R Under development (unstable) (2026-01-15 r89304 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) [12:33:03.871] Option 'future.startup.script': TRUE [12:33:03.873] Future startup scripts considered: '.future.R', '~/.future.R' [12:33:03.873] 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') ... [12:33:03.894] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:03.894] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:03.894] | : all.equal() for FutureStrategyList ... [12:33:03.895] | : . New stack: [12:33:03.895] | : . List of 1 [12:33:03.895] | : . $ :function (..., envir = parent.frame()) [12:33:03.895] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:03.895] | : . ..- attr(*, "init")= logi TRUE [12:33:03.895] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.895] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.895] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.895] | : . ..- attr(*, "call")= language plan(strategy) [12:33:03.895] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:03.900] | : . Old stack: [12:33:03.900] | : . List of 1 [12:33:03.900] | : . $ :function (..., envir = parent.frame()) [12:33:03.900] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:03.900] | : . ..- attr(*, "init")= logi TRUE [12:33:03.900] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.900] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.900] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.900] | : . ..- attr(*, "call")= language plan(sequential) [12:33:03.900] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:03.907] | : . Not identical [12:33:03.907] | : . all.equal() for future ... [12:33:03.908] | : . ' List of 2 [12:33:03.908] | : . ' $ target :function (..., envir = parent.frame()) [12:33:03.908] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:03.908] | : . ' ..- attr(*, "init")= logi TRUE [12:33:03.908] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.908] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.908] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.908] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:03.908] | : . ' $ current:function (..., envir = parent.frame()) [12:33:03.908] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:03.908] | : . ' ..- attr(*, "init")= logi TRUE [12:33:03.908] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.908] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.908] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.908] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:03.915] | : . all.equal() for future ... done [12:33:03.915] | : all.equal() for FutureStrategyList ... done [12:33:03.916] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:03.916] | : List of future strategies: [12:33:03.916] | : 1. sequential: [12:33:03.916] | : - args: function (..., envir = parent.frame(), workers = "") [12:33:03.916] | : - tweaked: FALSE [12:33:03.916] | : - call: plan(sequential) [12:33:03.917] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:03.917] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:03.917] future(..., label = NULL) ... [12:33:03.918] | lazy: FALSE [12:33:03.918] | stdout: TRUE [12:33:03.918] | conditions: [n=1] 'condition' [12:33:03.919] | getGlobalsAndPackages() ... [12:33:03.920] | : Searching for globals ... [12:33:03.931] | : . globals found: [0] [12:33:03.931] | : Searching for globals ... done [12:33:03.932] | : globals: [0] [12:33:03.932] | : packages: [0] [12:33:03.932] | getGlobalsAndPackages() ... done [12:33:03.933] | run() for 'Future' () ... [12:33:03.933] | : state: 'created' [12:33:03.933] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:03.933] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:33:03.934] | : . ' function (..., envir = parent.frame()) [12:33:03.934] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:03.934] | : . ' - attr(*, "init")= logi TRUE [12:33:03.934] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.934] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.934] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.934] | : . ' - attr(*, "call")= language plan(sequential) [12:33:03.939] | : . ' init: TRUE [12:33:03.940] | : . ' makeFutureBackend() ... [12:33:03.940] | : . ' , Backend function: <'NULL'> [12:33:03.940] | : . ' , Evaluator tweak arguments: [n=0] [12:33:03.940] | : . ' , list() [12:33:03.940] | : . ' , Evaluator formal arguments: [n=1] [12:33:03.941] | : . ' , Dotted pair list of 1 [12:33:03.941] | : . ' , $ envir: language parent.frame() [12:33:03.941] | : . ' , Arguments passed to the future-backend factory: [n=1] [12:33:03.942] | : . ' , List of 1 [12:33:03.942] | : . ' , $ envir: language parent.frame() [12:33:03.943] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:33:03.943] | : . ' makeFutureBackend() ... done [12:33:03.943] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:33:03.943] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:03.943] | : Using SequentialFutureBackend ... [12:33:03.944] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:03.944] | : . Launching futures ... [12:33:03.944] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:03.944] | : . ' , getFutureData() ... [12:33:03.945] | : . ' , ; getFutureCore() ... [12:33:03.945] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:03.945] | : . ' , ; getFutureCore() ... done [12:33:03.945] | : . ' , ; getFutureCapture() ... [12:33:03.945] | : . ' , ; getFutureCapture() ... done [12:33:03.946] | : . ' , ; getFutureContext() ... [12:33:03.946] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:03.946] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:03.947] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:03.947] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:03.947] | : . ' , ; getFutureContext() ... done [12:33:03.947] | : . ' , getFutureData() ... done [12:33:03.951] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:03.951] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:03.951] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:03.952] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:03.952] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:03.952] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:03.952] | : . ' , ; ` | New stack: [12:33:03.953] | : . ' , ; ` | List of 1 [12:33:03.953] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:03.953] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:03.953] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:03.953] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.953] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.953] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.953] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:03.953] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:03.956] | : . ' , ; ` | Old stack: [12:33:03.956] | : . ' , ; ` | List of 1 [12:33:03.956] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:03.956] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:03.956] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:03.956] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.956] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.956] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.956] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:03.956] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:03.956] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.956] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.956] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:03.993] | : . ' , ; ` | Not identical [12:33:03.994] | : . ' , ; ` | all.equal() for future ... [12:33:03.994] | : . ' , ; ` | : List of 2 [12:33:03.994] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.994] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:03.994] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.994] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:03.994] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:03.994] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:03.994] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.001] | : . ' , ; ` | all.equal() for future ... done [12:33:04.001] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:04.001] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:04.001] | : . ' , ; ` List of future strategies: [12:33:04.001] | : . ' , ; ` 1. sequential: [12:33:04.001] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:04.001] | : . ' , ; ` - tweaked: FALSE [12:33:04.001] | : . ' , ; ` - call: plan(sequential) [12:33:04.002] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:04.002] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.007] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.007] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.008] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:04.008] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:04.008] | : . ' , ; ` | : New stack: [12:33:04.008] | : . ' , ; ` | : List of 1 [12:33:04.008] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:04.008] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.008] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.008] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.008] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.008] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.008] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.008] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.008] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.008] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.008] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.054] | : . ' , ; ` | : Old stack: [12:33:04.054] | : . ' , ; ` | : List of 1 [12:33:04.054] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:04.054] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.054] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.054] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.054] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.054] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.054] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.054] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.054] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.054] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.054] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.060] | : . ' , ; ` | : Identical [12:33:04.060] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:04.061] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:04.061] | : . ' , ; ` | List of future strategies: [12:33:04.061] | : . ' , ; ` | 1. sequential: [12:33:04.061] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:04.061] | : . ' , ; ` | - tweaked: FALSE [12:33:04.061] | : . ' , ; ` | - call: plan(sequential) [12:33:04.062] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:04.062] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.062] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.068] | : . ' , SequentialFuture started (and completed) [12:33:04.069] | : . ' , signalConditions() ... [12:33:04.069] | : . ' , ; include = 'immediateCondition' [12:33:04.069] | : . ' , ; exclude = [12:33:04.070] | : . ' , ; resignal = FALSE [12:33:04.070] | : . ' , ; Number of conditions: 6 [12:33:04.070] | : . ' , ; int 6 [12:33:04.071] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.071] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.072] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.072] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.072] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.072] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.073] | : . ' , signalConditions() ... done [12:33:04.073] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:04.073] | : . Launching futures ... done [12:33:04.074] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:04.074] | : Using SequentialFutureBackend ... done [12:33:04.074] | run() for 'Future' () ... done [12:33:04.075] 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: 0c655ffc8e010b73536bc8ebae936b02-1 Owner process: 0c655ffc8e010b73536bc8ebae936b02 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.05694294 secs (started 2026-01-16 12:33:03.949126) Worker process: 0c655ffc8e010b73536bc8ebae936b02 [12:33:04.078] value() for SequentialFuture () ... [12:33:04.078] | signalConditions() ... [12:33:04.078] | : include = 'immediateCondition' [12:33:04.079] | : exclude = [12:33:04.079] | : resignal = FALSE [12:33:04.079] | : Number of conditions: 6 [12:33:04.080] | : int 6 [12:33:04.080] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.081] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.081] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.081] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.081] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.082] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.082] | signalConditions() ... done [12:33:04.082] | relay stdout ... [12:33:04.083] | relay stdout ... done [12:33:04.083] | check for misuse ... [12:33:04.083] | check for misuse ... done [12:33:04.083] | relay conditions ... [12:33:04.084] | : Future state: 'finished' [12:33:04.084] | : signalConditions() ... [12:33:04.084] | : . include = 'condition' [12:33:04.084] | : . exclude = 'immediateCondition' [12:33:04.085] | : . resignal = TRUE [12:33:04.085] | : . Number of conditions: 6 [12:33:04.085] | : . int 6 [12:33:04.086] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.086] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:03.949] | : . ' , attachPackages() ... [12:33:04.087] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.087] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:03.949] | : . ' , ; packages: [n=1] 'future' [12:33:04.087] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.088] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:03.949] | : . ' , attachPackages() ... done [12:33:04.088] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.088] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:03.950] | : . ' , attachPackages() ... [12:33:04.089] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.089] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:03.950] | : . ' , ; packages: [n=0] [12:33:04.089] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.090] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:03.950] | : . ' , attachPackages() ... done [12:33:04.090] | : signalConditions() ... done [12:33:04.090] | relay conditions ... done [12:33:04.091] value() for SequentialFuture () ... done [12:33:04.092] future(..., label = NULL) ... [12:33:04.093] | lazy: FALSE [12:33:04.093] | stdout: TRUE [12:33:04.093] | conditions: [n=1] 'condition' [12:33:04.094] | getGlobalsAndPackages() ... [12:33:04.094] | : Searching for globals ... [12:33:04.102] | : . globals found: [1] '{' [12:33:04.102] | : Searching for globals ... done [12:33:04.103] | : Resolving globals: FALSE [12:33:04.103] | : Search for packages associated with the globals ... [12:33:04.104] | : . Packages associated with globals: [1] 'base' [12:33:04.104] | : . Packages: [1] 'base' [12:33:04.105] | : Search for packages associated with the globals ... done [12:33:04.105] | : Packages after dropping 'base': [0] [12:33:04.105] | : globals: [0] [12:33:04.106] | : packages: [0] [12:33:04.106] | getGlobalsAndPackages() ... done [12:33:04.107] | run() for 'Future' () ... [12:33:04.107] | : state: 'created' [12:33:04.107] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.107] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:04.108] | : Using SequentialFutureBackend ... [12:33:04.108] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:04.108] | : . Launching futures ... [12:33:04.109] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:04.109] | : . ' , getFutureData() ... [12:33:04.109] | : . ' , ; getFutureCore() ... [12:33:04.110] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:04.110] | : . ' , ; getFutureCore() ... done [12:33:04.110] | : . ' , ; getFutureCapture() ... [12:33:04.110] | : . ' , ; getFutureCapture() ... done [12:33:04.111] | : . ' , ; getFutureContext() ... [12:33:04.111] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.111] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:04.112] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:04.112] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:04.112] | : . ' , ; getFutureContext() ... done [12:33:04.113] | : . ' , getFutureData() ... done [12:33:04.116] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.116] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:04.116] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:04.117] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.117] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:04.118] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:04.118] | : . ' , ; ` | New stack: [12:33:04.118] | : . ' , ; ` | List of 1 [12:33:04.118] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:04.118] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.118] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:04.118] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.118] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.118] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.118] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:04.118] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.124] | : . ' , ; ` | Old stack: [12:33:04.124] | : . ' , ; ` | List of 1 [12:33:04.124] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:04.124] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.124] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:04.124] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.124] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.124] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.124] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:04.124] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.124] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.124] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.124] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.131] | : . ' , ; ` | Not identical [12:33:04.131] | : . ' , ; ` | all.equal() for future ... [12:33:04.131] | : . ' , ; ` | : List of 2 [12:33:04.131] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.131] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:04.131] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.131] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.131] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.131] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.131] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.143] | : . ' , ; ` | all.equal() for future ... done [12:33:04.143] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:04.144] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:04.144] | : . ' , ; ` List of future strategies: [12:33:04.144] | : . ' , ; ` 1. sequential: [12:33:04.144] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:04.144] | : . ' , ; ` - tweaked: FALSE [12:33:04.144] | : . ' , ; ` - call: plan(sequential) [12:33:04.145] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:04.145] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.148] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.148] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.149] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:04.149] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:04.149] | : . ' , ; ` | : New stack: [12:33:04.149] | : . ' , ; ` | : List of 1 [12:33:04.149] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:04.149] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.149] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.149] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.149] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.149] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.149] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.149] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.149] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.149] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.149] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.154] | : . ' , ; ` | : Old stack: [12:33:04.154] | : . ' , ; ` | : List of 1 [12:33:04.154] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:04.154] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.154] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.154] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.154] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.154] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.154] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.154] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.154] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.154] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.154] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.158] | : . ' , ; ` | : Identical [12:33:04.158] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:04.159] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:04.159] | : . ' , ; ` | List of future strategies: [12:33:04.159] | : . ' , ; ` | 1. sequential: [12:33:04.159] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:04.159] | : . ' , ; ` | - tweaked: FALSE [12:33:04.159] | : . ' , ; ` | - call: plan(sequential) [12:33:04.159] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:04.160] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.160] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.160] | : . ' , SequentialFuture started (and completed) [12:33:04.161] | : . ' , signalConditions() ... [12:33:04.161] | : . ' , ; include = 'immediateCondition' [12:33:04.161] | : . ' , ; exclude = [12:33:04.161] | : . ' , ; resignal = FALSE [12:33:04.161] | : . ' , ; Number of conditions: 6 [12:33:04.161] | : . ' , ; int 6 [12:33:04.162] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.162] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.162] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.163] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.163] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.163] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.163] | : . ' , signalConditions() ... done [12:33:04.163] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:04.164] | : . Launching futures ... done [12:33:04.164] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:04.164] | : Using SequentialFutureBackend ... done [12:33:04.164] | run() for 'Future' () ... done [12:33:04.164] 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: 0c655ffc8e010b73536bc8ebae936b02-2 Owner process: 0c655ffc8e010b73536bc8ebae936b02 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03437901 secs (started 2026-01-16 12:33:04.113405) Worker process: 0c655ffc8e010b73536bc8ebae936b02 [12:33:04.166] value() for SequentialFuture () ... [12:33:04.166] | signalConditions() ... [12:33:04.166] | : include = 'immediateCondition' [12:33:04.166] | : exclude = [12:33:04.167] | : resignal = FALSE [12:33:04.167] | : Number of conditions: 6 [12:33:04.167] | : int 6 [12:33:04.168] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.168] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.169] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.169] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.169] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.170] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.170] | signalConditions() ... done [12:33:04.170] | relay stdout ... [12:33:04.171] | relay stdout ... done [12:33:04.171] | check for misuse ... [12:33:04.171] | check for misuse ... done [12:33:04.171] | relay conditions ... [12:33:04.172] | : Future state: 'finished' [12:33:04.172] | : signalConditions() ... [12:33:04.172] | : . include = 'condition' [12:33:04.172] | : . exclude = 'immediateCondition' [12:33:04.172] | : . resignal = TRUE [12:33:04.173] | : . Number of conditions: 6 [12:33:04.173] | : . int 6 [12:33:04.173] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.174] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:04.113] | : . ' , attachPackages() ... [12:33:04.174] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.174] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:04.113] | : . ' , ; packages: [n=1] 'future' [12:33:04.174] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.174] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:04.114] | : . ' , attachPackages() ... done [12:33:04.175] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.175] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:04.114] | : . ' , attachPackages() ... [12:33:04.175] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.175] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:04.114] | : . ' , ; packages: [n=0] [12:33:04.175] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.176] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:04.115] | : . ' , attachPackages() ... done [12:33:04.176] | : signalConditions() ... done [12:33:04.176] | relay conditions ... done [12:33:04.176] value() for SequentialFuture () ... done [12:33:04.176] future(..., label = 'strategy = sequential') ... [12:33:04.177] | lazy: FALSE [12:33:04.177] | stdout: TRUE [12:33:04.177] | conditions: [n=1] 'condition' [12:33:04.177] | getGlobalsAndPackages() ... [12:33:04.177] | : Searching for globals ... [12:33:04.179] | : . globals found: [0] [12:33:04.179] | : Searching for globals ... done [12:33:04.180] | : globals: [0] [12:33:04.180] | : packages: [0] [12:33:04.180] | getGlobalsAndPackages() ... done [12:33:04.180] | run() for 'Future' ('strategy = sequential') ... [12:33:04.181] | : state: 'created' [12:33:04.181] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.181] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:04.181] | : Using SequentialFutureBackend ... [12:33:04.181] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:33:04.182] | : . Launching futures ... [12:33:04.182] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:04.182] | : . ' , getFutureData() ... [12:33:04.182] | : . ' , ; getFutureCore() ... [12:33:04.183] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:04.183] | : . ' , ; getFutureCore() ... done [12:33:04.183] | : . ' , ; getFutureCapture() ... [12:33:04.183] | : . ' , ; getFutureCapture() ... done [12:33:04.184] | : . ' , ; getFutureContext() ... [12:33:04.184] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.184] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:04.185] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:04.185] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:04.185] | : . ' , ; getFutureContext() ... done [12:33:04.186] | : . ' , getFutureData() ... done [12:33:04.188] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.188] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:04.188] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:04.189] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.189] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:04.189] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:04.189] | : . ' , ; ` | New stack: [12:33:04.190] | : . ' , ; ` | List of 1 [12:33:04.190] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:04.190] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.190] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:04.190] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.190] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.190] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.190] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:04.190] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.194] | : . ' , ; ` | Old stack: [12:33:04.194] | : . ' , ; ` | List of 1 [12:33:04.194] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:04.194] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.194] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:04.194] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.194] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.194] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.194] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:04.194] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.194] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.194] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.194] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.199] | : . ' , ; ` | Not identical [12:33:04.200] | : . ' , ; ` | all.equal() for future ... [12:33:04.200] | : . ' , ; ` | : List of 2 [12:33:04.200] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.200] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:04.200] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.200] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.200] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.200] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.200] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.213] | : . ' , ; ` | all.equal() for future ... done [12:33:04.213] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:04.213] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:04.214] | : . ' , ; ` List of future strategies: [12:33:04.214] | : . ' , ; ` 1. sequential: [12:33:04.214] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:04.214] | : . ' , ; ` - tweaked: FALSE [12:33:04.214] | : . ' , ; ` - call: plan(sequential) [12:33:04.214] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:04.215] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.218] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.219] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.219] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:04.219] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:04.219] | : . ' , ; ` | : New stack: [12:33:04.220] | : . ' , ; ` | : List of 1 [12:33:04.220] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:04.220] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.220] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.220] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.220] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.220] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.220] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.220] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.220] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.220] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.220] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.225] | : . ' , ; ` | : Old stack: [12:33:04.226] | : . ' , ; ` | : List of 1 [12:33:04.226] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:04.226] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.226] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.226] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.226] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.226] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.226] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.226] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.226] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.226] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.226] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.231] | : . ' , ; ` | : Identical [12:33:04.231] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:04.232] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:04.232] | : . ' , ; ` | List of future strategies: [12:33:04.232] | : . ' , ; ` | 1. sequential: [12:33:04.232] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:04.232] | : . ' , ; ` | - tweaked: FALSE [12:33:04.232] | : . ' , ; ` | - call: plan(sequential) [12:33:04.233] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:04.233] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.233] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.234] | : . ' , SequentialFuture started (and completed) [12:33:04.234] | : . ' , signalConditions() ... [12:33:04.235] | : . ' , ; include = 'immediateCondition' [12:33:04.235] | : . ' , ; exclude = [12:33:04.235] | : . ' , ; resignal = FALSE [12:33:04.235] | : . ' , ; Number of conditions: 6 [12:33:04.236] | : . ' , ; int 6 [12:33:04.236] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.237] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.237] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.237] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.237] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.238] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.238] | : . ' , signalConditions() ... done [12:33:04.238] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:04.238] | : . Launching futures ... done [12:33:04.239] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:04.239] | : Using SequentialFutureBackend ... done [12:33:04.239] | run() for 'Future' ('strategy = sequential') ... done [12:33:04.239] 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: 0c655ffc8e010b73536bc8ebae936b02-3 Owner process: 0c655ffc8e010b73536bc8ebae936b02 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03125501 secs (started 2026-01-16 12:33:04.186373) Worker process: 0c655ffc8e010b73536bc8ebae936b02 [12:33:04.241] value() for SequentialFuture ('strategy = sequential') ... [12:33:04.241] | signalConditions() ... [12:33:04.241] | : include = 'immediateCondition' [12:33:04.241] | : exclude = [12:33:04.242] | : resignal = FALSE [12:33:04.242] | : Number of conditions: 6 [12:33:04.242] | : int 6 [12:33:04.243] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.243] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.243] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.244] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.244] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.244] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.244] | signalConditions() ... done [12:33:04.245] | relay stdout ... [12:33:04.245] | relay stdout ... done [12:33:04.245] | check for misuse ... [12:33:04.245] | check for misuse ... done [12:33:04.246] | relay conditions ... [12:33:04.246] | : Future state: 'finished' [12:33:04.246] | : signalConditions() ... [12:33:04.246] | : . include = 'condition' [12:33:04.247] | : . exclude = 'immediateCondition' [12:33:04.247] | : . resignal = TRUE [12:33:04.247] | : . Number of conditions: 6 [12:33:04.247] | : . int 6 [12:33:04.248] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.248] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:04.186] | : . ' , attachPackages() ... [12:33:04.249] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.249] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:04.186] | : . ' , ; packages: [n=1] 'future' [12:33:04.249] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.249] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:04.187] | : . ' , attachPackages() ... done [12:33:04.250] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.250] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:04.187] | : . ' , attachPackages() ... [12:33:04.250] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.250] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:04.187] | : . ' , ; packages: [n=0] [12:33:04.251] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.251] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:04.187] | : . ' , attachPackages() ... done [12:33:04.251] | : signalConditions() ... done [12:33:04.252] | relay conditions ... done [12:33:04.252] value() for SequentialFuture ('strategy = sequential') ... done [12:33:04.252] future(..., label = 'strategy = sequential') ... [12:33:04.253] | lazy: FALSE [12:33:04.253] | stdout: TRUE [12:33:04.253] | conditions: [n=1] 'condition' [12:33:04.253] | getGlobalsAndPackages() ... [12:33:04.254] | : Searching for globals ... [12:33:04.259] | : . globals found: [1] '{' [12:33:04.259] | : Searching for globals ... done [12:33:04.259] | : Resolving globals: FALSE [12:33:04.260] | : Search for packages associated with the globals ... [12:33:04.260] | : . Packages associated with globals: [1] 'base' [12:33:04.261] | : . Packages: [1] 'base' [12:33:04.261] | : Search for packages associated with the globals ... done [12:33:04.261] | : Packages after dropping 'base': [0] [12:33:04.261] | : globals: [0] [12:33:04.262] | : packages: [0] [12:33:04.262] | getGlobalsAndPackages() ... done [12:33:04.262] | run() for 'Future' ('strategy = sequential') ... [12:33:04.263] | : state: 'created' [12:33:04.263] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.263] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:04.263] | : Using SequentialFutureBackend ... [12:33:04.264] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:33:04.264] | : . Launching futures ... [12:33:04.264] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:04.264] | : . ' , getFutureData() ... [12:33:04.265] | : . ' , ; getFutureCore() ... [12:33:04.265] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:04.265] | : . ' , ; getFutureCore() ... done [12:33:04.265] | : . ' , ; getFutureCapture() ... [12:33:04.266] | : . ' , ; getFutureCapture() ... done [12:33:04.266] | : . ' , ; getFutureContext() ... [12:33:04.266] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.266] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:04.267] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:04.267] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:04.267] | : . ' , ; getFutureContext() ... done [12:33:04.268] | : . ' , getFutureData() ... done [12:33:04.270] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.271] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:04.271] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:04.271] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.272] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:04.272] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:04.272] | : . ' , ; ` | New stack: [12:33:04.272] | : . ' , ; ` | List of 1 [12:33:04.272] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:04.272] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.272] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:04.272] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.272] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.272] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.272] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:04.272] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.277] | : . ' , ; ` | Old stack: [12:33:04.277] | : . ' , ; ` | List of 1 [12:33:04.277] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:04.277] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.277] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:04.277] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.277] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.277] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.277] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:04.277] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.277] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.277] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.277] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.283] | : . ' , ; ` | Not identical [12:33:04.283] | : . ' , ; ` | all.equal() for future ... [12:33:04.283] | : . ' , ; ` | : List of 2 [12:33:04.283] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.283] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:04.283] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.283] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.283] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.283] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.283] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.295] | : . ' , ; ` | all.equal() for future ... done [12:33:04.296] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:04.296] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:04.296] | : . ' , ; ` List of future strategies: [12:33:04.296] | : . ' , ; ` 1. sequential: [12:33:04.296] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:04.296] | : . ' , ; ` - tweaked: FALSE [12:33:04.296] | : . ' , ; ` - call: plan(sequential) [12:33:04.297] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:04.298] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.302] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.302] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:04.302] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:04.303] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:04.303] | : . ' , ; ` | : New stack: [12:33:04.303] | : . ' , ; ` | : List of 1 [12:33:04.303] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:04.303] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.303] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.303] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.303] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.303] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.303] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.303] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.303] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.303] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.303] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.310] | : . ' , ; ` | : Old stack: [12:33:04.310] | : . ' , ; ` | : List of 1 [12:33:04.310] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:04.310] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.310] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:04.310] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.310] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.310] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.310] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:04.310] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.310] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.310] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.310] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.316] | : . ' , ; ` | : Identical [12:33:04.316] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:04.317] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:04.317] | : . ' , ; ` | List of future strategies: [12:33:04.317] | : . ' , ; ` | 1. sequential: [12:33:04.317] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:04.317] | : . ' , ; ` | - tweaked: FALSE [12:33:04.317] | : . ' , ; ` | - call: plan(sequential) [12:33:04.318] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:04.318] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.318] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:04.319] | : . ' , SequentialFuture started (and completed) [12:33:04.320] | : . ' , signalConditions() ... [12:33:04.320] | : . ' , ; include = 'immediateCondition' [12:33:04.320] | : . ' , ; exclude = [12:33:04.320] | : . ' , ; resignal = FALSE [12:33:04.321] | : . ' , ; Number of conditions: 6 [12:33:04.321] | : . ' , ; int 6 [12:33:04.322] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.322] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.322] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.323] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.323] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.323] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.323] | : . ' , signalConditions() ... done [12:33:04.324] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:04.324] | : . Launching futures ... done [12:33:04.324] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:04.324] | : Using SequentialFutureBackend ... done [12:33:04.325] | run() for 'Future' ('strategy = sequential') ... done [12:33:04.325] 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: 0c655ffc8e010b73536bc8ebae936b02-4 Owner process: 0c655ffc8e010b73536bc8ebae936b02 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03258801 secs (started 2026-01-16 12:33:04.268364) Worker process: 0c655ffc8e010b73536bc8ebae936b02 [12:33:04.327] value() for SequentialFuture ('strategy = sequential') ... [12:33:04.327] | signalConditions() ... [12:33:04.327] | : include = 'immediateCondition' [12:33:04.328] | : exclude = [12:33:04.328] | : resignal = FALSE [12:33:04.328] | : Number of conditions: 6 [12:33:04.328] | : int 6 [12:33:04.329] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.329] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.330] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.330] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.330] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.330] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.331] | signalConditions() ... done [12:33:04.331] | relay stdout ... [12:33:04.331] | relay stdout ... done [12:33:04.331] | check for misuse ... [12:33:04.332] | check for misuse ... done [12:33:04.332] | relay conditions ... [12:33:04.332] | : Future state: 'finished' [12:33:04.333] | : signalConditions() ... [12:33:04.333] | : . include = 'condition' [12:33:04.333] | : . exclude = 'immediateCondition' [12:33:04.333] | : . resignal = TRUE [12:33:04.334] | : . Number of conditions: 6 [12:33:04.334] | : . int 6 [12:33:04.335] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.335] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:04.268] | : . ' , attachPackages() ... [12:33:04.335] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.335] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:04.268] | : . ' , ; packages: [n=1] 'future' [12:33:04.336] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.336] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:04.269] | : . ' , attachPackages() ... done [12:33:04.336] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.337] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:04.269] | : . ' , attachPackages() ... [12:33:04.337] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.337] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:04.269] | : . ' , ; packages: [n=0] [12:33:04.338] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:04.338] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:04.269] | : . ' , attachPackages() ... done [12:33:04.338] | : signalConditions() ... done [12:33:04.338] | relay conditions ... done [12:33:04.339] value() for SequentialFuture ('strategy = sequential') ... done - plan('sequential') ... DONE - plan('multisession') ... [12:33:04.339] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.340] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:04.340] | : all.equal() for FutureStrategyList ... [12:33:04.340] | : . New stack: [12:33:04.341] | : . List of 1 [12:33:04.341] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:04.341] | : . rscript_libs = .libPaths()) [12:33:04.341] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:04.341] | : . ..- attr(*, "init")= logi TRUE [12:33:04.341] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:04.341] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:04.341] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:04.341] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:04.341] | : . ..- attr(*, "untweakable")= chr "persistent" [12:33:04.341] | : . ..- attr(*, "call")= language plan(strategy) [12:33:04.341] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.346] | : . Old stack: [12:33:04.346] | : . List of 1 [12:33:04.346] | : . $ :function (..., envir = parent.frame()) [12:33:04.346] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.346] | : . ..- attr(*, "init")= chr "done" [12:33:04.346] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.346] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.346] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.346] | : . ..- attr(*, "call")= language plan(sequential) [12:33:04.346] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.346] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.346] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.346] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.356] | : . Not identical [12:33:04.356] | : . all.equal() for future ... [12:33:04.356] | : . ' List of 2 [12:33:04.356] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:33:04.356] | : . ' rscript_libs = .libPaths()) [12:33:04.356] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:04.356] | : . ' ..- attr(*, "init")= logi TRUE [12:33:04.356] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:04.356] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:04.356] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:04.356] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:04.356] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:33:04.356] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:04.356] | : . ' $ current:function (..., envir = parent.frame()) [12:33:04.356] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:04.356] | : . ' ..- attr(*, "init")= chr "done" [12:33:04.356] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.356] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.356] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.356] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:04.356] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:04.356] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:04.356] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:04.367] | : . ' Formals differ [12:33:04.367] | : . all.equal() for future ... done [12:33:04.367] | : . Future strategies differ at level 1 [12:33:04.367] | : all.equal() for FutureStrategyList ... done [12:33:04.368] | : plan(): Setting new future backend stack: [12:33:04.368] | : List of future strategies: [12:33:04.368] | : 1. multisession: [12:33:04.368] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:33:04.368] | : - tweaked: FALSE [12:33:04.368] | : - call: plan(strategy) [12:33:04.369] | : List of 1 [12:33:04.369] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:04.369] | : rscript_libs = .libPaths()) [12:33:04.369] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:04.369] | : ..- attr(*, "init")= logi TRUE [12:33:04.369] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:04.369] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:04.369] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:04.369] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:04.369] | : ..- attr(*, "untweakable")= chr "persistent" [12:33:04.369] | : ..- attr(*, "call")= language plan(strategy) [12:33:04.369] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:04.374] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:33:04.375] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:04.375] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:33:04.375] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:04.376] | : . Legacy shutdown of cluster workers ... [12:33:04.376] | : . ' Stopping existing cluster ... [12:33:04.376] | : . ' , No pre-existing cluster. Skipping [12:33:04.377] | : . ' Stopping existing cluster ... done [12:33:04.377] | : . Legacy shutdown of cluster workers ... done [12:33:04.377] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:33:04.378] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:33:04.378] | : . function (..., workers = availableCores(constraints = "connections-16"), [12:33:04.378] | : . rscript_libs = .libPaths()) [12:33:04.378] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:04.378] | : . - attr(*, "init")= logi TRUE [12:33:04.378] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:04.378] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:04.378] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:04.378] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:04.378] | : . - attr(*, "untweakable")= chr "persistent" [12:33:04.378] | : . - attr(*, "call")= language plan(strategy) [12:33:04.382] | : . init: TRUE [12:33:04.383] | : . makeFutureBackend() ... [12:33:04.383] | : . ' Backend function: <'NULL'> [12:33:04.383] | : . ' Evaluator tweak arguments: [n=0] [12:33:04.383] | : . ' list() [12:33:04.384] | : . ' Evaluator formal arguments: [n=2] [12:33:04.384] | : . ' Dotted pair list of 2 [12:33:04.384] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:33:04.384] | : . ' $ rscript_libs: language .libPaths() [12:33:04.386] | : . ' Arguments passed to the future-backend factory: [n=2] [12:33:04.386] | : . ' List of 2 [12:33:04.386] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:33:04.386] | : . ' $ rscript_libs: language .libPaths() [12:33:04.388] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:33:04.389] | : . ' , Arguments: [12:33:04.389] | : . ' , List of 5 [12:33:04.389] | : . ' , $ workers : Named int 2 [12:33:04.389] | : . ' , ..- attr(*, "names")= chr "mc.cores" [12:33:04.389] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:33:04.389] | : . ' , $ interrupts : logi TRUE [12:33:04.389] | : . ' , $ gc : logi FALSE [12:33:04.389] | : . ' , $ earlySignal : logi FALSE [12:33:04.457] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:33:04.458] | : . ' , ; workers: 2 [12:33:04.458] | : . ' , ; getCluster() ... [12:33:04.458] | : . ' , ; getCluster() ... done [12:33:04.459] | : . ' , ; Stopping existing cluster ... [12:33:04.459] | : . ' , ; ` No pre-existing cluster. Skipping [12:33:04.459] | : . ' , ; Stopping existing cluster ... done [12:33:04.460] | : . ' , ; Starting new cluster ... [12:33:04.460] | : . ' , ; ` makeCluster(workers, ...) ... [12:33:04.460] | : . ' , ; ` | Arguments: [12:33:04.460] | : . ' , ; ` | List of 2 [12:33:04.460] | : . ' , ; ` | $ : int 2 [12:33:04.460] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:33:04.462] | : . ' , ; ` | .makeCluster() ... [12:33:04.463] | : . ' , ; ` | : workers: '2' [12:33:04.463] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:33:04.464] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:33:04.464] | : . ' , ; ` | : List of 2 [12:33:04.464] | : . ' , ; ` | : $ : int 2 [12:33:04.464] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:33:05.450] | : . ' , ; ` | : Generated cluster UUID [12:33:05.451] | : . ' , ; ` | : Cluster UUID: 'ffe0d178400440fe047b74aa5759dbfb' [12:33:05.451] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:05.455] | : . ' , ; ` | .makeCluster() ... done [12:33:05.455] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:05.458] | : . ' , ; ` makeCluster(workers, ...) ... done [12:33:05.458] | : . ' , ; ` Number of workers: 2 [12:33:05.459] | : . ' , ; ` Workers UUID: 'ffe0d178400440fe047b74aa5759dbfb' [12:33:05.459] | : . ' , ; Starting new cluster ... done [12:33:05.459] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:33:05.460] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:33:05.460] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:33:05.460] | : . makeFutureBackend() ... done [12:33:05.461] | : . nbrOfWorkers(NULL) ... [12:33:05.461] | : . ' List of 4 [12:33:05.461] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:33:05.461] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:33:05.461] | : . ' $ : language nbrOfWorkers() [12:33:05.461] | : . ' $ : language nbrOfWorkers.NULL() [12:33:05.464] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:05.464] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:05.465] | : . ' Number of workers: 2 [12:33:05.465] | : . nbrOfWorkers(NULL) ... done [12:33:05.465] | : . plan(): nbrOfWorkers() = 2 [12:33:05.465] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:33:05.466] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:05.466] | future(..., label = NULL) ... [12:33:05.466] | : lazy: FALSE [12:33:05.467] | : stdout: TRUE [12:33:05.467] | : conditions: [n=1] 'condition' [12:33:05.467] | : getGlobalsAndPackages() ... [12:33:05.467] | : . Searching for globals ... [12:33:05.470] | : . ' globals found: [0] [12:33:05.470] | : . Searching for globals ... done [12:33:05.470] | : . globals: [0] [12:33:05.471] | : . packages: [0] [12:33:05.471] | : getGlobalsAndPackages() ... done [12:33:05.471] | : run() for 'Future' () ... [12:33:05.472] | : . state: 'created' [12:33:05.472] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:05.472] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:05.473] | : . Using MultisessionFutureBackend ... [12:33:05.473] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:05.473] | : . ' Launching futures ... [12:33:05.474] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:05.474] | : . ' , ; Workers: [n=2] [12:33:05.474] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:05.477] | : . ' , ; FutureRegistry: 'workers-ffe0d178400440fe047b74aa5759dbfb' [12:33:05.478] | : . ' , ; requestWorker() ... [12:33:05.478] | : . ' , ; ` requestNode() ... [12:33:05.478] | : . ' , ; ` | Number of workers: 2 [12:33:05.478] | : . ' , ; ` | Polling for a free worker ... [12:33:05.479] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.479] | : . ' , ; ` | : . Created empty registry 'workers-ffe0d178400440fe047b74aa5759dbfb' [12:33:05.479] | : . ' , ; ` | : . Listing all futures [12:33:05.480] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:05.480] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.480] | : . ' , ; ` | : Total time: 0 [12:33:05.480] | : . ' , ; ` | Polling for a free worker ... done [12:33:05.481] | : . ' , ; ` | FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.481] | : . ' , ; ` | : Listing all futures [12:33:05.481] | : . ' , ; ` | : Number of registered futures: 0 [12:33:05.481] | : . ' , ; ` | FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.482] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:05.482] | : . ' , ; ` | Index of first available worker: 1 [12:33:05.482] | : . ' , ; ` | Validate that the worker is functional ... [12:33:05.483] | : . ' , ; ` | : Worker is functional [12:33:05.483] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.484] | : . ' , ; ` | : . Listing all futures [12:33:05.484] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:05.484] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.484] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:05.485] | : . ' , ; ` requestNode() ... done [12:33:05.485] | : . ' , ; ` cluster node index: 1 [12:33:05.485] | : . ' , ; requestWorker() ... done [12:33:05.485] | : . ' , ; eraseGlobalEnvironment() ... [12:33:05.486] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:05.487] | : . ' , ; launchFuture() ... [12:33:05.487] | : . ' , ; ` cluster node index: 1 [12:33:05.487] | : . ' , ; ` getFutureData() ... [12:33:05.488] | : . ' , ; ` | getFutureCore() ... [12:33:05.488] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:05.488] | : . ' , ; ` | getFutureCore() ... done [12:33:05.488] | : . ' , ; ` | getFutureCapture() ... [12:33:05.489] | : . ' , ; ` | getFutureCapture() ... done [12:33:05.489] | : . ' , ; ` | getFutureContext() ... [12:33:05.489] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:05.490] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:05.490] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:05.490] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:05.490] | : . ' , ; ` | getFutureContext() ... done [12:33:05.491] | : . ' , ; ` getFutureData() ... done [12:33:05.492] | : . ' , ; ` FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'add', earlySignal = 0) ... [12:33:05.492] | : . ' , ; ` | Appended future to position #1 [12:33:05.492] | : . ' , ; ` | Number of registered futures: 1 [12:33:05.493] | : . ' , ; ` FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'add', earlySignal = 0) ... done [12:33:05.493] | : . ' , ; launchFuture() ... done [12:33:05.493] | : . ' , ; MultisessionFuture started [12:33:05.494] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:05.494] | : . ' Launching futures ... done [12:33:05.494] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:05.494] | : . Using MultisessionFutureBackend ... done [12:33:05.495] | : run() for 'Future' () ... done [12:33:05.495] | 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") [12:33:05.496] | resolved() ... [12:33:05.497] | : resolved() for MultisessionFuture () ... [12:33:05.498] | : . Cluster node socket connection: index=4, id=337 [12:33:05.498] | : . assertValidConnection() ... [12:33:05.498] | : . ' cluster node index: 1 [12:33:05.499] | : . assertValidConnection() ... done [12:33:05.592] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:05.593] | : . ' cluster node index: 1 [12:33:05.593] | : . ' [1] TRUE [12:33:05.594] | : . ' Received data: [12:33:05.594] | : . ' List of 5 [12:33:05.594] | : . ' $ type : chr "VALUE" [12:33:05.594] | : . ' $ value :List of 16 [12:33:05.594] | : . ' ..$ value : num 42 [12:33:05.594] | : . ' ..$ visible : logi TRUE [12:33:05.594] | : . ' ..$ stdout : chr "" [12:33:05.594] | : . ' ..$ conditions : list() [12:33:05.594] | : . ' ..$ rng : logi FALSE [12:33:05.594] | : . ' ..$ seed : NULL [12:33:05.594] | : . ' ..$ misuseGlobalEnv : NULL [12:33:05.594] | : . ' ..$ misuseConnections :List of 3 [12:33:05.594] | : . ' .. ..$ added : NULL [12:33:05.594] | : . ' .. ..$ removed : NULL [12:33:05.594] | : . ' .. ..$ replaced: NULL [12:33:05.594] | : . ' ..$ misuseDevices : NULL [12:33:05.594] | : . ' ..$ misuseDefaultDevice: list() [12:33:05.594] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.594] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.594] | : . ' ..$ uuid : chr [1:2] "0c655ffc8e010b73536bc8ebae936b02" "5" [12:33:05.594] | : . ' ..$ session_uuid : chr "3be8c290e9b66d7ab38012b2fc209675" [12:33:05.594] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:05.594] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:05.594] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:05.594] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:05.594] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:05.594] | : . ' .. .. ..$ pid : int 98436 [12:33:05.594] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.594] | : . ' .. .. ..$ random: int 2147483647 [12:33:05.594] | : . ' ..$ r_info :List of 4 [12:33:05.594] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:05.594] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:05.594] | : . ' .. ..$ os : chr "windows" [12:33:05.594] | : . ' .. ..$ os_name : chr "Windows" [12:33:05.594] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:05.594] | : . ' ..$ version : chr "1.8" [12:33:05.594] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:05.594] | : . ' $ success: logi TRUE [12:33:05.594] | : . ' $ time : 'proc_time' Named num [1:5] 0.11 0 0.11 NA NA [12:33:05.594] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:05.594] | : . ' $ tag : NULL [12:33:05.612] | : . ' Received FutureResult [12:33:05.612] | : . ' FutureResult: [12:33:05.612] | : . ' value: 'numeric' [12:33:05.612] | : . ' visible: TRUE [12:33:05.612] | : . ' stdout: character [12:33:05.612] | : . ' conditions: [n = 0] [12:33:05.612] | : . ' RNG used: FALSE [12:33:05.612] | : . ' duration: 0.09608912 secs (started 2026-01-16 12:33:05.49436) [12:33:05.612] | : . ' version: 1.8 [12:33:05.613] | : . ' FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'remove', earlySignal = 0) ... [12:33:05.613] | : . ' , Removed future from position #1 [12:33:05.614] | : . ' , Number of registered futures: 0 [12:33:05.614] | : . ' FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'remove', earlySignal = 0) ... done [12:33:05.614] | : . ' Erased future from future backend [12:33:05.615] | : . ' result() for ClusterFuture ... [12:33:05.615] | : . ' , result already collected: FutureResult [12:33:05.615] | : . ' result() for ClusterFuture ... done [12:33:05.615] | : . ' signalConditions() ... [12:33:05.615] | : . ' , include = 'immediateCondition' [12:33:05.616] | : . ' , exclude = [12:33:05.616] | : . ' , resignal = FALSE [12:33:05.616] | : . ' , Number of conditions: 0 [12:33:05.616] | : . ' , int 0 [12:33:05.617] | : . ' signalConditions() ... done [12:33:05.617] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:05.617] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [12:33:05.618] | : resolved() for MultisessionFuture () ... done [12:33:05.618] | : assertFutureResult() ... [12:33:05.618] | : . Future uuid: 0c655ffc8e010b73536bc8ebae936b02-5 [12:33:05.618] | : . identical; success [12:33:05.619] | : assertFutureResult() ... done [12:33:05.619] | resolved() ... done Resolved: TRUE Unique identifier: 0c655ffc8e010b73536bc8ebae936b02-5 Owner process: 0c655ffc8e010b73536bc8ebae936b02 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [12:33:05.619] | value() for MultisessionFuture () ... [12:33:05.619] | : result() for ClusterFuture ... [12:33:05.620] | : . result already collected: FutureResult [12:33:05.620] | : result() for ClusterFuture ... done [12:33:05.620] | : result() for ClusterFuture ... [12:33:05.620] | : . result already collected: FutureResult [12:33:05.620] | : result() for ClusterFuture ... done [12:33:05.621] | : signalConditions() ... [12:33:05.621] | : . include = 'immediateCondition' [12:33:05.621] | : . exclude = [12:33:05.621] | : . resignal = FALSE [12:33:05.621] | : . Number of conditions: 0 [12:33:05.622] | : . int 0 [12:33:05.622] | : signalConditions() ... done [12:33:05.623] | : relay stdout ... [12:33:05.623] | : relay stdout ... done [12:33:05.623] | : check for misuse ... [12:33:05.623] | : check for misuse ... done [12:33:05.624] | value() for MultisessionFuture () ... done [12:33:05.624] | future(..., label = NULL) ... [12:33:05.624] | : lazy: FALSE [12:33:05.624] | : stdout: TRUE [12:33:05.625] | : conditions: [n=1] 'condition' [12:33:05.625] | : getGlobalsAndPackages() ... [12:33:05.625] | : . Searching for globals ... [12:33:05.630] | : . ' globals found: [1] '{' [12:33:05.630] | : . Searching for globals ... done [12:33:05.630] | : . Resolving globals: FALSE [12:33:05.631] | : . Search for packages associated with the globals ... [12:33:05.631] | : . ' Packages associated with globals: [1] 'base' [12:33:05.631] | : . ' Packages: [1] 'base' [12:33:05.632] | : . Search for packages associated with the globals ... done [12:33:05.632] | : . Packages after dropping 'base': [0] [12:33:05.632] | : . globals: [0] [12:33:05.632] | : . packages: [0] [12:33:05.633] | : getGlobalsAndPackages() ... done [12:33:05.633] | : run() for 'Future' () ... [12:33:05.633] | : . state: 'created' [12:33:05.634] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:05.634] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:05.634] | : . Using MultisessionFutureBackend ... [12:33:05.634] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:05.635] | : . ' Launching futures ... [12:33:05.635] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:05.635] | : . ' , ; Workers: [n=2] [12:33:05.635] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:05.638] | : . ' , ; FutureRegistry: 'workers-ffe0d178400440fe047b74aa5759dbfb' [12:33:05.638] | : . ' , ; requestWorker() ... [12:33:05.638] | : . ' , ; ` requestNode() ... [12:33:05.639] | : . ' , ; ` | Number of workers: 2 [12:33:05.639] | : . ' , ; ` | Polling for a free worker ... [12:33:05.639] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.639] | : . ' , ; ` | : . Listing all futures [12:33:05.640] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:05.640] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.640] | : . ' , ; ` | : Total time: 0 [12:33:05.640] | : . ' , ; ` | Polling for a free worker ... done [12:33:05.641] | : . ' , ; ` | FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.641] | : . ' , ; ` | : Listing all futures [12:33:05.641] | : . ' , ; ` | : Number of registered futures: 0 [12:33:05.641] | : . ' , ; ` | FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.641] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:05.642] | : . ' , ; ` | Index of first available worker: 1 [12:33:05.642] | : . ' , ; ` | Validate that the worker is functional ... [12:33:05.643] | : . ' , ; ` | : Worker is functional [12:33:05.643] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.643] | : . ' , ; ` | : . Listing all futures [12:33:05.643] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:05.643] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.644] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:05.644] | : . ' , ; ` requestNode() ... done [12:33:05.644] | : . ' , ; ` cluster node index: 1 [12:33:05.644] | : . ' , ; requestWorker() ... done [12:33:05.645] | : . ' , ; eraseGlobalEnvironment() ... [12:33:05.645] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:05.645] | : . ' , ; launchFuture() ... [12:33:05.646] | : . ' , ; ` cluster node index: 1 [12:33:05.646] | : . ' , ; ` getFutureData() ... [12:33:05.646] | : . ' , ; ` | getFutureCore() ... [12:33:05.646] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:05.647] | : . ' , ; ` | getFutureCore() ... done [12:33:05.647] | : . ' , ; ` | getFutureCapture() ... [12:33:05.647] | : . ' , ; ` | getFutureCapture() ... done [12:33:05.647] | : . ' , ; ` | getFutureContext() ... [12:33:05.648] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:05.648] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:05.648] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:05.648] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:05.649] | : . ' , ; ` | getFutureContext() ... done [12:33:05.649] | : . ' , ; ` getFutureData() ... done [12:33:05.649] | : . ' , ; ` FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'add', earlySignal = 0) ... [12:33:05.650] | : . ' , ; ` | Appended future to position #1 [12:33:05.650] | : . ' , ; ` | Number of registered futures: 1 [12:33:05.650] | : . ' , ; ` FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'add', earlySignal = 0) ... done [12:33:05.650] | : . ' , ; launchFuture() ... done [12:33:05.651] | : . ' , ; MultisessionFuture started [12:33:05.651] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:05.651] | : . ' Launching futures ... done [12:33:05.651] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:05.652] | : . Using MultisessionFutureBackend ... done [12:33:05.652] | : run() for 'Future' () ... done [12:33:05.652] | 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") [12:33:05.653] | resolved() ... [12:33:05.653] | : resolved() for MultisessionFuture () ... [12:33:05.654] | : . Cluster node socket connection: index=4, id=337 [12:33:05.654] | : . assertValidConnection() ... [12:33:05.655] | : . ' cluster node index: 1 [12:33:05.655] | : . assertValidConnection() ... done [12:33:05.655] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:05.656] | : . ' cluster node index: 1 [12:33:05.656] | : . ' [1] TRUE [12:33:05.656] | : . ' Received data: [12:33:05.657] | : . ' List of 5 [12:33:05.657] | : . ' $ type : chr "VALUE" [12:33:05.657] | : . ' $ value :List of 16 [12:33:05.657] | : . ' ..$ value : num 42 [12:33:05.657] | : . ' ..$ visible : logi TRUE [12:33:05.657] | : . ' ..$ stdout : chr "" [12:33:05.657] | : . ' ..$ conditions : list() [12:33:05.657] | : . ' ..$ rng : logi FALSE [12:33:05.657] | : . ' ..$ seed : NULL [12:33:05.657] | : . ' ..$ misuseGlobalEnv : NULL [12:33:05.657] | : . ' ..$ misuseConnections :List of 3 [12:33:05.657] | : . ' .. ..$ added : NULL [12:33:05.657] | : . ' .. ..$ removed : NULL [12:33:05.657] | : . ' .. ..$ replaced: NULL [12:33:05.657] | : . ' ..$ misuseDevices : NULL [12:33:05.657] | : . ' ..$ misuseDefaultDevice: list() [12:33:05.657] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.657] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.657] | : . ' ..$ uuid : chr [1:2] "0c655ffc8e010b73536bc8ebae936b02" "6" [12:33:05.657] | : . ' ..$ session_uuid : chr "3be8c290e9b66d7ab38012b2fc209675" [12:33:05.657] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:05.657] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:05.657] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:05.657] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:05.657] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:05.657] | : . ' .. .. ..$ pid : int 98436 [12:33:05.657] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.657] | : . ' .. .. ..$ random: int 2147483647 [12:33:05.657] | : . ' ..$ r_info :List of 4 [12:33:05.657] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:05.657] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:05.657] | : . ' .. ..$ os : chr "windows" [12:33:05.657] | : . ' .. ..$ os_name : chr "Windows" [12:33:05.657] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:05.657] | : . ' ..$ version : chr "1.8" [12:33:05.657] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:05.657] | : . ' $ success: logi TRUE [12:33:05.657] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:05.657] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:05.657] | : . ' $ tag : NULL [12:33:05.676] | : . ' Received FutureResult [12:33:05.676] | : . ' FutureResult: [12:33:05.676] | : . ' value: 'numeric' [12:33:05.676] | : . ' visible: TRUE [12:33:05.676] | : . ' stdout: character [12:33:05.676] | : . ' conditions: [n = 0] [12:33:05.676] | : . ' RNG used: FALSE [12:33:05.676] | : . ' duration: 0.003684998 secs (started 2026-01-16 12:33:05.650049) [12:33:05.676] | : . ' version: 1.8 [12:33:05.677] | : . ' FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'remove', earlySignal = 0) ... [12:33:05.677] | : . ' , Removed future from position #1 [12:33:05.678] | : . ' , Number of registered futures: 0 [12:33:05.678] | : . ' FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'remove', earlySignal = 0) ... done [12:33:05.678] | : . ' Erased future from future backend [12:33:05.678] | : . ' result() for ClusterFuture ... [12:33:05.678] | : . ' , result already collected: FutureResult [12:33:05.679] | : . ' result() for ClusterFuture ... done [12:33:05.679] | : . ' signalConditions() ... [12:33:05.679] | : . ' , include = 'immediateCondition' [12:33:05.679] | : . ' , exclude = [12:33:05.679] | : . ' , resignal = FALSE [12:33:05.679] | : . ' , Number of conditions: 0 [12:33:05.680] | : . ' , int 0 [12:33:05.680] | : . ' signalConditions() ... done [12:33:05.680] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:05.681] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [12:33:05.681] | : resolved() for MultisessionFuture () ... done [12:33:05.681] | : assertFutureResult() ... [12:33:05.681] | : . Future uuid: 0c655ffc8e010b73536bc8ebae936b02-6 [12:33:05.681] | : . identical; success [12:33:05.681] | : assertFutureResult() ... done [12:33:05.682] | resolved() ... done Resolved: TRUE Unique identifier: 0c655ffc8e010b73536bc8ebae936b02-6 Owner process: 0c655ffc8e010b73536bc8ebae936b02 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [12:33:05.682] | value() for MultisessionFuture () ... [12:33:05.682] | : result() for ClusterFuture ... [12:33:05.682] | : . result already collected: FutureResult [12:33:05.683] | : result() for ClusterFuture ... done [12:33:05.683] | : result() for ClusterFuture ... [12:33:05.683] | : . result already collected: FutureResult [12:33:05.683] | : result() for ClusterFuture ... done [12:33:05.683] | : signalConditions() ... [12:33:05.684] | : . include = 'immediateCondition' [12:33:05.684] | : . exclude = [12:33:05.684] | : . resignal = FALSE [12:33:05.684] | : . Number of conditions: 0 [12:33:05.684] | : . int 0 [12:33:05.685] | : signalConditions() ... done [12:33:05.685] | : relay stdout ... [12:33:05.685] | : relay stdout ... done [12:33:05.685] | : check for misuse ... [12:33:05.686] | : check for misuse ... done [12:33:05.686] | value() for MultisessionFuture () ... done [12:33:05.686] | future(..., label = 'strategy = multisession') ... [12:33:05.686] | : lazy: FALSE [12:33:05.686] | : stdout: TRUE [12:33:05.686] | : conditions: [n=1] 'condition' [12:33:05.687] | : getGlobalsAndPackages() ... [12:33:05.687] | : . Searching for globals ... [12:33:05.689] | : . ' globals found: [0] [12:33:05.689] | : . Searching for globals ... done [12:33:05.689] | : . globals: [0] [12:33:05.689] | : . packages: [0] [12:33:05.689] | : getGlobalsAndPackages() ... done [12:33:05.690] | : run() for 'Future' ('strategy = multisession') ... [12:33:05.690] | : . state: 'created' [12:33:05.690] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:05.690] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:05.691] | : . Using MultisessionFutureBackend ... [12:33:05.691] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:33:05.691] | : . ' Launching futures ... [12:33:05.691] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:05.691] | : . ' , ; Workers: [n=2] [12:33:05.692] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:05.694] | : . ' , ; FutureRegistry: 'workers-ffe0d178400440fe047b74aa5759dbfb' [12:33:05.694] | : . ' , ; requestWorker() ... [12:33:05.694] | : . ' , ; ` requestNode() ... [12:33:05.694] | : . ' , ; ` | Number of workers: 2 [12:33:05.694] | : . ' , ; ` | Polling for a free worker ... [12:33:05.695] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.695] | : . ' , ; ` | : . Listing all futures [12:33:05.695] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:05.695] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.695] | : . ' , ; ` | : Total time: 0 [12:33:05.695] | : . ' , ; ` | Polling for a free worker ... done [12:33:05.696] | : . ' , ; ` | FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.696] | : . ' , ; ` | : Listing all futures [12:33:05.696] | : . ' , ; ` | : Number of registered futures: 0 [12:33:05.696] | : . ' , ; ` | FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.697] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:05.697] | : . ' , ; ` | Index of first available worker: 1 [12:33:05.697] | : . ' , ; ` | Validate that the worker is functional ... [12:33:05.698] | : . ' , ; ` | : Worker is functional [12:33:05.698] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.698] | : . ' , ; ` | : . Listing all futures [12:33:05.699] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:05.699] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.699] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:05.699] | : . ' , ; ` requestNode() ... done [12:33:05.700] | : . ' , ; ` cluster node index: 1 [12:33:05.700] | : . ' , ; requestWorker() ... done [12:33:05.700] | : . ' , ; eraseGlobalEnvironment() ... [12:33:05.701] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:05.701] | : . ' , ; launchFuture() ... [12:33:05.702] | : . ' , ; ` cluster node index: 1 [12:33:05.702] | : . ' , ; ` getFutureData() ... [12:33:05.702] | : . ' , ; ` | getFutureCore() ... [12:33:05.702] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:05.703] | : . ' , ; ` | getFutureCore() ... done [12:33:05.703] | : . ' , ; ` | getFutureCapture() ... [12:33:05.703] | : . ' , ; ` | getFutureCapture() ... done [12:33:05.703] | : . ' , ; ` | getFutureContext() ... [12:33:05.704] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:05.704] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:05.704] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:05.704] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:05.705] | : . ' , ; ` | getFutureContext() ... done [12:33:05.705] | : . ' , ; ` getFutureData() ... done [12:33:05.706] | : . ' , ; ` FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'add', earlySignal = 0) ... [12:33:05.707] | : . ' , ; ` | Appended future to position #1 [12:33:05.707] | : . ' , ; ` | Number of registered futures: 1 [12:33:05.707] | : . ' , ; ` FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'add', earlySignal = 0) ... done [12:33:05.708] | : . ' , ; launchFuture() ... done [12:33:05.708] | : . ' , ; MultisessionFuture started [12:33:05.708] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:05.709] | : . ' Launching futures ... done [12:33:05.709] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:05.709] | : . Using MultisessionFutureBackend ... done [12:33:05.710] | : run() for 'Future' ('strategy = multisession') ... done [12:33:05.710] | 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") [12:33:05.711] | resolved() ... [12:33:05.711] | : resolved() for MultisessionFuture ('strategy = multisession') ... [12:33:05.712] | : . Cluster node socket connection: index=4, id=337 [12:33:05.712] | : . assertValidConnection() ... [12:33:05.713] | : . ' cluster node index: 1 [12:33:05.714] | : . assertValidConnection() ... done [12:33:05.714] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:05.714] | : . ' cluster node index: 1 [12:33:05.715] | : . ' [1] TRUE [12:33:05.715] | : . ' Received data: [12:33:05.716] | : . ' List of 5 [12:33:05.716] | : . ' $ type : chr "VALUE" [12:33:05.716] | : . ' $ value :List of 16 [12:33:05.716] | : . ' ..$ value : num 42 [12:33:05.716] | : . ' ..$ visible : logi TRUE [12:33:05.716] | : . ' ..$ stdout : chr "" [12:33:05.716] | : . ' ..$ conditions : list() [12:33:05.716] | : . ' ..$ rng : logi FALSE [12:33:05.716] | : . ' ..$ seed : NULL [12:33:05.716] | : . ' ..$ misuseGlobalEnv : NULL [12:33:05.716] | : . ' ..$ misuseConnections :List of 3 [12:33:05.716] | : . ' .. ..$ added : NULL [12:33:05.716] | : . ' .. ..$ removed : NULL [12:33:05.716] | : . ' .. ..$ replaced: NULL [12:33:05.716] | : . ' ..$ misuseDevices : NULL [12:33:05.716] | : . ' ..$ misuseDefaultDevice: list() [12:33:05.716] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.716] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.716] | : . ' ..$ uuid : chr [1:2] "0c655ffc8e010b73536bc8ebae936b02" "7" [12:33:05.716] | : . ' ..$ session_uuid : chr "3be8c290e9b66d7ab38012b2fc209675" [12:33:05.716] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:05.716] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:05.716] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:05.716] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:05.716] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:05.716] | : . ' .. .. ..$ pid : int 98436 [12:33:05.716] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.716] | : . ' .. .. ..$ random: int 2147483647 [12:33:05.716] | : . ' ..$ r_info :List of 4 [12:33:05.716] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:05.716] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:05.716] | : . ' .. ..$ os : chr "windows" [12:33:05.716] | : . ' .. ..$ os_name : chr "Windows" [12:33:05.716] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:05.716] | : . ' ..$ version : chr "1.8" [12:33:05.716] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:05.716] | : . ' $ success: logi TRUE [12:33:05.716] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [12:33:05.716] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:05.716] | : . ' $ tag : NULL [12:33:05.737] | : . ' Received FutureResult [12:33:05.738] | : . ' FutureResult: [12:33:05.738] | : . ' value: 'numeric' [12:33:05.738] | : . ' visible: TRUE [12:33:05.738] | : . ' stdout: character [12:33:05.738] | : . ' conditions: [n = 0] [12:33:05.738] | : . ' RNG used: FALSE [12:33:05.738] | : . ' duration: 0.005543947 secs (started 2026-01-16 12:33:05.70653) [12:33:05.738] | : . ' version: 1.8 [12:33:05.739] | : . ' FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'remove', earlySignal = 0) ... [12:33:05.739] | : . ' , Removed future from position #1 [12:33:05.739] | : . ' , Number of registered futures: 0 [12:33:05.740] | : . ' FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'remove', earlySignal = 0) ... done [12:33:05.740] | : . ' Erased future from future backend [12:33:05.740] | : . ' result() for ClusterFuture ... [12:33:05.740] | : . ' , result already collected: FutureResult [12:33:05.741] | : . ' result() for ClusterFuture ... done [12:33:05.741] | : . ' signalConditions() ... [12:33:05.741] | : . ' , include = 'immediateCondition' [12:33:05.742] | : . ' , exclude = [12:33:05.742] | : . ' , resignal = FALSE [12:33:05.742] | : . ' , Number of conditions: 0 [12:33:05.742] | : . ' , int 0 [12:33:05.743] | : . ' signalConditions() ... done [12:33:05.743] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:05.744] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [12:33:05.744] | : resolved() for MultisessionFuture ('strategy = multisession') ... done [12:33:05.744] | : assertFutureResult() ... [12:33:05.744] | : . Future uuid: 0c655ffc8e010b73536bc8ebae936b02-7 [12:33:05.745] | : . identical; success [12:33:05.745] | : assertFutureResult() ... done [12:33:05.745] | resolved() ... done Resolved: TRUE Unique identifier: 0c655ffc8e010b73536bc8ebae936b02-7 Owner process: 0c655ffc8e010b73536bc8ebae936b02 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [12:33:05.746] | value() for MultisessionFuture ('strategy = multisession') ... [12:33:05.746] | : result() for ClusterFuture ... [12:33:05.746] | : . result already collected: FutureResult [12:33:05.746] | : result() for ClusterFuture ... done [12:33:05.747] | : result() for ClusterFuture ... [12:33:05.747] | : . result already collected: FutureResult [12:33:05.747] | : result() for ClusterFuture ... done [12:33:05.748] | : signalConditions() ... [12:33:05.748] | : . include = 'immediateCondition' [12:33:05.748] | : . exclude = [12:33:05.748] | : . resignal = FALSE [12:33:05.749] | : . Number of conditions: 0 [12:33:05.749] | : . int 0 [12:33:05.750] | : signalConditions() ... done [12:33:05.750] | : relay stdout ... [12:33:05.750] | : relay stdout ... done [12:33:05.751] | : check for misuse ... [12:33:05.751] | : check for misuse ... done [12:33:05.751] | value() for MultisessionFuture ('strategy = multisession') ... done [12:33:05.752] | future(..., label = 'strategy = multisession') ... [12:33:05.752] | : lazy: FALSE [12:33:05.752] | : stdout: TRUE [12:33:05.753] | : conditions: [n=1] 'condition' [12:33:05.753] | : getGlobalsAndPackages() ... [12:33:05.753] | : . Searching for globals ... [12:33:05.759] | : . ' globals found: [1] '{' [12:33:05.759] | : . Searching for globals ... done [12:33:05.760] | : . Resolving globals: FALSE [12:33:05.760] | : . Search for packages associated with the globals ... [12:33:05.760] | : . ' Packages associated with globals: [1] 'base' [12:33:05.761] | : . ' Packages: [1] 'base' [12:33:05.761] | : . Search for packages associated with the globals ... done [12:33:05.761] | : . Packages after dropping 'base': [0] [12:33:05.762] | : . globals: [0] [12:33:05.762] | : . packages: [0] [12:33:05.762] | : getGlobalsAndPackages() ... done [12:33:05.763] | : run() for 'Future' ('strategy = multisession') ... [12:33:05.763] | : . state: 'created' [12:33:05.763] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:05.764] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:05.764] | : . Using MultisessionFutureBackend ... [12:33:05.764] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:33:05.764] | : . ' Launching futures ... [12:33:05.765] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:05.765] | : . ' , ; Workers: [n=2] [12:33:05.765] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:05.768] | : . ' , ; FutureRegistry: 'workers-ffe0d178400440fe047b74aa5759dbfb' [12:33:05.768] | : . ' , ; requestWorker() ... [12:33:05.769] | : . ' , ; ` requestNode() ... [12:33:05.769] | : . ' , ; ` | Number of workers: 2 [12:33:05.769] | : . ' , ; ` | Polling for a free worker ... [12:33:05.769] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.770] | : . ' , ; ` | : . Listing all futures [12:33:05.770] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:05.770] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.770] | : . ' , ; ` | : Total time: 0 [12:33:05.770] | : . ' , ; ` | Polling for a free worker ... done [12:33:05.770] | : . ' , ; ` | FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.771] | : . ' , ; ` | : Listing all futures [12:33:05.771] | : . ' , ; ` | : Number of registered futures: 0 [12:33:05.771] | : . ' , ; ` | FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.771] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:05.771] | : . ' , ; ` | Index of first available worker: 1 [12:33:05.772] | : . ' , ; ` | Validate that the worker is functional ... [12:33:05.772] | : . ' , ; ` | : Worker is functional [12:33:05.772] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... [12:33:05.773] | : . ' , ; ` | : . Listing all futures [12:33:05.773] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:05.773] | : . ' , ; ` | : FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'list', earlySignal = 0) ... done [12:33:05.774] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:05.774] | : . ' , ; ` requestNode() ... done [12:33:05.774] | : . ' , ; ` cluster node index: 1 [12:33:05.774] | : . ' , ; requestWorker() ... done [12:33:05.775] | : . ' , ; eraseGlobalEnvironment() ... [12:33:05.775] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:05.776] | : . ' , ; launchFuture() ... [12:33:05.776] | : . ' , ; ` cluster node index: 1 [12:33:05.776] | : . ' , ; ` getFutureData() ... [12:33:05.776] | : . ' , ; ` | getFutureCore() ... [12:33:05.777] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:05.777] | : . ' , ; ` | getFutureCore() ... done [12:33:05.777] | : . ' , ; ` | getFutureCapture() ... [12:33:05.777] | : . ' , ; ` | getFutureCapture() ... done [12:33:05.778] | : . ' , ; ` | getFutureContext() ... [12:33:05.778] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:05.778] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:05.778] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:05.779] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:05.779] | : . ' , ; ` | getFutureContext() ... done [12:33:05.779] | : . ' , ; ` getFutureData() ... done [12:33:05.780] | : . ' , ; ` FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'add', earlySignal = 0) ... [12:33:05.780] | : . ' , ; ` | Appended future to position #1 [12:33:05.780] | : . ' , ; ` | Number of registered futures: 1 [12:33:05.781] | : . ' , ; ` FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'add', earlySignal = 0) ... done [12:33:05.781] | : . ' , ; launchFuture() ... done [12:33:05.781] | : . ' , ; MultisessionFuture started [12:33:05.781] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:05.782] | : . ' Launching futures ... done [12:33:05.782] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:05.782] | : . Using MultisessionFutureBackend ... done [12:33:05.782] | : run() for 'Future' ('strategy = multisession') ... done [12:33:05.783] | 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") [12:33:05.784] | resolved() ... [12:33:05.784] | : resolved() for MultisessionFuture ('strategy = multisession') ... [12:33:05.785] | : . Cluster node socket connection: index=4, id=337 [12:33:05.785] | : . assertValidConnection() ... [12:33:05.785] | : . ' cluster node index: 1 [12:33:05.786] | : . assertValidConnection() ... done [12:33:05.786] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:05.786] | : . ' cluster node index: 1 [12:33:05.787] | : . ' [1] TRUE [12:33:05.787] | : . ' Received data: [12:33:05.788] | : . ' List of 5 [12:33:05.788] | : . ' $ type : chr "VALUE" [12:33:05.788] | : . ' $ value :List of 16 [12:33:05.788] | : . ' ..$ value : num 42 [12:33:05.788] | : . ' ..$ visible : logi TRUE [12:33:05.788] | : . ' ..$ stdout : chr "" [12:33:05.788] | : . ' ..$ conditions : list() [12:33:05.788] | : . ' ..$ rng : logi FALSE [12:33:05.788] | : . ' ..$ seed : NULL [12:33:05.788] | : . ' ..$ misuseGlobalEnv : NULL [12:33:05.788] | : . ' ..$ misuseConnections :List of 3 [12:33:05.788] | : . ' .. ..$ added : NULL [12:33:05.788] | : . ' .. ..$ removed : NULL [12:33:05.788] | : . ' .. ..$ replaced: NULL [12:33:05.788] | : . ' ..$ misuseDevices : NULL [12:33:05.788] | : . ' ..$ misuseDefaultDevice: list() [12:33:05.788] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.788] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.788] | : . ' ..$ uuid : chr [1:2] "0c655ffc8e010b73536bc8ebae936b02" "8" [12:33:05.788] | : . ' ..$ session_uuid : chr "3be8c290e9b66d7ab38012b2fc209675" [12:33:05.788] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:05.788] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:05.788] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:05.788] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:05.788] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:05.788] | : . ' .. .. ..$ pid : int 98436 [12:33:05.788] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:05" [12:33:05.788] | : . ' .. .. ..$ random: int 2147483647 [12:33:05.788] | : . ' ..$ r_info :List of 4 [12:33:05.788] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:05.788] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:05.788] | : . ' .. ..$ os : chr "windows" [12:33:05.788] | : . ' .. ..$ os_name : chr "Windows" [12:33:05.788] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:05.788] | : . ' ..$ version : chr "1.8" [12:33:05.788] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:05.788] | : . ' $ success: logi TRUE [12:33:05.788] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:05.788] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:05.788] | : . ' $ tag : NULL [12:33:05.812] | : . ' Received FutureResult [12:33:05.812] | : . ' FutureResult: [12:33:05.812] | : . ' value: 'numeric' [12:33:05.812] | : . ' visible: TRUE [12:33:05.812] | : . ' stdout: character [12:33:05.812] | : . ' conditions: [n = 0] [12:33:05.812] | : . ' RNG used: FALSE [12:33:05.812] | : . ' duration: 0.003422022 secs (started 2026-01-16 12:33:05.780436) [12:33:05.812] | : . ' version: 1.8 [12:33:05.813] | : . ' FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'remove', earlySignal = 0) ... [12:33:05.813] | : . ' , Removed future from position #1 [12:33:05.814] | : . ' , Number of registered futures: 0 [12:33:05.814] | : . ' FutureRegistry('workers-ffe0d178400440fe047b74aa5759dbfb', action = 'remove', earlySignal = 0) ... done [12:33:05.814] | : . ' Erased future from future backend [12:33:05.815] | : . ' result() for ClusterFuture ... [12:33:05.815] | : . ' , result already collected: FutureResult [12:33:05.815] | : . ' result() for ClusterFuture ... done [12:33:05.815] | : . ' signalConditions() ... [12:33:05.816] | : . ' , include = 'immediateCondition' [12:33:05.816] | : . ' , exclude = [12:33:05.816] | : . ' , resignal = FALSE [12:33:05.817] | : . ' , Number of conditions: 0 [12:33:05.817] | : . ' , int 0 [12:33:05.818] | : . ' signalConditions() ... done [12:33:05.818] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:05.818] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [12:33:05.818] | : resolved() for MultisessionFuture ('strategy = multisession') ... done [12:33:05.819] | : assertFutureResult() ... [12:33:05.819] | : . Future uuid: 0c655ffc8e010b73536bc8ebae936b02-8 [12:33:05.819] | : . identical; success [12:33:05.819] | : assertFutureResult() ... done [12:33:05.820] | resolved() ... done Resolved: TRUE Unique identifier: 0c655ffc8e010b73536bc8ebae936b02-8 Owner process: 0c655ffc8e010b73536bc8ebae936b02 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [12:33:05.820] | value() for MultisessionFuture ('strategy = multisession') ... [12:33:05.821] | : result() for ClusterFuture ... [12:33:05.821] | : . result already collected: FutureResult [12:33:05.821] | : result() for ClusterFuture ... done [12:33:05.821] | : result() for ClusterFuture ... [12:33:05.822] | : . result already collected: FutureResult [12:33:05.822] | : result() for ClusterFuture ... done [12:33:05.822] | : signalConditions() ... [12:33:05.823] | : . include = 'immediateCondition' [12:33:05.823] | : . exclude = [12:33:05.823] | : . resignal = FALSE [12:33:05.823] | : . Number of conditions: 0 [12:33:05.824] | : . int 0 [12:33:05.824] | : signalConditions() ... done [12:33:05.825] | : relay stdout ... [12:33:05.825] | : relay stdout ... done [12:33:05.825] | : check for misuse ... [12:33:05.826] | : check for misuse ... done [12:33:05.826] | 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=217] '!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_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_01_16_12_30_17_22682' Test time: user.self=1s, sys.self=0.09s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'future,labels' ... success > > proc.time() user system elapsed 1.57 0.18 2.76