R Under development (unstable) (2026-01-15 r89304 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-stdout.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("stdout") Test 'stdout' ... chr "none" > library(future) [12:35:48.627] Option 'future.startup.script': TRUE [12:35:48.628] Future startup scripts considered: '.future.R', '~/.future.R' [12:35:48.629] 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 ... [12:35:48.714] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:48.714] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:35:48.715] | : all.equal() for FutureStrategyList ... [12:35:48.715] | : . New stack: [12:35:48.716] | : . List of 1 [12:35:48.716] | : . $ :function (..., envir = parent.frame()) [12:35:48.716] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.716] | : . ..- attr(*, "init")= logi TRUE [12:35:48.716] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.716] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.716] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.716] | : . ..- attr(*, "call")= language plan(strategy) [12:35:48.716] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:48.722] | : . Old stack: [12:35:48.722] | : . List of 1 [12:35:48.722] | : . $ :function (..., envir = parent.frame()) [12:35:48.722] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.722] | : . ..- attr(*, "init")= logi TRUE [12:35:48.722] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.722] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.722] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.722] | : . ..- attr(*, "call")= language plan(sequential) [12:35:48.722] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:48.728] | : . Not identical [12:35:48.728] | : . all.equal() for future ... [12:35:48.728] | : . ' List of 2 [12:35:48.728] | : . ' $ target :function (..., envir = parent.frame()) [12:35:48.728] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.728] | : . ' ..- attr(*, "init")= logi TRUE [12:35:48.728] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.728] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.728] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.728] | : . ' ..- attr(*, "call")= language plan(strategy) [12:35:48.728] | : . ' $ current:function (..., envir = parent.frame()) [12:35:48.728] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.728] | : . ' ..- attr(*, "init")= logi TRUE [12:35:48.728] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.728] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.728] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.728] | : . ' ..- attr(*, "call")= language plan(sequential) [12:35:48.739] | : . all.equal() for future ... done [12:35:48.740] | : all.equal() for FutureStrategyList ... done [12:35:48.740] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:48.740] | : List of future strategies: [12:35:48.740] | : 1. sequential: [12:35:48.740] | : - args: function (..., envir = parent.frame(), workers = "") [12:35:48.740] | : - tweaked: FALSE [12:35:48.740] | : - call: plan(sequential) [12:35:48.745] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:35:48.745] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - stdout = TRUE [12:35:48.745] future(..., label = NULL) ... [12:35:48.746] | lazy: FALSE [12:35:48.746] | stdout: TRUE [12:35:48.746] | conditions: [n=1] 'condition' [12:35:48.748] | getGlobalsAndPackages() ... [12:35:48.748] | : Searching for globals ... [12:35:48.848] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:48.848] | : Searching for globals ... done [12:35:48.849] | : Resolving globals: FALSE [12:35:48.849] | : Search for packages associated with the globals ... [12:35:48.849] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:48.850] | : . Packages: [2] 'base', 'utils' [12:35:48.850] | : Search for packages associated with the globals ... done [12:35:48.850] | : Packages after dropping 'base': [1] 'utils' [12:35:48.851] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:48.851] | : globals: [0] [12:35:48.851] | : packages: [1] 'utils' [12:35:48.851] | getGlobalsAndPackages() ... done [12:35:48.852] | run() for 'Future' () ... [12:35:48.853] | : state: 'created' [12:35:48.853] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:48.853] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:35:48.853] | : . ' function (..., envir = parent.frame()) [12:35:48.853] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.853] | : . ' - attr(*, "init")= logi TRUE [12:35:48.853] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.853] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.853] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.853] | : . ' - attr(*, "call")= language plan(sequential) [12:35:48.856] | : . ' init: TRUE [12:35:48.856] | : . ' makeFutureBackend() ... [12:35:48.856] | : . ' , Backend function: <'NULL'> [12:35:48.857] | : . ' , Evaluator tweak arguments: [n=0] [12:35:48.857] | : . ' , list() [12:35:48.857] | : . ' , Evaluator formal arguments: [n=1] [12:35:48.857] | : . ' , Dotted pair list of 1 [12:35:48.857] | : . ' , $ envir: language parent.frame() [12:35:48.858] | : . ' , Arguments passed to the future-backend factory: [n=1] [12:35:48.858] | : . ' , List of 1 [12:35:48.858] | : . ' , $ envir: language parent.frame() [12:35:48.859] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:35:48.860] | : . ' makeFutureBackend() ... done [12:35:48.860] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:35:48.860] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:48.860] | : Using SequentialFutureBackend ... [12:35:48.860] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:35:48.861] | : . Launching futures ... [12:35:48.861] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:48.861] | : . ' , getFutureData() ... [12:35:48.862] | : . ' , ; getFutureCore() ... [12:35:48.862] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:48.862] | : . ' , ; getFutureCore() ... done [12:35:48.862] | : . ' , ; getFutureCapture() ... [12:35:48.862] | : . ' , ; getFutureCapture() ... done [12:35:48.863] | : . ' , ; getFutureContext() ... [12:35:48.863] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:48.863] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:48.863] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:48.863] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:48.864] | : . ' , ; getFutureContext() ... done [12:35:48.864] | : . ' , getFutureData() ... done [12:35:48.867] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:48.868] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:48.868] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:48.869] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:48.869] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:48.869] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:48.869] | : . ' , ; ` | New stack: [12:35:48.870] | : . ' , ; ` | List of 1 [12:35:48.870] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:48.870] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.870] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:48.870] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.870] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.870] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.870] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:48.870] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:48.877] | : . ' , ; ` | Old stack: [12:35:48.877] | : . ' , ; ` | List of 1 [12:35:48.877] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:48.877] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.877] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:48.877] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.877] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.877] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.877] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:48.877] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:48.877] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.877] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.877] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:48.881] | : . ' , ; ` | Not identical [12:35:48.881] | : . ' , ; ` | all.equal() for future ... [12:35:48.882] | : . ' , ; ` | : List of 2 [12:35:48.882] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.882] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:48.882] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.882] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:48.882] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:48.882] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.882] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.889] | : . ' , ; ` | all.equal() for future ... done [12:35:48.889] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:48.889] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:48.890] | : . ' , ; ` List of future strategies: [12:35:48.890] | : . ' , ; ` 1. sequential: [12:35:48.890] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:48.890] | : . ' , ; ` - tweaked: FALSE [12:35:48.890] | : . ' , ; ` - call: plan(sequential) [12:35:48.890] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:48.891] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:48.898] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:48.899] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:48.899] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:48.899] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:48.899] | : . ' , ; ` | : New stack: [12:35:48.900] | : . ' , ; ` | : List of 1 [12:35:48.900] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:48.900] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.900] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:48.900] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.900] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.900] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.900] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:48.900] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:48.900] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.900] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.900] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:48.904] | : . ' , ; ` | : Old stack: [12:35:48.904] | : . ' , ; ` | : List of 1 [12:35:48.904] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:48.904] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:48.904] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:48.904] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.904] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.904] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.904] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:48.904] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:48.904] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:48.904] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:48.904] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:48.908] | : . ' , ; ` | : Identical [12:35:48.908] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:48.909] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:48.909] | : . ' , ; ` | List of future strategies: [12:35:48.909] | : . ' , ; ` | 1. sequential: [12:35:48.909] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:48.909] | : . ' , ; ` | - tweaked: FALSE [12:35:48.909] | : . ' , ; ` | - call: plan(sequential) [12:35:48.909] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:48.910] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:48.910] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:48.947] | : . ' , SequentialFuture started (and completed) [12:35:48.948] | : . ' , signalConditions() ... [12:35:48.948] | : . ' , ; include = 'immediateCondition' [12:35:48.948] | : . ' , ; exclude = [12:35:48.948] | : . ' , ; resignal = FALSE [12:35:48.949] | : . ' , ; Number of conditions: 6 [12:35:48.949] | : . ' , ; int 6 [12:35:48.949] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.950] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.950] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.950] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.950] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.950] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.950] | : . ' , signalConditions() ... done [12:35:48.951] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:48.951] | : . Launching futures ... done [12:35:48.951] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:48.951] | : Using SequentialFutureBackend ... done [12:35:48.951] | run() for 'Future' () ... done [12:35:48.952] 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 "[12:35:48.866] | : . ' , 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 "[12:35:48.866] | : . ' , ; 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 "[12:35:48.866] | : . ' , 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 "[12:35:48.866] | : . ' , 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 "[12:35:48.867] | : . ' , ; 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 "[12:35:48.867] | : . ' , 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-01-16 12:35:48" $ finished : POSIXct[1:1], format: "2026-01-16 12:35:48" $ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "1" $ session_uuid : chr "9984fcbc9cfca96cd3deb428fe155df2" ..- 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 82208 .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:48" .. ..$ 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" [12:35:48.993] value() for SequentialFuture () ... [12:35:48.993] | signalConditions() ... [12:35:48.993] | : include = 'immediateCondition' [12:35:48.994] | : exclude = [12:35:48.994] | : resignal = FALSE [12:35:48.995] | : Number of conditions: 6 [12:35:48.995] | : int 6 [12:35:48.996] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.996] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.997] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.997] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.997] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.998] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:48.998] | signalConditions() ... done [12:35:48.998] | 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" [12:35:48.999] | relay stdout ... done [12:35:48.999] | check for misuse ... [12:35:48.999] | check for misuse ... done [12:35:49.000] | relay conditions ... [12:35:49.000] | : Future state: 'finished' [12:35:49.000] | : signalConditions() ... [12:35:49.001] | : . include = 'condition' [12:35:49.001] | : . exclude = 'immediateCondition' [12:35:49.001] | : . resignal = TRUE [12:35:49.002] | : . Number of conditions: 6 [12:35:49.002] | : . int 6 [12:35:49.003] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.003] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:48.866] | : . ' , attachPackages() ... [12:35:49.004] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.004] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:48.866] | : . ' , ; packages: [n=1] 'future' [12:35:49.005] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.005] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:48.866] | : . ' , attachPackages() ... done [12:35:49.005] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.006] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:48.866] | : . ' , attachPackages() ... [12:35:49.006] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.006] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:48.867] | : . ' , ; packages: [n=1] 'utils' [12:35:49.007] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.007] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:48.867] | : . ' , attachPackages() ... done [12:35:49.008] | : signalConditions() ... done [12:35:49.008] | relay conditions ... done [12:35:49.008] 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.03205395 secs (started 2026-01-16 12:35:48.865896) version: 1.8 [12:35:49.011] future(..., label = NULL) ... [12:35:49.012] | lazy: FALSE [12:35:49.012] | stdout: TRUE [12:35:49.012] | conditions: [n=1] 'condition' [12:35:49.013] | getGlobalsAndPackages() ... [12:35:49.013] | : Searching for globals ... [12:35:49.091] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:49.091] | : Searching for globals ... done [12:35:49.092] | : Resolving globals: FALSE [12:35:49.092] | : Search for packages associated with the globals ... [12:35:49.093] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:49.094] | : . Packages: [2] 'base', 'utils' [12:35:49.094] | : Search for packages associated with the globals ... done [12:35:49.095] | : Packages after dropping 'base': [1] 'utils' [12:35:49.096] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:49.096] | : globals: [0] [12:35:49.096] | : packages: [1] 'utils' [12:35:49.097] | getGlobalsAndPackages() ... done [12:35:49.098] | run() for 'Future' () ... [12:35:49.098] | : state: 'created' [12:35:49.098] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.099] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.099] | : Using SequentialFutureBackend ... [12:35:49.100] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:35:49.100] | : . Launching futures ... [12:35:49.100] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:49.101] | : . ' , getFutureData() ... [12:35:49.101] | : . ' , ; getFutureCore() ... [12:35:49.102] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:49.102] | : . ' , ; getFutureCore() ... done [12:35:49.102] | : . ' , ; getFutureCapture() ... [12:35:49.103] | : . ' , ; getFutureCapture() ... done [12:35:49.103] | : . ' , ; getFutureContext() ... [12:35:49.104] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.104] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:49.104] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.105] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:49.105] | : . ' , ; getFutureContext() ... done [12:35:49.106] | : . ' , getFutureData() ... done [12:35:49.111] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.111] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:49.112] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.112] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.113] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.113] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:49.113] | : . ' , ; ` | New stack: [12:35:49.113] | : . ' , ; ` | List of 1 [12:35:49.113] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.113] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.113] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:49.113] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.113] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.113] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.113] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.113] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.119] | : . ' , ; ` | Old stack: [12:35:49.119] | : . ' , ; ` | List of 1 [12:35:49.119] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.119] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.119] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:49.119] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.119] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.119] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.119] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:49.119] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.119] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.119] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.119] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.125] | : . ' , ; ` | Not identical [12:35:49.125] | : . ' , ; ` | all.equal() for future ... [12:35:49.125] | : . ' , ; ` | : List of 2 [12:35:49.125] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.125] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.125] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.125] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.125] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.125] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.125] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.134] | : . ' , ; ` | all.equal() for future ... done [12:35:49.134] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:49.134] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.134] | : . ' , ; ` List of future strategies: [12:35:49.134] | : . ' , ; ` 1. sequential: [12:35:49.134] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:49.134] | : . ' , ; ` - tweaked: FALSE [12:35:49.134] | : . ' , ; ` - call: plan(sequential) [12:35:49.135] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.135] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.139] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.140] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.140] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.140] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:49.140] | : . ' , ; ` | : New stack: [12:35:49.141] | : . ' , ; ` | : List of 1 [12:35:49.141] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.141] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.141] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.141] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.141] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.141] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.141] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.141] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.141] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.141] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.141] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.146] | : . ' , ; ` | : Old stack: [12:35:49.146] | : . ' , ; ` | : List of 1 [12:35:49.146] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.146] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.146] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.146] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.146] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.146] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.146] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.146] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.146] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.146] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.146] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.151] | : . ' , ; ` | : Identical [12:35:49.151] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:49.151] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.151] | : . ' , ; ` | List of future strategies: [12:35:49.151] | : . ' , ; ` | 1. sequential: [12:35:49.151] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:49.151] | : . ' , ; ` | - tweaked: FALSE [12:35:49.151] | : . ' , ; ` | - call: plan(sequential) [12:35:49.152] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.152] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.153] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.153] | : . ' , SequentialFuture started (and completed) [12:35:49.154] | : . ' , signalConditions() ... [12:35:49.154] | : . ' , ; include = 'immediateCondition' [12:35:49.154] | : . ' , ; exclude = [12:35:49.154] | : . ' , ; resignal = FALSE [12:35:49.154] | : . ' , ; Number of conditions: 6 [12:35:49.155] | : . ' , ; int 6 [12:35:49.155] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.156] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.156] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.156] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.156] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.156] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.157] | : . ' , signalConditions() ... done [12:35:49.157] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:49.157] | : . Launching futures ... done [12:35:49.157] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:49.157] | : Using SequentialFutureBackend ... done [12:35:49.158] | run() for 'Future' () ... done [12:35:49.158] future(..., label = NULL) ... done [12:35:49.158] value() for SequentialFuture () ... [12:35:49.159] | signalConditions() ... [12:35:49.159] | : include = 'immediateCondition' [12:35:49.159] | : exclude = [12:35:49.159] | : resignal = FALSE [12:35:49.159] | : Number of conditions: 6 [12:35:49.160] | : int 6 [12:35:49.160] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.160] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.161] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.161] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.161] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.161] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.162] | signalConditions() ... done [12:35:49.162] | relay stdout ... [12:35:49.162] | relay stdout ... done [12:35:49.162] | check for misuse ... [12:35:49.162] | check for misuse ... done [12:35:49.163] | relay conditions ... [12:35:49.163] | : Future state: 'finished' [12:35:49.163] | : signalConditions() ... [12:35:49.163] | : . include = 'condition' [12:35:49.163] | : . exclude = 'immediateCondition' [12:35:49.164] | : . resignal = TRUE [12:35:49.164] | : . Number of conditions: 6 [12:35:49.164] | : . int 6 [12:35:49.165] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.165] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:49.106] | : . ' , attachPackages() ... [12:35:49.166] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.166] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:49.107] | : . ' , ; packages: [n=1] 'future' [12:35:49.167] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.167] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:49.107] | : . ' , attachPackages() ... done [12:35:49.167] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.168] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:49.107] | : . ' , attachPackages() ... [12:35:49.168] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.168] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:49.108] | : . ' , ; packages: [n=1] 'utils' [12:35:49.169] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.169] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:49.108] | : . ' , attachPackages() ... done [12:35:49.170] | : signalConditions() ... done [12:35:49.170] | relay conditions ... done [12:35:49.170] 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) [12:35:49.171] future(..., label = NULL) ... [12:35:49.171] | lazy: FALSE [12:35:49.172] | stdout: TRUE [12:35:49.172] | conditions: [n=1] 'condition' [12:35:49.172] | getGlobalsAndPackages() ... [12:35:49.172] | : Searching for globals ... [12:35:49.176] | : . globals found: [1] 'print' [12:35:49.177] | : Searching for globals ... done [12:35:49.177] | : Resolving globals: FALSE [12:35:49.177] | : Search for packages associated with the globals ... [12:35:49.177] | : . Packages associated with globals: [1] 'base' [12:35:49.178] | : . Packages: [1] 'base' [12:35:49.178] | : Search for packages associated with the globals ... done [12:35:49.178] | : Packages after dropping 'base': [0] [12:35:49.178] | : globals: [0] [12:35:49.179] | : packages: [0] [12:35:49.179] | getGlobalsAndPackages() ... done [12:35:49.179] | run() for 'Future' () ... [12:35:49.179] | : state: 'created' [12:35:49.180] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.180] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.180] | : Using SequentialFutureBackend ... [12:35:49.180] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:35:49.180] | : . Launching futures ... [12:35:49.181] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:49.181] | : . ' , getFutureData() ... [12:35:49.181] | : . ' , ; getFutureCore() ... [12:35:49.181] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:35:49.182] | : . ' , ; getFutureCore() ... done [12:35:49.182] | : . ' , ; getFutureCapture() ... [12:35:49.182] | : . ' , ; getFutureCapture() ... done [12:35:49.182] | : . ' , ; getFutureContext() ... [12:35:49.182] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.183] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:49.183] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.183] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:49.183] | : . ' , ; getFutureContext() ... done [12:35:49.183] | : . ' , getFutureData() ... done [12:35:49.186] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.186] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:49.186] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.187] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.187] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.187] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:49.187] | : . ' , ; ` | New stack: [12:35:49.187] | : . ' , ; ` | List of 1 [12:35:49.187] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.187] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.187] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:49.187] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.187] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.187] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.187] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.187] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.191] | : . ' , ; ` | Old stack: [12:35:49.192] | : . ' , ; ` | List of 1 [12:35:49.192] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.192] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.192] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:49.192] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.192] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.192] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.192] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:49.192] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.192] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.192] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.192] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.196] | : . ' , ; ` | Not identical [12:35:49.197] | : . ' , ; ` | all.equal() for future ... [12:35:49.197] | : . ' , ; ` | : List of 2 [12:35:49.197] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.197] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.197] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.197] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.197] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.197] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.197] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.205] | : . ' , ; ` | all.equal() for future ... done [12:35:49.205] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:49.205] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.205] | : . ' , ; ` List of future strategies: [12:35:49.205] | : . ' , ; ` 1. sequential: [12:35:49.205] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:49.205] | : . ' , ; ` - tweaked: FALSE [12:35:49.205] | : . ' , ; ` - call: plan(sequential) [12:35:49.206] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.206] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.209] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.209] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.210] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.210] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:49.210] | : . ' , ; ` | : New stack: [12:35:49.210] | : . ' , ; ` | : List of 1 [12:35:49.210] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.210] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.210] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.210] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.210] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.210] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.210] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.210] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.210] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.210] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.210] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.215] | : . ' , ; ` | : Old stack: [12:35:49.215] | : . ' , ; ` | : List of 1 [12:35:49.215] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.215] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.215] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.215] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.215] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.215] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.215] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.215] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.215] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.215] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.215] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.220] | : . ' , ; ` | : Identical [12:35:49.220] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:49.220] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.221] | : . ' , ; ` | List of future strategies: [12:35:49.221] | : . ' , ; ` | 1. sequential: [12:35:49.221] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:49.221] | : . ' , ; ` | - tweaked: FALSE [12:35:49.221] | : . ' , ; ` | - call: plan(sequential) [12:35:49.221] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.222] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.222] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.222] | : . ' , SequentialFuture started (and completed) [12:35:49.223] | : . ' , signalConditions() ... [12:35:49.223] | : . ' , ; include = 'immediateCondition' [12:35:49.223] | : . ' , ; exclude = [12:35:49.223] | : . ' , ; resignal = FALSE [12:35:49.224] | : . ' , ; Number of conditions: 6 [12:35:49.224] | : . ' , ; int 6 [12:35:49.224] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.225] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.225] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.225] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.225] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.225] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.226] | : . ' , signalConditions() ... done [12:35:49.226] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:49.226] | : . Launching futures ... done [12:35:49.226] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:49.226] | : Using SequentialFutureBackend ... done [12:35:49.227] | run() for 'Future' () ... done [12:35:49.227] future(..., label = NULL) ... done [12:35:49.227] value() for SequentialFuture () ... [12:35:49.227] | signalConditions() ... [12:35:49.228] | : include = 'immediateCondition' [12:35:49.228] | : exclude = [12:35:49.228] | : resignal = FALSE [12:35:49.228] | : Number of conditions: 6 [12:35:49.228] | : int 6 [12:35:49.229] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.229] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.229] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.230] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.230] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.230] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.230] | signalConditions() ... done [12:35:49.230] | relay stdout ... [1] 42 [12:35:49.231] | relay stdout ... done [12:35:49.231] | check for misuse ... [12:35:49.231] | check for misuse ... done [12:35:49.231] | relay conditions ... [12:35:49.231] | : Future state: 'finished' [12:35:49.232] | : signalConditions() ... [12:35:49.232] | : . include = 'condition' [12:35:49.232] | : . exclude = 'immediateCondition' [12:35:49.232] | : . resignal = TRUE [12:35:49.232] | : . Number of conditions: 6 [12:35:49.233] | : . int 6 [12:35:49.233] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.233] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:49.184] | : . ' , attachPackages() ... [12:35:49.234] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.234] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:49.184] | : . ' , ; packages: [n=1] 'future' [12:35:49.234] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.234] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:49.184] | : . ' , attachPackages() ... done [12:35:49.235] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.235] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:49.185] | : . ' , attachPackages() ... [12:35:49.235] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.235] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:49.185] | : . ' , ; packages: [n=0] [12:35:49.236] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.236] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:49.185] | : . ' , attachPackages() ... done [12:35:49.236] | : signalConditions() ... done [12:35:49.236] | relay conditions ... done [12:35:49.236] value() for SequentialFuture () ... done - stdout = FALSE [12:35:49.237] future(..., label = NULL) ... [12:35:49.237] | lazy: FALSE [12:35:49.237] | stdout: FALSE [12:35:49.237] | conditions: [n=1] 'condition' [12:35:49.238] | getGlobalsAndPackages() ... [12:35:49.238] | : Searching for globals ... [12:35:49.283] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:49.283] | : Searching for globals ... done [12:35:49.283] | : Resolving globals: FALSE [12:35:49.283] | : Search for packages associated with the globals ... [12:35:49.284] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:49.284] | : . Packages: [2] 'base', 'utils' [12:35:49.284] | : Search for packages associated with the globals ... done [12:35:49.285] | : Packages after dropping 'base': [1] 'utils' [12:35:49.285] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:49.285] | : globals: [0] [12:35:49.285] | : packages: [1] 'utils' [12:35:49.285] | getGlobalsAndPackages() ... done [12:35:49.286] | run() for 'Future' () ... [12:35:49.286] | : state: 'created' [12:35:49.286] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.286] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.287] | : Using SequentialFutureBackend ... [12:35:49.287] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:35:49.287] | : . Launching futures ... [12:35:49.287] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:49.287] | : . ' , getFutureData() ... [12:35:49.288] | : . ' , ; getFutureCore() ... [12:35:49.288] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:49.288] | : . ' , ; getFutureCore() ... done [12:35:49.288] | : . ' , ; getFutureCapture() ... [12:35:49.288] | : . ' , ; getFutureCapture() ... done [12:35:49.288] | : . ' , ; getFutureContext() ... [12:35:49.289] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.289] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:49.289] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.289] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:49.289] | : . ' , ; getFutureContext() ... done [12:35:49.290] | : . ' , getFutureData() ... done [12:35:49.292] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.292] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:49.292] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.292] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.293] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.293] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:49.293] | : . ' , ; ` | New stack: [12:35:49.293] | : . ' , ; ` | List of 1 [12:35:49.293] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.293] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.293] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:49.293] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.293] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.293] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.293] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.293] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.297] | : . ' , ; ` | Old stack: [12:35:49.297] | : . ' , ; ` | List of 1 [12:35:49.297] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.297] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.297] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:49.297] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.297] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.297] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.297] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:49.297] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.297] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.297] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.297] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.301] | : . ' , ; ` | Not identical [12:35:49.301] | : . ' , ; ` | all.equal() for future ... [12:35:49.302] | : . ' , ; ` | : List of 2 [12:35:49.302] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.302] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.302] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.302] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.302] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.302] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.302] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.309] | : . ' , ; ` | all.equal() for future ... done [12:35:49.309] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:49.309] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.309] | : . ' , ; ` List of future strategies: [12:35:49.309] | : . ' , ; ` 1. sequential: [12:35:49.309] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:49.309] | : . ' , ; ` - tweaked: FALSE [12:35:49.309] | : . ' , ; ` - call: plan(sequential) [12:35:49.310] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.310] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.314] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.314] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.315] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.315] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:49.315] | : . ' , ; ` | : New stack: [12:35:49.315] | : . ' , ; ` | : List of 1 [12:35:49.315] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.315] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.315] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.315] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.315] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.315] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.315] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.315] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.315] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.315] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.315] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.320] | : . ' , ; ` | : Old stack: [12:35:49.320] | : . ' , ; ` | : List of 1 [12:35:49.320] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.320] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.320] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.320] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.320] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.320] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.320] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.320] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.320] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.320] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.320] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.324] | : . ' , ; ` | : Identical [12:35:49.324] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:49.324] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.325] | : . ' , ; ` | List of future strategies: [12:35:49.325] | : . ' , ; ` | 1. sequential: [12:35:49.325] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:49.325] | : . ' , ; ` | - tweaked: FALSE [12:35:49.325] | : . ' , ; ` | - call: plan(sequential) [12:35:49.325] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.325] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.326] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.326] | : . ' , SequentialFuture started (and completed) [12:35:49.326] | : . ' , signalConditions() ... [12:35:49.327] | : . ' , ; include = 'immediateCondition' [12:35:49.327] | : . ' , ; exclude = [12:35:49.327] | : . ' , ; resignal = FALSE [12:35:49.327] | : . ' , ; Number of conditions: 6 [12:35:49.328] | : . ' , ; int 6 [12:35:49.328] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.329] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.329] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.329] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.329] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.329] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.330] | : . ' , signalConditions() ... done [12:35:49.330] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:49.330] | : . Launching futures ... done [12:35:49.331] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:49.331] | : Using SequentialFutureBackend ... done [12:35:49.331] | run() for 'Future' () ... done [12:35:49.332] 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 "[12:35:49.290] | : . ' , 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 "[12:35:49.290] | : . ' , ; 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 "[12:35:49.290] | : . ' , 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 "[12:35:49.291] | : . ' , 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 "[12:35:49.291] | : . ' , ; 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 "[12:35:49.291] | : . ' , 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-01-16 12:35:49" $ finished : POSIXct[1:1], format: "2026-01-16 12:35:49" $ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "4" $ session_uuid : chr "9984fcbc9cfca96cd3deb428fe155df2" ..- 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 82208 .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:48" .. ..$ 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" [12:35:49.377] value() for SequentialFuture () ... [12:35:49.377] | signalConditions() ... [12:35:49.378] | : include = 'immediateCondition' [12:35:49.378] | : exclude = [12:35:49.378] | : resignal = FALSE [12:35:49.378] | : Number of conditions: 6 [12:35:49.379] | : int 6 [12:35:49.379] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.380] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.380] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.380] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.380] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.381] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.381] | signalConditions() ... done [12:35:49.381] | relay stdout ... [12:35:49.381] | relay stdout ... done [12:35:49.382] | check for misuse ... [12:35:49.382] | check for misuse ... done [12:35:49.382] | relay conditions ... [12:35:49.382] | : Future state: 'finished' [12:35:49.383] | : signalConditions() ... [12:35:49.383] | : . include = 'condition' [12:35:49.383] | : . exclude = 'immediateCondition' [12:35:49.383] | : . resignal = TRUE [12:35:49.384] | : . Number of conditions: 6 [12:35:49.384] | : . int 6 [12:35:49.384] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.385] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:49.290] | : . ' , attachPackages() ... [12:35:49.385] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.385] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:49.290] | : . ' , ; packages: [n=1] 'future' [12:35:49.386] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.386] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:49.290] | : . ' , attachPackages() ... done [12:35:49.386] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.386] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:49.291] | : . ' , attachPackages() ... [12:35:49.387] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.387] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:49.291] | : . ' , ; packages: [n=1] 'utils' [12:35:49.387] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.388] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:49.291] | : . ' , attachPackages() ... done [12:35:49.388] | : signalConditions() ... done [12:35:49.388] | relay conditions ... done [12:35:49.388] value() for SequentialFuture () ... done [12:35:49.389] future(..., label = NULL) ... [12:35:49.389] | lazy: FALSE [12:35:49.389] | stdout: FALSE [12:35:49.390] | conditions: [n=1] 'condition' [12:35:49.390] | getGlobalsAndPackages() ... [12:35:49.390] | : Searching for globals ... [12:35:49.449] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:49.450] | : Searching for globals ... done [12:35:49.450] | : Resolving globals: FALSE [12:35:49.450] | : Search for packages associated with the globals ... [12:35:49.451] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:49.452] | : . Packages: [2] 'base', 'utils' [12:35:49.452] | : Search for packages associated with the globals ... done [12:35:49.452] | : Packages after dropping 'base': [1] 'utils' [12:35:49.453] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:49.453] | : globals: [0] [12:35:49.453] | : packages: [1] 'utils' [12:35:49.454] | getGlobalsAndPackages() ... done [12:35:49.454] | run() for 'Future' () ... [12:35:49.455] | : state: 'created' [12:35:49.455] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.455] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.456] | : Using SequentialFutureBackend ... [12:35:49.456] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:35:49.456] | : . Launching futures ... [12:35:49.456] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:49.457] | : . ' , getFutureData() ... [12:35:49.457] | : . ' , ; getFutureCore() ... [12:35:49.457] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:49.458] | : . ' , ; getFutureCore() ... done [12:35:49.458] | : . ' , ; getFutureCapture() ... [12:35:49.459] | : . ' , ; getFutureCapture() ... done [12:35:49.459] | : . ' , ; getFutureContext() ... [12:35:49.459] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.460] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:49.460] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.460] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:49.460] | : . ' , ; getFutureContext() ... done [12:35:49.461] | : . ' , getFutureData() ... done [12:35:49.464] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.465] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:49.465] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.466] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.466] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.466] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:49.467] | : . ' , ; ` | New stack: [12:35:49.467] | : . ' , ; ` | List of 1 [12:35:49.467] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.467] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.467] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:49.467] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.467] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.467] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.467] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.467] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.473] | : . ' , ; ` | Old stack: [12:35:49.473] | : . ' , ; ` | List of 1 [12:35:49.473] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.473] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.473] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:49.473] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.473] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.473] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.473] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:49.473] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.473] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.473] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.473] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.482] | : . ' , ; ` | Not identical [12:35:49.482] | : . ' , ; ` | all.equal() for future ... [12:35:49.483] | : . ' , ; ` | : List of 2 [12:35:49.483] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.483] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.483] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.483] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.483] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.483] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.483] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.494] | : . ' , ; ` | all.equal() for future ... done [12:35:49.495] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:49.495] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.495] | : . ' , ; ` List of future strategies: [12:35:49.495] | : . ' , ; ` 1. sequential: [12:35:49.495] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:49.495] | : . ' , ; ` - tweaked: FALSE [12:35:49.495] | : . ' , ; ` - call: plan(sequential) [12:35:49.496] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.497] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.503] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.503] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.504] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.504] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:49.504] | : . ' , ; ` | : New stack: [12:35:49.505] | : . ' , ; ` | : List of 1 [12:35:49.505] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.505] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.505] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.505] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.505] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.505] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.505] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.505] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.505] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.505] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.505] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.511] | : . ' , ; ` | : Old stack: [12:35:49.512] | : . ' , ; ` | : List of 1 [12:35:49.512] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.512] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.512] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.512] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.512] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.512] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.512] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.512] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.512] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.512] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.512] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.519] | : . ' , ; ` | : Identical [12:35:49.519] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:49.519] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.519] | : . ' , ; ` | List of future strategies: [12:35:49.519] | : . ' , ; ` | 1. sequential: [12:35:49.519] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:49.519] | : . ' , ; ` | - tweaked: FALSE [12:35:49.519] | : . ' , ; ` | - call: plan(sequential) [12:35:49.521] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.521] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.521] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.522] | : . ' , SequentialFuture started (and completed) [12:35:49.522] | : . ' , signalConditions() ... [12:35:49.523] | : . ' , ; include = 'immediateCondition' [12:35:49.523] | : . ' , ; exclude = [12:35:49.523] | : . ' , ; resignal = FALSE [12:35:49.523] | : . ' , ; Number of conditions: 6 [12:35:49.524] | : . ' , ; int 6 [12:35:49.524] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.525] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.525] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.525] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.526] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.526] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.526] | : . ' , signalConditions() ... done [12:35:49.527] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:49.527] | : . Launching futures ... done [12:35:49.527] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:49.528] | : Using SequentialFutureBackend ... done [12:35:49.528] | run() for 'Future' () ... done [12:35:49.528] future(..., label = NULL) ... done [12:35:49.529] value() for SequentialFuture () ... [12:35:49.529] | signalConditions() ... [12:35:49.529] | : include = 'immediateCondition' [12:35:49.530] | : exclude = [12:35:49.530] | : resignal = FALSE [12:35:49.530] | : Number of conditions: 6 [12:35:49.531] | : int 6 [12:35:49.532] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.532] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.532] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.533] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.533] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.533] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.534] | signalConditions() ... done [12:35:49.534] | relay stdout ... [12:35:49.534] | relay stdout ... done [12:35:49.535] | check for misuse ... [12:35:49.535] | check for misuse ... done [12:35:49.535] | relay conditions ... [12:35:49.535] | : Future state: 'finished' [12:35:49.536] | : signalConditions() ... [12:35:49.536] | : . include = 'condition' [12:35:49.536] | : . exclude = 'immediateCondition' [12:35:49.537] | : . resignal = TRUE [12:35:49.537] | : . Number of conditions: 6 [12:35:49.537] | : . int 6 [12:35:49.538] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.538] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:49.461] | : . ' , attachPackages() ... [12:35:49.539] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.539] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:49.462] | : . ' , ; packages: [n=1] 'future' [12:35:49.539] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.540] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:49.462] | : . ' , attachPackages() ... done [12:35:49.540] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.540] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:49.463] | : . ' , attachPackages() ... [12:35:49.541] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.541] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:49.463] | : . ' , ; packages: [n=1] 'utils' [12:35:49.541] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.542] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:49.463] | : . ' , attachPackages() ... done [12:35:49.542] | : signalConditions() ... done [12:35:49.542] | relay conditions ... done [12:35:49.542] value() for SequentialFuture () ... done - stdout = structure(TRUE, drop = TRUE) [12:35:49.543] future(..., label = NULL) ... [12:35:49.543] | lazy: FALSE [12:35:49.543] | stdout: TRUE [12:35:49.544] | conditions: [n=1] 'condition' [12:35:49.544] | getGlobalsAndPackages() ... [12:35:49.544] | : Searching for globals ... [12:35:49.550] | : . globals found: [1] 'print' [12:35:49.551] | : Searching for globals ... done [12:35:49.551] | : Resolving globals: FALSE [12:35:49.551] | : Search for packages associated with the globals ... [12:35:49.552] | : . Packages associated with globals: [1] 'base' [12:35:49.552] | : . Packages: [1] 'base' [12:35:49.552] | : Search for packages associated with the globals ... done [12:35:49.553] | : Packages after dropping 'base': [0] [12:35:49.553] | : globals: [0] [12:35:49.553] | : packages: [0] [12:35:49.553] | getGlobalsAndPackages() ... done [12:35:49.554] | run() for 'Future' () ... [12:35:49.554] | : state: 'created' [12:35:49.554] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.555] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.555] | : Using SequentialFutureBackend ... [12:35:49.555] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:35:49.556] | : . Launching futures ... [12:35:49.556] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:49.556] | : . ' , getFutureData() ... [12:35:49.556] | : . ' , ; getFutureCore() ... [12:35:49.557] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:35:49.557] | : . ' , ; getFutureCore() ... done [12:35:49.557] | : . ' , ; getFutureCapture() ... [12:35:49.558] | : . ' , ; getFutureCapture() ... done [12:35:49.558] | : . ' , ; getFutureContext() ... [12:35:49.558] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.559] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:49.559] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.559] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:49.560] | : . ' , ; getFutureContext() ... done [12:35:49.560] | : . ' , getFutureData() ... done [12:35:49.564] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.564] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:49.565] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.565] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.566] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.566] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:49.567] | : . ' , ; ` | New stack: [12:35:49.567] | : . ' , ; ` | List of 1 [12:35:49.567] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.567] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.567] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:49.567] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.567] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.567] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.567] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.567] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.573] | : . ' , ; ` | Old stack: [12:35:49.574] | : . ' , ; ` | List of 1 [12:35:49.574] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.574] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.574] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:49.574] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.574] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.574] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.574] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:49.574] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.574] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.574] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.574] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.581] | : . ' , ; ` | Not identical [12:35:49.581] | : . ' , ; ` | all.equal() for future ... [12:35:49.582] | : . ' , ; ` | : List of 2 [12:35:49.582] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.582] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.582] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.582] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.582] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.582] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.582] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.595] | : . ' , ; ` | all.equal() for future ... done [12:35:49.596] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:49.596] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.597] | : . ' , ; ` List of future strategies: [12:35:49.597] | : . ' , ; ` 1. sequential: [12:35:49.597] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:49.597] | : . ' , ; ` - tweaked: FALSE [12:35:49.597] | : . ' , ; ` - call: plan(sequential) [12:35:49.598] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.598] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.602] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.602] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.603] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.603] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:49.603] | : . ' , ; ` | : New stack: [12:35:49.604] | : . ' , ; ` | : List of 1 [12:35:49.604] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.604] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.604] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.604] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.604] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.604] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.604] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.604] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.604] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.604] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.604] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.612] | : . ' , ; ` | : Old stack: [12:35:49.613] | : . ' , ; ` | : List of 1 [12:35:49.613] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.613] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.613] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.613] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.613] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.613] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.613] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.613] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.613] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.613] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.613] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.621] | : . ' , ; ` | : Identical [12:35:49.622] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:49.622] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.622] | : . ' , ; ` | List of future strategies: [12:35:49.622] | : . ' , ; ` | 1. sequential: [12:35:49.622] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:49.622] | : . ' , ; ` | - tweaked: FALSE [12:35:49.622] | : . ' , ; ` | - call: plan(sequential) [12:35:49.624] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.624] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.624] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.625] | : . ' , SequentialFuture started (and completed) [12:35:49.626] | : . ' , signalConditions() ... [12:35:49.626] | : . ' , ; include = 'immediateCondition' [12:35:49.627] | : . ' , ; exclude = [12:35:49.627] | : . ' , ; resignal = FALSE [12:35:49.628] | : . ' , ; Number of conditions: 6 [12:35:49.628] | : . ' , ; int 6 [12:35:49.629] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.629] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.630] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.630] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.630] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.631] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.631] | : . ' , signalConditions() ... done [12:35:49.632] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:49.632] | : . Launching futures ... done [12:35:49.632] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:49.633] | : Using SequentialFutureBackend ... done [12:35:49.633] | run() for 'Future' () ... done [12:35:49.634] future(..., label = NULL) ... done [12:35:49.634] value() for SequentialFuture () ... [12:35:49.635] | signalConditions() ... [12:35:49.635] | : include = 'immediateCondition' [12:35:49.636] | : exclude = [12:35:49.636] | : resignal = FALSE [12:35:49.637] | : Number of conditions: 6 [12:35:49.637] | : int 6 [12:35:49.638] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.638] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.639] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.639] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.639] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.640] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.640] | signalConditions() ... done [12:35:49.640] | relay stdout ... [1] 42 [12:35:49.641] | relay stdout ... done [12:35:49.641] | check for misuse ... [12:35:49.641] | check for misuse ... done [12:35:49.642] | relay conditions ... [12:35:49.642] | : Future state: 'finished' [12:35:49.642] | : signalConditions() ... [12:35:49.643] | : . include = 'condition' [12:35:49.643] | : . exclude = 'immediateCondition' [12:35:49.643] | : . resignal = TRUE [12:35:49.644] | : . Number of conditions: 6 [12:35:49.644] | : . int 6 [12:35:49.645] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.645] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:49.561] | : . ' , attachPackages() ... [12:35:49.645] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.646] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:49.561] | : . ' , ; packages: [n=1] 'future' [12:35:49.646] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.646] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:49.562] | : . ' , attachPackages() ... done [12:35:49.646] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.646] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:49.562] | : . ' , attachPackages() ... [12:35:49.647] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.647] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:49.563] | : . ' , ; packages: [n=0] [12:35:49.647] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.647] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:49.563] | : . ' , attachPackages() ... done [12:35:49.648] | : signalConditions() ... done [12:35:49.648] | relay conditions ... done [12:35:49.648] value() for SequentialFuture () ... done - stdout = NA [12:35:49.648] future(..., label = NULL) ... [12:35:49.649] | lazy: FALSE [12:35:49.649] | stdout: NA [12:35:49.649] | conditions: [n=1] 'condition' [12:35:49.649] | getGlobalsAndPackages() ... [12:35:49.650] | : Searching for globals ... [12:35:49.699] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:49.699] | : Searching for globals ... done [12:35:49.699] | : Resolving globals: FALSE [12:35:49.700] | : Search for packages associated with the globals ... [12:35:49.700] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:49.700] | : . Packages: [2] 'base', 'utils' [12:35:49.701] | : Search for packages associated with the globals ... done [12:35:49.701] | : Packages after dropping 'base': [1] 'utils' [12:35:49.701] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:49.701] | : globals: [0] [12:35:49.702] | : packages: [1] 'utils' [12:35:49.702] | getGlobalsAndPackages() ... done [12:35:49.702] | run() for 'Future' () ... [12:35:49.703] | : state: 'created' [12:35:49.703] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.703] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.703] | : Using SequentialFutureBackend ... [12:35:49.704] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:35:49.704] | : . Launching futures ... [12:35:49.704] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:49.704] | : . ' , getFutureData() ... [12:35:49.705] | : . ' , ; getFutureCore() ... [12:35:49.705] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:49.705] | : . ' , ; getFutureCore() ... done [12:35:49.706] | : . ' , ; getFutureCapture() ... [12:35:49.706] | : . ' , ; getFutureCapture() ... done [12:35:49.706] | : . ' , ; getFutureContext() ... [12:35:49.706] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.707] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:49.707] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.707] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:49.707] | : . ' , ; getFutureContext() ... done [12:35:49.708] | : . ' , getFutureData() ... done [12:35:49.710] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.710] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:49.710] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.711] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.711] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.711] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:49.711] | : . ' , ; ` | New stack: [12:35:49.712] | : . ' , ; ` | List of 1 [12:35:49.712] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.712] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.712] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:49.712] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.712] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.712] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.712] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.712] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.717] | : . ' , ; ` | Old stack: [12:35:49.717] | : . ' , ; ` | List of 1 [12:35:49.717] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.717] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.717] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:49.717] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.717] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.717] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.717] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:49.717] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.717] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.717] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.717] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.724] | : . ' , ; ` | Not identical [12:35:49.724] | : . ' , ; ` | all.equal() for future ... [12:35:49.725] | : . ' , ; ` | : List of 2 [12:35:49.725] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.725] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.725] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.725] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.725] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.725] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.725] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.736] | : . ' , ; ` | all.equal() for future ... done [12:35:49.736] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:49.736] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.737] | : . ' , ; ` List of future strategies: [12:35:49.737] | : . ' , ; ` 1. sequential: [12:35:49.737] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:49.737] | : . ' , ; ` - tweaked: FALSE [12:35:49.737] | : . ' , ; ` - call: plan(sequential) [12:35:49.738] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.738] | : . ' , 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" [12:35:49.742] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.743] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.743] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.743] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:49.744] | : . ' , ; ` | : New stack: [12:35:49.744] | : . ' , ; ` | : List of 1 [12:35:49.744] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.744] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.744] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.744] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.744] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.744] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.744] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.744] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.744] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.744] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.744] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.751] | : . ' , ; ` | : Old stack: [12:35:49.751] | : . ' , ; ` | : List of 1 [12:35:49.751] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.751] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.751] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.751] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.751] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.751] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.751] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.751] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.751] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.751] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.751] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.757] | : . ' , ; ` | : Identical [12:35:49.758] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:49.758] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.758] | : . ' , ; ` | List of future strategies: [12:35:49.758] | : . ' , ; ` | 1. sequential: [12:35:49.758] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:49.758] | : . ' , ; ` | - tweaked: FALSE [12:35:49.758] | : . ' , ; ` | - call: plan(sequential) [12:35:49.759] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.760] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.760] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.761] | : . ' , SequentialFuture started (and completed) [12:35:49.761] | : . ' , signalConditions() ... [12:35:49.761] | : . ' , ; include = 'immediateCondition' [12:35:49.762] | : . ' , ; exclude = [12:35:49.762] | : . ' , ; resignal = FALSE [12:35:49.762] | : . ' , ; Number of conditions: 6 [12:35:49.762] | : . ' , ; int 6 [12:35:49.763] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.764] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.764] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.764] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.764] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.765] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.765] | : . ' , signalConditions() ... done [12:35:49.765] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:49.766] | : . Launching futures ... done [12:35:49.766] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:49.766] | : Using SequentialFutureBackend ... done [12:35:49.766] | run() for 'Future' () ... done [12:35:49.767] 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 "[12:35:49.708] | : . ' , 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 "[12:35:49.708] | : . ' , ; 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 "[12:35:49.709] | : . ' , 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 "[12:35:49.709] | : . ' , 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 "[12:35:49.709] | : . ' , ; 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 "[12:35:49.709] | : . ' , 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-01-16 12:35:49" $ finished : POSIXct[1:1], format: "2026-01-16 12:35:49" $ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "7" $ session_uuid : chr "9984fcbc9cfca96cd3deb428fe155df2" ..- 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 82208 .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:48" .. ..$ 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" [12:35:49.801] value() for SequentialFuture () ... [12:35:49.801] | signalConditions() ... [12:35:49.801] | : include = 'immediateCondition' [12:35:49.801] | : exclude = [12:35:49.801] | : resignal = FALSE [12:35:49.802] | : Number of conditions: 6 [12:35:49.802] | : int 6 [12:35:49.802] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.803] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.803] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.803] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.803] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.803] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.803] | signalConditions() ... done [12:35:49.804] | relay stdout ... [12:35:49.804] | relay stdout ... done [12:35:49.804] | check for misuse ... [12:35:49.804] | check for misuse ... done [12:35:49.804] | relay conditions ... [12:35:49.804] | : Future state: 'finished' [12:35:49.805] | : signalConditions() ... [12:35:49.805] | : . include = 'condition' [12:35:49.805] | : . exclude = 'immediateCondition' [12:35:49.805] | : . resignal = TRUE [12:35:49.805] | : . Number of conditions: 6 [12:35:49.806] | : . int 6 [12:35:49.806] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.806] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:49.708] | : . ' , attachPackages() ... [12:35:49.807] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.807] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:49.708] | : . ' , ; packages: [n=1] 'future' [12:35:49.807] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.807] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:49.709] | : . ' , attachPackages() ... done [12:35:49.807] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.808] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:49.709] | : . ' , attachPackages() ... [12:35:49.808] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.808] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:49.709] | : . ' , ; packages: [n=1] 'utils' [12:35:49.808] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.808] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:49.709] | : . ' , attachPackages() ... done [12:35:49.809] | : signalConditions() ... done [12:35:49.809] | relay conditions ... done [12:35:49.809] value() for SequentialFuture () ... done [12:35:49.809] future(..., label = NULL) ... [12:35:49.810] | lazy: FALSE [12:35:49.810] | stdout: NA [12:35:49.810] | conditions: [n=1] 'condition' [12:35:49.810] | getGlobalsAndPackages() ... [12:35:49.810] | : Searching for globals ... [12:35:49.849] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:49.850] | : Searching for globals ... done [12:35:49.850] | : Resolving globals: FALSE [12:35:49.850] | : Search for packages associated with the globals ... [12:35:49.850] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:49.851] | : . Packages: [2] 'base', 'utils' [12:35:49.851] | : Search for packages associated with the globals ... done [12:35:49.851] | : Packages after dropping 'base': [1] 'utils' [12:35:49.852] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:49.852] | : globals: [0] [12:35:49.852] | : packages: [1] 'utils' [12:35:49.852] | getGlobalsAndPackages() ... done [12:35:49.853] | run() for 'Future' () ... [12:35:49.853] | : state: 'created' [12:35:49.854] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.854] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.854] | : Using SequentialFutureBackend ... [12:35:49.854] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:35:49.855] | : . Launching futures ... [12:35:49.855] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:49.855] | : . ' , getFutureData() ... [12:35:49.855] | : . ' , ; getFutureCore() ... [12:35:49.855] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:49.856] | : . ' , ; getFutureCore() ... done [12:35:49.856] | : . ' , ; getFutureCapture() ... [12:35:49.856] | : . ' , ; getFutureCapture() ... done [12:35:49.856] | : . ' , ; getFutureContext() ... [12:35:49.856] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.856] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:49.857] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.857] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:49.857] | : . ' , ; getFutureContext() ... done [12:35:49.857] | : . ' , getFutureData() ... done [12:35:49.859] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.859] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:49.860] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.860] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.860] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.860] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:49.861] | : . ' , ; ` | New stack: [12:35:49.861] | : . ' , ; ` | List of 1 [12:35:49.861] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.861] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.861] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:49.861] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.861] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.861] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.861] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.861] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.864] | : . ' , ; ` | Old stack: [12:35:49.864] | : . ' , ; ` | List of 1 [12:35:49.864] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.864] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.864] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:49.864] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.864] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.864] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.864] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:49.864] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.864] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.864] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.864] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.869] | : . ' , ; ` | Not identical [12:35:49.869] | : . ' , ; ` | all.equal() for future ... [12:35:49.870] | : . ' , ; ` | : List of 2 [12:35:49.870] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.870] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.870] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.870] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.870] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.870] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.870] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.880] | : . ' , ; ` | all.equal() for future ... done [12:35:49.881] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:49.881] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.881] | : . ' , ; ` List of future strategies: [12:35:49.881] | : . ' , ; ` 1. sequential: [12:35:49.881] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:49.881] | : . ' , ; ` - tweaked: FALSE [12:35:49.881] | : . ' , ; ` - call: plan(sequential) [12:35:49.882] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.883] | : . ' , 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" [12:35:49.890] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.890] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.890] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.891] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:49.891] | : . ' , ; ` | : New stack: [12:35:49.891] | : . ' , ; ` | : List of 1 [12:35:49.891] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.891] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.891] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.891] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.891] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.891] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.891] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.891] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.891] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.891] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.891] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.897] | : . ' , ; ` | : Old stack: [12:35:49.897] | : . ' , ; ` | : List of 1 [12:35:49.897] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.897] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.897] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.897] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.897] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.897] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.897] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.897] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.897] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.897] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.897] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.902] | : . ' , ; ` | : Identical [12:35:49.902] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:49.903] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.903] | : . ' , ; ` | List of future strategies: [12:35:49.903] | : . ' , ; ` | 1. sequential: [12:35:49.903] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:49.903] | : . ' , ; ` | - tweaked: FALSE [12:35:49.903] | : . ' , ; ` | - call: plan(sequential) [12:35:49.904] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.904] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.904] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.905] | : . ' , SequentialFuture started (and completed) [12:35:49.905] | : . ' , signalConditions() ... [12:35:49.906] | : . ' , ; include = 'immediateCondition' [12:35:49.906] | : . ' , ; exclude = [12:35:49.906] | : . ' , ; resignal = FALSE [12:35:49.906] | : . ' , ; Number of conditions: 6 [12:35:49.906] | : . ' , ; int 6 [12:35:49.907] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.907] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.908] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.908] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.908] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.908] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.909] | : . ' , signalConditions() ... done [12:35:49.909] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:49.909] | : . Launching futures ... done [12:35:49.910] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:49.910] | : Using SequentialFutureBackend ... done [12:35:49.910] | run() for 'Future' () ... done [12:35:49.910] future(..., label = NULL) ... done [12:35:49.911] value() for SequentialFuture () ... [12:35:49.911] | signalConditions() ... [12:35:49.911] | : include = 'immediateCondition' [12:35:49.912] | : exclude = [12:35:49.912] | : resignal = FALSE [12:35:49.912] | : Number of conditions: 6 [12:35:49.912] | : int 6 [12:35:49.913] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.913] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.913] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.913] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.914] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.914] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.914] | signalConditions() ... done [12:35:49.914] | relay stdout ... [12:35:49.915] | relay stdout ... done [12:35:49.915] | check for misuse ... [12:35:49.915] | check for misuse ... done [12:35:49.916] | relay conditions ... [12:35:49.916] | : Future state: 'finished' [12:35:49.916] | : signalConditions() ... [12:35:49.916] | : . include = 'condition' [12:35:49.917] | : . exclude = 'immediateCondition' [12:35:49.917] | : . resignal = TRUE [12:35:49.917] | : . Number of conditions: 6 [12:35:49.918] | : . int 6 [12:35:49.918] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.919] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:49.857] | : . ' , attachPackages() ... [12:35:49.919] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.919] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:49.858] | : . ' , ; packages: [n=1] 'future' [12:35:49.920] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.920] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:49.858] | : . ' , attachPackages() ... done [12:35:49.920] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.921] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:49.858] | : . ' , attachPackages() ... [12:35:49.921] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.921] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:49.858] | : . ' , ; packages: [n=1] 'utils' [12:35:49.922] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.922] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:49.859] | : . ' , attachPackages() ... done [12:35:49.922] | : signalConditions() ... done [12:35:49.923] | relay conditions ... done [12:35:49.923] value() for SequentialFuture () ... done - stdout = structure(TRUE, drop = TRUE) [12:35:49.923] future(..., label = NULL) ... [12:35:49.924] | lazy: FALSE [12:35:49.924] | stdout: TRUE [12:35:49.924] | conditions: [n=1] 'condition' [12:35:49.924] | getGlobalsAndPackages() ... [12:35:49.925] | : Searching for globals ... [12:35:49.931] | : . globals found: [1] 'print' [12:35:49.931] | : Searching for globals ... done [12:35:49.931] | : Resolving globals: FALSE [12:35:49.932] | : Search for packages associated with the globals ... [12:35:49.932] | : . Packages associated with globals: [1] 'base' [12:35:49.932] | : . Packages: [1] 'base' [12:35:49.933] | : Search for packages associated with the globals ... done [12:35:49.933] | : Packages after dropping 'base': [0] [12:35:49.933] | : globals: [0] [12:35:49.934] | : packages: [0] [12:35:49.934] | getGlobalsAndPackages() ... done [12:35:49.934] | run() for 'Future' () ... [12:35:49.935] | : state: 'created' [12:35:49.935] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.935] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.936] | : Using SequentialFutureBackend ... [12:35:49.936] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:35:49.936] | : . Launching futures ... [12:35:49.936] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:49.937] | : . ' , getFutureData() ... [12:35:49.937] | : . ' , ; getFutureCore() ... [12:35:49.937] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:35:49.938] | : . ' , ; getFutureCore() ... done [12:35:49.938] | : . ' , ; getFutureCapture() ... [12:35:49.938] | : . ' , ; getFutureCapture() ... done [12:35:49.938] | : . ' , ; getFutureContext() ... [12:35:49.939] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.939] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:49.939] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.940] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:49.940] | : . ' , ; getFutureContext() ... done [12:35:49.940] | : . ' , getFutureData() ... done [12:35:49.943] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:49.944] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:49.944] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:49.944] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.945] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.945] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:49.945] | : . ' , ; ` | New stack: [12:35:49.946] | : . ' , ; ` | List of 1 [12:35:49.946] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.946] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.946] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:49.946] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.946] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.946] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.946] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.946] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.951] | : . ' , ; ` | Old stack: [12:35:49.951] | : . ' , ; ` | List of 1 [12:35:49.951] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:49.951] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.951] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:49.951] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.951] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.951] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.951] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:49.951] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.951] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.951] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.951] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.958] | : . ' , ; ` | Not identical [12:35:49.958] | : . ' , ; ` | all.equal() for future ... [12:35:49.958] | : . ' , ; ` | : List of 2 [12:35:49.958] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.958] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:49.958] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.958] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.958] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.958] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.958] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.968] | : . ' , ; ` | all.equal() for future ... done [12:35:49.969] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:49.969] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.969] | : . ' , ; ` List of future strategies: [12:35:49.969] | : . ' , ; ` 1. sequential: [12:35:49.969] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:49.969] | : . ' , ; ` - tweaked: FALSE [12:35:49.969] | : . ' , ; ` - call: plan(sequential) [12:35:49.970] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.970] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.974] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.974] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:49.975] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:49.975] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:49.975] | : . ' , ; ` | : New stack: [12:35:49.975] | : . ' , ; ` | : List of 1 [12:35:49.975] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.975] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.975] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.975] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.975] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.975] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.975] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.975] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.975] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.975] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.975] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.981] | : . ' , ; ` | : Old stack: [12:35:49.982] | : . ' , ; ` | : List of 1 [12:35:49.982] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:49.982] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:49.982] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:49.982] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.982] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.982] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.982] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:49.982] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:49.982] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:49.982] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:49.982] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:49.988] | : . ' , ; ` | : Identical [12:35:49.988] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:49.988] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:49.988] | : . ' , ; ` | List of future strategies: [12:35:49.988] | : . ' , ; ` | 1. sequential: [12:35:49.988] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:49.988] | : . ' , ; ` | - tweaked: FALSE [12:35:49.988] | : . ' , ; ` | - call: plan(sequential) [12:35:49.989] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:49.989] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.990] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:49.990] | : . ' , SequentialFuture started (and completed) [12:35:49.991] | : . ' , signalConditions() ... [12:35:49.991] | : . ' , ; include = 'immediateCondition' [12:35:49.991] | : . ' , ; exclude = [12:35:49.991] | : . ' , ; resignal = FALSE [12:35:49.992] | : . ' , ; Number of conditions: 6 [12:35:49.992] | : . ' , ; int 6 [12:35:49.993] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.993] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.993] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.994] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.994] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.994] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.994] | : . ' , signalConditions() ... done [12:35:49.995] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:49.995] | : . Launching futures ... done [12:35:49.995] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:49.995] | : Using SequentialFutureBackend ... done [12:35:49.996] | run() for 'Future' () ... done [12:35:49.996] future(..., label = NULL) ... done [12:35:49.996] value() for SequentialFuture () ... [12:35:49.997] | signalConditions() ... [12:35:49.997] | : include = 'immediateCondition' [12:35:49.997] | : exclude = [12:35:49.997] | : resignal = FALSE [12:35:49.998] | : Number of conditions: 6 [12:35:49.998] | : int 6 [12:35:49.999] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.999] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.999] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:49.999] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:50.000] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:50.000] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:50.000] | signalConditions() ... done [12:35:50.001] | relay stdout ... [1] 42 [12:35:50.001] | relay stdout ... done [12:35:50.001] | check for misuse ... [12:35:50.002] | check for misuse ... done [12:35:50.002] | relay conditions ... [12:35:50.002] | : Future state: 'finished' [12:35:50.002] | : signalConditions() ... [12:35:50.003] | : . include = 'condition' [12:35:50.003] | : . exclude = 'immediateCondition' [12:35:50.003] | : . resignal = TRUE [12:35:50.003] | : . Number of conditions: 6 [12:35:50.004] | : . int 6 [12:35:50.004] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:50.005] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:49.941] | : . ' , attachPackages() ... [12:35:50.005] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:50.005] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:49.941] | : . ' , ; packages: [n=1] 'future' [12:35:50.006] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:50.006] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:49.941] | : . ' , attachPackages() ... done [12:35:50.006] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:50.006] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:49.942] | : . ' , attachPackages() ... [12:35:50.007] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:50.007] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:49.942] | : . ' , ; packages: [n=0] [12:35:50.007] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:50.008] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:49.942] | : . ' , attachPackages() ... done [12:35:50.008] | : signalConditions() ... done [12:35:50.008] | relay conditions ... done [12:35:50.009] value() for SequentialFuture () ... done sequential ... done Testing with 1 cores ... done Testing with 2 cores ... multisession ... [12:35:50.010] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:50.010] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:35:50.010] | : all.equal() for FutureStrategyList ... [12:35:50.011] | : . New stack: [12:35:50.011] | : . List of 1 [12:35:50.011] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:35:50.011] | : . rscript_libs = .libPaths()) [12:35:50.011] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:35:50.011] | : . ..- attr(*, "init")= logi TRUE [12:35:50.011] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:35:50.011] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:35:50.011] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:50.011] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:50.011] | : . ..- attr(*, "untweakable")= chr "persistent" [12:35:50.011] | : . ..- attr(*, "call")= language plan(strategy) [12:35:50.011] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:50.016] | : . Old stack: [12:35:50.016] | : . List of 1 [12:35:50.016] | : . $ :function (..., envir = parent.frame()) [12:35:50.016] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:50.016] | : . ..- attr(*, "init")= chr "done" [12:35:50.016] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:50.016] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:50.016] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:50.016] | : . ..- attr(*, "call")= language plan(sequential) [12:35:50.016] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:50.016] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:50.016] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:50.016] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:50.022] | : . Not identical [12:35:50.023] | : . all.equal() for future ... [12:35:50.023] | : . ' List of 2 [12:35:50.023] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:35:50.023] | : . ' rscript_libs = .libPaths()) [12:35:50.023] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:35:50.023] | : . ' ..- attr(*, "init")= logi TRUE [12:35:50.023] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:35:50.023] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:35:50.023] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:50.023] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:50.023] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:35:50.023] | : . ' ..- attr(*, "call")= language plan(strategy) [12:35:50.023] | : . ' $ current:function (..., envir = parent.frame()) [12:35:50.023] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:50.023] | : . ' ..- attr(*, "init")= chr "done" [12:35:50.023] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:50.023] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:50.023] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:50.023] | : . ' ..- attr(*, "call")= language plan(sequential) [12:35:50.023] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:50.023] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:50.023] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:50.033] | : . ' Formals differ [12:35:50.033] | : . all.equal() for future ... done [12:35:50.033] | : . Future strategies differ at level 1 [12:35:50.034] | : all.equal() for FutureStrategyList ... done [12:35:50.034] | : plan(): Setting new future backend stack: [12:35:50.034] | : List of future strategies: [12:35:50.034] | : 1. multisession: [12:35:50.034] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:35:50.034] | : - tweaked: FALSE [12:35:50.034] | : - call: plan(strategy) [12:35:50.035] | : List of 1 [12:35:50.035] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [12:35:50.035] | : rscript_libs = .libPaths()) [12:35:50.035] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:35:50.035] | : ..- attr(*, "init")= logi TRUE [12:35:50.035] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:35:50.035] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:35:50.035] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:50.035] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:50.035] | : ..- attr(*, "untweakable")= chr "persistent" [12:35:50.035] | : ..- attr(*, "call")= language plan(strategy) [12:35:50.035] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:50.043] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:35:50.044] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:50.044] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:35:50.044] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:50.045] | : . Legacy shutdown of cluster workers ... [12:35:50.045] | : . ' Stopping existing cluster ... [12:35:50.045] | : . ' , No pre-existing cluster. Skipping [12:35:50.046] | : . ' Stopping existing cluster ... done [12:35:50.046] | : . Legacy shutdown of cluster workers ... done [12:35:50.046] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:35:50.047] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:35:50.047] | : . function (..., workers = availableCores(constraints = "connections-16"), [12:35:50.047] | : . rscript_libs = .libPaths()) [12:35:50.047] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:35:50.047] | : . - attr(*, "init")= logi TRUE [12:35:50.047] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:35:50.047] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:35:50.047] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:50.047] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:50.047] | : . - attr(*, "untweakable")= chr "persistent" [12:35:50.047] | : . - attr(*, "call")= language plan(strategy) [12:35:50.052] | : . init: TRUE [12:35:50.052] | : . makeFutureBackend() ... [12:35:50.052] | : . ' Backend function: <'NULL'> [12:35:50.052] | : . ' Evaluator tweak arguments: [n=0] [12:35:50.053] | : . ' list() [12:35:50.053] | : . ' Evaluator formal arguments: [n=2] [12:35:50.054] | : . ' Dotted pair list of 2 [12:35:50.054] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:35:50.054] | : . ' $ rscript_libs: language .libPaths() [12:35:50.055] | : . ' Arguments passed to the future-backend factory: [n=2] [12:35:50.056] | : . ' List of 2 [12:35:50.056] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:35:50.056] | : . ' $ rscript_libs: language .libPaths() [12:35:50.057] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:35:50.058] | : . ' , Arguments: [12:35:50.058] | : . ' , List of 5 [12:35:50.058] | : . ' , $ workers : Named int 2 [12:35:50.058] | : . ' , ..- attr(*, "names")= chr "mc.cores" [12:35:50.058] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:50.058] | : . ' , $ interrupts : logi TRUE [12:35:50.058] | : . ' , $ gc : logi FALSE [12:35:50.058] | : . ' , $ earlySignal : logi FALSE [12:35:50.115] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:35:50.115] | : . ' , ; workers: 2 [12:35:50.115] | : . ' , ; getCluster() ... [12:35:50.116] | : . ' , ; getCluster() ... done [12:35:50.116] | : . ' , ; Stopping existing cluster ... [12:35:50.116] | : . ' , ; ` No pre-existing cluster. Skipping [12:35:50.116] | : . ' , ; Stopping existing cluster ... done [12:35:50.117] | : . ' , ; Starting new cluster ... [12:35:50.117] | : . ' , ; ` makeCluster(workers, ...) ... [12:35:50.117] | : . ' , ; ` | Arguments: [12:35:50.117] | : . ' , ; ` | List of 2 [12:35:50.117] | : . ' , ; ` | $ : int 2 [12:35:50.117] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:50.119] | : . ' , ; ` | .makeCluster() ... [12:35:50.119] | : . ' , ; ` | : workers: '2' [12:35:50.120] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:35:50.120] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:35:50.120] | : . ' , ; ` | : List of 2 [12:35:50.120] | : . ' , ; ` | : $ : int 2 [12:35:50.120] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:51.164] | : . ' , ; ` | : Generated cluster UUID [12:35:51.164] | : . ' , ; ` | : Cluster UUID: '102de4013b5927e8b71d40319c14dd17' [12:35:51.165] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:51.169] | : . ' , ; ` | .makeCluster() ... done [12:35:51.169] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:51.172] | : . ' , ; ` makeCluster(workers, ...) ... done [12:35:51.172] | : . ' , ; ` Number of workers: 2 [12:35:51.172] | : . ' , ; ` Workers UUID: '102de4013b5927e8b71d40319c14dd17' [12:35:51.173] | : . ' , ; Starting new cluster ... done [12:35:51.173] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:35:51.173] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:35:51.174] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:35:51.174] | : . makeFutureBackend() ... done [12:35:51.175] | : . nbrOfWorkers(NULL) ... [12:35:51.175] | : . ' List of 4 [12:35:51.175] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:35:51.175] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:35:51.175] | : . ' $ : language nbrOfWorkers() [12:35:51.175] | : . ' $ : language nbrOfWorkers.NULL() [12:35:51.178] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.178] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.179] | : . ' Number of workers: 2 [12:35:51.179] | : . nbrOfWorkers(NULL) ... done [12:35:51.179] | : . plan(): nbrOfWorkers() = 2 [12:35:51.179] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:35:51.180] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done - stdout = TRUE [12:35:51.180] | future(..., label = NULL) ... [12:35:51.180] | : lazy: FALSE [12:35:51.181] | : stdout: TRUE [12:35:51.181] | : conditions: [n=1] 'condition' [12:35:51.181] | : getGlobalsAndPackages() ... [12:35:51.181] | : . Searching for globals ... [12:35:51.237] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:51.237] | : . Searching for globals ... done [12:35:51.237] | : . Resolving globals: FALSE [12:35:51.237] | : . Search for packages associated with the globals ... [12:35:51.238] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:51.238] | : . ' Packages: [2] 'base', 'utils' [12:35:51.238] | : . Search for packages associated with the globals ... done [12:35:51.238] | : . Packages after dropping 'base': [1] 'utils' [12:35:51.239] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:51.239] | : . globals: [0] [12:35:51.239] | : . packages: [1] 'utils' [12:35:51.239] | : getGlobalsAndPackages() ... done [12:35:51.240] | : run() for 'Future' () ... [12:35:51.240] | : . state: 'created' [12:35:51.240] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.240] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.240] | : . Using MultisessionFutureBackend ... [12:35:51.241] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:35:51.241] | : . ' Launching futures ... [12:35:51.241] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:51.241] | : . ' , ; Workers: [n=2] [12:35:51.242] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:51.244] | : . ' , ; FutureRegistry: 'workers-102de4013b5927e8b71d40319c14dd17' [12:35:51.244] | : . ' , ; requestWorker() ... [12:35:51.244] | : . ' , ; ` requestNode() ... [12:35:51.245] | : . ' , ; ` | Number of workers: 2 [12:35:51.245] | : . ' , ; ` | Polling for a free worker ... [12:35:51.245] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.246] | : . ' , ; ` | : . Created empty registry 'workers-102de4013b5927e8b71d40319c14dd17' [12:35:51.246] | : . ' , ; ` | : . Listing all futures [12:35:51.246] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.246] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.247] | : . ' , ; ` | : Total time: 0 [12:35:51.247] | : . ' , ; ` | Polling for a free worker ... done [12:35:51.247] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.247] | : . ' , ; ` | : Listing all futures [12:35:51.248] | : . ' , ; ` | : Number of registered futures: 0 [12:35:51.248] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.248] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:51.248] | : . ' , ; ` | Index of first available worker: 1 [12:35:51.249] | : . ' , ; ` | Validate that the worker is functional ... [12:35:51.250] | : . ' , ; ` | : Worker is functional [12:35:51.250] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.250] | : . ' , ; ` | : . Listing all futures [12:35:51.251] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.251] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.251] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:51.252] | : . ' , ; ` requestNode() ... done [12:35:51.252] | : . ' , ; ` cluster node index: 1 [12:35:51.252] | : . ' , ; requestWorker() ... done [12:35:51.253] | : . ' , ; eraseGlobalEnvironment() ... [12:35:51.254] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:51.254] | : . ' , ; launchFuture() ... [12:35:51.255] | : . ' , ; ` cluster node index: 1 [12:35:51.255] | : . ' , ; ` getFutureData() ... [12:35:51.255] | : . ' , ; ` | getFutureCore() ... [12:35:51.255] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:51.256] | : . ' , ; ` | getFutureCore() ... done [12:35:51.256] | : . ' , ; ` | getFutureCapture() ... [12:35:51.256] | : . ' , ; ` | getFutureCapture() ... done [12:35:51.256] | : . ' , ; ` | getFutureContext() ... [12:35:51.257] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.257] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:51.257] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.258] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:51.258] | : . ' , ; ` | getFutureContext() ... done [12:35:51.258] | : . ' , ; ` getFutureData() ... done [12:35:51.259] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... [12:35:51.260] | : . ' , ; ` | Appended future to position #1 [12:35:51.260] | : . ' , ; ` | Number of registered futures: 1 [12:35:51.260] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... done [12:35:51.260] | : . ' , ; launchFuture() ... done [12:35:51.261] | : . ' , ; MultisessionFuture started [12:35:51.261] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:51.261] | : . ' Launching futures ... done [12:35:51.262] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:51.262] | : . Using MultisessionFutureBackend ... done [12:35:51.262] | : run() for 'Future' () ... done [12:35:51.262] | future(..., label = NULL) ... done [12:35:51.263] | result() for ClusterFuture ... [12:35:51.264] | : assertValidConnection() ... [12:35:51.264] | : . cluster node index: 1 [12:35:51.265] | : assertValidConnection() ... done [12:35:51.265] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:51.266] | : . cluster node index: 1 [12:35:51.351] | : . [1] TRUE [12:35:51.355] | : . Received data: [12:35:51.355] | : . List of 5 [12:35:51.355] | : . $ type : chr "VALUE" [12:35:51.355] | : . $ value :List of 16 [12:35:51.355] | : . ..$ value : int 42 [12:35:51.355] | : . ..$ visible : logi TRUE [12:35:51.355] | : . ..$ 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__ [12:35:51.355] | : . ..$ conditions : list() [12:35:51.355] | : . ..$ rng : logi FALSE [12:35:51.355] | : . ..$ seed : NULL [12:35:51.355] | : . ..$ misuseGlobalEnv : NULL [12:35:51.355] | : . ..$ misuseConnections :List of 3 [12:35:51.355] | : . .. ..$ added : NULL [12:35:51.355] | : . .. ..$ removed : NULL [12:35:51.355] | : . .. ..$ replaced: NULL [12:35:51.355] | : . ..$ misuseDevices : NULL [12:35:51.355] | : . ..$ misuseDefaultDevice: list() [12:35:51.355] | : . ..$ started : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.355] | : . ..$ finished : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.355] | : . ..$ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "10" [12:35:51.355] | : . ..$ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" [12:35:51.355] | : . .. ..- attr(*, "source")=List of 5 [12:35:51.355] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:51.355] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:51.355] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:51.355] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:51.355] | : . .. .. ..$ pid : int 61768 [12:35:51.355] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.355] | : . .. .. ..$ random: int 2147483647 [12:35:51.355] | : . ..$ r_info :List of 4 [12:35:51.355] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:51.355] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:51.355] | : . .. ..$ os : chr "windows" [12:35:51.355] | : . .. ..$ os_name : chr "Windows" [12:35:51.355] | : . .. ..$ captures_utf8: logi TRUE [12:35:51.355] | : . ..$ version : chr "1.8" [12:35:51.355] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:51.355] | : . $ success: logi TRUE [12:35:51.355] | : . $ time : 'proc_time' Named num [1:5] 0.06 0.01 0.08 NA NA [12:35:51.355] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:51.355] | : . $ tag : NULL [12:35:51.375] | : . Received FutureResult [12:35:51.375] | : . FutureResult: [12:35:51.375] | : . value: 'integer' [12:35:51.375] | : . visible: TRUE [12:35:51.375] | : . stdout: character [12:35:51.375] | : . conditions: [n = 0] [12:35:51.375] | : . RNG used: FALSE [12:35:51.375] | : . duration: 0.08874083 secs (started 2026-01-16 12:35:51.261671) [12:35:51.375] | : . version: 1.8 [12:35:51.376] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... [12:35:51.376] | : . ' Removed future from position #1 [12:35:51.376] | : . ' Number of registered futures: 0 [12:35:51.377] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... done [12:35:51.377] | : . Erased future from future backend [12:35:51.377] | : . result() for ClusterFuture ... [12:35:51.377] | : . ' result already collected: FutureResult [12:35:51.378] | : . result() for ClusterFuture ... done [12:35:51.378] | : . signalConditions() ... [12:35:51.378] | : . ' include = 'immediateCondition' [12:35:51.378] | : . ' exclude = [12:35:51.379] | : . ' resignal = FALSE [12:35:51.379] | : . ' Number of conditions: 0 [12:35:51.379] | : . ' int 0 [12:35:51.380] | : . signalConditions() ... done [12:35:51.380] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:51.380] | 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-01-16 12:35:51" $ finished : POSIXct[1:1], format: "2026-01-16 12:35:51" $ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "10" $ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" ..- 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 61768 .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" .. ..$ 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" [12:35:51.398] | value() for MultisessionFuture () ... [12:35:51.399] | : result() for ClusterFuture ... [12:35:51.399] | : . result already collected: FutureResult [12:35:51.399] | : result() for ClusterFuture ... done [12:35:51.400] | : result() for ClusterFuture ... [12:35:51.400] | : . result already collected: FutureResult [12:35:51.400] | : result() for ClusterFuture ... done [12:35:51.401] | : signalConditions() ... [12:35:51.401] | : . include = 'immediateCondition' [12:35:51.401] | : . exclude = [12:35:51.401] | : . resignal = FALSE [12:35:51.402] | : . Number of conditions: 0 [12:35:51.402] | : . int 0 [12:35:51.403] | : signalConditions() ... done [12:35:51.403] | : 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" [12:35:51.403] | : relay stdout ... done [12:35:51.404] | : check for misuse ... [12:35:51.404] | : check for misuse ... done [12:35:51.404] | value() for MultisessionFuture () ... done FutureResult: value: 'integer' visible: TRUE stdout: character conditions: [n = 0] RNG used: FALSE duration: 0.08874083 secs (started 2026-01-16 12:35:51.261671) version: 1.8 [12:35:51.405] | future(..., label = NULL) ... [12:35:51.405] | : lazy: FALSE [12:35:51.406] | : stdout: TRUE [12:35:51.406] | : conditions: [n=1] 'condition' [12:35:51.406] | : getGlobalsAndPackages() ... [12:35:51.407] | : . Searching for globals ... [12:35:51.447] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:51.447] | : . Searching for globals ... done [12:35:51.447] | : . Resolving globals: FALSE [12:35:51.448] | : . Search for packages associated with the globals ... [12:35:51.448] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:51.449] | : . ' Packages: [2] 'base', 'utils' [12:35:51.449] | : . Search for packages associated with the globals ... done [12:35:51.449] | : . Packages after dropping 'base': [1] 'utils' [12:35:51.449] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:51.449] | : . globals: [0] [12:35:51.450] | : . packages: [1] 'utils' [12:35:51.450] | : getGlobalsAndPackages() ... done [12:35:51.450] | : run() for 'Future' () ... [12:35:51.450] | : . state: 'created' [12:35:51.451] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.451] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.451] | : . Using MultisessionFutureBackend ... [12:35:51.451] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:35:51.451] | : . ' Launching futures ... [12:35:51.451] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:51.452] | : . ' , ; Workers: [n=2] [12:35:51.452] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:51.454] | : . ' , ; FutureRegistry: 'workers-102de4013b5927e8b71d40319c14dd17' [12:35:51.454] | : . ' , ; requestWorker() ... [12:35:51.454] | : . ' , ; ` requestNode() ... [12:35:51.455] | : . ' , ; ` | Number of workers: 2 [12:35:51.455] | : . ' , ; ` | Polling for a free worker ... [12:35:51.455] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.457] | : . ' , ; ` | : . Listing all futures [12:35:51.457] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.457] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.458] | : . ' , ; ` | : Total time: 0 [12:35:51.458] | : . ' , ; ` | Polling for a free worker ... done [12:35:51.458] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.458] | : . ' , ; ` | : Listing all futures [12:35:51.458] | : . ' , ; ` | : Number of registered futures: 0 [12:35:51.458] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.459] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:51.459] | : . ' , ; ` | Index of first available worker: 1 [12:35:51.459] | : . ' , ; ` | Validate that the worker is functional ... [12:35:51.460] | : . ' , ; ` | : Worker is functional [12:35:51.460] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.460] | : . ' , ; ` | : . Listing all futures [12:35:51.461] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.461] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.461] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:51.461] | : . ' , ; ` requestNode() ... done [12:35:51.462] | : . ' , ; ` cluster node index: 1 [12:35:51.462] | : . ' , ; requestWorker() ... done [12:35:51.463] | : . ' , ; eraseGlobalEnvironment() ... [12:35:51.463] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:51.464] | : . ' , ; launchFuture() ... [12:35:51.464] | : . ' , ; ` cluster node index: 1 [12:35:51.464] | : . ' , ; ` getFutureData() ... [12:35:51.465] | : . ' , ; ` | getFutureCore() ... [12:35:51.465] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:51.465] | : . ' , ; ` | getFutureCore() ... done [12:35:51.465] | : . ' , ; ` | getFutureCapture() ... [12:35:51.466] | : . ' , ; ` | getFutureCapture() ... done [12:35:51.466] | : . ' , ; ` | getFutureContext() ... [12:35:51.466] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.467] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:51.467] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.467] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:51.467] | : . ' , ; ` | getFutureContext() ... done [12:35:51.468] | : . ' , ; ` getFutureData() ... done [12:35:51.468] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... [12:35:51.469] | : . ' , ; ` | Appended future to position #1 [12:35:51.469] | : . ' , ; ` | Number of registered futures: 1 [12:35:51.469] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... done [12:35:51.469] | : . ' , ; launchFuture() ... done [12:35:51.470] | : . ' , ; MultisessionFuture started [12:35:51.470] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:51.470] | : . ' Launching futures ... done [12:35:51.470] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:51.471] | : . Using MultisessionFutureBackend ... done [12:35:51.471] | : run() for 'Future' () ... done [12:35:51.471] | future(..., label = NULL) ... done [12:35:51.472] | value() for MultisessionFuture () ... [12:35:51.472] | : result() for ClusterFuture ... [12:35:51.472] | : . assertValidConnection() ... [12:35:51.473] | : . ' cluster node index: 1 [12:35:51.473] | : . assertValidConnection() ... done [12:35:51.473] | : . receiveMessageFromWorker() for ClusterFuture ... [12:35:51.474] | : . ' cluster node index: 1 [12:35:51.477] | : . ' [1] TRUE [12:35:51.477] | : . ' Received data: [12:35:51.477] | : . ' List of 5 [12:35:51.477] | : . ' $ type : chr "VALUE" [12:35:51.477] | : . ' $ value :List of 16 [12:35:51.477] | : . ' ..$ value : int 42 [12:35:51.477] | : . ' ..$ visible : logi TRUE [12:35:51.477] | : . ' ..$ 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__ [12:35:51.477] | : . ' ..$ conditions : list() [12:35:51.477] | : . ' ..$ rng : logi FALSE [12:35:51.477] | : . ' ..$ seed : NULL [12:35:51.477] | : . ' ..$ misuseGlobalEnv : NULL [12:35:51.477] | : . ' ..$ misuseConnections :List of 3 [12:35:51.477] | : . ' .. ..$ added : NULL [12:35:51.477] | : . ' .. ..$ removed : NULL [12:35:51.477] | : . ' .. ..$ replaced: NULL [12:35:51.477] | : . ' ..$ misuseDevices : NULL [12:35:51.477] | : . ' ..$ misuseDefaultDevice: list() [12:35:51.477] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.477] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.477] | : . ' ..$ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "11" [12:35:51.477] | : . ' ..$ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" [12:35:51.477] | : . ' .. ..- attr(*, "source")=List of 5 [12:35:51.477] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:35:51.477] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:51.477] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:51.477] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:51.477] | : . ' .. .. ..$ pid : int 61768 [12:35:51.477] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.477] | : . ' .. .. ..$ random: int 2147483647 [12:35:51.477] | : . ' ..$ r_info :List of 4 [12:35:51.477] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:51.477] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:35:51.477] | : . ' .. ..$ os : chr "windows" [12:35:51.477] | : . ' .. ..$ os_name : chr "Windows" [12:35:51.477] | : . ' .. ..$ captures_utf8: logi TRUE [12:35:51.477] | : . ' ..$ version : chr "1.8" [12:35:51.477] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:35:51.477] | : . ' $ success: logi TRUE [12:35:51.477] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:35:51.477] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:51.477] | : . ' $ tag : NULL [12:35:51.498] | : . ' Received FutureResult [12:35:51.499] | : . ' FutureResult: [12:35:51.499] | : . ' value: 'integer' [12:35:51.499] | : . ' visible: TRUE [12:35:51.499] | : . ' stdout: character [12:35:51.499] | : . ' conditions: [n = 0] [12:35:51.499] | : . ' RNG used: FALSE [12:35:51.499] | : . ' duration: 0.006178141 secs (started 2026-01-16 12:35:51.469117) [12:35:51.499] | : . ' version: 1.8 [12:35:51.500] | : . ' FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... [12:35:51.500] | : . ' , Removed future from position #1 [12:35:51.500] | : . ' , Number of registered futures: 0 [12:35:51.500] | : . ' FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... done [12:35:51.501] | : . ' Erased future from future backend [12:35:51.501] | : . ' result() for ClusterFuture ... [12:35:51.501] | : . ' , result already collected: FutureResult [12:35:51.502] | : . ' result() for ClusterFuture ... done [12:35:51.502] | : . ' signalConditions() ... [12:35:51.502] | : . ' , include = 'immediateCondition' [12:35:51.502] | : . ' , exclude = [12:35:51.503] | : . ' , resignal = FALSE [12:35:51.503] | : . ' , Number of conditions: 0 [12:35:51.503] | : . ' , int 0 [12:35:51.504] | : . ' signalConditions() ... done [12:35:51.504] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:35:51.504] | : result() for ClusterFuture ... done [12:35:51.505] | : result() for ClusterFuture ... [12:35:51.505] | : . result already collected: FutureResult [12:35:51.505] | : result() for ClusterFuture ... done [12:35:51.505] | : signalConditions() ... [12:35:51.506] | : . include = 'immediateCondition' [12:35:51.506] | : . exclude = [12:35:51.506] | : . resignal = FALSE [12:35:51.506] | : . Number of conditions: 0 [12:35:51.507] | : . int 0 [12:35:51.507] | : signalConditions() ... done [12:35:51.508] | : relay stdout ... [12:35:51.508] | : relay stdout ... done [12:35:51.508] | : check for misuse ... [12:35:51.509] | : check for misuse ... done [12:35:51.509] | 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) [12:35:51.510] | future(..., label = NULL) ... [12:35:51.510] | : lazy: FALSE [12:35:51.510] | : stdout: TRUE [12:35:51.511] | : conditions: [n=1] 'condition' [12:35:51.511] | : getGlobalsAndPackages() ... [12:35:51.511] | : . Searching for globals ... [12:35:51.516] | : . ' globals found: [1] 'print' [12:35:51.517] | : . Searching for globals ... done [12:35:51.517] | : . Resolving globals: FALSE [12:35:51.517] | : . Search for packages associated with the globals ... [12:35:51.518] | : . ' Packages associated with globals: [1] 'base' [12:35:51.518] | : . ' Packages: [1] 'base' [12:35:51.518] | : . Search for packages associated with the globals ... done [12:35:51.519] | : . Packages after dropping 'base': [0] [12:35:51.519] | : . globals: [0] [12:35:51.519] | : . packages: [0] [12:35:51.519] | : getGlobalsAndPackages() ... done [12:35:51.519] | : run() for 'Future' () ... [12:35:51.520] | : . state: 'created' [12:35:51.520] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.520] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.520] | : . Using MultisessionFutureBackend ... [12:35:51.520] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:35:51.520] | : . ' Launching futures ... [12:35:51.521] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:51.521] | : . ' , ; Workers: [n=2] [12:35:51.521] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:51.523] | : . ' , ; FutureRegistry: 'workers-102de4013b5927e8b71d40319c14dd17' [12:35:51.523] | : . ' , ; requestWorker() ... [12:35:51.523] | : . ' , ; ` requestNode() ... [12:35:51.523] | : . ' , ; ` | Number of workers: 2 [12:35:51.524] | : . ' , ; ` | Polling for a free worker ... [12:35:51.524] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.524] | : . ' , ; ` | : . Listing all futures [12:35:51.525] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.525] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.525] | : . ' , ; ` | : Total time: 0 [12:35:51.525] | : . ' , ; ` | Polling for a free worker ... done [12:35:51.526] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.526] | : . ' , ; ` | : Listing all futures [12:35:51.526] | : . ' , ; ` | : Number of registered futures: 0 [12:35:51.526] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.527] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:51.527] | : . ' , ; ` | Index of first available worker: 1 [12:35:51.527] | : . ' , ; ` | Validate that the worker is functional ... [12:35:51.528] | : . ' , ; ` | : Worker is functional [12:35:51.528] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.529] | : . ' , ; ` | : . Listing all futures [12:35:51.529] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.529] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.529] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:51.530] | : . ' , ; ` requestNode() ... done [12:35:51.530] | : . ' , ; ` cluster node index: 1 [12:35:51.530] | : . ' , ; requestWorker() ... done [12:35:51.531] | : . ' , ; eraseGlobalEnvironment() ... [12:35:51.531] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:51.532] | : . ' , ; launchFuture() ... [12:35:51.532] | : . ' , ; ` cluster node index: 1 [12:35:51.532] | : . ' , ; ` getFutureData() ... [12:35:51.532] | : . ' , ; ` | getFutureCore() ... [12:35:51.533] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:35:51.533] | : . ' , ; ` | getFutureCore() ... done [12:35:51.533] | : . ' , ; ` | getFutureCapture() ... [12:35:51.533] | : . ' , ; ` | getFutureCapture() ... done [12:35:51.533] | : . ' , ; ` | getFutureContext() ... [12:35:51.533] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.534] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:51.534] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.534] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:51.534] | : . ' , ; ` | getFutureContext() ... done [12:35:51.534] | : . ' , ; ` getFutureData() ... done [12:35:51.535] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... [12:35:51.535] | : . ' , ; ` | Appended future to position #1 [12:35:51.535] | : . ' , ; ` | Number of registered futures: 1 [12:35:51.535] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... done [12:35:51.536] | : . ' , ; launchFuture() ... done [12:35:51.536] | : . ' , ; MultisessionFuture started [12:35:51.536] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:51.536] | : . ' Launching futures ... done [12:35:51.536] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:51.536] | : . Using MultisessionFutureBackend ... done [12:35:51.537] | : run() for 'Future' () ... done [12:35:51.537] | future(..., label = NULL) ... done [12:35:51.537] | result() for ClusterFuture ... [12:35:51.537] | : assertValidConnection() ... [12:35:51.537] | : . cluster node index: 1 [12:35:51.538] | : assertValidConnection() ... done [12:35:51.538] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:51.538] | : . cluster node index: 1 [12:35:51.542] | : . [1] TRUE [12:35:51.542] | : . Received data: [12:35:51.543] | : . List of 5 [12:35:51.543] | : . $ type : chr "VALUE" [12:35:51.543] | : . $ value :List of 16 [12:35:51.543] | : . ..$ value : num 42 [12:35:51.543] | : . ..$ visible : logi FALSE [12:35:51.543] | : . ..$ stdout : chr "[1] 42\n" [12:35:51.543] | : . ..$ conditions : list() [12:35:51.543] | : . ..$ rng : logi FALSE [12:35:51.543] | : . ..$ seed : NULL [12:35:51.543] | : . ..$ misuseGlobalEnv : NULL [12:35:51.543] | : . ..$ misuseConnections :List of 3 [12:35:51.543] | : . .. ..$ added : NULL [12:35:51.543] | : . .. ..$ removed : NULL [12:35:51.543] | : . .. ..$ replaced: NULL [12:35:51.543] | : . ..$ misuseDevices : NULL [12:35:51.543] | : . ..$ misuseDefaultDevice: list() [12:35:51.543] | : . ..$ started : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.543] | : . ..$ finished : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.543] | : . ..$ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "12" [12:35:51.543] | : . ..$ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" [12:35:51.543] | : . .. ..- attr(*, "source")=List of 5 [12:35:51.543] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:51.543] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:51.543] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:51.543] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:51.543] | : . .. .. ..$ pid : int 61768 [12:35:51.543] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.543] | : . .. .. ..$ random: int 2147483647 [12:35:51.543] | : . ..$ r_info :List of 4 [12:35:51.543] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:51.543] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:51.543] | : . .. ..$ os : chr "windows" [12:35:51.543] | : . .. ..$ os_name : chr "Windows" [12:35:51.543] | : . .. ..$ captures_utf8: logi TRUE [12:35:51.543] | : . ..$ version : chr "1.8" [12:35:51.543] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:51.543] | : . $ success: logi TRUE [12:35:51.543] | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [12:35:51.543] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:51.543] | : . $ tag : NULL [12:35:51.564] | : . Received FutureResult [12:35:51.564] | : . FutureResult: [12:35:51.564] | : . value: 'numeric' [12:35:51.564] | : . visible: FALSE [12:35:51.564] | : . stdout: character [12:35:51.564] | : . conditions: [n = 0] [12:35:51.564] | : . RNG used: FALSE [12:35:51.564] | : . duration: 0.005084038 secs (started 2026-01-16 12:35:51.53562) [12:35:51.564] | : . version: 1.8 [12:35:51.565] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... [12:35:51.566] | : . ' Removed future from position #1 [12:35:51.566] | : . ' Number of registered futures: 0 [12:35:51.566] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... done [12:35:51.567] | : . Erased future from future backend [12:35:51.567] | : . result() for ClusterFuture ... [12:35:51.567] | : . ' result already collected: FutureResult [12:35:51.567] | : . result() for ClusterFuture ... done [12:35:51.568] | : . signalConditions() ... [12:35:51.568] | : . ' include = 'immediateCondition' [12:35:51.568] | : . ' exclude = [12:35:51.568] | : . ' resignal = FALSE [12:35:51.569] | : . ' Number of conditions: 0 [12:35:51.569] | : . ' int 0 [12:35:51.570] | : . signalConditions() ... done [12:35:51.570] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:51.570] | result() for ClusterFuture ... done [12:35:51.571] | value() for MultisessionFuture () ... [12:35:51.571] | : result() for ClusterFuture ... [12:35:51.571] | : . result already collected: FutureResult [12:35:51.571] | : result() for ClusterFuture ... done [12:35:51.572] | : result() for ClusterFuture ... [12:35:51.572] | : . result already collected: FutureResult [12:35:51.572] | : result() for ClusterFuture ... done [12:35:51.572] | : signalConditions() ... [12:35:51.573] | : . include = 'immediateCondition' [12:35:51.573] | : . exclude = [12:35:51.573] | : . resignal = FALSE [12:35:51.573] | : . Number of conditions: 0 [12:35:51.574] | : . int 0 [12:35:51.574] | : signalConditions() ... done [12:35:51.575] | : relay stdout ... [1] 42 [12:35:51.575] | : relay stdout ... done [12:35:51.575] | : check for misuse ... [12:35:51.575] | : check for misuse ... done [12:35:51.576] | value() for MultisessionFuture () ... done [12:35:51.576] | result() for ClusterFuture ... [12:35:51.576] | : result already collected: FutureResult [12:35:51.576] | result() for ClusterFuture ... done - stdout = FALSE [12:35:51.577] | future(..., label = NULL) ... [12:35:51.577] | : lazy: FALSE [12:35:51.577] | : stdout: FALSE [12:35:51.577] | : conditions: [n=1] 'condition' [12:35:51.578] | : getGlobalsAndPackages() ... [12:35:51.578] | : . Searching for globals ... [12:35:51.640] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:51.641] | : . Searching for globals ... done [12:35:51.641] | : . Resolving globals: FALSE [12:35:51.641] | : . Search for packages associated with the globals ... [12:35:51.642] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:51.642] | : . ' Packages: [2] 'base', 'utils' [12:35:51.643] | : . Search for packages associated with the globals ... done [12:35:51.643] | : . Packages after dropping 'base': [1] 'utils' [12:35:51.643] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:51.644] | : . globals: [0] [12:35:51.644] | : . packages: [1] 'utils' [12:35:51.644] | : getGlobalsAndPackages() ... done [12:35:51.645] | : run() for 'Future' () ... [12:35:51.645] | : . state: 'created' [12:35:51.646] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.646] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.646] | : . Using MultisessionFutureBackend ... [12:35:51.647] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:35:51.647] | : . ' Launching futures ... [12:35:51.647] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:51.648] | : . ' , ; Workers: [n=2] [12:35:51.648] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:51.651] | : . ' , ; FutureRegistry: 'workers-102de4013b5927e8b71d40319c14dd17' [12:35:51.651] | : . ' , ; requestWorker() ... [12:35:51.651] | : . ' , ; ` requestNode() ... [12:35:51.652] | : . ' , ; ` | Number of workers: 2 [12:35:51.652] | : . ' , ; ` | Polling for a free worker ... [12:35:51.652] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.653] | : . ' , ; ` | : . Listing all futures [12:35:51.653] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.653] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.653] | : . ' , ; ` | : Total time: 0 [12:35:51.654] | : . ' , ; ` | Polling for a free worker ... done [12:35:51.654] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.654] | : . ' , ; ` | : Listing all futures [12:35:51.655] | : . ' , ; ` | : Number of registered futures: 0 [12:35:51.655] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.655] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:51.656] | : . ' , ; ` | Index of first available worker: 1 [12:35:51.656] | : . ' , ; ` | Validate that the worker is functional ... [12:35:51.657] | : . ' , ; ` | : Worker is functional [12:35:51.657] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.657] | : . ' , ; ` | : . Listing all futures [12:35:51.658] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.658] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.658] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:51.658] | : . ' , ; ` requestNode() ... done [12:35:51.659] | : . ' , ; ` cluster node index: 1 [12:35:51.659] | : . ' , ; requestWorker() ... done [12:35:51.659] | : . ' , ; eraseGlobalEnvironment() ... [12:35:51.660] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:51.660] | : . ' , ; launchFuture() ... [12:35:51.661] | : . ' , ; ` cluster node index: 1 [12:35:51.661] | : . ' , ; ` getFutureData() ... [12:35:51.661] | : . ' , ; ` | getFutureCore() ... [12:35:51.662] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:51.662] | : . ' , ; ` | getFutureCore() ... done [12:35:51.662] | : . ' , ; ` | getFutureCapture() ... [12:35:51.662] | : . ' , ; ` | getFutureCapture() ... done [12:35:51.663] | : . ' , ; ` | getFutureContext() ... [12:35:51.663] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.663] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:51.664] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.664] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:51.664] | : . ' , ; ` | getFutureContext() ... done [12:35:51.665] | : . ' , ; ` getFutureData() ... done [12:35:51.665] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... [12:35:51.666] | : . ' , ; ` | Appended future to position #1 [12:35:51.666] | : . ' , ; ` | Number of registered futures: 1 [12:35:51.666] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... done [12:35:51.666] | : . ' , ; launchFuture() ... done [12:35:51.667] | : . ' , ; MultisessionFuture started [12:35:51.667] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:51.667] | : . ' Launching futures ... done [12:35:51.667] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:51.667] | : . Using MultisessionFutureBackend ... done [12:35:51.668] | : run() for 'Future' () ... done [12:35:51.668] | future(..., label = NULL) ... done [12:35:51.668] | result() for ClusterFuture ... [12:35:51.668] | : assertValidConnection() ... [12:35:51.668] | : . cluster node index: 1 [12:35:51.669] | : assertValidConnection() ... done [12:35:51.669] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:51.669] | : . cluster node index: 1 [12:35:51.676] | : . [1] TRUE [12:35:51.676] | : . Received data: [12:35:51.676] | : . List of 5 [12:35:51.676] | : . $ type : chr "VALUE" [12:35:51.676] | : . $ value :List of 16 [12:35:51.676] | : . ..$ value : int 42 [12:35:51.676] | : . ..$ visible : logi TRUE [12:35:51.676] | : . ..$ stdout : NULL [12:35:51.676] | : . ..$ conditions : list() [12:35:51.676] | : . ..$ rng : logi FALSE [12:35:51.676] | : . ..$ seed : NULL [12:35:51.676] | : . ..$ misuseGlobalEnv : NULL [12:35:51.676] | : . ..$ misuseConnections :List of 3 [12:35:51.676] | : . .. ..$ added : NULL [12:35:51.676] | : . .. ..$ removed : NULL [12:35:51.676] | : . .. ..$ replaced: NULL [12:35:51.676] | : . ..$ misuseDevices : NULL [12:35:51.676] | : . ..$ misuseDefaultDevice: list() [12:35:51.676] | : . ..$ started : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.676] | : . ..$ finished : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.676] | : . ..$ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "13" [12:35:51.676] | : . ..$ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" [12:35:51.676] | : . .. ..- attr(*, "source")=List of 5 [12:35:51.676] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:51.676] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:51.676] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:51.676] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:51.676] | : . .. .. ..$ pid : int 61768 [12:35:51.676] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.676] | : . .. .. ..$ random: int 2147483647 [12:35:51.676] | : . ..$ r_info :List of 4 [12:35:51.676] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:51.676] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:51.676] | : . .. ..$ os : chr "windows" [12:35:51.676] | : . .. ..$ os_name : chr "Windows" [12:35:51.676] | : . .. ..$ captures_utf8: logi TRUE [12:35:51.676] | : . ..$ version : chr "1.8" [12:35:51.676] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:51.676] | : . $ success: logi TRUE [12:35:51.676] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:35:51.676] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:51.676] | : . $ tag : NULL [12:35:51.689] | : . Received FutureResult [12:35:51.690] | : . FutureResult: [12:35:51.690] | : . value: 'integer' [12:35:51.690] | : . visible: TRUE [12:35:51.690] | : . stdout: NULL [12:35:51.690] | : . conditions: [n = 0] [12:35:51.690] | : . RNG used: FALSE [12:35:51.690] | : . duration: 0.007850885 secs (started 2026-01-16 12:35:51.666049) [12:35:51.690] | : . version: 1.8 [12:35:51.690] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... [12:35:51.690] | : . ' Removed future from position #1 [12:35:51.691] | : . ' Number of registered futures: 0 [12:35:51.691] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... done [12:35:51.691] | : . Erased future from future backend [12:35:51.691] | : . result() for ClusterFuture ... [12:35:51.691] | : . ' result already collected: FutureResult [12:35:51.692] | : . result() for ClusterFuture ... done [12:35:51.692] | : . signalConditions() ... [12:35:51.692] | : . ' include = 'immediateCondition' [12:35:51.692] | : . ' exclude = [12:35:51.692] | : . ' resignal = FALSE [12:35:51.692] | : . ' Number of conditions: 0 [12:35:51.692] | : . ' int 0 [12:35:51.693] | : . signalConditions() ... done [12:35:51.693] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:51.693] | 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-01-16 12:35:51" $ finished : POSIXct[1:1], format: "2026-01-16 12:35:51" $ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "13" $ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" ..- 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 61768 .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" .. ..$ 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" [12:35:51.710] | value() for MultisessionFuture () ... [12:35:51.711] | : result() for ClusterFuture ... [12:35:51.711] | : . result already collected: FutureResult [12:35:51.711] | : result() for ClusterFuture ... done [12:35:51.711] | : result() for ClusterFuture ... [12:35:51.712] | : . result already collected: FutureResult [12:35:51.712] | : result() for ClusterFuture ... done [12:35:51.712] | : signalConditions() ... [12:35:51.713] | : . include = 'immediateCondition' [12:35:51.713] | : . exclude = [12:35:51.713] | : . resignal = FALSE [12:35:51.713] | : . Number of conditions: 0 [12:35:51.714] | : . int 0 [12:35:51.714] | : signalConditions() ... done [12:35:51.715] | : relay stdout ... [12:35:51.715] | : relay stdout ... done [12:35:51.715] | : check for misuse ... [12:35:51.716] | : check for misuse ... done [12:35:51.716] | value() for MultisessionFuture () ... done [12:35:51.717] | future(..., label = NULL) ... [12:35:51.717] | : lazy: FALSE [12:35:51.717] | : stdout: FALSE [12:35:51.717] | : conditions: [n=1] 'condition' [12:35:51.718] | : getGlobalsAndPackages() ... [12:35:51.718] | : . Searching for globals ... [12:35:51.778] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:51.778] | : . Searching for globals ... done [12:35:51.778] | : . Resolving globals: FALSE [12:35:51.778] | : . Search for packages associated with the globals ... [12:35:51.779] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:51.779] | : . ' Packages: [2] 'base', 'utils' [12:35:51.779] | : . Search for packages associated with the globals ... done [12:35:51.780] | : . Packages after dropping 'base': [1] 'utils' [12:35:51.780] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:51.780] | : . globals: [0] [12:35:51.780] | : . packages: [1] 'utils' [12:35:51.781] | : getGlobalsAndPackages() ... done [12:35:51.781] | : run() for 'Future' () ... [12:35:51.781] | : . state: 'created' [12:35:51.781] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.782] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.782] | : . Using MultisessionFutureBackend ... [12:35:51.782] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:35:51.782] | : . ' Launching futures ... [12:35:51.782] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:51.782] | : . ' , ; Workers: [n=2] [12:35:51.783] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:51.785] | : . ' , ; FutureRegistry: 'workers-102de4013b5927e8b71d40319c14dd17' [12:35:51.785] | : . ' , ; requestWorker() ... [12:35:51.785] | : . ' , ; ` requestNode() ... [12:35:51.785] | : . ' , ; ` | Number of workers: 2 [12:35:51.785] | : . ' , ; ` | Polling for a free worker ... [12:35:51.786] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.786] | : . ' , ; ` | : . Listing all futures [12:35:51.786] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.786] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.786] | : . ' , ; ` | : Total time: 0 [12:35:51.786] | : . ' , ; ` | Polling for a free worker ... done [12:35:51.787] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.787] | : . ' , ; ` | : Listing all futures [12:35:51.787] | : . ' , ; ` | : Number of registered futures: 0 [12:35:51.787] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.787] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:51.787] | : . ' , ; ` | Index of first available worker: 1 [12:35:51.788] | : . ' , ; ` | Validate that the worker is functional ... [12:35:51.788] | : . ' , ; ` | : Worker is functional [12:35:51.788] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.789] | : . ' , ; ` | : . Listing all futures [12:35:51.789] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.789] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.789] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:51.789] | : . ' , ; ` requestNode() ... done [12:35:51.789] | : . ' , ; ` cluster node index: 1 [12:35:51.790] | : . ' , ; requestWorker() ... done [12:35:51.790] | : . ' , ; eraseGlobalEnvironment() ... [12:35:51.790] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:51.791] | : . ' , ; launchFuture() ... [12:35:51.791] | : . ' , ; ` cluster node index: 1 [12:35:51.791] | : . ' , ; ` getFutureData() ... [12:35:51.791] | : . ' , ; ` | getFutureCore() ... [12:35:51.791] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:51.792] | : . ' , ; ` | getFutureCore() ... done [12:35:51.792] | : . ' , ; ` | getFutureCapture() ... [12:35:51.792] | : . ' , ; ` | getFutureCapture() ... done [12:35:51.792] | : . ' , ; ` | getFutureContext() ... [12:35:51.792] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.792] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:51.793] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.793] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:51.793] | : . ' , ; ` | getFutureContext() ... done [12:35:51.793] | : . ' , ; ` getFutureData() ... done [12:35:51.794] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... [12:35:51.794] | : . ' , ; ` | Appended future to position #1 [12:35:51.794] | : . ' , ; ` | Number of registered futures: 1 [12:35:51.794] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... done [12:35:51.794] | : . ' , ; launchFuture() ... done [12:35:51.795] | : . ' , ; MultisessionFuture started [12:35:51.795] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:51.795] | : . ' Launching futures ... done [12:35:51.795] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:51.795] | : . Using MultisessionFutureBackend ... done [12:35:51.795] | : run() for 'Future' () ... done [12:35:51.796] | future(..., label = NULL) ... done [12:35:51.796] | value() for MultisessionFuture () ... [12:35:51.796] | : result() for ClusterFuture ... [12:35:51.796] | : . assertValidConnection() ... [12:35:51.797] | : . ' cluster node index: 1 [12:35:51.797] | : . assertValidConnection() ... done [12:35:51.797] | : . receiveMessageFromWorker() for ClusterFuture ... [12:35:51.797] | : . ' cluster node index: 1 [12:35:51.802] | : . ' [1] TRUE [12:35:51.803] | : . ' Received data: [12:35:51.803] | : . ' List of 5 [12:35:51.803] | : . ' $ type : chr "VALUE" [12:35:51.803] | : . ' $ value :List of 16 [12:35:51.803] | : . ' ..$ value : int 42 [12:35:51.803] | : . ' ..$ visible : logi TRUE [12:35:51.803] | : . ' ..$ stdout : NULL [12:35:51.803] | : . ' ..$ conditions : list() [12:35:51.803] | : . ' ..$ rng : logi FALSE [12:35:51.803] | : . ' ..$ seed : NULL [12:35:51.803] | : . ' ..$ misuseGlobalEnv : NULL [12:35:51.803] | : . ' ..$ misuseConnections :List of 3 [12:35:51.803] | : . ' .. ..$ added : NULL [12:35:51.803] | : . ' .. ..$ removed : NULL [12:35:51.803] | : . ' .. ..$ replaced: NULL [12:35:51.803] | : . ' ..$ misuseDevices : NULL [12:35:51.803] | : . ' ..$ misuseDefaultDevice: list() [12:35:51.803] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.803] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.803] | : . ' ..$ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "14" [12:35:51.803] | : . ' ..$ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" [12:35:51.803] | : . ' .. ..- attr(*, "source")=List of 5 [12:35:51.803] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:35:51.803] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:51.803] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:51.803] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:51.803] | : . ' .. .. ..$ pid : int 61768 [12:35:51.803] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.803] | : . ' .. .. ..$ random: int 2147483647 [12:35:51.803] | : . ' ..$ r_info :List of 4 [12:35:51.803] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:51.803] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:35:51.803] | : . ' .. ..$ os : chr "windows" [12:35:51.803] | : . ' .. ..$ os_name : chr "Windows" [12:35:51.803] | : . ' .. ..$ captures_utf8: logi TRUE [12:35:51.803] | : . ' ..$ version : chr "1.8" [12:35:51.803] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:35:51.803] | : . ' $ success: logi TRUE [12:35:51.803] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:35:51.803] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:51.803] | : . ' $ tag : NULL [12:35:51.816] | : . ' Received FutureResult [12:35:51.817] | : . ' FutureResult: [12:35:51.817] | : . ' value: 'integer' [12:35:51.817] | : . ' visible: TRUE [12:35:51.817] | : . ' stdout: NULL [12:35:51.817] | : . ' conditions: [n = 0] [12:35:51.817] | : . ' RNG used: FALSE [12:35:51.817] | : . ' duration: 0.007148981 secs (started 2026-01-16 12:35:51.794339) [12:35:51.817] | : . ' version: 1.8 [12:35:51.817] | : . ' FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... [12:35:51.817] | : . ' , Removed future from position #1 [12:35:51.818] | : . ' , Number of registered futures: 0 [12:35:51.818] | : . ' FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... done [12:35:51.818] | : . ' Erased future from future backend [12:35:51.818] | : . ' result() for ClusterFuture ... [12:35:51.818] | : . ' , result already collected: FutureResult [12:35:51.819] | : . ' result() for ClusterFuture ... done [12:35:51.819] | : . ' signalConditions() ... [12:35:51.819] | : . ' , include = 'immediateCondition' [12:35:51.819] | : . ' , exclude = [12:35:51.819] | : . ' , resignal = FALSE [12:35:51.819] | : . ' , Number of conditions: 0 [12:35:51.820] | : . ' , int 0 [12:35:51.820] | : . ' signalConditions() ... done [12:35:51.820] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:35:51.821] | : result() for ClusterFuture ... done [12:35:51.821] | : result() for ClusterFuture ... [12:35:51.821] | : . result already collected: FutureResult [12:35:51.821] | : result() for ClusterFuture ... done [12:35:51.821] | : signalConditions() ... [12:35:51.821] | : . include = 'immediateCondition' [12:35:51.822] | : . exclude = [12:35:51.822] | : . resignal = FALSE [12:35:51.822] | : . Number of conditions: 0 [12:35:51.822] | : . int 0 [12:35:51.823] | : signalConditions() ... done [12:35:51.823] | : relay stdout ... [12:35:51.823] | : relay stdout ... done [12:35:51.823] | : check for misuse ... [12:35:51.823] | : check for misuse ... done [12:35:51.824] | value() for MultisessionFuture () ... done - stdout = structure(TRUE, drop = TRUE) [12:35:51.824] | future(..., label = NULL) ... [12:35:51.824] | : lazy: FALSE [12:35:51.824] | : stdout: TRUE [12:35:51.824] | : conditions: [n=1] 'condition' [12:35:51.825] | : getGlobalsAndPackages() ... [12:35:51.825] | : . Searching for globals ... [12:35:51.829] | : . ' globals found: [1] 'print' [12:35:51.829] | : . Searching for globals ... done [12:35:51.829] | : . Resolving globals: FALSE [12:35:51.829] | : . Search for packages associated with the globals ... [12:35:51.829] | : . ' Packages associated with globals: [1] 'base' [12:35:51.830] | : . ' Packages: [1] 'base' [12:35:51.830] | : . Search for packages associated with the globals ... done [12:35:51.830] | : . Packages after dropping 'base': [0] [12:35:51.830] | : . globals: [0] [12:35:51.830] | : . packages: [0] [12:35:51.831] | : getGlobalsAndPackages() ... done [12:35:51.831] | : run() for 'Future' () ... [12:35:51.831] | : . state: 'created' [12:35:51.832] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.832] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.832] | : . Using MultisessionFutureBackend ... [12:35:51.832] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:35:51.832] | : . ' Launching futures ... [12:35:51.833] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:51.833] | : . ' , ; Workers: [n=2] [12:35:51.833] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:51.835] | : . ' , ; FutureRegistry: 'workers-102de4013b5927e8b71d40319c14dd17' [12:35:51.835] | : . ' , ; requestWorker() ... [12:35:51.835] | : . ' , ; ` requestNode() ... [12:35:51.835] | : . ' , ; ` | Number of workers: 2 [12:35:51.836] | : . ' , ; ` | Polling for a free worker ... [12:35:51.836] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.836] | : . ' , ; ` | : . Listing all futures [12:35:51.836] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.836] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.837] | : . ' , ; ` | : Total time: 0 [12:35:51.837] | : . ' , ; ` | Polling for a free worker ... done [12:35:51.837] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.837] | : . ' , ; ` | : Listing all futures [12:35:51.837] | : . ' , ; ` | : Number of registered futures: 0 [12:35:51.837] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.838] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:51.838] | : . ' , ; ` | Index of first available worker: 1 [12:35:51.838] | : . ' , ; ` | Validate that the worker is functional ... [12:35:51.839] | : . ' , ; ` | : Worker is functional [12:35:51.839] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.839] | : . ' , ; ` | : . Listing all futures [12:35:51.840] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.840] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.840] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:51.841] | : . ' , ; ` requestNode() ... done [12:35:51.841] | : . ' , ; ` cluster node index: 1 [12:35:51.841] | : . ' , ; requestWorker() ... done [12:35:51.841] | : . ' , ; eraseGlobalEnvironment() ... [12:35:51.842] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:51.843] | : . ' , ; launchFuture() ... [12:35:51.843] | : . ' , ; ` cluster node index: 1 [12:35:51.843] | : . ' , ; ` getFutureData() ... [12:35:51.843] | : . ' , ; ` | getFutureCore() ... [12:35:51.844] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:35:51.844] | : . ' , ; ` | getFutureCore() ... done [12:35:51.844] | : . ' , ; ` | getFutureCapture() ... [12:35:51.844] | : . ' , ; ` | getFutureCapture() ... done [12:35:51.845] | : . ' , ; ` | getFutureContext() ... [12:35:51.845] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.845] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:51.846] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.846] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:51.846] | : . ' , ; ` | getFutureContext() ... done [12:35:51.849] | : . ' , ; ` getFutureData() ... done [12:35:51.850] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... [12:35:51.850] | : . ' , ; ` | Appended future to position #1 [12:35:51.850] | : . ' , ; ` | Number of registered futures: 1 [12:35:51.851] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... done [12:35:51.851] | : . ' , ; launchFuture() ... done [12:35:51.851] | : . ' , ; MultisessionFuture started [12:35:51.851] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:51.852] | : . ' Launching futures ... done [12:35:51.852] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:51.852] | : . Using MultisessionFutureBackend ... done [12:35:51.853] | : run() for 'Future' () ... done [12:35:51.853] | future(..., label = NULL) ... done [12:35:51.853] | result() for ClusterFuture ... [12:35:51.854] | : assertValidConnection() ... [12:35:51.854] | : . cluster node index: 1 [12:35:51.854] | : assertValidConnection() ... done [12:35:51.855] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:51.855] | : . cluster node index: 1 [12:35:51.855] | : . [1] TRUE [12:35:51.856] | : . Received data: [12:35:51.856] | : . List of 5 [12:35:51.856] | : . $ type : chr "VALUE" [12:35:51.856] | : . $ value :List of 16 [12:35:51.856] | : . ..$ value : num 42 [12:35:51.856] | : . ..$ visible : logi FALSE [12:35:51.856] | : . ..$ stdout : chr "[1] 42\n" [12:35:51.856] | : . ..$ conditions : list() [12:35:51.856] | : . ..$ rng : logi FALSE [12:35:51.856] | : . ..$ seed : NULL [12:35:51.856] | : . ..$ misuseGlobalEnv : NULL [12:35:51.856] | : . ..$ misuseConnections :List of 3 [12:35:51.856] | : . .. ..$ added : NULL [12:35:51.856] | : . .. ..$ removed : NULL [12:35:51.856] | : . .. ..$ replaced: NULL [12:35:51.856] | : . ..$ misuseDevices : NULL [12:35:51.856] | : . ..$ misuseDefaultDevice: list() [12:35:51.856] | : . ..$ started : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.856] | : . ..$ finished : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.856] | : . ..$ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "15" [12:35:51.856] | : . ..$ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" [12:35:51.856] | : . .. ..- attr(*, "source")=List of 5 [12:35:51.856] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:51.856] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:51.856] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:51.856] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:51.856] | : . .. .. ..$ pid : int 61768 [12:35:51.856] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.856] | : . .. .. ..$ random: int 2147483647 [12:35:51.856] | : . ..$ r_info :List of 4 [12:35:51.856] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:51.856] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:51.856] | : . .. ..$ os : chr "windows" [12:35:51.856] | : . .. ..$ os_name : chr "Windows" [12:35:51.856] | : . .. ..$ captures_utf8: logi TRUE [12:35:51.856] | : . ..$ version : chr "1.8" [12:35:51.856] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:51.856] | : . $ success: logi TRUE [12:35:51.856] | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:35:51.856] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:51.856] | : . $ tag : NULL [12:35:51.878] | : . Received FutureResult [12:35:51.879] | : . FutureResult: [12:35:51.879] | : . value: 'numeric' [12:35:51.879] | : . visible: FALSE [12:35:51.879] | : . stdout: character [12:35:51.879] | : . conditions: [n = 0] [12:35:51.879] | : . RNG used: FALSE [12:35:51.879] | : . duration: 0.003605127 secs (started 2026-01-16 12:35:51.850611) [12:35:51.879] | : . version: 1.8 [12:35:51.879] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... [12:35:51.880] | : . ' Removed future from position #1 [12:35:51.880] | : . ' Number of registered futures: 0 [12:35:51.880] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... done [12:35:51.880] | : . Erased future from future backend [12:35:51.880] | : . result() for ClusterFuture ... [12:35:51.881] | : . ' result already collected: FutureResult [12:35:51.881] | : . result() for ClusterFuture ... done [12:35:51.881] | : . signalConditions() ... [12:35:51.881] | : . ' include = 'immediateCondition' [12:35:51.882] | : . ' exclude = [12:35:51.882] | : . ' resignal = FALSE [12:35:51.882] | : . ' Number of conditions: 0 [12:35:51.883] | : . ' int 0 [12:35:51.883] | : . signalConditions() ... done [12:35:51.884] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:51.884] | result() for ClusterFuture ... done [12:35:51.884] | value() for MultisessionFuture () ... [12:35:51.884] | : result() for ClusterFuture ... [12:35:51.885] | : . result already collected: FutureResult [12:35:51.885] | : result() for ClusterFuture ... done [12:35:51.885] | : result() for ClusterFuture ... [12:35:51.885] | : . result already collected: FutureResult [12:35:51.885] | : result() for ClusterFuture ... done [12:35:51.885] | : signalConditions() ... [12:35:51.886] | : . include = 'immediateCondition' [12:35:51.886] | : . exclude = [12:35:51.886] | : . resignal = FALSE [12:35:51.886] | : . Number of conditions: 0 [12:35:51.886] | : . int 0 [12:35:51.887] | : signalConditions() ... done [12:35:51.887] | : relay stdout ... [1] 42 [12:35:51.887] | : relay stdout ... done [12:35:51.887] | : check for misuse ... [12:35:51.887] | : check for misuse ... done [12:35:51.888] | value() for MultisessionFuture () ... done [12:35:51.888] | result() for ClusterFuture ... [12:35:51.888] | : result already collected: FutureResult [12:35:51.888] | result() for ClusterFuture ... done - stdout = NA [12:35:51.888] | future(..., label = NULL) ... [12:35:51.889] | : lazy: FALSE [12:35:51.889] | : stdout: NA [12:35:51.889] | : conditions: [n=1] 'condition' [12:35:51.889] | : getGlobalsAndPackages() ... [12:35:51.889] | : . Searching for globals ... [12:35:51.933] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:51.934] | : . Searching for globals ... done [12:35:51.934] | : . Resolving globals: FALSE [12:35:51.934] | : . Search for packages associated with the globals ... [12:35:51.935] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:51.936] | : . ' Packages: [2] 'base', 'utils' [12:35:51.936] | : . Search for packages associated with the globals ... done [12:35:51.937] | : . Packages after dropping 'base': [1] 'utils' [12:35:51.937] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:51.937] | : . globals: [0] [12:35:51.938] | : . packages: [1] 'utils' [12:35:51.938] | : getGlobalsAndPackages() ... done [12:35:51.939] | : run() for 'Future' () ... [12:35:51.939] | : . state: 'created' [12:35:51.939] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.939] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.940] | : . Using MultisessionFutureBackend ... [12:35:51.940] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:35:51.940] | : . ' Launching futures ... [12:35:51.941] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:51.941] | : . ' , ; Workers: [n=2] [12:35:51.941] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:51.945] | : . ' , ; FutureRegistry: 'workers-102de4013b5927e8b71d40319c14dd17' [12:35:51.945] | : . ' , ; requestWorker() ... [12:35:51.945] | : . ' , ; ` requestNode() ... [12:35:51.946] | : . ' , ; ` | Number of workers: 2 [12:35:51.946] | : . ' , ; ` | Polling for a free worker ... [12:35:51.946] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.947] | : . ' , ; ` | : . Listing all futures [12:35:51.947] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.947] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.947] | : . ' , ; ` | : Total time: 0 [12:35:51.947] | : . ' , ; ` | Polling for a free worker ... done [12:35:51.948] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.948] | : . ' , ; ` | : Listing all futures [12:35:51.948] | : . ' , ; ` | : Number of registered futures: 0 [12:35:51.948] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.948] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:51.949] | : . ' , ; ` | Index of first available worker: 1 [12:35:51.949] | : . ' , ; ` | Validate that the worker is functional ... [12:35:51.950] | : . ' , ; ` | : Worker is functional [12:35:51.950] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:51.950] | : . ' , ; ` | : . Listing all futures [12:35:51.951] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:51.951] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:51.951] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:51.952] | : . ' , ; ` requestNode() ... done [12:35:51.952] | : . ' , ; ` cluster node index: 1 [12:35:51.952] | : . ' , ; requestWorker() ... done [12:35:51.953] | : . ' , ; eraseGlobalEnvironment() ... [12:35:51.953] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:51.953] | : . ' , ; launchFuture() ... [12:35:51.954] | : . ' , ; ` cluster node index: 1 [12:35:51.954] | : . ' , ; ` getFutureData() ... [12:35:51.954] | : . ' , ; ` | getFutureCore() ... [12:35:51.954] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:51.954] | : . ' , ; ` | getFutureCore() ... done [12:35:51.955] | : . ' , ; ` | getFutureCapture() ... [12:35:51.955] | : . ' , ; ` | getFutureCapture() ... done [12:35:51.955] | : . ' , ; ` | getFutureContext() ... [12:35:51.955] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:51.955] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:51.956] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:51.956] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:51.956] | : . ' , ; ` | getFutureContext() ... done [12:35:51.956] | : . ' , ; ` getFutureData() ... done [12:35:51.957] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... [12:35:51.957] | : . ' , ; ` | Appended future to position #1 [12:35:51.957] | : . ' , ; ` | Number of registered futures: 1 [12:35:51.958] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... done [12:35:51.958] | : . ' , ; launchFuture() ... done [12:35:51.958] | : . ' , ; MultisessionFuture started [12:35:51.959] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:51.959] | : . ' Launching futures ... done [12:35:51.959] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:51.959] | : . Using MultisessionFutureBackend ... done [12:35:51.960] | : run() for 'Future' () ... done [12:35:51.960] | future(..., label = NULL) ... done [12:35:51.960] | result() for ClusterFuture ... [12:35:51.961] | : assertValidConnection() ... [12:35:51.961] | : . cluster node index: 1 [12:35:51.962] | : assertValidConnection() ... done [12:35:51.962] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:51.962] | : . cluster node index: 1 [12:35:51.965] | : . [1] TRUE [12:35:51.966] | : . Received data: [12:35:51.966] | : . List of 5 [12:35:51.966] | : . $ type : chr "VALUE" [12:35:51.966] | : . $ value :List of 16 [12:35:51.966] | : . ..$ value : int 42 [12:35:51.966] | : . ..$ visible : logi TRUE [12:35:51.966] | : . ..$ stdout : NULL [12:35:51.966] | : . ..$ conditions : list() [12:35:51.966] | : . ..$ rng : logi FALSE [12:35:51.966] | : . ..$ seed : NULL [12:35:51.966] | : . ..$ misuseGlobalEnv : NULL [12:35:51.966] | : . ..$ misuseConnections :List of 3 [12:35:51.966] | : . .. ..$ added : NULL [12:35:51.966] | : . .. ..$ removed : NULL [12:35:51.966] | : . .. ..$ replaced: NULL [12:35:51.966] | : . ..$ misuseDevices : NULL [12:35:51.966] | : . ..$ misuseDefaultDevice: list() [12:35:51.966] | : . ..$ started : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.966] | : . ..$ finished : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.966] | : . ..$ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "16" [12:35:51.966] | : . ..$ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" [12:35:51.966] | : . .. ..- attr(*, "source")=List of 5 [12:35:51.966] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:51.966] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:51.966] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:51.966] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:51.966] | : . .. .. ..$ pid : int 61768 [12:35:51.966] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:51.966] | : . .. .. ..$ random: int 2147483647 [12:35:51.966] | : . ..$ r_info :List of 4 [12:35:51.966] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:51.966] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:51.966] | : . .. ..$ os : chr "windows" [12:35:51.966] | : . .. ..$ os_name : chr "Windows" [12:35:51.966] | : . .. ..$ captures_utf8: logi TRUE [12:35:51.966] | : . ..$ version : chr "1.8" [12:35:51.966] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:51.966] | : . $ success: logi TRUE [12:35:51.966] | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:35:51.966] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:51.966] | : . $ tag : NULL [12:35:51.990] | : . Received FutureResult [12:35:51.991] | : . FutureResult: [12:35:51.991] | : . value: 'integer' [12:35:51.991] | : . visible: TRUE [12:35:51.991] | : . stdout: NULL [12:35:51.991] | : . conditions: [n = 0] [12:35:51.991] | : . RNG used: FALSE [12:35:51.991] | : . duration: 0.006543875 secs (started 2026-01-16 12:35:51.957518) [12:35:51.991] | : . version: 1.8 [12:35:51.991] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... [12:35:51.992] | : . ' Removed future from position #1 [12:35:51.992] | : . ' Number of registered futures: 0 [12:35:51.992] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... done [12:35:51.993] | : . Erased future from future backend [12:35:51.993] | : . result() for ClusterFuture ... [12:35:51.993] | : . ' result already collected: FutureResult [12:35:51.993] | : . result() for ClusterFuture ... done [12:35:51.994] | : . signalConditions() ... [12:35:51.994] | : . ' include = 'immediateCondition' [12:35:51.994] | : . ' exclude = [12:35:51.995] | : . ' resignal = FALSE [12:35:51.995] | : . ' Number of conditions: 0 [12:35:51.995] | : . ' int 0 [12:35:51.996] | : . signalConditions() ... done [12:35:51.996] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:51.997] | 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-01-16 12:35:51" $ finished : POSIXct[1:1], format: "2026-01-16 12:35:51" $ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "16" $ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" ..- 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 61768 .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" .. ..$ 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" [12:35:52.013] | value() for MultisessionFuture () ... [12:35:52.013] | : result() for ClusterFuture ... [12:35:52.014] | : . result already collected: FutureResult [12:35:52.014] | : result() for ClusterFuture ... done [12:35:52.014] | : result() for ClusterFuture ... [12:35:52.014] | : . result already collected: FutureResult [12:35:52.014] | : result() for ClusterFuture ... done [12:35:52.014] | : signalConditions() ... [12:35:52.015] | : . include = 'immediateCondition' [12:35:52.015] | : . exclude = [12:35:52.015] | : . resignal = FALSE [12:35:52.015] | : . Number of conditions: 0 [12:35:52.015] | : . int 0 [12:35:52.016] | : signalConditions() ... done [12:35:52.016] | : relay stdout ... [12:35:52.016] | : relay stdout ... done [12:35:52.016] | : check for misuse ... [12:35:52.017] | : check for misuse ... done [12:35:52.017] | value() for MultisessionFuture () ... done [12:35:52.017] | future(..., label = NULL) ... [12:35:52.017] | : lazy: FALSE [12:35:52.017] | : stdout: NA [12:35:52.018] | : conditions: [n=1] 'condition' [12:35:52.018] | : getGlobalsAndPackages() ... [12:35:52.018] | : . Searching for globals ... [12:35:52.059] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:52.059] | : . Searching for globals ... done [12:35:52.060] | : . Resolving globals: FALSE [12:35:52.060] | : . Search for packages associated with the globals ... [12:35:52.060] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:52.061] | : . ' Packages: [2] 'base', 'utils' [12:35:52.061] | : . Search for packages associated with the globals ... done [12:35:52.061] | : . Packages after dropping 'base': [1] 'utils' [12:35:52.062] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:52.062] | : . globals: [0] [12:35:52.062] | : . packages: [1] 'utils' [12:35:52.062] | : getGlobalsAndPackages() ... done [12:35:52.063] | : run() for 'Future' () ... [12:35:52.063] | : . state: 'created' [12:35:52.063] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:52.063] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:52.063] | : . Using MultisessionFutureBackend ... [12:35:52.064] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:35:52.064] | : . ' Launching futures ... [12:35:52.064] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:52.064] | : . ' , ; Workers: [n=2] [12:35:52.064] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:52.066] | : . ' , ; FutureRegistry: 'workers-102de4013b5927e8b71d40319c14dd17' [12:35:52.067] | : . ' , ; requestWorker() ... [12:35:52.067] | : . ' , ; ` requestNode() ... [12:35:52.067] | : . ' , ; ` | Number of workers: 2 [12:35:52.069] | : . ' , ; ` | Polling for a free worker ... [12:35:52.069] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:52.069] | : . ' , ; ` | : . Listing all futures [12:35:52.070] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:52.070] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:52.070] | : . ' , ; ` | : Total time: 0 [12:35:52.070] | : . ' , ; ` | Polling for a free worker ... done [12:35:52.070] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:52.070] | : . ' , ; ` | : Listing all futures [12:35:52.071] | : . ' , ; ` | : Number of registered futures: 0 [12:35:52.071] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:52.071] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:52.071] | : . ' , ; ` | Index of first available worker: 1 [12:35:52.071] | : . ' , ; ` | Validate that the worker is functional ... [12:35:52.072] | : . ' , ; ` | : Worker is functional [12:35:52.072] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:52.072] | : . ' , ; ` | : . Listing all futures [12:35:52.072] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:52.073] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:52.073] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:52.073] | : . ' , ; ` requestNode() ... done [12:35:52.073] | : . ' , ; ` cluster node index: 1 [12:35:52.074] | : . ' , ; requestWorker() ... done [12:35:52.074] | : . ' , ; eraseGlobalEnvironment() ... [12:35:52.075] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:52.075] | : . ' , ; launchFuture() ... [12:35:52.075] | : . ' , ; ` cluster node index: 1 [12:35:52.075] | : . ' , ; ` getFutureData() ... [12:35:52.076] | : . ' , ; ` | getFutureCore() ... [12:35:52.076] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:52.076] | : . ' , ; ` | getFutureCore() ... done [12:35:52.077] | : . ' , ; ` | getFutureCapture() ... [12:35:52.077] | : . ' , ; ` | getFutureCapture() ... done [12:35:52.077] | : . ' , ; ` | getFutureContext() ... [12:35:52.077] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:52.078] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:52.078] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:52.078] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:52.079] | : . ' , ; ` | getFutureContext() ... done [12:35:52.079] | : . ' , ; ` getFutureData() ... done [12:35:52.080] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... [12:35:52.080] | : . ' , ; ` | Appended future to position #1 [12:35:52.080] | : . ' , ; ` | Number of registered futures: 1 [12:35:52.080] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... done [12:35:52.081] | : . ' , ; launchFuture() ... done [12:35:52.081] | : . ' , ; MultisessionFuture started [12:35:52.081] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:52.081] | : . ' Launching futures ... done [12:35:52.081] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:52.081] | : . Using MultisessionFutureBackend ... done [12:35:52.082] | : run() for 'Future' () ... done [12:35:52.082] | future(..., label = NULL) ... done [12:35:52.082] | value() for MultisessionFuture () ... [12:35:52.082] | : result() for ClusterFuture ... [12:35:52.083] | : . assertValidConnection() ... [12:35:52.083] | : . ' cluster node index: 1 [12:35:52.083] | : . assertValidConnection() ... done [12:35:52.083] | : . receiveMessageFromWorker() for ClusterFuture ... [12:35:52.084] | : . ' cluster node index: 1 [12:35:52.088] | : . ' [1] TRUE [12:35:52.089] | : . ' Received data: [12:35:52.089] | : . ' List of 5 [12:35:52.089] | : . ' $ type : chr "VALUE" [12:35:52.089] | : . ' $ value :List of 16 [12:35:52.089] | : . ' ..$ value : int 42 [12:35:52.089] | : . ' ..$ visible : logi TRUE [12:35:52.089] | : . ' ..$ stdout : NULL [12:35:52.089] | : . ' ..$ conditions : list() [12:35:52.089] | : . ' ..$ rng : logi FALSE [12:35:52.089] | : . ' ..$ seed : NULL [12:35:52.089] | : . ' ..$ misuseGlobalEnv : NULL [12:35:52.089] | : . ' ..$ misuseConnections :List of 3 [12:35:52.089] | : . ' .. ..$ added : NULL [12:35:52.089] | : . ' .. ..$ removed : NULL [12:35:52.089] | : . ' .. ..$ replaced: NULL [12:35:52.089] | : . ' ..$ misuseDevices : NULL [12:35:52.089] | : . ' ..$ misuseDefaultDevice: list() [12:35:52.089] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:35:52" [12:35:52.089] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:35:52" [12:35:52.089] | : . ' ..$ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "17" [12:35:52.089] | : . ' ..$ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" [12:35:52.089] | : . ' .. ..- attr(*, "source")=List of 5 [12:35:52.089] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:35:52.089] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:52.089] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:52.089] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:52.089] | : . ' .. .. ..$ pid : int 61768 [12:35:52.089] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:52.089] | : . ' .. .. ..$ random: int 2147483647 [12:35:52.089] | : . ' ..$ r_info :List of 4 [12:35:52.089] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:52.089] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:35:52.089] | : . ' .. ..$ os : chr "windows" [12:35:52.089] | : . ' .. ..$ os_name : chr "Windows" [12:35:52.089] | : . ' .. ..$ captures_utf8: logi TRUE [12:35:52.089] | : . ' ..$ version : chr "1.8" [12:35:52.089] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:35:52.089] | : . ' $ success: logi TRUE [12:35:52.089] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [12:35:52.089] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:52.089] | : . ' $ tag : NULL [12:35:52.110] | : . ' Received FutureResult [12:35:52.110] | : . ' FutureResult: [12:35:52.110] | : . ' value: 'integer' [12:35:52.110] | : . ' visible: TRUE [12:35:52.110] | : . ' stdout: NULL [12:35:52.110] | : . ' conditions: [n = 0] [12:35:52.110] | : . ' RNG used: FALSE [12:35:52.110] | : . ' duration: 0.006629944 secs (started 2026-01-16 12:35:52.080354) [12:35:52.110] | : . ' version: 1.8 [12:35:52.111] | : . ' FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... [12:35:52.112] | : . ' , Removed future from position #1 [12:35:52.112] | : . ' , Number of registered futures: 0 [12:35:52.113] | : . ' FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... done [12:35:52.113] | : . ' Erased future from future backend [12:35:52.113] | : . ' result() for ClusterFuture ... [12:35:52.113] | : . ' , result already collected: FutureResult [12:35:52.114] | : . ' result() for ClusterFuture ... done [12:35:52.114] | : . ' signalConditions() ... [12:35:52.114] | : . ' , include = 'immediateCondition' [12:35:52.115] | : . ' , exclude = [12:35:52.115] | : . ' , resignal = FALSE [12:35:52.115] | : . ' , Number of conditions: 0 [12:35:52.116] | : . ' , int 0 [12:35:52.116] | : . ' signalConditions() ... done [12:35:52.117] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:35:52.117] | : result() for ClusterFuture ... done [12:35:52.117] | : result() for ClusterFuture ... [12:35:52.118] | : . result already collected: FutureResult [12:35:52.118] | : result() for ClusterFuture ... done [12:35:52.118] | : signalConditions() ... [12:35:52.118] | : . include = 'immediateCondition' [12:35:52.119] | : . exclude = [12:35:52.119] | : . resignal = FALSE [12:35:52.119] | : . Number of conditions: 0 [12:35:52.120] | : . int 0 [12:35:52.120] | : signalConditions() ... done [12:35:52.121] | : relay stdout ... [12:35:52.121] | : relay stdout ... done [12:35:52.121] | : check for misuse ... [12:35:52.121] | : check for misuse ... done [12:35:52.122] | value() for MultisessionFuture () ... done - stdout = structure(TRUE, drop = TRUE) [12:35:52.122] | future(..., label = NULL) ... [12:35:52.122] | : lazy: FALSE [12:35:52.123] | : stdout: TRUE [12:35:52.123] | : conditions: [n=1] 'condition' [12:35:52.123] | : getGlobalsAndPackages() ... [12:35:52.123] | : . Searching for globals ... [12:35:52.128] | : . ' globals found: [1] 'print' [12:35:52.128] | : . Searching for globals ... done [12:35:52.129] | : . Resolving globals: FALSE [12:35:52.129] | : . Search for packages associated with the globals ... [12:35:52.129] | : . ' Packages associated with globals: [1] 'base' [12:35:52.129] | : . ' Packages: [1] 'base' [12:35:52.130] | : . Search for packages associated with the globals ... done [12:35:52.130] | : . Packages after dropping 'base': [0] [12:35:52.130] | : . globals: [0] [12:35:52.130] | : . packages: [0] [12:35:52.130] | : getGlobalsAndPackages() ... done [12:35:52.131] | : run() for 'Future' () ... [12:35:52.131] | : . state: 'created' [12:35:52.131] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:52.131] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:52.132] | : . Using MultisessionFutureBackend ... [12:35:52.132] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:35:52.132] | : . ' Launching futures ... [12:35:52.133] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:52.133] | : . ' , ; Workers: [n=2] [12:35:52.133] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:35:52.135] | : . ' , ; FutureRegistry: 'workers-102de4013b5927e8b71d40319c14dd17' [12:35:52.135] | : . ' , ; requestWorker() ... [12:35:52.135] | : . ' , ; ` requestNode() ... [12:35:52.136] | : . ' , ; ` | Number of workers: 2 [12:35:52.136] | : . ' , ; ` | Polling for a free worker ... [12:35:52.136] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:52.136] | : . ' , ; ` | : . Listing all futures [12:35:52.136] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:52.136] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:52.137] | : . ' , ; ` | : Total time: 0 [12:35:52.137] | : . ' , ; ` | Polling for a free worker ... done [12:35:52.137] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:52.137] | : . ' , ; ` | : Listing all futures [12:35:52.137] | : . ' , ; ` | : Number of registered futures: 0 [12:35:52.137] | : . ' , ; ` | FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:52.138] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:52.138] | : . ' , ; ` | Index of first available worker: 1 [12:35:52.138] | : . ' , ; ` | Validate that the worker is functional ... [12:35:52.139] | : . ' , ; ` | : Worker is functional [12:35:52.139] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... [12:35:52.139] | : . ' , ; ` | : . Listing all futures [12:35:52.140] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:52.140] | : . ' , ; ` | : FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'list', earlySignal = 0) ... done [12:35:52.140] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:52.141] | : . ' , ; ` requestNode() ... done [12:35:52.141] | : . ' , ; ` cluster node index: 1 [12:35:52.141] | : . ' , ; requestWorker() ... done [12:35:52.142] | : . ' , ; eraseGlobalEnvironment() ... [12:35:52.142] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:52.143] | : . ' , ; launchFuture() ... [12:35:52.143] | : . ' , ; ` cluster node index: 1 [12:35:52.143] | : . ' , ; ` getFutureData() ... [12:35:52.144] | : . ' , ; ` | getFutureCore() ... [12:35:52.144] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:35:52.144] | : . ' , ; ` | getFutureCore() ... done [12:35:52.145] | : . ' , ; ` | getFutureCapture() ... [12:35:52.145] | : . ' , ; ` | getFutureCapture() ... done [12:35:52.145] | : . ' , ; ` | getFutureContext() ... [12:35:52.146] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:52.146] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:52.147] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:52.147] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:52.147] | : . ' , ; ` | getFutureContext() ... done [12:35:52.148] | : . ' , ; ` getFutureData() ... done [12:35:52.148] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... [12:35:52.149] | : . ' , ; ` | Appended future to position #1 [12:35:52.149] | : . ' , ; ` | Number of registered futures: 1 [12:35:52.149] | : . ' , ; ` FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'add', earlySignal = 0) ... done [12:35:52.150] | : . ' , ; launchFuture() ... done [12:35:52.150] | : . ' , ; MultisessionFuture started [12:35:52.150] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:52.151] | : . ' Launching futures ... done [12:35:52.151] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:52.151] | : . Using MultisessionFutureBackend ... done [12:35:52.152] | : run() for 'Future' () ... done [12:35:52.152] | future(..., label = NULL) ... done [12:35:52.153] | result() for ClusterFuture ... [12:35:52.153] | : assertValidConnection() ... [12:35:52.153] | : . cluster node index: 1 [12:35:52.154] | : assertValidConnection() ... done [12:35:52.155] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:52.155] | : . cluster node index: 1 [12:35:52.157] | : . [1] TRUE [12:35:52.157] | : . Received data: [12:35:52.158] | : . List of 5 [12:35:52.158] | : . $ type : chr "VALUE" [12:35:52.158] | : . $ value :List of 16 [12:35:52.158] | : . ..$ value : num 42 [12:35:52.158] | : . ..$ visible : logi FALSE [12:35:52.158] | : . ..$ stdout : chr "[1] 42\n" [12:35:52.158] | : . ..$ conditions : list() [12:35:52.158] | : . ..$ rng : logi FALSE [12:35:52.158] | : . ..$ seed : NULL [12:35:52.158] | : . ..$ misuseGlobalEnv : NULL [12:35:52.158] | : . ..$ misuseConnections :List of 3 [12:35:52.158] | : . .. ..$ added : NULL [12:35:52.158] | : . .. ..$ removed : NULL [12:35:52.158] | : . .. ..$ replaced: NULL [12:35:52.158] | : . ..$ misuseDevices : NULL [12:35:52.158] | : . ..$ misuseDefaultDevice: list() [12:35:52.158] | : . ..$ started : POSIXct[1:1], format: "2026-01-16 12:35:52" [12:35:52.158] | : . ..$ finished : POSIXct[1:1], format: "2026-01-16 12:35:52" [12:35:52.158] | : . ..$ uuid : chr [1:2] "9984fcbc9cfca96cd3deb428fe155df2" "18" [12:35:52.158] | : . ..$ session_uuid : chr "c20bef3fe7b7b9a1530e38d4b9039a20" [12:35:52.158] | : . .. ..- attr(*, "source")=List of 5 [12:35:52.158] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:52.158] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:52.158] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:52.158] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:52.158] | : . .. .. ..$ pid : int 61768 [12:35:52.158] | : . .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:35:51" [12:35:52.158] | : . .. .. ..$ random: int 2147483647 [12:35:52.158] | : . ..$ r_info :List of 4 [12:35:52.158] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:52.158] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:52.158] | : . .. ..$ os : chr "windows" [12:35:52.158] | : . .. ..$ os_name : chr "Windows" [12:35:52.158] | : . .. ..$ captures_utf8: logi TRUE [12:35:52.158] | : . ..$ version : chr "1.8" [12:35:52.158] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:52.158] | : . $ success: logi TRUE [12:35:52.158] | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [12:35:52.158] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:52.158] | : . $ tag : NULL [12:35:52.182] | : . Received FutureResult [12:35:52.182] | : . FutureResult: [12:35:52.182] | : . value: 'numeric' [12:35:52.182] | : . visible: FALSE [12:35:52.182] | : . stdout: character [12:35:52.182] | : . conditions: [n = 0] [12:35:52.182] | : . RNG used: FALSE [12:35:52.182] | : . duration: 0.006066084 secs (started 2026-01-16 12:35:52.149241) [12:35:52.182] | : . version: 1.8 [12:35:52.183] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... [12:35:52.183] | : . ' Removed future from position #1 [12:35:52.183] | : . ' Number of registered futures: 0 [12:35:52.183] | : . FutureRegistry('workers-102de4013b5927e8b71d40319c14dd17', action = 'remove', earlySignal = 0) ... done [12:35:52.184] | : . Erased future from future backend [12:35:52.184] | : . result() for ClusterFuture ... [12:35:52.184] | : . ' result already collected: FutureResult [12:35:52.184] | : . result() for ClusterFuture ... done [12:35:52.184] | : . signalConditions() ... [12:35:52.184] | : . ' include = 'immediateCondition' [12:35:52.185] | : . ' exclude = [12:35:52.185] | : . ' resignal = FALSE [12:35:52.185] | : . ' Number of conditions: 0 [12:35:52.185] | : . ' int 0 [12:35:52.186] | : . signalConditions() ... done [12:35:52.186] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:52.186] | result() for ClusterFuture ... done [12:35:52.186] | value() for MultisessionFuture () ... [12:35:52.187] | : result() for ClusterFuture ... [12:35:52.187] | : . result already collected: FutureResult [12:35:52.187] | : result() for ClusterFuture ... done [12:35:52.187] | : result() for ClusterFuture ... [12:35:52.188] | : . result already collected: FutureResult [12:35:52.188] | : result() for ClusterFuture ... done [12:35:52.188] | : signalConditions() ... [12:35:52.188] | : . include = 'immediateCondition' [12:35:52.188] | : . exclude = [12:35:52.189] | : . resignal = FALSE [12:35:52.189] | : . Number of conditions: 0 [12:35:52.189] | : . int 0 [12:35:52.189] | : signalConditions() ... done [12:35:52.190] | : relay stdout ... [1] 42 [12:35:52.190] | : relay stdout ... done [12:35:52.190] | : check for misuse ... [12:35:52.190] | : check for misuse ... done [12:35:52.190] | value() for MultisessionFuture () ... done [12:35:52.191] | result() for ClusterFuture ... [12:35:52.191] | : result already collected: FutureResult [12:35:52.191] | 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=217] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_01_16_12_30_17_22682' Test time: user.self=3s, sys.self=0.2s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'stdout' ... success > > proc.time() user system elapsed 2.90 0.31 4.32