R Under development (unstable) (2025-06-04 r88278 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-future,labels.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("future,labels") Test 'future,labels' ... Sourcing 9 prologue scripts ... 01/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/001.load.R' 02/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/002.record-state.R' 03/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/030.imports.R' 04/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/050.utils.R' 05/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.context.R' 06/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.options.R' 07/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/091.envvars.R' 08/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/099.future-setup.R' 09/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/995.detrius-connections.R' Sourcing 9 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/test-future,labels.R' > library(future) [05:57:45.021] Option 'future.startup.script': TRUE [05:57:45.022] Future startup scripts considered: '.future.R', '~/.future.R' [05:57:45.023] 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') ... [05:57:45.047] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.048] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:57:45.048] | : all.equal() for FutureStrategyList ... [05:57:45.048] | : . New stack: [05:57:45.048] | : . List of 1 [05:57:45.048] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.048] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.048] | : . ..- attr(*, "init")= logi TRUE [05:57:45.048] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.048] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.048] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.048] | : . ..- attr(*, "call")= language plan(strategy) [05:57:45.048] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.056] | : . Old stack: [05:57:45.057] | : . List of 1 [05:57:45.057] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.057] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.057] | : . ..- attr(*, "init")= logi TRUE [05:57:45.057] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.057] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.057] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.057] | : . ..- attr(*, "call")= language plan(sequential) [05:57:45.057] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.062] | : . Not identical [05:57:45.062] | : . all.equal() for future ... [05:57:45.062] | : . ' List of 2 [05:57:45.062] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.062] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.062] | : . ' ..- attr(*, "init")= logi TRUE [05:57:45.062] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.062] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.062] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.062] | : . ' ..- attr(*, "call")= language plan(strategy) [05:57:45.062] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.062] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.062] | : . ' ..- attr(*, "init")= logi TRUE [05:57:45.062] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.062] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.062] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.062] | : . ' ..- attr(*, "call")= language plan(sequential) [05:57:45.072] | : . all.equal() for future ... done [05:57:45.073] | : all.equal() for FutureStrategyList ... done [05:57:45.073] | : plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:45.073] | : List of future strategies: [05:57:45.073] | : 1. sequential: [05:57:45.073] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:45.073] | : - tweaked: FALSE [05:57:45.073] | : - call: plan(sequential) [05:57:45.074] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:57:45.075] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.075] future(..., label = NULL) ... [05:57:45.075] | lazy: FALSE [05:57:45.076] | stdout: TRUE [05:57:45.076] | conditions: [n=1] 'condition' [05:57:45.076] | gc: FALSE [05:57:45.076] | earlySignal: FALSE [05:57:45.078] | getGlobalsAndPackages() ... [05:57:45.078] | : Searching for globals ... [05:57:45.095] | : . globals found: [0] [05:57:45.095] | : Searching for globals ... done [05:57:45.095] | : globals: [0] [05:57:45.096] | : packages: [0] [05:57:45.096] | getGlobalsAndPackages() ... done [05:57:45.097] | run() for 'Future' () ... [05:57:45.097] | : state: 'created' [05:57:45.098] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.098] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [05:57:45.098] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.098] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.098] | : . ' - attr(*, "init")= logi TRUE [05:57:45.098] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.098] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.098] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.098] | : . ' - attr(*, "call")= language plan(sequential) [05:57:45.102] | : . ' init: TRUE [05:57:45.102] | : . ' makeFutureBackend() ... [05:57:45.103] | : . ' , Backend function: <'NULL'> [05:57:45.103] | : . ' , Evaluator tweak arguments: [n=0] [05:57:45.103] | : . ' , list() [05:57:45.104] | : . ' , Evaluator formal arguments: [n=2] [05:57:45.104] | : . ' , list() [05:57:45.105] | : . ' , Backend factory arguments: [n=2] [05:57:45.105] | : . ' , Dotted pair list of 2 [05:57:45.105] | : . ' , $ gc : logi FALSE [05:57:45.105] | : . ' , $ earlySignal: logi FALSE [05:57:45.107] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [05:57:45.107] | : . ' makeFutureBackend() ... done [05:57:45.107] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [05:57:45.108] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.108] | : Using SequentialFutureBackend ... [05:57:45.108] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [05:57:45.108] | : . Launching futures ... [05:57:45.109] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:45.109] | : . ' , getFutureData() ... [05:57:45.109] | : . ' , ; getFutureCore() ... [05:57:45.109] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:45.109] | : . ' , ; getFutureCore() ... done [05:57:45.110] | : . ' , ; getFutureCapture() ... [05:57:45.110] | : . ' , ; getFutureCapture() ... done [05:57:45.110] | : . ' , ; getFutureContext() ... [05:57:45.110] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.111] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:45.111] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.111] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:45.111] | : . ' , ; getFutureContext() ... done [05:57:45.111] | : . ' , getFutureData() ... done [05:57:45.115] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.115] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:45.115] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.116] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.116] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:45.116] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:45.116] | : . ' , ; ` | New stack: [05:57:45.116] | : . ' , ; ` | List of 1 [05:57:45.116] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.116] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.116] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:45.116] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.116] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.116] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.116] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:45.116] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.120] | : . ' , ; ` | Old stack: [05:57:45.120] | : . ' , ; ` | List of 1 [05:57:45.120] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.120] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.120] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:45.120] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.120] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.120] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.120] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:45.120] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.120] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.120] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.120] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.128] | : . ' , ; ` | Not identical [05:57:45.128] | : . ' , ; ` | all.equal() for future ... [05:57:45.129] | : . ' , ; ` | : List of 2 [05:57:45.129] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.129] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:45.129] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.129] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.129] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.129] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.129] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.139] | : . ' , ; ` | all.equal() for future ... done [05:57:45.140] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:45.140] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:45.140] | : . ' , ; ` List of future strategies: [05:57:45.140] | : . ' , ; ` 1. sequential: [05:57:45.140] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:45.140] | : . ' , ; ` - tweaked: FALSE [05:57:45.140] | : . ' , ; ` - call: plan(sequential) [05:57:45.141] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:45.142] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.147] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.148] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.148] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:45.148] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:45.148] | : . ' , ; ` | : New stack: [05:57:45.149] | : . ' , ; ` | : List of 1 [05:57:45.149] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.149] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.149] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.149] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.149] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.149] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.149] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.149] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.149] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.149] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.149] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.191] | : . ' , ; ` | : Old stack: [05:57:45.191] | : . ' , ; ` | : List of 1 [05:57:45.191] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.191] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.191] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.191] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.191] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.191] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.191] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.191] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.191] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.191] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.191] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.198] | : . ' , ; ` | : Identical [05:57:45.198] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:45.198] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:45.199] | : . ' , ; ` | List of future strategies: [05:57:45.199] | : . ' , ; ` | 1. sequential: [05:57:45.199] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:45.199] | : . ' , ; ` | - tweaked: FALSE [05:57:45.199] | : . ' , ; ` | - call: plan(sequential) [05:57:45.200] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:45.200] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.200] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.206] | : . ' , SequentialFuture started (and completed) [05:57:45.207] | : . ' , signalConditions() ... [05:57:45.207] | : . ' , ; include = 'immediateCondition' [05:57:45.207] | : . ' , ; exclude = [05:57:45.208] | : . ' , ; resignal = FALSE [05:57:45.208] | : . ' , ; Number of conditions: 6 [05:57:45.208] | : . ' , ; int 6 [05:57:45.209] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.209] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.210] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.210] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.210] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.210] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.211] | : . ' , signalConditions() ... done [05:57:45.211] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:45.211] | : . Launching futures ... done [05:57:45.212] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:45.212] | : Using SequentialFutureBackend ... done [05:57:45.212] | run() for 'Future' () ... done [05:57:45.213] 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 7482e99d3005ead809e9656b57b0780f-1 Owner process: 7482e99d3005ead809e9656b57b0780f Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03338099 secs (started 2025-06-05 05:57:45.11318) Worker process: 7482e99d3005ead809e9656b57b0780f [05:57:45.216] value() for SequentialFuture () ... [05:57:45.216] | signalConditions() ... [05:57:45.216] | : include = 'immediateCondition' [05:57:45.217] | : exclude = [05:57:45.217] | : resignal = FALSE [05:57:45.217] | : Number of conditions: 6 [05:57:45.217] | : int 6 [05:57:45.256] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.256] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.257] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.257] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.257] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.257] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.258] | signalConditions() ... done [05:57:45.258] | relay stdout ... [05:57:45.258] | relay stdout ... done [05:57:45.258] | check for misuse ... [05:57:45.259] | check for misuse ... done [05:57:45.259] | relay conditions ... [05:57:45.259] | : Future state: 'finished' [05:57:45.259] | : signalConditions() ... [05:57:45.259] | : . include = 'condition' [05:57:45.260] | : . exclude = 'immediateCondition' [05:57:45.260] | : . resignal = TRUE [05:57:45.260] | : . Number of conditions: 6 [05:57:45.260] | : . int 6 [05:57:45.261] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.261] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:45.113] | : . ' , attachPackages() ... [05:57:45.262] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.262] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:45.113] | : . ' , ; packages: [n=1] 'future' [05:57:45.262] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.262] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:45.114] | : . ' , attachPackages() ... done [05:57:45.263] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.263] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:45.114] | : . ' , attachPackages() ... [05:57:45.263] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.264] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:45.114] | : . ' , ; packages: [n=0] [05:57:45.264] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.264] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:45.114] | : . ' , attachPackages() ... done [05:57:45.264] | : signalConditions() ... done [05:57:45.265] | relay conditions ... done [05:57:45.265] value() for SequentialFuture () ... done [05:57:45.266] future(..., label = NULL) ... [05:57:45.266] | lazy: FALSE [05:57:45.267] | stdout: TRUE [05:57:45.267] | conditions: [n=1] 'condition' [05:57:45.267] | gc: FALSE [05:57:45.267] | earlySignal: FALSE [05:57:45.267] | getGlobalsAndPackages() ... [05:57:45.268] | : Searching for globals ... [05:57:45.274] | : . globals found: [1] '{' [05:57:45.274] | : Searching for globals ... done [05:57:45.275] | : Resolving globals: FALSE [05:57:45.275] | : Search for packages associated with the globals ... [05:57:45.275] | : . Packages associated with globals: [1] 'base' [05:57:45.276] | : . Packages: [1] 'base' [05:57:45.276] | : Search for packages associated with the globals ... done [05:57:45.276] | : Packages after dropping 'base': [0] [05:57:45.277] | : globals: [0] [05:57:45.277] | : packages: [0] [05:57:45.277] | getGlobalsAndPackages() ... done [05:57:45.278] | run() for 'Future' () ... [05:57:45.278] | : state: 'created' [05:57:45.278] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.279] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.279] | : Using SequentialFutureBackend ... [05:57:45.279] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [05:57:45.279] | : . Launching futures ... [05:57:45.280] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:45.280] | : . ' , getFutureData() ... [05:57:45.280] | : . ' , ; getFutureCore() ... [05:57:45.280] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:45.281] | : . ' , ; getFutureCore() ... done [05:57:45.281] | : . ' , ; getFutureCapture() ... [05:57:45.281] | : . ' , ; getFutureCapture() ... done [05:57:45.281] | : . ' , ; getFutureContext() ... [05:57:45.282] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.282] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:45.282] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.283] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:45.283] | : . ' , ; getFutureContext() ... done [05:57:45.283] | : . ' , getFutureData() ... done [05:57:45.286] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.286] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:45.287] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.287] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.287] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:45.288] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:45.288] | : . ' , ; ` | New stack: [05:57:45.288] | : . ' , ; ` | List of 1 [05:57:45.288] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.288] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.288] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:45.288] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.288] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.288] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.288] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:45.288] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.293] | : . ' , ; ` | Old stack: [05:57:45.293] | : . ' , ; ` | List of 1 [05:57:45.293] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.293] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.293] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:45.293] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.293] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.293] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.293] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:45.293] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.293] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.293] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.293] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.300] | : . ' , ; ` | Not identical [05:57:45.301] | : . ' , ; ` | all.equal() for future ... [05:57:45.301] | : . ' , ; ` | : List of 2 [05:57:45.301] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.301] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:45.301] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.301] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.301] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.301] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.301] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.312] | : . ' , ; ` | all.equal() for future ... done [05:57:45.312] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:45.313] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:45.313] | : . ' , ; ` List of future strategies: [05:57:45.313] | : . ' , ; ` 1. sequential: [05:57:45.313] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:45.313] | : . ' , ; ` - tweaked: FALSE [05:57:45.313] | : . ' , ; ` - call: plan(sequential) [05:57:45.314] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:45.314] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.318] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.319] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.319] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:45.319] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:45.320] | : . ' , ; ` | : New stack: [05:57:45.320] | : . ' , ; ` | : List of 1 [05:57:45.320] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.320] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.320] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.320] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.320] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.320] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.320] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.320] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.320] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.320] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.320] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.327] | : . ' , ; ` | : Old stack: [05:57:45.328] | : . ' , ; ` | : List of 1 [05:57:45.328] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.328] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.328] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.328] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.328] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.328] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.328] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.328] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.328] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.328] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.328] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.335] | : . ' , ; ` | : Identical [05:57:45.335] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:45.336] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:45.336] | : . ' , ; ` | List of future strategies: [05:57:45.336] | : . ' , ; ` | 1. sequential: [05:57:45.336] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:45.336] | : . ' , ; ` | - tweaked: FALSE [05:57:45.336] | : . ' , ; ` | - call: plan(sequential) [05:57:45.337] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:45.337] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.338] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.338] | : . ' , SequentialFuture started (and completed) [05:57:45.339] | : . ' , signalConditions() ... [05:57:45.339] | : . ' , ; include = 'immediateCondition' [05:57:45.339] | : . ' , ; exclude = [05:57:45.340] | : . ' , ; resignal = FALSE [05:57:45.340] | : . ' , ; Number of conditions: 6 [05:57:45.340] | : . ' , ; int 6 [05:57:45.341] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.341] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.342] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.342] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.342] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.343] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.343] | : . ' , signalConditions() ... done [05:57:45.343] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:45.343] | : . Launching futures ... done [05:57:45.344] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:45.344] | : Using SequentialFutureBackend ... done [05:57:45.344] | run() for 'Future' () ... done [05:57:45.345] 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 7482e99d3005ead809e9656b57b0780f-2 Owner process: 7482e99d3005ead809e9656b57b0780f Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03360701 secs (started 2025-06-05 05:57:45.284157) Worker process: 7482e99d3005ead809e9656b57b0780f [05:57:45.346] value() for SequentialFuture () ... [05:57:45.347] | signalConditions() ... [05:57:45.347] | : include = 'immediateCondition' [05:57:45.347] | : exclude = [05:57:45.347] | : resignal = FALSE [05:57:45.348] | : Number of conditions: 6 [05:57:45.348] | : int 6 [05:57:45.349] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.349] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.349] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.350] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.350] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.350] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.350] | signalConditions() ... done [05:57:45.351] | relay stdout ... [05:57:45.351] | relay stdout ... done [05:57:45.351] | check for misuse ... [05:57:45.351] | check for misuse ... done [05:57:45.352] | relay conditions ... [05:57:45.352] | : Future state: 'finished' [05:57:45.352] | : signalConditions() ... [05:57:45.353] | : . include = 'condition' [05:57:45.353] | : . exclude = 'immediateCondition' [05:57:45.353] | : . resignal = TRUE [05:57:45.353] | : . Number of conditions: 6 [05:57:45.354] | : . int 6 [05:57:45.354] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.355] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:45.284] | : . ' , attachPackages() ... [05:57:45.355] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.355] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:45.284] | : . ' , ; packages: [n=1] 'future' [05:57:45.356] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.356] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:45.285] | : . ' , attachPackages() ... done [05:57:45.356] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.356] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:45.285] | : . ' , attachPackages() ... [05:57:45.357] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.357] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:45.285] | : . ' , ; packages: [n=0] [05:57:45.357] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.358] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:45.285] | : . ' , attachPackages() ... done [05:57:45.358] | : signalConditions() ... done [05:57:45.358] | relay conditions ... done [05:57:45.359] value() for SequentialFuture () ... done [05:57:45.359] future(..., label = 'strategy = sequential') ... [05:57:45.359] | lazy: FALSE [05:57:45.360] | stdout: TRUE [05:57:45.360] | conditions: [n=1] 'condition' [05:57:45.360] | gc: FALSE [05:57:45.360] | earlySignal: FALSE [05:57:45.361] | getGlobalsAndPackages() ... [05:57:45.361] | : Searching for globals ... [05:57:45.363] | : . globals found: [0] [05:57:45.364] | : Searching for globals ... done [05:57:45.364] | : globals: [0] [05:57:45.364] | : packages: [0] [05:57:45.365] | getGlobalsAndPackages() ... done [05:57:45.365] | run() for 'Future' ('strategy = sequential') ... [05:57:45.366] | : state: 'created' [05:57:45.366] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.366] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.366] | : Using SequentialFutureBackend ... [05:57:45.367] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [05:57:45.367] | : . Launching futures ... [05:57:45.367] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:45.367] | : . ' , getFutureData() ... [05:57:45.368] | : . ' , ; getFutureCore() ... [05:57:45.368] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:45.368] | : . ' , ; getFutureCore() ... done [05:57:45.368] | : . ' , ; getFutureCapture() ... [05:57:45.369] | : . ' , ; getFutureCapture() ... done [05:57:45.369] | : . ' , ; getFutureContext() ... [05:57:45.369] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.370] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:45.370] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.370] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:45.370] | : . ' , ; getFutureContext() ... done [05:57:45.371] | : . ' , getFutureData() ... done [05:57:45.374] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.374] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:45.374] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.375] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.375] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:45.375] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:45.376] | : . ' , ; ` | New stack: [05:57:45.376] | : . ' , ; ` | List of 1 [05:57:45.376] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.376] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.376] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:45.376] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.376] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.376] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.376] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:45.376] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.381] | : . ' , ; ` | Old stack: [05:57:45.381] | : . ' , ; ` | List of 1 [05:57:45.381] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.381] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.381] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:45.381] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.381] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.381] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.381] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:45.381] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.381] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.381] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.381] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.388] | : . ' , ; ` | Not identical [05:57:45.388] | : . ' , ; ` | all.equal() for future ... [05:57:45.388] | : . ' , ; ` | : List of 2 [05:57:45.388] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.388] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:45.388] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.388] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.388] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.388] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.388] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.400] | : . ' , ; ` | all.equal() for future ... done [05:57:45.401] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:45.401] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:45.401] | : . ' , ; ` List of future strategies: [05:57:45.401] | : . ' , ; ` 1. sequential: [05:57:45.401] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:45.401] | : . ' , ; ` - tweaked: FALSE [05:57:45.401] | : . ' , ; ` - call: plan(sequential) [05:57:45.402] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:45.402] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.406] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.407] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.407] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:45.408] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:45.408] | : . ' , ; ` | : New stack: [05:57:45.408] | : . ' , ; ` | : List of 1 [05:57:45.408] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.408] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.408] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.408] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.408] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.408] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.408] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.408] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.408] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.408] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.408] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.415] | : . ' , ; ` | : Old stack: [05:57:45.415] | : . ' , ; ` | : List of 1 [05:57:45.415] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.415] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.415] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.415] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.415] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.415] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.415] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.415] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.415] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.415] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.415] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.425] | : . ' , ; ` | : Identical [05:57:45.425] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:45.425] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:45.426] | : . ' , ; ` | List of future strategies: [05:57:45.426] | : . ' , ; ` | 1. sequential: [05:57:45.426] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:45.426] | : . ' , ; ` | - tweaked: FALSE [05:57:45.426] | : . ' , ; ` | - call: plan(sequential) [05:57:45.426] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:45.427] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.427] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.428] | : . ' , SequentialFuture started (and completed) [05:57:45.428] | : . ' , signalConditions() ... [05:57:45.428] | : . ' , ; include = 'immediateCondition' [05:57:45.429] | : . ' , ; exclude = [05:57:45.429] | : . ' , ; resignal = FALSE [05:57:45.429] | : . ' , ; Number of conditions: 6 [05:57:45.429] | : . ' , ; int 6 [05:57:45.430] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.430] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.430] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.431] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.431] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.431] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.431] | : . ' , signalConditions() ... done [05:57:45.432] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:45.432] | : . Launching futures ... done [05:57:45.432] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:45.432] | : Using SequentialFutureBackend ... done [05:57:45.433] | run() for 'Future' ('strategy = sequential') ... done [05:57:45.433] 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 7482e99d3005ead809e9656b57b0780f-3 Owner process: 7482e99d3005ead809e9656b57b0780f Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03431106 secs (started 2025-06-05 05:57:45.371528) Worker process: 7482e99d3005ead809e9656b57b0780f [05:57:45.434] value() for SequentialFuture ('strategy = sequential') ... [05:57:45.434] | signalConditions() ... [05:57:45.435] | : include = 'immediateCondition' [05:57:45.435] | : exclude = [05:57:45.435] | : resignal = FALSE [05:57:45.435] | : Number of conditions: 6 [05:57:45.435] | : int 6 [05:57:45.436] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.436] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.437] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.437] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.437] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.437] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.438] | signalConditions() ... done [05:57:45.438] | relay stdout ... [05:57:45.438] | relay stdout ... done [05:57:45.438] | check for misuse ... [05:57:45.439] | check for misuse ... done [05:57:45.439] | relay conditions ... [05:57:45.439] | : Future state: 'finished' [05:57:45.439] | : signalConditions() ... [05:57:45.440] | : . include = 'condition' [05:57:45.440] | : . exclude = 'immediateCondition' [05:57:45.440] | : . resignal = TRUE [05:57:45.440] | : . Number of conditions: 6 [05:57:45.441] | : . int 6 [05:57:45.441] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.442] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:45.371] | : . ' , attachPackages() ... [05:57:45.442] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.442] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:45.372] | : . ' , ; packages: [n=1] 'future' [05:57:45.443] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.443] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:45.372] | : . ' , attachPackages() ... done [05:57:45.443] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.444] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:45.372] | : . ' , attachPackages() ... [05:57:45.444] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.444] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:45.373] | : . ' , ; packages: [n=0] [05:57:45.445] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.445] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:45.373] | : . ' , attachPackages() ... done [05:57:45.445] | : signalConditions() ... done [05:57:45.445] | relay conditions ... done [05:57:45.446] value() for SequentialFuture ('strategy = sequential') ... done [05:57:45.446] future(..., label = 'strategy = sequential') ... [05:57:45.446] | lazy: FALSE [05:57:45.447] | stdout: TRUE [05:57:45.447] | conditions: [n=1] 'condition' [05:57:45.447] | gc: FALSE [05:57:45.447] | earlySignal: FALSE [05:57:45.448] | getGlobalsAndPackages() ... [05:57:45.448] | : Searching for globals ... [05:57:45.453] | : . globals found: [1] '{' [05:57:45.453] | : Searching for globals ... done [05:57:45.453] | : Resolving globals: FALSE [05:57:45.454] | : Search for packages associated with the globals ... [05:57:45.454] | : . Packages associated with globals: [1] 'base' [05:57:45.454] | : . Packages: [1] 'base' [05:57:45.455] | : Search for packages associated with the globals ... done [05:57:45.455] | : Packages after dropping 'base': [0] [05:57:45.455] | : globals: [0] [05:57:45.456] | : packages: [0] [05:57:45.456] | getGlobalsAndPackages() ... done [05:57:45.456] | run() for 'Future' ('strategy = sequential') ... [05:57:45.457] | : state: 'created' [05:57:45.457] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.457] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.458] | : Using SequentialFutureBackend ... [05:57:45.458] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [05:57:45.458] | : . Launching futures ... [05:57:45.458] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:45.459] | : . ' , getFutureData() ... [05:57:45.459] | : . ' , ; getFutureCore() ... [05:57:45.459] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:45.460] | : . ' , ; getFutureCore() ... done [05:57:45.460] | : . ' , ; getFutureCapture() ... [05:57:45.460] | : . ' , ; getFutureCapture() ... done [05:57:45.460] | : . ' , ; getFutureContext() ... [05:57:45.461] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.461] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:45.461] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.461] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:45.462] | : . ' , ; getFutureContext() ... done [05:57:45.462] | : . ' , getFutureData() ... done [05:57:45.465] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.465] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:45.466] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.466] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.466] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:45.467] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:45.467] | : . ' , ; ` | New stack: [05:57:45.467] | : . ' , ; ` | List of 1 [05:57:45.467] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.467] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.467] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:45.467] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.467] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.467] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.467] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:45.467] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.472] | : . ' , ; ` | Old stack: [05:57:45.472] | : . ' , ; ` | List of 1 [05:57:45.472] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.472] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.472] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:45.472] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.472] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.472] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.472] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:45.472] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.472] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.472] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.472] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.478] | : . ' , ; ` | Not identical [05:57:45.478] | : . ' , ; ` | all.equal() for future ... [05:57:45.478] | : . ' , ; ` | : List of 2 [05:57:45.478] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.478] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:45.478] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.478] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.478] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.478] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.478] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.489] | : . ' , ; ` | all.equal() for future ... done [05:57:45.489] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:45.489] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:45.489] | : . ' , ; ` List of future strategies: [05:57:45.489] | : . ' , ; ` 1. sequential: [05:57:45.489] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:45.489] | : . ' , ; ` - tweaked: FALSE [05:57:45.489] | : . ' , ; ` - call: plan(sequential) [05:57:45.490] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:45.491] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.494] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.495] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:45.495] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:45.495] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:45.496] | : . ' , ; ` | : New stack: [05:57:45.496] | : . ' , ; ` | : List of 1 [05:57:45.496] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.496] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.496] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.496] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.496] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.496] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.496] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.496] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.496] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.496] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.496] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.502] | : . ' , ; ` | : Old stack: [05:57:45.502] | : . ' , ; ` | : List of 1 [05:57:45.502] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.502] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.502] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:45.502] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.502] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.502] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.502] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:45.502] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.502] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.502] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.502] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.508] | : . ' , ; ` | : Identical [05:57:45.509] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:45.509] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:45.509] | : . ' , ; ` | List of future strategies: [05:57:45.509] | : . ' , ; ` | 1. sequential: [05:57:45.509] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:45.509] | : . ' , ; ` | - tweaked: FALSE [05:57:45.509] | : . ' , ; ` | - call: plan(sequential) [05:57:45.510] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:45.510] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.511] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:45.511] | : . ' , SequentialFuture started (and completed) [05:57:45.512] | : . ' , signalConditions() ... [05:57:45.512] | : . ' , ; include = 'immediateCondition' [05:57:45.512] | : . ' , ; exclude = [05:57:45.512] | : . ' , ; resignal = FALSE [05:57:45.513] | : . ' , ; Number of conditions: 6 [05:57:45.513] | : . ' , ; int 6 [05:57:45.514] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.514] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.514] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.515] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.515] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.515] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.515] | : . ' , signalConditions() ... done [05:57:45.516] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:45.516] | : . Launching futures ... done [05:57:45.516] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:45.516] | : Using SequentialFutureBackend ... done [05:57:45.517] | run() for 'Future' ('strategy = sequential') ... done [05:57:45.517] 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 7482e99d3005ead809e9656b57b0780f-4 Owner process: 7482e99d3005ead809e9656b57b0780f Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03095293 secs (started 2025-06-05 05:57:45.462857) Worker process: 7482e99d3005ead809e9656b57b0780f [05:57:45.519] value() for SequentialFuture ('strategy = sequential') ... [05:57:45.519] | signalConditions() ... [05:57:45.519] | : include = 'immediateCondition' [05:57:45.520] | : exclude = [05:57:45.520] | : resignal = FALSE [05:57:45.520] | : Number of conditions: 6 [05:57:45.520] | : int 6 [05:57:45.521] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.521] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.522] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.522] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.522] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.522] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.523] | signalConditions() ... done [05:57:45.523] | relay stdout ... [05:57:45.523] | relay stdout ... done [05:57:45.523] | check for misuse ... [05:57:45.524] | check for misuse ... done [05:57:45.524] | relay conditions ... [05:57:45.524] | : Future state: 'finished' [05:57:45.525] | : signalConditions() ... [05:57:45.525] | : . include = 'condition' [05:57:45.525] | : . exclude = 'immediateCondition' [05:57:45.525] | : . resignal = TRUE [05:57:45.526] | : . Number of conditions: 6 [05:57:45.526] | : . int 6 [05:57:45.527] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.527] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:45.462] | : . ' , attachPackages() ... [05:57:45.527] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.528] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:45.463] | : . ' , ; packages: [n=1] 'future' [05:57:45.528] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.528] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:45.463] | : . ' , attachPackages() ... done [05:57:45.528] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.529] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:45.464] | : . ' , attachPackages() ... [05:57:45.529] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.529] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:45.464] | : . ' , ; packages: [n=0] [05:57:45.530] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:45.530] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:45.464] | : . ' , attachPackages() ... done [05:57:45.530] | : signalConditions() ... done [05:57:45.531] | relay conditions ... done [05:57:45.531] value() for SequentialFuture ('strategy = sequential') ... done - plan('sequential') ... DONE - plan('multisession') ... [05:57:45.531] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.532] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:57:45.532] | : all.equal() for FutureStrategyList ... [05:57:45.532] | : . New stack: [05:57:45.533] | : . List of 1 [05:57:45.533] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:57:45.533] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.533] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:57:45.533] | : . ..- attr(*, "init")= logi TRUE [05:57:45.533] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:57:45.533] | : . gc = FALSE, earlySignal = FALSE, ...) [05:57:45.533] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:45.533] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:45.533] | : . ..- attr(*, "untweakable")= chr "persistent" [05:57:45.533] | : . ..- attr(*, "call")= language plan(strategy) [05:57:45.533] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.538] | : . Old stack: [05:57:45.539] | : . List of 1 [05:57:45.539] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.539] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.539] | : . ..- attr(*, "init")= chr "done" [05:57:45.539] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.539] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.539] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.539] | : . ..- attr(*, "call")= language plan(sequential) [05:57:45.539] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.539] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.539] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.539] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.544] | : . Not identical [05:57:45.545] | : . all.equal() for future ... [05:57:45.545] | : . ' List of 2 [05:57:45.545] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:57:45.545] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.545] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:57:45.545] | : . ' ..- attr(*, "init")= logi TRUE [05:57:45.545] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:57:45.545] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:57:45.545] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:45.545] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:45.545] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:57:45.545] | : . ' ..- attr(*, "call")= language plan(strategy) [05:57:45.545] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.545] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:45.545] | : . ' ..- attr(*, "init")= chr "done" [05:57:45.545] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.545] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.545] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.545] | : . ' ..- attr(*, "call")= language plan(sequential) [05:57:45.545] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:45.545] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:45.545] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:45.555] | : . ' Formals differ [05:57:45.556] | : . all.equal() for future ... done [05:57:45.556] | : . Future strategies differ at level 1 [05:57:45.556] | : all.equal() for FutureStrategyList ... done [05:57:45.557] | : plan(): Setting new future backend stack: [05:57:45.557] | : List of future strategies: [05:57:45.557] | : 1. multisession: [05:57:45.557] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.557] | : - tweaked: FALSE [05:57:45.557] | : - call: plan(strategy) [05:57:45.558] | : List of 1 [05:57:45.558] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:57:45.558] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.558] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:57:45.558] | : ..- attr(*, "init")= logi TRUE [05:57:45.558] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:57:45.558] | : gc = FALSE, earlySignal = FALSE, ...) [05:57:45.558] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:45.558] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:45.558] | : ..- attr(*, "untweakable")= chr "persistent" [05:57:45.558] | : ..- attr(*, "call")= language plan(strategy) [05:57:45.558] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:45.564] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [05:57:45.564] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:45.564] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [05:57:45.565] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:45.565] | : . Legacy shutdown of cluster workers ... [05:57:45.566] | : . ' Stopping existing cluster ... [05:57:45.566] | : . ' , No pre-existing cluster. Skipping [05:57:45.566] | : . ' Stopping existing cluster ... done [05:57:45.566] | : . Legacy shutdown of cluster workers ... done [05:57:45.567] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [05:57:45.567] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [05:57:45.567] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:57:45.567] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:45.567] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:57:45.567] | : . - attr(*, "init")= logi TRUE [05:57:45.567] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:57:45.567] | : . gc = FALSE, earlySignal = FALSE, ...) [05:57:45.567] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:45.567] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:45.567] | : . - attr(*, "untweakable")= chr "persistent" [05:57:45.567] | : . - attr(*, "call")= language plan(strategy) [05:57:45.575] | : . init: TRUE [05:57:45.575] | : . makeFutureBackend() ... [05:57:45.576] | : . ' Backend function: <'NULL'> [05:57:45.576] | : . ' Evaluator tweak arguments: [n=0] [05:57:45.576] | : . ' list() [05:57:45.577] | : . ' Evaluator formal arguments: [n=4] [05:57:45.577] | : . ' list() [05:57:45.578] | : . ' Backend factory arguments: [n=4] [05:57:45.578] | : . ' Dotted pair list of 4 [05:57:45.578] | : . ' $ workers : language availableCores() [05:57:45.578] | : . ' $ rscript_libs: language .libPaths() [05:57:45.578] | : . ' $ gc : logi FALSE [05:57:45.578] | : . ' $ earlySignal : logi FALSE [05:57:45.581] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [05:57:45.581] | : . ' , Arguments: [05:57:45.581] | : . ' , List of 5 [05:57:45.581] | : . ' , $ workers : Named int 2 [05:57:45.581] | : . ' , ..- attr(*, "names")= chr "mc.cores" [05:57:45.581] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:57:45.581] | : . ' , $ interrupts : logi TRUE [05:57:45.581] | : . ' , $ gc : logi FALSE [05:57:45.581] | : . ' , $ earlySignal : logi FALSE [05:57:45.589] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [05:57:45.589] | : . ' , ; workers: 2 [05:57:45.590] | : . ' , ; getCluster() ... [05:57:45.590] | : . ' , ; getCluster() ... done [05:57:45.590] | : . ' , ; Stopping existing cluster ... [05:57:45.591] | : . ' , ; ` No pre-existing cluster. Skipping [05:57:45.591] | : . ' , ; Stopping existing cluster ... done [05:57:45.591] | : . ' , ; Starting new cluster ... [05:57:45.591] | : . ' , ; ` makeCluster(workers, ...) ... [05:57:45.592] | : . ' , ; ` | Arguments: [05:57:45.592] | : . ' , ; ` | List of 2 [05:57:45.592] | : . ' , ; ` | $ : int 2 [05:57:45.592] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:57:45.594] | : . ' , ; ` | .makeCluster() ... [05:57:45.594] | : . ' , ; ` | : workers: '2' [05:57:45.595] | : . ' , ; ` | : R_FUTURE_PLAN: NA [05:57:45.595] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [05:57:45.595] | : . ' , ; ` | : List of 2 [05:57:45.595] | : . ' , ; ` | : $ : int 2 [05:57:45.595] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:57:46.411] | : . ' , ; ` | : Generated cluster UUID [05:57:46.412] | : . ' , ; ` | : Cluster UUID: '2591683b33157b88bc1e7703f615b826' [05:57:46.412] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:46.416] | : . ' , ; ` | .makeCluster() ... done [05:57:46.416] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:46.419] | : . ' , ; ` makeCluster(workers, ...) ... done [05:57:46.419] | : . ' , ; ` Number of workers: 2 [05:57:46.419] | : . ' , ; ` Workers UUID: '2591683b33157b88bc1e7703f615b826' [05:57:46.420] | : . ' , ; Starting new cluster ... done [05:57:46.420] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [05:57:46.420] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [05:57:46.420] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [05:57:46.420] | : . makeFutureBackend() ... done [05:57:46.421] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:46.421] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:46.421] | : . plan(): nbrOfWorkers() = 2 [05:57:46.421] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [05:57:46.421] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:57:46.422] | future(..., label = NULL) ... [05:57:46.422] | : lazy: FALSE [05:57:46.422] | : stdout: TRUE [05:57:46.422] | : conditions: [n=1] 'condition' [05:57:46.422] | : gc: FALSE [05:57:46.422] | : earlySignal: FALSE [05:57:46.422] | : getGlobalsAndPackages() ... [05:57:46.423] | : . Searching for globals ... [05:57:46.424] | : . ' globals found: [0] [05:57:46.424] | : . Searching for globals ... done [05:57:46.424] | : . globals: [0] [05:57:46.424] | : . packages: [0] [05:57:46.425] | : getGlobalsAndPackages() ... done [05:57:46.425] | : run() for 'Future' () ... [05:57:46.425] | : . state: 'created' [05:57:46.425] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:46.425] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:46.425] | : . Using MultisessionFutureBackend ... [05:57:46.426] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [05:57:46.426] | : . ' Launching futures ... [05:57:46.426] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:46.426] | : . ' , ; Workers: [n=2] [05:57:46.427] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:46.428] | : . ' , ; FutureRegistry: 'workers-2591683b33157b88bc1e7703f615b826' [05:57:46.429] | : . ' , ; requestWorker() ... [05:57:46.429] | : . ' , ; ` requestNode() ... [05:57:46.429] | : . ' , ; ` | Number of workers: 2 [05:57:46.429] | : . ' , ; ` | Polling for a free worker ... [05:57:46.429] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:46.429] | : . ' , ; ` | : . Created empty registry 'workers-2591683b33157b88bc1e7703f615b826' [05:57:46.430] | : . ' , ; ` | : . Listing all futures [05:57:46.430] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:46.430] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:46.430] | : . ' , ; ` | : Total time: 0 [05:57:46.430] | : . ' , ; ` | Polling for a free worker ... done [05:57:46.430] | : . ' , ; ` | FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:46.430] | : . ' , ; ` | : Listing all futures [05:57:46.431] | : . ' , ; ` | : Number of registered futures: 0 [05:57:46.431] | : . ' , ; ` | FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:46.431] | : . ' , ; ` | avail: [n=2] '1', '2' [05:57:46.431] | : . ' , ; ` | Index of first available worker: 1 [05:57:46.431] | : . ' , ; ` | Validate that the worker is functional ... [05:57:46.621] | : . ' , ; ` | : Worker is functional [05:57:46.621] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:46.621] | : . ' , ; ` | : . Listing all futures [05:57:46.622] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:46.622] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:46.622] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:46.622] | : . ' , ; ` requestNode() ... done [05:57:46.622] | : . ' , ; ` cluster node index: 1 [05:57:46.623] | : . ' , ; requestWorker() ... done [05:57:46.623] | : . ' , ; eraseGlobalEnvironment() ... [05:57:46.624] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:46.624] | : . ' , ; launchFuture() ... [05:57:46.624] | : . ' , ; ` cluster node index: 1 [05:57:46.625] | : . ' , ; ` getFutureData() ... [05:57:46.625] | : . ' , ; ` | getFutureCore() ... [05:57:46.625] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:46.625] | : . ' , ; ` | getFutureCore() ... done [05:57:46.626] | : . ' , ; ` | getFutureCapture() ... [05:57:46.626] | : . ' , ; ` | getFutureCapture() ... done [05:57:46.626] | : . ' , ; ` | getFutureContext() ... [05:57:46.626] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:46.627] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:46.627] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:46.627] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:46.628] | : . ' , ; ` | getFutureContext() ... done [05:57:46.628] | : . ' , ; ` getFutureData() ... done [05:57:46.629] | : . ' , ; ` FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'add', earlySignal = 0) ... [05:57:46.629] | : . ' , ; ` | Appended future to position #1 [05:57:46.629] | : . ' , ; ` | Number of registered futures: 1 [05:57:46.630] | : . ' , ; ` FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'add', earlySignal = 0) ... done [05:57:46.630] | : . ' , ; launchFuture() ... done [05:57:46.630] | : . ' , ; MultisessionFuture started [05:57:46.631] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:46.631] | : . ' Launching futures ... done [05:57:46.631] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:46.632] | : . Using MultisessionFutureBackend ... done [05:57:46.632] | : run() for 'Future' () ... done [05:57:46.632] | 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'running' [05:57:46.633] | resolved() for MultisessionFuture () ... [05:57:46.634] | : Cluster node socket connection: index=4, id=338 [05:57:46.634] | : assertValidConnection() ... [05:57:46.634] | : . cluster node index: 1 [05:57:46.635] | : assertValidConnection() ... done [05:57:46.726] | : receiveMessageFromWorker() for ClusterFuture ... [05:57:46.726] | : . cluster node index: 1 [05:57:46.727] | : . [1] TRUE [05:57:46.727] | : . received data: [05:57:46.727] | : . List of 5 [05:57:46.727] | : . $ type : chr "VALUE" [05:57:46.727] | : . $ value :List of 16 [05:57:46.727] | : . ..$ value : num 42 [05:57:46.727] | : . ..$ visible : logi TRUE [05:57:46.727] | : . ..$ stdout : chr "" [05:57:46.727] | : . ..$ conditions : list() [05:57:46.727] | : . ..$ rng : logi FALSE [05:57:46.727] | : . ..$ seed : NULL [05:57:46.727] | : . ..$ misuseGlobalEnv : NULL [05:57:46.727] | : . ..$ misuseConnections :List of 3 [05:57:46.727] | : . .. ..$ added : NULL [05:57:46.727] | : . .. ..$ removed : NULL [05:57:46.727] | : . .. ..$ replaced: NULL [05:57:46.727] | : . ..$ misuseDevices : NULL [05:57:46.727] | : . ..$ misuseDefaultDevice: list() [05:57:46.727] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:46" [05:57:46.727] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:46" [05:57:46.727] | : . ..$ uuid : chr [1:2] "7482e99d3005ead809e9656b57b0780f" "5" [05:57:46.727] | : . ..$ session_uuid : chr "731ad087764fe36ea1fe6650591e7192" [05:57:46.727] | : . .. ..- attr(*, "source")=List of 5 [05:57:46.727] | : . .. .. ..$ host : Named chr "CRANWIN3" [05:57:46.727] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:46.727] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:46.727] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:46.727] | : . .. .. ..$ pid : int 201572 [05:57:46.727] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:46" [05:57:46.727] | : . .. .. ..$ random: int 2147483647 [05:57:46.727] | : . ..$ r_info :List of 4 [05:57:46.727] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:46.727] | : . .. .. ..$ : int [1:3] 4 6 0 [05:57:46.727] | : . .. ..$ os : chr "windows" [05:57:46.727] | : . .. ..$ os_name : chr "Windows" [05:57:46.727] | : . .. ..$ captures_utf8: logi TRUE [05:57:46.727] | : . ..$ version : chr "1.8" [05:57:46.727] | : . ..- attr(*, "class")= chr "FutureResult" [05:57:46.727] | : . $ success: logi TRUE [05:57:46.727] | : . $ time : 'proc_time' Named num [1:5] 0.1 0 0.09 NA NA [05:57:46.727] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:46.727] | : . $ tag : NULL [05:57:46.748] | : . Received FutureResult [05:57:46.749] | : . FutureResult: [05:57:46.749] | : . value: 'numeric' [05:57:46.749] | : . visible: TRUE [05:57:46.749] | : . stdout: character [05:57:46.749] | : . conditions: [n = 0] [05:57:46.749] | : . RNG used: FALSE [05:57:46.749] | : . duration: 0.09221601 secs (started 2025-06-05 05:57:46.631289) [05:57:46.749] | : . version: 1.8 [05:57:46.749] | : . FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'remove', earlySignal = 0) ... [05:57:46.750] | : . ' Removed future from position #1 [05:57:46.750] | : . ' Number of registered futures: 0 [05:57:46.750] | : . FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'remove', earlySignal = 0) ... done [05:57:46.751] | : . Erased future from future backend [05:57:46.751] | : . result() for ClusterFuture ... [05:57:46.751] | : . ' result already collected: FutureResult [05:57:46.752] | : . result() for ClusterFuture ... done [05:57:46.752] | : . signalConditions() ... [05:57:46.752] | : . ' include = 'immediateCondition' [05:57:46.752] | : . ' exclude = [05:57:46.753] | : . ' resignal = FALSE [05:57:46.753] | : . ' Number of conditions: 0 [05:57:46.753] | : . ' int 0 [05:57:46.754] | : . signalConditions() ... done [05:57:46.754] | : receiveMessageFromWorker() for ClusterFuture ... done [05:57:46.754] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [05:57:46.754] | resolved() for MultisessionFuture () ... done [05:57:46.755] | assertFutureResult() ... [05:57:46.755] | : Future uuid: 7482e99d3005ead809e9656b57b0780f[05:57:46.755] | : Future uuid: 5 [05:57:46.755] | : identical; success [05:57:46.755] | assertFutureResult() ... done Resolved: TRUE Unique identifier: 7482e99d3005ead809e9656b57b0780f-5 Owner process: 7482e99d3005ead809e9656b57b0780f Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [05:57:46.756] | value() for MultisessionFuture () ... [05:57:46.756] | : result() for ClusterFuture ... [05:57:46.756] | : . result already collected: FutureResult [05:57:46.757] | : result() for ClusterFuture ... done [05:57:46.757] | : result() for ClusterFuture ... [05:57:46.757] | : . result already collected: FutureResult [05:57:46.757] | : result() for ClusterFuture ... done [05:57:46.758] | : signalConditions() ... [05:57:46.758] | : . include = 'immediateCondition' [05:57:46.758] | : . exclude = [05:57:46.758] | : . resignal = FALSE [05:57:46.758] | : . Number of conditions: 0 [05:57:46.759] | : . int 0 [05:57:46.760] | : signalConditions() ... done [05:57:46.760] | : relay stdout ... [05:57:46.760] | : relay stdout ... done [05:57:46.760] | : check for misuse ... [05:57:46.760] | : check for misuse ... done [05:57:46.760] | value() for MultisessionFuture () ... done [05:57:46.761] | future(..., label = NULL) ... [05:57:46.761] | : lazy: FALSE [05:57:46.761] | : stdout: TRUE [05:57:46.761] | : conditions: [n=1] 'condition' [05:57:46.761] | : gc: FALSE [05:57:46.762] | : earlySignal: FALSE [05:57:46.762] | : getGlobalsAndPackages() ... [05:57:46.762] | : . Searching for globals ... [05:57:46.767] | : . ' globals found: [1] '{' [05:57:46.768] | : . Searching for globals ... done [05:57:46.768] | : . Resolving globals: FALSE [05:57:46.768] | : . Search for packages associated with the globals ... [05:57:46.768] | : . ' Packages associated with globals: [1] 'base' [05:57:46.769] | : . ' Packages: [1] 'base' [05:57:46.769] | : . Search for packages associated with the globals ... done [05:57:46.769] | : . Packages after dropping 'base': [0] [05:57:46.770] | : . globals: [0] [05:57:46.770] | : . packages: [0] [05:57:46.770] | : getGlobalsAndPackages() ... done [05:57:46.771] | : run() for 'Future' () ... [05:57:46.771] | : . state: 'created' [05:57:46.771] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:46.771] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:46.772] | : . Using MultisessionFutureBackend ... [05:57:46.772] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [05:57:46.772] | : . ' Launching futures ... [05:57:46.772] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:46.773] | : . ' , ; Workers: [n=2] [05:57:46.773] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:46.776] | : . ' , ; FutureRegistry: 'workers-2591683b33157b88bc1e7703f615b826' [05:57:46.776] | : . ' , ; requestWorker() ... [05:57:46.776] | : . ' , ; ` requestNode() ... [05:57:46.777] | : . ' , ; ` | Number of workers: 2 [05:57:46.777] | : . ' , ; ` | Polling for a free worker ... [05:57:46.777] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:46.777] | : . ' , ; ` | : . Listing all futures [05:57:46.778] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:46.778] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:46.778] | : . ' , ; ` | : Total time: 0 [05:57:46.778] | : . ' , ; ` | Polling for a free worker ... done [05:57:46.779] | : . ' , ; ` | FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:46.779] | : . ' , ; ` | : Listing all futures [05:57:46.779] | : . ' , ; ` | : Number of registered futures: 0 [05:57:46.779] | : . ' , ; ` | FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:46.779] | : . ' , ; ` | avail: [n=2] '1', '2' [05:57:46.780] | : . ' , ; ` | Index of first available worker: 1 [05:57:46.780] | : . ' , ; ` | Validate that the worker is functional ... [05:57:46.860] | : . ' , ; ` | : Worker is functional [05:57:46.861] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:46.861] | : . ' , ; ` | : . Listing all futures [05:57:46.861] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:46.861] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:46.862] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:46.862] | : . ' , ; ` requestNode() ... done [05:57:46.862] | : . ' , ; ` cluster node index: 1 [05:57:46.863] | : . ' , ; requestWorker() ... done [05:57:46.863] | : . ' , ; eraseGlobalEnvironment() ... [05:57:46.864] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:46.864] | : . ' , ; launchFuture() ... [05:57:46.864] | : . ' , ; ` cluster node index: 1 [05:57:46.864] | : . ' , ; ` getFutureData() ... [05:57:46.865] | : . ' , ; ` | getFutureCore() ... [05:57:46.865] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:46.865] | : . ' , ; ` | getFutureCore() ... done [05:57:46.865] | : . ' , ; ` | getFutureCapture() ... [05:57:46.866] | : . ' , ; ` | getFutureCapture() ... done [05:57:46.866] | : . ' , ; ` | getFutureContext() ... [05:57:46.866] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:46.866] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:46.867] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:46.867] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:46.867] | : . ' , ; ` | getFutureContext() ... done [05:57:46.868] | : . ' , ; ` getFutureData() ... done [05:57:46.868] | : . ' , ; ` FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'add', earlySignal = 0) ... [05:57:46.869] | : . ' , ; ` | Appended future to position #1 [05:57:46.869] | : . ' , ; ` | Number of registered futures: 1 [05:57:46.869] | : . ' , ; ` FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'add', earlySignal = 0) ... done [05:57:46.869] | : . ' , ; launchFuture() ... done [05:57:46.870] | : . ' , ; MultisessionFuture started [05:57:46.873] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:46.874] | : . ' Launching futures ... done [05:57:46.874] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:46.874] | : . Using MultisessionFutureBackend ... done [05:57:46.874] | : run() for 'Future' () ... done [05:57:46.875] | 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'running' [05:57:46.876] | resolved() for MultisessionFuture () ... [05:57:46.876] | : Cluster node socket connection: index=4, id=338 [05:57:46.877] | : assertValidConnection() ... [05:57:46.877] | : . cluster node index: 1 [05:57:46.878] | : assertValidConnection() ... done [05:57:46.878] | : receiveMessageFromWorker() for ClusterFuture ... [05:57:46.878] | : . cluster node index: 1 [05:57:46.879] | : . [1] TRUE [05:57:46.879] | : . received data: [05:57:46.879] | : . List of 5 [05:57:46.879] | : . $ type : chr "VALUE" [05:57:46.879] | : . $ value :List of 16 [05:57:46.879] | : . ..$ value : num 42 [05:57:46.879] | : . ..$ visible : logi TRUE [05:57:46.879] | : . ..$ stdout : chr "" [05:57:46.879] | : . ..$ conditions : list() [05:57:46.879] | : . ..$ rng : logi FALSE [05:57:46.879] | : . ..$ seed : NULL [05:57:46.879] | : . ..$ misuseGlobalEnv : NULL [05:57:46.879] | : . ..$ misuseConnections :List of 3 [05:57:46.879] | : . .. ..$ added : NULL [05:57:46.879] | : . .. ..$ removed : NULL [05:57:46.879] | : . .. ..$ replaced: NULL [05:57:46.879] | : . ..$ misuseDevices : NULL [05:57:46.879] | : . ..$ misuseDefaultDevice: list() [05:57:46.879] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:46" [05:57:46.879] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:46" [05:57:46.879] | : . ..$ uuid : chr [1:2] "7482e99d3005ead809e9656b57b0780f" "6" [05:57:46.879] | : . ..$ session_uuid : chr "731ad087764fe36ea1fe6650591e7192" [05:57:46.879] | : . .. ..- attr(*, "source")=List of 5 [05:57:46.879] | : . .. .. ..$ host : Named chr "CRANWIN3" [05:57:46.879] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:46.879] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:46.879] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:46.879] | : . .. .. ..$ pid : int 201572 [05:57:46.879] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:46" [05:57:46.879] | : . .. .. ..$ random: int 2147483647 [05:57:46.879] | : . ..$ r_info :List of 4 [05:57:46.879] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:46.879] | : . .. .. ..$ : int [1:3] 4 6 0 [05:57:46.879] | : . .. ..$ os : chr "windows" [05:57:46.879] | : . .. ..$ os_name : chr "Windows" [05:57:46.879] | : . .. ..$ captures_utf8: logi TRUE [05:57:46.879] | : . ..$ version : chr "1.8" [05:57:46.879] | : . ..- attr(*, "class")= chr "FutureResult" [05:57:46.879] | : . $ success: logi TRUE [05:57:46.879] | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [05:57:46.879] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:46.879] | : . $ tag : NULL [05:57:46.901] | : . Received FutureResult [05:57:46.901] | : . FutureResult: [05:57:46.901] | : . value: 'numeric' [05:57:46.901] | : . visible: TRUE [05:57:46.901] | : . stdout: character [05:57:46.901] | : . conditions: [n = 0] [05:57:46.901] | : . RNG used: FALSE [05:57:46.901] | : . duration: 0.004962921 secs (started 2025-06-05 05:57:46.869009) [05:57:46.901] | : . version: 1.8 [05:57:46.902] | : . FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'remove', earlySignal = 0) ... [05:57:46.902] | : . ' Removed future from position #1 [05:57:46.903] | : . ' Number of registered futures: 0 [05:57:46.903] | : . FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'remove', earlySignal = 0) ... done [05:57:46.903] | : . Erased future from future backend [05:57:46.904] | : . result() for ClusterFuture ... [05:57:46.904] | : . ' result already collected: FutureResult [05:57:46.904] | : . result() for ClusterFuture ... done [05:57:46.904] | : . signalConditions() ... [05:57:46.905] | : . ' include = 'immediateCondition' [05:57:46.905] | : . ' exclude = [05:57:46.905] | : . ' resignal = FALSE [05:57:46.905] | : . ' Number of conditions: 0 [05:57:46.906] | : . ' int 0 [05:57:46.906] | : . signalConditions() ... done [05:57:46.907] | : receiveMessageFromWorker() for ClusterFuture ... done [05:57:46.907] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [05:57:46.907] | resolved() for MultisessionFuture () ... done [05:57:46.907] | assertFutureResult() ... [05:57:46.908] | : Future uuid: 7482e99d3005ead809e9656b57b0780f[05:57:46.908] | : Future uuid: 6 [05:57:46.908] | : identical; success [05:57:46.908] | assertFutureResult() ... done Resolved: TRUE Unique identifier: 7482e99d3005ead809e9656b57b0780f-6 Owner process: 7482e99d3005ead809e9656b57b0780f Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [05:57:46.909] | value() for MultisessionFuture () ... [05:57:46.909] | : result() for ClusterFuture ... [05:57:46.909] | : . result already collected: FutureResult [05:57:46.909] | : result() for ClusterFuture ... done [05:57:46.910] | : result() for ClusterFuture ... [05:57:46.910] | : . result already collected: FutureResult [05:57:46.910] | : result() for ClusterFuture ... done [05:57:46.911] | : signalConditions() ... [05:57:46.911] | : . include = 'immediateCondition' [05:57:46.911] | : . exclude = [05:57:46.911] | : . resignal = FALSE [05:57:46.912] | : . Number of conditions: 0 [05:57:46.912] | : . int 0 [05:57:46.913] | : signalConditions() ... done [05:57:46.913] | : relay stdout ... [05:57:46.913] | : relay stdout ... done [05:57:46.913] | : check for misuse ... [05:57:46.914] | : check for misuse ... done [05:57:46.914] | value() for MultisessionFuture () ... done [05:57:46.914] | future(..., label = 'strategy = multisession') ... [05:57:46.915] | : lazy: FALSE [05:57:46.915] | : stdout: TRUE [05:57:46.915] | : conditions: [n=1] 'condition' [05:57:46.915] | : gc: FALSE [05:57:46.916] | : earlySignal: FALSE [05:57:46.916] | : getGlobalsAndPackages() ... [05:57:46.916] | : . Searching for globals ... [05:57:46.918] | : . ' globals found: [0] [05:57:46.919] | : . Searching for globals ... done [05:57:46.919] | : . globals: [0] [05:57:46.919] | : . packages: [0] [05:57:46.919] | : getGlobalsAndPackages() ... done [05:57:46.920] | : run() for 'Future' ('strategy = multisession') ... [05:57:46.920] | : . state: 'created' [05:57:46.921] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:46.921] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:46.921] | : . Using MultisessionFutureBackend ... [05:57:46.921] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [05:57:46.922] | : . ' Launching futures ... [05:57:46.922] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:46.922] | : . ' , ; Workers: [n=2] [05:57:46.923] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:46.926] | : . ' , ; FutureRegistry: 'workers-2591683b33157b88bc1e7703f615b826' [05:57:46.926] | : . ' , ; requestWorker() ... [05:57:46.926] | : . ' , ; ` requestNode() ... [05:57:46.926] | : . ' , ; ` | Number of workers: 2 [05:57:46.927] | : . ' , ; ` | Polling for a free worker ... [05:57:46.927] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:46.927] | : . ' , ; ` | : . Listing all futures [05:57:46.927] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:46.928] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:46.928] | : . ' , ; ` | : Total time: 0 [05:57:46.928] | : . ' , ; ` | Polling for a free worker ... done [05:57:46.929] | : . ' , ; ` | FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:46.929] | : . ' , ; ` | : Listing all futures [05:57:46.929] | : . ' , ; ` | : Number of registered futures: 0 [05:57:46.929] | : . ' , ; ` | FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:46.930] | : . ' , ; ` | avail: [n=2] '1', '2' [05:57:46.930] | : . ' , ; ` | Index of first available worker: 1 [05:57:46.930] | : . ' , ; ` | Validate that the worker is functional ... [05:57:47.041] | : . ' , ; ` | : Worker is functional [05:57:47.041] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:47.042] | : . ' , ; ` | : . Listing all futures [05:57:47.042] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:47.042] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:47.042] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:47.043] | : . ' , ; ` requestNode() ... done [05:57:47.043] | : . ' , ; ` cluster node index: 1 [05:57:47.043] | : . ' , ; requestWorker() ... done [05:57:47.043] | : . ' , ; eraseGlobalEnvironment() ... [05:57:47.044] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:47.045] | : . ' , ; launchFuture() ... [05:57:47.045] | : . ' , ; ` cluster node index: 1 [05:57:47.045] | : . ' , ; ` getFutureData() ... [05:57:47.045] | : . ' , ; ` | getFutureCore() ... [05:57:47.046] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:47.046] | : . ' , ; ` | getFutureCore() ... done [05:57:47.046] | : . ' , ; ` | getFutureCapture() ... [05:57:47.046] | : . ' , ; ` | getFutureCapture() ... done [05:57:47.047] | : . ' , ; ` | getFutureContext() ... [05:57:47.047] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:47.047] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:47.047] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:47.048] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:47.048] | : . ' , ; ` | getFutureContext() ... done [05:57:47.048] | : . ' , ; ` getFutureData() ... done [05:57:47.049] | : . ' , ; ` FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'add', earlySignal = 0) ... [05:57:47.049] | : . ' , ; ` | Appended future to position #1 [05:57:47.049] | : . ' , ; ` | Number of registered futures: 1 [05:57:47.050] | : . ' , ; ` FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'add', earlySignal = 0) ... done [05:57:47.050] | : . ' , ; launchFuture() ... done [05:57:47.050] | : . ' , ; MultisessionFuture started [05:57:47.050] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:47.051] | : . ' Launching futures ... done [05:57:47.051] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:47.051] | : . Using MultisessionFutureBackend ... done [05:57:47.051] | : run() for 'Future' ('strategy = multisession') ... done [05:57:47.052] | 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'running' [05:57:47.053] | resolved() for MultisessionFuture ('strategy = multisession') ... [05:57:47.053] | : Cluster node socket connection: index=4, id=338 [05:57:47.054] | : assertValidConnection() ... [05:57:47.054] | : . cluster node index: 1 [05:57:47.055] | : assertValidConnection() ... done [05:57:47.056] | : receiveMessageFromWorker() for ClusterFuture ... [05:57:47.057] | : . cluster node index: 1 [05:57:47.057] | : . [1] TRUE [05:57:47.058] | : . received data: [05:57:47.058] | : . List of 5 [05:57:47.058] | : . $ type : chr "VALUE" [05:57:47.058] | : . $ value :List of 16 [05:57:47.058] | : . ..$ value : num 42 [05:57:47.058] | : . ..$ visible : logi TRUE [05:57:47.058] | : . ..$ stdout : chr "" [05:57:47.058] | : . ..$ conditions : list() [05:57:47.058] | : . ..$ rng : logi FALSE [05:57:47.058] | : . ..$ seed : NULL [05:57:47.058] | : . ..$ misuseGlobalEnv : NULL [05:57:47.058] | : . ..$ misuseConnections :List of 3 [05:57:47.058] | : . .. ..$ added : NULL [05:57:47.058] | : . .. ..$ removed : NULL [05:57:47.058] | : . .. ..$ replaced: NULL [05:57:47.058] | : . ..$ misuseDevices : NULL [05:57:47.058] | : . ..$ misuseDefaultDevice: list() [05:57:47.058] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:47" [05:57:47.058] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:47" [05:57:47.058] | : . ..$ uuid : chr [1:2] "7482e99d3005ead809e9656b57b0780f" "7" [05:57:47.058] | : . ..$ session_uuid : chr "731ad087764fe36ea1fe6650591e7192" [05:57:47.058] | : . .. ..- attr(*, "source")=List of 5 [05:57:47.058] | : . .. .. ..$ host : Named chr "CRANWIN3" [05:57:47.058] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:47.058] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:47.058] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:47.058] | : . .. .. ..$ pid : int 201572 [05:57:47.058] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:46" [05:57:47.058] | : . .. .. ..$ random: int 2147483647 [05:57:47.058] | : . ..$ r_info :List of 4 [05:57:47.058] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:47.058] | : . .. .. ..$ : int [1:3] 4 6 0 [05:57:47.058] | : . .. ..$ os : chr "windows" [05:57:47.058] | : . .. ..$ os_name : chr "Windows" [05:57:47.058] | : . .. ..$ captures_utf8: logi TRUE [05:57:47.058] | : . ..$ version : chr "1.8" [05:57:47.058] | : . ..- attr(*, "class")= chr "FutureResult" [05:57:47.058] | : . $ success: logi TRUE [05:57:47.058] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [05:57:47.058] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:47.058] | : . $ tag : NULL [05:57:47.078] | : . Received FutureResult [05:57:47.078] | : . FutureResult: [05:57:47.078] | : . value: 'numeric' [05:57:47.078] | : . visible: TRUE [05:57:47.078] | : . stdout: character [05:57:47.078] | : . conditions: [n = 0] [05:57:47.078] | : . RNG used: FALSE [05:57:47.078] | : . duration: 0.005300999 secs (started 2025-06-05 05:57:47.049868) [05:57:47.078] | : . version: 1.8 [05:57:47.079] | : . FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'remove', earlySignal = 0) ... [05:57:47.079] | : . ' Removed future from position #1 [05:57:47.080] | : . ' Number of registered futures: 0 [05:57:47.080] | : . FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'remove', earlySignal = 0) ... done [05:57:47.080] | : . Erased future from future backend [05:57:47.080] | : . result() for ClusterFuture ... [05:57:47.081] | : . ' result already collected: FutureResult [05:57:47.081] | : . result() for ClusterFuture ... done [05:57:47.081] | : . signalConditions() ... [05:57:47.081] | : . ' include = 'immediateCondition' [05:57:47.081] | : . ' exclude = [05:57:47.082] | : . ' resignal = FALSE [05:57:47.082] | : . ' Number of conditions: 0 [05:57:47.082] | : . ' int 0 [05:57:47.083] | : . signalConditions() ... done [05:57:47.083] | : receiveMessageFromWorker() for ClusterFuture ... done [05:57:47.083] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [05:57:47.084] | resolved() for MultisessionFuture ('strategy = multisession') ... done [05:57:47.084] | assertFutureResult() ... [05:57:47.084] | : Future uuid: 7482e99d3005ead809e9656b57b0780f[05:57:47.084] | : Future uuid: 7 [05:57:47.084] | : identical; success [05:57:47.085] | assertFutureResult() ... done Resolved: TRUE Unique identifier: 7482e99d3005ead809e9656b57b0780f-7 Owner process: 7482e99d3005ead809e9656b57b0780f Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [05:57:47.085] | value() for MultisessionFuture ('strategy = multisession') ... [05:57:47.085] | : result() for ClusterFuture ... [05:57:47.086] | : . result already collected: FutureResult [05:57:47.086] | : result() for ClusterFuture ... done [05:57:47.086] | : result() for ClusterFuture ... [05:57:47.087] | : . result already collected: FutureResult [05:57:47.087] | : result() for ClusterFuture ... done [05:57:47.087] | : signalConditions() ... [05:57:47.087] | : . include = 'immediateCondition' [05:57:47.087] | : . exclude = [05:57:47.088] | : . resignal = FALSE [05:57:47.088] | : . Number of conditions: 0 [05:57:47.088] | : . int 0 [05:57:47.089] | : signalConditions() ... done [05:57:47.089] | : relay stdout ... [05:57:47.089] | : relay stdout ... done [05:57:47.090] | : check for misuse ... [05:57:47.090] | : check for misuse ... done [05:57:47.090] | value() for MultisessionFuture ('strategy = multisession') ... done [05:57:47.091] | future(..., label = 'strategy = multisession') ... [05:57:47.091] | : lazy: FALSE [05:57:47.091] | : stdout: TRUE [05:57:47.092] | : conditions: [n=1] 'condition' [05:57:47.092] | : gc: FALSE [05:57:47.092] | : earlySignal: FALSE [05:57:47.092] | : getGlobalsAndPackages() ... [05:57:47.093] | : . Searching for globals ... [05:57:47.098] | : . ' globals found: [1] '{' [05:57:47.098] | : . Searching for globals ... done [05:57:47.099] | : . Resolving globals: FALSE [05:57:47.099] | : . Search for packages associated with the globals ... [05:57:47.099] | : . ' Packages associated with globals: [1] 'base' [05:57:47.100] | : . ' Packages: [1] 'base' [05:57:47.100] | : . Search for packages associated with the globals ... done [05:57:47.100] | : . Packages after dropping 'base': [0] [05:57:47.101] | : . globals: [0] [05:57:47.101] | : . packages: [0] [05:57:47.101] | : getGlobalsAndPackages() ... done [05:57:47.102] | : run() for 'Future' ('strategy = multisession') ... [05:57:47.102] | : . state: 'created' [05:57:47.102] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:47.103] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:47.103] | : . Using MultisessionFutureBackend ... [05:57:47.103] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [05:57:47.103] | : . ' Launching futures ... [05:57:47.104] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:47.104] | : . ' , ; Workers: [n=2] [05:57:47.104] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:47.107] | : . ' , ; FutureRegistry: 'workers-2591683b33157b88bc1e7703f615b826' [05:57:47.107] | : . ' , ; requestWorker() ... [05:57:47.108] | : . ' , ; ` requestNode() ... [05:57:47.108] | : . ' , ; ` | Number of workers: 2 [05:57:47.108] | : . ' , ; ` | Polling for a free worker ... [05:57:47.109] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:47.109] | : . ' , ; ` | : . Listing all futures [05:57:47.109] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:47.109] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:47.110] | : . ' , ; ` | : Total time: 0 [05:57:47.110] | : . ' , ; ` | Polling for a free worker ... done [05:57:47.110] | : . ' , ; ` | FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:47.110] | : . ' , ; ` | : Listing all futures [05:57:47.111] | : . ' , ; ` | : Number of registered futures: 0 [05:57:47.111] | : . ' , ; ` | FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:47.111] | : . ' , ; ` | avail: [n=2] '1', '2' [05:57:47.111] | : . ' , ; ` | Index of first available worker: 1 [05:57:47.112] | : . ' , ; ` | Validate that the worker is functional ... [05:57:47.190] | : . ' , ; ` | : Worker is functional [05:57:47.191] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... [05:57:47.191] | : . ' , ; ` | : . Listing all futures [05:57:47.191] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:47.191] | : . ' , ; ` | : FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'list', earlySignal = 0) ... done [05:57:47.192] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:47.192] | : . ' , ; ` requestNode() ... done [05:57:47.192] | : . ' , ; ` cluster node index: 1 [05:57:47.192] | : . ' , ; requestWorker() ... done [05:57:47.193] | : . ' , ; eraseGlobalEnvironment() ... [05:57:47.193] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:47.193] | : . ' , ; launchFuture() ... [05:57:47.194] | : . ' , ; ` cluster node index: 1 [05:57:47.194] | : . ' , ; ` getFutureData() ... [05:57:47.194] | : . ' , ; ` | getFutureCore() ... [05:57:47.194] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:47.195] | : . ' , ; ` | getFutureCore() ... done [05:57:47.195] | : . ' , ; ` | getFutureCapture() ... [05:57:47.195] | : . ' , ; ` | getFutureCapture() ... done [05:57:47.195] | : . ' , ; ` | getFutureContext() ... [05:57:47.195] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:47.196] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:47.196] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:47.196] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:47.196] | : . ' , ; ` | getFutureContext() ... done [05:57:47.197] | : . ' , ; ` getFutureData() ... done [05:57:47.197] | : . ' , ; ` FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'add', earlySignal = 0) ... [05:57:47.197] | : . ' , ; ` | Appended future to position #1 [05:57:47.198] | : . ' , ; ` | Number of registered futures: 1 [05:57:47.198] | : . ' , ; ` FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'add', earlySignal = 0) ... done [05:57:47.198] | : . ' , ; launchFuture() ... done [05:57:47.198] | : . ' , ; MultisessionFuture started [05:57:47.199] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:47.199] | : . ' Launching futures ... done [05:57:47.199] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:47.199] | : . Using MultisessionFutureBackend ... done [05:57:47.199] | : run() for 'Future' ('strategy = multisession') ... done [05:57:47.200] | 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'running' [05:57:47.201] | resolved() for MultisessionFuture ('strategy = multisession') ... [05:57:47.201] | : Cluster node socket connection: index=4, id=338 [05:57:47.201] | : assertValidConnection() ... [05:57:47.202] | : . cluster node index: 1 [05:57:47.202] | : assertValidConnection() ... done [05:57:47.204] | : receiveMessageFromWorker() for ClusterFuture ... [05:57:47.204] | : . cluster node index: 1 [05:57:47.204] | : . [1] TRUE [05:57:47.205] | : . received data: [05:57:47.205] | : . List of 5 [05:57:47.205] | : . $ type : chr "VALUE" [05:57:47.205] | : . $ value :List of 16 [05:57:47.205] | : . ..$ value : num 42 [05:57:47.205] | : . ..$ visible : logi TRUE [05:57:47.205] | : . ..$ stdout : chr "" [05:57:47.205] | : . ..$ conditions : list() [05:57:47.205] | : . ..$ rng : logi FALSE [05:57:47.205] | : . ..$ seed : NULL [05:57:47.205] | : . ..$ misuseGlobalEnv : NULL [05:57:47.205] | : . ..$ misuseConnections :List of 3 [05:57:47.205] | : . .. ..$ added : NULL [05:57:47.205] | : . .. ..$ removed : NULL [05:57:47.205] | : . .. ..$ replaced: NULL [05:57:47.205] | : . ..$ misuseDevices : NULL [05:57:47.205] | : . ..$ misuseDefaultDevice: list() [05:57:47.205] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:47" [05:57:47.205] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:47" [05:57:47.205] | : . ..$ uuid : chr [1:2] "7482e99d3005ead809e9656b57b0780f" "8" [05:57:47.205] | : . ..$ session_uuid : chr "731ad087764fe36ea1fe6650591e7192" [05:57:47.205] | : . .. ..- attr(*, "source")=List of 5 [05:57:47.205] | : . .. .. ..$ host : Named chr "CRANWIN3" [05:57:47.205] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:47.205] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:47.205] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:47.205] | : . .. .. ..$ pid : int 201572 [05:57:47.205] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:46" [05:57:47.205] | : . .. .. ..$ random: int 2147483647 [05:57:47.205] | : . ..$ r_info :List of 4 [05:57:47.205] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:47.205] | : . .. .. ..$ : int [1:3] 4 6 0 [05:57:47.205] | : . .. ..$ os : chr "windows" [05:57:47.205] | : . .. ..$ os_name : chr "Windows" [05:57:47.205] | : . .. ..$ captures_utf8: logi TRUE [05:57:47.205] | : . ..$ version : chr "1.8" [05:57:47.205] | : . ..- attr(*, "class")= chr "FutureResult" [05:57:47.205] | : . $ success: logi TRUE [05:57:47.205] | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [05:57:47.205] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:47.205] | : . $ tag : NULL [05:57:47.225] | : . Received FutureResult [05:57:47.225] | : . FutureResult: [05:57:47.225] | : . value: 'numeric' [05:57:47.225] | : . visible: TRUE [05:57:47.225] | : . stdout: character [05:57:47.225] | : . conditions: [n = 0] [05:57:47.225] | : . RNG used: FALSE [05:57:47.225] | : . duration: 0.004915953 secs (started 2025-06-05 05:57:47.19794) [05:57:47.225] | : . version: 1.8 [05:57:47.226] | : . FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'remove', earlySignal = 0) ... [05:57:47.226] | : . ' Removed future from position #1 [05:57:47.227] | : . ' Number of registered futures: 0 [05:57:47.227] | : . FutureRegistry('workers-2591683b33157b88bc1e7703f615b826', action = 'remove', earlySignal = 0) ... done [05:57:47.227] | : . Erased future from future backend [05:57:47.227] | : . result() for ClusterFuture ... [05:57:47.228] | : . ' result already collected: FutureResult [05:57:47.228] | : . result() for ClusterFuture ... done [05:57:47.228] | : . signalConditions() ... [05:57:47.228] | : . ' include = 'immediateCondition' [05:57:47.229] | : . ' exclude = [05:57:47.229] | : . ' resignal = FALSE [05:57:47.229] | : . ' Number of conditions: 0 [05:57:47.229] | : . ' int 0 [05:57:47.230] | : . signalConditions() ... done [05:57:47.230] | : receiveMessageFromWorker() for ClusterFuture ... done [05:57:47.231] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [05:57:47.231] | resolved() for MultisessionFuture ('strategy = multisession') ... done [05:57:47.231] | assertFutureResult() ... [05:57:47.231] | : Future uuid: 7482e99d3005ead809e9656b57b0780f[05:57:47.231] | : Future uuid: 8 [05:57:47.232] | : identical; success [05:57:47.232] | assertFutureResult() ... done Resolved: TRUE Unique identifier: 7482e99d3005ead809e9656b57b0780f-8 Owner process: 7482e99d3005ead809e9656b57b0780f Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [05:57:47.232] | value() for MultisessionFuture ('strategy = multisession') ... [05:57:47.233] | : result() for ClusterFuture ... [05:57:47.233] | : . result already collected: FutureResult [05:57:47.233] | : result() for ClusterFuture ... done [05:57:47.233] | : result() for ClusterFuture ... [05:57:47.233] | : . result already collected: FutureResult [05:57:47.233] | : result() for ClusterFuture ... done [05:57:47.234] | : signalConditions() ... [05:57:47.234] | : . include = 'immediateCondition' [05:57:47.234] | : . exclude = [05:57:47.234] | : . resignal = FALSE [05:57:47.235] | : . Number of conditions: 0 [05:57:47.235] | : . int 0 [05:57:47.236] | : signalConditions() ... done [05:57:47.236] | : relay stdout ... [05:57:47.236] | : relay stdout ... done [05:57:47.237] | : check for misuse ... [05:57:47.237] | : check for misuse ... done [05:57:47.237] | value() for MultisessionFuture ('strategy = multisession') ... done - plan('multisession') ... DONE > message("*** Futures - labels ... DONE") *** Futures - labels ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_06_05_05_55_16_20588' Sourcing 6 epilogue scripts ... done Test time: user.self=1s, sys.self=0.03s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'future,labels' ... success > > proc.time() user system elapsed 1.64 0.12 2.70