R Under development (unstable) (2025-06-04 r88278 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) [06:01:14.811] Option 'future.startup.script': TRUE [06:01:14.813] Future startup scripts considered: '.future.R', '~/.future.R' [06:01:14.813] 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 ... [06:01:14.893] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:14.894] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [06:01:14.894] | : all.equal() for FutureStrategyList ... [06:01:14.895] | : . New stack: [06:01:14.895] | : . List of 1 [06:01:14.895] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:14.895] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:14.895] | : . ..- attr(*, "init")= logi TRUE [06:01:14.895] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:14.895] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:14.895] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:14.895] | : . ..- attr(*, "call")= language plan(strategy) [06:01:14.895] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:14.901] | : . Old stack: [06:01:14.902] | : . List of 1 [06:01:14.902] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:14.902] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:14.902] | : . ..- attr(*, "init")= logi TRUE [06:01:14.902] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:14.902] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:14.902] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:14.902] | : . ..- attr(*, "call")= language plan(sequential) [06:01:14.902] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:14.907] | : . Not identical [06:01:14.907] | : . all.equal() for future ... [06:01:14.907] | : . ' List of 2 [06:01:14.907] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:14.907] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:14.907] | : . ' ..- attr(*, "init")= logi TRUE [06:01:14.907] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:14.907] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:14.907] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:14.907] | : . ' ..- attr(*, "call")= language plan(strategy) [06:01:14.907] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:14.907] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:14.907] | : . ' ..- attr(*, "init")= logi TRUE [06:01:14.907] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:14.907] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:14.907] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:14.907] | : . ' ..- attr(*, "call")= language plan(sequential) [06:01:14.920] | : . all.equal() for future ... done [06:01:14.921] | : all.equal() for FutureStrategyList ... done [06:01:14.921] | : plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:14.921] | : List of future strategies: [06:01:14.921] | : 1. sequential: [06:01:14.921] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:14.921] | : - tweaked: FALSE [06:01:14.921] | : - call: plan(sequential) [06:01:14.922] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [06:01:14.923] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - stdout = TRUE [06:01:14.923] future(..., label = NULL) ... [06:01:14.923] | lazy: FALSE [06:01:14.924] | stdout: TRUE [06:01:14.924] | conditions: [n=1] 'condition' [06:01:14.924] | gc: FALSE [06:01:14.924] | earlySignal: FALSE [06:01:14.925] | getGlobalsAndPackages() ... [06:01:14.926] | : Searching for globals ... [06:01:14.997] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:14.998] | : Searching for globals ... done [06:01:14.998] | : Resolving globals: FALSE [06:01:14.998] | : Search for packages associated with the globals ... [06:01:14.999] | : . Packages associated with globals: [2] 'base', 'utils' [06:01:14.999] | : . Packages: [2] 'base', 'utils' [06:01:15.000] | : Search for packages associated with the globals ... done [06:01:15.002] | : Packages after dropping 'base': [1] 'utils' [06:01:15.002] | : Packages after dropping non-attached packages: [1] 'utils' [06:01:15.002] | : globals: [0] [06:01:15.003] | : packages: [1] 'utils' [06:01:15.003] | getGlobalsAndPackages() ... done [06:01:15.004] | run() for 'Future' () ... [06:01:15.004] | : state: 'created' [06:01:15.004] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.004] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [06:01:15.005] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.005] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.005] | : . ' - attr(*, "init")= logi TRUE [06:01:15.005] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.005] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.005] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.005] | : . ' - attr(*, "call")= language plan(sequential) [06:01:15.007] | : . ' init: TRUE [06:01:15.008] | : . ' makeFutureBackend() ... [06:01:15.008] | : . ' , Backend function: <'NULL'> [06:01:15.008] | : . ' , Evaluator tweak arguments: [n=0] [06:01:15.008] | : . ' , list() [06:01:15.009] | : . ' , Evaluator formal arguments: [n=2] [06:01:15.009] | : . ' , list() [06:01:15.009] | : . ' , Backend factory arguments: [n=2] [06:01:15.009] | : . ' , Dotted pair list of 2 [06:01:15.009] | : . ' , $ gc : logi FALSE [06:01:15.009] | : . ' , $ earlySignal: logi FALSE [06:01:15.011] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [06:01:15.011] | : . ' makeFutureBackend() ... done [06:01:15.011] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [06:01:15.011] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.012] | : Using SequentialFutureBackend ... [06:01:15.012] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [06:01:15.012] | : . Launching futures ... [06:01:15.012] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [06:01:15.013] | : . ' , getFutureData() ... [06:01:15.013] | : . ' , ; getFutureCore() ... [06:01:15.013] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [06:01:15.013] | : . ' , ; getFutureCore() ... done [06:01:15.014] | : . ' , ; getFutureCapture() ... [06:01:15.014] | : . ' , ; getFutureCapture() ... done [06:01:15.014] | : . ' , ; getFutureContext() ... [06:01:15.014] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.014] | : . ' , ; ` | Getting stack without first backend: [n=0] [06:01:15.015] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.015] | : . ' , ; ` Packages needed by future backend (n = 0): [06:01:15.015] | : . ' , ; getFutureContext() ... done [06:01:15.015] | : . ' , getFutureData() ... done [06:01:15.019] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.019] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [06:01:15.019] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.020] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.020] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.020] | : . ' , ; ` all.equal() for FutureStrategyList ... [06:01:15.021] | : . ' , ; ` | New stack: [06:01:15.021] | : . ' , ; ` | List of 1 [06:01:15.021] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.021] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.021] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [06:01:15.021] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.021] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.021] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.021] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.021] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.024] | : . ' , ; ` | Old stack: [06:01:15.024] | : . ' , ; ` | List of 1 [06:01:15.024] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.024] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.024] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [06:01:15.024] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.024] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.024] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.024] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [06:01:15.024] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.024] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.024] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.024] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.031] | : . ' , ; ` | Not identical [06:01:15.031] | : . ' , ; ` | all.equal() for future ... [06:01:15.031] | : . ' , ; ` | : List of 2 [06:01:15.031] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.031] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.031] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.031] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.031] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.031] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.031] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.038] | : . ' , ; ` | all.equal() for future ... done [06:01:15.039] | : . ' , ; ` all.equal() for FutureStrategyList ... done [06:01:15.039] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.039] | : . ' , ; ` List of future strategies: [06:01:15.039] | : . ' , ; ` 1. sequential: [06:01:15.039] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.039] | : . ' , ; ` - tweaked: FALSE [06:01:15.039] | : . ' , ; ` - call: plan(sequential) [06:01:15.040] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.040] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.045] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.045] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.045] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.045] | : . ' , ; ` | all.equal() for FutureStrategyList ... [06:01:15.083] | : . ' , ; ` | : New stack: [06:01:15.083] | : . ' , ; ` | : List of 1 [06:01:15.083] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.083] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.083] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.083] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.083] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.083] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.083] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.083] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.083] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.083] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.083] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.090] | : . ' , ; ` | : Old stack: [06:01:15.090] | : . ' , ; ` | : List of 1 [06:01:15.090] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.090] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.090] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.090] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.090] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.090] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.090] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.090] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.090] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.090] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.090] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.097] | : . ' , ; ` | : Identical [06:01:15.097] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [06:01:15.097] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.098] | : . ' , ; ` | List of future strategies: [06:01:15.098] | : . ' , ; ` | 1. sequential: [06:01:15.098] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.098] | : . ' , ; ` | - tweaked: FALSE [06:01:15.098] | : . ' , ; ` | - call: plan(sequential) [06:01:15.099] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.099] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.099] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.105] | : . ' , SequentialFuture started (and completed) [06:01:15.106] | : . ' , signalConditions() ... [06:01:15.106] | : . ' , ; include = 'immediateCondition' [06:01:15.107] | : . ' , ; exclude = [06:01:15.107] | : . ' , ; resignal = FALSE [06:01:15.107] | : . ' , ; Number of conditions: 6 [06:01:15.107] | : . ' , ; int 6 [06:01:15.108] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.109] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.109] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.109] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.109] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.110] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.110] | : . ' , signalConditions() ... done [06:01:15.110] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [06:01:15.111] | : . Launching futures ... done [06:01:15.111] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [06:01:15.111] | : Using SequentialFutureBackend ... done [06:01:15.112] | run() for 'Future' () ... done [06:01:15.112] 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 "[06:01:15.017] | : . ' , 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 "[06:01:15.017] | : . ' , ; 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 "[06:01:15.018] | : . ' , 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 "[06:01:15.018] | : . ' , 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 "[06:01:15.018] | : . ' , ; 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 "[06:01:15.018] | : . ' , 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-06-05 06:01:15" $ finished : POSIXct[1:1], format: "2025-06-05 06:01:15" $ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "1" $ session_uuid : chr "cf3243bdd41322388f5709645e8a677c" ..- 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 122856 .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:14" .. ..$ 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" [06:01:15.197] value() for SequentialFuture () ... [06:01:15.198] | signalConditions() ... [06:01:15.198] | : include = 'immediateCondition' [06:01:15.198] | : exclude = [06:01:15.199] | : resignal = FALSE [06:01:15.199] | : Number of conditions: 6 [06:01:15.199] | : int 6 [06:01:15.200] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.201] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.201] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.202] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.202] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.202] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.203] | signalConditions() ... done [06:01:15.203] | 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" [06:01:15.203] | relay stdout ... done [06:01:15.203] | check for misuse ... [06:01:15.204] | check for misuse ... done [06:01:15.204] | relay conditions ... [06:01:15.204] | : Future state: 'finished' [06:01:15.205] | : signalConditions() ... [06:01:15.205] | : . include = 'condition' [06:01:15.205] | : . exclude = 'immediateCondition' [06:01:15.206] | : . resignal = TRUE [06:01:15.206] | : . Number of conditions: 6 [06:01:15.206] | : . int 6 [06:01:15.207] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.208] | : . Condition #1: 'simpleMessage', 'message', 'condition' [06:01:15.017] | : . ' , attachPackages() ... [06:01:15.208] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.208] | : . Condition #2: 'simpleMessage', 'message', 'condition' [06:01:15.017] | : . ' , ; packages: [n=1] 'future' [06:01:15.209] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.209] | : . Condition #3: 'simpleMessage', 'message', 'condition' [06:01:15.018] | : . ' , attachPackages() ... done [06:01:15.209] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.210] | : . Condition #4: 'simpleMessage', 'message', 'condition' [06:01:15.018] | : . ' , attachPackages() ... [06:01:15.210] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.210] | : . Condition #5: 'simpleMessage', 'message', 'condition' [06:01:15.018] | : . ' , ; packages: [n=1] 'utils' [06:01:15.211] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.211] | : . Condition #6: 'simpleMessage', 'message', 'condition' [06:01:15.018] | : . ' , attachPackages() ... done [06:01:15.211] | : signalConditions() ... done [06:01:15.212] | relay conditions ... done [06:01:15.212] 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.02698588 secs (started 2025-06-05 06:01:15.017276) version: 1.8 [06:01:15.215] future(..., label = NULL) ... [06:01:15.216] | lazy: FALSE [06:01:15.216] | stdout: TRUE [06:01:15.216] | conditions: [n=1] 'condition' [06:01:15.216] | gc: FALSE [06:01:15.217] | earlySignal: FALSE [06:01:15.217] | getGlobalsAndPackages() ... [06:01:15.217] | : Searching for globals ... [06:01:15.286] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:15.287] | : Searching for globals ... done [06:01:15.287] | : Resolving globals: FALSE [06:01:15.287] | : Search for packages associated with the globals ... [06:01:15.288] | : . Packages associated with globals: [2] 'base', 'utils' [06:01:15.289] | : . Packages: [2] 'base', 'utils' [06:01:15.289] | : Search for packages associated with the globals ... done [06:01:15.289] | : Packages after dropping 'base': [1] 'utils' [06:01:15.290] | : Packages after dropping non-attached packages: [1] 'utils' [06:01:15.290] | : globals: [0] [06:01:15.290] | : packages: [1] 'utils' [06:01:15.291] | getGlobalsAndPackages() ... done [06:01:15.291] | run() for 'Future' () ... [06:01:15.291] | : state: 'created' [06:01:15.292] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.292] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.292] | : Using SequentialFutureBackend ... [06:01:15.293] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [06:01:15.293] | : . Launching futures ... [06:01:15.293] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [06:01:15.294] | : . ' , getFutureData() ... [06:01:15.294] | : . ' , ; getFutureCore() ... [06:01:15.294] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [06:01:15.294] | : . ' , ; getFutureCore() ... done [06:01:15.295] | : . ' , ; getFutureCapture() ... [06:01:15.295] | : . ' , ; getFutureCapture() ... done [06:01:15.295] | : . ' , ; getFutureContext() ... [06:01:15.296] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.296] | : . ' , ; ` | Getting stack without first backend: [n=0] [06:01:15.296] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.296] | : . ' , ; ` Packages needed by future backend (n = 0): [06:01:15.297] | : . ' , ; getFutureContext() ... done [06:01:15.297] | : . ' , getFutureData() ... done [06:01:15.301] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.301] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [06:01:15.301] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.302] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.302] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.303] | : . ' , ; ` all.equal() for FutureStrategyList ... [06:01:15.303] | : . ' , ; ` | New stack: [06:01:15.303] | : . ' , ; ` | List of 1 [06:01:15.303] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.303] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.303] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [06:01:15.303] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.303] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.303] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.303] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.303] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.310] | : . ' , ; ` | Old stack: [06:01:15.310] | : . ' , ; ` | List of 1 [06:01:15.310] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.310] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.310] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [06:01:15.310] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.310] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.310] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.310] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [06:01:15.310] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.310] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.310] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.310] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.314] | : . ' , ; ` | Not identical [06:01:15.314] | : . ' , ; ` | all.equal() for future ... [06:01:15.315] | : . ' , ; ` | : List of 2 [06:01:15.315] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.315] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.315] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.315] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.315] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.315] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.315] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.321] | : . ' , ; ` | all.equal() for future ... done [06:01:15.322] | : . ' , ; ` all.equal() for FutureStrategyList ... done [06:01:15.322] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.322] | : . ' , ; ` List of future strategies: [06:01:15.322] | : . ' , ; ` 1. sequential: [06:01:15.322] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.322] | : . ' , ; ` - tweaked: FALSE [06:01:15.322] | : . ' , ; ` - call: plan(sequential) [06:01:15.323] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.323] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.326] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.326] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.327] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.327] | : . ' , ; ` | all.equal() for FutureStrategyList ... [06:01:15.327] | : . ' , ; ` | : New stack: [06:01:15.327] | : . ' , ; ` | : List of 1 [06:01:15.327] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.327] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.327] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.327] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.327] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.327] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.327] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.327] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.327] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.327] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.327] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.332] | : . ' , ; ` | : Old stack: [06:01:15.332] | : . ' , ; ` | : List of 1 [06:01:15.332] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.332] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.332] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.332] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.332] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.332] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.332] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.332] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.332] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.332] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.332] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.336] | : . ' , ; ` | : Identical [06:01:15.337] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [06:01:15.337] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.337] | : . ' , ; ` | List of future strategies: [06:01:15.337] | : . ' , ; ` | 1. sequential: [06:01:15.337] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.337] | : . ' , ; ` | - tweaked: FALSE [06:01:15.337] | : . ' , ; ` | - call: plan(sequential) [06:01:15.338] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.338] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.338] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.338] | : . ' , SequentialFuture started (and completed) [06:01:15.339] | : . ' , signalConditions() ... [06:01:15.339] | : . ' , ; include = 'immediateCondition' [06:01:15.339] | : . ' , ; exclude = [06:01:15.339] | : . ' , ; resignal = FALSE [06:01:15.339] | : . ' , ; Number of conditions: 6 [06:01:15.340] | : . ' , ; int 6 [06:01:15.340] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.340] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.340] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.341] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.341] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.341] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.341] | : . ' , signalConditions() ... done [06:01:15.341] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [06:01:15.342] | : . Launching futures ... done [06:01:15.342] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [06:01:15.342] | : Using SequentialFutureBackend ... done [06:01:15.342] | run() for 'Future' () ... done [06:01:15.342] future(..., label = NULL) ... done [06:01:15.343] value() for SequentialFuture () ... [06:01:15.343] | signalConditions() ... [06:01:15.343] | : include = 'immediateCondition' [06:01:15.343] | : exclude = [06:01:15.343] | : resignal = FALSE [06:01:15.343] | : Number of conditions: 6 [06:01:15.344] | : int 6 [06:01:15.344] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.344] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.345] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.345] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.345] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.345] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.346] | signalConditions() ... done [06:01:15.346] | relay stdout ... [06:01:15.346] | relay stdout ... done [06:01:15.346] | check for misuse ... [06:01:15.347] | check for misuse ... done [06:01:15.347] | relay conditions ... [06:01:15.347] | : Future state: 'finished' [06:01:15.347] | : signalConditions() ... [06:01:15.347] | : . include = 'condition' [06:01:15.348] | : . exclude = 'immediateCondition' [06:01:15.348] | : . resignal = TRUE [06:01:15.348] | : . Number of conditions: 6 [06:01:15.348] | : . int 6 [06:01:15.349] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.349] | : . Condition #1: 'simpleMessage', 'message', 'condition' [06:01:15.298] | : . ' , attachPackages() ... [06:01:15.350] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.350] | : . Condition #2: 'simpleMessage', 'message', 'condition' [06:01:15.298] | : . ' , ; packages: [n=1] 'future' [06:01:15.350] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.351] | : . Condition #3: 'simpleMessage', 'message', 'condition' [06:01:15.298] | : . ' , attachPackages() ... done [06:01:15.351] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.351] | : . Condition #4: 'simpleMessage', 'message', 'condition' [06:01:15.299] | : . ' , attachPackages() ... [06:01:15.351] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.352] | : . Condition #5: 'simpleMessage', 'message', 'condition' [06:01:15.299] | : . ' , ; packages: [n=1] 'utils' [06:01:15.352] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.352] | : . Condition #6: 'simpleMessage', 'message', 'condition' [06:01:15.300] | : . ' , attachPackages() ... done [06:01:15.353] | : signalConditions() ... done [06:01:15.353] | relay conditions ... done [06:01:15.353] 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) [06:01:15.354] future(..., label = NULL) ... [06:01:15.354] | lazy: FALSE [06:01:15.354] | stdout: TRUE [06:01:15.355] | conditions: [n=1] 'condition' [06:01:15.355] | gc: FALSE [06:01:15.355] | earlySignal: FALSE [06:01:15.355] | getGlobalsAndPackages() ... [06:01:15.356] | : Searching for globals ... [06:01:15.362] | : . globals found: [1] 'print' [06:01:15.362] | : Searching for globals ... done [06:01:15.363] | : Resolving globals: FALSE [06:01:15.363] | : Search for packages associated with the globals ... [06:01:15.363] | : . Packages associated with globals: [1] 'base' [06:01:15.364] | : . Packages: [1] 'base' [06:01:15.364] | : Search for packages associated with the globals ... done [06:01:15.365] | : Packages after dropping 'base': [0] [06:01:15.365] | : globals: [0] [06:01:15.365] | : packages: [0] [06:01:15.365] | getGlobalsAndPackages() ... done [06:01:15.366] | run() for 'Future' () ... [06:01:15.367] | : state: 'created' [06:01:15.367] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.368] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.368] | : Using SequentialFutureBackend ... [06:01:15.368] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [06:01:15.368] | : . Launching futures ... [06:01:15.369] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [06:01:15.369] | : . ' , getFutureData() ... [06:01:15.369] | : . ' , ; getFutureCore() ... [06:01:15.370] | : . ' , ; ` Packages needed by the future expression (n = 0): [06:01:15.370] | : . ' , ; getFutureCore() ... done [06:01:15.370] | : . ' , ; getFutureCapture() ... [06:01:15.370] | : . ' , ; getFutureCapture() ... done [06:01:15.371] | : . ' , ; getFutureContext() ... [06:01:15.371] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.371] | : . ' , ; ` | Getting stack without first backend: [n=0] [06:01:15.372] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.372] | : . ' , ; ` Packages needed by future backend (n = 0): [06:01:15.372] | : . ' , ; getFutureContext() ... done [06:01:15.374] | : . ' , getFutureData() ... done [06:01:15.378] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.379] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [06:01:15.379] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.379] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.380] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.380] | : . ' , ; ` all.equal() for FutureStrategyList ... [06:01:15.380] | : . ' , ; ` | New stack: [06:01:15.380] | : . ' , ; ` | List of 1 [06:01:15.380] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.380] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.380] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [06:01:15.380] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.380] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.380] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.380] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.380] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.385] | : . ' , ; ` | Old stack: [06:01:15.386] | : . ' , ; ` | List of 1 [06:01:15.386] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.386] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.386] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [06:01:15.386] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.386] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.386] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.386] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [06:01:15.386] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.386] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.386] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.386] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.392] | : . ' , ; ` | Not identical [06:01:15.392] | : . ' , ; ` | all.equal() for future ... [06:01:15.393] | : . ' , ; ` | : List of 2 [06:01:15.393] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.393] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.393] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.393] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.393] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.393] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.393] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.405] | : . ' , ; ` | all.equal() for future ... done [06:01:15.406] | : . ' , ; ` all.equal() for FutureStrategyList ... done [06:01:15.406] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.407] | : . ' , ; ` List of future strategies: [06:01:15.407] | : . ' , ; ` 1. sequential: [06:01:15.407] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.407] | : . ' , ; ` - tweaked: FALSE [06:01:15.407] | : . ' , ; ` - call: plan(sequential) [06:01:15.408] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.410] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.415] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.415] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.416] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.416] | : . ' , ; ` | all.equal() for FutureStrategyList ... [06:01:15.416] | : . ' , ; ` | : New stack: [06:01:15.417] | : . ' , ; ` | : List of 1 [06:01:15.417] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.417] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.417] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.417] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.417] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.417] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.417] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.417] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.417] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.417] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.417] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.425] | : . ' , ; ` | : Old stack: [06:01:15.426] | : . ' , ; ` | : List of 1 [06:01:15.426] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.426] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.426] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.426] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.426] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.426] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.426] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.426] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.426] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.426] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.426] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.433] | : . ' , ; ` | : Identical [06:01:15.433] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [06:01:15.433] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.434] | : . ' , ; ` | List of future strategies: [06:01:15.434] | : . ' , ; ` | 1. sequential: [06:01:15.434] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.434] | : . ' , ; ` | - tweaked: FALSE [06:01:15.434] | : . ' , ; ` | - call: plan(sequential) [06:01:15.435] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.435] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.435] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.436] | : . ' , SequentialFuture started (and completed) [06:01:15.436] | : . ' , signalConditions() ... [06:01:15.437] | : . ' , ; include = 'immediateCondition' [06:01:15.437] | : . ' , ; exclude = [06:01:15.437] | : . ' , ; resignal = FALSE [06:01:15.438] | : . ' , ; Number of conditions: 6 [06:01:15.438] | : . ' , ; int 6 [06:01:15.439] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.439] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.439] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.440] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.440] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.440] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.440] | : . ' , signalConditions() ... done [06:01:15.441] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [06:01:15.441] | : . Launching futures ... done [06:01:15.441] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [06:01:15.442] | : Using SequentialFutureBackend ... done [06:01:15.442] | run() for 'Future' () ... done [06:01:15.442] future(..., label = NULL) ... done [06:01:15.442] value() for SequentialFuture () ... [06:01:15.443] | signalConditions() ... [06:01:15.443] | : include = 'immediateCondition' [06:01:15.443] | : exclude = [06:01:15.444] | : resignal = FALSE [06:01:15.444] | : Number of conditions: 6 [06:01:15.444] | : int 6 [06:01:15.445] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.445] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.445] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.445] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.446] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.446] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.446] | signalConditions() ... done [06:01:15.446] | relay stdout ... [1] 42 [06:01:15.446] | relay stdout ... done [06:01:15.447] | check for misuse ... [06:01:15.447] | check for misuse ... done [06:01:15.447] | relay conditions ... [06:01:15.447] | : Future state: 'finished' [06:01:15.447] | : signalConditions() ... [06:01:15.448] | : . include = 'condition' [06:01:15.448] | : . exclude = 'immediateCondition' [06:01:15.448] | : . resignal = TRUE [06:01:15.448] | : . Number of conditions: 6 [06:01:15.448] | : . int 6 [06:01:15.449] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.449] | : . Condition #1: 'simpleMessage', 'message', 'condition' [06:01:15.375] | : . ' , attachPackages() ... [06:01:15.449] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.450] | : . Condition #2: 'simpleMessage', 'message', 'condition' [06:01:15.375] | : . ' , ; packages: [n=1] 'future' [06:01:15.450] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.450] | : . Condition #3: 'simpleMessage', 'message', 'condition' [06:01:15.376] | : . ' , attachPackages() ... done [06:01:15.450] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.451] | : . Condition #4: 'simpleMessage', 'message', 'condition' [06:01:15.376] | : . ' , attachPackages() ... [06:01:15.451] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.451] | : . Condition #5: 'simpleMessage', 'message', 'condition' [06:01:15.377] | : . ' , ; packages: [n=0] [06:01:15.451] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.451] | : . Condition #6: 'simpleMessage', 'message', 'condition' [06:01:15.377] | : . ' , attachPackages() ... done [06:01:15.452] | : signalConditions() ... done [06:01:15.452] | relay conditions ... done [06:01:15.452] value() for SequentialFuture () ... done - stdout = FALSE [06:01:15.452] future(..., label = NULL) ... [06:01:15.453] | lazy: FALSE [06:01:15.453] | stdout: FALSE [06:01:15.453] | conditions: [n=1] 'condition' [06:01:15.453] | gc: FALSE [06:01:15.453] | earlySignal: FALSE [06:01:15.454] | getGlobalsAndPackages() ... [06:01:15.454] | : Searching for globals ... [06:01:15.500] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:15.500] | : Searching for globals ... done [06:01:15.501] | : Resolving globals: FALSE [06:01:15.501] | : Search for packages associated with the globals ... [06:01:15.501] | : . Packages associated with globals: [2] 'base', 'utils' [06:01:15.502] | : . Packages: [2] 'base', 'utils' [06:01:15.502] | : Search for packages associated with the globals ... done [06:01:15.502] | : Packages after dropping 'base': [1] 'utils' [06:01:15.502] | : Packages after dropping non-attached packages: [1] 'utils' [06:01:15.503] | : globals: [0] [06:01:15.503] | : packages: [1] 'utils' [06:01:15.503] | getGlobalsAndPackages() ... done [06:01:15.503] | run() for 'Future' () ... [06:01:15.504] | : state: 'created' [06:01:15.504] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.504] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.504] | : Using SequentialFutureBackend ... [06:01:15.504] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [06:01:15.505] | : . Launching futures ... [06:01:15.505] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [06:01:15.505] | : . ' , getFutureData() ... [06:01:15.505] | : . ' , ; getFutureCore() ... [06:01:15.506] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [06:01:15.506] | : . ' , ; getFutureCore() ... done [06:01:15.506] | : . ' , ; getFutureCapture() ... [06:01:15.506] | : . ' , ; getFutureCapture() ... done [06:01:15.506] | : . ' , ; getFutureContext() ... [06:01:15.506] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.507] | : . ' , ; ` | Getting stack without first backend: [n=0] [06:01:15.507] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.507] | : . ' , ; ` Packages needed by future backend (n = 0): [06:01:15.507] | : . ' , ; getFutureContext() ... done [06:01:15.507] | : . ' , getFutureData() ... done [06:01:15.510] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.510] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [06:01:15.511] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.511] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.512] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.512] | : . ' , ; ` all.equal() for FutureStrategyList ... [06:01:15.512] | : . ' , ; ` | New stack: [06:01:15.512] | : . ' , ; ` | List of 1 [06:01:15.512] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.512] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.512] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [06:01:15.512] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.512] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.512] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.512] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.512] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.517] | : . ' , ; ` | Old stack: [06:01:15.518] | : . ' , ; ` | List of 1 [06:01:15.518] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.518] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.518] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [06:01:15.518] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.518] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.518] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.518] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [06:01:15.518] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.518] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.518] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.518] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.523] | : . ' , ; ` | Not identical [06:01:15.524] | : . ' , ; ` | all.equal() for future ... [06:01:15.524] | : . ' , ; ` | : List of 2 [06:01:15.524] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.524] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.524] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.524] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.524] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.524] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.524] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.534] | : . ' , ; ` | all.equal() for future ... done [06:01:15.534] | : . ' , ; ` all.equal() for FutureStrategyList ... done [06:01:15.535] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.535] | : . ' , ; ` List of future strategies: [06:01:15.535] | : . ' , ; ` 1. sequential: [06:01:15.535] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.535] | : . ' , ; ` - tweaked: FALSE [06:01:15.535] | : . ' , ; ` - call: plan(sequential) [06:01:15.536] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.536] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.543] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.543] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.544] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.544] | : . ' , ; ` | all.equal() for FutureStrategyList ... [06:01:15.544] | : . ' , ; ` | : New stack: [06:01:15.545] | : . ' , ; ` | : List of 1 [06:01:15.545] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.545] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.545] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.545] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.545] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.545] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.545] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.545] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.545] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.545] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.545] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.553] | : . ' , ; ` | : Old stack: [06:01:15.554] | : . ' , ; ` | : List of 1 [06:01:15.554] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.554] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.554] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.554] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.554] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.554] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.554] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.554] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.554] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.554] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.554] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.561] | : . ' , ; ` | : Identical [06:01:15.561] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [06:01:15.561] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.561] | : . ' , ; ` | List of future strategies: [06:01:15.561] | : . ' , ; ` | 1. sequential: [06:01:15.561] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.561] | : . ' , ; ` | - tweaked: FALSE [06:01:15.561] | : . ' , ; ` | - call: plan(sequential) [06:01:15.562] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.563] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.563] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.564] | : . ' , SequentialFuture started (and completed) [06:01:15.564] | : . ' , signalConditions() ... [06:01:15.564] | : . ' , ; include = 'immediateCondition' [06:01:15.565] | : . ' , ; exclude = [06:01:15.565] | : . ' , ; resignal = FALSE [06:01:15.565] | : . ' , ; Number of conditions: 6 [06:01:15.565] | : . ' , ; int 6 [06:01:15.566] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.567] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.567] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.567] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.567] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.568] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.568] | : . ' , signalConditions() ... done [06:01:15.568] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [06:01:15.569] | : . Launching futures ... done [06:01:15.569] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [06:01:15.569] | : Using SequentialFutureBackend ... done [06:01:15.569] | run() for 'Future' () ... done [06:01:15.570] 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 "[06:01:15.508] | : . ' , 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 "[06:01:15.508] | : . ' , ; 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 "[06:01:15.508] | : . ' , 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 "[06:01:15.508] | : . ' , 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 "[06:01:15.509] | : . ' , ; 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 "[06:01:15.509] | : . ' , 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-06-05 06:01:15" $ finished : POSIXct[1:1], format: "2025-06-05 06:01:15" $ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "4" $ session_uuid : chr "cf3243bdd41322388f5709645e8a677c" ..- 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 122856 .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:14" .. ..$ 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" [06:01:15.611] value() for SequentialFuture () ... [06:01:15.611] | signalConditions() ... [06:01:15.611] | : include = 'immediateCondition' [06:01:15.612] | : exclude = [06:01:15.612] | : resignal = FALSE [06:01:15.612] | : Number of conditions: 6 [06:01:15.612] | : int 6 [06:01:15.613] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.614] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.614] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.614] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.614] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.615] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.615] | signalConditions() ... done [06:01:15.615] | relay stdout ... [06:01:15.615] | relay stdout ... done [06:01:15.616] | check for misuse ... [06:01:15.616] | check for misuse ... done [06:01:15.616] | relay conditions ... [06:01:15.617] | : Future state: 'finished' [06:01:15.617] | : signalConditions() ... [06:01:15.617] | : . include = 'condition' [06:01:15.617] | : . exclude = 'immediateCondition' [06:01:15.618] | : . resignal = TRUE [06:01:15.618] | : . Number of conditions: 6 [06:01:15.618] | : . int 6 [06:01:15.619] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.619] | : . Condition #1: 'simpleMessage', 'message', 'condition' [06:01:15.508] | : . ' , attachPackages() ... [06:01:15.620] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.620] | : . Condition #2: 'simpleMessage', 'message', 'condition' [06:01:15.508] | : . ' , ; packages: [n=1] 'future' [06:01:15.620] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.621] | : . Condition #3: 'simpleMessage', 'message', 'condition' [06:01:15.508] | : . ' , attachPackages() ... done [06:01:15.621] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.621] | : . Condition #4: 'simpleMessage', 'message', 'condition' [06:01:15.508] | : . ' , attachPackages() ... [06:01:15.622] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.622] | : . Condition #5: 'simpleMessage', 'message', 'condition' [06:01:15.509] | : . ' , ; packages: [n=1] 'utils' [06:01:15.622] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.622] | : . Condition #6: 'simpleMessage', 'message', 'condition' [06:01:15.509] | : . ' , attachPackages() ... done [06:01:15.623] | : signalConditions() ... done [06:01:15.623] | relay conditions ... done [06:01:15.623] value() for SequentialFuture () ... done [06:01:15.624] future(..., label = NULL) ... [06:01:15.624] | lazy: FALSE [06:01:15.624] | stdout: FALSE [06:01:15.625] | conditions: [n=1] 'condition' [06:01:15.625] | gc: FALSE [06:01:15.625] | earlySignal: FALSE [06:01:15.625] | getGlobalsAndPackages() ... [06:01:15.626] | : Searching for globals ... [06:01:15.687] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:15.688] | : Searching for globals ... done [06:01:15.688] | : Resolving globals: FALSE [06:01:15.689] | : Search for packages associated with the globals ... [06:01:15.689] | : . Packages associated with globals: [2] 'base', 'utils' [06:01:15.689] | : . Packages: [2] 'base', 'utils' [06:01:15.690] | : Search for packages associated with the globals ... done [06:01:15.690] | : Packages after dropping 'base': [1] 'utils' [06:01:15.690] | : Packages after dropping non-attached packages: [1] 'utils' [06:01:15.690] | : globals: [0] [06:01:15.691] | : packages: [1] 'utils' [06:01:15.691] | getGlobalsAndPackages() ... done [06:01:15.691] | run() for 'Future' () ... [06:01:15.691] | : state: 'created' [06:01:15.692] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.692] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.692] | : Using SequentialFutureBackend ... [06:01:15.692] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [06:01:15.692] | : . Launching futures ... [06:01:15.693] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [06:01:15.693] | : . ' , getFutureData() ... [06:01:15.693] | : . ' , ; getFutureCore() ... [06:01:15.693] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [06:01:15.693] | : . ' , ; getFutureCore() ... done [06:01:15.693] | : . ' , ; getFutureCapture() ... [06:01:15.694] | : . ' , ; getFutureCapture() ... done [06:01:15.694] | : . ' , ; getFutureContext() ... [06:01:15.694] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.694] | : . ' , ; ` | Getting stack without first backend: [n=0] [06:01:15.694] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.695] | : . ' , ; ` Packages needed by future backend (n = 0): [06:01:15.695] | : . ' , ; getFutureContext() ... done [06:01:15.695] | : . ' , getFutureData() ... done [06:01:15.698] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.698] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [06:01:15.699] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.699] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.699] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.700] | : . ' , ; ` all.equal() for FutureStrategyList ... [06:01:15.700] | : . ' , ; ` | New stack: [06:01:15.700] | : . ' , ; ` | List of 1 [06:01:15.700] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.700] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.700] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [06:01:15.700] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.700] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.700] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.700] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.700] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.706] | : . ' , ; ` | Old stack: [06:01:15.706] | : . ' , ; ` | List of 1 [06:01:15.706] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.706] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.706] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [06:01:15.706] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.706] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.706] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.706] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [06:01:15.706] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.706] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.706] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.706] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.717] | : . ' , ; ` | Not identical [06:01:15.717] | : . ' , ; ` | all.equal() for future ... [06:01:15.718] | : . ' , ; ` | : List of 2 [06:01:15.718] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.718] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.718] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.718] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.718] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.718] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.718] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.728] | : . ' , ; ` | all.equal() for future ... done [06:01:15.729] | : . ' , ; ` all.equal() for FutureStrategyList ... done [06:01:15.729] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.729] | : . ' , ; ` List of future strategies: [06:01:15.729] | : . ' , ; ` 1. sequential: [06:01:15.729] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.729] | : . ' , ; ` - tweaked: FALSE [06:01:15.729] | : . ' , ; ` - call: plan(sequential) [06:01:15.730] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.731] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.737] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.737] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.737] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.738] | : . ' , ; ` | all.equal() for FutureStrategyList ... [06:01:15.738] | : . ' , ; ` | : New stack: [06:01:15.738] | : . ' , ; ` | : List of 1 [06:01:15.738] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.738] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.738] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.738] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.738] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.738] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.738] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.738] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.738] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.738] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.738] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.745] | : . ' , ; ` | : Old stack: [06:01:15.745] | : . ' , ; ` | : List of 1 [06:01:15.745] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.745] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.745] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.745] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.745] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.745] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.745] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.745] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.745] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.745] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.745] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.752] | : . ' , ; ` | : Identical [06:01:15.752] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [06:01:15.752] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.753] | : . ' , ; ` | List of future strategies: [06:01:15.753] | : . ' , ; ` | 1. sequential: [06:01:15.753] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.753] | : . ' , ; ` | - tweaked: FALSE [06:01:15.753] | : . ' , ; ` | - call: plan(sequential) [06:01:15.754] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.754] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.754] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.755] | : . ' , SequentialFuture started (and completed) [06:01:15.756] | : . ' , signalConditions() ... [06:01:15.756] | : . ' , ; include = 'immediateCondition' [06:01:15.756] | : . ' , ; exclude = [06:01:15.756] | : . ' , ; resignal = FALSE [06:01:15.757] | : . ' , ; Number of conditions: 6 [06:01:15.757] | : . ' , ; int 6 [06:01:15.758] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.758] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.758] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.759] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.759] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.759] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.759] | : . ' , signalConditions() ... done [06:01:15.760] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [06:01:15.760] | : . Launching futures ... done [06:01:15.760] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [06:01:15.761] | : Using SequentialFutureBackend ... done [06:01:15.761] | run() for 'Future' () ... done [06:01:15.761] future(..., label = NULL) ... done [06:01:15.762] value() for SequentialFuture () ... [06:01:15.762] | signalConditions() ... [06:01:15.762] | : include = 'immediateCondition' [06:01:15.762] | : exclude = [06:01:15.763] | : resignal = FALSE [06:01:15.763] | : Number of conditions: 6 [06:01:15.763] | : int 6 [06:01:15.764] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.764] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.765] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.765] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.765] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.765] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.765] | signalConditions() ... done [06:01:15.766] | relay stdout ... [06:01:15.766] | relay stdout ... done [06:01:15.766] | check for misuse ... [06:01:15.766] | check for misuse ... done [06:01:15.766] | relay conditions ... [06:01:15.767] | : Future state: 'finished' [06:01:15.767] | : signalConditions() ... [06:01:15.767] | : . include = 'condition' [06:01:15.767] | : . exclude = 'immediateCondition' [06:01:15.767] | : . resignal = TRUE [06:01:15.767] | : . Number of conditions: 6 [06:01:15.768] | : . int 6 [06:01:15.768] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.768] | : . Condition #1: 'simpleMessage', 'message', 'condition' [06:01:15.695] | : . ' , attachPackages() ... [06:01:15.769] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.769] | : . Condition #2: 'simpleMessage', 'message', 'condition' [06:01:15.696] | : . ' , ; packages: [n=1] 'future' [06:01:15.769] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.770] | : . Condition #3: 'simpleMessage', 'message', 'condition' [06:01:15.696] | : . ' , attachPackages() ... done [06:01:15.770] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.770] | : . Condition #4: 'simpleMessage', 'message', 'condition' [06:01:15.696] | : . ' , attachPackages() ... [06:01:15.771] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.771] | : . Condition #5: 'simpleMessage', 'message', 'condition' [06:01:15.697] | : . ' , ; packages: [n=1] 'utils' [06:01:15.771] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.772] | : . Condition #6: 'simpleMessage', 'message', 'condition' [06:01:15.697] | : . ' , attachPackages() ... done [06:01:15.772] | : signalConditions() ... done [06:01:15.772] | relay conditions ... done [06:01:15.773] value() for SequentialFuture () ... done - stdout = structure(TRUE, drop = TRUE) [06:01:15.773] future(..., label = NULL) ... [06:01:15.773] | lazy: FALSE [06:01:15.774] | stdout: TRUE [06:01:15.774] | conditions: [n=1] 'condition' [06:01:15.774] | gc: FALSE [06:01:15.775] | earlySignal: FALSE [06:01:15.775] | getGlobalsAndPackages() ... [06:01:15.775] | : Searching for globals ... [06:01:15.782] | : . globals found: [1] 'print' [06:01:15.782] | : Searching for globals ... done [06:01:15.783] | : Resolving globals: FALSE [06:01:15.783] | : Search for packages associated with the globals ... [06:01:15.783] | : . Packages associated with globals: [1] 'base' [06:01:15.784] | : . Packages: [1] 'base' [06:01:15.784] | : Search for packages associated with the globals ... done [06:01:15.785] | : Packages after dropping 'base': [0] [06:01:15.785] | : globals: [0] [06:01:15.785] | : packages: [0] [06:01:15.785] | getGlobalsAndPackages() ... done [06:01:15.786] | run() for 'Future' () ... [06:01:15.786] | : state: 'created' [06:01:15.787] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.787] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.787] | : Using SequentialFutureBackend ... [06:01:15.788] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [06:01:15.788] | : . Launching futures ... [06:01:15.788] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [06:01:15.788] | : . ' , getFutureData() ... [06:01:15.789] | : . ' , ; getFutureCore() ... [06:01:15.789] | : . ' , ; ` Packages needed by the future expression (n = 0): [06:01:15.789] | : . ' , ; getFutureCore() ... done [06:01:15.790] | : . ' , ; getFutureCapture() ... [06:01:15.790] | : . ' , ; getFutureCapture() ... done [06:01:15.790] | : . ' , ; getFutureContext() ... [06:01:15.791] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.791] | : . ' , ; ` | Getting stack without first backend: [n=0] [06:01:15.791] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.791] | : . ' , ; ` Packages needed by future backend (n = 0): [06:01:15.792] | : . ' , ; getFutureContext() ... done [06:01:15.792] | : . ' , getFutureData() ... done [06:01:15.795] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.795] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [06:01:15.795] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.796] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.796] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.796] | : . ' , ; ` all.equal() for FutureStrategyList ... [06:01:15.796] | : . ' , ; ` | New stack: [06:01:15.796] | : . ' , ; ` | List of 1 [06:01:15.796] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.796] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.796] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [06:01:15.796] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.796] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.796] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.796] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.796] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.800] | : . ' , ; ` | Old stack: [06:01:15.801] | : . ' , ; ` | List of 1 [06:01:15.801] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.801] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.801] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [06:01:15.801] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.801] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.801] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.801] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [06:01:15.801] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.801] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.801] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.801] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.805] | : . ' , ; ` | Not identical [06:01:15.805] | : . ' , ; ` | all.equal() for future ... [06:01:15.805] | : . ' , ; ` | : List of 2 [06:01:15.805] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.805] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.805] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.805] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.805] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.805] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.805] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.812] | : . ' , ; ` | all.equal() for future ... done [06:01:15.813] | : . ' , ; ` all.equal() for FutureStrategyList ... done [06:01:15.813] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.813] | : . ' , ; ` List of future strategies: [06:01:15.813] | : . ' , ; ` 1. sequential: [06:01:15.813] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.813] | : . ' , ; ` - tweaked: FALSE [06:01:15.813] | : . ' , ; ` - call: plan(sequential) [06:01:15.814] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.814] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.817] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.818] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.818] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.818] | : . ' , ; ` | all.equal() for FutureStrategyList ... [06:01:15.819] | : . ' , ; ` | : New stack: [06:01:15.819] | : . ' , ; ` | : List of 1 [06:01:15.819] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.819] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.819] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.819] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.819] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.819] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.819] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.819] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.819] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.819] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.819] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.826] | : . ' , ; ` | : Old stack: [06:01:15.826] | : . ' , ; ` | : List of 1 [06:01:15.826] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.826] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.826] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.826] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.826] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.826] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.826] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.826] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.826] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.826] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.826] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.833] | : . ' , ; ` | : Identical [06:01:15.833] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [06:01:15.833] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.834] | : . ' , ; ` | List of future strategies: [06:01:15.834] | : . ' , ; ` | 1. sequential: [06:01:15.834] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.834] | : . ' , ; ` | - tweaked: FALSE [06:01:15.834] | : . ' , ; ` | - call: plan(sequential) [06:01:15.835] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.835] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.835] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.836] | : . ' , SequentialFuture started (and completed) [06:01:15.837] | : . ' , signalConditions() ... [06:01:15.837] | : . ' , ; include = 'immediateCondition' [06:01:15.837] | : . ' , ; exclude = [06:01:15.837] | : . ' , ; resignal = FALSE [06:01:15.838] | : . ' , ; Number of conditions: 6 [06:01:15.838] | : . ' , ; int 6 [06:01:15.839] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.839] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.839] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.840] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.840] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.840] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.840] | : . ' , signalConditions() ... done [06:01:15.841] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [06:01:15.841] | : . Launching futures ... done [06:01:15.841] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [06:01:15.842] | : Using SequentialFutureBackend ... done [06:01:15.842] | run() for 'Future' () ... done [06:01:15.842] future(..., label = NULL) ... done [06:01:15.843] value() for SequentialFuture () ... [06:01:15.843] | signalConditions() ... [06:01:15.843] | : include = 'immediateCondition' [06:01:15.844] | : exclude = [06:01:15.844] | : resignal = FALSE [06:01:15.844] | : Number of conditions: 6 [06:01:15.844] | : int 6 [06:01:15.845] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.846] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.846] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.846] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.846] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.847] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.847] | signalConditions() ... done [06:01:15.847] | relay stdout ... [1] 42 [06:01:15.848] | relay stdout ... done [06:01:15.848] | check for misuse ... [06:01:15.848] | check for misuse ... done [06:01:15.849] | relay conditions ... [06:01:15.849] | : Future state: 'finished' [06:01:15.849] | : signalConditions() ... [06:01:15.849] | : . include = 'condition' [06:01:15.850] | : . exclude = 'immediateCondition' [06:01:15.850] | : . resignal = TRUE [06:01:15.850] | : . Number of conditions: 6 [06:01:15.850] | : . int 6 [06:01:15.851] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.852] | : . Condition #1: 'simpleMessage', 'message', 'condition' [06:01:15.793] | : . ' , attachPackages() ... [06:01:15.852] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.852] | : . Condition #2: 'simpleMessage', 'message', 'condition' [06:01:15.793] | : . ' , ; packages: [n=1] 'future' [06:01:15.853] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.853] | : . Condition #3: 'simpleMessage', 'message', 'condition' [06:01:15.793] | : . ' , attachPackages() ... done [06:01:15.853] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.853] | : . Condition #4: 'simpleMessage', 'message', 'condition' [06:01:15.794] | : . ' , attachPackages() ... [06:01:15.854] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.854] | : . Condition #5: 'simpleMessage', 'message', 'condition' [06:01:15.794] | : . ' , ; packages: [n=0] [06:01:15.855] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:15.855] | : . Condition #6: 'simpleMessage', 'message', 'condition' [06:01:15.794] | : . ' , attachPackages() ... done [06:01:15.855] | : signalConditions() ... done [06:01:15.855] | relay conditions ... done [06:01:15.856] value() for SequentialFuture () ... done - stdout = NA [06:01:15.856] future(..., label = NULL) ... [06:01:15.856] | lazy: FALSE [06:01:15.857] | stdout: NA [06:01:15.857] | conditions: [n=1] 'condition' [06:01:15.857] | gc: FALSE [06:01:15.858] | earlySignal: FALSE [06:01:15.858] | getGlobalsAndPackages() ... [06:01:15.858] | : Searching for globals ... [06:01:15.926] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:15.926] | : Searching for globals ... done [06:01:15.927] | : Resolving globals: FALSE [06:01:15.927] | : Search for packages associated with the globals ... [06:01:15.928] | : . Packages associated with globals: [2] 'base', 'utils' [06:01:15.929] | : . Packages: [2] 'base', 'utils' [06:01:15.929] | : Search for packages associated with the globals ... done [06:01:15.929] | : Packages after dropping 'base': [1] 'utils' [06:01:15.930] | : Packages after dropping non-attached packages: [1] 'utils' [06:01:15.930] | : globals: [0] [06:01:15.930] | : packages: [1] 'utils' [06:01:15.931] | getGlobalsAndPackages() ... done [06:01:15.931] | run() for 'Future' () ... [06:01:15.931] | : state: 'created' [06:01:15.932] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.932] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.932] | : Using SequentialFutureBackend ... [06:01:15.933] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [06:01:15.933] | : . Launching futures ... [06:01:15.933] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [06:01:15.934] | : . ' , getFutureData() ... [06:01:15.934] | : . ' , ; getFutureCore() ... [06:01:15.934] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [06:01:15.934] | : . ' , ; getFutureCore() ... done [06:01:15.935] | : . ' , ; getFutureCapture() ... [06:01:15.935] | : . ' , ; getFutureCapture() ... done [06:01:15.935] | : . ' , ; getFutureContext() ... [06:01:15.936] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.936] | : . ' , ; ` | Getting stack without first backend: [n=0] [06:01:15.936] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.936] | : . ' , ; ` Packages needed by future backend (n = 0): [06:01:15.937] | : . ' , ; getFutureContext() ... done [06:01:15.937] | : . ' , getFutureData() ... done [06:01:15.940] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:15.941] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [06:01:15.941] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:15.942] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.942] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.942] | : . ' , ; ` all.equal() for FutureStrategyList ... [06:01:15.943] | : . ' , ; ` | New stack: [06:01:15.943] | : . ' , ; ` | List of 1 [06:01:15.943] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.943] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.943] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [06:01:15.943] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.943] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.943] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.943] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.943] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.949] | : . ' , ; ` | Old stack: [06:01:15.949] | : . ' , ; ` | List of 1 [06:01:15.949] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.949] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.949] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [06:01:15.949] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.949] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.949] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.949] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [06:01:15.949] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.949] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.949] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.949] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.956] | : . ' , ; ` | Not identical [06:01:15.956] | : . ' , ; ` | all.equal() for future ... [06:01:15.957] | : . ' , ; ` | : List of 2 [06:01:15.957] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.957] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:15.957] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.957] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.957] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.957] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.957] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.968] | : . ' , ; ` | all.equal() for future ... done [06:01:15.969] | : . ' , ; ` all.equal() for FutureStrategyList ... done [06:01:15.969] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.969] | : . ' , ; ` List of future strategies: [06:01:15.969] | : . ' , ; ` 1. sequential: [06:01:15.969] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.969] | : . ' , ; ` - tweaked: FALSE [06:01:15.969] | : . ' , ; ` - call: plan(sequential) [06:01:15.971] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.971] | : . ' , plan(, .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" [06:01:15.976] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.976] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:15.977] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:15.977] | : . ' , ; ` | all.equal() for FutureStrategyList ... [06:01:15.977] | : . ' , ; ` | : New stack: [06:01:15.978] | : . ' , ; ` | : List of 1 [06:01:15.978] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.978] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.978] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.978] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.978] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.978] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.978] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.978] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.978] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.978] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.978] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.985] | : . ' , ; ` | : Old stack: [06:01:15.985] | : . ' , ; ` | : List of 1 [06:01:15.985] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:15.985] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:15.985] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:15.985] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.985] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.985] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.985] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:15.985] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:15.985] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:15.985] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:15.985] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:15.994] | : . ' , ; ` | : Identical [06:01:15.994] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [06:01:15.994] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:15.995] | : . ' , ; ` | List of future strategies: [06:01:15.995] | : . ' , ; ` | 1. sequential: [06:01:15.995] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:15.995] | : . ' , ; ` | - tweaked: FALSE [06:01:15.995] | : . ' , ; ` | - call: plan(sequential) [06:01:15.996] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:15.996] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.997] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:15.997] | : . ' , SequentialFuture started (and completed) [06:01:15.998] | : . ' , signalConditions() ... [06:01:15.998] | : . ' , ; include = 'immediateCondition' [06:01:15.998] | : . ' , ; exclude = [06:01:15.999] | : . ' , ; resignal = FALSE [06:01:15.999] | : . ' , ; Number of conditions: 6 [06:01:15.999] | : . ' , ; int 6 [06:01:16.000] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.000] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.000] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.001] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.001] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.001] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.001] | : . ' , signalConditions() ... done [06:01:16.002] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [06:01:16.002] | : . Launching futures ... done [06:01:16.002] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [06:01:16.002] | : Using SequentialFutureBackend ... done [06:01:16.003] | run() for 'Future' () ... done [06:01:16.003] 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 "[06:01:15.938] | : . ' , 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 "[06:01:15.938] | : . ' , ; 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 "[06:01:15.938] | : . ' , 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 "[06:01:15.939] | : . ' , 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 "[06:01:15.939] | : . ' , ; 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 "[06:01:15.939] | : . ' , 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-06-05 06:01:15" $ finished : POSIXct[1:1], format: "2025-06-05 06:01:15" $ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "7" $ session_uuid : chr "cf3243bdd41322388f5709645e8a677c" ..- 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 122856 .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:14" .. ..$ 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" [06:01:16.047] value() for SequentialFuture () ... [06:01:16.047] | signalConditions() ... [06:01:16.047] | : include = 'immediateCondition' [06:01:16.048] | : exclude = [06:01:16.048] | : resignal = FALSE [06:01:16.048] | : Number of conditions: 6 [06:01:16.048] | : int 6 [06:01:16.049] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.049] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.049] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.049] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.050] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.050] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.050] | signalConditions() ... done [06:01:16.050] | relay stdout ... [06:01:16.050] | relay stdout ... done [06:01:16.050] | check for misuse ... [06:01:16.051] | check for misuse ... done [06:01:16.051] | relay conditions ... [06:01:16.051] | : Future state: 'finished' [06:01:16.051] | : signalConditions() ... [06:01:16.052] | : . include = 'condition' [06:01:16.052] | : . exclude = 'immediateCondition' [06:01:16.052] | : . resignal = TRUE [06:01:16.053] | : . Number of conditions: 6 [06:01:16.053] | : . int 6 [06:01:16.054] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.054] | : . Condition #1: 'simpleMessage', 'message', 'condition' [06:01:15.938] | : . ' , attachPackages() ... [06:01:16.054] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.055] | : . Condition #2: 'simpleMessage', 'message', 'condition' [06:01:15.938] | : . ' , ; packages: [n=1] 'future' [06:01:16.055] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.055] | : . Condition #3: 'simpleMessage', 'message', 'condition' [06:01:15.938] | : . ' , attachPackages() ... done [06:01:16.056] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.056] | : . Condition #4: 'simpleMessage', 'message', 'condition' [06:01:15.939] | : . ' , attachPackages() ... [06:01:16.056] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.056] | : . Condition #5: 'simpleMessage', 'message', 'condition' [06:01:15.939] | : . ' , ; packages: [n=1] 'utils' [06:01:16.057] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.057] | : . Condition #6: 'simpleMessage', 'message', 'condition' [06:01:15.939] | : . ' , attachPackages() ... done [06:01:16.058] | : signalConditions() ... done [06:01:16.058] | relay conditions ... done [06:01:16.058] value() for SequentialFuture () ... done [06:01:16.059] future(..., label = NULL) ... [06:01:16.059] | lazy: FALSE [06:01:16.059] | stdout: NA [06:01:16.060] | conditions: [n=1] 'condition' [06:01:16.060] | gc: FALSE [06:01:16.060] | earlySignal: FALSE [06:01:16.060] | getGlobalsAndPackages() ... [06:01:16.061] | : Searching for globals ... [06:01:16.126] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:16.127] | : Searching for globals ... done [06:01:16.127] | : Resolving globals: FALSE [06:01:16.127] | : Search for packages associated with the globals ... [06:01:16.128] | : . Packages associated with globals: [2] 'base', 'utils' [06:01:16.129] | : . Packages: [2] 'base', 'utils' [06:01:16.129] | : Search for packages associated with the globals ... done [06:01:16.129] | : Packages after dropping 'base': [1] 'utils' [06:01:16.130] | : Packages after dropping non-attached packages: [1] 'utils' [06:01:16.130] | : globals: [0] [06:01:16.130] | : packages: [1] 'utils' [06:01:16.131] | getGlobalsAndPackages() ... done [06:01:16.131] | run() for 'Future' () ... [06:01:16.132] | : state: 'created' [06:01:16.132] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:16.132] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:16.133] | : Using SequentialFutureBackend ... [06:01:16.133] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [06:01:16.133] | : . Launching futures ... [06:01:16.133] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [06:01:16.134] | : . ' , getFutureData() ... [06:01:16.134] | : . ' , ; getFutureCore() ... [06:01:16.134] | : . ' , ; ` Packages needed by the future expression (n = 1): 'utils' [06:01:16.134] | : . ' , ; getFutureCore() ... done [06:01:16.134] | : . ' , ; getFutureCapture() ... [06:01:16.134] | : . ' , ; getFutureCapture() ... done [06:01:16.135] | : . ' , ; getFutureContext() ... [06:01:16.135] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:16.135] | : . ' , ; ` | Getting stack without first backend: [n=0] [06:01:16.136] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:16.136] | : . ' , ; ` Packages needed by future backend (n = 0): [06:01:16.136] | : . ' , ; getFutureContext() ... done [06:01:16.137] | : . ' , getFutureData() ... done [06:01:16.139] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:16.139] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [06:01:16.139] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:16.139] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:16.140] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:16.140] | : . ' , ; ` all.equal() for FutureStrategyList ... [06:01:16.140] | : . ' , ; ` | New stack: [06:01:16.141] | : . ' , ; ` | List of 1 [06:01:16.141] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.141] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.141] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [06:01:16.141] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.141] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.141] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.141] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:16.141] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.145] | : . ' , ; ` | Old stack: [06:01:16.146] | : . ' , ; ` | List of 1 [06:01:16.146] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.146] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.146] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [06:01:16.146] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.146] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.146] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.146] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [06:01:16.146] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:16.146] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.146] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.146] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.155] | : . ' , ; ` | Not identical [06:01:16.155] | : . ' , ; ` | all.equal() for future ... [06:01:16.155] | : . ' , ; ` | : List of 2 [06:01:16.155] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.155] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:16.155] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.155] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:16.155] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:16.155] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.155] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.166] | : . ' , ; ` | all.equal() for future ... done [06:01:16.167] | : . ' , ; ` all.equal() for FutureStrategyList ... done [06:01:16.167] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:16.167] | : . ' , ; ` List of future strategies: [06:01:16.167] | : . ' , ; ` 1. sequential: [06:01:16.167] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:16.167] | : . ' , ; ` - tweaked: FALSE [06:01:16.167] | : . ' , ; ` - call: plan(sequential) [06:01:16.169] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:16.170] | : . ' , plan(, .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" [06:01:16.176] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:16.177] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:16.177] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:16.177] | : . ' , ; ` | all.equal() for FutureStrategyList ... [06:01:16.178] | : . ' , ; ` | : New stack: [06:01:16.178] | : . ' , ; ` | : List of 1 [06:01:16.178] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.178] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.178] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:16.178] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.178] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.178] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.178] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:16.178] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:16.178] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.178] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.178] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.185] | : . ' , ; ` | : Old stack: [06:01:16.185] | : . ' , ; ` | : List of 1 [06:01:16.185] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.185] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.185] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:16.185] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.185] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.185] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.185] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:16.185] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:16.185] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.185] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.185] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.192] | : . ' , ; ` | : Identical [06:01:16.192] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [06:01:16.193] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:16.193] | : . ' , ; ` | List of future strategies: [06:01:16.193] | : . ' , ; ` | 1. sequential: [06:01:16.193] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:16.193] | : . ' , ; ` | - tweaked: FALSE [06:01:16.193] | : . ' , ; ` | - call: plan(sequential) [06:01:16.194] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:16.194] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:16.195] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:16.195] | : . ' , SequentialFuture started (and completed) [06:01:16.196] | : . ' , signalConditions() ... [06:01:16.196] | : . ' , ; include = 'immediateCondition' [06:01:16.196] | : . ' , ; exclude = [06:01:16.197] | : . ' , ; resignal = FALSE [06:01:16.197] | : . ' , ; Number of conditions: 6 [06:01:16.197] | : . ' , ; int 6 [06:01:16.198] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.198] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.198] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.199] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.199] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.199] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.200] | : . ' , signalConditions() ... done [06:01:16.200] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [06:01:16.200] | : . Launching futures ... done [06:01:16.201] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [06:01:16.201] | : Using SequentialFutureBackend ... done [06:01:16.201] | run() for 'Future' () ... done [06:01:16.201] future(..., label = NULL) ... done [06:01:16.202] value() for SequentialFuture () ... [06:01:16.202] | signalConditions() ... [06:01:16.203] | : include = 'immediateCondition' [06:01:16.203] | : exclude = [06:01:16.203] | : resignal = FALSE [06:01:16.203] | : Number of conditions: 6 [06:01:16.204] | : int 6 [06:01:16.205] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.205] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.205] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.206] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.206] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.206] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.206] | signalConditions() ... done [06:01:16.207] | relay stdout ... [06:01:16.207] | relay stdout ... done [06:01:16.207] | check for misuse ... [06:01:16.208] | check for misuse ... done [06:01:16.208] | relay conditions ... [06:01:16.208] | : Future state: 'finished' [06:01:16.208] | : signalConditions() ... [06:01:16.209] | : . include = 'condition' [06:01:16.209] | : . exclude = 'immediateCondition' [06:01:16.209] | : . resignal = TRUE [06:01:16.210] | : . Number of conditions: 6 [06:01:16.210] | : . int 6 [06:01:16.211] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.211] | : . Condition #1: 'simpleMessage', 'message', 'condition' [06:01:16.137] | : . ' , attachPackages() ... [06:01:16.211] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.212] | : . Condition #2: 'simpleMessage', 'message', 'condition' [06:01:16.137] | : . ' , ; packages: [n=1] 'future' [06:01:16.212] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.212] | : . Condition #3: 'simpleMessage', 'message', 'condition' [06:01:16.137] | : . ' , attachPackages() ... done [06:01:16.213] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.213] | : . Condition #4: 'simpleMessage', 'message', 'condition' [06:01:16.138] | : . ' , attachPackages() ... [06:01:16.213] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.214] | : . Condition #5: 'simpleMessage', 'message', 'condition' [06:01:16.138] | : . ' , ; packages: [n=1] 'utils' [06:01:16.214] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.214] | : . Condition #6: 'simpleMessage', 'message', 'condition' [06:01:16.138] | : . ' , attachPackages() ... done [06:01:16.215] | : signalConditions() ... done [06:01:16.215] | relay conditions ... done [06:01:16.215] value() for SequentialFuture () ... done - stdout = structure(TRUE, drop = TRUE) [06:01:16.216] future(..., label = NULL) ... [06:01:16.216] | lazy: FALSE [06:01:16.216] | stdout: TRUE [06:01:16.217] | conditions: [n=1] 'condition' [06:01:16.217] | gc: FALSE [06:01:16.217] | earlySignal: FALSE [06:01:16.218] | getGlobalsAndPackages() ... [06:01:16.218] | : Searching for globals ... [06:01:16.225] | : . globals found: [1] 'print' [06:01:16.225] | : Searching for globals ... done [06:01:16.225] | : Resolving globals: FALSE [06:01:16.226] | : Search for packages associated with the globals ... [06:01:16.226] | : . Packages associated with globals: [1] 'base' [06:01:16.226] | : . Packages: [1] 'base' [06:01:16.227] | : Search for packages associated with the globals ... done [06:01:16.227] | : Packages after dropping 'base': [0] [06:01:16.227] | : globals: [0] [06:01:16.228] | : packages: [0] [06:01:16.228] | getGlobalsAndPackages() ... done [06:01:16.229] | run() for 'Future' () ... [06:01:16.229] | : state: 'created' [06:01:16.229] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:16.230] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:16.230] | : Using SequentialFutureBackend ... [06:01:16.230] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [06:01:16.230] | : . Launching futures ... [06:01:16.231] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [06:01:16.231] | : . ' , getFutureData() ... [06:01:16.231] | : . ' , ; getFutureCore() ... [06:01:16.232] | : . ' , ; ` Packages needed by the future expression (n = 0): [06:01:16.232] | : . ' , ; getFutureCore() ... done [06:01:16.232] | : . ' , ; getFutureCapture() ... [06:01:16.233] | : . ' , ; getFutureCapture() ... done [06:01:16.233] | : . ' , ; getFutureContext() ... [06:01:16.233] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:16.234] | : . ' , ; ` | Getting stack without first backend: [n=0] [06:01:16.234] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:16.234] | : . ' , ; ` Packages needed by future backend (n = 0): [06:01:16.235] | : . ' , ; getFutureContext() ... done [06:01:16.235] | : . ' , getFutureData() ... done [06:01:16.238] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:16.239] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [06:01:16.239] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:16.240] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:16.240] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:16.241] | : . ' , ; ` all.equal() for FutureStrategyList ... [06:01:16.241] | : . ' , ; ` | New stack: [06:01:16.241] | : . ' , ; ` | List of 1 [06:01:16.241] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.241] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.241] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [06:01:16.241] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.241] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.241] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.241] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:16.241] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.248] | : . ' , ; ` | Old stack: [06:01:16.249] | : . ' , ; ` | List of 1 [06:01:16.249] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.249] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.249] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [06:01:16.249] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.249] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.249] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.249] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [06:01:16.249] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:16.249] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.249] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.249] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.257] | : . ' , ; ` | Not identical [06:01:16.257] | : . ' , ; ` | all.equal() for future ... [06:01:16.257] | : . ' , ; ` | : List of 2 [06:01:16.257] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.257] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [06:01:16.257] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.257] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:16.257] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:16.257] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.257] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.271] | : . ' , ; ` | all.equal() for future ... done [06:01:16.272] | : . ' , ; ` all.equal() for FutureStrategyList ... done [06:01:16.272] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:16.272] | : . ' , ; ` List of future strategies: [06:01:16.272] | : . ' , ; ` 1. sequential: [06:01:16.272] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:16.272] | : . ' , ; ` - tweaked: FALSE [06:01:16.272] | : . ' , ; ` - call: plan(sequential) [06:01:16.273] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:16.274] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:16.279] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:16.279] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [06:01:16.280] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [06:01:16.280] | : . ' , ; ` | all.equal() for FutureStrategyList ... [06:01:16.280] | : . ' , ; ` | : New stack: [06:01:16.281] | : . ' , ; ` | : List of 1 [06:01:16.281] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.281] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.281] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:16.281] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.281] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.281] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.281] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:16.281] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:16.281] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.281] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.281] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.289] | : . ' , ; ` | : Old stack: [06:01:16.290] | : . ' , ; ` | : List of 1 [06:01:16.290] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.290] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.290] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [06:01:16.290] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.290] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.290] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.290] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [06:01:16.290] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:16.290] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.290] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.290] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.298] | : . ' , ; ` | : Identical [06:01:16.298] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [06:01:16.298] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [06:01:16.299] | : . ' , ; ` | List of future strategies: [06:01:16.299] | : . ' , ; ` | 1. sequential: [06:01:16.299] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [06:01:16.299] | : . ' , ; ` | - tweaked: FALSE [06:01:16.299] | : . ' , ; ` | - call: plan(sequential) [06:01:16.300] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [06:01:16.300] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:16.301] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [06:01:16.302] | : . ' , SequentialFuture started (and completed) [06:01:16.302] | : . ' , signalConditions() ... [06:01:16.302] | : . ' , ; include = 'immediateCondition' [06:01:16.303] | : . ' , ; exclude = [06:01:16.303] | : . ' , ; resignal = FALSE [06:01:16.304] | : . ' , ; Number of conditions: 6 [06:01:16.304] | : . ' , ; int 6 [06:01:16.306] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.306] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.306] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.307] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.307] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.307] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.307] | : . ' , signalConditions() ... done [06:01:16.308] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [06:01:16.308] | : . Launching futures ... done [06:01:16.308] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [06:01:16.309] | : Using SequentialFutureBackend ... done [06:01:16.309] | run() for 'Future' () ... done [06:01:16.309] future(..., label = NULL) ... done [06:01:16.310] value() for SequentialFuture () ... [06:01:16.310] | signalConditions() ... [06:01:16.310] | : include = 'immediateCondition' [06:01:16.311] | : exclude = [06:01:16.311] | : resignal = FALSE [06:01:16.311] | : Number of conditions: 6 [06:01:16.311] | : int 6 [06:01:16.312] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.313] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.313] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.313] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.314] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.314] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.314] | signalConditions() ... done [06:01:16.314] | relay stdout ... [1] 42 [06:01:16.315] | relay stdout ... done [06:01:16.315] | check for misuse ... [06:01:16.315] | check for misuse ... done [06:01:16.316] | relay conditions ... [06:01:16.316] | : Future state: 'finished' [06:01:16.316] | : signalConditions() ... [06:01:16.316] | : . include = 'condition' [06:01:16.317] | : . exclude = 'immediateCondition' [06:01:16.317] | : . resignal = TRUE [06:01:16.317] | : . Number of conditions: 6 [06:01:16.317] | : . int 6 [06:01:16.318] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.319] | : . Condition #1: 'simpleMessage', 'message', 'condition' [06:01:16.235] | : . ' , attachPackages() ... [06:01:16.319] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.319] | : . Condition #2: 'simpleMessage', 'message', 'condition' [06:01:16.236] | : . ' , ; packages: [n=1] 'future' [06:01:16.320] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.320] | : . Condition #3: 'simpleMessage', 'message', 'condition' [06:01:16.236] | : . ' , attachPackages() ... done [06:01:16.320] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.320] | : . Condition #4: 'simpleMessage', 'message', 'condition' [06:01:16.237] | : . ' , attachPackages() ... [06:01:16.321] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.321] | : . Condition #5: 'simpleMessage', 'message', 'condition' [06:01:16.237] | : . ' , ; packages: [n=0] [06:01:16.321] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [06:01:16.322] | : . Condition #6: 'simpleMessage', 'message', 'condition' [06:01:16.237] | : . ' , attachPackages() ... done [06:01:16.322] | : signalConditions() ... done [06:01:16.322] | relay conditions ... done [06:01:16.323] value() for SequentialFuture () ... done sequential ... done Testing with 1 cores ... done Testing with 2 cores ... multisession ... [06:01:16.324] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:16.324] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [06:01:16.325] | : all.equal() for FutureStrategyList ... [06:01:16.325] | : . New stack: [06:01:16.325] | : . List of 1 [06:01:16.325] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [06:01:16.325] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.325] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [06:01:16.325] | : . ..- attr(*, "init")= logi TRUE [06:01:16.325] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [06:01:16.325] | : . gc = FALSE, earlySignal = FALSE, ...) [06:01:16.325] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [06:01:16.325] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [06:01:16.325] | : . ..- attr(*, "untweakable")= chr "persistent" [06:01:16.325] | : . ..- attr(*, "call")= language plan(strategy) [06:01:16.325] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.332] | : . Old stack: [06:01:16.332] | : . List of 1 [06:01:16.332] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.332] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.332] | : . ..- attr(*, "init")= chr "done" [06:01:16.332] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.332] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.332] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.332] | : . ..- attr(*, "call")= language plan(sequential) [06:01:16.332] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:16.332] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.332] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.332] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.342] | : . Not identical [06:01:16.342] | : . all.equal() for future ... [06:01:16.343] | : . ' List of 2 [06:01:16.343] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [06:01:16.343] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.343] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [06:01:16.343] | : . ' ..- attr(*, "init")= logi TRUE [06:01:16.343] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [06:01:16.343] | : . ' gc = FALSE, earlySignal = FALSE, ...) [06:01:16.343] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [06:01:16.343] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [06:01:16.343] | : . ' ..- attr(*, "untweakable")= chr "persistent" [06:01:16.343] | : . ' ..- attr(*, "call")= language plan(strategy) [06:01:16.343] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.343] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [06:01:16.343] | : . ' ..- attr(*, "init")= chr "done" [06:01:16.343] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.343] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.343] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.343] | : . ' ..- attr(*, "call")= language plan(sequential) [06:01:16.343] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [06:01:16.343] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [06:01:16.343] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [06:01:16.353] | : . ' Formals differ [06:01:16.354] | : . all.equal() for future ... done [06:01:16.354] | : . Future strategies differ at level 1 [06:01:16.354] | : all.equal() for FutureStrategyList ... done [06:01:16.354] | : plan(): Setting new future backend stack: [06:01:16.355] | : List of future strategies: [06:01:16.355] | : 1. multisession: [06:01:16.355] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.355] | : - tweaked: FALSE [06:01:16.355] | : - call: plan(strategy) [06:01:16.355] | : List of 1 [06:01:16.355] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [06:01:16.355] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.355] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [06:01:16.355] | : ..- attr(*, "init")= logi TRUE [06:01:16.355] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [06:01:16.355] | : gc = FALSE, earlySignal = FALSE, ...) [06:01:16.355] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [06:01:16.355] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [06:01:16.355] | : ..- attr(*, "untweakable")= chr "persistent" [06:01:16.355] | : ..- attr(*, "call")= language plan(strategy) [06:01:16.355] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [06:01:16.361] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [06:01:16.362] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:16.362] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [06:01:16.362] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:16.363] | : . Legacy shutdown of cluster workers ... [06:01:16.363] | : . ' Stopping existing cluster ... [06:01:16.363] | : . ' , No pre-existing cluster. Skipping [06:01:16.364] | : . ' Stopping existing cluster ... done [06:01:16.364] | : . Legacy shutdown of cluster workers ... done [06:01:16.364] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [06:01:16.365] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [06:01:16.365] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [06:01:16.365] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [06:01:16.365] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [06:01:16.365] | : . - attr(*, "init")= logi TRUE [06:01:16.365] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [06:01:16.365] | : . gc = FALSE, earlySignal = FALSE, ...) [06:01:16.365] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [06:01:16.365] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [06:01:16.365] | : . - attr(*, "untweakable")= chr "persistent" [06:01:16.365] | : . - attr(*, "call")= language plan(strategy) [06:01:16.369] | : . init: TRUE [06:01:16.370] | : . makeFutureBackend() ... [06:01:16.370] | : . ' Backend function: <'NULL'> [06:01:16.370] | : . ' Evaluator tweak arguments: [n=0] [06:01:16.371] | : . ' list() [06:01:16.371] | : . ' Evaluator formal arguments: [n=4] [06:01:16.371] | : . ' list() [06:01:16.372] | : . ' Backend factory arguments: [n=4] [06:01:16.372] | : . ' Dotted pair list of 4 [06:01:16.372] | : . ' $ workers : language availableCores() [06:01:16.372] | : . ' $ rscript_libs: language .libPaths() [06:01:16.372] | : . ' $ gc : logi FALSE [06:01:16.372] | : . ' $ earlySignal : logi FALSE [06:01:16.375] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [06:01:16.376] | : . ' , Arguments: [06:01:16.376] | : . ' , List of 5 [06:01:16.376] | : . ' , $ workers : Named int 2 [06:01:16.376] | : . ' , ..- attr(*, "names")= chr "mc.cores" [06:01:16.376] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [06:01:16.376] | : . ' , $ interrupts : logi TRUE [06:01:16.376] | : . ' , $ gc : logi FALSE [06:01:16.376] | : . ' , $ earlySignal : logi FALSE [06:01:16.384] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [06:01:16.385] | : . ' , ; workers: 2 [06:01:16.385] | : . ' , ; getCluster() ... [06:01:16.385] | : . ' , ; getCluster() ... done [06:01:16.386] | : . ' , ; Stopping existing cluster ... [06:01:16.386] | : . ' , ; ` No pre-existing cluster. Skipping [06:01:16.386] | : . ' , ; Stopping existing cluster ... done [06:01:16.386] | : . ' , ; Starting new cluster ... [06:01:16.387] | : . ' , ; ` makeCluster(workers, ...) ... [06:01:16.387] | : . ' , ; ` | Arguments: [06:01:16.387] | : . ' , ; ` | List of 2 [06:01:16.387] | : . ' , ; ` | $ : int 2 [06:01:16.387] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [06:01:16.389] | : . ' , ; ` | .makeCluster() ... [06:01:16.390] | : . ' , ; ` | : workers: '2' [06:01:16.390] | : . ' , ; ` | : R_FUTURE_PLAN: NA [06:01:16.390] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [06:01:16.391] | : . ' , ; ` | : List of 2 [06:01:16.391] | : . ' , ; ` | : $ : int 2 [06:01:16.391] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [06:01:17.330] | : . ' , ; ` | : Generated cluster UUID [06:01:17.330] | : . ' , ; ` | : Cluster UUID: '968602027c89dbd2ba3dbc6b7c378803' [06:01:17.331] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:17.336] | : . ' , ; ` | .makeCluster() ... done [06:01:17.336] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:17.340] | : . ' , ; ` makeCluster(workers, ...) ... done [06:01:17.340] | : . ' , ; ` Number of workers: 2 [06:01:17.340] | : . ' , ; ` Workers UUID: '968602027c89dbd2ba3dbc6b7c378803' [06:01:17.341] | : . ' , ; Starting new cluster ... done [06:01:17.341] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [06:01:17.342] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [06:01:17.342] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [06:01:17.342] | : . makeFutureBackend() ... done [06:01:17.343] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:17.343] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:17.343] | : . plan(): nbrOfWorkers() = 2 [06:01:17.344] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [06:01:17.344] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done - stdout = TRUE [06:01:17.345] | future(..., label = NULL) ... [06:01:17.345] | : lazy: FALSE [06:01:17.345] | : stdout: TRUE [06:01:17.346] | : conditions: [n=1] 'condition' [06:01:17.346] | : gc: FALSE [06:01:17.346] | : earlySignal: FALSE [06:01:17.346] | : getGlobalsAndPackages() ... [06:01:17.347] | : . Searching for globals ... [06:01:17.403] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:17.403] | : . Searching for globals ... done [06:01:17.404] | : . Resolving globals: FALSE [06:01:17.404] | : . Search for packages associated with the globals ... [06:01:17.404] | : . ' Packages associated with globals: [2] 'base', 'utils' [06:01:17.405] | : . ' Packages: [2] 'base', 'utils' [06:01:17.405] | : . Search for packages associated with the globals ... done [06:01:17.405] | : . Packages after dropping 'base': [1] 'utils' [06:01:17.406] | : . Packages after dropping non-attached packages: [1] 'utils' [06:01:17.406] | : . globals: [0] [06:01:17.406] | : . packages: [1] 'utils' [06:01:17.406] | : getGlobalsAndPackages() ... done [06:01:17.407] | : run() for 'Future' () ... [06:01:17.407] | : . state: 'created' [06:01:17.407] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:17.407] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:17.408] | : . Using MultisessionFutureBackend ... [06:01:17.408] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [06:01:17.408] | : . ' Launching futures ... [06:01:17.409] | : . ' , launchFuture() for ClusterFutureBackend ... [06:01:17.409] | : . ' , ; Workers: [n=2] [06:01:17.410] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:17.413] | : . ' , ; FutureRegistry: 'workers-968602027c89dbd2ba3dbc6b7c378803' [06:01:17.413] | : . ' , ; requestWorker() ... [06:01:17.413] | : . ' , ; ` requestNode() ... [06:01:17.414] | : . ' , ; ` | Number of workers: 2 [06:01:17.414] | : . ' , ; ` | Polling for a free worker ... [06:01:17.414] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:17.415] | : . ' , ; ` | : . Created empty registry 'workers-968602027c89dbd2ba3dbc6b7c378803' [06:01:17.415] | : . ' , ; ` | : . Listing all futures [06:01:17.415] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:17.415] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:17.416] | : . ' , ; ` | : Total time: 0 [06:01:17.416] | : . ' , ; ` | Polling for a free worker ... done [06:01:17.416] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:17.416] | : . ' , ; ` | : Listing all futures [06:01:17.417] | : . ' , ; ` | : Number of registered futures: 0 [06:01:17.417] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:17.417] | : . ' , ; ` | avail: [n=2] '1', '2' [06:01:17.417] | : . ' , ; ` | Index of first available worker: 1 [06:01:17.418] | : . ' , ; ` | Validate that the worker is functional ... [06:01:17.620] | : . ' , ; ` | : Worker is functional [06:01:17.621] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:17.621] | : . ' , ; ` | : . Listing all futures [06:01:17.621] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:17.621] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:17.622] | : . ' , ; ` | Validate that the worker is functional ... done [06:01:17.622] | : . ' , ; ` requestNode() ... done [06:01:17.622] | : . ' , ; ` cluster node index: 1 [06:01:17.623] | : . ' , ; requestWorker() ... done [06:01:17.623] | : . ' , ; eraseGlobalEnvironment() ... [06:01:17.624] | : . ' , ; eraseGlobalEnvironment() ... done [06:01:17.624] | : . ' , ; launchFuture() ... [06:01:17.624] | : . ' , ; ` cluster node index: 1 [06:01:17.625] | : . ' , ; ` getFutureData() ... [06:01:17.625] | : . ' , ; ` | getFutureCore() ... [06:01:17.625] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [06:01:17.626] | : . ' , ; ` | getFutureCore() ... done [06:01:17.626] | : . ' , ; ` | getFutureCapture() ... [06:01:17.627] | : . ' , ; ` | getFutureCapture() ... done [06:01:17.627] | : . ' , ; ` | getFutureContext() ... [06:01:17.627] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:17.628] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [06:01:17.628] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:17.628] | : . ' , ; ` | : Packages needed by future backend (n = 0): [06:01:17.628] | : . ' , ; ` | getFutureContext() ... done [06:01:17.629] | : . ' , ; ` getFutureData() ... done [06:01:17.630] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... [06:01:17.630] | : . ' , ; ` | Appended future to position #1 [06:01:17.630] | : . ' , ; ` | Number of registered futures: 1 [06:01:17.631] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... done [06:01:17.631] | : . ' , ; launchFuture() ... done [06:01:17.631] | : . ' , ; MultisessionFuture started [06:01:17.632] | : . ' , launchFuture() for ClusterFutureBackend ... done [06:01:17.632] | : . ' Launching futures ... done [06:01:17.632] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [06:01:17.633] | : . Using MultisessionFutureBackend ... done [06:01:17.633] | : run() for 'Future' () ... done [06:01:17.633] | future(..., label = NULL) ... done [06:01:17.634] | result() for ClusterFuture ... [06:01:17.635] | : assertValidConnection() ... [06:01:17.635] | : . cluster node index: 1 [06:01:17.636] | : assertValidConnection() ... done [06:01:17.637] | : receiveMessageFromWorker() for ClusterFuture ... [06:01:17.637] | : . cluster node index: 1 [06:01:17.745] | : . [1] TRUE [06:01:17.746] | : . received data: [06:01:17.746] | : . List of 5 [06:01:17.746] | : . $ type : chr "VALUE" [06:01:17.746] | : . $ value :List of 16 [06:01:17.746] | : . ..$ value : int 42 [06:01:17.746] | : . ..$ visible : logi TRUE [06:01:17.746] | : . ..$ 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__ [06:01:17.746] | : . ..$ conditions : list() [06:01:17.746] | : . ..$ rng : logi FALSE [06:01:17.746] | : . ..$ seed : NULL [06:01:17.746] | : . ..$ misuseGlobalEnv : NULL [06:01:17.746] | : . ..$ misuseConnections :List of 3 [06:01:17.746] | : . .. ..$ added : NULL [06:01:17.746] | : . .. ..$ removed : NULL [06:01:17.746] | : . .. ..$ replaced: NULL [06:01:17.746] | : . ..$ misuseDevices : NULL [06:01:17.746] | : . ..$ misuseDefaultDevice: list() [06:01:17.746] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:17.746] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:17.746] | : . ..$ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "10" [06:01:17.746] | : . ..$ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" [06:01:17.746] | : . .. ..- attr(*, "source")=List of 5 [06:01:17.746] | : . .. .. ..$ host : Named chr "CRANWIN3" [06:01:17.746] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [06:01:17.746] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [06:01:17.746] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [06:01:17.746] | : . .. .. ..$ pid : int 47112 [06:01:17.746] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:17.746] | : . .. .. ..$ random: int 2147483647 [06:01:17.746] | : . ..$ r_info :List of 4 [06:01:17.746] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [06:01:17.746] | : . .. .. ..$ : int [1:3] 4 6 0 [06:01:17.746] | : . .. ..$ os : chr "windows" [06:01:17.746] | : . .. ..$ os_name : chr "Windows" [06:01:17.746] | : . .. ..$ captures_utf8: logi TRUE [06:01:17.746] | : . ..$ version : chr "1.8" [06:01:17.746] | : . ..- attr(*, "class")= chr "FutureResult" [06:01:17.746] | : . $ success: logi TRUE [06:01:17.746] | : . $ time : 'proc_time' Named num [1:5] 0.11 0 0.11 NA NA [06:01:17.746] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [06:01:17.746] | : . $ tag : NULL [06:01:17.773] | : . Received FutureResult [06:01:17.773] | : . FutureResult: [06:01:17.773] | : . value: 'integer' [06:01:17.773] | : . visible: TRUE [06:01:17.773] | : . stdout: character [06:01:17.773] | : . conditions: [n = 0] [06:01:17.773] | : . RNG used: FALSE [06:01:17.773] | : . duration: 0.1082809 secs (started 2025-06-05 06:01:17.632338) [06:01:17.773] | : . version: 1.8 [06:01:17.774] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... [06:01:17.774] | : . ' Removed future from position #1 [06:01:17.775] | : . ' Number of registered futures: 0 [06:01:17.775] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... done [06:01:17.775] | : . Erased future from future backend [06:01:17.776] | : . result() for ClusterFuture ... [06:01:17.776] | : . ' result already collected: FutureResult [06:01:17.776] | : . result() for ClusterFuture ... done [06:01:17.776] | : . signalConditions() ... [06:01:17.777] | : . ' include = 'immediateCondition' [06:01:17.777] | : . ' exclude = [06:01:17.777] | : . ' resignal = FALSE [06:01:17.778] | : . ' Number of conditions: 0 [06:01:17.778] | : . ' int 0 [06:01:17.779] | : . signalConditions() ... done [06:01:17.779] | : receiveMessageFromWorker() for ClusterFuture ... done [06:01:17.779] | 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-06-05 06:01:17" $ finished : POSIXct[1:1], format: "2025-06-05 06:01:17" $ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "10" $ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" ..- 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 47112 .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" .. ..$ 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" [06:01:17.796] | value() for MultisessionFuture () ... [06:01:17.796] | : result() for ClusterFuture ... [06:01:17.797] | : . result already collected: FutureResult [06:01:17.797] | : result() for ClusterFuture ... done [06:01:17.797] | : result() for ClusterFuture ... [06:01:17.798] | : . result already collected: FutureResult [06:01:17.798] | : result() for ClusterFuture ... done [06:01:17.798] | : signalConditions() ... [06:01:17.798] | : . include = 'immediateCondition' [06:01:17.799] | : . exclude = [06:01:17.799] | : . resignal = FALSE [06:01:17.799] | : . Number of conditions: 0 [06:01:17.799] | : . int 0 [06:01:17.800] | : signalConditions() ... done [06:01:17.801] | : 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" [06:01:17.801] | : relay stdout ... done [06:01:17.801] | : check for misuse ... [06:01:17.801] | : check for misuse ... done [06:01:17.802] | value() for MultisessionFuture () ... done FutureResult: value: 'integer' visible: TRUE stdout: character conditions: [n = 0] RNG used: FALSE duration: 0.1082809 secs (started 2025-06-05 06:01:17.632338) version: 1.8 [06:01:17.803] | future(..., label = NULL) ... [06:01:17.803] | : lazy: FALSE [06:01:17.803] | : stdout: TRUE [06:01:17.804] | : conditions: [n=1] 'condition' [06:01:17.804] | : gc: FALSE [06:01:17.804] | : earlySignal: FALSE [06:01:17.804] | : getGlobalsAndPackages() ... [06:01:17.805] | : . Searching for globals ... [06:01:17.862] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:17.863] | : . Searching for globals ... done [06:01:17.863] | : . Resolving globals: FALSE [06:01:17.863] | : . Search for packages associated with the globals ... [06:01:17.864] | : . ' Packages associated with globals: [2] 'base', 'utils' [06:01:17.864] | : . ' Packages: [2] 'base', 'utils' [06:01:17.865] | : . Search for packages associated with the globals ... done [06:01:17.865] | : . Packages after dropping 'base': [1] 'utils' [06:01:17.865] | : . Packages after dropping non-attached packages: [1] 'utils' [06:01:17.866] | : . globals: [0] [06:01:17.866] | : . packages: [1] 'utils' [06:01:17.866] | : getGlobalsAndPackages() ... done [06:01:17.867] | : run() for 'Future' () ... [06:01:17.867] | : . state: 'created' [06:01:17.867] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:17.867] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:17.868] | : . Using MultisessionFutureBackend ... [06:01:17.868] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [06:01:17.868] | : . ' Launching futures ... [06:01:17.868] | : . ' , launchFuture() for ClusterFutureBackend ... [06:01:17.869] | : . ' , ; Workers: [n=2] [06:01:17.869] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:17.874] | : . ' , ; FutureRegistry: 'workers-968602027c89dbd2ba3dbc6b7c378803' [06:01:17.875] | : . ' , ; requestWorker() ... [06:01:17.875] | : . ' , ; ` requestNode() ... [06:01:17.875] | : . ' , ; ` | Number of workers: 2 [06:01:17.875] | : . ' , ; ` | Polling for a free worker ... [06:01:17.876] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:17.876] | : . ' , ; ` | : . Listing all futures [06:01:17.876] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:17.876] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:17.877] | : . ' , ; ` | : Total time: 0 [06:01:17.877] | : . ' , ; ` | Polling for a free worker ... done [06:01:17.877] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:17.877] | : . ' , ; ` | : Listing all futures [06:01:17.878] | : . ' , ; ` | : Number of registered futures: 0 [06:01:17.878] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:17.878] | : . ' , ; ` | avail: [n=2] '1', '2' [06:01:17.878] | : . ' , ; ` | Index of first available worker: 1 [06:01:17.879] | : . ' , ; ` | Validate that the worker is functional ... [06:01:17.951] | : . ' , ; ` | : Worker is functional [06:01:17.951] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:17.951] | : . ' , ; ` | : . Listing all futures [06:01:17.951] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:17.951] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:17.952] | : . ' , ; ` | Validate that the worker is functional ... done [06:01:17.952] | : . ' , ; ` requestNode() ... done [06:01:17.952] | : . ' , ; ` cluster node index: 1 [06:01:17.952] | : . ' , ; requestWorker() ... done [06:01:17.952] | : . ' , ; eraseGlobalEnvironment() ... [06:01:17.953] | : . ' , ; eraseGlobalEnvironment() ... done [06:01:17.953] | : . ' , ; launchFuture() ... [06:01:17.953] | : . ' , ; ` cluster node index: 1 [06:01:17.953] | : . ' , ; ` getFutureData() ... [06:01:17.954] | : . ' , ; ` | getFutureCore() ... [06:01:17.954] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [06:01:17.954] | : . ' , ; ` | getFutureCore() ... done [06:01:17.954] | : . ' , ; ` | getFutureCapture() ... [06:01:17.954] | : . ' , ; ` | getFutureCapture() ... done [06:01:17.955] | : . ' , ; ` | getFutureContext() ... [06:01:17.955] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:17.955] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [06:01:17.955] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:17.955] | : . ' , ; ` | : Packages needed by future backend (n = 0): [06:01:17.955] | : . ' , ; ` | getFutureContext() ... done [06:01:17.956] | : . ' , ; ` getFutureData() ... done [06:01:17.956] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... [06:01:17.956] | : . ' , ; ` | Appended future to position #1 [06:01:17.956] | : . ' , ; ` | Number of registered futures: 1 [06:01:17.957] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... done [06:01:17.957] | : . ' , ; launchFuture() ... done [06:01:17.957] | : . ' , ; MultisessionFuture started [06:01:17.957] | : . ' , launchFuture() for ClusterFutureBackend ... done [06:01:17.957] | : . ' Launching futures ... done [06:01:17.957] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [06:01:17.958] | : . Using MultisessionFutureBackend ... done [06:01:17.958] | : run() for 'Future' () ... done [06:01:17.958] | future(..., label = NULL) ... done [06:01:17.958] | value() for MultisessionFuture () ... [06:01:17.959] | : result() for ClusterFuture ... [06:01:17.959] | : . assertValidConnection() ... [06:01:17.959] | : . ' cluster node index: 1 [06:01:17.959] | : . assertValidConnection() ... done [06:01:17.960] | : . receiveMessageFromWorker() for ClusterFuture ... [06:01:17.960] | : . ' cluster node index: 1 [06:01:17.962] | : . ' [1] TRUE [06:01:17.963] | : . ' received data: [06:01:17.963] | : . ' List of 5 [06:01:17.963] | : . ' $ type : chr "VALUE" [06:01:17.963] | : . ' $ value :List of 16 [06:01:17.963] | : . ' ..$ value : int 42 [06:01:17.963] | : . ' ..$ visible : logi TRUE [06:01:17.963] | : . ' ..$ 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__ [06:01:17.963] | : . ' ..$ conditions : list() [06:01:17.963] | : . ' ..$ rng : logi FALSE [06:01:17.963] | : . ' ..$ seed : NULL [06:01:17.963] | : . ' ..$ misuseGlobalEnv : NULL [06:01:17.963] | : . ' ..$ misuseConnections :List of 3 [06:01:17.963] | : . ' .. ..$ added : NULL [06:01:17.963] | : . ' .. ..$ removed : NULL [06:01:17.963] | : . ' .. ..$ replaced: NULL [06:01:17.963] | : . ' ..$ misuseDevices : NULL [06:01:17.963] | : . ' ..$ misuseDefaultDevice: list() [06:01:17.963] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:17.963] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:17.963] | : . ' ..$ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "11" [06:01:17.963] | : . ' ..$ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" [06:01:17.963] | : . ' .. ..- attr(*, "source")=List of 5 [06:01:17.963] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [06:01:17.963] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [06:01:17.963] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [06:01:17.963] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [06:01:17.963] | : . ' .. .. ..$ pid : int 47112 [06:01:17.963] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:17.963] | : . ' .. .. ..$ random: int 2147483647 [06:01:17.963] | : . ' ..$ r_info :List of 4 [06:01:17.963] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [06:01:17.963] | : . ' .. .. ..$ : int [1:3] 4 6 0 [06:01:17.963] | : . ' .. ..$ os : chr "windows" [06:01:17.963] | : . ' .. ..$ os_name : chr "Windows" [06:01:17.963] | : . ' .. ..$ captures_utf8: logi TRUE [06:01:17.963] | : . ' ..$ version : chr "1.8" [06:01:17.963] | : . ' ..- attr(*, "class")= chr "FutureResult" [06:01:17.963] | : . ' $ success: logi TRUE [06:01:17.963] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [06:01:17.963] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [06:01:17.963] | : . ' $ tag : NULL [06:01:17.977] | : . ' Received FutureResult [06:01:17.977] | : . ' FutureResult: [06:01:17.977] | : . ' value: 'integer' [06:01:17.977] | : . ' visible: TRUE [06:01:17.977] | : . ' stdout: character [06:01:17.977] | : . ' conditions: [n = 0] [06:01:17.977] | : . ' RNG used: FALSE [06:01:17.977] | : . ' duration: 0.00474 secs (started 2025-06-05 06:01:17.956871) [06:01:17.977] | : . ' version: 1.8 [06:01:17.978] | : . ' FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... [06:01:17.978] | : . ' , Removed future from position #1 [06:01:17.978] | : . ' , Number of registered futures: 0 [06:01:17.978] | : . ' FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... done [06:01:17.979] | : . ' Erased future from future backend [06:01:17.979] | : . ' result() for ClusterFuture ... [06:01:17.979] | : . ' , result already collected: FutureResult [06:01:17.979] | : . ' result() for ClusterFuture ... done [06:01:17.979] | : . ' signalConditions() ... [06:01:17.979] | : . ' , include = 'immediateCondition' [06:01:17.980] | : . ' , exclude = [06:01:17.980] | : . ' , resignal = FALSE [06:01:17.980] | : . ' , Number of conditions: 0 [06:01:17.980] | : . ' , int 0 [06:01:17.981] | : . ' signalConditions() ... done [06:01:17.981] | : . receiveMessageFromWorker() for ClusterFuture ... done [06:01:17.981] | : result() for ClusterFuture ... done [06:01:17.981] | : result() for ClusterFuture ... [06:01:17.981] | : . result already collected: FutureResult [06:01:17.981] | : result() for ClusterFuture ... done [06:01:17.982] | : signalConditions() ... [06:01:17.982] | : . include = 'immediateCondition' [06:01:17.982] | : . exclude = [06:01:17.982] | : . resignal = FALSE [06:01:17.982] | : . Number of conditions: 0 [06:01:17.982] | : . int 0 [06:01:17.983] | : signalConditions() ... done [06:01:17.983] | : relay stdout ... [06:01:17.983] | : relay stdout ... done [06:01:17.984] | : check for misuse ... [06:01:17.984] | : check for misuse ... done [06:01:17.984] | 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) [06:01:17.985] | future(..., label = NULL) ... [06:01:17.985] | : lazy: FALSE [06:01:17.985] | : stdout: TRUE [06:01:17.985] | : conditions: [n=1] 'condition' [06:01:17.985] | : gc: FALSE [06:01:17.985] | : earlySignal: FALSE [06:01:17.986] | : getGlobalsAndPackages() ... [06:01:17.986] | : . Searching for globals ... [06:01:17.989] | : . ' globals found: [1] 'print' [06:01:17.990] | : . Searching for globals ... done [06:01:17.990] | : . Resolving globals: FALSE [06:01:17.990] | : . Search for packages associated with the globals ... [06:01:17.990] | : . ' Packages associated with globals: [1] 'base' [06:01:17.991] | : . ' Packages: [1] 'base' [06:01:17.991] | : . Search for packages associated with the globals ... done [06:01:17.991] | : . Packages after dropping 'base': [0] [06:01:17.991] | : . globals: [0] [06:01:17.991] | : . packages: [0] [06:01:17.991] | : getGlobalsAndPackages() ... done [06:01:17.992] | : run() for 'Future' () ... [06:01:17.992] | : . state: 'created' [06:01:17.992] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:17.992] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:17.993] | : . Using MultisessionFutureBackend ... [06:01:17.993] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [06:01:17.993] | : . ' Launching futures ... [06:01:17.993] | : . ' , launchFuture() for ClusterFutureBackend ... [06:01:17.993] | : . ' , ; Workers: [n=2] [06:01:17.993] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:17.995] | : . ' , ; FutureRegistry: 'workers-968602027c89dbd2ba3dbc6b7c378803' [06:01:17.996] | : . ' , ; requestWorker() ... [06:01:17.996] | : . ' , ; ` requestNode() ... [06:01:17.996] | : . ' , ; ` | Number of workers: 2 [06:01:17.996] | : . ' , ; ` | Polling for a free worker ... [06:01:17.996] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:17.997] | : . ' , ; ` | : . Listing all futures [06:01:17.997] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:17.997] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:17.997] | : . ' , ; ` | : Total time: 0 [06:01:17.997] | : . ' , ; ` | Polling for a free worker ... done [06:01:17.997] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:17.998] | : . ' , ; ` | : Listing all futures [06:01:17.998] | : . ' , ; ` | : Number of registered futures: 0 [06:01:17.998] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:17.998] | : . ' , ; ` | avail: [n=2] '1', '2' [06:01:17.998] | : . ' , ; ` | Index of first available worker: 1 [06:01:17.998] | : . ' , ; ` | Validate that the worker is functional ... [06:01:18.101] | : . ' , ; ` | : Worker is functional [06:01:18.102] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.102] | : . ' , ; ` | : . Listing all futures [06:01:18.102] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:18.102] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.102] | : . ' , ; ` | Validate that the worker is functional ... done [06:01:18.103] | : . ' , ; ` requestNode() ... done [06:01:18.103] | : . ' , ; ` cluster node index: 1 [06:01:18.103] | : . ' , ; requestWorker() ... done [06:01:18.103] | : . ' , ; eraseGlobalEnvironment() ... [06:01:18.104] | : . ' , ; eraseGlobalEnvironment() ... done [06:01:18.104] | : . ' , ; launchFuture() ... [06:01:18.104] | : . ' , ; ` cluster node index: 1 [06:01:18.104] | : . ' , ; ` getFutureData() ... [06:01:18.104] | : . ' , ; ` | getFutureCore() ... [06:01:18.105] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [06:01:18.105] | : . ' , ; ` | getFutureCore() ... done [06:01:18.105] | : . ' , ; ` | getFutureCapture() ... [06:01:18.105] | : . ' , ; ` | getFutureCapture() ... done [06:01:18.105] | : . ' , ; ` | getFutureContext() ... [06:01:18.105] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:18.106] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [06:01:18.106] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:18.106] | : . ' , ; ` | : Packages needed by future backend (n = 0): [06:01:18.106] | : . ' , ; ` | getFutureContext() ... done [06:01:18.106] | : . ' , ; ` getFutureData() ... done [06:01:18.107] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... [06:01:18.107] | : . ' , ; ` | Appended future to position #1 [06:01:18.107] | : . ' , ; ` | Number of registered futures: 1 [06:01:18.108] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... done [06:01:18.108] | : . ' , ; launchFuture() ... done [06:01:18.108] | : . ' , ; MultisessionFuture started [06:01:18.108] | : . ' , launchFuture() for ClusterFutureBackend ... done [06:01:18.109] | : . ' Launching futures ... done [06:01:18.109] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [06:01:18.109] | : . Using MultisessionFutureBackend ... done [06:01:18.110] | : run() for 'Future' () ... done [06:01:18.110] | future(..., label = NULL) ... done [06:01:18.110] | result() for ClusterFuture ... [06:01:18.111] | : assertValidConnection() ... [06:01:18.111] | : . cluster node index: 1 [06:01:18.112] | : assertValidConnection() ... done [06:01:18.112] | : receiveMessageFromWorker() for ClusterFuture ... [06:01:18.112] | : . cluster node index: 1 [06:01:18.115] | : . [1] TRUE [06:01:18.116] | : . received data: [06:01:18.116] | : . List of 5 [06:01:18.116] | : . $ type : chr "VALUE" [06:01:18.116] | : . $ value :List of 16 [06:01:18.116] | : . ..$ value : num 42 [06:01:18.116] | : . ..$ visible : logi FALSE [06:01:18.116] | : . ..$ stdout : chr "[1] 42\n" [06:01:18.116] | : . ..$ conditions : list() [06:01:18.116] | : . ..$ rng : logi FALSE [06:01:18.116] | : . ..$ seed : NULL [06:01:18.116] | : . ..$ misuseGlobalEnv : NULL [06:01:18.116] | : . ..$ misuseConnections :List of 3 [06:01:18.116] | : . .. ..$ added : NULL [06:01:18.116] | : . .. ..$ removed : NULL [06:01:18.116] | : . .. ..$ replaced: NULL [06:01:18.116] | : . ..$ misuseDevices : NULL [06:01:18.116] | : . ..$ misuseDefaultDevice: list() [06:01:18.116] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 06:01:18" [06:01:18.116] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 06:01:18" [06:01:18.116] | : . ..$ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "12" [06:01:18.116] | : . ..$ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" [06:01:18.116] | : . .. ..- attr(*, "source")=List of 5 [06:01:18.116] | : . .. .. ..$ host : Named chr "CRANWIN3" [06:01:18.116] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [06:01:18.116] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [06:01:18.116] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [06:01:18.116] | : . .. .. ..$ pid : int 47112 [06:01:18.116] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:18.116] | : . .. .. ..$ random: int 2147483647 [06:01:18.116] | : . ..$ r_info :List of 4 [06:01:18.116] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [06:01:18.116] | : . .. .. ..$ : int [1:3] 4 6 0 [06:01:18.116] | : . .. ..$ os : chr "windows" [06:01:18.116] | : . .. ..$ os_name : chr "Windows" [06:01:18.116] | : . .. ..$ captures_utf8: logi TRUE [06:01:18.116] | : . ..$ version : chr "1.8" [06:01:18.116] | : . ..- attr(*, "class")= chr "FutureResult" [06:01:18.116] | : . $ success: logi TRUE [06:01:18.116] | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [06:01:18.116] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [06:01:18.116] | : . $ tag : NULL [06:01:18.136] | : . Received FutureResult [06:01:18.136] | : . FutureResult: [06:01:18.136] | : . value: 'numeric' [06:01:18.136] | : . visible: FALSE [06:01:18.136] | : . stdout: character [06:01:18.136] | : . conditions: [n = 0] [06:01:18.136] | : . RNG used: FALSE [06:01:18.136] | : . duration: 0.006168127 secs (started 2025-06-05 06:01:18.107775) [06:01:18.136] | : . version: 1.8 [06:01:18.137] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... [06:01:18.138] | : . ' Removed future from position #1 [06:01:18.138] | : . ' Number of registered futures: 0 [06:01:18.138] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... done [06:01:18.138] | : . Erased future from future backend [06:01:18.139] | : . result() for ClusterFuture ... [06:01:18.139] | : . ' result already collected: FutureResult [06:01:18.139] | : . result() for ClusterFuture ... done [06:01:18.139] | : . signalConditions() ... [06:01:18.140] | : . ' include = 'immediateCondition' [06:01:18.140] | : . ' exclude = [06:01:18.140] | : . ' resignal = FALSE [06:01:18.140] | : . ' Number of conditions: 0 [06:01:18.141] | : . ' int 0 [06:01:18.141] | : . signalConditions() ... done [06:01:18.142] | : receiveMessageFromWorker() for ClusterFuture ... done [06:01:18.142] | result() for ClusterFuture ... done [06:01:18.142] | value() for MultisessionFuture () ... [06:01:18.142] | : result() for ClusterFuture ... [06:01:18.143] | : . result already collected: FutureResult [06:01:18.143] | : result() for ClusterFuture ... done [06:01:18.143] | : result() for ClusterFuture ... [06:01:18.144] | : . result already collected: FutureResult [06:01:18.144] | : result() for ClusterFuture ... done [06:01:18.144] | : signalConditions() ... [06:01:18.144] | : . include = 'immediateCondition' [06:01:18.145] | : . exclude = [06:01:18.145] | : . resignal = FALSE [06:01:18.145] | : . Number of conditions: 0 [06:01:18.146] | : . int 0 [06:01:18.146] | : signalConditions() ... done [06:01:18.147] | : relay stdout ... [1] 42 [06:01:18.147] | : relay stdout ... done [06:01:18.147] | : check for misuse ... [06:01:18.154] | : check for misuse ... done [06:01:18.155] | value() for MultisessionFuture () ... done [06:01:18.155] | result() for ClusterFuture ... [06:01:18.156] | : result already collected: FutureResult [06:01:18.156] | result() for ClusterFuture ... done - stdout = FALSE [06:01:18.156] | future(..., label = NULL) ... [06:01:18.157] | : lazy: FALSE [06:01:18.157] | : stdout: FALSE [06:01:18.157] | : conditions: [n=1] 'condition' [06:01:18.157] | : gc: FALSE [06:01:18.158] | : earlySignal: FALSE [06:01:18.158] | : getGlobalsAndPackages() ... [06:01:18.158] | : . Searching for globals ... [06:01:18.219] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:18.219] | : . Searching for globals ... done [06:01:18.220] | : . Resolving globals: FALSE [06:01:18.220] | : . Search for packages associated with the globals ... [06:01:18.220] | : . ' Packages associated with globals: [2] 'base', 'utils' [06:01:18.221] | : . ' Packages: [2] 'base', 'utils' [06:01:18.221] | : . Search for packages associated with the globals ... done [06:01:18.222] | : . Packages after dropping 'base': [1] 'utils' [06:01:18.222] | : . Packages after dropping non-attached packages: [1] 'utils' [06:01:18.222] | : . globals: [0] [06:01:18.223] | : . packages: [1] 'utils' [06:01:18.223] | : getGlobalsAndPackages() ... done [06:01:18.223] | : run() for 'Future' () ... [06:01:18.224] | : . state: 'created' [06:01:18.224] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:18.224] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:18.225] | : . Using MultisessionFutureBackend ... [06:01:18.225] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [06:01:18.225] | : . ' Launching futures ... [06:01:18.226] | : . ' , launchFuture() for ClusterFutureBackend ... [06:01:18.226] | : . ' , ; Workers: [n=2] [06:01:18.226] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:18.229] | : . ' , ; FutureRegistry: 'workers-968602027c89dbd2ba3dbc6b7c378803' [06:01:18.230] | : . ' , ; requestWorker() ... [06:01:18.230] | : . ' , ; ` requestNode() ... [06:01:18.230] | : . ' , ; ` | Number of workers: 2 [06:01:18.231] | : . ' , ; ` | Polling for a free worker ... [06:01:18.231] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.231] | : . ' , ; ` | : . Listing all futures [06:01:18.231] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:18.232] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.232] | : . ' , ; ` | : Total time: 0 [06:01:18.232] | : . ' , ; ` | Polling for a free worker ... done [06:01:18.233] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.233] | : . ' , ; ` | : Listing all futures [06:01:18.233] | : . ' , ; ` | : Number of registered futures: 0 [06:01:18.233] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.234] | : . ' , ; ` | avail: [n=2] '1', '2' [06:01:18.234] | : . ' , ; ` | Index of first available worker: 1 [06:01:18.234] | : . ' , ; ` | Validate that the worker is functional ... [06:01:18.315] | : . ' , ; ` | : Worker is functional [06:01:18.316] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.317] | : . ' , ; ` | : . Listing all futures [06:01:18.317] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:18.317] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.318] | : . ' , ; ` | Validate that the worker is functional ... done [06:01:18.318] | : . ' , ; ` requestNode() ... done [06:01:18.318] | : . ' , ; ` cluster node index: 1 [06:01:18.319] | : . ' , ; requestWorker() ... done [06:01:18.319] | : . ' , ; eraseGlobalEnvironment() ... [06:01:18.320] | : . ' , ; eraseGlobalEnvironment() ... done [06:01:18.321] | : . ' , ; launchFuture() ... [06:01:18.321] | : . ' , ; ` cluster node index: 1 [06:01:18.321] | : . ' , ; ` getFutureData() ... [06:01:18.322] | : . ' , ; ` | getFutureCore() ... [06:01:18.322] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [06:01:18.322] | : . ' , ; ` | getFutureCore() ... done [06:01:18.323] | : . ' , ; ` | getFutureCapture() ... [06:01:18.323] | : . ' , ; ` | getFutureCapture() ... done [06:01:18.323] | : . ' , ; ` | getFutureContext() ... [06:01:18.324] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:18.324] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [06:01:18.324] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:18.325] | : . ' , ; ` | : Packages needed by future backend (n = 0): [06:01:18.325] | : . ' , ; ` | getFutureContext() ... done [06:01:18.325] | : . ' , ; ` getFutureData() ... done [06:01:18.326] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... [06:01:18.326] | : . ' , ; ` | Appended future to position #1 [06:01:18.327] | : . ' , ; ` | Number of registered futures: 1 [06:01:18.327] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... done [06:01:18.327] | : . ' , ; launchFuture() ... done [06:01:18.327] | : . ' , ; MultisessionFuture started [06:01:18.328] | : . ' , launchFuture() for ClusterFutureBackend ... done [06:01:18.328] | : . ' Launching futures ... done [06:01:18.328] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [06:01:18.328] | : . Using MultisessionFutureBackend ... done [06:01:18.329] | : run() for 'Future' () ... done [06:01:18.329] | future(..., label = NULL) ... done [06:01:18.329] | result() for ClusterFuture ... [06:01:18.330] | : assertValidConnection() ... [06:01:18.330] | : . cluster node index: 1 [06:01:18.331] | : assertValidConnection() ... done [06:01:18.331] | : receiveMessageFromWorker() for ClusterFuture ... [06:01:18.331] | : . cluster node index: 1 [06:01:18.344] | : . [1] TRUE [06:01:18.344] | : . received data: [06:01:18.345] | : . List of 5 [06:01:18.345] | : . $ type : chr "VALUE" [06:01:18.345] | : . $ value :List of 16 [06:01:18.345] | : . ..$ value : int 42 [06:01:18.345] | : . ..$ visible : logi TRUE [06:01:18.345] | : . ..$ stdout : NULL [06:01:18.345] | : . ..$ conditions : list() [06:01:18.345] | : . ..$ rng : logi FALSE [06:01:18.345] | : . ..$ seed : NULL [06:01:18.345] | : . ..$ misuseGlobalEnv : NULL [06:01:18.345] | : . ..$ misuseConnections :List of 3 [06:01:18.345] | : . .. ..$ added : NULL [06:01:18.345] | : . .. ..$ removed : NULL [06:01:18.345] | : . .. ..$ replaced: NULL [06:01:18.345] | : . ..$ misuseDevices : NULL [06:01:18.345] | : . ..$ misuseDefaultDevice: list() [06:01:18.345] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 06:01:18" [06:01:18.345] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 06:01:18" [06:01:18.345] | : . ..$ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "13" [06:01:18.345] | : . ..$ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" [06:01:18.345] | : . .. ..- attr(*, "source")=List of 5 [06:01:18.345] | : . .. .. ..$ host : Named chr "CRANWIN3" [06:01:18.345] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [06:01:18.345] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [06:01:18.345] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [06:01:18.345] | : . .. .. ..$ pid : int 47112 [06:01:18.345] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:18.345] | : . .. .. ..$ random: int 2147483647 [06:01:18.345] | : . ..$ r_info :List of 4 [06:01:18.345] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [06:01:18.345] | : . .. .. ..$ : int [1:3] 4 6 0 [06:01:18.345] | : . .. ..$ os : chr "windows" [06:01:18.345] | : . .. ..$ os_name : chr "Windows" [06:01:18.345] | : . .. ..$ captures_utf8: logi TRUE [06:01:18.345] | : . ..$ version : chr "1.8" [06:01:18.345] | : . ..- attr(*, "class")= chr "FutureResult" [06:01:18.345] | : . $ success: logi TRUE [06:01:18.345] | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [06:01:18.345] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [06:01:18.345] | : . $ tag : NULL [06:01:18.369] | : . Received FutureResult [06:01:18.370] | : . FutureResult: [06:01:18.370] | : . value: 'integer' [06:01:18.370] | : . visible: TRUE [06:01:18.370] | : . stdout: NULL [06:01:18.370] | : . conditions: [n = 0] [06:01:18.370] | : . RNG used: FALSE [06:01:18.370] | : . duration: 0.01519489 secs (started 2025-06-05 06:01:18.326895) [06:01:18.370] | : . version: 1.8 [06:01:18.371] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... [06:01:18.371] | : . ' Removed future from position #1 [06:01:18.371] | : . ' Number of registered futures: 0 [06:01:18.372] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... done [06:01:18.372] | : . Erased future from future backend [06:01:18.372] | : . result() for ClusterFuture ... [06:01:18.372] | : . ' result already collected: FutureResult [06:01:18.373] | : . result() for ClusterFuture ... done [06:01:18.373] | : . signalConditions() ... [06:01:18.373] | : . ' include = 'immediateCondition' [06:01:18.374] | : . ' exclude = [06:01:18.374] | : . ' resignal = FALSE [06:01:18.374] | : . ' Number of conditions: 0 [06:01:18.374] | : . ' int 0 [06:01:18.375] | : . signalConditions() ... done [06:01:18.375] | : receiveMessageFromWorker() for ClusterFuture ... done [06:01:18.376] | 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-06-05 06:01:18" $ finished : POSIXct[1:1], format: "2025-06-05 06:01:18" $ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "13" $ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" ..- 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 47112 .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" .. ..$ 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" [06:01:18.393] | value() for MultisessionFuture () ... [06:01:18.394] | : result() for ClusterFuture ... [06:01:18.394] | : . result already collected: FutureResult [06:01:18.394] | : result() for ClusterFuture ... done [06:01:18.395] | : result() for ClusterFuture ... [06:01:18.395] | : . result already collected: FutureResult [06:01:18.395] | : result() for ClusterFuture ... done [06:01:18.395] | : signalConditions() ... [06:01:18.396] | : . include = 'immediateCondition' [06:01:18.396] | : . exclude = [06:01:18.396] | : . resignal = FALSE [06:01:18.396] | : . Number of conditions: 0 [06:01:18.396] | : . int 0 [06:01:18.397] | : signalConditions() ... done [06:01:18.397] | : relay stdout ... [06:01:18.398] | : relay stdout ... done [06:01:18.398] | : check for misuse ... [06:01:18.398] | : check for misuse ... done [06:01:18.398] | value() for MultisessionFuture () ... done [06:01:18.399] | future(..., label = NULL) ... [06:01:18.399] | : lazy: FALSE [06:01:18.399] | : stdout: FALSE [06:01:18.400] | : conditions: [n=1] 'condition' [06:01:18.400] | : gc: FALSE [06:01:18.400] | : earlySignal: FALSE [06:01:18.400] | : getGlobalsAndPackages() ... [06:01:18.401] | : . Searching for globals ... [06:01:18.459] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:18.460] | : . Searching for globals ... done [06:01:18.460] | : . Resolving globals: FALSE [06:01:18.460] | : . Search for packages associated with the globals ... [06:01:18.461] | : . ' Packages associated with globals: [2] 'base', 'utils' [06:01:18.462] | : . ' Packages: [2] 'base', 'utils' [06:01:18.462] | : . Search for packages associated with the globals ... done [06:01:18.462] | : . Packages after dropping 'base': [1] 'utils' [06:01:18.463] | : . Packages after dropping non-attached packages: [1] 'utils' [06:01:18.463] | : . globals: [0] [06:01:18.463] | : . packages: [1] 'utils' [06:01:18.463] | : getGlobalsAndPackages() ... done [06:01:18.464] | : run() for 'Future' () ... [06:01:18.464] | : . state: 'created' [06:01:18.464] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:18.465] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:18.465] | : . Using MultisessionFutureBackend ... [06:01:18.465] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [06:01:18.466] | : . ' Launching futures ... [06:01:18.466] | : . ' , launchFuture() for ClusterFutureBackend ... [06:01:18.466] | : . ' , ; Workers: [n=2] [06:01:18.466] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:18.469] | : . ' , ; FutureRegistry: 'workers-968602027c89dbd2ba3dbc6b7c378803' [06:01:18.470] | : . ' , ; requestWorker() ... [06:01:18.470] | : . ' , ; ` requestNode() ... [06:01:18.470] | : . ' , ; ` | Number of workers: 2 [06:01:18.471] | : . ' , ; ` | Polling for a free worker ... [06:01:18.471] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.471] | : . ' , ; ` | : . Listing all futures [06:01:18.471] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:18.472] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.472] | : . ' , ; ` | : Total time: 0 [06:01:18.472] | : . ' , ; ` | Polling for a free worker ... done [06:01:18.472] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.473] | : . ' , ; ` | : Listing all futures [06:01:18.473] | : . ' , ; ` | : Number of registered futures: 0 [06:01:18.473] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.473] | : . ' , ; ` | avail: [n=2] '1', '2' [06:01:18.474] | : . ' , ; ` | Index of first available worker: 1 [06:01:18.474] | : . ' , ; ` | Validate that the worker is functional ... [06:01:18.548] | : . ' , ; ` | : Worker is functional [06:01:18.548] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.548] | : . ' , ; ` | : . Listing all futures [06:01:18.549] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:18.549] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.549] | : . ' , ; ` | Validate that the worker is functional ... done [06:01:18.549] | : . ' , ; ` requestNode() ... done [06:01:18.550] | : . ' , ; ` cluster node index: 1 [06:01:18.550] | : . ' , ; requestWorker() ... done [06:01:18.550] | : . ' , ; eraseGlobalEnvironment() ... [06:01:18.551] | : . ' , ; eraseGlobalEnvironment() ... done [06:01:18.551] | : . ' , ; launchFuture() ... [06:01:18.552] | : . ' , ; ` cluster node index: 1 [06:01:18.552] | : . ' , ; ` getFutureData() ... [06:01:18.552] | : . ' , ; ` | getFutureCore() ... [06:01:18.552] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [06:01:18.553] | : . ' , ; ` | getFutureCore() ... done [06:01:18.553] | : . ' , ; ` | getFutureCapture() ... [06:01:18.553] | : . ' , ; ` | getFutureCapture() ... done [06:01:18.554] | : . ' , ; ` | getFutureContext() ... [06:01:18.554] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:18.554] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [06:01:18.554] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:18.557] | : . ' , ; ` | : Packages needed by future backend (n = 0): [06:01:18.558] | : . ' , ; ` | getFutureContext() ... done [06:01:18.558] | : . ' , ; ` getFutureData() ... done [06:01:18.559] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... [06:01:18.559] | : . ' , ; ` | Appended future to position #1 [06:01:18.559] | : . ' , ; ` | Number of registered futures: 1 [06:01:18.560] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... done [06:01:18.560] | : . ' , ; launchFuture() ... done [06:01:18.560] | : . ' , ; MultisessionFuture started [06:01:18.560] | : . ' , launchFuture() for ClusterFutureBackend ... done [06:01:18.561] | : . ' Launching futures ... done [06:01:18.561] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [06:01:18.561] | : . Using MultisessionFutureBackend ... done [06:01:18.561] | : run() for 'Future' () ... done [06:01:18.562] | future(..., label = NULL) ... done [06:01:18.562] | value() for MultisessionFuture () ... [06:01:18.562] | : result() for ClusterFuture ... [06:01:18.563] | : . assertValidConnection() ... [06:01:18.563] | : . ' cluster node index: 1 [06:01:18.564] | : . assertValidConnection() ... done [06:01:18.564] | : . receiveMessageFromWorker() for ClusterFuture ... [06:01:18.564] | : . ' cluster node index: 1 [06:01:18.576] | : . ' [1] TRUE [06:01:18.576] | : . ' received data: [06:01:18.577] | : . ' List of 5 [06:01:18.577] | : . ' $ type : chr "VALUE" [06:01:18.577] | : . ' $ value :List of 16 [06:01:18.577] | : . ' ..$ value : int 42 [06:01:18.577] | : . ' ..$ visible : logi TRUE [06:01:18.577] | : . ' ..$ stdout : NULL [06:01:18.577] | : . ' ..$ conditions : list() [06:01:18.577] | : . ' ..$ rng : logi FALSE [06:01:18.577] | : . ' ..$ seed : NULL [06:01:18.577] | : . ' ..$ misuseGlobalEnv : NULL [06:01:18.577] | : . ' ..$ misuseConnections :List of 3 [06:01:18.577] | : . ' .. ..$ added : NULL [06:01:18.577] | : . ' .. ..$ removed : NULL [06:01:18.577] | : . ' .. ..$ replaced: NULL [06:01:18.577] | : . ' ..$ misuseDevices : NULL [06:01:18.577] | : . ' ..$ misuseDefaultDevice: list() [06:01:18.577] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 06:01:18" [06:01:18.577] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 06:01:18" [06:01:18.577] | : . ' ..$ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "14" [06:01:18.577] | : . ' ..$ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" [06:01:18.577] | : . ' .. ..- attr(*, "source")=List of 5 [06:01:18.577] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [06:01:18.577] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [06:01:18.577] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [06:01:18.577] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [06:01:18.577] | : . ' .. .. ..$ pid : int 47112 [06:01:18.577] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:18.577] | : . ' .. .. ..$ random: int 2147483647 [06:01:18.577] | : . ' ..$ r_info :List of 4 [06:01:18.577] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [06:01:18.577] | : . ' .. .. ..$ : int [1:3] 4 6 0 [06:01:18.577] | : . ' .. ..$ os : chr "windows" [06:01:18.577] | : . ' .. ..$ os_name : chr "Windows" [06:01:18.577] | : . ' .. ..$ captures_utf8: logi TRUE [06:01:18.577] | : . ' ..$ version : chr "1.8" [06:01:18.577] | : . ' ..- attr(*, "class")= chr "FutureResult" [06:01:18.577] | : . ' $ success: logi TRUE [06:01:18.577] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [06:01:18.577] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [06:01:18.577] | : . ' $ tag : NULL [06:01:18.596] | : . ' Received FutureResult [06:01:18.596] | : . ' FutureResult: [06:01:18.596] | : . ' value: 'integer' [06:01:18.596] | : . ' visible: TRUE [06:01:18.596] | : . ' stdout: NULL [06:01:18.596] | : . ' conditions: [n = 0] [06:01:18.596] | : . ' RNG used: FALSE [06:01:18.596] | : . ' duration: 0.01455593 secs (started 2025-06-05 06:01:18.559828) [06:01:18.596] | : . ' version: 1.8 [06:01:18.597] | : . ' FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... [06:01:18.597] | : . ' , Removed future from position #1 [06:01:18.598] | : . ' , Number of registered futures: 0 [06:01:18.598] | : . ' FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... done [06:01:18.598] | : . ' Erased future from future backend [06:01:18.598] | : . ' result() for ClusterFuture ... [06:01:18.599] | : . ' , result already collected: FutureResult [06:01:18.599] | : . ' result() for ClusterFuture ... done [06:01:18.599] | : . ' signalConditions() ... [06:01:18.599] | : . ' , include = 'immediateCondition' [06:01:18.600] | : . ' , exclude = [06:01:18.600] | : . ' , resignal = FALSE [06:01:18.600] | : . ' , Number of conditions: 0 [06:01:18.600] | : . ' , int 0 [06:01:18.601] | : . ' signalConditions() ... done [06:01:18.602] | : . receiveMessageFromWorker() for ClusterFuture ... done [06:01:18.602] | : result() for ClusterFuture ... done [06:01:18.602] | : result() for ClusterFuture ... [06:01:18.602] | : . result already collected: FutureResult [06:01:18.602] | : result() for ClusterFuture ... done [06:01:18.603] | : signalConditions() ... [06:01:18.603] | : . include = 'immediateCondition' [06:01:18.603] | : . exclude = [06:01:18.603] | : . resignal = FALSE [06:01:18.603] | : . Number of conditions: 0 [06:01:18.603] | : . int 0 [06:01:18.604] | : signalConditions() ... done [06:01:18.604] | : relay stdout ... [06:01:18.605] | : relay stdout ... done [06:01:18.605] | : check for misuse ... [06:01:18.605] | : check for misuse ... done [06:01:18.605] | value() for MultisessionFuture () ... done - stdout = structure(TRUE, drop = TRUE) [06:01:18.606] | future(..., label = NULL) ... [06:01:18.606] | : lazy: FALSE [06:01:18.606] | : stdout: TRUE [06:01:18.607] | : conditions: [n=1] 'condition' [06:01:18.607] | : gc: FALSE [06:01:18.607] | : earlySignal: FALSE [06:01:18.608] | : getGlobalsAndPackages() ... [06:01:18.608] | : . Searching for globals ... [06:01:18.614] | : . ' globals found: [1] 'print' [06:01:18.614] | : . Searching for globals ... done [06:01:18.614] | : . Resolving globals: FALSE [06:01:18.614] | : . Search for packages associated with the globals ... [06:01:18.614] | : . ' Packages associated with globals: [1] 'base' [06:01:18.615] | : . ' Packages: [1] 'base' [06:01:18.615] | : . Search for packages associated with the globals ... done [06:01:18.615] | : . Packages after dropping 'base': [0] [06:01:18.616] | : . globals: [0] [06:01:18.616] | : . packages: [0] [06:01:18.616] | : getGlobalsAndPackages() ... done [06:01:18.617] | : run() for 'Future' () ... [06:01:18.617] | : . state: 'created' [06:01:18.617] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:18.617] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:18.617] | : . Using MultisessionFutureBackend ... [06:01:18.618] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [06:01:18.618] | : . ' Launching futures ... [06:01:18.618] | : . ' , launchFuture() for ClusterFutureBackend ... [06:01:18.618] | : . ' , ; Workers: [n=2] [06:01:18.618] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:18.621] | : . ' , ; FutureRegistry: 'workers-968602027c89dbd2ba3dbc6b7c378803' [06:01:18.621] | : . ' , ; requestWorker() ... [06:01:18.621] | : . ' , ; ` requestNode() ... [06:01:18.621] | : . ' , ; ` | Number of workers: 2 [06:01:18.621] | : . ' , ; ` | Polling for a free worker ... [06:01:18.622] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.622] | : . ' , ; ` | : . Listing all futures [06:01:18.622] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:18.622] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.623] | : . ' , ; ` | : Total time: 0 [06:01:18.623] | : . ' , ; ` | Polling for a free worker ... done [06:01:18.623] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.623] | : . ' , ; ` | : Listing all futures [06:01:18.624] | : . ' , ; ` | : Number of registered futures: 0 [06:01:18.624] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.624] | : . ' , ; ` | avail: [n=2] '1', '2' [06:01:18.624] | : . ' , ; ` | Index of first available worker: 1 [06:01:18.625] | : . ' , ; ` | Validate that the worker is functional ... [06:01:18.699] | : . ' , ; ` | : Worker is functional [06:01:18.699] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.700] | : . ' , ; ` | : . Listing all futures [06:01:18.700] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:18.700] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.700] | : . ' , ; ` | Validate that the worker is functional ... done [06:01:18.701] | : . ' , ; ` requestNode() ... done [06:01:18.701] | : . ' , ; ` cluster node index: 1 [06:01:18.701] | : . ' , ; requestWorker() ... done [06:01:18.702] | : . ' , ; eraseGlobalEnvironment() ... [06:01:18.702] | : . ' , ; eraseGlobalEnvironment() ... done [06:01:18.703] | : . ' , ; launchFuture() ... [06:01:18.703] | : . ' , ; ` cluster node index: 1 [06:01:18.703] | : . ' , ; ` getFutureData() ... [06:01:18.703] | : . ' , ; ` | getFutureCore() ... [06:01:18.704] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [06:01:18.704] | : . ' , ; ` | getFutureCore() ... done [06:01:18.704] | : . ' , ; ` | getFutureCapture() ... [06:01:18.704] | : . ' , ; ` | getFutureCapture() ... done [06:01:18.705] | : . ' , ; ` | getFutureContext() ... [06:01:18.705] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:18.705] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [06:01:18.705] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:18.706] | : . ' , ; ` | : Packages needed by future backend (n = 0): [06:01:18.706] | : . ' , ; ` | getFutureContext() ... done [06:01:18.706] | : . ' , ; ` getFutureData() ... done [06:01:18.707] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... [06:01:18.707] | : . ' , ; ` | Appended future to position #1 [06:01:18.707] | : . ' , ; ` | Number of registered futures: 1 [06:01:18.708] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... done [06:01:18.708] | : . ' , ; launchFuture() ... done [06:01:18.708] | : . ' , ; MultisessionFuture started [06:01:18.708] | : . ' , launchFuture() for ClusterFutureBackend ... done [06:01:18.709] | : . ' Launching futures ... done [06:01:18.709] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [06:01:18.709] | : . Using MultisessionFutureBackend ... done [06:01:18.709] | : run() for 'Future' () ... done [06:01:18.710] | future(..., label = NULL) ... done [06:01:18.710] | result() for ClusterFuture ... [06:01:18.710] | : assertValidConnection() ... [06:01:18.711] | : . cluster node index: 1 [06:01:18.711] | : assertValidConnection() ... done [06:01:18.712] | : receiveMessageFromWorker() for ClusterFuture ... [06:01:18.712] | : . cluster node index: 1 [06:01:18.714] | : . [1] TRUE [06:01:18.715] | : . received data: [06:01:18.715] | : . List of 5 [06:01:18.715] | : . $ type : chr "VALUE" [06:01:18.715] | : . $ value :List of 16 [06:01:18.715] | : . ..$ value : num 42 [06:01:18.715] | : . ..$ visible : logi FALSE [06:01:18.715] | : . ..$ stdout : chr "[1] 42\n" [06:01:18.715] | : . ..$ conditions : list() [06:01:18.715] | : . ..$ rng : logi FALSE [06:01:18.715] | : . ..$ seed : NULL [06:01:18.715] | : . ..$ misuseGlobalEnv : NULL [06:01:18.715] | : . ..$ misuseConnections :List of 3 [06:01:18.715] | : . .. ..$ added : NULL [06:01:18.715] | : . .. ..$ removed : NULL [06:01:18.715] | : . .. ..$ replaced: NULL [06:01:18.715] | : . ..$ misuseDevices : NULL [06:01:18.715] | : . ..$ misuseDefaultDevice: list() [06:01:18.715] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 06:01:18" [06:01:18.715] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 06:01:18" [06:01:18.715] | : . ..$ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "15" [06:01:18.715] | : . ..$ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" [06:01:18.715] | : . .. ..- attr(*, "source")=List of 5 [06:01:18.715] | : . .. .. ..$ host : Named chr "CRANWIN3" [06:01:18.715] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [06:01:18.715] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [06:01:18.715] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [06:01:18.715] | : . .. .. ..$ pid : int 47112 [06:01:18.715] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:18.715] | : . .. .. ..$ random: int 2147483647 [06:01:18.715] | : . ..$ r_info :List of 4 [06:01:18.715] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [06:01:18.715] | : . .. .. ..$ : int [1:3] 4 6 0 [06:01:18.715] | : . .. ..$ os : chr "windows" [06:01:18.715] | : . .. ..$ os_name : chr "Windows" [06:01:18.715] | : . .. ..$ captures_utf8: logi TRUE [06:01:18.715] | : . ..$ version : chr "1.8" [06:01:18.715] | : . ..- attr(*, "class")= chr "FutureResult" [06:01:18.715] | : . $ success: logi TRUE [06:01:18.715] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [06:01:18.715] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [06:01:18.715] | : . $ tag : NULL [06:01:18.736] | : . Received FutureResult [06:01:18.737] | : . FutureResult: [06:01:18.737] | : . value: 'numeric' [06:01:18.737] | : . visible: FALSE [06:01:18.737] | : . stdout: character [06:01:18.737] | : . conditions: [n = 0] [06:01:18.737] | : . RNG used: FALSE [06:01:18.737] | : . duration: 0.005506992 secs (started 2025-06-05 06:01:18.707675) [06:01:18.737] | : . version: 1.8 [06:01:18.738] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... [06:01:18.738] | : . ' Removed future from position #1 [06:01:18.738] | : . ' Number of registered futures: 0 [06:01:18.739] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... done [06:01:18.739] | : . Erased future from future backend [06:01:18.739] | : . result() for ClusterFuture ... [06:01:18.739] | : . ' result already collected: FutureResult [06:01:18.740] | : . result() for ClusterFuture ... done [06:01:18.740] | : . signalConditions() ... [06:01:18.740] | : . ' include = 'immediateCondition' [06:01:18.740] | : . ' exclude = [06:01:18.740] | : . ' resignal = FALSE [06:01:18.741] | : . ' Number of conditions: 0 [06:01:18.741] | : . ' int 0 [06:01:18.742] | : . signalConditions() ... done [06:01:18.742] | : receiveMessageFromWorker() for ClusterFuture ... done [06:01:18.742] | result() for ClusterFuture ... done [06:01:18.743] | value() for MultisessionFuture () ... [06:01:18.743] | : result() for ClusterFuture ... [06:01:18.743] | : . result already collected: FutureResult [06:01:18.743] | : result() for ClusterFuture ... done [06:01:18.744] | : result() for ClusterFuture ... [06:01:18.744] | : . result already collected: FutureResult [06:01:18.744] | : result() for ClusterFuture ... done [06:01:18.744] | : signalConditions() ... [06:01:18.745] | : . include = 'immediateCondition' [06:01:18.745] | : . exclude = [06:01:18.745] | : . resignal = FALSE [06:01:18.745] | : . Number of conditions: 0 [06:01:18.745] | : . int 0 [06:01:18.746] | : signalConditions() ... done [06:01:18.747] | : relay stdout ... [1] 42 [06:01:18.747] | : relay stdout ... done [06:01:18.747] | : check for misuse ... [06:01:18.747] | : check for misuse ... done [06:01:18.748] | value() for MultisessionFuture () ... done [06:01:18.748] | result() for ClusterFuture ... [06:01:18.748] | : result already collected: FutureResult [06:01:18.748] | result() for ClusterFuture ... done - stdout = NA [06:01:18.749] | future(..., label = NULL) ... [06:01:18.749] | : lazy: FALSE [06:01:18.749] | : stdout: NA [06:01:18.749] | : conditions: [n=1] 'condition' [06:01:18.750] | : gc: FALSE [06:01:18.750] | : earlySignal: FALSE [06:01:18.750] | : getGlobalsAndPackages() ... [06:01:18.750] | : . Searching for globals ... [06:01:18.809] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:18.810] | : . Searching for globals ... done [06:01:18.810] | : . Resolving globals: FALSE [06:01:18.810] | : . Search for packages associated with the globals ... [06:01:18.811] | : . ' Packages associated with globals: [2] 'base', 'utils' [06:01:18.811] | : . ' Packages: [2] 'base', 'utils' [06:01:18.812] | : . Search for packages associated with the globals ... done [06:01:18.812] | : . Packages after dropping 'base': [1] 'utils' [06:01:18.812] | : . Packages after dropping non-attached packages: [1] 'utils' [06:01:18.813] | : . globals: [0] [06:01:18.813] | : . packages: [1] 'utils' [06:01:18.813] | : getGlobalsAndPackages() ... done [06:01:18.814] | : run() for 'Future' () ... [06:01:18.814] | : . state: 'created' [06:01:18.814] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:18.814] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:18.815] | : . Using MultisessionFutureBackend ... [06:01:18.815] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [06:01:18.815] | : . ' Launching futures ... [06:01:18.816] | : . ' , launchFuture() for ClusterFutureBackend ... [06:01:18.816] | : . ' , ; Workers: [n=2] [06:01:18.816] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:18.819] | : . ' , ; FutureRegistry: 'workers-968602027c89dbd2ba3dbc6b7c378803' [06:01:18.819] | : . ' , ; requestWorker() ... [06:01:18.820] | : . ' , ; ` requestNode() ... [06:01:18.820] | : . ' , ; ` | Number of workers: 2 [06:01:18.820] | : . ' , ; ` | Polling for a free worker ... [06:01:18.820] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.821] | : . ' , ; ` | : . Listing all futures [06:01:18.821] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:18.821] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.821] | : . ' , ; ` | : Total time: 0 [06:01:18.822] | : . ' , ; ` | Polling for a free worker ... done [06:01:18.822] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.822] | : . ' , ; ` | : Listing all futures [06:01:18.822] | : . ' , ; ` | : Number of registered futures: 0 [06:01:18.823] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.823] | : . ' , ; ` | avail: [n=2] '1', '2' [06:01:18.823] | : . ' , ; ` | Index of first available worker: 1 [06:01:18.823] | : . ' , ; ` | Validate that the worker is functional ... [06:01:18.906] | : . ' , ; ` | : Worker is functional [06:01:18.907] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:18.907] | : . ' , ; ` | : . Listing all futures [06:01:18.907] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:18.907] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:18.908] | : . ' , ; ` | Validate that the worker is functional ... done [06:01:18.908] | : . ' , ; ` requestNode() ... done [06:01:18.908] | : . ' , ; ` cluster node index: 1 [06:01:18.908] | : . ' , ; requestWorker() ... done [06:01:18.909] | : . ' , ; eraseGlobalEnvironment() ... [06:01:18.909] | : . ' , ; eraseGlobalEnvironment() ... done [06:01:18.910] | : . ' , ; launchFuture() ... [06:01:18.910] | : . ' , ; ` cluster node index: 1 [06:01:18.910] | : . ' , ; ` getFutureData() ... [06:01:18.911] | : . ' , ; ` | getFutureCore() ... [06:01:18.911] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [06:01:18.911] | : . ' , ; ` | getFutureCore() ... done [06:01:18.911] | : . ' , ; ` | getFutureCapture() ... [06:01:18.912] | : . ' , ; ` | getFutureCapture() ... done [06:01:18.912] | : . ' , ; ` | getFutureContext() ... [06:01:18.912] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:18.913] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [06:01:18.913] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:18.913] | : . ' , ; ` | : Packages needed by future backend (n = 0): [06:01:18.914] | : . ' , ; ` | getFutureContext() ... done [06:01:18.914] | : . ' , ; ` getFutureData() ... done [06:01:18.915] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... [06:01:18.915] | : . ' , ; ` | Appended future to position #1 [06:01:18.915] | : . ' , ; ` | Number of registered futures: 1 [06:01:18.915] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... done [06:01:18.916] | : . ' , ; launchFuture() ... done [06:01:18.916] | : . ' , ; MultisessionFuture started [06:01:18.916] | : . ' , launchFuture() for ClusterFutureBackend ... done [06:01:18.916] | : . ' Launching futures ... done [06:01:18.917] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [06:01:18.917] | : . Using MultisessionFutureBackend ... done [06:01:18.917] | : run() for 'Future' () ... done [06:01:18.918] | future(..., label = NULL) ... done [06:01:18.918] | result() for ClusterFuture ... [06:01:18.918] | : assertValidConnection() ... [06:01:18.919] | : . cluster node index: 1 [06:01:18.919] | : assertValidConnection() ... done [06:01:18.920] | : receiveMessageFromWorker() for ClusterFuture ... [06:01:18.920] | : . cluster node index: 1 [06:01:18.925] | : . [1] TRUE [06:01:18.925] | : . received data: [06:01:18.925] | : . List of 5 [06:01:18.925] | : . $ type : chr "VALUE" [06:01:18.925] | : . $ value :List of 16 [06:01:18.925] | : . ..$ value : int 42 [06:01:18.925] | : . ..$ visible : logi TRUE [06:01:18.925] | : . ..$ stdout : NULL [06:01:18.925] | : . ..$ conditions : list() [06:01:18.925] | : . ..$ rng : logi FALSE [06:01:18.925] | : . ..$ seed : NULL [06:01:18.925] | : . ..$ misuseGlobalEnv : NULL [06:01:18.925] | : . ..$ misuseConnections :List of 3 [06:01:18.925] | : . .. ..$ added : NULL [06:01:18.925] | : . .. ..$ removed : NULL [06:01:18.925] | : . .. ..$ replaced: NULL [06:01:18.925] | : . ..$ misuseDevices : NULL [06:01:18.925] | : . ..$ misuseDefaultDevice: list() [06:01:18.925] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 06:01:18" [06:01:18.925] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 06:01:18" [06:01:18.925] | : . ..$ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "16" [06:01:18.925] | : . ..$ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" [06:01:18.925] | : . .. ..- attr(*, "source")=List of 5 [06:01:18.925] | : . .. .. ..$ host : Named chr "CRANWIN3" [06:01:18.925] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [06:01:18.925] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [06:01:18.925] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [06:01:18.925] | : . .. .. ..$ pid : int 47112 [06:01:18.925] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:18.925] | : . .. .. ..$ random: int 2147483647 [06:01:18.925] | : . ..$ r_info :List of 4 [06:01:18.925] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [06:01:18.925] | : . .. .. ..$ : int [1:3] 4 6 0 [06:01:18.925] | : . .. ..$ os : chr "windows" [06:01:18.925] | : . .. ..$ os_name : chr "Windows" [06:01:18.925] | : . .. ..$ captures_utf8: logi TRUE [06:01:18.925] | : . ..$ version : chr "1.8" [06:01:18.925] | : . ..- attr(*, "class")= chr "FutureResult" [06:01:18.925] | : . $ success: logi TRUE [06:01:18.925] | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [06:01:18.925] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [06:01:18.925] | : . $ tag : NULL [06:01:18.945] | : . Received FutureResult [06:01:18.945] | : . FutureResult: [06:01:18.945] | : . value: 'integer' [06:01:18.945] | : . visible: TRUE [06:01:18.945] | : . stdout: NULL [06:01:18.945] | : . conditions: [n = 0] [06:01:18.945] | : . RNG used: FALSE [06:01:18.945] | : . duration: 0.008516073 secs (started 2025-06-05 06:01:18.915271) [06:01:18.945] | : . version: 1.8 [06:01:18.946] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... [06:01:18.946] | : . ' Removed future from position #1 [06:01:18.947] | : . ' Number of registered futures: 0 [06:01:18.947] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... done [06:01:18.947] | : . Erased future from future backend [06:01:18.947] | : . result() for ClusterFuture ... [06:01:18.947] | : . ' result already collected: FutureResult [06:01:18.948] | : . result() for ClusterFuture ... done [06:01:18.948] | : . signalConditions() ... [06:01:18.948] | : . ' include = 'immediateCondition' [06:01:18.948] | : . ' exclude = [06:01:18.949] | : . ' resignal = FALSE [06:01:18.949] | : . ' Number of conditions: 0 [06:01:18.949] | : . ' int 0 [06:01:18.950] | : . signalConditions() ... done [06:01:18.950] | : receiveMessageFromWorker() for ClusterFuture ... done [06:01:18.950] | result() for ClusterFuture ... done List of 16 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions : list() $ rng : logi FALSE $ seed : NULL $ misuseGlobalEnv : NULL $ misuseConnections :List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ misuseDefaultDevice: list() $ started : POSIXct[1:1], format: "2025-06-05 06:01:18" $ finished : POSIXct[1:1], format: "2025-06-05 06:01:18" $ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "16" $ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" ..- 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 47112 .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" .. ..$ 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" [06:01:18.965] | value() for MultisessionFuture () ... [06:01:18.965] | : result() for ClusterFuture ... [06:01:18.965] | : . result already collected: FutureResult [06:01:18.965] | : result() for ClusterFuture ... done [06:01:18.966] | : result() for ClusterFuture ... [06:01:18.966] | : . result already collected: FutureResult [06:01:18.966] | : result() for ClusterFuture ... done [06:01:18.966] | : signalConditions() ... [06:01:18.966] | : . include = 'immediateCondition' [06:01:18.966] | : . exclude = [06:01:18.967] | : . resignal = FALSE [06:01:18.967] | : . Number of conditions: 0 [06:01:18.967] | : . int 0 [06:01:18.967] | : signalConditions() ... done [06:01:18.968] | : relay stdout ... [06:01:18.968] | : relay stdout ... done [06:01:18.968] | : check for misuse ... [06:01:18.968] | : check for misuse ... done [06:01:18.968] | value() for MultisessionFuture () ... done [06:01:18.969] | future(..., label = NULL) ... [06:01:18.969] | : lazy: FALSE [06:01:18.969] | : stdout: NA [06:01:18.969] | : conditions: [n=1] 'condition' [06:01:18.969] | : gc: FALSE [06:01:18.970] | : earlySignal: FALSE [06:01:18.970] | : getGlobalsAndPackages() ... [06:01:18.970] | : . Searching for globals ... [06:01:19.009] | : . ' globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [06:01:19.009] | : . Searching for globals ... done [06:01:19.009] | : . Resolving globals: FALSE [06:01:19.009] | : . Search for packages associated with the globals ... [06:01:19.010] | : . ' Packages associated with globals: [2] 'base', 'utils' [06:01:19.010] | : . ' Packages: [2] 'base', 'utils' [06:01:19.010] | : . Search for packages associated with the globals ... done [06:01:19.011] | : . Packages after dropping 'base': [1] 'utils' [06:01:19.011] | : . Packages after dropping non-attached packages: [1] 'utils' [06:01:19.011] | : . globals: [0] [06:01:19.011] | : . packages: [1] 'utils' [06:01:19.011] | : getGlobalsAndPackages() ... done [06:01:19.012] | : run() for 'Future' () ... [06:01:19.012] | : . state: 'created' [06:01:19.012] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:19.012] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:19.013] | : . Using MultisessionFutureBackend ... [06:01:19.013] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [06:01:19.013] | : . ' Launching futures ... [06:01:19.013] | : . ' , launchFuture() for ClusterFutureBackend ... [06:01:19.013] | : . ' , ; Workers: [n=2] [06:01:19.013] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:19.015] | : . ' , ; FutureRegistry: 'workers-968602027c89dbd2ba3dbc6b7c378803' [06:01:19.016] | : . ' , ; requestWorker() ... [06:01:19.016] | : . ' , ; ` requestNode() ... [06:01:19.016] | : . ' , ; ` | Number of workers: 2 [06:01:19.016] | : . ' , ; ` | Polling for a free worker ... [06:01:19.016] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:19.017] | : . ' , ; ` | : . Listing all futures [06:01:19.017] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:19.017] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:19.017] | : . ' , ; ` | : Total time: 0 [06:01:19.017] | : . ' , ; ` | Polling for a free worker ... done [06:01:19.017] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:19.018] | : . ' , ; ` | : Listing all futures [06:01:19.018] | : . ' , ; ` | : Number of registered futures: 0 [06:01:19.018] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:19.018] | : . ' , ; ` | avail: [n=2] '1', '2' [06:01:19.018] | : . ' , ; ` | Index of first available worker: 1 [06:01:19.018] | : . ' , ; ` | Validate that the worker is functional ... [06:01:19.093] | : . ' , ; ` | : Worker is functional [06:01:19.094] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:19.094] | : . ' , ; ` | : . Listing all futures [06:01:19.094] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:19.094] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:19.095] | : . ' , ; ` | Validate that the worker is functional ... done [06:01:19.095] | : . ' , ; ` requestNode() ... done [06:01:19.095] | : . ' , ; ` cluster node index: 1 [06:01:19.095] | : . ' , ; requestWorker() ... done [06:01:19.095] | : . ' , ; eraseGlobalEnvironment() ... [06:01:19.096] | : . ' , ; eraseGlobalEnvironment() ... done [06:01:19.096] | : . ' , ; launchFuture() ... [06:01:19.096] | : . ' , ; ` cluster node index: 1 [06:01:19.097] | : . ' , ; ` getFutureData() ... [06:01:19.097] | : . ' , ; ` | getFutureCore() ... [06:01:19.097] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'utils' [06:01:19.097] | : . ' , ; ` | getFutureCore() ... done [06:01:19.097] | : . ' , ; ` | getFutureCapture() ... [06:01:19.097] | : . ' , ; ` | getFutureCapture() ... done [06:01:19.098] | : . ' , ; ` | getFutureContext() ... [06:01:19.098] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:19.098] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [06:01:19.098] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:19.098] | : . ' , ; ` | : Packages needed by future backend (n = 0): [06:01:19.099] | : . ' , ; ` | getFutureContext() ... done [06:01:19.099] | : . ' , ; ` getFutureData() ... done [06:01:19.099] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... [06:01:19.099] | : . ' , ; ` | Appended future to position #1 [06:01:19.100] | : . ' , ; ` | Number of registered futures: 1 [06:01:19.100] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... done [06:01:19.100] | : . ' , ; launchFuture() ... done [06:01:19.100] | : . ' , ; MultisessionFuture started [06:01:19.100] | : . ' , launchFuture() for ClusterFutureBackend ... done [06:01:19.101] | : . ' Launching futures ... done [06:01:19.101] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [06:01:19.101] | : . Using MultisessionFutureBackend ... done [06:01:19.101] | : run() for 'Future' () ... done [06:01:19.101] | future(..., label = NULL) ... done [06:01:19.102] | value() for MultisessionFuture () ... [06:01:19.102] | : result() for ClusterFuture ... [06:01:19.102] | : . assertValidConnection() ... [06:01:19.103] | : . ' cluster node index: 1 [06:01:19.103] | : . assertValidConnection() ... done [06:01:19.103] | : . receiveMessageFromWorker() for ClusterFuture ... [06:01:19.104] | : . ' cluster node index: 1 [06:01:19.105] | : . ' [1] TRUE [06:01:19.106] | : . ' received data: [06:01:19.106] | : . ' List of 5 [06:01:19.106] | : . ' $ type : chr "VALUE" [06:01:19.106] | : . ' $ value :List of 16 [06:01:19.106] | : . ' ..$ value : int 42 [06:01:19.106] | : . ' ..$ visible : logi TRUE [06:01:19.106] | : . ' ..$ stdout : NULL [06:01:19.106] | : . ' ..$ conditions : list() [06:01:19.106] | : . ' ..$ rng : logi FALSE [06:01:19.106] | : . ' ..$ seed : NULL [06:01:19.106] | : . ' ..$ misuseGlobalEnv : NULL [06:01:19.106] | : . ' ..$ misuseConnections :List of 3 [06:01:19.106] | : . ' .. ..$ added : NULL [06:01:19.106] | : . ' .. ..$ removed : NULL [06:01:19.106] | : . ' .. ..$ replaced: NULL [06:01:19.106] | : . ' ..$ misuseDevices : NULL [06:01:19.106] | : . ' ..$ misuseDefaultDevice: list() [06:01:19.106] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 06:01:19" [06:01:19.106] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 06:01:19" [06:01:19.106] | : . ' ..$ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "17" [06:01:19.106] | : . ' ..$ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" [06:01:19.106] | : . ' .. ..- attr(*, "source")=List of 5 [06:01:19.106] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [06:01:19.106] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [06:01:19.106] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [06:01:19.106] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [06:01:19.106] | : . ' .. .. ..$ pid : int 47112 [06:01:19.106] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:19.106] | : . ' .. .. ..$ random: int 2147483647 [06:01:19.106] | : . ' ..$ r_info :List of 4 [06:01:19.106] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [06:01:19.106] | : . ' .. .. ..$ : int [1:3] 4 6 0 [06:01:19.106] | : . ' .. ..$ os : chr "windows" [06:01:19.106] | : . ' .. ..$ os_name : chr "Windows" [06:01:19.106] | : . ' .. ..$ captures_utf8: logi TRUE [06:01:19.106] | : . ' ..$ version : chr "1.8" [06:01:19.106] | : . ' ..- attr(*, "class")= chr "FutureResult" [06:01:19.106] | : . ' $ success: logi TRUE [06:01:19.106] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [06:01:19.106] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [06:01:19.106] | : . ' $ tag : NULL [06:01:19.122] | : . ' Received FutureResult [06:01:19.122] | : . ' FutureResult: [06:01:19.122] | : . ' value: 'integer' [06:01:19.122] | : . ' visible: TRUE [06:01:19.122] | : . ' stdout: NULL [06:01:19.122] | : . ' conditions: [n = 0] [06:01:19.122] | : . ' RNG used: FALSE [06:01:19.122] | : . ' duration: 0.004697084 secs (started 2025-06-05 06:01:19.099951) [06:01:19.122] | : . ' version: 1.8 [06:01:19.123] | : . ' FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... [06:01:19.123] | : . ' , Removed future from position #1 [06:01:19.123] | : . ' , Number of registered futures: 0 [06:01:19.124] | : . ' FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... done [06:01:19.124] | : . ' Erased future from future backend [06:01:19.124] | : . ' result() for ClusterFuture ... [06:01:19.124] | : . ' , result already collected: FutureResult [06:01:19.124] | : . ' result() for ClusterFuture ... done [06:01:19.124] | : . ' signalConditions() ... [06:01:19.125] | : . ' , include = 'immediateCondition' [06:01:19.125] | : . ' , exclude = [06:01:19.125] | : . ' , resignal = FALSE [06:01:19.125] | : . ' , Number of conditions: 0 [06:01:19.125] | : . ' , int 0 [06:01:19.126] | : . ' signalConditions() ... done [06:01:19.126] | : . receiveMessageFromWorker() for ClusterFuture ... done [06:01:19.126] | : result() for ClusterFuture ... done [06:01:19.127] | : result() for ClusterFuture ... [06:01:19.127] | : . result already collected: FutureResult [06:01:19.127] | : result() for ClusterFuture ... done [06:01:19.127] | : signalConditions() ... [06:01:19.128] | : . include = 'immediateCondition' [06:01:19.128] | : . exclude = [06:01:19.128] | : . resignal = FALSE [06:01:19.128] | : . Number of conditions: 0 [06:01:19.129] | : . int 0 [06:01:19.129] | : signalConditions() ... done [06:01:19.130] | : relay stdout ... [06:01:19.130] | : relay stdout ... done [06:01:19.130] | : check for misuse ... [06:01:19.131] | : check for misuse ... done [06:01:19.131] | value() for MultisessionFuture () ... done - stdout = structure(TRUE, drop = TRUE) [06:01:19.131] | future(..., label = NULL) ... [06:01:19.131] | : lazy: FALSE [06:01:19.132] | : stdout: TRUE [06:01:19.132] | : conditions: [n=1] 'condition' [06:01:19.132] | : gc: FALSE [06:01:19.132] | : earlySignal: FALSE [06:01:19.133] | : getGlobalsAndPackages() ... [06:01:19.133] | : . Searching for globals ... [06:01:19.139] | : . ' globals found: [1] 'print' [06:01:19.139] | : . Searching for globals ... done [06:01:19.139] | : . Resolving globals: FALSE [06:01:19.139] | : . Search for packages associated with the globals ... [06:01:19.140] | : . ' Packages associated with globals: [1] 'base' [06:01:19.140] | : . ' Packages: [1] 'base' [06:01:19.141] | : . Search for packages associated with the globals ... done [06:01:19.141] | : . Packages after dropping 'base': [0] [06:01:19.141] | : . globals: [0] [06:01:19.142] | : . packages: [0] [06:01:19.142] | : getGlobalsAndPackages() ... done [06:01:19.142] | : run() for 'Future' () ... [06:01:19.143] | : . state: 'created' [06:01:19.143] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:19.143] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:19.143] | : . Using MultisessionFutureBackend ... [06:01:19.144] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [06:01:19.144] | : . ' Launching futures ... [06:01:19.144] | : . ' , launchFuture() for ClusterFutureBackend ... [06:01:19.145] | : . ' , ; Workers: [n=2] [06:01:19.145] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [06:01:19.148] | : . ' , ; FutureRegistry: 'workers-968602027c89dbd2ba3dbc6b7c378803' [06:01:19.148] | : . ' , ; requestWorker() ... [06:01:19.148] | : . ' , ; ` requestNode() ... [06:01:19.149] | : . ' , ; ` | Number of workers: 2 [06:01:19.149] | : . ' , ; ` | Polling for a free worker ... [06:01:19.149] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:19.150] | : . ' , ; ` | : . Listing all futures [06:01:19.150] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:19.150] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:19.150] | : . ' , ; ` | : Total time: 0 [06:01:19.151] | : . ' , ; ` | Polling for a free worker ... done [06:01:19.151] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:19.151] | : . ' , ; ` | : Listing all futures [06:01:19.151] | : . ' , ; ` | : Number of registered futures: 0 [06:01:19.152] | : . ' , ; ` | FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:19.152] | : . ' , ; ` | avail: [n=2] '1', '2' [06:01:19.152] | : . ' , ; ` | Index of first available worker: 1 [06:01:19.152] | : . ' , ; ` | Validate that the worker is functional ... [06:01:19.236] | : . ' , ; ` | : Worker is functional [06:01:19.237] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... [06:01:19.237] | : . ' , ; ` | : . Listing all futures [06:01:19.237] | : . ' , ; ` | : . Number of registered futures: 0 [06:01:19.237] | : . ' , ; ` | : FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'list', earlySignal = 0) ... done [06:01:19.238] | : . ' , ; ` | Validate that the worker is functional ... done [06:01:19.238] | : . ' , ; ` requestNode() ... done [06:01:19.238] | : . ' , ; ` cluster node index: 1 [06:01:19.239] | : . ' , ; requestWorker() ... done [06:01:19.239] | : . ' , ; eraseGlobalEnvironment() ... [06:01:19.240] | : . ' , ; eraseGlobalEnvironment() ... done [06:01:19.240] | : . ' , ; launchFuture() ... [06:01:19.240] | : . ' , ; ` cluster node index: 1 [06:01:19.241] | : . ' , ; ` getFutureData() ... [06:01:19.241] | : . ' , ; ` | getFutureCore() ... [06:01:19.241] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [06:01:19.241] | : . ' , ; ` | getFutureCore() ... done [06:01:19.242] | : . ' , ; ` | getFutureCapture() ... [06:01:19.242] | : . ' , ; ` | getFutureCapture() ... done [06:01:19.242] | : . ' , ; ` | getFutureContext() ... [06:01:19.242] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [06:01:19.243] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [06:01:19.243] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [06:01:19.243] | : . ' , ; ` | : Packages needed by future backend (n = 0): [06:01:19.243] | : . ' , ; ` | getFutureContext() ... done [06:01:19.244] | : . ' , ; ` getFutureData() ... done [06:01:19.244] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... [06:01:19.245] | : . ' , ; ` | Appended future to position #1 [06:01:19.245] | : . ' , ; ` | Number of registered futures: 1 [06:01:19.245] | : . ' , ; ` FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'add', earlySignal = 0) ... done [06:01:19.245] | : . ' , ; launchFuture() ... done [06:01:19.246] | : . ' , ; MultisessionFuture started [06:01:19.246] | : . ' , launchFuture() for ClusterFutureBackend ... done [06:01:19.246] | : . ' Launching futures ... done [06:01:19.247] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [06:01:19.247] | : . Using MultisessionFutureBackend ... done [06:01:19.247] | : run() for 'Future' () ... done [06:01:19.247] | future(..., label = NULL) ... done [06:01:19.248] | result() for ClusterFuture ... [06:01:19.248] | : assertValidConnection() ... [06:01:19.248] | : . cluster node index: 1 [06:01:19.249] | : assertValidConnection() ... done [06:01:19.249] | : receiveMessageFromWorker() for ClusterFuture ... [06:01:19.250] | : . cluster node index: 1 [06:01:19.251] | : . [1] TRUE [06:01:19.251] | : . received data: [06:01:19.252] | : . List of 5 [06:01:19.252] | : . $ type : chr "VALUE" [06:01:19.252] | : . $ value :List of 16 [06:01:19.252] | : . ..$ value : num 42 [06:01:19.252] | : . ..$ visible : logi FALSE [06:01:19.252] | : . ..$ stdout : chr "[1] 42\n" [06:01:19.252] | : . ..$ conditions : list() [06:01:19.252] | : . ..$ rng : logi FALSE [06:01:19.252] | : . ..$ seed : NULL [06:01:19.252] | : . ..$ misuseGlobalEnv : NULL [06:01:19.252] | : . ..$ misuseConnections :List of 3 [06:01:19.252] | : . .. ..$ added : NULL [06:01:19.252] | : . .. ..$ removed : NULL [06:01:19.252] | : . .. ..$ replaced: NULL [06:01:19.252] | : . ..$ misuseDevices : NULL [06:01:19.252] | : . ..$ misuseDefaultDevice: list() [06:01:19.252] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 06:01:19" [06:01:19.252] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 06:01:19" [06:01:19.252] | : . ..$ uuid : chr [1:2] "cf3243bdd41322388f5709645e8a677c" "18" [06:01:19.252] | : . ..$ session_uuid : chr "35ef8fa1d79244065cf046b0ca44dbf9" [06:01:19.252] | : . .. ..- attr(*, "source")=List of 5 [06:01:19.252] | : . .. .. ..$ host : Named chr "CRANWIN3" [06:01:19.252] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [06:01:19.252] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [06:01:19.252] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [06:01:19.252] | : . .. .. ..$ pid : int 47112 [06:01:19.252] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 06:01:17" [06:01:19.252] | : . .. .. ..$ random: int 2147483647 [06:01:19.252] | : . ..$ r_info :List of 4 [06:01:19.252] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [06:01:19.252] | : . .. .. ..$ : int [1:3] 4 6 0 [06:01:19.252] | : . .. ..$ os : chr "windows" [06:01:19.252] | : . .. ..$ os_name : chr "Windows" [06:01:19.252] | : . .. ..$ captures_utf8: logi TRUE [06:01:19.252] | : . ..$ version : chr "1.8" [06:01:19.252] | : . ..- attr(*, "class")= chr "FutureResult" [06:01:19.252] | : . $ success: logi TRUE [06:01:19.252] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [06:01:19.252] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [06:01:19.252] | : . $ tag : NULL [06:01:19.277] | : . Received FutureResult [06:01:19.278] | : . FutureResult: [06:01:19.278] | : . value: 'numeric' [06:01:19.278] | : . visible: FALSE [06:01:19.278] | : . stdout: character [06:01:19.278] | : . conditions: [n = 0] [06:01:19.278] | : . RNG used: FALSE [06:01:19.278] | : . duration: 0.004503965 secs (started 2025-06-05 06:01:19.245158) [06:01:19.278] | : . version: 1.8 [06:01:19.279] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... [06:01:19.279] | : . ' Removed future from position #1 [06:01:19.279] | : . ' Number of registered futures: 0 [06:01:19.279] | : . FutureRegistry('workers-968602027c89dbd2ba3dbc6b7c378803', action = 'remove', earlySignal = 0) ... done [06:01:19.280] | : . Erased future from future backend [06:01:19.280] | : . result() for ClusterFuture ... [06:01:19.280] | : . ' result already collected: FutureResult [06:01:19.281] | : . result() for ClusterFuture ... done [06:01:19.281] | : . signalConditions() ... [06:01:19.281] | : . ' include = 'immediateCondition' [06:01:19.282] | : . ' exclude = [06:01:19.282] | : . ' resignal = FALSE [06:01:19.282] | : . ' Number of conditions: 0 [06:01:19.283] | : . ' int 0 [06:01:19.283] | : . signalConditions() ... done [06:01:19.284] | : receiveMessageFromWorker() for ClusterFuture ... done [06:01:19.284] | result() for ClusterFuture ... done [06:01:19.285] | value() for MultisessionFuture () ... [06:01:19.285] | : result() for ClusterFuture ... [06:01:19.285] | : . result already collected: FutureResult [06:01:19.286] | : result() for ClusterFuture ... done [06:01:19.286] | : result() for ClusterFuture ... [06:01:19.286] | : . result already collected: FutureResult [06:01:19.287] | : result() for ClusterFuture ... done [06:01:19.287] | : signalConditions() ... [06:01:19.287] | : . include = 'immediateCondition' [06:01:19.287] | : . exclude = [06:01:19.288] | : . resignal = FALSE [06:01:19.288] | : . Number of conditions: 0 [06:01:19.288] | : . int 0 [06:01:19.289] | : signalConditions() ... done [06:01:19.290] | : relay stdout ... [1] 42 [06:01:19.290] | : relay stdout ... done [06:01:19.291] | : check for misuse ... [06:01:19.291] | : check for misuse ... done [06:01:19.291] | value() for MultisessionFuture () ... done [06:01:19.292] | result() for ClusterFuture ... [06:01:19.292] | : result already collected: FutureResult [06:01:19.292] | 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_SPECIAL__', '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_06_05_05_55_16_20588' Sourcing 6 epilogue scripts ... done Test time: user.self=3s, sys.self=0.1s, elapsed=5s, user.child=NAs, sys.child=NAs Test 'stdout' ... success > > proc.time() user system elapsed 3.79 0.18 5.03