R Under development (unstable) (2025-07-28 r88462 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) [12:35:39.007] Option 'future.startup.script': TRUE [12:35:39.009] Future startup scripts considered: '.future.R', '~/.future.R' [12:35:39.009] Future startup scripts found: > message("*** Standard output ...") *** Standard output ... > truth_rows <- utils::capture.output({ + print(1:50) + str(1:50) + cat(letters, sep = "-") + cat(1:6, collapse = "\n") + write.ta .... [TRUNCATED] > truth <- paste0(paste(truth_rows, collapse = "\n"), + "\n") > print(truth) [1] " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25\n[26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50\n int [1:50] 1 2 3 4 5 6 7 8 9 10 ...\na-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 \n\"Sepal.Length\"\t\"Sepal.Width\"\t\"Petal.Length\"\t\"Petal.Width\"\t\"Species\"\n\"1\"\t5.1\t3.5\t1.4\t0.2\t\"setosa\"\n\"2\"\t4.9\t3\t1.4\t0.2\t\"setosa\"\n\"3\"\t4.7\t3.2\t1.3\t0.2\t\"setosa\"\n\"4\"\t4.6\t3.1\t1.5\t0.2\t\"setosa\"\n\"5\"\t5\t3.6\t1.4\t0.2\t\"setosa\"\n\"6\"\t5.4\t3.9\t1.7\t0.4\t\"setosa\"\n\"7\"\t4.6\t3.4\t1.4\t0.3\t\"setosa\"\n\"8\"\t5\t3.4\t1.5\t0.2\t\"setosa\"\n\"9\"\t4.4\t2.9\t1.4\t0.2\t\"setosa\"\n\"10\"\t4.9\t3.1\t1.5\t0.1\t\"setosa\"\n" > for (cores in seq_len(min(2, availCores))) { + message(sprintf("Testing with %d cores ...", cores)) + options(mc.cores = cores) + for (s .... [TRUNCATED] Testing with 1 cores ... sequential ... [12:35:39.082] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.083] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:35:39.083] | : all.equal() for FutureStrategyList ... [12:35:39.084] | : . New stack: [12:35:39.084] | : . List of 1 [12:35:39.084] | : . $ :function (..., envir = parent.frame()) [12:35:39.084] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.084] | : . ..- attr(*, "init")= logi TRUE [12:35:39.084] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.084] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.084] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.084] | : . ..- attr(*, "call")= language plan(strategy) [12:35:39.084] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.089] | : . Old stack: [12:35:39.090] | : . List of 1 [12:35:39.090] | : . $ :function (..., envir = parent.frame()) [12:35:39.090] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.090] | : . ..- attr(*, "init")= logi TRUE [12:35:39.090] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.090] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.090] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.090] | : . ..- attr(*, "call")= language plan(sequential) [12:35:39.090] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.094] | : . Not identical [12:35:39.095] | : . all.equal() for future ... [12:35:39.095] | : . ' List of 2 [12:35:39.095] | : . ' $ target :function (..., envir = parent.frame()) [12:35:39.095] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.095] | : . ' ..- attr(*, "init")= logi TRUE [12:35:39.095] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.095] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.095] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.095] | : . ' ..- attr(*, "call")= language plan(strategy) [12:35:39.095] | : . ' $ current:function (..., envir = parent.frame()) [12:35:39.095] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.095] | : . ' ..- attr(*, "init")= logi TRUE [12:35:39.095] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.095] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.095] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.095] | : . ' ..- attr(*, "call")= language plan(sequential) [12:35:39.107] | : . all.equal() for future ... done [12:35:39.107] | : all.equal() for FutureStrategyList ... done [12:35:39.108] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.108] | : List of future strategies: [12:35:39.108] | : 1. sequential: [12:35:39.108] | : - args: function (..., envir = parent.frame(), workers = "") [12:35:39.108] | : - tweaked: FALSE [12:35:39.108] | : - call: plan(sequential) [12:35:39.109] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:35:39.109] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - stdout = TRUE [12:35:39.110] future(..., label = NULL) ... [12:35:39.110] | lazy: FALSE [12:35:39.110] | stdout: TRUE [12:35:39.111] | conditions: [n=1] 'condition' [12:35:39.111] | gc: FALSE [12:35:39.111] | earlySignal: FALSE [12:35:39.112] | getGlobalsAndPackages() ... [12:35:39.113] | : Searching for globals ... [12:35:39.199] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:39.200] | : Searching for globals ... done [12:35:39.200] | : Resolving globals: FALSE [12:35:39.201] | : Search for packages associated with the globals ... [12:35:39.201] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:39.202] | : . Packages: [2] 'base', 'utils' [12:35:39.202] | : Search for packages associated with the globals ... done [12:35:39.205] | : Packages after dropping 'base': [1] 'utils' [12:35:39.205] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:39.206] | : globals: [0] [12:35:39.206] | : packages: [1] 'utils' [12:35:39.206] | getGlobalsAndPackages() ... done [12:35:39.208] | run() for 'Future' () ... [12:35:39.208] | : state: 'created' [12:35:39.209] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.209] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:35:39.209] | : . ' function (..., envir = parent.frame()) [12:35:39.209] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.209] | : . ' - attr(*, "init")= logi TRUE [12:35:39.209] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.209] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.209] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.209] | : . ' - attr(*, "call")= language plan(sequential) [12:35:39.215] | : . ' init: TRUE [12:35:39.215] | : . ' makeFutureBackend() ... [12:35:39.216] | : . ' , Backend function: <'NULL'> [12:35:39.216] | : . ' , Evaluator tweak arguments: [n=0] [12:35:39.216] | : . ' , list() [12:35:39.217] | : . ' , Evaluator formal arguments: [n=0] [12:35:39.217] | : . ' , list() [12:35:39.218] | : . ' , Backend factory arguments: [n=0] [12:35:39.218] | : . ' , NULL [12:35:39.219] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:35:39.220] | : . ' makeFutureBackend() ... done [12:35:39.220] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:35:39.220] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.221] | : Using SequentialFutureBackend ... [12:35:39.221] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:35:39.222] | : . Launching futures ... [12:35:39.222] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:39.223] | : . ' , getFutureData() ... [12:35:39.223] | : . ' , ; getFutureCore() ... [12:35:39.223] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:39.224] | : . ' , ; getFutureCore() ... done [12:35:39.224] | : . ' , ; getFutureCapture() ... [12:35:39.225] | : . ' , ; getFutureCapture() ... done [12:35:39.225] | : . ' , ; getFutureContext() ... [12:35:39.226] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.226] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:39.226] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.227] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:39.227] | : . ' , ; getFutureContext() ... done [12:35:39.228] | : . ' , getFutureData() ... done [12:35:39.234] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.234] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:39.235] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.236] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.236] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:39.237] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:39.237] | : . ' , ; ` | New stack: [12:35:39.237] | : . ' , ; ` | List of 1 [12:35:39.237] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:39.237] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.237] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:39.237] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.237] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.237] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.237] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:39.237] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.243] | : . ' , ; ` | Old stack: [12:35:39.244] | : . ' , ; ` | List of 1 [12:35:39.244] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:39.244] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.244] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:39.244] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.244] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.244] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.244] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:39.244] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.244] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.244] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.244] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.254] | : . ' , ; ` | Not identical [12:35:39.254] | : . ' , ; ` | all.equal() for future ... [12:35:39.255] | : . ' , ; ` | : List of 2 [12:35:39.255] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.255] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:39.255] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.255] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.255] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.255] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.255] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.262] | : . ' , ; ` | all.equal() for future ... done [12:35:39.262] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:39.262] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.262] | : . ' , ; ` List of future strategies: [12:35:39.262] | : . ' , ; ` 1. sequential: [12:35:39.262] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:39.262] | : . ' , ; ` - tweaked: FALSE [12:35:39.262] | : . ' , ; ` - call: plan(sequential) [12:35:39.263] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:39.263] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.268] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.268] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.269] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:39.269] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:39.269] | : . ' , ; ` | : New stack: [12:35:39.269] | : . ' , ; ` | : List of 1 [12:35:39.269] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:39.269] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.269] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.269] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.269] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.269] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.269] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.269] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.269] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.269] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.269] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.312] | : . ' , ; ` | : Old stack: [12:35:39.313] | : . ' , ; ` | : List of 1 [12:35:39.313] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:39.313] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.313] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.313] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.313] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.313] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.313] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.313] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.313] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.313] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.313] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.318] | : . ' , ; ` | : Identical [12:35:39.318] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:39.318] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.319] | : . ' , ; ` | List of future strategies: [12:35:39.319] | : . ' , ; ` | 1. sequential: [12:35:39.319] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:39.319] | : . ' , ; ` | - tweaked: FALSE [12:35:39.319] | : . ' , ; ` | - call: plan(sequential) [12:35:39.320] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:39.320] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.320] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.325] | : . ' , SequentialFuture started (and completed) [12:35:39.326] | : . ' , signalConditions() ... [12:35:39.326] | : . ' , ; include = 'immediateCondition' [12:35:39.326] | : . ' , ; exclude = [12:35:39.326] | : . ' , ; resignal = FALSE [12:35:39.327] | : . ' , ; Number of conditions: 6 [12:35:39.327] | : . ' , ; int 6 [12:35:39.328] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.328] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.328] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.329] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.329] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.329] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.330] | : . ' , signalConditions() ... done [12:35:39.330] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:39.330] | : . Launching futures ... done [12:35:39.331] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:39.331] | : Using SequentialFutureBackend ... done [12:35:39.331] | run() for 'Future' () ... done [12:35:39.332] future(..., label = NULL) ... done List of 16 $ value : int 42 $ visible : logi TRUE $ stdout : chr " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25\n[26] 26 27 28 29 30 31 32 33 3"| __truncated__ $ conditions :List of 6 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.231] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.231] | : . ' , ; packages: [n=1] 'future'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.232] | : . ' , attachPackages() ... done\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.232] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.232] | : . ' , ; packages: [n=1] 'utils'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.233] | : . ' , 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-07-29 12:35:39" $ finished : POSIXct[1:1], format: "2025-07-29 12:35:39" $ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "1" $ session_uuid : chr "a4763765ffaa16fc12eef9b82cd28bd2" ..- 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 116720 .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35: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" [12:35:39.418] value() for SequentialFuture () ... [12:35:39.419] | signalConditions() ... [12:35:39.419] | : include = 'immediateCondition' [12:35:39.419] | : exclude = [12:35:39.420] | : resignal = FALSE [12:35:39.420] | : Number of conditions: 6 [12:35:39.420] | : int 6 [12:35:39.421] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.422] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.422] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.422] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.423] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.423] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.423] | signalConditions() ... done [12:35:39.424] | relay stdout ... [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 int [1:50] 1 2 3 4 5 6 7 8 9 10 ... a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species" "1" 5.1 3.5 1.4 0.2 "setosa" "2" 4.9 3 1.4 0.2 "setosa" "3" 4.7 3.2 1.3 0.2 "setosa" "4" 4.6 3.1 1.5 0.2 "setosa" "5" 5 3.6 1.4 0.2 "setosa" "6" 5.4 3.9 1.7 0.4 "setosa" "7" 4.6 3.4 1.4 0.3 "setosa" "8" 5 3.4 1.5 0.2 "setosa" "9" 4.4 2.9 1.4 0.2 "setosa" "10" 4.9 3.1 1.5 0.1 "setosa" [12:35:39.424] | relay stdout ... done [12:35:39.425] | check for misuse ... [12:35:39.425] | check for misuse ... done [12:35:39.425] | relay conditions ... [12:35:39.425] | : Future state: 'finished' [12:35:39.426] | : signalConditions() ... [12:35:39.426] | : . include = 'condition' [12:35:39.426] | : . exclude = 'immediateCondition' [12:35:39.427] | : . resignal = TRUE [12:35:39.427] | : . Number of conditions: 6 [12:35:39.427] | : . int 6 [12:35:39.428] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.429] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:39.231] | : . ' , attachPackages() ... [12:35:39.429] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.429] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:39.231] | : . ' , ; packages: [n=1] 'future' [12:35:39.430] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.430] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:39.232] | : . ' , attachPackages() ... done [12:35:39.430] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.431] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:39.232] | : . ' , attachPackages() ... [12:35:39.431] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.432] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:39.232] | : . ' , ; packages: [n=1] 'utils' [12:35:39.432] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.432] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:39.233] | : . ' , attachPackages() ... done [12:35:39.433] | : signalConditions() ... done [12:35:39.433] | relay conditions ... done [12:35:39.433] 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.03716087 secs (started 2025-07-29 12:35:39.230648) version: 1.8 [12:35:39.436] future(..., label = NULL) ... [12:35:39.437] | lazy: FALSE [12:35:39.437] | stdout: TRUE [12:35:39.437] | conditions: [n=1] 'condition' [12:35:39.438] | gc: FALSE [12:35:39.438] | earlySignal: FALSE [12:35:39.438] | getGlobalsAndPackages() ... [12:35:39.439] | : Searching for globals ... [12:35:39.523] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:39.523] | : Searching for globals ... done [12:35:39.523] | : Resolving globals: FALSE [12:35:39.524] | : Search for packages associated with the globals ... [12:35:39.524] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:39.525] | : . Packages: [2] 'base', 'utils' [12:35:39.525] | : Search for packages associated with the globals ... done [12:35:39.525] | : Packages after dropping 'base': [1] 'utils' [12:35:39.525] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:39.526] | : globals: [0] [12:35:39.526] | : packages: [1] 'utils' [12:35:39.526] | getGlobalsAndPackages() ... done [12:35:39.527] | run() for 'Future' () ... [12:35:39.527] | : state: 'created' [12:35:39.527] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.528] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.528] | : Using SequentialFutureBackend ... [12:35:39.528] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:35:39.528] | : . Launching futures ... [12:35:39.529] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:39.529] | : . ' , getFutureData() ... [12:35:39.529] | : . ' , ; getFutureCore() ... [12:35:39.529] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:39.530] | : . ' , ; getFutureCore() ... done [12:35:39.530] | : . ' , ; getFutureCapture() ... [12:35:39.530] | : . ' , ; getFutureCapture() ... done [12:35:39.530] | : . ' , ; getFutureContext() ... [12:35:39.531] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.531] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:39.531] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.532] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:39.532] | : . ' , ; getFutureContext() ... done [12:35:39.532] | : . ' , getFutureData() ... done [12:35:39.536] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.536] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:39.537] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.537] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.537] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:39.538] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:39.538] | : . ' , ; ` | New stack: [12:35:39.538] | : . ' , ; ` | List of 1 [12:35:39.538] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:39.538] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.538] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:39.538] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.538] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.538] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.538] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:39.538] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.545] | : . ' , ; ` | Old stack: [12:35:39.546] | : . ' , ; ` | List of 1 [12:35:39.546] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:39.546] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.546] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:39.546] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.546] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.546] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.546] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:39.546] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.546] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.546] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.546] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.551] | : . ' , ; ` | Not identical [12:35:39.551] | : . ' , ; ` | all.equal() for future ... [12:35:39.552] | : . ' , ; ` | : List of 2 [12:35:39.552] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.552] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:39.552] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.552] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.552] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.552] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.552] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.560] | : . ' , ; ` | all.equal() for future ... done [12:35:39.560] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:39.561] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.561] | : . ' , ; ` List of future strategies: [12:35:39.561] | : . ' , ; ` 1. sequential: [12:35:39.561] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:39.561] | : . ' , ; ` - tweaked: FALSE [12:35:39.561] | : . ' , ; ` - call: plan(sequential) [12:35:39.562] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:39.562] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.566] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.567] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.567] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:39.567] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:39.567] | : . ' , ; ` | : New stack: [12:35:39.568] | : . ' , ; ` | : List of 1 [12:35:39.568] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:39.568] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.568] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.568] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.568] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.568] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.568] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.568] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.568] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.568] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.568] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.572] | : . ' , ; ` | : Old stack: [12:35:39.572] | : . ' , ; ` | : List of 1 [12:35:39.572] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:39.572] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.572] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.572] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.572] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.572] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.572] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.572] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.572] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.572] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.572] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.576] | : . ' , ; ` | : Identical [12:35:39.577] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:39.577] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.577] | : . ' , ; ` | List of future strategies: [12:35:39.577] | : . ' , ; ` | 1. sequential: [12:35:39.577] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:39.577] | : . ' , ; ` | - tweaked: FALSE [12:35:39.577] | : . ' , ; ` | - call: plan(sequential) [12:35:39.578] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:39.578] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.578] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.579] | : . ' , SequentialFuture started (and completed) [12:35:39.579] | : . ' , signalConditions() ... [12:35:39.579] | : . ' , ; include = 'immediateCondition' [12:35:39.580] | : . ' , ; exclude = [12:35:39.580] | : . ' , ; resignal = FALSE [12:35:39.580] | : . ' , ; Number of conditions: 6 [12:35:39.580] | : . ' , ; int 6 [12:35:39.581] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.581] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.581] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.581] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.581] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.582] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.582] | : . ' , signalConditions() ... done [12:35:39.582] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:39.582] | : . Launching futures ... done [12:35:39.582] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:39.582] | : Using SequentialFutureBackend ... done [12:35:39.583] | run() for 'Future' () ... done [12:35:39.583] future(..., label = NULL) ... done [12:35:39.583] value() for SequentialFuture () ... [12:35:39.583] | signalConditions() ... [12:35:39.584] | : include = 'immediateCondition' [12:35:39.584] | : exclude = [12:35:39.584] | : resignal = FALSE [12:35:39.584] | : Number of conditions: 6 [12:35:39.584] | : int 6 [12:35:39.585] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.585] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.585] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.585] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.585] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.586] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.586] | signalConditions() ... done [12:35:39.586] | relay stdout ... [12:35:39.586] | relay stdout ... done [12:35:39.586] | check for misuse ... [12:35:39.587] | check for misuse ... done [12:35:39.587] | relay conditions ... [12:35:39.587] | : Future state: 'finished' [12:35:39.587] | : signalConditions() ... [12:35:39.588] | : . include = 'condition' [12:35:39.588] | : . exclude = 'immediateCondition' [12:35:39.588] | : . resignal = TRUE [12:35:39.588] | : . Number of conditions: 6 [12:35:39.588] | : . int 6 [12:35:39.589] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.589] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:39.533] | : . ' , attachPackages() ... [12:35:39.589] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.590] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:39.533] | : . ' , ; packages: [n=1] 'future' [12:35:39.590] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.590] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:39.534] | : . ' , attachPackages() ... done [12:35:39.591] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.591] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:39.534] | : . ' , attachPackages() ... [12:35:39.591] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.591] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:39.534] | : . ' , ; packages: [n=1] 'utils' [12:35:39.591] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.592] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:39.535] | : . ' , attachPackages() ... done [12:35:39.592] | : signalConditions() ... done [12:35:39.592] | relay conditions ... done [12:35:39.592] value() for SequentialFuture () ... done [1] " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25" [2] "[26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50" [3] " int [1:50] 1 2 3 4 5 6 7 8 9 10 ..." [4] "a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 " [5] "\"Sepal.Length\"\t\"Sepal.Width\"\t\"Petal.Length\"\t\"Petal.Width\"\t\"Species\"" [6] "\"1\"\t5.1\t3.5\t1.4\t0.2\t\"setosa\"" [7] "\"2\"\t4.9\t3\t1.4\t0.2\t\"setosa\"" [8] "\"3\"\t4.7\t3.2\t1.3\t0.2\t\"setosa\"" [9] "\"4\"\t4.6\t3.1\t1.5\t0.2\t\"setosa\"" [10] "\"5\"\t5\t3.6\t1.4\t0.2\t\"setosa\"" [11] "\"6\"\t5.4\t3.9\t1.7\t0.4\t\"setosa\"" [12] "\"7\"\t4.6\t3.4\t1.4\t0.3\t\"setosa\"" [13] "\"8\"\t5\t3.4\t1.5\t0.2\t\"setosa\"" [14] "\"9\"\t4.4\t2.9\t1.4\t0.2\t\"setosa\"" [15] "\"10\"\t4.9\t3.1\t1.5\t0.1\t\"setosa\"" - stdout = structure(TRUE, drop = TRUE) [12:35:39.593] future(..., label = NULL) ... [12:35:39.593] | lazy: FALSE [12:35:39.593] | stdout: TRUE [12:35:39.594] | conditions: [n=1] 'condition' [12:35:39.594] | gc: FALSE [12:35:39.594] | earlySignal: FALSE [12:35:39.594] | getGlobalsAndPackages() ... [12:35:39.594] | : Searching for globals ... [12:35:39.599] | : . globals found: [1] 'print' [12:35:39.600] | : Searching for globals ... done [12:35:39.600] | : Resolving globals: FALSE [12:35:39.600] | : Search for packages associated with the globals ... [12:35:39.601] | : . Packages associated with globals: [1] 'base' [12:35:39.601] | : . Packages: [1] 'base' [12:35:39.601] | : Search for packages associated with the globals ... done [12:35:39.602] | : Packages after dropping 'base': [0] [12:35:39.602] | : globals: [0] [12:35:39.602] | : packages: [0] [12:35:39.603] | getGlobalsAndPackages() ... done [12:35:39.603] | run() for 'Future' () ... [12:35:39.603] | : state: 'created' [12:35:39.604] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.604] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.604] | : Using SequentialFutureBackend ... [12:35:39.604] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:35:39.605] | : . Launching futures ... [12:35:39.605] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:39.605] | : . ' , getFutureData() ... [12:35:39.605] | : . ' , ; getFutureCore() ... [12:35:39.605] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:35:39.606] | : . ' , ; getFutureCore() ... done [12:35:39.606] | : . ' , ; getFutureCapture() ... [12:35:39.606] | : . ' , ; getFutureCapture() ... done [12:35:39.606] | : . ' , ; getFutureContext() ... [12:35:39.606] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.607] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:39.607] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.607] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:39.607] | : . ' , ; getFutureContext() ... done [12:35:39.608] | : . ' , getFutureData() ... done [12:35:39.610] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.610] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:39.610] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.611] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.611] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:39.611] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:39.611] | : . ' , ; ` | New stack: [12:35:39.612] | : . ' , ; ` | List of 1 [12:35:39.612] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:39.612] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.612] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:39.612] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.612] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.612] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.612] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:39.612] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.616] | : . ' , ; ` | Old stack: [12:35:39.617] | : . ' , ; ` | List of 1 [12:35:39.617] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:39.617] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.617] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:39.617] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.617] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.617] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.617] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:39.617] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.617] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.617] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.617] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.625] | : . ' , ; ` | Not identical [12:35:39.626] | : . ' , ; ` | all.equal() for future ... [12:35:39.626] | : . ' , ; ` | : List of 2 [12:35:39.626] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.626] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:39.626] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.626] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.626] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.626] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.626] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.636] | : . ' , ; ` | all.equal() for future ... done [12:35:39.636] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:39.637] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.637] | : . ' , ; ` List of future strategies: [12:35:39.637] | : . ' , ; ` 1. sequential: [12:35:39.637] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:39.637] | : . ' , ; ` - tweaked: FALSE [12:35:39.637] | : . ' , ; ` - call: plan(sequential) [12:35:39.638] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:39.638] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.641] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.642] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.642] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:39.642] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:39.642] | : . ' , ; ` | : New stack: [12:35:39.643] | : . ' , ; ` | : List of 1 [12:35:39.643] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:39.643] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.643] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.643] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.643] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.643] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.643] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.643] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.643] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.643] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.643] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.648] | : . ' , ; ` | : Old stack: [12:35:39.648] | : . ' , ; ` | : List of 1 [12:35:39.648] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:39.648] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.648] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.648] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.648] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.648] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.648] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.648] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.648] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.648] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.648] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.654] | : . ' , ; ` | : Identical [12:35:39.654] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:39.654] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.654] | : . ' , ; ` | List of future strategies: [12:35:39.654] | : . ' , ; ` | 1. sequential: [12:35:39.654] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:39.654] | : . ' , ; ` | - tweaked: FALSE [12:35:39.654] | : . ' , ; ` | - call: plan(sequential) [12:35:39.655] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:39.656] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.656] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.656] | : . ' , SequentialFuture started (and completed) [12:35:39.657] | : . ' , signalConditions() ... [12:35:39.657] | : . ' , ; include = 'immediateCondition' [12:35:39.657] | : . ' , ; exclude = [12:35:39.657] | : . ' , ; resignal = FALSE [12:35:39.658] | : . ' , ; Number of conditions: 6 [12:35:39.658] | : . ' , ; int 6 [12:35:39.659] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.659] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.660] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.660] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.660] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.661] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.661] | : . ' , signalConditions() ... done [12:35:39.661] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:39.662] | : . Launching futures ... done [12:35:39.662] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:39.662] | : Using SequentialFutureBackend ... done [12:35:39.663] | run() for 'Future' () ... done [12:35:39.663] future(..., label = NULL) ... done [12:35:39.663] value() for SequentialFuture () ... [12:35:39.663] | signalConditions() ... [12:35:39.664] | : include = 'immediateCondition' [12:35:39.664] | : exclude = [12:35:39.664] | : resignal = FALSE [12:35:39.664] | : Number of conditions: 6 [12:35:39.664] | : int 6 [12:35:39.665] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.665] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.665] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.666] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.666] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.666] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.666] | signalConditions() ... done [12:35:39.666] | relay stdout ... [1] 42 [12:35:39.667] | relay stdout ... done [12:35:39.667] | check for misuse ... [12:35:39.667] | check for misuse ... done [12:35:39.667] | relay conditions ... [12:35:39.667] | : Future state: 'finished' [12:35:39.668] | : signalConditions() ... [12:35:39.668] | : . include = 'condition' [12:35:39.668] | : . exclude = 'immediateCondition' [12:35:39.668] | : . resignal = TRUE [12:35:39.668] | : . Number of conditions: 6 [12:35:39.669] | : . int 6 [12:35:39.669] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.670] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:39.608] | : . ' , attachPackages() ... [12:35:39.670] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.670] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:39.608] | : . ' , ; packages: [n=1] 'future' [12:35:39.671] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.671] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:39.609] | : . ' , attachPackages() ... done [12:35:39.671] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.672] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:39.609] | : . ' , attachPackages() ... [12:35:39.672] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.672] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:39.609] | : . ' , ; packages: [n=0] [12:35:39.672] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.673] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:39.609] | : . ' , attachPackages() ... done [12:35:39.673] | : signalConditions() ... done [12:35:39.673] | relay conditions ... done [12:35:39.674] value() for SequentialFuture () ... done - stdout = FALSE [12:35:39.674] future(..., label = NULL) ... [12:35:39.674] | lazy: FALSE [12:35:39.674] | stdout: FALSE [12:35:39.675] | conditions: [n=1] 'condition' [12:35:39.675] | gc: FALSE [12:35:39.675] | earlySignal: FALSE [12:35:39.675] | getGlobalsAndPackages() ... [12:35:39.676] | : Searching for globals ... [12:35:39.741] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:39.742] | : Searching for globals ... done [12:35:39.742] | : Resolving globals: FALSE [12:35:39.743] | : Search for packages associated with the globals ... [12:35:39.743] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:39.744] | : . Packages: [2] 'base', 'utils' [12:35:39.745] | : Search for packages associated with the globals ... done [12:35:39.745] | : Packages after dropping 'base': [1] 'utils' [12:35:39.746] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:39.746] | : globals: [0] [12:35:39.746] | : packages: [1] 'utils' [12:35:39.747] | getGlobalsAndPackages() ... done [12:35:39.747] | run() for 'Future' () ... [12:35:39.747] | : state: 'created' [12:35:39.748] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.748] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.748] | : Using SequentialFutureBackend ... [12:35:39.749] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:35:39.749] | : . Launching futures ... [12:35:39.749] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:39.750] | : . ' , getFutureData() ... [12:35:39.750] | : . ' , ; getFutureCore() ... [12:35:39.750] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:39.751] | : . ' , ; getFutureCore() ... done [12:35:39.751] | : . ' , ; getFutureCapture() ... [12:35:39.751] | : . ' , ; getFutureCapture() ... done [12:35:39.752] | : . ' , ; getFutureContext() ... [12:35:39.752] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.753] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:39.753] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.753] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:39.754] | : . ' , ; getFutureContext() ... done [12:35:39.754] | : . ' , getFutureData() ... done [12:35:39.757] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.758] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:39.758] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.759] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.759] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:39.759] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:39.760] | : . ' , ; ` | New stack: [12:35:39.760] | : . ' , ; ` | List of 1 [12:35:39.760] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:39.760] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.760] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:39.760] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.760] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.760] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.760] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:39.760] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.764] | : . ' , ; ` | Old stack: [12:35:39.765] | : . ' , ; ` | List of 1 [12:35:39.765] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:39.765] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.765] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:39.765] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.765] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.765] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.765] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:39.765] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.765] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.765] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.765] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.771] | : . ' , ; ` | Not identical [12:35:39.772] | : . ' , ; ` | all.equal() for future ... [12:35:39.772] | : . ' , ; ` | : List of 2 [12:35:39.772] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.772] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:39.772] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.772] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.772] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.772] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.772] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.780] | : . ' , ; ` | all.equal() for future ... done [12:35:39.780] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:39.780] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.780] | : . ' , ; ` List of future strategies: [12:35:39.780] | : . ' , ; ` 1. sequential: [12:35:39.780] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:39.780] | : . ' , ; ` - tweaked: FALSE [12:35:39.780] | : . ' , ; ` - call: plan(sequential) [12:35:39.781] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:39.781] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.786] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.786] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.787] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:39.787] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:39.787] | : . ' , ; ` | : New stack: [12:35:39.787] | : . ' , ; ` | : List of 1 [12:35:39.787] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:39.787] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.787] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.787] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.787] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.787] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.787] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.787] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.787] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.787] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.787] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.792] | : . ' , ; ` | : Old stack: [12:35:39.792] | : . ' , ; ` | : List of 1 [12:35:39.792] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:39.792] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.792] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.792] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.792] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.792] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.792] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.792] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.792] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.792] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.792] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.796] | : . ' , ; ` | : Identical [12:35:39.796] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:39.797] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.797] | : . ' , ; ` | List of future strategies: [12:35:39.797] | : . ' , ; ` | 1. sequential: [12:35:39.797] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:39.797] | : . ' , ; ` | - tweaked: FALSE [12:35:39.797] | : . ' , ; ` | - call: plan(sequential) [12:35:39.797] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:39.798] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.798] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.799] | : . ' , SequentialFuture started (and completed) [12:35:39.799] | : . ' , signalConditions() ... [12:35:39.799] | : . ' , ; include = 'immediateCondition' [12:35:39.799] | : . ' , ; exclude = [12:35:39.800] | : . ' , ; resignal = FALSE [12:35:39.800] | : . ' , ; Number of conditions: 6 [12:35:39.800] | : . ' , ; int 6 [12:35:39.801] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.801] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.801] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.801] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.802] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.802] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.802] | : . ' , signalConditions() ... done [12:35:39.802] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:39.802] | : . Launching futures ... done [12:35:39.803] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:39.803] | : Using SequentialFutureBackend ... done [12:35:39.803] | run() for 'Future' () ... done [12:35:39.803] future(..., label = NULL) ... done List of 16 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions :List of 6 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.755] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.755] | : . ' , ; packages: [n=1] 'future'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.756] | : . ' , attachPackages() ... done\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.756] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.756] | : . ' , ; packages: [n=1] 'utils'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:39.757] | : . ' , 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-07-29 12:35:39" $ finished : POSIXct[1:1], format: "2025-07-29 12:35:39" $ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "4" $ session_uuid : chr "a4763765ffaa16fc12eef9b82cd28bd2" ..- 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 116720 .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35: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" [12:35:39.844] value() for SequentialFuture () ... [12:35:39.845] | signalConditions() ... [12:35:39.845] | : include = 'immediateCondition' [12:35:39.845] | : exclude = [12:35:39.846] | : resignal = FALSE [12:35:39.846] | : Number of conditions: 6 [12:35:39.846] | : int 6 [12:35:39.847] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.847] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.847] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.847] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.848] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.848] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.848] | signalConditions() ... done [12:35:39.849] | relay stdout ... [12:35:39.849] | relay stdout ... done [12:35:39.849] | check for misuse ... [12:35:39.849] | check for misuse ... done [12:35:39.849] | relay conditions ... [12:35:39.850] | : Future state: 'finished' [12:35:39.850] | : signalConditions() ... [12:35:39.850] | : . include = 'condition' [12:35:39.851] | : . exclude = 'immediateCondition' [12:35:39.851] | : . resignal = TRUE [12:35:39.851] | : . Number of conditions: 6 [12:35:39.851] | : . int 6 [12:35:39.852] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.852] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:39.755] | : . ' , attachPackages() ... [12:35:39.852] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.853] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:39.755] | : . ' , ; packages: [n=1] 'future' [12:35:39.853] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.853] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:39.756] | : . ' , attachPackages() ... done [12:35:39.854] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.854] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:39.756] | : . ' , attachPackages() ... [12:35:39.854] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.854] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:39.756] | : . ' , ; packages: [n=1] 'utils' [12:35:39.855] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.855] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:39.757] | : . ' , attachPackages() ... done [12:35:39.855] | : signalConditions() ... done [12:35:39.856] | relay conditions ... done [12:35:39.856] value() for SequentialFuture () ... done [12:35:39.857] future(..., label = NULL) ... [12:35:39.857] | lazy: FALSE [12:35:39.857] | stdout: FALSE [12:35:39.858] | conditions: [n=1] 'condition' [12:35:39.858] | gc: FALSE [12:35:39.858] | earlySignal: FALSE [12:35:39.859] | getGlobalsAndPackages() ... [12:35:39.859] | : Searching for globals ... [12:35:39.918] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:39.918] | : Searching for globals ... done [12:35:39.919] | : Resolving globals: FALSE [12:35:39.919] | : Search for packages associated with the globals ... [12:35:39.920] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:39.920] | : . Packages: [2] 'base', 'utils' [12:35:39.921] | : Search for packages associated with the globals ... done [12:35:39.921] | : Packages after dropping 'base': [1] 'utils' [12:35:39.921] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:39.922] | : globals: [0] [12:35:39.922] | : packages: [1] 'utils' [12:35:39.922] | getGlobalsAndPackages() ... done [12:35:39.923] | run() for 'Future' () ... [12:35:39.923] | : state: 'created' [12:35:39.923] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.924] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.924] | : Using SequentialFutureBackend ... [12:35:39.924] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:35:39.925] | : . Launching futures ... [12:35:39.925] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:39.925] | : . ' , getFutureData() ... [12:35:39.926] | : . ' , ; getFutureCore() ... [12:35:39.926] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:39.926] | : . ' , ; getFutureCore() ... done [12:35:39.926] | : . ' , ; getFutureCapture() ... [12:35:39.927] | : . ' , ; getFutureCapture() ... done [12:35:39.927] | : . ' , ; getFutureContext() ... [12:35:39.927] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.928] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:39.928] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.928] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:39.928] | : . ' , ; getFutureContext() ... done [12:35:39.929] | : . ' , getFutureData() ... done [12:35:39.932] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:39.932] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:39.933] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:39.933] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.933] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:39.934] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:39.934] | : . ' , ; ` | New stack: [12:35:39.934] | : . ' , ; ` | List of 1 [12:35:39.934] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:39.934] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.934] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:39.934] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.934] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.934] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.934] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:39.934] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.940] | : . ' , ; ` | Old stack: [12:35:39.940] | : . ' , ; ` | List of 1 [12:35:39.940] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:39.940] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.940] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:39.940] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.940] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.940] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.940] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:39.940] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.940] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.940] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.940] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.950] | : . ' , ; ` | Not identical [12:35:39.950] | : . ' , ; ` | all.equal() for future ... [12:35:39.950] | : . ' , ; ` | : List of 2 [12:35:39.950] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.950] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:39.950] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.950] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.950] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.950] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.950] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.959] | : . ' , ; ` | all.equal() for future ... done [12:35:39.959] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:39.960] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.960] | : . ' , ; ` List of future strategies: [12:35:39.960] | : . ' , ; ` 1. sequential: [12:35:39.960] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:39.960] | : . ' , ; ` - tweaked: FALSE [12:35:39.960] | : . ' , ; ` - call: plan(sequential) [12:35:39.960] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:39.961] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.965] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.966] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:39.966] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:39.966] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:39.967] | : . ' , ; ` | : New stack: [12:35:39.967] | : . ' , ; ` | : List of 1 [12:35:39.967] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:39.967] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.967] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.967] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.967] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.967] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.967] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.967] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.967] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.967] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.967] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.973] | : . ' , ; ` | : Old stack: [12:35:39.973] | : . ' , ; ` | : List of 1 [12:35:39.973] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:39.973] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:39.973] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:39.973] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.973] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.973] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.973] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:39.973] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:39.973] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:39.973] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:39.973] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:39.979] | : . ' , ; ` | : Identical [12:35:39.979] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:39.980] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:39.980] | : . ' , ; ` | List of future strategies: [12:35:39.980] | : . ' , ; ` | 1. sequential: [12:35:39.980] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:39.980] | : . ' , ; ` | - tweaked: FALSE [12:35:39.980] | : . ' , ; ` | - call: plan(sequential) [12:35:39.981] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:39.981] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.982] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:39.982] | : . ' , SequentialFuture started (and completed) [12:35:39.983] | : . ' , signalConditions() ... [12:35:39.983] | : . ' , ; include = 'immediateCondition' [12:35:39.983] | : . ' , ; exclude = [12:35:39.983] | : . ' , ; resignal = FALSE [12:35:39.984] | : . ' , ; Number of conditions: 6 [12:35:39.984] | : . ' , ; int 6 [12:35:39.985] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.985] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.985] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.986] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.986] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.986] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.987] | : . ' , signalConditions() ... done [12:35:39.987] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:39.987] | : . Launching futures ... done [12:35:39.987] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:39.988] | : Using SequentialFutureBackend ... done [12:35:39.988] | run() for 'Future' () ... done [12:35:39.988] future(..., label = NULL) ... done [12:35:39.989] value() for SequentialFuture () ... [12:35:39.989] | signalConditions() ... [12:35:39.989] | : include = 'immediateCondition' [12:35:39.990] | : exclude = [12:35:39.990] | : resignal = FALSE [12:35:39.990] | : Number of conditions: 6 [12:35:39.990] | : int 6 [12:35:39.991] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.992] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.992] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.992] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.992] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.993] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.993] | signalConditions() ... done [12:35:39.993] | relay stdout ... [12:35:39.994] | relay stdout ... done [12:35:39.994] | check for misuse ... [12:35:39.994] | check for misuse ... done [12:35:39.994] | relay conditions ... [12:35:39.995] | : Future state: 'finished' [12:35:39.995] | : signalConditions() ... [12:35:39.995] | : . include = 'condition' [12:35:39.996] | : . exclude = 'immediateCondition' [12:35:39.996] | : . resignal = TRUE [12:35:39.996] | : . Number of conditions: 6 [12:35:39.996] | : . int 6 [12:35:39.997] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.997] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:39.929] | : . ' , attachPackages() ... [12:35:39.998] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.998] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:39.930] | : . ' , ; packages: [n=1] 'future' [12:35:39.998] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.999] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:39.930] | : . ' , attachPackages() ... done [12:35:39.999] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:39.999] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:39.930] | : . ' , attachPackages() ... [12:35:40.000] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.000] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:39.931] | : . ' , ; packages: [n=1] 'utils' [12:35:40.000] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.001] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:39.931] | : . ' , attachPackages() ... done [12:35:40.001] | : signalConditions() ... done [12:35:40.001] | relay conditions ... done [12:35:40.001] value() for SequentialFuture () ... done - stdout = structure(TRUE, drop = TRUE) [12:35:40.002] future(..., label = NULL) ... [12:35:40.002] | lazy: FALSE [12:35:40.002] | stdout: TRUE [12:35:40.003] | conditions: [n=1] 'condition' [12:35:40.003] | gc: FALSE [12:35:40.003] | earlySignal: FALSE [12:35:40.004] | getGlobalsAndPackages() ... [12:35:40.004] | : Searching for globals ... [12:35:40.010] | : . globals found: [1] 'print' [12:35:40.010] | : Searching for globals ... done [12:35:40.010] | : Resolving globals: FALSE [12:35:40.011] | : Search for packages associated with the globals ... [12:35:40.011] | : . Packages associated with globals: [1] 'base' [12:35:40.011] | : . Packages: [1] 'base' [12:35:40.012] | : Search for packages associated with the globals ... done [12:35:40.012] | : Packages after dropping 'base': [0] [12:35:40.012] | : globals: [0] [12:35:40.013] | : packages: [0] [12:35:40.013] | getGlobalsAndPackages() ... done [12:35:40.013] | run() for 'Future' () ... [12:35:40.014] | : state: 'created' [12:35:40.014] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.014] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.015] | : Using SequentialFutureBackend ... [12:35:40.015] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:35:40.015] | : . Launching futures ... [12:35:40.015] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:40.016] | : . ' , getFutureData() ... [12:35:40.016] | : . ' , ; getFutureCore() ... [12:35:40.016] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:35:40.017] | : . ' , ; getFutureCore() ... done [12:35:40.017] | : . ' , ; getFutureCapture() ... [12:35:40.017] | : . ' , ; getFutureCapture() ... done [12:35:40.017] | : . ' , ; getFutureContext() ... [12:35:40.018] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.018] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:40.018] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.019] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:40.019] | : . ' , ; getFutureContext() ... done [12:35:40.019] | : . ' , getFutureData() ... done [12:35:40.022] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.022] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:40.023] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.023] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.024] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:40.024] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:40.024] | : . ' , ; ` | New stack: [12:35:40.025] | : . ' , ; ` | List of 1 [12:35:40.025] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:40.025] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.025] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:40.025] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.025] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.025] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.025] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:40.025] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.030] | : . ' , ; ` | Old stack: [12:35:40.030] | : . ' , ; ` | List of 1 [12:35:40.030] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:40.030] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.030] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:40.030] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.030] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.030] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.030] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:40.030] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.030] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.030] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.030] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.036] | : . ' , ; ` | Not identical [12:35:40.037] | : . ' , ; ` | all.equal() for future ... [12:35:40.037] | : . ' , ; ` | : List of 2 [12:35:40.037] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.037] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:40.037] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.037] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.037] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.037] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.037] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.048] | : . ' , ; ` | all.equal() for future ... done [12:35:40.048] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:40.049] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:40.049] | : . ' , ; ` List of future strategies: [12:35:40.049] | : . ' , ; ` 1. sequential: [12:35:40.049] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:40.049] | : . ' , ; ` - tweaked: FALSE [12:35:40.049] | : . ' , ; ` - call: plan(sequential) [12:35:40.050] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:40.050] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:40.054] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.055] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.055] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:40.055] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:40.055] | : . ' , ; ` | : New stack: [12:35:40.056] | : . ' , ; ` | : List of 1 [12:35:40.056] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:40.056] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.056] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.056] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.056] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.056] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.056] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.056] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.056] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.056] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.056] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.062] | : . ' , ; ` | : Old stack: [12:35:40.062] | : . ' , ; ` | : List of 1 [12:35:40.062] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:40.062] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.062] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.062] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.062] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.062] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.062] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.062] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.062] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.062] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.062] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.069] | : . ' , ; ` | : Identical [12:35:40.069] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:40.069] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:40.069] | : . ' , ; ` | List of future strategies: [12:35:40.069] | : . ' , ; ` | 1. sequential: [12:35:40.069] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:40.069] | : . ' , ; ` | - tweaked: FALSE [12:35:40.069] | : . ' , ; ` | - call: plan(sequential) [12:35:40.070] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:40.071] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:40.071] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:40.072] | : . ' , SequentialFuture started (and completed) [12:35:40.072] | : . ' , signalConditions() ... [12:35:40.072] | : . ' , ; include = 'immediateCondition' [12:35:40.073] | : . ' , ; exclude = [12:35:40.073] | : . ' , ; resignal = FALSE [12:35:40.073] | : . ' , ; Number of conditions: 6 [12:35:40.073] | : . ' , ; int 6 [12:35:40.074] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.074] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.075] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.075] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.075] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.076] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.076] | : . ' , signalConditions() ... done [12:35:40.076] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:40.076] | : . Launching futures ... done [12:35:40.077] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:40.077] | : Using SequentialFutureBackend ... done [12:35:40.077] | run() for 'Future' () ... done [12:35:40.078] future(..., label = NULL) ... done [12:35:40.078] value() for SequentialFuture () ... [12:35:40.078] | signalConditions() ... [12:35:40.078] | : include = 'immediateCondition' [12:35:40.079] | : exclude = [12:35:40.079] | : resignal = FALSE [12:35:40.079] | : Number of conditions: 6 [12:35:40.079] | : int 6 [12:35:40.080] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.081] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.081] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.081] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.081] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.082] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.082] | signalConditions() ... done [12:35:40.082] | relay stdout ... [1] 42 [12:35:40.083] | relay stdout ... done [12:35:40.083] | check for misuse ... [12:35:40.083] | check for misuse ... done [12:35:40.083] | relay conditions ... [12:35:40.084] | : Future state: 'finished' [12:35:40.084] | : signalConditions() ... [12:35:40.084] | : . include = 'condition' [12:35:40.084] | : . exclude = 'immediateCondition' [12:35:40.085] | : . resignal = TRUE [12:35:40.085] | : . Number of conditions: 6 [12:35:40.085] | : . int 6 [12:35:40.086] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.086] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:40.020] | : . ' , attachPackages() ... [12:35:40.087] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.087] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:40.020] | : . ' , ; packages: [n=1] 'future' [12:35:40.087] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.088] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:40.020] | : . ' , attachPackages() ... done [12:35:40.088] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.088] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:40.021] | : . ' , attachPackages() ... [12:35:40.089] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.089] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:40.021] | : . ' , ; packages: [n=0] [12:35:40.089] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.090] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:40.021] | : . ' , attachPackages() ... done [12:35:40.090] | : signalConditions() ... done [12:35:40.090] | relay conditions ... done [12:35:40.090] value() for SequentialFuture () ... done - stdout = NA [12:35:40.091] future(..., label = NULL) ... [12:35:40.091] | lazy: FALSE [12:35:40.091] | stdout: NA [12:35:40.092] | conditions: [n=1] 'condition' [12:35:40.092] | gc: FALSE [12:35:40.092] | earlySignal: FALSE [12:35:40.092] | getGlobalsAndPackages() ... [12:35:40.093] | : Searching for globals ... [12:35:40.163] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:40.164] | : Searching for globals ... done [12:35:40.164] | : Resolving globals: FALSE [12:35:40.164] | : Search for packages associated with the globals ... [12:35:40.165] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:40.165] | : . Packages: [2] 'base', 'utils' [12:35:40.166] | : Search for packages associated with the globals ... done [12:35:40.166] | : Packages after dropping 'base': [1] 'utils' [12:35:40.166] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:40.167] | : globals: [0] [12:35:40.167] | : packages: [1] 'utils' [12:35:40.167] | getGlobalsAndPackages() ... done [12:35:40.168] | run() for 'Future' () ... [12:35:40.168] | : state: 'created' [12:35:40.168] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.169] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.169] | : Using SequentialFutureBackend ... [12:35:40.169] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:35:40.170] | : . Launching futures ... [12:35:40.170] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:40.170] | : . ' , getFutureData() ... [12:35:40.170] | : . ' , ; getFutureCore() ... [12:35:40.171] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:40.171] | : . ' , ; getFutureCore() ... done [12:35:40.171] | : . ' , ; getFutureCapture() ... [12:35:40.172] | : . ' , ; getFutureCapture() ... done [12:35:40.172] | : . ' , ; getFutureContext() ... [12:35:40.172] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.172] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:40.173] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.173] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:40.173] | : . ' , ; getFutureContext() ... done [12:35:40.174] | : . ' , getFutureData() ... done [12:35:40.177] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.177] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:40.177] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.178] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.178] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:40.178] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:40.179] | : . ' , ; ` | New stack: [12:35:40.179] | : . ' , ; ` | List of 1 [12:35:40.179] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:40.179] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.179] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:40.179] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.179] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.179] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.179] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:40.179] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.184] | : . ' , ; ` | Old stack: [12:35:40.184] | : . ' , ; ` | List of 1 [12:35:40.184] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:40.184] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.184] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:40.184] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.184] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.184] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.184] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:40.184] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.184] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.184] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.184] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.191] | : . ' , ; ` | Not identical [12:35:40.191] | : . ' , ; ` | all.equal() for future ... [12:35:40.191] | : . ' , ; ` | : List of 2 [12:35:40.191] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.191] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:40.191] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.191] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.191] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.191] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.191] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.202] | : . ' , ; ` | all.equal() for future ... done [12:35:40.202] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:40.202] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:40.203] | : . ' , ; ` List of future strategies: [12:35:40.203] | : . ' , ; ` 1. sequential: [12:35:40.203] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:40.203] | : . ' , ; ` - tweaked: FALSE [12:35:40.203] | : . ' , ; ` - call: plan(sequential) [12:35:40.203] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:40.204] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 int [1:50] 1 2 3 4 5 6 7 8 9 10 ... a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species" "1" 5.1 3.5 1.4 0.2 "setosa" "2" 4.9 3 1.4 0.2 "setosa" "3" 4.7 3.2 1.3 0.2 "setosa" "4" 4.6 3.1 1.5 0.2 "setosa" "5" 5 3.6 1.4 0.2 "setosa" "6" 5.4 3.9 1.7 0.4 "setosa" "7" 4.6 3.4 1.4 0.3 "setosa" "8" 5 3.4 1.5 0.2 "setosa" "9" 4.4 2.9 1.4 0.2 "setosa" "10" 4.9 3.1 1.5 0.1 "setosa" [12:35:40.208] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.209] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.209] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:40.209] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:40.209] | : . ' , ; ` | : New stack: [12:35:40.210] | : . ' , ; ` | : List of 1 [12:35:40.210] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:40.210] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.210] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.210] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.210] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.210] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.210] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.210] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.210] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.210] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.210] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.216] | : . ' , ; ` | : Old stack: [12:35:40.216] | : . ' , ; ` | : List of 1 [12:35:40.216] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:40.216] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.216] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.216] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.216] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.216] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.216] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.216] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.216] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.216] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.216] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.223] | : . ' , ; ` | : Identical [12:35:40.223] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:40.223] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:40.223] | : . ' , ; ` | List of future strategies: [12:35:40.223] | : . ' , ; ` | 1. sequential: [12:35:40.223] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:40.223] | : . ' , ; ` | - tweaked: FALSE [12:35:40.223] | : . ' , ; ` | - call: plan(sequential) [12:35:40.224] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:40.225] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:40.225] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:40.226] | : . ' , SequentialFuture started (and completed) [12:35:40.226] | : . ' , signalConditions() ... [12:35:40.226] | : . ' , ; include = 'immediateCondition' [12:35:40.227] | : . ' , ; exclude = [12:35:40.227] | : . ' , ; resignal = FALSE [12:35:40.227] | : . ' , ; Number of conditions: 6 [12:35:40.227] | : . ' , ; int 6 [12:35:40.228] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.229] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.229] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.229] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.229] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.230] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.230] | : . ' , signalConditions() ... done [12:35:40.230] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:40.231] | : . Launching futures ... done [12:35:40.231] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:40.231] | : Using SequentialFutureBackend ... done [12:35:40.231] | run() for 'Future' () ... done [12:35:40.232] future(..., label = NULL) ... done List of 16 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions :List of 6 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:40.174] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:40.174] | : . ' , ; packages: [n=1] 'future'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:40.175] | : . ' , attachPackages() ... done\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:40.175] | : . ' , attachPackages() ...\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg)) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:40.175] | : . ' , ; packages: [n=1] 'utils'\n" .. .. ..$ call : language message(sprintf("%s%s", prefix, msg), appendLF = appendLF) .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" .. ..$ signaled : int 0 ..$ :List of 2 .. ..$ condition:List of 2 .. .. ..$ message: chr "[12:35:40.176] | : . ' , 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-07-29 12:35:40" $ finished : POSIXct[1:1], format: "2025-07-29 12:35:40" $ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "7" $ session_uuid : chr "a4763765ffaa16fc12eef9b82cd28bd2" ..- 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 116720 .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35: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" [12:35:40.277] value() for SequentialFuture () ... [12:35:40.277] | signalConditions() ... [12:35:40.277] | : include = 'immediateCondition' [12:35:40.278] | : exclude = [12:35:40.278] | : resignal = FALSE [12:35:40.279] | : Number of conditions: 6 [12:35:40.279] | : int 6 [12:35:40.280] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.281] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.281] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.281] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.282] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.282] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.283] | signalConditions() ... done [12:35:40.283] | relay stdout ... [12:35:40.283] | relay stdout ... done [12:35:40.284] | check for misuse ... [12:35:40.284] | check for misuse ... done [12:35:40.284] | relay conditions ... [12:35:40.285] | : Future state: 'finished' [12:35:40.285] | : signalConditions() ... [12:35:40.285] | : . include = 'condition' [12:35:40.286] | : . exclude = 'immediateCondition' [12:35:40.286] | : . resignal = TRUE [12:35:40.286] | : . Number of conditions: 6 [12:35:40.287] | : . int 6 [12:35:40.288] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.288] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:40.174] | : . ' , attachPackages() ... [12:35:40.288] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.289] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:40.174] | : . ' , ; packages: [n=1] 'future' [12:35:40.289] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.289] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:40.175] | : . ' , attachPackages() ... done [12:35:40.290] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.290] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:40.175] | : . ' , attachPackages() ... [12:35:40.290] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.291] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:40.175] | : . ' , ; packages: [n=1] 'utils' [12:35:40.291] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.291] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:40.176] | : . ' , attachPackages() ... done [12:35:40.292] | : signalConditions() ... done [12:35:40.292] | relay conditions ... done [12:35:40.292] value() for SequentialFuture () ... done [12:35:40.293] future(..., label = NULL) ... [12:35:40.294] | lazy: FALSE [12:35:40.294] | stdout: NA [12:35:40.294] | conditions: [n=1] 'condition' [12:35:40.294] | gc: FALSE [12:35:40.295] | earlySignal: FALSE [12:35:40.295] | getGlobalsAndPackages() ... [12:35:40.295] | : Searching for globals ... [12:35:40.364] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:40.364] | : Searching for globals ... done [12:35:40.365] | : Resolving globals: FALSE [12:35:40.365] | : Search for packages associated with the globals ... [12:35:40.366] | : . Packages associated with globals: [2] 'base', 'utils' [12:35:40.367] | : . Packages: [2] 'base', 'utils' [12:35:40.367] | : Search for packages associated with the globals ... done [12:35:40.367] | : Packages after dropping 'base': [1] 'utils' [12:35:40.368] | : Packages after dropping non-attached packages: [1] 'utils' [12:35:40.368] | : globals: [0] [12:35:40.368] | : packages: [1] 'utils' [12:35:40.369] | getGlobalsAndPackages() ... done [12:35:40.369] | run() for 'Future' () ... [12:35:40.370] | : state: 'created' [12:35:40.370] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.370] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.371] | : Using SequentialFutureBackend ... [12:35:40.371] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:35:40.371] | : . Launching futures ... [12:35:40.372] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:40.372] | : . ' , getFutureData() ... [12:35:40.372] | : . ' , ; getFutureCore() ... [12:35:40.373] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [12:35:40.373] | : . ' , ; getFutureCore() ... done [12:35:40.373] | : . ' , ; getFutureCapture() ... [12:35:40.374] | : . ' , ; getFutureCapture() ... done [12:35:40.374] | : . ' , ; getFutureContext() ... [12:35:40.374] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.375] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:40.375] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.375] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:40.376] | : . ' , ; getFutureContext() ... done [12:35:40.376] | : . ' , getFutureData() ... done [12:35:40.380] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.380] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:40.381] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.381] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.382] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:40.382] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:40.382] | : . ' , ; ` | New stack: [12:35:40.383] | : . ' , ; ` | List of 1 [12:35:40.383] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:40.383] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.383] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:40.383] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.383] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.383] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.383] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:40.383] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.388] | : . ' , ; ` | Old stack: [12:35:40.389] | : . ' , ; ` | List of 1 [12:35:40.389] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:40.389] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.389] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:40.389] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.389] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.389] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.389] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:40.389] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.389] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.389] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.389] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.395] | : . ' , ; ` | Not identical [12:35:40.395] | : . ' , ; ` | all.equal() for future ... [12:35:40.395] | : . ' , ; ` | : List of 2 [12:35:40.395] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.395] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:40.395] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.395] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.395] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.395] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.395] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.412] | : . ' , ; ` | all.equal() for future ... done [12:35:40.412] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:40.412] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:40.413] | : . ' , ; ` List of future strategies: [12:35:40.413] | : . ' , ; ` 1. sequential: [12:35:40.413] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:40.413] | : . ' , ; ` - tweaked: FALSE [12:35:40.413] | : . ' , ; ` - call: plan(sequential) [12:35:40.414] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:40.414] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 int [1:50] 1 2 3 4 5 6 7 8 9 10 ... a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species" "1" 5.1 3.5 1.4 0.2 "setosa" "2" 4.9 3 1.4 0.2 "setosa" "3" 4.7 3.2 1.3 0.2 "setosa" "4" 4.6 3.1 1.5 0.2 "setosa" "5" 5 3.6 1.4 0.2 "setosa" "6" 5.4 3.9 1.7 0.4 "setosa" "7" 4.6 3.4 1.4 0.3 "setosa" "8" 5 3.4 1.5 0.2 "setosa" "9" 4.4 2.9 1.4 0.2 "setosa" "10" 4.9 3.1 1.5 0.1 "setosa" [12:35:40.419] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.419] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.420] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:40.420] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:40.420] | : . ' , ; ` | : New stack: [12:35:40.421] | : . ' , ; ` | : List of 1 [12:35:40.421] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:40.421] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.421] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.421] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.421] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.421] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.421] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.421] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.421] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.421] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.421] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.428] | : . ' , ; ` | : Old stack: [12:35:40.428] | : . ' , ; ` | : List of 1 [12:35:40.428] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:40.428] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.428] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.428] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.428] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.428] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.428] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.428] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.428] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.428] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.428] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.435] | : . ' , ; ` | : Identical [12:35:40.435] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:40.436] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:40.436] | : . ' , ; ` | List of future strategies: [12:35:40.436] | : . ' , ; ` | 1. sequential: [12:35:40.436] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:40.436] | : . ' , ; ` | - tweaked: FALSE [12:35:40.436] | : . ' , ; ` | - call: plan(sequential) [12:35:40.437] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:40.437] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:40.438] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:40.439] | : . ' , SequentialFuture started (and completed) [12:35:40.439] | : . ' , signalConditions() ... [12:35:40.439] | : . ' , ; include = 'immediateCondition' [12:35:40.440] | : . ' , ; exclude = [12:35:40.440] | : . ' , ; resignal = FALSE [12:35:40.440] | : . ' , ; Number of conditions: 6 [12:35:40.441] | : . ' , ; int 6 [12:35:40.441] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.442] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.442] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.442] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.443] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.443] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.443] | : . ' , signalConditions() ... done [12:35:40.444] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:40.444] | : . Launching futures ... done [12:35:40.444] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:40.445] | : Using SequentialFutureBackend ... done [12:35:40.445] | run() for 'Future' () ... done [12:35:40.445] future(..., label = NULL) ... done [12:35:40.446] value() for SequentialFuture () ... [12:35:40.446] | signalConditions() ... [12:35:40.447] | : include = 'immediateCondition' [12:35:40.447] | : exclude = [12:35:40.447] | : resignal = FALSE [12:35:40.448] | : Number of conditions: 6 [12:35:40.448] | : int 6 [12:35:40.449] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.449] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.449] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.450] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.450] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.450] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.451] | signalConditions() ... done [12:35:40.451] | relay stdout ... [12:35:40.451] | relay stdout ... done [12:35:40.452] | check for misuse ... [12:35:40.452] | check for misuse ... done [12:35:40.452] | relay conditions ... [12:35:40.453] | : Future state: 'finished' [12:35:40.453] | : signalConditions() ... [12:35:40.453] | : . include = 'condition' [12:35:40.454] | : . exclude = 'immediateCondition' [12:35:40.454] | : . resignal = TRUE [12:35:40.454] | : . Number of conditions: 6 [12:35:40.454] | : . int 6 [12:35:40.455] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.456] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:40.377] | : . ' , attachPackages() ... [12:35:40.456] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.456] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:40.377] | : . ' , ; packages: [n=1] 'future' [12:35:40.457] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.457] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:40.378] | : . ' , attachPackages() ... done [12:35:40.458] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.458] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:40.378] | : . ' , attachPackages() ... [12:35:40.458] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.459] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:40.378] | : . ' , ; packages: [n=1] 'utils' [12:35:40.459] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.459] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:40.379] | : . ' , attachPackages() ... done [12:35:40.460] | : signalConditions() ... done [12:35:40.460] | relay conditions ... done [12:35:40.460] value() for SequentialFuture () ... done - stdout = structure(TRUE, drop = TRUE) [12:35:40.461] future(..., label = NULL) ... [12:35:40.461] | lazy: FALSE [12:35:40.462] | stdout: TRUE [12:35:40.462] | conditions: [n=1] 'condition' [12:35:40.462] | gc: FALSE [12:35:40.462] | earlySignal: FALSE [12:35:40.463] | getGlobalsAndPackages() ... [12:35:40.463] | : Searching for globals ... [12:35:40.470] | : . globals found: [1] 'print' [12:35:40.471] | : Searching for globals ... done [12:35:40.471] | : Resolving globals: FALSE [12:35:40.471] | : Search for packages associated with the globals ... [12:35:40.472] | : . Packages associated with globals: [1] 'base' [12:35:40.472] | : . Packages: [1] 'base' [12:35:40.473] | : Search for packages associated with the globals ... done [12:35:40.473] | : Packages after dropping 'base': [0] [12:35:40.473] | : globals: [0] [12:35:40.474] | : packages: [0] [12:35:40.474] | getGlobalsAndPackages() ... done [12:35:40.474] | run() for 'Future' () ... [12:35:40.475] | : state: 'created' [12:35:40.475] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.475] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.476] | : Using SequentialFutureBackend ... [12:35:40.476] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:35:40.476] | : . Launching futures ... [12:35:40.477] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:40.477] | : . ' , getFutureData() ... [12:35:40.477] | : . ' , ; getFutureCore() ... [12:35:40.478] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:35:40.478] | : . ' , ; getFutureCore() ... done [12:35:40.478] | : . ' , ; getFutureCapture() ... [12:35:40.479] | : . ' , ; getFutureCapture() ... done [12:35:40.479] | : . ' , ; getFutureContext() ... [12:35:40.479] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.480] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:40.480] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.480] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:40.481] | : . ' , ; getFutureContext() ... done [12:35:40.481] | : . ' , getFutureData() ... done [12:35:40.485] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.485] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:40.486] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.486] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.487] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:40.487] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:40.487] | : . ' , ; ` | New stack: [12:35:40.488] | : . ' , ; ` | List of 1 [12:35:40.488] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:40.488] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.488] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:40.488] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.488] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.488] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.488] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:40.488] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.494] | : . ' , ; ` | Old stack: [12:35:40.494] | : . ' , ; ` | List of 1 [12:35:40.494] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:40.494] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.494] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:40.494] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.494] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.494] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.494] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:40.494] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.494] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.494] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.494] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.502] | : . ' , ; ` | Not identical [12:35:40.502] | : . ' , ; ` | all.equal() for future ... [12:35:40.503] | : . ' , ; ` | : List of 2 [12:35:40.503] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.503] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:40.503] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.503] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.503] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.503] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.503] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.515] | : . ' , ; ` | all.equal() for future ... done [12:35:40.516] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:40.516] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:40.516] | : . ' , ; ` List of future strategies: [12:35:40.516] | : . ' , ; ` 1. sequential: [12:35:40.516] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:40.516] | : . ' , ; ` - tweaked: FALSE [12:35:40.516] | : . ' , ; ` - call: plan(sequential) [12:35:40.518] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:40.518] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:40.522] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.523] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:40.523] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:40.523] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:40.524] | : . ' , ; ` | : New stack: [12:35:40.524] | : . ' , ; ` | : List of 1 [12:35:40.524] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:40.524] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.524] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.524] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.524] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.524] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.524] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.524] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.524] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.524] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.524] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.530] | : . ' , ; ` | : Old stack: [12:35:40.530] | : . ' , ; ` | : List of 1 [12:35:40.530] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:40.530] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.530] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:40.530] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.530] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.530] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.530] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:40.530] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.530] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.530] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.530] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.535] | : . ' , ; ` | : Identical [12:35:40.535] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:40.535] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:40.536] | : . ' , ; ` | List of future strategies: [12:35:40.536] | : . ' , ; ` | 1. sequential: [12:35:40.536] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:40.536] | : . ' , ; ` | - tweaked: FALSE [12:35:40.536] | : . ' , ; ` | - call: plan(sequential) [12:35:40.536] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:40.537] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:40.537] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:40.537] | : . ' , SequentialFuture started (and completed) [12:35:40.538] | : . ' , signalConditions() ... [12:35:40.538] | : . ' , ; include = 'immediateCondition' [12:35:40.538] | : . ' , ; exclude = [12:35:40.538] | : . ' , ; resignal = FALSE [12:35:40.538] | : . ' , ; Number of conditions: 6 [12:35:40.539] | : . ' , ; int 6 [12:35:40.539] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.539] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.540] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.540] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.540] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.540] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.540] | : . ' , signalConditions() ... done [12:35:40.541] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:40.541] | : . Launching futures ... done [12:35:40.541] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:40.541] | : Using SequentialFutureBackend ... done [12:35:40.541] | run() for 'Future' () ... done [12:35:40.542] future(..., label = NULL) ... done [12:35:40.542] value() for SequentialFuture () ... [12:35:40.542] | signalConditions() ... [12:35:40.542] | : include = 'immediateCondition' [12:35:40.542] | : exclude = [12:35:40.543] | : resignal = FALSE [12:35:40.543] | : Number of conditions: 6 [12:35:40.543] | : int 6 [12:35:40.544] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.544] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.544] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.544] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.544] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.545] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.545] | signalConditions() ... done [12:35:40.545] | relay stdout ... [1] 42 [12:35:40.545] | relay stdout ... done [12:35:40.545] | check for misuse ... [12:35:40.546] | check for misuse ... done [12:35:40.546] | relay conditions ... [12:35:40.546] | : Future state: 'finished' [12:35:40.546] | : signalConditions() ... [12:35:40.546] | : . include = 'condition' [12:35:40.547] | : . exclude = 'immediateCondition' [12:35:40.547] | : . resignal = TRUE [12:35:40.547] | : . Number of conditions: 6 [12:35:40.547] | : . int 6 [12:35:40.548] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.548] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:40.482] | : . ' , attachPackages() ... [12:35:40.548] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.549] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:40.482] | : . ' , ; packages: [n=1] 'future' [12:35:40.549] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.549] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:40.483] | : . ' , attachPackages() ... done [12:35:40.549] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.549] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:40.483] | : . ' , attachPackages() ... [12:35:40.550] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.550] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:40.483] | : . ' , ; packages: [n=0] [12:35:40.550] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:40.550] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:40.484] | : . ' , attachPackages() ... done [12:35:40.550] | : signalConditions() ... done [12:35:40.551] | relay conditions ... done [12:35:40.551] value() for SequentialFuture () ... done sequential ... done Testing with 1 cores ... done Testing with 2 cores ... multisession ... [12:35:40.552] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.552] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:35:40.552] | : all.equal() for FutureStrategyList ... [12:35:40.553] | : . New stack: [12:35:40.553] | : . List of 1 [12:35:40.553] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:35:40.553] | : . rscript_libs = .libPaths()) [12:35:40.553] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:35:40.553] | : . ..- attr(*, "init")= logi TRUE [12:35:40.553] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:35:40.553] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:35:40.553] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:40.553] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:40.553] | : . ..- attr(*, "untweakable")= chr "persistent" [12:35:40.553] | : . ..- attr(*, "call")= language plan(strategy) [12:35:40.553] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.557] | : . Old stack: [12:35:40.557] | : . List of 1 [12:35:40.557] | : . $ :function (..., envir = parent.frame()) [12:35:40.557] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.557] | : . ..- attr(*, "init")= chr "done" [12:35:40.557] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.557] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.557] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.557] | : . ..- attr(*, "call")= language plan(sequential) [12:35:40.557] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.557] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.557] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.557] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.565] | : . Not identical [12:35:40.566] | : . all.equal() for future ... [12:35:40.566] | : . ' List of 2 [12:35:40.566] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:35:40.566] | : . ' rscript_libs = .libPaths()) [12:35:40.566] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:35:40.566] | : . ' ..- attr(*, "init")= logi TRUE [12:35:40.566] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:35:40.566] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:35:40.566] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:40.566] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:40.566] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:35:40.566] | : . ' ..- attr(*, "call")= language plan(strategy) [12:35:40.566] | : . ' $ current:function (..., envir = parent.frame()) [12:35:40.566] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:40.566] | : . ' ..- attr(*, "init")= chr "done" [12:35:40.566] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.566] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.566] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.566] | : . ' ..- attr(*, "call")= language plan(sequential) [12:35:40.566] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:40.566] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:40.566] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:40.573] | : . ' Formals differ [12:35:40.573] | : . all.equal() for future ... done [12:35:40.573] | : . Future strategies differ at level 1 [12:35:40.574] | : all.equal() for FutureStrategyList ... done [12:35:40.574] | : plan(): Setting new future backend stack: [12:35:40.574] | : List of future strategies: [12:35:40.574] | : 1. multisession: [12:35:40.574] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:35:40.574] | : - tweaked: FALSE [12:35:40.574] | : - call: plan(strategy) [12:35:40.574] | : List of 1 [12:35:40.574] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [12:35:40.574] | : rscript_libs = .libPaths()) [12:35:40.574] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:35:40.574] | : ..- attr(*, "init")= logi TRUE [12:35:40.574] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:35:40.574] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:35:40.574] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:40.574] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:40.574] | : ..- attr(*, "untweakable")= chr "persistent" [12:35:40.574] | : ..- attr(*, "call")= language plan(strategy) [12:35:40.574] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:40.578] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:35:40.579] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:40.579] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:35:40.579] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:40.579] | : . Legacy shutdown of cluster workers ... [12:35:40.580] | : . ' Stopping existing cluster ... [12:35:40.580] | : . ' , No pre-existing cluster. Skipping [12:35:40.580] | : . ' Stopping existing cluster ... done [12:35:40.580] | : . Legacy shutdown of cluster workers ... done [12:35:40.580] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:35:40.581] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:35:40.581] | : . function (..., workers = availableCores(constraints = "connections-16"), [12:35:40.581] | : . rscript_libs = .libPaths()) [12:35:40.581] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:35:40.581] | : . - attr(*, "init")= logi TRUE [12:35:40.581] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:35:40.581] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:35:40.581] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:40.581] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:35:40.581] | : . - attr(*, "untweakable")= chr "persistent" [12:35:40.581] | : . - attr(*, "call")= language plan(strategy) [12:35:40.584] | : . init: TRUE [12:35:40.584] | : . makeFutureBackend() ... [12:35:40.585] | : . ' Backend function: <'NULL'> [12:35:40.585] | : . ' Evaluator tweak arguments: [n=0] [12:35:40.585] | : . ' list() [12:35:40.586] | : . ' Evaluator formal arguments: [n=2] [12:35:40.586] | : . ' list() [12:35:40.586] | : . ' Backend factory arguments: [n=2] [12:35:40.586] | : . ' Dotted pair list of 2 [12:35:40.586] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:35:40.586] | : . ' $ rscript_libs: language .libPaths() [12:35:40.588] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:35:40.588] | : . ' , Arguments: [12:35:40.588] | : . ' , List of 5 [12:35:40.588] | : . ' , $ workers : Named int 2 [12:35:40.588] | : . ' , ..- attr(*, "names")= chr "mc.cores" [12:35:40.588] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:35:40.588] | : . ' , $ interrupts : logi TRUE [12:35:40.588] | : . ' , $ gc : logi FALSE [12:35:40.588] | : . ' , $ earlySignal : logi FALSE [12:35:40.675] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:35:40.676] | : . ' , ; workers: 2 [12:35:40.676] | : . ' , ; getCluster() ... [12:35:40.676] | : . ' , ; getCluster() ... done [12:35:40.677] | : . ' , ; Stopping existing cluster ... [12:35:40.677] | : . ' , ; ` No pre-existing cluster. Skipping [12:35:40.677] | : . ' , ; Stopping existing cluster ... done [12:35:40.677] | : . ' , ; Starting new cluster ... [12:35:40.678] | : . ' , ; ` makeCluster(workers, ...) ... [12:35:40.678] | : . ' , ; ` | Arguments: [12:35:40.678] | : . ' , ; ` | List of 2 [12:35:40.678] | : . ' , ; ` | $ : int 2 [12:35:40.678] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:35:40.680] | : . ' , ; ` | .makeCluster() ... [12:35:40.680] | : . ' , ; ` | : workers: '2' [12:35:40.681] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:35:40.681] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:35:40.681] | : . ' , ; ` | : List of 2 [12:35:40.681] | : . ' , ; ` | : $ : int 2 [12:35:40.681] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:35:41.708] | : . ' , ; ` | : Generated cluster UUID [12:35:41.708] | : . ' , ; ` | : Cluster UUID: '29462f98a4daa8c5f3e3899d757f8293' [12:35:41.708] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:41.713] | : . ' , ; ` | .makeCluster() ... done [12:35:41.713] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:41.715] | : . ' , ; ` makeCluster(workers, ...) ... done [12:35:41.716] | : . ' , ; ` Number of workers: 2 [12:35:41.716] | : . ' , ; ` Workers UUID: '29462f98a4daa8c5f3e3899d757f8293' [12:35:41.717] | : . ' , ; Starting new cluster ... done [12:35:41.717] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:35:41.717] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:35:41.717] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:35:41.718] | : . makeFutureBackend() ... done [12:35:41.718] | : . nbrOfWorkers(NULL) ... [12:35:41.718] | : . ' List of 4 [12:35:41.718] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:35:41.718] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:35:41.718] | : . ' $ : language nbrOfWorkers() [12:35:41.718] | : . ' $ : language nbrOfWorkers.NULL() [12:35:41.721] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:41.722] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:41.722] | : . ' Number of workers: 2 [12:35:41.722] | : . nbrOfWorkers(NULL) ... done [12:35:41.723] | : . plan(): nbrOfWorkers() = 2 [12:35:41.723] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:35:41.723] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done - stdout = TRUE [12:35:41.723] | future(..., label = NULL) ... [12:35:41.724] | : lazy: FALSE [12:35:41.724] | : stdout: TRUE [12:35:41.724] | : conditions: [n=1] 'condition' [12:35:41.724] | : gc: FALSE [12:35:41.725] | : earlySignal: FALSE [12:35:41.725] | : getGlobalsAndPackages() ... [12:35:41.725] | : . Searching for globals ... [12:35:41.786] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:41.786] | : . Searching for globals ... done [12:35:41.786] | : . Resolving globals: FALSE [12:35:41.787] | : . Search for packages associated with the globals ... [12:35:41.787] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:41.788] | : . ' Packages: [2] 'base', 'utils' [12:35:41.788] | : . Search for packages associated with the globals ... done [12:35:41.789] | : . Packages after dropping 'base': [1] 'utils' [12:35:41.789] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:41.789] | : . globals: [0] [12:35:41.790] | : . packages: [1] 'utils' [12:35:41.790] | : getGlobalsAndPackages() ... done [12:35:41.791] | : run() for 'Future' () ... [12:35:41.791] | : . state: 'created' [12:35:41.791] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:41.792] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:41.792] | : . Using MultisessionFutureBackend ... [12:35:41.792] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:35:41.792] | : . ' Launching futures ... [12:35:41.793] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:41.794] | : . ' , ; Workers: [n=2] [12:35:41.794] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:41.797] | : . ' , ; FutureRegistry: 'workers-29462f98a4daa8c5f3e3899d757f8293' [12:35:41.797] | : . ' , ; requestWorker() ... [12:35:41.798] | : . ' , ; ` requestNode() ... [12:35:41.798] | : . ' , ; ` | Number of workers: 2 [12:35:41.798] | : . ' , ; ` | Polling for a free worker ... [12:35:41.799] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:41.799] | : . ' , ; ` | : . Created empty registry 'workers-29462f98a4daa8c5f3e3899d757f8293' [12:35:41.799] | : . ' , ; ` | : . Listing all futures [12:35:41.799] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:41.800] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:41.800] | : . ' , ; ` | : Total time: 0 [12:35:41.800] | : . ' , ; ` | Polling for a free worker ... done [12:35:41.801] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:41.801] | : . ' , ; ` | : Listing all futures [12:35:41.801] | : . ' , ; ` | : Number of registered futures: 0 [12:35:41.801] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:41.802] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:41.802] | : . ' , ; ` | Index of first available worker: 1 [12:35:41.802] | : . ' , ; ` | Validate that the worker is functional ... [12:35:41.803] | : . ' , ; ` | : Worker is functional [12:35:41.803] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:41.804] | : . ' , ; ` | : . Listing all futures [12:35:41.804] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:41.804] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:41.805] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:41.805] | : . ' , ; ` requestNode() ... done [12:35:41.805] | : . ' , ; ` cluster node index: 1 [12:35:41.806] | : . ' , ; requestWorker() ... done [12:35:41.806] | : . ' , ; eraseGlobalEnvironment() ... [12:35:41.807] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:41.807] | : . ' , ; launchFuture() ... [12:35:41.807] | : . ' , ; ` cluster node index: 1 [12:35:41.808] | : . ' , ; ` getFutureData() ... [12:35:41.808] | : . ' , ; ` | getFutureCore() ... [12:35:41.808] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:41.808] | : . ' , ; ` | getFutureCore() ... done [12:35:41.809] | : . ' , ; ` | getFutureCapture() ... [12:35:41.809] | : . ' , ; ` | getFutureCapture() ... done [12:35:41.809] | : . ' , ; ` | getFutureContext() ... [12:35:41.810] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:41.810] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:41.810] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:41.811] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:41.811] | : . ' , ; ` | getFutureContext() ... done [12:35:41.811] | : . ' , ; ` getFutureData() ... done [12:35:41.812] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... [12:35:41.813] | : . ' , ; ` | Appended future to position #1 [12:35:41.813] | : . ' , ; ` | Number of registered futures: 1 [12:35:41.813] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... done [12:35:41.813] | : . ' , ; launchFuture() ... done [12:35:41.814] | : . ' , ; MultisessionFuture started [12:35:41.814] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:41.814] | : . ' Launching futures ... done [12:35:41.815] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:41.815] | : . Using MultisessionFutureBackend ... done [12:35:41.815] | : run() for 'Future' () ... done [12:35:41.815] | future(..., label = NULL) ... done [12:35:41.816] | result() for ClusterFuture ... [12:35:41.820] | : assertValidConnection() ... [12:35:41.820] | : . cluster node index: 1 [12:35:41.821] | : assertValidConnection() ... done [12:35:41.822] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:41.822] | : . cluster node index: 1 [12:35:41.924] | : . [1] TRUE [12:35:41.925] | : . Received data: [12:35:41.925] | : . List of 5 [12:35:41.925] | : . $ type : chr "VALUE" [12:35:41.925] | : . $ value :List of 16 [12:35:41.925] | : . ..$ value : int 42 [12:35:41.925] | : . ..$ visible : logi TRUE [12:35:41.925] | : . ..$ stdout : chr " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25\n[26] 26 27 28 29 30 31 32 33 3"| __truncated__ [12:35:41.925] | : . ..$ conditions : list() [12:35:41.925] | : . ..$ rng : logi FALSE [12:35:41.925] | : . ..$ seed : NULL [12:35:41.925] | : . ..$ misuseGlobalEnv : NULL [12:35:41.925] | : . ..$ misuseConnections :List of 3 [12:35:41.925] | : . .. ..$ added : NULL [12:35:41.925] | : . .. ..$ removed : NULL [12:35:41.925] | : . .. ..$ replaced: NULL [12:35:41.925] | : . ..$ misuseDevices : NULL [12:35:41.925] | : . ..$ misuseDefaultDevice: list() [12:35:41.925] | : . ..$ started : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:41.925] | : . ..$ finished : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:41.925] | : . ..$ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "10" [12:35:41.925] | : . ..$ session_uuid : chr "48cf876013a0228262cc651470760388" [12:35:41.925] | : . .. ..- attr(*, "source")=List of 5 [12:35:41.925] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:41.925] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:41.925] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:41.925] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:41.925] | : . .. .. ..$ pid : int 90444 [12:35:41.925] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:41.925] | : . .. .. ..$ random: int 2147483647 [12:35:41.925] | : . ..$ r_info :List of 4 [12:35:41.925] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:41.925] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:41.925] | : . .. ..$ os : chr "windows" [12:35:41.925] | : . .. ..$ os_name : chr "Windows" [12:35:41.925] | : . .. ..$ captures_utf8: logi TRUE [12:35:41.925] | : . ..$ version : chr "1.8" [12:35:41.925] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:41.925] | : . $ success: logi TRUE [12:35:41.925] | : . $ time : 'proc_time' Named num [1:5] 0.09 0.01 0.11 NA NA [12:35:41.925] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:41.925] | : . $ tag : NULL [12:35:41.947] | : . Received FutureResult [12:35:41.948] | : . FutureResult: [12:35:41.948] | : . value: 'integer' [12:35:41.948] | : . visible: TRUE [12:35:41.948] | : . stdout: character [12:35:41.948] | : . conditions: [n = 0] [12:35:41.948] | : . RNG used: FALSE [12:35:41.948] | : . duration: 0.107944 secs (started 2025-07-29 12:35:41.814665) [12:35:41.948] | : . version: 1.8 [12:35:41.949] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... [12:35:41.949] | : . ' Removed future from position #1 [12:35:41.950] | : . ' Number of registered futures: 0 [12:35:41.950] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... done [12:35:41.950] | : . Erased future from future backend [12:35:41.951] | : . result() for ClusterFuture ... [12:35:41.951] | : . ' result already collected: FutureResult [12:35:41.951] | : . result() for ClusterFuture ... done [12:35:41.951] | : . signalConditions() ... [12:35:41.952] | : . ' include = 'immediateCondition' [12:35:41.952] | : . ' exclude = [12:35:41.952] | : . ' resignal = FALSE [12:35:41.952] | : . ' Number of conditions: 0 [12:35:41.953] | : . ' int 0 [12:35:41.954] | : . signalConditions() ... done [12:35:41.954] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:41.954] | 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-07-29 12:35:41" $ finished : POSIXct[1:1], format: "2025-07-29 12:35:41" $ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "10" $ session_uuid : chr "48cf876013a0228262cc651470760388" ..- 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 90444 .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35: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" [12:35:41.975] | value() for MultisessionFuture () ... [12:35:41.975] | : result() for ClusterFuture ... [12:35:41.976] | : . result already collected: FutureResult [12:35:41.976] | : result() for ClusterFuture ... done [12:35:41.976] | : result() for ClusterFuture ... [12:35:41.977] | : . result already collected: FutureResult [12:35:41.977] | : result() for ClusterFuture ... done [12:35:41.977] | : signalConditions() ... [12:35:41.977] | : . include = 'immediateCondition' [12:35:41.978] | : . exclude = [12:35:41.978] | : . resignal = FALSE [12:35:41.978] | : . Number of conditions: 0 [12:35:41.979] | : . int 0 [12:35:41.980] | : signalConditions() ... done [12:35:41.980] | : relay stdout ... [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 int [1:50] 1 2 3 4 5 6 7 8 9 10 ... a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species" "1" 5.1 3.5 1.4 0.2 "setosa" "2" 4.9 3 1.4 0.2 "setosa" "3" 4.7 3.2 1.3 0.2 "setosa" "4" 4.6 3.1 1.5 0.2 "setosa" "5" 5 3.6 1.4 0.2 "setosa" "6" 5.4 3.9 1.7 0.4 "setosa" "7" 4.6 3.4 1.4 0.3 "setosa" "8" 5 3.4 1.5 0.2 "setosa" "9" 4.4 2.9 1.4 0.2 "setosa" "10" 4.9 3.1 1.5 0.1 "setosa" [12:35:41.980] | : relay stdout ... done [12:35:41.981] | : check for misuse ... [12:35:41.981] | : check for misuse ... done [12:35:41.981] | value() for MultisessionFuture () ... done FutureResult: value: 'integer' visible: TRUE stdout: character conditions: [n = 0] RNG used: FALSE duration: 0.107944 secs (started 2025-07-29 12:35:41.814665) version: 1.8 [12:35:41.982] | future(..., label = NULL) ... [12:35:41.983] | : lazy: FALSE [12:35:41.983] | : stdout: TRUE [12:35:41.983] | : conditions: [n=1] 'condition' [12:35:41.983] | : gc: FALSE [12:35:41.984] | : earlySignal: FALSE [12:35:41.984] | : getGlobalsAndPackages() ... [12:35:41.984] | : . Searching for globals ... [12:35:42.047] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:42.047] | : . Searching for globals ... done [12:35:42.047] | : . Resolving globals: FALSE [12:35:42.048] | : . Search for packages associated with the globals ... [12:35:42.048] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:42.049] | : . ' Packages: [2] 'base', 'utils' [12:35:42.049] | : . Search for packages associated with the globals ... done [12:35:42.050] | : . Packages after dropping 'base': [1] 'utils' [12:35:42.050] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:42.051] | : . globals: [0] [12:35:42.051] | : . packages: [1] 'utils' [12:35:42.051] | : getGlobalsAndPackages() ... done [12:35:42.052] | : run() for 'Future' () ... [12:35:42.052] | : . state: 'created' [12:35:42.052] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.053] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.053] | : . Using MultisessionFutureBackend ... [12:35:42.053] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:35:42.054] | : . ' Launching futures ... [12:35:42.054] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:42.058] | : . ' , ; Workers: [n=2] [12:35:42.059] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:42.062] | : . ' , ; FutureRegistry: 'workers-29462f98a4daa8c5f3e3899d757f8293' [12:35:42.062] | : . ' , ; requestWorker() ... [12:35:42.062] | : . ' , ; ` requestNode() ... [12:35:42.062] | : . ' , ; ` | Number of workers: 2 [12:35:42.063] | : . ' , ; ` | Polling for a free worker ... [12:35:42.063] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.063] | : . ' , ; ` | : . Listing all futures [12:35:42.063] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.064] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.064] | : . ' , ; ` | : Total time: 0 [12:35:42.064] | : . ' , ; ` | Polling for a free worker ... done [12:35:42.064] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.065] | : . ' , ; ` | : Listing all futures [12:35:42.065] | : . ' , ; ` | : Number of registered futures: 0 [12:35:42.065] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.066] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:42.066] | : . ' , ; ` | Index of first available worker: 1 [12:35:42.066] | : . ' , ; ` | Validate that the worker is functional ... [12:35:42.067] | : . ' , ; ` | : Worker is functional [12:35:42.068] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.068] | : . ' , ; ` | : . Listing all futures [12:35:42.069] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.069] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.069] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:42.069] | : . ' , ; ` requestNode() ... done [12:35:42.070] | : . ' , ; ` cluster node index: 1 [12:35:42.070] | : . ' , ; requestWorker() ... done [12:35:42.070] | : . ' , ; eraseGlobalEnvironment() ... [12:35:42.071] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:42.072] | : . ' , ; launchFuture() ... [12:35:42.072] | : . ' , ; ` cluster node index: 1 [12:35:42.072] | : . ' , ; ` getFutureData() ... [12:35:42.072] | : . ' , ; ` | getFutureCore() ... [12:35:42.073] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:42.073] | : . ' , ; ` | getFutureCore() ... done [12:35:42.073] | : . ' , ; ` | getFutureCapture() ... [12:35:42.074] | : . ' , ; ` | getFutureCapture() ... done [12:35:42.074] | : . ' , ; ` | getFutureContext() ... [12:35:42.074] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.075] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:42.075] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.075] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:42.075] | : . ' , ; ` | getFutureContext() ... done [12:35:42.076] | : . ' , ; ` getFutureData() ... done [12:35:42.076] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... [12:35:42.077] | : . ' , ; ` | Appended future to position #1 [12:35:42.077] | : . ' , ; ` | Number of registered futures: 1 [12:35:42.077] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... done [12:35:42.078] | : . ' , ; launchFuture() ... done [12:35:42.078] | : . ' , ; MultisessionFuture started [12:35:42.078] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:42.079] | : . ' Launching futures ... done [12:35:42.079] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:42.079] | : . Using MultisessionFutureBackend ... done [12:35:42.079] | : run() for 'Future' () ... done [12:35:42.080] | future(..., label = NULL) ... done [12:35:42.080] | value() for MultisessionFuture () ... [12:35:42.081] | : result() for ClusterFuture ... [12:35:42.081] | : . assertValidConnection() ... [12:35:42.081] | : . ' cluster node index: 1 [12:35:42.082] | : . assertValidConnection() ... done [12:35:42.082] | : . receiveMessageFromWorker() for ClusterFuture ... [12:35:42.082] | : . ' cluster node index: 1 [12:35:42.085] | : . ' [1] TRUE [12:35:42.086] | : . ' Received data: [12:35:42.086] | : . ' List of 5 [12:35:42.086] | : . ' $ type : chr "VALUE" [12:35:42.086] | : . ' $ value :List of 16 [12:35:42.086] | : . ' ..$ value : int 42 [12:35:42.086] | : . ' ..$ visible : logi TRUE [12:35:42.086] | : . ' ..$ stdout : chr " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25\n[26] 26 27 28 29 30 31 32 33 3"| __truncated__ [12:35:42.086] | : . ' ..$ conditions : list() [12:35:42.086] | : . ' ..$ rng : logi FALSE [12:35:42.086] | : . ' ..$ seed : NULL [12:35:42.086] | : . ' ..$ misuseGlobalEnv : NULL [12:35:42.086] | : . ' ..$ misuseConnections :List of 3 [12:35:42.086] | : . ' .. ..$ added : NULL [12:35:42.086] | : . ' .. ..$ removed : NULL [12:35:42.086] | : . ' .. ..$ replaced: NULL [12:35:42.086] | : . ' ..$ misuseDevices : NULL [12:35:42.086] | : . ' ..$ misuseDefaultDevice: list() [12:35:42.086] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.086] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.086] | : . ' ..$ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "11" [12:35:42.086] | : . ' ..$ session_uuid : chr "48cf876013a0228262cc651470760388" [12:35:42.086] | : . ' .. ..- attr(*, "source")=List of 5 [12:35:42.086] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:35:42.086] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:42.086] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:42.086] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:42.086] | : . ' .. .. ..$ pid : int 90444 [12:35:42.086] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:42.086] | : . ' .. .. ..$ random: int 2147483647 [12:35:42.086] | : . ' ..$ r_info :List of 4 [12:35:42.086] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:42.086] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:35:42.086] | : . ' .. ..$ os : chr "windows" [12:35:42.086] | : . ' .. ..$ os_name : chr "Windows" [12:35:42.086] | : . ' .. ..$ captures_utf8: logi TRUE [12:35:42.086] | : . ' ..$ version : chr "1.8" [12:35:42.086] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:35:42.086] | : . ' $ success: logi TRUE [12:35:42.086] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:35:42.086] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:42.086] | : . ' $ tag : NULL [12:35:42.108] | : . ' Received FutureResult [12:35:42.108] | : . ' FutureResult: [12:35:42.108] | : . ' value: 'integer' [12:35:42.108] | : . ' visible: TRUE [12:35:42.108] | : . ' stdout: character [12:35:42.108] | : . ' conditions: [n = 0] [12:35:42.108] | : . ' RNG used: FALSE [12:35:42.108] | : . ' duration: 0.006919861 secs (started 2025-07-29 12:35:42.077079) [12:35:42.108] | : . ' version: 1.8 [12:35:42.109] | : . ' FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... [12:35:42.110] | : . ' , Removed future from position #1 [12:35:42.110] | : . ' , Number of registered futures: 0 [12:35:42.110] | : . ' FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... done [12:35:42.111] | : . ' Erased future from future backend [12:35:42.111] | : . ' result() for ClusterFuture ... [12:35:42.111] | : . ' , result already collected: FutureResult [12:35:42.111] | : . ' result() for ClusterFuture ... done [12:35:42.112] | : . ' signalConditions() ... [12:35:42.112] | : . ' , include = 'immediateCondition' [12:35:42.112] | : . ' , exclude = [12:35:42.112] | : . ' , resignal = FALSE [12:35:42.113] | : . ' , Number of conditions: 0 [12:35:42.113] | : . ' , int 0 [12:35:42.114] | : . ' signalConditions() ... done [12:35:42.114] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:35:42.114] | : result() for ClusterFuture ... done [12:35:42.114] | : result() for ClusterFuture ... [12:35:42.115] | : . result already collected: FutureResult [12:35:42.115] | : result() for ClusterFuture ... done [12:35:42.115] | : signalConditions() ... [12:35:42.115] | : . include = 'immediateCondition' [12:35:42.116] | : . exclude = [12:35:42.116] | : . resignal = FALSE [12:35:42.116] | : . Number of conditions: 0 [12:35:42.116] | : . int 0 [12:35:42.117] | : signalConditions() ... done [12:35:42.117] | : relay stdout ... [12:35:42.117] | : relay stdout ... done [12:35:42.117] | : check for misuse ... [12:35:42.117] | : check for misuse ... done [12:35:42.118] | value() for MultisessionFuture () ... done [1] " [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25" [2] "[26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50" [3] " int [1:50] 1 2 3 4 5 6 7 8 9 10 ..." [4] "a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z1 2 3 4 5 6 " [5] "\"Sepal.Length\"\t\"Sepal.Width\"\t\"Petal.Length\"\t\"Petal.Width\"\t\"Species\"" [6] "\"1\"\t5.1\t3.5\t1.4\t0.2\t\"setosa\"" [7] "\"2\"\t4.9\t3\t1.4\t0.2\t\"setosa\"" [8] "\"3\"\t4.7\t3.2\t1.3\t0.2\t\"setosa\"" [9] "\"4\"\t4.6\t3.1\t1.5\t0.2\t\"setosa\"" [10] "\"5\"\t5\t3.6\t1.4\t0.2\t\"setosa\"" [11] "\"6\"\t5.4\t3.9\t1.7\t0.4\t\"setosa\"" [12] "\"7\"\t4.6\t3.4\t1.4\t0.3\t\"setosa\"" [13] "\"8\"\t5\t3.4\t1.5\t0.2\t\"setosa\"" [14] "\"9\"\t4.4\t2.9\t1.4\t0.2\t\"setosa\"" [15] "\"10\"\t4.9\t3.1\t1.5\t0.1\t\"setosa\"" - stdout = structure(TRUE, drop = TRUE) [12:35:42.118] | future(..., label = NULL) ... [12:35:42.118] | : lazy: FALSE [12:35:42.119] | : stdout: TRUE [12:35:42.119] | : conditions: [n=1] 'condition' [12:35:42.119] | : gc: FALSE [12:35:42.119] | : earlySignal: FALSE [12:35:42.119] | : getGlobalsAndPackages() ... [12:35:42.119] | : . Searching for globals ... [12:35:42.123] | : . ' globals found: [1] 'print' [12:35:42.123] | : . Searching for globals ... done [12:35:42.123] | : . Resolving globals: FALSE [12:35:42.124] | : . Search for packages associated with the globals ... [12:35:42.124] | : . ' Packages associated with globals: [1] 'base' [12:35:42.124] | : . ' Packages: [1] 'base' [12:35:42.124] | : . Search for packages associated with the globals ... done [12:35:42.125] | : . Packages after dropping 'base': [0] [12:35:42.125] | : . globals: [0] [12:35:42.125] | : . packages: [0] [12:35:42.125] | : getGlobalsAndPackages() ... done [12:35:42.125] | : run() for 'Future' () ... [12:35:42.126] | : . state: 'created' [12:35:42.126] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.126] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.126] | : . Using MultisessionFutureBackend ... [12:35:42.126] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:35:42.127] | : . ' Launching futures ... [12:35:42.127] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:42.127] | : . ' , ; Workers: [n=2] [12:35:42.127] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:42.130] | : . ' , ; FutureRegistry: 'workers-29462f98a4daa8c5f3e3899d757f8293' [12:35:42.130] | : . ' , ; requestWorker() ... [12:35:42.130] | : . ' , ; ` requestNode() ... [12:35:42.130] | : . ' , ; ` | Number of workers: 2 [12:35:42.130] | : . ' , ; ` | Polling for a free worker ... [12:35:42.131] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.131] | : . ' , ; ` | : . Listing all futures [12:35:42.131] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.131] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.132] | : . ' , ; ` | : Total time: 0 [12:35:42.132] | : . ' , ; ` | Polling for a free worker ... done [12:35:42.132] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.132] | : . ' , ; ` | : Listing all futures [12:35:42.133] | : . ' , ; ` | : Number of registered futures: 0 [12:35:42.133] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.133] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:42.133] | : . ' , ; ` | Index of first available worker: 1 [12:35:42.134] | : . ' , ; ` | Validate that the worker is functional ... [12:35:42.134] | : . ' , ; ` | : Worker is functional [12:35:42.135] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.135] | : . ' , ; ` | : . Listing all futures [12:35:42.135] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.135] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.136] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:42.136] | : . ' , ; ` requestNode() ... done [12:35:42.136] | : . ' , ; ` cluster node index: 1 [12:35:42.137] | : . ' , ; requestWorker() ... done [12:35:42.137] | : . ' , ; eraseGlobalEnvironment() ... [12:35:42.138] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:42.138] | : . ' , ; launchFuture() ... [12:35:42.138] | : . ' , ; ` cluster node index: 1 [12:35:42.138] | : . ' , ; ` getFutureData() ... [12:35:42.139] | : . ' , ; ` | getFutureCore() ... [12:35:42.139] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:35:42.139] | : . ' , ; ` | getFutureCore() ... done [12:35:42.139] | : . ' , ; ` | getFutureCapture() ... [12:35:42.140] | : . ' , ; ` | getFutureCapture() ... done [12:35:42.140] | : . ' , ; ` | getFutureContext() ... [12:35:42.140] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.141] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:42.141] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.141] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:42.141] | : . ' , ; ` | getFutureContext() ... done [12:35:42.142] | : . ' , ; ` getFutureData() ... done [12:35:42.142] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... [12:35:42.143] | : . ' , ; ` | Appended future to position #1 [12:35:42.143] | : . ' , ; ` | Number of registered futures: 1 [12:35:42.143] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... done [12:35:42.144] | : . ' , ; launchFuture() ... done [12:35:42.144] | : . ' , ; MultisessionFuture started [12:35:42.144] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:42.144] | : . ' Launching futures ... done [12:35:42.145] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:42.145] | : . Using MultisessionFutureBackend ... done [12:35:42.145] | : run() for 'Future' () ... done [12:35:42.145] | future(..., label = NULL) ... done [12:35:42.146] | result() for ClusterFuture ... [12:35:42.146] | : assertValidConnection() ... [12:35:42.146] | : . cluster node index: 1 [12:35:42.147] | : assertValidConnection() ... done [12:35:42.147] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:42.148] | : . cluster node index: 1 [12:35:42.150] | : . [1] TRUE [12:35:42.151] | : . Received data: [12:35:42.151] | : . List of 5 [12:35:42.151] | : . $ type : chr "VALUE" [12:35:42.151] | : . $ value :List of 16 [12:35:42.151] | : . ..$ value : num 42 [12:35:42.151] | : . ..$ visible : logi FALSE [12:35:42.151] | : . ..$ stdout : chr "[1] 42\n" [12:35:42.151] | : . ..$ conditions : list() [12:35:42.151] | : . ..$ rng : logi FALSE [12:35:42.151] | : . ..$ seed : NULL [12:35:42.151] | : . ..$ misuseGlobalEnv : NULL [12:35:42.151] | : . ..$ misuseConnections :List of 3 [12:35:42.151] | : . .. ..$ added : NULL [12:35:42.151] | : . .. ..$ removed : NULL [12:35:42.151] | : . .. ..$ replaced: NULL [12:35:42.151] | : . ..$ misuseDevices : NULL [12:35:42.151] | : . ..$ misuseDefaultDevice: list() [12:35:42.151] | : . ..$ started : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.151] | : . ..$ finished : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.151] | : . ..$ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "12" [12:35:42.151] | : . ..$ session_uuid : chr "48cf876013a0228262cc651470760388" [12:35:42.151] | : . .. ..- attr(*, "source")=List of 5 [12:35:42.151] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:42.151] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:42.151] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:42.151] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:42.151] | : . .. .. ..$ pid : int 90444 [12:35:42.151] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:42.151] | : . .. .. ..$ random: int 2147483647 [12:35:42.151] | : . ..$ r_info :List of 4 [12:35:42.151] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:42.151] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:42.151] | : . .. ..$ os : chr "windows" [12:35:42.151] | : . .. ..$ os_name : chr "Windows" [12:35:42.151] | : . .. ..$ captures_utf8: logi TRUE [12:35:42.151] | : . ..$ version : chr "1.8" [12:35:42.151] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:42.151] | : . $ success: logi TRUE [12:35:42.151] | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:35:42.151] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:42.151] | : . $ tag : NULL [12:35:42.173] | : . Received FutureResult [12:35:42.173] | : . FutureResult: [12:35:42.173] | : . value: 'numeric' [12:35:42.173] | : . visible: FALSE [12:35:42.173] | : . stdout: character [12:35:42.173] | : . conditions: [n = 0] [12:35:42.173] | : . RNG used: FALSE [12:35:42.173] | : . duration: 0.005729914 secs (started 2025-07-29 12:35:42.143229) [12:35:42.173] | : . version: 1.8 [12:35:42.174] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... [12:35:42.174] | : . ' Removed future from position #1 [12:35:42.175] | : . ' Number of registered futures: 0 [12:35:42.175] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... done [12:35:42.175] | : . Erased future from future backend [12:35:42.176] | : . result() for ClusterFuture ... [12:35:42.176] | : . ' result already collected: FutureResult [12:35:42.176] | : . result() for ClusterFuture ... done [12:35:42.176] | : . signalConditions() ... [12:35:42.177] | : . ' include = 'immediateCondition' [12:35:42.177] | : . ' exclude = [12:35:42.177] | : . ' resignal = FALSE [12:35:42.177] | : . ' Number of conditions: 0 [12:35:42.178] | : . ' int 0 [12:35:42.178] | : . signalConditions() ... done [12:35:42.179] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:42.179] | result() for ClusterFuture ... done [12:35:42.179] | value() for MultisessionFuture () ... [12:35:42.180] | : result() for ClusterFuture ... [12:35:42.180] | : . result already collected: FutureResult [12:35:42.180] | : result() for ClusterFuture ... done [12:35:42.181] | : result() for ClusterFuture ... [12:35:42.181] | : . result already collected: FutureResult [12:35:42.181] | : result() for ClusterFuture ... done [12:35:42.181] | : signalConditions() ... [12:35:42.182] | : . include = 'immediateCondition' [12:35:42.182] | : . exclude = [12:35:42.182] | : . resignal = FALSE [12:35:42.182] | : . Number of conditions: 0 [12:35:42.183] | : . int 0 [12:35:42.183] | : signalConditions() ... done [12:35:42.184] | : relay stdout ... [1] 42 [12:35:42.184] | : relay stdout ... done [12:35:42.184] | : check for misuse ... [12:35:42.185] | : check for misuse ... done [12:35:42.185] | value() for MultisessionFuture () ... done [12:35:42.185] | result() for ClusterFuture ... [12:35:42.185] | : result already collected: FutureResult [12:35:42.186] | result() for ClusterFuture ... done - stdout = FALSE [12:35:42.186] | future(..., label = NULL) ... [12:35:42.186] | : lazy: FALSE [12:35:42.187] | : stdout: FALSE [12:35:42.187] | : conditions: [n=1] 'condition' [12:35:42.187] | : gc: FALSE [12:35:42.187] | : earlySignal: FALSE [12:35:42.188] | : getGlobalsAndPackages() ... [12:35:42.188] | : . Searching for globals ... [12:35:42.247] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:42.247] | : . Searching for globals ... done [12:35:42.248] | : . Resolving globals: FALSE [12:35:42.248] | : . Search for packages associated with the globals ... [12:35:42.248] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:42.249] | : . ' Packages: [2] 'base', 'utils' [12:35:42.249] | : . Search for packages associated with the globals ... done [12:35:42.249] | : . Packages after dropping 'base': [1] 'utils' [12:35:42.250] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:42.250] | : . globals: [0] [12:35:42.250] | : . packages: [1] 'utils' [12:35:42.250] | : getGlobalsAndPackages() ... done [12:35:42.251] | : run() for 'Future' () ... [12:35:42.251] | : . state: 'created' [12:35:42.251] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.251] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.251] | : . Using MultisessionFutureBackend ... [12:35:42.251] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:35:42.252] | : . ' Launching futures ... [12:35:42.252] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:42.252] | : . ' , ; Workers: [n=2] [12:35:42.252] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:42.254] | : . ' , ; FutureRegistry: 'workers-29462f98a4daa8c5f3e3899d757f8293' [12:35:42.255] | : . ' , ; requestWorker() ... [12:35:42.255] | : . ' , ; ` requestNode() ... [12:35:42.255] | : . ' , ; ` | Number of workers: 2 [12:35:42.255] | : . ' , ; ` | Polling for a free worker ... [12:35:42.255] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.256] | : . ' , ; ` | : . Listing all futures [12:35:42.256] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.256] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.256] | : . ' , ; ` | : Total time: 0 [12:35:42.256] | : . ' , ; ` | Polling for a free worker ... done [12:35:42.257] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.257] | : . ' , ; ` | : Listing all futures [12:35:42.257] | : . ' , ; ` | : Number of registered futures: 0 [12:35:42.257] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.257] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:42.257] | : . ' , ; ` | Index of first available worker: 1 [12:35:42.258] | : . ' , ; ` | Validate that the worker is functional ... [12:35:42.258] | : . ' , ; ` | : Worker is functional [12:35:42.258] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.259] | : . ' , ; ` | : . Listing all futures [12:35:42.259] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.259] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.259] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:42.259] | : . ' , ; ` requestNode() ... done [12:35:42.259] | : . ' , ; ` cluster node index: 1 [12:35:42.260] | : . ' , ; requestWorker() ... done [12:35:42.260] | : . ' , ; eraseGlobalEnvironment() ... [12:35:42.260] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:42.261] | : . ' , ; launchFuture() ... [12:35:42.261] | : . ' , ; ` cluster node index: 1 [12:35:42.261] | : . ' , ; ` getFutureData() ... [12:35:42.261] | : . ' , ; ` | getFutureCore() ... [12:35:42.261] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:42.262] | : . ' , ; ` | getFutureCore() ... done [12:35:42.262] | : . ' , ; ` | getFutureCapture() ... [12:35:42.262] | : . ' , ; ` | getFutureCapture() ... done [12:35:42.262] | : . ' , ; ` | getFutureContext() ... [12:35:42.262] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.262] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:42.263] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.263] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:42.263] | : . ' , ; ` | getFutureContext() ... done [12:35:42.263] | : . ' , ; ` getFutureData() ... done [12:35:42.264] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... [12:35:42.264] | : . ' , ; ` | Appended future to position #1 [12:35:42.264] | : . ' , ; ` | Number of registered futures: 1 [12:35:42.265] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... done [12:35:42.265] | : . ' , ; launchFuture() ... done [12:35:42.265] | : . ' , ; MultisessionFuture started [12:35:42.266] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:42.266] | : . ' Launching futures ... done [12:35:42.266] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:42.266] | : . Using MultisessionFutureBackend ... done [12:35:42.267] | : run() for 'Future' () ... done [12:35:42.267] | future(..., label = NULL) ... done [12:35:42.267] | result() for ClusterFuture ... [12:35:42.268] | : assertValidConnection() ... [12:35:42.268] | : . cluster node index: 1 [12:35:42.269] | : assertValidConnection() ... done [12:35:42.269] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:42.269] | : . cluster node index: 1 [12:35:42.273] | : . [1] TRUE [12:35:42.274] | : . Received data: [12:35:42.274] | : . List of 5 [12:35:42.274] | : . $ type : chr "VALUE" [12:35:42.274] | : . $ value :List of 16 [12:35:42.274] | : . ..$ value : int 42 [12:35:42.274] | : . ..$ visible : logi TRUE [12:35:42.274] | : . ..$ stdout : NULL [12:35:42.274] | : . ..$ conditions : list() [12:35:42.274] | : . ..$ rng : logi FALSE [12:35:42.274] | : . ..$ seed : NULL [12:35:42.274] | : . ..$ misuseGlobalEnv : NULL [12:35:42.274] | : . ..$ misuseConnections :List of 3 [12:35:42.274] | : . .. ..$ added : NULL [12:35:42.274] | : . .. ..$ removed : NULL [12:35:42.274] | : . .. ..$ replaced: NULL [12:35:42.274] | : . ..$ misuseDevices : NULL [12:35:42.274] | : . ..$ misuseDefaultDevice: list() [12:35:42.274] | : . ..$ started : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.274] | : . ..$ finished : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.274] | : . ..$ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "13" [12:35:42.274] | : . ..$ session_uuid : chr "48cf876013a0228262cc651470760388" [12:35:42.274] | : . .. ..- attr(*, "source")=List of 5 [12:35:42.274] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:42.274] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:42.274] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:42.274] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:42.274] | : . .. .. ..$ pid : int 90444 [12:35:42.274] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:42.274] | : . .. .. ..$ random: int 2147483647 [12:35:42.274] | : . ..$ r_info :List of 4 [12:35:42.274] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:42.274] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:42.274] | : . .. ..$ os : chr "windows" [12:35:42.274] | : . .. ..$ os_name : chr "Windows" [12:35:42.274] | : . .. ..$ captures_utf8: logi TRUE [12:35:42.274] | : . ..$ version : chr "1.8" [12:35:42.274] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:42.274] | : . $ success: logi TRUE [12:35:42.274] | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:35:42.274] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:42.274] | : . $ tag : NULL [12:35:42.295] | : . Received FutureResult [12:35:42.295] | : . FutureResult: [12:35:42.295] | : . value: 'integer' [12:35:42.295] | : . visible: TRUE [12:35:42.295] | : . stdout: NULL [12:35:42.295] | : . conditions: [n = 0] [12:35:42.295] | : . RNG used: FALSE [12:35:42.295] | : . duration: 0.006790161 secs (started 2025-07-29 12:35:42.264634) [12:35:42.295] | : . version: 1.8 [12:35:42.296] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... [12:35:42.296] | : . ' Removed future from position #1 [12:35:42.296] | : . ' Number of registered futures: 0 [12:35:42.297] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... done [12:35:42.297] | : . Erased future from future backend [12:35:42.297] | : . result() for ClusterFuture ... [12:35:42.297] | : . ' result already collected: FutureResult [12:35:42.298] | : . result() for ClusterFuture ... done [12:35:42.298] | : . signalConditions() ... [12:35:42.298] | : . ' include = 'immediateCondition' [12:35:42.298] | : . ' exclude = [12:35:42.299] | : . ' resignal = FALSE [12:35:42.299] | : . ' Number of conditions: 0 [12:35:42.299] | : . ' int 0 [12:35:42.300] | : . signalConditions() ... done [12:35:42.300] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:42.300] | 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-07-29 12:35:42" $ finished : POSIXct[1:1], format: "2025-07-29 12:35:42" $ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "13" $ session_uuid : chr "48cf876013a0228262cc651470760388" ..- 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 90444 .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35: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" [12:35:42.313] | value() for MultisessionFuture () ... [12:35:42.314] | : result() for ClusterFuture ... [12:35:42.314] | : . result already collected: FutureResult [12:35:42.314] | : result() for ClusterFuture ... done [12:35:42.314] | : result() for ClusterFuture ... [12:35:42.314] | : . result already collected: FutureResult [12:35:42.315] | : result() for ClusterFuture ... done [12:35:42.315] | : signalConditions() ... [12:35:42.315] | : . include = 'immediateCondition' [12:35:42.315] | : . exclude = [12:35:42.315] | : . resignal = FALSE [12:35:42.315] | : . Number of conditions: 0 [12:35:42.315] | : . int 0 [12:35:42.316] | : signalConditions() ... done [12:35:42.316] | : relay stdout ... [12:35:42.316] | : relay stdout ... done [12:35:42.317] | : check for misuse ... [12:35:42.317] | : check for misuse ... done [12:35:42.317] | value() for MultisessionFuture () ... done [12:35:42.317] | future(..., label = NULL) ... [12:35:42.317] | : lazy: FALSE [12:35:42.318] | : stdout: FALSE [12:35:42.318] | : conditions: [n=1] 'condition' [12:35:42.318] | : gc: FALSE [12:35:42.318] | : earlySignal: FALSE [12:35:42.318] | : getGlobalsAndPackages() ... [12:35:42.319] | : . Searching for globals ... [12:35:42.372] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:42.373] | : . Searching for globals ... done [12:35:42.373] | : . Resolving globals: FALSE [12:35:42.374] | : . Search for packages associated with the globals ... [12:35:42.374] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:42.375] | : . ' Packages: [2] 'base', 'utils' [12:35:42.375] | : . Search for packages associated with the globals ... done [12:35:42.376] | : . Packages after dropping 'base': [1] 'utils' [12:35:42.376] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:42.376] | : . globals: [0] [12:35:42.377] | : . packages: [1] 'utils' [12:35:42.377] | : getGlobalsAndPackages() ... done [12:35:42.377] | : run() for 'Future' () ... [12:35:42.378] | : . state: 'created' [12:35:42.378] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.378] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.379] | : . Using MultisessionFutureBackend ... [12:35:42.379] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:35:42.379] | : . ' Launching futures ... [12:35:42.379] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:42.380] | : . ' , ; Workers: [n=2] [12:35:42.380] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:42.383] | : . ' , ; FutureRegistry: 'workers-29462f98a4daa8c5f3e3899d757f8293' [12:35:42.383] | : . ' , ; requestWorker() ... [12:35:42.384] | : . ' , ; ` requestNode() ... [12:35:42.384] | : . ' , ; ` | Number of workers: 2 [12:35:42.384] | : . ' , ; ` | Polling for a free worker ... [12:35:42.385] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.385] | : . ' , ; ` | : . Listing all futures [12:35:42.385] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.385] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.386] | : . ' , ; ` | : Total time: 0 [12:35:42.386] | : . ' , ; ` | Polling for a free worker ... done [12:35:42.386] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.386] | : . ' , ; ` | : Listing all futures [12:35:42.387] | : . ' , ; ` | : Number of registered futures: 0 [12:35:42.387] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.387] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:42.387] | : . ' , ; ` | Index of first available worker: 1 [12:35:42.388] | : . ' , ; ` | Validate that the worker is functional ... [12:35:42.389] | : . ' , ; ` | : Worker is functional [12:35:42.389] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.389] | : . ' , ; ` | : . Listing all futures [12:35:42.390] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.390] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.390] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:42.390] | : . ' , ; ` requestNode() ... done [12:35:42.390] | : . ' , ; ` cluster node index: 1 [12:35:42.391] | : . ' , ; requestWorker() ... done [12:35:42.391] | : . ' , ; eraseGlobalEnvironment() ... [12:35:42.391] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:42.392] | : . ' , ; launchFuture() ... [12:35:42.392] | : . ' , ; ` cluster node index: 1 [12:35:42.392] | : . ' , ; ` getFutureData() ... [12:35:42.392] | : . ' , ; ` | getFutureCore() ... [12:35:42.392] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:42.392] | : . ' , ; ` | getFutureCore() ... done [12:35:42.393] | : . ' , ; ` | getFutureCapture() ... [12:35:42.393] | : . ' , ; ` | getFutureCapture() ... done [12:35:42.393] | : . ' , ; ` | getFutureContext() ... [12:35:42.393] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.393] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:42.394] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.394] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:42.394] | : . ' , ; ` | getFutureContext() ... done [12:35:42.394] | : . ' , ; ` getFutureData() ... done [12:35:42.395] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... [12:35:42.395] | : . ' , ; ` | Appended future to position #1 [12:35:42.395] | : . ' , ; ` | Number of registered futures: 1 [12:35:42.395] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... done [12:35:42.395] | : . ' , ; launchFuture() ... done [12:35:42.395] | : . ' , ; MultisessionFuture started [12:35:42.396] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:42.396] | : . ' Launching futures ... done [12:35:42.396] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:42.396] | : . Using MultisessionFutureBackend ... done [12:35:42.396] | : run() for 'Future' () ... done [12:35:42.397] | future(..., label = NULL) ... done [12:35:42.397] | value() for MultisessionFuture () ... [12:35:42.397] | : result() for ClusterFuture ... [12:35:42.397] | : . assertValidConnection() ... [12:35:42.398] | : . ' cluster node index: 1 [12:35:42.398] | : . assertValidConnection() ... done [12:35:42.398] | : . receiveMessageFromWorker() for ClusterFuture ... [12:35:42.399] | : . ' cluster node index: 1 [12:35:42.405] | : . ' [1] TRUE [12:35:42.406] | : . ' Received data: [12:35:42.406] | : . ' List of 5 [12:35:42.406] | : . ' $ type : chr "VALUE" [12:35:42.406] | : . ' $ value :List of 16 [12:35:42.406] | : . ' ..$ value : int 42 [12:35:42.406] | : . ' ..$ visible : logi TRUE [12:35:42.406] | : . ' ..$ stdout : NULL [12:35:42.406] | : . ' ..$ conditions : list() [12:35:42.406] | : . ' ..$ rng : logi FALSE [12:35:42.406] | : . ' ..$ seed : NULL [12:35:42.406] | : . ' ..$ misuseGlobalEnv : NULL [12:35:42.406] | : . ' ..$ misuseConnections :List of 3 [12:35:42.406] | : . ' .. ..$ added : NULL [12:35:42.406] | : . ' .. ..$ removed : NULL [12:35:42.406] | : . ' .. ..$ replaced: NULL [12:35:42.406] | : . ' ..$ misuseDevices : NULL [12:35:42.406] | : . ' ..$ misuseDefaultDevice: list() [12:35:42.406] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.406] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.406] | : . ' ..$ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "14" [12:35:42.406] | : . ' ..$ session_uuid : chr "48cf876013a0228262cc651470760388" [12:35:42.406] | : . ' .. ..- attr(*, "source")=List of 5 [12:35:42.406] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:35:42.406] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:42.406] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:42.406] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:42.406] | : . ' .. .. ..$ pid : int 90444 [12:35:42.406] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:42.406] | : . ' .. .. ..$ random: int 2147483647 [12:35:42.406] | : . ' ..$ r_info :List of 4 [12:35:42.406] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:42.406] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:35:42.406] | : . ' .. ..$ os : chr "windows" [12:35:42.406] | : . ' .. ..$ os_name : chr "Windows" [12:35:42.406] | : . ' .. ..$ captures_utf8: logi TRUE [12:35:42.406] | : . ' ..$ version : chr "1.8" [12:35:42.406] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:35:42.406] | : . ' $ success: logi TRUE [12:35:42.406] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:35:42.406] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:42.406] | : . ' $ tag : NULL [12:35:42.429] | : . ' Received FutureResult [12:35:42.429] | : . ' FutureResult: [12:35:42.429] | : . ' value: 'integer' [12:35:42.429] | : . ' visible: TRUE [12:35:42.429] | : . ' stdout: NULL [12:35:42.429] | : . ' conditions: [n = 0] [12:35:42.429] | : . ' RNG used: FALSE [12:35:42.429] | : . ' duration: 0.008162022 secs (started 2025-07-29 12:35:42.395479) [12:35:42.429] | : . ' version: 1.8 [12:35:42.430] | : . ' FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... [12:35:42.430] | : . ' , Removed future from position #1 [12:35:42.431] | : . ' , Number of registered futures: 0 [12:35:42.431] | : . ' FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... done [12:35:42.431] | : . ' Erased future from future backend [12:35:42.431] | : . ' result() for ClusterFuture ... [12:35:42.432] | : . ' , result already collected: FutureResult [12:35:42.432] | : . ' result() for ClusterFuture ... done [12:35:42.432] | : . ' signalConditions() ... [12:35:42.433] | : . ' , include = 'immediateCondition' [12:35:42.433] | : . ' , exclude = [12:35:42.433] | : . ' , resignal = FALSE [12:35:42.433] | : . ' , Number of conditions: 0 [12:35:42.434] | : . ' , int 0 [12:35:42.435] | : . ' signalConditions() ... done [12:35:42.435] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:35:42.435] | : result() for ClusterFuture ... done [12:35:42.436] | : result() for ClusterFuture ... [12:35:42.436] | : . result already collected: FutureResult [12:35:42.436] | : result() for ClusterFuture ... done [12:35:42.436] | : signalConditions() ... [12:35:42.437] | : . include = 'immediateCondition' [12:35:42.437] | : . exclude = [12:35:42.437] | : . resignal = FALSE [12:35:42.438] | : . Number of conditions: 0 [12:35:42.438] | : . int 0 [12:35:42.439] | : signalConditions() ... done [12:35:42.439] | : relay stdout ... [12:35:42.439] | : relay stdout ... done [12:35:42.440] | : check for misuse ... [12:35:42.440] | : check for misuse ... done [12:35:42.440] | value() for MultisessionFuture () ... done - stdout = structure(TRUE, drop = TRUE) [12:35:42.441] | future(..., label = NULL) ... [12:35:42.441] | : lazy: FALSE [12:35:42.441] | : stdout: TRUE [12:35:42.442] | : conditions: [n=1] 'condition' [12:35:42.442] | : gc: FALSE [12:35:42.442] | : earlySignal: FALSE [12:35:42.442] | : getGlobalsAndPackages() ... [12:35:42.443] | : . Searching for globals ... [12:35:42.448] | : . ' globals found: [1] 'print' [12:35:42.448] | : . Searching for globals ... done [12:35:42.448] | : . Resolving globals: FALSE [12:35:42.449] | : . Search for packages associated with the globals ... [12:35:42.449] | : . ' Packages associated with globals: [1] 'base' [12:35:42.449] | : . ' Packages: [1] 'base' [12:35:42.449] | : . Search for packages associated with the globals ... done [12:35:42.450] | : . Packages after dropping 'base': [0] [12:35:42.450] | : . globals: [0] [12:35:42.450] | : . packages: [0] [12:35:42.451] | : getGlobalsAndPackages() ... done [12:35:42.451] | : run() for 'Future' () ... [12:35:42.451] | : . state: 'created' [12:35:42.452] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.452] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.452] | : . Using MultisessionFutureBackend ... [12:35:42.452] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:35:42.453] | : . ' Launching futures ... [12:35:42.453] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:42.453] | : . ' , ; Workers: [n=2] [12:35:42.453] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:42.459] | : . ' , ; FutureRegistry: 'workers-29462f98a4daa8c5f3e3899d757f8293' [12:35:42.459] | : . ' , ; requestWorker() ... [12:35:42.460] | : . ' , ; ` requestNode() ... [12:35:42.460] | : . ' , ; ` | Number of workers: 2 [12:35:42.460] | : . ' , ; ` | Polling for a free worker ... [12:35:42.460] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.461] | : . ' , ; ` | : . Listing all futures [12:35:42.461] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.461] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.462] | : . ' , ; ` | : Total time: 0 [12:35:42.462] | : . ' , ; ` | Polling for a free worker ... done [12:35:42.462] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.463] | : . ' , ; ` | : Listing all futures [12:35:42.463] | : . ' , ; ` | : Number of registered futures: 0 [12:35:42.463] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.463] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:42.464] | : . ' , ; ` | Index of first available worker: 1 [12:35:42.464] | : . ' , ; ` | Validate that the worker is functional ... [12:35:42.465] | : . ' , ; ` | : Worker is functional [12:35:42.465] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.466] | : . ' , ; ` | : . Listing all futures [12:35:42.466] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.466] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.466] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:42.466] | : . ' , ; ` requestNode() ... done [12:35:42.466] | : . ' , ; ` cluster node index: 1 [12:35:42.467] | : . ' , ; requestWorker() ... done [12:35:42.467] | : . ' , ; eraseGlobalEnvironment() ... [12:35:42.467] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:42.468] | : . ' , ; launchFuture() ... [12:35:42.468] | : . ' , ; ` cluster node index: 1 [12:35:42.469] | : . ' , ; ` getFutureData() ... [12:35:42.469] | : . ' , ; ` | getFutureCore() ... [12:35:42.469] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:35:42.470] | : . ' , ; ` | getFutureCore() ... done [12:35:42.470] | : . ' , ; ` | getFutureCapture() ... [12:35:42.470] | : . ' , ; ` | getFutureCapture() ... done [12:35:42.471] | : . ' , ; ` | getFutureContext() ... [12:35:42.471] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.471] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:42.472] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.472] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:42.472] | : . ' , ; ` | getFutureContext() ... done [12:35:42.473] | : . ' , ; ` getFutureData() ... done [12:35:42.474] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... [12:35:42.474] | : . ' , ; ` | Appended future to position #1 [12:35:42.474] | : . ' , ; ` | Number of registered futures: 1 [12:35:42.475] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... done [12:35:42.475] | : . ' , ; launchFuture() ... done [12:35:42.475] | : . ' , ; MultisessionFuture started [12:35:42.475] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:42.476] | : . ' Launching futures ... done [12:35:42.476] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:42.476] | : . Using MultisessionFutureBackend ... done [12:35:42.477] | : run() for 'Future' () ... done [12:35:42.477] | future(..., label = NULL) ... done [12:35:42.477] | result() for ClusterFuture ... [12:35:42.478] | : assertValidConnection() ... [12:35:42.478] | : . cluster node index: 1 [12:35:42.479] | : assertValidConnection() ... done [12:35:42.479] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:42.480] | : . cluster node index: 1 [12:35:42.483] | : . [1] TRUE [12:35:42.484] | : . Received data: [12:35:42.484] | : . List of 5 [12:35:42.484] | : . $ type : chr "VALUE" [12:35:42.484] | : . $ value :List of 16 [12:35:42.484] | : . ..$ value : num 42 [12:35:42.484] | : . ..$ visible : logi FALSE [12:35:42.484] | : . ..$ stdout : chr "[1] 42\n" [12:35:42.484] | : . ..$ conditions : list() [12:35:42.484] | : . ..$ rng : logi FALSE [12:35:42.484] | : . ..$ seed : NULL [12:35:42.484] | : . ..$ misuseGlobalEnv : NULL [12:35:42.484] | : . ..$ misuseConnections :List of 3 [12:35:42.484] | : . .. ..$ added : NULL [12:35:42.484] | : . .. ..$ removed : NULL [12:35:42.484] | : . .. ..$ replaced: NULL [12:35:42.484] | : . ..$ misuseDevices : NULL [12:35:42.484] | : . ..$ misuseDefaultDevice: list() [12:35:42.484] | : . ..$ started : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.484] | : . ..$ finished : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.484] | : . ..$ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "15" [12:35:42.484] | : . ..$ session_uuid : chr "48cf876013a0228262cc651470760388" [12:35:42.484] | : . .. ..- attr(*, "source")=List of 5 [12:35:42.484] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:42.484] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:42.484] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:42.484] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:42.484] | : . .. .. ..$ pid : int 90444 [12:35:42.484] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:42.484] | : . .. .. ..$ random: int 2147483647 [12:35:42.484] | : . ..$ r_info :List of 4 [12:35:42.484] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:42.484] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:42.484] | : . .. ..$ os : chr "windows" [12:35:42.484] | : . .. ..$ os_name : chr "Windows" [12:35:42.484] | : . .. ..$ captures_utf8: logi TRUE [12:35:42.484] | : . ..$ version : chr "1.8" [12:35:42.484] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:42.484] | : . $ success: logi TRUE [12:35:42.484] | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:35:42.484] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:42.484] | : . $ tag : NULL [12:35:42.509] | : . Received FutureResult [12:35:42.509] | : . FutureResult: [12:35:42.509] | : . value: 'numeric' [12:35:42.509] | : . visible: FALSE [12:35:42.509] | : . stdout: character [12:35:42.509] | : . conditions: [n = 0] [12:35:42.509] | : . RNG used: FALSE [12:35:42.509] | : . duration: 0.0079 secs (started 2025-07-29 12:35:42.474176) [12:35:42.509] | : . version: 1.8 [12:35:42.510] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... [12:35:42.511] | : . ' Removed future from position #1 [12:35:42.511] | : . ' Number of registered futures: 0 [12:35:42.511] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... done [12:35:42.512] | : . Erased future from future backend [12:35:42.512] | : . result() for ClusterFuture ... [12:35:42.512] | : . ' result already collected: FutureResult [12:35:42.513] | : . result() for ClusterFuture ... done [12:35:42.513] | : . signalConditions() ... [12:35:42.513] | : . ' include = 'immediateCondition' [12:35:42.514] | : . ' exclude = [12:35:42.514] | : . ' resignal = FALSE [12:35:42.514] | : . ' Number of conditions: 0 [12:35:42.514] | : . ' int 0 [12:35:42.516] | : . signalConditions() ... done [12:35:42.516] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:42.516] | result() for ClusterFuture ... done [12:35:42.517] | value() for MultisessionFuture () ... [12:35:42.517] | : result() for ClusterFuture ... [12:35:42.517] | : . result already collected: FutureResult [12:35:42.518] | : result() for ClusterFuture ... done [12:35:42.518] | : result() for ClusterFuture ... [12:35:42.518] | : . result already collected: FutureResult [12:35:42.519] | : result() for ClusterFuture ... done [12:35:42.519] | : signalConditions() ... [12:35:42.519] | : . include = 'immediateCondition' [12:35:42.520] | : . exclude = [12:35:42.520] | : . resignal = FALSE [12:35:42.520] | : . Number of conditions: 0 [12:35:42.521] | : . int 0 [12:35:42.522] | : signalConditions() ... done [12:35:42.522] | : relay stdout ... [1] 42 [12:35:42.523] | : relay stdout ... done [12:35:42.523] | : check for misuse ... [12:35:42.523] | : check for misuse ... done [12:35:42.524] | value() for MultisessionFuture () ... done [12:35:42.524] | result() for ClusterFuture ... [12:35:42.524] | : result already collected: FutureResult [12:35:42.525] | result() for ClusterFuture ... done - stdout = NA [12:35:42.525] | future(..., label = NULL) ... [12:35:42.525] | : lazy: FALSE [12:35:42.526] | : stdout: NA [12:35:42.526] | : conditions: [n=1] 'condition' [12:35:42.526] | : gc: FALSE [12:35:42.526] | : earlySignal: FALSE [12:35:42.527] | : getGlobalsAndPackages() ... [12:35:42.527] | : . Searching for globals ... [12:35:42.578] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:42.578] | : . Searching for globals ... done [12:35:42.578] | : . Resolving globals: FALSE [12:35:42.579] | : . Search for packages associated with the globals ... [12:35:42.579] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:42.580] | : . ' Packages: [2] 'base', 'utils' [12:35:42.580] | : . Search for packages associated with the globals ... done [12:35:42.581] | : . Packages after dropping 'base': [1] 'utils' [12:35:42.581] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:42.581] | : . globals: [0] [12:35:42.581] | : . packages: [1] 'utils' [12:35:42.582] | : getGlobalsAndPackages() ... done [12:35:42.582] | : run() for 'Future' () ... [12:35:42.582] | : . state: 'created' [12:35:42.582] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.583] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.583] | : . Using MultisessionFutureBackend ... [12:35:42.583] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:35:42.583] | : . ' Launching futures ... [12:35:42.583] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:42.584] | : . ' , ; Workers: [n=2] [12:35:42.584] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:42.587] | : . ' , ; FutureRegistry: 'workers-29462f98a4daa8c5f3e3899d757f8293' [12:35:42.588] | : . ' , ; requestWorker() ... [12:35:42.588] | : . ' , ; ` requestNode() ... [12:35:42.588] | : . ' , ; ` | Number of workers: 2 [12:35:42.588] | : . ' , ; ` | Polling for a free worker ... [12:35:42.589] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.589] | : . ' , ; ` | : . Listing all futures [12:35:42.589] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.592] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.593] | : . ' , ; ` | : Total time: 0 [12:35:42.593] | : . ' , ; ` | Polling for a free worker ... done [12:35:42.593] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.594] | : . ' , ; ` | : Listing all futures [12:35:42.594] | : . ' , ; ` | : Number of registered futures: 0 [12:35:42.594] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.595] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:42.595] | : . ' , ; ` | Index of first available worker: 1 [12:35:42.595] | : . ' , ; ` | Validate that the worker is functional ... [12:35:42.596] | : . ' , ; ` | : Worker is functional [12:35:42.596] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.596] | : . ' , ; ` | : . Listing all futures [12:35:42.597] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.597] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.597] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:42.597] | : . ' , ; ` requestNode() ... done [12:35:42.598] | : . ' , ; ` cluster node index: 1 [12:35:42.598] | : . ' , ; requestWorker() ... done [12:35:42.598] | : . ' , ; eraseGlobalEnvironment() ... [12:35:42.599] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:42.599] | : . ' , ; launchFuture() ... [12:35:42.600] | : . ' , ; ` cluster node index: 1 [12:35:42.600] | : . ' , ; ` getFutureData() ... [12:35:42.600] | : . ' , ; ` | getFutureCore() ... [12:35:42.600] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:42.601] | : . ' , ; ` | getFutureCore() ... done [12:35:42.601] | : . ' , ; ` | getFutureCapture() ... [12:35:42.601] | : . ' , ; ` | getFutureCapture() ... done [12:35:42.602] | : . ' , ; ` | getFutureContext() ... [12:35:42.602] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.602] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:42.603] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.603] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:42.603] | : . ' , ; ` | getFutureContext() ... done [12:35:42.604] | : . ' , ; ` getFutureData() ... done [12:35:42.604] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... [12:35:42.605] | : . ' , ; ` | Appended future to position #1 [12:35:42.605] | : . ' , ; ` | Number of registered futures: 1 [12:35:42.605] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... done [12:35:42.605] | : . ' , ; launchFuture() ... done [12:35:42.606] | : . ' , ; MultisessionFuture started [12:35:42.606] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:42.606] | : . ' Launching futures ... done [12:35:42.606] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:42.607] | : . Using MultisessionFutureBackend ... done [12:35:42.607] | : run() for 'Future' () ... done [12:35:42.607] | future(..., label = NULL) ... done [12:35:42.608] | result() for ClusterFuture ... [12:35:42.608] | : assertValidConnection() ... [12:35:42.608] | : . cluster node index: 1 [12:35:42.609] | : assertValidConnection() ... done [12:35:42.609] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:42.610] | : . cluster node index: 1 [12:35:42.612] | : . [1] TRUE [12:35:42.612] | : . Received data: [12:35:42.612] | : . List of 5 [12:35:42.612] | : . $ type : chr "VALUE" [12:35:42.612] | : . $ value :List of 16 [12:35:42.612] | : . ..$ value : int 42 [12:35:42.612] | : . ..$ visible : logi TRUE [12:35:42.612] | : . ..$ stdout : NULL [12:35:42.612] | : . ..$ conditions : list() [12:35:42.612] | : . ..$ rng : logi FALSE [12:35:42.612] | : . ..$ seed : NULL [12:35:42.612] | : . ..$ misuseGlobalEnv : NULL [12:35:42.612] | : . ..$ misuseConnections :List of 3 [12:35:42.612] | : . .. ..$ added : NULL [12:35:42.612] | : . .. ..$ removed : NULL [12:35:42.612] | : . .. ..$ replaced: NULL [12:35:42.612] | : . ..$ misuseDevices : NULL [12:35:42.612] | : . ..$ misuseDefaultDevice: list() [12:35:42.612] | : . ..$ started : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.612] | : . ..$ finished : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.612] | : . ..$ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "16" [12:35:42.612] | : . ..$ session_uuid : chr "48cf876013a0228262cc651470760388" [12:35:42.612] | : . .. ..- attr(*, "source")=List of 5 [12:35:42.612] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:42.612] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:42.612] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:42.612] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:42.612] | : . .. .. ..$ pid : int 90444 [12:35:42.612] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:42.612] | : . .. .. ..$ random: int 2147483647 [12:35:42.612] | : . ..$ r_info :List of 4 [12:35:42.612] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:42.612] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:42.612] | : . .. ..$ os : chr "windows" [12:35:42.612] | : . .. ..$ os_name : chr "Windows" [12:35:42.612] | : . .. ..$ captures_utf8: logi TRUE [12:35:42.612] | : . ..$ version : chr "1.8" [12:35:42.612] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:42.612] | : . $ success: logi TRUE [12:35:42.612] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:35:42.612] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:42.612] | : . $ tag : NULL [12:35:42.626] | : . Received FutureResult [12:35:42.627] | : . FutureResult: [12:35:42.627] | : . value: 'integer' [12:35:42.627] | : . visible: TRUE [12:35:42.627] | : . stdout: NULL [12:35:42.627] | : . conditions: [n = 0] [12:35:42.627] | : . RNG used: FALSE [12:35:42.627] | : . duration: 0.005475998 secs (started 2025-07-29 12:35:42.604926) [12:35:42.627] | : . version: 1.8 [12:35:42.627] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... [12:35:42.627] | : . ' Removed future from position #1 [12:35:42.628] | : . ' Number of registered futures: 0 [12:35:42.628] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... done [12:35:42.628] | : . Erased future from future backend [12:35:42.628] | : . result() for ClusterFuture ... [12:35:42.628] | : . ' result already collected: FutureResult [12:35:42.629] | : . result() for ClusterFuture ... done [12:35:42.629] | : . signalConditions() ... [12:35:42.629] | : . ' include = 'immediateCondition' [12:35:42.629] | : . ' exclude = [12:35:42.629] | : . ' resignal = FALSE [12:35:42.629] | : . ' Number of conditions: 0 [12:35:42.629] | : . ' int 0 [12:35:42.630] | : . signalConditions() ... done [12:35:42.630] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:42.630] | 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-07-29 12:35:42" $ finished : POSIXct[1:1], format: "2025-07-29 12:35:42" $ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "16" $ session_uuid : chr "48cf876013a0228262cc651470760388" ..- 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 90444 .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35: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" [12:35:42.650] | value() for MultisessionFuture () ... [12:35:42.651] | : result() for ClusterFuture ... [12:35:42.651] | : . result already collected: FutureResult [12:35:42.651] | : result() for ClusterFuture ... done [12:35:42.652] | : result() for ClusterFuture ... [12:35:42.652] | : . result already collected: FutureResult [12:35:42.652] | : result() for ClusterFuture ... done [12:35:42.652] | : signalConditions() ... [12:35:42.653] | : . include = 'immediateCondition' [12:35:42.653] | : . exclude = [12:35:42.653] | : . resignal = FALSE [12:35:42.653] | : . Number of conditions: 0 [12:35:42.654] | : . int 0 [12:35:42.654] | : signalConditions() ... done [12:35:42.655] | : relay stdout ... [12:35:42.655] | : relay stdout ... done [12:35:42.655] | : check for misuse ... [12:35:42.656] | : check for misuse ... done [12:35:42.656] | value() for MultisessionFuture () ... done [12:35:42.656] | future(..., label = NULL) ... [12:35:42.657] | : lazy: FALSE [12:35:42.657] | : stdout: NA [12:35:42.657] | : conditions: [n=1] 'condition' [12:35:42.657] | : gc: FALSE [12:35:42.658] | : earlySignal: FALSE [12:35:42.658] | : getGlobalsAndPackages() ... [12:35:42.658] | : . Searching for globals ... [12:35:42.718] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [12:35:42.719] | : . Searching for globals ... done [12:35:42.719] | : . Resolving globals: FALSE [12:35:42.719] | : . Search for packages associated with the globals ... [12:35:42.720] | : . ' Packages associated with globals: [2] 'base', 'utils' [12:35:42.720] | : . ' Packages: [2] 'base', 'utils' [12:35:42.720] | : . Search for packages associated with the globals ... done [12:35:42.720] | : . Packages after dropping 'base': [1] 'utils' [12:35:42.721] | : . Packages after dropping non-attached packages: [1] 'utils' [12:35:42.721] | : . globals: [0] [12:35:42.721] | : . packages: [1] 'utils' [12:35:42.721] | : getGlobalsAndPackages() ... done [12:35:42.722] | : run() for 'Future' () ... [12:35:42.722] | : . state: 'created' [12:35:42.722] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.722] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.723] | : . Using MultisessionFutureBackend ... [12:35:42.723] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:35:42.723] | : . ' Launching futures ... [12:35:42.723] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:42.723] | : . ' , ; Workers: [n=2] [12:35:42.723] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:42.725] | : . ' , ; FutureRegistry: 'workers-29462f98a4daa8c5f3e3899d757f8293' [12:35:42.726] | : . ' , ; requestWorker() ... [12:35:42.726] | : . ' , ; ` requestNode() ... [12:35:42.726] | : . ' , ; ` | Number of workers: 2 [12:35:42.726] | : . ' , ; ` | Polling for a free worker ... [12:35:42.726] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.727] | : . ' , ; ` | : . Listing all futures [12:35:42.727] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.727] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.727] | : . ' , ; ` | : Total time: 0 [12:35:42.728] | : . ' , ; ` | Polling for a free worker ... done [12:35:42.728] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.728] | : . ' , ; ` | : Listing all futures [12:35:42.728] | : . ' , ; ` | : Number of registered futures: 0 [12:35:42.728] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.728] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:42.729] | : . ' , ; ` | Index of first available worker: 1 [12:35:42.729] | : . ' , ; ` | Validate that the worker is functional ... [12:35:42.730] | : . ' , ; ` | : Worker is functional [12:35:42.730] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.731] | : . ' , ; ` | : . Listing all futures [12:35:42.731] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.731] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.732] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:42.732] | : . ' , ; ` requestNode() ... done [12:35:42.732] | : . ' , ; ` cluster node index: 1 [12:35:42.732] | : . ' , ; requestWorker() ... done [12:35:42.733] | : . ' , ; eraseGlobalEnvironment() ... [12:35:42.734] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:42.734] | : . ' , ; launchFuture() ... [12:35:42.735] | : . ' , ; ` cluster node index: 1 [12:35:42.735] | : . ' , ; ` getFutureData() ... [12:35:42.735] | : . ' , ; ` | getFutureCore() ... [12:35:42.735] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [12:35:42.736] | : . ' , ; ` | getFutureCore() ... done [12:35:42.736] | : . ' , ; ` | getFutureCapture() ... [12:35:42.736] | : . ' , ; ` | getFutureCapture() ... done [12:35:42.736] | : . ' , ; ` | getFutureContext() ... [12:35:42.737] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.737] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:42.737] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.737] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:42.738] | : . ' , ; ` | getFutureContext() ... done [12:35:42.738] | : . ' , ; ` getFutureData() ... done [12:35:42.739] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... [12:35:42.739] | : . ' , ; ` | Appended future to position #1 [12:35:42.739] | : . ' , ; ` | Number of registered futures: 1 [12:35:42.739] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... done [12:35:42.740] | : . ' , ; launchFuture() ... done [12:35:42.740] | : . ' , ; MultisessionFuture started [12:35:42.740] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:42.740] | : . ' Launching futures ... done [12:35:42.741] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:42.741] | : . Using MultisessionFutureBackend ... done [12:35:42.741] | : run() for 'Future' () ... done [12:35:42.741] | future(..., label = NULL) ... done [12:35:42.742] | value() for MultisessionFuture () ... [12:35:42.742] | : result() for ClusterFuture ... [12:35:42.742] | : . assertValidConnection() ... [12:35:42.743] | : . ' cluster node index: 1 [12:35:42.743] | : . assertValidConnection() ... done [12:35:42.744] | : . receiveMessageFromWorker() for ClusterFuture ... [12:35:42.744] | : . ' cluster node index: 1 [12:35:42.749] | : . ' [1] TRUE [12:35:42.750] | : . ' Received data: [12:35:42.750] | : . ' List of 5 [12:35:42.750] | : . ' $ type : chr "VALUE" [12:35:42.750] | : . ' $ value :List of 16 [12:35:42.750] | : . ' ..$ value : int 42 [12:35:42.750] | : . ' ..$ visible : logi TRUE [12:35:42.750] | : . ' ..$ stdout : NULL [12:35:42.750] | : . ' ..$ conditions : list() [12:35:42.750] | : . ' ..$ rng : logi FALSE [12:35:42.750] | : . ' ..$ seed : NULL [12:35:42.750] | : . ' ..$ misuseGlobalEnv : NULL [12:35:42.750] | : . ' ..$ misuseConnections :List of 3 [12:35:42.750] | : . ' .. ..$ added : NULL [12:35:42.750] | : . ' .. ..$ removed : NULL [12:35:42.750] | : . ' .. ..$ replaced: NULL [12:35:42.750] | : . ' ..$ misuseDevices : NULL [12:35:42.750] | : . ' ..$ misuseDefaultDevice: list() [12:35:42.750] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.750] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.750] | : . ' ..$ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "17" [12:35:42.750] | : . ' ..$ session_uuid : chr "48cf876013a0228262cc651470760388" [12:35:42.750] | : . ' .. ..- attr(*, "source")=List of 5 [12:35:42.750] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:35:42.750] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:42.750] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:42.750] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:42.750] | : . ' .. .. ..$ pid : int 90444 [12:35:42.750] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:42.750] | : . ' .. .. ..$ random: int 2147483647 [12:35:42.750] | : . ' ..$ r_info :List of 4 [12:35:42.750] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:42.750] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:35:42.750] | : . ' .. ..$ os : chr "windows" [12:35:42.750] | : . ' .. ..$ os_name : chr "Windows" [12:35:42.750] | : . ' .. ..$ captures_utf8: logi TRUE [12:35:42.750] | : . ' ..$ version : chr "1.8" [12:35:42.750] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:35:42.750] | : . ' $ success: logi TRUE [12:35:42.750] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [12:35:42.750] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:42.750] | : . ' $ tag : NULL [12:35:42.770] | : . ' Received FutureResult [12:35:42.770] | : . ' FutureResult: [12:35:42.770] | : . ' value: 'integer' [12:35:42.770] | : . ' visible: TRUE [12:35:42.770] | : . ' stdout: NULL [12:35:42.770] | : . ' conditions: [n = 0] [12:35:42.770] | : . ' RNG used: FALSE [12:35:42.770] | : . ' duration: 0.008220911 secs (started 2025-07-29 12:35:42.739445) [12:35:42.770] | : . ' version: 1.8 [12:35:42.771] | : . ' FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... [12:35:42.772] | : . ' , Removed future from position #1 [12:35:42.772] | : . ' , Number of registered futures: 0 [12:35:42.772] | : . ' FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... done [12:35:42.772] | : . ' Erased future from future backend [12:35:42.773] | : . ' result() for ClusterFuture ... [12:35:42.773] | : . ' , result already collected: FutureResult [12:35:42.773] | : . ' result() for ClusterFuture ... done [12:35:42.773] | : . ' signalConditions() ... [12:35:42.774] | : . ' , include = 'immediateCondition' [12:35:42.774] | : . ' , exclude = [12:35:42.774] | : . ' , resignal = FALSE [12:35:42.775] | : . ' , Number of conditions: 0 [12:35:42.775] | : . ' , int 0 [12:35:42.776] | : . ' signalConditions() ... done [12:35:42.776] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:35:42.776] | : result() for ClusterFuture ... done [12:35:42.777] | : result() for ClusterFuture ... [12:35:42.777] | : . result already collected: FutureResult [12:35:42.777] | : result() for ClusterFuture ... done [12:35:42.778] | : signalConditions() ... [12:35:42.778] | : . include = 'immediateCondition' [12:35:42.778] | : . exclude = [12:35:42.779] | : . resignal = FALSE [12:35:42.779] | : . Number of conditions: 0 [12:35:42.779] | : . int 0 [12:35:42.780] | : signalConditions() ... done [12:35:42.780] | : relay stdout ... [12:35:42.781] | : relay stdout ... done [12:35:42.781] | : check for misuse ... [12:35:42.781] | : check for misuse ... done [12:35:42.782] | value() for MultisessionFuture () ... done - stdout = structure(TRUE, drop = TRUE) [12:35:42.782] | future(..., label = NULL) ... [12:35:42.782] | : lazy: FALSE [12:35:42.783] | : stdout: TRUE [12:35:42.783] | : conditions: [n=1] 'condition' [12:35:42.783] | : gc: FALSE [12:35:42.784] | : earlySignal: FALSE [12:35:42.784] | : getGlobalsAndPackages() ... [12:35:42.784] | : . Searching for globals ... [12:35:42.791] | : . ' globals found: [1] 'print' [12:35:42.791] | : . Searching for globals ... done [12:35:42.792] | : . Resolving globals: FALSE [12:35:42.792] | : . Search for packages associated with the globals ... [12:35:42.792] | : . ' Packages associated with globals: [1] 'base' [12:35:42.793] | : . ' Packages: [1] 'base' [12:35:42.793] | : . Search for packages associated with the globals ... done [12:35:42.794] | : . Packages after dropping 'base': [0] [12:35:42.794] | : . globals: [0] [12:35:42.794] | : . packages: [0] [12:35:42.795] | : getGlobalsAndPackages() ... done [12:35:42.795] | : run() for 'Future' () ... [12:35:42.796] | : . state: 'created' [12:35:42.796] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.796] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.797] | : . Using MultisessionFutureBackend ... [12:35:42.797] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:35:42.797] | : . ' Launching futures ... [12:35:42.798] | : . ' , launchFuture() for ClusterFutureBackend ... [12:35:42.798] | : . ' , ; Workers: [n=2] [12:35:42.798] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:35:42.802] | : . ' , ; FutureRegistry: 'workers-29462f98a4daa8c5f3e3899d757f8293' [12:35:42.802] | : . ' , ; requestWorker() ... [12:35:42.802] | : . ' , ; ` requestNode() ... [12:35:42.803] | : . ' , ; ` | Number of workers: 2 [12:35:42.803] | : . ' , ; ` | Polling for a free worker ... [12:35:42.803] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.804] | : . ' , ; ` | : . Listing all futures [12:35:42.804] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.804] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.805] | : . ' , ; ` | : Total time: 0 [12:35:42.805] | : . ' , ; ` | Polling for a free worker ... done [12:35:42.805] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.805] | : . ' , ; ` | : Listing all futures [12:35:42.806] | : . ' , ; ` | : Number of registered futures: 0 [12:35:42.806] | : . ' , ; ` | FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.806] | : . ' , ; ` | avail: [n=2] '1', '2' [12:35:42.807] | : . ' , ; ` | Index of first available worker: 1 [12:35:42.807] | : . ' , ; ` | Validate that the worker is functional ... [12:35:42.808] | : . ' , ; ` | : Worker is functional [12:35:42.808] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... [12:35:42.809] | : . ' , ; ` | : . Listing all futures [12:35:42.809] | : . ' , ; ` | : . Number of registered futures: 0 [12:35:42.809] | : . ' , ; ` | : FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'list', earlySignal = 0) ... done [12:35:42.809] | : . ' , ; ` | Validate that the worker is functional ... done [12:35:42.810] | : . ' , ; ` requestNode() ... done [12:35:42.810] | : . ' , ; ` cluster node index: 1 [12:35:42.810] | : . ' , ; requestWorker() ... done [12:35:42.811] | : . ' , ; eraseGlobalEnvironment() ... [12:35:42.812] | : . ' , ; eraseGlobalEnvironment() ... done [12:35:42.812] | : . ' , ; launchFuture() ... [12:35:42.812] | : . ' , ; ` cluster node index: 1 [12:35:42.813] | : . ' , ; ` getFutureData() ... [12:35:42.813] | : . ' , ; ` | getFutureCore() ... [12:35:42.813] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:35:42.814] | : . ' , ; ` | getFutureCore() ... done [12:35:42.814] | : . ' , ; ` | getFutureCapture() ... [12:35:42.814] | : . ' , ; ` | getFutureCapture() ... done [12:35:42.815] | : . ' , ; ` | getFutureContext() ... [12:35:42.815] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:42.815] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:35:42.816] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:42.816] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:35:42.816] | : . ' , ; ` | getFutureContext() ... done [12:35:42.817] | : . ' , ; ` getFutureData() ... done [12:35:42.817] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... [12:35:42.818] | : . ' , ; ` | Appended future to position #1 [12:35:42.818] | : . ' , ; ` | Number of registered futures: 1 [12:35:42.818] | : . ' , ; ` FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'add', earlySignal = 0) ... done [12:35:42.819] | : . ' , ; launchFuture() ... done [12:35:42.819] | : . ' , ; MultisessionFuture started [12:35:42.819] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:35:42.819] | : . ' Launching futures ... done [12:35:42.820] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:35:42.820] | : . Using MultisessionFutureBackend ... done [12:35:42.820] | : run() for 'Future' () ... done [12:35:42.821] | future(..., label = NULL) ... done [12:35:42.821] | result() for ClusterFuture ... [12:35:42.821] | : assertValidConnection() ... [12:35:42.821] | : . cluster node index: 1 [12:35:42.822] | : assertValidConnection() ... done [12:35:42.822] | : receiveMessageFromWorker() for ClusterFuture ... [12:35:42.823] | : . cluster node index: 1 [12:35:42.823] | : . [1] TRUE [12:35:42.824] | : . Received data: [12:35:42.824] | : . List of 5 [12:35:42.824] | : . $ type : chr "VALUE" [12:35:42.824] | : . $ value :List of 16 [12:35:42.824] | : . ..$ value : num 42 [12:35:42.824] | : . ..$ visible : logi FALSE [12:35:42.824] | : . ..$ stdout : chr "[1] 42\n" [12:35:42.824] | : . ..$ conditions : list() [12:35:42.824] | : . ..$ rng : logi FALSE [12:35:42.824] | : . ..$ seed : NULL [12:35:42.824] | : . ..$ misuseGlobalEnv : NULL [12:35:42.824] | : . ..$ misuseConnections :List of 3 [12:35:42.824] | : . .. ..$ added : NULL [12:35:42.824] | : . .. ..$ removed : NULL [12:35:42.824] | : . .. ..$ replaced: NULL [12:35:42.824] | : . ..$ misuseDevices : NULL [12:35:42.824] | : . ..$ misuseDefaultDevice: list() [12:35:42.824] | : . ..$ started : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.824] | : . ..$ finished : POSIXct[1:1], format: "2025-07-29 12:35:42" [12:35:42.824] | : . ..$ uuid : chr [1:2] "a4763765ffaa16fc12eef9b82cd28bd2" "18" [12:35:42.824] | : . ..$ session_uuid : chr "48cf876013a0228262cc651470760388" [12:35:42.824] | : . .. ..- attr(*, "source")=List of 5 [12:35:42.824] | : . .. .. ..$ host : Named chr "CRANWIN3" [12:35:42.824] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:35:42.824] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:35:42.824] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:35:42.824] | : . .. .. ..$ pid : int 90444 [12:35:42.824] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:35:41" [12:35:42.824] | : . .. .. ..$ random: int 2147483647 [12:35:42.824] | : . ..$ r_info :List of 4 [12:35:42.824] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:35:42.824] | : . .. .. ..$ : int [1:3] 4 6 0 [12:35:42.824] | : . .. ..$ os : chr "windows" [12:35:42.824] | : . .. ..$ os_name : chr "Windows" [12:35:42.824] | : . .. ..$ captures_utf8: logi TRUE [12:35:42.824] | : . ..$ version : chr "1.8" [12:35:42.824] | : . ..- attr(*, "class")= chr "FutureResult" [12:35:42.824] | : . $ success: logi TRUE [12:35:42.824] | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [12:35:42.824] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:35:42.824] | : . $ tag : NULL [12:35:42.845] | : . Received FutureResult [12:35:42.845] | : . FutureResult: [12:35:42.845] | : . value: 'numeric' [12:35:42.845] | : . visible: FALSE [12:35:42.845] | : . stdout: character [12:35:42.845] | : . conditions: [n = 0] [12:35:42.845] | : . RNG used: FALSE [12:35:42.845] | : . duration: 0.004082918 secs (started 2025-07-29 12:35:42.818136) [12:35:42.845] | : . version: 1.8 [12:35:42.846] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... [12:35:42.847] | : . ' Removed future from position #1 [12:35:42.847] | : . ' Number of registered futures: 0 [12:35:42.847] | : . FutureRegistry('workers-29462f98a4daa8c5f3e3899d757f8293', action = 'remove', earlySignal = 0) ... done [12:35:42.848] | : . Erased future from future backend [12:35:42.848] | : . result() for ClusterFuture ... [12:35:42.848] | : . ' result already collected: FutureResult [12:35:42.848] | : . result() for ClusterFuture ... done [12:35:42.849] | : . signalConditions() ... [12:35:42.849] | : . ' include = 'immediateCondition' [12:35:42.849] | : . ' exclude = [12:35:42.849] | : . ' resignal = FALSE [12:35:42.850] | : . ' Number of conditions: 0 [12:35:42.850] | : . ' int 0 [12:35:42.851] | : . signalConditions() ... done [12:35:42.851] | : receiveMessageFromWorker() for ClusterFuture ... done [12:35:42.851] | result() for ClusterFuture ... done [12:35:42.852] | value() for MultisessionFuture () ... [12:35:42.852] | : result() for ClusterFuture ... [12:35:42.852] | : . result already collected: FutureResult [12:35:42.852] | : result() for ClusterFuture ... done [12:35:42.853] | : result() for ClusterFuture ... [12:35:42.853] | : . result already collected: FutureResult [12:35:42.853] | : result() for ClusterFuture ... done [12:35:42.853] | : signalConditions() ... [12:35:42.854] | : . include = 'immediateCondition' [12:35:42.854] | : . exclude = [12:35:42.854] | : . resignal = FALSE [12:35:42.854] | : . Number of conditions: 0 [12:35:42.855] | : . int 0 [12:35:42.855] | : signalConditions() ... done [12:35:42.856] | : relay stdout ... [1] 42 [12:35:42.856] | : relay stdout ... done [12:35:42.856] | : check for misuse ... [12:35:42.857] | : check for misuse ... done [12:35:42.857] | value() for MultisessionFuture () ... done [12:35:42.857] | result() for ClusterFuture ... [12:35:42.857] | : result already collected: FutureResult [12:35:42.858] | 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=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', '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_07_29_12_30_17_31216' Sourcing 6 epilogue scripts ... done Test time: user.self=3s, sys.self=0.09s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'stdout' ... success > > proc.time() user system elapsed 3.18 0.15 4.42