R Under development (unstable) (2026-03-12 r89611 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) [22:17:42.853] Option 'future.startup.script': TRUE [22:17:42.855] Future startup scripts considered: '.future.R', '~/.future.R' [22:17:42.855] 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') ... [22:17:42.903] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:42.904] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:17:42.904] | : all.equal() for FutureStrategyList ... [22:17:42.905] | : . New stack: [22:17:42.905] | : . List of 1 [22:17:42.905] | : . $ :function (..., envir = parent.frame()) [22:17:42.905] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:42.905] | : . ..- attr(*, "init")= logi TRUE [22:17:42.905] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:42.905] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:42.905] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:42.905] | : . ..- attr(*, "call")= language plan(strategy) [22:17:42.905] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:42.909] | : . Old stack: [22:17:42.910] | : . List of 1 [22:17:42.910] | : . $ :function (..., envir = parent.frame()) [22:17:42.910] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:42.910] | : . ..- attr(*, "init")= logi TRUE [22:17:42.910] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:42.910] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:42.910] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:42.910] | : . ..- attr(*, "call")= language plan(sequential) [22:17:42.910] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:42.914] | : . Not identical [22:17:42.914] | : . all.equal() for future ... [22:17:42.915] | : . ' List of 2 [22:17:42.915] | : . ' $ target :function (..., envir = parent.frame()) [22:17:42.915] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:42.915] | : . ' ..- attr(*, "init")= logi TRUE [22:17:42.915] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:42.915] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:42.915] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:42.915] | : . ' ..- attr(*, "call")= language plan(strategy) [22:17:42.915] | : . ' $ current:function (..., envir = parent.frame()) [22:17:42.915] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:42.915] | : . ' ..- attr(*, "init")= logi TRUE [22:17:42.915] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:42.915] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:42.915] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:42.915] | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:42.921] | : . all.equal() for future ... done [22:17:42.921] | : all.equal() for FutureStrategyList ... done [22:17:42.922] | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:42.922] | : List of future strategies: [22:17:42.922] | : 1. sequential: [22:17:42.922] | : - args: function (..., envir = parent.frame(), workers = "") [22:17:42.922] | : - tweaked: FALSE [22:17:42.922] | : - call: plan(sequential) [22:17:42.923] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:17:42.924] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - lm() ... [22:17:42.924] future(..., label = NULL) ... [22:17:42.925] | lazy: FALSE [22:17:42.925] | stdout: TRUE [22:17:42.926] | conditions: [n=1] 'condition' [22:17:42.927] | getGlobalsAndPackages() ... [22:17:42.928] | : Searching for globals ... [22:17:42.944] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [22:17:42.945] | : Searching for globals ... done [22:17:42.946] | : Resolving globals: FALSE [22:17:42.946] | : Search for packages associated with the globals ... [22:17:42.947] | : . Packages associated with globals: [2] 'base', 'stats' [22:17:42.948] | : . Packages: [2] 'base', 'stats' [22:17:42.948] | : Search for packages associated with the globals ... done [22:17:42.949] | : Packages after dropping 'base': [1] 'stats' [22:17:42.949] | : Packages after dropping non-attached packages: [1] 'stats' [22:17:42.950] | : globals: [2] 'weight', 'group' [22:17:42.950] | : packages: [1] 'stats' [22:17:42.951] | getGlobalsAndPackages() ... done [22:17:42.952] | run() for 'Future' () ... [22:17:42.952] | : state: 'created' [22:17:42.953] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:42.953] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:17:42.954] | : . ' function (..., envir = parent.frame()) [22:17:42.954] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:42.954] | : . ' - attr(*, "init")= logi TRUE [22:17:42.954] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:42.954] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:42.954] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:42.954] | : . ' - attr(*, "call")= language plan(sequential) [22:17:42.980] | : . ' init: TRUE [22:17:42.981] | : . ' makeFutureBackend() ... [22:17:42.982] | : . ' , Backend function: <'NULL'> [22:17:42.982] | : . ' , Evaluator tweak arguments: [n=0] [22:17:42.983] | : . ' , list() [22:17:42.983] | : . ' , Evaluator formal arguments: [n=1] [22:17:42.984] | : . ' , Dotted pair list of 1 [22:17:42.984] | : . ' , $ envir: language parent.frame() [22:17:42.985] | : . ' , Arguments passed to the future-backend factory: [n=1] [22:17:42.985] | : . ' , List of 1 [22:17:42.985] | : . ' , $ envir: language parent.frame() [22:17:42.987] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:17:42.987] | : . ' makeFutureBackend() ... done [22:17:42.988] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:17:42.988] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:42.989] | : Using SequentialFutureBackend ... [22:17:42.989] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:42.990] | : . Launching futures ... [22:17:42.991] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:42.991] | : . ' , getFutureData() ... [22:17:42.992] | : . ' , ; getFutureCore() ... [22:17:42.992] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [22:17:42.993] | : . ' , ; getFutureCore() ... done [22:17:42.993] | : . ' , ; getFutureCapture() ... [22:17:42.994] | : . ' , ; getFutureCapture() ... done [22:17:42.994] | : . ' , ; getFutureContext() ... [22:17:42.995] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:42.995] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:42.996] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:42.996] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:42.997] | : . ' , ; getFutureContext() ... done [22:17:42.998] | : . ' , getFutureData() ... done [22:17:43.003] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.004] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:43.004] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.005] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.006] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.006] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:43.007] | : . ' , ; ` | New stack: [22:17:43.007] | : . ' , ; ` | List of 1 [22:17:43.007] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.007] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.007] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:43.007] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.007] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.007] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.007] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.007] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.011] | : . ' , ; ` | Old stack: [22:17:43.011] | : . ' , ; ` | List of 1 [22:17:43.011] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.011] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.011] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:43.011] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.011] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.011] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.011] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:43.011] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.011] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.011] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.011] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.037] | : . ' , ; ` | Not identical [22:17:43.037] | : . ' , ; ` | all.equal() for future ... [22:17:43.038] | : . ' , ; ` | : List of 2 [22:17:43.038] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.038] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.038] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.038] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.038] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.038] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.038] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.045] | : . ' , ; ` | all.equal() for future ... done [22:17:43.045] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:43.046] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.046] | : . ' , ; ` List of future strategies: [22:17:43.046] | : . ' , ; ` 1. sequential: [22:17:43.046] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:43.046] | : . ' , ; ` - tweaked: FALSE [22:17:43.046] | : . ' , ; ` - call: plan(sequential) [22:17:43.047] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.048] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.048] | : . ' , assign_globals() ... [22:17:43.049] | : . ' , List of 2 [22:17:43.049] | : . ' , $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [22:17:43.049] | : . ' , $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [22:17:43.049] | : . ' , - attr(*, "where")=List of 2 [22:17:43.049] | : . ' , ..$ weight: [22:17:43.049] | : . ' , ..$ group : [22:17:43.049] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:43.049] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:43.049] | : . ' , - attr(*, "total_size")= num NA [22:17:43.049] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:43.053] | : . ' , - copied 'weight' to environment [22:17:43.054] | : . ' , - copied 'group' to environment [22:17:43.054] | : . ' , assign_globals() ... done [22:17:43.059] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.060] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.061] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.061] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:43.062] | : . ' , ; ` | : New stack: [22:17:43.062] | : . ' , ; ` | : List of 1 [22:17:43.062] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.062] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.062] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.062] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.062] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.062] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.062] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.062] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.062] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.062] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.062] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.067] | : . ' , ; ` | : Old stack: [22:17:43.067] | : . ' , ; ` | : List of 1 [22:17:43.067] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.067] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.067] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.067] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.067] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.067] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.067] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.067] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.067] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.067] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.067] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.072] | : . ' , ; ` | : Identical [22:17:43.073] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:43.074] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.074] | : . ' , ; ` | List of future strategies: [22:17:43.074] | : . ' , ; ` | 1. sequential: [22:17:43.074] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:43.074] | : . ' , ; ` | - tweaked: FALSE [22:17:43.074] | : . ' , ; ` | - call: plan(sequential) [22:17:43.075] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.076] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.076] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.081] | : . ' , SequentialFuture started (and completed) [22:17:43.082] | : . ' , signalConditions() ... [22:17:43.082] | : . ' , ; include = 'immediateCondition' [22:17:43.083] | : . ' , ; exclude = [22:17:43.083] | : . ' , ; resignal = FALSE [22:17:43.084] | : . ' , ; Number of conditions: 6 [22:17:43.084] | : . ' , ; int 6 [22:17:43.085] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.086] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.086] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.087] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.087] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.088] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.089] | : . ' , signalConditions() ... done [22:17:43.089] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:43.090] | : . Launching futures ... done [22:17:43.090] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:43.091] | : Using SequentialFutureBackend ... done [22:17:43.091] | run() for 'Future' () ... done [22:17:43.092] future(..., label = NULL) ... done [22:17:43.093] value() for SequentialFuture () ... [22:17:43.093] | signalConditions() ... [22:17:43.094] | : include = 'immediateCondition' [22:17:43.095] | : exclude = [22:17:43.095] | : resignal = FALSE [22:17:43.096] | : Number of conditions: 6 [22:17:43.096] | : int 6 [22:17:43.097] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.098] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.098] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.099] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.099] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.100] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.100] | signalConditions() ... done [22:17:43.101] | relay stdout ... [22:17:43.101] | relay stdout ... done [22:17:43.102] | check for misuse ... [22:17:43.102] | check for misuse ... done [22:17:43.103] | relay conditions ... [22:17:43.103] | : Future state: 'finished' [22:17:43.104] | : signalConditions() ... [22:17:43.104] | : . include = 'condition' [22:17:43.105] | : . exclude = 'immediateCondition' [22:17:43.105] | : . resignal = TRUE [22:17:43.106] | : . Number of conditions: 6 [22:17:43.106] | : . int 6 [22:17:43.107] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.108] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:42.999] | : . ' , attachPackages() ... [22:17:43.108] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.109] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:43.000] | : . ' , ; packages: [n=1] 'future' [22:17:43.109] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.110] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:43.001] | : . ' , attachPackages() ... done [22:17:43.111] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.111] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:43.001] | : . ' , attachPackages() ... [22:17:43.112] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.112] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:43.002] | : . ' , ; packages: [n=1] 'stats' [22:17:43.113] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.113] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:43.002] | : . ' , attachPackages() ... done [22:17:43.114] | : signalConditions() ... done [22:17:43.114] | relay conditions ... done [22:17:43.115] value() for SequentialFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [22:17:43.118] future(..., label = NULL) ... [22:17:43.118] | lazy: TRUE [22:17:43.119] | stdout: TRUE [22:17:43.120] | conditions: [n=1] 'condition' [22:17:43.120] | getGlobalsAndPackages() ... [22:17:43.121] | : Searching for globals ... [22:17:43.138] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [22:17:43.139] | : Searching for globals ... done [22:17:43.139] | : Resolving globals: FALSE [22:17:43.140] | : Search for packages associated with the globals ... [22:17:43.141] | : . Packages associated with globals: [2] 'base', 'stats' [22:17:43.141] | : . Packages: [2] 'base', 'stats' [22:17:43.142] | : Search for packages associated with the globals ... done [22:17:43.142] | : Packages after dropping 'base': [1] 'stats' [22:17:43.143] | : Packages after dropping non-attached packages: [1] 'stats' [22:17:43.144] | : globals: [2] 'weight', 'group' [22:17:43.144] | : packages: [1] 'stats' [22:17:43.145] | getGlobalsAndPackages() ... done [22:17:43.145] future(..., label = NULL) ... done [22:17:43.146] value() for Future () ... [22:17:43.146] | run() for 'Future' () ... [22:17:43.147] | : state: 'created' [22:17:43.147] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.148] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.148] | : Using SequentialFutureBackend ... [22:17:43.149] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:17:43.150] | : . Launching futures ... [22:17:43.150] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:43.151] | : . ' , getFutureData() ... [22:17:43.151] | : . ' , ; getFutureCore() ... [22:17:43.152] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [22:17:43.152] | : . ' , ; getFutureCore() ... done [22:17:43.153] | : . ' , ; getFutureCapture() ... [22:17:43.153] | : . ' , ; getFutureCapture() ... done [22:17:43.154] | : . ' , ; getFutureContext() ... [22:17:43.154] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.155] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:43.155] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.156] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:43.156] | : . ' , ; getFutureContext() ... done [22:17:43.157] | : . ' , getFutureData() ... done [22:17:43.161] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.162] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:43.163] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.163] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.164] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.164] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:43.165] | : . ' , ; ` | New stack: [22:17:43.165] | : . ' , ; ` | List of 1 [22:17:43.165] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.165] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.165] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:43.165] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.165] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.165] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.165] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.165] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.170] | : . ' , ; ` | Old stack: [22:17:43.170] | : . ' , ; ` | List of 1 [22:17:43.170] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.170] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.170] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:43.170] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.170] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.170] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.170] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:43.170] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.170] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.170] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.170] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.175] | : . ' , ; ` | Not identical [22:17:43.176] | : . ' , ; ` | all.equal() for future ... [22:17:43.176] | : . ' , ; ` | : List of 2 [22:17:43.176] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.176] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.176] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.176] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.176] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.176] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.176] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.184] | : . ' , ; ` | all.equal() for future ... done [22:17:43.185] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:43.185] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.186] | : . ' , ; ` List of future strategies: [22:17:43.186] | : . ' , ; ` 1. sequential: [22:17:43.186] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:43.186] | : . ' , ; ` - tweaked: FALSE [22:17:43.186] | : . ' , ; ` - call: plan(sequential) [22:17:43.187] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.187] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.188] | : . ' , assign_globals() ... [22:17:43.189] | : . ' , List of 2 [22:17:43.189] | : . ' , $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [22:17:43.189] | : . ' , $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [22:17:43.189] | : . ' , - attr(*, "where")=List of 2 [22:17:43.189] | : . ' , ..$ weight: [22:17:43.189] | : . ' , ..$ group : [22:17:43.189] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:43.189] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:43.189] | : . ' , - attr(*, "total_size")= num NA [22:17:43.189] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:43.194] | : . ' , - copied 'weight' to environment [22:17:43.194] | : . ' , - copied 'group' to environment [22:17:43.195] | : . ' , assign_globals() ... done [22:17:43.200] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.201] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.202] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.202] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:43.203] | : . ' , ; ` | : New stack: [22:17:43.203] | : . ' , ; ` | : List of 1 [22:17:43.203] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.203] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.203] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.203] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.203] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.203] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.203] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.203] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.203] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.203] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.203] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.207] | : . ' , ; ` | : Old stack: [22:17:43.208] | : . ' , ; ` | : List of 1 [22:17:43.208] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.208] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.208] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.208] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.208] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.208] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.208] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.208] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.208] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.208] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.208] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.212] | : . ' , ; ` | : Identical [22:17:43.213] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:43.213] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.214] | : . ' , ; ` | List of future strategies: [22:17:43.214] | : . ' , ; ` | 1. sequential: [22:17:43.214] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:43.214] | : . ' , ; ` | - tweaked: FALSE [22:17:43.214] | : . ' , ; ` | - call: plan(sequential) [22:17:43.215] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.215] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.216] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.217] | : . ' , SequentialFuture started (and completed) [22:17:43.217] | : . ' , signalConditions() ... [22:17:43.218] | : . ' , ; include = 'immediateCondition' [22:17:43.218] | : . ' , ; exclude = [22:17:43.219] | : . ' , ; resignal = FALSE [22:17:43.219] | : . ' , ; Number of conditions: 6 [22:17:43.219] | : . ' , ; int 6 [22:17:43.220] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.221] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.221] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.222] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.222] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.223] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.223] | : . ' , signalConditions() ... done [22:17:43.224] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:43.224] | : . Launching futures ... done [22:17:43.225] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:43.225] | : Using SequentialFutureBackend ... done [22:17:43.226] | run() for 'Future' () ... done [22:17:43.226] | signalConditions() ... [22:17:43.227] | : include = 'immediateCondition' [22:17:43.227] | : exclude = [22:17:43.228] | : resignal = FALSE [22:17:43.228] | : Number of conditions: 6 [22:17:43.229] | : int 6 [22:17:43.230] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.230] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.231] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.231] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.232] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.232] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.233] | signalConditions() ... done [22:17:43.233] | relay stdout ... [22:17:43.234] | relay stdout ... done [22:17:43.234] | check for misuse ... [22:17:43.235] | check for misuse ... done [22:17:43.235] | relay conditions ... [22:17:43.236] | : Future state: 'finished' [22:17:43.236] | : signalConditions() ... [22:17:43.237] | : . include = 'condition' [22:17:43.237] | : . exclude = 'immediateCondition' [22:17:43.238] | : . resignal = TRUE [22:17:43.238] | : . Number of conditions: 6 [22:17:43.239] | : . int 6 [22:17:43.239] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.240] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:43.158] | : . ' , attachPackages() ... [22:17:43.240] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.241] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:43.158] | : . ' , ; packages: [n=1] 'future' [22:17:43.241] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.242] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:43.159] | : . ' , attachPackages() ... done [22:17:43.242] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.243] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:43.159] | : . ' , attachPackages() ... [22:17:43.244] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.244] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:43.160] | : . ' , ; packages: [n=1] 'stats' [22:17:43.245] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.245] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:43.161] | : . ' , attachPackages() ... done [22:17:43.246] | : signalConditions() ... done [22:17:43.246] | relay conditions ... done [22:17:43.247] value() for Future () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [22:17:43.250] future(..., label = NULL) ... [22:17:43.250] | lazy: FALSE [22:17:43.251] | stdout: TRUE [22:17:43.251] | conditions: [n=1] 'condition' [22:17:43.252] | getGlobalsAndPackages() ... [22:17:43.252] | : Searching for globals ... [22:17:43.266] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [22:17:43.266] | : Searching for globals ... done [22:17:43.267] | : Resolving globals: FALSE [22:17:43.267] | : Search for packages associated with the globals ... [22:17:43.268] | : . Packages associated with globals: [2] 'base', 'stats' [22:17:43.269] | : . Packages: [2] 'base', 'stats' [22:17:43.269] | : Search for packages associated with the globals ... done [22:17:43.270] | : Packages after dropping 'base': [1] 'stats' [22:17:43.270] | : Packages after dropping non-attached packages: [1] 'stats' [22:17:43.271] | : globals: [2] 'weight', 'group' [22:17:43.271] | : packages: [1] 'stats' [22:17:43.272] | getGlobalsAndPackages() ... done [22:17:43.273] | run() for 'Future' () ... [22:17:43.273] | : state: 'created' [22:17:43.274] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.274] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.275] | : Using SequentialFutureBackend ... [22:17:43.275] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:17:43.276] | : . Launching futures ... [22:17:43.276] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:43.277] | : . ' , getFutureData() ... [22:17:43.277] | : . ' , ; getFutureCore() ... [22:17:43.278] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [22:17:43.278] | : . ' , ; getFutureCore() ... done [22:17:43.279] | : . ' , ; getFutureCapture() ... [22:17:43.279] | : . ' , ; getFutureCapture() ... done [22:17:43.280] | : . ' , ; getFutureContext() ... [22:17:43.280] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.281] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:43.281] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.282] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:43.282] | : . ' , ; getFutureContext() ... done [22:17:43.283] | : . ' , getFutureData() ... done [22:17:43.287] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.287] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:43.288] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.289] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.289] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.290] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:43.290] | : . ' , ; ` | New stack: [22:17:43.291] | : . ' , ; ` | List of 1 [22:17:43.291] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.291] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.291] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:43.291] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.291] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.291] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.291] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.291] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.294] | : . ' , ; ` | Old stack: [22:17:43.295] | : . ' , ; ` | List of 1 [22:17:43.295] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.295] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.295] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:43.295] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.295] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.295] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.295] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:43.295] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.295] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.295] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.295] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.299] | : . ' , ; ` | Not identical [22:17:43.299] | : . ' , ; ` | all.equal() for future ... [22:17:43.300] | : . ' , ; ` | : List of 2 [22:17:43.300] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.300] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.300] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.300] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.300] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.300] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.300] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.307] | : . ' , ; ` | all.equal() for future ... done [22:17:43.307] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:43.308] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.308] | : . ' , ; ` List of future strategies: [22:17:43.308] | : . ' , ; ` 1. sequential: [22:17:43.308] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:43.308] | : . ' , ; ` - tweaked: FALSE [22:17:43.308] | : . ' , ; ` - call: plan(sequential) [22:17:43.309] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.310] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.310] | : . ' , assign_globals() ... [22:17:43.311] | : . ' , List of 2 [22:17:43.311] | : . ' , $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [22:17:43.311] | : . ' , $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [22:17:43.311] | : . ' , - attr(*, "where")=List of 2 [22:17:43.311] | : . ' , ..$ weight: [22:17:43.311] | : . ' , ..$ group : [22:17:43.311] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:43.311] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:43.311] | : . ' , - attr(*, "total_size")= num NA [22:17:43.311] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:43.315] | : . ' , - copied 'weight' to environment [22:17:43.316] | : . ' , - copied 'group' to environment [22:17:43.316] | : . ' , assign_globals() ... done [22:17:43.320] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.320] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.321] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.321] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:43.322] | : . ' , ; ` | : New stack: [22:17:43.322] | : . ' , ; ` | : List of 1 [22:17:43.322] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.322] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.322] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.322] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.322] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.322] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.322] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.322] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.322] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.322] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.322] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.327] | : . ' , ; ` | : Old stack: [22:17:43.327] | : . ' , ; ` | : List of 1 [22:17:43.327] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.327] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.327] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.327] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.327] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.327] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.327] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.327] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.327] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.327] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.327] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.331] | : . ' , ; ` | : Identical [22:17:43.332] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:43.332] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.333] | : . ' , ; ` | List of future strategies: [22:17:43.333] | : . ' , ; ` | 1. sequential: [22:17:43.333] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:43.333] | : . ' , ; ` | - tweaked: FALSE [22:17:43.333] | : . ' , ; ` | - call: plan(sequential) [22:17:43.334] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.334] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.335] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.336] | : . ' , SequentialFuture started (and completed) [22:17:43.336] | : . ' , signalConditions() ... [22:17:43.337] | : . ' , ; include = 'immediateCondition' [22:17:43.337] | : . ' , ; exclude = [22:17:43.338] | : . ' , ; resignal = FALSE [22:17:43.338] | : . ' , ; Number of conditions: 6 [22:17:43.339] | : . ' , ; int 6 [22:17:43.339] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.340] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.341] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.341] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.342] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.342] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.343] | : . ' , signalConditions() ... done [22:17:43.343] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:43.344] | : . Launching futures ... done [22:17:43.344] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:43.345] | : Using SequentialFutureBackend ... done [22:17:43.345] | run() for 'Future' () ... done [22:17:43.346] future(..., label = NULL) ... done [22:17:43.346] value() for SequentialFuture () ... [22:17:43.347] | signalConditions() ... [22:17:43.347] | : include = 'immediateCondition' [22:17:43.348] | : exclude = [22:17:43.348] | : resignal = FALSE [22:17:43.349] | : Number of conditions: 6 [22:17:43.349] | : int 6 [22:17:43.350] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.350] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.351] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.351] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.352] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.352] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.353] | signalConditions() ... done [22:17:43.353] | relay stdout ... [22:17:43.354] | relay stdout ... done [22:17:43.354] | check for misuse ... [22:17:43.355] | check for misuse ... done [22:17:43.355] | relay conditions ... [22:17:43.356] | : Future state: 'finished' [22:17:43.356] | : signalConditions() ... [22:17:43.357] | : . include = 'condition' [22:17:43.357] | : . exclude = 'immediateCondition' [22:17:43.358] | : . resignal = TRUE [22:17:43.358] | : . Number of conditions: 6 [22:17:43.359] | : . int 6 [22:17:43.361] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.362] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:43.283] | : . ' , attachPackages() ... [22:17:43.362] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.363] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:43.284] | : . ' , ; packages: [n=1] 'future' [22:17:43.363] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.364] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:43.284] | : . ' , attachPackages() ... done [22:17:43.364] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.365] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:43.285] | : . ' , attachPackages() ... [22:17:43.365] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.366] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:43.285] | : . ' , ; packages: [n=1] 'stats' [22:17:43.366] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.367] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:43.286] | : . ' , attachPackages() ... done [22:17:43.367] | : signalConditions() ... done [22:17:43.368] | relay conditions ... done [22:17:43.368] value() for SequentialFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [22:17:43.371] future(..., label = NULL) ... [22:17:43.371] | lazy: FALSE [22:17:43.372] | stdout: TRUE [22:17:43.372] | conditions: [n=1] 'condition' [22:17:43.373] | getGlobalsAndPackages() ... [22:17:43.373] | : Searching for globals ... [22:17:43.387] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [22:17:43.388] | : Searching for globals ... done [22:17:43.388] | : Resolving globals: FALSE [22:17:43.389] | : Search for packages associated with the globals ... [22:17:43.389] | : . Packages associated with globals: [2] 'base', 'stats' [22:17:43.390] | : . Packages: [2] 'base', 'stats' [22:17:43.391] | : Search for packages associated with the globals ... done [22:17:43.391] | : Packages after dropping 'base': [1] 'stats' [22:17:43.392] | : Packages after dropping non-attached packages: [1] 'stats' [22:17:43.392] | : globals: [2] 'weight', 'group' [22:17:43.393] | : packages: [1] 'stats' [22:17:43.393] | getGlobalsAndPackages() ... done [22:17:43.394] | run() for 'Future' () ... [22:17:43.394] | : state: 'created' [22:17:43.395] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.395] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.396] | : Using SequentialFutureBackend ... [22:17:43.396] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:17:43.397] | : . Launching futures ... [22:17:43.397] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:43.398] | : . ' , getFutureData() ... [22:17:43.398] | : . ' , ; getFutureCore() ... [22:17:43.399] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [22:17:43.399] | : . ' , ; getFutureCore() ... done [22:17:43.400] | : . ' , ; getFutureCapture() ... [22:17:43.400] | : . ' , ; getFutureCapture() ... done [22:17:43.401] | : . ' , ; getFutureContext() ... [22:17:43.401] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.402] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:43.402] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.403] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:43.403] | : . ' , ; getFutureContext() ... done [22:17:43.404] | : . ' , getFutureData() ... done [22:17:43.408] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.408] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:43.409] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.410] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.410] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.411] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:43.411] | : . ' , ; ` | New stack: [22:17:43.412] | : . ' , ; ` | List of 1 [22:17:43.412] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.412] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.412] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:43.412] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.412] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.412] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.412] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.412] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.415] | : . ' , ; ` | Old stack: [22:17:43.416] | : . ' , ; ` | List of 1 [22:17:43.416] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.416] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.416] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:43.416] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.416] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.416] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.416] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:43.416] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.416] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.416] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.416] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.420] | : . ' , ; ` | Not identical [22:17:43.421] | : . ' , ; ` | all.equal() for future ... [22:17:43.421] | : . ' , ; ` | : List of 2 [22:17:43.421] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.421] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.421] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.421] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.421] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.421] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.421] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.428] | : . ' , ; ` | all.equal() for future ... done [22:17:43.429] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:43.429] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.430] | : . ' , ; ` List of future strategies: [22:17:43.430] | : . ' , ; ` 1. sequential: [22:17:43.430] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:43.430] | : . ' , ; ` - tweaked: FALSE [22:17:43.430] | : . ' , ; ` - call: plan(sequential) [22:17:43.431] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.431] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.432] | : . ' , assign_globals() ... [22:17:43.432] | : . ' , List of 2 [22:17:43.432] | : . ' , $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [22:17:43.432] | : . ' , $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [22:17:43.432] | : . ' , - attr(*, "where")=List of 2 [22:17:43.432] | : . ' , ..$ weight: [22:17:43.432] | : . ' , ..$ group : [22:17:43.432] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:43.432] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:43.432] | : . ' , - attr(*, "total_size")= num NA [22:17:43.432] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:43.436] | : . ' , - copied 'weight' to environment [22:17:43.437] | : . ' , - copied 'group' to environment [22:17:43.437] | : . ' , assign_globals() ... done [22:17:43.441] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.441] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.442] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.442] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:43.443] | : . ' , ; ` | : New stack: [22:17:43.443] | : . ' , ; ` | : List of 1 [22:17:43.443] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.443] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.443] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.443] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.443] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.443] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.443] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.443] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.443] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.443] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.443] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.448] | : . ' , ; ` | : Old stack: [22:17:43.448] | : . ' , ; ` | : List of 1 [22:17:43.448] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.448] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.448] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.448] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.448] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.448] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.448] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.448] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.448] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.448] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.448] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.453] | : . ' , ; ` | : Identical [22:17:43.453] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:43.454] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.454] | : . ' , ; ` | List of future strategies: [22:17:43.454] | : . ' , ; ` | 1. sequential: [22:17:43.454] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:43.454] | : . ' , ; ` | - tweaked: FALSE [22:17:43.454] | : . ' , ; ` | - call: plan(sequential) [22:17:43.455] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.456] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.456] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.457] | : . ' , SequentialFuture started (and completed) [22:17:43.457] | : . ' , signalConditions() ... [22:17:43.458] | : . ' , ; include = 'immediateCondition' [22:17:43.458] | : . ' , ; exclude = [22:17:43.459] | : . ' , ; resignal = FALSE [22:17:43.459] | : . ' , ; Number of conditions: 6 [22:17:43.460] | : . ' , ; int 6 [22:17:43.461] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.461] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.462] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.462] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.463] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.463] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.464] | : . ' , signalConditions() ... done [22:17:43.464] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:43.465] | : . Launching futures ... done [22:17:43.465] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:43.466] | : Using SequentialFutureBackend ... done [22:17:43.466] | run() for 'Future' () ... done [22:17:43.467] future(..., label = NULL) ... done [22:17:43.467] value() for SequentialFuture () ... [22:17:43.468] | signalConditions() ... [22:17:43.468] | : include = 'immediateCondition' [22:17:43.469] | : exclude = [22:17:43.469] | : resignal = FALSE [22:17:43.470] | : Number of conditions: 6 [22:17:43.470] | : int 6 [22:17:43.471] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.471] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.472] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.472] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.473] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.473] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.474] | signalConditions() ... done [22:17:43.474] | relay stdout ... [22:17:43.475] | relay stdout ... done [22:17:43.475] | check for misuse ... [22:17:43.476] | check for misuse ... done [22:17:43.476] | relay conditions ... [22:17:43.477] | : Future state: 'finished' [22:17:43.477] | : signalConditions() ... [22:17:43.478] | : . include = 'condition' [22:17:43.478] | : . exclude = 'immediateCondition' [22:17:43.479] | : . resignal = TRUE [22:17:43.479] | : . Number of conditions: 6 [22:17:43.480] | : . int 6 [22:17:43.481] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.481] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:43.404] | : . ' , attachPackages() ... [22:17:43.482] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.482] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:43.405] | : . ' , ; packages: [n=1] 'future' [22:17:43.483] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.483] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:43.406] | : . ' , attachPackages() ... done [22:17:43.484] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.484] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:43.406] | : . ' , attachPackages() ... [22:17:43.485] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.485] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:43.407] | : . ' , ; packages: [n=1] 'stats' [22:17:43.486] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.486] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:43.407] | : . ' , attachPackages() ... done [22:17:43.487] | : signalConditions() ... done [22:17:43.487] | relay conditions ... done [22:17:43.488] value() for SequentialFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [22:17:43.490] future(..., label = NULL) ... [22:17:43.491] | lazy: TRUE [22:17:43.491] | stdout: TRUE [22:17:43.492] | conditions: [n=1] 'condition' [22:17:43.492] | getGlobalsAndPackages() ... [22:17:43.493] | : Searching for globals ... [22:17:43.508] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [22:17:43.509] | : Searching for globals ... done [22:17:43.509] | : Resolving globals: FALSE [22:17:43.510] | : Search for packages associated with the globals ... [22:17:43.510] | : . Packages associated with globals: [2] 'base', 'stats' [22:17:43.511] | : . Packages: [2] 'base', 'stats' [22:17:43.512] | : Search for packages associated with the globals ... done [22:17:43.512] | : Packages after dropping 'base': [1] 'stats' [22:17:43.513] | : Packages after dropping non-attached packages: [1] 'stats' [22:17:43.513] | : globals: [2] 'weight', 'group' [22:17:43.514] | : packages: [1] 'stats' [22:17:43.514] | getGlobalsAndPackages() ... done [22:17:43.515] future(..., label = NULL) ... done [22:17:43.515] value() for Future () ... [22:17:43.516] | run() for 'Future' () ... [22:17:43.516] | : state: 'created' [22:17:43.517] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.517] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.518] | : Using SequentialFutureBackend ... [22:17:43.518] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [22:17:43.519] | : . Launching futures ... [22:17:43.519] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:43.520] | : . ' , getFutureData() ... [22:17:43.520] | : . ' , ; getFutureCore() ... [22:17:43.521] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [22:17:43.521] | : . ' , ; getFutureCore() ... done [22:17:43.522] | : . ' , ; getFutureCapture() ... [22:17:43.522] | : . ' , ; getFutureCapture() ... done [22:17:43.523] | : . ' , ; getFutureContext() ... [22:17:43.523] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.524] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:43.524] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.525] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:43.525] | : . ' , ; getFutureContext() ... done [22:17:43.526] | : . ' , getFutureData() ... done [22:17:43.530] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.531] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:43.531] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.532] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.532] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.533] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:43.533] | : . ' , ; ` | New stack: [22:17:43.534] | : . ' , ; ` | List of 1 [22:17:43.534] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.534] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.534] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:43.534] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.534] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.534] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.534] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.534] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.537] | : . ' , ; ` | Old stack: [22:17:43.538] | : . ' , ; ` | List of 1 [22:17:43.538] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.538] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.538] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:43.538] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.538] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.538] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.538] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:43.538] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.538] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.538] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.538] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.542] | : . ' , ; ` | Not identical [22:17:43.543] | : . ' , ; ` | all.equal() for future ... [22:17:43.543] | : . ' , ; ` | : List of 2 [22:17:43.543] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.543] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.543] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.543] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.543] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.543] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.543] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.550] | : . ' , ; ` | all.equal() for future ... done [22:17:43.551] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:43.551] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.552] | : . ' , ; ` List of future strategies: [22:17:43.552] | : . ' , ; ` 1. sequential: [22:17:43.552] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:43.552] | : . ' , ; ` - tweaked: FALSE [22:17:43.552] | : . ' , ; ` - call: plan(sequential) [22:17:43.553] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.553] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.554] | : . ' , assign_globals() ... [22:17:43.554] | : . ' , List of 2 [22:17:43.554] | : . ' , $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [22:17:43.554] | : . ' , $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [22:17:43.554] | : . ' , - attr(*, "where")=List of 2 [22:17:43.554] | : . ' , ..$ weight: [22:17:43.554] | : . ' , ..$ group : [22:17:43.554] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:43.554] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:43.554] | : . ' , - attr(*, "total_size")= num NA [22:17:43.554] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:43.558] | : . ' , - copied 'weight' to environment [22:17:43.559] | : . ' , - copied 'group' to environment [22:17:43.560] | : . ' , assign_globals() ... done [22:17:43.563] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.564] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.564] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.565] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:43.565] | : . ' , ; ` | : New stack: [22:17:43.566] | : . ' , ; ` | : List of 1 [22:17:43.566] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.566] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.566] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.566] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.566] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.566] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.566] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.566] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.566] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.566] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.566] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.570] | : . ' , ; ` | : Old stack: [22:17:43.570] | : . ' , ; ` | : List of 1 [22:17:43.570] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.570] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.570] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.570] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.570] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.570] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.570] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.570] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.570] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.570] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.570] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.575] | : . ' , ; ` | : Identical [22:17:43.575] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:43.576] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.576] | : . ' , ; ` | List of future strategies: [22:17:43.576] | : . ' , ; ` | 1. sequential: [22:17:43.576] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:43.576] | : . ' , ; ` | - tweaked: FALSE [22:17:43.576] | : . ' , ; ` | - call: plan(sequential) [22:17:43.577] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.578] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.578] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.579] | : . ' , SequentialFuture started (and completed) [22:17:43.580] | : . ' , signalConditions() ... [22:17:43.580] | : . ' , ; include = 'immediateCondition' [22:17:43.581] | : . ' , ; exclude = [22:17:43.581] | : . ' , ; resignal = FALSE [22:17:43.581] | : . ' , ; Number of conditions: 6 [22:17:43.582] | : . ' , ; int 6 [22:17:43.583] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.583] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.584] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.584] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.585] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.585] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.586] | : . ' , signalConditions() ... done [22:17:43.586] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:43.587] | : . Launching futures ... done [22:17:43.587] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:43.588] | : Using SequentialFutureBackend ... done [22:17:43.588] | run() for 'Future' () ... done [22:17:43.589] | signalConditions() ... [22:17:43.589] | : include = 'immediateCondition' [22:17:43.590] | : exclude = [22:17:43.590] | : resignal = FALSE [22:17:43.591] | : Number of conditions: 6 [22:17:43.591] | : int 6 [22:17:43.592] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.593] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.593] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.594] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.594] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.595] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.595] | signalConditions() ... done [22:17:43.596] | relay stdout ... [22:17:43.596] | relay stdout ... done [22:17:43.597] | check for misuse ... [22:17:43.597] | check for misuse ... done [22:17:43.598] | relay conditions ... [22:17:43.598] | : Future state: 'finished' [22:17:43.599] | : signalConditions() ... [22:17:43.599] | : . include = 'condition' [22:17:43.600] | : . exclude = 'immediateCondition' [22:17:43.600] | : . resignal = TRUE [22:17:43.600] | : . Number of conditions: 6 [22:17:43.601] | : . int 6 [22:17:43.602] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.602] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:43.527] | : . ' , attachPackages() ... [22:17:43.603] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.603] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:43.527] | : . ' , ; packages: [n=1] 'future' [22:17:43.604] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.604] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:43.528] | : . ' , attachPackages() ... done [22:17:43.605] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.605] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:43.528] | : . ' , attachPackages() ... [22:17:43.606] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.606] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:43.529] | : . ' , ; packages: [n=1] 'stats' [22:17:43.607] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.607] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:43.529] | : . ' , attachPackages() ... done [22:17:43.608] | : signalConditions() ... done [22:17:43.609] | relay conditions ... done [22:17:43.609] 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) ... [22:17:43.611] future(..., label = NULL) ... [22:17:43.612] | lazy: FALSE [22:17:43.612] | stdout: TRUE [22:17:43.613] | conditions: [n=1] 'condition' [22:17:43.613] | getGlobalsAndPackages() ... [22:17:43.614] | : Searching for globals ... [22:17:43.623] | : . globals found: [4] '{', 'xtabs', 'x', '~' [22:17:43.623] | : Searching for globals ... done [22:17:43.624] | : Resolving globals: FALSE [22:17:43.624] | : Search for packages associated with the globals ... [22:17:43.625] | : . Packages associated with globals: [2] 'base', 'stats' [22:17:43.626] | : . Packages: [2] 'base', 'stats' [22:17:43.626] | : Search for packages associated with the globals ... done [22:17:43.627] | : Packages after dropping 'base': [1] 'stats' [22:17:43.627] | : Packages after dropping non-attached packages: [1] 'stats' [22:17:43.628] | : globals: [1] 'x' [22:17:43.628] | : packages: [1] 'stats' [22:17:43.629] | getGlobalsAndPackages() ... done [22:17:43.629] | run() for 'Future' () ... [22:17:43.630] | : state: 'created' [22:17:43.630] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.631] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.631] | : Using SequentialFutureBackend ... [22:17:43.632] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [22:17:43.632] | : . Launching futures ... [22:17:43.633] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:43.633] | : . ' , getFutureData() ... [22:17:43.634] | : . ' , ; getFutureCore() ... [22:17:43.634] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [22:17:43.635] | : . ' , ; getFutureCore() ... done [22:17:43.635] | : . ' , ; getFutureCapture() ... [22:17:43.636] | : . ' , ; getFutureCapture() ... done [22:17:43.636] | : . ' , ; getFutureContext() ... [22:17:43.637] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.637] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:43.638] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.639] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:43.639] | : . ' , ; getFutureContext() ... done [22:17:43.640] | : . ' , getFutureData() ... done [22:17:43.644] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.644] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:43.645] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.645] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.646] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.646] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:43.647] | : . ' , ; ` | New stack: [22:17:43.647] | : . ' , ; ` | List of 1 [22:17:43.647] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.647] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.647] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:43.647] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.647] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.647] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.647] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.647] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.651] | : . ' , ; ` | Old stack: [22:17:43.651] | : . ' , ; ` | List of 1 [22:17:43.651] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.651] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.651] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:43.651] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.651] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.651] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.651] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:43.651] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.651] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.651] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.651] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.655] | : . ' , ; ` | Not identical [22:17:43.656] | : . ' , ; ` | all.equal() for future ... [22:17:43.656] | : . ' , ; ` | : List of 2 [22:17:43.656] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.656] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.656] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.656] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.656] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.656] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.656] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.665] | : . ' , ; ` | all.equal() for future ... done [22:17:43.665] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:43.666] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.666] | : . ' , ; ` List of future strategies: [22:17:43.666] | : . ' , ; ` 1. sequential: [22:17:43.666] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:43.666] | : . ' , ; ` - tweaked: FALSE [22:17:43.666] | : . ' , ; ` - call: plan(sequential) [22:17:43.667] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.668] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.668] | : . ' , assign_globals() ... [22:17:43.669] | : . ' , List of 1 [22:17:43.669] | : . ' , $ x: num [1:5] 1 1 2 2 2 [22:17:43.669] | : . ' , - attr(*, "where")=List of 1 [22:17:43.669] | : . ' , ..$ x: [22:17:43.669] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:43.669] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:43.669] | : . ' , - attr(*, "total_size")= num NA [22:17:43.669] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:43.672] | : . ' , - copied 'x' to environment [22:17:43.672] | : . ' , assign_globals() ... done [22:17:43.675] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.676] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.676] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.677] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:43.677] | : . ' , ; ` | : New stack: [22:17:43.678] | : . ' , ; ` | : List of 1 [22:17:43.678] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.678] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.678] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.678] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.678] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.678] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.678] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.678] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.678] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.678] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.678] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.682] | : . ' , ; ` | : Old stack: [22:17:43.682] | : . ' , ; ` | : List of 1 [22:17:43.682] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.682] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.682] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.682] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.682] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.682] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.682] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.682] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.682] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.682] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.682] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.686] | : . ' , ; ` | : Identical [22:17:43.687] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:43.687] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.688] | : . ' , ; ` | List of future strategies: [22:17:43.688] | : . ' , ; ` | 1. sequential: [22:17:43.688] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:43.688] | : . ' , ; ` | - tweaked: FALSE [22:17:43.688] | : . ' , ; ` | - call: plan(sequential) [22:17:43.689] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.689] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.690] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.690] | : . ' , SequentialFuture started (and completed) [22:17:43.691] | : . ' , signalConditions() ... [22:17:43.691] | : . ' , ; include = 'immediateCondition' [22:17:43.692] | : . ' , ; exclude = [22:17:43.692] | : . ' , ; resignal = FALSE [22:17:43.693] | : . ' , ; Number of conditions: 6 [22:17:43.693] | : . ' , ; int 6 [22:17:43.694] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.694] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.695] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.695] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.696] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.696] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.697] | : . ' , signalConditions() ... done [22:17:43.697] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:43.698] | : . Launching futures ... done [22:17:43.698] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:43.698] | : Using SequentialFutureBackend ... done [22:17:43.699] | run() for 'Future' () ... done [22:17:43.699] future(..., label = NULL) ... done [22:17:43.700] value() for SequentialFuture () ... [22:17:43.700] | signalConditions() ... [22:17:43.701] | : include = 'immediateCondition' [22:17:43.701] | : exclude = [22:17:43.702] | : resignal = FALSE [22:17:43.702] | : Number of conditions: 6 [22:17:43.703] | : int 6 [22:17:43.703] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.704] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.704] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.705] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.705] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.706] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.706] | signalConditions() ... done [22:17:43.707] | relay stdout ... [22:17:43.707] | relay stdout ... done [22:17:43.707] | check for misuse ... [22:17:43.708] | check for misuse ... done [22:17:43.708] | relay conditions ... [22:17:43.709] | : Future state: 'finished' [22:17:43.709] | : signalConditions() ... [22:17:43.710] | : . include = 'condition' [22:17:43.710] | : . exclude = 'immediateCondition' [22:17:43.711] | : . resignal = TRUE [22:17:43.711] | : . Number of conditions: 6 [22:17:43.711] | : . int 6 [22:17:43.712] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.713] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:43.640] | : . ' , attachPackages() ... [22:17:43.713] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.714] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:43.641] | : . ' , ; packages: [n=1] 'future' [22:17:43.714] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.715] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:43.641] | : . ' , attachPackages() ... done [22:17:43.715] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.716] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:43.642] | : . ' , attachPackages() ... [22:17:43.716] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.717] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:43.642] | : . ' , ; packages: [n=1] 'stats' [22:17:43.717] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.717] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:43.643] | : . ' , attachPackages() ... done [22:17:43.718] | : signalConditions() ... done [22:17:43.718] | relay conditions ... done [22:17:43.719] value() for SequentialFuture () ... done x 1 2 2 3 [22:17:43.720] future(..., label = NULL) ... [22:17:43.720] | lazy: FALSE [22:17:43.721] | stdout: TRUE [22:17:43.721] | conditions: [n=1] 'condition' [22:17:43.722] | getGlobalsAndPackages() ... [22:17:43.722] | : Searching for globals ... [22:17:43.730] | : . globals found: [4] '{', 'xtabs', 'x', '~' [22:17:43.731] | : Searching for globals ... done [22:17:43.731] | : Resolving globals: FALSE [22:17:43.732] | : Search for packages associated with the globals ... [22:17:43.732] | : . Packages associated with globals: [2] 'base', 'stats' [22:17:43.733] | : . Packages: [2] 'base', 'stats' [22:17:43.734] | : Search for packages associated with the globals ... done [22:17:43.734] | : Packages after dropping 'base': [1] 'stats' [22:17:43.735] | : Packages after dropping non-attached packages: [1] 'stats' [22:17:43.735] | : globals: [1] 'x' [22:17:43.735] | : packages: [1] 'stats' [22:17:43.736] | getGlobalsAndPackages() ... done [22:17:43.736] | run() for 'Future' () ... [22:17:43.737] | : state: 'created' [22:17:43.737] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.738] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.738] | : Using SequentialFutureBackend ... [22:17:43.739] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [22:17:43.739] | : . Launching futures ... [22:17:43.740] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:43.740] | : . ' , getFutureData() ... [22:17:43.741] | : . ' , ; getFutureCore() ... [22:17:43.741] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [22:17:43.742] | : . ' , ; getFutureCore() ... done [22:17:43.742] | : . ' , ; getFutureCapture() ... [22:17:43.742] | : . ' , ; getFutureCapture() ... done [22:17:43.743] | : . ' , ; getFutureContext() ... [22:17:43.743] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.744] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:43.744] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.745] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:43.745] | : . ' , ; getFutureContext() ... done [22:17:43.746] | : . ' , getFutureData() ... done [22:17:43.750] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.751] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:43.751] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.752] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.752] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.753] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:43.753] | : . ' , ; ` | New stack: [22:17:43.754] | : . ' , ; ` | List of 1 [22:17:43.754] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.754] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.754] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:43.754] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.754] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.754] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.754] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.754] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.757] | : . ' , ; ` | Old stack: [22:17:43.757] | : . ' , ; ` | List of 1 [22:17:43.757] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.757] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.757] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:43.757] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.757] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.757] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.757] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:43.757] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.757] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.757] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.757] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.761] | : . ' , ; ` | Not identical [22:17:43.762] | : . ' , ; ` | all.equal() for future ... [22:17:43.762] | : . ' , ; ` | : List of 2 [22:17:43.762] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.762] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.762] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.762] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.762] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.762] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.762] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.769] | : . ' , ; ` | all.equal() for future ... done [22:17:43.769] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:43.770] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.770] | : . ' , ; ` List of future strategies: [22:17:43.770] | : . ' , ; ` 1. sequential: [22:17:43.770] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:43.770] | : . ' , ; ` - tweaked: FALSE [22:17:43.770] | : . ' , ; ` - call: plan(sequential) [22:17:43.771] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.772] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.772] | : . ' , assign_globals() ... [22:17:43.773] | : . ' , List of 1 [22:17:43.773] | : . ' , $ x: num [1:5] 1 1 2 2 2 [22:17:43.773] | : . ' , - attr(*, "where")=List of 1 [22:17:43.773] | : . ' , ..$ x: [22:17:43.773] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:43.773] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:43.773] | : . ' , - attr(*, "total_size")= num NA [22:17:43.773] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:43.776] | : . ' , - copied 'x' to environment [22:17:43.776] | : . ' , assign_globals() ... done [22:17:43.779] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.780] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.780] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.781] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:43.781] | : . ' , ; ` | : New stack: [22:17:43.782] | : . ' , ; ` | : List of 1 [22:17:43.782] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.782] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.782] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.782] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.782] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.782] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.782] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.782] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.782] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.782] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.782] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.785] | : . ' , ; ` | : Old stack: [22:17:43.786] | : . ' , ; ` | : List of 1 [22:17:43.786] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.786] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.786] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.786] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.786] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.786] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.786] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.786] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.786] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.786] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.786] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.790] | : . ' , ; ` | : Identical [22:17:43.790] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:43.791] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.791] | : . ' , ; ` | List of future strategies: [22:17:43.791] | : . ' , ; ` | 1. sequential: [22:17:43.791] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:43.791] | : . ' , ; ` | - tweaked: FALSE [22:17:43.791] | : . ' , ; ` | - call: plan(sequential) [22:17:43.792] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.793] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.793] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.794] | : . ' , SequentialFuture started (and completed) [22:17:43.794] | : . ' , signalConditions() ... [22:17:43.795] | : . ' , ; include = 'immediateCondition' [22:17:43.795] | : . ' , ; exclude = [22:17:43.796] | : . ' , ; resignal = FALSE [22:17:43.796] | : . ' , ; Number of conditions: 6 [22:17:43.797] | : . ' , ; int 6 [22:17:43.797] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.798] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.798] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.799] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.799] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.800] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.800] | : . ' , signalConditions() ... done [22:17:43.801] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:43.801] | : . Launching futures ... done [22:17:43.802] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:43.802] | : Using SequentialFutureBackend ... done [22:17:43.803] | run() for 'Future' () ... done [22:17:43.803] future(..., label = NULL) ... done [22:17:43.804] value() for SequentialFuture () ... [22:17:43.804] | signalConditions() ... [22:17:43.805] | : include = 'immediateCondition' [22:17:43.805] | : exclude = [22:17:43.806] | : resignal = FALSE [22:17:43.806] | : Number of conditions: 6 [22:17:43.807] | : int 6 [22:17:43.808] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.808] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.809] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.809] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.810] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.810] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.811] | signalConditions() ... done [22:17:43.811] | relay stdout ... [22:17:43.812] | relay stdout ... done [22:17:43.812] | check for misuse ... [22:17:43.813] | check for misuse ... done [22:17:43.813] | relay conditions ... [22:17:43.814] | : Future state: 'finished' [22:17:43.814] | : signalConditions() ... [22:17:43.815] | : . include = 'condition' [22:17:43.815] | : . exclude = 'immediateCondition' [22:17:43.816] | : . resignal = TRUE [22:17:43.816] | : . Number of conditions: 6 [22:17:43.817] | : . int 6 [22:17:43.817] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.818] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:43.746] | : . ' , attachPackages() ... [22:17:43.819] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.819] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:43.747] | : . ' , ; packages: [n=1] 'future' [22:17:43.820] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.820] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:43.748] | : . ' , attachPackages() ... done [22:17:43.822] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.823] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:43.748] | : . ' , attachPackages() ... [22:17:43.823] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.824] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:43.749] | : . ' , ; packages: [n=1] 'stats' [22:17:43.824] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.825] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:43.749] | : . ' , attachPackages() ... done [22:17:43.825] | : signalConditions() ... done [22:17:43.826] | relay conditions ... done [22:17:43.826] 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 [22:17:43.829] future(..., label = NULL) ... [22:17:43.829] | lazy: FALSE [22:17:43.830] | stdout: TRUE [22:17:43.830] | conditions: [n=1] 'condition' [22:17:43.831] | getGlobalsAndPackages() ... [22:17:43.831] | : Searching for globals ... [22:17:43.846] | : . globals found: [7] '{', 'lm', 'dist', '-', '.', '~', 'cars' [22:17:43.846] | : Searching for globals ... done [22:17:43.847] | : Resolving globals: FALSE [22:17:43.847] | : Search for packages associated with the globals ... [22:17:43.848] | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [22:17:43.849] | : . Packages: [3] 'base', 'stats', 'datasets' [22:17:43.849] | : Search for packages associated with the globals ... done [22:17:43.850] | : Packages after dropping 'base': [2] 'stats', 'datasets' [22:17:43.851] | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [22:17:43.851] | : globals: [0] [22:17:43.852] | : packages: [2] 'stats', 'datasets' [22:17:43.852] | getGlobalsAndPackages() ... done [22:17:43.853] | run() for 'Future' () ... [22:17:43.853] | : state: 'created' [22:17:43.854] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.854] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.855] | : Using SequentialFutureBackend ... [22:17:43.855] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [22:17:43.856] | : . Launching futures ... [22:17:43.856] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:43.857] | : . ' , getFutureData() ... [22:17:43.857] | : . ' , ; getFutureCore() ... [22:17:43.858] | : . ' , ; ` Packages needed by the future expression (n = 2): 'stats', 'datasets' [22:17:43.858] | : . ' , ; getFutureCore() ... done [22:17:43.859] | : . ' , ; getFutureCapture() ... [22:17:43.859] | : . ' , ; getFutureCapture() ... done [22:17:43.860] | : . ' , ; getFutureContext() ... [22:17:43.860] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.861] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:43.861] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.862] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:43.862] | : . ' , ; getFutureContext() ... done [22:17:43.863] | : . ' , getFutureData() ... done [22:17:43.867] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.867] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:43.868] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.869] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.869] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.870] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:43.870] | : . ' , ; ` | New stack: [22:17:43.871] | : . ' , ; ` | List of 1 [22:17:43.871] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.871] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.871] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:43.871] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.871] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.871] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.871] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.871] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.874] | : . ' , ; ` | Old stack: [22:17:43.875] | : . ' , ; ` | List of 1 [22:17:43.875] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.875] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.875] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:43.875] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.875] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.875] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.875] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:43.875] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.875] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.875] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.875] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.879] | : . ' , ; ` | Not identical [22:17:43.879] | : . ' , ; ` | all.equal() for future ... [22:17:43.880] | : . ' , ; ` | : List of 2 [22:17:43.880] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.880] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.880] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.880] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.880] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.880] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.880] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.887] | : . ' , ; ` | all.equal() for future ... done [22:17:43.888] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:43.888] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.889] | : . ' , ; ` List of future strategies: [22:17:43.889] | : . ' , ; ` 1. sequential: [22:17:43.889] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:43.889] | : . ' , ; ` - tweaked: FALSE [22:17:43.889] | : . ' , ; ` - call: plan(sequential) [22:17:43.890] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.890] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.893] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.894] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.894] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.895] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:43.895] | : . ' , ; ` | : New stack: [22:17:43.896] | : . ' , ; ` | : List of 1 [22:17:43.896] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.896] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.896] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.896] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.896] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.896] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.896] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.896] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.896] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.896] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.896] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.900] | : . ' , ; ` | : Old stack: [22:17:43.901] | : . ' , ; ` | : List of 1 [22:17:43.901] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:43.901] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.901] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.901] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.901] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.901] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.901] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.901] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.901] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.901] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.901] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.905] | : . ' , ; ` | : Identical [22:17:43.906] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:43.906] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:43.907] | : . ' , ; ` | List of future strategies: [22:17:43.907] | : . ' , ; ` | 1. sequential: [22:17:43.907] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:43.907] | : . ' , ; ` | - tweaked: FALSE [22:17:43.907] | : . ' , ; ` | - call: plan(sequential) [22:17:43.907] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:43.908] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.908] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:43.909] | : . ' , SequentialFuture started (and completed) [22:17:43.910] | : . ' , signalConditions() ... [22:17:43.910] | : . ' , ; include = 'immediateCondition' [22:17:43.911] | : . ' , ; exclude = [22:17:43.911] | : . ' , ; resignal = FALSE [22:17:43.912] | : . ' , ; Number of conditions: 6 [22:17:43.912] | : . ' , ; int 6 [22:17:43.913] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.914] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.914] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.915] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.915] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.916] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.916] | : . ' , signalConditions() ... done [22:17:43.917] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:43.917] | : . Launching futures ... done [22:17:43.918] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:43.918] | : Using SequentialFutureBackend ... done [22:17:43.919] | run() for 'Future' () ... done [22:17:43.919] future(..., label = NULL) ... done [22:17:43.920] value() for SequentialFuture () ... [22:17:43.920] | signalConditions() ... [22:17:43.921] | : include = 'immediateCondition' [22:17:43.921] | : exclude = [22:17:43.922] | : resignal = FALSE [22:17:43.922] | : Number of conditions: 6 [22:17:43.923] | : int 6 [22:17:43.923] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.924] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.924] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.925] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.925] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.926] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.926] | signalConditions() ... done [22:17:43.927] | relay stdout ... [22:17:43.927] | relay stdout ... done [22:17:43.928] | check for misuse ... [22:17:43.928] | check for misuse ... done [22:17:43.929] | relay conditions ... [22:17:43.929] | : Future state: 'finished' [22:17:43.930] | : signalConditions() ... [22:17:43.930] | : . include = 'condition' [22:17:43.931] | : . exclude = 'immediateCondition' [22:17:43.931] | : . resignal = TRUE [22:17:43.932] | : . Number of conditions: 6 [22:17:43.932] | : . int 6 [22:17:43.933] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.934] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:43.863] | : . ' , attachPackages() ... [22:17:43.934] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.935] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:43.864] | : . ' , ; packages: [n=1] 'future' [22:17:43.935] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.936] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:43.864] | : . ' , attachPackages() ... done [22:17:43.936] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.937] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:43.865] | : . ' , attachPackages() ... [22:17:43.937] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.938] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:43.866] | : . ' , ; packages: [n=2] 'stats', 'datasets' [22:17:43.938] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:43.939] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:43.866] | : . ' , attachPackages() ... done [22:17:43.939] | : signalConditions() ... done [22:17:43.940] | relay conditions ... done [22:17:43.940] 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 [22:17:43.943] future(..., label = NULL) ... [22:17:43.944] | lazy: FALSE [22:17:43.944] | stdout: TRUE [22:17:43.945] | conditions: [n=1] 'condition' [22:17:43.945] | getGlobalsAndPackages() ... [22:17:43.946] | : Searching for globals ... [22:17:43.962] | : . globals found: [7] '{', 'lm', 'dist', '+', '.', '~', 'cars' [22:17:43.963] | : Searching for globals ... done [22:17:43.963] | : Resolving globals: FALSE [22:17:43.964] | : Search for packages associated with the globals ... [22:17:43.965] | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [22:17:43.965] | : . Packages: [3] 'base', 'stats', 'datasets' [22:17:43.966] | : Search for packages associated with the globals ... done [22:17:43.966] | : Packages after dropping 'base': [2] 'stats', 'datasets' [22:17:43.967] | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [22:17:43.967] | : globals: [0] [22:17:43.968] | : packages: [2] 'stats', 'datasets' [22:17:43.968] | getGlobalsAndPackages() ... done [22:17:43.969] | run() for 'Future' () ... [22:17:43.970] | : state: 'created' [22:17:43.970] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.971] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.971] | : Using SequentialFutureBackend ... [22:17:43.972] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [22:17:43.972] | : . Launching futures ... [22:17:43.973] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:43.973] | : . ' , getFutureData() ... [22:17:43.974] | : . ' , ; getFutureCore() ... [22:17:43.974] | : . ' , ; ` Packages needed by the future expression (n = 2): 'stats', 'datasets' [22:17:43.975] | : . ' , ; getFutureCore() ... done [22:17:43.975] | : . ' , ; getFutureCapture() ... [22:17:43.976] | : . ' , ; getFutureCapture() ... done [22:17:43.976] | : . ' , ; getFutureContext() ... [22:17:43.977] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.977] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:43.978] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.978] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:43.979] | : . ' , ; getFutureContext() ... done [22:17:43.979] | : . ' , getFutureData() ... done [22:17:43.983] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:43.984] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:43.984] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:43.985] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:43.986] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:43.986] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:43.987] | : . ' , ; ` | New stack: [22:17:43.987] | : . ' , ; ` | List of 1 [22:17:43.987] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.987] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.987] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:43.987] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.987] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.987] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.987] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.987] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.990] | : . ' , ; ` | Old stack: [22:17:43.991] | : . ' , ; ` | List of 1 [22:17:43.991] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:43.991] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.991] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:43.991] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.991] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.991] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.991] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:43.991] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.991] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.991] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.991] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:43.995] | : . ' , ; ` | Not identical [22:17:43.996] | : . ' , ; ` | all.equal() for future ... [22:17:43.996] | : . ' , ; ` | : List of 2 [22:17:43.996] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.996] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:43.996] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.996] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:43.996] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:43.996] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:43.996] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.003] | : . ' , ; ` | all.equal() for future ... done [22:17:44.004] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:44.004] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.005] | : . ' , ; ` List of future strategies: [22:17:44.005] | : . ' , ; ` 1. sequential: [22:17:44.005] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:44.005] | : . ' , ; ` - tweaked: FALSE [22:17:44.005] | : . ' , ; ` - call: plan(sequential) [22:17:44.006] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.006] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.010] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.010] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.011] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.011] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:44.012] | : . ' , ; ` | : New stack: [22:17:44.012] | : . ' , ; ` | : List of 1 [22:17:44.012] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.012] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.012] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.012] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.012] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.012] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.012] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.012] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.012] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.012] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.012] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.016] | : . ' , ; ` | : Old stack: [22:17:44.017] | : . ' , ; ` | : List of 1 [22:17:44.017] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.017] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.017] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.017] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.017] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.017] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.017] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.017] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.017] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.017] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.017] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.021] | : . ' , ; ` | : Identical [22:17:44.022] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:44.022] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.023] | : . ' , ; ` | List of future strategies: [22:17:44.023] | : . ' , ; ` | 1. sequential: [22:17:44.023] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:44.023] | : . ' , ; ` | - tweaked: FALSE [22:17:44.023] | : . ' , ; ` | - call: plan(sequential) [22:17:44.024] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.024] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.025] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.025] | : . ' , SequentialFuture started (and completed) [22:17:44.026] | : . ' , signalConditions() ... [22:17:44.027] | : . ' , ; include = 'immediateCondition' [22:17:44.027] | : . ' , ; exclude = [22:17:44.027] | : . ' , ; resignal = FALSE [22:17:44.028] | : . ' , ; Number of conditions: 6 [22:17:44.028] | : . ' , ; int 6 [22:17:44.029] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.030] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.030] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.031] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.031] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.032] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.032] | : . ' , signalConditions() ... done [22:17:44.033] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:44.033] | : . Launching futures ... done [22:17:44.034] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:44.034] | : Using SequentialFutureBackend ... done [22:17:44.035] | run() for 'Future' () ... done [22:17:44.035] future(..., label = NULL) ... done [22:17:44.036] value() for SequentialFuture () ... [22:17:44.036] | signalConditions() ... [22:17:44.037] | : include = 'immediateCondition' [22:17:44.037] | : exclude = [22:17:44.038] | : resignal = FALSE [22:17:44.038] | : Number of conditions: 6 [22:17:44.039] | : int 6 [22:17:44.040] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.040] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.041] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.041] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.042] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.042] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.043] | signalConditions() ... done [22:17:44.043] | relay stdout ... [22:17:44.044] | relay stdout ... done [22:17:44.044] | check for misuse ... [22:17:44.045] | check for misuse ... done [22:17:44.045] | relay conditions ... [22:17:44.045] | : Future state: 'finished' [22:17:44.046] | : signalConditions() ... [22:17:44.046] | : . include = 'condition' [22:17:44.047] | : . exclude = 'immediateCondition' [22:17:44.047] | : . resignal = TRUE [22:17:44.048] | : . Number of conditions: 6 [22:17:44.048] | : . int 6 [22:17:44.049] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.050] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:43.980] | : . ' , attachPackages() ... [22:17:44.050] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.051] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:43.980] | : . ' , ; packages: [n=1] 'future' [22:17:44.051] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.052] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:43.981] | : . ' , attachPackages() ... done [22:17:44.053] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.053] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:43.981] | : . ' , attachPackages() ... [22:17:44.054] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.054] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:43.982] | : . ' , ; packages: [n=2] 'stats', 'datasets' [22:17:44.055] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.056] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:43.982] | : . ' , attachPackages() ... done [22:17:44.056] | : signalConditions() ... done [22:17:44.057] | relay conditions ... done [22:17:44.058] 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 [22:17:44.061] future(..., label = NULL) ... [22:17:44.061] | lazy: FALSE [22:17:44.062] | stdout: TRUE [22:17:44.062] | conditions: [n=1] 'condition' [22:17:44.063] | getGlobalsAndPackages() ... [22:17:44.063] | : Searching for globals ... [22:17:44.082] | : . globals found: [8] '{', 'lm', 'dist', '+', 'speed', '^', '~', 'cars' [22:17:44.082] | : Searching for globals ... done [22:17:44.083] | : Resolving globals: FALSE [22:17:44.083] | : Search for packages associated with the globals ... [22:17:44.084] | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [22:17:44.085] | : . Packages: [3] 'base', 'stats', 'datasets' [22:17:44.085] | : Search for packages associated with the globals ... done [22:17:44.086] | : Packages after dropping 'base': [2] 'stats', 'datasets' [22:17:44.086] | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [22:17:44.087] | : globals: [0] [22:17:44.087] | : packages: [2] 'stats', 'datasets' [22:17:44.088] | getGlobalsAndPackages() ... done [22:17:44.088] | run() for 'Future' () ... [22:17:44.089] | : state: 'created' [22:17:44.089] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.090] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.090] | : Using SequentialFutureBackend ... [22:17:44.091] | : . Number of futures since start: 9 (9 created, 9 launched, 9 finished) [22:17:44.091] | : . Launching futures ... [22:17:44.092] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:44.092] | : . ' , getFutureData() ... [22:17:44.093] | : . ' , ; getFutureCore() ... [22:17:44.093] | : . ' , ; ` Packages needed by the future expression (n = 2): 'stats', 'datasets' [22:17:44.094] | : . ' , ; getFutureCore() ... done [22:17:44.094] | : . ' , ; getFutureCapture() ... [22:17:44.095] | : . ' , ; getFutureCapture() ... done [22:17:44.095] | : . ' , ; getFutureContext() ... [22:17:44.096] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.096] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:44.097] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.097] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:44.098] | : . ' , ; getFutureContext() ... done [22:17:44.098] | : . ' , getFutureData() ... done [22:17:44.103] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.103] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:44.104] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.104] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.105] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.105] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:44.106] | : . ' , ; ` | New stack: [22:17:44.106] | : . ' , ; ` | List of 1 [22:17:44.106] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:44.106] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.106] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:44.106] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.106] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.106] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.106] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:44.106] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.110] | : . ' , ; ` | Old stack: [22:17:44.110] | : . ' , ; ` | List of 1 [22:17:44.110] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:44.110] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.110] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:44.110] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.110] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.110] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.110] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:44.110] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.110] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.110] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.110] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.116] | : . ' , ; ` | Not identical [22:17:44.117] | : . ' , ; ` | all.equal() for future ... [22:17:44.118] | : . ' , ; ` | : List of 2 [22:17:44.118] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.118] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:44.118] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.118] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.118] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.118] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.118] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.125] | : . ' , ; ` | all.equal() for future ... done [22:17:44.126] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:44.127] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.127] | : . ' , ; ` List of future strategies: [22:17:44.127] | : . ' , ; ` 1. sequential: [22:17:44.127] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:44.127] | : . ' , ; ` - tweaked: FALSE [22:17:44.127] | : . ' , ; ` - call: plan(sequential) [22:17:44.128] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.129] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.132] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.132] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.133] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.134] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:44.134] | : . ' , ; ` | : New stack: [22:17:44.134] | : . ' , ; ` | : List of 1 [22:17:44.134] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.134] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.134] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.134] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.134] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.134] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.134] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.134] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.134] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.134] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.134] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.139] | : . ' , ; ` | : Old stack: [22:17:44.139] | : . ' , ; ` | : List of 1 [22:17:44.139] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.139] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.139] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.139] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.139] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.139] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.139] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.139] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.139] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.139] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.139] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.144] | : . ' , ; ` | : Identical [22:17:44.144] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:44.145] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.145] | : . ' , ; ` | List of future strategies: [22:17:44.145] | : . ' , ; ` | 1. sequential: [22:17:44.145] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:44.145] | : . ' , ; ` | - tweaked: FALSE [22:17:44.145] | : . ' , ; ` | - call: plan(sequential) [22:17:44.146] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.147] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.147] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.148] | : . ' , SequentialFuture started (and completed) [22:17:44.148] | : . ' , signalConditions() ... [22:17:44.149] | : . ' , ; include = 'immediateCondition' [22:17:44.149] | : . ' , ; exclude = [22:17:44.150] | : . ' , ; resignal = FALSE [22:17:44.150] | : . ' , ; Number of conditions: 6 [22:17:44.151] | : . ' , ; int 6 [22:17:44.152] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.152] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.153] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.153] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.154] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.154] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.155] | : . ' , signalConditions() ... done [22:17:44.155] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:44.156] | : . Launching futures ... done [22:17:44.156] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:44.157] | : Using SequentialFutureBackend ... done [22:17:44.157] | run() for 'Future' () ... done [22:17:44.158] future(..., label = NULL) ... done [22:17:44.158] value() for SequentialFuture () ... [22:17:44.159] | signalConditions() ... [22:17:44.159] | : include = 'immediateCondition' [22:17:44.160] | : exclude = [22:17:44.160] | : resignal = FALSE [22:17:44.161] | : Number of conditions: 6 [22:17:44.161] | : int 6 [22:17:44.162] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.162] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.163] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.163] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.164] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.164] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.165] | signalConditions() ... done [22:17:44.165] | relay stdout ... [22:17:44.166] | relay stdout ... done [22:17:44.166] | check for misuse ... [22:17:44.167] | check for misuse ... done [22:17:44.167] | relay conditions ... [22:17:44.168] | : Future state: 'finished' [22:17:44.168] | : signalConditions() ... [22:17:44.169] | : . include = 'condition' [22:17:44.169] | : . exclude = 'immediateCondition' [22:17:44.170] | : . resignal = TRUE [22:17:44.170] | : . Number of conditions: 6 [22:17:44.171] | : . int 6 [22:17:44.172] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.172] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:44.099] | : . ' , attachPackages() ... [22:17:44.173] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.173] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:44.100] | : . ' , ; packages: [n=1] 'future' [22:17:44.174] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.174] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:44.100] | : . ' , attachPackages() ... done [22:17:44.175] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.175] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:44.101] | : . ' , attachPackages() ... [22:17:44.176] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.176] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:44.101] | : . ' , ; packages: [n=2] 'stats', 'datasets' [22:17:44.177] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.177] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:44.102] | : . ' , attachPackages() ... done [22:17:44.178] | : signalConditions() ... done [22:17:44.178] | relay conditions ... done [22:17:44.179] 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 [22:17:44.182] future(..., label = NULL) ... [22:17:44.183] | lazy: FALSE [22:17:44.183] | stdout: TRUE [22:17:44.184] | conditions: [n=1] 'condition' [22:17:44.184] | getGlobalsAndPackages() ... [22:17:44.185] | : Searching for globals ... [22:17:44.206] | : . globals found: [9] '{', 'lm', 'dist', '+', 'speed', 'I', '^', '~', 'cars' [22:17:44.206] | : Searching for globals ... done [22:17:44.207] | : Resolving globals: FALSE [22:17:44.207] | : Search for packages associated with the globals ... [22:17:44.208] | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [22:17:44.209] | : . Packages: [3] 'base', 'stats', 'datasets' [22:17:44.209] | : Search for packages associated with the globals ... done [22:17:44.210] | : Packages after dropping 'base': [2] 'stats', 'datasets' [22:17:44.210] | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [22:17:44.211] | : globals: [0] [22:17:44.211] | : packages: [2] 'stats', 'datasets' [22:17:44.212] | getGlobalsAndPackages() ... done [22:17:44.212] | run() for 'Future' () ... [22:17:44.213] | : state: 'created' [22:17:44.213] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.214] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.214] | : Using SequentialFutureBackend ... [22:17:44.215] | : . Number of futures since start: 10 (10 created, 10 launched, 10 finished) [22:17:44.215] | : . Launching futures ... [22:17:44.216] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:44.216] | : . ' , getFutureData() ... [22:17:44.217] | : . ' , ; getFutureCore() ... [22:17:44.217] | : . ' , ; ` Packages needed by the future expression (n = 2): 'stats', 'datasets' [22:17:44.218] | : . ' , ; getFutureCore() ... done [22:17:44.218] | : . ' , ; getFutureCapture() ... [22:17:44.219] | : . ' , ; getFutureCapture() ... done [22:17:44.219] | : . ' , ; getFutureContext() ... [22:17:44.220] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.220] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:44.221] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.221] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:44.222] | : . ' , ; getFutureContext() ... done [22:17:44.222] | : . ' , getFutureData() ... done [22:17:44.227] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.227] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:44.228] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.228] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.229] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.230] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:44.230] | : . ' , ; ` | New stack: [22:17:44.230] | : . ' , ; ` | List of 1 [22:17:44.230] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:44.230] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.230] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:44.230] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.230] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.230] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.230] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:44.230] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.234] | : . ' , ; ` | Old stack: [22:17:44.235] | : . ' , ; ` | List of 1 [22:17:44.235] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:44.235] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.235] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:44.235] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.235] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.235] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.235] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:44.235] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.235] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.235] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.235] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.239] | : . ' , ; ` | Not identical [22:17:44.239] | : . ' , ; ` | all.equal() for future ... [22:17:44.240] | : . ' , ; ` | : List of 2 [22:17:44.240] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.240] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:44.240] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.240] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.240] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.240] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.240] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.247] | : . ' , ; ` | all.equal() for future ... done [22:17:44.247] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:44.248] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.248] | : . ' , ; ` List of future strategies: [22:17:44.248] | : . ' , ; ` 1. sequential: [22:17:44.248] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:44.248] | : . ' , ; ` - tweaked: FALSE [22:17:44.248] | : . ' , ; ` - call: plan(sequential) [22:17:44.249] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.250] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.257] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.257] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.258] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.258] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:44.259] | : . ' , ; ` | : New stack: [22:17:44.259] | : . ' , ; ` | : List of 1 [22:17:44.259] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.259] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.259] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.259] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.259] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.259] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.259] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.259] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.259] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.259] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.259] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.264] | : . ' , ; ` | : Old stack: [22:17:44.264] | : . ' , ; ` | : List of 1 [22:17:44.264] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.264] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.264] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.264] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.264] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.264] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.264] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.264] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.264] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.264] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.264] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.268] | : . ' , ; ` | : Identical [22:17:44.269] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:44.269] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.270] | : . ' , ; ` | List of future strategies: [22:17:44.270] | : . ' , ; ` | 1. sequential: [22:17:44.270] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:44.270] | : . ' , ; ` | - tweaked: FALSE [22:17:44.270] | : . ' , ; ` | - call: plan(sequential) [22:17:44.271] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.271] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.272] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.273] | : . ' , SequentialFuture started (and completed) [22:17:44.273] | : . ' , signalConditions() ... [22:17:44.274] | : . ' , ; include = 'immediateCondition' [22:17:44.274] | : . ' , ; exclude = [22:17:44.275] | : . ' , ; resignal = FALSE [22:17:44.275] | : . ' , ; Number of conditions: 6 [22:17:44.276] | : . ' , ; int 6 [22:17:44.276] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.277] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.277] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.278] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.278] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.279] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.279] | : . ' , signalConditions() ... done [22:17:44.280] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:44.280] | : . Launching futures ... done [22:17:44.281] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:44.281] | : Using SequentialFutureBackend ... done [22:17:44.282] | run() for 'Future' () ... done [22:17:44.282] future(..., label = NULL) ... done [22:17:44.283] value() for SequentialFuture () ... [22:17:44.283] | signalConditions() ... [22:17:44.284] | : include = 'immediateCondition' [22:17:44.284] | : exclude = [22:17:44.285] | : resignal = FALSE [22:17:44.285] | : Number of conditions: 6 [22:17:44.286] | : int 6 [22:17:44.287] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.287] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.288] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.288] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.289] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.289] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.290] | signalConditions() ... done [22:17:44.290] | relay stdout ... [22:17:44.291] | relay stdout ... done [22:17:44.291] | check for misuse ... [22:17:44.292] | check for misuse ... done [22:17:44.292] | relay conditions ... [22:17:44.293] | : Future state: 'finished' [22:17:44.293] | : signalConditions() ... [22:17:44.294] | : . include = 'condition' [22:17:44.294] | : . exclude = 'immediateCondition' [22:17:44.295] | : . resignal = TRUE [22:17:44.295] | : . Number of conditions: 6 [22:17:44.296] | : . int 6 [22:17:44.296] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.297] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:44.223] | : . ' , attachPackages() ... [22:17:44.298] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.298] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:44.224] | : . ' , ; packages: [n=1] 'future' [22:17:44.299] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.299] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:44.224] | : . ' , attachPackages() ... done [22:17:44.300] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.300] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:44.225] | : . ' , attachPackages() ... [22:17:44.301] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.301] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:44.225] | : . ' , ; packages: [n=2] 'stats', 'datasets' [22:17:44.302] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.302] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:44.226] | : . ' , attachPackages() ... done [22:17:44.303] | : signalConditions() ... done [22:17:44.303] | relay conditions ... done [22:17:44.304] 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 [22:17:44.308] future(..., label = NULL) ... [22:17:44.309] | lazy: FALSE [22:17:44.309] | stdout: TRUE [22:17:44.310] | conditions: [n=1] 'condition' [22:17:44.310] | getGlobalsAndPackages() ... [22:17:44.311] | : Searching for globals ... [22:17:44.325] | : . globals found: [7] '{', 'lm', 'dist', 'poly', 'speed', '~', 'cars' [22:17:44.326] | : Searching for globals ... done [22:17:44.326] | : Resolving globals: FALSE [22:17:44.327] | : Search for packages associated with the globals ... [22:17:44.327] | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [22:17:44.328] | : . Packages: [3] 'base', 'stats', 'datasets' [22:17:44.329] | : Search for packages associated with the globals ... done [22:17:44.329] | : Packages after dropping 'base': [2] 'stats', 'datasets' [22:17:44.330] | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [22:17:44.330] | : globals: [0] [22:17:44.331] | : packages: [2] 'stats', 'datasets' [22:17:44.331] | getGlobalsAndPackages() ... done [22:17:44.332] | run() for 'Future' () ... [22:17:44.332] | : state: 'created' [22:17:44.333] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.333] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.334] | : Using SequentialFutureBackend ... [22:17:44.334] | : . Number of futures since start: 11 (11 created, 11 launched, 11 finished) [22:17:44.335] | : . Launching futures ... [22:17:44.335] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:44.336] | : . ' , getFutureData() ... [22:17:44.336] | : . ' , ; getFutureCore() ... [22:17:44.337] | : . ' , ; ` Packages needed by the future expression (n = 2): 'stats', 'datasets' [22:17:44.337] | : . ' , ; getFutureCore() ... done [22:17:44.338] | : . ' , ; getFutureCapture() ... [22:17:44.338] | : . ' , ; getFutureCapture() ... done [22:17:44.339] | : . ' , ; getFutureContext() ... [22:17:44.339] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.340] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:44.340] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.341] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:44.341] | : . ' , ; getFutureContext() ... done [22:17:44.342] | : . ' , getFutureData() ... done [22:17:44.346] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.347] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:44.347] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.348] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.348] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.349] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:44.349] | : . ' , ; ` | New stack: [22:17:44.350] | : . ' , ; ` | List of 1 [22:17:44.350] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:44.350] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.350] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:44.350] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.350] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.350] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.350] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:44.350] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.353] | : . ' , ; ` | Old stack: [22:17:44.354] | : . ' , ; ` | List of 1 [22:17:44.354] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:44.354] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.354] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:44.354] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.354] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.354] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.354] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:44.354] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.354] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.354] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.354] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.358] | : . ' , ; ` | Not identical [22:17:44.359] | : . ' , ; ` | all.equal() for future ... [22:17:44.359] | : . ' , ; ` | : List of 2 [22:17:44.359] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.359] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:44.359] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.359] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.359] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.359] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.359] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.366] | : . ' , ; ` | all.equal() for future ... done [22:17:44.367] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:44.367] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.368] | : . ' , ; ` List of future strategies: [22:17:44.368] | : . ' , ; ` 1. sequential: [22:17:44.368] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:44.368] | : . ' , ; ` - tweaked: FALSE [22:17:44.368] | : . ' , ; ` - call: plan(sequential) [22:17:44.369] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.369] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.373] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.373] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.374] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.374] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:44.375] | : . ' , ; ` | : New stack: [22:17:44.375] | : . ' , ; ` | : List of 1 [22:17:44.375] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.375] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.375] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.375] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.375] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.375] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.375] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.375] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.375] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.375] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.375] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.380] | : . ' , ; ` | : Old stack: [22:17:44.380] | : . ' , ; ` | : List of 1 [22:17:44.380] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.380] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.380] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.380] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.380] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.380] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.380] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.380] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.380] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.380] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.380] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.384] | : . ' , ; ` | : Identical [22:17:44.385] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:44.385] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.386] | : . ' , ; ` | List of future strategies: [22:17:44.386] | : . ' , ; ` | 1. sequential: [22:17:44.386] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:44.386] | : . ' , ; ` | - tweaked: FALSE [22:17:44.386] | : . ' , ; ` | - call: plan(sequential) [22:17:44.387] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.387] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.388] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.389] | : . ' , SequentialFuture started (and completed) [22:17:44.389] | : . ' , signalConditions() ... [22:17:44.390] | : . ' , ; include = 'immediateCondition' [22:17:44.390] | : . ' , ; exclude = [22:17:44.391] | : . ' , ; resignal = FALSE [22:17:44.391] | : . ' , ; Number of conditions: 6 [22:17:44.392] | : . ' , ; int 6 [22:17:44.393] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.393] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.394] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.394] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.395] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.395] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.396] | : . ' , signalConditions() ... done [22:17:44.396] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:44.397] | : . Launching futures ... done [22:17:44.397] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:44.398] | : Using SequentialFutureBackend ... done [22:17:44.398] | run() for 'Future' () ... done [22:17:44.399] future(..., label = NULL) ... done [22:17:44.399] value() for SequentialFuture () ... [22:17:44.400] | signalConditions() ... [22:17:44.400] | : include = 'immediateCondition' [22:17:44.401] | : exclude = [22:17:44.401] | : resignal = FALSE [22:17:44.401] | : Number of conditions: 6 [22:17:44.402] | : int 6 [22:17:44.403] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.403] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.404] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.404] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.405] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.405] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.406] | signalConditions() ... done [22:17:44.406] | relay stdout ... [22:17:44.407] | relay stdout ... done [22:17:44.407] | check for misuse ... [22:17:44.408] | check for misuse ... done [22:17:44.408] | relay conditions ... [22:17:44.409] | : Future state: 'finished' [22:17:44.409] | : signalConditions() ... [22:17:44.410] | : . include = 'condition' [22:17:44.410] | : . exclude = 'immediateCondition' [22:17:44.411] | : . resignal = TRUE [22:17:44.411] | : . Number of conditions: 6 [22:17:44.412] | : . int 6 [22:17:44.413] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.413] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:44.343] | : . ' , attachPackages() ... [22:17:44.414] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.414] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:44.343] | : . ' , ; packages: [n=1] 'future' [22:17:44.415] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.417] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:44.344] | : . ' , attachPackages() ... done [22:17:44.417] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.418] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:44.344] | : . ' , attachPackages() ... [22:17:44.419] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.419] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:44.345] | : . ' , ; packages: [n=2] 'stats', 'datasets' [22:17:44.420] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.420] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:44.345] | : . ' , attachPackages() ... done [22:17:44.421] | : signalConditions() ... done [22:17:44.421] | relay conditions ... done [22:17:44.422] 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) ... [22:17:44.424] future(..., label = NULL) ... [22:17:44.425] | lazy: FALSE [22:17:44.425] | stdout: TRUE [22:17:44.426] | conditions: [n=1] 'condition' [22:17:44.426] | getGlobalsAndPackages() ... [22:17:44.427] | : Searching for globals ... [22:17:44.468] | : . globals found: [17] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', '.', 'lapply', '+' [22:17:44.468] | : Searching for globals ... done [22:17:44.469] | : Resolving globals: FALSE [22:17:44.469] | : Search for packages associated with the globals ... [22:17:44.470] | : . Packages associated with globals: [1] 'base' [22:17:44.471] | : . Packages: [1] 'base' [22:17:44.471] | : Search for packages associated with the globals ... done [22:17:44.472] | : Packages after dropping 'base': [0] [22:17:44.472] | : globals: [3] 'outer_function', 'map', 'inner_function' [22:17:44.473] | : packages: [0] [22:17:44.473] | getGlobalsAndPackages() ... done [22:17:44.474] | run() for 'Future' () ... [22:17:44.474] | : state: 'created' [22:17:44.475] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.475] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.476] | : Using SequentialFutureBackend ... [22:17:44.476] | : . Number of futures since start: 12 (12 created, 12 launched, 12 finished) [22:17:44.477] | : . Launching futures ... [22:17:44.478] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:44.478] | : . ' , getFutureData() ... [22:17:44.479] | : . ' , ; getFutureCore() ... [22:17:44.479] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:44.479] | : . ' , ; getFutureCore() ... done [22:17:44.480] | : . ' , ; getFutureCapture() ... [22:17:44.480] | : . ' , ; getFutureCapture() ... done [22:17:44.481] | : . ' , ; getFutureContext() ... [22:17:44.481] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.482] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:44.482] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.483] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:44.483] | : . ' , ; getFutureContext() ... done [22:17:44.484] | : . ' , getFutureData() ... done [22:17:44.488] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.489] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:44.489] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.490] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.490] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.491] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:44.491] | : . ' , ; ` | New stack: [22:17:44.492] | : . ' , ; ` | List of 1 [22:17:44.492] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:44.492] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.492] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:44.492] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.492] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.492] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.492] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:44.492] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.495] | : . ' , ; ` | Old stack: [22:17:44.496] | : . ' , ; ` | List of 1 [22:17:44.496] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:44.496] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.496] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:44.496] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.496] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.496] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.496] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:44.496] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.496] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.496] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.496] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.500] | : . ' , ; ` | Not identical [22:17:44.501] | : . ' , ; ` | all.equal() for future ... [22:17:44.501] | : . ' , ; ` | : List of 2 [22:17:44.501] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.501] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:44.501] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.501] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.501] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.501] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.501] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.508] | : . ' , ; ` | all.equal() for future ... done [22:17:44.509] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:44.509] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.510] | : . ' , ; ` List of future strategies: [22:17:44.510] | : . ' , ; ` 1. sequential: [22:17:44.510] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:44.510] | : . ' , ; ` - tweaked: FALSE [22:17:44.510] | : . ' , ; ` - call: plan(sequential) [22:17:44.511] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.511] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.512] | : . ' , assign_globals() ... [22:17:44.512] | : . ' , List of 3 [22:17:44.512] | : . ' , $ outer_function:function (x) [22:17:44.512] | : . ' , $ map :function (.x, .f, ...) [22:17:44.512] | : . ' , $ inner_function:function (x) [22:17:44.512] | : . ' , - attr(*, "where")=List of 3 [22:17:44.512] | : . ' , ..$ outer_function: [22:17:44.512] | : . ' , ..$ map : [22:17:44.512] | : . ' , ..$ inner_function: [22:17:44.512] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:44.512] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:44.512] | : . ' , - attr(*, "total_size")= num NA [22:17:44.512] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:44.517] | : . ' , - reassign environment for 'outer_function' [where=globalenv()] [22:17:44.517] | : . ' , - copied 'outer_function' to environment [22:17:44.518] | : . ' , - reassign environment for 'map' [where=globalenv()] [22:17:44.518] | : . ' , - copied 'map' to environment [22:17:44.519] | : . ' , - reassign environment for 'inner_function' [where=globalenv()] [22:17:44.519] | : . ' , - copied 'inner_function' to environment [22:17:44.520] | : . ' , assign_globals() ... done [22:17:44.529] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.530] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.531] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.531] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:44.532] | : . ' , ; ` | : New stack: [22:17:44.532] | : . ' , ; ` | : List of 1 [22:17:44.532] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.532] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.532] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.532] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.532] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.532] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.532] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.532] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.532] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.532] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.532] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.536] | : . ' , ; ` | : Old stack: [22:17:44.537] | : . ' , ; ` | : List of 1 [22:17:44.537] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.537] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.537] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.537] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.537] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.537] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.537] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.537] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.537] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.537] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.537] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.541] | : . ' , ; ` | : Identical [22:17:44.542] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:44.542] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.543] | : . ' , ; ` | List of future strategies: [22:17:44.543] | : . ' , ; ` | 1. sequential: [22:17:44.543] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:44.543] | : . ' , ; ` | - tweaked: FALSE [22:17:44.543] | : . ' , ; ` | - call: plan(sequential) [22:17:44.544] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.544] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.545] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.545] | : . ' , SequentialFuture started (and completed) [22:17:44.546] | : . ' , signalConditions() ... [22:17:44.547] | : . ' , ; include = 'immediateCondition' [22:17:44.547] | : . ' , ; exclude = [22:17:44.547] | : . ' , ; resignal = FALSE [22:17:44.548] | : . ' , ; Number of conditions: 6 [22:17:44.548] | : . ' , ; int 6 [22:17:44.549] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.550] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.550] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.551] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.551] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.552] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.552] | : . ' , signalConditions() ... done [22:17:44.553] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:44.553] | : . Launching futures ... done [22:17:44.554] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:44.554] | : Using SequentialFutureBackend ... done [22:17:44.555] | run() for 'Future' () ... done [22:17:44.555] future(..., label = NULL) ... done [22:17:44.556] value() for SequentialFuture () ... [22:17:44.556] | signalConditions() ... [22:17:44.557] | : include = 'immediateCondition' [22:17:44.557] | : exclude = [22:17:44.558] | : resignal = FALSE [22:17:44.558] | : Number of conditions: 6 [22:17:44.559] | : int 6 [22:17:44.560] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.560] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.561] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.561] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.562] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.562] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.563] | signalConditions() ... done [22:17:44.563] | relay stdout ... [22:17:44.564] | relay stdout ... done [22:17:44.564] | check for misuse ... [22:17:44.565] | check for misuse ... done [22:17:44.565] | relay conditions ... [22:17:44.566] | : Future state: 'finished' [22:17:44.566] | : signalConditions() ... [22:17:44.567] | : . include = 'condition' [22:17:44.567] | : . exclude = 'immediateCondition' [22:17:44.568] | : . resignal = TRUE [22:17:44.568] | : . Number of conditions: 6 [22:17:44.568] | : . int 6 [22:17:44.569] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.570] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:44.485] | : . ' , attachPackages() ... [22:17:44.570] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.571] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:44.485] | : . ' , ; packages: [n=1] 'future' [22:17:44.571] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.572] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:44.486] | : . ' , attachPackages() ... done [22:17:44.572] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.573] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:44.486] | : . ' , attachPackages() ... [22:17:44.573] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.574] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:44.487] | : . ' , ; packages: [n=0] [22:17:44.574] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.575] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:44.487] | : . ' , attachPackages() ... done [22:17:44.576] | : signalConditions() ... done [22:17:44.576] | relay conditions ... done [22:17:44.577] value() for SequentialFuture () ... done List of 2 $ : num [1:2] 2 3 $ : num [1:2] 2 3 [22:17:44.578] future(..., label = NULL) ... [22:17:44.579] | lazy: FALSE [22:17:44.579] | stdout: TRUE [22:17:44.580] | conditions: [n=1] 'condition' [22:17:44.580] | getGlobalsAndPackages() ... [22:17:44.581] | : Searching for globals ... [22:17:44.621] | : . globals found: [17] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', '.', 'lapply', '+' [22:17:44.622] | : Searching for globals ... done [22:17:44.622] | : Resolving globals: FALSE [22:17:44.623] | : Search for packages associated with the globals ... [22:17:44.623] | : . Packages associated with globals: [1] 'base' [22:17:44.624] | : . Packages: [1] 'base' [22:17:44.625] | : Search for packages associated with the globals ... done [22:17:44.625] | : Packages after dropping 'base': [0] [22:17:44.626] | : globals: [3] 'outer_function', 'map', 'inner_function' [22:17:44.626] | : packages: [0] [22:17:44.627] | getGlobalsAndPackages() ... done [22:17:44.628] | run() for 'Future' () ... [22:17:44.628] | : state: 'created' [22:17:44.629] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.629] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.630] | : Using SequentialFutureBackend ... [22:17:44.630] | : . Number of futures since start: 13 (13 created, 13 launched, 13 finished) [22:17:44.631] | : . Launching futures ... [22:17:44.631] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:44.632] | : . ' , getFutureData() ... [22:17:44.632] | : . ' , ; getFutureCore() ... [22:17:44.633] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:44.633] | : . ' , ; getFutureCore() ... done [22:17:44.634] | : . ' , ; getFutureCapture() ... [22:17:44.634] | : . ' , ; getFutureCapture() ... done [22:17:44.635] | : . ' , ; getFutureContext() ... [22:17:44.635] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.636] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:44.636] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.637] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:44.637] | : . ' , ; getFutureContext() ... done [22:17:44.638] | : . ' , getFutureData() ... done [22:17:44.642] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.642] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:44.643] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.644] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.644] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.645] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:44.645] | : . ' , ; ` | New stack: [22:17:44.646] | : . ' , ; ` | List of 1 [22:17:44.646] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:44.646] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.646] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:44.646] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.646] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.646] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.646] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:44.646] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.651] | : . ' , ; ` | Old stack: [22:17:44.651] | : . ' , ; ` | List of 1 [22:17:44.651] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:44.651] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.651] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:44.651] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.651] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.651] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.651] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:44.651] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.651] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.651] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.651] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.656] | : . ' , ; ` | Not identical [22:17:44.656] | : . ' , ; ` | all.equal() for future ... [22:17:44.657] | : . ' , ; ` | : List of 2 [22:17:44.657] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.657] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:44.657] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.657] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.657] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.657] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.657] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.664] | : . ' , ; ` | all.equal() for future ... done [22:17:44.664] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:44.665] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.665] | : . ' , ; ` List of future strategies: [22:17:44.665] | : . ' , ; ` 1. sequential: [22:17:44.665] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:44.665] | : . ' , ; ` - tweaked: FALSE [22:17:44.665] | : . ' , ; ` - call: plan(sequential) [22:17:44.666] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.667] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.667] | : . ' , assign_globals() ... [22:17:44.668] | : . ' , List of 3 [22:17:44.668] | : . ' , $ outer_function:function (x) [22:17:44.668] | : . ' , $ map :function (.x, .f, ...) [22:17:44.668] | : . ' , $ inner_function:function (x) [22:17:44.668] | : . ' , - attr(*, "where")=List of 3 [22:17:44.668] | : . ' , ..$ outer_function: [22:17:44.668] | : . ' , ..$ map : [22:17:44.668] | : . ' , ..$ inner_function: [22:17:44.668] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:44.668] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:44.668] | : . ' , - attr(*, "total_size")= num NA [22:17:44.668] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:44.672] | : . ' , - reassign environment for 'outer_function' [where=globalenv()] [22:17:44.673] | : . ' , - copied 'outer_function' to environment [22:17:44.673] | : . ' , - reassign environment for 'map' [where=globalenv()] [22:17:44.674] | : . ' , - copied 'map' to environment [22:17:44.674] | : . ' , - reassign environment for 'inner_function' [where=globalenv()] [22:17:44.675] | : . ' , - copied 'inner_function' to environment [22:17:44.675] | : . ' , assign_globals() ... done [22:17:44.678] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.679] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:44.679] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:44.680] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:44.680] | : . ' , ; ` | : New stack: [22:17:44.681] | : . ' , ; ` | : List of 1 [22:17:44.681] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.681] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.681] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.681] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.681] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.681] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.681] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.681] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.681] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.681] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.681] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.685] | : . ' , ; ` | : Old stack: [22:17:44.686] | : . ' , ; ` | : List of 1 [22:17:44.686] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:44.686] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.686] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:44.686] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.686] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.686] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.686] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:44.686] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.686] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.686] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.686] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.690] | : . ' , ; ` | : Identical [22:17:44.690] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:44.691] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:44.691] | : . ' , ; ` | List of future strategies: [22:17:44.691] | : . ' , ; ` | 1. sequential: [22:17:44.691] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:44.691] | : . ' , ; ` | - tweaked: FALSE [22:17:44.691] | : . ' , ; ` | - call: plan(sequential) [22:17:44.692] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:44.693] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.693] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:44.694] | : . ' , SequentialFuture started (and completed) [22:17:44.695] | : . ' , signalConditions() ... [22:17:44.695] | : . ' , ; include = 'immediateCondition' [22:17:44.695] | : . ' , ; exclude = [22:17:44.696] | : . ' , ; resignal = FALSE [22:17:44.696] | : . ' , ; Number of conditions: 6 [22:17:44.697] | : . ' , ; int 6 [22:17:44.698] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.698] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.699] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.699] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.700] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.700] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.701] | : . ' , signalConditions() ... done [22:17:44.701] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:44.702] | : . Launching futures ... done [22:17:44.702] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:44.703] | : Using SequentialFutureBackend ... done [22:17:44.703] | run() for 'Future' () ... done [22:17:44.704] future(..., label = NULL) ... done [22:17:44.704] value() for SequentialFuture () ... [22:17:44.705] | signalConditions() ... [22:17:44.705] | : include = 'immediateCondition' [22:17:44.706] | : exclude = [22:17:44.706] | : resignal = FALSE [22:17:44.707] | : Number of conditions: 6 [22:17:44.707] | : int 6 [22:17:44.708] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.708] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.709] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.709] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.710] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.710] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.711] | signalConditions() ... done [22:17:44.711] | relay stdout ... [22:17:44.712] | relay stdout ... done [22:17:44.712] | check for misuse ... [22:17:44.713] | check for misuse ... done [22:17:44.713] | relay conditions ... [22:17:44.714] | : Future state: 'finished' [22:17:44.714] | : signalConditions() ... [22:17:44.715] | : . include = 'condition' [22:17:44.715] | : . exclude = 'immediateCondition' [22:17:44.716] | : . resignal = TRUE [22:17:44.716] | : . Number of conditions: 6 [22:17:44.716] | : . int 6 [22:17:44.717] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.718] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:44.638] | : . ' , attachPackages() ... [22:17:44.718] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.719] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:44.639] | : . ' , ; packages: [n=1] 'future' [22:17:44.719] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.720] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:44.640] | : . ' , attachPackages() ... done [22:17:44.720] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.721] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:44.640] | : . ' , attachPackages() ... [22:17:44.721] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.722] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:44.641] | : . ' , ; packages: [n=0] [22:17:44.722] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:44.723] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:44.641] | : . ' , attachPackages() ... done [22:17:44.723] | : signalConditions() ... done [22:17:44.724] | relay conditions ... done [22:17:44.724] 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') ... [22:17:44.728] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.729] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:17:44.729] | : all.equal() for FutureStrategyList ... [22:17:44.730] | : . New stack: [22:17:44.730] | : . List of 1 [22:17:44.730] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [22:17:44.730] | : . rscript_libs = .libPaths()) [22:17:44.730] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:44.730] | : . ..- attr(*, "init")= logi TRUE [22:17:44.730] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:44.730] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:44.730] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:44.730] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:44.730] | : . ..- attr(*, "untweakable")= chr "persistent" [22:17:44.730] | : . ..- attr(*, "call")= language plan(strategy) [22:17:44.730] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.734] | : . Old stack: [22:17:44.735] | : . List of 1 [22:17:44.735] | : . $ :function (..., envir = parent.frame()) [22:17:44.735] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.735] | : . ..- attr(*, "init")= chr "done" [22:17:44.735] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.735] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.735] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.735] | : . ..- attr(*, "call")= language plan(sequential) [22:17:44.735] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.735] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.735] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.735] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.739] | : . Not identical [22:17:44.739] | : . all.equal() for future ... [22:17:44.740] | : . ' List of 2 [22:17:44.740] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [22:17:44.740] | : . ' rscript_libs = .libPaths()) [22:17:44.740] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:44.740] | : . ' ..- attr(*, "init")= logi TRUE [22:17:44.740] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:44.740] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:44.740] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:44.740] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:44.740] | : . ' ..- attr(*, "untweakable")= chr "persistent" [22:17:44.740] | : . ' ..- attr(*, "call")= language plan(strategy) [22:17:44.740] | : . ' $ current:function (..., envir = parent.frame()) [22:17:44.740] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:44.740] | : . ' ..- attr(*, "init")= chr "done" [22:17:44.740] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.740] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.740] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.740] | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:44.740] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:44.740] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:44.740] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:44.747] | : . ' Formals differ [22:17:44.747] | : . all.equal() for future ... done [22:17:44.748] | : . Future strategies differ at level 1 [22:17:44.748] | : all.equal() for FutureStrategyList ... done [22:17:44.749] | : plan(): Setting new future backend stack: [22:17:44.749] | : List of future strategies: [22:17:44.749] | : 1. multisession: [22:17:44.749] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [22:17:44.749] | : - tweaked: FALSE [22:17:44.749] | : - call: plan(strategy) [22:17:44.750] | : List of 1 [22:17:44.750] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [22:17:44.750] | : rscript_libs = .libPaths()) [22:17:44.750] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:44.750] | : ..- attr(*, "init")= logi TRUE [22:17:44.750] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:44.750] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:44.750] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:44.750] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:44.750] | : ..- attr(*, "untweakable")= chr "persistent" [22:17:44.750] | : ..- attr(*, "call")= language plan(strategy) [22:17:44.750] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:44.754] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [22:17:44.754] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:44.755] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [22:17:44.755] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:44.756] | : . Legacy shutdown of cluster workers ... [22:17:44.757] | : . ' Stopping existing cluster ... [22:17:44.757] | : . ' , No pre-existing cluster. Skipping [22:17:44.758] | : . ' Stopping existing cluster ... done [22:17:44.758] | : . Legacy shutdown of cluster workers ... done [22:17:44.759] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [22:17:44.759] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [22:17:44.760] | : . function (..., workers = availableCores(constraints = "connections-16"), [22:17:44.760] | : . rscript_libs = .libPaths()) [22:17:44.760] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:44.760] | : . - attr(*, "init")= logi TRUE [22:17:44.760] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:44.760] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:44.760] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:44.760] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:44.760] | : . - attr(*, "untweakable")= chr "persistent" [22:17:44.760] | : . - attr(*, "call")= language plan(strategy) [22:17:44.763] | : . init: TRUE [22:17:44.763] | : . makeFutureBackend() ... [22:17:44.764] | : . ' Backend function: <'NULL'> [22:17:44.764] | : . ' Evaluator tweak arguments: [n=0] [22:17:44.765] | : . ' list() [22:17:44.766] | : . ' Evaluator formal arguments: [n=2] [22:17:44.766] | : . ' Dotted pair list of 2 [22:17:44.766] | : . ' $ workers : language availableCores(constraints = "connections-16") [22:17:44.766] | : . ' $ rscript_libs: language .libPaths() [22:17:44.767] | : . ' Arguments passed to the future-backend factory: [n=2] [22:17:44.768] | : . ' List of 2 [22:17:44.768] | : . ' $ workers : language availableCores(constraints = "connections-16") [22:17:44.768] | : . ' $ rscript_libs: language .libPaths() [22:17:44.769] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [22:17:44.770] | : . ' , Arguments: [22:17:44.770] | : . ' , List of 5 [22:17:44.770] | : . ' , $ workers : Named int 2 [22:17:44.770] | : . ' , ..- attr(*, "names")= chr "mc.cores" [22:17:44.770] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:44.770] | : . ' , $ interrupts : logi TRUE [22:17:44.770] | : . ' , $ gc : logi FALSE [22:17:44.770] | : . ' , $ earlySignal : logi FALSE [22:17:44.815] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [22:17:44.816] | : . ' , ; workers: 2 [22:17:44.817] | : . ' , ; getCluster() ... [22:17:44.817] | : . ' , ; getCluster() ... done [22:17:44.818] | : . ' , ; Stopping existing cluster ... [22:17:44.818] | : . ' , ; ` No pre-existing cluster. Skipping [22:17:44.819] | : . ' , ; Stopping existing cluster ... done [22:17:44.819] | : . ' , ; Starting new cluster ... [22:17:44.820] | : . ' , ; ` makeCluster(workers, ...) ... [22:17:44.820] | : . ' , ; ` | Arguments: [22:17:44.821] | : . ' , ; ` | List of 2 [22:17:44.821] | : . ' , ; ` | $ : int 2 [22:17:44.821] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:44.822] | : . ' , ; ` | .makeCluster() ... [22:17:44.823] | : . ' , ; ` | : workers: '2' [22:17:44.823] | : . ' , ; ` | : R_FUTURE_PLAN: NA [22:17:44.824] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [22:17:44.824] | : . ' , ; ` | : List of 2 [22:17:44.824] | : . ' , ; ` | : $ : int 2 [22:17:44.824] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:45.603] | : . ' , ; ` | : Generated cluster UUID [22:17:45.604] | : . ' , ; ` | : Cluster UUID: '212f6c7f072604f6f0f89797f0638076' [22:17:45.605] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:45.608] | : . ' , ; ` | .makeCluster() ... done [22:17:45.608] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:45.610] | : . ' , ; ` makeCluster(workers, ...) ... done [22:17:45.611] | : . ' , ; ` Number of workers: 2 [22:17:45.611] | : . ' , ; ` Workers UUID: '212f6c7f072604f6f0f89797f0638076' [22:17:45.612] | : . ' , ; Starting new cluster ... done [22:17:45.613] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [22:17:45.613] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [22:17:45.614] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [22:17:45.614] | : . makeFutureBackend() ... done [22:17:45.615] | : . nbrOfWorkers(NULL) ... [22:17:45.615] | : . ' List of 4 [22:17:45.615] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:17:45.615] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:17:45.615] | : . ' $ : language nbrOfWorkers() [22:17:45.615] | : . ' $ : language nbrOfWorkers.NULL() [22:17:45.618] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:45.618] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:45.619] | : . ' Number of workers: 2 [22:17:45.619] | : . nbrOfWorkers(NULL) ... done [22:17:45.620] | : . plan(): nbrOfWorkers() = 2 [22:17:45.620] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [22:17:45.621] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done - lm() ... [22:17:45.622] | future(..., label = NULL) ... [22:17:45.622] | : lazy: FALSE [22:17:45.622] | : stdout: TRUE [22:17:45.623] | : conditions: [n=1] 'condition' [22:17:45.624] | : getGlobalsAndPackages() ... [22:17:45.624] | : . Searching for globals ... [22:17:45.638] | : . ' globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [22:17:45.639] | : . Searching for globals ... done [22:17:45.639] | : . Resolving globals: FALSE [22:17:45.640] | : . Search for packages associated with the globals ... [22:17:45.641] | : . ' Packages associated with globals: [2] 'base', 'stats' [22:17:45.641] | : . ' Packages: [2] 'base', 'stats' [22:17:45.642] | : . Search for packages associated with the globals ... done [22:17:45.642] | : . Packages after dropping 'base': [1] 'stats' [22:17:45.643] | : . Packages after dropping non-attached packages: [1] 'stats' [22:17:45.644] | : . globals: [2] 'weight', 'group' [22:17:45.644] | : . packages: [1] 'stats' [22:17:45.645] | : getGlobalsAndPackages() ... done [22:17:45.645] | : run() for 'Future' () ... [22:17:45.646] | : . state: 'created' [22:17:45.646] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:45.647] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:45.647] | : . Using MultisessionFutureBackend ... [22:17:45.648] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:45.648] | : . ' Launching futures ... [22:17:45.649] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:45.650] | : . ' , ; Workers: [n=2] [22:17:45.650] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:45.652] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:45.653] | : . ' , ; requestWorker() ... [22:17:45.653] | : . ' , ; ` requestNode() ... [22:17:45.654] | : . ' , ; ` | Number of workers: 2 [22:17:45.654] | : . ' , ; ` | Polling for a free worker ... [22:17:45.655] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:45.655] | : . ' , ; ` | : . Created empty registry 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:45.656] | : . ' , ; ` | : . Listing all futures [22:17:45.656] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:45.657] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:45.657] | : . ' , ; ` | : Total time: 0 [22:17:45.658] | : . ' , ; ` | Polling for a free worker ... done [22:17:45.658] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:45.659] | : . ' , ; ` | : Listing all futures [22:17:45.659] | : . ' , ; ` | : Number of registered futures: 0 [22:17:45.660] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:45.660] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:45.661] | : . ' , ; ` | Index of first available worker: 1 [22:17:45.661] | : . ' , ; ` | Validate that the worker is functional ... [22:17:45.662] | : . ' , ; ` | : Connection is valid [22:17:45.663] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:45.664] | : . ' , ; ` | : Worker is functional [22:17:45.665] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:45.665] | : . ' , ; ` | : . Listing all futures [22:17:45.666] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:45.666] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:45.667] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:45.667] | : . ' , ; ` requestNode() ... done [22:17:45.668] | : . ' , ; ` cluster node index: 1 [22:17:45.668] | : . ' , ; requestWorker() ... done [22:17:45.669] | : . ' , ; eraseGlobalEnvironment() ... [22:17:45.670] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:45.670] | : . ' , ; launchFuture() ... [22:17:45.671] | : . ' , ; ` cluster node index: 1 [22:17:45.671] | : . ' , ; ` getFutureData() ... [22:17:45.672] | : . ' , ; ` | getFutureCore() ... [22:17:45.672] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [22:17:45.673] | : . ' , ; ` | getFutureCore() ... done [22:17:45.673] | : . ' , ; ` | getFutureCapture() ... [22:17:45.674] | : . ' , ; ` | getFutureCapture() ... done [22:17:45.674] | : . ' , ; ` | getFutureContext() ... [22:17:45.675] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:45.675] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:45.676] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:45.676] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:45.677] | : . ' , ; ` | getFutureContext() ... done [22:17:45.677] | : . ' , ; ` getFutureData() ... done [22:17:45.678] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:45.679] | : . ' , ; ` | Appended future to position #1 [22:17:45.679] | : . ' , ; ` | Number of registered futures: 1 [22:17:45.680] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:45.680] | : . ' , ; launchFuture() ... done [22:17:45.681] | : . ' , ; MultisessionFuture started [22:17:45.681] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:45.682] | : . ' Launching futures ... done [22:17:45.682] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:45.683] | : . Using MultisessionFutureBackend ... done [22:17:45.683] | : run() for 'Future' () ... done [22:17:45.684] | future(..., label = NULL) ... done [22:17:45.684] | value() for MultisessionFuture () ... [22:17:45.685] | : result() for ClusterFuture ... [22:17:45.686] | : . assertValidConnection() ... [22:17:45.686] | : . ' cluster node index: 1 [22:17:45.687] | : . assertValidConnection() ... done [22:17:45.688] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:45.689] | : . ' cluster node index: 1 [22:17:45.742] | : . ' [1] TRUE [22:17:45.743] | : . ' Received data: [22:17:45.744] | : . ' List of 5 [22:17:45.744] | : . ' $ type : chr "VALUE" [22:17:45.744] | : . ' $ value :List of 16 [22:17:45.744] | : . ' ..$ value :List of 13 [22:17:45.744] | : . ' .. ..$ coefficients : Named num [1:2] 5.03 4.66 [22:17:45.744] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [22:17:45.744] | : . ' .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [22:17:45.744] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [22:17:45.744] | : . ' .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [22:17:45.744] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [22:17:45.744] | : . ' .. ..$ rank : int 2 [22:17:45.744] | : . ' .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [22:17:45.744] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [22:17:45.744] | : . ' .. ..$ assign : int [1:2] 1 1 [22:17:45.744] | : . ' .. ..$ qr :List of 5 [22:17:45.744] | : . ' .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [22:17:45.744] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:45.744] | : . ' .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [22:17:45.744] | : . ' .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [22:17:45.744] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [22:17:45.744] | : . ' .. .. .. ..- attr(*, "contrasts")=List of 1 [22:17:45.744] | : . ' .. .. .. .. ..$ group: chr "contr.treatment" [22:17:45.744] | : . ' .. .. ..$ qraux: num [1:2] 1.32 1 [22:17:45.744] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [22:17:45.744] | : . ' .. .. ..$ tol : num 1e-07 [22:17:45.744] | : . ' .. .. ..$ rank : int 2 [22:17:45.744] | : . ' .. .. ..- attr(*, "class")= chr "qr" [22:17:45.744] | : . ' .. ..$ df.residual : int 18 [22:17:45.744] | : . ' .. ..$ contrasts :List of 1 [22:17:45.744] | : . ' .. .. ..$ group: chr "contr.treatment" [22:17:45.744] | : . ' .. ..$ xlevels :List of 1 [22:17:45.744] | : . ' .. .. ..$ group: chr [1:2] "Ctl" "Trt" [22:17:45.744] | : . ' .. ..$ call : language lm(formula = weight ~ group - 1) [22:17:45.744] | : . ' .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [22:17:45.744] | : . ' .. .. .. ..- attr(*, "variables")= language list(weight, group) [22:17:45.744] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:45.744] | : . ' .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [22:17:45.744] | : . ' .. .. .. .. .. ..$ : chr "group" [22:17:45.744] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "group" [22:17:45.744] | : . ' .. .. .. ..- attr(*, "order")= int 1 [22:17:45.744] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [22:17:45.744] | : . ' .. .. .. ..- attr(*, "response")= int 1 [22:17:45.744] | : . ' .. .. .. ..- attr(*, ".Environment")= [22:17:45.744] | : . ' .. .. .. ..- attr(*, "predvars")= language list(weight, group) [22:17:45.744] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [22:17:45.744] | : . ' .. ..$ model :'data.frame': 20 obs. of 2 variables: [22:17:45.744] | : . ' .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [22:17:45.744] | : . ' .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [22:17:45.744] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:45.744] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:45.744] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [22:17:45.744] | : . ' .. .. .. .. .. .. ..$ : chr "group" [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "group" [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [22:17:45.744] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [22:17:45.744] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [22:17:45.744] | : . ' .. ..- attr(*, "class")= chr "lm" [22:17:45.744] | : . ' ..$ visible : logi TRUE [22:17:45.744] | : . ' ..$ stdout : chr "" [22:17:45.744] | : . ' ..$ conditions : list() [22:17:45.744] | : . ' ..$ rng : logi FALSE [22:17:45.744] | : . ' ..$ seed : NULL [22:17:45.744] | : . ' ..$ misuseGlobalEnv : NULL [22:17:45.744] | : . ' ..$ misuseConnections :List of 3 [22:17:45.744] | : . ' .. ..$ added : NULL [22:17:45.744] | : . ' .. ..$ removed : NULL [22:17:45.744] | : . ' .. ..$ replaced: NULL [22:17:45.744] | : . ' ..$ misuseDevices : NULL [22:17:45.744] | : . ' ..$ misuseDefaultDevice: list() [22:17:45.744] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:45.744] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:45.744] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "15" [22:17:45.744] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:45.744] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:45.744] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:45.744] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:45.744] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:45.744] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:45.744] | : . ' .. .. ..$ pid : int 39916 [22:17:45.744] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:45.744] | : . ' .. .. ..$ random: int 2147483647 [22:17:45.744] | : . ' ..$ r_info :List of 4 [22:17:45.744] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:45.744] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:45.744] | : . ' .. ..$ os : chr "windows" [22:17:45.744] | : . ' .. ..$ os_name : chr "Windows" [22:17:45.744] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:45.744] | : . ' ..$ version : chr "1.8" [22:17:45.744] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:45.744] | : . ' $ success: logi TRUE [22:17:45.744] | : . ' $ time : 'proc_time' Named num [1:5] 0.06 0 0.06 NA NA [22:17:45.744] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:45.744] | : . ' $ tag : NULL [22:17:45.788] | : . ' Received FutureResult [22:17:45.788] | : . ' FutureResult: [22:17:45.788] | : . ' value: 'lm' [22:17:45.788] | : . ' visible: TRUE [22:17:45.788] | : . ' stdout: character [22:17:45.788] | : . ' conditions: [n = 0] [22:17:45.788] | : . ' RNG used: FALSE [22:17:45.788] | : . ' duration: 0.06174684 secs (started 2026-03-13 22:17:45.679927) [22:17:45.788] | : . ' version: 1.8 [22:17:45.790] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:45.790] | : . ' , Removed future from position #1 [22:17:45.791] | : . ' , Number of registered futures: 0 [22:17:45.792] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:45.792] | : . ' Erased future from future backend [22:17:45.793] | : . ' result() for ClusterFuture ... [22:17:45.793] | : . ' , result already collected: FutureResult [22:17:45.794] | : . ' result() for ClusterFuture ... done [22:17:45.794] | : . ' signalConditions() ... [22:17:45.795] | : . ' , include = 'immediateCondition' [22:17:45.795] | : . ' , exclude = [22:17:45.796] | : . ' , resignal = FALSE [22:17:45.796] | : . ' , Number of conditions: 0 [22:17:45.797] | : . ' , int 0 [22:17:45.798] | : . ' signalConditions() ... done [22:17:45.798] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:45.799] | : result() for ClusterFuture ... done [22:17:45.799] | : result() for ClusterFuture ... [22:17:45.800] | : . result already collected: FutureResult [22:17:45.800] | : result() for ClusterFuture ... done [22:17:45.801] | : signalConditions() ... [22:17:45.801] | : . include = 'immediateCondition' [22:17:45.802] | : . exclude = [22:17:45.802] | : . resignal = FALSE [22:17:45.802] | : . Number of conditions: 0 [22:17:45.803] | : . int 0 [22:17:45.804] | : signalConditions() ... done [22:17:45.804] | : relay stdout ... [22:17:45.805] | : relay stdout ... done [22:17:45.805] | : check for misuse ... [22:17:45.806] | : check for misuse ... done [22:17:45.806] | value() for MultisessionFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [22:17:45.809] | future(..., label = NULL) ... [22:17:45.809] | : lazy: TRUE [22:17:45.810] | : stdout: TRUE [22:17:45.810] | : conditions: [n=1] 'condition' [22:17:45.811] | : getGlobalsAndPackages() ... [22:17:45.811] | : . Searching for globals ... [22:17:45.825] | : . ' globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [22:17:45.825] | : . Searching for globals ... done [22:17:45.826] | : . Resolving globals: FALSE [22:17:45.826] | : . Search for packages associated with the globals ... [22:17:45.827] | : . ' Packages associated with globals: [2] 'base', 'stats' [22:17:45.828] | : . ' Packages: [2] 'base', 'stats' [22:17:45.828] | : . Search for packages associated with the globals ... done [22:17:45.829] | : . Packages after dropping 'base': [1] 'stats' [22:17:45.829] | : . Packages after dropping non-attached packages: [1] 'stats' [22:17:45.830] | : . globals: [2] 'weight', 'group' [22:17:45.830] | : . packages: [1] 'stats' [22:17:45.831] | : getGlobalsAndPackages() ... done [22:17:45.832] | future(..., label = NULL) ... done [22:17:45.832] | value() for Future () ... [22:17:45.833] | : run() for 'Future' () ... [22:17:45.833] | : . state: 'created' [22:17:45.834] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:45.834] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:45.835] | : . Using MultisessionFutureBackend ... [22:17:45.835] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:17:45.836] | : . ' Launching futures ... [22:17:45.836] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:45.837] | : . ' , ; Workers: [n=2] [22:17:45.837] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:45.839] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:45.840] | : . ' , ; requestWorker() ... [22:17:45.840] | : . ' , ; ` requestNode() ... [22:17:45.841] | : . ' , ; ` | Number of workers: 2 [22:17:45.842] | : . ' , ; ` | Polling for a free worker ... [22:17:45.842] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:45.843] | : . ' , ; ` | : . Listing all futures [22:17:45.843] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:45.844] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:45.844] | : . ' , ; ` | : Total time: 0 [22:17:45.844] | : . ' , ; ` | Polling for a free worker ... done [22:17:45.845] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:45.845] | : . ' , ; ` | : Listing all futures [22:17:45.846] | : . ' , ; ` | : Number of registered futures: 0 [22:17:45.846] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:45.847] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:45.847] | : . ' , ; ` | Index of first available worker: 1 [22:17:45.848] | : . ' , ; ` | Validate that the worker is functional ... [22:17:45.848] | : . ' , ; ` | : Connection is valid [22:17:45.849] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:45.850] | : . ' , ; ` | : Worker is functional [22:17:45.851] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:45.852] | : . ' , ; ` | : . Listing all futures [22:17:45.852] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:45.853] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:45.853] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:45.853] | : . ' , ; ` requestNode() ... done [22:17:45.854] | : . ' , ; ` cluster node index: 1 [22:17:45.855] | : . ' , ; requestWorker() ... done [22:17:45.855] | : . ' , ; eraseGlobalEnvironment() ... [22:17:45.856] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:45.856] | : . ' , ; launchFuture() ... [22:17:45.857] | : . ' , ; ` cluster node index: 1 [22:17:45.857] | : . ' , ; ` getFutureData() ... [22:17:45.858] | : . ' , ; ` | getFutureCore() ... [22:17:45.858] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [22:17:45.859] | : . ' , ; ` | getFutureCore() ... done [22:17:45.859] | : . ' , ; ` | getFutureCapture() ... [22:17:45.860] | : . ' , ; ` | getFutureCapture() ... done [22:17:45.860] | : . ' , ; ` | getFutureContext() ... [22:17:45.861] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:45.861] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:45.862] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:45.862] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:45.863] | : . ' , ; ` | getFutureContext() ... done [22:17:45.863] | : . ' , ; ` getFutureData() ... done [22:17:45.864] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:45.865] | : . ' , ; ` | Appended future to position #1 [22:17:45.865] | : . ' , ; ` | Number of registered futures: 1 [22:17:45.866] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:45.866] | : . ' , ; launchFuture() ... done [22:17:45.867] | : . ' , ; MultisessionFuture started [22:17:45.867] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:45.868] | : . ' Launching futures ... done [22:17:45.868] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:45.869] | : . Using MultisessionFutureBackend ... done [22:17:45.869] | : run() for 'Future' () ... done [22:17:45.870] | : result() for ClusterFuture ... [22:17:45.870] | : . assertValidConnection() ... [22:17:45.871] | : . ' cluster node index: 1 [22:17:45.871] | : . assertValidConnection() ... done [22:17:45.872] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:45.872] | : . ' cluster node index: 1 [22:17:45.873] | : . ' [1] TRUE [22:17:45.874] | : . ' Received data: [22:17:45.874] | : . ' List of 5 [22:17:45.874] | : . ' $ type : chr "VALUE" [22:17:45.874] | : . ' $ value :List of 16 [22:17:45.874] | : . ' ..$ value :List of 13 [22:17:45.874] | : . ' .. ..$ coefficients : Named num [1:2] 5.03 4.66 [22:17:45.874] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [22:17:45.874] | : . ' .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [22:17:45.874] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [22:17:45.874] | : . ' .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [22:17:45.874] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [22:17:45.874] | : . ' .. ..$ rank : int 2 [22:17:45.874] | : . ' .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [22:17:45.874] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [22:17:45.874] | : . ' .. ..$ assign : int [1:2] 1 1 [22:17:45.874] | : . ' .. ..$ qr :List of 5 [22:17:45.874] | : . ' .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [22:17:45.874] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:45.874] | : . ' .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [22:17:45.874] | : . ' .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [22:17:45.874] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [22:17:45.874] | : . ' .. .. .. ..- attr(*, "contrasts")=List of 1 [22:17:45.874] | : . ' .. .. .. .. ..$ group: chr "contr.treatment" [22:17:45.874] | : . ' .. .. ..$ qraux: num [1:2] 1.32 1 [22:17:45.874] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [22:17:45.874] | : . ' .. .. ..$ tol : num 1e-07 [22:17:45.874] | : . ' .. .. ..$ rank : int 2 [22:17:45.874] | : . ' .. .. ..- attr(*, "class")= chr "qr" [22:17:45.874] | : . ' .. ..$ df.residual : int 18 [22:17:45.874] | : . ' .. ..$ contrasts :List of 1 [22:17:45.874] | : . ' .. .. ..$ group: chr "contr.treatment" [22:17:45.874] | : . ' .. ..$ xlevels :List of 1 [22:17:45.874] | : . ' .. .. ..$ group: chr [1:2] "Ctl" "Trt" [22:17:45.874] | : . ' .. ..$ call : language lm(formula = weight ~ group - 1) [22:17:45.874] | : . ' .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [22:17:45.874] | : . ' .. .. .. ..- attr(*, "variables")= language list(weight, group) [22:17:45.874] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:45.874] | : . ' .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [22:17:45.874] | : . ' .. .. .. .. .. ..$ : chr "group" [22:17:45.874] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "group" [22:17:45.874] | : . ' .. .. .. ..- attr(*, "order")= int 1 [22:17:45.874] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [22:17:45.874] | : . ' .. .. .. ..- attr(*, "response")= int 1 [22:17:45.874] | : . ' .. .. .. ..- attr(*, ".Environment")= [22:17:45.874] | : . ' .. .. .. ..- attr(*, "predvars")= language list(weight, group) [22:17:45.874] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [22:17:45.874] | : . ' .. ..$ model :'data.frame': 20 obs. of 2 variables: [22:17:45.874] | : . ' .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [22:17:45.874] | : . ' .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [22:17:45.874] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:45.874] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:45.874] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [22:17:45.874] | : . ' .. .. .. .. .. .. ..$ : chr "group" [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "group" [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [22:17:45.874] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [22:17:45.874] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [22:17:45.874] | : . ' .. ..- attr(*, "class")= chr "lm" [22:17:45.874] | : . ' ..$ visible : logi TRUE [22:17:45.874] | : . ' ..$ stdout : chr "" [22:17:45.874] | : . ' ..$ conditions : list() [22:17:45.874] | : . ' ..$ rng : logi FALSE [22:17:45.874] | : . ' ..$ seed : NULL [22:17:45.874] | : . ' ..$ misuseGlobalEnv : NULL [22:17:45.874] | : . ' ..$ misuseConnections :List of 3 [22:17:45.874] | : . ' .. ..$ added : NULL [22:17:45.874] | : . ' .. ..$ removed : NULL [22:17:45.874] | : . ' .. ..$ replaced: NULL [22:17:45.874] | : . ' ..$ misuseDevices : NULL [22:17:45.874] | : . ' ..$ misuseDefaultDevice: list() [22:17:45.874] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:45.874] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:45.874] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "16" [22:17:45.874] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:45.874] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:45.874] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:45.874] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:45.874] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:45.874] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:45.874] | : . ' .. .. ..$ pid : int 39916 [22:17:45.874] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:45.874] | : . ' .. .. ..$ random: int 2147483647 [22:17:45.874] | : . ' ..$ r_info :List of 4 [22:17:45.874] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:45.874] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:45.874] | : . ' .. ..$ os : chr "windows" [22:17:45.874] | : . ' .. ..$ os_name : chr "Windows" [22:17:45.874] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:45.874] | : . ' ..$ version : chr "1.8" [22:17:45.874] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:45.874] | : . ' $ success: logi TRUE [22:17:45.874] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:45.874] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:45.874] | : . ' $ tag : NULL [22:17:45.913] | : . ' Received FutureResult [22:17:45.913] | : . ' FutureResult: [22:17:45.913] | : . ' value: 'lm' [22:17:45.913] | : . ' visible: TRUE [22:17:45.913] | : . ' stdout: character [22:17:45.913] | : . ' conditions: [n = 0] [22:17:45.913] | : . ' RNG used: FALSE [22:17:45.913] | : . ' duration: 0.004218817 secs (started 2026-03-13 22:17:45.864772) [22:17:45.913] | : . ' version: 1.8 [22:17:45.914] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:45.915] | : . ' , Removed future from position #1 [22:17:45.915] | : . ' , Number of registered futures: 0 [22:17:45.916] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:45.916] | : . ' Erased future from future backend [22:17:45.917] | : . ' result() for ClusterFuture ... [22:17:45.917] | : . ' , result already collected: FutureResult [22:17:45.918] | : . ' result() for ClusterFuture ... done [22:17:45.918] | : . ' signalConditions() ... [22:17:45.919] | : . ' , include = 'immediateCondition' [22:17:45.919] | : . ' , exclude = [22:17:45.920] | : . ' , resignal = FALSE [22:17:45.920] | : . ' , Number of conditions: 0 [22:17:45.921] | : . ' , int 0 [22:17:45.922] | : . ' signalConditions() ... done [22:17:45.922] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:45.923] | : result() for ClusterFuture ... done [22:17:45.923] | : result() for ClusterFuture ... [22:17:45.924] | : . result already collected: FutureResult [22:17:45.924] | : result() for ClusterFuture ... done [22:17:45.925] | : signalConditions() ... [22:17:45.925] | : . include = 'immediateCondition' [22:17:45.926] | : . exclude = [22:17:45.926] | : . resignal = FALSE [22:17:45.927] | : . Number of conditions: 0 [22:17:45.927] | : . int 0 [22:17:45.928] | : signalConditions() ... done [22:17:45.928] | : relay stdout ... [22:17:45.929] | : relay stdout ... done [22:17:45.929] | : check for misuse ... [22:17:45.930] | : check for misuse ... done [22:17:45.930] | value() for Future () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [22:17:45.933] | future(..., label = NULL) ... [22:17:45.933] | : lazy: FALSE [22:17:45.934] | : stdout: TRUE [22:17:45.934] | : conditions: [n=1] 'condition' [22:17:45.935] | : getGlobalsAndPackages() ... [22:17:45.936] | : . Searching for globals ... [22:17:45.949] | : . ' globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [22:17:45.950] | : . Searching for globals ... done [22:17:45.950] | : . Resolving globals: FALSE [22:17:45.951] | : . Search for packages associated with the globals ... [22:17:45.951] | : . ' Packages associated with globals: [2] 'base', 'stats' [22:17:45.952] | : . ' Packages: [2] 'base', 'stats' [22:17:45.953] | : . Search for packages associated with the globals ... done [22:17:45.953] | : . Packages after dropping 'base': [1] 'stats' [22:17:45.954] | : . Packages after dropping non-attached packages: [1] 'stats' [22:17:45.954] | : . globals: [2] 'weight', 'group' [22:17:45.955] | : . packages: [1] 'stats' [22:17:45.955] | : getGlobalsAndPackages() ... done [22:17:45.956] | : run() for 'Future' () ... [22:17:45.956] | : . state: 'created' [22:17:45.957] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:45.957] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:45.958] | : . Using MultisessionFutureBackend ... [22:17:45.958] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:17:45.959] | : . ' Launching futures ... [22:17:45.959] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:45.960] | : . ' , ; Workers: [n=2] [22:17:45.960] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:45.963] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:45.963] | : . ' , ; requestWorker() ... [22:17:45.964] | : . ' , ; ` requestNode() ... [22:17:45.964] | : . ' , ; ` | Number of workers: 2 [22:17:45.965] | : . ' , ; ` | Polling for a free worker ... [22:17:45.965] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:45.966] | : . ' , ; ` | : . Listing all futures [22:17:45.966] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:45.967] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:45.967] | : . ' , ; ` | : Total time: 0 [22:17:45.968] | : . ' , ; ` | Polling for a free worker ... done [22:17:45.968] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:45.969] | : . ' , ; ` | : Listing all futures [22:17:45.969] | : . ' , ; ` | : Number of registered futures: 0 [22:17:45.970] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:45.970] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:45.971] | : . ' , ; ` | Index of first available worker: 1 [22:17:45.971] | : . ' , ; ` | Validate that the worker is functional ... [22:17:45.972] | : . ' , ; ` | : Connection is valid [22:17:45.972] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:45.974] | : . ' , ; ` | : Worker is functional [22:17:45.974] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:45.975] | : . ' , ; ` | : . Listing all futures [22:17:45.975] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:45.976] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:45.976] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:45.977] | : . ' , ; ` requestNode() ... done [22:17:45.977] | : . ' , ; ` cluster node index: 1 [22:17:45.978] | : . ' , ; requestWorker() ... done [22:17:45.978] | : . ' , ; eraseGlobalEnvironment() ... [22:17:45.979] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:45.979] | : . ' , ; launchFuture() ... [22:17:45.980] | : . ' , ; ` cluster node index: 1 [22:17:45.980] | : . ' , ; ` getFutureData() ... [22:17:45.981] | : . ' , ; ` | getFutureCore() ... [22:17:45.981] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [22:17:45.982] | : . ' , ; ` | getFutureCore() ... done [22:17:45.982] | : . ' , ; ` | getFutureCapture() ... [22:17:45.983] | : . ' , ; ` | getFutureCapture() ... done [22:17:45.983] | : . ' , ; ` | getFutureContext() ... [22:17:45.984] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:45.984] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:45.985] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:45.985] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:45.986] | : . ' , ; ` | getFutureContext() ... done [22:17:45.986] | : . ' , ; ` getFutureData() ... done [22:17:45.987] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:45.988] | : . ' , ; ` | Appended future to position #1 [22:17:45.988] | : . ' , ; ` | Number of registered futures: 1 [22:17:45.989] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:45.989] | : . ' , ; launchFuture() ... done [22:17:45.990] | : . ' , ; MultisessionFuture started [22:17:45.990] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:45.991] | : . ' Launching futures ... done [22:17:45.991] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:45.992] | : . Using MultisessionFutureBackend ... done [22:17:45.992] | : run() for 'Future' () ... done [22:17:45.993] | future(..., label = NULL) ... done [22:17:45.993] | value() for MultisessionFuture () ... [22:17:45.994] | : result() for ClusterFuture ... [22:17:45.994] | : . assertValidConnection() ... [22:17:45.995] | : . ' cluster node index: 1 [22:17:45.995] | : . assertValidConnection() ... done [22:17:45.996] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:45.997] | : . ' cluster node index: 1 [22:17:45.997] | : . ' [1] TRUE [22:17:45.998] | : . ' Received data: [22:17:45.998] | : . ' List of 5 [22:17:45.998] | : . ' $ type : chr "VALUE" [22:17:45.998] | : . ' $ value :List of 16 [22:17:45.998] | : . ' ..$ value :List of 13 [22:17:45.998] | : . ' .. ..$ coefficients : Named num [1:2] 5.03 4.66 [22:17:45.998] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [22:17:45.998] | : . ' .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [22:17:45.998] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [22:17:45.998] | : . ' .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [22:17:45.998] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [22:17:45.998] | : . ' .. ..$ rank : int 2 [22:17:45.998] | : . ' .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [22:17:45.998] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [22:17:45.998] | : . ' .. ..$ assign : int [1:2] 1 1 [22:17:45.998] | : . ' .. ..$ qr :List of 5 [22:17:45.998] | : . ' .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [22:17:45.998] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:45.998] | : . ' .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [22:17:45.998] | : . ' .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [22:17:45.998] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [22:17:45.998] | : . ' .. .. .. ..- attr(*, "contrasts")=List of 1 [22:17:45.998] | : . ' .. .. .. .. ..$ group: chr "contr.treatment" [22:17:45.998] | : . ' .. .. ..$ qraux: num [1:2] 1.32 1 [22:17:45.998] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [22:17:45.998] | : . ' .. .. ..$ tol : num 1e-07 [22:17:45.998] | : . ' .. .. ..$ rank : int 2 [22:17:45.998] | : . ' .. .. ..- attr(*, "class")= chr "qr" [22:17:45.998] | : . ' .. ..$ df.residual : int 18 [22:17:45.998] | : . ' .. ..$ contrasts :List of 1 [22:17:45.998] | : . ' .. .. ..$ group: chr "contr.treatment" [22:17:45.998] | : . ' .. ..$ xlevels :List of 1 [22:17:45.998] | : . ' .. .. ..$ group: chr [1:2] "Ctl" "Trt" [22:17:45.998] | : . ' .. ..$ call : language lm(formula = weight ~ group - 1) [22:17:45.998] | : . ' .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [22:17:45.998] | : . ' .. .. .. ..- attr(*, "variables")= language list(weight, group) [22:17:45.998] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:45.998] | : . ' .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [22:17:45.998] | : . ' .. .. .. .. .. ..$ : chr "group" [22:17:45.998] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "group" [22:17:45.998] | : . ' .. .. .. ..- attr(*, "order")= int 1 [22:17:45.998] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [22:17:45.998] | : . ' .. .. .. ..- attr(*, "response")= int 1 [22:17:45.998] | : . ' .. .. .. ..- attr(*, ".Environment")= [22:17:45.998] | : . ' .. .. .. ..- attr(*, "predvars")= language list(weight, group) [22:17:45.998] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [22:17:45.998] | : . ' .. ..$ model :'data.frame': 20 obs. of 2 variables: [22:17:45.998] | : . ' .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [22:17:45.998] | : . ' .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [22:17:45.998] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:45.998] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:45.998] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [22:17:45.998] | : . ' .. .. .. .. .. .. ..$ : chr "group" [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "group" [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [22:17:45.998] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [22:17:45.998] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [22:17:45.998] | : . ' .. ..- attr(*, "class")= chr "lm" [22:17:45.998] | : . ' ..$ visible : logi TRUE [22:17:45.998] | : . ' ..$ stdout : chr "" [22:17:45.998] | : . ' ..$ conditions : list() [22:17:45.998] | : . ' ..$ rng : logi FALSE [22:17:45.998] | : . ' ..$ seed : NULL [22:17:45.998] | : . ' ..$ misuseGlobalEnv : NULL [22:17:45.998] | : . ' ..$ misuseConnections :List of 3 [22:17:45.998] | : . ' .. ..$ added : NULL [22:17:45.998] | : . ' .. ..$ removed : NULL [22:17:45.998] | : . ' .. ..$ replaced: NULL [22:17:45.998] | : . ' ..$ misuseDevices : NULL [22:17:45.998] | : . ' ..$ misuseDefaultDevice: list() [22:17:45.998] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:45.998] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:45.998] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "17" [22:17:45.998] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:45.998] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:45.998] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:45.998] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:45.998] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:45.998] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:45.998] | : . ' .. .. ..$ pid : int 39916 [22:17:45.998] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:45.998] | : . ' .. .. ..$ random: int 2147483647 [22:17:45.998] | : . ' ..$ r_info :List of 4 [22:17:45.998] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:45.998] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:45.998] | : . ' .. ..$ os : chr "windows" [22:17:45.998] | : . ' .. ..$ os_name : chr "Windows" [22:17:45.998] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:45.998] | : . ' ..$ version : chr "1.8" [22:17:45.998] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:45.998] | : . ' $ success: logi TRUE [22:17:45.998] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:45.998] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:45.998] | : . ' $ tag : NULL [22:17:46.036] | : . ' Received FutureResult [22:17:46.037] | : . ' FutureResult: [22:17:46.037] | : . ' value: 'lm' [22:17:46.037] | : . ' visible: TRUE [22:17:46.037] | : . ' stdout: character [22:17:46.037] | : . ' conditions: [n = 0] [22:17:46.037] | : . ' RNG used: FALSE [22:17:46.037] | : . ' duration: 0.004151106 secs (started 2026-03-13 22:17:45.987815) [22:17:46.037] | : . ' version: 1.8 [22:17:46.038] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:46.039] | : . ' , Removed future from position #1 [22:17:46.039] | : . ' , Number of registered futures: 0 [22:17:46.040] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:46.040] | : . ' Erased future from future backend [22:17:46.041] | : . ' result() for ClusterFuture ... [22:17:46.041] | : . ' , result already collected: FutureResult [22:17:46.042] | : . ' result() for ClusterFuture ... done [22:17:46.042] | : . ' signalConditions() ... [22:17:46.043] | : . ' , include = 'immediateCondition' [22:17:46.043] | : . ' , exclude = [22:17:46.044] | : . ' , resignal = FALSE [22:17:46.044] | : . ' , Number of conditions: 0 [22:17:46.045] | : . ' , int 0 [22:17:46.046] | : . ' signalConditions() ... done [22:17:46.046] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:46.047] | : result() for ClusterFuture ... done [22:17:46.047] | : result() for ClusterFuture ... [22:17:46.048] | : . result already collected: FutureResult [22:17:46.048] | : result() for ClusterFuture ... done [22:17:46.049] | : signalConditions() ... [22:17:46.049] | : . include = 'immediateCondition' [22:17:46.050] | : . exclude = [22:17:46.050] | : . resignal = FALSE [22:17:46.050] | : . Number of conditions: 0 [22:17:46.051] | : . int 0 [22:17:46.052] | : signalConditions() ... done [22:17:46.052] | : relay stdout ... [22:17:46.053] | : relay stdout ... done [22:17:46.053] | : check for misuse ... [22:17:46.054] | : check for misuse ... done [22:17:46.054] | value() for MultisessionFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [22:17:46.057] | future(..., label = NULL) ... [22:17:46.057] | : lazy: FALSE [22:17:46.058] | : stdout: TRUE [22:17:46.058] | : conditions: [n=1] 'condition' [22:17:46.059] | : getGlobalsAndPackages() ... [22:17:46.059] | : . Searching for globals ... [22:17:46.073] | : . ' globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [22:17:46.073] | : . Searching for globals ... done [22:17:46.074] | : . Resolving globals: FALSE [22:17:46.074] | : . Search for packages associated with the globals ... [22:17:46.075] | : . ' Packages associated with globals: [2] 'base', 'stats' [22:17:46.076] | : . ' Packages: [2] 'base', 'stats' [22:17:46.076] | : . Search for packages associated with the globals ... done [22:17:46.077] | : . Packages after dropping 'base': [1] 'stats' [22:17:46.078] | : . Packages after dropping non-attached packages: [1] 'stats' [22:17:46.078] | : . globals: [2] 'weight', 'group' [22:17:46.079] | : . packages: [1] 'stats' [22:17:46.079] | : getGlobalsAndPackages() ... done [22:17:46.080] | : run() for 'Future' () ... [22:17:46.080] | : . state: 'created' [22:17:46.081] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.081] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.082] | : . Using MultisessionFutureBackend ... [22:17:46.082] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:17:46.083] | : . ' Launching futures ... [22:17:46.083] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:46.084] | : . ' , ; Workers: [n=2] [22:17:46.084] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:46.086] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:46.087] | : . ' , ; requestWorker() ... [22:17:46.087] | : . ' , ; ` requestNode() ... [22:17:46.088] | : . ' , ; ` | Number of workers: 2 [22:17:46.089] | : . ' , ; ` | Polling for a free worker ... [22:17:46.089] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.090] | : . ' , ; ` | : . Listing all futures [22:17:46.090] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.091] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.091] | : . ' , ; ` | : Total time: 0 [22:17:46.092] | : . ' , ; ` | Polling for a free worker ... done [22:17:46.092] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.093] | : . ' , ; ` | : Listing all futures [22:17:46.093] | : . ' , ; ` | : Number of registered futures: 0 [22:17:46.094] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.094] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:46.095] | : . ' , ; ` | Index of first available worker: 1 [22:17:46.095] | : . ' , ; ` | Validate that the worker is functional ... [22:17:46.096] | : . ' , ; ` | : Connection is valid [22:17:46.096] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:46.098] | : . ' , ; ` | : Worker is functional [22:17:46.098] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.099] | : . ' , ; ` | : . Listing all futures [22:17:46.099] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.100] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.100] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:46.101] | : . ' , ; ` requestNode() ... done [22:17:46.101] | : . ' , ; ` cluster node index: 1 [22:17:46.102] | : . ' , ; requestWorker() ... done [22:17:46.102] | : . ' , ; eraseGlobalEnvironment() ... [22:17:46.103] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:46.103] | : . ' , ; launchFuture() ... [22:17:46.104] | : . ' , ; ` cluster node index: 1 [22:17:46.104] | : . ' , ; ` getFutureData() ... [22:17:46.105] | : . ' , ; ` | getFutureCore() ... [22:17:46.105] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [22:17:46.106] | : . ' , ; ` | getFutureCore() ... done [22:17:46.106] | : . ' , ; ` | getFutureCapture() ... [22:17:46.107] | : . ' , ; ` | getFutureCapture() ... done [22:17:46.107] | : . ' , ; ` | getFutureContext() ... [22:17:46.108] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.108] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:46.109] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.109] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:46.110] | : . ' , ; ` | getFutureContext() ... done [22:17:46.110] | : . ' , ; ` getFutureData() ... done [22:17:46.111] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:46.112] | : . ' , ; ` | Appended future to position #1 [22:17:46.112] | : . ' , ; ` | Number of registered futures: 1 [22:17:46.113] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:46.113] | : . ' , ; launchFuture() ... done [22:17:46.114] | : . ' , ; MultisessionFuture started [22:17:46.114] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:46.115] | : . ' Launching futures ... done [22:17:46.115] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:46.116] | : . Using MultisessionFutureBackend ... done [22:17:46.116] | : run() for 'Future' () ... done [22:17:46.117] | future(..., label = NULL) ... done [22:17:46.117] | value() for MultisessionFuture () ... [22:17:46.118] | : result() for ClusterFuture ... [22:17:46.118] | : . assertValidConnection() ... [22:17:46.119] | : . ' cluster node index: 1 [22:17:46.119] | : . assertValidConnection() ... done [22:17:46.120] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:46.120] | : . ' cluster node index: 1 [22:17:46.121] | : . ' [1] TRUE [22:17:46.122] | : . ' Received data: [22:17:46.122] | : . ' List of 5 [22:17:46.122] | : . ' $ type : chr "VALUE" [22:17:46.122] | : . ' $ value :List of 16 [22:17:46.122] | : . ' ..$ value :List of 13 [22:17:46.122] | : . ' .. ..$ coefficients : Named num [1:2] 5.03 4.66 [22:17:46.122] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [22:17:46.122] | : . ' .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [22:17:46.122] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [22:17:46.122] | : . ' .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [22:17:46.122] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [22:17:46.122] | : . ' .. ..$ rank : int 2 [22:17:46.122] | : . ' .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [22:17:46.122] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [22:17:46.122] | : . ' .. ..$ assign : int [1:2] 1 1 [22:17:46.122] | : . ' .. ..$ qr :List of 5 [22:17:46.122] | : . ' .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [22:17:46.122] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.122] | : . ' .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [22:17:46.122] | : . ' .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [22:17:46.122] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [22:17:46.122] | : . ' .. .. .. ..- attr(*, "contrasts")=List of 1 [22:17:46.122] | : . ' .. .. .. .. ..$ group: chr "contr.treatment" [22:17:46.122] | : . ' .. .. ..$ qraux: num [1:2] 1.32 1 [22:17:46.122] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [22:17:46.122] | : . ' .. .. ..$ tol : num 1e-07 [22:17:46.122] | : . ' .. .. ..$ rank : int 2 [22:17:46.122] | : . ' .. .. ..- attr(*, "class")= chr "qr" [22:17:46.122] | : . ' .. ..$ df.residual : int 18 [22:17:46.122] | : . ' .. ..$ contrasts :List of 1 [22:17:46.122] | : . ' .. .. ..$ group: chr "contr.treatment" [22:17:46.122] | : . ' .. ..$ xlevels :List of 1 [22:17:46.122] | : . ' .. .. ..$ group: chr [1:2] "Ctl" "Trt" [22:17:46.122] | : . ' .. ..$ call : language lm(formula = weight ~ group - 1) [22:17:46.122] | : . ' .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [22:17:46.122] | : . ' .. .. .. ..- attr(*, "variables")= language list(weight, group) [22:17:46.122] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.122] | : . ' .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [22:17:46.122] | : . ' .. .. .. .. .. ..$ : chr "group" [22:17:46.122] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "group" [22:17:46.122] | : . ' .. .. .. ..- attr(*, "order")= int 1 [22:17:46.122] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [22:17:46.122] | : . ' .. .. .. ..- attr(*, "response")= int 1 [22:17:46.122] | : . ' .. .. .. ..- attr(*, ".Environment")= [22:17:46.122] | : . ' .. .. .. ..- attr(*, "predvars")= language list(weight, group) [22:17:46.122] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [22:17:46.122] | : . ' .. ..$ model :'data.frame': 20 obs. of 2 variables: [22:17:46.122] | : . ' .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [22:17:46.122] | : . ' .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [22:17:46.122] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:46.122] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.122] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [22:17:46.122] | : . ' .. .. .. .. .. .. ..$ : chr "group" [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "group" [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [22:17:46.122] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [22:17:46.122] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [22:17:46.122] | : . ' .. ..- attr(*, "class")= chr "lm" [22:17:46.122] | : . ' ..$ visible : logi TRUE [22:17:46.122] | : . ' ..$ stdout : chr "" [22:17:46.122] | : . ' ..$ conditions : list() [22:17:46.122] | : . ' ..$ rng : logi FALSE [22:17:46.122] | : . ' ..$ seed : NULL [22:17:46.122] | : . ' ..$ misuseGlobalEnv : NULL [22:17:46.122] | : . ' ..$ misuseConnections :List of 3 [22:17:46.122] | : . ' .. ..$ added : NULL [22:17:46.122] | : . ' .. ..$ removed : NULL [22:17:46.122] | : . ' .. ..$ replaced: NULL [22:17:46.122] | : . ' ..$ misuseDevices : NULL [22:17:46.122] | : . ' ..$ misuseDefaultDevice: list() [22:17:46.122] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.122] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.122] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "18" [22:17:46.122] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:46.122] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:46.122] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:46.122] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:46.122] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:46.122] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:46.122] | : . ' .. .. ..$ pid : int 39916 [22:17:46.122] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:46.122] | : . ' .. .. ..$ random: int 2147483647 [22:17:46.122] | : . ' ..$ r_info :List of 4 [22:17:46.122] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:46.122] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:46.122] | : . ' .. ..$ os : chr "windows" [22:17:46.122] | : . ' .. ..$ os_name : chr "Windows" [22:17:46.122] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:46.122] | : . ' ..$ version : chr "1.8" [22:17:46.122] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:46.122] | : . ' $ success: logi TRUE [22:17:46.122] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:46.122] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:46.122] | : . ' $ tag : NULL [22:17:46.159] | : . ' Received FutureResult [22:17:46.159] | : . ' FutureResult: [22:17:46.159] | : . ' value: 'lm' [22:17:46.159] | : . ' visible: TRUE [22:17:46.159] | : . ' stdout: character [22:17:46.159] | : . ' conditions: [n = 0] [22:17:46.159] | : . ' RNG used: FALSE [22:17:46.159] | : . ' duration: 0.004181862 secs (started 2026-03-13 22:17:46.111905) [22:17:46.159] | : . ' version: 1.8 [22:17:46.161] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:46.161] | : . ' , Removed future from position #1 [22:17:46.162] | : . ' , Number of registered futures: 0 [22:17:46.162] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:46.163] | : . ' Erased future from future backend [22:17:46.163] | : . ' result() for ClusterFuture ... [22:17:46.164] | : . ' , result already collected: FutureResult [22:17:46.164] | : . ' result() for ClusterFuture ... done [22:17:46.165] | : . ' signalConditions() ... [22:17:46.165] | : . ' , include = 'immediateCondition' [22:17:46.166] | : . ' , exclude = [22:17:46.166] | : . ' , resignal = FALSE [22:17:46.167] | : . ' , Number of conditions: 0 [22:17:46.167] | : . ' , int 0 [22:17:46.170] | : . ' signalConditions() ... done [22:17:46.170] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:46.171] | : result() for ClusterFuture ... done [22:17:46.171] | : result() for ClusterFuture ... [22:17:46.172] | : . result already collected: FutureResult [22:17:46.172] | : result() for ClusterFuture ... done [22:17:46.173] | : signalConditions() ... [22:17:46.173] | : . include = 'immediateCondition' [22:17:46.174] | : . exclude = [22:17:46.174] | : . resignal = FALSE [22:17:46.175] | : . Number of conditions: 0 [22:17:46.175] | : . int 0 [22:17:46.176] | : signalConditions() ... done [22:17:46.176] | : relay stdout ... [22:17:46.177] | : relay stdout ... done [22:17:46.177] | : check for misuse ... [22:17:46.178] | : check for misuse ... done [22:17:46.178] | value() for MultisessionFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [22:17:46.181] | future(..., label = NULL) ... [22:17:46.181] | : lazy: TRUE [22:17:46.182] | : stdout: TRUE [22:17:46.182] | : conditions: [n=1] 'condition' [22:17:46.183] | : getGlobalsAndPackages() ... [22:17:46.183] | : . Searching for globals ... [22:17:46.197] | : . ' globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [22:17:46.197] | : . Searching for globals ... done [22:17:46.198] | : . Resolving globals: FALSE [22:17:46.199] | : . Search for packages associated with the globals ... [22:17:46.199] | : . ' Packages associated with globals: [2] 'base', 'stats' [22:17:46.200] | : . ' Packages: [2] 'base', 'stats' [22:17:46.200] | : . Search for packages associated with the globals ... done [22:17:46.201] | : . Packages after dropping 'base': [1] 'stats' [22:17:46.202] | : . Packages after dropping non-attached packages: [1] 'stats' [22:17:46.202] | : . globals: [2] 'weight', 'group' [22:17:46.203] | : . packages: [1] 'stats' [22:17:46.203] | : getGlobalsAndPackages() ... done [22:17:46.204] | future(..., label = NULL) ... done [22:17:46.204] | value() for Future () ... [22:17:46.205] | : run() for 'Future' () ... [22:17:46.205] | : . state: 'created' [22:17:46.206] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.206] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.207] | : . Using MultisessionFutureBackend ... [22:17:46.207] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [22:17:46.208] | : . ' Launching futures ... [22:17:46.208] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:46.209] | : . ' , ; Workers: [n=2] [22:17:46.209] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:46.212] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:46.212] | : . ' , ; requestWorker() ... [22:17:46.213] | : . ' , ; ` requestNode() ... [22:17:46.213] | : . ' , ; ` | Number of workers: 2 [22:17:46.214] | : . ' , ; ` | Polling for a free worker ... [22:17:46.214] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.215] | : . ' , ; ` | : . Listing all futures [22:17:46.215] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.216] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.216] | : . ' , ; ` | : Total time: 0 [22:17:46.217] | : . ' , ; ` | Polling for a free worker ... done [22:17:46.217] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.218] | : . ' , ; ` | : Listing all futures [22:17:46.218] | : . ' , ; ` | : Number of registered futures: 0 [22:17:46.219] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.219] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:46.220] | : . ' , ; ` | Index of first available worker: 1 [22:17:46.220] | : . ' , ; ` | Validate that the worker is functional ... [22:17:46.221] | : . ' , ; ` | : Connection is valid [22:17:46.221] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:46.223] | : . ' , ; ` | : Worker is functional [22:17:46.223] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.224] | : . ' , ; ` | : . Listing all futures [22:17:46.224] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.225] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.225] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:46.226] | : . ' , ; ` requestNode() ... done [22:17:46.226] | : . ' , ; ` cluster node index: 1 [22:17:46.227] | : . ' , ; requestWorker() ... done [22:17:46.227] | : . ' , ; eraseGlobalEnvironment() ... [22:17:46.228] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:46.228] | : . ' , ; launchFuture() ... [22:17:46.229] | : . ' , ; ` cluster node index: 1 [22:17:46.229] | : . ' , ; ` getFutureData() ... [22:17:46.230] | : . ' , ; ` | getFutureCore() ... [22:17:46.230] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [22:17:46.231] | : . ' , ; ` | getFutureCore() ... done [22:17:46.231] | : . ' , ; ` | getFutureCapture() ... [22:17:46.232] | : . ' , ; ` | getFutureCapture() ... done [22:17:46.232] | : . ' , ; ` | getFutureContext() ... [22:17:46.233] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.233] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:46.234] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.234] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:46.235] | : . ' , ; ` | getFutureContext() ... done [22:17:46.235] | : . ' , ; ` getFutureData() ... done [22:17:46.236] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:46.237] | : . ' , ; ` | Appended future to position #1 [22:17:46.237] | : . ' , ; ` | Number of registered futures: 1 [22:17:46.238] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:46.238] | : . ' , ; launchFuture() ... done [22:17:46.239] | : . ' , ; MultisessionFuture started [22:17:46.239] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:46.240] | : . ' Launching futures ... done [22:17:46.240] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:46.241] | : . Using MultisessionFutureBackend ... done [22:17:46.241] | : run() for 'Future' () ... done [22:17:46.242] | : result() for ClusterFuture ... [22:17:46.242] | : . assertValidConnection() ... [22:17:46.243] | : . ' cluster node index: 1 [22:17:46.243] | : . assertValidConnection() ... done [22:17:46.244] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:46.244] | : . ' cluster node index: 1 [22:17:46.245] | : . ' [1] TRUE [22:17:46.246] | : . ' Received data: [22:17:46.246] | : . ' List of 5 [22:17:46.246] | : . ' $ type : chr "VALUE" [22:17:46.246] | : . ' $ value :List of 16 [22:17:46.246] | : . ' ..$ value :List of 13 [22:17:46.246] | : . ' .. ..$ coefficients : Named num [1:2] 5.03 4.66 [22:17:46.246] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [22:17:46.246] | : . ' .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [22:17:46.246] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [22:17:46.246] | : . ' .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [22:17:46.246] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [22:17:46.246] | : . ' .. ..$ rank : int 2 [22:17:46.246] | : . ' .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [22:17:46.246] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [22:17:46.246] | : . ' .. ..$ assign : int [1:2] 1 1 [22:17:46.246] | : . ' .. ..$ qr :List of 5 [22:17:46.246] | : . ' .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [22:17:46.246] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.246] | : . ' .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [22:17:46.246] | : . ' .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [22:17:46.246] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [22:17:46.246] | : . ' .. .. .. ..- attr(*, "contrasts")=List of 1 [22:17:46.246] | : . ' .. .. .. .. ..$ group: chr "contr.treatment" [22:17:46.246] | : . ' .. .. ..$ qraux: num [1:2] 1.32 1 [22:17:46.246] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [22:17:46.246] | : . ' .. .. ..$ tol : num 1e-07 [22:17:46.246] | : . ' .. .. ..$ rank : int 2 [22:17:46.246] | : . ' .. .. ..- attr(*, "class")= chr "qr" [22:17:46.246] | : . ' .. ..$ df.residual : int 18 [22:17:46.246] | : . ' .. ..$ contrasts :List of 1 [22:17:46.246] | : . ' .. .. ..$ group: chr "contr.treatment" [22:17:46.246] | : . ' .. ..$ xlevels :List of 1 [22:17:46.246] | : . ' .. .. ..$ group: chr [1:2] "Ctl" "Trt" [22:17:46.246] | : . ' .. ..$ call : language lm(formula = weight ~ group - 1) [22:17:46.246] | : . ' .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [22:17:46.246] | : . ' .. .. .. ..- attr(*, "variables")= language list(weight, group) [22:17:46.246] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.246] | : . ' .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [22:17:46.246] | : . ' .. .. .. .. .. ..$ : chr "group" [22:17:46.246] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "group" [22:17:46.246] | : . ' .. .. .. ..- attr(*, "order")= int 1 [22:17:46.246] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [22:17:46.246] | : . ' .. .. .. ..- attr(*, "response")= int 1 [22:17:46.246] | : . ' .. .. .. ..- attr(*, ".Environment")= [22:17:46.246] | : . ' .. .. .. ..- attr(*, "predvars")= language list(weight, group) [22:17:46.246] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [22:17:46.246] | : . ' .. ..$ model :'data.frame': 20 obs. of 2 variables: [22:17:46.246] | : . ' .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [22:17:46.246] | : . ' .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [22:17:46.246] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:46.246] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.246] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [22:17:46.246] | : . ' .. .. .. .. .. .. ..$ : chr "group" [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "group" [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [22:17:46.246] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [22:17:46.246] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [22:17:46.246] | : . ' .. ..- attr(*, "class")= chr "lm" [22:17:46.246] | : . ' ..$ visible : logi TRUE [22:17:46.246] | : . ' ..$ stdout : chr "" [22:17:46.246] | : . ' ..$ conditions : list() [22:17:46.246] | : . ' ..$ rng : logi FALSE [22:17:46.246] | : . ' ..$ seed : NULL [22:17:46.246] | : . ' ..$ misuseGlobalEnv : NULL [22:17:46.246] | : . ' ..$ misuseConnections :List of 3 [22:17:46.246] | : . ' .. ..$ added : NULL [22:17:46.246] | : . ' .. ..$ removed : NULL [22:17:46.246] | : . ' .. ..$ replaced: NULL [22:17:46.246] | : . ' ..$ misuseDevices : NULL [22:17:46.246] | : . ' ..$ misuseDefaultDevice: list() [22:17:46.246] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.246] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.246] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "19" [22:17:46.246] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:46.246] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:46.246] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:46.246] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:46.246] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:46.246] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:46.246] | : . ' .. .. ..$ pid : int 39916 [22:17:46.246] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:46.246] | : . ' .. .. ..$ random: int 2147483647 [22:17:46.246] | : . ' ..$ r_info :List of 4 [22:17:46.246] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:46.246] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:46.246] | : . ' .. ..$ os : chr "windows" [22:17:46.246] | : . ' .. ..$ os_name : chr "Windows" [22:17:46.246] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:46.246] | : . ' ..$ version : chr "1.8" [22:17:46.246] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:46.246] | : . ' $ success: logi TRUE [22:17:46.246] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:46.246] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:46.246] | : . ' $ tag : NULL [22:17:46.283] | : . ' Received FutureResult [22:17:46.284] | : . ' FutureResult: [22:17:46.284] | : . ' value: 'lm' [22:17:46.284] | : . ' visible: TRUE [22:17:46.284] | : . ' stdout: character [22:17:46.284] | : . ' conditions: [n = 0] [22:17:46.284] | : . ' RNG used: FALSE [22:17:46.284] | : . ' duration: 0.006479979 secs (started 2026-03-13 22:17:46.236884) [22:17:46.284] | : . ' version: 1.8 [22:17:46.285] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:46.285] | : . ' , Removed future from position #1 [22:17:46.286] | : . ' , Number of registered futures: 0 [22:17:46.287] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:46.287] | : . ' Erased future from future backend [22:17:46.288] | : . ' result() for ClusterFuture ... [22:17:46.288] | : . ' , result already collected: FutureResult [22:17:46.288] | : . ' result() for ClusterFuture ... done [22:17:46.289] | : . ' signalConditions() ... [22:17:46.289] | : . ' , include = 'immediateCondition' [22:17:46.290] | : . ' , exclude = [22:17:46.290] | : . ' , resignal = FALSE [22:17:46.291] | : . ' , Number of conditions: 0 [22:17:46.291] | : . ' , int 0 [22:17:46.292] | : . ' signalConditions() ... done [22:17:46.293] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:46.293] | : result() for ClusterFuture ... done [22:17:46.294] | : result() for ClusterFuture ... [22:17:46.294] | : . result already collected: FutureResult [22:17:46.295] | : result() for ClusterFuture ... done [22:17:46.295] | : signalConditions() ... [22:17:46.296] | : . include = 'immediateCondition' [22:17:46.296] | : . exclude = [22:17:46.297] | : . resignal = FALSE [22:17:46.297] | : . Number of conditions: 0 [22:17:46.298] | : . int 0 [22:17:46.299] | : signalConditions() ... done [22:17:46.299] | : relay stdout ... [22:17:46.300] | : relay stdout ... done [22:17:46.300] | : check for misuse ... [22:17:46.301] | : check for misuse ... done [22:17:46.301] | 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) ... [22:17:46.305] | future(..., label = NULL) ... [22:17:46.306] | : lazy: FALSE [22:17:46.306] | : stdout: TRUE [22:17:46.307] | : conditions: [n=1] 'condition' [22:17:46.307] | : getGlobalsAndPackages() ... [22:17:46.308] | : . Searching for globals ... [22:17:46.317] | : . ' globals found: [4] '{', 'xtabs', 'x', '~' [22:17:46.317] | : . Searching for globals ... done [22:17:46.318] | : . Resolving globals: FALSE [22:17:46.318] | : . Search for packages associated with the globals ... [22:17:46.319] | : . ' Packages associated with globals: [2] 'base', 'stats' [22:17:46.320] | : . ' Packages: [2] 'base', 'stats' [22:17:46.320] | : . Search for packages associated with the globals ... done [22:17:46.321] | : . Packages after dropping 'base': [1] 'stats' [22:17:46.321] | : . Packages after dropping non-attached packages: [1] 'stats' [22:17:46.322] | : . globals: [1] 'x' [22:17:46.322] | : . packages: [1] 'stats' [22:17:46.323] | : getGlobalsAndPackages() ... done [22:17:46.324] | : run() for 'Future' () ... [22:17:46.324] | : . state: 'created' [22:17:46.325] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.325] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.326] | : . Using MultisessionFutureBackend ... [22:17:46.326] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [22:17:46.327] | : . ' Launching futures ... [22:17:46.327] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:46.328] | : . ' , ; Workers: [n=2] [22:17:46.328] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:46.330] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:46.331] | : . ' , ; requestWorker() ... [22:17:46.331] | : . ' , ; ` requestNode() ... [22:17:46.332] | : . ' , ; ` | Number of workers: 2 [22:17:46.332] | : . ' , ; ` | Polling for a free worker ... [22:17:46.333] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.333] | : . ' , ; ` | : . Listing all futures [22:17:46.334] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.334] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.335] | : . ' , ; ` | : Total time: 0 [22:17:46.335] | : . ' , ; ` | Polling for a free worker ... done [22:17:46.336] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.336] | : . ' , ; ` | : Listing all futures [22:17:46.337] | : . ' , ; ` | : Number of registered futures: 0 [22:17:46.337] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.338] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:46.338] | : . ' , ; ` | Index of first available worker: 1 [22:17:46.339] | : . ' , ; ` | Validate that the worker is functional ... [22:17:46.339] | : . ' , ; ` | : Connection is valid [22:17:46.340] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:46.341] | : . ' , ; ` | : Worker is functional [22:17:46.342] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.342] | : . ' , ; ` | : . Listing all futures [22:17:46.343] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.343] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.344] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:46.344] | : . ' , ; ` requestNode() ... done [22:17:46.345] | : . ' , ; ` cluster node index: 1 [22:17:46.345] | : . ' , ; requestWorker() ... done [22:17:46.346] | : . ' , ; eraseGlobalEnvironment() ... [22:17:46.347] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:46.347] | : . ' , ; launchFuture() ... [22:17:46.348] | : . ' , ; ` cluster node index: 1 [22:17:46.348] | : . ' , ; ` getFutureData() ... [22:17:46.349] | : . ' , ; ` | getFutureCore() ... [22:17:46.349] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [22:17:46.350] | : . ' , ; ` | getFutureCore() ... done [22:17:46.350] | : . ' , ; ` | getFutureCapture() ... [22:17:46.351] | : . ' , ; ` | getFutureCapture() ... done [22:17:46.351] | : . ' , ; ` | getFutureContext() ... [22:17:46.352] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.352] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:46.353] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.353] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:46.354] | : . ' , ; ` | getFutureContext() ... done [22:17:46.354] | : . ' , ; ` getFutureData() ... done [22:17:46.355] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:46.355] | : . ' , ; ` | Appended future to position #1 [22:17:46.356] | : . ' , ; ` | Number of registered futures: 1 [22:17:46.356] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:46.357] | : . ' , ; launchFuture() ... done [22:17:46.357] | : . ' , ; MultisessionFuture started [22:17:46.358] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:46.358] | : . ' Launching futures ... done [22:17:46.359] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:46.359] | : . Using MultisessionFutureBackend ... done [22:17:46.360] | : run() for 'Future' () ... done [22:17:46.360] | future(..., label = NULL) ... done [22:17:46.361] | value() for MultisessionFuture () ... [22:17:46.361] | : result() for ClusterFuture ... [22:17:46.362] | : . assertValidConnection() ... [22:17:46.362] | : . ' cluster node index: 1 [22:17:46.363] | : . assertValidConnection() ... done [22:17:46.364] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:46.364] | : . ' cluster node index: 1 [22:17:46.365] | : . ' [1] TRUE [22:17:46.365] | : . ' Received data: [22:17:46.366] | : . ' List of 5 [22:17:46.366] | : . ' $ type : chr "VALUE" [22:17:46.366] | : . ' $ value :List of 16 [22:17:46.366] | : . ' ..$ value : 'xtabs' int [1:2(1d)] 2 3 [22:17:46.366] | : . ' .. ..- attr(*, "dimnames")=List of 1 [22:17:46.366] | : . ' .. .. ..$ x: chr [1:2] "1" "2" [22:17:46.366] | : . ' .. ..- attr(*, "call")= language xtabs(formula = ~x) [22:17:46.366] | : . ' ..$ visible : logi TRUE [22:17:46.366] | : . ' ..$ stdout : chr "" [22:17:46.366] | : . ' ..$ conditions : list() [22:17:46.366] | : . ' ..$ rng : logi FALSE [22:17:46.366] | : . ' ..$ seed : NULL [22:17:46.366] | : . ' ..$ misuseGlobalEnv : NULL [22:17:46.366] | : . ' ..$ misuseConnections :List of 3 [22:17:46.366] | : . ' .. ..$ added : NULL [22:17:46.366] | : . ' .. ..$ removed : NULL [22:17:46.366] | : . ' .. ..$ replaced: NULL [22:17:46.366] | : . ' ..$ misuseDevices : NULL [22:17:46.366] | : . ' ..$ misuseDefaultDevice: list() [22:17:46.366] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.366] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.366] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "20" [22:17:46.366] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:46.366] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:46.366] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:46.366] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:46.366] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:46.366] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:46.366] | : . ' .. .. ..$ pid : int 39916 [22:17:46.366] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:46.366] | : . ' .. .. ..$ random: int 2147483647 [22:17:46.366] | : . ' ..$ r_info :List of 4 [22:17:46.366] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:46.366] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:46.366] | : . ' .. ..$ os : chr "windows" [22:17:46.366] | : . ' .. ..$ os_name : chr "Windows" [22:17:46.366] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:46.366] | : . ' ..$ version : chr "1.8" [22:17:46.366] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:46.366] | : . ' $ success: logi TRUE [22:17:46.366] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [22:17:46.366] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:46.366] | : . ' $ tag : NULL [22:17:46.382] | : . ' Received FutureResult [22:17:46.382] | : . ' FutureResult: [22:17:46.382] | : . ' value: 'xtabs', 'table' [22:17:46.382] | : . ' visible: TRUE [22:17:46.382] | : . ' stdout: character [22:17:46.382] | : . ' conditions: [n = 0] [22:17:46.382] | : . ' RNG used: FALSE [22:17:46.382] | : . ' duration: 0.004177094 secs (started 2026-03-13 22:17:46.355594) [22:17:46.382] | : . ' version: 1.8 [22:17:46.384] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:46.384] | : . ' , Removed future from position #1 [22:17:46.385] | : . ' , Number of registered futures: 0 [22:17:46.385] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:46.386] | : . ' Erased future from future backend [22:17:46.386] | : . ' result() for ClusterFuture ... [22:17:46.387] | : . ' , result already collected: FutureResult [22:17:46.387] | : . ' result() for ClusterFuture ... done [22:17:46.388] | : . ' signalConditions() ... [22:17:46.388] | : . ' , include = 'immediateCondition' [22:17:46.389] | : . ' , exclude = [22:17:46.389] | : . ' , resignal = FALSE [22:17:46.390] | : . ' , Number of conditions: 0 [22:17:46.390] | : . ' , int 0 [22:17:46.391] | : . ' signalConditions() ... done [22:17:46.391] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:46.392] | : result() for ClusterFuture ... done [22:17:46.392] | : result() for ClusterFuture ... [22:17:46.393] | : . result already collected: FutureResult [22:17:46.393] | : result() for ClusterFuture ... done [22:17:46.394] | : signalConditions() ... [22:17:46.394] | : . include = 'immediateCondition' [22:17:46.395] | : . exclude = [22:17:46.395] | : . resignal = FALSE [22:17:46.396] | : . Number of conditions: 0 [22:17:46.396] | : . int 0 [22:17:46.397] | : signalConditions() ... done [22:17:46.398] | : relay stdout ... [22:17:46.398] | : relay stdout ... done [22:17:46.399] | : check for misuse ... [22:17:46.399] | : check for misuse ... done [22:17:46.400] | value() for MultisessionFuture () ... done x 1 2 2 3 [22:17:46.401] | future(..., label = NULL) ... [22:17:46.401] | : lazy: FALSE [22:17:46.402] | : stdout: TRUE [22:17:46.402] | : conditions: [n=1] 'condition' [22:17:46.403] | : getGlobalsAndPackages() ... [22:17:46.403] | : . Searching for globals ... [22:17:46.412] | : . ' globals found: [4] '{', 'xtabs', 'x', '~' [22:17:46.413] | : . Searching for globals ... done [22:17:46.413] | : . Resolving globals: FALSE [22:17:46.414] | : . Search for packages associated with the globals ... [22:17:46.415] | : . ' Packages associated with globals: [2] 'base', 'stats' [22:17:46.415] | : . ' Packages: [2] 'base', 'stats' [22:17:46.416] | : . Search for packages associated with the globals ... done [22:17:46.416] | : . Packages after dropping 'base': [1] 'stats' [22:17:46.417] | : . Packages after dropping non-attached packages: [1] 'stats' [22:17:46.418] | : . globals: [1] 'x' [22:17:46.418] | : . packages: [1] 'stats' [22:17:46.419] | : getGlobalsAndPackages() ... done [22:17:46.419] | : run() for 'Future' () ... [22:17:46.420] | : . state: 'created' [22:17:46.421] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.421] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.422] | : . Using MultisessionFutureBackend ... [22:17:46.422] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [22:17:46.423] | : . ' Launching futures ... [22:17:46.423] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:46.424] | : . ' , ; Workers: [n=2] [22:17:46.424] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:46.426] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:46.427] | : . ' , ; requestWorker() ... [22:17:46.427] | : . ' , ; ` requestNode() ... [22:17:46.428] | : . ' , ; ` | Number of workers: 2 [22:17:46.428] | : . ' , ; ` | Polling for a free worker ... [22:17:46.429] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.429] | : . ' , ; ` | : . Listing all futures [22:17:46.430] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.430] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.431] | : . ' , ; ` | : Total time: 0 [22:17:46.431] | : . ' , ; ` | Polling for a free worker ... done [22:17:46.432] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.432] | : . ' , ; ` | : Listing all futures [22:17:46.433] | : . ' , ; ` | : Number of registered futures: 0 [22:17:46.433] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.434] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:46.434] | : . ' , ; ` | Index of first available worker: 1 [22:17:46.435] | : . ' , ; ` | Validate that the worker is functional ... [22:17:46.435] | : . ' , ; ` | : Connection is valid [22:17:46.436] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:46.437] | : . ' , ; ` | : Worker is functional [22:17:46.438] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.438] | : . ' , ; ` | : . Listing all futures [22:17:46.439] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.439] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.440] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:46.440] | : . ' , ; ` requestNode() ... done [22:17:46.441] | : . ' , ; ` cluster node index: 1 [22:17:46.441] | : . ' , ; requestWorker() ... done [22:17:46.442] | : . ' , ; eraseGlobalEnvironment() ... [22:17:46.443] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:46.443] | : . ' , ; launchFuture() ... [22:17:46.444] | : . ' , ; ` cluster node index: 1 [22:17:46.444] | : . ' , ; ` getFutureData() ... [22:17:46.445] | : . ' , ; ` | getFutureCore() ... [22:17:46.445] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [22:17:46.446] | : . ' , ; ` | getFutureCore() ... done [22:17:46.446] | : . ' , ; ` | getFutureCapture() ... [22:17:46.447] | : . ' , ; ` | getFutureCapture() ... done [22:17:46.447] | : . ' , ; ` | getFutureContext() ... [22:17:46.448] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.448] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:46.449] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.449] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:46.450] | : . ' , ; ` | getFutureContext() ... done [22:17:46.450] | : . ' , ; ` getFutureData() ... done [22:17:46.451] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:46.452] | : . ' , ; ` | Appended future to position #1 [22:17:46.452] | : . ' , ; ` | Number of registered futures: 1 [22:17:46.453] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:46.453] | : . ' , ; launchFuture() ... done [22:17:46.453] | : . ' , ; MultisessionFuture started [22:17:46.454] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:46.454] | : . ' Launching futures ... done [22:17:46.455] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:46.455] | : . Using MultisessionFutureBackend ... done [22:17:46.456] | : run() for 'Future' () ... done [22:17:46.456] | future(..., label = NULL) ... done [22:17:46.457] | value() for MultisessionFuture () ... [22:17:46.457] | : result() for ClusterFuture ... [22:17:46.458] | : . assertValidConnection() ... [22:17:46.459] | : . ' cluster node index: 1 [22:17:46.459] | : . assertValidConnection() ... done [22:17:46.460] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:46.460] | : . ' cluster node index: 1 [22:17:46.461] | : . ' [1] TRUE [22:17:46.461] | : . ' Received data: [22:17:46.462] | : . ' List of 5 [22:17:46.462] | : . ' $ type : chr "VALUE" [22:17:46.462] | : . ' $ value :List of 16 [22:17:46.462] | : . ' ..$ value : 'xtabs' int [1:2(1d)] 2 3 [22:17:46.462] | : . ' .. ..- attr(*, "dimnames")=List of 1 [22:17:46.462] | : . ' .. .. ..$ x: chr [1:2] "1" "2" [22:17:46.462] | : . ' .. ..- attr(*, "call")= language xtabs(formula = ~x) [22:17:46.462] | : . ' ..$ visible : logi TRUE [22:17:46.462] | : . ' ..$ stdout : chr "" [22:17:46.462] | : . ' ..$ conditions : list() [22:17:46.462] | : . ' ..$ rng : logi FALSE [22:17:46.462] | : . ' ..$ seed : NULL [22:17:46.462] | : . ' ..$ misuseGlobalEnv : NULL [22:17:46.462] | : . ' ..$ misuseConnections :List of 3 [22:17:46.462] | : . ' .. ..$ added : NULL [22:17:46.462] | : . ' .. ..$ removed : NULL [22:17:46.462] | : . ' .. ..$ replaced: NULL [22:17:46.462] | : . ' ..$ misuseDevices : NULL [22:17:46.462] | : . ' ..$ misuseDefaultDevice: list() [22:17:46.462] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.462] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.462] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "21" [22:17:46.462] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:46.462] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:46.462] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:46.462] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:46.462] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:46.462] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:46.462] | : . ' .. .. ..$ pid : int 39916 [22:17:46.462] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:46.462] | : . ' .. .. ..$ random: int 2147483647 [22:17:46.462] | : . ' ..$ r_info :List of 4 [22:17:46.462] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:46.462] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:46.462] | : . ' .. ..$ os : chr "windows" [22:17:46.462] | : . ' .. ..$ os_name : chr "Windows" [22:17:46.462] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:46.462] | : . ' ..$ version : chr "1.8" [22:17:46.462] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:46.462] | : . ' $ success: logi TRUE [22:17:46.462] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:46.462] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:46.462] | : . ' $ tag : NULL [22:17:46.480] | : . ' Received FutureResult [22:17:46.480] | : . ' FutureResult: [22:17:46.480] | : . ' value: 'xtabs', 'table' [22:17:46.480] | : . ' visible: TRUE [22:17:46.480] | : . ' stdout: character [22:17:46.480] | : . ' conditions: [n = 0] [22:17:46.480] | : . ' RNG used: FALSE [22:17:46.480] | : . ' duration: 0.003440142 secs (started 2026-03-13 22:17:46.451634) [22:17:46.480] | : . ' version: 1.8 [22:17:46.481] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:46.482] | : . ' , Removed future from position #1 [22:17:46.482] | : . ' , Number of registered futures: 0 [22:17:46.483] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:46.483] | : . ' Erased future from future backend [22:17:46.484] | : . ' result() for ClusterFuture ... [22:17:46.484] | : . ' , result already collected: FutureResult [22:17:46.485] | : . ' result() for ClusterFuture ... done [22:17:46.485] | : . ' signalConditions() ... [22:17:46.486] | : . ' , include = 'immediateCondition' [22:17:46.486] | : . ' , exclude = [22:17:46.487] | : . ' , resignal = FALSE [22:17:46.487] | : . ' , Number of conditions: 0 [22:17:46.488] | : . ' , int 0 [22:17:46.489] | : . ' signalConditions() ... done [22:17:46.489] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:46.490] | : result() for ClusterFuture ... done [22:17:46.490] | : result() for ClusterFuture ... [22:17:46.491] | : . result already collected: FutureResult [22:17:46.491] | : result() for ClusterFuture ... done [22:17:46.492] | : signalConditions() ... [22:17:46.492] | : . include = 'immediateCondition' [22:17:46.493] | : . exclude = [22:17:46.493] | : . resignal = FALSE [22:17:46.494] | : . Number of conditions: 0 [22:17:46.494] | : . int 0 [22:17:46.495] | : signalConditions() ... done [22:17:46.495] | : relay stdout ... [22:17:46.496] | : relay stdout ... done [22:17:46.497] | : check for misuse ... [22:17:46.497] | : check for misuse ... done [22:17:46.498] | 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 [22:17:46.500] | future(..., label = NULL) ... [22:17:46.500] | : lazy: FALSE [22:17:46.501] | : stdout: TRUE [22:17:46.501] | : conditions: [n=1] 'condition' [22:17:46.502] | : getGlobalsAndPackages() ... [22:17:46.502] | : . Searching for globals ... [22:17:46.517] | : . ' globals found: [7] '{', 'lm', 'dist', '-', '.', '~', 'cars' [22:17:46.517] | : . Searching for globals ... done [22:17:46.518] | : . Resolving globals: FALSE [22:17:46.518] | : . Search for packages associated with the globals ... [22:17:46.519] | : . ' Packages associated with globals: [3] 'base', 'stats', 'datasets' [22:17:46.520] | : . ' Packages: [3] 'base', 'stats', 'datasets' [22:17:46.520] | : . Search for packages associated with the globals ... done [22:17:46.521] | : . Packages after dropping 'base': [2] 'stats', 'datasets' [22:17:46.521] | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [22:17:46.522] | : . globals: [0] [22:17:46.522] | : . packages: [2] 'stats', 'datasets' [22:17:46.523] | : getGlobalsAndPackages() ... done [22:17:46.523] | : run() for 'Future' () ... [22:17:46.524] | : . state: 'created' [22:17:46.525] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.525] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.526] | : . Using MultisessionFutureBackend ... [22:17:46.526] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [22:17:46.527] | : . ' Launching futures ... [22:17:46.527] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:46.528] | : . ' , ; Workers: [n=2] [22:17:46.528] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:46.530] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:46.531] | : . ' , ; requestWorker() ... [22:17:46.531] | : . ' , ; ` requestNode() ... [22:17:46.532] | : . ' , ; ` | Number of workers: 2 [22:17:46.532] | : . ' , ; ` | Polling for a free worker ... [22:17:46.533] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.533] | : . ' , ; ` | : . Listing all futures [22:17:46.534] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.534] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.535] | : . ' , ; ` | : Total time: 0 [22:17:46.535] | : . ' , ; ` | Polling for a free worker ... done [22:17:46.536] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.536] | : . ' , ; ` | : Listing all futures [22:17:46.537] | : . ' , ; ` | : Number of registered futures: 0 [22:17:46.537] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.538] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:46.538] | : . ' , ; ` | Index of first available worker: 1 [22:17:46.539] | : . ' , ; ` | Validate that the worker is functional ... [22:17:46.539] | : . ' , ; ` | : Connection is valid [22:17:46.540] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:46.541] | : . ' , ; ` | : Worker is functional [22:17:46.542] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.542] | : . ' , ; ` | : . Listing all futures [22:17:46.543] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.543] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.544] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:46.544] | : . ' , ; ` requestNode() ... done [22:17:46.545] | : . ' , ; ` cluster node index: 1 [22:17:46.545] | : . ' , ; requestWorker() ... done [22:17:46.546] | : . ' , ; eraseGlobalEnvironment() ... [22:17:46.547] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:46.547] | : . ' , ; launchFuture() ... [22:17:46.548] | : . ' , ; ` cluster node index: 1 [22:17:46.548] | : . ' , ; ` getFutureData() ... [22:17:46.549] | : . ' , ; ` | getFutureCore() ... [22:17:46.549] | : . ' , ; ` | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [22:17:46.550] | : . ' , ; ` | getFutureCore() ... done [22:17:46.550] | : . ' , ; ` | getFutureCapture() ... [22:17:46.551] | : . ' , ; ` | getFutureCapture() ... done [22:17:46.551] | : . ' , ; ` | getFutureContext() ... [22:17:46.552] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.552] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:46.553] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.553] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:46.554] | : . ' , ; ` | getFutureContext() ... done [22:17:46.554] | : . ' , ; ` getFutureData() ... done [22:17:46.555] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:46.555] | : . ' , ; ` | Appended future to position #1 [22:17:46.556] | : . ' , ; ` | Number of registered futures: 1 [22:17:46.556] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:46.557] | : . ' , ; launchFuture() ... done [22:17:46.557] | : . ' , ; MultisessionFuture started [22:17:46.558] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:46.558] | : . ' Launching futures ... done [22:17:46.559] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:46.559] | : . Using MultisessionFutureBackend ... done [22:17:46.560] | : run() for 'Future' () ... done [22:17:46.560] | future(..., label = NULL) ... done [22:17:46.561] | value() for MultisessionFuture () ... [22:17:46.561] | : result() for ClusterFuture ... [22:17:46.562] | : . assertValidConnection() ... [22:17:46.562] | : . ' cluster node index: 1 [22:17:46.563] | : . assertValidConnection() ... done [22:17:46.564] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:46.564] | : . ' cluster node index: 1 [22:17:46.565] | : . ' [1] TRUE [22:17:46.565] | : . ' Received data: [22:17:46.566] | : . ' List of 5 [22:17:46.566] | : . ' $ type : chr "VALUE" [22:17:46.566] | : . ' $ value :List of 16 [22:17:46.566] | : . ' ..$ value :List of 12 [22:17:46.566] | : . ' .. ..$ coefficients : Named num 2.91 [22:17:46.566] | : . ' .. .. ..- attr(*, "names")= chr "speed" [22:17:46.566] | : . ' .. ..$ residuals : Named num [1:50] -9.64 -1.64 -16.36 1.64 -7.27 ... [22:17:46.566] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [22:17:46.566] | : . ' .. ..$ effects : Named num [1:50] -334.59 -1.31 -15.8 2.2 -6.63 ... [22:17:46.566] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "speed" "" "" "" ... [22:17:46.566] | : . ' .. ..$ rank : int 1 [22:17:46.566] | : . ' .. ..$ fitted.values: Named num [1:50] 11.6 11.6 20.4 20.4 23.3 ... [22:17:46.566] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [22:17:46.566] | : . ' .. ..$ assign : int 1 [22:17:46.566] | : . ' .. ..$ qr :List of 5 [22:17:46.566] | : . ' .. .. ..$ qr : num [1:50, 1] -115.013 0.0348 0.0609 0.0609 0.0696 ... [22:17:46.566] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.566] | : . ' .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [22:17:46.566] | : . ' .. .. .. .. ..$ : chr "speed" [22:17:46.566] | : . ' .. .. .. ..- attr(*, "assign")= int 1 [22:17:46.566] | : . ' .. .. ..$ qraux: num 1.03 [22:17:46.566] | : . ' .. .. ..$ pivot: int 1 [22:17:46.566] | : . ' .. .. ..$ tol : num 1e-07 [22:17:46.566] | : . ' .. .. ..$ rank : int 1 [22:17:46.566] | : . ' .. .. ..- attr(*, "class")= chr "qr" [22:17:46.566] | : . ' .. ..$ df.residual : int 49 [22:17:46.566] | : . ' .. ..$ xlevels : Named list() [22:17:46.566] | : . ' .. ..$ call : language lm(formula = dist ~ . - 1, data = cars) [22:17:46.566] | : . ' .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed - 1 [22:17:46.566] | : . ' .. .. .. ..- attr(*, "variables")= language list(dist, speed) [22:17:46.566] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.566] | : . ' .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [22:17:46.566] | : . ' .. .. .. .. .. ..$ : chr "speed" [22:17:46.566] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "speed" [22:17:46.566] | : . ' .. .. .. ..- attr(*, "order")= int 1 [22:17:46.566] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [22:17:46.566] | : . ' .. .. .. ..- attr(*, "response")= int 1 [22:17:46.566] | : . ' .. .. .. ..- attr(*, ".Environment")= [22:17:46.566] | : . ' .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [22:17:46.566] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [22:17:46.566] | : . ' .. ..$ model :'data.frame': 50 obs. of 2 variables: [22:17:46.566] | : . ' .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [22:17:46.566] | : . ' .. .. ..$ speed: num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [22:17:46.566] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed - 1 [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(dist, speed) [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:46.566] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.566] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [22:17:46.566] | : . ' .. .. .. .. .. .. ..$ : chr "speed" [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "speed" [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [22:17:46.566] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [22:17:46.566] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [22:17:46.566] | : . ' .. ..- attr(*, "class")= chr "lm" [22:17:46.566] | : . ' ..$ visible : logi TRUE [22:17:46.566] | : . ' ..$ stdout : chr "" [22:17:46.566] | : . ' ..$ conditions : list() [22:17:46.566] | : . ' ..$ rng : logi FALSE [22:17:46.566] | : . ' ..$ seed : NULL [22:17:46.566] | : . ' ..$ misuseGlobalEnv : NULL [22:17:46.566] | : . ' ..$ misuseConnections :List of 3 [22:17:46.566] | : . ' .. ..$ added : NULL [22:17:46.566] | : . ' .. ..$ removed : NULL [22:17:46.566] | : . ' .. ..$ replaced: NULL [22:17:46.566] | : . ' ..$ misuseDevices : NULL [22:17:46.566] | : . ' ..$ misuseDefaultDevice: list() [22:17:46.566] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.566] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.566] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "22" [22:17:46.566] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:46.566] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:46.566] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:46.566] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:46.566] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:46.566] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:46.566] | : . ' .. .. ..$ pid : int 39916 [22:17:46.566] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:46.566] | : . ' .. .. ..$ random: int 2147483647 [22:17:46.566] | : . ' ..$ r_info :List of 4 [22:17:46.566] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:46.566] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:46.566] | : . ' .. ..$ os : chr "windows" [22:17:46.566] | : . ' .. ..$ os_name : chr "Windows" [22:17:46.566] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:46.566] | : . ' ..$ version : chr "1.8" [22:17:46.566] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:46.566] | : . ' $ success: logi TRUE [22:17:46.566] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [22:17:46.566] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:46.566] | : . ' $ tag : NULL [22:17:46.603] | : . ' Received FutureResult [22:17:46.603] | : . ' FutureResult: [22:17:46.603] | : . ' value: 'lm' [22:17:46.603] | : . ' visible: TRUE [22:17:46.603] | : . ' stdout: character [22:17:46.603] | : . ' conditions: [n = 0] [22:17:46.603] | : . ' RNG used: FALSE [22:17:46.603] | : . ' duration: 0.004218102 secs (started 2026-03-13 22:17:46.555403) [22:17:46.603] | : . ' version: 1.8 [22:17:46.604] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:46.605] | : . ' , Removed future from position #1 [22:17:46.605] | : . ' , Number of registered futures: 0 [22:17:46.606] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:46.606] | : . ' Erased future from future backend [22:17:46.607] | : . ' result() for ClusterFuture ... [22:17:46.608] | : . ' , result already collected: FutureResult [22:17:46.608] | : . ' result() for ClusterFuture ... done [22:17:46.609] | : . ' signalConditions() ... [22:17:46.609] | : . ' , include = 'immediateCondition' [22:17:46.610] | : . ' , exclude = [22:17:46.610] | : . ' , resignal = FALSE [22:17:46.610] | : . ' , Number of conditions: 0 [22:17:46.611] | : . ' , int 0 [22:17:46.612] | : . ' signalConditions() ... done [22:17:46.612] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:46.613] | : result() for ClusterFuture ... done [22:17:46.613] | : result() for ClusterFuture ... [22:17:46.614] | : . result already collected: FutureResult [22:17:46.614] | : result() for ClusterFuture ... done [22:17:46.615] | : signalConditions() ... [22:17:46.615] | : . include = 'immediateCondition' [22:17:46.616] | : . exclude = [22:17:46.616] | : . resignal = FALSE [22:17:46.617] | : . Number of conditions: 0 [22:17:46.617] | : . int 0 [22:17:46.618] | : signalConditions() ... done [22:17:46.618] | : relay stdout ... [22:17:46.619] | : relay stdout ... done [22:17:46.619] | : check for misuse ... [22:17:46.620] | : check for misuse ... done [22:17:46.620] | 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 [22:17:46.624] | future(..., label = NULL) ... [22:17:46.624] | : lazy: FALSE [22:17:46.625] | : stdout: TRUE [22:17:46.625] | : conditions: [n=1] 'condition' [22:17:46.626] | : getGlobalsAndPackages() ... [22:17:46.626] | : . Searching for globals ... [22:17:46.641] | : . ' globals found: [7] '{', 'lm', 'dist', '+', '.', '~', 'cars' [22:17:46.641] | : . Searching for globals ... done [22:17:46.642] | : . Resolving globals: FALSE [22:17:46.642] | : . Search for packages associated with the globals ... [22:17:46.643] | : . ' Packages associated with globals: [3] 'base', 'stats', 'datasets' [22:17:46.644] | : . ' Packages: [3] 'base', 'stats', 'datasets' [22:17:46.644] | : . Search for packages associated with the globals ... done [22:17:46.645] | : . Packages after dropping 'base': [2] 'stats', 'datasets' [22:17:46.645] | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [22:17:46.646] | : . globals: [0] [22:17:46.646] | : . packages: [2] 'stats', 'datasets' [22:17:46.647] | : getGlobalsAndPackages() ... done [22:17:46.648] | : run() for 'Future' () ... [22:17:46.648] | : . state: 'created' [22:17:46.649] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.649] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.650] | : . Using MultisessionFutureBackend ... [22:17:46.650] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [22:17:46.651] | : . ' Launching futures ... [22:17:46.651] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:46.652] | : . ' , ; Workers: [n=2] [22:17:46.652] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:46.654] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:46.655] | : . ' , ; requestWorker() ... [22:17:46.655] | : . ' , ; ` requestNode() ... [22:17:46.656] | : . ' , ; ` | Number of workers: 2 [22:17:46.656] | : . ' , ; ` | Polling for a free worker ... [22:17:46.657] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.657] | : . ' , ; ` | : . Listing all futures [22:17:46.658] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.658] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.659] | : . ' , ; ` | : Total time: 0 [22:17:46.659] | : . ' , ; ` | Polling for a free worker ... done [22:17:46.660] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.660] | : . ' , ; ` | : Listing all futures [22:17:46.661] | : . ' , ; ` | : Number of registered futures: 0 [22:17:46.661] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.662] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:46.662] | : . ' , ; ` | Index of first available worker: 1 [22:17:46.663] | : . ' , ; ` | Validate that the worker is functional ... [22:17:46.663] | : . ' , ; ` | : Connection is valid [22:17:46.664] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:46.665] | : . ' , ; ` | : Worker is functional [22:17:46.666] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.666] | : . ' , ; ` | : . Listing all futures [22:17:46.667] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.667] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.668] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:46.668] | : . ' , ; ` requestNode() ... done [22:17:46.669] | : . ' , ; ` cluster node index: 1 [22:17:46.669] | : . ' , ; requestWorker() ... done [22:17:46.670] | : . ' , ; eraseGlobalEnvironment() ... [22:17:46.671] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:46.671] | : . ' , ; launchFuture() ... [22:17:46.672] | : . ' , ; ` cluster node index: 1 [22:17:46.672] | : . ' , ; ` getFutureData() ... [22:17:46.673] | : . ' , ; ` | getFutureCore() ... [22:17:46.673] | : . ' , ; ` | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [22:17:46.674] | : . ' , ; ` | getFutureCore() ... done [22:17:46.674] | : . ' , ; ` | getFutureCapture() ... [22:17:46.675] | : . ' , ; ` | getFutureCapture() ... done [22:17:46.675] | : . ' , ; ` | getFutureContext() ... [22:17:46.676] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.676] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:46.677] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.677] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:46.678] | : . ' , ; ` | getFutureContext() ... done [22:17:46.678] | : . ' , ; ` getFutureData() ... done [22:17:46.679] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:46.679] | : . ' , ; ` | Appended future to position #1 [22:17:46.680] | : . ' , ; ` | Number of registered futures: 1 [22:17:46.680] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:46.681] | : . ' , ; launchFuture() ... done [22:17:46.681] | : . ' , ; MultisessionFuture started [22:17:46.682] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:46.682] | : . ' Launching futures ... done [22:17:46.683] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:46.683] | : . Using MultisessionFutureBackend ... done [22:17:46.684] | : run() for 'Future' () ... done [22:17:46.685] | future(..., label = NULL) ... done [22:17:46.685] | value() for MultisessionFuture () ... [22:17:46.686] | : result() for ClusterFuture ... [22:17:46.686] | : . assertValidConnection() ... [22:17:46.687] | : . ' cluster node index: 1 [22:17:46.688] | : . assertValidConnection() ... done [22:17:46.688] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:46.689] | : . ' cluster node index: 1 [22:17:46.689] | : . ' [1] TRUE [22:17:46.690] | : . ' Received data: [22:17:46.690] | : . ' List of 5 [22:17:46.690] | : . ' $ type : chr "VALUE" [22:17:46.690] | : . ' $ value :List of 16 [22:17:46.690] | : . ' ..$ value :List of 12 [22:17:46.690] | : . ' .. ..$ coefficients : Named num 2.91 [22:17:46.690] | : . ' .. .. ..- attr(*, "names")= chr "speed" [22:17:46.690] | : . ' .. ..$ residuals : Named num [1:50] -9.64 -1.64 -16.36 1.64 -7.27 ... [22:17:46.690] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [22:17:46.690] | : . ' .. ..$ effects : Named num [1:50] -334.59 -1.31 -15.8 2.2 -6.63 ... [22:17:46.690] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "speed" "" "" "" ... [22:17:46.690] | : . ' .. ..$ rank : int 1 [22:17:46.690] | : . ' .. ..$ fitted.values: Named num [1:50] 11.6 11.6 20.4 20.4 23.3 ... [22:17:46.690] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [22:17:46.690] | : . ' .. ..$ assign : int 1 [22:17:46.690] | : . ' .. ..$ qr :List of 5 [22:17:46.690] | : . ' .. .. ..$ qr : num [1:50, 1] -115.013 0.0348 0.0609 0.0609 0.0696 ... [22:17:46.690] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.690] | : . ' .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [22:17:46.690] | : . ' .. .. .. .. ..$ : chr "speed" [22:17:46.690] | : . ' .. .. .. ..- attr(*, "assign")= int 1 [22:17:46.690] | : . ' .. .. ..$ qraux: num 1.03 [22:17:46.690] | : . ' .. .. ..$ pivot: int 1 [22:17:46.690] | : . ' .. .. ..$ tol : num 1e-07 [22:17:46.690] | : . ' .. .. ..$ rank : int 1 [22:17:46.690] | : . ' .. .. ..- attr(*, "class")= chr "qr" [22:17:46.690] | : . ' .. ..$ df.residual : int 49 [22:17:46.690] | : . ' .. ..$ xlevels : Named list() [22:17:46.690] | : . ' .. ..$ call : language lm(formula = dist ~ . + 0, data = cars) [22:17:46.690] | : . ' .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed + 0 [22:17:46.690] | : . ' .. .. .. ..- attr(*, "variables")= language list(dist, speed) [22:17:46.690] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.690] | : . ' .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [22:17:46.690] | : . ' .. .. .. .. .. ..$ : chr "speed" [22:17:46.690] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "speed" [22:17:46.690] | : . ' .. .. .. ..- attr(*, "order")= int 1 [22:17:46.690] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [22:17:46.690] | : . ' .. .. .. ..- attr(*, "response")= int 1 [22:17:46.690] | : . ' .. .. .. ..- attr(*, ".Environment")= [22:17:46.690] | : . ' .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [22:17:46.690] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [22:17:46.690] | : . ' .. ..$ model :'data.frame': 50 obs. of 2 variables: [22:17:46.690] | : . ' .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [22:17:46.690] | : . ' .. .. ..$ speed: num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [22:17:46.690] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed + 0 [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(dist, speed) [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:46.690] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.690] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [22:17:46.690] | : . ' .. .. .. .. .. .. ..$ : chr "speed" [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "speed" [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [22:17:46.690] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [22:17:46.690] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [22:17:46.690] | : . ' .. ..- attr(*, "class")= chr "lm" [22:17:46.690] | : . ' ..$ visible : logi TRUE [22:17:46.690] | : . ' ..$ stdout : chr "" [22:17:46.690] | : . ' ..$ conditions : list() [22:17:46.690] | : . ' ..$ rng : logi FALSE [22:17:46.690] | : . ' ..$ seed : NULL [22:17:46.690] | : . ' ..$ misuseGlobalEnv : NULL [22:17:46.690] | : . ' ..$ misuseConnections :List of 3 [22:17:46.690] | : . ' .. ..$ added : NULL [22:17:46.690] | : . ' .. ..$ removed : NULL [22:17:46.690] | : . ' .. ..$ replaced: NULL [22:17:46.690] | : . ' ..$ misuseDevices : NULL [22:17:46.690] | : . ' ..$ misuseDefaultDevice: list() [22:17:46.690] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.690] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.690] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "23" [22:17:46.690] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:46.690] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:46.690] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:46.690] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:46.690] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:46.690] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:46.690] | : . ' .. .. ..$ pid : int 39916 [22:17:46.690] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:46.690] | : . ' .. .. ..$ random: int 2147483647 [22:17:46.690] | : . ' ..$ r_info :List of 4 [22:17:46.690] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:46.690] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:46.690] | : . ' .. ..$ os : chr "windows" [22:17:46.690] | : . ' .. ..$ os_name : chr "Windows" [22:17:46.690] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:46.690] | : . ' ..$ version : chr "1.8" [22:17:46.690] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:46.690] | : . ' $ success: logi TRUE [22:17:46.690] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:46.690] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:46.690] | : . ' $ tag : NULL [22:17:46.725] | : . ' Received FutureResult [22:17:46.726] | : . ' FutureResult: [22:17:46.726] | : . ' value: 'lm' [22:17:46.726] | : . ' visible: TRUE [22:17:46.726] | : . ' stdout: character [22:17:46.726] | : . ' conditions: [n = 0] [22:17:46.726] | : . ' RNG used: FALSE [22:17:46.726] | : . ' duration: 0.003756046 secs (started 2026-03-13 22:17:46.679455) [22:17:46.726] | : . ' version: 1.8 [22:17:46.727] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:46.727] | : . ' , Removed future from position #1 [22:17:46.728] | : . ' , Number of registered futures: 0 [22:17:46.729] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:46.729] | : . ' Erased future from future backend [22:17:46.730] | : . ' result() for ClusterFuture ... [22:17:46.730] | : . ' , result already collected: FutureResult [22:17:46.731] | : . ' result() for ClusterFuture ... done [22:17:46.733] | : . ' signalConditions() ... [22:17:46.733] | : . ' , include = 'immediateCondition' [22:17:46.734] | : . ' , exclude = [22:17:46.734] | : . ' , resignal = FALSE [22:17:46.735] | : . ' , Number of conditions: 0 [22:17:46.735] | : . ' , int 0 [22:17:46.736] | : . ' signalConditions() ... done [22:17:46.737] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:46.737] | : result() for ClusterFuture ... done [22:17:46.738] | : result() for ClusterFuture ... [22:17:46.738] | : . result already collected: FutureResult [22:17:46.739] | : result() for ClusterFuture ... done [22:17:46.739] | : signalConditions() ... [22:17:46.740] | : . include = 'immediateCondition' [22:17:46.740] | : . exclude = [22:17:46.741] | : . resignal = FALSE [22:17:46.741] | : . Number of conditions: 0 [22:17:46.742] | : . int 0 [22:17:46.743] | : signalConditions() ... done [22:17:46.744] | : relay stdout ... [22:17:46.744] | : relay stdout ... done [22:17:46.745] | : check for misuse ... [22:17:46.745] | : check for misuse ... done [22:17:46.746] | 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 [22:17:46.750] | future(..., label = NULL) ... [22:17:46.750] | : lazy: FALSE [22:17:46.751] | : stdout: TRUE [22:17:46.752] | : conditions: [n=1] 'condition' [22:17:46.752] | : getGlobalsAndPackages() ... [22:17:46.753] | : . Searching for globals ... [22:17:46.773] | : . ' globals found: [8] '{', 'lm', 'dist', '+', 'speed', '^', '~', 'cars' [22:17:46.773] | : . Searching for globals ... done [22:17:46.774] | : . Resolving globals: FALSE [22:17:46.774] | : . Search for packages associated with the globals ... [22:17:46.775] | : . ' Packages associated with globals: [3] 'base', 'stats', 'datasets' [22:17:46.776] | : . ' Packages: [3] 'base', 'stats', 'datasets' [22:17:46.776] | : . Search for packages associated with the globals ... done [22:17:46.777] | : . Packages after dropping 'base': [2] 'stats', 'datasets' [22:17:46.778] | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [22:17:46.778] | : . globals: [0] [22:17:46.779] | : . packages: [2] 'stats', 'datasets' [22:17:46.779] | : getGlobalsAndPackages() ... done [22:17:46.780] | : run() for 'Future' () ... [22:17:46.780] | : . state: 'created' [22:17:46.781] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.782] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.782] | : . Using MultisessionFutureBackend ... [22:17:46.783] | : . ' Number of futures since start: 9 (9 created, 9 launched, 9 finished) [22:17:46.783] | : . ' Launching futures ... [22:17:46.784] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:46.785] | : . ' , ; Workers: [n=2] [22:17:46.785] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:46.787] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:46.788] | : . ' , ; requestWorker() ... [22:17:46.789] | : . ' , ; ` requestNode() ... [22:17:46.789] | : . ' , ; ` | Number of workers: 2 [22:17:46.790] | : . ' , ; ` | Polling for a free worker ... [22:17:46.790] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.791] | : . ' , ; ` | : . Listing all futures [22:17:46.791] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.792] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.792] | : . ' , ; ` | : Total time: 0 [22:17:46.793] | : . ' , ; ` | Polling for a free worker ... done [22:17:46.793] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.794] | : . ' , ; ` | : Listing all futures [22:17:46.794] | : . ' , ; ` | : Number of registered futures: 0 [22:17:46.795] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.795] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:46.796] | : . ' , ; ` | Index of first available worker: 1 [22:17:46.796] | : . ' , ; ` | Validate that the worker is functional ... [22:17:46.797] | : . ' , ; ` | : Connection is valid [22:17:46.797] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:46.799] | : . ' , ; ` | : Worker is functional [22:17:46.800] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.800] | : . ' , ; ` | : . Listing all futures [22:17:46.801] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.801] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.802] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:46.802] | : . ' , ; ` requestNode() ... done [22:17:46.803] | : . ' , ; ` cluster node index: 1 [22:17:46.803] | : . ' , ; requestWorker() ... done [22:17:46.804] | : . ' , ; eraseGlobalEnvironment() ... [22:17:46.804] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:46.805] | : . ' , ; launchFuture() ... [22:17:46.805] | : . ' , ; ` cluster node index: 1 [22:17:46.806] | : . ' , ; ` getFutureData() ... [22:17:46.806] | : . ' , ; ` | getFutureCore() ... [22:17:46.807] | : . ' , ; ` | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [22:17:46.807] | : . ' , ; ` | getFutureCore() ... done [22:17:46.808] | : . ' , ; ` | getFutureCapture() ... [22:17:46.808] | : . ' , ; ` | getFutureCapture() ... done [22:17:46.809] | : . ' , ; ` | getFutureContext() ... [22:17:46.809] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.810] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:46.810] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.811] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:46.811] | : . ' , ; ` | getFutureContext() ... done [22:17:46.812] | : . ' , ; ` getFutureData() ... done [22:17:46.813] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:46.813] | : . ' , ; ` | Appended future to position #1 [22:17:46.814] | : . ' , ; ` | Number of registered futures: 1 [22:17:46.814] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:46.815] | : . ' , ; launchFuture() ... done [22:17:46.815] | : . ' , ; MultisessionFuture started [22:17:46.816] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:46.816] | : . ' Launching futures ... done [22:17:46.817] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:46.817] | : . Using MultisessionFutureBackend ... done [22:17:46.818] | : run() for 'Future' () ... done [22:17:46.818] | future(..., label = NULL) ... done [22:17:46.818] | value() for MultisessionFuture () ... [22:17:46.819] | : result() for ClusterFuture ... [22:17:46.820] | : . assertValidConnection() ... [22:17:46.820] | : . ' cluster node index: 1 [22:17:46.821] | : . assertValidConnection() ... done [22:17:46.821] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:46.822] | : . ' cluster node index: 1 [22:17:46.822] | : . ' [1] TRUE [22:17:46.823] | : . ' Received data: [22:17:46.824] | : . ' List of 5 [22:17:46.824] | : . ' $ type : chr "VALUE" [22:17:46.824] | : . ' $ value :List of 16 [22:17:46.824] | : . ' ..$ value :List of 12 [22:17:46.824] | : . ' .. ..$ coefficients : Named num [1:2] -17.58 3.93 [22:17:46.824] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "(Intercept)" "speed" [22:17:46.824] | : . ' .. ..$ residuals : Named num [1:50] 3.85 11.85 -5.95 12.05 2.12 ... [22:17:46.824] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [22:17:46.824] | : . ' .. ..$ effects : Named num [1:50] -303.914 145.552 -8.115 9.885 0.194 ... [22:17:46.824] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "(Intercept)" "speed" "" "" ... [22:17:46.824] | : . ' .. ..$ rank : int 2 [22:17:46.824] | : . ' .. ..$ fitted.values: Named num [1:50] -1.85 -1.85 9.95 9.95 13.88 ... [22:17:46.824] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [22:17:46.824] | : . ' .. ..$ assign : int [1:2] 0 1 [22:17:46.824] | : . ' .. ..$ qr :List of 5 [22:17:46.824] | : . ' .. .. ..$ qr : num [1:50, 1:2] -7.071 0.141 0.141 0.141 0.141 ... [22:17:46.824] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.824] | : . ' .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [22:17:46.824] | : . ' .. .. .. .. ..$ : chr [1:2] "(Intercept)" "speed" [22:17:46.824] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 0 1 [22:17:46.824] | : . ' .. .. ..$ qraux: num [1:2] 1.14 1.27 [22:17:46.824] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [22:17:46.824] | : . ' .. .. ..$ tol : num 1e-07 [22:17:46.824] | : . ' .. .. ..$ rank : int 2 [22:17:46.824] | : . ' .. .. ..- attr(*, "class")= chr "qr" [22:17:46.824] | : . ' .. ..$ df.residual : int 48 [22:17:46.824] | : . ' .. ..$ xlevels : Named list() [22:17:46.824] | : . ' .. ..$ call : language lm(formula = dist ~ speed + speed^2, data = cars) [22:17:46.824] | : . ' .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed + speed^2 [22:17:46.824] | : . ' .. .. .. ..- attr(*, "variables")= language list(dist, speed) [22:17:46.824] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.824] | : . ' .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [22:17:46.824] | : . ' .. .. .. .. .. ..$ : chr "speed" [22:17:46.824] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "speed" [22:17:46.824] | : . ' .. .. .. ..- attr(*, "order")= int 1 [22:17:46.824] | : . ' .. .. .. ..- attr(*, "intercept")= int 1 [22:17:46.824] | : . ' .. .. .. ..- attr(*, "response")= int 1 [22:17:46.824] | : . ' .. .. .. ..- attr(*, ".Environment")= [22:17:46.824] | : . ' .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [22:17:46.824] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [22:17:46.824] | : . ' .. ..$ model :'data.frame': 50 obs. of 2 variables: [22:17:46.824] | : . ' .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [22:17:46.824] | : . ' .. .. ..$ speed: num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [22:17:46.824] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed + speed^2 [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(dist, speed) [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:46.824] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.824] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [22:17:46.824] | : . ' .. .. .. .. .. .. ..$ : chr "speed" [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "speed" [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 1 [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [22:17:46.824] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [22:17:46.824] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [22:17:46.824] | : . ' .. ..- attr(*, "class")= chr "lm" [22:17:46.824] | : . ' ..$ visible : logi TRUE [22:17:46.824] | : . ' ..$ stdout : chr "" [22:17:46.824] | : . ' ..$ conditions : list() [22:17:46.824] | : . ' ..$ rng : logi FALSE [22:17:46.824] | : . ' ..$ seed : NULL [22:17:46.824] | : . ' ..$ misuseGlobalEnv : NULL [22:17:46.824] | : . ' ..$ misuseConnections :List of 3 [22:17:46.824] | : . ' .. ..$ added : NULL [22:17:46.824] | : . ' .. ..$ removed : NULL [22:17:46.824] | : . ' .. ..$ replaced: NULL [22:17:46.824] | : . ' ..$ misuseDevices : NULL [22:17:46.824] | : . ' ..$ misuseDefaultDevice: list() [22:17:46.824] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.824] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.824] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "24" [22:17:46.824] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:46.824] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:46.824] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:46.824] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:46.824] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:46.824] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:46.824] | : . ' .. .. ..$ pid : int 39916 [22:17:46.824] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:46.824] | : . ' .. .. ..$ random: int 2147483647 [22:17:46.824] | : . ' ..$ r_info :List of 4 [22:17:46.824] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:46.824] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:46.824] | : . ' .. ..$ os : chr "windows" [22:17:46.824] | : . ' .. ..$ os_name : chr "Windows" [22:17:46.824] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:46.824] | : . ' ..$ version : chr "1.8" [22:17:46.824] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:46.824] | : . ' $ success: logi TRUE [22:17:46.824] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:46.824] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:46.824] | : . ' $ tag : NULL [22:17:46.860] | : . ' Received FutureResult [22:17:46.860] | : . ' FutureResult: [22:17:46.860] | : . ' value: 'lm' [22:17:46.860] | : . ' visible: TRUE [22:17:46.860] | : . ' stdout: character [22:17:46.860] | : . ' conditions: [n = 0] [22:17:46.860] | : . ' RNG used: FALSE [22:17:46.860] | : . ' duration: 0.006230116 secs (started 2026-03-13 22:17:46.813315) [22:17:46.860] | : . ' version: 1.8 [22:17:46.862] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:46.862] | : . ' , Removed future from position #1 [22:17:46.863] | : . ' , Number of registered futures: 0 [22:17:46.863] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:46.864] | : . ' Erased future from future backend [22:17:46.864] | : . ' result() for ClusterFuture ... [22:17:46.865] | : . ' , result already collected: FutureResult [22:17:46.865] | : . ' result() for ClusterFuture ... done [22:17:46.866] | : . ' signalConditions() ... [22:17:46.866] | : . ' , include = 'immediateCondition' [22:17:46.867] | : . ' , exclude = [22:17:46.867] | : . ' , resignal = FALSE [22:17:46.867] | : . ' , Number of conditions: 0 [22:17:46.868] | : . ' , int 0 [22:17:46.869] | : . ' signalConditions() ... done [22:17:46.869] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:46.870] | : result() for ClusterFuture ... done [22:17:46.870] | : result() for ClusterFuture ... [22:17:46.871] | : . result already collected: FutureResult [22:17:46.871] | : result() for ClusterFuture ... done [22:17:46.873] | : signalConditions() ... [22:17:46.874] | : . include = 'immediateCondition' [22:17:46.874] | : . exclude = [22:17:46.875] | : . resignal = FALSE [22:17:46.875] | : . Number of conditions: 0 [22:17:46.876] | : . int 0 [22:17:46.877] | : signalConditions() ... done [22:17:46.878] | : relay stdout ... [22:17:46.878] | : relay stdout ... done [22:17:46.879] | : check for misuse ... [22:17:46.880] | : check for misuse ... done [22:17:46.880] | 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 [22:17:46.885] | future(..., label = NULL) ... [22:17:46.886] | : lazy: FALSE [22:17:46.887] | : stdout: TRUE [22:17:46.887] | : conditions: [n=1] 'condition' [22:17:46.888] | : getGlobalsAndPackages() ... [22:17:46.888] | : . Searching for globals ... [22:17:46.918] | : . ' globals found: [9] '{', 'lm', 'dist', '+', 'speed', 'I', '^', '~', 'cars' [22:17:46.918] | : . Searching for globals ... done [22:17:46.919] | : . Resolving globals: FALSE [22:17:46.919] | : . Search for packages associated with the globals ... [22:17:46.920] | : . ' Packages associated with globals: [3] 'base', 'stats', 'datasets' [22:17:46.921] | : . ' Packages: [3] 'base', 'stats', 'datasets' [22:17:46.922] | : . Search for packages associated with the globals ... done [22:17:46.922] | : . Packages after dropping 'base': [2] 'stats', 'datasets' [22:17:46.923] | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [22:17:46.924] | : . globals: [0] [22:17:46.924] | : . packages: [2] 'stats', 'datasets' [22:17:46.925] | : getGlobalsAndPackages() ... done [22:17:46.926] | : run() for 'Future' () ... [22:17:46.926] | : . state: 'created' [22:17:46.927] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.927] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.928] | : . Using MultisessionFutureBackend ... [22:17:46.928] | : . ' Number of futures since start: 10 (10 created, 10 launched, 10 finished) [22:17:46.929] | : . ' Launching futures ... [22:17:46.930] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:46.930] | : . ' , ; Workers: [n=2] [22:17:46.931] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:46.934] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:46.935] | : . ' , ; requestWorker() ... [22:17:46.935] | : . ' , ; ` requestNode() ... [22:17:46.936] | : . ' , ; ` | Number of workers: 2 [22:17:46.936] | : . ' , ; ` | Polling for a free worker ... [22:17:46.937] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.937] | : . ' , ; ` | : . Listing all futures [22:17:46.938] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.938] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.939] | : . ' , ; ` | : Total time: 0 [22:17:46.940] | : . ' , ; ` | Polling for a free worker ... done [22:17:46.940] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.941] | : . ' , ; ` | : Listing all futures [22:17:46.941] | : . ' , ; ` | : Number of registered futures: 0 [22:17:46.942] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.942] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:46.943] | : . ' , ; ` | Index of first available worker: 1 [22:17:46.943] | : . ' , ; ` | Validate that the worker is functional ... [22:17:46.944] | : . ' , ; ` | : Connection is valid [22:17:46.945] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:46.947] | : . ' , ; ` | : Worker is functional [22:17:46.947] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:46.948] | : . ' , ; ` | : . Listing all futures [22:17:46.948] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:46.949] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:46.949] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:46.950] | : . ' , ; ` requestNode() ... done [22:17:46.950] | : . ' , ; ` cluster node index: 1 [22:17:46.951] | : . ' , ; requestWorker() ... done [22:17:46.951] | : . ' , ; eraseGlobalEnvironment() ... [22:17:46.952] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:46.953] | : . ' , ; launchFuture() ... [22:17:46.953] | : . ' , ; ` cluster node index: 1 [22:17:46.954] | : . ' , ; ` getFutureData() ... [22:17:46.954] | : . ' , ; ` | getFutureCore() ... [22:17:46.955] | : . ' , ; ` | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [22:17:46.955] | : . ' , ; ` | getFutureCore() ... done [22:17:46.956] | : . ' , ; ` | getFutureCapture() ... [22:17:46.956] | : . ' , ; ` | getFutureCapture() ... done [22:17:46.957] | : . ' , ; ` | getFutureContext() ... [22:17:46.957] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:46.958] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:46.958] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:46.959] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:46.959] | : . ' , ; ` | getFutureContext() ... done [22:17:46.960] | : . ' , ; ` getFutureData() ... done [22:17:46.961] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:46.961] | : . ' , ; ` | Appended future to position #1 [22:17:46.962] | : . ' , ; ` | Number of registered futures: 1 [22:17:46.962] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:46.963] | : . ' , ; launchFuture() ... done [22:17:46.963] | : . ' , ; MultisessionFuture started [22:17:46.964] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:46.964] | : . ' Launching futures ... done [22:17:46.965] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:46.965] | : . Using MultisessionFutureBackend ... done [22:17:46.966] | : run() for 'Future' () ... done [22:17:46.966] | future(..., label = NULL) ... done [22:17:46.967] | value() for MultisessionFuture () ... [22:17:46.967] | : result() for ClusterFuture ... [22:17:46.968] | : . assertValidConnection() ... [22:17:46.968] | : . ' cluster node index: 1 [22:17:46.969] | : . assertValidConnection() ... done [22:17:46.970] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:46.970] | : . ' cluster node index: 1 [22:17:46.971] | : . ' [1] TRUE [22:17:46.971] | : . ' Received data: [22:17:46.972] | : . ' List of 5 [22:17:46.972] | : . ' $ type : chr "VALUE" [22:17:46.972] | : . ' $ value :List of 16 [22:17:46.972] | : . ' ..$ value :List of 12 [22:17:46.972] | : . ' .. ..$ coefficients : Named num [1:3] 2.47 0.913 0.1 [22:17:46.972] | : . ' .. .. ..- attr(*, "names")= chr [1:3] "(Intercept)" "speed" "I(speed^2)" [22:17:46.972] | : . ' .. ..$ residuals : Named num [1:50] -5.723 2.277 -9.761 8.239 -0.174 ... [22:17:46.972] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [22:17:46.972] | : . ' .. ..$ effects : Named num [1:50] -303.91 145.55 -23 9.04 0.17 ... [22:17:46.972] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "(Intercept)" "speed" "I(speed^2)" "" ... [22:17:46.972] | : . ' .. ..$ rank : int 3 [22:17:46.972] | : . ' .. ..$ fitted.values: Named num [1:50] 7.72 7.72 13.76 13.76 16.17 ... [22:17:46.972] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [22:17:46.972] | : . ' .. ..$ assign : int [1:3] 0 1 2 [22:17:46.972] | : . ' .. ..$ qr :List of 5 [22:17:46.972] | : . ' .. .. ..$ qr : num [1:50, 1:3] -7.071 0.141 0.141 0.141 0.141 ... [22:17:46.972] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.972] | : . ' .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [22:17:46.972] | : . ' .. .. .. .. ..$ : chr [1:3] "(Intercept)" "speed" "I(speed^2)" [22:17:46.972] | : . ' .. .. .. ..- attr(*, "assign")= int [1:3] 0 1 2 [22:17:46.972] | : . ' .. .. ..$ qraux: num [1:3] 1.14 1.27 1.06 [22:17:46.972] | : . ' .. .. ..$ pivot: int [1:3] 1 2 3 [22:17:46.972] | : . ' .. .. ..$ tol : num 1e-07 [22:17:46.972] | : . ' .. .. ..$ rank : int 3 [22:17:46.972] | : . ' .. .. ..- attr(*, "class")= chr "qr" [22:17:46.972] | : . ' .. ..$ df.residual : int 47 [22:17:46.972] | : . ' .. ..$ xlevels : Named list() [22:17:46.972] | : . ' .. ..$ call : language lm(formula = dist ~ speed + I(speed^2), data = cars) [22:17:46.972] | : . ' .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed + I(speed^2) [22:17:46.972] | : . ' .. .. .. ..- attr(*, "variables")= language list(dist, speed, I(speed^2)) [22:17:46.972] | : . ' .. .. .. ..- attr(*, "factors")= int [1:3, 1:2] 0 1 0 0 0 1 [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.972] | : . ' .. .. .. .. .. ..$ : chr [1:3] "dist" "speed" "I(speed^2)" [22:17:46.972] | : . ' .. .. .. .. .. ..$ : chr [1:2] "speed" "I(speed^2)" [22:17:46.972] | : . ' .. .. .. ..- attr(*, "term.labels")= chr [1:2] "speed" "I(speed^2)" [22:17:46.972] | : . ' .. .. .. ..- attr(*, "order")= int [1:2] 1 1 [22:17:46.972] | : . ' .. .. .. ..- attr(*, "intercept")= int 1 [22:17:46.972] | : . ' .. .. .. ..- attr(*, "response")= int 1 [22:17:46.972] | : . ' .. .. .. ..- attr(*, ".Environment")= [22:17:46.972] | : . ' .. .. .. ..- attr(*, "predvars")= language list(dist, speed, I(speed^2)) [22:17:46.972] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:3] "numeric" "numeric" "numeric" [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:3] "dist" "speed" "I(speed^2)" [22:17:46.972] | : . ' .. ..$ model :'data.frame': 50 obs. of 3 variables: [22:17:46.972] | : . ' .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [22:17:46.972] | : . ' .. .. ..$ speed : num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [22:17:46.972] | : . ' .. .. ..$ I(speed^2): 'AsIs' num [1:50] 16 16 49 49 64 81 100 100 100 121 ... [22:17:46.972] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed + I(speed^2) [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(dist, speed, I(speed^2)) [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:3, 1:2] 0 1 0 0 0 1 [22:17:46.972] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:46.972] | : . ' .. .. .. .. .. .. ..$ : chr [1:3] "dist" "speed" "I(speed^2)" [22:17:46.972] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "speed" "I(speed^2)" [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr [1:2] "speed" "I(speed^2)" [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, "order")= int [1:2] 1 1 [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 1 [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed, I(speed^2)) [22:17:46.972] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:3] "numeric" "numeric" "numeric" [22:17:46.972] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:3] "dist" "speed" "I(speed^2)" [22:17:46.972] | : . ' .. ..- attr(*, "class")= chr "lm" [22:17:46.972] | : . ' ..$ visible : logi TRUE [22:17:46.972] | : . ' ..$ stdout : chr "" [22:17:46.972] | : . ' ..$ conditions : list() [22:17:46.972] | : . ' ..$ rng : logi FALSE [22:17:46.972] | : . ' ..$ seed : NULL [22:17:46.972] | : . ' ..$ misuseGlobalEnv : NULL [22:17:46.972] | : . ' ..$ misuseConnections :List of 3 [22:17:46.972] | : . ' .. ..$ added : NULL [22:17:46.972] | : . ' .. ..$ removed : NULL [22:17:46.972] | : . ' .. ..$ replaced: NULL [22:17:46.972] | : . ' ..$ misuseDevices : NULL [22:17:46.972] | : . ' ..$ misuseDefaultDevice: list() [22:17:46.972] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.972] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:46" [22:17:46.972] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "25" [22:17:46.972] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:46.972] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:46.972] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:46.972] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:46.972] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:46.972] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:46.972] | : . ' .. .. ..$ pid : int 39916 [22:17:46.972] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:46.972] | : . ' .. .. ..$ random: int 2147483647 [22:17:46.972] | : . ' ..$ r_info :List of 4 [22:17:46.972] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:46.972] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:46.972] | : . ' .. ..$ os : chr "windows" [22:17:46.972] | : . ' .. ..$ os_name : chr "Windows" [22:17:46.972] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:46.972] | : . ' ..$ version : chr "1.8" [22:17:46.972] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:46.972] | : . ' $ success: logi TRUE [22:17:46.972] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [22:17:46.972] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:46.972] | : . ' $ tag : NULL [22:17:47.013] | : . ' Received FutureResult [22:17:47.014] | : . ' FutureResult: [22:17:47.014] | : . ' value: 'lm' [22:17:47.014] | : . ' visible: TRUE [22:17:47.014] | : . ' stdout: character [22:17:47.014] | : . ' conditions: [n = 0] [22:17:47.014] | : . ' RNG used: FALSE [22:17:47.014] | : . ' duration: 0.004356146 secs (started 2026-03-13 22:17:46.961254) [22:17:47.014] | : . ' version: 1.8 [22:17:47.015] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:47.016] | : . ' , Removed future from position #1 [22:17:47.016] | : . ' , Number of registered futures: 0 [22:17:47.017] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:47.017] | : . ' Erased future from future backend [22:17:47.018] | : . ' result() for ClusterFuture ... [22:17:47.018] | : . ' , result already collected: FutureResult [22:17:47.019] | : . ' result() for ClusterFuture ... done [22:17:47.020] | : . ' signalConditions() ... [22:17:47.020] | : . ' , include = 'immediateCondition' [22:17:47.021] | : . ' , exclude = [22:17:47.021] | : . ' , resignal = FALSE [22:17:47.022] | : . ' , Number of conditions: 0 [22:17:47.022] | : . ' , int 0 [22:17:47.023] | : . ' signalConditions() ... done [22:17:47.024] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:47.024] | : result() for ClusterFuture ... done [22:17:47.025] | : result() for ClusterFuture ... [22:17:47.026] | : . result already collected: FutureResult [22:17:47.026] | : result() for ClusterFuture ... done [22:17:47.027] | : signalConditions() ... [22:17:47.027] | : . include = 'immediateCondition' [22:17:47.028] | : . exclude = [22:17:47.028] | : . resignal = FALSE [22:17:47.029] | : . Number of conditions: 0 [22:17:47.029] | : . int 0 [22:17:47.030] | : signalConditions() ... done [22:17:47.031] | : relay stdout ... [22:17:47.032] | : relay stdout ... done [22:17:47.032] | : check for misuse ... [22:17:47.033] | : check for misuse ... done [22:17:47.033] | 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 [22:17:47.039] | future(..., label = NULL) ... [22:17:47.039] | : lazy: FALSE [22:17:47.040] | : stdout: TRUE [22:17:47.040] | : conditions: [n=1] 'condition' [22:17:47.041] | : getGlobalsAndPackages() ... [22:17:47.042] | : . Searching for globals ... [22:17:47.065] | : . ' globals found: [7] '{', 'lm', 'dist', 'poly', 'speed', '~', 'cars' [22:17:47.066] | : . Searching for globals ... done [22:17:47.067] | : . Resolving globals: FALSE [22:17:47.067] | : . Search for packages associated with the globals ... [22:17:47.068] | : . ' Packages associated with globals: [3] 'base', 'stats', 'datasets' [22:17:47.069] | : . ' Packages: [3] 'base', 'stats', 'datasets' [22:17:47.070] | : . Search for packages associated with the globals ... done [22:17:47.070] | : . Packages after dropping 'base': [2] 'stats', 'datasets' [22:17:47.071] | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [22:17:47.071] | : . globals: [0] [22:17:47.072] | : . packages: [2] 'stats', 'datasets' [22:17:47.073] | : getGlobalsAndPackages() ... done [22:17:47.073] | : run() for 'Future' () ... [22:17:47.074] | : . state: 'created' [22:17:47.075] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:47.075] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:47.076] | : . Using MultisessionFutureBackend ... [22:17:47.076] | : . ' Number of futures since start: 11 (11 created, 11 launched, 11 finished) [22:17:47.077] | : . ' Launching futures ... [22:17:47.078] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:47.078] | : . ' , ; Workers: [n=2] [22:17:47.079] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:47.082] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:47.083] | : . ' , ; requestWorker() ... [22:17:47.083] | : . ' , ; ` requestNode() ... [22:17:47.084] | : . ' , ; ` | Number of workers: 2 [22:17:47.085] | : . ' , ; ` | Polling for a free worker ... [22:17:47.085] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:47.086] | : . ' , ; ` | : . Listing all futures [22:17:47.086] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:47.087] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:47.087] | : . ' , ; ` | : Total time: 0 [22:17:47.088] | : . ' , ; ` | Polling for a free worker ... done [22:17:47.088] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:47.089] | : . ' , ; ` | : Listing all futures [22:17:47.090] | : . ' , ; ` | : Number of registered futures: 0 [22:17:47.090] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:47.091] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:47.091] | : . ' , ; ` | Index of first available worker: 1 [22:17:47.092] | : . ' , ; ` | Validate that the worker is functional ... [22:17:47.093] | : . ' , ; ` | : Connection is valid [22:17:47.093] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:47.095] | : . ' , ; ` | : Worker is functional [22:17:47.096] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:47.096] | : . ' , ; ` | : . Listing all futures [22:17:47.097] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:47.097] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:47.098] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:47.098] | : . ' , ; ` requestNode() ... done [22:17:47.099] | : . ' , ; ` cluster node index: 1 [22:17:47.099] | : . ' , ; requestWorker() ... done [22:17:47.100] | : . ' , ; eraseGlobalEnvironment() ... [22:17:47.101] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:47.102] | : . ' , ; launchFuture() ... [22:17:47.102] | : . ' , ; ` cluster node index: 1 [22:17:47.103] | : . ' , ; ` getFutureData() ... [22:17:47.103] | : . ' , ; ` | getFutureCore() ... [22:17:47.104] | : . ' , ; ` | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [22:17:47.104] | : . ' , ; ` | getFutureCore() ... done [22:17:47.105] | : . ' , ; ` | getFutureCapture() ... [22:17:47.105] | : . ' , ; ` | getFutureCapture() ... done [22:17:47.106] | : . ' , ; ` | getFutureContext() ... [22:17:47.106] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:47.107] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:47.107] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:47.108] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:47.108] | : . ' , ; ` | getFutureContext() ... done [22:17:47.109] | : . ' , ; ` getFutureData() ... done [22:17:47.110] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:47.110] | : . ' , ; ` | Appended future to position #1 [22:17:47.111] | : . ' , ; ` | Number of registered futures: 1 [22:17:47.111] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:47.112] | : . ' , ; launchFuture() ... done [22:17:47.112] | : . ' , ; MultisessionFuture started [22:17:47.113] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:47.113] | : . ' Launching futures ... done [22:17:47.114] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:47.114] | : . Using MultisessionFutureBackend ... done [22:17:47.115] | : run() for 'Future' () ... done [22:17:47.115] | future(..., label = NULL) ... done [22:17:47.116] | value() for MultisessionFuture () ... [22:17:47.116] | : result() for ClusterFuture ... [22:17:47.117] | : . assertValidConnection() ... [22:17:47.117] | : . ' cluster node index: 1 [22:17:47.118] | : . assertValidConnection() ... done [22:17:47.119] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:47.119] | : . ' cluster node index: 1 [22:17:47.120] | : . ' [1] TRUE [22:17:47.120] | : . ' Received data: [22:17:47.121] | : . ' List of 5 [22:17:47.121] | : . ' $ type : chr "VALUE" [22:17:47.121] | : . ' $ value :List of 16 [22:17:47.121] | : . ' ..$ value :List of 12 [22:17:47.121] | : . ' .. ..$ coefficients : Named num [1:3] 43 146 23 [22:17:47.121] | : . ' .. .. ..- attr(*, "names")= chr [1:3] "(Intercept)" "poly(speed, 2)1" "poly(speed, 2)2" [22:17:47.121] | : . ' .. ..$ residuals : Named num [1:50] -5.723 2.277 -9.761 8.239 -0.174 ... [22:17:47.121] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [22:17:47.121] | : . ' .. ..$ effects : Named num [1:50] -303.91 145.55 -23 9.04 0.17 ... [22:17:47.121] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "(Intercept)" "poly(speed, 2)1" "poly(speed, 2)2" "" ... [22:17:47.121] | : . ' .. ..$ rank : int 3 [22:17:47.121] | : . ' .. ..$ fitted.values: Named num [1:50] 7.72 7.72 13.76 13.76 16.17 ... [22:17:47.121] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [22:17:47.121] | : . ' .. ..$ assign : int [1:3] 0 1 1 [22:17:47.121] | : . ' .. ..$ qr :List of 5 [22:17:47.121] | : . ' .. .. ..$ qr : num [1:50, 1:3] -7.071 0.141 0.141 0.141 0.141 ... [22:17:47.121] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:47.121] | : . ' .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [22:17:47.121] | : . ' .. .. .. .. ..$ : chr [1:3] "(Intercept)" "poly(speed, 2)1" "poly(speed, 2)2" [22:17:47.121] | : . ' .. .. .. ..- attr(*, "assign")= int [1:3] 0 1 1 [22:17:47.121] | : . ' .. .. ..$ qraux: num [1:3] 1.14 1.27 1.06 [22:17:47.121] | : . ' .. .. ..$ pivot: int [1:3] 1 2 3 [22:17:47.121] | : . ' .. .. ..$ tol : num 1e-07 [22:17:47.121] | : . ' .. .. ..$ rank : int 3 [22:17:47.121] | : . ' .. .. ..- attr(*, "class")= chr "qr" [22:17:47.121] | : . ' .. ..$ df.residual : int 47 [22:17:47.121] | : . ' .. ..$ xlevels : Named list() [22:17:47.121] | : . ' .. ..$ call : language lm(formula = dist ~ poly(speed, 2), data = cars) [22:17:47.121] | : . ' .. ..$ terms :Classes 'terms', 'formula' language dist ~ poly(speed, 2) [22:17:47.121] | : . ' .. .. .. ..- attr(*, "variables")= language list(dist, poly(speed, 2)) [22:17:47.121] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:47.121] | : . ' .. .. .. .. .. ..$ : chr [1:2] "dist" "poly(speed, 2)" [22:17:47.121] | : . ' .. .. .. .. .. ..$ : chr "poly(speed, 2)" [22:17:47.121] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "poly(speed, 2)" [22:17:47.121] | : . ' .. .. .. ..- attr(*, "order")= int 1 [22:17:47.121] | : . ' .. .. .. ..- attr(*, "intercept")= int 1 [22:17:47.121] | : . ' .. .. .. ..- attr(*, "response")= int 1 [22:17:47.121] | : . ' .. .. .. ..- attr(*, ".Environment")= [22:17:47.121] | : . ' .. .. .. ..- attr(*, "predvars")= language list(dist, poly(speed, 2, coefs = list(alpha = c(15.4, 14.803503649635), norm2 = c(1, 50, 1370, 52923.5831824818)))) [22:17:47.121] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "nmatrix.2" [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "poly(speed, 2)" [22:17:47.121] | : . ' .. ..$ model :'data.frame': 50 obs. of 2 variables: [22:17:47.121] | : . ' .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [22:17:47.121] | : . ' .. .. ..$ poly(speed, 2): 'poly' num [1:50, 1:2] -0.308 -0.308 -0.227 -0.227 -0.2 ... [22:17:47.121] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:47.121] | : . ' .. .. .. .. ..$ : NULL [22:17:47.121] | : . ' .. .. .. .. ..$ : chr [1:2] "1" "2" [22:17:47.121] | : . ' .. .. .. ..- attr(*, "coefs")=List of 2 [22:17:47.121] | : . ' .. .. .. .. ..$ alpha: num [1:2] 15.4 14.8 [22:17:47.121] | : . ' .. .. .. .. ..$ norm2: num [1:4] 1 50 1370 52924 [22:17:47.121] | : . ' .. .. .. ..- attr(*, "degree")= int [1:2] 1 2 [22:17:47.121] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ poly(speed, 2) [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(dist, poly(speed, 2)) [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [22:17:47.121] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [22:17:47.121] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "dist" "poly(speed, 2)" [22:17:47.121] | : . ' .. .. .. .. .. .. ..$ : chr "poly(speed, 2)" [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "poly(speed, 2)" [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 1 [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(dist, poly(speed, 2, coefs = list(alpha = c(15.4, 14.803503649635), norm2 = c(1, 50, 1370, 52923.5831824818)))) [22:17:47.121] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "nmatrix.2" [22:17:47.121] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "poly(speed, 2)" [22:17:47.121] | : . ' .. ..- attr(*, "class")= chr "lm" [22:17:47.121] | : . ' ..$ visible : logi TRUE [22:17:47.121] | : . ' ..$ stdout : chr "" [22:17:47.121] | : . ' ..$ conditions : list() [22:17:47.121] | : . ' ..$ rng : logi FALSE [22:17:47.121] | : . ' ..$ seed : NULL [22:17:47.121] | : . ' ..$ misuseGlobalEnv : NULL [22:17:47.121] | : . ' ..$ misuseConnections :List of 3 [22:17:47.121] | : . ' .. ..$ added : NULL [22:17:47.121] | : . ' .. ..$ removed : NULL [22:17:47.121] | : . ' .. ..$ replaced: NULL [22:17:47.121] | : . ' ..$ misuseDevices : NULL [22:17:47.121] | : . ' ..$ misuseDefaultDevice: list() [22:17:47.121] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:47" [22:17:47.121] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:47" [22:17:47.121] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "26" [22:17:47.121] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:47.121] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:47.121] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:47.121] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:47.121] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:47.121] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:47.121] | : . ' .. .. ..$ pid : int 39916 [22:17:47.121] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:47.121] | : . ' .. .. ..$ random: int 2147483647 [22:17:47.121] | : . ' ..$ r_info :List of 4 [22:17:47.121] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:47.121] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:47.121] | : . ' .. ..$ os : chr "windows" [22:17:47.121] | : . ' .. ..$ os_name : chr "Windows" [22:17:47.121] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:47.121] | : . ' ..$ version : chr "1.8" [22:17:47.121] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:47.121] | : . ' $ success: logi TRUE [22:17:47.121] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:47.121] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:47.121] | : . ' $ tag : NULL [22:17:47.163] | : . ' Received FutureResult [22:17:47.163] | : . ' FutureResult: [22:17:47.163] | : . ' value: 'lm' [22:17:47.163] | : . ' visible: TRUE [22:17:47.163] | : . ' stdout: character [22:17:47.163] | : . ' conditions: [n = 0] [22:17:47.163] | : . ' RNG used: FALSE [22:17:47.163] | : . ' duration: 0.005121946 secs (started 2026-03-13 22:17:47.110472) [22:17:47.163] | : . ' version: 1.8 [22:17:47.165] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:47.165] | : . ' , Removed future from position #1 [22:17:47.166] | : . ' , Number of registered futures: 0 [22:17:47.166] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:47.167] | : . ' Erased future from future backend [22:17:47.167] | : . ' result() for ClusterFuture ... [22:17:47.168] | : . ' , result already collected: FutureResult [22:17:47.168] | : . ' result() for ClusterFuture ... done [22:17:47.169] | : . ' signalConditions() ... [22:17:47.169] | : . ' , include = 'immediateCondition' [22:17:47.170] | : . ' , exclude = [22:17:47.170] | : . ' , resignal = FALSE [22:17:47.171] | : . ' , Number of conditions: 0 [22:17:47.171] | : . ' , int 0 [22:17:47.172] | : . ' signalConditions() ... done [22:17:47.173] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:47.174] | : result() for ClusterFuture ... done [22:17:47.174] | : result() for ClusterFuture ... [22:17:47.175] | : . result already collected: FutureResult [22:17:47.175] | : result() for ClusterFuture ... done [22:17:47.176] | : signalConditions() ... [22:17:47.176] | : . include = 'immediateCondition' [22:17:47.177] | : . exclude = [22:17:47.177] | : . resignal = FALSE [22:17:47.178] | : . Number of conditions: 0 [22:17:47.178] | : . int 0 [22:17:47.179] | : signalConditions() ... done [22:17:47.180] | : relay stdout ... [22:17:47.180] | : relay stdout ... done [22:17:47.181] | : check for misuse ... [22:17:47.181] | : check for misuse ... done [22:17:47.182] | 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) ... [22:17:47.185] | future(..., label = NULL) ... [22:17:47.186] | : lazy: FALSE [22:17:47.187] | : stdout: TRUE [22:17:47.187] | : conditions: [n=1] 'condition' [22:17:47.188] | : getGlobalsAndPackages() ... [22:17:47.188] | : . Searching for globals ... [22:17:47.237] | : . ' globals found: [17] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', '.', 'lapply', '+' [22:17:47.238] | : . Searching for globals ... done [22:17:47.238] | : . Resolving globals: FALSE [22:17:47.239] | : . Search for packages associated with the globals ... [22:17:47.239] | : . ' Packages associated with globals: [1] 'base' [22:17:47.240] | : . ' Packages: [1] 'base' [22:17:47.241] | : . Search for packages associated with the globals ... done [22:17:47.241] | : . Packages after dropping 'base': [0] [22:17:47.242] | : . globals: [3] 'outer_function', 'map', 'inner_function' [22:17:47.242] | : . packages: [0] [22:17:47.243] | : getGlobalsAndPackages() ... done [22:17:47.244] | : run() for 'Future' () ... [22:17:47.244] | : . state: 'created' [22:17:47.245] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:47.245] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:47.246] | : . Using MultisessionFutureBackend ... [22:17:47.246] | : . ' Number of futures since start: 12 (12 created, 12 launched, 12 finished) [22:17:47.247] | : . ' Launching futures ... [22:17:47.247] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:47.248] | : . ' , ; Workers: [n=2] [22:17:47.248] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:47.251] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:47.251] | : . ' , ; requestWorker() ... [22:17:47.252] | : . ' , ; ` requestNode() ... [22:17:47.252] | : . ' , ; ` | Number of workers: 2 [22:17:47.253] | : . ' , ; ` | Polling for a free worker ... [22:17:47.253] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:47.254] | : . ' , ; ` | : . Listing all futures [22:17:47.254] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:47.255] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:47.255] | : . ' , ; ` | : Total time: 0 [22:17:47.256] | : . ' , ; ` | Polling for a free worker ... done [22:17:47.256] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:47.257] | : . ' , ; ` | : Listing all futures [22:17:47.257] | : . ' , ; ` | : Number of registered futures: 0 [22:17:47.258] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:47.258] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:47.259] | : . ' , ; ` | Index of first available worker: 1 [22:17:47.259] | : . ' , ; ` | Validate that the worker is functional ... [22:17:47.260] | : . ' , ; ` | : Connection is valid [22:17:47.260] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:47.262] | : . ' , ; ` | : Worker is functional [22:17:47.262] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:47.263] | : . ' , ; ` | : . Listing all futures [22:17:47.264] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:47.264] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:47.265] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:47.265] | : . ' , ; ` requestNode() ... done [22:17:47.266] | : . ' , ; ` cluster node index: 1 [22:17:47.266] | : . ' , ; requestWorker() ... done [22:17:47.267] | : . ' , ; eraseGlobalEnvironment() ... [22:17:47.267] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:47.268] | : . ' , ; launchFuture() ... [22:17:47.268] | : . ' , ; ` cluster node index: 1 [22:17:47.269] | : . ' , ; ` getFutureData() ... [22:17:47.269] | : . ' , ; ` | getFutureCore() ... [22:17:47.270] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:47.270] | : . ' , ; ` | getFutureCore() ... done [22:17:47.271] | : . ' , ; ` | getFutureCapture() ... [22:17:47.271] | : . ' , ; ` | getFutureCapture() ... done [22:17:47.272] | : . ' , ; ` | getFutureContext() ... [22:17:47.272] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:47.273] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:47.273] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:47.274] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:47.274] | : . ' , ; ` | getFutureContext() ... done [22:17:47.275] | : . ' , ; ` getFutureData() ... done [22:17:47.276] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:47.276] | : . ' , ; ` | Appended future to position #1 [22:17:47.277] | : . ' , ; ` | Number of registered futures: 1 [22:17:47.277] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:47.278] | : . ' , ; launchFuture() ... done [22:17:47.278] | : . ' , ; MultisessionFuture started [22:17:47.279] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:47.279] | : . ' Launching futures ... done [22:17:47.280] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:47.280] | : . Using MultisessionFutureBackend ... done [22:17:47.281] | : run() for 'Future' () ... done [22:17:47.281] | future(..., label = NULL) ... done [22:17:47.282] | value() for MultisessionFuture () ... [22:17:47.282] | : result() for ClusterFuture ... [22:17:47.283] | : . assertValidConnection() ... [22:17:47.284] | : . ' cluster node index: 1 [22:17:47.284] | : . assertValidConnection() ... done [22:17:47.285] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:47.285] | : . ' cluster node index: 1 [22:17:47.289] | : . ' [1] TRUE [22:17:47.290] | : . ' Received data: [22:17:47.291] | : . ' List of 5 [22:17:47.291] | : . ' $ type : chr "VALUE" [22:17:47.291] | : . ' $ value :List of 16 [22:17:47.291] | : . ' ..$ value :List of 2 [22:17:47.291] | : . ' .. ..$ : num [1:2] 2 3 [22:17:47.291] | : . ' .. ..$ : num [1:2] 2 3 [22:17:47.291] | : . ' ..$ visible : logi TRUE [22:17:47.291] | : . ' ..$ stdout : chr "" [22:17:47.291] | : . ' ..$ conditions : list() [22:17:47.291] | : . ' ..$ rng : logi FALSE [22:17:47.291] | : . ' ..$ seed : NULL [22:17:47.291] | : . ' ..$ misuseGlobalEnv : NULL [22:17:47.291] | : . ' ..$ misuseConnections :List of 3 [22:17:47.291] | : . ' .. ..$ added : NULL [22:17:47.291] | : . ' .. ..$ removed : NULL [22:17:47.291] | : . ' .. ..$ replaced: NULL [22:17:47.291] | : . ' ..$ misuseDevices : NULL [22:17:47.291] | : . ' ..$ misuseDefaultDevice: list() [22:17:47.291] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:47" [22:17:47.291] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:47" [22:17:47.291] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "27" [22:17:47.291] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:47.291] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:47.291] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:47.291] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:47.291] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:47.291] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:47.291] | : . ' .. .. ..$ pid : int 39916 [22:17:47.291] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:47.291] | : . ' .. .. ..$ random: int 2147483647 [22:17:47.291] | : . ' ..$ r_info :List of 4 [22:17:47.291] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:47.291] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:47.291] | : . ' .. ..$ os : chr "windows" [22:17:47.291] | : . ' .. ..$ os_name : chr "Windows" [22:17:47.291] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:47.291] | : . ' ..$ version : chr "1.8" [22:17:47.291] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:47.291] | : . ' $ success: logi TRUE [22:17:47.291] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [22:17:47.291] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:47.291] | : . ' $ tag : NULL [22:17:47.310] | : . ' Received FutureResult [22:17:47.310] | : . ' FutureResult: [22:17:47.310] | : . ' value: 'list' [22:17:47.310] | : . ' visible: TRUE [22:17:47.310] | : . ' stdout: character [22:17:47.310] | : . ' conditions: [n = 0] [22:17:47.310] | : . ' RNG used: FALSE [22:17:47.310] | : . ' duration: 0.0105648 secs (started 2026-03-13 22:17:47.276369) [22:17:47.310] | : . ' version: 1.8 [22:17:47.312] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:47.312] | : . ' , Removed future from position #1 [22:17:47.313] | : . ' , Number of registered futures: 0 [22:17:47.313] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:47.314] | : . ' Erased future from future backend [22:17:47.315] | : . ' result() for ClusterFuture ... [22:17:47.315] | : . ' , result already collected: FutureResult [22:17:47.316] | : . ' result() for ClusterFuture ... done [22:17:47.316] | : . ' signalConditions() ... [22:17:47.317] | : . ' , include = 'immediateCondition' [22:17:47.317] | : . ' , exclude = [22:17:47.318] | : . ' , resignal = FALSE [22:17:47.318] | : . ' , Number of conditions: 0 [22:17:47.319] | : . ' , int 0 [22:17:47.320] | : . ' signalConditions() ... done [22:17:47.320] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:47.321] | : result() for ClusterFuture ... done [22:17:47.321] | : result() for ClusterFuture ... [22:17:47.322] | : . result already collected: FutureResult [22:17:47.322] | : result() for ClusterFuture ... done [22:17:47.323] | : signalConditions() ... [22:17:47.323] | : . include = 'immediateCondition' [22:17:47.324] | : . exclude = [22:17:47.324] | : . resignal = FALSE [22:17:47.325] | : . Number of conditions: 0 [22:17:47.325] | : . int 0 [22:17:47.326] | : signalConditions() ... done [22:17:47.327] | : relay stdout ... [22:17:47.328] | : relay stdout ... done [22:17:47.328] | : check for misuse ... [22:17:47.329] | : check for misuse ... done [22:17:47.329] | value() for MultisessionFuture () ... done List of 2 $ : num [1:2] 2 3 $ : num [1:2] 2 3 [22:17:47.331] | future(..., label = NULL) ... [22:17:47.332] | : lazy: FALSE [22:17:47.333] | : stdout: TRUE [22:17:47.333] | : conditions: [n=1] 'condition' [22:17:47.334] | : getGlobalsAndPackages() ... [22:17:47.334] | : . Searching for globals ... [22:17:47.381] | : . ' globals found: [17] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', '.', 'lapply', '+' [22:17:47.381] | : . Searching for globals ... done [22:17:47.382] | : . Resolving globals: FALSE [22:17:47.382] | : . Search for packages associated with the globals ... [22:17:47.383] | : . ' Packages associated with globals: [1] 'base' [22:17:47.384] | : . ' Packages: [1] 'base' [22:17:47.384] | : . Search for packages associated with the globals ... done [22:17:47.385] | : . Packages after dropping 'base': [0] [22:17:47.386] | : . globals: [3] 'outer_function', 'map', 'inner_function' [22:17:47.386] | : . packages: [0] [22:17:47.387] | : getGlobalsAndPackages() ... done [22:17:47.387] | : run() for 'Future' () ... [22:17:47.388] | : . state: 'created' [22:17:47.388] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:47.389] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:47.390] | : . Using MultisessionFutureBackend ... [22:17:47.390] | : . ' Number of futures since start: 13 (13 created, 13 launched, 13 finished) [22:17:47.391] | : . ' Launching futures ... [22:17:47.391] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:47.392] | : . ' , ; Workers: [n=2] [22:17:47.392] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:47.394] | : . ' , ; FutureRegistry: 'workers-212f6c7f072604f6f0f89797f0638076' [22:17:47.395] | : . ' , ; requestWorker() ... [22:17:47.395] | : . ' , ; ` requestNode() ... [22:17:47.396] | : . ' , ; ` | Number of workers: 2 [22:17:47.397] | : . ' , ; ` | Polling for a free worker ... [22:17:47.397] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:47.398] | : . ' , ; ` | : . Listing all futures [22:17:47.398] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:47.398] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:47.399] | : . ' , ; ` | : Total time: 0 [22:17:47.399] | : . ' , ; ` | Polling for a free worker ... done [22:17:47.400] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:47.400] | : . ' , ; ` | : Listing all futures [22:17:47.404] | : . ' , ; ` | : Number of registered futures: 0 [22:17:47.404] | : . ' , ; ` | FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:47.405] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:47.405] | : . ' , ; ` | Index of first available worker: 1 [22:17:47.406] | : . ' , ; ` | Validate that the worker is functional ... [22:17:47.406] | : . ' , ; ` | : Connection is valid [22:17:47.407] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 39916 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:31607') [22:17:47.408] | : . ' , ; ` | : Worker is functional [22:17:47.409] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... [22:17:47.409] | : . ' , ; ` | : . Listing all futures [22:17:47.410] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:47.410] | : . ' , ; ` | : FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'list', earlySignal = 0) ... done [22:17:47.411] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:47.411] | : . ' , ; ` requestNode() ... done [22:17:47.412] | : . ' , ; ` cluster node index: 1 [22:17:47.412] | : . ' , ; requestWorker() ... done [22:17:47.413] | : . ' , ; eraseGlobalEnvironment() ... [22:17:47.414] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:47.414] | : . ' , ; launchFuture() ... [22:17:47.415] | : . ' , ; ` cluster node index: 1 [22:17:47.415] | : . ' , ; ` getFutureData() ... [22:17:47.416] | : . ' , ; ` | getFutureCore() ... [22:17:47.416] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:47.417] | : . ' , ; ` | getFutureCore() ... done [22:17:47.417] | : . ' , ; ` | getFutureCapture() ... [22:17:47.418] | : . ' , ; ` | getFutureCapture() ... done [22:17:47.418] | : . ' , ; ` | getFutureContext() ... [22:17:47.419] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:47.419] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:47.420] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:47.420] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:47.421] | : . ' , ; ` | getFutureContext() ... done [22:17:47.421] | : . ' , ; ` getFutureData() ... done [22:17:47.422] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... [22:17:47.423] | : . ' , ; ` | Appended future to position #1 [22:17:47.423] | : . ' , ; ` | Number of registered futures: 1 [22:17:47.424] | : . ' , ; ` FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'add', earlySignal = 0) ... done [22:17:47.424] | : . ' , ; launchFuture() ... done [22:17:47.425] | : . ' , ; MultisessionFuture started [22:17:47.425] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:47.426] | : . ' Launching futures ... done [22:17:47.426] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:47.427] | : . Using MultisessionFutureBackend ... done [22:17:47.427] | : run() for 'Future' () ... done [22:17:47.428] | future(..., label = NULL) ... done [22:17:47.428] | value() for MultisessionFuture () ... [22:17:47.429] | : result() for ClusterFuture ... [22:17:47.430] | : . assertValidConnection() ... [22:17:47.430] | : . ' cluster node index: 1 [22:17:47.431] | : . assertValidConnection() ... done [22:17:47.431] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:47.432] | : . ' cluster node index: 1 [22:17:47.432] | : . ' [1] TRUE [22:17:47.433] | : . ' Received data: [22:17:47.434] | : . ' List of 5 [22:17:47.434] | : . ' $ type : chr "VALUE" [22:17:47.434] | : . ' $ value :List of 16 [22:17:47.434] | : . ' ..$ value :List of 2 [22:17:47.434] | : . ' .. ..$ : num [1:2] 2 3 [22:17:47.434] | : . ' .. ..$ : num [1:2] 2 3 [22:17:47.434] | : . ' ..$ visible : logi TRUE [22:17:47.434] | : . ' ..$ stdout : chr "" [22:17:47.434] | : . ' ..$ conditions : list() [22:17:47.434] | : . ' ..$ rng : logi FALSE [22:17:47.434] | : . ' ..$ seed : NULL [22:17:47.434] | : . ' ..$ misuseGlobalEnv : NULL [22:17:47.434] | : . ' ..$ misuseConnections :List of 3 [22:17:47.434] | : . ' .. ..$ added : NULL [22:17:47.434] | : . ' .. ..$ removed : NULL [22:17:47.434] | : . ' .. ..$ replaced: NULL [22:17:47.434] | : . ' ..$ misuseDevices : NULL [22:17:47.434] | : . ' ..$ misuseDefaultDevice: list() [22:17:47.434] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:47" [22:17:47.434] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:47" [22:17:47.434] | : . ' ..$ uuid : chr [1:2] "cbbc4f0ca7ee2c8595022e3fa61fa042" "28" [22:17:47.434] | : . ' ..$ session_uuid : chr "a33a5ad6b75958e7499f148c286b041b" [22:17:47.434] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:47.434] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:47.434] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:47.434] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:47.434] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:47.434] | : . ' .. .. ..$ pid : int 39916 [22:17:47.434] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:45" [22:17:47.434] | : . ' .. .. ..$ random: int 2147483647 [22:17:47.434] | : . ' ..$ r_info :List of 4 [22:17:47.434] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:47.434] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:47.434] | : . ' .. ..$ os : chr "windows" [22:17:47.434] | : . ' .. ..$ os_name : chr "Windows" [22:17:47.434] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:47.434] | : . ' ..$ version : chr "1.8" [22:17:47.434] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:47.434] | : . ' $ success: logi TRUE [22:17:47.434] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:47.434] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:47.434] | : . ' $ tag : NULL [22:17:47.453] | : . ' Received FutureResult [22:17:47.453] | : . ' FutureResult: [22:17:47.453] | : . ' value: 'list' [22:17:47.453] | : . ' visible: TRUE [22:17:47.453] | : . ' stdout: character [22:17:47.453] | : . ' conditions: [n = 0] [22:17:47.453] | : . ' RNG used: FALSE [22:17:47.453] | : . ' duration: 0.003291845 secs (started 2026-03-13 22:17:47.424874) [22:17:47.453] | : . ' version: 1.8 [22:17:47.455] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... [22:17:47.455] | : . ' , Removed future from position #1 [22:17:47.456] | : . ' , Number of registered futures: 0 [22:17:47.456] | : . ' FutureRegistry('workers-212f6c7f072604f6f0f89797f0638076', action = 'remove', earlySignal = 0) ... done [22:17:47.457] | : . ' Erased future from future backend [22:17:47.457] | : . ' result() for ClusterFuture ... [22:17:47.458] | : . ' , result already collected: FutureResult [22:17:47.458] | : . ' result() for ClusterFuture ... done [22:17:47.459] | : . ' signalConditions() ... [22:17:47.459] | : . ' , include = 'immediateCondition' [22:17:47.460] | : . ' , exclude = [22:17:47.460] | : . ' , resignal = FALSE [22:17:47.461] | : . ' , Number of conditions: 0 [22:17:47.461] | : . ' , int 0 [22:17:47.462] | : . ' signalConditions() ... done [22:17:47.463] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:47.464] | : result() for ClusterFuture ... done [22:17:47.464] | : result() for ClusterFuture ... [22:17:47.465] | : . result already collected: FutureResult [22:17:47.465] | : result() for ClusterFuture ... done [22:17:47.466] | : signalConditions() ... [22:17:47.466] | : . include = 'immediateCondition' [22:17:47.467] | : . exclude = [22:17:47.467] | : . resignal = FALSE [22:17:47.468] | : . Number of conditions: 0 [22:17:47.468] | : . int 0 [22:17:47.469] | : signalConditions() ... done [22:17:47.470] | : relay stdout ... [22:17:47.470] | : relay stdout ... done [22:17:47.471] | : check for misuse ... [22:17:47.471] | : check for misuse ... done [22:17:47.472] | 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=218] '!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_RCPP_NOT_NEEDED_', '_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_03_13_22_15_17_12234' Test time: user.self=4s, sys.self=0.5s, elapsed=5s, user.child=NAs, sys.child=NAs Test 'globals,formulas' ... success > > proc.time() user system elapsed 3.76 0.56 5.14