R version 4.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" 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 incl/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) [08:50:12.423] Option 'future.startup.script': TRUE [08:50:12.424] Future startup scripts considered: '.future.R', '~/.future.R' [08:50:12.424] 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 ... [08:50:12.493] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.493] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:50:12.493] | : all.equal() for FutureStrategyList ... [08:50:12.494] | : . New stack: [08:50:12.494] | : . List of 1 [08:50:12.494] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.494] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.494] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.494] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.494] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.494] | : . ..- attr(*, "call")= language plan(strategy) [08:50:12.494] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.498] | : . Old stack: [08:50:12.498] | : . List of 1 [08:50:12.498] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.498] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.498] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.498] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.498] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.498] | : . ..- attr(*, "call")= language plan(sequential) [08:50:12.498] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.502] | : . Not identical [08:50:12.502] | : . all.equal() for future ... [08:50:12.503] | : . | List of 2 [08:50:12.503] | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.503] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.503] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.503] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.503] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.503] | : . | ..- attr(*, "call")= language plan(strategy) [08:50:12.503] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.503] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.503] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.503] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.503] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.503] | : . | ..- attr(*, "call")= language plan(sequential) [08:50:12.508] | : . all.equal() for future ... done [08:50:12.508] | : all.equal() for FutureStrategyList ... done [08:50:12.508] | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:12.508] | : List of future strategies: [08:50:12.508] | : 1. sequential: [08:50:12.508] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:12.508] | : - tweaked: FALSE [08:50:12.508] | : - call: plan(sequential) [08:50:12.511] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:50:12.511] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - stdout = TRUE [08:50:12.511] getGlobalsAndPackages() ... [08:50:12.512] | Searching for globals ... [08:50:12.524] | : globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:12.525] | Searching for globals ... DONE [08:50:12.525] | Resolving globals: FALSE [08:50:12.525] | Search for packages associated with the globals ... [08:50:12.526] | : Packages associated with globals: [2] 'base', 'utils' [08:50:12.527] | : Packages: [2] 'base', 'utils' [08:50:12.527] | Search for packages associated with the globals ... DONE [08:50:12.527] | Packages after dropping 'base': [1] 'utils' [08:50:12.528] | Packages after dropping non-attached packages: [1] 'utils' [08:50:12.528] | globals: [0] [08:50:12.528] | packages: [1] 'utils' [08:50:12.529] getGlobalsAndPackages() ... done [08:50:12.530] run() for Future ('Future') ... [08:50:12.530] | state: 'created' [08:50:12.530] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.531] | : makeFutureBackend() ... [08:50:12.531] | : . Backend function: <'NULL'> [08:50:12.532] | : . Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:50:12.532] | : makeFutureBackend() ... done [08:50:12.532] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.533] | Using SequentialFutureBackend ... [08:50:12.533] | : Launching futures ... [08:50:12.533] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:50:12.534] | : . | getFutureData() ... [08:50:12.534] | : . | : getFutureCore() ... [08:50:12.534] | : . | : . Packages needed by the future expression (n = 1): 'utils' [08:50:12.535] | : . | : getFutureCore() ... done [08:50:12.535] | : . | : getFutureCapture() ... [08:50:12.535] | : . | : getFutureCapture() ... done [08:50:12.536] | : . | : getFutureContext() ... [08:50:12.536] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.536] | : . | : . | Getting stack without first strategy: [n=0] [08:50:12.537] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.537] | : . | : . Packages needed by future strategies (n = 0): [08:50:12.538] | : . | : getFutureContext() ... done [08:50:12.538] | : . | getFutureData() ... done [08:50:12.540] | : . | attachPackages() ... [08:50:12.541] | : . | : packages: [n=1] 'future' [08:50:12.541] | : . | attachPackages() ... DONE [08:50:12.541] | : . | attachPackages() ... [08:50:12.542] | : . | : packages: [n=1] 'utils' [08:50:12.542] | : . | attachPackages() ... DONE [08:50:12.543] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.544] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:50:12.544] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.545] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.546] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:12.546] | : . | : . all.equal() for FutureStrategyList ... [08:50:12.546] | : . | : . | New stack: [08:50:12.547] | : . | : . | List of 1 [08:50:12.547] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.547] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.547] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.547] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.547] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.547] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:12.547] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.556] | : . | : . | Old stack: [08:50:12.556] | : . | : . | List of 1 [08:50:12.556] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.556] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.556] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.556] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.556] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.556] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:50:12.556] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.556] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.556] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.556] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.562] | : . | : . | Not identical [08:50:12.563] | : . | : . | all.equal() for future ... [08:50:12.563] | : . | : . | : List of 2 [08:50:12.563] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.563] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.563] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.563] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.563] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.563] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:12.563] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.563] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.563] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.563] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.563] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.563] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.563] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.563] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.563] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.574] | : . | : . | all.equal() for future ... done [08:50:12.574] | : . | : . all.equal() for FutureStrategyList ... done [08:50:12.575] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:12.575] | : . | : . List of future strategies: [08:50:12.575] | : . | : . 1. sequential: [08:50:12.575] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:12.575] | : . | : . - tweaked: FALSE [08:50:12.575] | : . | : . - call: plan(sequential) [08:50:12.576] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:12.576] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.584] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.584] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.584] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:12.585] | : . | : . | all.equal() for FutureStrategyList ... [08:50:12.585] | : . | : . | : New stack: [08:50:12.585] | : . | : . | : List of 1 [08:50:12.585] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.585] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.585] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.585] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.585] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.585] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.585] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.585] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.585] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.585] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.633] | : . | : . | : Old stack: [08:50:12.633] | : . | : . | : List of 1 [08:50:12.633] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.633] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.633] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.633] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.633] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.633] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.633] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.633] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.633] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.633] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.640] | : . | : . | : Identical [08:50:12.640] | : . | : . | all.equal() for FutureStrategyList ... done [08:50:12.640] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:12.641] | : . | : . | List of future strategies: [08:50:12.641] | : . | : . | 1. sequential: [08:50:12.641] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:12.641] | : . | : . | - tweaked: FALSE [08:50:12.641] | : . | : . | - call: plan(sequential) [08:50:12.642] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:12.642] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.642] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.643] | : . | SequentialFuture started (and completed) [08:50:12.644] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:50:12.644] | : Launching futures ... done [08:50:12.645] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:50:12.645] | Using SequentialFutureBackend ... done [08:50:12.645] run() for Future ('SequentialFuture') ... done List of 13 $ 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 $ misuseGlobalEnv : NULL $ misuseConnections:List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ started : POSIXct[1:1], format: "2025-04-10 08:50:12" $ finished : POSIXct[1:1], format: "2025-04-10 08:50:12" $ session_uuid : chr "b22e4eb7f0b2fd5c4ce3453bc7f5868d" ..- 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 35684 .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:12" .. ..$ 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 5 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [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" FutureResult: value: 'integer' visible: TRUE stdout: character conditions: [n = 0] RNG used: FALSE duration: 0.04214001 secs (started 2025-04-10 08:50:12.540696) version: 1.8 [08:50:12.663] getGlobalsAndPackages() ... [08:50:12.664] | Searching for globals ... [08:50:12.668] | : globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:12.668] | Searching for globals ... DONE [08:50:12.668] | Resolving globals: FALSE [08:50:12.668] | Search for packages associated with the globals ... [08:50:12.669] | : Packages associated with globals: [2] 'base', 'utils' [08:50:12.669] | : Packages: [2] 'base', 'utils' [08:50:12.669] | Search for packages associated with the globals ... DONE [08:50:12.670] | Packages after dropping 'base': [1] 'utils' [08:50:12.670] | Packages after dropping non-attached packages: [1] 'utils' [08:50:12.670] | globals: [0] [08:50:12.670] | packages: [1] 'utils' [08:50:12.670] getGlobalsAndPackages() ... done [08:50:12.671] run() for Future ('Future') ... [08:50:12.671] | state: 'created' [08:50:12.671] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.671] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.672] | Using SequentialFutureBackend ... [08:50:12.672] | : Launching futures ... [08:50:12.672] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:50:12.672] | : . | getFutureData() ... [08:50:12.672] | : . | : getFutureCore() ... [08:50:12.673] | : . | : . Packages needed by the future expression (n = 1): 'utils' [08:50:12.673] | : . | : getFutureCore() ... done [08:50:12.673] | : . | : getFutureCapture() ... [08:50:12.673] | : . | : getFutureCapture() ... done [08:50:12.673] | : . | : getFutureContext() ... [08:50:12.674] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.674] | : . | : . | Getting stack without first strategy: [n=0] [08:50:12.674] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.674] | : . | : . Packages needed by future strategies (n = 0): [08:50:12.674] | : . | : getFutureContext() ... done [08:50:12.675] | : . | getFutureData() ... done [08:50:12.675] | : . | attachPackages() ... [08:50:12.675] | : . | : packages: [n=1] 'future' [08:50:12.675] | : . | attachPackages() ... DONE [08:50:12.676] | : . | attachPackages() ... [08:50:12.676] | : . | : packages: [n=1] 'utils' [08:50:12.676] | : . | attachPackages() ... DONE [08:50:12.677] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.677] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:50:12.677] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.678] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.678] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:12.678] | : . | : . all.equal() for FutureStrategyList ... [08:50:12.678] | : . | : . | New stack: [08:50:12.678] | : . | : . | List of 1 [08:50:12.678] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.678] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.678] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.678] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.678] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.678] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:12.678] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.685] | : . | : . | Old stack: [08:50:12.686] | : . | : . | List of 1 [08:50:12.686] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.686] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.686] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.686] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.686] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.686] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:50:12.686] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.686] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.686] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.686] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.692] | : . | : . | Not identical [08:50:12.692] | : . | : . | all.equal() for future ... [08:50:12.692] | : . | : . | : List of 2 [08:50:12.692] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.692] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.692] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.692] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.692] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.692] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:12.692] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.692] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.692] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.692] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.692] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.692] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.692] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.692] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.692] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.703] | : . | : . | all.equal() for future ... done [08:50:12.703] | : . | : . all.equal() for FutureStrategyList ... done [08:50:12.703] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:12.704] | : . | : . List of future strategies: [08:50:12.704] | : . | : . 1. sequential: [08:50:12.704] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:12.704] | : . | : . - tweaked: FALSE [08:50:12.704] | : . | : . - call: plan(sequential) [08:50:12.705] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:12.705] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.710] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.711] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.711] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:12.711] | : . | : . | all.equal() for FutureStrategyList ... [08:50:12.712] | : . | : . | : New stack: [08:50:12.712] | : . | : . | : List of 1 [08:50:12.712] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.712] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.712] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.712] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.712] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.712] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.712] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.712] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.712] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.712] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.759] | : . | : . | : Old stack: [08:50:12.759] | : . | : . | : List of 1 [08:50:12.759] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.759] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.759] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.759] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.759] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.759] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.759] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.759] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.759] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.759] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.765] | : . | : . | : Identical [08:50:12.765] | : . | : . | all.equal() for FutureStrategyList ... done [08:50:12.765] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:12.766] | : . | : . | List of future strategies: [08:50:12.766] | : . | : . | 1. sequential: [08:50:12.766] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:12.766] | : . | : . | - tweaked: FALSE [08:50:12.766] | : . | : . | - call: plan(sequential) [08:50:12.767] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:12.767] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.767] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.768] | : . | SequentialFuture started (and completed) [08:50:12.768] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:50:12.768] | : Launching futures ... done [08:50:12.769] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:50:12.769] | Using SequentialFutureBackend ... done [08:50:12.769] run() for Future ('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) [08:50:12.771] getGlobalsAndPackages() ... [08:50:12.771] | Searching for globals ... [08:50:12.772] | : globals found: [1] 'print' [08:50:12.773] | Searching for globals ... DONE [08:50:12.773] | Resolving globals: FALSE [08:50:12.773] | Search for packages associated with the globals ... [08:50:12.774] | : Packages associated with globals: [1] 'base' [08:50:12.774] | : Packages: [1] 'base' [08:50:12.774] | Search for packages associated with the globals ... DONE [08:50:12.775] | Packages after dropping 'base': [0] [08:50:12.775] | globals: [0] [08:50:12.775] | packages: [0] [08:50:12.776] getGlobalsAndPackages() ... done [08:50:12.776] run() for Future ('Future') ... [08:50:12.776] | state: 'created' [08:50:12.777] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.777] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.777] | Using SequentialFutureBackend ... [08:50:12.778] | : Launching futures ... [08:50:12.778] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:50:12.778] | : . | getFutureData() ... [08:50:12.779] | : . | : getFutureCore() ... [08:50:12.779] | : . | : . Packages needed by the future expression (n = 0): [08:50:12.779] | : . | : getFutureCore() ... done [08:50:12.779] | : . | : getFutureCapture() ... [08:50:12.780] | : . | : getFutureCapture() ... done [08:50:12.780] | : . | : getFutureContext() ... [08:50:12.780] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.781] | : . | : . | Getting stack without first strategy: [n=0] [08:50:12.781] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.781] | : . | : . Packages needed by future strategies (n = 0): [08:50:12.782] | : . | : getFutureContext() ... done [08:50:12.782] | : . | getFutureData() ... done [08:50:12.782] | : . | attachPackages() ... [08:50:12.783] | : . | : packages: [n=1] 'future' [08:50:12.783] | : . | attachPackages() ... DONE [08:50:12.783] | : . | attachPackages() ... [08:50:12.784] | : . | : packages: [n=0] [08:50:12.784] | : . | attachPackages() ... DONE [08:50:12.785] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.785] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:50:12.786] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.786] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.787] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:12.787] | : . | : . all.equal() for FutureStrategyList ... [08:50:12.787] | : . | : . | New stack: [08:50:12.787] | : . | : . | List of 1 [08:50:12.787] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.787] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.787] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.787] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.787] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.787] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:12.787] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.792] | : . | : . | Old stack: [08:50:12.792] | : . | : . | List of 1 [08:50:12.792] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.792] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.792] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.792] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.792] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.792] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:50:12.792] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.792] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.792] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.792] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.799] | : . | : . | Not identical [08:50:12.799] | : . | : . | all.equal() for future ... [08:50:12.799] | : . | : . | : List of 2 [08:50:12.799] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.799] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.799] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.799] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.799] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.799] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:12.799] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.799] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.799] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.799] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.799] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.799] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.799] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.799] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.799] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.811] | : . | : . | all.equal() for future ... done [08:50:12.811] | : . | : . all.equal() for FutureStrategyList ... done [08:50:12.812] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:12.812] | : . | : . List of future strategies: [08:50:12.812] | : . | : . 1. sequential: [08:50:12.812] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:12.812] | : . | : . - tweaked: FALSE [08:50:12.812] | : . | : . - call: plan(sequential) [08:50:12.813] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:12.813] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.817] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.818] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.818] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:12.818] | : . | : . | all.equal() for FutureStrategyList ... [08:50:12.819] | : . | : . | : New stack: [08:50:12.819] | : . | : . | : List of 1 [08:50:12.819] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.819] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.819] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.819] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.819] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.819] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.819] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.819] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.819] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.819] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.825] | : . | : . | : Old stack: [08:50:12.825] | : . | : . | : List of 1 [08:50:12.825] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.825] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.825] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.825] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.825] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.825] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.825] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.825] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.825] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.825] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.832] | : . | : . | : Identical [08:50:12.832] | : . | : . | all.equal() for FutureStrategyList ... done [08:50:12.833] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:12.833] | : . | : . | List of future strategies: [08:50:12.833] | : . | : . | 1. sequential: [08:50:12.833] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:12.833] | : . | : . | - tweaked: FALSE [08:50:12.833] | : . | : . | - call: plan(sequential) [08:50:12.834] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:12.834] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.835] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.835] | : . | SequentialFuture started (and completed) [08:50:12.836] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:50:12.836] | : Launching futures ... done [08:50:12.836] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:50:12.837] | Using SequentialFutureBackend ... done [08:50:12.837] run() for Future ('SequentialFuture') ... done [1] 42 - stdout = FALSE [08:50:12.838] getGlobalsAndPackages() ... [08:50:12.838] | Searching for globals ... [08:50:12.846] | : globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:12.846] | Searching for globals ... DONE [08:50:12.846] | Resolving globals: FALSE [08:50:12.847] | Search for packages associated with the globals ... [08:50:12.847] | : Packages associated with globals: [2] 'base', 'utils' [08:50:12.848] | : Packages: [2] 'base', 'utils' [08:50:12.849] | Search for packages associated with the globals ... DONE [08:50:12.849] | Packages after dropping 'base': [1] 'utils' [08:50:12.849] | Packages after dropping non-attached packages: [1] 'utils' [08:50:12.850] | globals: [0] [08:50:12.850] | packages: [1] 'utils' [08:50:12.850] getGlobalsAndPackages() ... done [08:50:12.851] run() for Future ('Future') ... [08:50:12.852] | state: 'created' [08:50:12.852] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.853] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.853] | Using SequentialFutureBackend ... [08:50:12.853] | : Launching futures ... [08:50:12.853] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:50:12.854] | : . | getFutureData() ... [08:50:12.854] | : . | : getFutureCore() ... [08:50:12.854] | : . | : . Packages needed by the future expression (n = 1): 'utils' [08:50:12.855] | : . | : getFutureCore() ... done [08:50:12.855] | : . | : getFutureCapture() ... [08:50:12.855] | : . | : getFutureCapture() ... done [08:50:12.855] | : . | : getFutureContext() ... [08:50:12.856] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.856] | : . | : . | Getting stack without first strategy: [n=0] [08:50:12.856] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.856] | : . | : . Packages needed by future strategies (n = 0): [08:50:12.857] | : . | : getFutureContext() ... done [08:50:12.857] | : . | getFutureData() ... done [08:50:12.857] | : . | attachPackages() ... [08:50:12.857] | : . | : packages: [n=1] 'future' [08:50:12.858] | : . | attachPackages() ... DONE [08:50:12.858] | : . | attachPackages() ... [08:50:12.858] | : . | : packages: [n=1] 'utils' [08:50:12.859] | : . | attachPackages() ... DONE [08:50:12.859] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.860] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:50:12.860] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.861] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.861] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:12.861] | : . | : . all.equal() for FutureStrategyList ... [08:50:12.862] | : . | : . | New stack: [08:50:12.862] | : . | : . | List of 1 [08:50:12.862] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.862] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.862] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.862] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.862] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.862] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:12.862] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.866] | : . | : . | Old stack: [08:50:12.866] | : . | : . | List of 1 [08:50:12.866] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.866] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.866] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.866] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.866] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.866] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:50:12.866] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.866] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.866] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.866] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.872] | : . | : . | Not identical [08:50:12.872] | : . | : . | all.equal() for future ... [08:50:12.872] | : . | : . | : List of 2 [08:50:12.872] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.872] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.872] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.872] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.872] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.872] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:12.872] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.872] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.872] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.872] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.872] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.872] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.872] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.872] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.872] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.882] | : . | : . | all.equal() for future ... done [08:50:12.882] | : . | : . all.equal() for FutureStrategyList ... done [08:50:12.883] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:12.883] | : . | : . List of future strategies: [08:50:12.883] | : . | : . 1. sequential: [08:50:12.883] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:12.883] | : . | : . - tweaked: FALSE [08:50:12.883] | : . | : . - call: plan(sequential) [08:50:12.884] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:12.885] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.891] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.892] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.892] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:12.893] | : . | : . | all.equal() for FutureStrategyList ... [08:50:12.893] | : . | : . | : New stack: [08:50:12.894] | : . | : . | : List of 1 [08:50:12.894] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.894] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.894] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.894] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.894] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.894] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.894] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.894] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.894] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.894] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.903] | : . | : . | : Old stack: [08:50:12.903] | : . | : . | : List of 1 [08:50:12.903] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.903] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.903] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.903] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.903] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.903] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.903] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.903] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.903] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.903] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.912] | : . | : . | : Identical [08:50:12.913] | : . | : . | all.equal() for FutureStrategyList ... done [08:50:12.913] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:12.914] | : . | : . | List of future strategies: [08:50:12.914] | : . | : . | 1. sequential: [08:50:12.914] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:12.914] | : . | : . | - tweaked: FALSE [08:50:12.914] | : . | : . | - call: plan(sequential) [08:50:12.915] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:12.915] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.916] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.917] | : . | SequentialFuture started (and completed) [08:50:12.917] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:50:12.918] | : Launching futures ... done [08:50:12.918] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:50:12.918] | Using SequentialFutureBackend ... done [08:50:12.919] run() for Future ('SequentialFuture') ... done List of 13 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions : list() $ rng : logi FALSE $ misuseGlobalEnv : NULL $ misuseConnections:List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ started : POSIXct[1:1], format: "2025-04-10 08:50:12" $ finished : POSIXct[1:1], format: "2025-04-10 08:50:12" $ session_uuid : chr "b22e4eb7f0b2fd5c4ce3453bc7f5868d" ..- 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 35684 .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:12" .. ..$ 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 5 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [08:50:12.945] getGlobalsAndPackages() ... [08:50:12.946] | Searching for globals ... [08:50:12.951] | : globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:12.952] | Searching for globals ... DONE [08:50:12.952] | Resolving globals: FALSE [08:50:12.952] | Search for packages associated with the globals ... [08:50:12.953] | : Packages associated with globals: [2] 'base', 'utils' [08:50:12.953] | : Packages: [2] 'base', 'utils' [08:50:12.954] | Search for packages associated with the globals ... DONE [08:50:12.954] | Packages after dropping 'base': [1] 'utils' [08:50:12.954] | Packages after dropping non-attached packages: [1] 'utils' [08:50:12.954] | globals: [0] [08:50:12.954] | packages: [1] 'utils' [08:50:12.955] getGlobalsAndPackages() ... done [08:50:12.955] run() for Future ('Future') ... [08:50:12.955] | state: 'created' [08:50:12.956] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.956] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.956] | Using SequentialFutureBackend ... [08:50:12.956] | : Launching futures ... [08:50:12.956] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:50:12.957] | : . | getFutureData() ... [08:50:12.957] | : . | : getFutureCore() ... [08:50:12.957] | : . | : . Packages needed by the future expression (n = 1): 'utils' [08:50:12.957] | : . | : getFutureCore() ... done [08:50:12.957] | : . | : getFutureCapture() ... [08:50:12.957] | : . | : getFutureCapture() ... done [08:50:12.958] | : . | : getFutureContext() ... [08:50:12.958] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.958] | : . | : . | Getting stack without first strategy: [n=0] [08:50:12.958] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.958] | : . | : . Packages needed by future strategies (n = 0): [08:50:12.959] | : . | : getFutureContext() ... done [08:50:12.959] | : . | getFutureData() ... done [08:50:12.959] | : . | attachPackages() ... [08:50:12.959] | : . | : packages: [n=1] 'future' [08:50:12.960] | : . | attachPackages() ... DONE [08:50:12.960] | : . | attachPackages() ... [08:50:12.960] | : . | : packages: [n=1] 'utils' [08:50:12.960] | : . | attachPackages() ... DONE [08:50:12.961] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:12.961] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:50:12.961] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:12.962] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.963] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:12.963] | : . | : . all.equal() for FutureStrategyList ... [08:50:12.963] | : . | : . | New stack: [08:50:12.963] | : . | : . | List of 1 [08:50:12.963] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.963] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.963] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.963] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.963] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.963] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:12.963] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.967] | : . | : . | Old stack: [08:50:12.967] | : . | : . | List of 1 [08:50:12.967] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.967] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.967] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.967] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.967] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.967] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:50:12.967] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.967] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.967] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.967] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.971] | : . | : . | Not identical [08:50:12.971] | : . | : . | all.equal() for future ... [08:50:12.971] | : . | : . | : List of 2 [08:50:12.971] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.971] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.971] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.971] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.971] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.971] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:12.971] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.971] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.971] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.971] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.971] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.971] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.971] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.971] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.971] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.979] | : . | : . | all.equal() for future ... done [08:50:12.979] | : . | : . all.equal() for FutureStrategyList ... done [08:50:12.979] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:12.980] | : . | : . List of future strategies: [08:50:12.980] | : . | : . 1. sequential: [08:50:12.980] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:12.980] | : . | : . - tweaked: FALSE [08:50:12.980] | : . | : . - call: plan(sequential) [08:50:12.981] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:12.981] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:12.986] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.987] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:12.987] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:12.987] | : . | : . | all.equal() for FutureStrategyList ... [08:50:12.988] | : . | : . | : New stack: [08:50:12.988] | : . | : . | : List of 1 [08:50:12.988] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.988] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.988] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.988] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.988] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.988] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.988] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.988] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.988] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.988] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:12.994] | : . | : . | : Old stack: [08:50:12.994] | : . | : . | : List of 1 [08:50:12.994] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:12.994] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:12.994] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.994] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.994] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.994] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:12.994] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:12.994] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:12.994] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:12.994] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.000] | : . | : . | : Identical [08:50:13.000] | : . | : . | all.equal() for FutureStrategyList ... done [08:50:13.000] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:13.001] | : . | : . | List of future strategies: [08:50:13.001] | : . | : . | 1. sequential: [08:50:13.001] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:13.001] | : . | : . | - tweaked: FALSE [08:50:13.001] | : . | : . | - call: plan(sequential) [08:50:13.002] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:13.002] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.002] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.003] | : . | SequentialFuture started (and completed) [08:50:13.003] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:50:13.003] | : Launching futures ... done [08:50:13.004] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:50:13.004] | Using SequentialFutureBackend ... done [08:50:13.004] run() for Future ('SequentialFuture') ... done - stdout = structure(TRUE, drop = TRUE) [08:50:13.005] getGlobalsAndPackages() ... [08:50:13.005] | Searching for globals ... [08:50:13.007] | : globals found: [1] 'print' [08:50:13.007] | Searching for globals ... DONE [08:50:13.007] | Resolving globals: FALSE [08:50:13.007] | Search for packages associated with the globals ... [08:50:13.008] | : Packages associated with globals: [1] 'base' [08:50:13.008] | : Packages: [1] 'base' [08:50:13.009] | Search for packages associated with the globals ... DONE [08:50:13.009] | Packages after dropping 'base': [0] [08:50:13.009] | globals: [0] [08:50:13.009] | packages: [0] [08:50:13.010] getGlobalsAndPackages() ... done [08:50:13.010] run() for Future ('Future') ... [08:50:13.010] | state: 'created' [08:50:13.011] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.011] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.011] | Using SequentialFutureBackend ... [08:50:13.012] | : Launching futures ... [08:50:13.012] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:50:13.012] | : . | getFutureData() ... [08:50:13.013] | : . | : getFutureCore() ... [08:50:13.013] | : . | : . Packages needed by the future expression (n = 0): [08:50:13.013] | : . | : getFutureCore() ... done [08:50:13.013] | : . | : getFutureCapture() ... [08:50:13.014] | : . | : getFutureCapture() ... done [08:50:13.014] | : . | : getFutureContext() ... [08:50:13.014] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.014] | : . | : . | Getting stack without first strategy: [n=0] [08:50:13.015] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.015] | : . | : . Packages needed by future strategies (n = 0): [08:50:13.015] | : . | : getFutureContext() ... done [08:50:13.016] | : . | getFutureData() ... done [08:50:13.016] | : . | attachPackages() ... [08:50:13.016] | : . | : packages: [n=1] 'future' [08:50:13.017] | : . | attachPackages() ... DONE [08:50:13.017] | : . | attachPackages() ... [08:50:13.017] | : . | : packages: [n=0] [08:50:13.018] | : . | attachPackages() ... DONE [08:50:13.018] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.019] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:50:13.019] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.020] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.020] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:13.020] | : . | : . all.equal() for FutureStrategyList ... [08:50:13.021] | : . | : . | New stack: [08:50:13.021] | : . | : . | List of 1 [08:50:13.021] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.021] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.021] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.021] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.021] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.021] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:13.021] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.026] | : . | : . | Old stack: [08:50:13.026] | : . | : . | List of 1 [08:50:13.026] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.026] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.026] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.026] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.026] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.026] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:50:13.026] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.026] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.026] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.026] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.032] | : . | : . | Not identical [08:50:13.033] | : . | : . | all.equal() for future ... [08:50:13.033] | : . | : . | : List of 2 [08:50:13.033] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.033] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.033] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.033] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.033] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.033] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:13.033] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.033] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.033] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.033] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.033] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.033] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.033] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.033] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.033] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.043] | : . | : . | all.equal() for future ... done [08:50:13.043] | : . | : . all.equal() for FutureStrategyList ... done [08:50:13.044] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:13.044] | : . | : . List of future strategies: [08:50:13.044] | : . | : . 1. sequential: [08:50:13.044] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:13.044] | : . | : . - tweaked: FALSE [08:50:13.044] | : . | : . - call: plan(sequential) [08:50:13.045] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:13.045] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.049] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.049] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.050] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:13.050] | : . | : . | all.equal() for FutureStrategyList ... [08:50:13.050] | : . | : . | : New stack: [08:50:13.051] | : . | : . | : List of 1 [08:50:13.051] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.051] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.051] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.051] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.051] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.051] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.051] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.051] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.051] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.051] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.056] | : . | : . | : Old stack: [08:50:13.057] | : . | : . | : List of 1 [08:50:13.057] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.057] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.057] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.057] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.057] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.057] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.057] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.057] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.057] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.057] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.062] | : . | : . | : Identical [08:50:13.062] | : . | : . | all.equal() for FutureStrategyList ... done [08:50:13.063] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:13.063] | : . | : . | List of future strategies: [08:50:13.063] | : . | : . | 1. sequential: [08:50:13.063] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:13.063] | : . | : . | - tweaked: FALSE [08:50:13.063] | : . | : . | - call: plan(sequential) [08:50:13.064] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:13.064] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.064] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.065] | : . | SequentialFuture started (and completed) [08:50:13.065] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:50:13.066] | : Launching futures ... done [08:50:13.066] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:50:13.066] | Using SequentialFutureBackend ... done [08:50:13.066] run() for Future ('SequentialFuture') ... done [1] 42 - stdout = NA [08:50:13.067] getGlobalsAndPackages() ... [08:50:13.067] | Searching for globals ... [08:50:13.073] | : globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:13.074] | Searching for globals ... DONE [08:50:13.074] | Resolving globals: FALSE [08:50:13.074] | Search for packages associated with the globals ... [08:50:13.075] | : Packages associated with globals: [2] 'base', 'utils' [08:50:13.075] | : Packages: [2] 'base', 'utils' [08:50:13.076] | Search for packages associated with the globals ... DONE [08:50:13.076] | Packages after dropping 'base': [1] 'utils' [08:50:13.077] | Packages after dropping non-attached packages: [1] 'utils' [08:50:13.077] | globals: [0] [08:50:13.077] | packages: [1] 'utils' [08:50:13.077] getGlobalsAndPackages() ... done [08:50:13.078] run() for Future ('Future') ... [08:50:13.078] | state: 'created' [08:50:13.079] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.079] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.079] | Using SequentialFutureBackend ... [08:50:13.079] | : Launching futures ... [08:50:13.080] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:50:13.080] | : . | getFutureData() ... [08:50:13.080] | : . | : getFutureCore() ... [08:50:13.081] | : . | : . Packages needed by the future expression (n = 1): 'utils' [08:50:13.081] | : . | : getFutureCore() ... done [08:50:13.081] | : . | : getFutureCapture() ... [08:50:13.082] | : . | : getFutureCapture() ... done [08:50:13.082] | : . | : getFutureContext() ... [08:50:13.082] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.083] | : . | : . | Getting stack without first strategy: [n=0] [08:50:13.083] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.083] | : . | : . Packages needed by future strategies (n = 0): [08:50:13.084] | : . | : getFutureContext() ... done [08:50:13.084] | : . | getFutureData() ... done [08:50:13.084] | : . | attachPackages() ... [08:50:13.085] | : . | : packages: [n=1] 'future' [08:50:13.085] | : . | attachPackages() ... DONE [08:50:13.085] | : . | attachPackages() ... [08:50:13.086] | : . | : packages: [n=1] 'utils' [08:50:13.086] | : . | attachPackages() ... DONE [08:50:13.087] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.087] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:50:13.090] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.091] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.091] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:13.092] | : . | : . all.equal() for FutureStrategyList ... [08:50:13.092] | : . | : . | New stack: [08:50:13.092] | : . | : . | List of 1 [08:50:13.092] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.092] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.092] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.092] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.092] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.092] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:13.092] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.097] | : . | : . | Old stack: [08:50:13.097] | : . | : . | List of 1 [08:50:13.097] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.097] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.097] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.097] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.097] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.097] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:50:13.097] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.097] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.097] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.097] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.102] | : . | : . | Not identical [08:50:13.103] | : . | : . | all.equal() for future ... [08:50:13.103] | : . | : . | : List of 2 [08:50:13.103] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.103] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.103] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.103] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.103] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.103] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:13.103] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.103] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.103] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.103] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.103] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.103] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.103] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.103] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.103] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.113] | : . | : . | all.equal() for future ... done [08:50:13.113] | : . | : . all.equal() for FutureStrategyList ... done [08:50:13.113] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:13.113] | : . | : . List of future strategies: [08:50:13.113] | : . | : . 1. sequential: [08:50:13.113] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:13.113] | : . | : . - tweaked: FALSE [08:50:13.113] | : . | : . - call: plan(sequential) [08:50:13.114] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:13.115] | : . | 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" [08:50:13.119] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.120] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.120] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:13.120] | : . | : . | all.equal() for FutureStrategyList ... [08:50:13.121] | : . | : . | : New stack: [08:50:13.121] | : . | : . | : List of 1 [08:50:13.121] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.121] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.121] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.121] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.121] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.121] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.121] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.121] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.121] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.121] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.127] | : . | : . | : Old stack: [08:50:13.127] | : . | : . | : List of 1 [08:50:13.127] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.127] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.127] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.127] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.127] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.127] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.127] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.127] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.127] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.127] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.133] | : . | : . | : Identical [08:50:13.134] | : . | : . | all.equal() for FutureStrategyList ... done [08:50:13.134] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:13.134] | : . | : . | List of future strategies: [08:50:13.134] | : . | : . | 1. sequential: [08:50:13.134] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:13.134] | : . | : . | - tweaked: FALSE [08:50:13.134] | : . | : . | - call: plan(sequential) [08:50:13.135] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:13.136] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.136] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.136] | : . | SequentialFuture started (and completed) [08:50:13.137] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:50:13.137] | : Launching futures ... done [08:50:13.137] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:50:13.138] | Using SequentialFutureBackend ... done [08:50:13.138] run() for Future ('SequentialFuture') ... done List of 13 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions : list() $ rng : logi FALSE $ misuseGlobalEnv : NULL $ misuseConnections: NULL $ misuseDevices : NULL $ started : POSIXct[1:1], format: "2025-04-10 08:50:13" $ finished : POSIXct[1:1], format: "2025-04-10 08:50:13" $ session_uuid : chr "b22e4eb7f0b2fd5c4ce3453bc7f5868d" ..- 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 35684 .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:12" .. ..$ 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 5 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [08:50:13.155] getGlobalsAndPackages() ... [08:50:13.155] | Searching for globals ... [08:50:13.161] | : globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:13.162] | Searching for globals ... DONE [08:50:13.162] | Resolving globals: FALSE [08:50:13.162] | Search for packages associated with the globals ... [08:50:13.163] | : Packages associated with globals: [2] 'base', 'utils' [08:50:13.164] | : Packages: [2] 'base', 'utils' [08:50:13.164] | Search for packages associated with the globals ... DONE [08:50:13.164] | Packages after dropping 'base': [1] 'utils' [08:50:13.165] | Packages after dropping non-attached packages: [1] 'utils' [08:50:13.165] | globals: [0] [08:50:13.165] | packages: [1] 'utils' [08:50:13.166] getGlobalsAndPackages() ... done [08:50:13.166] run() for Future ('Future') ... [08:50:13.166] | state: 'created' [08:50:13.167] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.167] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.167] | Using SequentialFutureBackend ... [08:50:13.168] | : Launching futures ... [08:50:13.168] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:50:13.168] | : . | getFutureData() ... [08:50:13.169] | : . | : getFutureCore() ... [08:50:13.169] | : . | : . Packages needed by the future expression (n = 1): 'utils' [08:50:13.169] | : . | : getFutureCore() ... done [08:50:13.169] | : . | : getFutureCapture() ... [08:50:13.170] | : . | : getFutureCapture() ... done [08:50:13.170] | : . | : getFutureContext() ... [08:50:13.170] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.171] | : . | : . | Getting stack without first strategy: [n=0] [08:50:13.171] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.171] | : . | : . Packages needed by future strategies (n = 0): [08:50:13.171] | : . | : getFutureContext() ... done [08:50:13.172] | : . | getFutureData() ... done [08:50:13.172] | : . | attachPackages() ... [08:50:13.172] | : . | : packages: [n=1] 'future' [08:50:13.173] | : . | attachPackages() ... DONE [08:50:13.173] | : . | attachPackages() ... [08:50:13.173] | : . | : packages: [n=1] 'utils' [08:50:13.174] | : . | attachPackages() ... DONE [08:50:13.175] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.175] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:50:13.175] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.176] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.176] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:13.177] | : . | : . all.equal() for FutureStrategyList ... [08:50:13.177] | : . | : . | New stack: [08:50:13.177] | : . | : . | List of 1 [08:50:13.177] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.177] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.177] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.177] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.177] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.177] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:13.177] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.182] | : . | : . | Old stack: [08:50:13.182] | : . | : . | List of 1 [08:50:13.182] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.182] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.182] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.182] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.182] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.182] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:50:13.182] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.182] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.182] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.182] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.188] | : . | : . | Not identical [08:50:13.188] | : . | : . | all.equal() for future ... [08:50:13.188] | : . | : . | : List of 2 [08:50:13.188] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.188] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.188] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.188] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.188] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.188] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:13.188] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.188] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.188] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.188] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.188] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.188] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.188] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.188] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.188] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.198] | : . | : . | all.equal() for future ... done [08:50:13.198] | : . | : . all.equal() for FutureStrategyList ... done [08:50:13.198] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:13.199] | : . | : . List of future strategies: [08:50:13.199] | : . | : . 1. sequential: [08:50:13.199] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:13.199] | : . | : . - tweaked: FALSE [08:50:13.199] | : . | : . - call: plan(sequential) [08:50:13.199] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:13.200] | : . | 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" [08:50:13.204] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.204] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.205] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:13.205] | : . | : . | all.equal() for FutureStrategyList ... [08:50:13.205] | : . | : . | : New stack: [08:50:13.206] | : . | : . | : List of 1 [08:50:13.206] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.206] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.206] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.206] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.206] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.206] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.206] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.206] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.206] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.206] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.211] | : . | : . | : Old stack: [08:50:13.212] | : . | : . | : List of 1 [08:50:13.212] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.212] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.212] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.212] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.212] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.212] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.212] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.212] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.212] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.212] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.217] | : . | : . | : Identical [08:50:13.218] | : . | : . | all.equal() for FutureStrategyList ... done [08:50:13.218] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:13.218] | : . | : . | List of future strategies: [08:50:13.218] | : . | : . | 1. sequential: [08:50:13.218] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:13.218] | : . | : . | - tweaked: FALSE [08:50:13.218] | : . | : . | - call: plan(sequential) [08:50:13.219] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:13.219] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.220] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.220] | : . | SequentialFuture started (and completed) [08:50:13.221] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:50:13.221] | : Launching futures ... done [08:50:13.221] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:50:13.222] | Using SequentialFutureBackend ... done [08:50:13.222] run() for Future ('SequentialFuture') ... done - stdout = structure(TRUE, drop = TRUE) [08:50:13.223] getGlobalsAndPackages() ... [08:50:13.223] | Searching for globals ... [08:50:13.224] | : globals found: [1] 'print' [08:50:13.225] | Searching for globals ... DONE [08:50:13.225] | Resolving globals: FALSE [08:50:13.225] | Search for packages associated with the globals ... [08:50:13.226] | : Packages associated with globals: [1] 'base' [08:50:13.226] | : Packages: [1] 'base' [08:50:13.226] | Search for packages associated with the globals ... DONE [08:50:13.227] | Packages after dropping 'base': [0] [08:50:13.227] | globals: [0] [08:50:13.227] | packages: [0] [08:50:13.227] getGlobalsAndPackages() ... done [08:50:13.228] run() for Future ('Future') ... [08:50:13.228] | state: 'created' [08:50:13.228] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.229] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.229] | Using SequentialFutureBackend ... [08:50:13.229] | : Launching futures ... [08:50:13.229] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:50:13.230] | : . | getFutureData() ... [08:50:13.230] | : . | : getFutureCore() ... [08:50:13.230] | : . | : . Packages needed by the future expression (n = 0): [08:50:13.230] | : . | : getFutureCore() ... done [08:50:13.231] | : . | : getFutureCapture() ... [08:50:13.231] | : . | : getFutureCapture() ... done [08:50:13.231] | : . | : getFutureContext() ... [08:50:13.231] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.232] | : . | : . | Getting stack without first strategy: [n=0] [08:50:13.232] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.232] | : . | : . Packages needed by future strategies (n = 0): [08:50:13.233] | : . | : getFutureContext() ... done [08:50:13.233] | : . | getFutureData() ... done [08:50:13.233] | : . | attachPackages() ... [08:50:13.233] | : . | : packages: [n=1] 'future' [08:50:13.234] | : . | attachPackages() ... DONE [08:50:13.234] | : . | attachPackages() ... [08:50:13.234] | : . | : packages: [n=0] [08:50:13.234] | : . | attachPackages() ... DONE [08:50:13.235] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.236] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:50:13.236] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.237] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.237] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:13.237] | : . | : . all.equal() for FutureStrategyList ... [08:50:13.237] | : . | : . | New stack: [08:50:13.238] | : . | : . | List of 1 [08:50:13.238] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.238] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.238] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.238] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.238] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.238] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:13.238] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.242] | : . | : . | Old stack: [08:50:13.242] | : . | : . | List of 1 [08:50:13.242] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.242] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.242] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.242] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.242] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.242] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:50:13.242] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.242] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.242] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.242] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.251] | : . | : . | Not identical [08:50:13.251] | : . | : . | all.equal() for future ... [08:50:13.251] | : . | : . | : List of 2 [08:50:13.251] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.251] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.251] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.251] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.251] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.251] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:50:13.251] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.251] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.251] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.251] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.251] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.251] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.251] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.251] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.251] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.262] | : . | : . | all.equal() for future ... done [08:50:13.262] | : . | : . all.equal() for FutureStrategyList ... done [08:50:13.263] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:13.263] | : . | : . List of future strategies: [08:50:13.263] | : . | : . 1. sequential: [08:50:13.263] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:13.263] | : . | : . - tweaked: FALSE [08:50:13.263] | : . | : . - call: plan(sequential) [08:50:13.264] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:13.265] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.269] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.269] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:50:13.270] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:50:13.270] | : . | : . | all.equal() for FutureStrategyList ... [08:50:13.271] | : . | : . | : New stack: [08:50:13.271] | : . | : . | : List of 1 [08:50:13.271] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.271] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.271] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.271] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.271] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.271] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.271] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.271] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.271] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.271] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.278] | : . | : . | : Old stack: [08:50:13.278] | : . | : . | : List of 1 [08:50:13.278] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.278] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.278] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.278] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.278] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.278] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:50:13.278] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.278] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.278] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.278] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.285] | : . | : . | : Identical [08:50:13.286] | : . | : . | all.equal() for FutureStrategyList ... done [08:50:13.286] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:50:13.286] | : . | : . | List of future strategies: [08:50:13.286] | : . | : . | 1. sequential: [08:50:13.286] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:50:13.286] | : . | : . | - tweaked: FALSE [08:50:13.286] | : . | : . | - call: plan(sequential) [08:50:13.288] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:50:13.288] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.289] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:50:13.289] | : . | SequentialFuture started (and completed) [08:50:13.290] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:50:13.290] | : Launching futures ... done [08:50:13.290] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:50:13.291] | Using SequentialFutureBackend ... done [08:50:13.291] run() for Future ('SequentialFuture') ... done [1] 42 sequential ... done Testing with 1 cores ... done Testing with 2 cores ... multisession ... [08:50:13.293] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.293] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:50:13.294] | : all.equal() for FutureStrategyList ... [08:50:13.294] | : . New stack: [08:50:13.294] | : . List of 1 [08:50:13.294] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:50:13.294] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.294] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:50:13.294] | : . ..- attr(*, "init")= logi TRUE [08:50:13.294] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:50:13.294] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:50:13.294] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:50:13.294] | : . ..- attr(*, "untweakable")= chr "persistent" [08:50:13.294] | : . ..- attr(*, "call")= language plan(strategy) [08:50:13.294] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.301] | : . Old stack: [08:50:13.302] | : . List of 1 [08:50:13.302] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.302] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.302] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.302] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.302] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.302] | : . ..- attr(*, "call")= language plan(sequential) [08:50:13.302] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.302] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.302] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.302] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.308] | : . Not identical [08:50:13.309] | : . all.equal() for future ... [08:50:13.309] | : . | List of 2 [08:50:13.309] | : . | $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:50:13.309] | : . | gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.309] | : . | ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:50:13.309] | : . | ..- attr(*, "init")= logi TRUE [08:50:13.309] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:50:13.309] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:50:13.309] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:50:13.309] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:50:13.309] | : . | ..- attr(*, "call")= language plan(strategy) [08:50:13.309] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.309] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:50:13.309] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.309] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.309] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.309] | : . | ..- attr(*, "call")= language plan(sequential) [08:50:13.309] | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:50:13.309] | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:50:13.309] | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:50:13.322] | : . | Formals differ [08:50:13.322] | : . all.equal() for future ... done [08:50:13.322] | : . Future strategies differ at level 1 [08:50:13.323] | : all.equal() for FutureStrategyList ... done [08:50:13.323] | : plan(): Setting new future strategy stack: [08:50:13.323] | : List of future strategies: [08:50:13.323] | : 1. multisession: [08:50:13.323] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.323] | : - tweaked: FALSE [08:50:13.323] | : - call: plan(strategy) [08:50:13.324] | : List of 1 [08:50:13.324] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:50:13.324] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.324] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:50:13.324] | : ..- attr(*, "init")= logi TRUE [08:50:13.324] | : ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:50:13.324] | : .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:50:13.324] | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:50:13.324] | : ..- attr(*, "untweakable")= chr "persistent" [08:50:13.324] | : ..- attr(*, "call")= language plan(strategy) [08:50:13.324] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:50:13.331] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [08:50:13.331] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:13.332] | : . | Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:50:13.332] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:13.332] | : . Legacy shutdown of cluster workers ... [08:50:13.333] | : . | Stopping existing cluster ... [08:50:13.333] | : . | : No pre-existing cluster. Skipping [08:50:13.334] | : . | Stopping existing cluster ... done [08:50:13.334] | : . Legacy shutdown of cluster workers ... done [08:50:13.334] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [08:50:13.335] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [08:50:13.335] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:50:13.335] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:50:13.335] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:50:13.335] | : . - attr(*, "init")= logi TRUE [08:50:13.335] | : . - attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:50:13.335] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:50:13.335] | : . - attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:50:13.335] | : . - attr(*, "untweakable")= chr "persistent" [08:50:13.335] | : . - attr(*, "call")= language plan(strategy) [08:50:13.340] | : . init: TRUE [08:50:13.341] | : . makeFutureBackend() ... [08:50:13.341] | : . | Backend function: <'NULL'> [08:50:13.345] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [08:50:13.345] | : . | : workers: 2 [08:50:13.346] | : . | : getCluster() ... [08:50:13.346] | : . | : getCluster() ... done [08:50:13.346] | : . | : Stopping existing cluster ... [08:50:13.347] | : . | : . No pre-existing cluster. Skipping [08:50:13.347] | : . | : Stopping existing cluster ... done [08:50:13.347] | : . | : Starting new cluster ... [08:50:13.348] | : . | : . makeCluster(workers, ...) ... [08:50:13.348] | : . | : . | Arguments: [08:50:13.348] | : . | : . | List of 2 [08:50:13.348] | : . | : . | $ : int 2 [08:50:13.348] | : . | : . | $ rscript_libs: chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:50:14.201] | : . | : . | Generated cluster UUID [08:50:14.201] | : . | : . | Cluster UUID: '771927a122acffe2dbfaf50676556535' [08:50:14.201] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:14.206] | : . | : . makeCluster(workers, ...) ... done [08:50:14.206] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:14.209] | : . | : Starting new cluster ... done [08:50:14.209] | : . | : Number of workers: 2 [08:50:14.210] | : . | : Workers UUID: '771927a122acffe2dbfaf50676556535' [08:50:14.210] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [08:50:14.211] | : . | Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:50:14.211] | : . makeFutureBackend() ... done [08:50:14.211] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [08:50:14.212] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:14.212] | : . Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:50:14.212] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:14.213] | : plan(): nbrOfWorkers() = 2 [08:50:14.213] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:50:14.213] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - stdout = TRUE [08:50:14.214] getGlobalsAndPackages() ... [08:50:14.214] | Searching for globals ... [08:50:14.219] | : globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:14.220] | Searching for globals ... DONE [08:50:14.220] | Resolving globals: FALSE [08:50:14.220] | Search for packages associated with the globals ... [08:50:14.220] | : Packages associated with globals: [2] 'base', 'utils' [08:50:14.221] | : Packages: [2] 'base', 'utils' [08:50:14.221] | Search for packages associated with the globals ... DONE [08:50:14.221] | Packages after dropping 'base': [1] 'utils' [08:50:14.221] | Packages after dropping non-attached packages: [1] 'utils' [08:50:14.222] | globals: [0] [08:50:14.222] | packages: [1] 'utils' [08:50:14.222] getGlobalsAndPackages() ... done [08:50:14.222] run() for Future ('Future') ... [08:50:14.222] | state: 'created' [08:50:14.223] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:14.223] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:14.223] | Using MultisessionFutureBackend ... [08:50:14.223] | : Launching futures ... [08:50:14.224] | : . launchFuture() for ClusterFutureBackend ... [08:50:14.224] | : . | Workers: [n=2] [08:50:14.224] | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:14.227] | : . | FutureRegistry: 'workers-771927a122acffe2dbfaf50676556535' [08:50:14.227] | : . | requestWorker() ... [08:50:14.228] | : . | : requestNode() ... [08:50:14.228] | : . | : . Number of workers: 2 [08:50:14.228] | : . | : . Polling for a free worker ... [08:50:14.229] | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:14.229] | : . | : . | : Created empty registry 'workers-771927a122acffe2dbfaf50676556535' [08:50:14.229] | : . | : . | : Listing all futures [08:50:14.229] | : . | : . | : Number of registered futures: 0 [08:50:14.230] | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:14.230] | : . | : . | Total time: 0 [08:50:14.230] | : . | : . Polling for a free worker ... done [08:50:14.230] | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:14.231] | : . | : . | Listing all futures [08:50:14.231] | : . | : . | Number of registered futures: 0 [08:50:14.231] | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:14.232] | : . | : . Index of first available worker: 1 [08:50:14.232] | : . | : . Validate that the worker is functional ... [08:50:14.418] | : . | : . | Worker is functional [08:50:14.418] | : . | : . requestNode() ... done [08:50:14.419] | : . | : . cluster node index: 1 [08:50:14.419] | : . | : requestWorker() ... done [08:50:14.419] | : . | : eraseGlobalEnvironment() ... [08:50:14.420] | : . | : eraseGlobalEnvironment() ... done [08:50:14.421] | : . | : launchFuture() ... [08:50:14.421] | : . | : . cluster node index: 1 [08:50:14.422] | : . | : . getFutureData() ... [08:50:14.422] | : . | : . | getFutureCore() ... [08:50:14.422] | : . | : . | : Packages needed by the future expression (n = 1): 'utils' [08:50:14.423] | : . | : . | getFutureCore() ... done [08:50:14.423] | : . | : . | getFutureCapture() ... [08:50:14.423] | : . | : . | getFutureCapture() ... done [08:50:14.424] | : . | : . | getFutureContext() ... [08:50:14.424] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:14.424] | : . | : . | : . Getting stack without first strategy: [n=0] [08:50:14.425] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:14.425] | : . | : . | : Packages needed by future strategies (n = 0): [08:50:14.425] | : . | : . | getFutureContext() ... done [08:50:14.426] | : . | : . getFutureData() ... done [08:50:14.427] | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... [08:50:14.427] | : . | : . | Appended future to position #1 [08:50:14.428] | : . | : . | Number of registered futures: 1 [08:50:14.428] | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... done [08:50:14.428] | : . | : launchFuture() ... done [08:50:14.428] | : . | : MultisessionFuture started [08:50:14.429] | : . | launchFuture() for ClusterFutureBackend ... done [08:50:14.429] | : . Launching futures ... done [08:50:14.429] | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:50:14.429] | : Using MultisessionFutureBackend ... done [08:50:14.430] | run() for Future ('MultisessionFuture') ... done [08:50:14.430] | result() for ClusterFuture ... [08:50:14.431] | : assertValidConnection() ... [08:50:14.431] | : . cluster node index: 1 [08:50:14.432] | : assertValidConnection() ... done [08:50:14.432] | : receiveMessageFromWorker() for ClusterFuture ... [08:50:14.432] | : . cluster node index: 1 [08:50:14.549] | : . [1] TRUE [08:50:14.550] | : . received data: [08:50:14.550] | : . List of 5 [08:50:14.550] | : . $ type : chr "VALUE" [08:50:14.550] | : . $ value :List of 13 [08:50:14.550] | : . ..$ value : int 42 [08:50:14.550] | : . ..$ visible : logi TRUE [08:50:14.550] | : . ..$ 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__ [08:50:14.550] | : . ..$ conditions : list() [08:50:14.550] | : . ..$ rng : logi FALSE [08:50:14.550] | : . ..$ misuseGlobalEnv : NULL [08:50:14.550] | : . ..$ misuseConnections:List of 3 [08:50:14.550] | : . .. ..$ added : NULL [08:50:14.550] | : . .. ..$ removed : NULL [08:50:14.550] | : . .. ..$ replaced: NULL [08:50:14.550] | : . ..$ misuseDevices : NULL [08:50:14.550] | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.550] | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.550] | : . ..$ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" [08:50:14.550] | : . .. ..- attr(*, "source")=List of 5 [08:50:14.550] | : . .. .. ..$ host : Named chr "CRANWIN3" [08:50:14.550] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:50:14.550] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:50:14.550] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:50:14.550] | : . .. .. ..$ pid : int 59008 [08:50:14.550] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.550] | : . .. .. ..$ random: int 2147483647 [08:50:14.550] | : . ..$ r_info :List of 4 [08:50:14.550] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:50:14.550] | : . .. .. ..$ : int [1:3] 4 5 0 [08:50:14.550] | : . .. ..$ os : chr "windows" [08:50:14.550] | : . .. ..$ os_name : chr "Windows" [08:50:14.550] | : . .. ..$ captures_utf8: logi TRUE [08:50:14.550] | : . ..$ version : chr "1.8" [08:50:14.550] | : . ..- attr(*, "class")= chr "FutureResult" [08:50:14.550] | : . $ success: logi TRUE [08:50:14.550] | : . $ time : 'proc_time' Named num [1:5] 0.11 0 0.11 NA NA [08:50:14.550] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:50:14.550] | : . $ tag : NULL [08:50:14.571] | : . Received FutureResult [08:50:14.571] | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... [08:50:14.575] | : . | Removed future from position #1 [08:50:14.576] | : . | Number of registered futures: 0 [08:50:14.576] | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... done [08:50:14.576] | : . Erased future from future backend [08:50:14.577] | : . result() for ClusterFuture ... [08:50:14.577] | : . | result already collected: FutureResult [08:50:14.577] | : . result() for ClusterFuture ... done [08:50:14.578] | : receiveMessageFromWorker() for ClusterFuture ... done [08:50:14.578] | result() for ClusterFuture ... done List of 13 $ 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 $ misuseGlobalEnv : NULL $ misuseConnections:List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ started : POSIXct[1:1], format: "2025-04-10 08:50:14" $ finished : POSIXct[1:1], format: "2025-04-10 08:50:14" $ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" ..- 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 59008 .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50: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 5 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [08:50:14.597] | result() for ClusterFuture ... [08:50:14.597] | : result already collected: FutureResult [08:50:14.598] | result() for ClusterFuture ... done [08:50:14.598] | result() for ClusterFuture ... [08:50:14.598] | : result already collected: FutureResult [08:50:14.599] | result() for ClusterFuture ... 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" FutureResult: value: 'integer' visible: TRUE stdout: character conditions: [n = 0] RNG used: FALSE duration: 0.1171572 secs (started 2025-04-10 08:50:14.42969) version: 1.8 [08:50:14.600] | getGlobalsAndPackages() ... [08:50:14.601] | : Searching for globals ... [08:50:14.607] | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:14.608] | : Searching for globals ... DONE [08:50:14.608] | : Resolving globals: FALSE [08:50:14.608] | : Search for packages associated with the globals ... [08:50:14.609] | : . Packages associated with globals: [2] 'base', 'utils' [08:50:14.610] | : . Packages: [2] 'base', 'utils' [08:50:14.610] | : Search for packages associated with the globals ... DONE [08:50:14.610] | : Packages after dropping 'base': [1] 'utils' [08:50:14.611] | : Packages after dropping non-attached packages: [1] 'utils' [08:50:14.611] | : globals: [0] [08:50:14.611] | : packages: [1] 'utils' [08:50:14.612] | getGlobalsAndPackages() ... done [08:50:14.612] | run() for Future ('Future') ... [08:50:14.613] | : state: 'created' [08:50:14.613] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:14.613] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:14.614] | : Using MultisessionFutureBackend ... [08:50:14.614] | : . Launching futures ... [08:50:14.614] | : . | launchFuture() for ClusterFutureBackend ... [08:50:14.615] | : . | : Workers: [n=2] [08:50:14.615] | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:14.619] | : . | : FutureRegistry: 'workers-771927a122acffe2dbfaf50676556535' [08:50:14.619] | : . | : requestWorker() ... [08:50:14.620] | : . | : . requestNode() ... [08:50:14.620] | : . | : . | Number of workers: 2 [08:50:14.620] | : . | : . | Polling for a free worker ... [08:50:14.621] | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:14.621] | : . | : . | : . Listing all futures [08:50:14.621] | : . | : . | : . Number of registered futures: 0 [08:50:14.622] | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:14.622] | : . | : . | : Total time: 0 [08:50:14.622] | : . | : . | Polling for a free worker ... done [08:50:14.622] | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:14.623] | : . | : . | : Listing all futures [08:50:14.623] | : . | : . | : Number of registered futures: 0 [08:50:14.623] | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:14.624] | : . | : . | Index of first available worker: 1 [08:50:14.624] | : . | : . | Validate that the worker is functional ... [08:50:14.681] | : . | : . | : Worker is functional [08:50:14.681] | : . | : . | requestNode() ... done [08:50:14.681] | : . | : . | cluster node index: 1 [08:50:14.682] | : . | : . requestWorker() ... done [08:50:14.682] | : . | : . eraseGlobalEnvironment() ... [08:50:14.683] | : . | : . eraseGlobalEnvironment() ... done [08:50:14.683] | : . | : . launchFuture() ... [08:50:14.683] | : . | : . | cluster node index: 1 [08:50:14.683] | : . | : . | getFutureData() ... [08:50:14.684] | : . | : . | : getFutureCore() ... [08:50:14.684] | : . | : . | : . Packages needed by the future expression (n = 1): 'utils' [08:50:14.684] | : . | : . | : getFutureCore() ... done [08:50:14.684] | : . | : . | : getFutureCapture() ... [08:50:14.687] | : . | : . | : getFutureCapture() ... done [08:50:14.687] | : . | : . | : getFutureContext() ... [08:50:14.688] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:14.688] | : . | : . | : . | Getting stack without first strategy: [n=0] [08:50:14.688] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:14.688] | : . | : . | : . Packages needed by future strategies (n = 0): [08:50:14.689] | : . | : . | : getFutureContext() ... done [08:50:14.689] | : . | : . | getFutureData() ... done [08:50:14.689] | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... [08:50:14.690] | : . | : . | : Appended future to position #1 [08:50:14.690] | : . | : . | : Number of registered futures: 1 [08:50:14.690] | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... done [08:50:14.691] | : . | : . launchFuture() ... done [08:50:14.691] | : . | : . MultisessionFuture started [08:50:14.691] | : . | : launchFuture() for ClusterFutureBackend ... done [08:50:14.692] | : . | Launching futures ... done [08:50:14.692] | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:50:14.692] | : . Using MultisessionFutureBackend ... done [08:50:14.693] | : run() for Future ('MultisessionFuture') ... done [08:50:14.693] | : result() for ClusterFuture ... [08:50:14.694] | : . assertValidConnection() ... [08:50:14.694] | : . | cluster node index: 1 [08:50:14.695] | : . assertValidConnection() ... done [08:50:14.695] | : . receiveMessageFromWorker() for ClusterFuture ... [08:50:14.696] | : . | cluster node index: 1 [08:50:14.700] | : . | [1] TRUE [08:50:14.701] | : . | received data: [08:50:14.701] | : . | List of 5 [08:50:14.701] | : . | $ type : chr "VALUE" [08:50:14.701] | : . | $ value :List of 13 [08:50:14.701] | : . | ..$ value : int 42 [08:50:14.701] | : . | ..$ visible : logi TRUE [08:50:14.701] | : . | ..$ 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__ [08:50:14.701] | : . | ..$ conditions : list() [08:50:14.701] | : . | ..$ rng : logi FALSE [08:50:14.701] | : . | ..$ misuseGlobalEnv : NULL [08:50:14.701] | : . | ..$ misuseConnections:List of 3 [08:50:14.701] | : . | .. ..$ added : NULL [08:50:14.701] | : . | .. ..$ removed : NULL [08:50:14.701] | : . | .. ..$ replaced: NULL [08:50:14.701] | : . | ..$ misuseDevices : NULL [08:50:14.701] | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.701] | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.701] | : . | ..$ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" [08:50:14.701] | : . | .. ..- attr(*, "source")=List of 5 [08:50:14.701] | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:50:14.701] | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:50:14.701] | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:50:14.701] | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:50:14.701] | : . | .. .. ..$ pid : int 59008 [08:50:14.701] | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.701] | : . | .. .. ..$ random: int 2147483647 [08:50:14.701] | : . | ..$ r_info :List of 4 [08:50:14.701] | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:50:14.701] | : . | .. .. ..$ : int [1:3] 4 5 0 [08:50:14.701] | : . | .. ..$ os : chr "windows" [08:50:14.701] | : . | .. ..$ os_name : chr "Windows" [08:50:14.701] | : . | .. ..$ captures_utf8: logi TRUE [08:50:14.701] | : . | ..$ version : chr "1.8" [08:50:14.701] | : . | ..- attr(*, "class")= chr "FutureResult" [08:50:14.701] | : . | $ success: logi TRUE [08:50:14.701] | : . | $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [08:50:14.701] | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:50:14.701] | : . | $ tag : NULL [08:50:14.716] | : . | Received FutureResult [08:50:14.717] | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... [08:50:14.717] | : . | : Removed future from position #1 [08:50:14.717] | : . | : Number of registered futures: 0 [08:50:14.717] | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... done [08:50:14.718] | : . | Erased future from future backend [08:50:14.718] | : . | result() for ClusterFuture ... [08:50:14.718] | : . | : result already collected: FutureResult [08:50:14.718] | : . | result() for ClusterFuture ... done [08:50:14.718] | : . receiveMessageFromWorker() for ClusterFuture ... done [08:50:14.719] | : result() for ClusterFuture ... done [08:50:14.719] | : result() for ClusterFuture ... [08:50:14.719] | : . result already collected: FutureResult [08:50:14.719] | : result() for ClusterFuture ... 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) [08:50:14.720] | : getGlobalsAndPackages() ... [08:50:14.720] | : . Searching for globals ... [08:50:14.721] | : . | globals found: [1] 'print' [08:50:14.721] | : . Searching for globals ... DONE [08:50:14.722] | : . Resolving globals: FALSE [08:50:14.722] | : . Search for packages associated with the globals ... [08:50:14.722] | : . | Packages associated with globals: [1] 'base' [08:50:14.722] | : . | Packages: [1] 'base' [08:50:14.723] | : . Search for packages associated with the globals ... DONE [08:50:14.723] | : . Packages after dropping 'base': [0] [08:50:14.723] | : . globals: [0] [08:50:14.723] | : . packages: [0] [08:50:14.724] | : getGlobalsAndPackages() ... done [08:50:14.724] | : run() for Future ('Future') ... [08:50:14.724] | : . state: 'created' [08:50:14.725] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:14.725] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:14.725] | : . Using MultisessionFutureBackend ... [08:50:14.725] | : . | Launching futures ... [08:50:14.726] | : . | : launchFuture() for ClusterFutureBackend ... [08:50:14.726] | : . | : . Workers: [n=2] [08:50:14.726] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:14.728] | : . | : . FutureRegistry: 'workers-771927a122acffe2dbfaf50676556535' [08:50:14.729] | : . | : . requestWorker() ... [08:50:14.729] | : . | : . | requestNode() ... [08:50:14.729] | : . | : . | : Number of workers: 2 [08:50:14.729] | : . | : . | : Polling for a free worker ... [08:50:14.729] | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:14.730] | : . | : . | : . | Listing all futures [08:50:14.730] | : . | : . | : . | Number of registered futures: 0 [08:50:14.730] | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:14.730] | : . | : . | : . Total time: 0 [08:50:14.730] | : . | : . | : Polling for a free worker ... done [08:50:14.731] | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:14.731] | : . | : . | : . Listing all futures [08:50:14.731] | : . | : . | : . Number of registered futures: 0 [08:50:14.731] | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:14.732] | : . | : . | : Index of first available worker: 1 [08:50:14.732] | : . | : . | : Validate that the worker is functional ... [08:50:14.796] | : . | : . | : . Worker is functional [08:50:14.797] | : . | : . | : requestNode() ... done [08:50:14.797] | : . | : . | : cluster node index: 1 [08:50:14.797] | : . | : . | requestWorker() ... done [08:50:14.798] | : . | : . | eraseGlobalEnvironment() ... [08:50:14.798] | : . | : . | eraseGlobalEnvironment() ... done [08:50:14.799] | : . | : . | launchFuture() ... [08:50:14.799] | : . | : . | : cluster node index: 1 [08:50:14.799] | : . | : . | : getFutureData() ... [08:50:14.800] | : . | : . | : . getFutureCore() ... [08:50:14.800] | : . | : . | : . | Packages needed by the future expression (n = 0): [08:50:14.800] | : . | : . | : . getFutureCore() ... done [08:50:14.801] | : . | : . | : . getFutureCapture() ... [08:50:14.801] | : . | : . | : . getFutureCapture() ... done [08:50:14.801] | : . | : . | : . getFutureContext() ... [08:50:14.802] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:14.802] | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:50:14.802] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:14.803] | : . | : . | : . | Packages needed by future strategies (n = 0): [08:50:14.803] | : . | : . | : . getFutureContext() ... done [08:50:14.803] | : . | : . | : getFutureData() ... done [08:50:14.804] | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... [08:50:14.804] | : . | : . | : . Appended future to position #1 [08:50:14.805] | : . | : . | : . Number of registered futures: 1 [08:50:14.805] | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... done [08:50:14.805] | : . | : . | launchFuture() ... done [08:50:14.806] | : . | : . | MultisessionFuture started [08:50:14.806] | : . | : . launchFuture() for ClusterFutureBackend ... done [08:50:14.806] | : . | : Launching futures ... done [08:50:14.807] | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:50:14.807] | : . | Using MultisessionFutureBackend ... done [08:50:14.807] | : . run() for Future ('MultisessionFuture') ... done [08:50:14.808] | : . result() for ClusterFuture ... [08:50:14.808] | : . | assertValidConnection() ... [08:50:14.809] | : . | : cluster node index: 1 [08:50:14.809] | : . | assertValidConnection() ... done [08:50:14.810] | : . | receiveMessageFromWorker() for ClusterFuture ... [08:50:14.810] | : . | : cluster node index: 1 [08:50:14.811] | : . | : [1] TRUE [08:50:14.811] | : . | : received data: [08:50:14.812] | : . | : List of 5 [08:50:14.812] | : . | : $ type : chr "VALUE" [08:50:14.812] | : . | : $ value :List of 13 [08:50:14.812] | : . | : ..$ value : num 42 [08:50:14.812] | : . | : ..$ visible : logi FALSE [08:50:14.812] | : . | : ..$ stdout : chr "[1] 42\n" [08:50:14.812] | : . | : ..$ conditions : list() [08:50:14.812] | : . | : ..$ rng : logi FALSE [08:50:14.812] | : . | : ..$ misuseGlobalEnv : NULL [08:50:14.812] | : . | : ..$ misuseConnections:List of 3 [08:50:14.812] | : . | : .. ..$ added : NULL [08:50:14.812] | : . | : .. ..$ removed : NULL [08:50:14.812] | : . | : .. ..$ replaced: NULL [08:50:14.812] | : . | : ..$ misuseDevices : NULL [08:50:14.812] | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.812] | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.812] | : . | : ..$ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" [08:50:14.812] | : . | : .. ..- attr(*, "source")=List of 5 [08:50:14.812] | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:50:14.812] | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:50:14.812] | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:50:14.812] | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:50:14.812] | : . | : .. .. ..$ pid : int 59008 [08:50:14.812] | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.812] | : . | : .. .. ..$ random: int 2147483647 [08:50:14.812] | : . | : ..$ r_info :List of 4 [08:50:14.812] | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:50:14.812] | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:50:14.812] | : . | : .. ..$ os : chr "windows" [08:50:14.812] | : . | : .. ..$ os_name : chr "Windows" [08:50:14.812] | : . | : .. ..$ captures_utf8: logi TRUE [08:50:14.812] | : . | : ..$ version : chr "1.8" [08:50:14.812] | : . | : ..- attr(*, "class")= chr "FutureResult" [08:50:14.812] | : . | : $ success: logi TRUE [08:50:14.812] | : . | : $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:50:14.812] | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:50:14.812] | : . | : $ tag : NULL [08:50:14.828] | : . | : Received FutureResult [08:50:14.829] | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... [08:50:14.829] | : . | : . Removed future from position #1 [08:50:14.829] | : . | : . Number of registered futures: 0 [08:50:14.829] | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... done [08:50:14.829] | : . | : Erased future from future backend [08:50:14.830] | : . | : result() for ClusterFuture ... [08:50:14.830] | : . | : . result already collected: FutureResult [08:50:14.830] | : . | : result() for ClusterFuture ... done [08:50:14.830] | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:50:14.831] | : . result() for ClusterFuture ... done [08:50:14.831] | : . result() for ClusterFuture ... [08:50:14.831] | : . | result already collected: FutureResult [08:50:14.831] | : . result() for ClusterFuture ... done [08:50:14.832] | : . result() for ClusterFuture ... [08:50:14.832] | : . | result already collected: FutureResult [08:50:14.832] | : . result() for ClusterFuture ... done [1] 42 [08:50:14.832] | : . result() for ClusterFuture ... [08:50:14.833] | : . | result already collected: FutureResult [08:50:14.833] | : . result() for ClusterFuture ... done - stdout = FALSE [08:50:14.833] | : . getGlobalsAndPackages() ... [08:50:14.833] | : . | Searching for globals ... [08:50:14.838] | : . | : globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:14.838] | : . | Searching for globals ... DONE [08:50:14.839] | : . | Resolving globals: FALSE [08:50:14.839] | : . | Search for packages associated with the globals ... [08:50:14.839] | : . | : Packages associated with globals: [2] 'base', 'utils' [08:50:14.840] | : . | : Packages: [2] 'base', 'utils' [08:50:14.840] | : . | Search for packages associated with the globals ... DONE [08:50:14.841] | : . | Packages after dropping 'base': [1] 'utils' [08:50:14.841] | : . | Packages after dropping non-attached packages: [1] 'utils' [08:50:14.841] | : . | globals: [0] [08:50:14.841] | : . | packages: [1] 'utils' [08:50:14.842] | : . getGlobalsAndPackages() ... done [08:50:14.842] | : . run() for Future ('Future') ... [08:50:14.842] | : . | state: 'created' [08:50:14.842] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:14.843] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:14.843] | : . | Using MultisessionFutureBackend ... [08:50:14.843] | : . | : Launching futures ... [08:50:14.844] | : . | : . launchFuture() for ClusterFutureBackend ... [08:50:14.844] | : . | : . | Workers: [n=2] [08:50:14.844] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:14.847] | : . | : . | FutureRegistry: 'workers-771927a122acffe2dbfaf50676556535' [08:50:14.847] | : . | : . | requestWorker() ... [08:50:14.847] | : . | : . | : requestNode() ... [08:50:14.847] | : . | : . | : . Number of workers: 2 [08:50:14.848] | : . | : . | : . Polling for a free worker ... [08:50:14.848] | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:14.848] | : . | : . | : . | : Listing all futures [08:50:14.848] | : . | : . | : . | : Number of registered futures: 0 [08:50:14.848] | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:14.849] | : . | : . | : . | Total time: 0 [08:50:14.849] | : . | : . | : . Polling for a free worker ... done [08:50:14.849] | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:14.849] | : . | : . | : . | Listing all futures [08:50:14.850] | : . | : . | : . | Number of registered futures: 0 [08:50:14.850] | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:14.850] | : . | : . | : . Index of first available worker: 1 [08:50:14.850] | : . | : . | : . Validate that the worker is functional ... [08:50:14.898] | : . | : . | : . | Worker is functional [08:50:14.899] | : . | : . | : . requestNode() ... done [08:50:14.899] | : . | : . | : . cluster node index: 1 [08:50:14.899] | : . | : . | : requestWorker() ... done [08:50:14.900] | : . | : . | : eraseGlobalEnvironment() ... [08:50:14.900] | : . | : . | : eraseGlobalEnvironment() ... done [08:50:14.901] | : . | : . | : launchFuture() ... [08:50:14.901] | : . | : . | : . cluster node index: 1 [08:50:14.901] | : . | : . | : . getFutureData() ... [08:50:14.901] | : . | : . | : . | getFutureCore() ... [08:50:14.902] | : . | : . | : . | : Packages needed by the future expression (n = 1): 'utils' [08:50:14.902] | : . | : . | : . | getFutureCore() ... done [08:50:14.902] | : . | : . | : . | getFutureCapture() ... [08:50:14.902] | : . | : . | : . | getFutureCapture() ... done [08:50:14.903] | : . | : . | : . | getFutureContext() ... [08:50:14.903] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:14.903] | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:50:14.904] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:14.904] | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:50:14.904] | : . | : . | : . | getFutureContext() ... done [08:50:14.904] | : . | : . | : . getFutureData() ... done [08:50:14.905] | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... [08:50:14.905] | : . | : . | : . | Appended future to position #1 [08:50:14.906] | : . | : . | : . | Number of registered futures: 1 [08:50:14.906] | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... done [08:50:14.906] | : . | : . | : launchFuture() ... done [08:50:14.906] | : . | : . | : MultisessionFuture started [08:50:14.907] | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:50:14.907] | : . | : . Launching futures ... done [08:50:14.907] | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:50:14.907] | : . | : Using MultisessionFutureBackend ... done [08:50:14.908] | : . | run() for Future ('MultisessionFuture') ... done [08:50:14.908] | : . | result() for ClusterFuture ... [08:50:14.908] | : . | : assertValidConnection() ... [08:50:14.909] | : . | : . cluster node index: 1 [08:50:14.909] | : . | : assertValidConnection() ... done [08:50:14.909] | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:50:14.910] | : . | : . cluster node index: 1 [08:50:14.920] | : . | : . [1] TRUE [08:50:14.920] | : . | : . received data: [08:50:14.921] | : . | : . List of 5 [08:50:14.921] | : . | : . $ type : chr "VALUE" [08:50:14.921] | : . | : . $ value :List of 13 [08:50:14.921] | : . | : . ..$ value : int 42 [08:50:14.921] | : . | : . ..$ visible : logi TRUE [08:50:14.921] | : . | : . ..$ stdout : NULL [08:50:14.921] | : . | : . ..$ conditions : list() [08:50:14.921] | : . | : . ..$ rng : logi FALSE [08:50:14.921] | : . | : . ..$ misuseGlobalEnv : NULL [08:50:14.921] | : . | : . ..$ misuseConnections:List of 3 [08:50:14.921] | : . | : . .. ..$ added : NULL [08:50:14.921] | : . | : . .. ..$ removed : NULL [08:50:14.921] | : . | : . .. ..$ replaced: NULL [08:50:14.921] | : . | : . ..$ misuseDevices : NULL [08:50:14.921] | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.921] | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.921] | : . | : . ..$ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" [08:50:14.921] | : . | : . .. ..- attr(*, "source")=List of 5 [08:50:14.921] | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:50:14.921] | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:50:14.921] | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:50:14.921] | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:50:14.921] | : . | : . .. .. ..$ pid : int 59008 [08:50:14.921] | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:14.921] | : . | : . .. .. ..$ random: int 2147483647 [08:50:14.921] | : . | : . ..$ r_info :List of 4 [08:50:14.921] | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:50:14.921] | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:50:14.921] | : . | : . .. ..$ os : chr "windows" [08:50:14.921] | : . | : . .. ..$ os_name : chr "Windows" [08:50:14.921] | : . | : . .. ..$ captures_utf8: logi TRUE [08:50:14.921] | : . | : . ..$ version : chr "1.8" [08:50:14.921] | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:50:14.921] | : . | : . $ success: logi TRUE [08:50:14.921] | : . | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [08:50:14.921] | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:50:14.921] | : . | : . $ tag : NULL [08:50:14.945] | : . | : . Received FutureResult [08:50:14.945] | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... [08:50:14.945] | : . | : . | Removed future from position #1 [08:50:14.946] | : . | : . | Number of registered futures: 0 [08:50:14.946] | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... done [08:50:14.946] | : . | : . Erased future from future backend [08:50:14.947] | : . | : . result() for ClusterFuture ... [08:50:14.947] | : . | : . | result already collected: FutureResult [08:50:14.947] | : . | : . result() for ClusterFuture ... done [08:50:14.947] | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:50:14.948] | : . | result() for ClusterFuture ... done List of 13 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions : list() $ rng : logi FALSE $ misuseGlobalEnv : NULL $ misuseConnections:List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ started : POSIXct[1:1], format: "2025-04-10 08:50:14" $ finished : POSIXct[1:1], format: "2025-04-10 08:50:14" $ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" ..- 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 59008 .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50: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 5 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [08:50:14.965] | : . | result() for ClusterFuture ... [08:50:14.966] | : . | : result already collected: FutureResult [08:50:14.966] | : . | result() for ClusterFuture ... done [08:50:14.966] | : . | result() for ClusterFuture ... [08:50:14.967] | : . | : result already collected: FutureResult [08:50:14.967] | : . | result() for ClusterFuture ... done [08:50:14.968] | : . | getGlobalsAndPackages() ... [08:50:14.968] | : . | : Searching for globals ... [08:50:14.974] | : . | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:14.974] | : . | : Searching for globals ... DONE [08:50:14.974] | : . | : Resolving globals: FALSE [08:50:14.975] | : . | : Search for packages associated with the globals ... [08:50:14.975] | : . | : . Packages associated with globals: [2] 'base', 'utils' [08:50:14.976] | : . | : . Packages: [2] 'base', 'utils' [08:50:14.976] | : . | : Search for packages associated with the globals ... DONE [08:50:14.977] | : . | : Packages after dropping 'base': [1] 'utils' [08:50:14.977] | : . | : Packages after dropping non-attached packages: [1] 'utils' [08:50:14.978] | : . | : globals: [0] [08:50:14.978] | : . | : packages: [1] 'utils' [08:50:14.978] | : . | getGlobalsAndPackages() ... done [08:50:14.979] | : . | run() for Future ('Future') ... [08:50:14.979] | : . | : state: 'created' [08:50:14.979] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:14.980] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:14.980] | : . | : Using MultisessionFutureBackend ... [08:50:14.980] | : . | : . Launching futures ... [08:50:14.981] | : . | : . | launchFuture() for ClusterFutureBackend ... [08:50:14.981] | : . | : . | : Workers: [n=2] [08:50:14.981] | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:14.984] | : . | : . | : FutureRegistry: 'workers-771927a122acffe2dbfaf50676556535' [08:50:14.985] | : . | : . | : requestWorker() ... [08:50:14.985] | : . | : . | : . requestNode() ... [08:50:14.985] | : . | : . | : . | Number of workers: 2 [08:50:14.986] | : . | : . | : . | Polling for a free worker ... [08:50:14.986] | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:14.986] | : . | : . | : . | : . Listing all futures [08:50:14.987] | : . | : . | : . | : . Number of registered futures: 0 [08:50:14.987] | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:14.987] | : . | : . | : . | : Total time: 0 [08:50:14.988] | : . | : . | : . | Polling for a free worker ... done [08:50:14.988] | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:14.988] | : . | : . | : . | : Listing all futures [08:50:14.988] | : . | : . | : . | : Number of registered futures: 0 [08:50:14.989] | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:14.989] | : . | : . | : . | Index of first available worker: 1 [08:50:14.989] | : . | : . | : . | Validate that the worker is functional ... [08:50:15.045] | : . | : . | : . | : Worker is functional [08:50:15.045] | : . | : . | : . | requestNode() ... done [08:50:15.046] | : . | : . | : . | cluster node index: 1 [08:50:15.046] | : . | : . | : . requestWorker() ... done [08:50:15.047] | : . | : . | : . eraseGlobalEnvironment() ... [08:50:15.047] | : . | : . | : . eraseGlobalEnvironment() ... done [08:50:15.048] | : . | : . | : . launchFuture() ... [08:50:15.048] | : . | : . | : . | cluster node index: 1 [08:50:15.048] | : . | : . | : . | getFutureData() ... [08:50:15.049] | : . | : . | : . | : getFutureCore() ... [08:50:15.049] | : . | : . | : . | : . Packages needed by the future expression (n = 1): 'utils' [08:50:15.049] | : . | : . | : . | : getFutureCore() ... done [08:50:15.049] | : . | : . | : . | : getFutureCapture() ... [08:50:15.050] | : . | : . | : . | : getFutureCapture() ... done [08:50:15.050] | : . | : . | : . | : getFutureContext() ... [08:50:15.050] | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:15.051] | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:50:15.051] | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:15.051] | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:50:15.052] | : . | : . | : . | : getFutureContext() ... done [08:50:15.052] | : . | : . | : . | getFutureData() ... done [08:50:15.053] | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... [08:50:15.053] | : . | : . | : . | : Appended future to position #1 [08:50:15.053] | : . | : . | : . | : Number of registered futures: 1 [08:50:15.053] | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... done [08:50:15.054] | : . | : . | : . launchFuture() ... done [08:50:15.054] | : . | : . | : . MultisessionFuture started [08:50:15.054] | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:50:15.055] | : . | : . | Launching futures ... done [08:50:15.055] | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:50:15.055] | : . | : . Using MultisessionFutureBackend ... done [08:50:15.055] | : . | : run() for Future ('MultisessionFuture') ... done [08:50:15.056] | : . | : result() for ClusterFuture ... [08:50:15.056] | : . | : . assertValidConnection() ... [08:50:15.057] | : . | : . | cluster node index: 1 [08:50:15.057] | : . | : . assertValidConnection() ... done [08:50:15.058] | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:50:15.058] | : . | : . | cluster node index: 1 [08:50:15.062] | : . | : . | [1] TRUE [08:50:15.063] | : . | : . | received data: [08:50:15.063] | : . | : . | List of 5 [08:50:15.063] | : . | : . | $ type : chr "VALUE" [08:50:15.063] | : . | : . | $ value :List of 13 [08:50:15.063] | : . | : . | ..$ value : int 42 [08:50:15.063] | : . | : . | ..$ visible : logi TRUE [08:50:15.063] | : . | : . | ..$ stdout : NULL [08:50:15.063] | : . | : . | ..$ conditions : list() [08:50:15.063] | : . | : . | ..$ rng : logi FALSE [08:50:15.063] | : . | : . | ..$ misuseGlobalEnv : NULL [08:50:15.063] | : . | : . | ..$ misuseConnections:List of 3 [08:50:15.063] | : . | : . | .. ..$ added : NULL [08:50:15.063] | : . | : . | .. ..$ removed : NULL [08:50:15.063] | : . | : . | .. ..$ replaced: NULL [08:50:15.063] | : . | : . | ..$ misuseDevices : NULL [08:50:15.063] | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:50:15" [08:50:15.063] | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:50:15" [08:50:15.063] | : . | : . | ..$ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" [08:50:15.063] | : . | : . | .. ..- attr(*, "source")=List of 5 [08:50:15.063] | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:50:15.063] | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:50:15.063] | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:50:15.063] | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:50:15.063] | : . | : . | .. .. ..$ pid : int 59008 [08:50:15.063] | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:15.063] | : . | : . | .. .. ..$ random: int 2147483647 [08:50:15.063] | : . | : . | ..$ r_info :List of 4 [08:50:15.063] | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:50:15.063] | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:50:15.063] | : . | : . | .. ..$ os : chr "windows" [08:50:15.063] | : . | : . | .. ..$ os_name : chr "Windows" [08:50:15.063] | : . | : . | .. ..$ captures_utf8: logi TRUE [08:50:15.063] | : . | : . | ..$ version : chr "1.8" [08:50:15.063] | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:50:15.063] | : . | : . | $ success: logi TRUE [08:50:15.063] | : . | : . | $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:50:15.063] | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:50:15.063] | : . | : . | $ tag : NULL [08:50:15.085] | : . | : . | Received FutureResult [08:50:15.085] | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... [08:50:15.085] | : . | : . | : Removed future from position #1 [08:50:15.086] | : . | : . | : Number of registered futures: 0 [08:50:15.086] | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... done [08:50:15.086] | : . | : . | Erased future from future backend [08:50:15.086] | : . | : . | result() for ClusterFuture ... [08:50:15.087] | : . | : . | : result already collected: FutureResult [08:50:15.087] | : . | : . | result() for ClusterFuture ... done [08:50:15.087] | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:50:15.088] | : . | : result() for ClusterFuture ... done [08:50:15.088] | : . | : result() for ClusterFuture ... [08:50:15.088] | : . | : . result already collected: FutureResult [08:50:15.089] | : . | : result() for ClusterFuture ... done - stdout = structure(TRUE, drop = TRUE) [08:50:15.089] | : . | : getGlobalsAndPackages() ... [08:50:15.089] | : . | : . Searching for globals ... [08:50:15.091] | : . | : . | globals found: [1] 'print' [08:50:15.091] | : . | : . Searching for globals ... DONE [08:50:15.091] | : . | : . Resolving globals: FALSE [08:50:15.092] | : . | : . Search for packages associated with the globals ... [08:50:15.092] | : . | : . | Packages associated with globals: [1] 'base' [08:50:15.093] | : . | : . | Packages: [1] 'base' [08:50:15.093] | : . | : . Search for packages associated with the globals ... DONE [08:50:15.093] | : . | : . Packages after dropping 'base': [0] [08:50:15.094] | : . | : . globals: [0] [08:50:15.094] | : . | : . packages: [0] [08:50:15.094] | : . | : getGlobalsAndPackages() ... done [08:50:15.095] | : . | : run() for Future ('Future') ... [08:50:15.095] | : . | : . state: 'created' [08:50:15.095] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:15.096] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:15.096] | : . | : . Using MultisessionFutureBackend ... [08:50:15.096] | : . | : . | Launching futures ... [08:50:15.097] | : . | : . | : launchFuture() for ClusterFutureBackend ... [08:50:15.097] | : . | : . | : . Workers: [n=2] [08:50:15.097] | : . | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:15.100] | : . | : . | : . FutureRegistry: 'workers-771927a122acffe2dbfaf50676556535' [08:50:15.101] | : . | : . | : . requestWorker() ... [08:50:15.101] | : . | : . | : . | requestNode() ... [08:50:15.101] | : . | : . | : . | : Number of workers: 2 [08:50:15.102] | : . | : . | : . | : Polling for a free worker ... [08:50:15.102] | : . | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:15.102] | : . | : . | : . | : . | Listing all futures [08:50:15.103] | : . | : . | : . | : . | Number of registered futures: 0 [08:50:15.103] | : . | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:15.103] | : . | : . | : . | : . Total time: 0 [08:50:15.104] | : . | : . | : . | : Polling for a free worker ... done [08:50:15.104] | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:15.104] | : . | : . | : . | : . Listing all futures [08:50:15.104] | : . | : . | : . | : . Number of registered futures: 0 [08:50:15.105] | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:15.105] | : . | : . | : . | : Index of first available worker: 1 [08:50:15.106] | : . | : . | : . | : Validate that the worker is functional ... [08:50:15.158] | : . | : . | : . | : . Worker is functional [08:50:15.159] | : . | : . | : . | : requestNode() ... done [08:50:15.159] | : . | : . | : . | : cluster node index: 1 [08:50:15.159] | : . | : . | : . | requestWorker() ... done [08:50:15.159] | : . | : . | : . | eraseGlobalEnvironment() ... [08:50:15.160] | : . | : . | : . | eraseGlobalEnvironment() ... done [08:50:15.160] | : . | : . | : . | launchFuture() ... [08:50:15.160] | : . | : . | : . | : cluster node index: 1 [08:50:15.160] | : . | : . | : . | : getFutureData() ... [08:50:15.160] | : . | : . | : . | : . getFutureCore() ... [08:50:15.161] | : . | : . | : . | : . | Packages needed by the future expression (n = 0): [08:50:15.161] | : . | : . | : . | : . getFutureCore() ... done [08:50:15.161] | : . | : . | : . | : . getFutureCapture() ... [08:50:15.161] | : . | : . | : . | : . getFutureCapture() ... done [08:50:15.161] | : . | : . | : . | : . getFutureContext() ... [08:50:15.162] | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:15.162] | : . | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:50:15.162] | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:15.162] | : . | : . | : . | : . | Packages needed by future strategies (n = 0): [08:50:15.162] | : . | : . | : . | : . getFutureContext() ... done [08:50:15.163] | : . | : . | : . | : getFutureData() ... done [08:50:15.163] | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... [08:50:15.163] | : . | : . | : . | : . Appended future to position #1 [08:50:15.164] | : . | : . | : . | : . Number of registered futures: 1 [08:50:15.164] | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... done [08:50:15.164] | : . | : . | : . | launchFuture() ... done [08:50:15.164] | : . | : . | : . | MultisessionFuture started [08:50:15.165] | : . | : . | : . launchFuture() for ClusterFutureBackend ... done [08:50:15.165] | : . | : . | : Launching futures ... done [08:50:15.165] | : . | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:50:15.166] | : . | : . | Using MultisessionFutureBackend ... done [08:50:15.166] | : . | : . run() for Future ('MultisessionFuture') ... done [08:50:15.166] | : . | : . result() for ClusterFuture ... [08:50:15.167] | : . | : . | assertValidConnection() ... [08:50:15.167] | : . | : . | : cluster node index: 1 [08:50:15.168] | : . | : . | assertValidConnection() ... done [08:50:15.168] | : . | : . | receiveMessageFromWorker() for ClusterFuture ... [08:50:15.168] | : . | : . | : cluster node index: 1 [08:50:15.169] | : . | : . | : [1] TRUE [08:50:15.170] | : . | : . | : received data: [08:50:15.171] | : . | : . | : List of 5 [08:50:15.171] | : . | : . | : $ type : chr "VALUE" [08:50:15.171] | : . | : . | : $ value :List of 13 [08:50:15.171] | : . | : . | : ..$ value : num 42 [08:50:15.171] | : . | : . | : ..$ visible : logi FALSE [08:50:15.171] | : . | : . | : ..$ stdout : chr "[1] 42\n" [08:50:15.171] | : . | : . | : ..$ conditions : list() [08:50:15.171] | : . | : . | : ..$ rng : logi FALSE [08:50:15.171] | : . | : . | : ..$ misuseGlobalEnv : NULL [08:50:15.171] | : . | : . | : ..$ misuseConnections:List of 3 [08:50:15.171] | : . | : . | : .. ..$ added : NULL [08:50:15.171] | : . | : . | : .. ..$ removed : NULL [08:50:15.171] | : . | : . | : .. ..$ replaced: NULL [08:50:15.171] | : . | : . | : ..$ misuseDevices : NULL [08:50:15.171] | : . | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:50:15" [08:50:15.171] | : . | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:50:15" [08:50:15.171] | : . | : . | : ..$ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" [08:50:15.171] | : . | : . | : .. ..- attr(*, "source")=List of 5 [08:50:15.171] | : . | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:50:15.171] | : . | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:50:15.171] | : . | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:50:15.171] | : . | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:50:15.171] | : . | : . | : .. .. ..$ pid : int 59008 [08:50:15.171] | : . | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:15.171] | : . | : . | : .. .. ..$ random: int 2147483647 [08:50:15.171] | : . | : . | : ..$ r_info :List of 4 [08:50:15.171] | : . | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:50:15.171] | : . | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:50:15.171] | : . | : . | : .. ..$ os : chr "windows" [08:50:15.171] | : . | : . | : .. ..$ os_name : chr "Windows" [08:50:15.171] | : . | : . | : .. ..$ captures_utf8: logi TRUE [08:50:15.171] | : . | : . | : ..$ version : chr "1.8" [08:50:15.171] | : . | : . | : ..- attr(*, "class")= chr "FutureResult" [08:50:15.171] | : . | : . | : $ success: logi TRUE [08:50:15.171] | : . | : . | : $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:50:15.171] | : . | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:50:15.171] | : . | : . | : $ tag : NULL [08:50:15.194] | : . | : . | : Received FutureResult [08:50:15.194] | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... [08:50:15.194] | : . | : . | : . Removed future from position #1 [08:50:15.195] | : . | : . | : . Number of registered futures: 0 [08:50:15.195] | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... done [08:50:15.195] | : . | : . | : Erased future from future backend [08:50:15.195] | : . | : . | : result() for ClusterFuture ... [08:50:15.196] | : . | : . | : . result already collected: FutureResult [08:50:15.196] | : . | : . | : result() for ClusterFuture ... done [08:50:15.196] | : . | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:50:15.197] | : . | : . result() for ClusterFuture ... done [08:50:15.197] | : . | : . result() for ClusterFuture ... [08:50:15.197] | : . | : . | result already collected: FutureResult [08:50:15.198] | : . | : . result() for ClusterFuture ... done [08:50:15.198] | : . | : . result() for ClusterFuture ... [08:50:15.198] | : . | : . | result already collected: FutureResult [08:50:15.198] | : . | : . result() for ClusterFuture ... done [1] 42 [08:50:15.199] | : . | : . result() for ClusterFuture ... [08:50:15.199] | : . | : . | result already collected: FutureResult [08:50:15.199] | : . | : . result() for ClusterFuture ... done - stdout = NA [08:50:15.200] | : . | : . getGlobalsAndPackages() ... [08:50:15.200] | : . | : . | Searching for globals ... [08:50:15.206] | : . | : . | : globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:15.206] | : . | : . | Searching for globals ... DONE [08:50:15.207] | : . | : . | Resolving globals: FALSE [08:50:15.207] | : . | : . | Search for packages associated with the globals ... [08:50:15.207] | : . | : . | : Packages associated with globals: [2] 'base', 'utils' [08:50:15.208] | : . | : . | : Packages: [2] 'base', 'utils' [08:50:15.208] | : . | : . | Search for packages associated with the globals ... DONE [08:50:15.208] | : . | : . | Packages after dropping 'base': [1] 'utils' [08:50:15.209] | : . | : . | Packages after dropping non-attached packages: [1] 'utils' [08:50:15.209] | : . | : . | globals: [0] [08:50:15.209] | : . | : . | packages: [1] 'utils' [08:50:15.210] | : . | : . getGlobalsAndPackages() ... done [08:50:15.210] | : . | : . run() for Future ('Future') ... [08:50:15.210] | : . | : . | state: 'created' [08:50:15.210] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:15.211] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:15.211] | : . | : . | Using MultisessionFutureBackend ... [08:50:15.211] | : . | : . | : Launching futures ... [08:50:15.211] | : . | : . | : . launchFuture() for ClusterFutureBackend ... [08:50:15.211] | : . | : . | : . | Workers: [n=2] [08:50:15.212] | : . | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:15.214] | : . | : . | : . | FutureRegistry: 'workers-771927a122acffe2dbfaf50676556535' [08:50:15.214] | : . | : . | : . | requestWorker() ... [08:50:15.214] | : . | : . | : . | : requestNode() ... [08:50:15.214] | : . | : . | : . | : . Number of workers: 2 [08:50:15.214] | : . | : . | : . | : . Polling for a free worker ... [08:50:15.215] | : . | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:15.215] | : . | : . | : . | : . | : Listing all futures [08:50:15.215] | : . | : . | : . | : . | : Number of registered futures: 0 [08:50:15.215] | : . | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:15.215] | : . | : . | : . | : . | Total time: 0 [08:50:15.216] | : . | : . | : . | : . Polling for a free worker ... done [08:50:15.216] | : . | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:15.216] | : . | : . | : . | : . | Listing all futures [08:50:15.216] | : . | : . | : . | : . | Number of registered futures: 0 [08:50:15.216] | : . | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:15.217] | : . | : . | : . | : . Index of first available worker: 1 [08:50:15.217] | : . | : . | : . | : . Validate that the worker is functional ... [08:50:15.264] | : . | : . | : . | : . | Worker is functional [08:50:15.264] | : . | : . | : . | : . requestNode() ... done [08:50:15.265] | : . | : . | : . | : . cluster node index: 1 [08:50:15.265] | : . | : . | : . | : requestWorker() ... done [08:50:15.265] | : . | : . | : . | : eraseGlobalEnvironment() ... [08:50:15.266] | : . | : . | : . | : eraseGlobalEnvironment() ... done [08:50:15.266] | : . | : . | : . | : launchFuture() ... [08:50:15.266] | : . | : . | : . | : . cluster node index: 1 [08:50:15.266] | : . | : . | : . | : . getFutureData() ... [08:50:15.266] | : . | : . | : . | : . | getFutureCore() ... [08:50:15.267] | : . | : . | : . | : . | : Packages needed by the future expression (n = 1): 'utils' [08:50:15.267] | : . | : . | : . | : . | getFutureCore() ... done [08:50:15.267] | : . | : . | : . | : . | getFutureCapture() ... [08:50:15.267] | : . | : . | : . | : . | getFutureCapture() ... done [08:50:15.267] | : . | : . | : . | : . | getFutureContext() ... [08:50:15.267] | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:15.268] | : . | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:50:15.268] | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:15.268] | : . | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:50:15.268] | : . | : . | : . | : . | getFutureContext() ... done [08:50:15.268] | : . | : . | : . | : . getFutureData() ... done [08:50:15.269] | : . | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... [08:50:15.269] | : . | : . | : . | : . | Appended future to position #1 [08:50:15.269] | : . | : . | : . | : . | Number of registered futures: 1 [08:50:15.270] | : . | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... done [08:50:15.270] | : . | : . | : . | : launchFuture() ... done [08:50:15.270] | : . | : . | : . | : MultisessionFuture started [08:50:15.270] | : . | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:50:15.271] | : . | : . | : . Launching futures ... done [08:50:15.271] | : . | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:50:15.271] | : . | : . | : Using MultisessionFutureBackend ... done [08:50:15.272] | : . | : . | run() for Future ('MultisessionFuture') ... done [08:50:15.272] | : . | : . | result() for ClusterFuture ... [08:50:15.272] | : . | : . | : assertValidConnection() ... [08:50:15.273] | : . | : . | : . cluster node index: 1 [08:50:15.273] | : . | : . | : assertValidConnection() ... done [08:50:15.274] | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:50:15.274] | : . | : . | : . cluster node index: 1 [08:50:15.310] | : . | : . | : . [1] TRUE [08:50:15.310] | : . | : . | : . received data: [08:50:15.310] | : . | : . | : . List of 5 [08:50:15.310] | : . | : . | : . $ type : chr "VALUE" [08:50:15.310] | : . | : . | : . $ value :List of 13 [08:50:15.310] | : . | : . | : . ..$ value : int 42 [08:50:15.310] | : . | : . | : . ..$ visible : logi TRUE [08:50:15.310] | : . | : . | : . ..$ stdout : NULL [08:50:15.310] | : . | : . | : . ..$ conditions : list() [08:50:15.310] | : . | : . | : . ..$ rng : logi FALSE [08:50:15.310] | : . | : . | : . ..$ misuseGlobalEnv : NULL [08:50:15.310] | : . | : . | : . ..$ misuseConnections:List of 3 [08:50:15.310] | : . | : . | : . .. ..$ added : NULL [08:50:15.310] | : . | : . | : . .. ..$ removed : NULL [08:50:15.310] | : . | : . | : . .. ..$ replaced: NULL [08:50:15.310] | : . | : . | : . ..$ misuseDevices : NULL [08:50:15.310] | : . | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:50:15" [08:50:15.310] | : . | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:50:15" [08:50:15.310] | : . | : . | : . ..$ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" [08:50:15.310] | : . | : . | : . .. ..- attr(*, "source")=List of 5 [08:50:15.310] | : . | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:50:15.310] | : . | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:50:15.310] | : . | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:50:15.310] | : . | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:50:15.310] | : . | : . | : . .. .. ..$ pid : int 59008 [08:50:15.310] | : . | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:15.310] | : . | : . | : . .. .. ..$ random: int 2147483647 [08:50:15.310] | : . | : . | : . ..$ r_info :List of 4 [08:50:15.310] | : . | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:50:15.310] | : . | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:50:15.310] | : . | : . | : . .. ..$ os : chr "windows" [08:50:15.310] | : . | : . | : . .. ..$ os_name : chr "Windows" [08:50:15.310] | : . | : . | : . .. ..$ captures_utf8: logi TRUE [08:50:15.310] | : . | : . | : . ..$ version : chr "1.8" [08:50:15.310] | : . | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:50:15.310] | : . | : . | : . $ success: logi TRUE [08:50:15.310] | : . | : . | : . $ time : 'proc_time' Named num [1:5] 0.05 0 0.04 NA NA [08:50:15.310] | : . | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:50:15.310] | : . | : . | : . $ tag : NULL [08:50:15.325] | : . | : . | : . Received FutureResult [08:50:15.325] | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... [08:50:15.326] | : . | : . | : . | Removed future from position #1 [08:50:15.326] | : . | : . | : . | Number of registered futures: 0 [08:50:15.326] | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... done [08:50:15.326] | : . | : . | : . Erased future from future backend [08:50:15.327] | : . | : . | : . result() for ClusterFuture ... [08:50:15.327] | : . | : . | : . | result already collected: FutureResult [08:50:15.327] | : . | : . | : . result() for ClusterFuture ... done [08:50:15.327] | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:50:15.328] | : . | : . | result() for ClusterFuture ... done List of 13 $ value : int 42 $ visible : logi TRUE $ stdout : NULL $ conditions : list() $ rng : logi FALSE $ misuseGlobalEnv : NULL $ misuseConnections:List of 3 ..$ added : NULL ..$ removed : NULL ..$ replaced: NULL $ misuseDevices : NULL $ started : POSIXct[1:1], format: "2025-04-10 08:50:15" $ finished : POSIXct[1:1], format: "2025-04-10 08:50:15" $ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" ..- 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 59008 .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50: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 5 0 ..$ os : chr "windows" ..$ os_name : chr "Windows" ..$ captures_utf8: logi TRUE $ version : chr "1.8" - attr(*, "class")= chr "FutureResult" [08:50:15.340] | : . | : . | result() for ClusterFuture ... [08:50:15.340] | : . | : . | : result already collected: FutureResult [08:50:15.341] | : . | : . | result() for ClusterFuture ... done [08:50:15.341] | : . | : . | result() for ClusterFuture ... [08:50:15.341] | : . | : . | : result already collected: FutureResult [08:50:15.341] | : . | : . | result() for ClusterFuture ... done [08:50:15.342] | : . | : . | getGlobalsAndPackages() ... [08:50:15.342] | : . | : . | : Searching for globals ... [08:50:15.345] | : . | : . | : . globals found: [9] '{', 'print', ':', 'str', 'cat', 'letters', 'write.table', '[', '::' [08:50:15.345] | : . | : . | : Searching for globals ... DONE [08:50:15.345] | : . | : . | : Resolving globals: FALSE [08:50:15.346] | : . | : . | : Search for packages associated with the globals ... [08:50:15.346] | : . | : . | : . Packages associated with globals: [2] 'base', 'utils' [08:50:15.346] | : . | : . | : . Packages: [2] 'base', 'utils' [08:50:15.347] | : . | : . | : Search for packages associated with the globals ... DONE [08:50:15.347] | : . | : . | : Packages after dropping 'base': [1] 'utils' [08:50:15.347] | : . | : . | : Packages after dropping non-attached packages: [1] 'utils' [08:50:15.347] | : . | : . | : globals: [0] [08:50:15.347] | : . | : . | : packages: [1] 'utils' [08:50:15.348] | : . | : . | getGlobalsAndPackages() ... done [08:50:15.348] | : . | : . | run() for Future ('Future') ... [08:50:15.348] | : . | : . | : state: 'created' [08:50:15.348] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:15.348] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:15.349] | : . | : . | : Using MultisessionFutureBackend ... [08:50:15.349] | : . | : . | : . Launching futures ... [08:50:15.349] | : . | : . | : . | launchFuture() for ClusterFutureBackend ... [08:50:15.349] | : . | : . | : . | : Workers: [n=2] [08:50:15.350] | : . | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:15.353] | : . | : . | : . | : FutureRegistry: 'workers-771927a122acffe2dbfaf50676556535' [08:50:15.353] | : . | : . | : . | : requestWorker() ... [08:50:15.353] | : . | : . | : . | : . requestNode() ... [08:50:15.354] | : . | : . | : . | : . | Number of workers: 2 [08:50:15.354] | : . | : . | : . | : . | Polling for a free worker ... [08:50:15.354] | : . | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:15.354] | : . | : . | : . | : . | : . Listing all futures [08:50:15.355] | : . | : . | : . | : . | : . Number of registered futures: 0 [08:50:15.355] | : . | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:15.355] | : . | : . | : . | : . | : Total time: 0 [08:50:15.355] | : . | : . | : . | : . | Polling for a free worker ... done [08:50:15.356] | : . | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:15.356] | : . | : . | : . | : . | : Listing all futures [08:50:15.356] | : . | : . | : . | : . | : Number of registered futures: 0 [08:50:15.357] | : . | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:15.357] | : . | : . | : . | : . | Index of first available worker: 1 [08:50:15.357] | : . | : . | : . | : . | Validate that the worker is functional ... [08:50:15.404] | : . | : . | : . | : . | : Worker is functional [08:50:15.404] | : . | : . | : . | : . | requestNode() ... done [08:50:15.405] | : . | : . | : . | : . | cluster node index: 1 [08:50:15.405] | : . | : . | : . | : . requestWorker() ... done [08:50:15.405] | : . | : . | : . | : . eraseGlobalEnvironment() ... [08:50:15.406] | : . | : . | : . | : . eraseGlobalEnvironment() ... done [08:50:15.406] | : . | : . | : . | : . launchFuture() ... [08:50:15.406] | : . | : . | : . | : . | cluster node index: 1 [08:50:15.407] | : . | : . | : . | : . | getFutureData() ... [08:50:15.407] | : . | : . | : . | : . | : getFutureCore() ... [08:50:15.407] | : . | : . | : . | : . | : . Packages needed by the future expression (n = 1): 'utils' [08:50:15.407] | : . | : . | : . | : . | : getFutureCore() ... done [08:50:15.407] | : . | : . | : . | : . | : getFutureCapture() ... [08:50:15.408] | : . | : . | : . | : . | : getFutureCapture() ... done [08:50:15.408] | : . | : . | : . | : . | : getFutureContext() ... [08:50:15.408] | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:15.408] | : . | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:50:15.409] | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:15.409] | : . | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:50:15.409] | : . | : . | : . | : . | : getFutureContext() ... done [08:50:15.409] | : . | : . | : . | : . | getFutureData() ... done [08:50:15.410] | : . | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... [08:50:15.411] | : . | : . | : . | : . | : Appended future to position #1 [08:50:15.411] | : . | : . | : . | : . | : Number of registered futures: 1 [08:50:15.411] | : . | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... done [08:50:15.412] | : . | : . | : . | : . launchFuture() ... done [08:50:15.412] | : . | : . | : . | : . MultisessionFuture started [08:50:15.412] | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:50:15.413] | : . | : . | : . | Launching futures ... done [08:50:15.413] | : . | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:50:15.414] | : . | : . | : . Using MultisessionFutureBackend ... done [08:50:15.414] | : . | : . | : run() for Future ('MultisessionFuture') ... done [08:50:15.415] | : . | : . | : result() for ClusterFuture ... [08:50:15.415] | : . | : . | : . assertValidConnection() ... [08:50:15.416] | : . | : . | : . | cluster node index: 1 [08:50:15.416] | : . | : . | : . assertValidConnection() ... done [08:50:15.417] | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:50:15.417] | : . | : . | : . | cluster node index: 1 [08:50:15.419] | : . | : . | : . | [1] TRUE [08:50:15.420] | : . | : . | : . | received data: [08:50:15.420] | : . | : . | : . | List of 5 [08:50:15.420] | : . | : . | : . | $ type : chr "VALUE" [08:50:15.420] | : . | : . | : . | $ value :List of 13 [08:50:15.420] | : . | : . | : . | ..$ value : int 42 [08:50:15.420] | : . | : . | : . | ..$ visible : logi TRUE [08:50:15.420] | : . | : . | : . | ..$ stdout : NULL [08:50:15.420] | : . | : . | : . | ..$ conditions : list() [08:50:15.420] | : . | : . | : . | ..$ rng : logi FALSE [08:50:15.420] | : . | : . | : . | ..$ misuseGlobalEnv : NULL [08:50:15.420] | : . | : . | : . | ..$ misuseConnections:List of 3 [08:50:15.420] | : . | : . | : . | .. ..$ added : NULL [08:50:15.420] | : . | : . | : . | .. ..$ removed : NULL [08:50:15.420] | : . | : . | : . | .. ..$ replaced: NULL [08:50:15.420] | : . | : . | : . | ..$ misuseDevices : NULL [08:50:15.420] | : . | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:50:15" [08:50:15.420] | : . | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:50:15" [08:50:15.420] | : . | : . | : . | ..$ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" [08:50:15.420] | : . | : . | : . | .. ..- attr(*, "source")=List of 5 [08:50:15.420] | : . | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:50:15.420] | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:50:15.420] | : . | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:50:15.420] | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:50:15.420] | : . | : . | : . | .. .. ..$ pid : int 59008 [08:50:15.420] | : . | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:15.420] | : . | : . | : . | .. .. ..$ random: int 2147483647 [08:50:15.420] | : . | : . | : . | ..$ r_info :List of 4 [08:50:15.420] | : . | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:50:15.420] | : . | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:50:15.420] | : . | : . | : . | .. ..$ os : chr "windows" [08:50:15.420] | : . | : . | : . | .. ..$ os_name : chr "Windows" [08:50:15.420] | : . | : . | : . | .. ..$ captures_utf8: logi TRUE [08:50:15.420] | : . | : . | : . | ..$ version : chr "1.8" [08:50:15.420] | : . | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:50:15.420] | : . | : . | : . | $ success: logi TRUE [08:50:15.420] | : . | : . | : . | $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [08:50:15.420] | : . | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:50:15.420] | : . | : . | : . | $ tag : NULL [08:50:15.437] | : . | : . | : . | Received FutureResult [08:50:15.437] | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... [08:50:15.437] | : . | : . | : . | : Removed future from position #1 [08:50:15.437] | : . | : . | : . | : Number of registered futures: 0 [08:50:15.438] | : . | : . | : . | FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... done [08:50:15.438] | : . | : . | : . | Erased future from future backend [08:50:15.438] | : . | : . | : . | result() for ClusterFuture ... [08:50:15.438] | : . | : . | : . | : result already collected: FutureResult [08:50:15.438] | : . | : . | : . | result() for ClusterFuture ... done [08:50:15.439] | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:50:15.439] | : . | : . | : result() for ClusterFuture ... done [08:50:15.439] | : . | : . | : result() for ClusterFuture ... [08:50:15.439] | : . | : . | : . result already collected: FutureResult [08:50:15.439] | : . | : . | : result() for ClusterFuture ... done - stdout = structure(TRUE, drop = TRUE) [08:50:15.440] | : . | : . | : getGlobalsAndPackages() ... [08:50:15.440] | : . | : . | : . Searching for globals ... [08:50:15.441] | : . | : . | : . | globals found: [1] 'print' [08:50:15.441] | : . | : . | : . Searching for globals ... DONE [08:50:15.441] | : . | : . | : . Resolving globals: FALSE [08:50:15.442] | : . | : . | : . Search for packages associated with the globals ... [08:50:15.442] | : . | : . | : . | Packages associated with globals: [1] 'base' [08:50:15.442] | : . | : . | : . | Packages: [1] 'base' [08:50:15.442] | : . | : . | : . Search for packages associated with the globals ... DONE [08:50:15.443] | : . | : . | : . Packages after dropping 'base': [0] [08:50:15.443] | : . | : . | : . globals: [0] [08:50:15.443] | : . | : . | : . packages: [0] [08:50:15.444] | : . | : . | : getGlobalsAndPackages() ... done [08:50:15.444] | : . | : . | : run() for Future ('Future') ... [08:50:15.445] | : . | : . | : . state: 'created' [08:50:15.445] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:15.445] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:15.446] | : . | : . | : . Using MultisessionFutureBackend ... [08:50:15.446] | : . | : . | : . | Launching futures ... [08:50:15.447] | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... [08:50:15.447] | : . | : . | : . | : . Workers: [n=2] [08:50:15.447] | : . | : . | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:50:15.451] | : . | : . | : . | : . FutureRegistry: 'workers-771927a122acffe2dbfaf50676556535' [08:50:15.451] | : . | : . | : . | : . requestWorker() ... [08:50:15.452] | : . | : . | : . | : . | requestNode() ... [08:50:15.452] | : . | : . | : . | : . | : Number of workers: 2 [08:50:15.452] | : . | : . | : . | : . | : Polling for a free worker ... [08:50:15.453] | : . | : . | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:15.453] | : . | : . | : . | : . | : . | Listing all futures [08:50:15.453] | : . | : . | : . | : . | : . | Number of registered futures: 0 [08:50:15.454] | : . | : . | : . | : . | : . FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:15.454] | : . | : . | : . | : . | : . Total time: 0 [08:50:15.454] | : . | : . | : . | : . | : Polling for a free worker ... done [08:50:15.455] | : . | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... [08:50:15.455] | : . | : . | : . | : . | : . Listing all futures [08:50:15.455] | : . | : . | : . | : . | : . Number of registered futures: 0 [08:50:15.456] | : . | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'list', earlySignal = 0) ... done [08:50:15.456] | : . | : . | : . | : . | : Index of first available worker: 1 [08:50:15.456] | : . | : . | : . | : . | : Validate that the worker is functional ... [08:50:15.523] | : . | : . | : . | : . | : . Worker is functional [08:50:15.524] | : . | : . | : . | : . | : requestNode() ... done [08:50:15.524] | : . | : . | : . | : . | : cluster node index: 1 [08:50:15.524] | : . | : . | : . | : . | requestWorker() ... done [08:50:15.524] | : . | : . | : . | : . | eraseGlobalEnvironment() ... [08:50:15.525] | : . | : . | : . | : . | eraseGlobalEnvironment() ... done [08:50:15.525] | : . | : . | : . | : . | launchFuture() ... [08:50:15.525] | : . | : . | : . | : . | : cluster node index: 1 [08:50:15.526] | : . | : . | : . | : . | : getFutureData() ... [08:50:15.526] | : . | : . | : . | : . | : . getFutureCore() ... [08:50:15.526] | : . | : . | : . | : . | : . | Packages needed by the future expression (n = 0): [08:50:15.526] | : . | : . | : . | : . | : . getFutureCore() ... done [08:50:15.526] | : . | : . | : . | : . | : . getFutureCapture() ... [08:50:15.527] | : . | : . | : . | : . | : . getFutureCapture() ... done [08:50:15.527] | : . | : . | : . | : . | : . getFutureContext() ... [08:50:15.527] | : . | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:50:15.527] | : . | : . | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:50:15.528] | : . | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:50:15.528] | : . | : . | : . | : . | : . | Packages needed by future strategies (n = 0): [08:50:15.528] | : . | : . | : . | : . | : . getFutureContext() ... done [08:50:15.528] | : . | : . | : . | : . | : getFutureData() ... done [08:50:15.529] | : . | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... [08:50:15.529] | : . | : . | : . | : . | : . Appended future to position #1 [08:50:15.529] | : . | : . | : . | : . | : . Number of registered futures: 1 [08:50:15.530] | : . | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'add', earlySignal = 0) ... done [08:50:15.530] | : . | : . | : . | : . | launchFuture() ... done [08:50:15.530] | : . | : . | : . | : . | MultisessionFuture started [08:50:15.531] | : . | : . | : . | : . launchFuture() for ClusterFutureBackend ... done [08:50:15.531] | : . | : . | : . | : Launching futures ... done [08:50:15.531] | : . | : . | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:50:15.532] | : . | : . | : . | Using MultisessionFutureBackend ... done [08:50:15.532] | : . | : . | : . run() for Future ('MultisessionFuture') ... done [08:50:15.532] | : . | : . | : . result() for ClusterFuture ... [08:50:15.533] | : . | : . | : . | assertValidConnection() ... [08:50:15.533] | : . | : . | : . | : cluster node index: 1 [08:50:15.534] | : . | : . | : . | assertValidConnection() ... done [08:50:15.534] | : . | : . | : . | receiveMessageFromWorker() for ClusterFuture ... [08:50:15.535] | : . | : . | : . | : cluster node index: 1 [08:50:15.536] | : . | : . | : . | : [1] TRUE [08:50:15.536] | : . | : . | : . | : received data: [08:50:15.537] | : . | : . | : . | : List of 5 [08:50:15.537] | : . | : . | : . | : $ type : chr "VALUE" [08:50:15.537] | : . | : . | : . | : $ value :List of 13 [08:50:15.537] | : . | : . | : . | : ..$ value : num 42 [08:50:15.537] | : . | : . | : . | : ..$ visible : logi FALSE [08:50:15.537] | : . | : . | : . | : ..$ stdout : chr "[1] 42\n" [08:50:15.537] | : . | : . | : . | : ..$ conditions : list() [08:50:15.537] | : . | : . | : . | : ..$ rng : logi FALSE [08:50:15.537] | : . | : . | : . | : ..$ misuseGlobalEnv : NULL [08:50:15.537] | : . | : . | : . | : ..$ misuseConnections:List of 3 [08:50:15.537] | : . | : . | : . | : .. ..$ added : NULL [08:50:15.537] | : . | : . | : . | : .. ..$ removed : NULL [08:50:15.537] | : . | : . | : . | : .. ..$ replaced: NULL [08:50:15.537] | : . | : . | : . | : ..$ misuseDevices : NULL [08:50:15.537] | : . | : . | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:50:15" [08:50:15.537] | : . | : . | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:50:15" [08:50:15.537] | : . | : . | : . | : ..$ session_uuid : chr "fcacca89ae7dffa600589d656c0b912c" [08:50:15.537] | : . | : . | : . | : .. ..- attr(*, "source")=List of 5 [08:50:15.537] | : . | : . | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:50:15.537] | : . | : . | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:50:15.537] | : . | : . | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:50:15.537] | : . | : . | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:50:15.537] | : . | : . | : . | : .. .. ..$ pid : int 59008 [08:50:15.537] | : . | : . | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:50:14" [08:50:15.537] | : . | : . | : . | : .. .. ..$ random: int 2147483647 [08:50:15.537] | : . | : . | : . | : ..$ r_info :List of 4 [08:50:15.537] | : . | : . | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:50:15.537] | : . | : . | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:50:15.537] | : . | : . | : . | : .. ..$ os : chr "windows" [08:50:15.537] | : . | : . | : . | : .. ..$ os_name : chr "Windows" [08:50:15.537] | : . | : . | : . | : .. ..$ captures_utf8: logi TRUE [08:50:15.537] | : . | : . | : . | : ..$ version : chr "1.8" [08:50:15.537] | : . | : . | : . | : ..- attr(*, "class")= chr "FutureResult" [08:50:15.537] | : . | : . | : . | : $ success: logi TRUE [08:50:15.537] | : . | : . | : . | : $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:50:15.537] | : . | : . | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:50:15.537] | : . | : . | : . | : $ tag : NULL [08:50:15.560] | : . | : . | : . | : Received FutureResult [08:50:15.560] | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... [08:50:15.561] | : . | : . | : . | : . Removed future from position #1 [08:50:15.561] | : . | : . | : . | : . Number of registered futures: 0 [08:50:15.561] | : . | : . | : . | : FutureRegistry('workers-771927a122acffe2dbfaf50676556535', action = 'remove', earlySignal = 0) ... done [08:50:15.561] | : . | : . | : . | : Erased future from future backend [08:50:15.562] | : . | : . | : . | : result() for ClusterFuture ... [08:50:15.562] | : . | : . | : . | : . result already collected: FutureResult [08:50:15.562] | : . | : . | : . | : result() for ClusterFuture ... done [08:50:15.563] | : . | : . | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:50:15.563] | : . | : . | : . result() for ClusterFuture ... done [08:50:15.563] | : . | : . | : . result() for ClusterFuture ... [08:50:15.564] | : . | : . | : . | result already collected: FutureResult [08:50:15.564] | : . | : . | : . result() for ClusterFuture ... done [08:50:15.564] | : . | : . | : . result() for ClusterFuture ... [08:50:15.565] | : . | : . | : . | result already collected: FutureResult [08:50:15.565] | : . | : . | : . result() for ClusterFuture ... done [1] 42 [08:50:15.565] | : . | : . | : . result() for ClusterFuture ... [08:50:15.566] | : . | : . | : . | result already collected: FutureResult [08:50:15.566] | : . | : . | : . 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_04_10_08_45_16_15127' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.09s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'stdout' ... success > > proc.time() user system elapsed 2.43 0.15 3.59