R Under development (unstable) (2025-11-15 r89024 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-stdout.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("stdout") Test 'stdout' ... Sourcing 9 prologue scripts ... 01/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/001.load.R' 02/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/002.record-state.R' 03/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/030.imports.R' 04/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/050.utils.R' 05/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.context.R' 06/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.options.R' 07/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/091.envvars.R' 08/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/099.future-setup.R' 09/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/995.detrius-connections.R' Sourcing 9 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/test-stdout.R' > library(future) [23:15:38.668] Option 'future.startup.script': TRUE [23:15:38.669] Future startup scripts considered: '.future.R', '~/.future.R' [23:15:38.670] 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 ... [23:15:38.754] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:38.755] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:15:38.755] | : all.equal() for FutureStrategyList ... [23:15:38.756] | : . New stack: [23:15:38.756] | : . List of 1 [23:15:38.756] | : . $ :function (..., envir = parent.frame()) [23:15:38.756] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.756] | : . ..- attr(*, "init")= logi TRUE [23:15:38.756] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.756] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.756] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.756] | : . ..- attr(*, "call")= language plan(strategy) [23:15:38.756] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:38.763] | : . Old stack: [23:15:38.763] | : . List of 1 [23:15:38.763] | : . $ :function (..., envir = parent.frame()) [23:15:38.763] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.763] | : . ..- attr(*, "init")= logi TRUE [23:15:38.763] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.763] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.763] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.763] | : . ..- attr(*, "call")= language plan(sequential) [23:15:38.763] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:38.769] | : . Not identical [23:15:38.769] | : . all.equal() for future ... [23:15:38.770] | : . ' List of 2 [23:15:38.770] | : . ' $ target :function (..., envir = parent.frame()) [23:15:38.770] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.770] | : . ' ..- attr(*, "init")= logi TRUE [23:15:38.770] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.770] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.770] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.770] | : . ' ..- attr(*, "call")= language plan(strategy) [23:15:38.770] | : . ' $ current:function (..., envir = parent.frame()) [23:15:38.770] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.770] | : . ' ..- attr(*, "init")= logi TRUE [23:15:38.770] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.770] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.770] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.770] | : . ' ..- attr(*, "call")= language plan(sequential) [23:15:38.779] | : . all.equal() for future ... done [23:15:38.779] | : all.equal() for FutureStrategyList ... done [23:15:38.780] | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:38.780] | : List of future strategies: [23:15:38.780] | : 1. sequential: [23:15:38.780] | : - args: function (..., envir = parent.frame(), workers = "") [23:15:38.780] | : - tweaked: FALSE [23:15:38.780] | : - call: plan(sequential) [23:15:38.781] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:15:38.781] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - stdout = TRUE [23:15:38.781] future(..., label = NULL) ... [23:15:38.781] | lazy: FALSE [23:15:38.781] | stdout: TRUE [23:15:38.782] | conditions: [n=1] 'condition' [23:15:38.782] | gc: FALSE [23:15:38.782] | earlySignal: FALSE [23:15:38.783] | getGlobalsAndPackages() ... [23:15:38.783] | : Searching for globals ... [23:15:38.862] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:38.862] | : Searching for globals ... done [23:15:38.863] | : Resolving globals: FALSE [23:15:38.866] | : Search for packages associated with the globals ... [23:15:38.867] | : . Packages associated with globals: [2] 'base', 'utils' [23:15:38.867] | : . Packages: [2] 'base', 'utils' [23:15:38.868] | : Search for packages associated with the globals ... done [23:15:38.868] | : Packages after dropping 'base': [1] 'utils' [23:15:38.868] | : Packages after dropping non-attached packages: [1] 'utils' [23:15:38.869] | : globals: [0] [23:15:38.869] | : packages: [1] 'utils' [23:15:38.869] | getGlobalsAndPackages() ... done [23:15:38.871] | run() for 'Future' () ... [23:15:38.871] | : state: 'created' [23:15:38.871] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:38.871] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [23:15:38.872] | : . ' function (..., envir = parent.frame()) [23:15:38.872] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.872] | : . ' - attr(*, "init")= logi TRUE [23:15:38.872] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.872] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.872] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.872] | : . ' - attr(*, "call")= language plan(sequential) [23:15:38.876] | : . ' init: TRUE [23:15:38.876] | : . ' makeFutureBackend() ... [23:15:38.876] | : . ' , Backend function: <'NULL'> [23:15:38.877] | : . ' , Evaluator tweak arguments: [n=0] [23:15:38.877] | : . ' , list() [23:15:38.877] | : . ' , Evaluator formal arguments: [n=0] [23:15:38.878] | : . ' , NULL [23:15:38.878] | : . ' , Arguments passed to the future-backend factory: [n=0] [23:15:38.878] | : . ' , list() [23:15:38.879] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:15:38.879] | : . ' makeFutureBackend() ... done [23:15:38.880] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [23:15:38.880] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:38.880] | : Using SequentialFutureBackend ... [23:15:38.880] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:15:38.881] | : . Launching futures ... [23:15:38.881] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:15:38.882] | : . ' , getFutureData() ... [23:15:38.882] | : . ' , ; getFutureCore() ... [23:15:38.882] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [23:15:38.882] | : . ' , ; getFutureCore() ... done [23:15:38.883] | : . ' , ; getFutureCapture() ... [23:15:38.883] | : . ' , ; getFutureCapture() ... done [23:15:38.884] | : . ' , ; getFutureContext() ... [23:15:38.884] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:38.884] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:15:38.884] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:38.885] | : . ' , ; ` Packages needed by future backend (n = 0): [23:15:38.885] | : . ' , ; getFutureContext() ... done [23:15:38.885] | : . ' , getFutureData() ... done [23:15:38.890] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:38.890] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:15:38.891] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:38.891] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:38.891] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:38.892] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:15:38.892] | : . ' , ; ` | New stack: [23:15:38.892] | : . ' , ; ` | List of 1 [23:15:38.892] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:38.892] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.892] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:15:38.892] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.892] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.892] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.892] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:38.892] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:38.895] | : . ' , ; ` | Old stack: [23:15:38.896] | : . ' , ; ` | List of 1 [23:15:38.896] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:38.896] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.896] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:15:38.896] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.896] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.896] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.896] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:15:38.896] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:38.896] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.896] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.896] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:38.902] | : . ' , ; ` | Not identical [23:15:38.902] | : . ' , ; ` | all.equal() for future ... [23:15:38.902] | : . ' , ; ` | : List of 2 [23:15:38.902] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.902] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:38.902] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.902] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:38.902] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:38.902] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.902] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.909] | : . ' , ; ` | all.equal() for future ... done [23:15:38.909] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:15:38.909] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:38.910] | : . ' , ; ` List of future strategies: [23:15:38.910] | : . ' , ; ` 1. sequential: [23:15:38.910] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:15:38.910] | : . ' , ; ` - tweaked: FALSE [23:15:38.910] | : . ' , ; ` - call: plan(sequential) [23:15:38.910] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:38.911] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:38.916] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:38.916] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:38.917] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:38.955] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:15:38.956] | : . ' , ; ` | : New stack: [23:15:38.956] | : . ' , ; ` | : List of 1 [23:15:38.956] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:38.956] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.956] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:38.956] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.956] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.956] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.956] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:38.956] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:38.956] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.956] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.956] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:38.963] | : . ' , ; ` | : Old stack: [23:15:38.963] | : . ' , ; ` | : List of 1 [23:15:38.963] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:38.963] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:38.963] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:38.963] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.963] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.963] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.963] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:38.963] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:38.963] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:38.963] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:38.963] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:38.969] | : . ' , ; ` | : Identical [23:15:38.970] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:15:38.970] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:38.970] | : . ' , ; ` | List of future strategies: [23:15:38.970] | : . ' , ; ` | 1. sequential: [23:15:38.970] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:15:38.970] | : . ' , ; ` | - tweaked: FALSE [23:15:38.970] | : . ' , ; ` | - call: plan(sequential) [23:15:38.971] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:38.972] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:38.972] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:38.978] | : . ' , SequentialFuture started (and completed) [23:15:38.979] | : . ' , signalConditions() ... [23:15:38.979] | : . ' , ; include = 'immediateCondition' [23:15:38.979] | : . ' , ; exclude = [23:15:38.980] | : . ' , ; resignal = FALSE [23:15:38.980] | : . ' , ; Number of conditions: 6 [23:15:38.980] | : . ' , ; int 6 [23:15:38.981] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:38.981] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:38.982] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:38.982] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:38.982] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:38.982] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:38.983] | : . ' , signalConditions() ... done [23:15:38.983] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:15:38.983] | : . Launching futures ... done [23:15:38.984] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:15:38.984] | : Using SequentialFutureBackend ... done [23:15:39.026] | run() for 'Future' () ... done [23:15:39.026] 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 "[23:15:38.887] | : . ' , 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 "[23:15:38.888] | : . ' , ; 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 "[23:15:38.888] | : . ' , 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 "[23:15:38.889] | : . ' , 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 "[23:15:38.889] | : . ' , ; 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 "[23:15:38.889] | : . ' , 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: "2025-11-16 23:15:38" $ finished : POSIXct[1:1], format: "2025-11-16 23:15:38" $ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "1" $ session_uuid : chr "954ba3649bd1178392775652a33b81a0" ..- 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 20876 .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:38" .. ..$ 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" [23:15:39.071] value() for SequentialFuture () ... [23:15:39.071] | signalConditions() ... [23:15:39.072] | : include = 'immediateCondition' [23:15:39.072] | : exclude = [23:15:39.073] | : resignal = FALSE [23:15:39.073] | : Number of conditions: 6 [23:15:39.073] | : int 6 [23:15:39.075] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.075] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.075] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.076] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.076] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.077] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.077] | signalConditions() ... done [23:15:39.077] | 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" [23:15:39.078] | relay stdout ... done [23:15:39.078] | check for misuse ... [23:15:39.079] | check for misuse ... done [23:15:39.079] | relay conditions ... [23:15:39.080] | : Future state: 'finished' [23:15:39.080] | : signalConditions() ... [23:15:39.080] | : . include = 'condition' [23:15:39.081] | : . exclude = 'immediateCondition' [23:15:39.081] | : . resignal = TRUE [23:15:39.082] | : . Number of conditions: 6 [23:15:39.082] | : . int 6 [23:15:39.083] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.084] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:15:38.887] | : . ' , attachPackages() ... [23:15:39.084] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.085] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:15:38.888] | : . ' , ; packages: [n=1] 'future' [23:15:39.085] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.086] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:15:38.888] | : . ' , attachPackages() ... done [23:15:39.086] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.087] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:15:38.889] | : . ' , attachPackages() ... [23:15:39.087] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.088] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:15:38.889] | : . ' , ; packages: [n=1] 'utils' [23:15:39.088] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.089] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:15:38.889] | : . ' , attachPackages() ... done [23:15:39.089] | : signalConditions() ... done [23:15:39.090] | relay conditions ... done [23:15:39.090] 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.02751303 secs (started 2025-11-16 23:15:38.887641) version: 1.8 [23:15:39.094] future(..., label = NULL) ... [23:15:39.094] | lazy: FALSE [23:15:39.095] | stdout: TRUE [23:15:39.095] | conditions: [n=1] 'condition' [23:15:39.096] | gc: FALSE [23:15:39.096] | earlySignal: FALSE [23:15:39.096] | getGlobalsAndPackages() ... [23:15:39.097] | : Searching for globals ... [23:15:39.191] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:39.191] | : Searching for globals ... done [23:15:39.192] | : Resolving globals: FALSE [23:15:39.192] | : Search for packages associated with the globals ... [23:15:39.193] | : . Packages associated with globals: [2] 'base', 'utils' [23:15:39.194] | : . Packages: [2] 'base', 'utils' [23:15:39.194] | : Search for packages associated with the globals ... done [23:15:39.195] | : Packages after dropping 'base': [1] 'utils' [23:15:39.196] | : Packages after dropping non-attached packages: [1] 'utils' [23:15:39.196] | : globals: [0] [23:15:39.196] | : packages: [1] 'utils' [23:15:39.197] | getGlobalsAndPackages() ... done [23:15:39.198] | run() for 'Future' () ... [23:15:39.198] | : state: 'created' [23:15:39.199] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.199] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.199] | : Using SequentialFutureBackend ... [23:15:39.200] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [23:15:39.200] | : . Launching futures ... [23:15:39.201] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:15:39.201] | : . ' , getFutureData() ... [23:15:39.202] | : . ' , ; getFutureCore() ... [23:15:39.202] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [23:15:39.202] | : . ' , ; getFutureCore() ... done [23:15:39.203] | : . ' , ; getFutureCapture() ... [23:15:39.203] | : . ' , ; getFutureCapture() ... done [23:15:39.204] | : . ' , ; getFutureContext() ... [23:15:39.204] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.205] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:15:39.205] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.205] | : . ' , ; ` Packages needed by future backend (n = 0): [23:15:39.206] | : . ' , ; getFutureContext() ... done [23:15:39.206] | : . ' , getFutureData() ... done [23:15:39.211] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.211] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:15:39.212] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.213] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.213] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.214] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:15:39.214] | : . ' , ; ` | New stack: [23:15:39.215] | : . ' , ; ` | List of 1 [23:15:39.215] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.215] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.215] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:15:39.215] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.215] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.215] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.215] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.215] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.225] | : . ' , ; ` | Old stack: [23:15:39.226] | : . ' , ; ` | List of 1 [23:15:39.226] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.226] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.226] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:15:39.226] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.226] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.226] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.226] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:15:39.226] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.226] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.226] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.226] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.233] | : . ' , ; ` | Not identical [23:15:39.233] | : . ' , ; ` | all.equal() for future ... [23:15:39.233] | : . ' , ; ` | : List of 2 [23:15:39.233] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.233] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.233] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.233] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.233] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.233] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.233] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.245] | : . ' , ; ` | all.equal() for future ... done [23:15:39.245] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:15:39.246] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.246] | : . ' , ; ` List of future strategies: [23:15:39.246] | : . ' , ; ` 1. sequential: [23:15:39.246] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:15:39.246] | : . ' , ; ` - tweaked: FALSE [23:15:39.246] | : . ' , ; ` - call: plan(sequential) [23:15:39.247] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.247] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.253] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.253] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.254] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.254] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:15:39.254] | : . ' , ; ` | : New stack: [23:15:39.254] | : . ' , ; ` | : List of 1 [23:15:39.254] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.254] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.254] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.254] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.254] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.254] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.254] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.254] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.254] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.254] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.254] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.261] | : . ' , ; ` | : Old stack: [23:15:39.262] | : . ' , ; ` | : List of 1 [23:15:39.262] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.262] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.262] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.262] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.262] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.262] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.262] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.262] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.262] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.262] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.262] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.269] | : . ' , ; ` | : Identical [23:15:39.269] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:15:39.269] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.270] | : . ' , ; ` | List of future strategies: [23:15:39.270] | : . ' , ; ` | 1. sequential: [23:15:39.270] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:15:39.270] | : . ' , ; ` | - tweaked: FALSE [23:15:39.270] | : . ' , ; ` | - call: plan(sequential) [23:15:39.271] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.271] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.271] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.272] | : . ' , SequentialFuture started (and completed) [23:15:39.273] | : . ' , signalConditions() ... [23:15:39.273] | : . ' , ; include = 'immediateCondition' [23:15:39.273] | : . ' , ; exclude = [23:15:39.273] | : . ' , ; resignal = FALSE [23:15:39.274] | : . ' , ; Number of conditions: 6 [23:15:39.274] | : . ' , ; int 6 [23:15:39.275] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.275] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.276] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.276] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.276] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.277] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.277] | : . ' , signalConditions() ... done [23:15:39.277] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:15:39.278] | : . Launching futures ... done [23:15:39.278] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:15:39.278] | : Using SequentialFutureBackend ... done [23:15:39.279] | run() for 'Future' () ... done [23:15:39.279] future(..., label = NULL) ... done [23:15:39.279] value() for SequentialFuture () ... [23:15:39.280] | signalConditions() ... [23:15:39.280] | : include = 'immediateCondition' [23:15:39.280] | : exclude = [23:15:39.281] | : resignal = FALSE [23:15:39.281] | : Number of conditions: 6 [23:15:39.281] | : int 6 [23:15:39.282] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.282] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.283] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.283] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.283] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.284] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.284] | signalConditions() ... done [23:15:39.284] | relay stdout ... [23:15:39.285] | relay stdout ... done [23:15:39.285] | check for misuse ... [23:15:39.285] | check for misuse ... done [23:15:39.286] | relay conditions ... [23:15:39.286] | : Future state: 'finished' [23:15:39.286] | : signalConditions() ... [23:15:39.287] | : . include = 'condition' [23:15:39.287] | : . exclude = 'immediateCondition' [23:15:39.287] | : . resignal = TRUE [23:15:39.287] | : . Number of conditions: 6 [23:15:39.288] | : . int 6 [23:15:39.289] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.289] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:15:39.207] | : . ' , attachPackages() ... [23:15:39.289] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.290] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:15:39.208] | : . ' , ; packages: [n=1] 'future' [23:15:39.290] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.291] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:15:39.208] | : . ' , attachPackages() ... done [23:15:39.291] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.292] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:15:39.209] | : . ' , attachPackages() ... [23:15:39.292] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.292] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:15:39.209] | : . ' , ; packages: [n=1] 'utils' [23:15:39.293] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.293] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:15:39.210] | : . ' , attachPackages() ... done [23:15:39.293] | : signalConditions() ... done [23:15:39.294] | relay conditions ... done [23:15:39.294] 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) [23:15:39.295] future(..., label = NULL) ... [23:15:39.295] | lazy: FALSE [23:15:39.296] | stdout: TRUE [23:15:39.296] | conditions: [n=1] 'condition' [23:15:39.296] | gc: FALSE [23:15:39.297] | earlySignal: FALSE [23:15:39.297] | getGlobalsAndPackages() ... [23:15:39.297] | : Searching for globals ... [23:15:39.303] | : . globals found: [1] 'print' [23:15:39.304] | : Searching for globals ... done [23:15:39.304] | : Resolving globals: FALSE [23:15:39.304] | : Search for packages associated with the globals ... [23:15:39.305] | : . Packages associated with globals: [1] 'base' [23:15:39.305] | : . Packages: [1] 'base' [23:15:39.305] | : Search for packages associated with the globals ... done [23:15:39.306] | : Packages after dropping 'base': [0] [23:15:39.306] | : globals: [0] [23:15:39.306] | : packages: [0] [23:15:39.307] | getGlobalsAndPackages() ... done [23:15:39.307] | run() for 'Future' () ... [23:15:39.307] | : state: 'created' [23:15:39.308] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.308] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.308] | : Using SequentialFutureBackend ... [23:15:39.309] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [23:15:39.309] | : . Launching futures ... [23:15:39.309] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:15:39.310] | : . ' , getFutureData() ... [23:15:39.310] | : . ' , ; getFutureCore() ... [23:15:39.310] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:15:39.310] | : . ' , ; getFutureCore() ... done [23:15:39.311] | : . ' , ; getFutureCapture() ... [23:15:39.311] | : . ' , ; getFutureCapture() ... done [23:15:39.311] | : . ' , ; getFutureContext() ... [23:15:39.312] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.312] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:15:39.312] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.312] | : . ' , ; ` Packages needed by future backend (n = 0): [23:15:39.313] | : . ' , ; getFutureContext() ... done [23:15:39.313] | : . ' , getFutureData() ... done [23:15:39.316] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.316] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:15:39.317] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.317] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.318] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.318] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:15:39.318] | : . ' , ; ` | New stack: [23:15:39.319] | : . ' , ; ` | List of 1 [23:15:39.319] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.319] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.319] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:15:39.319] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.319] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.319] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.319] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.319] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.324] | : . ' , ; ` | Old stack: [23:15:39.324] | : . ' , ; ` | List of 1 [23:15:39.324] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.324] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.324] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:15:39.324] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.324] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.324] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.324] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:15:39.324] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.324] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.324] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.324] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.331] | : . ' , ; ` | Not identical [23:15:39.331] | : . ' , ; ` | all.equal() for future ... [23:15:39.331] | : . ' , ; ` | : List of 2 [23:15:39.331] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.331] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.331] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.331] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.331] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.331] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.331] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.342] | : . ' , ; ` | all.equal() for future ... done [23:15:39.342] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:15:39.343] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.343] | : . ' , ; ` List of future strategies: [23:15:39.343] | : . ' , ; ` 1. sequential: [23:15:39.343] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:15:39.343] | : . ' , ; ` - tweaked: FALSE [23:15:39.343] | : . ' , ; ` - call: plan(sequential) [23:15:39.344] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.344] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.347] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.348] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.348] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.348] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:15:39.348] | : . ' , ; ` | : New stack: [23:15:39.349] | : . ' , ; ` | : List of 1 [23:15:39.349] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.349] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.349] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.349] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.349] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.349] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.349] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.349] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.349] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.349] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.349] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.354] | : . ' , ; ` | : Old stack: [23:15:39.354] | : . ' , ; ` | : List of 1 [23:15:39.354] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.354] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.354] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.354] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.354] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.354] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.354] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.354] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.354] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.354] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.354] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.358] | : . ' , ; ` | : Identical [23:15:39.358] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:15:39.358] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.358] | : . ' , ; ` | List of future strategies: [23:15:39.358] | : . ' , ; ` | 1. sequential: [23:15:39.358] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:15:39.358] | : . ' , ; ` | - tweaked: FALSE [23:15:39.358] | : . ' , ; ` | - call: plan(sequential) [23:15:39.359] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.359] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.359] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.360] | : . ' , SequentialFuture started (and completed) [23:15:39.360] | : . ' , signalConditions() ... [23:15:39.360] | : . ' , ; include = 'immediateCondition' [23:15:39.360] | : . ' , ; exclude = [23:15:39.361] | : . ' , ; resignal = FALSE [23:15:39.361] | : . ' , ; Number of conditions: 6 [23:15:39.361] | : . ' , ; int 6 [23:15:39.361] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.362] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.362] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.362] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.362] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.362] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.363] | : . ' , signalConditions() ... done [23:15:39.363] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:15:39.363] | : . Launching futures ... done [23:15:39.363] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:15:39.363] | : Using SequentialFutureBackend ... done [23:15:39.363] | run() for 'Future' () ... done [23:15:39.364] future(..., label = NULL) ... done [23:15:39.364] value() for SequentialFuture () ... [23:15:39.364] | signalConditions() ... [23:15:39.364] | : include = 'immediateCondition' [23:15:39.365] | : exclude = [23:15:39.365] | : resignal = FALSE [23:15:39.365] | : Number of conditions: 6 [23:15:39.365] | : int 6 [23:15:39.366] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.366] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.366] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.366] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.366] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.366] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.367] | signalConditions() ... done [23:15:39.367] | relay stdout ... [1] 42 [23:15:39.367] | relay stdout ... done [23:15:39.367] | check for misuse ... [23:15:39.367] | check for misuse ... done [23:15:39.368] | relay conditions ... [23:15:39.368] | : Future state: 'finished' [23:15:39.368] | : signalConditions() ... [23:15:39.368] | : . include = 'condition' [23:15:39.368] | : . exclude = 'immediateCondition' [23:15:39.368] | : . resignal = TRUE [23:15:39.369] | : . Number of conditions: 6 [23:15:39.369] | : . int 6 [23:15:39.369] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.369] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:15:39.314] | : . ' , attachPackages() ... [23:15:39.370] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.370] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:15:39.314] | : . ' , ; packages: [n=1] 'future' [23:15:39.370] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.370] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:15:39.314] | : . ' , attachPackages() ... done [23:15:39.370] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.371] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:15:39.315] | : . ' , attachPackages() ... [23:15:39.371] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.371] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:15:39.315] | : . ' , ; packages: [n=0] [23:15:39.371] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.371] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:15:39.315] | : . ' , attachPackages() ... done [23:15:39.372] | : signalConditions() ... done [23:15:39.372] | relay conditions ... done [23:15:39.372] value() for SequentialFuture () ... done - stdout = FALSE [23:15:39.372] future(..., label = NULL) ... [23:15:39.372] | lazy: FALSE [23:15:39.373] | stdout: FALSE [23:15:39.373] | conditions: [n=1] 'condition' [23:15:39.373] | gc: FALSE [23:15:39.373] | earlySignal: FALSE [23:15:39.373] | getGlobalsAndPackages() ... [23:15:39.373] | : Searching for globals ... [23:15:39.413] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:39.413] | : Searching for globals ... done [23:15:39.414] | : Resolving globals: FALSE [23:15:39.414] | : Search for packages associated with the globals ... [23:15:39.414] | : . Packages associated with globals: [2] 'base', 'utils' [23:15:39.415] | : . Packages: [2] 'base', 'utils' [23:15:39.416] | : Search for packages associated with the globals ... done [23:15:39.416] | : Packages after dropping 'base': [1] 'utils' [23:15:39.416] | : Packages after dropping non-attached packages: [1] 'utils' [23:15:39.417] | : globals: [0] [23:15:39.417] | : packages: [1] 'utils' [23:15:39.417] | getGlobalsAndPackages() ... done [23:15:39.418] | run() for 'Future' () ... [23:15:39.418] | : state: 'created' [23:15:39.418] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.419] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.419] | : Using SequentialFutureBackend ... [23:15:39.420] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [23:15:39.420] | : . Launching futures ... [23:15:39.420] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:15:39.421] | : . ' , getFutureData() ... [23:15:39.421] | : . ' , ; getFutureCore() ... [23:15:39.422] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [23:15:39.422] | : . ' , ; getFutureCore() ... done [23:15:39.422] | : . ' , ; getFutureCapture() ... [23:15:39.423] | : . ' , ; getFutureCapture() ... done [23:15:39.423] | : . ' , ; getFutureContext() ... [23:15:39.423] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.424] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:15:39.424] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.424] | : . ' , ; ` Packages needed by future backend (n = 0): [23:15:39.425] | : . ' , ; getFutureContext() ... done [23:15:39.425] | : . ' , getFutureData() ... done [23:15:39.429] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.429] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:15:39.430] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.430] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.431] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.431] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:15:39.431] | : . ' , ; ` | New stack: [23:15:39.432] | : . ' , ; ` | List of 1 [23:15:39.432] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.432] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.432] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:15:39.432] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.432] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.432] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.432] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.432] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.438] | : . ' , ; ` | Old stack: [23:15:39.438] | : . ' , ; ` | List of 1 [23:15:39.438] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.438] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.438] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:15:39.438] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.438] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.438] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.438] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:15:39.438] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.438] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.438] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.438] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.445] | : . ' , ; ` | Not identical [23:15:39.446] | : . ' , ; ` | all.equal() for future ... [23:15:39.446] | : . ' , ; ` | : List of 2 [23:15:39.446] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.446] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.446] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.446] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.446] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.446] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.446] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.458] | : . ' , ; ` | all.equal() for future ... done [23:15:39.459] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:15:39.459] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.459] | : . ' , ; ` List of future strategies: [23:15:39.459] | : . ' , ; ` 1. sequential: [23:15:39.459] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:15:39.459] | : . ' , ; ` - tweaked: FALSE [23:15:39.459] | : . ' , ; ` - call: plan(sequential) [23:15:39.461] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.461] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.467] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.468] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.468] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.469] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:15:39.469] | : . ' , ; ` | : New stack: [23:15:39.469] | : . ' , ; ` | : List of 1 [23:15:39.469] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.469] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.469] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.469] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.469] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.469] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.469] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.469] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.469] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.469] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.469] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.477] | : . ' , ; ` | : Old stack: [23:15:39.477] | : . ' , ; ` | : List of 1 [23:15:39.477] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.477] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.477] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.477] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.477] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.477] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.477] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.477] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.477] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.477] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.477] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.485] | : . ' , ; ` | : Identical [23:15:39.485] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:15:39.486] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.486] | : . ' , ; ` | List of future strategies: [23:15:39.486] | : . ' , ; ` | 1. sequential: [23:15:39.486] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:15:39.486] | : . ' , ; ` | - tweaked: FALSE [23:15:39.486] | : . ' , ; ` | - call: plan(sequential) [23:15:39.487] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.488] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.488] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.489] | : . ' , SequentialFuture started (and completed) [23:15:39.489] | : . ' , signalConditions() ... [23:15:39.489] | : . ' , ; include = 'immediateCondition' [23:15:39.490] | : . ' , ; exclude = [23:15:39.490] | : . ' , ; resignal = FALSE [23:15:39.490] | : . ' , ; Number of conditions: 6 [23:15:39.491] | : . ' , ; int 6 [23:15:39.492] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.492] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.492] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.493] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.493] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.493] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.494] | : . ' , signalConditions() ... done [23:15:39.494] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:15:39.494] | : . Launching futures ... done [23:15:39.494] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:15:39.495] | : Using SequentialFutureBackend ... done [23:15:39.495] | run() for 'Future' () ... done [23:15:39.495] 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 "[23:15:39.426] | : . ' , 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 "[23:15:39.426] | : . ' , ; 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 "[23:15:39.427] | : . ' , 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 "[23:15:39.427] | : . ' , 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 "[23:15:39.427] | : . ' , ; 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 "[23:15:39.428] | : . ' , 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: "2025-11-16 23:15:39" $ finished : POSIXct[1:1], format: "2025-11-16 23:15:39" $ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "4" $ session_uuid : chr "954ba3649bd1178392775652a33b81a0" ..- 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 20876 .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:38" .. ..$ 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" [23:15:39.529] value() for SequentialFuture () ... [23:15:39.529] | signalConditions() ... [23:15:39.529] | : include = 'immediateCondition' [23:15:39.530] | : exclude = [23:15:39.530] | : resignal = FALSE [23:15:39.530] | : Number of conditions: 6 [23:15:39.530] | : int 6 [23:15:39.531] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.531] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.531] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.531] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.532] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.532] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.532] | signalConditions() ... done [23:15:39.532] | relay stdout ... [23:15:39.533] | relay stdout ... done [23:15:39.533] | check for misuse ... [23:15:39.533] | check for misuse ... done [23:15:39.533] | relay conditions ... [23:15:39.533] | : Future state: 'finished' [23:15:39.534] | : signalConditions() ... [23:15:39.534] | : . include = 'condition' [23:15:39.534] | : . exclude = 'immediateCondition' [23:15:39.534] | : . resignal = TRUE [23:15:39.535] | : . Number of conditions: 6 [23:15:39.535] | : . int 6 [23:15:39.536] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.536] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:15:39.426] | : . ' , attachPackages() ... [23:15:39.537] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.537] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:15:39.426] | : . ' , ; packages: [n=1] 'future' [23:15:39.538] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.538] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:15:39.427] | : . ' , attachPackages() ... done [23:15:39.538] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.539] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:15:39.427] | : . ' , attachPackages() ... [23:15:39.539] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.540] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:15:39.427] | : . ' , ; packages: [n=1] 'utils' [23:15:39.540] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.540] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:15:39.428] | : . ' , attachPackages() ... done [23:15:39.541] | : signalConditions() ... done [23:15:39.541] | relay conditions ... done [23:15:39.541] value() for SequentialFuture () ... done [23:15:39.542] future(..., label = NULL) ... [23:15:39.542] | lazy: FALSE [23:15:39.543] | stdout: FALSE [23:15:39.543] | conditions: [n=1] 'condition' [23:15:39.543] | gc: FALSE [23:15:39.544] | earlySignal: FALSE [23:15:39.544] | getGlobalsAndPackages() ... [23:15:39.544] | : Searching for globals ... [23:15:39.609] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:39.610] | : Searching for globals ... done [23:15:39.610] | : Resolving globals: FALSE [23:15:39.611] | : Search for packages associated with the globals ... [23:15:39.612] | : . Packages associated with globals: [2] 'base', 'utils' [23:15:39.612] | : . Packages: [2] 'base', 'utils' [23:15:39.613] | : Search for packages associated with the globals ... done [23:15:39.613] | : Packages after dropping 'base': [1] 'utils' [23:15:39.613] | : Packages after dropping non-attached packages: [1] 'utils' [23:15:39.614] | : globals: [0] [23:15:39.614] | : packages: [1] 'utils' [23:15:39.614] | getGlobalsAndPackages() ... done [23:15:39.615] | run() for 'Future' () ... [23:15:39.615] | : state: 'created' [23:15:39.615] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.615] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.615] | : Using SequentialFutureBackend ... [23:15:39.616] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [23:15:39.616] | : . Launching futures ... [23:15:39.616] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:15:39.616] | : . ' , getFutureData() ... [23:15:39.617] | : . ' , ; getFutureCore() ... [23:15:39.617] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [23:15:39.617] | : . ' , ; getFutureCore() ... done [23:15:39.617] | : . ' , ; getFutureCapture() ... [23:15:39.618] | : . ' , ; getFutureCapture() ... done [23:15:39.618] | : . ' , ; getFutureContext() ... [23:15:39.618] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.618] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:15:39.619] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.619] | : . ' , ; ` Packages needed by future backend (n = 0): [23:15:39.619] | : . ' , ; getFutureContext() ... done [23:15:39.619] | : . ' , getFutureData() ... done [23:15:39.622] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.622] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:15:39.623] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.623] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.623] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.624] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:15:39.624] | : . ' , ; ` | New stack: [23:15:39.624] | : . ' , ; ` | List of 1 [23:15:39.624] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.624] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.624] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:15:39.624] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.624] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.624] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.624] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.624] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.629] | : . ' , ; ` | Old stack: [23:15:39.629] | : . ' , ; ` | List of 1 [23:15:39.629] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.629] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.629] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:15:39.629] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.629] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.629] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.629] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:15:39.629] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.629] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.629] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.629] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.637] | : . ' , ; ` | Not identical [23:15:39.637] | : . ' , ; ` | all.equal() for future ... [23:15:39.638] | : . ' , ; ` | : List of 2 [23:15:39.638] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.638] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.638] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.638] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.638] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.638] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.638] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.646] | : . ' , ; ` | all.equal() for future ... done [23:15:39.647] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:15:39.647] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.647] | : . ' , ; ` List of future strategies: [23:15:39.647] | : . ' , ; ` 1. sequential: [23:15:39.647] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:15:39.647] | : . ' , ; ` - tweaked: FALSE [23:15:39.647] | : . ' , ; ` - call: plan(sequential) [23:15:39.648] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.648] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.653] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.653] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.654] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.654] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:15:39.654] | : . ' , ; ` | : New stack: [23:15:39.654] | : . ' , ; ` | : List of 1 [23:15:39.654] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.654] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.654] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.654] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.654] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.654] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.654] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.654] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.654] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.654] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.654] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.659] | : . ' , ; ` | : Old stack: [23:15:39.660] | : . ' , ; ` | : List of 1 [23:15:39.660] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.660] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.660] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.660] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.660] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.660] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.660] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.660] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.660] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.660] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.660] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.665] | : . ' , ; ` | : Identical [23:15:39.665] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:15:39.666] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.666] | : . ' , ; ` | List of future strategies: [23:15:39.666] | : . ' , ; ` | 1. sequential: [23:15:39.666] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:15:39.666] | : . ' , ; ` | - tweaked: FALSE [23:15:39.666] | : . ' , ; ` | - call: plan(sequential) [23:15:39.667] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.667] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.667] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.668] | : . ' , SequentialFuture started (and completed) [23:15:39.668] | : . ' , signalConditions() ... [23:15:39.668] | : . ' , ; include = 'immediateCondition' [23:15:39.668] | : . ' , ; exclude = [23:15:39.669] | : . ' , ; resignal = FALSE [23:15:39.669] | : . ' , ; Number of conditions: 6 [23:15:39.669] | : . ' , ; int 6 [23:15:39.670] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.670] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.670] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.671] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.671] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.671] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.671] | : . ' , signalConditions() ... done [23:15:39.672] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:15:39.672] | : . Launching futures ... done [23:15:39.672] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:15:39.672] | : Using SequentialFutureBackend ... done [23:15:39.672] | run() for 'Future' () ... done [23:15:39.673] future(..., label = NULL) ... done [23:15:39.673] value() for SequentialFuture () ... [23:15:39.673] | signalConditions() ... [23:15:39.674] | : include = 'immediateCondition' [23:15:39.674] | : exclude = [23:15:39.674] | : resignal = FALSE [23:15:39.674] | : Number of conditions: 6 [23:15:39.675] | : int 6 [23:15:39.675] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.675] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.676] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.676] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.676] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.676] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.677] | signalConditions() ... done [23:15:39.677] | relay stdout ... [23:15:39.677] | relay stdout ... done [23:15:39.677] | check for misuse ... [23:15:39.678] | check for misuse ... done [23:15:39.678] | relay conditions ... [23:15:39.678] | : Future state: 'finished' [23:15:39.678] | : signalConditions() ... [23:15:39.678] | : . include = 'condition' [23:15:39.679] | : . exclude = 'immediateCondition' [23:15:39.679] | : . resignal = TRUE [23:15:39.679] | : . Number of conditions: 6 [23:15:39.679] | : . int 6 [23:15:39.680] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.680] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:15:39.620] | : . ' , attachPackages() ... [23:15:39.681] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.681] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:15:39.620] | : . ' , ; packages: [n=1] 'future' [23:15:39.681] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.681] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:15:39.620] | : . ' , attachPackages() ... done [23:15:39.682] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.682] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:15:39.621] | : . ' , attachPackages() ... [23:15:39.682] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.682] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:15:39.621] | : . ' , ; packages: [n=1] 'utils' [23:15:39.683] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.683] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:15:39.621] | : . ' , attachPackages() ... done [23:15:39.683] | : signalConditions() ... done [23:15:39.683] | relay conditions ... done [23:15:39.684] value() for SequentialFuture () ... done - stdout = structure(TRUE, drop = TRUE) [23:15:39.684] future(..., label = NULL) ... [23:15:39.684] | lazy: FALSE [23:15:39.685] | stdout: TRUE [23:15:39.685] | conditions: [n=1] 'condition' [23:15:39.685] | gc: FALSE [23:15:39.685] | earlySignal: FALSE [23:15:39.685] | getGlobalsAndPackages() ... [23:15:39.686] | : Searching for globals ... [23:15:39.690] | : . globals found: [1] 'print' [23:15:39.691] | : Searching for globals ... done [23:15:39.691] | : Resolving globals: FALSE [23:15:39.691] | : Search for packages associated with the globals ... [23:15:39.692] | : . Packages associated with globals: [1] 'base' [23:15:39.692] | : . Packages: [1] 'base' [23:15:39.692] | : Search for packages associated with the globals ... done [23:15:39.692] | : Packages after dropping 'base': [0] [23:15:39.693] | : globals: [0] [23:15:39.693] | : packages: [0] [23:15:39.693] | getGlobalsAndPackages() ... done [23:15:39.694] | run() for 'Future' () ... [23:15:39.694] | : state: 'created' [23:15:39.694] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.694] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.695] | : Using SequentialFutureBackend ... [23:15:39.695] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [23:15:39.695] | : . Launching futures ... [23:15:39.695] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:15:39.696] | : . ' , getFutureData() ... [23:15:39.696] | : . ' , ; getFutureCore() ... [23:15:39.696] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:15:39.696] | : . ' , ; getFutureCore() ... done [23:15:39.697] | : . ' , ; getFutureCapture() ... [23:15:39.697] | : . ' , ; getFutureCapture() ... done [23:15:39.697] | : . ' , ; getFutureContext() ... [23:15:39.697] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.697] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:15:39.698] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.698] | : . ' , ; ` Packages needed by future backend (n = 0): [23:15:39.698] | : . ' , ; getFutureContext() ... done [23:15:39.698] | : . ' , getFutureData() ... done [23:15:39.701] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.701] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:15:39.702] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.702] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.702] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.703] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:15:39.703] | : . ' , ; ` | New stack: [23:15:39.703] | : . ' , ; ` | List of 1 [23:15:39.703] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.703] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.703] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:15:39.703] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.703] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.703] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.703] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.703] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.708] | : . ' , ; ` | Old stack: [23:15:39.708] | : . ' , ; ` | List of 1 [23:15:39.708] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.708] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.708] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:15:39.708] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.708] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.708] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.708] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:15:39.708] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.708] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.708] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.708] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.713] | : . ' , ; ` | Not identical [23:15:39.713] | : . ' , ; ` | all.equal() for future ... [23:15:39.713] | : . ' , ; ` | : List of 2 [23:15:39.713] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.713] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.713] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.713] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.713] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.713] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.713] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.722] | : . ' , ; ` | all.equal() for future ... done [23:15:39.723] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:15:39.723] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.723] | : . ' , ; ` List of future strategies: [23:15:39.723] | : . ' , ; ` 1. sequential: [23:15:39.723] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:15:39.723] | : . ' , ; ` - tweaked: FALSE [23:15:39.723] | : . ' , ; ` - call: plan(sequential) [23:15:39.724] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.724] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.728] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.728] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.728] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.729] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:15:39.729] | : . ' , ; ` | : New stack: [23:15:39.729] | : . ' , ; ` | : List of 1 [23:15:39.729] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.729] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.729] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.729] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.729] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.729] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.729] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.729] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.729] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.729] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.729] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.734] | : . ' , ; ` | : Old stack: [23:15:39.735] | : . ' , ; ` | : List of 1 [23:15:39.735] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.735] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.735] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.735] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.735] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.735] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.735] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.735] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.735] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.735] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.735] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.740] | : . ' , ; ` | : Identical [23:15:39.740] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:15:39.740] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.741] | : . ' , ; ` | List of future strategies: [23:15:39.741] | : . ' , ; ` | 1. sequential: [23:15:39.741] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:15:39.741] | : . ' , ; ` | - tweaked: FALSE [23:15:39.741] | : . ' , ; ` | - call: plan(sequential) [23:15:39.741] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.742] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.742] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.743] | : . ' , SequentialFuture started (and completed) [23:15:39.743] | : . ' , signalConditions() ... [23:15:39.743] | : . ' , ; include = 'immediateCondition' [23:15:39.743] | : . ' , ; exclude = [23:15:39.744] | : . ' , ; resignal = FALSE [23:15:39.744] | : . ' , ; Number of conditions: 6 [23:15:39.744] | : . ' , ; int 6 [23:15:39.745] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.745] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.745] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.745] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.746] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.746] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.746] | : . ' , signalConditions() ... done [23:15:39.746] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:15:39.747] | : . Launching futures ... done [23:15:39.747] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:15:39.747] | : Using SequentialFutureBackend ... done [23:15:39.747] | run() for 'Future' () ... done [23:15:39.748] future(..., label = NULL) ... done [23:15:39.748] value() for SequentialFuture () ... [23:15:39.748] | signalConditions() ... [23:15:39.748] | : include = 'immediateCondition' [23:15:39.749] | : exclude = [23:15:39.749] | : resignal = FALSE [23:15:39.749] | : Number of conditions: 6 [23:15:39.749] | : int 6 [23:15:39.750] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.750] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.750] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.751] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.751] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.751] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.751] | signalConditions() ... done [23:15:39.751] | relay stdout ... [1] 42 [23:15:39.752] | relay stdout ... done [23:15:39.752] | check for misuse ... [23:15:39.752] | check for misuse ... done [23:15:39.752] | relay conditions ... [23:15:39.753] | : Future state: 'finished' [23:15:39.753] | : signalConditions() ... [23:15:39.753] | : . include = 'condition' [23:15:39.753] | : . exclude = 'immediateCondition' [23:15:39.754] | : . resignal = TRUE [23:15:39.754] | : . Number of conditions: 6 [23:15:39.754] | : . int 6 [23:15:39.755] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.755] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:15:39.699] | : . ' , attachPackages() ... [23:15:39.755] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.755] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:15:39.699] | : . ' , ; packages: [n=1] 'future' [23:15:39.756] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.756] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:15:39.700] | : . ' , attachPackages() ... done [23:15:39.756] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.757] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:15:39.700] | : . ' , attachPackages() ... [23:15:39.757] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.757] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:15:39.700] | : . ' , ; packages: [n=0] [23:15:39.757] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.758] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:15:39.700] | : . ' , attachPackages() ... done [23:15:39.758] | : signalConditions() ... done [23:15:39.758] | relay conditions ... done [23:15:39.758] value() for SequentialFuture () ... done - stdout = NA [23:15:39.759] future(..., label = NULL) ... [23:15:39.759] | lazy: FALSE [23:15:39.759] | stdout: NA [23:15:39.759] | conditions: [n=1] 'condition' [23:15:39.760] | gc: FALSE [23:15:39.760] | earlySignal: FALSE [23:15:39.760] | getGlobalsAndPackages() ... [23:15:39.760] | : Searching for globals ... [23:15:39.813] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:39.813] | : Searching for globals ... done [23:15:39.813] | : Resolving globals: FALSE [23:15:39.814] | : Search for packages associated with the globals ... [23:15:39.814] | : . Packages associated with globals: [2] 'base', 'utils' [23:15:39.815] | : . Packages: [2] 'base', 'utils' [23:15:39.815] | : Search for packages associated with the globals ... done [23:15:39.815] | : Packages after dropping 'base': [1] 'utils' [23:15:39.816] | : Packages after dropping non-attached packages: [1] 'utils' [23:15:39.816] | : globals: [0] [23:15:39.816] | : packages: [1] 'utils' [23:15:39.816] | getGlobalsAndPackages() ... done [23:15:39.817] | run() for 'Future' () ... [23:15:39.817] | : state: 'created' [23:15:39.817] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.818] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.818] | : Using SequentialFutureBackend ... [23:15:39.818] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [23:15:39.818] | : . Launching futures ... [23:15:39.819] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:15:39.819] | : . ' , getFutureData() ... [23:15:39.819] | : . ' , ; getFutureCore() ... [23:15:39.819] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [23:15:39.820] | : . ' , ; getFutureCore() ... done [23:15:39.820] | : . ' , ; getFutureCapture() ... [23:15:39.820] | : . ' , ; getFutureCapture() ... done [23:15:39.820] | : . ' , ; getFutureContext() ... [23:15:39.820] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.821] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:15:39.821] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.821] | : . ' , ; ` Packages needed by future backend (n = 0): [23:15:39.821] | : . ' , ; getFutureContext() ... done [23:15:39.822] | : . ' , getFutureData() ... done [23:15:39.824] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.824] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:15:39.825] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.825] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.826] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.826] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:15:39.826] | : . ' , ; ` | New stack: [23:15:39.826] | : . ' , ; ` | List of 1 [23:15:39.826] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.826] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.826] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:15:39.826] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.826] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.826] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.826] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.826] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.831] | : . ' , ; ` | Old stack: [23:15:39.831] | : . ' , ; ` | List of 1 [23:15:39.831] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:39.831] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.831] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:15:39.831] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.831] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.831] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.831] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:15:39.831] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.831] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.831] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.831] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.836] | : . ' , ; ` | Not identical [23:15:39.836] | : . ' , ; ` | all.equal() for future ... [23:15:39.836] | : . ' , ; ` | : List of 2 [23:15:39.836] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.836] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:39.836] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.836] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.836] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.836] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.836] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.845] | : . ' , ; ` | all.equal() for future ... done [23:15:39.846] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:15:39.846] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.846] | : . ' , ; ` List of future strategies: [23:15:39.846] | : . ' , ; ` 1. sequential: [23:15:39.846] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:15:39.846] | : . ' , ; ` - tweaked: FALSE [23:15:39.846] | : . ' , ; ` - call: plan(sequential) [23:15:39.847] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.847] | : . ' , 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" [23:15:39.851] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.852] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:39.852] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:39.852] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:15:39.853] | : . ' , ; ` | : New stack: [23:15:39.853] | : . ' , ; ` | : List of 1 [23:15:39.853] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.853] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.853] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.853] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.853] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.853] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.853] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.853] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.853] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.853] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.853] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.859] | : . ' , ; ` | : Old stack: [23:15:39.859] | : . ' , ; ` | : List of 1 [23:15:39.859] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:39.859] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:39.859] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:39.859] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.859] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.859] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.859] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:39.859] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:39.859] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:39.859] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:39.859] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:39.865] | : . ' , ; ` | : Identical [23:15:39.865] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:15:39.865] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:39.865] | : . ' , ; ` | List of future strategies: [23:15:39.865] | : . ' , ; ` | 1. sequential: [23:15:39.865] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:15:39.865] | : . ' , ; ` | - tweaked: FALSE [23:15:39.865] | : . ' , ; ` | - call: plan(sequential) [23:15:39.866] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:39.866] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.867] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:39.867] | : . ' , SequentialFuture started (and completed) [23:15:39.868] | : . ' , signalConditions() ... [23:15:39.868] | : . ' , ; include = 'immediateCondition' [23:15:39.868] | : . ' , ; exclude = [23:15:39.868] | : . ' , ; resignal = FALSE [23:15:39.868] | : . ' , ; Number of conditions: 6 [23:15:39.869] | : . ' , ; int 6 [23:15:39.869] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.870] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.870] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.870] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.870] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.871] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.871] | : . ' , signalConditions() ... done [23:15:39.871] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:15:39.871] | : . Launching futures ... done [23:15:39.872] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:15:39.872] | : Using SequentialFutureBackend ... done [23:15:39.872] | run() for 'Future' () ... done [23:15:39.872] 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 "[23:15:39.822] | : . ' , 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 "[23:15:39.822] | : . ' , ; 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 "[23:15:39.823] | : . ' , 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 "[23:15:39.823] | : . ' , 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 "[23:15:39.823] | : . ' , ; 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 "[23:15:39.823] | : . ' , 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: "2025-11-16 23:15:39" $ finished : POSIXct[1:1], format: "2025-11-16 23:15:39" $ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "7" $ session_uuid : chr "954ba3649bd1178392775652a33b81a0" ..- 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 20876 .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:38" .. ..$ 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" [23:15:39.908] value() for SequentialFuture () ... [23:15:39.908] | signalConditions() ... [23:15:39.909] | : include = 'immediateCondition' [23:15:39.909] | : exclude = [23:15:39.909] | : resignal = FALSE [23:15:39.909] | : Number of conditions: 6 [23:15:39.909] | : int 6 [23:15:39.910] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.911] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.911] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.911] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.911] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.912] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.912] | signalConditions() ... done [23:15:39.912] | relay stdout ... [23:15:39.912] | relay stdout ... done [23:15:39.913] | check for misuse ... [23:15:39.913] | check for misuse ... done [23:15:39.913] | relay conditions ... [23:15:39.913] | : Future state: 'finished' [23:15:39.914] | : signalConditions() ... [23:15:39.914] | : . include = 'condition' [23:15:39.914] | : . exclude = 'immediateCondition' [23:15:39.914] | : . resignal = TRUE [23:15:39.915] | : . Number of conditions: 6 [23:15:39.915] | : . int 6 [23:15:39.916] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.916] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:15:39.822] | : . ' , attachPackages() ... [23:15:39.916] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.916] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:15:39.822] | : . ' , ; packages: [n=1] 'future' [23:15:39.917] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.917] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:15:39.823] | : . ' , attachPackages() ... done [23:15:39.917] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.918] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:15:39.823] | : . ' , attachPackages() ... [23:15:39.918] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.918] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:15:39.823] | : . ' , ; packages: [n=1] 'utils' [23:15:39.919] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:39.919] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:15:39.823] | : . ' , attachPackages() ... done [23:15:39.919] | : signalConditions() ... done [23:15:39.920] | relay conditions ... done [23:15:39.920] value() for SequentialFuture () ... done [23:15:39.920] future(..., label = NULL) ... [23:15:39.921] | lazy: FALSE [23:15:39.921] | stdout: NA [23:15:39.921] | conditions: [n=1] 'condition' [23:15:39.921] | gc: FALSE [23:15:39.922] | earlySignal: FALSE [23:15:39.922] | getGlobalsAndPackages() ... [23:15:39.922] | : Searching for globals ... [23:15:39.986] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:39.986] | : Searching for globals ... done [23:15:39.987] | : Resolving globals: FALSE [23:15:39.987] | : Search for packages associated with the globals ... [23:15:39.988] | : . Packages associated with globals: [2] 'base', 'utils' [23:15:39.989] | : . Packages: [2] 'base', 'utils' [23:15:39.989] | : Search for packages associated with the globals ... done [23:15:39.989] | : Packages after dropping 'base': [1] 'utils' [23:15:39.990] | : Packages after dropping non-attached packages: [1] 'utils' [23:15:39.990] | : globals: [0] [23:15:39.990] | : packages: [1] 'utils' [23:15:39.991] | getGlobalsAndPackages() ... done [23:15:39.991] | run() for 'Future' () ... [23:15:39.992] | : state: 'created' [23:15:39.992] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.992] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.992] | : Using SequentialFutureBackend ... [23:15:39.993] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [23:15:39.993] | : . Launching futures ... [23:15:39.993] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:15:39.994] | : . ' , getFutureData() ... [23:15:39.994] | : . ' , ; getFutureCore() ... [23:15:39.994] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [23:15:39.995] | : . ' , ; getFutureCore() ... done [23:15:39.995] | : . ' , ; getFutureCapture() ... [23:15:39.995] | : . ' , ; getFutureCapture() ... done [23:15:39.996] | : . ' , ; getFutureContext() ... [23:15:39.996] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:39.996] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:15:39.996] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:39.997] | : . ' , ; ` Packages needed by future backend (n = 0): [23:15:39.997] | : . ' , ; getFutureContext() ... done [23:15:39.997] | : . ' , getFutureData() ... done [23:15:40.000] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:40.001] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:15:40.001] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:40.001] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:40.002] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:40.002] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:15:40.002] | : . ' , ; ` | New stack: [23:15:40.003] | : . ' , ; ` | List of 1 [23:15:40.003] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:40.003] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.003] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:15:40.003] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.003] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.003] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.003] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:40.003] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.008] | : . ' , ; ` | Old stack: [23:15:40.008] | : . ' , ; ` | List of 1 [23:15:40.008] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:40.008] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.008] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:15:40.008] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.008] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.008] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.008] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:15:40.008] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:40.008] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.008] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.008] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.015] | : . ' , ; ` | Not identical [23:15:40.015] | : . ' , ; ` | all.equal() for future ... [23:15:40.016] | : . ' , ; ` | : List of 2 [23:15:40.016] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.016] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:40.016] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.016] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:40.016] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:40.016] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.016] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.032] | : . ' , ; ` | all.equal() for future ... done [23:15:40.032] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:15:40.033] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:40.033] | : . ' , ; ` List of future strategies: [23:15:40.033] | : . ' , ; ` 1. sequential: [23:15:40.033] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:15:40.033] | : . ' , ; ` - tweaked: FALSE [23:15:40.033] | : . ' , ; ` - call: plan(sequential) [23:15:40.034] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:40.034] | : . ' , 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" [23:15:40.039] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:40.040] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:40.040] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:40.040] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:15:40.041] | : . ' , ; ` | : New stack: [23:15:40.041] | : . ' , ; ` | : List of 1 [23:15:40.041] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:40.041] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.041] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:40.041] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.041] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.041] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.041] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:40.041] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:40.041] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.041] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.041] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.048] | : . ' , ; ` | : Old stack: [23:15:40.048] | : . ' , ; ` | : List of 1 [23:15:40.048] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:40.048] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.048] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:40.048] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.048] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.048] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.048] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:40.048] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:40.048] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.048] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.048] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.054] | : . ' , ; ` | : Identical [23:15:40.055] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:15:40.055] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:40.055] | : . ' , ; ` | List of future strategies: [23:15:40.055] | : . ' , ; ` | 1. sequential: [23:15:40.055] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:15:40.055] | : . ' , ; ` | - tweaked: FALSE [23:15:40.055] | : . ' , ; ` | - call: plan(sequential) [23:15:40.056] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:40.057] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:40.057] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:40.058] | : . ' , SequentialFuture started (and completed) [23:15:40.058] | : . ' , signalConditions() ... [23:15:40.058] | : . ' , ; include = 'immediateCondition' [23:15:40.059] | : . ' , ; exclude = [23:15:40.059] | : . ' , ; resignal = FALSE [23:15:40.059] | : . ' , ; Number of conditions: 6 [23:15:40.060] | : . ' , ; int 6 [23:15:40.061] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.061] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.061] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.061] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.062] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.062] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.062] | : . ' , signalConditions() ... done [23:15:40.063] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:15:40.063] | : . Launching futures ... done [23:15:40.063] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:15:40.064] | : Using SequentialFutureBackend ... done [23:15:40.064] | run() for 'Future' () ... done [23:15:40.064] future(..., label = NULL) ... done [23:15:40.065] value() for SequentialFuture () ... [23:15:40.065] | signalConditions() ... [23:15:40.065] | : include = 'immediateCondition' [23:15:40.066] | : exclude = [23:15:40.066] | : resignal = FALSE [23:15:40.066] | : Number of conditions: 6 [23:15:40.066] | : int 6 [23:15:40.067] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.068] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.068] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.068] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.068] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.069] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.069] | signalConditions() ... done [23:15:40.069] | relay stdout ... [23:15:40.070] | relay stdout ... done [23:15:40.070] | check for misuse ... [23:15:40.070] | check for misuse ... done [23:15:40.070] | relay conditions ... [23:15:40.071] | : Future state: 'finished' [23:15:40.071] | : signalConditions() ... [23:15:40.071] | : . include = 'condition' [23:15:40.072] | : . exclude = 'immediateCondition' [23:15:40.072] | : . resignal = TRUE [23:15:40.072] | : . Number of conditions: 6 [23:15:40.072] | : . int 6 [23:15:40.073] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.074] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:15:39.998] | : . ' , attachPackages() ... [23:15:40.074] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.074] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:15:39.998] | : . ' , ; packages: [n=1] 'future' [23:15:40.075] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.075] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:15:39.999] | : . ' , attachPackages() ... done [23:15:40.075] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.075] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:15:39.999] | : . ' , attachPackages() ... [23:15:40.076] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.076] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:15:39.999] | : . ' , ; packages: [n=1] 'utils' [23:15:40.076] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.077] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:15:39.999] | : . ' , attachPackages() ... done [23:15:40.077] | : signalConditions() ... done [23:15:40.077] | relay conditions ... done [23:15:40.078] value() for SequentialFuture () ... done - stdout = structure(TRUE, drop = TRUE) [23:15:40.078] future(..., label = NULL) ... [23:15:40.078] | lazy: FALSE [23:15:40.079] | stdout: TRUE [23:15:40.079] | conditions: [n=1] 'condition' [23:15:40.079] | gc: FALSE [23:15:40.080] | earlySignal: FALSE [23:15:40.080] | getGlobalsAndPackages() ... [23:15:40.080] | : Searching for globals ... [23:15:40.088] | : . globals found: [1] 'print' [23:15:40.088] | : Searching for globals ... done [23:15:40.088] | : Resolving globals: FALSE [23:15:40.089] | : Search for packages associated with the globals ... [23:15:40.089] | : . Packages associated with globals: [1] 'base' [23:15:40.090] | : . Packages: [1] 'base' [23:15:40.090] | : Search for packages associated with the globals ... done [23:15:40.090] | : Packages after dropping 'base': [0] [23:15:40.091] | : globals: [0] [23:15:40.091] | : packages: [0] [23:15:40.091] | getGlobalsAndPackages() ... done [23:15:40.092] | run() for 'Future' () ... [23:15:40.092] | : state: 'created' [23:15:40.093] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:40.093] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:40.093] | : Using SequentialFutureBackend ... [23:15:40.094] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [23:15:40.094] | : . Launching futures ... [23:15:40.094] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:15:40.095] | : . ' , getFutureData() ... [23:15:40.095] | : . ' , ; getFutureCore() ... [23:15:40.095] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:15:40.095] | : . ' , ; getFutureCore() ... done [23:15:40.096] | : . ' , ; getFutureCapture() ... [23:15:40.096] | : . ' , ; getFutureCapture() ... done [23:15:40.096] | : . ' , ; getFutureContext() ... [23:15:40.097] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:40.097] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:15:40.097] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:40.098] | : . ' , ; ` Packages needed by future backend (n = 0): [23:15:40.098] | : . ' , ; getFutureContext() ... done [23:15:40.098] | : . ' , getFutureData() ... done [23:15:40.102] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:40.102] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:15:40.103] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:40.103] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:40.104] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:40.104] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:15:40.104] | : . ' , ; ` | New stack: [23:15:40.105] | : . ' , ; ` | List of 1 [23:15:40.105] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:40.105] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.105] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:15:40.105] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.105] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.105] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.105] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:40.105] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.111] | : . ' , ; ` | Old stack: [23:15:40.111] | : . ' , ; ` | List of 1 [23:15:40.111] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:40.111] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.111] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:15:40.111] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.111] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.111] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.111] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:15:40.111] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:40.111] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.111] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.111] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.118] | : . ' , ; ` | Not identical [23:15:40.118] | : . ' , ; ` | all.equal() for future ... [23:15:40.119] | : . ' , ; ` | : List of 2 [23:15:40.119] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.119] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:40.119] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.119] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:40.119] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:40.119] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.119] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.131] | : . ' , ; ` | all.equal() for future ... done [23:15:40.131] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:15:40.131] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:40.132] | : . ' , ; ` List of future strategies: [23:15:40.132] | : . ' , ; ` 1. sequential: [23:15:40.132] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:15:40.132] | : . ' , ; ` - tweaked: FALSE [23:15:40.132] | : . ' , ; ` - call: plan(sequential) [23:15:40.133] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:40.133] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:40.138] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:40.138] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:40.138] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:40.139] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:15:40.139] | : . ' , ; ` | : New stack: [23:15:40.139] | : . ' , ; ` | : List of 1 [23:15:40.139] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:40.139] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.139] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:40.139] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.139] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.139] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.139] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:40.139] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:40.139] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.139] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.139] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.145] | : . ' , ; ` | : Old stack: [23:15:40.146] | : . ' , ; ` | : List of 1 [23:15:40.146] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:40.146] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.146] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:40.146] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.146] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.146] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.146] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:40.146] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:40.146] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.146] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.146] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.152] | : . ' , ; ` | : Identical [23:15:40.152] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:15:40.152] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:40.153] | : . ' , ; ` | List of future strategies: [23:15:40.153] | : . ' , ; ` | 1. sequential: [23:15:40.153] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:15:40.153] | : . ' , ; ` | - tweaked: FALSE [23:15:40.153] | : . ' , ; ` | - call: plan(sequential) [23:15:40.154] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:40.154] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:40.154] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:40.155] | : . ' , SequentialFuture started (and completed) [23:15:40.155] | : . ' , signalConditions() ... [23:15:40.156] | : . ' , ; include = 'immediateCondition' [23:15:40.156] | : . ' , ; exclude = [23:15:40.156] | : . ' , ; resignal = FALSE [23:15:40.156] | : . ' , ; Number of conditions: 6 [23:15:40.157] | : . ' , ; int 6 [23:15:40.157] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.158] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.158] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.158] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.158] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.159] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.159] | : . ' , signalConditions() ... done [23:15:40.159] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:15:40.160] | : . Launching futures ... done [23:15:40.160] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:15:40.160] | : Using SequentialFutureBackend ... done [23:15:40.160] | run() for 'Future' () ... done [23:15:40.161] future(..., label = NULL) ... done [23:15:40.161] value() for SequentialFuture () ... [23:15:40.161] | signalConditions() ... [23:15:40.162] | : include = 'immediateCondition' [23:15:40.162] | : exclude = [23:15:40.162] | : resignal = FALSE [23:15:40.162] | : Number of conditions: 6 [23:15:40.163] | : int 6 [23:15:40.163] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.164] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.164] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.164] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.165] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.165] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.165] | signalConditions() ... done [23:15:40.165] | relay stdout ... [1] 42 [23:15:40.166] | relay stdout ... done [23:15:40.166] | check for misuse ... [23:15:40.166] | check for misuse ... done [23:15:40.166] | relay conditions ... [23:15:40.167] | : Future state: 'finished' [23:15:40.167] | : signalConditions() ... [23:15:40.167] | : . include = 'condition' [23:15:40.167] | : . exclude = 'immediateCondition' [23:15:40.168] | : . resignal = TRUE [23:15:40.168] | : . Number of conditions: 6 [23:15:40.168] | : . int 6 [23:15:40.169] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.169] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:15:40.099] | : . ' , attachPackages() ... [23:15:40.170] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.170] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:15:40.099] | : . ' , ; packages: [n=1] 'future' [23:15:40.170] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.171] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:15:40.100] | : . ' , attachPackages() ... done [23:15:40.171] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.171] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:15:40.100] | : . ' , attachPackages() ... [23:15:40.172] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.172] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:15:40.100] | : . ' , ; packages: [n=0] [23:15:40.172] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:40.172] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:15:40.101] | : . ' , attachPackages() ... done [23:15:40.173] | : signalConditions() ... done [23:15:40.173] | relay conditions ... done [23:15:40.173] value() for SequentialFuture () ... done sequential ... done Testing with 1 cores ... done Testing with 2 cores ... multisession ... [23:15:40.174] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:40.175] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:15:40.175] | : all.equal() for FutureStrategyList ... [23:15:40.176] | : . New stack: [23:15:40.176] | : . List of 1 [23:15:40.176] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [23:15:40.176] | : . rscript_libs = .libPaths()) [23:15:40.176] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:15:40.176] | : . ..- attr(*, "init")= logi TRUE [23:15:40.176] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:15:40.176] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:15:40.176] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:15:40.176] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:15:40.176] | : . ..- attr(*, "untweakable")= chr "persistent" [23:15:40.176] | : . ..- attr(*, "call")= language plan(strategy) [23:15:40.176] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.182] | : . Old stack: [23:15:40.182] | : . List of 1 [23:15:40.182] | : . $ :function (..., envir = parent.frame()) [23:15:40.182] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.182] | : . ..- attr(*, "init")= chr "done" [23:15:40.182] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.182] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.182] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.182] | : . ..- attr(*, "call")= language plan(sequential) [23:15:40.182] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:40.182] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.182] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.182] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.194] | : . Not identical [23:15:40.194] | : . all.equal() for future ... [23:15:40.194] | : . ' List of 2 [23:15:40.194] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [23:15:40.194] | : . ' rscript_libs = .libPaths()) [23:15:40.194] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:15:40.194] | : . ' ..- attr(*, "init")= logi TRUE [23:15:40.194] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:15:40.194] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:15:40.194] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:15:40.194] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:15:40.194] | : . ' ..- attr(*, "untweakable")= chr "persistent" [23:15:40.194] | : . ' ..- attr(*, "call")= language plan(strategy) [23:15:40.194] | : . ' $ current:function (..., envir = parent.frame()) [23:15:40.194] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:40.194] | : . ' ..- attr(*, "init")= chr "done" [23:15:40.194] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.194] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.194] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.194] | : . ' ..- attr(*, "call")= language plan(sequential) [23:15:40.194] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:40.194] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:40.194] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:40.205] | : . ' Formals differ [23:15:40.205] | : . all.equal() for future ... done [23:15:40.205] | : . Future strategies differ at level 1 [23:15:40.206] | : all.equal() for FutureStrategyList ... done [23:15:40.206] | : plan(): Setting new future backend stack: [23:15:40.206] | : List of future strategies: [23:15:40.206] | : 1. multisession: [23:15:40.206] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [23:15:40.206] | : - tweaked: FALSE [23:15:40.206] | : - call: plan(strategy) [23:15:40.207] | : List of 1 [23:15:40.207] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [23:15:40.207] | : rscript_libs = .libPaths()) [23:15:40.207] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:15:40.207] | : ..- attr(*, "init")= logi TRUE [23:15:40.207] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:15:40.207] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:15:40.207] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:15:40.207] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:15:40.207] | : ..- attr(*, "untweakable")= chr "persistent" [23:15:40.207] | : ..- attr(*, "call")= language plan(strategy) [23:15:40.207] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:40.212] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [23:15:40.213] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:40.213] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [23:15:40.213] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:40.213] | : . Legacy shutdown of cluster workers ... [23:15:40.214] | : . ' Stopping existing cluster ... [23:15:40.214] | : . ' , No pre-existing cluster. Skipping [23:15:40.215] | : . ' Stopping existing cluster ... done [23:15:40.215] | : . Legacy shutdown of cluster workers ... done [23:15:40.215] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [23:15:40.215] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [23:15:40.216] | : . function (..., workers = availableCores(constraints = "connections-16"), [23:15:40.216] | : . rscript_libs = .libPaths()) [23:15:40.216] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:15:40.216] | : . - attr(*, "init")= logi TRUE [23:15:40.216] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:15:40.216] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:15:40.216] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:15:40.216] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:15:40.216] | : . - attr(*, "untweakable")= chr "persistent" [23:15:40.216] | : . - attr(*, "call")= language plan(strategy) [23:15:40.220] | : . init: TRUE [23:15:40.221] | : . makeFutureBackend() ... [23:15:40.221] | : . ' Backend function: <'NULL'> [23:15:40.221] | : . ' Evaluator tweak arguments: [n=0] [23:15:40.221] | : . ' list() [23:15:40.222] | : . ' Evaluator formal arguments: [n=2] [23:15:40.222] | : . ' Dotted pair list of 2 [23:15:40.222] | : . ' $ workers : language availableCores(constraints = "connections-16") [23:15:40.222] | : . ' $ rscript_libs: language .libPaths() [23:15:40.224] | : . ' Arguments passed to the future-backend factory: [n=2] [23:15:40.224] | : . ' List of 2 [23:15:40.224] | : . ' $ workers : language availableCores(constraints = "connections-16") [23:15:40.224] | : . ' $ rscript_libs: language .libPaths() [23:15:40.226] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [23:15:40.226] | : . ' , Arguments: [23:15:40.226] | : . ' , List of 5 [23:15:40.226] | : . ' , $ workers : Named int 2 [23:15:40.226] | : . ' , ..- attr(*, "names")= chr "mc.cores" [23:15:40.226] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:15:40.226] | : . ' , $ interrupts : logi TRUE [23:15:40.226] | : . ' , $ gc : logi FALSE [23:15:40.226] | : . ' , $ earlySignal : logi FALSE [23:15:40.318] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [23:15:40.318] | : . ' , ; workers: 2 [23:15:40.319] | : . ' , ; getCluster() ... [23:15:40.319] | : . ' , ; getCluster() ... done [23:15:40.319] | : . ' , ; Stopping existing cluster ... [23:15:40.320] | : . ' , ; ` No pre-existing cluster. Skipping [23:15:40.320] | : . ' , ; Stopping existing cluster ... done [23:15:40.321] | : . ' , ; Starting new cluster ... [23:15:40.321] | : . ' , ; ` makeCluster(workers, ...) ... [23:15:40.321] | : . ' , ; ` | Arguments: [23:15:40.322] | : . ' , ; ` | List of 2 [23:15:40.322] | : . ' , ; ` | $ : int 2 [23:15:40.322] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:15:40.325] | : . ' , ; ` | .makeCluster() ... [23:15:40.325] | : . ' , ; ` | : workers: '2' [23:15:40.326] | : . ' , ; ` | : R_FUTURE_PLAN: NA [23:15:40.326] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [23:15:40.327] | : . ' , ; ` | : List of 2 [23:15:40.327] | : . ' , ; ` | : $ : int 2 [23:15:40.327] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:15:41.372] | : . ' , ; ` | : Generated cluster UUID [23:15:41.373] | : . ' , ; ` | : Cluster UUID: '12ef3655fe7755d250fec986738be0ee' [23:15:41.373] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:41.378] | : . ' , ; ` | .makeCluster() ... done [23:15:41.378] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:41.381] | : . ' , ; ` makeCluster(workers, ...) ... done [23:15:41.382] | : . ' , ; ` Number of workers: 2 [23:15:41.382] | : . ' , ; ` Workers UUID: '12ef3655fe7755d250fec986738be0ee' [23:15:41.383] | : . ' , ; Starting new cluster ... done [23:15:41.383] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [23:15:41.383] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:15:41.383] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [23:15:41.384] | : . makeFutureBackend() ... done [23:15:41.384] | : . nbrOfWorkers(NULL) ... [23:15:41.385] | : . ' List of 4 [23:15:41.385] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:15:41.385] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:15:41.385] | : . ' $ : language nbrOfWorkers() [23:15:41.385] | : . ' $ : language nbrOfWorkers.NULL() [23:15:41.388] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:41.388] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:41.389] | : . ' Number of workers: 2 [23:15:41.389] | : . nbrOfWorkers(NULL) ... done [23:15:41.389] | : . plan(): nbrOfWorkers() = 2 [23:15:41.390] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [23:15:41.390] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done - stdout = TRUE [23:15:41.390] | future(..., label = NULL) ... [23:15:41.391] | : lazy: FALSE [23:15:41.391] | : stdout: TRUE [23:15:41.391] | : conditions: [n=1] 'condition' [23:15:41.391] | : gc: FALSE [23:15:41.392] | : earlySignal: FALSE [23:15:41.392] | : getGlobalsAndPackages() ... [23:15:41.392] | : . Searching for globals ... [23:15:41.443] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:41.444] | : . Searching for globals ... done [23:15:41.444] | : . Resolving globals: FALSE [23:15:41.444] | : . Search for packages associated with the globals ... [23:15:41.445] | : . ' Packages associated with globals: [2] 'base', 'utils' [23:15:41.445] | : . ' Packages: [2] 'base', 'utils' [23:15:41.445] | : . Search for packages associated with the globals ... done [23:15:41.446] | : . Packages after dropping 'base': [1] 'utils' [23:15:41.446] | : . Packages after dropping non-attached packages: [1] 'utils' [23:15:41.446] | : . globals: [0] [23:15:41.446] | : . packages: [1] 'utils' [23:15:41.446] | : getGlobalsAndPackages() ... done [23:15:41.447] | : run() for 'Future' () ... [23:15:41.447] | : . state: 'created' [23:15:41.447] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:41.448] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:41.448] | : . Using MultisessionFutureBackend ... [23:15:41.448] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:15:41.449] | : . ' Launching futures ... [23:15:41.449] | : . ' , launchFuture() for ClusterFutureBackend ... [23:15:41.450] | : . ' , ; Workers: [n=2] [23:15:41.450] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:41.452] | : . ' , ; FutureRegistry: 'workers-12ef3655fe7755d250fec986738be0ee' [23:15:41.452] | : . ' , ; requestWorker() ... [23:15:41.452] | : . ' , ; ` requestNode() ... [23:15:41.452] | : . ' , ; ` | Number of workers: 2 [23:15:41.453] | : . ' , ; ` | Polling for a free worker ... [23:15:41.453] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.453] | : . ' , ; ` | : . Created empty registry 'workers-12ef3655fe7755d250fec986738be0ee' [23:15:41.453] | : . ' , ; ` | : . Listing all futures [23:15:41.453] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:41.453] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.454] | : . ' , ; ` | : Total time: 0 [23:15:41.454] | : . ' , ; ` | Polling for a free worker ... done [23:15:41.454] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.454] | : . ' , ; ` | : Listing all futures [23:15:41.454] | : . ' , ; ` | : Number of registered futures: 0 [23:15:41.454] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.455] | : . ' , ; ` | avail: [n=2] '1', '2' [23:15:41.455] | : . ' , ; ` | Index of first available worker: 1 [23:15:41.455] | : . ' , ; ` | Validate that the worker is functional ... [23:15:41.456] | : . ' , ; ` | : Worker is functional [23:15:41.456] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.456] | : . ' , ; ` | : . Listing all futures [23:15:41.457] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:41.457] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.457] | : . ' , ; ` | Validate that the worker is functional ... done [23:15:41.457] | : . ' , ; ` requestNode() ... done [23:15:41.457] | : . ' , ; ` cluster node index: 1 [23:15:41.458] | : . ' , ; requestWorker() ... done [23:15:41.458] | : . ' , ; eraseGlobalEnvironment() ... [23:15:41.459] | : . ' , ; eraseGlobalEnvironment() ... done [23:15:41.459] | : . ' , ; launchFuture() ... [23:15:41.459] | : . ' , ; ` cluster node index: 1 [23:15:41.460] | : . ' , ; ` getFutureData() ... [23:15:41.460] | : . ' , ; ` | getFutureCore() ... [23:15:41.460] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [23:15:41.461] | : . ' , ; ` | getFutureCore() ... done [23:15:41.461] | : . ' , ; ` | getFutureCapture() ... [23:15:41.461] | : . ' , ; ` | getFutureCapture() ... done [23:15:41.461] | : . ' , ; ` | getFutureContext() ... [23:15:41.462] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:41.462] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:15:41.462] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:41.463] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:15:41.463] | : . ' , ; ` | getFutureContext() ... done [23:15:41.464] | : . ' , ; ` getFutureData() ... done [23:15:41.464] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... [23:15:41.465] | : . ' , ; ` | Appended future to position #1 [23:15:41.465] | : . ' , ; ` | Number of registered futures: 1 [23:15:41.465] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... done [23:15:41.466] | : . ' , ; launchFuture() ... done [23:15:41.466] | : . ' , ; MultisessionFuture started [23:15:41.466] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:15:41.467] | : . ' Launching futures ... done [23:15:41.467] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:15:41.467] | : . Using MultisessionFutureBackend ... done [23:15:41.467] | : run() for 'Future' () ... done [23:15:41.468] | future(..., label = NULL) ... done [23:15:41.468] | result() for ClusterFuture ... [23:15:41.472] | : assertValidConnection() ... [23:15:41.473] | : . cluster node index: 1 [23:15:41.474] | : assertValidConnection() ... done [23:15:41.474] | : receiveMessageFromWorker() for ClusterFuture ... [23:15:41.474] | : . cluster node index: 1 [23:15:41.567] | : . [1] TRUE [23:15:41.567] | : . Received data: [23:15:41.567] | : . List of 5 [23:15:41.567] | : . $ type : chr "VALUE" [23:15:41.567] | : . $ value :List of 16 [23:15:41.567] | : . ..$ value : int 42 [23:15:41.567] | : . ..$ visible : logi TRUE [23:15:41.567] | : . ..$ 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__ [23:15:41.567] | : . ..$ conditions : list() [23:15:41.567] | : . ..$ rng : logi FALSE [23:15:41.567] | : . ..$ seed : NULL [23:15:41.567] | : . ..$ misuseGlobalEnv : NULL [23:15:41.567] | : . ..$ misuseConnections :List of 3 [23:15:41.567] | : . .. ..$ added : NULL [23:15:41.567] | : . .. ..$ removed : NULL [23:15:41.567] | : . .. ..$ replaced: NULL [23:15:41.567] | : . ..$ misuseDevices : NULL [23:15:41.567] | : . ..$ misuseDefaultDevice: list() [23:15:41.567] | : . ..$ started : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.567] | : . ..$ finished : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.567] | : . ..$ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "10" [23:15:41.567] | : . ..$ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" [23:15:41.567] | : . .. ..- attr(*, "source")=List of 5 [23:15:41.567] | : . .. .. ..$ host : Named chr "CRANWIN3" [23:15:41.567] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:15:41.567] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:15:41.567] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:15:41.567] | : . .. .. ..$ pid : int 23996 [23:15:41.567] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.567] | : . .. .. ..$ random: int 2147483647 [23:15:41.567] | : . ..$ r_info :List of 4 [23:15:41.567] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:15:41.567] | : . .. .. ..$ : int [1:3] 4 6 0 [23:15:41.567] | : . .. ..$ os : chr "windows" [23:15:41.567] | : . .. ..$ os_name : chr "Windows" [23:15:41.567] | : . .. ..$ captures_utf8: logi TRUE [23:15:41.567] | : . ..$ version : chr "1.8" [23:15:41.567] | : . ..- attr(*, "class")= chr "FutureResult" [23:15:41.567] | : . $ success: logi TRUE [23:15:41.567] | : . $ time : 'proc_time' Named num [1:5] 0.09 0 0.09 NA NA [23:15:41.567] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:15:41.567] | : . $ tag : NULL [23:15:41.591] | : . Received FutureResult [23:15:41.591] | : . FutureResult: [23:15:41.591] | : . value: 'integer' [23:15:41.591] | : . visible: TRUE [23:15:41.591] | : . stdout: character [23:15:41.591] | : . conditions: [n = 0] [23:15:41.591] | : . RNG used: FALSE [23:15:41.591] | : . duration: 0.0986011 secs (started 2025-11-16 23:15:41.466635) [23:15:41.591] | : . version: 1.8 [23:15:41.592] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... [23:15:41.593] | : . ' Removed future from position #1 [23:15:41.593] | : . ' Number of registered futures: 0 [23:15:41.593] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... done [23:15:41.594] | : . Erased future from future backend [23:15:41.594] | : . result() for ClusterFuture ... [23:15:41.594] | : . ' result already collected: FutureResult [23:15:41.595] | : . result() for ClusterFuture ... done [23:15:41.595] | : . signalConditions() ... [23:15:41.595] | : . ' include = 'immediateCondition' [23:15:41.596] | : . ' exclude = [23:15:41.596] | : . ' resignal = FALSE [23:15:41.596] | : . ' Number of conditions: 0 [23:15:41.596] | : . ' int 0 [23:15:41.597] | : . signalConditions() ... done [23:15:41.598] | : receiveMessageFromWorker() for ClusterFuture ... done [23:15:41.598] | 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: "2025-11-16 23:15:41" $ finished : POSIXct[1:1], format: "2025-11-16 23:15:41" $ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "10" $ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" ..- 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 23996 .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" .. ..$ 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" [23:15:41.619] | value() for MultisessionFuture () ... [23:15:41.619] | : result() for ClusterFuture ... [23:15:41.619] | : . result already collected: FutureResult [23:15:41.620] | : result() for ClusterFuture ... done [23:15:41.620] | : result() for ClusterFuture ... [23:15:41.620] | : . result already collected: FutureResult [23:15:41.621] | : result() for ClusterFuture ... done [23:15:41.621] | : signalConditions() ... [23:15:41.621] | : . include = 'immediateCondition' [23:15:41.621] | : . exclude = [23:15:41.622] | : . resignal = FALSE [23:15:41.622] | : . Number of conditions: 0 [23:15:41.622] | : . int 0 [23:15:41.623] | : signalConditions() ... done [23:15:41.623] | : 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" [23:15:41.624] | : relay stdout ... done [23:15:41.624] | : check for misuse ... [23:15:41.624] | : check for misuse ... done [23:15:41.625] | value() for MultisessionFuture () ... done FutureResult: value: 'integer' visible: TRUE stdout: character conditions: [n = 0] RNG used: FALSE duration: 0.0986011 secs (started 2025-11-16 23:15:41.466635) version: 1.8 [23:15:41.626] | future(..., label = NULL) ... [23:15:41.626] | : lazy: FALSE [23:15:41.626] | : stdout: TRUE [23:15:41.627] | : conditions: [n=1] 'condition' [23:15:41.627] | : gc: FALSE [23:15:41.627] | : earlySignal: FALSE [23:15:41.628] | : getGlobalsAndPackages() ... [23:15:41.628] | : . Searching for globals ... [23:15:41.683] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:41.683] | : . Searching for globals ... done [23:15:41.684] | : . Resolving globals: FALSE [23:15:41.684] | : . Search for packages associated with the globals ... [23:15:41.684] | : . ' Packages associated with globals: [2] 'base', 'utils' [23:15:41.685] | : . ' Packages: [2] 'base', 'utils' [23:15:41.685] | : . Search for packages associated with the globals ... done [23:15:41.686] | : . Packages after dropping 'base': [1] 'utils' [23:15:41.686] | : . Packages after dropping non-attached packages: [1] 'utils' [23:15:41.686] | : . globals: [0] [23:15:41.687] | : . packages: [1] 'utils' [23:15:41.687] | : getGlobalsAndPackages() ... done [23:15:41.688] | : run() for 'Future' () ... [23:15:41.688] | : . state: 'created' [23:15:41.688] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:41.689] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:41.689] | : . Using MultisessionFutureBackend ... [23:15:41.689] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [23:15:41.689] | : . ' Launching futures ... [23:15:41.690] | : . ' , launchFuture() for ClusterFutureBackend ... [23:15:41.690] | : . ' , ; Workers: [n=2] [23:15:41.693] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:41.696] | : . ' , ; FutureRegistry: 'workers-12ef3655fe7755d250fec986738be0ee' [23:15:41.696] | : . ' , ; requestWorker() ... [23:15:41.697] | : . ' , ; ` requestNode() ... [23:15:41.697] | : . ' , ; ` | Number of workers: 2 [23:15:41.697] | : . ' , ; ` | Polling for a free worker ... [23:15:41.698] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.698] | : . ' , ; ` | : . Listing all futures [23:15:41.698] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:41.698] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.699] | : . ' , ; ` | : Total time: 0 [23:15:41.699] | : . ' , ; ` | Polling for a free worker ... done [23:15:41.699] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.699] | : . ' , ; ` | : Listing all futures [23:15:41.700] | : . ' , ; ` | : Number of registered futures: 0 [23:15:41.700] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.700] | : . ' , ; ` | avail: [n=2] '1', '2' [23:15:41.701] | : . ' , ; ` | Index of first available worker: 1 [23:15:41.701] | : . ' , ; ` | Validate that the worker is functional ... [23:15:41.702] | : . ' , ; ` | : Worker is functional [23:15:41.702] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.702] | : . ' , ; ` | : . Listing all futures [23:15:41.702] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:41.702] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.703] | : . ' , ; ` | Validate that the worker is functional ... done [23:15:41.703] | : . ' , ; ` requestNode() ... done [23:15:41.703] | : . ' , ; ` cluster node index: 1 [23:15:41.703] | : . ' , ; requestWorker() ... done [23:15:41.703] | : . ' , ; eraseGlobalEnvironment() ... [23:15:41.704] | : . ' , ; eraseGlobalEnvironment() ... done [23:15:41.704] | : . ' , ; launchFuture() ... [23:15:41.704] | : . ' , ; ` cluster node index: 1 [23:15:41.704] | : . ' , ; ` getFutureData() ... [23:15:41.705] | : . ' , ; ` | getFutureCore() ... [23:15:41.705] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [23:15:41.705] | : . ' , ; ` | getFutureCore() ... done [23:15:41.705] | : . ' , ; ` | getFutureCapture() ... [23:15:41.705] | : . ' , ; ` | getFutureCapture() ... done [23:15:41.705] | : . ' , ; ` | getFutureContext() ... [23:15:41.706] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:41.706] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:15:41.706] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:41.706] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:15:41.706] | : . ' , ; ` | getFutureContext() ... done [23:15:41.707] | : . ' , ; ` getFutureData() ... done [23:15:41.707] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... [23:15:41.707] | : . ' , ; ` | Appended future to position #1 [23:15:41.708] | : . ' , ; ` | Number of registered futures: 1 [23:15:41.708] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... done [23:15:41.708] | : . ' , ; launchFuture() ... done [23:15:41.708] | : . ' , ; MultisessionFuture started [23:15:41.709] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:15:41.709] | : . ' Launching futures ... done [23:15:41.709] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:15:41.710] | : . Using MultisessionFutureBackend ... done [23:15:41.710] | : run() for 'Future' () ... done [23:15:41.710] | future(..., label = NULL) ... done [23:15:41.711] | value() for MultisessionFuture () ... [23:15:41.711] | : result() for ClusterFuture ... [23:15:41.712] | : . assertValidConnection() ... [23:15:41.712] | : . ' cluster node index: 1 [23:15:41.712] | : . assertValidConnection() ... done [23:15:41.713] | : . receiveMessageFromWorker() for ClusterFuture ... [23:15:41.713] | : . ' cluster node index: 1 [23:15:41.715] | : . ' [1] TRUE [23:15:41.715] | : . ' Received data: [23:15:41.715] | : . ' List of 5 [23:15:41.715] | : . ' $ type : chr "VALUE" [23:15:41.715] | : . ' $ value :List of 16 [23:15:41.715] | : . ' ..$ value : int 42 [23:15:41.715] | : . ' ..$ visible : logi TRUE [23:15:41.715] | : . ' ..$ 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__ [23:15:41.715] | : . ' ..$ conditions : list() [23:15:41.715] | : . ' ..$ rng : logi FALSE [23:15:41.715] | : . ' ..$ seed : NULL [23:15:41.715] | : . ' ..$ misuseGlobalEnv : NULL [23:15:41.715] | : . ' ..$ misuseConnections :List of 3 [23:15:41.715] | : . ' .. ..$ added : NULL [23:15:41.715] | : . ' .. ..$ removed : NULL [23:15:41.715] | : . ' .. ..$ replaced: NULL [23:15:41.715] | : . ' ..$ misuseDevices : NULL [23:15:41.715] | : . ' ..$ misuseDefaultDevice: list() [23:15:41.715] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.715] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.715] | : . ' ..$ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "11" [23:15:41.715] | : . ' ..$ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" [23:15:41.715] | : . ' .. ..- attr(*, "source")=List of 5 [23:15:41.715] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:15:41.715] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:15:41.715] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:15:41.715] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:15:41.715] | : . ' .. .. ..$ pid : int 23996 [23:15:41.715] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.715] | : . ' .. .. ..$ random: int 2147483647 [23:15:41.715] | : . ' ..$ r_info :List of 4 [23:15:41.715] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:15:41.715] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:15:41.715] | : . ' .. ..$ os : chr "windows" [23:15:41.715] | : . ' .. ..$ os_name : chr "Windows" [23:15:41.715] | : . ' .. ..$ captures_utf8: logi TRUE [23:15:41.715] | : . ' ..$ version : chr "1.8" [23:15:41.715] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:15:41.715] | : . ' $ success: logi TRUE [23:15:41.715] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [23:15:41.715] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:15:41.715] | : . ' $ tag : NULL [23:15:41.732] | : . ' Received FutureResult [23:15:41.732] | : . ' FutureResult: [23:15:41.732] | : . ' value: 'integer' [23:15:41.732] | : . ' visible: TRUE [23:15:41.732] | : . ' stdout: character [23:15:41.732] | : . ' conditions: [n = 0] [23:15:41.732] | : . ' RNG used: FALSE [23:15:41.732] | : . ' duration: 0.005645037 secs (started 2025-11-16 23:15:41.707872) [23:15:41.732] | : . ' version: 1.8 [23:15:41.733] | : . ' FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... [23:15:41.733] | : . ' , Removed future from position #1 [23:15:41.733] | : . ' , Number of registered futures: 0 [23:15:41.734] | : . ' FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... done [23:15:41.734] | : . ' Erased future from future backend [23:15:41.734] | : . ' result() for ClusterFuture ... [23:15:41.734] | : . ' , result already collected: FutureResult [23:15:41.735] | : . ' result() for ClusterFuture ... done [23:15:41.735] | : . ' signalConditions() ... [23:15:41.735] | : . ' , include = 'immediateCondition' [23:15:41.735] | : . ' , exclude = [23:15:41.735] | : . ' , resignal = FALSE [23:15:41.736] | : . ' , Number of conditions: 0 [23:15:41.736] | : . ' , int 0 [23:15:41.737] | : . ' signalConditions() ... done [23:15:41.737] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:15:41.737] | : result() for ClusterFuture ... done [23:15:41.737] | : result() for ClusterFuture ... [23:15:41.738] | : . result already collected: FutureResult [23:15:41.738] | : result() for ClusterFuture ... done [23:15:41.738] | : signalConditions() ... [23:15:41.738] | : . include = 'immediateCondition' [23:15:41.739] | : . exclude = [23:15:41.739] | : . resignal = FALSE [23:15:41.739] | : . Number of conditions: 0 [23:15:41.740] | : . int 0 [23:15:41.740] | : signalConditions() ... done [23:15:41.741] | : relay stdout ... [23:15:41.741] | : relay stdout ... done [23:15:41.741] | : check for misuse ... [23:15:41.741] | : check for misuse ... done [23:15:41.742] | 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) [23:15:41.743] | future(..., label = NULL) ... [23:15:41.743] | : lazy: FALSE [23:15:41.743] | : stdout: TRUE [23:15:41.744] | : conditions: [n=1] 'condition' [23:15:41.744] | : gc: FALSE [23:15:41.744] | : earlySignal: FALSE [23:15:41.744] | : getGlobalsAndPackages() ... [23:15:41.745] | : . Searching for globals ... [23:15:41.750] | : . ' globals found: [1] 'print' [23:15:41.750] | : . Searching for globals ... done [23:15:41.751] | : . Resolving globals: FALSE [23:15:41.751] | : . Search for packages associated with the globals ... [23:15:41.751] | : . ' Packages associated with globals: [1] 'base' [23:15:41.752] | : . ' Packages: [1] 'base' [23:15:41.752] | : . Search for packages associated with the globals ... done [23:15:41.753] | : . Packages after dropping 'base': [0] [23:15:41.753] | : . globals: [0] [23:15:41.753] | : . packages: [0] [23:15:41.753] | : getGlobalsAndPackages() ... done [23:15:41.754] | : run() for 'Future' () ... [23:15:41.754] | : . state: 'created' [23:15:41.754] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:41.755] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:41.755] | : . Using MultisessionFutureBackend ... [23:15:41.755] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [23:15:41.756] | : . ' Launching futures ... [23:15:41.756] | : . ' , launchFuture() for ClusterFutureBackend ... [23:15:41.756] | : . ' , ; Workers: [n=2] [23:15:41.757] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:41.760] | : . ' , ; FutureRegistry: 'workers-12ef3655fe7755d250fec986738be0ee' [23:15:41.761] | : . ' , ; requestWorker() ... [23:15:41.761] | : . ' , ; ` requestNode() ... [23:15:41.762] | : . ' , ; ` | Number of workers: 2 [23:15:41.763] | : . ' , ; ` | Polling for a free worker ... [23:15:41.763] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.763] | : . ' , ; ` | : . Listing all futures [23:15:41.764] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:41.764] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.764] | : . ' , ; ` | : Total time: 0 [23:15:41.764] | : . ' , ; ` | Polling for a free worker ... done [23:15:41.765] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.765] | : . ' , ; ` | : Listing all futures [23:15:41.765] | : . ' , ; ` | : Number of registered futures: 0 [23:15:41.766] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.766] | : . ' , ; ` | avail: [n=2] '1', '2' [23:15:41.766] | : . ' , ; ` | Index of first available worker: 1 [23:15:41.767] | : . ' , ; ` | Validate that the worker is functional ... [23:15:41.768] | : . ' , ; ` | : Worker is functional [23:15:41.768] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.768] | : . ' , ; ` | : . Listing all futures [23:15:41.769] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:41.769] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.769] | : . ' , ; ` | Validate that the worker is functional ... done [23:15:41.770] | : . ' , ; ` requestNode() ... done [23:15:41.770] | : . ' , ; ` cluster node index: 1 [23:15:41.770] | : . ' , ; requestWorker() ... done [23:15:41.771] | : . ' , ; eraseGlobalEnvironment() ... [23:15:41.771] | : . ' , ; eraseGlobalEnvironment() ... done [23:15:41.772] | : . ' , ; launchFuture() ... [23:15:41.772] | : . ' , ; ` cluster node index: 1 [23:15:41.772] | : . ' , ; ` getFutureData() ... [23:15:41.772] | : . ' , ; ` | getFutureCore() ... [23:15:41.773] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:15:41.773] | : . ' , ; ` | getFutureCore() ... done [23:15:41.773] | : . ' , ; ` | getFutureCapture() ... [23:15:41.773] | : . ' , ; ` | getFutureCapture() ... done [23:15:41.774] | : . ' , ; ` | getFutureContext() ... [23:15:41.774] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:41.774] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:15:41.775] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:41.775] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:15:41.775] | : . ' , ; ` | getFutureContext() ... done [23:15:41.775] | : . ' , ; ` getFutureData() ... done [23:15:41.776] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... [23:15:41.776] | : . ' , ; ` | Appended future to position #1 [23:15:41.777] | : . ' , ; ` | Number of registered futures: 1 [23:15:41.777] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... done [23:15:41.777] | : . ' , ; launchFuture() ... done [23:15:41.777] | : . ' , ; MultisessionFuture started [23:15:41.778] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:15:41.778] | : . ' Launching futures ... done [23:15:41.778] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:15:41.778] | : . Using MultisessionFutureBackend ... done [23:15:41.779] | : run() for 'Future' () ... done [23:15:41.779] | future(..., label = NULL) ... done [23:15:41.779] | result() for ClusterFuture ... [23:15:41.780] | : assertValidConnection() ... [23:15:41.780] | : . cluster node index: 1 [23:15:41.781] | : assertValidConnection() ... done [23:15:41.781] | : receiveMessageFromWorker() for ClusterFuture ... [23:15:41.781] | : . cluster node index: 1 [23:15:41.784] | : . [1] TRUE [23:15:41.785] | : . Received data: [23:15:41.785] | : . List of 5 [23:15:41.785] | : . $ type : chr "VALUE" [23:15:41.785] | : . $ value :List of 16 [23:15:41.785] | : . ..$ value : num 42 [23:15:41.785] | : . ..$ visible : logi FALSE [23:15:41.785] | : . ..$ stdout : chr "[1] 42\n" [23:15:41.785] | : . ..$ conditions : list() [23:15:41.785] | : . ..$ rng : logi FALSE [23:15:41.785] | : . ..$ seed : NULL [23:15:41.785] | : . ..$ misuseGlobalEnv : NULL [23:15:41.785] | : . ..$ misuseConnections :List of 3 [23:15:41.785] | : . .. ..$ added : NULL [23:15:41.785] | : . .. ..$ removed : NULL [23:15:41.785] | : . .. ..$ replaced: NULL [23:15:41.785] | : . ..$ misuseDevices : NULL [23:15:41.785] | : . ..$ misuseDefaultDevice: list() [23:15:41.785] | : . ..$ started : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.785] | : . ..$ finished : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.785] | : . ..$ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "12" [23:15:41.785] | : . ..$ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" [23:15:41.785] | : . .. ..- attr(*, "source")=List of 5 [23:15:41.785] | : . .. .. ..$ host : Named chr "CRANWIN3" [23:15:41.785] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:15:41.785] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:15:41.785] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:15:41.785] | : . .. .. ..$ pid : int 23996 [23:15:41.785] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.785] | : . .. .. ..$ random: int 2147483647 [23:15:41.785] | : . ..$ r_info :List of 4 [23:15:41.785] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:15:41.785] | : . .. .. ..$ : int [1:3] 4 6 0 [23:15:41.785] | : . .. ..$ os : chr "windows" [23:15:41.785] | : . .. ..$ os_name : chr "Windows" [23:15:41.785] | : . .. ..$ captures_utf8: logi TRUE [23:15:41.785] | : . ..$ version : chr "1.8" [23:15:41.785] | : . ..- attr(*, "class")= chr "FutureResult" [23:15:41.785] | : . $ success: logi TRUE [23:15:41.785] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:15:41.785] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:15:41.785] | : . $ tag : NULL [23:15:41.799] | : . Received FutureResult [23:15:41.799] | : . FutureResult: [23:15:41.799] | : . value: 'numeric' [23:15:41.799] | : . visible: FALSE [23:15:41.799] | : . stdout: character [23:15:41.799] | : . conditions: [n = 0] [23:15:41.799] | : . RNG used: FALSE [23:15:41.799] | : . duration: 0.005867004 secs (started 2025-11-16 23:15:41.776982) [23:15:41.799] | : . version: 1.8 [23:15:41.800] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... [23:15:41.801] | : . ' Removed future from position #1 [23:15:41.801] | : . ' Number of registered futures: 0 [23:15:41.801] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... done [23:15:41.801] | : . Erased future from future backend [23:15:41.802] | : . result() for ClusterFuture ... [23:15:41.802] | : . ' result already collected: FutureResult [23:15:41.802] | : . result() for ClusterFuture ... done [23:15:41.802] | : . signalConditions() ... [23:15:41.803] | : . ' include = 'immediateCondition' [23:15:41.803] | : . ' exclude = [23:15:41.803] | : . ' resignal = FALSE [23:15:41.803] | : . ' Number of conditions: 0 [23:15:41.804] | : . ' int 0 [23:15:41.804] | : . signalConditions() ... done [23:15:41.805] | : receiveMessageFromWorker() for ClusterFuture ... done [23:15:41.805] | result() for ClusterFuture ... done [23:15:41.805] | value() for MultisessionFuture () ... [23:15:41.805] | : result() for ClusterFuture ... [23:15:41.806] | : . result already collected: FutureResult [23:15:41.806] | : result() for ClusterFuture ... done [23:15:41.806] | : result() for ClusterFuture ... [23:15:41.807] | : . result already collected: FutureResult [23:15:41.807] | : result() for ClusterFuture ... done [23:15:41.807] | : signalConditions() ... [23:15:41.807] | : . include = 'immediateCondition' [23:15:41.807] | : . exclude = [23:15:41.808] | : . resignal = FALSE [23:15:41.808] | : . Number of conditions: 0 [23:15:41.808] | : . int 0 [23:15:41.809] | : signalConditions() ... done [23:15:41.809] | : relay stdout ... [1] 42 [23:15:41.810] | : relay stdout ... done [23:15:41.810] | : check for misuse ... [23:15:41.810] | : check for misuse ... done [23:15:41.810] | value() for MultisessionFuture () ... done [23:15:41.811] | result() for ClusterFuture ... [23:15:41.811] | : result already collected: FutureResult [23:15:41.811] | result() for ClusterFuture ... done - stdout = FALSE [23:15:41.811] | future(..., label = NULL) ... [23:15:41.812] | : lazy: FALSE [23:15:41.812] | : stdout: FALSE [23:15:41.812] | : conditions: [n=1] 'condition' [23:15:41.812] | : gc: FALSE [23:15:41.813] | : earlySignal: FALSE [23:15:41.813] | : getGlobalsAndPackages() ... [23:15:41.813] | : . Searching for globals ... [23:15:41.884] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:41.885] | : . Searching for globals ... done [23:15:41.885] | : . Resolving globals: FALSE [23:15:41.885] | : . Search for packages associated with the globals ... [23:15:41.885] | : . ' Packages associated with globals: [2] 'base', 'utils' [23:15:41.886] | : . ' Packages: [2] 'base', 'utils' [23:15:41.886] | : . Search for packages associated with the globals ... done [23:15:41.886] | : . Packages after dropping 'base': [1] 'utils' [23:15:41.887] | : . Packages after dropping non-attached packages: [1] 'utils' [23:15:41.887] | : . globals: [0] [23:15:41.887] | : . packages: [1] 'utils' [23:15:41.887] | : getGlobalsAndPackages() ... done [23:15:41.888] | : run() for 'Future' () ... [23:15:41.888] | : . state: 'created' [23:15:41.888] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:41.888] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:41.889] | : . Using MultisessionFutureBackend ... [23:15:41.889] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [23:15:41.889] | : . ' Launching futures ... [23:15:41.889] | : . ' , launchFuture() for ClusterFutureBackend ... [23:15:41.889] | : . ' , ; Workers: [n=2] [23:15:41.890] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:41.892] | : . ' , ; FutureRegistry: 'workers-12ef3655fe7755d250fec986738be0ee' [23:15:41.892] | : . ' , ; requestWorker() ... [23:15:41.893] | : . ' , ; ` requestNode() ... [23:15:41.893] | : . ' , ; ` | Number of workers: 2 [23:15:41.893] | : . ' , ; ` | Polling for a free worker ... [23:15:41.893] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.894] | : . ' , ; ` | : . Listing all futures [23:15:41.894] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:41.894] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.894] | : . ' , ; ` | : Total time: 0 [23:15:41.895] | : . ' , ; ` | Polling for a free worker ... done [23:15:41.895] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.895] | : . ' , ; ` | : Listing all futures [23:15:41.895] | : . ' , ; ` | : Number of registered futures: 0 [23:15:41.895] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.896] | : . ' , ; ` | avail: [n=2] '1', '2' [23:15:41.896] | : . ' , ; ` | Index of first available worker: 1 [23:15:41.896] | : . ' , ; ` | Validate that the worker is functional ... [23:15:41.897] | : . ' , ; ` | : Worker is functional [23:15:41.898] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:41.898] | : . ' , ; ` | : . Listing all futures [23:15:41.899] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:41.899] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:41.899] | : . ' , ; ` | Validate that the worker is functional ... done [23:15:41.899] | : . ' , ; ` requestNode() ... done [23:15:41.900] | : . ' , ; ` cluster node index: 1 [23:15:41.900] | : . ' , ; requestWorker() ... done [23:15:41.900] | : . ' , ; eraseGlobalEnvironment() ... [23:15:41.901] | : . ' , ; eraseGlobalEnvironment() ... done [23:15:41.902] | : . ' , ; launchFuture() ... [23:15:41.902] | : . ' , ; ` cluster node index: 1 [23:15:41.902] | : . ' , ; ` getFutureData() ... [23:15:41.903] | : . ' , ; ` | getFutureCore() ... [23:15:41.903] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [23:15:41.903] | : . ' , ; ` | getFutureCore() ... done [23:15:41.903] | : . ' , ; ` | getFutureCapture() ... [23:15:41.904] | : . ' , ; ` | getFutureCapture() ... done [23:15:41.904] | : . ' , ; ` | getFutureContext() ... [23:15:41.904] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:41.904] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:15:41.905] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:41.905] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:15:41.905] | : . ' , ; ` | getFutureContext() ... done [23:15:41.906] | : . ' , ; ` getFutureData() ... done [23:15:41.906] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... [23:15:41.907] | : . ' , ; ` | Appended future to position #1 [23:15:41.907] | : . ' , ; ` | Number of registered futures: 1 [23:15:41.907] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... done [23:15:41.907] | : . ' , ; launchFuture() ... done [23:15:41.908] | : . ' , ; MultisessionFuture started [23:15:41.908] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:15:41.908] | : . ' Launching futures ... done [23:15:41.909] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:15:41.909] | : . Using MultisessionFutureBackend ... done [23:15:41.909] | : run() for 'Future' () ... done [23:15:41.909] | future(..., label = NULL) ... done [23:15:41.910] | result() for ClusterFuture ... [23:15:41.910] | : assertValidConnection() ... [23:15:41.910] | : . cluster node index: 1 [23:15:41.911] | : assertValidConnection() ... done [23:15:41.911] | : receiveMessageFromWorker() for ClusterFuture ... [23:15:41.912] | : . cluster node index: 1 [23:15:41.916] | : . [1] TRUE [23:15:41.917] | : . Received data: [23:15:41.917] | : . List of 5 [23:15:41.917] | : . $ type : chr "VALUE" [23:15:41.917] | : . $ value :List of 16 [23:15:41.917] | : . ..$ value : int 42 [23:15:41.917] | : . ..$ visible : logi TRUE [23:15:41.917] | : . ..$ stdout : NULL [23:15:41.917] | : . ..$ conditions : list() [23:15:41.917] | : . ..$ rng : logi FALSE [23:15:41.917] | : . ..$ seed : NULL [23:15:41.917] | : . ..$ misuseGlobalEnv : NULL [23:15:41.917] | : . ..$ misuseConnections :List of 3 [23:15:41.917] | : . .. ..$ added : NULL [23:15:41.917] | : . .. ..$ removed : NULL [23:15:41.917] | : . .. ..$ replaced: NULL [23:15:41.917] | : . ..$ misuseDevices : NULL [23:15:41.917] | : . ..$ misuseDefaultDevice: list() [23:15:41.917] | : . ..$ started : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.917] | : . ..$ finished : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.917] | : . ..$ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "13" [23:15:41.917] | : . ..$ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" [23:15:41.917] | : . .. ..- attr(*, "source")=List of 5 [23:15:41.917] | : . .. .. ..$ host : Named chr "CRANWIN3" [23:15:41.917] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:15:41.917] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:15:41.917] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:15:41.917] | : . .. .. ..$ pid : int 23996 [23:15:41.917] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:41.917] | : . .. .. ..$ random: int 2147483647 [23:15:41.917] | : . ..$ r_info :List of 4 [23:15:41.917] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:15:41.917] | : . .. .. ..$ : int [1:3] 4 6 0 [23:15:41.917] | : . .. ..$ os : chr "windows" [23:15:41.917] | : . .. ..$ os_name : chr "Windows" [23:15:41.917] | : . .. ..$ captures_utf8: logi TRUE [23:15:41.917] | : . ..$ version : chr "1.8" [23:15:41.917] | : . ..- attr(*, "class")= chr "FutureResult" [23:15:41.917] | : . $ success: logi TRUE [23:15:41.917] | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [23:15:41.917] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:15:41.917] | : . $ tag : NULL [23:15:41.942] | : . Received FutureResult [23:15:41.943] | : . FutureResult: [23:15:41.943] | : . value: 'integer' [23:15:41.943] | : . visible: TRUE [23:15:41.943] | : . stdout: NULL [23:15:41.943] | : . conditions: [n = 0] [23:15:41.943] | : . RNG used: FALSE [23:15:41.943] | : . duration: 0.007134914 secs (started 2025-11-16 23:15:41.90711) [23:15:41.943] | : . version: 1.8 [23:15:41.944] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... [23:15:41.944] | : . ' Removed future from position #1 [23:15:41.945] | : . ' Number of registered futures: 0 [23:15:41.945] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... done [23:15:41.945] | : . Erased future from future backend [23:15:41.946] | : . result() for ClusterFuture ... [23:15:41.946] | : . ' result already collected: FutureResult [23:15:41.946] | : . result() for ClusterFuture ... done [23:15:41.947] | : . signalConditions() ... [23:15:41.947] | : . ' include = 'immediateCondition' [23:15:41.947] | : . ' exclude = [23:15:41.947] | : . ' resignal = FALSE [23:15:41.948] | : . ' Number of conditions: 0 [23:15:41.948] | : . ' int 0 [23:15:41.949] | : . signalConditions() ... done [23:15:41.949] | : receiveMessageFromWorker() for ClusterFuture ... done [23:15:41.950] | 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: "2025-11-16 23:15:41" $ finished : POSIXct[1:1], format: "2025-11-16 23:15:41" $ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "13" $ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" ..- 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 23996 .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" .. ..$ 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" [23:15:41.973] | value() for MultisessionFuture () ... [23:15:41.973] | : result() for ClusterFuture ... [23:15:41.974] | : . result already collected: FutureResult [23:15:41.974] | : result() for ClusterFuture ... done [23:15:41.974] | : result() for ClusterFuture ... [23:15:41.975] | : . result already collected: FutureResult [23:15:41.975] | : result() for ClusterFuture ... done [23:15:41.975] | : signalConditions() ... [23:15:41.976] | : . include = 'immediateCondition' [23:15:41.976] | : . exclude = [23:15:41.976] | : . resignal = FALSE [23:15:41.977] | : . Number of conditions: 0 [23:15:41.977] | : . int 0 [23:15:41.978] | : signalConditions() ... done [23:15:41.978] | : relay stdout ... [23:15:41.979] | : relay stdout ... done [23:15:41.979] | : check for misuse ... [23:15:41.979] | : check for misuse ... done [23:15:41.980] | value() for MultisessionFuture () ... done [23:15:41.981] | future(..., label = NULL) ... [23:15:41.981] | : lazy: FALSE [23:15:41.981] | : stdout: FALSE [23:15:41.981] | : conditions: [n=1] 'condition' [23:15:41.982] | : gc: FALSE [23:15:41.982] | : earlySignal: FALSE [23:15:41.982] | : getGlobalsAndPackages() ... [23:15:41.983] | : . Searching for globals ... [23:15:42.046] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:42.046] | : . Searching for globals ... done [23:15:42.046] | : . Resolving globals: FALSE [23:15:42.047] | : . Search for packages associated with the globals ... [23:15:42.047] | : . ' Packages associated with globals: [2] 'base', 'utils' [23:15:42.048] | : . ' Packages: [2] 'base', 'utils' [23:15:42.048] | : . Search for packages associated with the globals ... done [23:15:42.049] | : . Packages after dropping 'base': [1] 'utils' [23:15:42.049] | : . Packages after dropping non-attached packages: [1] 'utils' [23:15:42.049] | : . globals: [0] [23:15:42.049] | : . packages: [1] 'utils' [23:15:42.050] | : getGlobalsAndPackages() ... done [23:15:42.050] | : run() for 'Future' () ... [23:15:42.050] | : . state: 'created' [23:15:42.051] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:42.051] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:42.051] | : . Using MultisessionFutureBackend ... [23:15:42.051] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [23:15:42.052] | : . ' Launching futures ... [23:15:42.052] | : . ' , launchFuture() for ClusterFutureBackend ... [23:15:42.052] | : . ' , ; Workers: [n=2] [23:15:42.053] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:42.056] | : . ' , ; FutureRegistry: 'workers-12ef3655fe7755d250fec986738be0ee' [23:15:42.056] | : . ' , ; requestWorker() ... [23:15:42.056] | : . ' , ; ` requestNode() ... [23:15:42.057] | : . ' , ; ` | Number of workers: 2 [23:15:42.057] | : . ' , ; ` | Polling for a free worker ... [23:15:42.057] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.058] | : . ' , ; ` | : . Listing all futures [23:15:42.058] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:42.058] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.058] | : . ' , ; ` | : Total time: 0 [23:15:42.059] | : . ' , ; ` | Polling for a free worker ... done [23:15:42.059] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.059] | : . ' , ; ` | : Listing all futures [23:15:42.059] | : . ' , ; ` | : Number of registered futures: 0 [23:15:42.060] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.060] | : . ' , ; ` | avail: [n=2] '1', '2' [23:15:42.060] | : . ' , ; ` | Index of first available worker: 1 [23:15:42.061] | : . ' , ; ` | Validate that the worker is functional ... [23:15:42.062] | : . ' , ; ` | : Worker is functional [23:15:42.062] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.062] | : . ' , ; ` | : . Listing all futures [23:15:42.063] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:42.063] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.063] | : . ' , ; ` | Validate that the worker is functional ... done [23:15:42.063] | : . ' , ; ` requestNode() ... done [23:15:42.063] | : . ' , ; ` cluster node index: 1 [23:15:42.064] | : . ' , ; requestWorker() ... done [23:15:42.064] | : . ' , ; eraseGlobalEnvironment() ... [23:15:42.065] | : . ' , ; eraseGlobalEnvironment() ... done [23:15:42.065] | : . ' , ; launchFuture() ... [23:15:42.065] | : . ' , ; ` cluster node index: 1 [23:15:42.065] | : . ' , ; ` getFutureData() ... [23:15:42.066] | : . ' , ; ` | getFutureCore() ... [23:15:42.066] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [23:15:42.066] | : . ' , ; ` | getFutureCore() ... done [23:15:42.066] | : . ' , ; ` | getFutureCapture() ... [23:15:42.066] | : . ' , ; ` | getFutureCapture() ... done [23:15:42.066] | : . ' , ; ` | getFutureContext() ... [23:15:42.067] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:42.067] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:15:42.067] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:42.067] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:15:42.068] | : . ' , ; ` | getFutureContext() ... done [23:15:42.068] | : . ' , ; ` getFutureData() ... done [23:15:42.068] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... [23:15:42.069] | : . ' , ; ` | Appended future to position #1 [23:15:42.069] | : . ' , ; ` | Number of registered futures: 1 [23:15:42.069] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... done [23:15:42.070] | : . ' , ; launchFuture() ... done [23:15:42.070] | : . ' , ; MultisessionFuture started [23:15:42.070] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:15:42.070] | : . ' Launching futures ... done [23:15:42.071] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:15:42.071] | : . Using MultisessionFutureBackend ... done [23:15:42.071] | : run() for 'Future' () ... done [23:15:42.071] | future(..., label = NULL) ... done [23:15:42.072] | value() for MultisessionFuture () ... [23:15:42.072] | : result() for ClusterFuture ... [23:15:42.072] | : . assertValidConnection() ... [23:15:42.072] | : . ' cluster node index: 1 [23:15:42.073] | : . assertValidConnection() ... done [23:15:42.073] | : . receiveMessageFromWorker() for ClusterFuture ... [23:15:42.073] | : . ' cluster node index: 1 [23:15:42.076] | : . ' [1] TRUE [23:15:42.076] | : . ' Received data: [23:15:42.076] | : . ' List of 5 [23:15:42.076] | : . ' $ type : chr "VALUE" [23:15:42.076] | : . ' $ value :List of 16 [23:15:42.076] | : . ' ..$ value : int 42 [23:15:42.076] | : . ' ..$ visible : logi TRUE [23:15:42.076] | : . ' ..$ stdout : NULL [23:15:42.076] | : . ' ..$ conditions : list() [23:15:42.076] | : . ' ..$ rng : logi FALSE [23:15:42.076] | : . ' ..$ seed : NULL [23:15:42.076] | : . ' ..$ misuseGlobalEnv : NULL [23:15:42.076] | : . ' ..$ misuseConnections :List of 3 [23:15:42.076] | : . ' .. ..$ added : NULL [23:15:42.076] | : . ' .. ..$ removed : NULL [23:15:42.076] | : . ' .. ..$ replaced: NULL [23:15:42.076] | : . ' ..$ misuseDevices : NULL [23:15:42.076] | : . ' ..$ misuseDefaultDevice: list() [23:15:42.076] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:15:42" [23:15:42.076] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:15:42" [23:15:42.076] | : . ' ..$ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "14" [23:15:42.076] | : . ' ..$ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" [23:15:42.076] | : . ' .. ..- attr(*, "source")=List of 5 [23:15:42.076] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:15:42.076] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:15:42.076] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:15:42.076] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:15:42.076] | : . ' .. .. ..$ pid : int 23996 [23:15:42.076] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:42.076] | : . ' .. .. ..$ random: int 2147483647 [23:15:42.076] | : . ' ..$ r_info :List of 4 [23:15:42.076] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:15:42.076] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:15:42.076] | : . ' .. ..$ os : chr "windows" [23:15:42.076] | : . ' .. ..$ os_name : chr "Windows" [23:15:42.076] | : . ' .. ..$ captures_utf8: logi TRUE [23:15:42.076] | : . ' ..$ version : chr "1.8" [23:15:42.076] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:15:42.076] | : . ' $ success: logi TRUE [23:15:42.076] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:15:42.076] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:15:42.076] | : . ' $ tag : NULL [23:15:42.094] | : . ' Received FutureResult [23:15:42.094] | : . ' FutureResult: [23:15:42.094] | : . ' value: 'integer' [23:15:42.094] | : . ' visible: TRUE [23:15:42.094] | : . ' stdout: NULL [23:15:42.094] | : . ' conditions: [n = 0] [23:15:42.094] | : . ' RNG used: FALSE [23:15:42.094] | : . ' duration: 0.00543499 secs (started 2025-11-16 23:15:42.069351) [23:15:42.094] | : . ' version: 1.8 [23:15:42.095] | : . ' FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... [23:15:42.095] | : . ' , Removed future from position #1 [23:15:42.096] | : . ' , Number of registered futures: 0 [23:15:42.096] | : . ' FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... done [23:15:42.096] | : . ' Erased future from future backend [23:15:42.096] | : . ' result() for ClusterFuture ... [23:15:42.096] | : . ' , result already collected: FutureResult [23:15:42.096] | : . ' result() for ClusterFuture ... done [23:15:42.097] | : . ' signalConditions() ... [23:15:42.097] | : . ' , include = 'immediateCondition' [23:15:42.097] | : . ' , exclude = [23:15:42.097] | : . ' , resignal = FALSE [23:15:42.097] | : . ' , Number of conditions: 0 [23:15:42.097] | : . ' , int 0 [23:15:42.098] | : . ' signalConditions() ... done [23:15:42.098] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:15:42.098] | : result() for ClusterFuture ... done [23:15:42.099] | : result() for ClusterFuture ... [23:15:42.099] | : . result already collected: FutureResult [23:15:42.099] | : result() for ClusterFuture ... done [23:15:42.099] | : signalConditions() ... [23:15:42.100] | : . include = 'immediateCondition' [23:15:42.100] | : . exclude = [23:15:42.100] | : . resignal = FALSE [23:15:42.100] | : . Number of conditions: 0 [23:15:42.101] | : . int 0 [23:15:42.101] | : signalConditions() ... done [23:15:42.101] | : relay stdout ... [23:15:42.101] | : relay stdout ... done [23:15:42.102] | : check for misuse ... [23:15:42.102] | : check for misuse ... done [23:15:42.102] | value() for MultisessionFuture () ... done - stdout = structure(TRUE, drop = TRUE) [23:15:42.102] | future(..., label = NULL) ... [23:15:42.102] | : lazy: FALSE [23:15:42.103] | : stdout: TRUE [23:15:42.103] | : conditions: [n=1] 'condition' [23:15:42.103] | : gc: FALSE [23:15:42.103] | : earlySignal: FALSE [23:15:42.103] | : getGlobalsAndPackages() ... [23:15:42.103] | : . Searching for globals ... [23:15:42.109] | : . ' globals found: [1] 'print' [23:15:42.109] | : . Searching for globals ... done [23:15:42.109] | : . Resolving globals: FALSE [23:15:42.109] | : . Search for packages associated with the globals ... [23:15:42.109] | : . ' Packages associated with globals: [1] 'base' [23:15:42.110] | : . ' Packages: [1] 'base' [23:15:42.110] | : . Search for packages associated with the globals ... done [23:15:42.110] | : . Packages after dropping 'base': [0] [23:15:42.110] | : . globals: [0] [23:15:42.110] | : . packages: [0] [23:15:42.111] | : getGlobalsAndPackages() ... done [23:15:42.111] | : run() for 'Future' () ... [23:15:42.111] | : . state: 'created' [23:15:42.111] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:42.111] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:42.112] | : . Using MultisessionFutureBackend ... [23:15:42.112] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [23:15:42.112] | : . ' Launching futures ... [23:15:42.112] | : . ' , launchFuture() for ClusterFutureBackend ... [23:15:42.112] | : . ' , ; Workers: [n=2] [23:15:42.112] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:42.118] | : . ' , ; FutureRegistry: 'workers-12ef3655fe7755d250fec986738be0ee' [23:15:42.119] | : . ' , ; requestWorker() ... [23:15:42.119] | : . ' , ; ` requestNode() ... [23:15:42.119] | : . ' , ; ` | Number of workers: 2 [23:15:42.119] | : . ' , ; ` | Polling for a free worker ... [23:15:42.120] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.120] | : . ' , ; ` | : . Listing all futures [23:15:42.120] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:42.121] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.121] | : . ' , ; ` | : Total time: 0 [23:15:42.121] | : . ' , ; ` | Polling for a free worker ... done [23:15:42.121] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.122] | : . ' , ; ` | : Listing all futures [23:15:42.122] | : . ' , ; ` | : Number of registered futures: 0 [23:15:42.122] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.123] | : . ' , ; ` | avail: [n=2] '1', '2' [23:15:42.123] | : . ' , ; ` | Index of first available worker: 1 [23:15:42.123] | : . ' , ; ` | Validate that the worker is functional ... [23:15:42.124] | : . ' , ; ` | : Worker is functional [23:15:42.124] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.125] | : . ' , ; ` | : . Listing all futures [23:15:42.125] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:42.125] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.125] | : . ' , ; ` | Validate that the worker is functional ... done [23:15:42.126] | : . ' , ; ` requestNode() ... done [23:15:42.126] | : . ' , ; ` cluster node index: 1 [23:15:42.126] | : . ' , ; requestWorker() ... done [23:15:42.126] | : . ' , ; eraseGlobalEnvironment() ... [23:15:42.127] | : . ' , ; eraseGlobalEnvironment() ... done [23:15:42.128] | : . ' , ; launchFuture() ... [23:15:42.128] | : . ' , ; ` cluster node index: 1 [23:15:42.128] | : . ' , ; ` getFutureData() ... [23:15:42.128] | : . ' , ; ` | getFutureCore() ... [23:15:42.129] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:15:42.129] | : . ' , ; ` | getFutureCore() ... done [23:15:42.129] | : . ' , ; ` | getFutureCapture() ... [23:15:42.130] | : . ' , ; ` | getFutureCapture() ... done [23:15:42.130] | : . ' , ; ` | getFutureContext() ... [23:15:42.130] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:42.130] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:15:42.131] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:42.131] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:15:42.131] | : . ' , ; ` | getFutureContext() ... done [23:15:42.132] | : . ' , ; ` getFutureData() ... done [23:15:42.132] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... [23:15:42.133] | : . ' , ; ` | Appended future to position #1 [23:15:42.133] | : . ' , ; ` | Number of registered futures: 1 [23:15:42.133] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... done [23:15:42.133] | : . ' , ; launchFuture() ... done [23:15:42.134] | : . ' , ; MultisessionFuture started [23:15:42.134] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:15:42.134] | : . ' Launching futures ... done [23:15:42.134] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:15:42.135] | : . Using MultisessionFutureBackend ... done [23:15:42.135] | : run() for 'Future' () ... done [23:15:42.135] | future(..., label = NULL) ... done [23:15:42.136] | result() for ClusterFuture ... [23:15:42.136] | : assertValidConnection() ... [23:15:42.136] | : . cluster node index: 1 [23:15:42.137] | : assertValidConnection() ... done [23:15:42.137] | : receiveMessageFromWorker() for ClusterFuture ... [23:15:42.138] | : . cluster node index: 1 [23:15:42.142] | : . [1] TRUE [23:15:42.143] | : . Received data: [23:15:42.143] | : . List of 5 [23:15:42.143] | : . $ type : chr "VALUE" [23:15:42.143] | : . $ value :List of 16 [23:15:42.143] | : . ..$ value : num 42 [23:15:42.143] | : . ..$ visible : logi FALSE [23:15:42.143] | : . ..$ stdout : chr "[1] 42\n" [23:15:42.143] | : . ..$ conditions : list() [23:15:42.143] | : . ..$ rng : logi FALSE [23:15:42.143] | : . ..$ seed : NULL [23:15:42.143] | : . ..$ misuseGlobalEnv : NULL [23:15:42.143] | : . ..$ misuseConnections :List of 3 [23:15:42.143] | : . .. ..$ added : NULL [23:15:42.143] | : . .. ..$ removed : NULL [23:15:42.143] | : . .. ..$ replaced: NULL [23:15:42.143] | : . ..$ misuseDevices : NULL [23:15:42.143] | : . ..$ misuseDefaultDevice: list() [23:15:42.143] | : . ..$ started : POSIXct[1:1], format: "2025-11-16 23:15:42" [23:15:42.143] | : . ..$ finished : POSIXct[1:1], format: "2025-11-16 23:15:42" [23:15:42.143] | : . ..$ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "15" [23:15:42.143] | : . ..$ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" [23:15:42.143] | : . .. ..- attr(*, "source")=List of 5 [23:15:42.143] | : . .. .. ..$ host : Named chr "CRANWIN3" [23:15:42.143] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:15:42.143] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:15:42.143] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:15:42.143] | : . .. .. ..$ pid : int 23996 [23:15:42.143] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:42.143] | : . .. .. ..$ random: int 2147483647 [23:15:42.143] | : . ..$ r_info :List of 4 [23:15:42.143] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:15:42.143] | : . .. .. ..$ : int [1:3] 4 6 0 [23:15:42.143] | : . .. ..$ os : chr "windows" [23:15:42.143] | : . .. ..$ os_name : chr "Windows" [23:15:42.143] | : . .. ..$ captures_utf8: logi TRUE [23:15:42.143] | : . ..$ version : chr "1.8" [23:15:42.143] | : . ..- attr(*, "class")= chr "FutureResult" [23:15:42.143] | : . $ success: logi TRUE [23:15:42.143] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:15:42.143] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:15:42.143] | : . $ tag : NULL [23:15:42.164] | : . Received FutureResult [23:15:42.165] | : . FutureResult: [23:15:42.165] | : . value: 'numeric' [23:15:42.165] | : . visible: FALSE [23:15:42.165] | : . stdout: character [23:15:42.165] | : . conditions: [n = 0] [23:15:42.165] | : . RNG used: FALSE [23:15:42.165] | : . duration: 0.008106947 secs (started 2025-11-16 23:15:42.133034) [23:15:42.165] | : . version: 1.8 [23:15:42.165] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... [23:15:42.166] | : . ' Removed future from position #1 [23:15:42.166] | : . ' Number of registered futures: 0 [23:15:42.166] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... done [23:15:42.166] | : . Erased future from future backend [23:15:42.166] | : . result() for ClusterFuture ... [23:15:42.166] | : . ' result already collected: FutureResult [23:15:42.167] | : . result() for ClusterFuture ... done [23:15:42.167] | : . signalConditions() ... [23:15:42.167] | : . ' include = 'immediateCondition' [23:15:42.167] | : . ' exclude = [23:15:42.167] | : . ' resignal = FALSE [23:15:42.167] | : . ' Number of conditions: 0 [23:15:42.168] | : . ' int 0 [23:15:42.168] | : . signalConditions() ... done [23:15:42.168] | : receiveMessageFromWorker() for ClusterFuture ... done [23:15:42.168] | result() for ClusterFuture ... done [23:15:42.169] | value() for MultisessionFuture () ... [23:15:42.169] | : result() for ClusterFuture ... [23:15:42.169] | : . result already collected: FutureResult [23:15:42.169] | : result() for ClusterFuture ... done [23:15:42.169] | : result() for ClusterFuture ... [23:15:42.169] | : . result already collected: FutureResult [23:15:42.170] | : result() for ClusterFuture ... done [23:15:42.170] | : signalConditions() ... [23:15:42.170] | : . include = 'immediateCondition' [23:15:42.170] | : . exclude = [23:15:42.170] | : . resignal = FALSE [23:15:42.170] | : . Number of conditions: 0 [23:15:42.170] | : . int 0 [23:15:42.171] | : signalConditions() ... done [23:15:42.171] | : relay stdout ... [1] 42 [23:15:42.171] | : relay stdout ... done [23:15:42.171] | : check for misuse ... [23:15:42.172] | : check for misuse ... done [23:15:42.172] | value() for MultisessionFuture () ... done [23:15:42.172] | result() for ClusterFuture ... [23:15:42.172] | : result already collected: FutureResult [23:15:42.172] | result() for ClusterFuture ... done - stdout = NA [23:15:42.172] | future(..., label = NULL) ... [23:15:42.173] | : lazy: FALSE [23:15:42.173] | : stdout: NA [23:15:42.173] | : conditions: [n=1] 'condition' [23:15:42.173] | : gc: FALSE [23:15:42.173] | : earlySignal: FALSE [23:15:42.173] | : getGlobalsAndPackages() ... [23:15:42.174] | : . Searching for globals ... [23:15:42.232] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:42.233] | : . Searching for globals ... done [23:15:42.233] | : . Resolving globals: FALSE [23:15:42.234] | : . Search for packages associated with the globals ... [23:15:42.234] | : . ' Packages associated with globals: [2] 'base', 'utils' [23:15:42.235] | : . ' Packages: [2] 'base', 'utils' [23:15:42.235] | : . Search for packages associated with the globals ... done [23:15:42.235] | : . Packages after dropping 'base': [1] 'utils' [23:15:42.236] | : . Packages after dropping non-attached packages: [1] 'utils' [23:15:42.236] | : . globals: [0] [23:15:42.236] | : . packages: [1] 'utils' [23:15:42.237] | : getGlobalsAndPackages() ... done [23:15:42.237] | : run() for 'Future' () ... [23:15:42.238] | : . state: 'created' [23:15:42.238] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:42.238] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:42.238] | : . Using MultisessionFutureBackend ... [23:15:42.239] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [23:15:42.239] | : . ' Launching futures ... [23:15:42.239] | : . ' , launchFuture() for ClusterFutureBackend ... [23:15:42.240] | : . ' , ; Workers: [n=2] [23:15:42.240] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:42.243] | : . ' , ; FutureRegistry: 'workers-12ef3655fe7755d250fec986738be0ee' [23:15:42.243] | : . ' , ; requestWorker() ... [23:15:42.244] | : . ' , ; ` requestNode() ... [23:15:42.244] | : . ' , ; ` | Number of workers: 2 [23:15:42.244] | : . ' , ; ` | Polling for a free worker ... [23:15:42.244] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.245] | : . ' , ; ` | : . Listing all futures [23:15:42.245] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:42.245] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.245] | : . ' , ; ` | : Total time: 0 [23:15:42.249] | : . ' , ; ` | Polling for a free worker ... done [23:15:42.249] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.249] | : . ' , ; ` | : Listing all futures [23:15:42.249] | : . ' , ; ` | : Number of registered futures: 0 [23:15:42.250] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.250] | : . ' , ; ` | avail: [n=2] '1', '2' [23:15:42.250] | : . ' , ; ` | Index of first available worker: 1 [23:15:42.251] | : . ' , ; ` | Validate that the worker is functional ... [23:15:42.251] | : . ' , ; ` | : Worker is functional [23:15:42.252] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.252] | : . ' , ; ` | : . Listing all futures [23:15:42.252] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:42.252] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.253] | : . ' , ; ` | Validate that the worker is functional ... done [23:15:42.253] | : . ' , ; ` requestNode() ... done [23:15:42.253] | : . ' , ; ` cluster node index: 1 [23:15:42.254] | : . ' , ; requestWorker() ... done [23:15:42.254] | : . ' , ; eraseGlobalEnvironment() ... [23:15:42.255] | : . ' , ; eraseGlobalEnvironment() ... done [23:15:42.255] | : . ' , ; launchFuture() ... [23:15:42.255] | : . ' , ; ` cluster node index: 1 [23:15:42.255] | : . ' , ; ` getFutureData() ... [23:15:42.256] | : . ' , ; ` | getFutureCore() ... [23:15:42.256] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [23:15:42.256] | : . ' , ; ` | getFutureCore() ... done [23:15:42.257] | : . ' , ; ` | getFutureCapture() ... [23:15:42.257] | : . ' , ; ` | getFutureCapture() ... done [23:15:42.257] | : . ' , ; ` | getFutureContext() ... [23:15:42.258] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:42.258] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:15:42.258] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:42.258] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:15:42.259] | : . ' , ; ` | getFutureContext() ... done [23:15:42.259] | : . ' , ; ` getFutureData() ... done [23:15:42.260] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... [23:15:42.260] | : . ' , ; ` | Appended future to position #1 [23:15:42.260] | : . ' , ; ` | Number of registered futures: 1 [23:15:42.261] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... done [23:15:42.261] | : . ' , ; launchFuture() ... done [23:15:42.261] | : . ' , ; MultisessionFuture started [23:15:42.262] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:15:42.262] | : . ' Launching futures ... done [23:15:42.262] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:15:42.262] | : . Using MultisessionFutureBackend ... done [23:15:42.263] | : run() for 'Future' () ... done [23:15:42.263] | future(..., label = NULL) ... done [23:15:42.263] | result() for ClusterFuture ... [23:15:42.264] | : assertValidConnection() ... [23:15:42.264] | : . cluster node index: 1 [23:15:42.265] | : assertValidConnection() ... done [23:15:42.265] | : receiveMessageFromWorker() for ClusterFuture ... [23:15:42.265] | : . cluster node index: 1 [23:15:42.268] | : . [1] TRUE [23:15:42.269] | : . Received data: [23:15:42.269] | : . List of 5 [23:15:42.269] | : . $ type : chr "VALUE" [23:15:42.269] | : . $ value :List of 16 [23:15:42.269] | : . ..$ value : int 42 [23:15:42.269] | : . ..$ visible : logi TRUE [23:15:42.269] | : . ..$ stdout : NULL [23:15:42.269] | : . ..$ conditions : list() [23:15:42.269] | : . ..$ rng : logi FALSE [23:15:42.269] | : . ..$ seed : NULL [23:15:42.269] | : . ..$ misuseGlobalEnv : NULL [23:15:42.269] | : . ..$ misuseConnections :List of 3 [23:15:42.269] | : . .. ..$ added : NULL [23:15:42.269] | : . .. ..$ removed : NULL [23:15:42.269] | : . .. ..$ replaced: NULL [23:15:42.269] | : . ..$ misuseDevices : NULL [23:15:42.269] | : . ..$ misuseDefaultDevice: list() [23:15:42.269] | : . ..$ started : POSIXct[1:1], format: "2025-11-16 23:15:42" [23:15:42.269] | : . ..$ finished : POSIXct[1:1], format: "2025-11-16 23:15:42" [23:15:42.269] | : . ..$ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "16" [23:15:42.269] | : . ..$ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" [23:15:42.269] | : . .. ..- attr(*, "source")=List of 5 [23:15:42.269] | : . .. .. ..$ host : Named chr "CRANWIN3" [23:15:42.269] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:15:42.269] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:15:42.269] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:15:42.269] | : . .. .. ..$ pid : int 23996 [23:15:42.269] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:42.269] | : . .. .. ..$ random: int 2147483647 [23:15:42.269] | : . ..$ r_info :List of 4 [23:15:42.269] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:15:42.269] | : . .. .. ..$ : int [1:3] 4 6 0 [23:15:42.269] | : . .. ..$ os : chr "windows" [23:15:42.269] | : . .. ..$ os_name : chr "Windows" [23:15:42.269] | : . .. ..$ captures_utf8: logi TRUE [23:15:42.269] | : . ..$ version : chr "1.8" [23:15:42.269] | : . ..- attr(*, "class")= chr "FutureResult" [23:15:42.269] | : . $ success: logi TRUE [23:15:42.269] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:15:42.269] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:15:42.269] | : . $ tag : NULL [23:15:42.287] | : . Received FutureResult [23:15:42.287] | : . FutureResult: [23:15:42.287] | : . value: 'integer' [23:15:42.287] | : . visible: TRUE [23:15:42.287] | : . stdout: NULL [23:15:42.287] | : . conditions: [n = 0] [23:15:42.287] | : . RNG used: FALSE [23:15:42.287] | : . duration: 0.006650925 secs (started 2025-11-16 23:15:42.260554) [23:15:42.287] | : . version: 1.8 [23:15:42.288] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... [23:15:42.288] | : . ' Removed future from position #1 [23:15:42.289] | : . ' Number of registered futures: 0 [23:15:42.289] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... done [23:15:42.289] | : . Erased future from future backend [23:15:42.289] | : . result() for ClusterFuture ... [23:15:42.290] | : . ' result already collected: FutureResult [23:15:42.290] | : . result() for ClusterFuture ... done [23:15:42.290] | : . signalConditions() ... [23:15:42.290] | : . ' include = 'immediateCondition' [23:15:42.291] | : . ' exclude = [23:15:42.291] | : . ' resignal = FALSE [23:15:42.291] | : . ' Number of conditions: 0 [23:15:42.291] | : . ' int 0 [23:15:42.292] | : . signalConditions() ... done [23:15:42.292] | : receiveMessageFromWorker() for ClusterFuture ... done [23:15:42.293] | 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: "2025-11-16 23:15:42" $ finished : POSIXct[1:1], format: "2025-11-16 23:15:42" $ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "16" $ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" ..- 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 23996 .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" .. ..$ 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" [23:15:42.310] | value() for MultisessionFuture () ... [23:15:42.311] | : result() for ClusterFuture ... [23:15:42.311] | : . result already collected: FutureResult [23:15:42.311] | : result() for ClusterFuture ... done [23:15:42.312] | : result() for ClusterFuture ... [23:15:42.312] | : . result already collected: FutureResult [23:15:42.312] | : result() for ClusterFuture ... done [23:15:42.312] | : signalConditions() ... [23:15:42.313] | : . include = 'immediateCondition' [23:15:42.313] | : . exclude = [23:15:42.313] | : . resignal = FALSE [23:15:42.313] | : . Number of conditions: 0 [23:15:42.313] | : . int 0 [23:15:42.314] | : signalConditions() ... done [23:15:42.314] | : relay stdout ... [23:15:42.314] | : relay stdout ... done [23:15:42.314] | : check for misuse ... [23:15:42.315] | : check for misuse ... done [23:15:42.315] | value() for MultisessionFuture () ... done [23:15:42.315] | future(..., label = NULL) ... [23:15:42.315] | : lazy: FALSE [23:15:42.316] | : stdout: NA [23:15:42.316] | : conditions: [n=1] 'condition' [23:15:42.316] | : gc: FALSE [23:15:42.316] | : earlySignal: FALSE [23:15:42.316] | : getGlobalsAndPackages() ... [23:15:42.316] | : . Searching for globals ... [23:15:42.358] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [23:15:42.359] | : . Searching for globals ... done [23:15:42.359] | : . Resolving globals: FALSE [23:15:42.359] | : . Search for packages associated with the globals ... [23:15:42.360] | : . ' Packages associated with globals: [2] 'base', 'utils' [23:15:42.360] | : . ' Packages: [2] 'base', 'utils' [23:15:42.361] | : . Search for packages associated with the globals ... done [23:15:42.361] | : . Packages after dropping 'base': [1] 'utils' [23:15:42.361] | : . Packages after dropping non-attached packages: [1] 'utils' [23:15:42.362] | : . globals: [0] [23:15:42.362] | : . packages: [1] 'utils' [23:15:42.362] | : getGlobalsAndPackages() ... done [23:15:42.363] | : run() for 'Future' () ... [23:15:42.363] | : . state: 'created' [23:15:42.363] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:42.363] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:42.364] | : . Using MultisessionFutureBackend ... [23:15:42.364] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [23:15:42.364] | : . ' Launching futures ... [23:15:42.365] | : . ' , launchFuture() for ClusterFutureBackend ... [23:15:42.365] | : . ' , ; Workers: [n=2] [23:15:42.366] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:42.369] | : . ' , ; FutureRegistry: 'workers-12ef3655fe7755d250fec986738be0ee' [23:15:42.369] | : . ' , ; requestWorker() ... [23:15:42.370] | : . ' , ; ` requestNode() ... [23:15:42.370] | : . ' , ; ` | Number of workers: 2 [23:15:42.370] | : . ' , ; ` | Polling for a free worker ... [23:15:42.370] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.371] | : . ' , ; ` | : . Listing all futures [23:15:42.371] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:42.371] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.372] | : . ' , ; ` | : Total time: 0 [23:15:42.372] | : . ' , ; ` | Polling for a free worker ... done [23:15:42.372] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.372] | : . ' , ; ` | : Listing all futures [23:15:42.373] | : . ' , ; ` | : Number of registered futures: 0 [23:15:42.373] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.373] | : . ' , ; ` | avail: [n=2] '1', '2' [23:15:42.374] | : . ' , ; ` | Index of first available worker: 1 [23:15:42.374] | : . ' , ; ` | Validate that the worker is functional ... [23:15:42.375] | : . ' , ; ` | : Worker is functional [23:15:42.375] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.375] | : . ' , ; ` | : . Listing all futures [23:15:42.376] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:42.376] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.376] | : . ' , ; ` | Validate that the worker is functional ... done [23:15:42.377] | : . ' , ; ` requestNode() ... done [23:15:42.377] | : . ' , ; ` cluster node index: 1 [23:15:42.377] | : . ' , ; requestWorker() ... done [23:15:42.377] | : . ' , ; eraseGlobalEnvironment() ... [23:15:42.378] | : . ' , ; eraseGlobalEnvironment() ... done [23:15:42.379] | : . ' , ; launchFuture() ... [23:15:42.379] | : . ' , ; ` cluster node index: 1 [23:15:42.379] | : . ' , ; ` getFutureData() ... [23:15:42.380] | : . ' , ; ` | getFutureCore() ... [23:15:42.380] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [23:15:42.380] | : . ' , ; ` | getFutureCore() ... done [23:15:42.380] | : . ' , ; ` | getFutureCapture() ... [23:15:42.381] | : . ' , ; ` | getFutureCapture() ... done [23:15:42.381] | : . ' , ; ` | getFutureContext() ... [23:15:42.381] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:42.382] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:15:42.382] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:42.382] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:15:42.382] | : . ' , ; ` | getFutureContext() ... done [23:15:42.383] | : . ' , ; ` getFutureData() ... done [23:15:42.383] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... [23:15:42.384] | : . ' , ; ` | Appended future to position #1 [23:15:42.384] | : . ' , ; ` | Number of registered futures: 1 [23:15:42.384] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... done [23:15:42.385] | : . ' , ; launchFuture() ... done [23:15:42.385] | : . ' , ; MultisessionFuture started [23:15:42.385] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:15:42.385] | : . ' Launching futures ... done [23:15:42.386] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:15:42.386] | : . Using MultisessionFutureBackend ... done [23:15:42.386] | : run() for 'Future' () ... done [23:15:42.387] | future(..., label = NULL) ... done [23:15:42.387] | value() for MultisessionFuture () ... [23:15:42.387] | : result() for ClusterFuture ... [23:15:42.388] | : . assertValidConnection() ... [23:15:42.388] | : . ' cluster node index: 1 [23:15:42.389] | : . assertValidConnection() ... done [23:15:42.389] | : . receiveMessageFromWorker() for ClusterFuture ... [23:15:42.389] | : . ' cluster node index: 1 [23:15:42.394] | : . ' [1] TRUE [23:15:42.394] | : . ' Received data: [23:15:42.395] | : . ' List of 5 [23:15:42.395] | : . ' $ type : chr "VALUE" [23:15:42.395] | : . ' $ value :List of 16 [23:15:42.395] | : . ' ..$ value : int 42 [23:15:42.395] | : . ' ..$ visible : logi TRUE [23:15:42.395] | : . ' ..$ stdout : NULL [23:15:42.395] | : . ' ..$ conditions : list() [23:15:42.395] | : . ' ..$ rng : logi FALSE [23:15:42.395] | : . ' ..$ seed : NULL [23:15:42.395] | : . ' ..$ misuseGlobalEnv : NULL [23:15:42.395] | : . ' ..$ misuseConnections :List of 3 [23:15:42.395] | : . ' .. ..$ added : NULL [23:15:42.395] | : . ' .. ..$ removed : NULL [23:15:42.395] | : . ' .. ..$ replaced: NULL [23:15:42.395] | : . ' ..$ misuseDevices : NULL [23:15:42.395] | : . ' ..$ misuseDefaultDevice: list() [23:15:42.395] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:15:42" [23:15:42.395] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:15:42" [23:15:42.395] | : . ' ..$ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "17" [23:15:42.395] | : . ' ..$ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" [23:15:42.395] | : . ' .. ..- attr(*, "source")=List of 5 [23:15:42.395] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:15:42.395] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:15:42.395] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:15:42.395] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:15:42.395] | : . ' .. .. ..$ pid : int 23996 [23:15:42.395] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:42.395] | : . ' .. .. ..$ random: int 2147483647 [23:15:42.395] | : . ' ..$ r_info :List of 4 [23:15:42.395] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:15:42.395] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:15:42.395] | : . ' .. ..$ os : chr "windows" [23:15:42.395] | : . ' .. ..$ os_name : chr "Windows" [23:15:42.395] | : . ' .. ..$ captures_utf8: logi TRUE [23:15:42.395] | : . ' ..$ version : chr "1.8" [23:15:42.395] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:15:42.395] | : . ' $ success: logi TRUE [23:15:42.395] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:15:42.395] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:15:42.395] | : . ' $ tag : NULL [23:15:42.416] | : . ' Received FutureResult [23:15:42.417] | : . ' FutureResult: [23:15:42.417] | : . ' value: 'integer' [23:15:42.417] | : . ' visible: TRUE [23:15:42.417] | : . ' stdout: NULL [23:15:42.417] | : . ' conditions: [n = 0] [23:15:42.417] | : . ' RNG used: FALSE [23:15:42.417] | : . ' duration: 0.007833004 secs (started 2025-11-16 23:15:42.384348) [23:15:42.417] | : . ' version: 1.8 [23:15:42.417] | : . ' FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... [23:15:42.418] | : . ' , Removed future from position #1 [23:15:42.418] | : . ' , Number of registered futures: 0 [23:15:42.418] | : . ' FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... done [23:15:42.418] | : . ' Erased future from future backend [23:15:42.418] | : . ' result() for ClusterFuture ... [23:15:42.419] | : . ' , result already collected: FutureResult [23:15:42.419] | : . ' result() for ClusterFuture ... done [23:15:42.419] | : . ' signalConditions() ... [23:15:42.419] | : . ' , include = 'immediateCondition' [23:15:42.419] | : . ' , exclude = [23:15:42.419] | : . ' , resignal = FALSE [23:15:42.420] | : . ' , Number of conditions: 0 [23:15:42.420] | : . ' , int 0 [23:15:42.420] | : . ' signalConditions() ... done [23:15:42.420] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:15:42.421] | : result() for ClusterFuture ... done [23:15:42.421] | : result() for ClusterFuture ... [23:15:42.421] | : . result already collected: FutureResult [23:15:42.421] | : result() for ClusterFuture ... done [23:15:42.421] | : signalConditions() ... [23:15:42.422] | : . include = 'immediateCondition' [23:15:42.422] | : . exclude = [23:15:42.422] | : . resignal = FALSE [23:15:42.422] | : . Number of conditions: 0 [23:15:42.422] | : . int 0 [23:15:42.423] | : signalConditions() ... done [23:15:42.423] | : relay stdout ... [23:15:42.423] | : relay stdout ... done [23:15:42.423] | : check for misuse ... [23:15:42.424] | : check for misuse ... done [23:15:42.424] | value() for MultisessionFuture () ... done - stdout = structure(TRUE, drop = TRUE) [23:15:42.424] | future(..., label = NULL) ... [23:15:42.424] | : lazy: FALSE [23:15:42.424] | : stdout: TRUE [23:15:42.425] | : conditions: [n=1] 'condition' [23:15:42.425] | : gc: FALSE [23:15:42.425] | : earlySignal: FALSE [23:15:42.425] | : getGlobalsAndPackages() ... [23:15:42.425] | : . Searching for globals ... [23:15:42.429] | : . ' globals found: [1] 'print' [23:15:42.429] | : . Searching for globals ... done [23:15:42.429] | : . Resolving globals: FALSE [23:15:42.430] | : . Search for packages associated with the globals ... [23:15:42.430] | : . ' Packages associated with globals: [1] 'base' [23:15:42.430] | : . ' Packages: [1] 'base' [23:15:42.430] | : . Search for packages associated with the globals ... done [23:15:42.431] | : . Packages after dropping 'base': [0] [23:15:42.431] | : . globals: [0] [23:15:42.431] | : . packages: [0] [23:15:42.431] | : getGlobalsAndPackages() ... done [23:15:42.431] | : run() for 'Future' () ... [23:15:42.432] | : . state: 'created' [23:15:42.432] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:42.432] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:42.432] | : . Using MultisessionFutureBackend ... [23:15:42.432] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [23:15:42.433] | : . ' Launching futures ... [23:15:42.433] | : . ' , launchFuture() for ClusterFutureBackend ... [23:15:42.433] | : . ' , ; Workers: [n=2] [23:15:42.433] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:15:42.435] | : . ' , ; FutureRegistry: 'workers-12ef3655fe7755d250fec986738be0ee' [23:15:42.435] | : . ' , ; requestWorker() ... [23:15:42.435] | : . ' , ; ` requestNode() ... [23:15:42.436] | : . ' , ; ` | Number of workers: 2 [23:15:42.436] | : . ' , ; ` | Polling for a free worker ... [23:15:42.436] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.436] | : . ' , ; ` | : . Listing all futures [23:15:42.436] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:42.436] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.437] | : . ' , ; ` | : Total time: 0 [23:15:42.437] | : . ' , ; ` | Polling for a free worker ... done [23:15:42.437] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.437] | : . ' , ; ` | : Listing all futures [23:15:42.437] | : . ' , ; ` | : Number of registered futures: 0 [23:15:42.437] | : . ' , ; ` | FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.438] | : . ' , ; ` | avail: [n=2] '1', '2' [23:15:42.438] | : . ' , ; ` | Index of first available worker: 1 [23:15:42.438] | : . ' , ; ` | Validate that the worker is functional ... [23:15:42.439] | : . ' , ; ` | : Worker is functional [23:15:42.439] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... [23:15:42.439] | : . ' , ; ` | : . Listing all futures [23:15:42.439] | : . ' , ; ` | : . Number of registered futures: 0 [23:15:42.439] | : . ' , ; ` | : FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'list', earlySignal = 0) ... done [23:15:42.440] | : . ' , ; ` | Validate that the worker is functional ... done [23:15:42.440] | : . ' , ; ` requestNode() ... done [23:15:42.440] | : . ' , ; ` cluster node index: 1 [23:15:42.440] | : . ' , ; requestWorker() ... done [23:15:42.440] | : . ' , ; eraseGlobalEnvironment() ... [23:15:42.441] | : . ' , ; eraseGlobalEnvironment() ... done [23:15:42.441] | : . ' , ; launchFuture() ... [23:15:42.441] | : . ' , ; ` cluster node index: 1 [23:15:42.441] | : . ' , ; ` getFutureData() ... [23:15:42.441] | : . ' , ; ` | getFutureCore() ... [23:15:42.442] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:15:42.442] | : . ' , ; ` | getFutureCore() ... done [23:15:42.442] | : . ' , ; ` | getFutureCapture() ... [23:15:42.442] | : . ' , ; ` | getFutureCapture() ... done [23:15:42.443] | : . ' , ; ` | getFutureContext() ... [23:15:42.443] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:42.443] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:15:42.443] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:42.443] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:15:42.444] | : . ' , ; ` | getFutureContext() ... done [23:15:42.444] | : . ' , ; ` getFutureData() ... done [23:15:42.444] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... [23:15:42.445] | : . ' , ; ` | Appended future to position #1 [23:15:42.445] | : . ' , ; ` | Number of registered futures: 1 [23:15:42.445] | : . ' , ; ` FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'add', earlySignal = 0) ... done [23:15:42.445] | : . ' , ; launchFuture() ... done [23:15:42.445] | : . ' , ; MultisessionFuture started [23:15:42.445] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:15:42.446] | : . ' Launching futures ... done [23:15:42.446] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:15:42.446] | : . Using MultisessionFutureBackend ... done [23:15:42.446] | : run() for 'Future' () ... done [23:15:42.446] | future(..., label = NULL) ... done [23:15:42.447] | result() for ClusterFuture ... [23:15:42.447] | : assertValidConnection() ... [23:15:42.447] | : . cluster node index: 1 [23:15:42.448] | : assertValidConnection() ... done [23:15:42.448] | : receiveMessageFromWorker() for ClusterFuture ... [23:15:42.449] | : . cluster node index: 1 [23:15:42.451] | : . [1] TRUE [23:15:42.451] | : . Received data: [23:15:42.452] | : . List of 5 [23:15:42.452] | : . $ type : chr "VALUE" [23:15:42.452] | : . $ value :List of 16 [23:15:42.452] | : . ..$ value : num 42 [23:15:42.452] | : . ..$ visible : logi FALSE [23:15:42.452] | : . ..$ stdout : chr "[1] 42\n" [23:15:42.452] | : . ..$ conditions : list() [23:15:42.452] | : . ..$ rng : logi FALSE [23:15:42.452] | : . ..$ seed : NULL [23:15:42.452] | : . ..$ misuseGlobalEnv : NULL [23:15:42.452] | : . ..$ misuseConnections :List of 3 [23:15:42.452] | : . .. ..$ added : NULL [23:15:42.452] | : . .. ..$ removed : NULL [23:15:42.452] | : . .. ..$ replaced: NULL [23:15:42.452] | : . ..$ misuseDevices : NULL [23:15:42.452] | : . ..$ misuseDefaultDevice: list() [23:15:42.452] | : . ..$ started : POSIXct[1:1], format: "2025-11-16 23:15:42" [23:15:42.452] | : . ..$ finished : POSIXct[1:1], format: "2025-11-16 23:15:42" [23:15:42.452] | : . ..$ uuid : chr [1:2] "954ba3649bd1178392775652a33b81a0" "18" [23:15:42.452] | : . ..$ session_uuid : chr "e07ab1932b5c8d820cf2f0e170a0a7d0" [23:15:42.452] | : . .. ..- attr(*, "source")=List of 5 [23:15:42.452] | : . .. .. ..$ host : Named chr "CRANWIN3" [23:15:42.452] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:15:42.452] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:15:42.452] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:15:42.452] | : . .. .. ..$ pid : int 23996 [23:15:42.452] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:15:41" [23:15:42.452] | : . .. .. ..$ random: int 2147483647 [23:15:42.452] | : . ..$ r_info :List of 4 [23:15:42.452] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:15:42.452] | : . .. .. ..$ : int [1:3] 4 6 0 [23:15:42.452] | : . .. ..$ os : chr "windows" [23:15:42.452] | : . .. ..$ os_name : chr "Windows" [23:15:42.452] | : . .. ..$ captures_utf8: logi TRUE [23:15:42.452] | : . ..$ version : chr "1.8" [23:15:42.452] | : . ..- attr(*, "class")= chr "FutureResult" [23:15:42.452] | : . $ success: logi TRUE [23:15:42.452] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:15:42.452] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:15:42.452] | : . $ tag : NULL [23:15:42.469] | : . Received FutureResult [23:15:42.469] | : . FutureResult: [23:15:42.469] | : . value: 'numeric' [23:15:42.469] | : . visible: FALSE [23:15:42.469] | : . stdout: character [23:15:42.469] | : . conditions: [n = 0] [23:15:42.469] | : . RNG used: FALSE [23:15:42.469] | : . duration: 0.00464797 secs (started 2025-11-16 23:15:42.445075) [23:15:42.469] | : . version: 1.8 [23:15:42.470] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... [23:15:42.470] | : . ' Removed future from position #1 [23:15:42.470] | : . ' Number of registered futures: 0 [23:15:42.470] | : . FutureRegistry('workers-12ef3655fe7755d250fec986738be0ee', action = 'remove', earlySignal = 0) ... done [23:15:42.470] | : . Erased future from future backend [23:15:42.471] | : . result() for ClusterFuture ... [23:15:42.471] | : . ' result already collected: FutureResult [23:15:42.471] | : . result() for ClusterFuture ... done [23:15:42.471] | : . signalConditions() ... [23:15:42.471] | : . ' include = 'immediateCondition' [23:15:42.472] | : . ' exclude = [23:15:42.472] | : . ' resignal = FALSE [23:15:42.472] | : . ' Number of conditions: 0 [23:15:42.472] | : . ' int 0 [23:15:42.473] | : . signalConditions() ... done [23:15:42.473] | : receiveMessageFromWorker() for ClusterFuture ... done [23:15:42.473] | result() for ClusterFuture ... done [23:15:42.473] | value() for MultisessionFuture () ... [23:15:42.473] | : result() for ClusterFuture ... [23:15:42.474] | : . result already collected: FutureResult [23:15:42.474] | : result() for ClusterFuture ... done [23:15:42.474] | : result() for ClusterFuture ... [23:15:42.474] | : . result already collected: FutureResult [23:15:42.474] | : result() for ClusterFuture ... done [23:15:42.475] | : signalConditions() ... [23:15:42.475] | : . include = 'immediateCondition' [23:15:42.475] | : . exclude = [23:15:42.475] | : . resignal = FALSE [23:15:42.475] | : . Number of conditions: 0 [23:15:42.476] | : . int 0 [23:15:42.476] | : signalConditions() ... done [23:15:42.476] | : relay stdout ... [1] 42 [23:15:42.477] | : relay stdout ... done [23:15:42.477] | : check for misuse ... [23:15:42.477] | : check for misuse ... done [23:15:42.477] | value() for MultisessionFuture () ... done [23:15:42.477] | result() for ClusterFuture ... [23:15:42.477] | : result already collected: FutureResult [23:15:42.478] | result() for ClusterFuture ... done multisession ... done Testing with 2 cores ... done > message("*** Standard output ... DONE") *** Standard output ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=214] '!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', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_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: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_11_16_23_10_16_9296' Sourcing 6 epilogue scripts ... done Test time: user.self=3s, sys.self=0.1s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'stdout' ... success > > proc.time() user system elapsed 3.12 0.23 4.43