R Under development (unstable) (2026-03-12 r89611 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-future,labels.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("future,labels") Test 'future,labels' ... chr "none" > library(future) [22:17:02.288] Option 'future.startup.script': TRUE [22:17:02.289] Future startup scripts considered: '.future.R', '~/.future.R' [22:17:02.290] Future startup scripts found: > message("*** Futures - labels ...") *** Futures - labels ... > strategies <- supportedStrategies() > for (strategy in strategies) { + message(sprintf("- plan('%s') ...", strategy)) + plan(strategy) + for (label in list(NULL, sprintf("str ..." ... [TRUNCATED] - plan('sequential') ... [22:17:02.305] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.306] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:17:02.307] | : all.equal() for FutureStrategyList ... [22:17:02.307] | : . New stack: [22:17:02.308] | : . List of 1 [22:17:02.308] | : . $ :function (..., envir = parent.frame()) [22:17:02.308] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.308] | : . ..- attr(*, "init")= logi TRUE [22:17:02.308] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.308] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.308] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.308] | : . ..- attr(*, "call")= language plan(strategy) [22:17:02.308] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.312] | : . Old stack: [22:17:02.312] | : . List of 1 [22:17:02.312] | : . $ :function (..., envir = parent.frame()) [22:17:02.312] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.312] | : . ..- attr(*, "init")= logi TRUE [22:17:02.312] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.312] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.312] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.312] | : . ..- attr(*, "call")= language plan(sequential) [22:17:02.312] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.317] | : . Not identical [22:17:02.317] | : . all.equal() for future ... [22:17:02.318] | : . ' List of 2 [22:17:02.318] | : . ' $ target :function (..., envir = parent.frame()) [22:17:02.318] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.318] | : . ' ..- attr(*, "init")= logi TRUE [22:17:02.318] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.318] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.318] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.318] | : . ' ..- attr(*, "call")= language plan(strategy) [22:17:02.318] | : . ' $ current:function (..., envir = parent.frame()) [22:17:02.318] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.318] | : . ' ..- attr(*, "init")= logi TRUE [22:17:02.318] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.318] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.318] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.318] | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:02.324] | : . all.equal() for future ... done [22:17:02.324] | : all.equal() for FutureStrategyList ... done [22:17:02.325] | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:02.325] | : List of future strategies: [22:17:02.325] | : 1. sequential: [22:17:02.325] | : - args: function (..., envir = parent.frame(), workers = "") [22:17:02.325] | : - tweaked: FALSE [22:17:02.325] | : - call: plan(sequential) [22:17:02.327] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:17:02.327] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.328] future(..., label = NULL) ... [22:17:02.328] | lazy: FALSE [22:17:02.329] | stdout: TRUE [22:17:02.329] | conditions: [n=1] 'condition' [22:17:02.330] | getGlobalsAndPackages() ... [22:17:02.331] | : Searching for globals ... [22:17:02.334] | : . globals found: [0] [22:17:02.335] | : Searching for globals ... done [22:17:02.335] | : globals: [0] [22:17:02.336] | : packages: [0] [22:17:02.336] | getGlobalsAndPackages() ... done [22:17:02.337] | run() for 'Future' () ... [22:17:02.338] | : state: 'created' [22:17:02.338] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.339] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:17:02.339] | : . ' function (..., envir = parent.frame()) [22:17:02.339] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.339] | : . ' - attr(*, "init")= logi TRUE [22:17:02.339] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.339] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.339] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.339] | : . ' - attr(*, "call")= language plan(sequential) [22:17:02.342] | : . ' init: TRUE [22:17:02.343] | : . ' makeFutureBackend() ... [22:17:02.343] | : . ' , Backend function: <'NULL'> [22:17:02.344] | : . ' , Evaluator tweak arguments: [n=0] [22:17:02.344] | : . ' , list() [22:17:02.345] | : . ' , Evaluator formal arguments: [n=1] [22:17:02.346] | : . ' , Dotted pair list of 1 [22:17:02.346] | : . ' , $ envir: language parent.frame() [22:17:02.347] | : . ' , Arguments passed to the future-backend factory: [n=1] [22:17:02.348] | : . ' , List of 1 [22:17:02.348] | : . ' , $ envir: language parent.frame() [22:17:02.351] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:17:02.351] | : . ' makeFutureBackend() ... done [22:17:02.352] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:17:02.352] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.353] | : Using SequentialFutureBackend ... [22:17:02.354] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:02.354] | : . Launching futures ... [22:17:02.355] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:02.355] | : . ' , getFutureData() ... [22:17:02.356] | : . ' , ; getFutureCore() ... [22:17:02.357] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:02.357] | : . ' , ; getFutureCore() ... done [22:17:02.358] | : . ' , ; getFutureCapture() ... [22:17:02.358] | : . ' , ; getFutureCapture() ... done [22:17:02.359] | : . ' , ; getFutureContext() ... [22:17:02.359] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.360] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:02.360] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.361] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:02.361] | : . ' , ; getFutureContext() ... done [22:17:02.362] | : . ' , getFutureData() ... done [22:17:02.368] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.368] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:02.369] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.370] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.370] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:02.371] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:02.371] | : . ' , ; ` | New stack: [22:17:02.372] | : . ' , ; ` | List of 1 [22:17:02.372] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:02.372] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.372] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:02.372] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.372] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.372] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.372] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:02.372] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.375] | : . ' , ; ` | Old stack: [22:17:02.376] | : . ' , ; ` | List of 1 [22:17:02.376] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:02.376] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.376] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:02.376] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.376] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.376] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.376] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:02.376] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.376] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.376] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.376] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.380] | : . ' , ; ` | Not identical [22:17:02.381] | : . ' , ; ` | all.equal() for future ... [22:17:02.382] | : . ' , ; ` | : List of 2 [22:17:02.382] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.382] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:02.382] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.382] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.382] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.382] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.382] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.391] | : . ' , ; ` | all.equal() for future ... done [22:17:02.391] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:02.392] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:02.392] | : . ' , ; ` List of future strategies: [22:17:02.392] | : . ' , ; ` 1. sequential: [22:17:02.392] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:02.392] | : . ' , ; ` - tweaked: FALSE [22:17:02.392] | : . ' , ; ` - call: plan(sequential) [22:17:02.393] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:02.394] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.398] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.399] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.399] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:02.400] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:02.400] | : . ' , ; ` | : New stack: [22:17:02.401] | : . ' , ; ` | : List of 1 [22:17:02.401] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:02.401] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.401] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.401] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.401] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.401] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.401] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.401] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.401] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.401] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.401] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.405] | : . ' , ; ` | : Old stack: [22:17:02.406] | : . ' , ; ` | : List of 1 [22:17:02.406] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:02.406] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.406] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.406] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.406] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.406] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.406] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.406] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.406] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.406] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.406] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.437] | : . ' , ; ` | : Identical [22:17:02.438] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:02.438] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:02.439] | : . ' , ; ` | List of future strategies: [22:17:02.439] | : . ' , ; ` | 1. sequential: [22:17:02.439] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:02.439] | : . ' , ; ` | - tweaked: FALSE [22:17:02.439] | : . ' , ; ` | - call: plan(sequential) [22:17:02.440] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:02.441] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.441] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.445] | : . ' , SequentialFuture started (and completed) [22:17:02.446] | : . ' , signalConditions() ... [22:17:02.446] | : . ' , ; include = 'immediateCondition' [22:17:02.447] | : . ' , ; exclude = [22:17:02.447] | : . ' , ; resignal = FALSE [22:17:02.448] | : . ' , ; Number of conditions: 6 [22:17:02.448] | : . ' , ; int 6 [22:17:02.449] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.450] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.450] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.451] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.451] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.452] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.452] | : . ' , signalConditions() ... done [22:17:02.453] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:02.453] | : . Launching futures ... done [22:17:02.454] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:02.454] | : Using SequentialFutureBackend ... done [22:17:02.455] | run() for 'Future' () ... done [22:17:02.455] future(..., label = NULL) ... done SequentialFuture: Label: Expression: [1] 42 Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: cda7dc7b4f252a01ea6ce84af73a58b8-1 Owner process: cda7dc7b4f252a01ea6ce84af73a58b8 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03323102 secs (started 2026-03-13 22:17:02.364259) Worker process: cda7dc7b4f252a01ea6ce84af73a58b8 [22:17:02.458] value() for SequentialFuture () ... [22:17:02.459] | signalConditions() ... [22:17:02.459] | : include = 'immediateCondition' [22:17:02.460] | : exclude = [22:17:02.460] | : resignal = FALSE [22:17:02.461] | : Number of conditions: 6 [22:17:02.461] | : int 6 [22:17:02.462] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.463] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.463] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.464] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.464] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.465] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.465] | signalConditions() ... done [22:17:02.466] | relay stdout ... [22:17:02.466] | relay stdout ... done [22:17:02.467] | check for misuse ... [22:17:02.467] | check for misuse ... done [22:17:02.468] | relay conditions ... [22:17:02.468] | : Future state: 'finished' [22:17:02.469] | : signalConditions() ... [22:17:02.469] | : . include = 'condition' [22:17:02.470] | : . exclude = 'immediateCondition' [22:17:02.470] | : . resignal = TRUE [22:17:02.471] | : . Number of conditions: 6 [22:17:02.471] | : . int 6 [22:17:02.472] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.472] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:02.364] | : . ' , attachPackages() ... [22:17:02.473] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.473] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:02.365] | : . ' , ; packages: [n=1] 'future' [22:17:02.474] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.474] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:02.365] | : . ' , attachPackages() ... done [22:17:02.475] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.475] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:02.366] | : . ' , attachPackages() ... [22:17:02.476] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.477] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:02.366] | : . ' , ; packages: [n=0] [22:17:02.477] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.478] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:02.367] | : . ' , attachPackages() ... done [22:17:02.478] | : signalConditions() ... done [22:17:02.479] | relay conditions ... done [22:17:02.479] value() for SequentialFuture () ... done [22:17:02.480] future(..., label = NULL) ... [22:17:02.481] | lazy: FALSE [22:17:02.481] | stdout: TRUE [22:17:02.482] | conditions: [n=1] 'condition' [22:17:02.483] | getGlobalsAndPackages() ... [22:17:02.506] | : Searching for globals ... [22:17:02.511] | : . globals found: [1] '{' [22:17:02.512] | : Searching for globals ... done [22:17:02.512] | : Resolving globals: FALSE [22:17:02.513] | : Search for packages associated with the globals ... [22:17:02.513] | : . Packages associated with globals: [1] 'base' [22:17:02.514] | : . Packages: [1] 'base' [22:17:02.515] | : Search for packages associated with the globals ... done [22:17:02.515] | : Packages after dropping 'base': [0] [22:17:02.516] | : globals: [0] [22:17:02.516] | : packages: [0] [22:17:02.517] | getGlobalsAndPackages() ... done [22:17:02.517] | run() for 'Future' () ... [22:17:02.518] | : state: 'created' [22:17:02.518] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.519] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.519] | : Using SequentialFutureBackend ... [22:17:02.520] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:17:02.520] | : . Launching futures ... [22:17:02.521] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:02.521] | : . ' , getFutureData() ... [22:17:02.522] | : . ' , ; getFutureCore() ... [22:17:02.522] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:02.523] | : . ' , ; getFutureCore() ... done [22:17:02.523] | : . ' , ; getFutureCapture() ... [22:17:02.524] | : . ' , ; getFutureCapture() ... done [22:17:02.524] | : . ' , ; getFutureContext() ... [22:17:02.525] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.525] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:02.526] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.526] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:02.527] | : . ' , ; getFutureContext() ... done [22:17:02.527] | : . ' , getFutureData() ... done [22:17:02.531] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.532] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:02.532] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.533] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.534] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:02.534] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:02.535] | : . ' , ; ` | New stack: [22:17:02.535] | : . ' , ; ` | List of 1 [22:17:02.535] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:02.535] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.535] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:02.535] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.535] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.535] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.535] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:02.535] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.539] | : . ' , ; ` | Old stack: [22:17:02.539] | : . ' , ; ` | List of 1 [22:17:02.539] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:02.539] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.539] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:02.539] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.539] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.539] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.539] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:02.539] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.539] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.539] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.539] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.544] | : . ' , ; ` | Not identical [22:17:02.544] | : . ' , ; ` | all.equal() for future ... [22:17:02.545] | : . ' , ; ` | : List of 2 [22:17:02.545] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.545] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:02.545] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.545] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.545] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.545] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.545] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.553] | : . ' , ; ` | all.equal() for future ... done [22:17:02.553] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:02.554] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:02.554] | : . ' , ; ` List of future strategies: [22:17:02.554] | : . ' , ; ` 1. sequential: [22:17:02.554] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:02.554] | : . ' , ; ` - tweaked: FALSE [22:17:02.554] | : . ' , ; ` - call: plan(sequential) [22:17:02.555] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:02.556] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.559] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.560] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.560] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:02.561] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:02.561] | : . ' , ; ` | : New stack: [22:17:02.562] | : . ' , ; ` | : List of 1 [22:17:02.562] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:02.562] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.562] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.562] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.562] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.562] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.562] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.562] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.562] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.562] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.562] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.567] | : . ' , ; ` | : Old stack: [22:17:02.567] | : . ' , ; ` | : List of 1 [22:17:02.567] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:02.567] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.567] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.567] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.567] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.567] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.567] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.567] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.567] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.567] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.567] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.573] | : . ' , ; ` | : Identical [22:17:02.573] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:02.574] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:02.574] | : . ' , ; ` | List of future strategies: [22:17:02.574] | : . ' , ; ` | 1. sequential: [22:17:02.574] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:02.574] | : . ' , ; ` | - tweaked: FALSE [22:17:02.574] | : . ' , ; ` | - call: plan(sequential) [22:17:02.575] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:02.576] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.577] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.577] | : . ' , SequentialFuture started (and completed) [22:17:02.578] | : . ' , signalConditions() ... [22:17:02.579] | : . ' , ; include = 'immediateCondition' [22:17:02.579] | : . ' , ; exclude = [22:17:02.580] | : . ' , ; resignal = FALSE [22:17:02.580] | : . ' , ; Number of conditions: 6 [22:17:02.581] | : . ' , ; int 6 [22:17:02.582] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.582] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.583] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.583] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.584] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.584] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.585] | : . ' , signalConditions() ... done [22:17:02.585] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:02.586] | : . Launching futures ... done [22:17:02.587] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:02.587] | : Using SequentialFutureBackend ... done [22:17:02.588] | run() for 'Future' () ... done [22:17:02.588] future(..., label = NULL) ... done SequentialFuture: Label: Expression: { 42 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: cda7dc7b4f252a01ea6ce84af73a58b8-2 Owner process: cda7dc7b4f252a01ea6ce84af73a58b8 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03043795 secs (started 2026-03-13 22:17:02.528239) Worker process: cda7dc7b4f252a01ea6ce84af73a58b8 [22:17:02.590] value() for SequentialFuture () ... [22:17:02.591] | signalConditions() ... [22:17:02.592] | : include = 'immediateCondition' [22:17:02.592] | : exclude = [22:17:02.593] | : resignal = FALSE [22:17:02.593] | : Number of conditions: 6 [22:17:02.594] | : int 6 [22:17:02.595] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.595] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.596] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.596] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.597] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.597] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.598] | signalConditions() ... done [22:17:02.598] | relay stdout ... [22:17:02.599] | relay stdout ... done [22:17:02.599] | check for misuse ... [22:17:02.600] | check for misuse ... done [22:17:02.600] | relay conditions ... [22:17:02.601] | : Future state: 'finished' [22:17:02.602] | : signalConditions() ... [22:17:02.602] | : . include = 'condition' [22:17:02.603] | : . exclude = 'immediateCondition' [22:17:02.603] | : . resignal = TRUE [22:17:02.604] | : . Number of conditions: 6 [22:17:02.604] | : . int 6 [22:17:02.605] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.606] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:02.528] | : . ' , attachPackages() ... [22:17:02.606] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.607] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:02.528] | : . ' , ; packages: [n=1] 'future' [22:17:02.607] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.608] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:02.529] | : . ' , attachPackages() ... done [22:17:02.608] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.609] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:02.529] | : . ' , attachPackages() ... [22:17:02.609] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.610] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:02.530] | : . ' , ; packages: [n=0] [22:17:02.611] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.611] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:02.531] | : . ' , attachPackages() ... done [22:17:02.612] | : signalConditions() ... done [22:17:02.612] | relay conditions ... done [22:17:02.613] value() for SequentialFuture () ... done [22:17:02.613] future(..., label = 'strategy = sequential') ... [22:17:02.614] | lazy: FALSE [22:17:02.614] | stdout: TRUE [22:17:02.615] | conditions: [n=1] 'condition' [22:17:02.615] | getGlobalsAndPackages() ... [22:17:02.616] | : Searching for globals ... [22:17:02.618] | : . globals found: [0] [22:17:02.619] | : Searching for globals ... done [22:17:02.619] | : globals: [0] [22:17:02.620] | : packages: [0] [22:17:02.620] | getGlobalsAndPackages() ... done [22:17:02.621] | run() for 'Future' ('strategy = sequential') ... [22:17:02.621] | : state: 'created' [22:17:02.622] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.623] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.623] | : Using SequentialFutureBackend ... [22:17:02.624] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:17:02.624] | : . Launching futures ... [22:17:02.625] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:02.625] | : . ' , getFutureData() ... [22:17:02.626] | : . ' , ; getFutureCore() ... [22:17:02.626] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:02.627] | : . ' , ; getFutureCore() ... done [22:17:02.627] | : . ' , ; getFutureCapture() ... [22:17:02.628] | : . ' , ; getFutureCapture() ... done [22:17:02.629] | : . ' , ; getFutureContext() ... [22:17:02.629] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.630] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:02.630] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.631] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:02.631] | : . ' , ; getFutureContext() ... done [22:17:02.632] | : . ' , getFutureData() ... done [22:17:02.636] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.637] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:02.638] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.638] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.639] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:02.639] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:02.640] | : . ' , ; ` | New stack: [22:17:02.640] | : . ' , ; ` | List of 1 [22:17:02.640] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:02.640] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.640] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:02.640] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.640] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.640] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.640] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:02.640] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.644] | : . ' , ; ` | Old stack: [22:17:02.645] | : . ' , ; ` | List of 1 [22:17:02.645] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:02.645] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.645] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:02.645] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.645] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.645] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.645] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:02.645] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.645] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.645] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.645] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.650] | : . ' , ; ` | Not identical [22:17:02.650] | : . ' , ; ` | all.equal() for future ... [22:17:02.651] | : . ' , ; ` | : List of 2 [22:17:02.651] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.651] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:02.651] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.651] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.651] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.651] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.651] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.659] | : . ' , ; ` | all.equal() for future ... done [22:17:02.659] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:02.660] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:02.660] | : . ' , ; ` List of future strategies: [22:17:02.660] | : . ' , ; ` 1. sequential: [22:17:02.660] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:02.660] | : . ' , ; ` - tweaked: FALSE [22:17:02.660] | : . ' , ; ` - call: plan(sequential) [22:17:02.662] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:02.662] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.665] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.666] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.666] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:02.667] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:02.667] | : . ' , ; ` | : New stack: [22:17:02.668] | : . ' , ; ` | : List of 1 [22:17:02.668] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:02.668] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.668] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.668] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.668] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.668] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.668] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.668] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.668] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.668] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.668] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.673] | : . ' , ; ` | : Old stack: [22:17:02.673] | : . ' , ; ` | : List of 1 [22:17:02.673] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:02.673] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.673] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.673] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.673] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.673] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.673] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.673] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.673] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.673] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.673] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.678] | : . ' , ; ` | : Identical [22:17:02.679] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:02.679] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:02.680] | : . ' , ; ` | List of future strategies: [22:17:02.680] | : . ' , ; ` | 1. sequential: [22:17:02.680] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:02.680] | : . ' , ; ` | - tweaked: FALSE [22:17:02.680] | : . ' , ; ` | - call: plan(sequential) [22:17:02.681] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:02.681] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.682] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.683] | : . ' , SequentialFuture started (and completed) [22:17:02.683] | : . ' , signalConditions() ... [22:17:02.684] | : . ' , ; include = 'immediateCondition' [22:17:02.685] | : . ' , ; exclude = [22:17:02.685] | : . ' , ; resignal = FALSE [22:17:02.686] | : . ' , ; Number of conditions: 6 [22:17:02.686] | : . ' , ; int 6 [22:17:02.687] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.688] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.688] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.688] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.689] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.689] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.690] | : . ' , signalConditions() ... done [22:17:02.690] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:02.691] | : . Launching futures ... done [22:17:02.691] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:02.692] | : Using SequentialFutureBackend ... done [22:17:02.692] | run() for 'Future' ('strategy = sequential') ... done [22:17:02.693] future(..., label = 'strategy = sequential') ... done SequentialFuture: Label: 'strategy = sequential' Expression: [1] 42 Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: cda7dc7b4f252a01ea6ce84af73a58b8-3 Owner process: cda7dc7b4f252a01ea6ce84af73a58b8 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03193903 secs (started 2026-03-13 22:17:02.632833) Worker process: cda7dc7b4f252a01ea6ce84af73a58b8 [22:17:02.695] value() for SequentialFuture ('strategy = sequential') ... [22:17:02.695] | signalConditions() ... [22:17:02.696] | : include = 'immediateCondition' [22:17:02.696] | : exclude = [22:17:02.697] | : resignal = FALSE [22:17:02.697] | : Number of conditions: 6 [22:17:02.698] | : int 6 [22:17:02.700] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.701] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.701] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.702] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.702] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.703] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.703] | signalConditions() ... done [22:17:02.704] | relay stdout ... [22:17:02.704] | relay stdout ... done [22:17:02.705] | check for misuse ... [22:17:02.705] | check for misuse ... done [22:17:02.705] | relay conditions ... [22:17:02.706] | : Future state: 'finished' [22:17:02.706] | : signalConditions() ... [22:17:02.707] | : . include = 'condition' [22:17:02.707] | : . exclude = 'immediateCondition' [22:17:02.708] | : . resignal = TRUE [22:17:02.708] | : . Number of conditions: 6 [22:17:02.709] | : . int 6 [22:17:02.709] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.710] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:02.632] | : . ' , attachPackages() ... [22:17:02.710] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.711] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:02.633] | : . ' , ; packages: [n=1] 'future' [22:17:02.711] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.712] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:02.634] | : . ' , attachPackages() ... done [22:17:02.712] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.713] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:02.634] | : . ' , attachPackages() ... [22:17:02.713] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.714] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:02.635] | : . ' , ; packages: [n=0] [22:17:02.714] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.715] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:02.635] | : . ' , attachPackages() ... done [22:17:02.715] | : signalConditions() ... done [22:17:02.716] | relay conditions ... done [22:17:02.716] value() for SequentialFuture ('strategy = sequential') ... done [22:17:02.717] future(..., label = 'strategy = sequential') ... [22:17:02.717] | lazy: FALSE [22:17:02.718] | stdout: TRUE [22:17:02.718] | conditions: [n=1] 'condition' [22:17:02.718] | getGlobalsAndPackages() ... [22:17:02.719] | : Searching for globals ... [22:17:02.722] | : . globals found: [1] '{' [22:17:02.723] | : Searching for globals ... done [22:17:02.723] | : Resolving globals: FALSE [22:17:02.724] | : Search for packages associated with the globals ... [22:17:02.724] | : . Packages associated with globals: [1] 'base' [22:17:02.725] | : . Packages: [1] 'base' [22:17:02.725] | : Search for packages associated with the globals ... done [22:17:02.726] | : Packages after dropping 'base': [0] [22:17:02.726] | : globals: [0] [22:17:02.727] | : packages: [0] [22:17:02.727] | getGlobalsAndPackages() ... done [22:17:02.728] | run() for 'Future' ('strategy = sequential') ... [22:17:02.728] | : state: 'created' [22:17:02.729] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.729] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.730] | : Using SequentialFutureBackend ... [22:17:02.730] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:17:02.731] | : . Launching futures ... [22:17:02.731] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:02.732] | : . ' , getFutureData() ... [22:17:02.732] | : . ' , ; getFutureCore() ... [22:17:02.733] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:02.733] | : . ' , ; getFutureCore() ... done [22:17:02.733] | : . ' , ; getFutureCapture() ... [22:17:02.734] | : . ' , ; getFutureCapture() ... done [22:17:02.734] | : . ' , ; getFutureContext() ... [22:17:02.735] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.735] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:02.736] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.736] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:02.737] | : . ' , ; getFutureContext() ... done [22:17:02.737] | : . ' , getFutureData() ... done [22:17:02.741] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.742] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:02.742] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.743] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.743] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:02.744] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:02.744] | : . ' , ; ` | New stack: [22:17:02.745] | : . ' , ; ` | List of 1 [22:17:02.745] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:02.745] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.745] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:02.745] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.745] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.745] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.745] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:02.745] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.748] | : . ' , ; ` | Old stack: [22:17:02.749] | : . ' , ; ` | List of 1 [22:17:02.749] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:02.749] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.749] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:02.749] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.749] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.749] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.749] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:02.749] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.749] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.749] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.749] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.754] | : . ' , ; ` | Not identical [22:17:02.755] | : . ' , ; ` | all.equal() for future ... [22:17:02.755] | : . ' , ; ` | : List of 2 [22:17:02.755] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.755] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:02.755] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.755] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.755] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.755] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.755] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.762] | : . ' , ; ` | all.equal() for future ... done [22:17:02.763] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:02.763] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:02.764] | : . ' , ; ` List of future strategies: [22:17:02.764] | : . ' , ; ` 1. sequential: [22:17:02.764] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:02.764] | : . ' , ; ` - tweaked: FALSE [22:17:02.764] | : . ' , ; ` - call: plan(sequential) [22:17:02.765] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:02.765] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.768] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.769] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:02.769] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:02.770] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:02.770] | : . ' , ; ` | : New stack: [22:17:02.771] | : . ' , ; ` | : List of 1 [22:17:02.771] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:02.771] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.771] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.771] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.771] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.771] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.771] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.771] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.771] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.771] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.771] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.775] | : . ' , ; ` | : Old stack: [22:17:02.776] | : . ' , ; ` | : List of 1 [22:17:02.776] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:02.776] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.776] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:02.776] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.776] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.776] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.776] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:02.776] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.776] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.776] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.776] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.780] | : . ' , ; ` | : Identical [22:17:02.781] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:02.781] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:02.782] | : . ' , ; ` | List of future strategies: [22:17:02.782] | : . ' , ; ` | 1. sequential: [22:17:02.782] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:02.782] | : . ' , ; ` | - tweaked: FALSE [22:17:02.782] | : . ' , ; ` | - call: plan(sequential) [22:17:02.783] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:02.783] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.784] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:02.785] | : . ' , SequentialFuture started (and completed) [22:17:02.785] | : . ' , signalConditions() ... [22:17:02.786] | : . ' , ; include = 'immediateCondition' [22:17:02.786] | : . ' , ; exclude = [22:17:02.787] | : . ' , ; resignal = FALSE [22:17:02.787] | : . ' , ; Number of conditions: 6 [22:17:02.788] | : . ' , ; int 6 [22:17:02.788] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.789] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.789] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.790] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.790] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.791] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.791] | : . ' , signalConditions() ... done [22:17:02.792] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:02.792] | : . Launching futures ... done [22:17:02.793] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:02.793] | : Using SequentialFutureBackend ... done [22:17:02.794] | run() for 'Future' ('strategy = sequential') ... done [22:17:02.794] future(..., label = 'strategy = sequential') ... done SequentialFuture: Label: 'strategy = sequential' Expression: { 42 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: cda7dc7b4f252a01ea6ce84af73a58b8-4 Owner process: cda7dc7b4f252a01ea6ce84af73a58b8 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.02959299 secs (started 2026-03-13 22:17:02.738255) Worker process: cda7dc7b4f252a01ea6ce84af73a58b8 [22:17:02.796] value() for SequentialFuture ('strategy = sequential') ... [22:17:02.796] | signalConditions() ... [22:17:02.797] | : include = 'immediateCondition' [22:17:02.797] | : exclude = [22:17:02.798] | : resignal = FALSE [22:17:02.798] | : Number of conditions: 6 [22:17:02.799] | : int 6 [22:17:02.800] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.800] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.801] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.801] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.802] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.802] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.803] | signalConditions() ... done [22:17:02.803] | relay stdout ... [22:17:02.804] | relay stdout ... done [22:17:02.804] | check for misuse ... [22:17:02.805] | check for misuse ... done [22:17:02.805] | relay conditions ... [22:17:02.806] | : Future state: 'finished' [22:17:02.806] | : signalConditions() ... [22:17:02.807] | : . include = 'condition' [22:17:02.807] | : . exclude = 'immediateCondition' [22:17:02.808] | : . resignal = TRUE [22:17:02.808] | : . Number of conditions: 6 [22:17:02.808] | : . int 6 [22:17:02.809] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.810] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:02.738] | : . ' , attachPackages() ... [22:17:02.810] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.811] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:02.738] | : . ' , ; packages: [n=1] 'future' [22:17:02.811] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.812] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:02.739] | : . ' , attachPackages() ... done [22:17:02.812] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.813] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:02.739] | : . ' , attachPackages() ... [22:17:02.814] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.814] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:02.740] | : . ' , ; packages: [n=0] [22:17:02.815] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:02.815] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:02.740] | : . ' , attachPackages() ... done [22:17:02.816] | : signalConditions() ... done [22:17:02.816] | relay conditions ... done [22:17:02.817] value() for SequentialFuture ('strategy = sequential') ... done - plan('sequential') ... DONE - plan('multisession') ... [22:17:02.817] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.818] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:17:02.818] | : all.equal() for FutureStrategyList ... [22:17:02.819] | : . New stack: [22:17:02.819] | : . List of 1 [22:17:02.819] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [22:17:02.819] | : . rscript_libs = .libPaths()) [22:17:02.819] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:02.819] | : . ..- attr(*, "init")= logi TRUE [22:17:02.819] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:02.819] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:02.819] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:02.819] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:02.819] | : . ..- attr(*, "untweakable")= chr "persistent" [22:17:02.819] | : . ..- attr(*, "call")= language plan(strategy) [22:17:02.819] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.823] | : . Old stack: [22:17:02.824] | : . List of 1 [22:17:02.824] | : . $ :function (..., envir = parent.frame()) [22:17:02.824] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.824] | : . ..- attr(*, "init")= chr "done" [22:17:02.824] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.824] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.824] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.824] | : . ..- attr(*, "call")= language plan(sequential) [22:17:02.824] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.824] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.824] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.824] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.828] | : . Not identical [22:17:02.829] | : . all.equal() for future ... [22:17:02.829] | : . ' List of 2 [22:17:02.829] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [22:17:02.829] | : . ' rscript_libs = .libPaths()) [22:17:02.829] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:02.829] | : . ' ..- attr(*, "init")= logi TRUE [22:17:02.829] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:02.829] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:02.829] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:02.829] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:02.829] | : . ' ..- attr(*, "untweakable")= chr "persistent" [22:17:02.829] | : . ' ..- attr(*, "call")= language plan(strategy) [22:17:02.829] | : . ' $ current:function (..., envir = parent.frame()) [22:17:02.829] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:02.829] | : . ' ..- attr(*, "init")= chr "done" [22:17:02.829] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.829] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.829] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.829] | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:02.829] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:02.829] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:02.829] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:02.836] | : . ' Formals differ [22:17:02.836] | : . all.equal() for future ... done [22:17:02.837] | : . Future strategies differ at level 1 [22:17:02.837] | : all.equal() for FutureStrategyList ... done [22:17:02.838] | : plan(): Setting new future backend stack: [22:17:02.838] | : List of future strategies: [22:17:02.838] | : 1. multisession: [22:17:02.838] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [22:17:02.838] | : - tweaked: FALSE [22:17:02.838] | : - call: plan(strategy) [22:17:02.839] | : List of 1 [22:17:02.839] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [22:17:02.839] | : rscript_libs = .libPaths()) [22:17:02.839] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:02.839] | : ..- attr(*, "init")= logi TRUE [22:17:02.839] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:02.839] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:02.839] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:02.839] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:02.839] | : ..- attr(*, "untweakable")= chr "persistent" [22:17:02.839] | : ..- attr(*, "call")= language plan(strategy) [22:17:02.839] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:02.843] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [22:17:02.844] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:02.844] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [22:17:02.845] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:02.845] | : . Legacy shutdown of cluster workers ... [22:17:02.846] | : . ' Stopping existing cluster ... [22:17:02.847] | : . ' , No pre-existing cluster. Skipping [22:17:02.847] | : . ' Stopping existing cluster ... done [22:17:02.848] | : . Legacy shutdown of cluster workers ... done [22:17:02.848] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [22:17:02.849] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [22:17:02.849] | : . function (..., workers = availableCores(constraints = "connections-16"), [22:17:02.849] | : . rscript_libs = .libPaths()) [22:17:02.849] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:02.849] | : . - attr(*, "init")= logi TRUE [22:17:02.849] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:02.849] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:02.849] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:02.849] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:02.849] | : . - attr(*, "untweakable")= chr "persistent" [22:17:02.849] | : . - attr(*, "call")= language plan(strategy) [22:17:02.852] | : . init: TRUE [22:17:02.853] | : . makeFutureBackend() ... [22:17:02.854] | : . ' Backend function: <'NULL'> [22:17:02.854] | : . ' Evaluator tweak arguments: [n=0] [22:17:02.855] | : . ' list() [22:17:02.855] | : . ' Evaluator formal arguments: [n=2] [22:17:02.856] | : . ' Dotted pair list of 2 [22:17:02.856] | : . ' $ workers : language availableCores(constraints = "connections-16") [22:17:02.856] | : . ' $ rscript_libs: language .libPaths() [22:17:02.857] | : . ' Arguments passed to the future-backend factory: [n=2] [22:17:02.858] | : . ' List of 2 [22:17:02.858] | : . ' $ workers : language availableCores(constraints = "connections-16") [22:17:02.858] | : . ' $ rscript_libs: language .libPaths() [22:17:02.859] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [22:17:02.860] | : . ' , Arguments: [22:17:02.860] | : . ' , List of 5 [22:17:02.860] | : . ' , $ workers : Named int 2 [22:17:02.860] | : . ' , ..- attr(*, "names")= chr "mc.cores" [22:17:02.860] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:02.860] | : . ' , $ interrupts : logi TRUE [22:17:02.860] | : . ' , $ gc : logi FALSE [22:17:02.860] | : . ' , $ earlySignal : logi FALSE [22:17:02.903] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [22:17:02.904] | : . ' , ; workers: 2 [22:17:02.905] | : . ' , ; getCluster() ... [22:17:02.905] | : . ' , ; getCluster() ... done [22:17:02.906] | : . ' , ; Stopping existing cluster ... [22:17:02.906] | : . ' , ; ` No pre-existing cluster. Skipping [22:17:02.907] | : . ' , ; Stopping existing cluster ... done [22:17:02.907] | : . ' , ; Starting new cluster ... [22:17:02.908] | : . ' , ; ` makeCluster(workers, ...) ... [22:17:02.908] | : . ' , ; ` | Arguments: [22:17:02.908] | : . ' , ; ` | List of 2 [22:17:02.908] | : . ' , ; ` | $ : int 2 [22:17:02.908] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:02.910] | : . ' , ; ` | .makeCluster() ... [22:17:02.911] | : . ' , ; ` | : workers: '2' [22:17:02.911] | : . ' , ; ` | : R_FUTURE_PLAN: NA [22:17:02.912] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [22:17:02.912] | : . ' , ; ` | : List of 2 [22:17:02.912] | : . ' , ; ` | : $ : int 2 [22:17:02.912] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:03.491] | : . ' , ; ` | : Generated cluster UUID [22:17:03.492] | : . ' , ; ` | : Cluster UUID: 'b9c40f1915b1626157ad2b1e20ca7f46' [22:17:03.493] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:03.496] | : . ' , ; ` | .makeCluster() ... done [22:17:03.497] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:03.499] | : . ' , ; ` makeCluster(workers, ...) ... done [22:17:03.499] | : . ' , ; ` Number of workers: 2 [22:17:03.500] | : . ' , ; ` Workers UUID: 'b9c40f1915b1626157ad2b1e20ca7f46' [22:17:03.501] | : . ' , ; Starting new cluster ... done [22:17:03.501] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [22:17:03.502] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [22:17:03.502] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [22:17:03.503] | : . makeFutureBackend() ... done [22:17:03.503] | : . nbrOfWorkers(NULL) ... [22:17:03.504] | : . ' List of 4 [22:17:03.504] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:17:03.504] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:17:03.504] | : . ' $ : language nbrOfWorkers() [22:17:03.504] | : . ' $ : language nbrOfWorkers.NULL() [22:17:03.506] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:03.507] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:03.507] | : . ' Number of workers: 2 [22:17:03.508] | : . nbrOfWorkers(NULL) ... done [22:17:03.508] | : . plan(): nbrOfWorkers() = 2 [22:17:03.509] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [22:17:03.509] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:17:03.510] | future(..., label = NULL) ... [22:17:03.510] | : lazy: FALSE [22:17:03.511] | : stdout: TRUE [22:17:03.511] | : conditions: [n=1] 'condition' [22:17:03.512] | : getGlobalsAndPackages() ... [22:17:03.512] | : . Searching for globals ... [22:17:03.514] | : . ' globals found: [0] [22:17:03.515] | : . Searching for globals ... done [22:17:03.515] | : . globals: [0] [22:17:03.516] | : . packages: [0] [22:17:03.516] | : getGlobalsAndPackages() ... done [22:17:03.517] | : run() for 'Future' () ... [22:17:03.517] | : . state: 'created' [22:17:03.518] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:03.518] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:03.519] | : . Using MultisessionFutureBackend ... [22:17:03.519] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:03.520] | : . ' Launching futures ... [22:17:03.521] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:03.521] | : . ' , ; Workers: [n=2] [22:17:03.522] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:03.524] | : . ' , ; FutureRegistry: 'workers-b9c40f1915b1626157ad2b1e20ca7f46' [22:17:03.524] | : . ' , ; requestWorker() ... [22:17:03.525] | : . ' , ; ` requestNode() ... [22:17:03.525] | : . ' , ; ` | Number of workers: 2 [22:17:03.526] | : . ' , ; ` | Polling for a free worker ... [22:17:03.526] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.527] | : . ' , ; ` | : . Created empty registry 'workers-b9c40f1915b1626157ad2b1e20ca7f46' [22:17:03.527] | : . ' , ; ` | : . Listing all futures [22:17:03.528] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:03.528] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.529] | : . ' , ; ` | : Total time: 0 [22:17:03.529] | : . ' , ; ` | Polling for a free worker ... done [22:17:03.530] | : . ' , ; ` | FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.530] | : . ' , ; ` | : Listing all futures [22:17:03.531] | : . ' , ; ` | : Number of registered futures: 0 [22:17:03.531] | : . ' , ; ` | FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.532] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:03.532] | : . ' , ; ` | Index of first available worker: 1 [22:17:03.533] | : . ' , ; ` | Validate that the worker is functional ... [22:17:03.534] | : . ' , ; ` | : Connection is valid [22:17:03.534] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 51700 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:32907') [22:17:03.536] | : . ' , ; ` | : Worker is functional [22:17:03.536] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.537] | : . ' , ; ` | : . Listing all futures [22:17:03.537] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:03.538] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.539] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:03.539] | : . ' , ; ` requestNode() ... done [22:17:03.540] | : . ' , ; ` cluster node index: 1 [22:17:03.540] | : . ' , ; requestWorker() ... done [22:17:03.541] | : . ' , ; eraseGlobalEnvironment() ... [22:17:03.542] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:03.542] | : . ' , ; launchFuture() ... [22:17:03.543] | : . ' , ; ` cluster node index: 1 [22:17:03.543] | : . ' , ; ` getFutureData() ... [22:17:03.544] | : . ' , ; ` | getFutureCore() ... [22:17:03.544] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:03.545] | : . ' , ; ` | getFutureCore() ... done [22:17:03.545] | : . ' , ; ` | getFutureCapture() ... [22:17:03.546] | : . ' , ; ` | getFutureCapture() ... done [22:17:03.546] | : . ' , ; ` | getFutureContext() ... [22:17:03.547] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:03.547] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:03.548] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:03.548] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:03.549] | : . ' , ; ` | getFutureContext() ... done [22:17:03.549] | : . ' , ; ` getFutureData() ... done [22:17:03.550] | : . ' , ; ` FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'add', earlySignal = 0) ... [22:17:03.551] | : . ' , ; ` | Appended future to position #1 [22:17:03.551] | : . ' , ; ` | Number of registered futures: 1 [22:17:03.552] | : . ' , ; ` FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'add', earlySignal = 0) ... done [22:17:03.552] | : . ' , ; launchFuture() ... done [22:17:03.553] | : . ' , ; MultisessionFuture started [22:17:03.553] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:03.554] | : . ' Launching futures ... done [22:17:03.554] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:03.555] | : . Using MultisessionFutureBackend ... done [22:17:03.555] | : run() for 'Future' () ... done [22:17:03.556] | future(..., label = NULL) ... done MultisessionFuture: Label: Expression: [1] 42 Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") [22:17:03.557] | resolved() ... [22:17:03.558] | : resolved() for MultisessionFuture () ... [22:17:03.559] | : . Cluster node socket connection: index=4, id=337 [22:17:03.559] | : . assertValidConnection() ... [22:17:03.560] | : . ' cluster node index: 1 [22:17:03.561] | : . assertValidConnection() ... done [22:17:03.609] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:03.610] | : . ' cluster node index: 1 [22:17:03.611] | : . ' [1] TRUE [22:17:03.611] | : . ' Received data: [22:17:03.612] | : . ' List of 5 [22:17:03.612] | : . ' $ type : chr "VALUE" [22:17:03.612] | : . ' $ value :List of 16 [22:17:03.612] | : . ' ..$ value : num 42 [22:17:03.612] | : . ' ..$ visible : logi TRUE [22:17:03.612] | : . ' ..$ stdout : chr "" [22:17:03.612] | : . ' ..$ conditions : list() [22:17:03.612] | : . ' ..$ rng : logi FALSE [22:17:03.612] | : . ' ..$ seed : NULL [22:17:03.612] | : . ' ..$ misuseGlobalEnv : NULL [22:17:03.612] | : . ' ..$ misuseConnections :List of 3 [22:17:03.612] | : . ' .. ..$ added : NULL [22:17:03.612] | : . ' .. ..$ removed : NULL [22:17:03.612] | : . ' .. ..$ replaced: NULL [22:17:03.612] | : . ' ..$ misuseDevices : NULL [22:17:03.612] | : . ' ..$ misuseDefaultDevice: list() [22:17:03.612] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.612] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.612] | : . ' ..$ uuid : chr [1:2] "cda7dc7b4f252a01ea6ce84af73a58b8" "5" [22:17:03.612] | : . ' ..$ session_uuid : chr "432d244d1a7d828ac1d8328b028ec1c3" [22:17:03.612] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:03.612] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:03.612] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:03.612] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:03.612] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:03.612] | : . ' .. .. ..$ pid : int 51700 [22:17:03.612] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.612] | : . ' .. .. ..$ random: int 2147483647 [22:17:03.612] | : . ' ..$ r_info :List of 4 [22:17:03.612] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:03.612] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:03.612] | : . ' .. ..$ os : chr "windows" [22:17:03.612] | : . ' .. ..$ os_name : chr "Windows" [22:17:03.612] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:03.612] | : . ' ..$ version : chr "1.8" [22:17:03.612] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:03.612] | : . ' $ success: logi TRUE [22:17:03.612] | : . ' $ time : 'proc_time' Named num [1:5] 0.05 0.01 0.06 NA NA [22:17:03.612] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:03.612] | : . ' $ tag : NULL [22:17:03.627] | : . ' Received FutureResult [22:17:03.627] | : . ' FutureResult: [22:17:03.627] | : . ' value: 'numeric' [22:17:03.627] | : . ' visible: TRUE [22:17:03.627] | : . ' stdout: character [22:17:03.627] | : . ' conditions: [n = 0] [22:17:03.627] | : . ' RNG used: FALSE [22:17:03.627] | : . ' duration: 0.05660701 secs (started 2026-03-13 22:17:03.551855) [22:17:03.627] | : . ' version: 1.8 [22:17:03.629] | : . ' FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'remove', earlySignal = 0) ... [22:17:03.629] | : . ' , Removed future from position #1 [22:17:03.630] | : . ' , Number of registered futures: 0 [22:17:03.630] | : . ' FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'remove', earlySignal = 0) ... done [22:17:03.631] | : . ' Erased future from future backend [22:17:03.631] | : . ' result() for ClusterFuture ... [22:17:03.632] | : . ' , result already collected: FutureResult [22:17:03.632] | : . ' result() for ClusterFuture ... done [22:17:03.633] | : . ' signalConditions() ... [22:17:03.633] | : . ' , include = 'immediateCondition' [22:17:03.634] | : . ' , exclude = [22:17:03.634] | : . ' , resignal = FALSE [22:17:03.635] | : . ' , Number of conditions: 0 [22:17:03.635] | : . ' , int 0 [22:17:03.636] | : . ' signalConditions() ... done [22:17:03.637] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:03.637] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [22:17:03.638] | : resolved() for MultisessionFuture () ... done [22:17:03.638] | : assertFutureResult() ... [22:17:03.639] | : . Future uuid: cda7dc7b4f252a01ea6ce84af73a58b8-5 [22:17:03.639] | : . identical; success [22:17:03.640] | : assertFutureResult() ... done [22:17:03.640] | resolved() ... done Resolved: TRUE Unique identifier: cda7dc7b4f252a01ea6ce84af73a58b8-5 Owner process: cda7dc7b4f252a01ea6ce84af73a58b8 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [22:17:03.641] | value() for MultisessionFuture () ... [22:17:03.641] | : result() for ClusterFuture ... [22:17:03.642] | : . result already collected: FutureResult [22:17:03.642] | : result() for ClusterFuture ... done [22:17:03.643] | : result() for ClusterFuture ... [22:17:03.643] | : . result already collected: FutureResult [22:17:03.644] | : result() for ClusterFuture ... done [22:17:03.644] | : signalConditions() ... [22:17:03.645] | : . include = 'immediateCondition' [22:17:03.645] | : . exclude = [22:17:03.646] | : . resignal = FALSE [22:17:03.646] | : . Number of conditions: 0 [22:17:03.647] | : . int 0 [22:17:03.647] | : signalConditions() ... done [22:17:03.648] | : relay stdout ... [22:17:03.648] | : relay stdout ... done [22:17:03.649] | : check for misuse ... [22:17:03.649] | : check for misuse ... done [22:17:03.650] | value() for MultisessionFuture () ... done [22:17:03.651] | future(..., label = NULL) ... [22:17:03.651] | : lazy: FALSE [22:17:03.651] | : stdout: TRUE [22:17:03.652] | : conditions: [n=1] 'condition' [22:17:03.653] | : getGlobalsAndPackages() ... [22:17:03.653] | : . Searching for globals ... [22:17:03.657] | : . ' globals found: [1] '{' [22:17:03.657] | : . Searching for globals ... done [22:17:03.658] | : . Resolving globals: FALSE [22:17:03.658] | : . Search for packages associated with the globals ... [22:17:03.659] | : . ' Packages associated with globals: [1] 'base' [22:17:03.659] | : . ' Packages: [1] 'base' [22:17:03.660] | : . Search for packages associated with the globals ... done [22:17:03.661] | : . Packages after dropping 'base': [0] [22:17:03.661] | : . globals: [0] [22:17:03.662] | : . packages: [0] [22:17:03.662] | : getGlobalsAndPackages() ... done [22:17:03.663] | : run() for 'Future' () ... [22:17:03.663] | : . state: 'created' [22:17:03.664] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:03.664] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:03.665] | : . Using MultisessionFutureBackend ... [22:17:03.665] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:17:03.666] | : . ' Launching futures ... [22:17:03.666] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:03.667] | : . ' , ; Workers: [n=2] [22:17:03.667] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:03.670] | : . ' , ; FutureRegistry: 'workers-b9c40f1915b1626157ad2b1e20ca7f46' [22:17:03.670] | : . ' , ; requestWorker() ... [22:17:03.671] | : . ' , ; ` requestNode() ... [22:17:03.671] | : . ' , ; ` | Number of workers: 2 [22:17:03.672] | : . ' , ; ` | Polling for a free worker ... [22:17:03.672] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.673] | : . ' , ; ` | : . Listing all futures [22:17:03.673] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:03.674] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.674] | : . ' , ; ` | : Total time: 0 [22:17:03.675] | : . ' , ; ` | Polling for a free worker ... done [22:17:03.675] | : . ' , ; ` | FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.676] | : . ' , ; ` | : Listing all futures [22:17:03.676] | : . ' , ; ` | : Number of registered futures: 0 [22:17:03.677] | : . ' , ; ` | FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.677] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:03.678] | : . ' , ; ` | Index of first available worker: 1 [22:17:03.678] | : . ' , ; ` | Validate that the worker is functional ... [22:17:03.679] | : . ' , ; ` | : Connection is valid [22:17:03.679] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 51700 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:32907') [22:17:03.681] | : . ' , ; ` | : Worker is functional [22:17:03.681] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.682] | : . ' , ; ` | : . Listing all futures [22:17:03.682] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:03.683] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.683] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:03.684] | : . ' , ; ` requestNode() ... done [22:17:03.684] | : . ' , ; ` cluster node index: 1 [22:17:03.685] | : . ' , ; requestWorker() ... done [22:17:03.685] | : . ' , ; eraseGlobalEnvironment() ... [22:17:03.686] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:03.687] | : . ' , ; launchFuture() ... [22:17:03.687] | : . ' , ; ` cluster node index: 1 [22:17:03.688] | : . ' , ; ` getFutureData() ... [22:17:03.688] | : . ' , ; ` | getFutureCore() ... [22:17:03.689] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:03.689] | : . ' , ; ` | getFutureCore() ... done [22:17:03.690] | : . ' , ; ` | getFutureCapture() ... [22:17:03.690] | : . ' , ; ` | getFutureCapture() ... done [22:17:03.691] | : . ' , ; ` | getFutureContext() ... [22:17:03.691] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:03.692] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:03.692] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:03.693] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:03.693] | : . ' , ; ` | getFutureContext() ... done [22:17:03.694] | : . ' , ; ` getFutureData() ... done [22:17:03.695] | : . ' , ; ` FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'add', earlySignal = 0) ... [22:17:03.695] | : . ' , ; ` | Appended future to position #1 [22:17:03.696] | : . ' , ; ` | Number of registered futures: 1 [22:17:03.696] | : . ' , ; ` FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'add', earlySignal = 0) ... done [22:17:03.697] | : . ' , ; launchFuture() ... done [22:17:03.697] | : . ' , ; MultisessionFuture started [22:17:03.698] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:03.698] | : . ' Launching futures ... done [22:17:03.699] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:03.699] | : . Using MultisessionFutureBackend ... done [22:17:03.700] | : run() for 'Future' () ... done [22:17:03.700] | future(..., label = NULL) ... done MultisessionFuture: Label: Expression: { 42 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") [22:17:03.701] | resolved() ... [22:17:03.702] | : resolved() for MultisessionFuture () ... [22:17:03.703] | : . Cluster node socket connection: index=4, id=337 [22:17:03.703] | : . assertValidConnection() ... [22:17:03.704] | : . ' cluster node index: 1 [22:17:03.705] | : . assertValidConnection() ... done [22:17:03.705] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:03.706] | : . ' cluster node index: 1 [22:17:03.706] | : . ' [1] TRUE [22:17:03.707] | : . ' Received data: [22:17:03.707] | : . ' List of 5 [22:17:03.707] | : . ' $ type : chr "VALUE" [22:17:03.707] | : . ' $ value :List of 16 [22:17:03.707] | : . ' ..$ value : num 42 [22:17:03.707] | : . ' ..$ visible : logi TRUE [22:17:03.707] | : . ' ..$ stdout : chr "" [22:17:03.707] | : . ' ..$ conditions : list() [22:17:03.707] | : . ' ..$ rng : logi FALSE [22:17:03.707] | : . ' ..$ seed : NULL [22:17:03.707] | : . ' ..$ misuseGlobalEnv : NULL [22:17:03.707] | : . ' ..$ misuseConnections :List of 3 [22:17:03.707] | : . ' .. ..$ added : NULL [22:17:03.707] | : . ' .. ..$ removed : NULL [22:17:03.707] | : . ' .. ..$ replaced: NULL [22:17:03.707] | : . ' ..$ misuseDevices : NULL [22:17:03.707] | : . ' ..$ misuseDefaultDevice: list() [22:17:03.707] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.707] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.707] | : . ' ..$ uuid : chr [1:2] "cda7dc7b4f252a01ea6ce84af73a58b8" "6" [22:17:03.707] | : . ' ..$ session_uuid : chr "432d244d1a7d828ac1d8328b028ec1c3" [22:17:03.707] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:03.707] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:03.707] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:03.707] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:03.707] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:03.707] | : . ' .. .. ..$ pid : int 51700 [22:17:03.707] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.707] | : . ' .. .. ..$ random: int 2147483647 [22:17:03.707] | : . ' ..$ r_info :List of 4 [22:17:03.707] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:03.707] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:03.707] | : . ' .. ..$ os : chr "windows" [22:17:03.707] | : . ' .. ..$ os_name : chr "Windows" [22:17:03.707] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:03.707] | : . ' ..$ version : chr "1.8" [22:17:03.707] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:03.707] | : . ' $ success: logi TRUE [22:17:03.707] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:03.707] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:03.707] | : . ' $ tag : NULL [22:17:03.726] | : . ' Received FutureResult [22:17:03.727] | : . ' FutureResult: [22:17:03.727] | : . ' value: 'numeric' [22:17:03.727] | : . ' visible: TRUE [22:17:03.727] | : . ' stdout: character [22:17:03.727] | : . ' conditions: [n = 0] [22:17:03.727] | : . ' RNG used: FALSE [22:17:03.727] | : . ' duration: 0.002850056 secs (started 2026-03-13 22:17:03.695196) [22:17:03.727] | : . ' version: 1.8 [22:17:03.728] | : . ' FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'remove', earlySignal = 0) ... [22:17:03.728] | : . ' , Removed future from position #1 [22:17:03.729] | : . ' , Number of registered futures: 0 [22:17:03.730] | : . ' FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'remove', earlySignal = 0) ... done [22:17:03.730] | : . ' Erased future from future backend [22:17:03.731] | : . ' result() for ClusterFuture ... [22:17:03.731] | : . ' , result already collected: FutureResult [22:17:03.731] | : . ' result() for ClusterFuture ... done [22:17:03.732] | : . ' signalConditions() ... [22:17:03.732] | : . ' , include = 'immediateCondition' [22:17:03.733] | : . ' , exclude = [22:17:03.733] | : . ' , resignal = FALSE [22:17:03.734] | : . ' , Number of conditions: 0 [22:17:03.734] | : . ' , int 0 [22:17:03.735] | : . ' signalConditions() ... done [22:17:03.736] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:03.736] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [22:17:03.737] | : resolved() for MultisessionFuture () ... done [22:17:03.737] | : assertFutureResult() ... [22:17:03.738] | : . Future uuid: cda7dc7b4f252a01ea6ce84af73a58b8-6 [22:17:03.738] | : . identical; success [22:17:03.739] | : assertFutureResult() ... done [22:17:03.739] | resolved() ... done Resolved: TRUE Unique identifier: cda7dc7b4f252a01ea6ce84af73a58b8-6 Owner process: cda7dc7b4f252a01ea6ce84af73a58b8 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [22:17:03.740] | value() for MultisessionFuture () ... [22:17:03.740] | : result() for ClusterFuture ... [22:17:03.741] | : . result already collected: FutureResult [22:17:03.741] | : result() for ClusterFuture ... done [22:17:03.742] | : result() for ClusterFuture ... [22:17:03.742] | : . result already collected: FutureResult [22:17:03.743] | : result() for ClusterFuture ... done [22:17:03.743] | : signalConditions() ... [22:17:03.744] | : . include = 'immediateCondition' [22:17:03.744] | : . exclude = [22:17:03.745] | : . resignal = FALSE [22:17:03.745] | : . Number of conditions: 0 [22:17:03.746] | : . int 0 [22:17:03.747] | : signalConditions() ... done [22:17:03.747] | : relay stdout ... [22:17:03.748] | : relay stdout ... done [22:17:03.749] | : check for misuse ... [22:17:03.750] | : check for misuse ... done [22:17:03.751] | value() for MultisessionFuture () ... done [22:17:03.751] | future(..., label = 'strategy = multisession') ... [22:17:03.752] | : lazy: FALSE [22:17:03.753] | : stdout: TRUE [22:17:03.753] | : conditions: [n=1] 'condition' [22:17:03.754] | : getGlobalsAndPackages() ... [22:17:03.754] | : . Searching for globals ... [22:17:03.756] | : . ' globals found: [0] [22:17:03.756] | : . Searching for globals ... done [22:17:03.757] | : . globals: [0] [22:17:03.757] | : . packages: [0] [22:17:03.758] | : getGlobalsAndPackages() ... done [22:17:03.759] | : run() for 'Future' ('strategy = multisession') ... [22:17:03.759] | : . state: 'created' [22:17:03.760] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:03.760] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:03.761] | : . Using MultisessionFutureBackend ... [22:17:03.761] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:17:03.762] | : . ' Launching futures ... [22:17:03.762] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:03.763] | : . ' , ; Workers: [n=2] [22:17:03.763] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:03.766] | : . ' , ; FutureRegistry: 'workers-b9c40f1915b1626157ad2b1e20ca7f46' [22:17:03.766] | : . ' , ; requestWorker() ... [22:17:03.767] | : . ' , ; ` requestNode() ... [22:17:03.767] | : . ' , ; ` | Number of workers: 2 [22:17:03.768] | : . ' , ; ` | Polling for a free worker ... [22:17:03.768] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.769] | : . ' , ; ` | : . Listing all futures [22:17:03.769] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:03.770] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.770] | : . ' , ; ` | : Total time: 0 [22:17:03.771] | : . ' , ; ` | Polling for a free worker ... done [22:17:03.771] | : . ' , ; ` | FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.772] | : . ' , ; ` | : Listing all futures [22:17:03.772] | : . ' , ; ` | : Number of registered futures: 0 [22:17:03.772] | : . ' , ; ` | FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.773] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:03.773] | : . ' , ; ` | Index of first available worker: 1 [22:17:03.774] | : . ' , ; ` | Validate that the worker is functional ... [22:17:03.774] | : . ' , ; ` | : Connection is valid [22:17:03.775] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 51700 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:32907') [22:17:03.776] | : . ' , ; ` | : Worker is functional [22:17:03.777] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.778] | : . ' , ; ` | : . Listing all futures [22:17:03.778] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:03.779] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.779] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:03.780] | : . ' , ; ` requestNode() ... done [22:17:03.780] | : . ' , ; ` cluster node index: 1 [22:17:03.781] | : . ' , ; requestWorker() ... done [22:17:03.781] | : . ' , ; eraseGlobalEnvironment() ... [22:17:03.782] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:03.782] | : . ' , ; launchFuture() ... [22:17:03.783] | : . ' , ; ` cluster node index: 1 [22:17:03.783] | : . ' , ; ` getFutureData() ... [22:17:03.784] | : . ' , ; ` | getFutureCore() ... [22:17:03.784] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:03.785] | : . ' , ; ` | getFutureCore() ... done [22:17:03.785] | : . ' , ; ` | getFutureCapture() ... [22:17:03.786] | : . ' , ; ` | getFutureCapture() ... done [22:17:03.786] | : . ' , ; ` | getFutureContext() ... [22:17:03.787] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:03.787] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:03.788] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:03.788] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:03.789] | : . ' , ; ` | getFutureContext() ... done [22:17:03.789] | : . ' , ; ` getFutureData() ... done [22:17:03.790] | : . ' , ; ` FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'add', earlySignal = 0) ... [22:17:03.791] | : . ' , ; ` | Appended future to position #1 [22:17:03.791] | : . ' , ; ` | Number of registered futures: 1 [22:17:03.792] | : . ' , ; ` FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'add', earlySignal = 0) ... done [22:17:03.792] | : . ' , ; launchFuture() ... done [22:17:03.793] | : . ' , ; MultisessionFuture started [22:17:03.793] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:03.794] | : . ' Launching futures ... done [22:17:03.794] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:03.795] | : . Using MultisessionFutureBackend ... done [22:17:03.795] | : run() for 'Future' ('strategy = multisession') ... done [22:17:03.796] | future(..., label = 'strategy = multisession') ... done MultisessionFuture: Label: 'strategy = multisession' Expression: [1] 42 Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") [22:17:03.797] | resolved() ... [22:17:03.797] | : resolved() for MultisessionFuture ('strategy = multisession') ... [22:17:03.798] | : . Cluster node socket connection: index=4, id=337 [22:17:03.799] | : . assertValidConnection() ... [22:17:03.799] | : . ' cluster node index: 1 [22:17:03.800] | : . assertValidConnection() ... done [22:17:03.801] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:03.801] | : . ' cluster node index: 1 [22:17:03.802] | : . ' [1] TRUE [22:17:03.802] | : . ' Received data: [22:17:03.803] | : . ' List of 5 [22:17:03.803] | : . ' $ type : chr "VALUE" [22:17:03.803] | : . ' $ value :List of 16 [22:17:03.803] | : . ' ..$ value : num 42 [22:17:03.803] | : . ' ..$ visible : logi TRUE [22:17:03.803] | : . ' ..$ stdout : chr "" [22:17:03.803] | : . ' ..$ conditions : list() [22:17:03.803] | : . ' ..$ rng : logi FALSE [22:17:03.803] | : . ' ..$ seed : NULL [22:17:03.803] | : . ' ..$ misuseGlobalEnv : NULL [22:17:03.803] | : . ' ..$ misuseConnections :List of 3 [22:17:03.803] | : . ' .. ..$ added : NULL [22:17:03.803] | : . ' .. ..$ removed : NULL [22:17:03.803] | : . ' .. ..$ replaced: NULL [22:17:03.803] | : . ' ..$ misuseDevices : NULL [22:17:03.803] | : . ' ..$ misuseDefaultDevice: list() [22:17:03.803] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.803] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.803] | : . ' ..$ uuid : chr [1:2] "cda7dc7b4f252a01ea6ce84af73a58b8" "7" [22:17:03.803] | : . ' ..$ session_uuid : chr "432d244d1a7d828ac1d8328b028ec1c3" [22:17:03.803] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:03.803] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:03.803] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:03.803] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:03.803] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:03.803] | : . ' .. .. ..$ pid : int 51700 [22:17:03.803] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.803] | : . ' .. .. ..$ random: int 2147483647 [22:17:03.803] | : . ' ..$ r_info :List of 4 [22:17:03.803] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:03.803] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:03.803] | : . ' .. ..$ os : chr "windows" [22:17:03.803] | : . ' .. ..$ os_name : chr "Windows" [22:17:03.803] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:03.803] | : . ' ..$ version : chr "1.8" [22:17:03.803] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:03.803] | : . ' $ success: logi TRUE [22:17:03.803] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [22:17:03.803] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:03.803] | : . ' $ tag : NULL [22:17:03.818] | : . ' Received FutureResult [22:17:03.818] | : . ' FutureResult: [22:17:03.818] | : . ' value: 'numeric' [22:17:03.818] | : . ' visible: TRUE [22:17:03.818] | : . ' stdout: character [22:17:03.818] | : . ' conditions: [n = 0] [22:17:03.818] | : . ' RNG used: FALSE [22:17:03.818] | : . ' duration: 0.002916098 secs (started 2026-03-13 22:17:03.790845) [22:17:03.818] | : . ' version: 1.8 [22:17:03.820] | : . ' FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'remove', earlySignal = 0) ... [22:17:03.820] | : . ' , Removed future from position #1 [22:17:03.821] | : . ' , Number of registered futures: 0 [22:17:03.821] | : . ' FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'remove', earlySignal = 0) ... done [22:17:03.822] | : . ' Erased future from future backend [22:17:03.822] | : . ' result() for ClusterFuture ... [22:17:03.823] | : . ' , result already collected: FutureResult [22:17:03.823] | : . ' result() for ClusterFuture ... done [22:17:03.824] | : . ' signalConditions() ... [22:17:03.824] | : . ' , include = 'immediateCondition' [22:17:03.825] | : . ' , exclude = [22:17:03.825] | : . ' , resignal = FALSE [22:17:03.826] | : . ' , Number of conditions: 0 [22:17:03.826] | : . ' , int 0 [22:17:03.827] | : . ' signalConditions() ... done [22:17:03.828] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:03.828] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [22:17:03.829] | : resolved() for MultisessionFuture ('strategy = multisession') ... done [22:17:03.829] | : assertFutureResult() ... [22:17:03.829] | : . Future uuid: cda7dc7b4f252a01ea6ce84af73a58b8-7 [22:17:03.830] | : . identical; success [22:17:03.830] | : assertFutureResult() ... done [22:17:03.831] | resolved() ... done Resolved: TRUE Unique identifier: cda7dc7b4f252a01ea6ce84af73a58b8-7 Owner process: cda7dc7b4f252a01ea6ce84af73a58b8 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [22:17:03.832] | value() for MultisessionFuture ('strategy = multisession') ... [22:17:03.832] | : result() for ClusterFuture ... [22:17:03.833] | : . result already collected: FutureResult [22:17:03.833] | : result() for ClusterFuture ... done [22:17:03.834] | : result() for ClusterFuture ... [22:17:03.834] | : . result already collected: FutureResult [22:17:03.835] | : result() for ClusterFuture ... done [22:17:03.835] | : signalConditions() ... [22:17:03.835] | : . include = 'immediateCondition' [22:17:03.836] | : . exclude = [22:17:03.836] | : . resignal = FALSE [22:17:03.837] | : . Number of conditions: 0 [22:17:03.837] | : . int 0 [22:17:03.838] | : signalConditions() ... done [22:17:03.839] | : relay stdout ... [22:17:03.839] | : relay stdout ... done [22:17:03.840] | : check for misuse ... [22:17:03.840] | : check for misuse ... done [22:17:03.841] | value() for MultisessionFuture ('strategy = multisession') ... done [22:17:03.841] | future(..., label = 'strategy = multisession') ... [22:17:03.842] | : lazy: FALSE [22:17:03.842] | : stdout: TRUE [22:17:03.843] | : conditions: [n=1] 'condition' [22:17:03.843] | : getGlobalsAndPackages() ... [22:17:03.844] | : . Searching for globals ... [22:17:03.848] | : . ' globals found: [1] '{' [22:17:03.848] | : . Searching for globals ... done [22:17:03.849] | : . Resolving globals: FALSE [22:17:03.849] | : . Search for packages associated with the globals ... [22:17:03.850] | : . ' Packages associated with globals: [1] 'base' [22:17:03.851] | : . ' Packages: [1] 'base' [22:17:03.851] | : . Search for packages associated with the globals ... done [22:17:03.852] | : . Packages after dropping 'base': [0] [22:17:03.852] | : . globals: [0] [22:17:03.853] | : . packages: [0] [22:17:03.853] | : getGlobalsAndPackages() ... done [22:17:03.854] | : run() for 'Future' ('strategy = multisession') ... [22:17:03.854] | : . state: 'created' [22:17:03.855] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:03.856] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:03.856] | : . Using MultisessionFutureBackend ... [22:17:03.857] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:17:03.857] | : . ' Launching futures ... [22:17:03.858] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:03.858] | : . ' , ; Workers: [n=2] [22:17:03.859] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:03.861] | : . ' , ; FutureRegistry: 'workers-b9c40f1915b1626157ad2b1e20ca7f46' [22:17:03.861] | : . ' , ; requestWorker() ... [22:17:03.862] | : . ' , ; ` requestNode() ... [22:17:03.862] | : . ' , ; ` | Number of workers: 2 [22:17:03.863] | : . ' , ; ` | Polling for a free worker ... [22:17:03.863] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.864] | : . ' , ; ` | : . Listing all futures [22:17:03.864] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:03.865] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.865] | : . ' , ; ` | : Total time: 0 [22:17:03.866] | : . ' , ; ` | Polling for a free worker ... done [22:17:03.866] | : . ' , ; ` | FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.867] | : . ' , ; ` | : Listing all futures [22:17:03.867] | : . ' , ; ` | : Number of registered futures: 0 [22:17:03.868] | : . ' , ; ` | FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.868] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:03.869] | : . ' , ; ` | Index of first available worker: 1 [22:17:03.869] | : . ' , ; ` | Validate that the worker is functional ... [22:17:03.870] | : . ' , ; ` | : Connection is valid [22:17:03.870] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 51700 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:32907') [22:17:03.872] | : . ' , ; ` | : Worker is functional [22:17:03.873] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... [22:17:03.873] | : . ' , ; ` | : . Listing all futures [22:17:03.874] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:03.874] | : . ' , ; ` | : FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'list', earlySignal = 0) ... done [22:17:03.875] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:03.875] | : . ' , ; ` requestNode() ... done [22:17:03.876] | : . ' , ; ` cluster node index: 1 [22:17:03.876] | : . ' , ; requestWorker() ... done [22:17:03.877] | : . ' , ; eraseGlobalEnvironment() ... [22:17:03.877] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:03.878] | : . ' , ; launchFuture() ... [22:17:03.878] | : . ' , ; ` cluster node index: 1 [22:17:03.879] | : . ' , ; ` getFutureData() ... [22:17:03.879] | : . ' , ; ` | getFutureCore() ... [22:17:03.880] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:03.880] | : . ' , ; ` | getFutureCore() ... done [22:17:03.881] | : . ' , ; ` | getFutureCapture() ... [22:17:03.881] | : . ' , ; ` | getFutureCapture() ... done [22:17:03.882] | : . ' , ; ` | getFutureContext() ... [22:17:03.882] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:03.883] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:03.883] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:03.884] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:03.884] | : . ' , ; ` | getFutureContext() ... done [22:17:03.885] | : . ' , ; ` getFutureData() ... done [22:17:03.886] | : . ' , ; ` FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'add', earlySignal = 0) ... [22:17:03.886] | : . ' , ; ` | Appended future to position #1 [22:17:03.887] | : . ' , ; ` | Number of registered futures: 1 [22:17:03.887] | : . ' , ; ` FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'add', earlySignal = 0) ... done [22:17:03.888] | : . ' , ; launchFuture() ... done [22:17:03.888] | : . ' , ; MultisessionFuture started [22:17:03.889] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:03.889] | : . ' Launching futures ... done [22:17:03.890] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:03.890] | : . Using MultisessionFutureBackend ... done [22:17:03.891] | : run() for 'Future' ('strategy = multisession') ... done [22:17:03.891] | future(..., label = 'strategy = multisession') ... done MultisessionFuture: Label: 'strategy = multisession' Expression: { 42 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") [22:17:03.892] | resolved() ... [22:17:03.893] | : resolved() for MultisessionFuture ('strategy = multisession') ... [22:17:03.894] | : . Cluster node socket connection: index=4, id=337 [22:17:03.894] | : . assertValidConnection() ... [22:17:03.895] | : . ' cluster node index: 1 [22:17:03.896] | : . assertValidConnection() ... done [22:17:03.896] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:03.897] | : . ' cluster node index: 1 [22:17:03.897] | : . ' [1] TRUE [22:17:03.898] | : . ' Received data: [22:17:03.898] | : . ' List of 5 [22:17:03.898] | : . ' $ type : chr "VALUE" [22:17:03.898] | : . ' $ value :List of 16 [22:17:03.898] | : . ' ..$ value : num 42 [22:17:03.898] | : . ' ..$ visible : logi TRUE [22:17:03.898] | : . ' ..$ stdout : chr "" [22:17:03.898] | : . ' ..$ conditions : list() [22:17:03.898] | : . ' ..$ rng : logi FALSE [22:17:03.898] | : . ' ..$ seed : NULL [22:17:03.898] | : . ' ..$ misuseGlobalEnv : NULL [22:17:03.898] | : . ' ..$ misuseConnections :List of 3 [22:17:03.898] | : . ' .. ..$ added : NULL [22:17:03.898] | : . ' .. ..$ removed : NULL [22:17:03.898] | : . ' .. ..$ replaced: NULL [22:17:03.898] | : . ' ..$ misuseDevices : NULL [22:17:03.898] | : . ' ..$ misuseDefaultDevice: list() [22:17:03.898] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.898] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.898] | : . ' ..$ uuid : chr [1:2] "cda7dc7b4f252a01ea6ce84af73a58b8" "8" [22:17:03.898] | : . ' ..$ session_uuid : chr "432d244d1a7d828ac1d8328b028ec1c3" [22:17:03.898] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:03.898] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:03.898] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:03.898] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:03.898] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:03.898] | : . ' .. .. ..$ pid : int 51700 [22:17:03.898] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:03" [22:17:03.898] | : . ' .. .. ..$ random: int 2147483647 [22:17:03.898] | : . ' ..$ r_info :List of 4 [22:17:03.898] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:03.898] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:03.898] | : . ' .. ..$ os : chr "windows" [22:17:03.898] | : . ' .. ..$ os_name : chr "Windows" [22:17:03.898] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:03.898] | : . ' ..$ version : chr "1.8" [22:17:03.898] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:03.898] | : . ' $ success: logi TRUE [22:17:03.898] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [22:17:03.898] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:03.898] | : . ' $ tag : NULL [22:17:03.916] | : . ' Received FutureResult [22:17:03.917] | : . ' FutureResult: [22:17:03.917] | : . ' value: 'numeric' [22:17:03.917] | : . ' visible: TRUE [22:17:03.917] | : . ' stdout: character [22:17:03.917] | : . ' conditions: [n = 0] [22:17:03.917] | : . ' RNG used: FALSE [22:17:03.917] | : . ' duration: 0.003055811 secs (started 2026-03-13 22:17:03.886367) [22:17:03.917] | : . ' version: 1.8 [22:17:03.918] | : . ' FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'remove', earlySignal = 0) ... [22:17:03.919] | : . ' , Removed future from position #1 [22:17:03.919] | : . ' , Number of registered futures: 0 [22:17:03.920] | : . ' FutureRegistry('workers-b9c40f1915b1626157ad2b1e20ca7f46', action = 'remove', earlySignal = 0) ... done [22:17:03.920] | : . ' Erased future from future backend [22:17:03.921] | : . ' result() for ClusterFuture ... [22:17:03.921] | : . ' , result already collected: FutureResult [22:17:03.922] | : . ' result() for ClusterFuture ... done [22:17:03.922] | : . ' signalConditions() ... [22:17:03.923] | : . ' , include = 'immediateCondition' [22:17:03.923] | : . ' , exclude = [22:17:03.924] | : . ' , resignal = FALSE [22:17:03.924] | : . ' , Number of conditions: 0 [22:17:03.925] | : . ' , int 0 [22:17:03.925] | : . ' signalConditions() ... done [22:17:03.926] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:03.926] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [22:17:03.927] | : resolved() for MultisessionFuture ('strategy = multisession') ... done [22:17:03.927] | : assertFutureResult() ... [22:17:03.928] | : . Future uuid: cda7dc7b4f252a01ea6ce84af73a58b8-8 [22:17:03.928] | : . identical; success [22:17:03.929] | : assertFutureResult() ... done [22:17:03.929] | resolved() ... done Resolved: TRUE Unique identifier: cda7dc7b4f252a01ea6ce84af73a58b8-8 Owner process: cda7dc7b4f252a01ea6ce84af73a58b8 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [22:17:03.930] | value() for MultisessionFuture ('strategy = multisession') ... [22:17:03.930] | : result() for ClusterFuture ... [22:17:03.931] | : . result already collected: FutureResult [22:17:03.931] | : result() for ClusterFuture ... done [22:17:03.932] | : result() for ClusterFuture ... [22:17:03.932] | : . result already collected: FutureResult [22:17:03.933] | : result() for ClusterFuture ... done [22:17:03.933] | : signalConditions() ... [22:17:03.934] | : . include = 'immediateCondition' [22:17:03.935] | : . exclude = [22:17:03.935] | : . resignal = FALSE [22:17:03.936] | : . Number of conditions: 0 [22:17:03.936] | : . int 0 [22:17:03.937] | : signalConditions() ... done [22:17:03.938] | : relay stdout ... [22:17:03.938] | : relay stdout ... done [22:17:03.939] | : check for misuse ... [22:17:03.939] | : check for misuse ... done [22:17:03.940] | value() for MultisessionFuture ('strategy = multisession') ... done - plan('multisession') ... DONE > message("*** Futures - labels ... DONE") *** Futures - labels ... DONE Failed to undo environment variables: - Expected environment variables: [n=218] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RCPP_NOT_NEEDED_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_03_13_22_15_17_12234' Test time: user.self=1s, sys.self=0.2s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'future,labels' ... success > > proc.time() user system elapsed 1.31 0.26 2.15