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-stdout.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("stdout") Test 'stdout' ... chr "none" > library(future) [22:19:04.903] Option 'future.startup.script': TRUE [22:19:04.905] Future startup scripts considered: '.future.R', '~/.future.R' [22:19:04.905] Future startup scripts found: > message("*** Standard output ...") *** Standard output ... > truth_rows <- utils::capture.output({ + print(1:50) + str(1:50) + cat(letters, sep = "-") + cat(1:6, collapse = "\n") + write.ta .... [TRUNCATED] > truth <- paste0(paste(truth_rows, collapse = "\n"), + "\n") > print(truth) [1] " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25\n[26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50\n int [1:50] 1 2 3 4 5 6 7 8 9 10 ...\na-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 \n\"Sepal.Length\"\t\"Sepal.Width\"\t\"Petal.Length\"\t\"Petal.Width\"\t\"Species\"\n\"1\"\t5.1\t3.5\t1.4\t0.2\t\"setosa\"\n\"2\"\t4.9\t3\t1.4\t0.2\t\"setosa\"\n\"3\"\t4.7\t3.2\t1.3\t0.2\t\"setosa\"\n\"4\"\t4.6\t3.1\t1.5\t0.2\t\"setosa\"\n\"5\"\t5\t3.6\t1.4\t0.2\t\"setosa\"\n\"6\"\t5.4\t3.9\t1.7\t0.4\t\"setosa\"\n\"7\"\t4.6\t3.4\t1.4\t0.3\t\"setosa\"\n\"8\"\t5\t3.4\t1.5\t0.2\t\"setosa\"\n\"9\"\t4.4\t2.9\t1.4\t0.2\t\"setosa\"\n\"10\"\t4.9\t3.1\t1.5\t0.1\t\"setosa\"\n" > for (cores in seq_len(min(2, availCores))) { + message(sprintf("Testing with %d cores ...", cores)) + options(mc.cores = cores) + for (s .... [TRUNCATED] Testing with 1 cores ... sequential ... [22:19:04.945] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:04.946] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:19:04.947] | : all.equal() for FutureStrategyList ... [22:19:04.947] | : . New stack: [22:19:04.948] | : . List of 1 [22:19:04.948] | : . $ :function (..., envir = parent.frame()) [22:19:04.948] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:04.948] | : . ..- attr(*, "init")= logi TRUE [22:19:04.948] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:04.948] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:04.948] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:04.948] | : . ..- attr(*, "call")= language plan(strategy) [22:19:04.948] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:04.951] | : . Old stack: [22:19:04.952] | : . List of 1 [22:19:04.952] | : . $ :function (..., envir = parent.frame()) [22:19:04.952] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:04.952] | : . ..- attr(*, "init")= logi TRUE [22:19:04.952] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:04.952] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:04.952] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:04.952] | : . ..- attr(*, "call")= language plan(sequential) [22:19:04.952] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:04.955] | : . Not identical [22:19:04.956] | : . all.equal() for future ... [22:19:04.956] | : . ' List of 2 [22:19:04.956] | : . ' $ target :function (..., envir = parent.frame()) [22:19:04.956] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:04.956] | : . ' ..- attr(*, "init")= logi TRUE [22:19:04.956] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:04.956] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:04.956] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:04.956] | : . ' ..- attr(*, "call")= language plan(strategy) [22:19:04.956] | : . ' $ current:function (..., envir = parent.frame()) [22:19:04.956] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:04.956] | : . ' ..- attr(*, "init")= logi TRUE [22:19:04.956] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:04.956] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:04.956] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:04.956] | : . ' ..- attr(*, "call")= language plan(sequential) [22:19:04.962] | : . all.equal() for future ... done [22:19:04.963] | : all.equal() for FutureStrategyList ... done [22:19:04.963] | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:04.964] | : List of future strategies: [22:19:04.964] | : 1. sequential: [22:19:04.964] | : - args: function (..., envir = parent.frame(), workers = "") [22:19:04.964] | : - tweaked: FALSE [22:19:04.964] | : - call: plan(sequential) [22:19:04.965] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:19:04.966] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - stdout = TRUE [22:19:04.967] future(..., label = NULL) ... [22:19:04.967] | lazy: FALSE [22:19:04.968] | stdout: TRUE [22:19:04.968] | conditions: [n=1] 'condition' [22:19:04.969] | getGlobalsAndPackages() ... [22:19:04.970] | : Searching for globals ... [22:19:05.006] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:05.007] | : Searching for globals ... done [22:19:05.007] | : Resolving globals: FALSE [22:19:05.008] | : Search for packages associated with the globals ... [22:19:05.009] | : . Packages associated with globals: [2] 'base', 'utils' [22:19:05.010] | : . Packages: [2] 'base', 'utils' [22:19:05.010] | : Search for packages associated with the globals ... done [22:19:05.011] | : Packages after dropping 'base': [1] 'utils' [22:19:05.011] | : Packages after dropping non-attached packages: [1] 'utils' [22:19:05.012] | : globals: [0] [22:19:05.012] | : packages: [1] 'utils' [22:19:05.013] | getGlobalsAndPackages() ... done [22:19:05.014] | run() for 'Future' () ... [22:19:05.014] | : state: 'created' [22:19:05.015] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.015] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:19:05.016] | : . ' function (..., envir = parent.frame()) [22:19:05.016] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.016] | : . ' - attr(*, "init")= logi TRUE [22:19:05.016] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.016] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.016] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.016] | : . ' - attr(*, "call")= language plan(sequential) [22:19:05.018] | : . ' init: TRUE [22:19:05.019] | : . ' makeFutureBackend() ... [22:19:05.020] | : . ' , Backend function: <'NULL'> [22:19:05.020] | : . ' , Evaluator tweak arguments: [n=0] [22:19:05.021] | : . ' , list() [22:19:05.021] | : . ' , Evaluator formal arguments: [n=1] [22:19:05.022] | : . ' , Dotted pair list of 1 [22:19:05.022] | : . ' , $ envir: language parent.frame() [22:19:05.023] | : . ' , Arguments passed to the future-backend factory: [n=1] [22:19:05.046] | : . ' , List of 1 [22:19:05.046] | : . ' , $ envir: language parent.frame() [22:19:05.047] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:19:05.048] | : . ' makeFutureBackend() ... done [22:19:05.048] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:19:05.049] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.049] | : Using SequentialFutureBackend ... [22:19:05.050] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:19:05.051] | : . Launching futures ... [22:19:05.051] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:05.052] | : . ' , getFutureData() ... [22:19:05.052] | : . ' , ; getFutureCore() ... [22:19:05.053] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [22:19:05.053] | : . ' , ; getFutureCore() ... done [22:19:05.054] | : . ' , ; getFutureCapture() ... [22:19:05.054] | : . ' , ; getFutureCapture() ... done [22:19:05.055] | : . ' , ; getFutureContext() ... [22:19:05.056] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.056] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:05.057] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.057] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:05.058] | : . ' , ; getFutureContext() ... done [22:19:05.058] | : . ' , getFutureData() ... done [22:19:05.064] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.064] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:19:05.065] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.066] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.066] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.067] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:05.067] | : . ' , ; ` | New stack: [22:19:05.068] | : . ' , ; ` | List of 1 [22:19:05.068] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.068] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.068] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:05.068] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.068] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.068] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.068] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.068] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.071] | : . ' , ; ` | Old stack: [22:19:05.072] | : . ' , ; ` | List of 1 [22:19:05.072] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.072] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.072] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:05.072] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.072] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.072] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.072] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:19:05.072] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.072] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.072] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.072] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.076] | : . ' , ; ` | Not identical [22:19:05.077] | : . ' , ; ` | all.equal() for future ... [22:19:05.077] | : . ' , ; ` | : List of 2 [22:19:05.077] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.077] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.077] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.077] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.077] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.077] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.077] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.085] | : . ' , ; ` | all.equal() for future ... done [22:19:05.086] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:05.086] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.087] | : . ' , ; ` List of future strategies: [22:19:05.087] | : . ' , ; ` 1. sequential: [22:19:05.087] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:05.087] | : . ' , ; ` - tweaked: FALSE [22:19:05.087] | : . ' , ; ` - call: plan(sequential) [22:19:05.087] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.088] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.093] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.093] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.094] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.094] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:05.095] | : . ' , ; ` | : New stack: [22:19:05.095] | : . ' , ; ` | : List of 1 [22:19:05.095] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.095] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.095] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.095] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.095] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.095] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.095] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.095] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.095] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.095] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.095] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.100] | : . ' , ; ` | : Old stack: [22:19:05.100] | : . ' , ; ` | : List of 1 [22:19:05.100] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.100] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.100] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.100] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.100] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.100] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.100] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.100] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.100] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.100] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.100] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.106] | : . ' , ; ` | : Identical [22:19:05.106] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:05.107] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.107] | : . ' , ; ` | List of future strategies: [22:19:05.107] | : . ' , ; ` | 1. sequential: [22:19:05.107] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:05.107] | : . ' , ; ` | - tweaked: FALSE [22:19:05.107] | : . ' , ; ` | - call: plan(sequential) [22:19:05.108] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.109] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.109] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.113] | : . ' , SequentialFuture started (and completed) [22:19:05.114] | : . ' , signalConditions() ... [22:19:05.114] | : . ' , ; include = 'immediateCondition' [22:19:05.115] | : . ' , ; exclude = [22:19:05.115] | : . ' , ; resignal = FALSE [22:19:05.116] | : . ' , ; Number of conditions: 6 [22:19:05.116] | : . ' , ; int 6 [22:19:05.117] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.118] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.118] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.119] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.119] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.119] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.120] | : . ' , signalConditions() ... done [22:19:05.121] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:05.121] | : . Launching futures ... done [22:19:05.122] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:05.122] | : Using SequentialFutureBackend ... done [22:19:05.123] | run() for 'Future' () ... done [22:19:05.123] future(..., label = NULL) ... done List of 16 $ value : int 42 $ visible : logi TRUE $ stdout : chr " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25\n[26] 26 27 28 29 30 31 32 33 3"| __truncated__ $ conditions :List of 6 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.060] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.061] | : . ' , ; packages: [n=1] 'future'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.061] | : . ' , attachPackages() ... done\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.062] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.062] | : . ' , ; packages: [n=1] 'utils'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.063] | : . ' , attachPackages() ... done\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 $ rng : logi FALSE $ seed : NULL $ misuseGlobalEnv : NULL $ misuseConnections :List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ misuseDefaultDevice: list() $ started : POSIXct[1:1], format: "2026-03-13 22:19:05" $ finished : POSIXct[1:1], format: "2026-03-13 22:19:05" $ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "1" $ session_uuid : chr "c5252a22a15d7e7cfb01c36885133435" ..- attr(*, "source")=List of 5 .. ..$ host : Named chr "CRANWIN3" .. .. ..- attr(*, "names")= chr "COMPUTERNAME" .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... .. ..$ pid : int 33512 .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:04" .. ..$ random: int 2147483647 $ r_info :List of 4 ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 .. ..$ : int [1:3] 4 6 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [22:19:05.174] value() for SequentialFuture () ... [22:19:05.174] | signalConditions() ... [22:19:05.175] | : include = 'immediateCondition' [22:19:05.175] | : exclude = [22:19:05.176] | : resignal = FALSE [22:19:05.176] | : Number of conditions: 6 [22:19:05.177] | : int 6 [22:19:05.178] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.178] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.179] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.179] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.180] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.180] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.181] | signalConditions() ... done [22:19:05.181] | relay stdout ... [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 int [1:50] 1 2 3 4 5 6 7 8 9 10 ... a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species" "1" 5.1 3.5 1.4 0.2 "setosa" "2" 4.9 3 1.4 0.2 "setosa" "3" 4.7 3.2 1.3 0.2 "setosa" "4" 4.6 3.1 1.5 0.2 "setosa" "5" 5 3.6 1.4 0.2 "setosa" "6" 5.4 3.9 1.7 0.4 "setosa" "7" 4.6 3.4 1.4 0.3 "setosa" "8" 5 3.4 1.5 0.2 "setosa" "9" 4.4 2.9 1.4 0.2 "setosa" "10" 4.9 3.1 1.5 0.1 "setosa" [22:19:05.182] | relay stdout ... done [22:19:05.182] | check for misuse ... [22:19:05.183] | check for misuse ... done [22:19:05.183] | relay conditions ... [22:19:05.184] | : Future state: 'finished' [22:19:05.184] | : signalConditions() ... [22:19:05.185] | : . include = 'condition' [22:19:05.186] | : . exclude = 'immediateCondition' [22:19:05.186] | : . resignal = TRUE [22:19:05.187] | : . Number of conditions: 6 [22:19:05.187] | : . int 6 [22:19:05.188] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.189] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:05.060] | : . ' , attachPackages() ... [22:19:05.189] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.190] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:05.061] | : . ' , ; packages: [n=1] 'future' [22:19:05.190] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.191] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:05.061] | : . ' , attachPackages() ... done [22:19:05.191] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.192] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:05.062] | : . ' , attachPackages() ... [22:19:05.192] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.193] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:05.062] | : . ' , ; packages: [n=1] 'utils' [22:19:05.194] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.194] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:05.063] | : . ' , attachPackages() ... done [22:19:05.195] | : signalConditions() ... done [22:19:05.195] | relay conditions ... done [22:19:05.196] value() for SequentialFuture () ... done FutureResult: value: 'integer' visible: TRUE stdout: character conditions: [n = 6] simpleMessage, simpleMessage, simpleMessage, simpleMessage, simpleMessage, simpleMessage RNG used: FALSE duration: 0.03228688 secs (started 2026-03-13 22:19:05.060286) version: 1.8 [22:19:05.198] future(..., label = NULL) ... [22:19:05.199] | lazy: FALSE [22:19:05.199] | stdout: TRUE [22:19:05.200] | conditions: [n=1] 'condition' [22:19:05.200] | getGlobalsAndPackages() ... [22:19:05.201] | : Searching for globals ... [22:19:05.241] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:05.242] | : Searching for globals ... done [22:19:05.243] | : Resolving globals: FALSE [22:19:05.243] | : Search for packages associated with the globals ... [22:19:05.244] | : . Packages associated with globals: [2] 'base', 'utils' [22:19:05.245] | : . Packages: [2] 'base', 'utils' [22:19:05.245] | : Search for packages associated with the globals ... done [22:19:05.246] | : Packages after dropping 'base': [1] 'utils' [22:19:05.246] | : Packages after dropping non-attached packages: [1] 'utils' [22:19:05.247] | : globals: [0] [22:19:05.248] | : packages: [1] 'utils' [22:19:05.248] | getGlobalsAndPackages() ... done [22:19:05.249] | run() for 'Future' () ... [22:19:05.249] | : state: 'created' [22:19:05.250] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.250] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.251] | : Using SequentialFutureBackend ... [22:19:05.251] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:19:05.252] | : . Launching futures ... [22:19:05.252] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:05.253] | : . ' , getFutureData() ... [22:19:05.254] | : . ' , ; getFutureCore() ... [22:19:05.254] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [22:19:05.255] | : . ' , ; getFutureCore() ... done [22:19:05.255] | : . ' , ; getFutureCapture() ... [22:19:05.256] | : . ' , ; getFutureCapture() ... done [22:19:05.256] | : . ' , ; getFutureContext() ... [22:19:05.257] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.257] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:05.258] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.258] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:05.259] | : . ' , ; getFutureContext() ... done [22:19:05.259] | : . ' , getFutureData() ... done [22:19:05.264] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.265] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:19:05.265] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.266] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.266] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.267] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:05.268] | : . ' , ; ` | New stack: [22:19:05.268] | : . ' , ; ` | List of 1 [22:19:05.268] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.268] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.268] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:05.268] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.268] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.268] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.268] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.268] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.272] | : . ' , ; ` | Old stack: [22:19:05.273] | : . ' , ; ` | List of 1 [22:19:05.273] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.273] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.273] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:05.273] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.273] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.273] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.273] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:19:05.273] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.273] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.273] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.273] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.278] | : . ' , ; ` | Not identical [22:19:05.278] | : . ' , ; ` | all.equal() for future ... [22:19:05.279] | : . ' , ; ` | : List of 2 [22:19:05.279] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.279] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.279] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.279] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.279] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.279] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.279] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.288] | : . ' , ; ` | all.equal() for future ... done [22:19:05.289] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:05.289] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.290] | : . ' , ; ` List of future strategies: [22:19:05.290] | : . ' , ; ` 1. sequential: [22:19:05.290] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:05.290] | : . ' , ; ` - tweaked: FALSE [22:19:05.290] | : . ' , ; ` - call: plan(sequential) [22:19:05.291] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.291] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.295] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.296] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.296] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.297] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:05.297] | : . ' , ; ` | : New stack: [22:19:05.298] | : . ' , ; ` | : List of 1 [22:19:05.298] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.298] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.298] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.298] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.298] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.298] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.298] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.298] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.298] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.298] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.298] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.302] | : . ' , ; ` | : Old stack: [22:19:05.303] | : . ' , ; ` | : List of 1 [22:19:05.303] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.303] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.303] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.303] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.303] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.303] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.303] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.303] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.303] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.303] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.303] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.307] | : . ' , ; ` | : Identical [22:19:05.307] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:05.308] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.308] | : . ' , ; ` | List of future strategies: [22:19:05.308] | : . ' , ; ` | 1. sequential: [22:19:05.308] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:05.308] | : . ' , ; ` | - tweaked: FALSE [22:19:05.308] | : . ' , ; ` | - call: plan(sequential) [22:19:05.309] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.310] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.310] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.311] | : . ' , SequentialFuture started (and completed) [22:19:05.312] | : . ' , signalConditions() ... [22:19:05.312] | : . ' , ; include = 'immediateCondition' [22:19:05.313] | : . ' , ; exclude = [22:19:05.313] | : . ' , ; resignal = FALSE [22:19:05.314] | : . ' , ; Number of conditions: 6 [22:19:05.314] | : . ' , ; int 6 [22:19:05.315] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.315] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.316] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.316] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.317] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.317] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.318] | : . ' , signalConditions() ... done [22:19:05.318] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:05.319] | : . Launching futures ... done [22:19:05.319] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:05.320] | : Using SequentialFutureBackend ... done [22:19:05.320] | run() for 'Future' () ... done [22:19:05.321] future(..., label = NULL) ... done [22:19:05.322] value() for SequentialFuture () ... [22:19:05.322] | signalConditions() ... [22:19:05.323] | : include = 'immediateCondition' [22:19:05.323] | : exclude = [22:19:05.324] | : resignal = FALSE [22:19:05.324] | : Number of conditions: 6 [22:19:05.324] | : int 6 [22:19:05.325] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.326] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.326] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.327] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.327] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.328] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.328] | signalConditions() ... done [22:19:05.329] | relay stdout ... [22:19:05.329] | relay stdout ... done [22:19:05.330] | check for misuse ... [22:19:05.330] | check for misuse ... done [22:19:05.331] | relay conditions ... [22:19:05.331] | : Future state: 'finished' [22:19:05.332] | : signalConditions() ... [22:19:05.332] | : . include = 'condition' [22:19:05.333] | : . exclude = 'immediateCondition' [22:19:05.333] | : . resignal = TRUE [22:19:05.334] | : . Number of conditions: 6 [22:19:05.334] | : . int 6 [22:19:05.335] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.335] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:05.260] | : . ' , attachPackages() ... [22:19:05.336] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.336] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:05.260] | : . ' , ; packages: [n=1] 'future' [22:19:05.337] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.338] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:05.261] | : . ' , attachPackages() ... done [22:19:05.338] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.339] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:05.262] | : . ' , attachPackages() ... [22:19:05.339] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.340] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:05.262] | : . ' , ; packages: [n=1] 'utils' [22:19:05.340] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.341] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:05.263] | : . ' , attachPackages() ... done [22:19:05.341] | : signalConditions() ... done [22:19:05.342] | relay conditions ... done [22:19:05.342] value() for SequentialFuture () ... done [1] " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25" [2] "[26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50" [3] " int [1:50] 1 2 3 4 5 6 7 8 9 10 ..." [4] "a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 " [5] "\"Sepal.Length\"\t\"Sepal.Width\"\t\"Petal.Length\"\t\"Petal.Width\"\t\"Species\"" [6] "\"1\"\t5.1\t3.5\t1.4\t0.2\t\"setosa\"" [7] "\"2\"\t4.9\t3\t1.4\t0.2\t\"setosa\"" [8] "\"3\"\t4.7\t3.2\t1.3\t0.2\t\"setosa\"" [9] "\"4\"\t4.6\t3.1\t1.5\t0.2\t\"setosa\"" [10] "\"5\"\t5\t3.6\t1.4\t0.2\t\"setosa\"" [11] "\"6\"\t5.4\t3.9\t1.7\t0.4\t\"setosa\"" [12] "\"7\"\t4.6\t3.4\t1.4\t0.3\t\"setosa\"" [13] "\"8\"\t5\t3.4\t1.5\t0.2\t\"setosa\"" [14] "\"9\"\t4.4\t2.9\t1.4\t0.2\t\"setosa\"" [15] "\"10\"\t4.9\t3.1\t1.5\t0.1\t\"setosa\"" - stdout = structure(TRUE, drop = TRUE) [22:19:05.343] future(..., label = NULL) ... [22:19:05.344] | lazy: FALSE [22:19:05.344] | stdout: TRUE [22:19:05.345] | conditions: [n=1] 'condition' [22:19:05.345] | getGlobalsAndPackages() ... [22:19:05.346] | : Searching for globals ... [22:19:05.349] | : . globals found: [1] 'print' [22:19:05.350] | : Searching for globals ... done [22:19:05.350] | : Resolving globals: FALSE [22:19:05.351] | : Search for packages associated with the globals ... [22:19:05.351] | : . Packages associated with globals: [1] 'base' [22:19:05.352] | : . Packages: [1] 'base' [22:19:05.352] | : Search for packages associated with the globals ... done [22:19:05.353] | : Packages after dropping 'base': [0] [22:19:05.353] | : globals: [0] [22:19:05.354] | : packages: [0] [22:19:05.354] | getGlobalsAndPackages() ... done [22:19:05.355] | run() for 'Future' () ... [22:19:05.355] | : state: 'created' [22:19:05.356] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.356] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.357] | : Using SequentialFutureBackend ... [22:19:05.357] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:19:05.358] | : . Launching futures ... [22:19:05.358] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:05.359] | : . ' , getFutureData() ... [22:19:05.359] | : . ' , ; getFutureCore() ... [22:19:05.360] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:19:05.360] | : . ' , ; getFutureCore() ... done [22:19:05.361] | : . ' , ; getFutureCapture() ... [22:19:05.361] | : . ' , ; getFutureCapture() ... done [22:19:05.362] | : . ' , ; getFutureContext() ... [22:19:05.362] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.363] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:05.363] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.364] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:05.364] | : . ' , ; getFutureContext() ... done [22:19:05.365] | : . ' , getFutureData() ... done [22:19:05.369] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.369] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:19:05.370] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.371] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.371] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.372] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:05.372] | : . ' , ; ` | New stack: [22:19:05.373] | : . ' , ; ` | List of 1 [22:19:05.373] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.373] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.373] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:05.373] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.373] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.373] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.373] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.373] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.376] | : . ' , ; ` | Old stack: [22:19:05.377] | : . ' , ; ` | List of 1 [22:19:05.377] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.377] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.377] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:05.377] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.377] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.377] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.377] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:19:05.377] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.377] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.377] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.377] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.381] | : . ' , ; ` | Not identical [22:19:05.381] | : . ' , ; ` | all.equal() for future ... [22:19:05.382] | : . ' , ; ` | : List of 2 [22:19:05.382] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.382] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.382] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.382] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.382] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.382] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.382] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.389] | : . ' , ; ` | all.equal() for future ... done [22:19:05.390] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:05.390] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.391] | : . ' , ; ` List of future strategies: [22:19:05.391] | : . ' , ; ` 1. sequential: [22:19:05.391] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:05.391] | : . ' , ; ` - tweaked: FALSE [22:19:05.391] | : . ' , ; ` - call: plan(sequential) [22:19:05.392] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.392] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.395] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.395] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.396] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.396] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:05.397] | : . ' , ; ` | : New stack: [22:19:05.397] | : . ' , ; ` | : List of 1 [22:19:05.397] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.397] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.397] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.397] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.397] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.397] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.397] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.397] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.397] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.397] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.397] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.402] | : . ' , ; ` | : Old stack: [22:19:05.402] | : . ' , ; ` | : List of 1 [22:19:05.402] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.402] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.402] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.402] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.402] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.402] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.402] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.402] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.402] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.402] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.402] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.406] | : . ' , ; ` | : Identical [22:19:05.407] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:05.407] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.408] | : . ' , ; ` | List of future strategies: [22:19:05.408] | : . ' , ; ` | 1. sequential: [22:19:05.408] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:05.408] | : . ' , ; ` | - tweaked: FALSE [22:19:05.408] | : . ' , ; ` | - call: plan(sequential) [22:19:05.409] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.409] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.410] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.411] | : . ' , SequentialFuture started (and completed) [22:19:05.411] | : . ' , signalConditions() ... [22:19:05.412] | : . ' , ; include = 'immediateCondition' [22:19:05.412] | : . ' , ; exclude = [22:19:05.413] | : . ' , ; resignal = FALSE [22:19:05.413] | : . ' , ; Number of conditions: 6 [22:19:05.413] | : . ' , ; int 6 [22:19:05.414] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.415] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.415] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.416] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.416] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.417] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.417] | : . ' , signalConditions() ... done [22:19:05.418] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:05.418] | : . Launching futures ... done [22:19:05.419] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:05.419] | : Using SequentialFutureBackend ... done [22:19:05.420] | run() for 'Future' () ... done [22:19:05.420] future(..., label = NULL) ... done [22:19:05.421] value() for SequentialFuture () ... [22:19:05.421] | signalConditions() ... [22:19:05.422] | : include = 'immediateCondition' [22:19:05.422] | : exclude = [22:19:05.423] | : resignal = FALSE [22:19:05.423] | : Number of conditions: 6 [22:19:05.424] | : int 6 [22:19:05.424] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.425] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.425] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.426] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.426] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.427] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.427] | signalConditions() ... done [22:19:05.428] | relay stdout ... [1] 42 [22:19:05.428] | relay stdout ... done [22:19:05.429] | check for misuse ... [22:19:05.429] | check for misuse ... done [22:19:05.430] | relay conditions ... [22:19:05.430] | : Future state: 'finished' [22:19:05.431] | : signalConditions() ... [22:19:05.431] | : . include = 'condition' [22:19:05.432] | : . exclude = 'immediateCondition' [22:19:05.432] | : . resignal = TRUE [22:19:05.433] | : . Number of conditions: 6 [22:19:05.433] | : . int 6 [22:19:05.434] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.435] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:05.365] | : . ' , attachPackages() ... [22:19:05.435] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.436] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:05.366] | : . ' , ; packages: [n=1] 'future' [22:19:05.436] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.437] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:05.367] | : . ' , attachPackages() ... done [22:19:05.437] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.438] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:05.367] | : . ' , attachPackages() ... [22:19:05.438] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.439] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:05.368] | : . ' , ; packages: [n=0] [22:19:05.439] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.440] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:05.368] | : . ' , attachPackages() ... done [22:19:05.440] | : signalConditions() ... done [22:19:05.441] | relay conditions ... done [22:19:05.441] value() for SequentialFuture () ... done - stdout = FALSE [22:19:05.442] future(..., label = NULL) ... [22:19:05.443] | lazy: FALSE [22:19:05.443] | stdout: FALSE [22:19:05.443] | conditions: [n=1] 'condition' [22:19:05.444] | getGlobalsAndPackages() ... [22:19:05.444] | : Searching for globals ... [22:19:05.479] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:05.480] | : Searching for globals ... done [22:19:05.480] | : Resolving globals: FALSE [22:19:05.481] | : Search for packages associated with the globals ... [22:19:05.481] | : . Packages associated with globals: [2] 'base', 'utils' [22:19:05.482] | : . Packages: [2] 'base', 'utils' [22:19:05.483] | : Search for packages associated with the globals ... done [22:19:05.483] | : Packages after dropping 'base': [1] 'utils' [22:19:05.484] | : Packages after dropping non-attached packages: [1] 'utils' [22:19:05.484] | : globals: [0] [22:19:05.485] | : packages: [1] 'utils' [22:19:05.485] | getGlobalsAndPackages() ... done [22:19:05.486] | run() for 'Future' () ... [22:19:05.486] | : state: 'created' [22:19:05.487] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.487] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.488] | : Using SequentialFutureBackend ... [22:19:05.488] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:19:05.489] | : . Launching futures ... [22:19:05.489] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:05.490] | : . ' , getFutureData() ... [22:19:05.490] | : . ' , ; getFutureCore() ... [22:19:05.491] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [22:19:05.491] | : . ' , ; getFutureCore() ... done [22:19:05.492] | : . ' , ; getFutureCapture() ... [22:19:05.492] | : . ' , ; getFutureCapture() ... done [22:19:05.493] | : . ' , ; getFutureContext() ... [22:19:05.493] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.494] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:05.494] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.495] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:05.495] | : . ' , ; getFutureContext() ... done [22:19:05.496] | : . ' , getFutureData() ... done [22:19:05.500] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.501] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:19:05.501] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.502] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.502] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.503] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:05.503] | : . ' , ; ` | New stack: [22:19:05.504] | : . ' , ; ` | List of 1 [22:19:05.504] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.504] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.504] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:05.504] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.504] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.504] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.504] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.504] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.507] | : . ' , ; ` | Old stack: [22:19:05.508] | : . ' , ; ` | List of 1 [22:19:05.508] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.508] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.508] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:05.508] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.508] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.508] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.508] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:19:05.508] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.508] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.508] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.508] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.512] | : . ' , ; ` | Not identical [22:19:05.513] | : . ' , ; ` | all.equal() for future ... [22:19:05.513] | : . ' , ; ` | : List of 2 [22:19:05.513] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.513] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.513] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.513] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.513] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.513] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.513] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.520] | : . ' , ; ` | all.equal() for future ... done [22:19:05.521] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:05.521] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.522] | : . ' , ; ` List of future strategies: [22:19:05.522] | : . ' , ; ` 1. sequential: [22:19:05.522] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:05.522] | : . ' , ; ` - tweaked: FALSE [22:19:05.522] | : . ' , ; ` - call: plan(sequential) [22:19:05.523] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.523] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.527] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.527] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.528] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.528] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:05.529] | : . ' , ; ` | : New stack: [22:19:05.529] | : . ' , ; ` | : List of 1 [22:19:05.529] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.529] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.529] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.529] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.529] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.529] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.529] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.529] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.529] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.529] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.529] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.534] | : . ' , ; ` | : Old stack: [22:19:05.534] | : . ' , ; ` | : List of 1 [22:19:05.534] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.534] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.534] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.534] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.534] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.534] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.534] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.534] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.534] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.534] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.534] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.538] | : . ' , ; ` | : Identical [22:19:05.539] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:05.539] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.540] | : . ' , ; ` | List of future strategies: [22:19:05.540] | : . ' , ; ` | 1. sequential: [22:19:05.540] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:05.540] | : . ' , ; ` | - tweaked: FALSE [22:19:05.540] | : . ' , ; ` | - call: plan(sequential) [22:19:05.541] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.541] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.542] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.543] | : . ' , SequentialFuture started (and completed) [22:19:05.543] | : . ' , signalConditions() ... [22:19:05.544] | : . ' , ; include = 'immediateCondition' [22:19:05.544] | : . ' , ; exclude = [22:19:05.545] | : . ' , ; resignal = FALSE [22:19:05.545] | : . ' , ; Number of conditions: 6 [22:19:05.546] | : . ' , ; int 6 [22:19:05.547] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.547] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.548] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.548] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.549] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.549] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.550] | : . ' , signalConditions() ... done [22:19:05.550] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:05.551] | : . Launching futures ... done [22:19:05.551] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:05.551] | : Using SequentialFutureBackend ... done [22:19:05.552] | run() for 'Future' () ... done [22:19:05.552] future(..., label = NULL) ... done List of 16 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions :List of 6 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.496] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.497] | : . ' , ; packages: [n=1] 'future'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.498] | : . ' , attachPackages() ... done\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.498] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.499] | : . ' , ; packages: [n=1] 'utils'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.499] | : . ' , attachPackages() ... done\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 $ rng : logi FALSE $ seed : NULL $ misuseGlobalEnv : NULL $ misuseConnections :List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ misuseDefaultDevice: list() $ started : POSIXct[1:1], format: "2026-03-13 22:19:05" $ finished : POSIXct[1:1], format: "2026-03-13 22:19:05" $ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "4" $ session_uuid : chr "c5252a22a15d7e7cfb01c36885133435" ..- attr(*, "source")=List of 5 .. ..$ host : Named chr "CRANWIN3" .. .. ..- attr(*, "names")= chr "COMPUTERNAME" .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... .. ..$ pid : int 33512 .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:04" .. ..$ random: int 2147483647 $ r_info :List of 4 ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 .. ..$ : int [1:3] 4 6 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [22:19:05.580] value() for SequentialFuture () ... [22:19:05.580] | signalConditions() ... [22:19:05.581] | : include = 'immediateCondition' [22:19:05.581] | : exclude = [22:19:05.582] | : resignal = FALSE [22:19:05.582] | : Number of conditions: 6 [22:19:05.583] | : int 6 [22:19:05.584] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.584] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.585] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.585] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.586] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.586] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.587] | signalConditions() ... done [22:19:05.587] | relay stdout ... [22:19:05.588] | relay stdout ... done [22:19:05.588] | check for misuse ... [22:19:05.589] | check for misuse ... done [22:19:05.589] | relay conditions ... [22:19:05.590] | : Future state: 'finished' [22:19:05.590] | : signalConditions() ... [22:19:05.591] | : . include = 'condition' [22:19:05.591] | : . exclude = 'immediateCondition' [22:19:05.592] | : . resignal = TRUE [22:19:05.592] | : . Number of conditions: 6 [22:19:05.593] | : . int 6 [22:19:05.594] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.594] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:05.496] | : . ' , attachPackages() ... [22:19:05.595] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.595] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:05.497] | : . ' , ; packages: [n=1] 'future' [22:19:05.596] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.596] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:05.498] | : . ' , attachPackages() ... done [22:19:05.597] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.597] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:05.498] | : . ' , attachPackages() ... [22:19:05.598] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.598] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:05.499] | : . ' , ; packages: [n=1] 'utils' [22:19:05.599] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.599] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:05.499] | : . ' , attachPackages() ... done [22:19:05.600] | : signalConditions() ... done [22:19:05.600] | relay conditions ... done [22:19:05.600] value() for SequentialFuture () ... done [22:19:05.601] future(..., label = NULL) ... [22:19:05.602] | lazy: FALSE [22:19:05.602] | stdout: FALSE [22:19:05.603] | conditions: [n=1] 'condition' [22:19:05.603] | getGlobalsAndPackages() ... [22:19:05.604] | : Searching for globals ... [22:19:05.636] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:05.636] | : Searching for globals ... done [22:19:05.637] | : Resolving globals: FALSE [22:19:05.637] | : Search for packages associated with the globals ... [22:19:05.638] | : . Packages associated with globals: [2] 'base', 'utils' [22:19:05.639] | : . Packages: [2] 'base', 'utils' [22:19:05.639] | : Search for packages associated with the globals ... done [22:19:05.640] | : Packages after dropping 'base': [1] 'utils' [22:19:05.640] | : Packages after dropping non-attached packages: [1] 'utils' [22:19:05.641] | : globals: [0] [22:19:05.641] | : packages: [1] 'utils' [22:19:05.642] | getGlobalsAndPackages() ... done [22:19:05.642] | run() for 'Future' () ... [22:19:05.643] | : state: 'created' [22:19:05.643] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.644] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.644] | : Using SequentialFutureBackend ... [22:19:05.645] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [22:19:05.645] | : . Launching futures ... [22:19:05.646] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:05.646] | : . ' , getFutureData() ... [22:19:05.647] | : . ' , ; getFutureCore() ... [22:19:05.647] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [22:19:05.647] | : . ' , ; getFutureCore() ... done [22:19:05.648] | : . ' , ; getFutureCapture() ... [22:19:05.648] | : . ' , ; getFutureCapture() ... done [22:19:05.649] | : . ' , ; getFutureContext() ... [22:19:05.649] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.650] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:05.650] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.651] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:05.651] | : . ' , ; getFutureContext() ... done [22:19:05.652] | : . ' , getFutureData() ... done [22:19:05.655] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.656] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:19:05.656] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.657] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.658] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.658] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:05.659] | : . ' , ; ` | New stack: [22:19:05.659] | : . ' , ; ` | List of 1 [22:19:05.659] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.659] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.659] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:05.659] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.659] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.659] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.659] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.659] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.662] | : . ' , ; ` | Old stack: [22:19:05.663] | : . ' , ; ` | List of 1 [22:19:05.663] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.663] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.663] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:05.663] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.663] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.663] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.663] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:19:05.663] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.663] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.663] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.663] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.667] | : . ' , ; ` | Not identical [22:19:05.667] | : . ' , ; ` | all.equal() for future ... [22:19:05.668] | : . ' , ; ` | : List of 2 [22:19:05.668] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.668] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.668] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.668] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.668] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.668] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.668] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.674] | : . ' , ; ` | all.equal() for future ... done [22:19:05.674] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:05.675] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.675] | : . ' , ; ` List of future strategies: [22:19:05.675] | : . ' , ; ` 1. sequential: [22:19:05.675] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:05.675] | : . ' , ; ` - tweaked: FALSE [22:19:05.675] | : . ' , ; ` - call: plan(sequential) [22:19:05.676] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.677] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.680] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.681] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.681] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.682] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:05.682] | : . ' , ; ` | : New stack: [22:19:05.683] | : . ' , ; ` | : List of 1 [22:19:05.683] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.683] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.683] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.683] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.683] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.683] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.683] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.683] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.683] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.683] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.683] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.687] | : . ' , ; ` | : Old stack: [22:19:05.687] | : . ' , ; ` | : List of 1 [22:19:05.687] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.687] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.687] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.687] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.687] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.687] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.687] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.687] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.687] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.687] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.687] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.693] | : . ' , ; ` | : Identical [22:19:05.693] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:05.694] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.694] | : . ' , ; ` | List of future strategies: [22:19:05.694] | : . ' , ; ` | 1. sequential: [22:19:05.694] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:05.694] | : . ' , ; ` | - tweaked: FALSE [22:19:05.694] | : . ' , ; ` | - call: plan(sequential) [22:19:05.695] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.695] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.696] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.696] | : . ' , SequentialFuture started (and completed) [22:19:05.697] | : . ' , signalConditions() ... [22:19:05.697] | : . ' , ; include = 'immediateCondition' [22:19:05.698] | : . ' , ; exclude = [22:19:05.698] | : . ' , ; resignal = FALSE [22:19:05.699] | : . ' , ; Number of conditions: 6 [22:19:05.699] | : . ' , ; int 6 [22:19:05.700] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.700] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.701] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.701] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.702] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.702] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.702] | : . ' , signalConditions() ... done [22:19:05.703] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:05.703] | : . Launching futures ... done [22:19:05.704] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:05.704] | : Using SequentialFutureBackend ... done [22:19:05.705] | run() for 'Future' () ... done [22:19:05.705] future(..., label = NULL) ... done [22:19:05.706] value() for SequentialFuture () ... [22:19:05.706] | signalConditions() ... [22:19:05.707] | : include = 'immediateCondition' [22:19:05.707] | : exclude = [22:19:05.707] | : resignal = FALSE [22:19:05.708] | : Number of conditions: 6 [22:19:05.708] | : int 6 [22:19:05.709] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.709] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.710] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.710] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.711] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.711] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.712] | signalConditions() ... done [22:19:05.712] | relay stdout ... [22:19:05.712] | relay stdout ... done [22:19:05.713] | check for misuse ... [22:19:05.713] | check for misuse ... done [22:19:05.714] | relay conditions ... [22:19:05.714] | : Future state: 'finished' [22:19:05.715] | : signalConditions() ... [22:19:05.715] | : . include = 'condition' [22:19:05.715] | : . exclude = 'immediateCondition' [22:19:05.716] | : . resignal = TRUE [22:19:05.716] | : . Number of conditions: 6 [22:19:05.717] | : . int 6 [22:19:05.717] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.718] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:05.652] | : . ' , attachPackages() ... [22:19:05.718] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.719] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:05.653] | : . ' , ; packages: [n=1] 'future' [22:19:05.719] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.720] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:05.653] | : . ' , attachPackages() ... done [22:19:05.720] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.721] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:05.654] | : . ' , attachPackages() ... [22:19:05.721] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.722] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:05.654] | : . ' , ; packages: [n=1] 'utils' [22:19:05.722] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.722] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:05.655] | : . ' , attachPackages() ... done [22:19:05.723] | : signalConditions() ... done [22:19:05.723] | relay conditions ... done [22:19:05.724] value() for SequentialFuture () ... done - stdout = structure(TRUE, drop = TRUE) [22:19:05.724] future(..., label = NULL) ... [22:19:05.725] | lazy: FALSE [22:19:05.725] | stdout: TRUE [22:19:05.726] | conditions: [n=1] 'condition' [22:19:05.726] | getGlobalsAndPackages() ... [22:19:05.727] | : Searching for globals ... [22:19:05.730] | : . globals found: [1] 'print' [22:19:05.730] | : Searching for globals ... done [22:19:05.731] | : Resolving globals: FALSE [22:19:05.731] | : Search for packages associated with the globals ... [22:19:05.732] | : . Packages associated with globals: [1] 'base' [22:19:05.732] | : . Packages: [1] 'base' [22:19:05.733] | : Search for packages associated with the globals ... done [22:19:05.733] | : Packages after dropping 'base': [0] [22:19:05.733] | : globals: [0] [22:19:05.734] | : packages: [0] [22:19:05.734] | getGlobalsAndPackages() ... done [22:19:05.735] | run() for 'Future' () ... [22:19:05.735] | : state: 'created' [22:19:05.736] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.736] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.737] | : Using SequentialFutureBackend ... [22:19:05.737] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [22:19:05.738] | : . Launching futures ... [22:19:05.738] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:05.738] | : . ' , getFutureData() ... [22:19:05.739] | : . ' , ; getFutureCore() ... [22:19:05.739] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:19:05.740] | : . ' , ; getFutureCore() ... done [22:19:05.740] | : . ' , ; getFutureCapture() ... [22:19:05.741] | : . ' , ; getFutureCapture() ... done [22:19:05.741] | : . ' , ; getFutureContext() ... [22:19:05.741] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.742] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:05.742] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.743] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:05.743] | : . ' , ; getFutureContext() ... done [22:19:05.744] | : . ' , getFutureData() ... done [22:19:05.748] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.748] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:19:05.748] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.749] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.750] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.750] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:05.751] | : . ' , ; ` | New stack: [22:19:05.751] | : . ' , ; ` | List of 1 [22:19:05.751] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.751] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.751] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:05.751] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.751] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.751] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.751] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.751] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.754] | : . ' , ; ` | Old stack: [22:19:05.755] | : . ' , ; ` | List of 1 [22:19:05.755] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.755] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.755] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:05.755] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.755] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.755] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.755] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:19:05.755] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.755] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.755] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.755] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.758] | : . ' , ; ` | Not identical [22:19:05.759] | : . ' , ; ` | all.equal() for future ... [22:19:05.759] | : . ' , ; ` | : List of 2 [22:19:05.759] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.759] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.759] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.759] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.759] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.759] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.759] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.765] | : . ' , ; ` | all.equal() for future ... done [22:19:05.766] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:05.767] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.767] | : . ' , ; ` List of future strategies: [22:19:05.767] | : . ' , ; ` 1. sequential: [22:19:05.767] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:05.767] | : . ' , ; ` - tweaked: FALSE [22:19:05.767] | : . ' , ; ` - call: plan(sequential) [22:19:05.768] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.768] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.771] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.771] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.772] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.772] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:05.773] | : . ' , ; ` | : New stack: [22:19:05.773] | : . ' , ; ` | : List of 1 [22:19:05.773] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.773] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.773] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.773] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.773] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.773] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.773] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.773] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.773] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.773] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.773] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.777] | : . ' , ; ` | : Old stack: [22:19:05.777] | : . ' , ; ` | : List of 1 [22:19:05.777] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.777] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.777] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.777] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.777] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.777] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.777] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.777] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.777] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.777] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.777] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.781] | : . ' , ; ` | : Identical [22:19:05.782] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:05.782] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.783] | : . ' , ; ` | List of future strategies: [22:19:05.783] | : . ' , ; ` | 1. sequential: [22:19:05.783] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:05.783] | : . ' , ; ` | - tweaked: FALSE [22:19:05.783] | : . ' , ; ` | - call: plan(sequential) [22:19:05.783] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.784] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.784] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.785] | : . ' , SequentialFuture started (and completed) [22:19:05.785] | : . ' , signalConditions() ... [22:19:05.786] | : . ' , ; include = 'immediateCondition' [22:19:05.786] | : . ' , ; exclude = [22:19:05.787] | : . ' , ; resignal = FALSE [22:19:05.787] | : . ' , ; Number of conditions: 6 [22:19:05.787] | : . ' , ; int 6 [22:19:05.788] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.789] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.789] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.789] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.790] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.790] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.791] | : . ' , signalConditions() ... done [22:19:05.791] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:05.792] | : . Launching futures ... done [22:19:05.792] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:05.792] | : Using SequentialFutureBackend ... done [22:19:05.793] | run() for 'Future' () ... done [22:19:05.793] future(..., label = NULL) ... done [22:19:05.794] value() for SequentialFuture () ... [22:19:05.794] | signalConditions() ... [22:19:05.795] | : include = 'immediateCondition' [22:19:05.795] | : exclude = [22:19:05.795] | : resignal = FALSE [22:19:05.796] | : Number of conditions: 6 [22:19:05.796] | : int 6 [22:19:05.797] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.798] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.798] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.799] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.799] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.800] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.800] | signalConditions() ... done [22:19:05.801] | relay stdout ... [1] 42 [22:19:05.801] | relay stdout ... done [22:19:05.802] | check for misuse ... [22:19:05.802] | check for misuse ... done [22:19:05.803] | relay conditions ... [22:19:05.803] | : Future state: 'finished' [22:19:05.804] | : signalConditions() ... [22:19:05.804] | : . include = 'condition' [22:19:05.804] | : . exclude = 'immediateCondition' [22:19:05.805] | : . resignal = TRUE [22:19:05.805] | : . Number of conditions: 6 [22:19:05.806] | : . int 6 [22:19:05.807] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.807] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:05.744] | : . ' , attachPackages() ... [22:19:05.808] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.808] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:05.745] | : . ' , ; packages: [n=1] 'future' [22:19:05.809] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.809] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:05.745] | : . ' , attachPackages() ... done [22:19:05.810] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.810] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:05.746] | : . ' , attachPackages() ... [22:19:05.811] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.811] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:05.746] | : . ' , ; packages: [n=0] [22:19:05.812] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.812] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:05.747] | : . ' , attachPackages() ... done [22:19:05.813] | : signalConditions() ... done [22:19:05.813] | relay conditions ... done [22:19:05.814] value() for SequentialFuture () ... done - stdout = NA [22:19:05.815] future(..., label = NULL) ... [22:19:05.815] | lazy: FALSE [22:19:05.815] | stdout: NA [22:19:05.816] | conditions: [n=1] 'condition' [22:19:05.816] | getGlobalsAndPackages() ... [22:19:05.817] | : Searching for globals ... [22:19:05.852] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:05.852] | : Searching for globals ... done [22:19:05.853] | : Resolving globals: FALSE [22:19:05.853] | : Search for packages associated with the globals ... [22:19:05.854] | : . Packages associated with globals: [2] 'base', 'utils' [22:19:05.855] | : . Packages: [2] 'base', 'utils' [22:19:05.855] | : Search for packages associated with the globals ... done [22:19:05.856] | : Packages after dropping 'base': [1] 'utils' [22:19:05.856] | : Packages after dropping non-attached packages: [1] 'utils' [22:19:05.857] | : globals: [0] [22:19:05.857] | : packages: [1] 'utils' [22:19:05.858] | getGlobalsAndPackages() ... done [22:19:05.858] | run() for 'Future' () ... [22:19:05.859] | : state: 'created' [22:19:05.859] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.860] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.860] | : Using SequentialFutureBackend ... [22:19:05.861] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [22:19:05.861] | : . Launching futures ... [22:19:05.862] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:05.862] | : . ' , getFutureData() ... [22:19:05.863] | : . ' , ; getFutureCore() ... [22:19:05.863] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [22:19:05.864] | : . ' , ; getFutureCore() ... done [22:19:05.865] | : . ' , ; getFutureCapture() ... [22:19:05.865] | : . ' , ; getFutureCapture() ... done [22:19:05.866] | : . ' , ; getFutureContext() ... [22:19:05.866] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.867] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:05.867] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.868] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:05.869] | : . ' , ; getFutureContext() ... done [22:19:05.869] | : . ' , getFutureData() ... done [22:19:05.874] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:05.875] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:19:05.875] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:05.876] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.876] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.877] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:05.877] | : . ' , ; ` | New stack: [22:19:05.878] | : . ' , ; ` | List of 1 [22:19:05.878] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.878] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.878] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:05.878] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.878] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.878] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.878] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.878] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.881] | : . ' , ; ` | Old stack: [22:19:05.882] | : . ' , ; ` | List of 1 [22:19:05.882] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:05.882] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.882] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:05.882] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.882] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.882] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.882] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:19:05.882] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.882] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.882] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.882] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.886] | : . ' , ; ` | Not identical [22:19:05.887] | : . ' , ; ` | all.equal() for future ... [22:19:05.887] | : . ' , ; ` | : List of 2 [22:19:05.887] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.887] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:05.887] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.887] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.887] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.887] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.887] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.894] | : . ' , ; ` | all.equal() for future ... done [22:19:05.895] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:05.895] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.896] | : . ' , ; ` List of future strategies: [22:19:05.896] | : . ' , ; ` 1. sequential: [22:19:05.896] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:05.896] | : . ' , ; ` - tweaked: FALSE [22:19:05.896] | : . ' , ; ` - call: plan(sequential) [22:19:05.897] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.897] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 int [1:50] 1 2 3 4 5 6 7 8 9 10 ... a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species" "1" 5.1 3.5 1.4 0.2 "setosa" "2" 4.9 3 1.4 0.2 "setosa" "3" 4.7 3.2 1.3 0.2 "setosa" "4" 4.6 3.1 1.5 0.2 "setosa" "5" 5 3.6 1.4 0.2 "setosa" "6" 5.4 3.9 1.7 0.4 "setosa" "7" 4.6 3.4 1.4 0.3 "setosa" "8" 5 3.4 1.5 0.2 "setosa" "9" 4.4 2.9 1.4 0.2 "setosa" "10" 4.9 3.1 1.5 0.1 "setosa" [22:19:05.900] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.901] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:05.901] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:05.902] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:05.902] | : . ' , ; ` | : New stack: [22:19:05.903] | : . ' , ; ` | : List of 1 [22:19:05.903] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.903] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.903] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.903] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.903] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.903] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.903] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.903] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.903] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.903] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.903] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.907] | : . ' , ; ` | : Old stack: [22:19:05.907] | : . ' , ; ` | : List of 1 [22:19:05.907] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:05.907] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:05.907] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:05.907] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.907] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.907] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.907] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:05.907] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:05.907] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:05.907] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:05.907] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:05.912] | : . ' , ; ` | : Identical [22:19:05.912] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:05.913] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:05.913] | : . ' , ; ` | List of future strategies: [22:19:05.913] | : . ' , ; ` | 1. sequential: [22:19:05.913] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:05.913] | : . ' , ; ` | - tweaked: FALSE [22:19:05.913] | : . ' , ; ` | - call: plan(sequential) [22:19:05.914] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:05.915] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.915] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:05.916] | : . ' , SequentialFuture started (and completed) [22:19:05.916] | : . ' , signalConditions() ... [22:19:05.917] | : . ' , ; include = 'immediateCondition' [22:19:05.917] | : . ' , ; exclude = [22:19:05.918] | : . ' , ; resignal = FALSE [22:19:05.918] | : . ' , ; Number of conditions: 6 [22:19:05.919] | : . ' , ; int 6 [22:19:05.920] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.920] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.921] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.921] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.922] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.922] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.923] | : . ' , signalConditions() ... done [22:19:05.923] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:05.924] | : . Launching futures ... done [22:19:05.924] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:05.925] | : Using SequentialFutureBackend ... done [22:19:05.925] | run() for 'Future' () ... done [22:19:05.926] future(..., label = NULL) ... done List of 16 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions :List of 6 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.870] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.871] | : . ' , ; packages: [n=1] 'future'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.871] | : . ' , attachPackages() ... done\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.872] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.873] | : . ' , ; packages: [n=1] 'utils'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[22:19:05.873] | : . ' , attachPackages() ... done\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 $ rng : logi FALSE $ seed : NULL $ misuseGlobalEnv : NULL $ misuseConnections : NULL $ misuseDevices : NULL $ misuseDefaultDevice: list() $ started : POSIXct[1:1], format: "2026-03-13 22:19:05" $ finished : POSIXct[1:1], format: "2026-03-13 22:19:05" $ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "7" $ session_uuid : chr "c5252a22a15d7e7cfb01c36885133435" ..- attr(*, "source")=List of 5 .. ..$ host : Named chr "CRANWIN3" .. .. ..- attr(*, "names")= chr "COMPUTERNAME" .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... .. ..$ pid : int 33512 .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:04" .. ..$ random: int 2147483647 $ r_info :List of 4 ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 .. ..$ : int [1:3] 4 6 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [22:19:05.951] value() for SequentialFuture () ... [22:19:05.952] | signalConditions() ... [22:19:05.952] | : include = 'immediateCondition' [22:19:05.953] | : exclude = [22:19:05.953] | : resignal = FALSE [22:19:05.954] | : Number of conditions: 6 [22:19:05.954] | : int 6 [22:19:05.955] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.956] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.956] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.957] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.957] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.958] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.958] | signalConditions() ... done [22:19:05.959] | relay stdout ... [22:19:05.959] | relay stdout ... done [22:19:05.960] | check for misuse ... [22:19:05.960] | check for misuse ... done [22:19:05.960] | relay conditions ... [22:19:05.961] | : Future state: 'finished' [22:19:05.961] | : signalConditions() ... [22:19:05.962] | : . include = 'condition' [22:19:05.962] | : . exclude = 'immediateCondition' [22:19:05.963] | : . resignal = TRUE [22:19:05.963] | : . Number of conditions: 6 [22:19:05.964] | : . int 6 [22:19:05.965] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.965] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:05.870] | : . ' , attachPackages() ... [22:19:05.966] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.966] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:05.871] | : . ' , ; packages: [n=1] 'future' [22:19:05.967] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.967] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:05.871] | : . ' , attachPackages() ... done [22:19:05.968] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.968] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:05.872] | : . ' , attachPackages() ... [22:19:05.969] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.969] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:05.873] | : . ' , ; packages: [n=1] 'utils' [22:19:05.970] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:05.970] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:05.873] | : . ' , attachPackages() ... done [22:19:05.971] | : signalConditions() ... done [22:19:05.972] | relay conditions ... done [22:19:05.972] value() for SequentialFuture () ... done [22:19:05.978] future(..., label = NULL) ... [22:19:05.979] | lazy: FALSE [22:19:05.979] | stdout: NA [22:19:05.979] | conditions: [n=1] 'condition' [22:19:05.980] | getGlobalsAndPackages() ... [22:19:05.981] | : Searching for globals ... [22:19:06.014] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:06.015] | : Searching for globals ... done [22:19:06.015] | : Resolving globals: FALSE [22:19:06.016] | : Search for packages associated with the globals ... [22:19:06.016] | : . Packages associated with globals: [2] 'base', 'utils' [22:19:06.017] | : . Packages: [2] 'base', 'utils' [22:19:06.018] | : Search for packages associated with the globals ... done [22:19:06.018] | : Packages after dropping 'base': [1] 'utils' [22:19:06.019] | : Packages after dropping non-attached packages: [1] 'utils' [22:19:06.019] | : globals: [0] [22:19:06.020] | : packages: [1] 'utils' [22:19:06.020] | getGlobalsAndPackages() ... done [22:19:06.021] | run() for 'Future' () ... [22:19:06.022] | : state: 'created' [22:19:06.022] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:06.023] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:06.023] | : Using SequentialFutureBackend ... [22:19:06.024] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [22:19:06.024] | : . Launching futures ... [22:19:06.025] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:06.025] | : . ' , getFutureData() ... [22:19:06.026] | : . ' , ; getFutureCore() ... [22:19:06.026] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [22:19:06.027] | : . ' , ; getFutureCore() ... done [22:19:06.027] | : . ' , ; getFutureCapture() ... [22:19:06.028] | : . ' , ; getFutureCapture() ... done [22:19:06.028] | : . ' , ; getFutureContext() ... [22:19:06.029] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:06.029] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:06.030] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:06.030] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:06.031] | : . ' , ; getFutureContext() ... done [22:19:06.031] | : . ' , getFutureData() ... done [22:19:06.035] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:06.036] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:19:06.036] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:06.037] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:06.038] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:06.038] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:06.039] | : . ' , ; ` | New stack: [22:19:06.039] | : . ' , ; ` | List of 1 [22:19:06.039] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:06.039] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.039] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:06.039] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.039] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.039] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.039] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:06.039] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.043] | : . ' , ; ` | Old stack: [22:19:06.043] | : . ' , ; ` | List of 1 [22:19:06.043] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:06.043] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.043] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:06.043] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.043] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.043] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.043] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:19:06.043] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:06.043] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.043] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.043] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.048] | : . ' , ; ` | Not identical [22:19:06.048] | : . ' , ; ` | all.equal() for future ... [22:19:06.049] | : . ' , ; ` | : List of 2 [22:19:06.049] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.049] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:06.049] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.049] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:06.049] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:06.049] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.049] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.056] | : . ' , ; ` | all.equal() for future ... done [22:19:06.056] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:06.057] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:06.057] | : . ' , ; ` List of future strategies: [22:19:06.057] | : . ' , ; ` 1. sequential: [22:19:06.057] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:06.057] | : . ' , ; ` - tweaked: FALSE [22:19:06.057] | : . ' , ; ` - call: plan(sequential) [22:19:06.058] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:06.059] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 int [1:50] 1 2 3 4 5 6 7 8 9 10 ... a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species" "1" 5.1 3.5 1.4 0.2 "setosa" "2" 4.9 3 1.4 0.2 "setosa" "3" 4.7 3.2 1.3 0.2 "setosa" "4" 4.6 3.1 1.5 0.2 "setosa" "5" 5 3.6 1.4 0.2 "setosa" "6" 5.4 3.9 1.7 0.4 "setosa" "7" 4.6 3.4 1.4 0.3 "setosa" "8" 5 3.4 1.5 0.2 "setosa" "9" 4.4 2.9 1.4 0.2 "setosa" "10" 4.9 3.1 1.5 0.1 "setosa" [22:19:06.062] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:06.062] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:06.063] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:06.064] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:06.064] | : . ' , ; ` | : New stack: [22:19:06.065] | : . ' , ; ` | : List of 1 [22:19:06.065] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:06.065] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.065] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:06.065] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.065] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.065] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.065] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:06.065] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:06.065] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.065] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.065] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.069] | : . ' , ; ` | : Old stack: [22:19:06.069] | : . ' , ; ` | : List of 1 [22:19:06.069] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:06.069] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.069] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:06.069] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.069] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.069] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.069] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:06.069] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:06.069] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.069] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.069] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.074] | : . ' , ; ` | : Identical [22:19:06.074] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:06.075] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:06.075] | : . ' , ; ` | List of future strategies: [22:19:06.075] | : . ' , ; ` | 1. sequential: [22:19:06.075] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:06.075] | : . ' , ; ` | - tweaked: FALSE [22:19:06.075] | : . ' , ; ` | - call: plan(sequential) [22:19:06.076] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:06.077] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:06.077] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:06.078] | : . ' , SequentialFuture started (and completed) [22:19:06.079] | : . ' , signalConditions() ... [22:19:06.079] | : . ' , ; include = 'immediateCondition' [22:19:06.080] | : . ' , ; exclude = [22:19:06.080] | : . ' , ; resignal = FALSE [22:19:06.081] | : . ' , ; Number of conditions: 6 [22:19:06.081] | : . ' , ; int 6 [22:19:06.082] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.082] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.083] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.083] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.084] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.084] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.085] | : . ' , signalConditions() ... done [22:19:06.085] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:06.086] | : . Launching futures ... done [22:19:06.086] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:06.087] | : Using SequentialFutureBackend ... done [22:19:06.087] | run() for 'Future' () ... done [22:19:06.088] future(..., label = NULL) ... done [22:19:06.088] value() for SequentialFuture () ... [22:19:06.089] | signalConditions() ... [22:19:06.090] | : include = 'immediateCondition' [22:19:06.090] | : exclude = [22:19:06.090] | : resignal = FALSE [22:19:06.091] | : Number of conditions: 6 [22:19:06.092] | : int 6 [22:19:06.092] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.093] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.093] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.094] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.094] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.095] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.095] | signalConditions() ... done [22:19:06.096] | relay stdout ... [22:19:06.096] | relay stdout ... done [22:19:06.097] | check for misuse ... [22:19:06.097] | check for misuse ... done [22:19:06.098] | relay conditions ... [22:19:06.098] | : Future state: 'finished' [22:19:06.099] | : signalConditions() ... [22:19:06.099] | : . include = 'condition' [22:19:06.100] | : . exclude = 'immediateCondition' [22:19:06.100] | : . resignal = TRUE [22:19:06.101] | : . Number of conditions: 6 [22:19:06.101] | : . int 6 [22:19:06.102] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.103] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:06.032] | : . ' , attachPackages() ... [22:19:06.103] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.104] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:06.032] | : . ' , ; packages: [n=1] 'future' [22:19:06.104] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.105] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:06.033] | : . ' , attachPackages() ... done [22:19:06.105] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.106] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:06.033] | : . ' , attachPackages() ... [22:19:06.106] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.107] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:06.034] | : . ' , ; packages: [n=1] 'utils' [22:19:06.107] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.108] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:06.034] | : . ' , attachPackages() ... done [22:19:06.108] | : signalConditions() ... done [22:19:06.109] | relay conditions ... done [22:19:06.111] value() for SequentialFuture () ... done - stdout = structure(TRUE, drop = TRUE) [22:19:06.112] future(..., label = NULL) ... [22:19:06.112] | lazy: FALSE [22:19:06.113] | stdout: TRUE [22:19:06.113] | conditions: [n=1] 'condition' [22:19:06.114] | getGlobalsAndPackages() ... [22:19:06.114] | : Searching for globals ... [22:19:06.118] | : . globals found: [1] 'print' [22:19:06.118] | : Searching for globals ... done [22:19:06.119] | : Resolving globals: FALSE [22:19:06.119] | : Search for packages associated with the globals ... [22:19:06.120] | : . Packages associated with globals: [1] 'base' [22:19:06.120] | : . Packages: [1] 'base' [22:19:06.121] | : Search for packages associated with the globals ... done [22:19:06.121] | : Packages after dropping 'base': [0] [22:19:06.122] | : globals: [0] [22:19:06.122] | : packages: [0] [22:19:06.123] | getGlobalsAndPackages() ... done [22:19:06.123] | run() for 'Future' () ... [22:19:06.124] | : state: 'created' [22:19:06.124] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:06.125] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:06.125] | : Using SequentialFutureBackend ... [22:19:06.126] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [22:19:06.126] | : . Launching futures ... [22:19:06.127] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:06.127] | : . ' , getFutureData() ... [22:19:06.128] | : . ' , ; getFutureCore() ... [22:19:06.128] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:19:06.129] | : . ' , ; getFutureCore() ... done [22:19:06.129] | : . ' , ; getFutureCapture() ... [22:19:06.130] | : . ' , ; getFutureCapture() ... done [22:19:06.130] | : . ' , ; getFutureContext() ... [22:19:06.131] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:06.131] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:06.132] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:06.132] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:06.133] | : . ' , ; getFutureContext() ... done [22:19:06.133] | : . ' , getFutureData() ... done [22:19:06.137] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:06.138] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:19:06.139] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:06.139] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:06.140] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:06.140] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:06.141] | : . ' , ; ` | New stack: [22:19:06.141] | : . ' , ; ` | List of 1 [22:19:06.141] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:06.141] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.141] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:06.141] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.141] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.141] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.141] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:06.141] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.145] | : . ' , ; ` | Old stack: [22:19:06.145] | : . ' , ; ` | List of 1 [22:19:06.145] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:06.145] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.145] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:06.145] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.145] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.145] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.145] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:19:06.145] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:06.145] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.145] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.145] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.150] | : . ' , ; ` | Not identical [22:19:06.150] | : . ' , ; ` | all.equal() for future ... [22:19:06.151] | : . ' , ; ` | : List of 2 [22:19:06.151] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.151] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:06.151] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.151] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:06.151] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:06.151] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.151] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.158] | : . ' , ; ` | all.equal() for future ... done [22:19:06.158] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:06.159] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:06.159] | : . ' , ; ` List of future strategies: [22:19:06.159] | : . ' , ; ` 1. sequential: [22:19:06.159] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:06.159] | : . ' , ; ` - tweaked: FALSE [22:19:06.159] | : . ' , ; ` - call: plan(sequential) [22:19:06.160] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:06.161] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:06.163] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:06.164] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:06.164] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:06.165] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:06.165] | : . ' , ; ` | : New stack: [22:19:06.166] | : . ' , ; ` | : List of 1 [22:19:06.166] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:06.166] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.166] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:06.166] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.166] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.166] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.166] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:06.166] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:06.166] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.166] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.166] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.170] | : . ' , ; ` | : Old stack: [22:19:06.171] | : . ' , ; ` | : List of 1 [22:19:06.171] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:06.171] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.171] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:06.171] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.171] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.171] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.171] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:06.171] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:06.171] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.171] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.171] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.175] | : . ' , ; ` | : Identical [22:19:06.176] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:06.176] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:06.177] | : . ' , ; ` | List of future strategies: [22:19:06.177] | : . ' , ; ` | 1. sequential: [22:19:06.177] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:06.177] | : . ' , ; ` | - tweaked: FALSE [22:19:06.177] | : . ' , ; ` | - call: plan(sequential) [22:19:06.177] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:06.178] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:06.178] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:06.179] | : . ' , SequentialFuture started (and completed) [22:19:06.180] | : . ' , signalConditions() ... [22:19:06.180] | : . ' , ; include = 'immediateCondition' [22:19:06.181] | : . ' , ; exclude = [22:19:06.181] | : . ' , ; resignal = FALSE [22:19:06.182] | : . ' , ; Number of conditions: 6 [22:19:06.182] | : . ' , ; int 6 [22:19:06.183] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.184] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.184] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.185] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.185] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.186] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.186] | : . ' , signalConditions() ... done [22:19:06.187] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:06.187] | : . Launching futures ... done [22:19:06.188] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:06.188] | : Using SequentialFutureBackend ... done [22:19:06.189] | run() for 'Future' () ... done [22:19:06.189] future(..., label = NULL) ... done [22:19:06.190] value() for SequentialFuture () ... [22:19:06.190] | signalConditions() ... [22:19:06.191] | : include = 'immediateCondition' [22:19:06.191] | : exclude = [22:19:06.192] | : resignal = FALSE [22:19:06.192] | : Number of conditions: 6 [22:19:06.193] | : int 6 [22:19:06.193] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.194] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.194] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.195] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.195] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.196] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.196] | signalConditions() ... done [22:19:06.197] | relay stdout ... [1] 42 [22:19:06.197] | relay stdout ... done [22:19:06.198] | check for misuse ... [22:19:06.198] | check for misuse ... done [22:19:06.199] | relay conditions ... [22:19:06.199] | : Future state: 'finished' [22:19:06.200] | : signalConditions() ... [22:19:06.200] | : . include = 'condition' [22:19:06.201] | : . exclude = 'immediateCondition' [22:19:06.201] | : . resignal = TRUE [22:19:06.202] | : . Number of conditions: 6 [22:19:06.202] | : . int 6 [22:19:06.203] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.204] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:06.134] | : . ' , attachPackages() ... [22:19:06.204] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.205] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:06.134] | : . ' , ; packages: [n=1] 'future' [22:19:06.205] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.206] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:06.135] | : . ' , attachPackages() ... done [22:19:06.206] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.207] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:06.136] | : . ' , attachPackages() ... [22:19:06.207] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.208] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:06.136] | : . ' , ; packages: [n=0] [22:19:06.208] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:06.209] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:06.137] | : . ' , attachPackages() ... done [22:19:06.209] | : signalConditions() ... done [22:19:06.210] | relay conditions ... done [22:19:06.210] value() for SequentialFuture () ... done sequential ... done Testing with 1 cores ... done Testing with 2 cores ... multisession ... [22:19:06.211] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:06.212] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:19:06.212] | : all.equal() for FutureStrategyList ... [22:19:06.213] | : . New stack: [22:19:06.213] | : . List of 1 [22:19:06.213] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [22:19:06.213] | : . rscript_libs = .libPaths()) [22:19:06.213] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:19:06.213] | : . ..- attr(*, "init")= logi TRUE [22:19:06.213] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:19:06.213] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:19:06.213] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:19:06.213] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:19:06.213] | : . ..- attr(*, "untweakable")= chr "persistent" [22:19:06.213] | : . ..- attr(*, "call")= language plan(strategy) [22:19:06.213] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.217] | : . Old stack: [22:19:06.218] | : . List of 1 [22:19:06.218] | : . $ :function (..., envir = parent.frame()) [22:19:06.218] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.218] | : . ..- attr(*, "init")= chr "done" [22:19:06.218] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.218] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.218] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.218] | : . ..- attr(*, "call")= language plan(sequential) [22:19:06.218] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:06.218] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.218] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.218] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.222] | : . Not identical [22:19:06.222] | : . all.equal() for future ... [22:19:06.223] | : . ' List of 2 [22:19:06.223] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [22:19:06.223] | : . ' rscript_libs = .libPaths()) [22:19:06.223] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:19:06.223] | : . ' ..- attr(*, "init")= logi TRUE [22:19:06.223] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:19:06.223] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:19:06.223] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:19:06.223] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:19:06.223] | : . ' ..- attr(*, "untweakable")= chr "persistent" [22:19:06.223] | : . ' ..- attr(*, "call")= language plan(strategy) [22:19:06.223] | : . ' $ current:function (..., envir = parent.frame()) [22:19:06.223] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:06.223] | : . ' ..- attr(*, "init")= chr "done" [22:19:06.223] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.223] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.223] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.223] | : . ' ..- attr(*, "call")= language plan(sequential) [22:19:06.223] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:06.223] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:06.223] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:06.230] | : . ' Formals differ [22:19:06.230] | : . all.equal() for future ... done [22:19:06.231] | : . Future strategies differ at level 1 [22:19:06.231] | : all.equal() for FutureStrategyList ... done [22:19:06.232] | : plan(): Setting new future backend stack: [22:19:06.232] | : List of future strategies: [22:19:06.232] | : 1. multisession: [22:19:06.232] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [22:19:06.232] | : - tweaked: FALSE [22:19:06.232] | : - call: plan(strategy) [22:19:06.233] | : List of 1 [22:19:06.233] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [22:19:06.233] | : rscript_libs = .libPaths()) [22:19:06.233] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:19:06.233] | : ..- attr(*, "init")= logi TRUE [22:19:06.233] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:19:06.233] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:19:06.233] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:19:06.233] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:19:06.233] | : ..- attr(*, "untweakable")= chr "persistent" [22:19:06.233] | : ..- attr(*, "call")= language plan(strategy) [22:19:06.233] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:06.237] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [22:19:06.237] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:06.238] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [22:19:06.238] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:06.239] | : . Legacy shutdown of cluster workers ... [22:19:06.240] | : . ' Stopping existing cluster ... [22:19:06.240] | : . ' , No pre-existing cluster. Skipping [22:19:06.241] | : . ' Stopping existing cluster ... done [22:19:06.241] | : . Legacy shutdown of cluster workers ... done [22:19:06.242] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [22:19:06.242] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [22:19:06.243] | : . function (..., workers = availableCores(constraints = "connections-16"), [22:19:06.243] | : . rscript_libs = .libPaths()) [22:19:06.243] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:19:06.243] | : . - attr(*, "init")= logi TRUE [22:19:06.243] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:19:06.243] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:19:06.243] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:19:06.243] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:19:06.243] | : . - attr(*, "untweakable")= chr "persistent" [22:19:06.243] | : . - attr(*, "call")= language plan(strategy) [22:19:06.246] | : . init: TRUE [22:19:06.246] | : . makeFutureBackend() ... [22:19:06.247] | : . ' Backend function: <'NULL'> [22:19:06.247] | : . ' Evaluator tweak arguments: [n=0] [22:19:06.248] | : . ' list() [22:19:06.249] | : . ' Evaluator formal arguments: [n=2] [22:19:06.249] | : . ' Dotted pair list of 2 [22:19:06.249] | : . ' $ workers : language availableCores(constraints = "connections-16") [22:19:06.249] | : . ' $ rscript_libs: language .libPaths() [22:19:06.251] | : . ' Arguments passed to the future-backend factory: [n=2] [22:19:06.251] | : . ' List of 2 [22:19:06.251] | : . ' $ workers : language availableCores(constraints = "connections-16") [22:19:06.251] | : . ' $ rscript_libs: language .libPaths() [22:19:06.253] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [22:19:06.253] | : . ' , Arguments: [22:19:06.254] | : . ' , List of 5 [22:19:06.254] | : . ' , $ workers : Named int 2 [22:19:06.254] | : . ' , ..- attr(*, "names")= chr "mc.cores" [22:19:06.254] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:06.254] | : . ' , $ interrupts : logi TRUE [22:19:06.254] | : . ' , $ gc : logi FALSE [22:19:06.254] | : . ' , $ earlySignal : logi FALSE [22:19:06.297] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [22:19:06.298] | : . ' , ; workers: 2 [22:19:06.299] | : . ' , ; getCluster() ... [22:19:06.299] | : . ' , ; getCluster() ... done [22:19:06.300] | : . ' , ; Stopping existing cluster ... [22:19:06.300] | : . ' , ; ` No pre-existing cluster. Skipping [22:19:06.301] | : . ' , ; Stopping existing cluster ... done [22:19:06.301] | : . ' , ; Starting new cluster ... [22:19:06.302] | : . ' , ; ` makeCluster(workers, ...) ... [22:19:06.302] | : . ' , ; ` | Arguments: [22:19:06.303] | : . ' , ; ` | List of 2 [22:19:06.303] | : . ' , ; ` | $ : int 2 [22:19:06.303] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:06.304] | : . ' , ; ` | .makeCluster() ... [22:19:06.305] | : . ' , ; ` | : workers: '2' [22:19:06.305] | : . ' , ; ` | : R_FUTURE_PLAN: NA [22:19:06.306] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [22:19:06.307] | : . ' , ; ` | : List of 2 [22:19:06.307] | : . ' , ; ` | : $ : int 2 [22:19:06.307] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:06.999] | : . ' , ; ` | : Generated cluster UUID [22:19:06.999] | : . ' , ; ` | : Cluster UUID: '3b9177290c52a9dad0119d02265172ed' [22:19:07.000] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:07.003] | : . ' , ; ` | .makeCluster() ... done [22:19:07.004] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:07.006] | : . ' , ; ` makeCluster(workers, ...) ... done [22:19:07.006] | : . ' , ; ` Number of workers: 2 [22:19:07.007] | : . ' , ; ` Workers UUID: '3b9177290c52a9dad0119d02265172ed' [22:19:07.007] | : . ' , ; Starting new cluster ... done [22:19:07.008] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [22:19:07.008] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [22:19:07.009] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [22:19:07.009] | : . makeFutureBackend() ... done [22:19:07.010] | : . nbrOfWorkers(NULL) ... [22:19:07.011] | : . ' List of 4 [22:19:07.011] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:19:07.011] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:19:07.011] | : . ' $ : language nbrOfWorkers() [22:19:07.011] | : . ' $ : language nbrOfWorkers.NULL() [22:19:07.013] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.014] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.014] | : . ' Number of workers: 2 [22:19:07.015] | : . nbrOfWorkers(NULL) ... done [22:19:07.015] | : . plan(): nbrOfWorkers() = 2 [22:19:07.016] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [22:19:07.016] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done - stdout = TRUE [22:19:07.017] | future(..., label = NULL) ... [22:19:07.017] | : lazy: FALSE [22:19:07.018] | : stdout: TRUE [22:19:07.018] | : conditions: [n=1] 'condition' [22:19:07.019] | : getGlobalsAndPackages() ... [22:19:07.019] | : . Searching for globals ... [22:19:07.052] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:07.053] | : . Searching for globals ... done [22:19:07.054] | : . Resolving globals: FALSE [22:19:07.054] | : . Search for packages associated with the globals ... [22:19:07.055] | : . ' Packages associated with globals: [2] 'base', 'utils' [22:19:07.055] | : . ' Packages: [2] 'base', 'utils' [22:19:07.056] | : . Search for packages associated with the globals ... done [22:19:07.057] | : . Packages after dropping 'base': [1] 'utils' [22:19:07.057] | : . Packages after dropping non-attached packages: [1] 'utils' [22:19:07.058] | : . globals: [0] [22:19:07.058] | : . packages: [1] 'utils' [22:19:07.059] | : getGlobalsAndPackages() ... done [22:19:07.059] | : run() for 'Future' () ... [22:19:07.060] | : . state: 'created' [22:19:07.060] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.061] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.061] | : . Using MultisessionFutureBackend ... [22:19:07.062] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:19:07.062] | : . ' Launching futures ... [22:19:07.063] | : . ' , launchFuture() for ClusterFutureBackend ... [22:19:07.064] | : . ' , ; Workers: [n=2] [22:19:07.064] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:07.066] | : . ' , ; FutureRegistry: 'workers-3b9177290c52a9dad0119d02265172ed' [22:19:07.067] | : . ' , ; requestWorker() ... [22:19:07.067] | : . ' , ; ` requestNode() ... [22:19:07.068] | : . ' , ; ` | Number of workers: 2 [22:19:07.068] | : . ' , ; ` | Polling for a free worker ... [22:19:07.069] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.069] | : . ' , ; ` | : . Created empty registry 'workers-3b9177290c52a9dad0119d02265172ed' [22:19:07.070] | : . ' , ; ` | : . Listing all futures [22:19:07.070] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.071] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.071] | : . ' , ; ` | : Total time: 0 [22:19:07.072] | : . ' , ; ` | Polling for a free worker ... done [22:19:07.072] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.073] | : . ' , ; ` | : Listing all futures [22:19:07.073] | : . ' , ; ` | : Number of registered futures: 0 [22:19:07.074] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.074] | : . ' , ; ` | avail: [n=2] '1', '2' [22:19:07.075] | : . ' , ; ` | Index of first available worker: 1 [22:19:07.075] | : . ' , ; ` | Validate that the worker is functional ... [22:19:07.076] | : . ' , ; ` | : Connection is valid [22:19:07.077] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 20352 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:34818') [22:19:07.078] | : . ' , ; ` | : Worker is functional [22:19:07.079] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.079] | : . ' , ; ` | : . Listing all futures [22:19:07.080] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.080] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.081] | : . ' , ; ` | Validate that the worker is functional ... done [22:19:07.081] | : . ' , ; ` requestNode() ... done [22:19:07.082] | : . ' , ; ` cluster node index: 1 [22:19:07.082] | : . ' , ; requestWorker() ... done [22:19:07.083] | : . ' , ; eraseGlobalEnvironment() ... [22:19:07.084] | : . ' , ; eraseGlobalEnvironment() ... done [22:19:07.084] | : . ' , ; launchFuture() ... [22:19:07.085] | : . ' , ; ` cluster node index: 1 [22:19:07.085] | : . ' , ; ` getFutureData() ... [22:19:07.086] | : . ' , ; ` | getFutureCore() ... [22:19:07.086] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [22:19:07.087] | : . ' , ; ` | getFutureCore() ... done [22:19:07.087] | : . ' , ; ` | getFutureCapture() ... [22:19:07.088] | : . ' , ; ` | getFutureCapture() ... done [22:19:07.088] | : . ' , ; ` | getFutureContext() ... [22:19:07.089] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.089] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:19:07.090] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.090] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:19:07.091] | : . ' , ; ` | getFutureContext() ... done [22:19:07.092] | : . ' , ; ` getFutureData() ... done [22:19:07.092] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... [22:19:07.093] | : . ' , ; ` | Appended future to position #1 [22:19:07.094] | : . ' , ; ` | Number of registered futures: 1 [22:19:07.094] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... done [22:19:07.095] | : . ' , ; launchFuture() ... done [22:19:07.095] | : . ' , ; MultisessionFuture started [22:19:07.096] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:19:07.096] | : . ' Launching futures ... done [22:19:07.097] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:19:07.097] | : . Using MultisessionFutureBackend ... done [22:19:07.098] | : run() for 'Future' () ... done [22:19:07.098] | future(..., label = NULL) ... done [22:19:07.099] | result() for ClusterFuture ... [22:19:07.100] | : assertValidConnection() ... [22:19:07.100] | : . cluster node index: 1 [22:19:07.101] | : assertValidConnection() ... done [22:19:07.102] | : receiveMessageFromWorker() for ClusterFuture ... [22:19:07.102] | : . cluster node index: 1 [22:19:07.155] | : . [1] TRUE [22:19:07.156] | : . Received data: [22:19:07.156] | : . List of 5 [22:19:07.156] | : . $ type : chr "VALUE" [22:19:07.156] | : . $ value :List of 16 [22:19:07.156] | : . ..$ value : int 42 [22:19:07.156] | : . ..$ visible : logi TRUE [22:19:07.156] | : . ..$ stdout : chr " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25\n[26] 26 27 28 29 30 31 32 33 3"| __truncated__ [22:19:07.156] | : . ..$ conditions : list() [22:19:07.156] | : . ..$ rng : logi FALSE [22:19:07.156] | : . ..$ seed : NULL [22:19:07.156] | : . ..$ misuseGlobalEnv : NULL [22:19:07.156] | : . ..$ misuseConnections :List of 3 [22:19:07.156] | : . .. ..$ added : NULL [22:19:07.156] | : . .. ..$ removed : NULL [22:19:07.156] | : . .. ..$ replaced: NULL [22:19:07.156] | : . ..$ misuseDevices : NULL [22:19:07.156] | : . ..$ misuseDefaultDevice: list() [22:19:07.156] | : . ..$ started : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.156] | : . ..$ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.156] | : . ..$ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "10" [22:19:07.156] | : . ..$ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" [22:19:07.156] | : . .. ..- attr(*, "source")=List of 5 [22:19:07.156] | : . .. .. ..$ host : Named chr "CRANWIN3" [22:19:07.156] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:19:07.156] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:19:07.156] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:19:07.156] | : . .. .. ..$ pid : int 20352 [22:19:07.156] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" [22:19:07.156] | : . .. .. ..$ random: int 2147483647 [22:19:07.156] | : . ..$ r_info :List of 4 [22:19:07.156] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:19:07.156] | : . .. .. ..$ : int [1:3] 4 6 0 [22:19:07.156] | : . .. ..$ os : chr "windows" [22:19:07.156] | : . .. ..$ os_name : chr "Windows" [22:19:07.156] | : . .. ..$ captures_utf8: logi TRUE [22:19:07.156] | : . ..$ version : chr "1.8" [22:19:07.156] | : . ..- attr(*, "class")= chr "FutureResult" [22:19:07.156] | : . $ success: logi TRUE [22:19:07.156] | : . $ time : 'proc_time' Named num [1:5] 0.06 0 0.06 NA NA [22:19:07.156] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:19:07.156] | : . $ tag : NULL [22:19:07.175] | : . Received FutureResult [22:19:07.175] | : . FutureResult: [22:19:07.175] | : . value: 'integer' [22:19:07.175] | : . visible: TRUE [22:19:07.175] | : . stdout: character [22:19:07.175] | : . conditions: [n = 0] [22:19:07.175] | : . RNG used: FALSE [22:19:07.175] | : . duration: 0.05976701 secs (started 2026-03-13 22:19:07.094119) [22:19:07.175] | : . version: 1.8 [22:19:07.176] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... [22:19:07.177] | : . ' Removed future from position #1 [22:19:07.178] | : . ' Number of registered futures: 0 [22:19:07.178] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... done [22:19:07.179] | : . Erased future from future backend [22:19:07.179] | : . result() for ClusterFuture ... [22:19:07.180] | : . ' result already collected: FutureResult [22:19:07.180] | : . result() for ClusterFuture ... done [22:19:07.181] | : . signalConditions() ... [22:19:07.181] | : . ' include = 'immediateCondition' [22:19:07.181] | : . ' exclude = [22:19:07.182] | : . ' resignal = FALSE [22:19:07.182] | : . ' Number of conditions: 0 [22:19:07.183] | : . ' int 0 [22:19:07.184] | : . signalConditions() ... done [22:19:07.184] | : receiveMessageFromWorker() for ClusterFuture ... done [22:19:07.185] | result() for ClusterFuture ... done List of 16 $ value : int 42 $ visible : logi TRUE $ stdout : chr " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25\n[26] 26 27 28 29 30 31 32 33 3"| __truncated__ $ conditions : list() $ rng : logi FALSE $ seed : NULL $ misuseGlobalEnv : NULL $ misuseConnections :List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ misuseDefaultDevice: list() $ started : POSIXct[1:1], format: "2026-03-13 22:19:07" $ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" $ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "10" $ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" ..- attr(*, "source")=List of 5 .. ..$ host : Named chr "CRANWIN3" .. .. ..- attr(*, "names")= chr "COMPUTERNAME" .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... .. ..$ pid : int 20352 .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" .. ..$ random: int 2147483647 $ r_info :List of 4 ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 .. ..$ : int [1:3] 4 6 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [22:19:07.198] | value() for MultisessionFuture () ... [22:19:07.199] | : result() for ClusterFuture ... [22:19:07.199] | : . result already collected: FutureResult [22:19:07.200] | : result() for ClusterFuture ... done [22:19:07.200] | : result() for ClusterFuture ... [22:19:07.201] | : . result already collected: FutureResult [22:19:07.201] | : result() for ClusterFuture ... done [22:19:07.202] | : signalConditions() ... [22:19:07.202] | : . include = 'immediateCondition' [22:19:07.203] | : . exclude = [22:19:07.203] | : . resignal = FALSE [22:19:07.204] | : . Number of conditions: 0 [22:19:07.204] | : . int 0 [22:19:07.205] | : signalConditions() ... done [22:19:07.206] | : relay stdout ... [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 int [1:50] 1 2 3 4 5 6 7 8 9 10 ... a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species" "1" 5.1 3.5 1.4 0.2 "setosa" "2" 4.9 3 1.4 0.2 "setosa" "3" 4.7 3.2 1.3 0.2 "setosa" "4" 4.6 3.1 1.5 0.2 "setosa" "5" 5 3.6 1.4 0.2 "setosa" "6" 5.4 3.9 1.7 0.4 "setosa" "7" 4.6 3.4 1.4 0.3 "setosa" "8" 5 3.4 1.5 0.2 "setosa" "9" 4.4 2.9 1.4 0.2 "setosa" "10" 4.9 3.1 1.5 0.1 "setosa" [22:19:07.206] | : relay stdout ... done [22:19:07.207] | : check for misuse ... [22:19:07.207] | : check for misuse ... done [22:19:07.208] | value() for MultisessionFuture () ... done FutureResult: value: 'integer' visible: TRUE stdout: character conditions: [n = 0] RNG used: FALSE duration: 0.05976701 secs (started 2026-03-13 22:19:07.094119) version: 1.8 [22:19:07.209] | future(..., label = NULL) ... [22:19:07.209] | : lazy: FALSE [22:19:07.210] | : stdout: TRUE [22:19:07.210] | : conditions: [n=1] 'condition' [22:19:07.211] | : getGlobalsAndPackages() ... [22:19:07.211] | : . Searching for globals ... [22:19:07.244] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:07.245] | : . Searching for globals ... done [22:19:07.245] | : . Resolving globals: FALSE [22:19:07.246] | : . Search for packages associated with the globals ... [22:19:07.247] | : . ' Packages associated with globals: [2] 'base', 'utils' [22:19:07.248] | : . ' Packages: [2] 'base', 'utils' [22:19:07.248] | : . Search for packages associated with the globals ... done [22:19:07.249] | : . Packages after dropping 'base': [1] 'utils' [22:19:07.249] | : . Packages after dropping non-attached packages: [1] 'utils' [22:19:07.250] | : . globals: [0] [22:19:07.250] | : . packages: [1] 'utils' [22:19:07.251] | : getGlobalsAndPackages() ... done [22:19:07.251] | : run() for 'Future' () ... [22:19:07.252] | : . state: 'created' [22:19:07.253] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.253] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.253] | : . Using MultisessionFutureBackend ... [22:19:07.254] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:19:07.255] | : . ' Launching futures ... [22:19:07.255] | : . ' , launchFuture() for ClusterFutureBackend ... [22:19:07.256] | : . ' , ; Workers: [n=2] [22:19:07.256] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:07.258] | : . ' , ; FutureRegistry: 'workers-3b9177290c52a9dad0119d02265172ed' [22:19:07.259] | : . ' , ; requestWorker() ... [22:19:07.259] | : . ' , ; ` requestNode() ... [22:19:07.260] | : . ' , ; ` | Number of workers: 2 [22:19:07.260] | : . ' , ; ` | Polling for a free worker ... [22:19:07.261] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.261] | : . ' , ; ` | : . Listing all futures [22:19:07.262] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.262] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.263] | : . ' , ; ` | : Total time: 0 [22:19:07.263] | : . ' , ; ` | Polling for a free worker ... done [22:19:07.264] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.264] | : . ' , ; ` | : Listing all futures [22:19:07.265] | : . ' , ; ` | : Number of registered futures: 0 [22:19:07.265] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.266] | : . ' , ; ` | avail: [n=2] '1', '2' [22:19:07.266] | : . ' , ; ` | Index of first available worker: 1 [22:19:07.267] | : . ' , ; ` | Validate that the worker is functional ... [22:19:07.267] | : . ' , ; ` | : Connection is valid [22:19:07.268] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 20352 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:34818') [22:19:07.269] | : . ' , ; ` | : Worker is functional [22:19:07.270] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.270] | : . ' , ; ` | : . Listing all futures [22:19:07.271] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.271] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.274] | : . ' , ; ` | Validate that the worker is functional ... done [22:19:07.274] | : . ' , ; ` requestNode() ... done [22:19:07.275] | : . ' , ; ` cluster node index: 1 [22:19:07.275] | : . ' , ; requestWorker() ... done [22:19:07.276] | : . ' , ; eraseGlobalEnvironment() ... [22:19:07.276] | : . ' , ; eraseGlobalEnvironment() ... done [22:19:07.277] | : . ' , ; launchFuture() ... [22:19:07.278] | : . ' , ; ` cluster node index: 1 [22:19:07.278] | : . ' , ; ` getFutureData() ... [22:19:07.278] | : . ' , ; ` | getFutureCore() ... [22:19:07.279] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [22:19:07.280] | : . ' , ; ` | getFutureCore() ... done [22:19:07.280] | : . ' , ; ` | getFutureCapture() ... [22:19:07.281] | : . ' , ; ` | getFutureCapture() ... done [22:19:07.281] | : . ' , ; ` | getFutureContext() ... [22:19:07.282] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.282] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:19:07.283] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.283] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:19:07.284] | : . ' , ; ` | getFutureContext() ... done [22:19:07.284] | : . ' , ; ` getFutureData() ... done [22:19:07.285] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... [22:19:07.285] | : . ' , ; ` | Appended future to position #1 [22:19:07.286] | : . ' , ; ` | Number of registered futures: 1 [22:19:07.286] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... done [22:19:07.287] | : . ' , ; launchFuture() ... done [22:19:07.287] | : . ' , ; MultisessionFuture started [22:19:07.288] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:19:07.288] | : . ' Launching futures ... done [22:19:07.289] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:19:07.289] | : . Using MultisessionFutureBackend ... done [22:19:07.290] | : run() for 'Future' () ... done [22:19:07.290] | future(..., label = NULL) ... done [22:19:07.291] | value() for MultisessionFuture () ... [22:19:07.291] | : result() for ClusterFuture ... [22:19:07.292] | : . assertValidConnection() ... [22:19:07.292] | : . ' cluster node index: 1 [22:19:07.293] | : . assertValidConnection() ... done [22:19:07.294] | : . receiveMessageFromWorker() for ClusterFuture ... [22:19:07.294] | : . ' cluster node index: 1 [22:19:07.295] | : . ' [1] TRUE [22:19:07.296] | : . ' Received data: [22:19:07.296] | : . ' List of 5 [22:19:07.296] | : . ' $ type : chr "VALUE" [22:19:07.296] | : . ' $ value :List of 16 [22:19:07.296] | : . ' ..$ value : int 42 [22:19:07.296] | : . ' ..$ visible : logi TRUE [22:19:07.296] | : . ' ..$ stdout : chr " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25\n[26] 26 27 28 29 30 31 32 33 3"| __truncated__ [22:19:07.296] | : . ' ..$ conditions : list() [22:19:07.296] | : . ' ..$ rng : logi FALSE [22:19:07.296] | : . ' ..$ seed : NULL [22:19:07.296] | : . ' ..$ misuseGlobalEnv : NULL [22:19:07.296] | : . ' ..$ misuseConnections :List of 3 [22:19:07.296] | : . ' .. ..$ added : NULL [22:19:07.296] | : . ' .. ..$ removed : NULL [22:19:07.296] | : . ' .. ..$ replaced: NULL [22:19:07.296] | : . ' ..$ misuseDevices : NULL [22:19:07.296] | : . ' ..$ misuseDefaultDevice: list() [22:19:07.296] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.296] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.296] | : . ' ..$ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "11" [22:19:07.296] | : . ' ..$ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" [22:19:07.296] | : . ' .. ..- attr(*, "source")=List of 5 [22:19:07.296] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:19:07.296] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:19:07.296] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:19:07.296] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:19:07.296] | : . ' .. .. ..$ pid : int 20352 [22:19:07.296] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" [22:19:07.296] | : . ' .. .. ..$ random: int 2147483647 [22:19:07.296] | : . ' ..$ r_info :List of 4 [22:19:07.296] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:19:07.296] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:19:07.296] | : . ' .. ..$ os : chr "windows" [22:19:07.296] | : . ' .. ..$ os_name : chr "Windows" [22:19:07.296] | : . ' .. ..$ captures_utf8: logi TRUE [22:19:07.296] | : . ' ..$ version : chr "1.8" [22:19:07.296] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:19:07.296] | : . ' $ success: logi TRUE [22:19:07.296] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:19:07.296] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:19:07.296] | : . ' $ tag : NULL [22:19:07.311] | : . ' Received FutureResult [22:19:07.312] | : . ' FutureResult: [22:19:07.312] | : . ' value: 'integer' [22:19:07.312] | : . ' visible: TRUE [22:19:07.312] | : . ' stdout: character [22:19:07.312] | : . ' conditions: [n = 0] [22:19:07.312] | : . ' RNG used: FALSE [22:19:07.312] | : . ' duration: 0.003697157 secs (started 2026-03-13 22:19:07.285446) [22:19:07.312] | : . ' version: 1.8 [22:19:07.313] | : . ' FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... [22:19:07.313] | : . ' , Removed future from position #1 [22:19:07.314] | : . ' , Number of registered futures: 0 [22:19:07.314] | : . ' FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... done [22:19:07.315] | : . ' Erased future from future backend [22:19:07.315] | : . ' result() for ClusterFuture ... [22:19:07.316] | : . ' , result already collected: FutureResult [22:19:07.316] | : . ' result() for ClusterFuture ... done [22:19:07.317] | : . ' signalConditions() ... [22:19:07.317] | : . ' , include = 'immediateCondition' [22:19:07.318] | : . ' , exclude = [22:19:07.318] | : . ' , resignal = FALSE [22:19:07.319] | : . ' , Number of conditions: 0 [22:19:07.319] | : . ' , int 0 [22:19:07.320] | : . ' signalConditions() ... done [22:19:07.321] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:19:07.321] | : result() for ClusterFuture ... done [22:19:07.322] | : result() for ClusterFuture ... [22:19:07.322] | : . result already collected: FutureResult [22:19:07.323] | : result() for ClusterFuture ... done [22:19:07.323] | : signalConditions() ... [22:19:07.323] | : . include = 'immediateCondition' [22:19:07.324] | : . exclude = [22:19:07.324] | : . resignal = FALSE [22:19:07.325] | : . Number of conditions: 0 [22:19:07.325] | : . int 0 [22:19:07.326] | : signalConditions() ... done [22:19:07.327] | : relay stdout ... [22:19:07.327] | : relay stdout ... done [22:19:07.328] | : check for misuse ... [22:19:07.328] | : check for misuse ... done [22:19:07.329] | value() for MultisessionFuture () ... done [1] " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25" [2] "[26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50" [3] " int [1:50] 1 2 3 4 5 6 7 8 9 10 ..." [4] "a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 " [5] "\"Sepal.Length\"\t\"Sepal.Width\"\t\"Petal.Length\"\t\"Petal.Width\"\t\"Species\"" [6] "\"1\"\t5.1\t3.5\t1.4\t0.2\t\"setosa\"" [7] "\"2\"\t4.9\t3\t1.4\t0.2\t\"setosa\"" [8] "\"3\"\t4.7\t3.2\t1.3\t0.2\t\"setosa\"" [9] "\"4\"\t4.6\t3.1\t1.5\t0.2\t\"setosa\"" [10] "\"5\"\t5\t3.6\t1.4\t0.2\t\"setosa\"" [11] "\"6\"\t5.4\t3.9\t1.7\t0.4\t\"setosa\"" [12] "\"7\"\t4.6\t3.4\t1.4\t0.3\t\"setosa\"" [13] "\"8\"\t5\t3.4\t1.5\t0.2\t\"setosa\"" [14] "\"9\"\t4.4\t2.9\t1.4\t0.2\t\"setosa\"" [15] "\"10\"\t4.9\t3.1\t1.5\t0.1\t\"setosa\"" - stdout = structure(TRUE, drop = TRUE) [22:19:07.330] | future(..., label = NULL) ... [22:19:07.330] | : lazy: FALSE [22:19:07.331] | : stdout: TRUE [22:19:07.331] | : conditions: [n=1] 'condition' [22:19:07.332] | : getGlobalsAndPackages() ... [22:19:07.332] | : . Searching for globals ... [22:19:07.336] | : . ' globals found: [1] 'print' [22:19:07.336] | : . Searching for globals ... done [22:19:07.337] | : . Resolving globals: FALSE [22:19:07.337] | : . Search for packages associated with the globals ... [22:19:07.338] | : . ' Packages associated with globals: [1] 'base' [22:19:07.338] | : . ' Packages: [1] 'base' [22:19:07.339] | : . Search for packages associated with the globals ... done [22:19:07.340] | : . Packages after dropping 'base': [0] [22:19:07.340] | : . globals: [0] [22:19:07.340] | : . packages: [0] [22:19:07.341] | : getGlobalsAndPackages() ... done [22:19:07.342] | : run() for 'Future' () ... [22:19:07.342] | : . state: 'created' [22:19:07.343] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.343] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.344] | : . Using MultisessionFutureBackend ... [22:19:07.344] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:19:07.345] | : . ' Launching futures ... [22:19:07.345] | : . ' , launchFuture() for ClusterFutureBackend ... [22:19:07.346] | : . ' , ; Workers: [n=2] [22:19:07.346] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:07.349] | : . ' , ; FutureRegistry: 'workers-3b9177290c52a9dad0119d02265172ed' [22:19:07.349] | : . ' , ; requestWorker() ... [22:19:07.350] | : . ' , ; ` requestNode() ... [22:19:07.350] | : . ' , ; ` | Number of workers: 2 [22:19:07.351] | : . ' , ; ` | Polling for a free worker ... [22:19:07.351] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.352] | : . ' , ; ` | : . Listing all futures [22:19:07.352] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.353] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.353] | : . ' , ; ` | : Total time: 0 [22:19:07.354] | : . ' , ; ` | Polling for a free worker ... done [22:19:07.354] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.355] | : . ' , ; ` | : Listing all futures [22:19:07.355] | : . ' , ; ` | : Number of registered futures: 0 [22:19:07.355] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.356] | : . ' , ; ` | avail: [n=2] '1', '2' [22:19:07.356] | : . ' , ; ` | Index of first available worker: 1 [22:19:07.357] | : . ' , ; ` | Validate that the worker is functional ... [22:19:07.358] | : . ' , ; ` | : Connection is valid [22:19:07.358] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 20352 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:34818') [22:19:07.360] | : . ' , ; ` | : Worker is functional [22:19:07.360] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.361] | : . ' , ; ` | : . Listing all futures [22:19:07.361] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.362] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.362] | : . ' , ; ` | Validate that the worker is functional ... done [22:19:07.363] | : . ' , ; ` requestNode() ... done [22:19:07.363] | : . ' , ; ` cluster node index: 1 [22:19:07.364] | : . ' , ; requestWorker() ... done [22:19:07.364] | : . ' , ; eraseGlobalEnvironment() ... [22:19:07.365] | : . ' , ; eraseGlobalEnvironment() ... done [22:19:07.365] | : . ' , ; launchFuture() ... [22:19:07.366] | : . ' , ; ` cluster node index: 1 [22:19:07.366] | : . ' , ; ` getFutureData() ... [22:19:07.367] | : . ' , ; ` | getFutureCore() ... [22:19:07.367] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:19:07.368] | : . ' , ; ` | getFutureCore() ... done [22:19:07.368] | : . ' , ; ` | getFutureCapture() ... [22:19:07.369] | : . ' , ; ` | getFutureCapture() ... done [22:19:07.369] | : . ' , ; ` | getFutureContext() ... [22:19:07.370] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.370] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:19:07.371] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.371] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:19:07.372] | : . ' , ; ` | getFutureContext() ... done [22:19:07.372] | : . ' , ; ` getFutureData() ... done [22:19:07.373] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... [22:19:07.374] | : . ' , ; ` | Appended future to position #1 [22:19:07.374] | : . ' , ; ` | Number of registered futures: 1 [22:19:07.375] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... done [22:19:07.375] | : . ' , ; launchFuture() ... done [22:19:07.376] | : . ' , ; MultisessionFuture started [22:19:07.376] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:19:07.377] | : . ' Launching futures ... done [22:19:07.377] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:19:07.378] | : . Using MultisessionFutureBackend ... done [22:19:07.378] | : run() for 'Future' () ... done [22:19:07.379] | future(..., label = NULL) ... done [22:19:07.379] | result() for ClusterFuture ... [22:19:07.380] | : assertValidConnection() ... [22:19:07.380] | : . cluster node index: 1 [22:19:07.381] | : assertValidConnection() ... done [22:19:07.381] | : receiveMessageFromWorker() for ClusterFuture ... [22:19:07.382] | : . cluster node index: 1 [22:19:07.383] | : . [1] TRUE [22:19:07.383] | : . Received data: [22:19:07.384] | : . List of 5 [22:19:07.384] | : . $ type : chr "VALUE" [22:19:07.384] | : . $ value :List of 16 [22:19:07.384] | : . ..$ value : num 42 [22:19:07.384] | : . ..$ visible : logi FALSE [22:19:07.384] | : . ..$ stdout : chr "[1] 42\n" [22:19:07.384] | : . ..$ conditions : list() [22:19:07.384] | : . ..$ rng : logi FALSE [22:19:07.384] | : . ..$ seed : NULL [22:19:07.384] | : . ..$ misuseGlobalEnv : NULL [22:19:07.384] | : . ..$ misuseConnections :List of 3 [22:19:07.384] | : . .. ..$ added : NULL [22:19:07.384] | : . .. ..$ removed : NULL [22:19:07.384] | : . .. ..$ replaced: NULL [22:19:07.384] | : . ..$ misuseDevices : NULL [22:19:07.384] | : . ..$ misuseDefaultDevice: list() [22:19:07.384] | : . ..$ started : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.384] | : . ..$ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.384] | : . ..$ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "12" [22:19:07.384] | : . ..$ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" [22:19:07.384] | : . .. ..- attr(*, "source")=List of 5 [22:19:07.384] | : . .. .. ..$ host : Named chr "CRANWIN3" [22:19:07.384] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:19:07.384] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:19:07.384] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:19:07.384] | : . .. .. ..$ pid : int 20352 [22:19:07.384] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" [22:19:07.384] | : . .. .. ..$ random: int 2147483647 [22:19:07.384] | : . ..$ r_info :List of 4 [22:19:07.384] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:19:07.384] | : . .. .. ..$ : int [1:3] 4 6 0 [22:19:07.384] | : . .. ..$ os : chr "windows" [22:19:07.384] | : . .. ..$ os_name : chr "Windows" [22:19:07.384] | : . .. ..$ captures_utf8: logi TRUE [22:19:07.384] | : . ..$ version : chr "1.8" [22:19:07.384] | : . ..- attr(*, "class")= chr "FutureResult" [22:19:07.384] | : . $ success: logi TRUE [22:19:07.384] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:19:07.384] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:19:07.384] | : . $ tag : NULL [22:19:07.399] | : . Received FutureResult [22:19:07.399] | : . FutureResult: [22:19:07.399] | : . value: 'numeric' [22:19:07.399] | : . visible: FALSE [22:19:07.399] | : . stdout: character [22:19:07.399] | : . conditions: [n = 0] [22:19:07.399] | : . RNG used: FALSE [22:19:07.399] | : . duration: 0.00286293 secs (started 2026-03-13 22:19:07.373763) [22:19:07.399] | : . version: 1.8 [22:19:07.400] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... [22:19:07.401] | : . ' Removed future from position #1 [22:19:07.401] | : . ' Number of registered futures: 0 [22:19:07.402] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... done [22:19:07.402] | : . Erased future from future backend [22:19:07.403] | : . result() for ClusterFuture ... [22:19:07.403] | : . ' result already collected: FutureResult [22:19:07.404] | : . result() for ClusterFuture ... done [22:19:07.404] | : . signalConditions() ... [22:19:07.405] | : . ' include = 'immediateCondition' [22:19:07.405] | : . ' exclude = [22:19:07.406] | : . ' resignal = FALSE [22:19:07.406] | : . ' Number of conditions: 0 [22:19:07.407] | : . ' int 0 [22:19:07.408] | : . signalConditions() ... done [22:19:07.408] | : receiveMessageFromWorker() for ClusterFuture ... done [22:19:07.409] | result() for ClusterFuture ... done [22:19:07.409] | value() for MultisessionFuture () ... [22:19:07.410] | : result() for ClusterFuture ... [22:19:07.410] | : . result already collected: FutureResult [22:19:07.411] | : result() for ClusterFuture ... done [22:19:07.411] | : result() for ClusterFuture ... [22:19:07.412] | : . result already collected: FutureResult [22:19:07.412] | : result() for ClusterFuture ... done [22:19:07.413] | : signalConditions() ... [22:19:07.413] | : . include = 'immediateCondition' [22:19:07.414] | : . exclude = [22:19:07.414] | : . resignal = FALSE [22:19:07.415] | : . Number of conditions: 0 [22:19:07.415] | : . int 0 [22:19:07.416] | : signalConditions() ... done [22:19:07.416] | : relay stdout ... [1] 42 [22:19:07.417] | : relay stdout ... done [22:19:07.418] | : check for misuse ... [22:19:07.418] | : check for misuse ... done [22:19:07.419] | value() for MultisessionFuture () ... done [22:19:07.419] | result() for ClusterFuture ... [22:19:07.420] | : result already collected: FutureResult [22:19:07.420] | result() for ClusterFuture ... done - stdout = FALSE [22:19:07.421] | future(..., label = NULL) ... [22:19:07.421] | : lazy: FALSE [22:19:07.422] | : stdout: FALSE [22:19:07.422] | : conditions: [n=1] 'condition' [22:19:07.423] | : getGlobalsAndPackages() ... [22:19:07.423] | : . Searching for globals ... [22:19:07.458] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:07.459] | : . Searching for globals ... done [22:19:07.459] | : . Resolving globals: FALSE [22:19:07.460] | : . Search for packages associated with the globals ... [22:19:07.461] | : . ' Packages associated with globals: [2] 'base', 'utils' [22:19:07.461] | : . ' Packages: [2] 'base', 'utils' [22:19:07.462] | : . Search for packages associated with the globals ... done [22:19:07.462] | : . Packages after dropping 'base': [1] 'utils' [22:19:07.463] | : . Packages after dropping non-attached packages: [1] 'utils' [22:19:07.463] | : . globals: [0] [22:19:07.464] | : . packages: [1] 'utils' [22:19:07.464] | : getGlobalsAndPackages() ... done [22:19:07.465] | : run() for 'Future' () ... [22:19:07.466] | : . state: 'created' [22:19:07.466] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.467] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.467] | : . Using MultisessionFutureBackend ... [22:19:07.468] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:19:07.468] | : . ' Launching futures ... [22:19:07.469] | : . ' , launchFuture() for ClusterFutureBackend ... [22:19:07.469] | : . ' , ; Workers: [n=2] [22:19:07.470] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:07.472] | : . ' , ; FutureRegistry: 'workers-3b9177290c52a9dad0119d02265172ed' [22:19:07.472] | : . ' , ; requestWorker() ... [22:19:07.473] | : . ' , ; ` requestNode() ... [22:19:07.473] | : . ' , ; ` | Number of workers: 2 [22:19:07.474] | : . ' , ; ` | Polling for a free worker ... [22:19:07.474] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.475] | : . ' , ; ` | : . Listing all futures [22:19:07.475] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.476] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.476] | : . ' , ; ` | : Total time: 0 [22:19:07.477] | : . ' , ; ` | Polling for a free worker ... done [22:19:07.477] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.478] | : . ' , ; ` | : Listing all futures [22:19:07.478] | : . ' , ; ` | : Number of registered futures: 0 [22:19:07.479] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.479] | : . ' , ; ` | avail: [n=2] '1', '2' [22:19:07.480] | : . ' , ; ` | Index of first available worker: 1 [22:19:07.480] | : . ' , ; ` | Validate that the worker is functional ... [22:19:07.481] | : . ' , ; ` | : Connection is valid [22:19:07.481] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 20352 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:34818') [22:19:07.483] | : . ' , ; ` | : Worker is functional [22:19:07.483] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.484] | : . ' , ; ` | : . Listing all futures [22:19:07.484] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.485] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.485] | : . ' , ; ` | Validate that the worker is functional ... done [22:19:07.486] | : . ' , ; ` requestNode() ... done [22:19:07.486] | : . ' , ; ` cluster node index: 1 [22:19:07.487] | : . ' , ; requestWorker() ... done [22:19:07.487] | : . ' , ; eraseGlobalEnvironment() ... [22:19:07.488] | : . ' , ; eraseGlobalEnvironment() ... done [22:19:07.488] | : . ' , ; launchFuture() ... [22:19:07.489] | : . ' , ; ` cluster node index: 1 [22:19:07.489] | : . ' , ; ` getFutureData() ... [22:19:07.490] | : . ' , ; ` | getFutureCore() ... [22:19:07.490] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [22:19:07.491] | : . ' , ; ` | getFutureCore() ... done [22:19:07.491] | : . ' , ; ` | getFutureCapture() ... [22:19:07.492] | : . ' , ; ` | getFutureCapture() ... done [22:19:07.492] | : . ' , ; ` | getFutureContext() ... [22:19:07.493] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.493] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:19:07.494] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.494] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:19:07.495] | : . ' , ; ` | getFutureContext() ... done [22:19:07.495] | : . ' , ; ` getFutureData() ... done [22:19:07.496] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... [22:19:07.497] | : . ' , ; ` | Appended future to position #1 [22:19:07.497] | : . ' , ; ` | Number of registered futures: 1 [22:19:07.498] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... done [22:19:07.498] | : . ' , ; launchFuture() ... done [22:19:07.499] | : . ' , ; MultisessionFuture started [22:19:07.499] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:19:07.500] | : . ' Launching futures ... done [22:19:07.500] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:19:07.501] | : . Using MultisessionFutureBackend ... done [22:19:07.501] | : run() for 'Future' () ... done [22:19:07.502] | future(..., label = NULL) ... done [22:19:07.502] | result() for ClusterFuture ... [22:19:07.503] | : assertValidConnection() ... [22:19:07.503] | : . cluster node index: 1 [22:19:07.504] | : assertValidConnection() ... done [22:19:07.504] | : receiveMessageFromWorker() for ClusterFuture ... [22:19:07.505] | : . cluster node index: 1 [22:19:07.505] | : . [1] TRUE [22:19:07.506] | : . Received data: [22:19:07.507] | : . List of 5 [22:19:07.507] | : . $ type : chr "VALUE" [22:19:07.507] | : . $ value :List of 16 [22:19:07.507] | : . ..$ value : int 42 [22:19:07.507] | : . ..$ visible : logi TRUE [22:19:07.507] | : . ..$ stdout : NULL [22:19:07.507] | : . ..$ conditions : list() [22:19:07.507] | : . ..$ rng : logi FALSE [22:19:07.507] | : . ..$ seed : NULL [22:19:07.507] | : . ..$ misuseGlobalEnv : NULL [22:19:07.507] | : . ..$ misuseConnections :List of 3 [22:19:07.507] | : . .. ..$ added : NULL [22:19:07.507] | : . .. ..$ removed : NULL [22:19:07.507] | : . .. ..$ replaced: NULL [22:19:07.507] | : . ..$ misuseDevices : NULL [22:19:07.507] | : . ..$ misuseDefaultDevice: list() [22:19:07.507] | : . ..$ started : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.507] | : . ..$ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.507] | : . ..$ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "13" [22:19:07.507] | : . ..$ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" [22:19:07.507] | : . .. ..- attr(*, "source")=List of 5 [22:19:07.507] | : . .. .. ..$ host : Named chr "CRANWIN3" [22:19:07.507] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:19:07.507] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:19:07.507] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:19:07.507] | : . .. .. ..$ pid : int 20352 [22:19:07.507] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" [22:19:07.507] | : . .. .. ..$ random: int 2147483647 [22:19:07.507] | : . ..$ r_info :List of 4 [22:19:07.507] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:19:07.507] | : . .. .. ..$ : int [1:3] 4 6 0 [22:19:07.507] | : . .. ..$ os : chr "windows" [22:19:07.507] | : . .. ..$ os_name : chr "Windows" [22:19:07.507] | : . .. ..$ captures_utf8: logi TRUE [22:19:07.507] | : . ..$ version : chr "1.8" [22:19:07.507] | : . ..- attr(*, "class")= chr "FutureResult" [22:19:07.507] | : . $ success: logi TRUE [22:19:07.507] | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [22:19:07.507] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:19:07.507] | : . $ tag : NULL [22:19:07.521] | : . Received FutureResult [22:19:07.522] | : . FutureResult: [22:19:07.522] | : . value: 'integer' [22:19:07.522] | : . visible: TRUE [22:19:07.522] | : . stdout: NULL [22:19:07.522] | : . conditions: [n = 0] [22:19:07.522] | : . RNG used: FALSE [22:19:07.522] | : . duration: 0.004238844 secs (started 2026-03-13 22:19:07.496637) [22:19:07.522] | : . version: 1.8 [22:19:07.523] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... [22:19:07.523] | : . ' Removed future from position #1 [22:19:07.524] | : . ' Number of registered futures: 0 [22:19:07.524] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... done [22:19:07.525] | : . Erased future from future backend [22:19:07.525] | : . result() for ClusterFuture ... [22:19:07.526] | : . ' result already collected: FutureResult [22:19:07.526] | : . result() for ClusterFuture ... done [22:19:07.527] | : . signalConditions() ... [22:19:07.527] | : . ' include = 'immediateCondition' [22:19:07.528] | : . ' exclude = [22:19:07.528] | : . ' resignal = FALSE [22:19:07.529] | : . ' Number of conditions: 0 [22:19:07.529] | : . ' int 0 [22:19:07.530] | : . signalConditions() ... done [22:19:07.531] | : receiveMessageFromWorker() for ClusterFuture ... done [22:19:07.531] | result() for ClusterFuture ... done List of 16 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions : list() $ rng : logi FALSE $ seed : NULL $ misuseGlobalEnv : NULL $ misuseConnections :List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ misuseDefaultDevice: list() $ started : POSIXct[1:1], format: "2026-03-13 22:19:07" $ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" $ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "13" $ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" ..- attr(*, "source")=List of 5 .. ..$ host : Named chr "CRANWIN3" .. .. ..- attr(*, "names")= chr "COMPUTERNAME" .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... .. ..$ pid : int 20352 .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" .. ..$ random: int 2147483647 $ r_info :List of 4 ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 .. ..$ : int [1:3] 4 6 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [22:19:07.544] | value() for MultisessionFuture () ... [22:19:07.545] | : result() for ClusterFuture ... [22:19:07.546] | : . result already collected: FutureResult [22:19:07.546] | : result() for ClusterFuture ... done [22:19:07.547] | : result() for ClusterFuture ... [22:19:07.547] | : . result already collected: FutureResult [22:19:07.548] | : result() for ClusterFuture ... done [22:19:07.548] | : signalConditions() ... [22:19:07.549] | : . include = 'immediateCondition' [22:19:07.549] | : . exclude = [22:19:07.549] | : . resignal = FALSE [22:19:07.550] | : . Number of conditions: 0 [22:19:07.550] | : . int 0 [22:19:07.551] | : signalConditions() ... done [22:19:07.552] | : relay stdout ... [22:19:07.552] | : relay stdout ... done [22:19:07.553] | : check for misuse ... [22:19:07.553] | : check for misuse ... done [22:19:07.554] | value() for MultisessionFuture () ... done [22:19:07.554] | future(..., label = NULL) ... [22:19:07.555] | : lazy: FALSE [22:19:07.555] | : stdout: FALSE [22:19:07.556] | : conditions: [n=1] 'condition' [22:19:07.556] | : getGlobalsAndPackages() ... [22:19:07.557] | : . Searching for globals ... [22:19:07.592] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:07.592] | : . Searching for globals ... done [22:19:07.593] | : . Resolving globals: FALSE [22:19:07.593] | : . Search for packages associated with the globals ... [22:19:07.594] | : . ' Packages associated with globals: [2] 'base', 'utils' [22:19:07.595] | : . ' Packages: [2] 'base', 'utils' [22:19:07.595] | : . Search for packages associated with the globals ... done [22:19:07.596] | : . Packages after dropping 'base': [1] 'utils' [22:19:07.596] | : . Packages after dropping non-attached packages: [1] 'utils' [22:19:07.597] | : . globals: [0] [22:19:07.597] | : . packages: [1] 'utils' [22:19:07.598] | : getGlobalsAndPackages() ... done [22:19:07.598] | : run() for 'Future' () ... [22:19:07.599] | : . state: 'created' [22:19:07.599] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.600] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.600] | : . Using MultisessionFutureBackend ... [22:19:07.601] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [22:19:07.601] | : . ' Launching futures ... [22:19:07.602] | : . ' , launchFuture() for ClusterFutureBackend ... [22:19:07.602] | : . ' , ; Workers: [n=2] [22:19:07.603] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:07.605] | : . ' , ; FutureRegistry: 'workers-3b9177290c52a9dad0119d02265172ed' [22:19:07.606] | : . ' , ; requestWorker() ... [22:19:07.606] | : . ' , ; ` requestNode() ... [22:19:07.607] | : . ' , ; ` | Number of workers: 2 [22:19:07.607] | : . ' , ; ` | Polling for a free worker ... [22:19:07.608] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.608] | : . ' , ; ` | : . Listing all futures [22:19:07.609] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.609] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.610] | : . ' , ; ` | : Total time: 0 [22:19:07.610] | : . ' , ; ` | Polling for a free worker ... done [22:19:07.611] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.611] | : . ' , ; ` | : Listing all futures [22:19:07.611] | : . ' , ; ` | : Number of registered futures: 0 [22:19:07.612] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.612] | : . ' , ; ` | avail: [n=2] '1', '2' [22:19:07.613] | : . ' , ; ` | Index of first available worker: 1 [22:19:07.613] | : . ' , ; ` | Validate that the worker is functional ... [22:19:07.614] | : . ' , ; ` | : Connection is valid [22:19:07.614] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 20352 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:34818') [22:19:07.616] | : . ' , ; ` | : Worker is functional [22:19:07.616] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.617] | : . ' , ; ` | : . Listing all futures [22:19:07.617] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.618] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.618] | : . ' , ; ` | Validate that the worker is functional ... done [22:19:07.619] | : . ' , ; ` requestNode() ... done [22:19:07.619] | : . ' , ; ` cluster node index: 1 [22:19:07.620] | : . ' , ; requestWorker() ... done [22:19:07.620] | : . ' , ; eraseGlobalEnvironment() ... [22:19:07.621] | : . ' , ; eraseGlobalEnvironment() ... done [22:19:07.622] | : . ' , ; launchFuture() ... [22:19:07.622] | : . ' , ; ` cluster node index: 1 [22:19:07.623] | : . ' , ; ` getFutureData() ... [22:19:07.623] | : . ' , ; ` | getFutureCore() ... [22:19:07.624] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [22:19:07.624] | : . ' , ; ` | getFutureCore() ... done [22:19:07.625] | : . ' , ; ` | getFutureCapture() ... [22:19:07.625] | : . ' , ; ` | getFutureCapture() ... done [22:19:07.626] | : . ' , ; ` | getFutureContext() ... [22:19:07.626] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.627] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:19:07.627] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.628] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:19:07.628] | : . ' , ; ` | getFutureContext() ... done [22:19:07.629] | : . ' , ; ` getFutureData() ... done [22:19:07.629] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... [22:19:07.630] | : . ' , ; ` | Appended future to position #1 [22:19:07.630] | : . ' , ; ` | Number of registered futures: 1 [22:19:07.631] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... done [22:19:07.631] | : . ' , ; launchFuture() ... done [22:19:07.632] | : . ' , ; MultisessionFuture started [22:19:07.632] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:19:07.633] | : . ' Launching futures ... done [22:19:07.633] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:19:07.634] | : . Using MultisessionFutureBackend ... done [22:19:07.634] | : run() for 'Future' () ... done [22:19:07.635] | future(..., label = NULL) ... done [22:19:07.635] | value() for MultisessionFuture () ... [22:19:07.636] | : result() for ClusterFuture ... [22:19:07.637] | : . assertValidConnection() ... [22:19:07.637] | : . ' cluster node index: 1 [22:19:07.638] | : . assertValidConnection() ... done [22:19:07.638] | : . receiveMessageFromWorker() for ClusterFuture ... [22:19:07.639] | : . ' cluster node index: 1 [22:19:07.640] | : . ' [1] TRUE [22:19:07.640] | : . ' Received data: [22:19:07.641] | : . ' List of 5 [22:19:07.641] | : . ' $ type : chr "VALUE" [22:19:07.641] | : . ' $ value :List of 16 [22:19:07.641] | : . ' ..$ value : int 42 [22:19:07.641] | : . ' ..$ visible : logi TRUE [22:19:07.641] | : . ' ..$ stdout : NULL [22:19:07.641] | : . ' ..$ conditions : list() [22:19:07.641] | : . ' ..$ rng : logi FALSE [22:19:07.641] | : . ' ..$ seed : NULL [22:19:07.641] | : . ' ..$ misuseGlobalEnv : NULL [22:19:07.641] | : . ' ..$ misuseConnections :List of 3 [22:19:07.641] | : . ' .. ..$ added : NULL [22:19:07.641] | : . ' .. ..$ removed : NULL [22:19:07.641] | : . ' .. ..$ replaced: NULL [22:19:07.641] | : . ' ..$ misuseDevices : NULL [22:19:07.641] | : . ' ..$ misuseDefaultDevice: list() [22:19:07.641] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.641] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.641] | : . ' ..$ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "14" [22:19:07.641] | : . ' ..$ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" [22:19:07.641] | : . ' .. ..- attr(*, "source")=List of 5 [22:19:07.641] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:19:07.641] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:19:07.641] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:19:07.641] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:19:07.641] | : . ' .. .. ..$ pid : int 20352 [22:19:07.641] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" [22:19:07.641] | : . ' .. .. ..$ random: int 2147483647 [22:19:07.641] | : . ' ..$ r_info :List of 4 [22:19:07.641] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:19:07.641] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:19:07.641] | : . ' .. ..$ os : chr "windows" [22:19:07.641] | : . ' .. ..$ os_name : chr "Windows" [22:19:07.641] | : . ' .. ..$ captures_utf8: logi TRUE [22:19:07.641] | : . ' ..$ version : chr "1.8" [22:19:07.641] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:19:07.641] | : . ' $ success: logi TRUE [22:19:07.641] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:19:07.641] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:19:07.641] | : . ' $ tag : NULL [22:19:07.655] | : . ' Received FutureResult [22:19:07.655] | : . ' FutureResult: [22:19:07.655] | : . ' value: 'integer' [22:19:07.655] | : . ' visible: TRUE [22:19:07.655] | : . ' stdout: NULL [22:19:07.655] | : . ' conditions: [n = 0] [22:19:07.655] | : . ' RNG used: FALSE [22:19:07.655] | : . ' duration: 0.006654978 secs (started 2026-03-13 22:19:07.630176) [22:19:07.655] | : . ' version: 1.8 [22:19:07.657] | : . ' FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... [22:19:07.657] | : . ' , Removed future from position #1 [22:19:07.658] | : . ' , Number of registered futures: 0 [22:19:07.658] | : . ' FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... done [22:19:07.659] | : . ' Erased future from future backend [22:19:07.659] | : . ' result() for ClusterFuture ... [22:19:07.660] | : . ' , result already collected: FutureResult [22:19:07.660] | : . ' result() for ClusterFuture ... done [22:19:07.661] | : . ' signalConditions() ... [22:19:07.661] | : . ' , include = 'immediateCondition' [22:19:07.662] | : . ' , exclude = [22:19:07.662] | : . ' , resignal = FALSE [22:19:07.663] | : . ' , Number of conditions: 0 [22:19:07.663] | : . ' , int 0 [22:19:07.664] | : . ' signalConditions() ... done [22:19:07.665] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:19:07.665] | : result() for ClusterFuture ... done [22:19:07.666] | : result() for ClusterFuture ... [22:19:07.666] | : . result already collected: FutureResult [22:19:07.666] | : result() for ClusterFuture ... done [22:19:07.667] | : signalConditions() ... [22:19:07.667] | : . include = 'immediateCondition' [22:19:07.668] | : . exclude = [22:19:07.668] | : . resignal = FALSE [22:19:07.669] | : . Number of conditions: 0 [22:19:07.669] | : . int 0 [22:19:07.670] | : signalConditions() ... done [22:19:07.671] | : relay stdout ... [22:19:07.671] | : relay stdout ... done [22:19:07.672] | : check for misuse ... [22:19:07.672] | : check for misuse ... done [22:19:07.673] | value() for MultisessionFuture () ... done - stdout = structure(TRUE, drop = TRUE) [22:19:07.673] | future(..., label = NULL) ... [22:19:07.674] | : lazy: FALSE [22:19:07.674] | : stdout: TRUE [22:19:07.675] | : conditions: [n=1] 'condition' [22:19:07.675] | : getGlobalsAndPackages() ... [22:19:07.676] | : . Searching for globals ... [22:19:07.679] | : . ' globals found: [1] 'print' [22:19:07.680] | : . Searching for globals ... done [22:19:07.680] | : . Resolving globals: FALSE [22:19:07.681] | : . Search for packages associated with the globals ... [22:19:07.681] | : . ' Packages associated with globals: [1] 'base' [22:19:07.682] | : . ' Packages: [1] 'base' [22:19:07.683] | : . Search for packages associated with the globals ... done [22:19:07.683] | : . Packages after dropping 'base': [0] [22:19:07.684] | : . globals: [0] [22:19:07.684] | : . packages: [0] [22:19:07.685] | : getGlobalsAndPackages() ... done [22:19:07.685] | : run() for 'Future' () ... [22:19:07.686] | : . state: 'created' [22:19:07.686] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.687] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.687] | : . Using MultisessionFutureBackend ... [22:19:07.688] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [22:19:07.688] | : . ' Launching futures ... [22:19:07.689] | : . ' , launchFuture() for ClusterFutureBackend ... [22:19:07.689] | : . ' , ; Workers: [n=2] [22:19:07.690] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:07.692] | : . ' , ; FutureRegistry: 'workers-3b9177290c52a9dad0119d02265172ed' [22:19:07.693] | : . ' , ; requestWorker() ... [22:19:07.693] | : . ' , ; ` requestNode() ... [22:19:07.694] | : . ' , ; ` | Number of workers: 2 [22:19:07.694] | : . ' , ; ` | Polling for a free worker ... [22:19:07.695] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.695] | : . ' , ; ` | : . Listing all futures [22:19:07.696] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.696] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.697] | : . ' , ; ` | : Total time: 0 [22:19:07.697] | : . ' , ; ` | Polling for a free worker ... done [22:19:07.698] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.698] | : . ' , ; ` | : Listing all futures [22:19:07.699] | : . ' , ; ` | : Number of registered futures: 0 [22:19:07.699] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.699] | : . ' , ; ` | avail: [n=2] '1', '2' [22:19:07.700] | : . ' , ; ` | Index of first available worker: 1 [22:19:07.701] | : . ' , ; ` | Validate that the worker is functional ... [22:19:07.701] | : . ' , ; ` | : Connection is valid [22:19:07.702] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 20352 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:34818') [22:19:07.703] | : . ' , ; ` | : Worker is functional [22:19:07.704] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.704] | : . ' , ; ` | : . Listing all futures [22:19:07.705] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.705] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.706] | : . ' , ; ` | Validate that the worker is functional ... done [22:19:07.706] | : . ' , ; ` requestNode() ... done [22:19:07.707] | : . ' , ; ` cluster node index: 1 [22:19:07.707] | : . ' , ; requestWorker() ... done [22:19:07.708] | : . ' , ; eraseGlobalEnvironment() ... [22:19:07.708] | : . ' , ; eraseGlobalEnvironment() ... done [22:19:07.709] | : . ' , ; launchFuture() ... [22:19:07.709] | : . ' , ; ` cluster node index: 1 [22:19:07.710] | : . ' , ; ` getFutureData() ... [22:19:07.710] | : . ' , ; ` | getFutureCore() ... [22:19:07.711] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:19:07.711] | : . ' , ; ` | getFutureCore() ... done [22:19:07.712] | : . ' , ; ` | getFutureCapture() ... [22:19:07.712] | : . ' , ; ` | getFutureCapture() ... done [22:19:07.713] | : . ' , ; ` | getFutureContext() ... [22:19:07.713] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.714] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:19:07.714] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.715] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:19:07.715] | : . ' , ; ` | getFutureContext() ... done [22:19:07.716] | : . ' , ; ` getFutureData() ... done [22:19:07.717] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... [22:19:07.717] | : . ' , ; ` | Appended future to position #1 [22:19:07.718] | : . ' , ; ` | Number of registered futures: 1 [22:19:07.718] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... done [22:19:07.719] | : . ' , ; launchFuture() ... done [22:19:07.719] | : . ' , ; MultisessionFuture started [22:19:07.720] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:19:07.720] | : . ' Launching futures ... done [22:19:07.721] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:19:07.721] | : . Using MultisessionFutureBackend ... done [22:19:07.723] | : run() for 'Future' () ... done [22:19:07.724] | future(..., label = NULL) ... done [22:19:07.724] | result() for ClusterFuture ... [22:19:07.725] | : assertValidConnection() ... [22:19:07.725] | : . cluster node index: 1 [22:19:07.726] | : assertValidConnection() ... done [22:19:07.727] | : receiveMessageFromWorker() for ClusterFuture ... [22:19:07.727] | : . cluster node index: 1 [22:19:07.728] | : . [1] TRUE [22:19:07.728] | : . Received data: [22:19:07.729] | : . List of 5 [22:19:07.729] | : . $ type : chr "VALUE" [22:19:07.729] | : . $ value :List of 16 [22:19:07.729] | : . ..$ value : num 42 [22:19:07.729] | : . ..$ visible : logi FALSE [22:19:07.729] | : . ..$ stdout : chr "[1] 42\n" [22:19:07.729] | : . ..$ conditions : list() [22:19:07.729] | : . ..$ rng : logi FALSE [22:19:07.729] | : . ..$ seed : NULL [22:19:07.729] | : . ..$ misuseGlobalEnv : NULL [22:19:07.729] | : . ..$ misuseConnections :List of 3 [22:19:07.729] | : . .. ..$ added : NULL [22:19:07.729] | : . .. ..$ removed : NULL [22:19:07.729] | : . .. ..$ replaced: NULL [22:19:07.729] | : . ..$ misuseDevices : NULL [22:19:07.729] | : . ..$ misuseDefaultDevice: list() [22:19:07.729] | : . ..$ started : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.729] | : . ..$ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.729] | : . ..$ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "15" [22:19:07.729] | : . ..$ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" [22:19:07.729] | : . .. ..- attr(*, "source")=List of 5 [22:19:07.729] | : . .. .. ..$ host : Named chr "CRANWIN3" [22:19:07.729] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:19:07.729] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:19:07.729] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:19:07.729] | : . .. .. ..$ pid : int 20352 [22:19:07.729] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" [22:19:07.729] | : . .. .. ..$ random: int 2147483647 [22:19:07.729] | : . ..$ r_info :List of 4 [22:19:07.729] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:19:07.729] | : . .. .. ..$ : int [1:3] 4 6 0 [22:19:07.729] | : . .. ..$ os : chr "windows" [22:19:07.729] | : . .. ..$ os_name : chr "Windows" [22:19:07.729] | : . .. ..$ captures_utf8: logi TRUE [22:19:07.729] | : . ..$ version : chr "1.8" [22:19:07.729] | : . ..- attr(*, "class")= chr "FutureResult" [22:19:07.729] | : . $ success: logi TRUE [22:19:07.729] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:19:07.729] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:19:07.729] | : . $ tag : NULL [22:19:07.743] | : . Received FutureResult [22:19:07.744] | : . FutureResult: [22:19:07.744] | : . value: 'numeric' [22:19:07.744] | : . visible: FALSE [22:19:07.744] | : . stdout: character [22:19:07.744] | : . conditions: [n = 0] [22:19:07.744] | : . RNG used: FALSE [22:19:07.744] | : . duration: 0.003023148 secs (started 2026-03-13 22:19:07.717326) [22:19:07.744] | : . version: 1.8 [22:19:07.745] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... [22:19:07.745] | : . ' Removed future from position #1 [22:19:07.746] | : . ' Number of registered futures: 0 [22:19:07.746] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... done [22:19:07.747] | : . Erased future from future backend [22:19:07.748] | : . result() for ClusterFuture ... [22:19:07.748] | : . ' result already collected: FutureResult [22:19:07.749] | : . result() for ClusterFuture ... done [22:19:07.750] | : . signalConditions() ... [22:19:07.750] | : . ' include = 'immediateCondition' [22:19:07.751] | : . ' exclude = [22:19:07.751] | : . ' resignal = FALSE [22:19:07.752] | : . ' Number of conditions: 0 [22:19:07.752] | : . ' int 0 [22:19:07.753] | : . signalConditions() ... done [22:19:07.754] | : receiveMessageFromWorker() for ClusterFuture ... done [22:19:07.754] | result() for ClusterFuture ... done [22:19:07.755] | value() for MultisessionFuture () ... [22:19:07.755] | : result() for ClusterFuture ... [22:19:07.756] | : . result already collected: FutureResult [22:19:07.757] | : result() for ClusterFuture ... done [22:19:07.757] | : result() for ClusterFuture ... [22:19:07.758] | : . result already collected: FutureResult [22:19:07.758] | : result() for ClusterFuture ... done [22:19:07.759] | : signalConditions() ... [22:19:07.759] | : . include = 'immediateCondition' [22:19:07.760] | : . exclude = [22:19:07.760] | : . resignal = FALSE [22:19:07.761] | : . Number of conditions: 0 [22:19:07.761] | : . int 0 [22:19:07.762] | : signalConditions() ... done [22:19:07.763] | : relay stdout ... [1] 42 [22:19:07.763] | : relay stdout ... done [22:19:07.764] | : check for misuse ... [22:19:07.764] | : check for misuse ... done [22:19:07.765] | value() for MultisessionFuture () ... done [22:19:07.765] | result() for ClusterFuture ... [22:19:07.766] | : result already collected: FutureResult [22:19:07.767] | result() for ClusterFuture ... done - stdout = NA [22:19:07.767] | future(..., label = NULL) ... [22:19:07.768] | : lazy: FALSE [22:19:07.768] | : stdout: NA [22:19:07.769] | : conditions: [n=1] 'condition' [22:19:07.769] | : getGlobalsAndPackages() ... [22:19:07.770] | : . Searching for globals ... [22:19:07.802] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:07.803] | : . Searching for globals ... done [22:19:07.804] | : . Resolving globals: FALSE [22:19:07.804] | : . Search for packages associated with the globals ... [22:19:07.805] | : . ' Packages associated with globals: [2] 'base', 'utils' [22:19:07.806] | : . ' Packages: [2] 'base', 'utils' [22:19:07.806] | : . Search for packages associated with the globals ... done [22:19:07.807] | : . Packages after dropping 'base': [1] 'utils' [22:19:07.807] | : . Packages after dropping non-attached packages: [1] 'utils' [22:19:07.808] | : . globals: [0] [22:19:07.808] | : . packages: [1] 'utils' [22:19:07.809] | : getGlobalsAndPackages() ... done [22:19:07.809] | : run() for 'Future' () ... [22:19:07.810] | : . state: 'created' [22:19:07.810] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.811] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.811] | : . Using MultisessionFutureBackend ... [22:19:07.812] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [22:19:07.812] | : . ' Launching futures ... [22:19:07.813] | : . ' , launchFuture() for ClusterFutureBackend ... [22:19:07.813] | : . ' , ; Workers: [n=2] [22:19:07.814] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:07.816] | : . ' , ; FutureRegistry: 'workers-3b9177290c52a9dad0119d02265172ed' [22:19:07.817] | : . ' , ; requestWorker() ... [22:19:07.817] | : . ' , ; ` requestNode() ... [22:19:07.818] | : . ' , ; ` | Number of workers: 2 [22:19:07.818] | : . ' , ; ` | Polling for a free worker ... [22:19:07.819] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.819] | : . ' , ; ` | : . Listing all futures [22:19:07.820] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.820] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.820] | : . ' , ; ` | : Total time: 0 [22:19:07.821] | : . ' , ; ` | Polling for a free worker ... done [22:19:07.821] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.822] | : . ' , ; ` | : Listing all futures [22:19:07.822] | : . ' , ; ` | : Number of registered futures: 0 [22:19:07.823] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.823] | : . ' , ; ` | avail: [n=2] '1', '2' [22:19:07.824] | : . ' , ; ` | Index of first available worker: 1 [22:19:07.824] | : . ' , ; ` | Validate that the worker is functional ... [22:19:07.825] | : . ' , ; ` | : Connection is valid [22:19:07.825] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 20352 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:34818') [22:19:07.827] | : . ' , ; ` | : Worker is functional [22:19:07.828] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.829] | : . ' , ; ` | : . Listing all futures [22:19:07.829] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.830] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.830] | : . ' , ; ` | Validate that the worker is functional ... done [22:19:07.831] | : . ' , ; ` requestNode() ... done [22:19:07.831] | : . ' , ; ` cluster node index: 1 [22:19:07.832] | : . ' , ; requestWorker() ... done [22:19:07.832] | : . ' , ; eraseGlobalEnvironment() ... [22:19:07.833] | : . ' , ; eraseGlobalEnvironment() ... done [22:19:07.834] | : . ' , ; launchFuture() ... [22:19:07.834] | : . ' , ; ` cluster node index: 1 [22:19:07.835] | : . ' , ; ` getFutureData() ... [22:19:07.835] | : . ' , ; ` | getFutureCore() ... [22:19:07.836] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [22:19:07.836] | : . ' , ; ` | getFutureCore() ... done [22:19:07.837] | : . ' , ; ` | getFutureCapture() ... [22:19:07.837] | : . ' , ; ` | getFutureCapture() ... done [22:19:07.838] | : . ' , ; ` | getFutureContext() ... [22:19:07.838] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.839] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:19:07.839] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.840] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:19:07.840] | : . ' , ; ` | getFutureContext() ... done [22:19:07.841] | : . ' , ; ` getFutureData() ... done [22:19:07.842] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... [22:19:07.842] | : . ' , ; ` | Appended future to position #1 [22:19:07.843] | : . ' , ; ` | Number of registered futures: 1 [22:19:07.843] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... done [22:19:07.844] | : . ' , ; launchFuture() ... done [22:19:07.845] | : . ' , ; MultisessionFuture started [22:19:07.845] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:19:07.846] | : . ' Launching futures ... done [22:19:07.846] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:19:07.847] | : . Using MultisessionFutureBackend ... done [22:19:07.847] | : run() for 'Future' () ... done [22:19:07.848] | future(..., label = NULL) ... done [22:19:07.848] | result() for ClusterFuture ... [22:19:07.849] | : assertValidConnection() ... [22:19:07.849] | : . cluster node index: 1 [22:19:07.850] | : assertValidConnection() ... done [22:19:07.851] | : receiveMessageFromWorker() for ClusterFuture ... [22:19:07.851] | : . cluster node index: 1 [22:19:07.852] | : . [1] TRUE [22:19:07.853] | : . Received data: [22:19:07.853] | : . List of 5 [22:19:07.853] | : . $ type : chr "VALUE" [22:19:07.853] | : . $ value :List of 16 [22:19:07.853] | : . ..$ value : int 42 [22:19:07.853] | : . ..$ visible : logi TRUE [22:19:07.853] | : . ..$ stdout : NULL [22:19:07.853] | : . ..$ conditions : list() [22:19:07.853] | : . ..$ rng : logi FALSE [22:19:07.853] | : . ..$ seed : NULL [22:19:07.853] | : . ..$ misuseGlobalEnv : NULL [22:19:07.853] | : . ..$ misuseConnections :List of 3 [22:19:07.853] | : . .. ..$ added : NULL [22:19:07.853] | : . .. ..$ removed : NULL [22:19:07.853] | : . .. ..$ replaced: NULL [22:19:07.853] | : . ..$ misuseDevices : NULL [22:19:07.853] | : . ..$ misuseDefaultDevice: list() [22:19:07.853] | : . ..$ started : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.853] | : . ..$ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.853] | : . ..$ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "16" [22:19:07.853] | : . ..$ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" [22:19:07.853] | : . .. ..- attr(*, "source")=List of 5 [22:19:07.853] | : . .. .. ..$ host : Named chr "CRANWIN3" [22:19:07.853] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:19:07.853] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:19:07.853] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:19:07.853] | : . .. .. ..$ pid : int 20352 [22:19:07.853] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" [22:19:07.853] | : . .. .. ..$ random: int 2147483647 [22:19:07.853] | : . ..$ r_info :List of 4 [22:19:07.853] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:19:07.853] | : . .. .. ..$ : int [1:3] 4 6 0 [22:19:07.853] | : . .. ..$ os : chr "windows" [22:19:07.853] | : . .. ..$ os_name : chr "Windows" [22:19:07.853] | : . .. ..$ captures_utf8: logi TRUE [22:19:07.853] | : . ..$ version : chr "1.8" [22:19:07.853] | : . ..- attr(*, "class")= chr "FutureResult" [22:19:07.853] | : . $ success: logi TRUE [22:19:07.853] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:19:07.853] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:19:07.853] | : . $ tag : NULL [22:19:07.871] | : . Received FutureResult [22:19:07.871] | : . FutureResult: [22:19:07.871] | : . value: 'integer' [22:19:07.871] | : . visible: TRUE [22:19:07.871] | : . stdout: NULL [22:19:07.871] | : . conditions: [n = 0] [22:19:07.871] | : . RNG used: FALSE [22:19:07.871] | : . duration: 0.00511694 secs (started 2026-03-13 22:19:07.842518) [22:19:07.871] | : . version: 1.8 [22:19:07.872] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... [22:19:07.873] | : . ' Removed future from position #1 [22:19:07.874] | : . ' Number of registered futures: 0 [22:19:07.874] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... done [22:19:07.875] | : . Erased future from future backend [22:19:07.875] | : . result() for ClusterFuture ... [22:19:07.876] | : . ' result already collected: FutureResult [22:19:07.876] | : . result() for ClusterFuture ... done [22:19:07.876] | : . signalConditions() ... [22:19:07.877] | : . ' include = 'immediateCondition' [22:19:07.877] | : . ' exclude = [22:19:07.878] | : . ' resignal = FALSE [22:19:07.878] | : . ' Number of conditions: 0 [22:19:07.879] | : . ' int 0 [22:19:07.880] | : . signalConditions() ... done [22:19:07.880] | : receiveMessageFromWorker() for ClusterFuture ... done [22:19:07.881] | result() for ClusterFuture ... done List of 16 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions : list() $ rng : logi FALSE $ seed : NULL $ misuseGlobalEnv : NULL $ misuseConnections :List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ misuseDefaultDevice: list() $ started : POSIXct[1:1], format: "2026-03-13 22:19:07" $ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" $ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "16" $ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" ..- attr(*, "source")=List of 5 .. ..$ host : Named chr "CRANWIN3" .. .. ..- attr(*, "names")= chr "COMPUTERNAME" .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... .. ..$ pid : int 20352 .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" .. ..$ random: int 2147483647 $ r_info :List of 4 ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 .. ..$ : int [1:3] 4 6 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [22:19:07.894] | value() for MultisessionFuture () ... [22:19:07.895] | : result() for ClusterFuture ... [22:19:07.895] | : . result already collected: FutureResult [22:19:07.896] | : result() for ClusterFuture ... done [22:19:07.896] | : result() for ClusterFuture ... [22:19:07.897] | : . result already collected: FutureResult [22:19:07.897] | : result() for ClusterFuture ... done [22:19:07.898] | : signalConditions() ... [22:19:07.898] | : . include = 'immediateCondition' [22:19:07.898] | : . exclude = [22:19:07.899] | : . resignal = FALSE [22:19:07.899] | : . Number of conditions: 0 [22:19:07.900] | : . int 0 [22:19:07.901] | : signalConditions() ... done [22:19:07.901] | : relay stdout ... [22:19:07.902] | : relay stdout ... done [22:19:07.902] | : check for misuse ... [22:19:07.903] | : check for misuse ... done [22:19:07.903] | value() for MultisessionFuture () ... done [22:19:07.904] | future(..., label = NULL) ... [22:19:07.904] | : lazy: FALSE [22:19:07.905] | : stdout: NA [22:19:07.905] | : conditions: [n=1] 'condition' [22:19:07.906] | : getGlobalsAndPackages() ... [22:19:07.906] | : . Searching for globals ... [22:19:07.939] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [22:19:07.939] | : . Searching for globals ... done [22:19:07.940] | : . Resolving globals: FALSE [22:19:07.940] | : . Search for packages associated with the globals ... [22:19:07.941] | : . ' Packages associated with globals: [2] 'base', 'utils' [22:19:07.942] | : . ' Packages: [2] 'base', 'utils' [22:19:07.942] | : . Search for packages associated with the globals ... done [22:19:07.943] | : . Packages after dropping 'base': [1] 'utils' [22:19:07.943] | : . Packages after dropping non-attached packages: [1] 'utils' [22:19:07.944] | : . globals: [0] [22:19:07.944] | : . packages: [1] 'utils' [22:19:07.945] | : getGlobalsAndPackages() ... done [22:19:07.946] | : run() for 'Future' () ... [22:19:07.946] | : . state: 'created' [22:19:07.947] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.947] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.948] | : . Using MultisessionFutureBackend ... [22:19:07.948] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [22:19:07.949] | : . ' Launching futures ... [22:19:07.949] | : . ' , launchFuture() for ClusterFutureBackend ... [22:19:07.950] | : . ' , ; Workers: [n=2] [22:19:07.950] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:07.952] | : . ' , ; FutureRegistry: 'workers-3b9177290c52a9dad0119d02265172ed' [22:19:07.953] | : . ' , ; requestWorker() ... [22:19:07.953] | : . ' , ; ` requestNode() ... [22:19:07.954] | : . ' , ; ` | Number of workers: 2 [22:19:07.954] | : . ' , ; ` | Polling for a free worker ... [22:19:07.955] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.955] | : . ' , ; ` | : . Listing all futures [22:19:07.956] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.956] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.957] | : . ' , ; ` | : Total time: 0 [22:19:07.957] | : . ' , ; ` | Polling for a free worker ... done [22:19:07.958] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.958] | : . ' , ; ` | : Listing all futures [22:19:07.959] | : . ' , ; ` | : Number of registered futures: 0 [22:19:07.959] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.960] | : . ' , ; ` | avail: [n=2] '1', '2' [22:19:07.960] | : . ' , ; ` | Index of first available worker: 1 [22:19:07.961] | : . ' , ; ` | Validate that the worker is functional ... [22:19:07.961] | : . ' , ; ` | : Connection is valid [22:19:07.962] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 20352 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:34818') [22:19:07.964] | : . ' , ; ` | : Worker is functional [22:19:07.964] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:07.965] | : . ' , ; ` | : . Listing all futures [22:19:07.965] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:07.966] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:07.966] | : . ' , ; ` | Validate that the worker is functional ... done [22:19:07.967] | : . ' , ; ` requestNode() ... done [22:19:07.967] | : . ' , ; ` cluster node index: 1 [22:19:07.968] | : . ' , ; requestWorker() ... done [22:19:07.968] | : . ' , ; eraseGlobalEnvironment() ... [22:19:07.969] | : . ' , ; eraseGlobalEnvironment() ... done [22:19:07.969] | : . ' , ; launchFuture() ... [22:19:07.972] | : . ' , ; ` cluster node index: 1 [22:19:07.972] | : . ' , ; ` getFutureData() ... [22:19:07.973] | : . ' , ; ` | getFutureCore() ... [22:19:07.973] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [22:19:07.974] | : . ' , ; ` | getFutureCore() ... done [22:19:07.974] | : . ' , ; ` | getFutureCapture() ... [22:19:07.975] | : . ' , ; ` | getFutureCapture() ... done [22:19:07.975] | : . ' , ; ` | getFutureContext() ... [22:19:07.976] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:07.976] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:19:07.977] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:07.977] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:19:07.978] | : . ' , ; ` | getFutureContext() ... done [22:19:07.978] | : . ' , ; ` getFutureData() ... done [22:19:07.979] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... [22:19:07.979] | : . ' , ; ` | Appended future to position #1 [22:19:07.980] | : . ' , ; ` | Number of registered futures: 1 [22:19:07.980] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... done [22:19:07.981] | : . ' , ; launchFuture() ... done [22:19:07.981] | : . ' , ; MultisessionFuture started [22:19:07.982] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:19:07.982] | : . ' Launching futures ... done [22:19:07.983] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:19:07.983] | : . Using MultisessionFutureBackend ... done [22:19:07.984] | : run() for 'Future' () ... done [22:19:07.984] | future(..., label = NULL) ... done [22:19:07.985] | value() for MultisessionFuture () ... [22:19:07.985] | : result() for ClusterFuture ... [22:19:07.986] | : . assertValidConnection() ... [22:19:07.986] | : . ' cluster node index: 1 [22:19:07.987] | : . assertValidConnection() ... done [22:19:07.988] | : . receiveMessageFromWorker() for ClusterFuture ... [22:19:07.988] | : . ' cluster node index: 1 [22:19:07.989] | : . ' [1] TRUE [22:19:07.989] | : . ' Received data: [22:19:07.990] | : . ' List of 5 [22:19:07.990] | : . ' $ type : chr "VALUE" [22:19:07.990] | : . ' $ value :List of 16 [22:19:07.990] | : . ' ..$ value : int 42 [22:19:07.990] | : . ' ..$ visible : logi TRUE [22:19:07.990] | : . ' ..$ stdout : NULL [22:19:07.990] | : . ' ..$ conditions : list() [22:19:07.990] | : . ' ..$ rng : logi FALSE [22:19:07.990] | : . ' ..$ seed : NULL [22:19:07.990] | : . ' ..$ misuseGlobalEnv : NULL [22:19:07.990] | : . ' ..$ misuseConnections :List of 3 [22:19:07.990] | : . ' .. ..$ added : NULL [22:19:07.990] | : . ' .. ..$ removed : NULL [22:19:07.990] | : . ' .. ..$ replaced: NULL [22:19:07.990] | : . ' ..$ misuseDevices : NULL [22:19:07.990] | : . ' ..$ misuseDefaultDevice: list() [22:19:07.990] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.990] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:19:07" [22:19:07.990] | : . ' ..$ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "17" [22:19:07.990] | : . ' ..$ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" [22:19:07.990] | : . ' .. ..- attr(*, "source")=List of 5 [22:19:07.990] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:19:07.990] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:19:07.990] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:19:07.990] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:19:07.990] | : . ' .. .. ..$ pid : int 20352 [22:19:07.990] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" [22:19:07.990] | : . ' .. .. ..$ random: int 2147483647 [22:19:07.990] | : . ' ..$ r_info :List of 4 [22:19:07.990] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:19:07.990] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:19:07.990] | : . ' .. ..$ os : chr "windows" [22:19:07.990] | : . ' .. ..$ os_name : chr "Windows" [22:19:07.990] | : . ' .. ..$ captures_utf8: logi TRUE [22:19:07.990] | : . ' ..$ version : chr "1.8" [22:19:07.990] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:19:07.990] | : . ' $ success: logi TRUE [22:19:07.990] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [22:19:07.990] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:19:07.990] | : . ' $ tag : NULL [22:19:08.004] | : . ' Received FutureResult [22:19:08.005] | : . ' FutureResult: [22:19:08.005] | : . ' value: 'integer' [22:19:08.005] | : . ' visible: TRUE [22:19:08.005] | : . ' stdout: NULL [22:19:08.005] | : . ' conditions: [n = 0] [22:19:08.005] | : . ' RNG used: FALSE [22:19:08.005] | : . ' duration: 0.004591942 secs (started 2026-03-13 22:19:07.979515) [22:19:08.005] | : . ' version: 1.8 [22:19:08.006] | : . ' FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... [22:19:08.007] | : . ' , Removed future from position #1 [22:19:08.007] | : . ' , Number of registered futures: 0 [22:19:08.008] | : . ' FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... done [22:19:08.008] | : . ' Erased future from future backend [22:19:08.009] | : . ' result() for ClusterFuture ... [22:19:08.009] | : . ' , result already collected: FutureResult [22:19:08.010] | : . ' result() for ClusterFuture ... done [22:19:08.010] | : . ' signalConditions() ... [22:19:08.011] | : . ' , include = 'immediateCondition' [22:19:08.011] | : . ' , exclude = [22:19:08.012] | : . ' , resignal = FALSE [22:19:08.012] | : . ' , Number of conditions: 0 [22:19:08.012] | : . ' , int 0 [22:19:08.013] | : . ' signalConditions() ... done [22:19:08.014] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:19:08.014] | : result() for ClusterFuture ... done [22:19:08.015] | : result() for ClusterFuture ... [22:19:08.015] | : . result already collected: FutureResult [22:19:08.016] | : result() for ClusterFuture ... done [22:19:08.016] | : signalConditions() ... [22:19:08.017] | : . include = 'immediateCondition' [22:19:08.017] | : . exclude = [22:19:08.018] | : . resignal = FALSE [22:19:08.018] | : . Number of conditions: 0 [22:19:08.019] | : . int 0 [22:19:08.019] | : signalConditions() ... done [22:19:08.020] | : relay stdout ... [22:19:08.020] | : relay stdout ... done [22:19:08.021] | : check for misuse ... [22:19:08.021] | : check for misuse ... done [22:19:08.022] | value() for MultisessionFuture () ... done - stdout = structure(TRUE, drop = TRUE) [22:19:08.023] | future(..., label = NULL) ... [22:19:08.023] | : lazy: FALSE [22:19:08.023] | : stdout: TRUE [22:19:08.024] | : conditions: [n=1] 'condition' [22:19:08.024] | : getGlobalsAndPackages() ... [22:19:08.025] | : . Searching for globals ... [22:19:08.028] | : . ' globals found: [1] 'print' [22:19:08.030] | : . Searching for globals ... done [22:19:08.030] | : . Resolving globals: FALSE [22:19:08.031] | : . Search for packages associated with the globals ... [22:19:08.031] | : . ' Packages associated with globals: [1] 'base' [22:19:08.032] | : . ' Packages: [1] 'base' [22:19:08.032] | : . Search for packages associated with the globals ... done [22:19:08.033] | : . Packages after dropping 'base': [0] [22:19:08.033] | : . globals: [0] [22:19:08.034] | : . packages: [0] [22:19:08.034] | : getGlobalsAndPackages() ... done [22:19:08.035] | : run() for 'Future' () ... [22:19:08.035] | : . state: 'created' [22:19:08.036] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:08.036] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:08.037] | : . Using MultisessionFutureBackend ... [22:19:08.037] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [22:19:08.038] | : . ' Launching futures ... [22:19:08.038] | : . ' , launchFuture() for ClusterFutureBackend ... [22:19:08.039] | : . ' , ; Workers: [n=2] [22:19:08.039] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:19:08.042] | : . ' , ; FutureRegistry: 'workers-3b9177290c52a9dad0119d02265172ed' [22:19:08.042] | : . ' , ; requestWorker() ... [22:19:08.043] | : . ' , ; ` requestNode() ... [22:19:08.043] | : . ' , ; ` | Number of workers: 2 [22:19:08.044] | : . ' , ; ` | Polling for a free worker ... [22:19:08.044] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:08.045] | : . ' , ; ` | : . Listing all futures [22:19:08.045] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:08.046] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:08.046] | : . ' , ; ` | : Total time: 0 [22:19:08.047] | : . ' , ; ` | Polling for a free worker ... done [22:19:08.047] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:08.048] | : . ' , ; ` | : Listing all futures [22:19:08.048] | : . ' , ; ` | : Number of registered futures: 0 [22:19:08.049] | : . ' , ; ` | FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:08.049] | : . ' , ; ` | avail: [n=2] '1', '2' [22:19:08.050] | : . ' , ; ` | Index of first available worker: 1 [22:19:08.050] | : . ' , ; ` | Validate that the worker is functional ... [22:19:08.051] | : . ' , ; ` | : Connection is valid [22:19:08.051] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 20352 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:34818') [22:19:08.053] | : . ' , ; ` | : Worker is functional [22:19:08.053] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... [22:19:08.054] | : . ' , ; ` | : . Listing all futures [22:19:08.054] | : . ' , ; ` | : . Number of registered futures: 0 [22:19:08.055] | : . ' , ; ` | : FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'list', earlySignal = 0) ... done [22:19:08.055] | : . ' , ; ` | Validate that the worker is functional ... done [22:19:08.055] | : . ' , ; ` requestNode() ... done [22:19:08.056] | : . ' , ; ` cluster node index: 1 [22:19:08.056] | : . ' , ; requestWorker() ... done [22:19:08.057] | : . ' , ; eraseGlobalEnvironment() ... [22:19:08.058] | : . ' , ; eraseGlobalEnvironment() ... done [22:19:08.058] | : . ' , ; launchFuture() ... [22:19:08.059] | : . ' , ; ` cluster node index: 1 [22:19:08.059] | : . ' , ; ` getFutureData() ... [22:19:08.060] | : . ' , ; ` | getFutureCore() ... [22:19:08.060] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:19:08.061] | : . ' , ; ` | getFutureCore() ... done [22:19:08.061] | : . ' , ; ` | getFutureCapture() ... [22:19:08.062] | : . ' , ; ` | getFutureCapture() ... done [22:19:08.062] | : . ' , ; ` | getFutureContext() ... [22:19:08.063] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:08.063] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:19:08.064] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:08.064] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:19:08.065] | : . ' , ; ` | getFutureContext() ... done [22:19:08.065] | : . ' , ; ` getFutureData() ... done [22:19:08.066] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... [22:19:08.066] | : . ' , ; ` | Appended future to position #1 [22:19:08.067] | : . ' , ; ` | Number of registered futures: 1 [22:19:08.067] | : . ' , ; ` FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'add', earlySignal = 0) ... done [22:19:08.068] | : . ' , ; launchFuture() ... done [22:19:08.068] | : . ' , ; MultisessionFuture started [22:19:08.069] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:19:08.069] | : . ' Launching futures ... done [22:19:08.070] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:19:08.070] | : . Using MultisessionFutureBackend ... done [22:19:08.071] | : run() for 'Future' () ... done [22:19:08.071] | future(..., label = NULL) ... done [22:19:08.072] | result() for ClusterFuture ... [22:19:08.072] | : assertValidConnection() ... [22:19:08.073] | : . cluster node index: 1 [22:19:08.073] | : assertValidConnection() ... done [22:19:08.074] | : receiveMessageFromWorker() for ClusterFuture ... [22:19:08.074] | : . cluster node index: 1 [22:19:08.075] | : . [1] TRUE [22:19:08.076] | : . Received data: [22:19:08.076] | : . List of 5 [22:19:08.076] | : . $ type : chr "VALUE" [22:19:08.076] | : . $ value :List of 16 [22:19:08.076] | : . ..$ value : num 42 [22:19:08.076] | : . ..$ visible : logi FALSE [22:19:08.076] | : . ..$ stdout : chr "[1] 42\n" [22:19:08.076] | : . ..$ conditions : list() [22:19:08.076] | : . ..$ rng : logi FALSE [22:19:08.076] | : . ..$ seed : NULL [22:19:08.076] | : . ..$ misuseGlobalEnv : NULL [22:19:08.076] | : . ..$ misuseConnections :List of 3 [22:19:08.076] | : . .. ..$ added : NULL [22:19:08.076] | : . .. ..$ removed : NULL [22:19:08.076] | : . .. ..$ replaced: NULL [22:19:08.076] | : . ..$ misuseDevices : NULL [22:19:08.076] | : . ..$ misuseDefaultDevice: list() [22:19:08.076] | : . ..$ started : POSIXct[1:1], format: "2026-03-13 22:19:08" [22:19:08.076] | : . ..$ finished : POSIXct[1:1], format: "2026-03-13 22:19:08" [22:19:08.076] | : . ..$ uuid : chr [1:2] "c5252a22a15d7e7cfb01c36885133435" "18" [22:19:08.076] | : . ..$ session_uuid : chr "5e8f70e488621f8e970689ed9f6ffad0" [22:19:08.076] | : . .. ..- attr(*, "source")=List of 5 [22:19:08.076] | : . .. .. ..$ host : Named chr "CRANWIN3" [22:19:08.076] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:19:08.076] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:19:08.076] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:19:08.076] | : . .. .. ..$ pid : int 20352 [22:19:08.076] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:19:06" [22:19:08.076] | : . .. .. ..$ random: int 2147483647 [22:19:08.076] | : . ..$ r_info :List of 4 [22:19:08.076] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:19:08.076] | : . .. .. ..$ : int [1:3] 4 6 0 [22:19:08.076] | : . .. ..$ os : chr "windows" [22:19:08.076] | : . .. ..$ os_name : chr "Windows" [22:19:08.076] | : . .. ..$ captures_utf8: logi TRUE [22:19:08.076] | : . ..$ version : chr "1.8" [22:19:08.076] | : . ..- attr(*, "class")= chr "FutureResult" [22:19:08.076] | : . $ success: logi TRUE [22:19:08.076] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:19:08.076] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:19:08.076] | : . $ tag : NULL [22:19:08.091] | : . Received FutureResult [22:19:08.091] | : . FutureResult: [22:19:08.091] | : . value: 'numeric' [22:19:08.091] | : . visible: FALSE [22:19:08.091] | : . stdout: character [22:19:08.091] | : . conditions: [n = 0] [22:19:08.091] | : . RNG used: FALSE [22:19:08.091] | : . duration: 0.003298998 secs (started 2026-03-13 22:19:08.066629) [22:19:08.091] | : . version: 1.8 [22:19:08.092] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... [22:19:08.093] | : . ' Removed future from position #1 [22:19:08.094] | : . ' Number of registered futures: 0 [22:19:08.094] | : . FutureRegistry('workers-3b9177290c52a9dad0119d02265172ed', action = 'remove', earlySignal = 0) ... done [22:19:08.095] | : . Erased future from future backend [22:19:08.095] | : . result() for ClusterFuture ... [22:19:08.096] | : . ' result already collected: FutureResult [22:19:08.096] | : . result() for ClusterFuture ... done [22:19:08.096] | : . signalConditions() ... [22:19:08.097] | : . ' include = 'immediateCondition' [22:19:08.097] | : . ' exclude = [22:19:08.098] | : . ' resignal = FALSE [22:19:08.098] | : . ' Number of conditions: 0 [22:19:08.099] | : . ' int 0 [22:19:08.100] | : . signalConditions() ... done [22:19:08.100] | : receiveMessageFromWorker() for ClusterFuture ... done [22:19:08.101] | result() for ClusterFuture ... done [22:19:08.101] | value() for MultisessionFuture () ... [22:19:08.102] | : result() for ClusterFuture ... [22:19:08.102] | : . result already collected: FutureResult [22:19:08.103] | : result() for ClusterFuture ... done [22:19:08.103] | : result() for ClusterFuture ... [22:19:08.104] | : . result already collected: FutureResult [22:19:08.104] | : result() for ClusterFuture ... done [22:19:08.105] | : signalConditions() ... [22:19:08.105] | : . include = 'immediateCondition' [22:19:08.106] | : . exclude = [22:19:08.106] | : . resignal = FALSE [22:19:08.106] | : . Number of conditions: 0 [22:19:08.107] | : . int 0 [22:19:08.108] | : signalConditions() ... done [22:19:08.108] | : relay stdout ... [1] 42 [22:19:08.109] | : relay stdout ... done [22:19:08.109] | : check for misuse ... [22:19:08.110] | : check for misuse ... done [22:19:08.110] | value() for MultisessionFuture () ... done [22:19:08.111] | result() for ClusterFuture ... [22:19:08.111] | : result already collected: FutureResult [22:19:08.112] | result() for ClusterFuture ... done multisession ... done Testing with 2 cores ... done > message("*** Standard output ... DONE") *** Standard output ... 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=2s, sys.self=0.4s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'stdout' ... success > > proc.time() user system elapsed 2.59 0.42 3.70