R Under development (unstable) (2026-02-18 r89435 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-stdout.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future.apply:::testme("stdout") Test 'stdout' ... chr "none" > library(future.apply) Loading required package: future > message("*** future_*apply() and 'future.stdout' ...") *** future_*apply() and 'future.stdout' ... > options(future.debug = TRUE) > truth <- list() > out <- utils::capture.output({ + y <- lapply(1:0, FUN = function(x) { + print(x) + }) + }) > truth[["lapply"]] <- list(value = y, stdout = out) > out <- utils::capture.output({ + y <- mapply(1:0, 0:1, FUN = function(x, y) { + print(list(x = x, y = y)) + }) + }) > truth[["mapply"]] <- list(value = y, stdout = out) > for (cores in 1:availCores) { + message(sprintf(" - Testing with %d cores ...", cores)) + options(mc.cores = cores) + for (strategy in .... [TRUNCATED] - Testing with 1 cores ... * plan('sequential') ... [11:06:19.098] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:19.099] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [11:06:19.099] | : all.equal() for FutureStrategyList ... [11:06:19.099] | : . New stack: [11:06:19.099] | : . List of 1 [11:06:19.099] | : . $ :function (..., envir = parent.frame()) [11:06:19.099] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.099] | : . ..- attr(*, "init")= logi TRUE [11:06:19.099] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.099] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.099] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.099] | : . ..- attr(*, "call")= language plan(strategy) [11:06:19.099] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:19.103] | : . Old stack: [11:06:19.104] | : . List of 1 [11:06:19.104] | : . $ :function (..., envir = parent.frame()) [11:06:19.104] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.104] | : . ..- attr(*, "init")= logi TRUE [11:06:19.104] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.104] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.104] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.104] | : . ..- attr(*, "call")= language plan(sequential) [11:06:19.104] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:19.108] | : . Not identical [11:06:19.108] | : . all.equal() for future ... [11:06:19.109] | : . ' List of 2 [11:06:19.109] | : . ' $ target :function (..., envir = parent.frame()) [11:06:19.109] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.109] | : . ' ..- attr(*, "init")= logi TRUE [11:06:19.109] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.109] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.109] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.109] | : . ' ..- attr(*, "call")= language plan(strategy) [11:06:19.109] | : . ' $ current:function (..., envir = parent.frame()) [11:06:19.109] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.109] | : . ' ..- attr(*, "init")= logi TRUE [11:06:19.109] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.109] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.109] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.109] | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:19.115] | : . all.equal() for future ... done [11:06:19.115] | : all.equal() for FutureStrategyList ... done [11:06:19.115] | : plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:19.115] | : List of future strategies: [11:06:19.115] | : 1. sequential: [11:06:19.115] | : - args: function (..., envir = parent.frame(), workers = "") [11:06:19.115] | : - tweaked: FALSE [11:06:19.115] | : - call: plan(sequential) [11:06:19.116] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [11:06:19.116] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... [11:06:19.117] future_lapply() ... [11:06:19.124] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [11:06:19.124] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [11:06:19.125] | future_lapply() -> future_xapply() ... [11:06:19.125] | : nbrOfWorkers(NULL) ... [11:06:19.126] | : . List of 4 [11:06:19.126] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:19.126] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:19.126] | : . $ : language nbrOfWorkers() [11:06:19.126] | : . $ : language nbrOfWorkers.NULL() [11:06:19.128] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:19.128] | : . ' plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [11:06:19.128] | : . ' , function (..., envir = parent.frame()) [11:06:19.128] | : . ' , - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.128] | : . ' , - attr(*, "init")= logi TRUE [11:06:19.128] | : . ' , - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.128] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.128] | : . ' , - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.128] | : . ' , - attr(*, "call")= language plan(sequential) [11:06:19.132] | : . ' , init: TRUE [11:06:19.133] | : . ' , makeFutureBackend() ... [11:06:19.133] | : . ' , ; Backend function: <'NULL'> [11:06:19.133] | : . ' , ; Evaluator tweak arguments: [n=0] [11:06:19.133] | : . ' , ; list() [11:06:19.134] | : . ' , ; Evaluator formal arguments: [n=1] [11:06:19.134] | : . ' , ; Dotted pair list of 1 [11:06:19.134] | : . ' , ; $ envir: language parent.frame() [11:06:19.135] | : . ' , ; Arguments passed to the future-backend factory: [n=1] [11:06:19.135] | : . ' , ; List of 1 [11:06:19.135] | : . ' , ; $ envir: language parent.frame() [11:06:19.136] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [11:06:19.136] | : . ' , makeFutureBackend() ... done [11:06:19.136] | : . ' plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [11:06:19.137] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:19.137] | : . Number of workers: 1 [11:06:19.137] | : nbrOfWorkers(NULL) ... done [11:06:19.137] | : Number of chunks: 1 [11:06:19.138] | : getGlobalsAndPackagesXApply() ... [11:06:19.138] | : . future.globals: TRUE [11:06:19.139] | : . getGlobalsAndPackages() ... [11:06:19.139] | : . ' Searching for globals ... [11:06:19.178] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [11:06:19.178] | : . ' Searching for globals ... done [11:06:19.179] | : . ' Resolving globals: FALSE [11:06:19.179] | : . ' Search for packages associated with the globals ... [11:06:19.179] | : . ' , Packages associated with globals: [1] 'base' [11:06:19.180] | : . ' , Packages: [1] 'base' [11:06:19.180] | : . ' Search for packages associated with the globals ... done [11:06:19.181] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [11:06:19.181] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [11:06:19.181] | : . ' Packages after dropping 'base': [0] [11:06:19.182] | : . ' globals: [1] 'FUN' [11:06:19.182] | : . ' packages: [0] [11:06:19.182] | : . getGlobalsAndPackages() ... done [11:06:19.182] | : . globals found/used: [n=1] 'FUN' [11:06:19.182] | : . needed namespaces: [n=0] [11:06:19.183] | : . use_args: TRUE [11:06:19.183] | : . Getting '...' globals ... [11:06:19.183] | : . ' resolve() for FutureGlobals ... [11:06:19.184] | : . ' , recursive: 0 [11:06:19.184] | : . ' , Number of elements: 1 [11:06:19.185] | : . ' , elements: '...' [11:06:19.185] | : . ' , 'obj' is DotDotDotList [11:06:19.185] | : . ' , resolve(obj, ...) ... [11:06:19.185] | : . ' , ; resolve() for DotDotDotList ... [11:06:19.185] | : . ' , ; ` recursive: -1 [11:06:19.185] | : . ' , ; resolve() for DotDotDotList ... done [11:06:19.186] | : . ' , resolve(obj, ...) ... done [11:06:19.186] | : . ' , resolved() ... [11:06:19.186] | : . ' , ; resolved() for DotDotDotList ... [11:06:19.186] | : . ' , ; ` Number of elements: 0 [11:06:19.186] | : . ' , ; ` Number of futures: 0 [11:06:19.187] | : . ' , ; resolved() for DotDotDotList ... done [11:06:19.187] | : . ' , resolved() ... done [11:06:19.187] | : . ' , length: 0 (resolved future 1) [11:06:19.187] | : . ' resolve() for FutureGlobals ... done [11:06:19.187] | : . ' '...' content: [n=0] [11:06:19.188] | : . ' List of 1 [11:06:19.188] | : . ' $ ...: list() [11:06:19.188] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:19.188] | : . ' - attr(*, "where")=List of 1 [11:06:19.188] | : . ' ..$ ...: [11:06:19.188] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:19.188] | : . ' - attr(*, "resolved")= logi TRUE [11:06:19.188] | : . ' - attr(*, "total_size")= num NA [11:06:19.191] | : . Getting '...' globals ... done [11:06:19.191] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [11:06:19.191] | : . List of 2 [11:06:19.191] | : . $ ...future.FUN:function (x) [11:06:19.191] | : . $ ... : list() [11:06:19.191] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:19.191] | : . - attr(*, "where")=List of 2 [11:06:19.191] | : . ..$ ...future.FUN: [11:06:19.191] | : . ..$ ... : [11:06:19.191] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:19.191] | : . - attr(*, "resolved")= logi FALSE [11:06:19.191] | : . - attr(*, "total_size")= num 6008 [11:06:19.221] | : . Packages to be attached in all futures: [n=0] [11:06:19.221] | : getGlobalsAndPackagesXApply() ... done [11:06:19.222] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:19.222] | : List of 5 [11:06:19.222] | : $ ...future.FUN :function (x) [11:06:19.222] | : $ ... : list() [11:06:19.222] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:19.222] | : $ ...future.elements_ii : NULL [11:06:19.222] | : $ ...future.seeds_ii : NULL [11:06:19.222] | : $ ...future.globals.maxSize: NULL [11:06:19.222] | : - attr(*, "where")=List of 5 [11:06:19.222] | : ..$ ...future.FUN : [11:06:19.222] | : ..$ ... : [11:06:19.222] | : ..$ ...future.elements_ii : [11:06:19.222] | : ..$ ...future.seeds_ii : [11:06:19.222] | : ..$ ...future.globals.maxSize: [11:06:19.222] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:19.222] | : - attr(*, "resolved")= logi FALSE [11:06:19.222] | : - attr(*, "total_size")= num 6008 [11:06:19.227] | : Number of futures (= number of chunks): 1 [11:06:19.227] | : Launching 1 futures (chunks) ... [11:06:19.228] | : Chunk #1 of 1 ... [11:06:19.228] | : - Finding globals in 'X' for chunk #1 ... [11:06:19.228] | : getGlobalsAndPackages() ... [11:06:19.228] | : . Searching for globals ... [11:06:19.229] | : . ' globals found: [0] [11:06:19.229] | : . Searching for globals ... done [11:06:19.229] | : . globals: [0] [11:06:19.229] | : . packages: [0] [11:06:19.230] | : getGlobalsAndPackages() ... done [11:06:19.230] | : + additional globals found: [n=0] [11:06:19.230] | : + additional namespaces needed: [n=0] [11:06:19.230] | : - Finding globals in 'X' for chunk #1 ... DONE [11:06:19.230] | : - seeds: [11:06:19.230] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:19.231] | : future(..., label = 'future_lapply-1') ... [11:06:19.231] | : . lazy: FALSE [11:06:19.231] | : . stdout: FALSE [11:06:19.231] | : . conditions: [n=1] 'condition' [11:06:19.231] | : . getGlobalsAndPackages() ... [11:06:19.232] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:19.232] | : . ' Resolving globals: FALSE [11:06:19.232] | : . ' Tweak future expression to call with '...' arguments ... [11:06:19.232] | : . ' , { [11:06:19.232] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:19.232] | : . ' , "# expression in do.call(), because function called uses '...' " [11:06:19.232] | : . ' , "# as a global variable " [11:06:19.232] | : . ' , do.call(function(...) { [11:06:19.232] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:19.232] | : . ' , "# without having an '...' argument. This means '...' is treated" [11:06:19.232] | : . ' , "# as a global variable. This may happen when FUN() is an " [11:06:19.232] | : . ' , "# anonymous function. " [11:06:19.232] | : . ' , "# " [11:06:19.232] | : . ' , "# If an anonymous function, we will make sure to restore the " [11:06:19.232] | : . ' , "# function environment of FUN() to the calling environment. " [11:06:19.232] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [11:06:19.232] | : . ' , "# global environment, which is where globals are written. " [11:06:19.232] | : . ' , penv <- env <- environment(...future.FUN) [11:06:19.232] | : . ' , repeat { [11:06:19.232] | : . ' , if (identical(env, globalenv()) || identical(env, [11:06:19.232] | : . ' , emptyenv())) [11:06:19.232] | : . ' , break [11:06:19.232] | : . ' , penv <- env [11:06:19.232] | : . ' , env <- parent.env(env) [11:06:19.232] | : . ' , } [11:06:19.232] | : . ' , if (identical(penv, globalenv())) { [11:06:19.232] | : . ' , environment(...future.FUN) <- environment() [11:06:19.232] | : . ' , } [11:06:19.232] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:19.232] | : . ' , !isNamespace(penv)) { [11:06:19.232] | : . ' , parent.env(penv) <- environment() [11:06:19.232] | : . ' , } [11:06:19.232] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [11:06:19.232] | : . ' , { [11:06:19.232] | : . ' , "# future.apply:::future_xapply(): preserve future option" [11:06:19.232] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:19.232] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:19.232] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:19.232] | : . ' , on.exit(options(oopts), add = TRUE) [11:06:19.232] | : . ' , } [11:06:19.232] | : . ' , { [11:06:19.232] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [11:06:19.232] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:19.232] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:19.232] | : . ' , { [11:06:19.232] | : . ' , ...future.FUN(...future.X_jj, ...) [11:06:19.232] | : . ' , } [11:06:19.232] | : . ' , }) [11:06:19.232] | : . ' , } [11:06:19.232] | : . ' , } [11:06:19.232] | : . ' , }, args = future.call.arguments) [11:06:19.232] | : . ' , } [11:06:19.233] | : . ' Tweak future expression to call with '...' arguments ... done [11:06:19.234] | : . ' Search for packages associated with the globals ... [11:06:19.234] | : . ' , Packages associated with globals: [0] [11:06:19.234] | : . ' , Packages: [0] [11:06:19.234] | : . ' Search for packages associated with the globals ... done [11:06:19.235] | : . ' Packages after dropping 'base': [0] [11:06:19.235] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:19.235] | : . ' packages: [0] [11:06:19.235] | : . getGlobalsAndPackages() ... done [11:06:19.236] | : . run() for 'Future' ('future_lapply-1') ... [11:06:19.236] | : . ' state: 'created' [11:06:19.236] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:19.237] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:19.237] | : . ' Using SequentialFutureBackend ... [11:06:19.237] | : . ' , Number of futures since start: 0 (0 created, 0 launched, 0 finished) [11:06:19.237] | : . ' , Launching futures ... [11:06:19.238] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [11:06:19.238] | : . ' , ; ` getFutureData() ... [11:06:19.238] | : . ' , ; ` | getFutureCore() ... [11:06:19.238] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [11:06:19.238] | : . ' , ; ` | getFutureCore() ... done [11:06:19.239] | : . ' , ; ` | getFutureCapture() ... [11:06:19.239] | : . ' , ; ` | getFutureCapture() ... done [11:06:19.239] | : . ' , ; ` | getFutureContext() ... [11:06:19.239] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:19.240] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [11:06:19.240] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:19.240] | : . ' , ; ` | : Packages needed by future backend (n = 0): [11:06:19.240] | : . ' , ; ` | getFutureContext() ... done [11:06:19.240] | : . ' , ; ` getFutureData() ... done [11:06:19.244] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:19.244] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [11:06:19.244] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:19.245] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:19.245] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:19.245] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [11:06:19.245] | : . ' , ; ` | : . New stack: [11:06:19.245] | : . ' , ; ` | : . List of 1 [11:06:19.245] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:19.245] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.245] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [11:06:19.245] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.245] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.245] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.245] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:19.245] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:19.249] | : . ' , ; ` | : . Old stack: [11:06:19.249] | : . ' , ; ` | : . List of 1 [11:06:19.249] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:19.249] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.249] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [11:06:19.249] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.249] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.249] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.249] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [11:06:19.249] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:19.249] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.249] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.249] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:19.254] | : . ' , ; ` | : . Not identical [11:06:19.254] | : . ' , ; ` | : . all.equal() for future ... [11:06:19.255] | : . ' , ; ` | : . ' List of 2 [11:06:19.255] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.255] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:19.255] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.255] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:19.255] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:19.255] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.255] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.263] | : . ' , ; ` | : . all.equal() for future ... done [11:06:19.263] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [11:06:19.263] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:19.263] | : . ' , ; ` | : List of future strategies: [11:06:19.263] | : . ' , ; ` | : 1. sequential: [11:06:19.263] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [11:06:19.263] | : . ' , ; ` | : - tweaked: FALSE [11:06:19.263] | : . ' , ; ` | : - call: plan(sequential) [11:06:19.264] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:19.264] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:19.265] | : . ' , ; ` assign_globals() ... [11:06:19.265] | : . ' , ; ` List of 5 [11:06:19.265] | : . ' , ; ` $ ...future.FUN :function (x) [11:06:19.265] | : . ' , ; ` $ future.call.arguments : list() [11:06:19.265] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:19.265] | : . ' , ; ` $ ...future.elements_ii :List of 2 [11:06:19.265] | : . ' , ; ` ..$ : int 1 [11:06:19.265] | : . ' , ; ` ..$ : int 0 [11:06:19.265] | : . ' , ; ` $ ...future.seeds_ii : NULL [11:06:19.265] | : . ' , ; ` $ ...future.globals.maxSize: NULL [11:06:19.265] | : . ' , ; ` - attr(*, "where")=List of 5 [11:06:19.265] | : . ' , ; ` ..$ ...future.FUN : [11:06:19.265] | : . ' , ; ` ..$ future.call.arguments : [11:06:19.265] | : . ' , ; ` ..$ ...future.elements_ii : [11:06:19.265] | : . ' , ; ` ..$ ...future.seeds_ii : [11:06:19.265] | : . ' , ; ` ..$ ...future.globals.maxSize: [11:06:19.265] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [11:06:19.265] | : . ' , ; ` - attr(*, "total_size")= num 6008 [11:06:19.265] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:19.265] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [11:06:19.272] | : . ' , ; ` - copied '...future.FUN' to environment [11:06:19.273] | : . ' , ; ` - copied 'future.call.arguments' to environment [11:06:19.273] | : . ' , ; ` - copied '...future.elements_ii' to environment [11:06:19.273] | : . ' , ; ` - copied '...future.seeds_ii' to environment [11:06:19.273] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [11:06:19.273] | : . ' , ; ` assign_globals() ... done [11:06:19.781] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:19.781] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:19.781] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:19.782] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [11:06:19.782] | : . ' , ; ` | : . ' New stack: [11:06:19.782] | : . ' , ; ` | : . ' List of 1 [11:06:19.782] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:19.782] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.782] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:19.782] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.782] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.782] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.782] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:19.782] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:19.782] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.782] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.782] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:19.787] | : . ' , ; ` | : . ' Old stack: [11:06:19.787] | : . ' , ; ` | : . ' List of 1 [11:06:19.787] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:19.787] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.787] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:19.787] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.787] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.787] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.787] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:19.787] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:19.787] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.787] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.787] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:19.792] | : . ' , ; ` | : . ' Identical [11:06:19.792] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [11:06:19.792] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:19.792] | : . ' , ; ` | : . List of future strategies: [11:06:19.792] | : . ' , ; ` | : . 1. sequential: [11:06:19.792] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [11:06:19.792] | : . ' , ; ` | : . - tweaked: FALSE [11:06:19.792] | : . ' , ; ` | : . - call: plan(sequential) [11:06:19.793] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:19.793] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:19.794] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:19.798] | : . ' , ; ` SequentialFuture started (and completed) [11:06:19.799] | : . ' , ; ` signalConditions() ... [11:06:19.799] | : . ' , ; ` | include = 'immediateCondition' [11:06:19.799] | : . ' , ; ` | exclude = [11:06:19.800] | : . ' , ; ` | resignal = FALSE [11:06:19.800] | : . ' , ; ` | Number of conditions: 6 [11:06:19.800] | : . ' , ; ` | int 6 [11:06:19.801] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.801] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.801] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.801] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.801] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.802] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.802] | : . ' , ; ` | Drop signaled conditions: 0 [11:06:19.802] | : . ' , ; ` signalConditions() ... done [11:06:19.803] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [11:06:19.803] | : . ' , Launching futures ... done [11:06:19.803] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:19.803] | : . ' Using SequentialFutureBackend ... done [11:06:19.804] | : . run() for 'Future' ('future_lapply-1') ... done [11:06:19.804] | : future(..., label = 'future_lapply-1') ... done [11:06:19.804] | : Created future: [11:06:19.804] | : SequentialFuture: [11:06:19.804] | : Label: 'future_lapply-1' [11:06:19.804] | : Expression: [11:06:19.804] | : { [11:06:19.804] | : "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:19.804] | : "# expression in do.call(), because function called uses '...' " [11:06:19.804] | : "# as a global variable " [11:06:19.804] | : do.call(function(...) { [11:06:19.804] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:19.804] | : "# without having an '...' argument. This means '...' is treated" [11:06:19.804] | : "# as a global variable. This may happen when FUN() is an " [11:06:19.804] | : "# anonymous function. " [11:06:19.804] | : "# " [11:06:19.804] | : "# If an anonymous function, we will make sure to restore the " [11:06:19.804] | : "# function environment of FUN() to the calling environment. " [11:06:19.804] | : "# We assume FUN() an anonymous function if it lives in the " [11:06:19.804] | : "# global environment, which is where globals are written. " [11:06:19.804] | : penv <- env <- environment(...future.FUN) [11:06:19.804] | : repeat { [11:06:19.804] | : if (identical(env, globalenv()) || identical(env, [11:06:19.804] | : emptyenv())) [11:06:19.804] | : break [11:06:19.804] | : penv <- env [11:06:19.804] | : env <- parent.env(env) [11:06:19.804] | : } [11:06:19.804] | : if (identical(penv, globalenv())) { [11:06:19.804] | : environment(...future.FUN) <- environment() [11:06:19.804] | : } [11:06:19.804] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:19.804] | : !isNamespace(penv)) { [11:06:19.804] | : parent.env(penv) <- environment() [11:06:19.804] | : } [11:06:19.804] | : rm(list = c("env", "penv"), inherits = FALSE) [11:06:19.804] | : { [11:06:19.804] | : "# future.apply:::future_xapply(): preserve future option" [11:06:19.804] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:19.804] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:19.804] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:19.804] | : on.exit(options(oopts), add = TRUE) [11:06:19.804] | : } [11:06:19.804] | : { [11:06:19.804] | : "# future.apply::future_lapply(): process chunk of elements" [11:06:19.804] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:19.804] | : ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:19.804] | : { [11:06:19.804] | : ...future.FUN(...future.X_jj, ...) [11:06:19.804] | : } [11:06:19.804] | : }) [11:06:19.804] | : } [11:06:19.804] | : } [11:06:19.804] | : }, args = future.call.arguments) [11:06:19.804] | : } [11:06:19.804] | : Globals: 5 objects totaling 6.13 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 55 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:19.804] | : Packages: [11:06:19.804] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:19.804] | : Capture standard output: FALSE [11:06:19.804] | : Capture condition classes: 'condition' (excluding '') [11:06:19.804] | : Immediate condition classes: 'immediateCondition' [11:06:19.804] | : Lazy evaluation: FALSE [11:06:19.804] | : Local evaluation: TRUE [11:06:19.804] | : Early signaling: FALSE [11:06:19.804] | : Actions: [n=1] 'run' [11:06:19.804] | : State: 'finished' ("Future was resolved successfully") [11:06:19.804] | : Resolved: TRUE [11:06:19.804] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-1 [11:06:19.804] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:19.804] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:19.804] | : Value: 55 bytes of class 'list' [11:06:19.804] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [11:06:19.804] | : Duration: 0.538203 secs (started 2026-02-20 11:06:19.242175) [11:06:19.804] | : Worker process: a4406347f719c72d2a60772f8d7cc792 [11:06:19.808] | : Chunk #1 of 1 ... DONE [11:06:19.808] | : Launching 1 futures (chunks) ... DONE [11:06:19.808] | : Resolving 1 futures (chunks) ... [11:06:19.809] | : value() for list ... [11:06:19.809] | : . recursive: 0 [11:06:19.810] | : . reduce: FALSE [11:06:19.810] | : . length: 1 [11:06:19.810] | : . Number of remaining objects: 1 [11:06:19.810] | : . checking value #1: [11:06:19.811] | : . 'obj' is SequentialFuture [11:06:19.811] | : . resolved() ... [11:06:19.811] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... [11:06:19.811] | : . ' , state: 'finished' [11:06:19.811] | : . ' , run: NULL [11:06:19.812] | : . ' , result: 'FutureResult' [11:06:19.812] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... done [11:06:19.812] | : . resolved() ... done [11:06:19.812] | : . SequentialFuture #1 [11:06:19.812] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:19.813] | : . ' nx: 1 [11:06:19.813] | : . ' relay: TRUE [11:06:19.813] | : . ' stdout: TRUE [11:06:19.813] | : . ' signal: TRUE [11:06:19.813] | : . ' resignal: FALSE [11:06:19.814] | : . ' force: TRUE [11:06:19.814] | : . ' relayed: [n=1] FALSE [11:06:19.814] | : . ' queued futures: [n=1] FALSE [11:06:19.814] | : . ' until=1 [11:06:19.814] | : . ' relaying element #1 [11:06:19.815] | : . ' value() for SequentialFuture ('future_lapply-1') ... [11:06:19.815] | : . ' , signalConditions() ... [11:06:19.815] | : . ' , ; include = 'immediateCondition' [11:06:19.816] | : . ' , ; exclude = [11:06:19.816] | : . ' , ; resignal = FALSE [11:06:19.816] | : . ' , ; Number of conditions: 6 [11:06:19.816] | : . ' , ; int 6 [11:06:19.817] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.817] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.817] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.817] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.818] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.818] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.818] | : . ' , ; Drop signaled conditions: 0 [11:06:19.818] | : . ' , signalConditions() ... done [11:06:19.818] | : . ' , relay stdout ... [11:06:19.819] | : . ' , relay stdout ... done [11:06:19.819] | : . ' , check for misuse ... [11:06:19.819] | : . ' , check for misuse ... done [11:06:19.819] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [11:06:19.819] | : . ' signalConditions() ... [11:06:19.820] | : . ' , include = 'immediateCondition' [11:06:19.820] | : . ' , exclude = [11:06:19.820] | : . ' , resignal = FALSE [11:06:19.820] | : . ' , Number of conditions: 6 [11:06:19.820] | : . ' , int 6 [11:06:19.821] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.821] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.821] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.822] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.822] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.822] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.822] | : . ' , Drop signaled conditions: 0 [11:06:19.822] | : . ' signalConditions() ... done [11:06:19.822] | : . ' signalConditions() ... [11:06:19.823] | : . ' , include = 'condition' [11:06:19.823] | : . ' , exclude = 'error', 'immediateCondition' [11:06:19.823] | : . ' , resignal = TRUE [11:06:19.823] | : . ' , Number of conditions: 6 [11:06:19.823] | : . ' , int 6 [11:06:19.824] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.824] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [11:06:19.242] | : . ' , ; ` attachPackages() ... [11:06:19.825] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.825] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [11:06:19.242] | : . ' , ; ` | packages: [n=1] 'future' [11:06:19.825] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.825] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [11:06:19.242] | : . ' , ; ` attachPackages() ... done [11:06:19.825] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.826] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [11:06:19.243] | : . ' , ; ` attachPackages() ... [11:06:19.826] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.826] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [11:06:19.243] | : . ' , ; ` | packages: [n=0] [11:06:19.826] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:19.826] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [11:06:19.243] | : . ' , ; ` attachPackages() ... done [11:06:19.827] | : . ' , Drop signaled conditions: 6 [11:06:19.827] | : . ' signalConditions() ... done [11:06:19.827] | : . ' relayed: [n=1] TRUE [11:06:19.827] | : . ' queued futures: [n=1] TRUE [11:06:19.827] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:19.828] | : . value(, ...) ... [11:06:19.828] | : . value(, ...) ... done [11:06:19.828] | : . value() for SequentialFuture ('future_lapply-1') ... [11:06:19.828] | : . ' signalConditions() ... [11:06:19.828] | : . ' , include = 'immediateCondition' [11:06:19.829] | : . ' , exclude = [11:06:19.829] | : . ' , resignal = FALSE [11:06:19.829] | : . ' , Number of conditions: 0 [11:06:19.829] | : . ' , int 0 [11:06:19.830] | : . ' signalConditions() ... done [11:06:19.830] | : . ' check for misuse ... [11:06:19.830] | : . ' check for misuse ... done [11:06:19.830] | : . value() for SequentialFuture ('future_lapply-1') ... done [11:06:19.831] | : . value: [11:06:19.831] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:19.831] | : . ' nx: 1 [11:06:19.831] | : . ' relay: TRUE [11:06:19.831] | : . ' stdout: TRUE [11:06:19.831] | : . ' signal: TRUE [11:06:19.832] | : . ' resignal: FALSE [11:06:19.832] | : . ' force: TRUE [11:06:19.832] | : . ' relayed: [n=1] TRUE [11:06:19.832] | : . ' queued futures: [n=1] TRUE [11:06:19.832] | : . ' until=1 [11:06:19.833] | : . ' relayed: [n=1] TRUE [11:06:19.833] | : . ' queued futures: [n=1] TRUE [11:06:19.833] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:19.833] | : . resolve() for SequentialFuture ... [11:06:19.833] | : . resolve() for SequentialFuture ... done [11:06:19.834] | : . length: 0 (resolved future 1) [11:06:19.834] | : value() for list ... done [11:06:19.834] | : Relaying remaining futures ... [11:06:19.834] | : . signalConditionsASAP(NULL, pos=0) ... [11:06:19.834] | : . ' nx: 1 [11:06:19.835] | : . ' relay: TRUE [11:06:19.835] | : . ' stdout: TRUE [11:06:19.835] | : . ' signal: TRUE [11:06:19.835] | : . ' resignal: FALSE [11:06:19.835] | : . ' force: TRUE [11:06:19.835] | : . ' relayed: [n=1] TRUE [11:06:19.836] | : . ' queued futures: [n=1] TRUE - flush all [11:06:19.836] | : . ' relayed: [n=1] TRUE [11:06:19.836] | : . ' queued futures: [n=1] TRUE [11:06:19.836] | : . signalConditionsASAP(NULL, pos=0) ... done [11:06:19.837] | : Relaying remaining futures ... done [11:06:19.837] | future_lapply() -> future_xapply() ... done [11:06:19.837] | - Number of value chunks collected: 1 [11:06:19.837] | Resolving 1 futures (chunks) ... DONE [11:06:19.837] | Reducing values from 1 chunks ... [11:06:19.837] | - Number of values collected after concatenation: 2 [11:06:19.838] | - Number of values expected: 2 [11:06:19.838] | Reducing values from 1 chunks ... DONE [11:06:19.838] future_lapply() ... done * future_lapply(x, ..., future.stdout = FALSE) ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... [11:06:19.839] future_lapply() ... [11:06:19.840] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [11:06:19.840] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [11:06:19.840] | future_lapply() -> future_xapply() ... [11:06:19.841] | : nbrOfWorkers(NULL) ... [11:06:19.841] | : . List of 4 [11:06:19.841] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:19.841] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:19.841] | : . $ : language nbrOfWorkers() [11:06:19.841] | : . $ : language nbrOfWorkers.NULL() [11:06:19.843] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:19.844] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:19.844] | : . Number of workers: 1 [11:06:19.844] | : nbrOfWorkers(NULL) ... done [11:06:19.844] | : Number of chunks: 1 [11:06:19.844] | : getGlobalsAndPackagesXApply() ... [11:06:19.845] | : . future.globals: TRUE [11:06:19.845] | : . getGlobalsAndPackages() ... [11:06:19.845] | : . ' Searching for globals ... [11:06:19.858] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [11:06:19.859] | : . ' Searching for globals ... done [11:06:19.859] | : . ' Resolving globals: FALSE [11:06:19.859] | : . ' Search for packages associated with the globals ... [11:06:19.859] | : . ' , Packages associated with globals: [1] 'base' [11:06:19.860] | : . ' , Packages: [1] 'base' [11:06:19.860] | : . ' Search for packages associated with the globals ... done [11:06:19.861] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [11:06:19.861] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [11:06:19.861] | : . ' Packages after dropping 'base': [0] [11:06:19.861] | : . ' globals: [1] 'FUN' [11:06:19.862] | : . ' packages: [0] [11:06:19.862] | : . getGlobalsAndPackages() ... done [11:06:19.862] | : . globals found/used: [n=1] 'FUN' [11:06:19.863] | : . needed namespaces: [n=0] [11:06:19.863] | : . use_args: TRUE [11:06:19.863] | : . Getting '...' globals ... [11:06:19.864] | : . ' resolve() for FutureGlobals ... [11:06:19.864] | : . ' , recursive: 0 [11:06:19.865] | : . ' , Number of elements: 1 [11:06:19.865] | : . ' , elements: '...' [11:06:19.865] | : . ' , 'obj' is DotDotDotList [11:06:19.865] | : . ' , resolve(obj, ...) ... [11:06:19.866] | : . ' , ; resolve() for DotDotDotList ... [11:06:19.866] | : . ' , ; ` recursive: -1 [11:06:19.866] | : . ' , ; resolve() for DotDotDotList ... done [11:06:19.867] | : . ' , resolve(obj, ...) ... done [11:06:19.867] | : . ' , resolved() ... [11:06:19.867] | : . ' , ; resolved() for DotDotDotList ... [11:06:19.867] | : . ' , ; ` Number of elements: 0 [11:06:19.868] | : . ' , ; ` Number of futures: 0 [11:06:19.868] | : . ' , ; resolved() for DotDotDotList ... done [11:06:19.868] | : . ' , resolved() ... done [11:06:19.869] | : . ' , length: 0 (resolved future 1) [11:06:19.869] | : . ' resolve() for FutureGlobals ... done [11:06:19.869] | : . ' '...' content: [n=0] [11:06:19.870] | : . ' List of 1 [11:06:19.870] | : . ' $ ...: list() [11:06:19.870] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:19.870] | : . ' - attr(*, "where")=List of 1 [11:06:19.870] | : . ' ..$ ...: [11:06:19.870] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:19.870] | : . ' - attr(*, "resolved")= logi TRUE [11:06:19.870] | : . ' - attr(*, "total_size")= num NA [11:06:19.874] | : . Getting '...' globals ... done [11:06:19.874] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [11:06:19.874] | : . List of 2 [11:06:19.874] | : . $ ...future.FUN:function (x) [11:06:19.874] | : . $ ... : list() [11:06:19.874] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:19.874] | : . - attr(*, "where")=List of 2 [11:06:19.874] | : . ..$ ...future.FUN: [11:06:19.874] | : . ..$ ... : [11:06:19.874] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:19.874] | : . - attr(*, "resolved")= logi FALSE [11:06:19.874] | : . - attr(*, "total_size")= num 6008 [11:06:19.878] | : . Packages to be attached in all futures: [n=0] [11:06:19.878] | : getGlobalsAndPackagesXApply() ... done [11:06:19.878] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:19.879] | : List of 5 [11:06:19.879] | : $ ...future.FUN :function (x) [11:06:19.879] | : $ ... : list() [11:06:19.879] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:19.879] | : $ ...future.elements_ii : NULL [11:06:19.879] | : $ ...future.seeds_ii : NULL [11:06:19.879] | : $ ...future.globals.maxSize: NULL [11:06:19.879] | : - attr(*, "where")=List of 5 [11:06:19.879] | : ..$ ...future.FUN : [11:06:19.879] | : ..$ ... : [11:06:19.879] | : ..$ ...future.elements_ii : [11:06:19.879] | : ..$ ...future.seeds_ii : [11:06:19.879] | : ..$ ...future.globals.maxSize: [11:06:19.879] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:19.879] | : - attr(*, "resolved")= logi FALSE [11:06:19.879] | : - attr(*, "total_size")= num 6008 [11:06:19.884] | : Number of futures (= number of chunks): 1 [11:06:19.884] | : Launching 1 futures (chunks) ... [11:06:19.884] | : Chunk #1 of 1 ... [11:06:19.884] | : - Finding globals in 'X' for chunk #1 ... [11:06:19.884] | : getGlobalsAndPackages() ... [11:06:19.885] | : . Searching for globals ... [11:06:19.885] | : . ' globals found: [0] [11:06:19.885] | : . Searching for globals ... done [11:06:19.885] | : . globals: [0] [11:06:19.886] | : . packages: [0] [11:06:19.886] | : getGlobalsAndPackages() ... done [11:06:19.886] | : + additional globals found: [n=0] [11:06:19.886] | : + additional namespaces needed: [n=0] [11:06:19.886] | : - Finding globals in 'X' for chunk #1 ... DONE [11:06:19.886] | : - seeds: [11:06:19.887] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:19.887] | : future(..., label = 'future_lapply-1') ... [11:06:19.887] | : . lazy: FALSE [11:06:19.887] | : . stdout: TRUE [11:06:19.887] | : . conditions: [n=1] 'condition' [11:06:19.887] | : . getGlobalsAndPackages() ... [11:06:19.888] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:19.888] | : . ' Resolving globals: FALSE [11:06:19.888] | : . ' Tweak future expression to call with '...' arguments ... [11:06:19.888] | : . ' , { [11:06:19.888] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:19.888] | : . ' , "# expression in do.call(), because function called uses '...' " [11:06:19.888] | : . ' , "# as a global variable " [11:06:19.888] | : . ' , do.call(function(...) { [11:06:19.888] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:19.888] | : . ' , "# without having an '...' argument. This means '...' is treated" [11:06:19.888] | : . ' , "# as a global variable. This may happen when FUN() is an " [11:06:19.888] | : . ' , "# anonymous function. " [11:06:19.888] | : . ' , "# " [11:06:19.888] | : . ' , "# If an anonymous function, we will make sure to restore the " [11:06:19.888] | : . ' , "# function environment of FUN() to the calling environment. " [11:06:19.888] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [11:06:19.888] | : . ' , "# global environment, which is where globals are written. " [11:06:19.888] | : . ' , penv <- env <- environment(...future.FUN) [11:06:19.888] | : . ' , repeat { [11:06:19.888] | : . ' , if (identical(env, globalenv()) || identical(env, [11:06:19.888] | : . ' , emptyenv())) [11:06:19.888] | : . ' , break [11:06:19.888] | : . ' , penv <- env [11:06:19.888] | : . ' , env <- parent.env(env) [11:06:19.888] | : . ' , } [11:06:19.888] | : . ' , if (identical(penv, globalenv())) { [11:06:19.888] | : . ' , environment(...future.FUN) <- environment() [11:06:19.888] | : . ' , } [11:06:19.888] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:19.888] | : . ' , !isNamespace(penv)) { [11:06:19.888] | : . ' , parent.env(penv) <- environment() [11:06:19.888] | : . ' , } [11:06:19.888] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [11:06:19.888] | : . ' , { [11:06:19.888] | : . ' , "# future.apply:::future_xapply(): preserve future option" [11:06:19.888] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:19.888] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:19.888] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:19.888] | : . ' , on.exit(options(oopts), add = TRUE) [11:06:19.888] | : . ' , } [11:06:19.888] | : . ' , { [11:06:19.888] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [11:06:19.888] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:19.888] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:19.888] | : . ' , { [11:06:19.888] | : . ' , ...future.FUN(...future.X_jj, ...) [11:06:19.888] | : . ' , } [11:06:19.888] | : . ' , }) [11:06:19.888] | : . ' , } [11:06:19.888] | : . ' , } [11:06:19.888] | : . ' , }, args = future.call.arguments) [11:06:19.888] | : . ' , } [11:06:19.889] | : . ' Tweak future expression to call with '...' arguments ... done [11:06:19.890] | : . ' Search for packages associated with the globals ... [11:06:19.890] | : . ' , Packages associated with globals: [0] [11:06:19.890] | : . ' , Packages: [0] [11:06:19.890] | : . ' Search for packages associated with the globals ... done [11:06:19.891] | : . ' Packages after dropping 'base': [0] [11:06:19.891] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:19.891] | : . ' packages: [0] [11:06:19.891] | : . getGlobalsAndPackages() ... done [11:06:19.891] | : . run() for 'Future' ('future_lapply-1') ... [11:06:19.892] | : . ' state: 'created' [11:06:19.892] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:19.892] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:19.892] | : . ' Using SequentialFutureBackend ... [11:06:19.892] | : . ' , Number of futures since start: 1 (1 created, 1 launched, 1 finished) [11:06:19.893] | : . ' , Launching futures ... [11:06:19.893] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [11:06:19.893] | : . ' , ; ` getFutureData() ... [11:06:19.893] | : . ' , ; ` | getFutureCore() ... [11:06:19.893] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [11:06:19.894] | : . ' , ; ` | getFutureCore() ... done [11:06:19.894] | : . ' , ; ` | getFutureCapture() ... [11:06:19.894] | : . ' , ; ` | getFutureCapture() ... done [11:06:19.894] | : . ' , ; ` | getFutureContext() ... [11:06:19.894] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:19.894] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [11:06:19.895] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:19.895] | : . ' , ; ` | : Packages needed by future backend (n = 0): [11:06:19.895] | : . ' , ; ` | getFutureContext() ... done [11:06:19.895] | : . ' , ; ` getFutureData() ... done [11:06:19.897] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:19.897] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [11:06:19.897] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:19.898] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:19.898] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:19.898] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [11:06:19.898] | : . ' , ; ` | : . New stack: [11:06:19.899] | : . ' , ; ` | : . List of 1 [11:06:19.899] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:19.899] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.899] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [11:06:19.899] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.899] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.899] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.899] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:19.899] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:19.902] | : . ' , ; ` | : . Old stack: [11:06:19.902] | : . ' , ; ` | : . List of 1 [11:06:19.902] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:19.902] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.902] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [11:06:19.902] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.902] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.902] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.902] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [11:06:19.902] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:19.902] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.902] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.902] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:19.906] | : . ' , ; ` | : . Not identical [11:06:19.906] | : . ' , ; ` | : . all.equal() for future ... [11:06:19.906] | : . ' , ; ` | : . ' List of 2 [11:06:19.906] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.906] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:19.906] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.906] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:19.906] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:19.906] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:19.906] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:19.913] | : . ' , ; ` | : . all.equal() for future ... done [11:06:19.913] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [11:06:19.913] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:19.914] | : . ' , ; ` | : List of future strategies: [11:06:19.914] | : . ' , ; ` | : 1. sequential: [11:06:19.914] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [11:06:19.914] | : . ' , ; ` | : - tweaked: FALSE [11:06:19.914] | : . ' , ; ` | : - call: plan(sequential) [11:06:19.914] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:19.914] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:19.915] | : . ' , ; ` assign_globals() ... [11:06:19.915] | : . ' , ; ` List of 5 [11:06:19.915] | : . ' , ; ` $ ...future.FUN :function (x) [11:06:19.915] | : . ' , ; ` $ future.call.arguments : list() [11:06:19.915] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:19.915] | : . ' , ; ` $ ...future.elements_ii :List of 2 [11:06:19.915] | : . ' , ; ` ..$ : int 1 [11:06:19.915] | : . ' , ; ` ..$ : int 0 [11:06:19.915] | : . ' , ; ` $ ...future.seeds_ii : NULL [11:06:19.915] | : . ' , ; ` $ ...future.globals.maxSize: NULL [11:06:19.915] | : . ' , ; ` - attr(*, "where")=List of 5 [11:06:19.915] | : . ' , ; ` ..$ ...future.FUN : [11:06:19.915] | : . ' , ; ` ..$ future.call.arguments : [11:06:19.915] | : . ' , ; ` ..$ ...future.elements_ii : [11:06:19.915] | : . ' , ; ` ..$ ...future.seeds_ii : [11:06:19.915] | : . ' , ; ` ..$ ...future.globals.maxSize: [11:06:19.915] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [11:06:19.915] | : . ' , ; ` - attr(*, "total_size")= num 6008 [11:06:19.915] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:19.915] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [11:06:19.921] | : . ' , ; ` - copied '...future.FUN' to environment [11:06:19.921] | : . ' , ; ` - copied 'future.call.arguments' to environment [11:06:19.922] | : . ' , ; ` - copied '...future.elements_ii' to environment [11:06:19.922] | : . ' , ; ` - copied '...future.seeds_ii' to environment [11:06:19.922] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [11:06:19.922] | : . ' , ; ` assign_globals() ... done [11:06:20.435] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:20.436] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:20.436] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:20.436] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [11:06:20.436] | : . ' , ; ` | : . ' New stack: [11:06:20.436] | : . ' , ; ` | : . ' List of 1 [11:06:20.436] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:20.436] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:20.436] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:20.436] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:20.436] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.436] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.436] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:20.436] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:20.436] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:20.436] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.436] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:20.441] | : . ' , ; ` | : . ' Old stack: [11:06:20.441] | : . ' , ; ` | : . ' List of 1 [11:06:20.441] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:20.441] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:20.441] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:20.441] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:20.441] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.441] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.441] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:20.441] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:20.441] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:20.441] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.441] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:20.445] | : . ' , ; ` | : . ' Identical [11:06:20.445] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [11:06:20.445] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:20.445] | : . ' , ; ` | : . List of future strategies: [11:06:20.445] | : . ' , ; ` | : . 1. sequential: [11:06:20.445] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [11:06:20.445] | : . ' , ; ` | : . - tweaked: FALSE [11:06:20.445] | : . ' , ; ` | : . - call: plan(sequential) [11:06:20.446] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:20.446] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:20.446] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:20.447] | : . ' , ; ` SequentialFuture started (and completed) [11:06:20.447] | : . ' , ; ` signalConditions() ... [11:06:20.447] | : . ' , ; ` | include = 'immediateCondition' [11:06:20.448] | : . ' , ; ` | exclude = [11:06:20.448] | : . ' , ; ` | resignal = FALSE [11:06:20.448] | : . ' , ; ` | Number of conditions: 6 [11:06:20.448] | : . ' , ; ` | int 6 [11:06:20.449] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.449] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.449] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.449] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.449] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.450] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.450] | : . ' , ; ` | Drop signaled conditions: 0 [11:06:20.450] | : . ' , ; ` signalConditions() ... done [11:06:20.450] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [11:06:20.450] | : . ' , Launching futures ... done [11:06:20.450] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:20.451] | : . ' Using SequentialFutureBackend ... done [11:06:20.451] | : . run() for 'Future' ('future_lapply-1') ... done [11:06:20.451] | : future(..., label = 'future_lapply-1') ... done [11:06:20.451] | : Created future: [11:06:20.451] | : SequentialFuture: [11:06:20.451] | : Label: 'future_lapply-1' [11:06:20.451] | : Expression: [11:06:20.451] | : { [11:06:20.451] | : "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:20.451] | : "# expression in do.call(), because function called uses '...' " [11:06:20.451] | : "# as a global variable " [11:06:20.451] | : do.call(function(...) { [11:06:20.451] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:20.451] | : "# without having an '...' argument. This means '...' is treated" [11:06:20.451] | : "# as a global variable. This may happen when FUN() is an " [11:06:20.451] | : "# anonymous function. " [11:06:20.451] | : "# " [11:06:20.451] | : "# If an anonymous function, we will make sure to restore the " [11:06:20.451] | : "# function environment of FUN() to the calling environment. " [11:06:20.451] | : "# We assume FUN() an anonymous function if it lives in the " [11:06:20.451] | : "# global environment, which is where globals are written. " [11:06:20.451] | : penv <- env <- environment(...future.FUN) [11:06:20.451] | : repeat { [11:06:20.451] | : if (identical(env, globalenv()) || identical(env, [11:06:20.451] | : emptyenv())) [11:06:20.451] | : break [11:06:20.451] | : penv <- env [11:06:20.451] | : env <- parent.env(env) [11:06:20.451] | : } [11:06:20.451] | : if (identical(penv, globalenv())) { [11:06:20.451] | : environment(...future.FUN) <- environment() [11:06:20.451] | : } [11:06:20.451] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:20.451] | : !isNamespace(penv)) { [11:06:20.451] | : parent.env(penv) <- environment() [11:06:20.451] | : } [11:06:20.451] | : rm(list = c("env", "penv"), inherits = FALSE) [11:06:20.451] | : { [11:06:20.451] | : "# future.apply:::future_xapply(): preserve future option" [11:06:20.451] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:20.451] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:20.451] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:20.451] | : on.exit(options(oopts), add = TRUE) [11:06:20.451] | : } [11:06:20.451] | : { [11:06:20.451] | : "# future.apply::future_lapply(): process chunk of elements" [11:06:20.451] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:20.451] | : ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:20.451] | : { [11:06:20.451] | : ...future.FUN(...future.X_jj, ...) [11:06:20.451] | : } [11:06:20.451] | : }) [11:06:20.451] | : } [11:06:20.451] | : } [11:06:20.451] | : }, args = future.call.arguments) [11:06:20.451] | : } [11:06:20.451] | : Globals: 5 objects totaling 6.13 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 55 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:20.451] | : Packages: [11:06:20.451] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:20.451] | : Capture standard output: TRUE [11:06:20.451] | : Capture condition classes: 'condition' (excluding '') [11:06:20.451] | : Immediate condition classes: 'immediateCondition' [11:06:20.451] | : Lazy evaluation: FALSE [11:06:20.451] | : Local evaluation: TRUE [11:06:20.451] | : Early signaling: FALSE [11:06:20.451] | : Actions: [n=1] 'run' [11:06:20.451] | : State: 'finished' ("Future was resolved successfully") [11:06:20.451] | : Resolved: TRUE [11:06:20.451] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-2 [11:06:20.451] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:20.451] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:20.451] | : Value: 55 bytes of class 'list' [11:06:20.451] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [11:06:20.451] | : Duration: 0.5389221 secs (started 2026-02-20 11:06:19.895844) [11:06:20.451] | : Worker process: a4406347f719c72d2a60772f8d7cc792 [11:06:20.454] | : Chunk #1 of 1 ... DONE [11:06:20.454] | : Launching 1 futures (chunks) ... DONE [11:06:20.454] | : Resolving 1 futures (chunks) ... [11:06:20.454] | : value() for list ... [11:06:20.454] | : . recursive: 0 [11:06:20.454] | : . reduce: FALSE [11:06:20.455] | : . length: 1 [11:06:20.455] | : . Number of remaining objects: 1 [11:06:20.455] | : . checking value #1: [11:06:20.455] | : . 'obj' is SequentialFuture [11:06:20.455] | : . resolved() ... [11:06:20.456] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... [11:06:20.456] | : . ' , state: 'finished' [11:06:20.456] | : . ' , run: NULL [11:06:20.456] | : . ' , result: 'FutureResult' [11:06:20.456] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... done [11:06:20.457] | : . resolved() ... done [11:06:20.457] | : . SequentialFuture #1 [11:06:20.457] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:20.457] | : . ' nx: 1 [11:06:20.457] | : . ' relay: TRUE [11:06:20.457] | : . ' stdout: TRUE [11:06:20.458] | : . ' signal: TRUE [11:06:20.458] | : . ' resignal: FALSE [11:06:20.458] | : . ' force: TRUE [11:06:20.458] | : . ' relayed: [n=1] FALSE [11:06:20.458] | : . ' queued futures: [n=1] FALSE [11:06:20.458] | : . ' until=1 [11:06:20.458] | : . ' relaying element #1 [11:06:20.459] | : . ' value() for SequentialFuture ('future_lapply-1') ... [11:06:20.459] | : . ' , signalConditions() ... [11:06:20.459] | : . ' , ; include = 'immediateCondition' [11:06:20.459] | : . ' , ; exclude = [11:06:20.459] | : . ' , ; resignal = FALSE [11:06:20.460] | : . ' , ; Number of conditions: 6 [11:06:20.460] | : . ' , ; int 6 [11:06:20.460] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.460] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.461] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.461] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.461] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.461] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.461] | : . ' , ; Drop signaled conditions: 0 [11:06:20.461] | : . ' , signalConditions() ... done [11:06:20.462] | : . ' , relay stdout ... [11:06:20.464] | : . ' , relay stdout ... done [11:06:20.464] | : . ' , check for misuse ... [11:06:20.464] | : . ' , check for misuse ... done [11:06:20.464] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [11:06:20.465] | : . ' signalConditions() ... [11:06:20.465] | : . ' , include = 'immediateCondition' [11:06:20.465] | : . ' , exclude = [11:06:20.465] | : . ' , resignal = FALSE [11:06:20.465] | : . ' , Number of conditions: 6 [11:06:20.465] | : . ' , int 6 [11:06:20.466] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.466] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.466] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.467] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.467] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.467] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.467] | : . ' , Drop signaled conditions: 0 [11:06:20.467] | : . ' signalConditions() ... done [11:06:20.467] | : . ' signalConditions() ... [11:06:20.468] | : . ' , include = 'condition' [11:06:20.468] | : . ' , exclude = 'error', 'immediateCondition' [11:06:20.468] | : . ' , resignal = TRUE [11:06:20.468] | : . ' , Number of conditions: 6 [11:06:20.468] | : . ' , int 6 [11:06:20.469] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.469] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [11:06:19.895] | : . ' , ; ` attachPackages() ... [11:06:20.469] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.469] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [11:06:19.896] | : . ' , ; ` | packages: [n=1] 'future' [11:06:20.470] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.470] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [11:06:19.896] | : . ' , ; ` attachPackages() ... done [11:06:20.470] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.470] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [11:06:19.896] | : . ' , ; ` attachPackages() ... [11:06:20.470] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.470] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [11:06:19.896] | : . ' , ; ` | packages: [n=0] [11:06:20.471] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:20.471] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [11:06:19.896] | : . ' , ; ` attachPackages() ... done [11:06:20.471] | : . ' , Drop signaled conditions: 6 [11:06:20.471] | : . ' signalConditions() ... done [11:06:20.471] | : . ' relayed: [n=1] TRUE [11:06:20.472] | : . ' queued futures: [n=1] TRUE [11:06:20.472] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:20.472] | : . value(, ...) ... [11:06:20.472] | : . value(, ...) ... done [11:06:20.472] | : . value() for SequentialFuture ('future_lapply-1') ... [11:06:20.472] | : . ' signalConditions() ... [11:06:20.473] | : . ' , include = 'immediateCondition' [11:06:20.473] | : . ' , exclude = [11:06:20.473] | : . ' , resignal = FALSE [11:06:20.473] | : . ' , Number of conditions: 0 [11:06:20.473] | : . ' , int 0 [11:06:20.474] | : . ' signalConditions() ... done [11:06:20.474] | : . ' check for misuse ... [11:06:20.474] | : . ' check for misuse ... done [11:06:20.474] | : . value() for SequentialFuture ('future_lapply-1') ... done [11:06:20.474] | : . value: [11:06:20.475] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:20.475] | : . ' nx: 1 [11:06:20.475] | : . ' relay: TRUE [11:06:20.475] | : . ' stdout: TRUE [11:06:20.475] | : . ' signal: TRUE [11:06:20.475] | : . ' resignal: FALSE [11:06:20.476] | : . ' force: TRUE [11:06:20.476] | : . ' relayed: [n=1] TRUE [11:06:20.476] | : . ' queued futures: [n=1] TRUE [11:06:20.476] | : . ' until=1 [11:06:20.476] | : . ' relayed: [n=1] TRUE [11:06:20.476] | : . ' queued futures: [n=1] TRUE [11:06:20.477] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:20.477] | : . resolve() for SequentialFuture ... [11:06:20.477] | : . resolve() for SequentialFuture ... done [11:06:20.477] | : . length: 0 (resolved future 1) [11:06:20.477] | : value() for list ... done [11:06:20.477] | : Relaying remaining futures ... [11:06:20.478] | : . signalConditionsASAP(NULL, pos=0) ... [11:06:20.478] | : . ' nx: 1 [11:06:20.478] | : . ' relay: TRUE [11:06:20.478] | : . ' stdout: TRUE [11:06:20.478] | : . ' signal: TRUE [11:06:20.478] | : . ' resignal: FALSE [11:06:20.479] | : . ' force: TRUE [11:06:20.479] | : . ' relayed: [n=1] TRUE [11:06:20.479] | : . ' queued futures: [n=1] TRUE - flush all [11:06:20.479] | : . ' relayed: [n=1] TRUE [11:06:20.479] | : . ' queued futures: [n=1] TRUE [11:06:20.479] | : . signalConditionsASAP(NULL, pos=0) ... done [11:06:20.480] | : Relaying remaining futures ... done [11:06:20.480] | future_lapply() -> future_xapply() ... done [11:06:20.480] | - Number of value chunks collected: 1 [11:06:20.480] | Resolving 1 futures (chunks) ... DONE [11:06:20.480] | Reducing values from 1 chunks ... [11:06:20.481] | - Number of values collected after concatenation: 2 [11:06:20.481] | - Number of values expected: 2 [11:06:20.481] | Reducing values from 1 chunks ... DONE [11:06:20.481] future_lapply() ... done * future_lapply(x, ..., future.stdout = TRUE) ... DONE * future_lapply(x, ..., future.stdout = NA) ... [11:06:20.482] future_lapply() ... [11:06:20.483] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [11:06:20.483] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [11:06:20.483] | future_lapply() -> future_xapply() ... [11:06:20.483] | : nbrOfWorkers(NULL) ... [11:06:20.484] | : . List of 4 [11:06:20.484] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:20.484] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:20.484] | : . $ : language nbrOfWorkers() [11:06:20.484] | : . $ : language nbrOfWorkers.NULL() [11:06:20.486] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:20.486] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:20.486] | : . Number of workers: 1 [11:06:20.486] | : nbrOfWorkers(NULL) ... done [11:06:20.486] | : Number of chunks: 1 [11:06:20.486] | : getGlobalsAndPackagesXApply() ... [11:06:20.487] | : . future.globals: TRUE [11:06:20.487] | : . getGlobalsAndPackages() ... [11:06:20.487] | : . ' Searching for globals ... [11:06:20.497] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [11:06:20.497] | : . ' Searching for globals ... done [11:06:20.497] | : . ' Resolving globals: FALSE [11:06:20.498] | : . ' Search for packages associated with the globals ... [11:06:20.498] | : . ' , Packages associated with globals: [1] 'base' [11:06:20.498] | : . ' , Packages: [1] 'base' [11:06:20.498] | : . ' Search for packages associated with the globals ... done [11:06:20.499] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [11:06:20.499] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [11:06:20.499] | : . ' Packages after dropping 'base': [0] [11:06:20.500] | : . ' globals: [1] 'FUN' [11:06:20.500] | : . ' packages: [0] [11:06:20.500] | : . getGlobalsAndPackages() ... done [11:06:20.500] | : . globals found/used: [n=1] 'FUN' [11:06:20.500] | : . needed namespaces: [n=0] [11:06:20.500] | : . use_args: TRUE [11:06:20.501] | : . Getting '...' globals ... [11:06:20.501] | : . ' resolve() for FutureGlobals ... [11:06:20.501] | : . ' , recursive: 0 [11:06:20.501] | : . ' , Number of elements: 1 [11:06:20.502] | : . ' , elements: '...' [11:06:20.502] | : . ' , 'obj' is DotDotDotList [11:06:20.502] | : . ' , resolve(obj, ...) ... [11:06:20.502] | : . ' , ; resolve() for DotDotDotList ... [11:06:20.502] | : . ' , ; ` recursive: -1 [11:06:20.503] | : . ' , ; resolve() for DotDotDotList ... done [11:06:20.503] | : . ' , resolve(obj, ...) ... done [11:06:20.503] | : . ' , resolved() ... [11:06:20.503] | : . ' , ; resolved() for DotDotDotList ... [11:06:20.503] | : . ' , ; ` Number of elements: 0 [11:06:20.503] | : . ' , ; ` Number of futures: 0 [11:06:20.504] | : . ' , ; resolved() for DotDotDotList ... done [11:06:20.504] | : . ' , resolved() ... done [11:06:20.504] | : . ' , length: 0 (resolved future 1) [11:06:20.504] | : . ' resolve() for FutureGlobals ... done [11:06:20.504] | : . ' '...' content: [n=0] [11:06:20.504] | : . ' List of 1 [11:06:20.504] | : . ' $ ...: list() [11:06:20.504] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:20.504] | : . ' - attr(*, "where")=List of 1 [11:06:20.504] | : . ' ..$ ...: [11:06:20.504] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:20.504] | : . ' - attr(*, "resolved")= logi TRUE [11:06:20.504] | : . ' - attr(*, "total_size")= num NA [11:06:20.507] | : . Getting '...' globals ... done [11:06:20.508] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [11:06:20.508] | : . List of 2 [11:06:20.508] | : . $ ...future.FUN:function (x) [11:06:20.508] | : . $ ... : list() [11:06:20.508] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:20.508] | : . - attr(*, "where")=List of 2 [11:06:20.508] | : . ..$ ...future.FUN: [11:06:20.508] | : . ..$ ... : [11:06:20.508] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:20.508] | : . - attr(*, "resolved")= logi FALSE [11:06:20.508] | : . - attr(*, "total_size")= num 6008 [11:06:20.512] | : . Packages to be attached in all futures: [n=0] [11:06:20.512] | : getGlobalsAndPackagesXApply() ... done [11:06:20.512] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:20.512] | : List of 5 [11:06:20.512] | : $ ...future.FUN :function (x) [11:06:20.512] | : $ ... : list() [11:06:20.512] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:20.512] | : $ ...future.elements_ii : NULL [11:06:20.512] | : $ ...future.seeds_ii : NULL [11:06:20.512] | : $ ...future.globals.maxSize: NULL [11:06:20.512] | : - attr(*, "where")=List of 5 [11:06:20.512] | : ..$ ...future.FUN : [11:06:20.512] | : ..$ ... : [11:06:20.512] | : ..$ ...future.elements_ii : [11:06:20.512] | : ..$ ...future.seeds_ii : [11:06:20.512] | : ..$ ...future.globals.maxSize: [11:06:20.512] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:20.512] | : - attr(*, "resolved")= logi FALSE [11:06:20.512] | : - attr(*, "total_size")= num 6008 [11:06:20.517] | : Number of futures (= number of chunks): 1 [11:06:20.518] | : Launching 1 futures (chunks) ... [11:06:20.518] | : Chunk #1 of 1 ... [11:06:20.518] | : - Finding globals in 'X' for chunk #1 ... [11:06:20.518] | : getGlobalsAndPackages() ... [11:06:20.518] | : . Searching for globals ... [11:06:20.519] | : . ' globals found: [0] [11:06:20.519] | : . Searching for globals ... done [11:06:20.519] | : . globals: [0] [11:06:20.519] | : . packages: [0] [11:06:20.519] | : getGlobalsAndPackages() ... done [11:06:20.520] | : + additional globals found: [n=0] [11:06:20.520] | : + additional namespaces needed: [n=0] [11:06:20.520] | : - Finding globals in 'X' for chunk #1 ... DONE [11:06:20.520] | : - seeds: [11:06:20.520] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:20.521] | : future(..., label = 'future_lapply-1') ... [11:06:20.521] | : . lazy: FALSE [11:06:20.521] | : . stdout: NA [11:06:20.521] | : . conditions: [n=1] 'condition' [11:06:20.521] | : . getGlobalsAndPackages() ... [11:06:20.521] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:20.522] | : . ' Resolving globals: FALSE [11:06:20.522] | : . ' Tweak future expression to call with '...' arguments ... [11:06:20.522] | : . ' , { [11:06:20.522] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:20.522] | : . ' , "# expression in do.call(), because function called uses '...' " [11:06:20.522] | : . ' , "# as a global variable " [11:06:20.522] | : . ' , do.call(function(...) { [11:06:20.522] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:20.522] | : . ' , "# without having an '...' argument. This means '...' is treated" [11:06:20.522] | : . ' , "# as a global variable. This may happen when FUN() is an " [11:06:20.522] | : . ' , "# anonymous function. " [11:06:20.522] | : . ' , "# " [11:06:20.522] | : . ' , "# If an anonymous function, we will make sure to restore the " [11:06:20.522] | : . ' , "# function environment of FUN() to the calling environment. " [11:06:20.522] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [11:06:20.522] | : . ' , "# global environment, which is where globals are written. " [11:06:20.522] | : . ' , penv <- env <- environment(...future.FUN) [11:06:20.522] | : . ' , repeat { [11:06:20.522] | : . ' , if (identical(env, globalenv()) || identical(env, [11:06:20.522] | : . ' , emptyenv())) [11:06:20.522] | : . ' , break [11:06:20.522] | : . ' , penv <- env [11:06:20.522] | : . ' , env <- parent.env(env) [11:06:20.522] | : . ' , } [11:06:20.522] | : . ' , if (identical(penv, globalenv())) { [11:06:20.522] | : . ' , environment(...future.FUN) <- environment() [11:06:20.522] | : . ' , } [11:06:20.522] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:20.522] | : . ' , !isNamespace(penv)) { [11:06:20.522] | : . ' , parent.env(penv) <- environment() [11:06:20.522] | : . ' , } [11:06:20.522] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [11:06:20.522] | : . ' , { [11:06:20.522] | : . ' , "# future.apply:::future_xapply(): preserve future option" [11:06:20.522] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:20.522] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:20.522] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:20.522] | : . ' , on.exit(options(oopts), add = TRUE) [11:06:20.522] | : . ' , } [11:06:20.522] | : . ' , { [11:06:20.522] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [11:06:20.522] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:20.522] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:20.522] | : . ' , { [11:06:20.522] | : . ' , ...future.FUN(...future.X_jj, ...) [11:06:20.522] | : . ' , } [11:06:20.522] | : . ' , }) [11:06:20.522] | : . ' , } [11:06:20.522] | : . ' , } [11:06:20.522] | : . ' , }, args = future.call.arguments) [11:06:20.522] | : . ' , } [11:06:20.523] | : . ' Tweak future expression to call with '...' arguments ... done [11:06:20.523] | : . ' Search for packages associated with the globals ... [11:06:20.524] | : . ' , Packages associated with globals: [0] [11:06:20.524] | : . ' , Packages: [0] [11:06:20.524] | : . ' Search for packages associated with the globals ... done [11:06:20.524] | : . ' Packages after dropping 'base': [0] [11:06:20.525] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:20.525] | : . ' packages: [0] [11:06:20.525] | : . getGlobalsAndPackages() ... done [11:06:20.525] | : . run() for 'Future' ('future_lapply-1') ... [11:06:20.525] | : . ' state: 'created' [11:06:20.526] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:20.526] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:20.526] | : . ' Using SequentialFutureBackend ... [11:06:20.526] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [11:06:20.526] | : . ' , Launching futures ... [11:06:20.527] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [11:06:20.527] | : . ' , ; ` getFutureData() ... [11:06:20.527] | : . ' , ; ` | getFutureCore() ... [11:06:20.527] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [11:06:20.527] | : . ' , ; ` | getFutureCore() ... done [11:06:20.528] | : . ' , ; ` | getFutureCapture() ... [11:06:20.528] | : . ' , ; ` | getFutureCapture() ... done [11:06:20.528] | : . ' , ; ` | getFutureContext() ... [11:06:20.528] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:20.528] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [11:06:20.528] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:20.529] | : . ' , ; ` | : Packages needed by future backend (n = 0): [11:06:20.529] | : . ' , ; ` | getFutureContext() ... done [11:06:20.529] | : . ' , ; ` getFutureData() ... done [11:06:20.531] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:20.531] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [11:06:20.531] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:20.532] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:20.532] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:20.532] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [11:06:20.532] | : . ' , ; ` | : . New stack: [11:06:20.532] | : . ' , ; ` | : . List of 1 [11:06:20.532] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:20.532] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:20.532] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [11:06:20.532] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:20.532] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.532] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.532] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:20.532] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:20.536] | : . ' , ; ` | : . Old stack: [11:06:20.536] | : . ' , ; ` | : . List of 1 [11:06:20.536] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:20.536] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:20.536] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [11:06:20.536] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:20.536] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.536] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.536] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [11:06:20.536] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:20.536] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:20.536] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.536] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:20.540] | : . ' , ; ` | : . Not identical [11:06:20.540] | : . ' , ; ` | : . all.equal() for future ... [11:06:20.540] | : . ' , ; ` | : . ' List of 2 [11:06:20.540] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:20.540] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:20.540] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:20.540] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:20.540] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:20.540] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:20.540] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:20.547] | : . ' , ; ` | : . all.equal() for future ... done [11:06:20.547] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [11:06:20.547] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:20.548] | : . ' , ; ` | : List of future strategies: [11:06:20.548] | : . ' , ; ` | : 1. sequential: [11:06:20.548] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [11:06:20.548] | : . ' , ; ` | : - tweaked: FALSE [11:06:20.548] | : . ' , ; ` | : - call: plan(sequential) [11:06:20.548] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:20.548] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:20.549] | : . ' , ; ` assign_globals() ... [11:06:20.549] | : . ' , ; ` List of 5 [11:06:20.549] | : . ' , ; ` $ ...future.FUN :function (x) [11:06:20.549] | : . ' , ; ` $ future.call.arguments : list() [11:06:20.549] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:20.549] | : . ' , ; ` $ ...future.elements_ii :List of 2 [11:06:20.549] | : . ' , ; ` ..$ : int 1 [11:06:20.549] | : . ' , ; ` ..$ : int 0 [11:06:20.549] | : . ' , ; ` $ ...future.seeds_ii : NULL [11:06:20.549] | : . ' , ; ` $ ...future.globals.maxSize: NULL [11:06:20.549] | : . ' , ; ` - attr(*, "where")=List of 5 [11:06:20.549] | : . ' , ; ` ..$ ...future.FUN : [11:06:20.549] | : . ' , ; ` ..$ future.call.arguments : [11:06:20.549] | : . ' , ; ` ..$ ...future.elements_ii : [11:06:20.549] | : . ' , ; ` ..$ ...future.seeds_ii : [11:06:20.549] | : . ' , ; ` ..$ ...future.globals.maxSize: [11:06:20.549] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [11:06:20.549] | : . ' , ; ` - attr(*, "total_size")= num 6008 [11:06:20.549] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:20.549] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [11:06:20.555] | : . ' , ; ` - copied '...future.FUN' to environment [11:06:20.555] | : . ' , ; ` - copied 'future.call.arguments' to environment [11:06:20.556] | : . ' , ; ` - copied '...future.elements_ii' to environment [11:06:20.556] | : . ' , ; ` - copied '...future.seeds_ii' to environment [11:06:20.556] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [11:06:20.556] | : . ' , ; ` assign_globals() ... done [11:06:21.060] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:21.061] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:21.061] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:21.061] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [11:06:21.061] | : . ' , ; ` | : . ' New stack: [11:06:21.061] | : . ' , ; ` | : . ' List of 1 [11:06:21.061] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:21.061] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.061] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:21.061] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.061] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.061] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.061] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:21.061] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:21.061] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.061] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.061] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:21.067] | : . ' , ; ` | : . ' Old stack: [11:06:21.068] | : . ' , ; ` | : . ' List of 1 [11:06:21.068] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:21.068] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.068] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:21.068] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.068] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.068] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.068] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:21.068] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:21.068] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.068] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.068] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:21.071] | : . ' , ; ` | : . ' Identical [11:06:21.072] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [11:06:21.072] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:21.072] | : . ' , ; ` | : . List of future strategies: [11:06:21.072] | : . ' , ; ` | : . 1. sequential: [11:06:21.072] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [11:06:21.072] | : . ' , ; ` | : . - tweaked: FALSE [11:06:21.072] | : . ' , ; ` | : . - call: plan(sequential) [11:06:21.073] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:21.073] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:21.073] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:21.074] | : . ' , ; ` SequentialFuture started (and completed) [11:06:21.074] | : . ' , ; ` signalConditions() ... [11:06:21.074] | : . ' , ; ` | include = 'immediateCondition' [11:06:21.074] | : . ' , ; ` | exclude = [11:06:21.074] | : . ' , ; ` | resignal = FALSE [11:06:21.075] | : . ' , ; ` | Number of conditions: 6 [11:06:21.075] | : . ' , ; ` | int 6 [11:06:21.075] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.075] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.076] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.076] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.076] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.076] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.076] | : . ' , ; ` | Drop signaled conditions: 0 [11:06:21.077] | : . ' , ; ` signalConditions() ... done [11:06:21.077] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [11:06:21.077] | : . ' , Launching futures ... done [11:06:21.077] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:21.077] | : . ' Using SequentialFutureBackend ... done [11:06:21.077] | : . run() for 'Future' ('future_lapply-1') ... done [11:06:21.078] | : future(..., label = 'future_lapply-1') ... done [11:06:21.078] | : Created future: [11:06:21.078] | : SequentialFuture: [11:06:21.078] | : Label: 'future_lapply-1' [11:06:21.078] | : Expression: [11:06:21.078] | : { [11:06:21.078] | : "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:21.078] | : "# expression in do.call(), because function called uses '...' " [11:06:21.078] | : "# as a global variable " [11:06:21.078] | : do.call(function(...) { [11:06:21.078] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:21.078] | : "# without having an '...' argument. This means '...' is treated" [11:06:21.078] | : "# as a global variable. This may happen when FUN() is an " [11:06:21.078] | : "# anonymous function. " [11:06:21.078] | : "# " [11:06:21.078] | : "# If an anonymous function, we will make sure to restore the " [11:06:21.078] | : "# function environment of FUN() to the calling environment. " [11:06:21.078] | : "# We assume FUN() an anonymous function if it lives in the " [11:06:21.078] | : "# global environment, which is where globals are written. " [11:06:21.078] | : penv <- env <- environment(...future.FUN) [11:06:21.078] | : repeat { [11:06:21.078] | : if (identical(env, globalenv()) || identical(env, [11:06:21.078] | : emptyenv())) [11:06:21.078] | : break [11:06:21.078] | : penv <- env [11:06:21.078] | : env <- parent.env(env) [11:06:21.078] | : } [11:06:21.078] | : if (identical(penv, globalenv())) { [11:06:21.078] | : environment(...future.FUN) <- environment() [11:06:21.078] | : } [11:06:21.078] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:21.078] | : !isNamespace(penv)) { [11:06:21.078] | : parent.env(penv) <- environment() [11:06:21.078] | : } [11:06:21.078] | : rm(list = c("env", "penv"), inherits = FALSE) [11:06:21.078] | : { [11:06:21.078] | : "# future.apply:::future_xapply(): preserve future option" [11:06:21.078] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:21.078] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:21.078] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:21.078] | : on.exit(options(oopts), add = TRUE) [11:06:21.078] | : } [11:06:21.078] | : { [11:06:21.078] | : "# future.apply::future_lapply(): process chunk of elements" [11:06:21.078] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:21.078] | : ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:21.078] | : { [11:06:21.078] | : ...future.FUN(...future.X_jj, ...) [11:06:21.078] | : } [11:06:21.078] | : }) [11:06:21.078] | : } [11:06:21.078] | : } [11:06:21.078] | : }, args = future.call.arguments) [11:06:21.078] | : } [11:06:21.078] | : Globals: 5 objects totaling 6.13 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 55 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:21.078] | : Packages: [11:06:21.078] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:21.078] | : Capture standard output: NA [11:06:21.078] | : Capture condition classes: 'condition' (excluding '') [11:06:21.078] | : Immediate condition classes: 'immediateCondition' [11:06:21.078] | : Lazy evaluation: FALSE [11:06:21.078] | : Local evaluation: TRUE [11:06:21.078] | : Early signaling: FALSE [11:06:21.078] | : Actions: [n=1] 'run' [11:06:21.078] | : State: 'finished' ("Future was resolved successfully") [11:06:21.078] | : Resolved: TRUE [11:06:21.078] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-3 [11:06:21.078] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:21.078] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:21.078] | : Value: 55 bytes of class 'list' [11:06:21.078] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [11:06:21.078] | : Duration: 0.5302939 secs (started 2026-02-20 11:06:20.529717) [11:06:21.078] | : Worker process: a4406347f719c72d2a60772f8d7cc792 [11:06:21.080] | : Chunk #1 of 1 ... DONE [11:06:21.080] | : Launching 1 futures (chunks) ... DONE [11:06:21.080] | : Resolving 1 futures (chunks) ... [11:06:21.081] | : value() for list ... [11:06:21.081] | : . recursive: 0 [11:06:21.081] | : . reduce: FALSE [11:06:21.081] | : . length: 1 [11:06:21.081] | : . Number of remaining objects: 1 [11:06:21.082] | : . checking value #1: [11:06:21.082] | : . 'obj' is SequentialFuture [11:06:21.082] | : . resolved() ... [11:06:21.082] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... [11:06:21.082] | : . ' , state: 'finished' [11:06:21.082] | : . ' , run: NULL [11:06:21.083] | : . ' , result: 'FutureResult' [11:06:21.083] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... done [11:06:21.083] | : . resolved() ... done [11:06:21.083] | : . SequentialFuture #1 [11:06:21.083] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:21.084] | : . ' nx: 1 [11:06:21.084] | : . ' relay: TRUE [11:06:21.084] | : . ' stdout: TRUE [11:06:21.084] | : . ' signal: TRUE [11:06:21.084] | : . ' resignal: FALSE [11:06:21.084] | : . ' force: TRUE [11:06:21.084] | : . ' relayed: [n=1] FALSE [11:06:21.085] | : . ' queued futures: [n=1] FALSE [11:06:21.085] | : . ' until=1 [11:06:21.085] | : . ' relaying element #1 [11:06:21.085] | : . ' value() for SequentialFuture ('future_lapply-1') ... [11:06:21.085] | : . ' , signalConditions() ... [11:06:21.086] | : . ' , ; include = 'immediateCondition' [11:06:21.086] | : . ' , ; exclude = [11:06:21.086] | : . ' , ; resignal = FALSE [11:06:21.086] | : . ' , ; Number of conditions: 6 [11:06:21.086] | : . ' , ; int 6 [11:06:21.087] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.087] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.087] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.087] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.087] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.088] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.088] | : . ' , ; Drop signaled conditions: 0 [11:06:21.088] | : . ' , signalConditions() ... done [11:06:21.088] | : . ' , relay stdout ... [11:06:21.088] | : . ' , relay stdout ... done [11:06:21.088] | : . ' , check for misuse ... [11:06:21.089] | : . ' , check for misuse ... done [11:06:21.089] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [11:06:21.089] | : . ' signalConditions() ... [11:06:21.089] | : . ' , include = 'immediateCondition' [11:06:21.089] | : . ' , exclude = [11:06:21.090] | : . ' , resignal = FALSE [11:06:21.090] | : . ' , Number of conditions: 6 [11:06:21.090] | : . ' , int 6 [11:06:21.090] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.091] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.091] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.091] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.091] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.091] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.091] | : . ' , Drop signaled conditions: 0 [11:06:21.092] | : . ' signalConditions() ... done [11:06:21.092] | : . ' signalConditions() ... [11:06:21.092] | : . ' , include = 'condition' [11:06:21.092] | : . ' , exclude = 'error', 'immediateCondition' [11:06:21.092] | : . ' , resignal = TRUE [11:06:21.092] | : . ' , Number of conditions: 6 [11:06:21.093] | : . ' , int 6 [11:06:21.093] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.093] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [11:06:20.529] | : . ' , ; ` attachPackages() ... [11:06:21.094] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.094] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [11:06:20.529] | : . ' , ; ` | packages: [n=1] 'future' [11:06:21.094] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.094] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [11:06:20.530] | : . ' , ; ` attachPackages() ... done [11:06:21.094] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.094] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [11:06:20.530] | : . ' , ; ` attachPackages() ... [11:06:21.095] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.095] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [11:06:20.530] | : . ' , ; ` | packages: [n=0] [11:06:21.095] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.095] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [11:06:20.530] | : . ' , ; ` attachPackages() ... done [11:06:21.095] | : . ' , Drop signaled conditions: 6 [11:06:21.096] | : . ' signalConditions() ... done [11:06:21.096] | : . ' relayed: [n=1] TRUE [11:06:21.096] | : . ' queued futures: [n=1] TRUE [11:06:21.096] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:21.096] | : . value(, ...) ... [11:06:21.096] | : . value(, ...) ... done [11:06:21.097] | : . value() for SequentialFuture ('future_lapply-1') ... [11:06:21.097] | : . ' signalConditions() ... [11:06:21.097] | : . ' , include = 'immediateCondition' [11:06:21.097] | : . ' , exclude = [11:06:21.097] | : . ' , resignal = FALSE [11:06:21.098] | : . ' , Number of conditions: 0 [11:06:21.098] | : . ' , int 0 [11:06:21.098] | : . ' signalConditions() ... done [11:06:21.098] | : . ' check for misuse ... [11:06:21.099] | : . ' check for misuse ... done [11:06:21.099] | : . value() for SequentialFuture ('future_lapply-1') ... done [11:06:21.099] | : . value: [11:06:21.099] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:21.099] | : . ' nx: 1 [11:06:21.099] | : . ' relay: TRUE [11:06:21.100] | : . ' stdout: TRUE [11:06:21.100] | : . ' signal: TRUE [11:06:21.100] | : . ' resignal: FALSE [11:06:21.100] | : . ' force: TRUE [11:06:21.100] | : . ' relayed: [n=1] TRUE [11:06:21.100] | : . ' queued futures: [n=1] TRUE [11:06:21.101] | : . ' until=1 [11:06:21.101] | : . ' relayed: [n=1] TRUE [11:06:21.101] | : . ' queued futures: [n=1] TRUE [11:06:21.101] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:21.101] | : . resolve() for SequentialFuture ... [11:06:21.101] | : . resolve() for SequentialFuture ... done [11:06:21.102] | : . length: 0 (resolved future 1) [11:06:21.102] | : value() for list ... done [11:06:21.102] | : Relaying remaining futures ... [11:06:21.102] | : . signalConditionsASAP(NULL, pos=0) ... [11:06:21.102] | : . ' nx: 1 [11:06:21.102] | : . ' relay: TRUE [11:06:21.103] | : . ' stdout: TRUE [11:06:21.103] | : . ' signal: TRUE [11:06:21.103] | : . ' resignal: FALSE [11:06:21.103] | : . ' force: TRUE [11:06:21.103] | : . ' relayed: [n=1] TRUE [11:06:21.103] | : . ' queued futures: [n=1] TRUE - flush all [11:06:21.104] | : . ' relayed: [n=1] TRUE [11:06:21.104] | : . ' queued futures: [n=1] TRUE [11:06:21.104] | : . signalConditionsASAP(NULL, pos=0) ... done [11:06:21.104] | : Relaying remaining futures ... done [11:06:21.104] | future_lapply() -> future_xapply() ... done [11:06:21.104] | - Number of value chunks collected: 1 [11:06:21.105] | Resolving 1 futures (chunks) ... DONE [11:06:21.105] | Reducing values from 1 chunks ... [11:06:21.105] | - Number of values collected after concatenation: 2 [11:06:21.105] | - Number of values expected: 2 [11:06:21.105] | Reducing values from 1 chunks ... DONE [11:06:21.105] future_lapply() ... done * future_lapply(x, ..., future.stdout = NA) ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... [11:06:21.106] future_mapply() ... [11:06:21.106] | future_mapply() -> future_xapply() ... [11:06:21.106] | : nbrOfWorkers(NULL) ... [11:06:21.107] | : . List of 4 [11:06:21.107] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:21.107] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:21.107] | : . $ : language nbrOfWorkers() [11:06:21.107] | : . $ : language nbrOfWorkers.NULL() [11:06:21.109] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:21.109] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:21.109] | : . Number of workers: 1 [11:06:21.109] | : nbrOfWorkers(NULL) ... done [11:06:21.109] | : Number of chunks: 1 [11:06:21.109] | : getGlobalsAndPackagesXApply() ... [11:06:21.110] | : . future.globals: TRUE [11:06:21.110] | : . getGlobalsAndPackages() ... [11:06:21.110] | : . ' Searching for globals ... [11:06:21.122] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [11:06:21.122] | : . ' Searching for globals ... done [11:06:21.123] | : . ' Resolving globals: FALSE [11:06:21.123] | : . ' Search for packages associated with the globals ... [11:06:21.123] | : . ' , Packages associated with globals: [1] 'base' [11:06:21.124] | : . ' , Packages: [1] 'base' [11:06:21.124] | : . ' Search for packages associated with the globals ... done [11:06:21.124] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [11:06:21.124] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [11:06:21.125] | : . ' Packages after dropping 'base': [0] [11:06:21.125] | : . ' globals: [1] 'FUN' [11:06:21.125] | : . ' packages: [0] [11:06:21.125] | : . getGlobalsAndPackages() ... done [11:06:21.125] | : . globals found/used: [n=1] 'FUN' [11:06:21.126] | : . needed namespaces: [n=0] [11:06:21.126] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [11:06:21.126] | : . List of 2 [11:06:21.126] | : . $ ...future.FUN:function (x, y) [11:06:21.126] | : . $ MoreArgs : NULL [11:06:21.126] | : . - attr(*, "where")=List of 2 [11:06:21.126] | : . ..$ ...future.FUN: [11:06:21.126] | : . ..$ MoreArgs : [11:06:21.126] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:21.126] | : . - attr(*, "resolved")= logi FALSE [11:06:21.126] | : . - attr(*, "total_size")= num NA [11:06:21.129] | : . Packages to be attached in all futures: [n=0] [11:06:21.129] | : getGlobalsAndPackagesXApply() ... done [11:06:21.130] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:21.130] | : List of 5 [11:06:21.130] | : $ ...future.FUN :function (x, y) [11:06:21.130] | : $ MoreArgs : NULL [11:06:21.130] | : $ ...future.elements_ii : NULL [11:06:21.130] | : $ ...future.seeds_ii : NULL [11:06:21.130] | : $ ...future.globals.maxSize: NULL [11:06:21.130] | : - attr(*, "where")=List of 5 [11:06:21.130] | : ..$ ...future.FUN : [11:06:21.130] | : ..$ MoreArgs : [11:06:21.130] | : ..$ ...future.elements_ii : [11:06:21.130] | : ..$ ...future.seeds_ii : [11:06:21.130] | : ..$ ...future.globals.maxSize: [11:06:21.130] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:21.130] | : - attr(*, "resolved")= logi FALSE [11:06:21.130] | : - attr(*, "total_size")= num NA [11:06:21.135] | : Number of futures (= number of chunks): 1 [11:06:21.135] | : Launching 1 futures (chunks) ... [11:06:21.135] | : Chunk #1 of 1 ... [11:06:21.135] | : - Finding globals in '...' for chunk #1 ... [11:06:21.135] | : getGlobalsAndPackages() ... [11:06:21.136] | : . Searching for globals ... [11:06:21.136] | : . ' globals found: [0] [11:06:21.137] | : . Searching for globals ... done [11:06:21.137] | : . globals: [0] [11:06:21.137] | : . packages: [0] [11:06:21.137] | : getGlobalsAndPackages() ... done [11:06:21.137] | : + additional globals found: [n=0] [11:06:21.137] | : + additional namespaces needed: [n=0] [11:06:21.138] | : - Finding globals in '...' for chunk #1 ... DONE [11:06:21.138] | : - seeds: [11:06:21.138] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:21.138] | : future(..., label = 'future_mapply-1') ... [11:06:21.138] | : . lazy: FALSE [11:06:21.138] | : . stdout: FALSE [11:06:21.139] | : . conditions: [n=1] 'condition' [11:06:21.139] | : . getGlobalsAndPackages() ... [11:06:21.139] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:21.139] | : . ' Resolving globals: FALSE [11:06:21.139] | : . ' Search for packages associated with the globals ... [11:06:21.140] | : . ' , Packages associated with globals: [0] [11:06:21.140] | : . ' , Packages: [0] [11:06:21.140] | : . ' Search for packages associated with the globals ... done [11:06:21.140] | : . ' Packages after dropping 'base': [0] [11:06:21.141] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:21.141] | : . ' packages: [0] [11:06:21.141] | : . getGlobalsAndPackages() ... done [11:06:21.141] | : . run() for 'Future' ('future_mapply-1') ... [11:06:21.141] | : . ' state: 'created' [11:06:21.142] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:21.142] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:21.142] | : . ' Using SequentialFutureBackend ... [11:06:21.142] | : . ' , Number of futures since start: 3 (3 created, 3 launched, 3 finished) [11:06:21.142] | : . ' , Launching futures ... [11:06:21.143] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [11:06:21.143] | : . ' , ; ` getFutureData() ... [11:06:21.143] | : . ' , ; ` | getFutureCore() ... [11:06:21.143] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [11:06:21.143] | : . ' , ; ` | getFutureCore() ... done [11:06:21.144] | : . ' , ; ` | getFutureCapture() ... [11:06:21.144] | : . ' , ; ` | getFutureCapture() ... done [11:06:21.144] | : . ' , ; ` | getFutureContext() ... [11:06:21.144] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:21.144] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [11:06:21.145] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:21.145] | : . ' , ; ` | : Packages needed by future backend (n = 0): [11:06:21.145] | : . ' , ; ` | getFutureContext() ... done [11:06:21.145] | : . ' , ; ` getFutureData() ... done [11:06:21.147] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:21.147] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [11:06:21.148] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:21.148] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:21.148] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:21.148] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [11:06:21.148] | : . ' , ; ` | : . New stack: [11:06:21.149] | : . ' , ; ` | : . List of 1 [11:06:21.149] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:21.149] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.149] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [11:06:21.149] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.149] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.149] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.149] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:21.149] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:21.152] | : . ' , ; ` | : . Old stack: [11:06:21.152] | : . ' , ; ` | : . List of 1 [11:06:21.152] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:21.152] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.152] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [11:06:21.152] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.152] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.152] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.152] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [11:06:21.152] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:21.152] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.152] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.152] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:21.156] | : . ' , ; ` | : . Not identical [11:06:21.156] | : . ' , ; ` | : . all.equal() for future ... [11:06:21.156] | : . ' , ; ` | : . ' List of 2 [11:06:21.156] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.156] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:21.156] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.156] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:21.156] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:21.156] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.156] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.165] | : . ' , ; ` | : . all.equal() for future ... done [11:06:21.165] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [11:06:21.166] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:21.166] | : . ' , ; ` | : List of future strategies: [11:06:21.166] | : . ' , ; ` | : 1. sequential: [11:06:21.166] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [11:06:21.166] | : . ' , ; ` | : - tweaked: FALSE [11:06:21.166] | : . ' , ; ` | : - call: plan(sequential) [11:06:21.166] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:21.166] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:21.167] | : . ' , ; ` assign_globals() ... [11:06:21.167] | : . ' , ; ` List of 5 [11:06:21.167] | : . ' , ; ` $ ...future.FUN :function (x, y) [11:06:21.167] | : . ' , ; ` $ MoreArgs : NULL [11:06:21.167] | : . ' , ; ` $ ...future.elements_ii :List of 2 [11:06:21.167] | : . ' , ; ` ..$ :List of 2 [11:06:21.167] | : . ' , ; ` .. ..$ : int 1 [11:06:21.167] | : . ' , ; ` .. ..$ : int 0 [11:06:21.167] | : . ' , ; ` ..$ :List of 2 [11:06:21.167] | : . ' , ; ` .. ..$ : int 0 [11:06:21.167] | : . ' , ; ` .. ..$ : int 1 [11:06:21.167] | : . ' , ; ` $ ...future.seeds_ii : NULL [11:06:21.167] | : . ' , ; ` $ ...future.globals.maxSize: NULL [11:06:21.167] | : . ' , ; ` - attr(*, "where")=List of 5 [11:06:21.167] | : . ' , ; ` ..$ ...future.FUN : [11:06:21.167] | : . ' , ; ` ..$ MoreArgs : [11:06:21.167] | : . ' , ; ` ..$ ...future.elements_ii : [11:06:21.167] | : . ' , ; ` ..$ ...future.seeds_ii : [11:06:21.167] | : . ' , ; ` ..$ ...future.globals.maxSize: [11:06:21.167] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [11:06:21.167] | : . ' , ; ` - attr(*, "total_size")= num NA [11:06:21.167] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:21.167] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [11:06:21.174] | : . ' , ; ` - copied '...future.FUN' to environment [11:06:21.174] | : . ' , ; ` - copied 'MoreArgs' to environment [11:06:21.175] | : . ' , ; ` - copied '...future.elements_ii' to environment [11:06:21.175] | : . ' , ; ` - copied '...future.seeds_ii' to environment [11:06:21.175] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [11:06:21.175] | : . ' , ; ` assign_globals() ... done [11:06:21.690] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:21.690] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:21.691] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:21.691] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [11:06:21.691] | : . ' , ; ` | : . ' New stack: [11:06:21.692] | : . ' , ; ` | : . ' List of 1 [11:06:21.692] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:21.692] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.692] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:21.692] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.692] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.692] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.692] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:21.692] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:21.692] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.692] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.692] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:21.698] | : . ' , ; ` | : . ' Old stack: [11:06:21.698] | : . ' , ; ` | : . ' List of 1 [11:06:21.698] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:21.698] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.698] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:21.698] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.698] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.698] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.698] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:21.698] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:21.698] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.698] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.698] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:21.703] | : . ' , ; ` | : . ' Identical [11:06:21.703] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [11:06:21.703] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:21.703] | : . ' , ; ` | : . List of future strategies: [11:06:21.703] | : . ' , ; ` | : . 1. sequential: [11:06:21.703] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [11:06:21.703] | : . ' , ; ` | : . - tweaked: FALSE [11:06:21.703] | : . ' , ; ` | : . - call: plan(sequential) [11:06:21.704] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:21.704] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:21.705] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:21.705] | : . ' , ; ` SequentialFuture started (and completed) [11:06:21.706] | : . ' , ; ` signalConditions() ... [11:06:21.706] | : . ' , ; ` | include = 'immediateCondition' [11:06:21.706] | : . ' , ; ` | exclude = [11:06:21.706] | : . ' , ; ` | resignal = FALSE [11:06:21.706] | : . ' , ; ` | Number of conditions: 6 [11:06:21.707] | : . ' , ; ` | int 6 [11:06:21.707] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.707] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.708] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.708] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.708] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.708] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.708] | : . ' , ; ` | Drop signaled conditions: 0 [11:06:21.709] | : . ' , ; ` signalConditions() ... done [11:06:21.709] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [11:06:21.709] | : . ' , Launching futures ... done [11:06:21.709] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:21.709] | : . ' Using SequentialFutureBackend ... done [11:06:21.710] | : . run() for 'Future' ('future_mapply-1') ... done [11:06:21.710] | : future(..., label = 'future_mapply-1') ... done [11:06:21.710] | : Created future: [11:06:21.710] | : SequentialFuture: [11:06:21.710] | : Label: 'future_mapply-1' [11:06:21.710] | : Expression: [11:06:21.710] | : { [11:06:21.710] | : "# future.apply:::future_xapply(): preserve future option" [11:06:21.710] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:21.710] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:21.710] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:21.710] | : on.exit(options(oopts), add = TRUE) [11:06:21.710] | : } [11:06:21.710] | : { [11:06:21.710] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [11:06:21.710] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [11:06:21.710] | : do.call(mapply, args = args) [11:06:21.710] | : } [11:06:21.710] | : } [11:06:21.710] | : Globals: 5 objects totaling 6.51 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 95 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:21.710] | : Packages: [11:06:21.710] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:21.710] | : Capture standard output: FALSE [11:06:21.710] | : Capture condition classes: 'condition' (excluding '') [11:06:21.710] | : Immediate condition classes: 'immediateCondition' [11:06:21.710] | : Lazy evaluation: FALSE [11:06:21.710] | : Local evaluation: TRUE [11:06:21.710] | : Early signaling: FALSE [11:06:21.710] | : Actions: [n=1] 'run' [11:06:21.710] | : State: 'finished' ("Future was resolved successfully") [11:06:21.710] | : Resolved: TRUE [11:06:21.710] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-4 [11:06:21.710] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:21.710] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:21.710] | : Value: 184 bytes of class 'list' [11:06:21.710] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [11:06:21.710] | : Duration: 0.5424149 secs (started 2026-02-20 11:06:21.145854) [11:06:21.710] | : Worker process: a4406347f719c72d2a60772f8d7cc792 [11:06:21.712] | : Chunk #1 of 1 ... DONE [11:06:21.713] | : Launching 1 futures (chunks) ... DONE [11:06:21.713] | : Resolving 1 futures (chunks) ... [11:06:21.713] | : value() for list ... [11:06:21.713] | : . recursive: 0 [11:06:21.713] | : . reduce: FALSE [11:06:21.714] | : . length: 1 [11:06:21.714] | : . Number of remaining objects: 1 [11:06:21.714] | : . checking value #1: [11:06:21.714] | : . 'obj' is SequentialFuture [11:06:21.715] | : . resolved() ... [11:06:21.715] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... [11:06:21.715] | : . ' , state: 'finished' [11:06:21.715] | : . ' , run: NULL [11:06:21.715] | : . ' , result: 'FutureResult' [11:06:21.716] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... done [11:06:21.716] | : . resolved() ... done [11:06:21.716] | : . SequentialFuture #1 [11:06:21.716] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:21.716] | : . ' nx: 1 [11:06:21.716] | : . ' relay: TRUE [11:06:21.717] | : . ' stdout: TRUE [11:06:21.717] | : . ' signal: TRUE [11:06:21.717] | : . ' resignal: FALSE [11:06:21.717] | : . ' force: TRUE [11:06:21.717] | : . ' relayed: [n=1] FALSE [11:06:21.717] | : . ' queued futures: [n=1] FALSE [11:06:21.718] | : . ' until=1 [11:06:21.718] | : . ' relaying element #1 [11:06:21.718] | : . ' value() for SequentialFuture ('future_mapply-1') ... [11:06:21.718] | : . ' , signalConditions() ... [11:06:21.719] | : . ' , ; include = 'immediateCondition' [11:06:21.719] | : . ' , ; exclude = [11:06:21.719] | : . ' , ; resignal = FALSE [11:06:21.719] | : . ' , ; Number of conditions: 6 [11:06:21.719] | : . ' , ; int 6 [11:06:21.720] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.720] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.720] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.720] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.721] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.721] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.721] | : . ' , ; Drop signaled conditions: 0 [11:06:21.721] | : . ' , signalConditions() ... done [11:06:21.721] | : . ' , relay stdout ... [11:06:21.722] | : . ' , relay stdout ... done [11:06:21.722] | : . ' , check for misuse ... [11:06:21.722] | : . ' , check for misuse ... done [11:06:21.722] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [11:06:21.722] | : . ' signalConditions() ... [11:06:21.723] | : . ' , include = 'immediateCondition' [11:06:21.723] | : . ' , exclude = [11:06:21.723] | : . ' , resignal = FALSE [11:06:21.723] | : . ' , Number of conditions: 6 [11:06:21.723] | : . ' , int 6 [11:06:21.724] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.724] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.724] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.724] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.725] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.725] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.725] | : . ' , Drop signaled conditions: 0 [11:06:21.725] | : . ' signalConditions() ... done [11:06:21.725] | : . ' signalConditions() ... [11:06:21.726] | : . ' , include = 'condition' [11:06:21.726] | : . ' , exclude = 'error', 'immediateCondition' [11:06:21.726] | : . ' , resignal = TRUE [11:06:21.726] | : . ' , Number of conditions: 6 [11:06:21.726] | : . ' , int 6 [11:06:21.727] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.727] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [11:06:21.145] | : . ' , ; ` attachPackages() ... [11:06:21.727] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.728] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [11:06:21.146] | : . ' , ; ` | packages: [n=1] 'future' [11:06:21.728] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.728] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [11:06:21.146] | : . ' , ; ` attachPackages() ... done [11:06:21.728] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.728] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [11:06:21.146] | : . ' , ; ` attachPackages() ... [11:06:21.729] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.729] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [11:06:21.146] | : . ' , ; ` | packages: [n=0] [11:06:21.729] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:21.729] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [11:06:21.147] | : . ' , ; ` attachPackages() ... done [11:06:21.730] | : . ' , Drop signaled conditions: 6 [11:06:21.730] | : . ' signalConditions() ... done [11:06:21.730] | : . ' relayed: [n=1] TRUE [11:06:21.730] | : . ' queued futures: [n=1] TRUE [11:06:21.730] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:21.731] | : . value(, ...) ... [11:06:21.731] | : . value(, ...) ... done [11:06:21.731] | : . value() for SequentialFuture ('future_mapply-1') ... [11:06:21.731] | : . ' signalConditions() ... [11:06:21.731] | : . ' , include = 'immediateCondition' [11:06:21.732] | : . ' , exclude = [11:06:21.732] | : . ' , resignal = FALSE [11:06:21.732] | : . ' , Number of conditions: 0 [11:06:21.732] | : . ' , int 0 [11:06:21.733] | : . ' signalConditions() ... done [11:06:21.733] | : . ' check for misuse ... [11:06:21.733] | : . ' check for misuse ... done [11:06:21.733] | : . value() for SequentialFuture ('future_mapply-1') ... done [11:06:21.733] | : . value: [11:06:21.734] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:21.734] | : . ' nx: 1 [11:06:21.734] | : . ' relay: TRUE [11:06:21.734] | : . ' stdout: TRUE [11:06:21.735] | : . ' signal: TRUE [11:06:21.735] | : . ' resignal: FALSE [11:06:21.735] | : . ' force: TRUE [11:06:21.735] | : . ' relayed: [n=1] TRUE [11:06:21.735] | : . ' queued futures: [n=1] TRUE [11:06:21.736] | : . ' until=1 [11:06:21.736] | : . ' relayed: [n=1] TRUE [11:06:21.736] | : . ' queued futures: [n=1] TRUE [11:06:21.736] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:21.736] | : . resolve() for SequentialFuture ... [11:06:21.737] | : . resolve() for SequentialFuture ... done [11:06:21.737] | : . length: 0 (resolved future 1) [11:06:21.737] | : value() for list ... done [11:06:21.737] | : Relaying remaining futures ... [11:06:21.737] | : . signalConditionsASAP(NULL, pos=0) ... [11:06:21.738] | : . ' nx: 1 [11:06:21.738] | : . ' relay: TRUE [11:06:21.738] | : . ' stdout: TRUE [11:06:21.738] | : . ' signal: TRUE [11:06:21.738] | : . ' resignal: FALSE [11:06:21.738] | : . ' force: TRUE [11:06:21.739] | : . ' relayed: [n=1] TRUE [11:06:21.739] | : . ' queued futures: [n=1] TRUE - flush all [11:06:21.739] | : . ' relayed: [n=1] TRUE [11:06:21.739] | : . ' queued futures: [n=1] TRUE [11:06:21.739] | : . signalConditionsASAP(NULL, pos=0) ... done [11:06:21.740] | : Relaying remaining futures ... done [11:06:21.740] | future_mapply() -> future_xapply() ... done [11:06:21.740] | - Number of value chunks collected: 1 [11:06:21.740] | Resolving 1 futures (chunks) ... DONE [11:06:21.740] | Reducing values from 1 chunks ... [11:06:21.741] | - Number of values collected after concatenation: 2 [11:06:21.741] | - Number of values expected: 2 [11:06:21.741] | Reducing values from 1 chunks ... DONE [11:06:21.741] future_mapply() ... done * future_mapply(x, ..., future.stdout = FALSE) ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... [11:06:21.742] future_mapply() ... [11:06:21.742] | future_mapply() -> future_xapply() ... [11:06:21.742] | : nbrOfWorkers(NULL) ... [11:06:21.743] | : . List of 4 [11:06:21.743] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:21.743] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:21.743] | : . $ : language nbrOfWorkers() [11:06:21.743] | : . $ : language nbrOfWorkers.NULL() [11:06:21.745] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:21.745] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:21.745] | : . Number of workers: 1 [11:06:21.746] | : nbrOfWorkers(NULL) ... done [11:06:21.746] | : Number of chunks: 1 [11:06:21.746] | : getGlobalsAndPackagesXApply() ... [11:06:21.746] | : . future.globals: TRUE [11:06:21.746] | : . getGlobalsAndPackages() ... [11:06:21.747] | : . ' Searching for globals ... [11:06:21.762] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [11:06:21.762] | : . ' Searching for globals ... done [11:06:21.762] | : . ' Resolving globals: FALSE [11:06:21.762] | : . ' Search for packages associated with the globals ... [11:06:21.763] | : . ' , Packages associated with globals: [1] 'base' [11:06:21.763] | : . ' , Packages: [1] 'base' [11:06:21.763] | : . ' Search for packages associated with the globals ... done [11:06:21.764] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [11:06:21.764] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [11:06:21.764] | : . ' Packages after dropping 'base': [0] [11:06:21.765] | : . ' globals: [1] 'FUN' [11:06:21.765] | : . ' packages: [0] [11:06:21.765] | : . getGlobalsAndPackages() ... done [11:06:21.765] | : . globals found/used: [n=1] 'FUN' [11:06:21.766] | : . needed namespaces: [n=0] [11:06:21.766] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [11:06:21.766] | : . List of 2 [11:06:21.766] | : . $ ...future.FUN:function (x, y) [11:06:21.766] | : . $ MoreArgs : NULL [11:06:21.766] | : . - attr(*, "where")=List of 2 [11:06:21.766] | : . ..$ ...future.FUN: [11:06:21.766] | : . ..$ MoreArgs : [11:06:21.766] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:21.766] | : . - attr(*, "resolved")= logi FALSE [11:06:21.766] | : . - attr(*, "total_size")= num NA [11:06:21.770] | : . Packages to be attached in all futures: [n=0] [11:06:21.770] | : getGlobalsAndPackagesXApply() ... done [11:06:21.770] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:21.771] | : List of 5 [11:06:21.771] | : $ ...future.FUN :function (x, y) [11:06:21.771] | : $ MoreArgs : NULL [11:06:21.771] | : $ ...future.elements_ii : NULL [11:06:21.771] | : $ ...future.seeds_ii : NULL [11:06:21.771] | : $ ...future.globals.maxSize: NULL [11:06:21.771] | : - attr(*, "where")=List of 5 [11:06:21.771] | : ..$ ...future.FUN : [11:06:21.771] | : ..$ MoreArgs : [11:06:21.771] | : ..$ ...future.elements_ii : [11:06:21.771] | : ..$ ...future.seeds_ii : [11:06:21.771] | : ..$ ...future.globals.maxSize: [11:06:21.771] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:21.771] | : - attr(*, "resolved")= logi FALSE [11:06:21.771] | : - attr(*, "total_size")= num NA [11:06:21.776] | : Number of futures (= number of chunks): 1 [11:06:21.777] | : Launching 1 futures (chunks) ... [11:06:21.777] | : Chunk #1 of 1 ... [11:06:21.777] | : - Finding globals in '...' for chunk #1 ... [11:06:21.777] | : getGlobalsAndPackages() ... [11:06:21.778] | : . Searching for globals ... [11:06:21.779] | : . ' globals found: [0] [11:06:21.779] | : . Searching for globals ... done [11:06:21.779] | : . globals: [0] [11:06:21.779] | : . packages: [0] [11:06:21.779] | : getGlobalsAndPackages() ... done [11:06:21.780] | : + additional globals found: [n=0] [11:06:21.780] | : + additional namespaces needed: [n=0] [11:06:21.780] | : - Finding globals in '...' for chunk #1 ... DONE [11:06:21.780] | : - seeds: [11:06:21.780] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:21.781] | : future(..., label = 'future_mapply-1') ... [11:06:21.781] | : . lazy: FALSE [11:06:21.781] | : . stdout: TRUE [11:06:21.781] | : . conditions: [n=1] 'condition' [11:06:21.781] | : . getGlobalsAndPackages() ... [11:06:21.781] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:21.782] | : . ' Resolving globals: FALSE [11:06:21.782] | : . ' Search for packages associated with the globals ... [11:06:21.782] | : . ' , Packages associated with globals: [0] [11:06:21.783] | : . ' , Packages: [0] [11:06:21.783] | : . ' Search for packages associated with the globals ... done [11:06:21.783] | : . ' Packages after dropping 'base': [0] [11:06:21.783] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:21.784] | : . ' packages: [0] [11:06:21.784] | : . getGlobalsAndPackages() ... done [11:06:21.784] | : . run() for 'Future' ('future_mapply-1') ... [11:06:21.785] | : . ' state: 'created' [11:06:21.785] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:21.785] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:21.785] | : . ' Using SequentialFutureBackend ... [11:06:21.785] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [11:06:21.786] | : . ' , Launching futures ... [11:06:21.786] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [11:06:21.786] | : . ' , ; ` getFutureData() ... [11:06:21.791] | : . ' , ; ` | getFutureCore() ... [11:06:21.791] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [11:06:21.791] | : . ' , ; ` | getFutureCore() ... done [11:06:21.791] | : . ' , ; ` | getFutureCapture() ... [11:06:21.792] | : . ' , ; ` | getFutureCapture() ... done [11:06:21.792] | : . ' , ; ` | getFutureContext() ... [11:06:21.792] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:21.792] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [11:06:21.793] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:21.793] | : . ' , ; ` | : Packages needed by future backend (n = 0): [11:06:21.793] | : . ' , ; ` | getFutureContext() ... done [11:06:21.793] | : . ' , ; ` getFutureData() ... done [11:06:21.795] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:21.796] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [11:06:21.796] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:21.796] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:21.797] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:21.797] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [11:06:21.797] | : . ' , ; ` | : . New stack: [11:06:21.797] | : . ' , ; ` | : . List of 1 [11:06:21.797] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:21.797] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.797] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [11:06:21.797] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.797] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.797] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.797] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:21.797] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:21.801] | : . ' , ; ` | : . Old stack: [11:06:21.801] | : . ' , ; ` | : . List of 1 [11:06:21.801] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:21.801] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.801] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [11:06:21.801] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.801] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.801] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.801] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [11:06:21.801] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:21.801] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.801] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.801] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:21.806] | : . ' , ; ` | : . Not identical [11:06:21.806] | : . ' , ; ` | : . all.equal() for future ... [11:06:21.806] | : . ' , ; ` | : . ' List of 2 [11:06:21.806] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.806] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:21.806] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.806] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:21.806] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:21.806] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:21.806] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:21.814] | : . ' , ; ` | : . all.equal() for future ... done [11:06:21.815] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [11:06:21.815] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:21.815] | : . ' , ; ` | : List of future strategies: [11:06:21.815] | : . ' , ; ` | : 1. sequential: [11:06:21.815] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [11:06:21.815] | : . ' , ; ` | : - tweaked: FALSE [11:06:21.815] | : . ' , ; ` | : - call: plan(sequential) [11:06:21.816] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:21.816] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:21.816] | : . ' , ; ` assign_globals() ... [11:06:21.816] | : . ' , ; ` List of 5 [11:06:21.816] | : . ' , ; ` $ ...future.FUN :function (x, y) [11:06:21.816] | : . ' , ; ` $ MoreArgs : NULL [11:06:21.816] | : . ' , ; ` $ ...future.elements_ii :List of 2 [11:06:21.816] | : . ' , ; ` ..$ :List of 2 [11:06:21.816] | : . ' , ; ` .. ..$ : int 1 [11:06:21.816] | : . ' , ; ` .. ..$ : int 0 [11:06:21.816] | : . ' , ; ` ..$ :List of 2 [11:06:21.816] | : . ' , ; ` .. ..$ : int 0 [11:06:21.816] | : . ' , ; ` .. ..$ : int 1 [11:06:21.816] | : . ' , ; ` $ ...future.seeds_ii : NULL [11:06:21.816] | : . ' , ; ` $ ...future.globals.maxSize: NULL [11:06:21.816] | : . ' , ; ` - attr(*, "where")=List of 5 [11:06:21.816] | : . ' , ; ` ..$ ...future.FUN : [11:06:21.816] | : . ' , ; ` ..$ MoreArgs : [11:06:21.816] | : . ' , ; ` ..$ ...future.elements_ii : [11:06:21.816] | : . ' , ; ` ..$ ...future.seeds_ii : [11:06:21.816] | : . ' , ; ` ..$ ...future.globals.maxSize: [11:06:21.816] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [11:06:21.816] | : . ' , ; ` - attr(*, "total_size")= num NA [11:06:21.816] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:21.816] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [11:06:21.825] | : . ' , ; ` - copied '...future.FUN' to environment [11:06:21.825] | : . ' , ; ` - copied 'MoreArgs' to environment [11:06:21.825] | : . ' , ; ` - copied '...future.elements_ii' to environment [11:06:21.825] | : . ' , ; ` - copied '...future.seeds_ii' to environment [11:06:21.826] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [11:06:21.826] | : . ' , ; ` assign_globals() ... done [11:06:22.342] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:22.342] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:22.343] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:22.343] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [11:06:22.343] | : . ' , ; ` | : . ' New stack: [11:06:22.343] | : . ' , ; ` | : . ' List of 1 [11:06:22.343] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:22.343] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:22.343] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:22.343] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.343] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.343] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.343] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:22.343] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:22.343] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.343] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.343] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:22.348] | : . ' , ; ` | : . ' Old stack: [11:06:22.348] | : . ' , ; ` | : . ' List of 1 [11:06:22.348] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:22.348] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:22.348] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:22.348] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.348] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.348] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.348] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:22.348] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:22.348] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.348] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.348] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:22.352] | : . ' , ; ` | : . ' Identical [11:06:22.352] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [11:06:22.352] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:22.352] | : . ' , ; ` | : . List of future strategies: [11:06:22.352] | : . ' , ; ` | : . 1. sequential: [11:06:22.352] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [11:06:22.352] | : . ' , ; ` | : . - tweaked: FALSE [11:06:22.352] | : . ' , ; ` | : . - call: plan(sequential) [11:06:22.353] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:22.353] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:22.353] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:22.354] | : . ' , ; ` SequentialFuture started (and completed) [11:06:22.354] | : . ' , ; ` signalConditions() ... [11:06:22.355] | : . ' , ; ` | include = 'immediateCondition' [11:06:22.355] | : . ' , ; ` | exclude = [11:06:22.355] | : . ' , ; ` | resignal = FALSE [11:06:22.355] | : . ' , ; ` | Number of conditions: 6 [11:06:22.355] | : . ' , ; ` | int 6 [11:06:22.356] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.356] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.356] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.356] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.356] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.357] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.357] | : . ' , ; ` | Drop signaled conditions: 0 [11:06:22.357] | : . ' , ; ` signalConditions() ... done [11:06:22.357] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [11:06:22.357] | : . ' , Launching futures ... done [11:06:22.358] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:22.358] | : . ' Using SequentialFutureBackend ... done [11:06:22.358] | : . run() for 'Future' ('future_mapply-1') ... done [11:06:22.358] | : future(..., label = 'future_mapply-1') ... done [11:06:22.358] | : Created future: [11:06:22.358] | : SequentialFuture: [11:06:22.358] | : Label: 'future_mapply-1' [11:06:22.358] | : Expression: [11:06:22.358] | : { [11:06:22.358] | : "# future.apply:::future_xapply(): preserve future option" [11:06:22.358] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:22.358] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:22.358] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:22.358] | : on.exit(options(oopts), add = TRUE) [11:06:22.358] | : } [11:06:22.358] | : { [11:06:22.358] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [11:06:22.358] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [11:06:22.358] | : do.call(mapply, args = args) [11:06:22.358] | : } [11:06:22.358] | : } [11:06:22.358] | : Globals: 5 objects totaling 6.51 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 95 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:22.358] | : Packages: [11:06:22.358] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:22.358] | : Capture standard output: TRUE [11:06:22.358] | : Capture condition classes: 'condition' (excluding '') [11:06:22.358] | : Immediate condition classes: 'immediateCondition' [11:06:22.358] | : Lazy evaluation: FALSE [11:06:22.358] | : Local evaluation: TRUE [11:06:22.358] | : Early signaling: FALSE [11:06:22.358] | : Actions: [n=1] 'run' [11:06:22.358] | : State: 'finished' ("Future was resolved successfully") [11:06:22.358] | : Resolved: TRUE [11:06:22.358] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-5 [11:06:22.358] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:22.358] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:22.358] | : Value: 184 bytes of class 'list' [11:06:22.358] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [11:06:22.358] | : Duration: 0.547575 secs (started 2026-02-20 11:06:21.793914) [11:06:22.358] | : Worker process: a4406347f719c72d2a60772f8d7cc792 [11:06:22.360] | : Chunk #1 of 1 ... DONE [11:06:22.360] | : Launching 1 futures (chunks) ... DONE [11:06:22.360] | : Resolving 1 futures (chunks) ... [11:06:22.361] | : value() for list ... [11:06:22.361] | : . recursive: 0 [11:06:22.361] | : . reduce: FALSE [11:06:22.361] | : . length: 1 [11:06:22.361] | : . Number of remaining objects: 1 [11:06:22.362] | : . checking value #1: [11:06:22.362] | : . 'obj' is SequentialFuture [11:06:22.362] | : . resolved() ... [11:06:22.362] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... [11:06:22.362] | : . ' , state: 'finished' [11:06:22.362] | : . ' , run: NULL [11:06:22.363] | : . ' , result: 'FutureResult' [11:06:22.363] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... done [11:06:22.363] | : . resolved() ... done [11:06:22.363] | : . SequentialFuture #1 [11:06:22.363] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:22.363] | : . ' nx: 1 [11:06:22.364] | : . ' relay: TRUE [11:06:22.364] | : . ' stdout: TRUE [11:06:22.364] | : . ' signal: TRUE [11:06:22.364] | : . ' resignal: FALSE [11:06:22.364] | : . ' force: TRUE [11:06:22.364] | : . ' relayed: [n=1] FALSE [11:06:22.365] | : . ' queued futures: [n=1] FALSE [11:06:22.365] | : . ' until=1 [11:06:22.365] | : . ' relaying element #1 [11:06:22.365] | : . ' value() for SequentialFuture ('future_mapply-1') ... [11:06:22.365] | : . ' , signalConditions() ... [11:06:22.365] | : . ' , ; include = 'immediateCondition' [11:06:22.366] | : . ' , ; exclude = [11:06:22.366] | : . ' , ; resignal = FALSE [11:06:22.366] | : . ' , ; Number of conditions: 6 [11:06:22.366] | : . ' , ; int 6 [11:06:22.367] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.367] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.367] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.367] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.367] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.368] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.368] | : . ' , ; Drop signaled conditions: 0 [11:06:22.368] | : . ' , signalConditions() ... done [11:06:22.368] | : . ' , relay stdout ... [11:06:22.368] | : . ' , relay stdout ... done [11:06:22.368] | : . ' , check for misuse ... [11:06:22.369] | : . ' , check for misuse ... done [11:06:22.369] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [11:06:22.369] | : . ' signalConditions() ... [11:06:22.369] | : . ' , include = 'immediateCondition' [11:06:22.369] | : . ' , exclude = [11:06:22.370] | : . ' , resignal = FALSE [11:06:22.370] | : . ' , Number of conditions: 6 [11:06:22.370] | : . ' , int 6 [11:06:22.370] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.371] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.371] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.371] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.371] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.371] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.372] | : . ' , Drop signaled conditions: 0 [11:06:22.372] | : . ' signalConditions() ... done [11:06:22.372] | : . ' signalConditions() ... [11:06:22.372] | : . ' , include = 'condition' [11:06:22.372] | : . ' , exclude = 'error', 'immediateCondition' [11:06:22.372] | : . ' , resignal = TRUE [11:06:22.373] | : . ' , Number of conditions: 6 [11:06:22.373] | : . ' , int 6 [11:06:22.373] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.373] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [11:06:21.794] | : . ' , ; ` attachPackages() ... [11:06:22.374] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.374] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [11:06:21.794] | : . ' , ; ` | packages: [n=1] 'future' [11:06:22.374] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.374] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [11:06:21.794] | : . ' , ; ` attachPackages() ... done [11:06:22.374] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.375] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [11:06:21.794] | : . ' , ; ` attachPackages() ... [11:06:22.375] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.375] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [11:06:21.795] | : . ' , ; ` | packages: [n=0] [11:06:22.375] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.375] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [11:06:21.795] | : . ' , ; ` attachPackages() ... done [11:06:22.376] | : . ' , Drop signaled conditions: 6 [11:06:22.376] | : . ' signalConditions() ... done [11:06:22.376] | : . ' relayed: [n=1] TRUE [11:06:22.376] | : . ' queued futures: [n=1] TRUE [11:06:22.376] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:22.376] | : . value(, ...) ... [11:06:22.377] | : . value(, ...) ... done [11:06:22.377] | : . value() for SequentialFuture ('future_mapply-1') ... [11:06:22.377] | : . ' signalConditions() ... [11:06:22.377] | : . ' , include = 'immediateCondition' [11:06:22.377] | : . ' , exclude = [11:06:22.377] | : . ' , resignal = FALSE [11:06:22.378] | : . ' , Number of conditions: 0 [11:06:22.378] | : . ' , int 0 [11:06:22.378] | : . ' signalConditions() ... done [11:06:22.379] | : . ' check for misuse ... [11:06:22.379] | : . ' check for misuse ... done [11:06:22.379] | : . value() for SequentialFuture ('future_mapply-1') ... done [11:06:22.379] | : . value: [11:06:22.379] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:22.379] | : . ' nx: 1 [11:06:22.380] | : . ' relay: TRUE [11:06:22.380] | : . ' stdout: TRUE [11:06:22.380] | : . ' signal: TRUE [11:06:22.380] | : . ' resignal: FALSE [11:06:22.380] | : . ' force: TRUE [11:06:22.380] | : . ' relayed: [n=1] TRUE [11:06:22.380] | : . ' queued futures: [n=1] TRUE [11:06:22.381] | : . ' until=1 [11:06:22.381] | : . ' relayed: [n=1] TRUE [11:06:22.381] | : . ' queued futures: [n=1] TRUE [11:06:22.381] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:22.381] | : . resolve() for SequentialFuture ... [11:06:22.381] | : . resolve() for SequentialFuture ... done [11:06:22.382] | : . length: 0 (resolved future 1) [11:06:22.382] | : value() for list ... done [11:06:22.382] | : Relaying remaining futures ... [11:06:22.382] | : . signalConditionsASAP(NULL, pos=0) ... [11:06:22.382] | : . ' nx: 1 [11:06:22.382] | : . ' relay: TRUE [11:06:22.383] | : . ' stdout: TRUE [11:06:22.383] | : . ' signal: TRUE [11:06:22.383] | : . ' resignal: FALSE [11:06:22.383] | : . ' force: TRUE [11:06:22.383] | : . ' relayed: [n=1] TRUE [11:06:22.383] | : . ' queued futures: [n=1] TRUE - flush all [11:06:22.384] | : . ' relayed: [n=1] TRUE [11:06:22.384] | : . ' queued futures: [n=1] TRUE [11:06:22.384] | : . signalConditionsASAP(NULL, pos=0) ... done [11:06:22.384] | : Relaying remaining futures ... done [11:06:22.384] | future_mapply() -> future_xapply() ... done [11:06:22.385] | - Number of value chunks collected: 1 [11:06:22.385] | Resolving 1 futures (chunks) ... DONE [11:06:22.385] | Reducing values from 1 chunks ... [11:06:22.385] | - Number of values collected after concatenation: 2 [11:06:22.385] | - Number of values expected: 2 [11:06:22.385] | Reducing values from 1 chunks ... DONE [11:06:22.385] future_mapply() ... done * future_mapply(x, ..., future.stdout = TRUE) ... DONE * future_mapply(x, ..., future.stdout = NA) ... [11:06:22.386] future_mapply() ... [11:06:22.386] | future_mapply() -> future_xapply() ... [11:06:22.387] | : nbrOfWorkers(NULL) ... [11:06:22.387] | : . List of 4 [11:06:22.387] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:22.387] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:22.387] | : . $ : language nbrOfWorkers() [11:06:22.387] | : . $ : language nbrOfWorkers.NULL() [11:06:22.389] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:22.389] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:22.389] | : . Number of workers: 1 [11:06:22.389] | : nbrOfWorkers(NULL) ... done [11:06:22.390] | : Number of chunks: 1 [11:06:22.390] | : getGlobalsAndPackagesXApply() ... [11:06:22.390] | : . future.globals: TRUE [11:06:22.390] | : . getGlobalsAndPackages() ... [11:06:22.390] | : . ' Searching for globals ... [11:06:22.403] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [11:06:22.403] | : . ' Searching for globals ... done [11:06:22.403] | : . ' Resolving globals: FALSE [11:06:22.403] | : . ' Search for packages associated with the globals ... [11:06:22.403] | : . ' , Packages associated with globals: [1] 'base' [11:06:22.404] | : . ' , Packages: [1] 'base' [11:06:22.404] | : . ' Search for packages associated with the globals ... done [11:06:22.404] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [11:06:22.407] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [11:06:22.407] | : . ' Packages after dropping 'base': [0] [11:06:22.407] | : . ' globals: [1] 'FUN' [11:06:22.408] | : . ' packages: [0] [11:06:22.408] | : . getGlobalsAndPackages() ... done [11:06:22.408] | : . globals found/used: [n=1] 'FUN' [11:06:22.408] | : . needed namespaces: [n=0] [11:06:22.408] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [11:06:22.409] | : . List of 2 [11:06:22.409] | : . $ ...future.FUN:function (x, y) [11:06:22.409] | : . $ MoreArgs : NULL [11:06:22.409] | : . - attr(*, "where")=List of 2 [11:06:22.409] | : . ..$ ...future.FUN: [11:06:22.409] | : . ..$ MoreArgs : [11:06:22.409] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:22.409] | : . - attr(*, "resolved")= logi FALSE [11:06:22.409] | : . - attr(*, "total_size")= num NA [11:06:22.412] | : . Packages to be attached in all futures: [n=0] [11:06:22.412] | : getGlobalsAndPackagesXApply() ... done [11:06:22.412] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:22.412] | : List of 5 [11:06:22.412] | : $ ...future.FUN :function (x, y) [11:06:22.412] | : $ MoreArgs : NULL [11:06:22.412] | : $ ...future.elements_ii : NULL [11:06:22.412] | : $ ...future.seeds_ii : NULL [11:06:22.412] | : $ ...future.globals.maxSize: NULL [11:06:22.412] | : - attr(*, "where")=List of 5 [11:06:22.412] | : ..$ ...future.FUN : [11:06:22.412] | : ..$ MoreArgs : [11:06:22.412] | : ..$ ...future.elements_ii : [11:06:22.412] | : ..$ ...future.seeds_ii : [11:06:22.412] | : ..$ ...future.globals.maxSize: [11:06:22.412] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:22.412] | : - attr(*, "resolved")= logi FALSE [11:06:22.412] | : - attr(*, "total_size")= num NA [11:06:22.417] | : Number of futures (= number of chunks): 1 [11:06:22.418] | : Launching 1 futures (chunks) ... [11:06:22.418] | : Chunk #1 of 1 ... [11:06:22.418] | : - Finding globals in '...' for chunk #1 ... [11:06:22.418] | : getGlobalsAndPackages() ... [11:06:22.418] | : . Searching for globals ... [11:06:22.419] | : . ' globals found: [0] [11:06:22.420] | : . Searching for globals ... done [11:06:22.420] | : . globals: [0] [11:06:22.420] | : . packages: [0] [11:06:22.420] | : getGlobalsAndPackages() ... done [11:06:22.420] | : + additional globals found: [n=0] [11:06:22.420] | : + additional namespaces needed: [n=0] [11:06:22.421] | : - Finding globals in '...' for chunk #1 ... DONE [11:06:22.421] | : - seeds: [11:06:22.421] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:22.421] | : future(..., label = 'future_mapply-1') ... [11:06:22.421] | : . lazy: FALSE [11:06:22.421] | : . stdout: NA [11:06:22.422] | : . conditions: [n=1] 'condition' [11:06:22.422] | : . getGlobalsAndPackages() ... [11:06:22.422] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:22.422] | : . ' Resolving globals: FALSE [11:06:22.422] | : . ' Search for packages associated with the globals ... [11:06:22.423] | : . ' , Packages associated with globals: [0] [11:06:22.423] | : . ' , Packages: [0] [11:06:22.423] | : . ' Search for packages associated with the globals ... done [11:06:22.423] | : . ' Packages after dropping 'base': [0] [11:06:22.424] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:22.424] | : . ' packages: [0] [11:06:22.424] | : . getGlobalsAndPackages() ... done [11:06:22.424] | : . run() for 'Future' ('future_mapply-1') ... [11:06:22.424] | : . ' state: 'created' [11:06:22.425] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:22.425] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:22.425] | : . ' Using SequentialFutureBackend ... [11:06:22.425] | : . ' , Number of futures since start: 5 (5 created, 5 launched, 5 finished) [11:06:22.426] | : . ' , Launching futures ... [11:06:22.426] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [11:06:22.426] | : . ' , ; ` getFutureData() ... [11:06:22.426] | : . ' , ; ` | getFutureCore() ... [11:06:22.426] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [11:06:22.426] | : . ' , ; ` | getFutureCore() ... done [11:06:22.427] | : . ' , ; ` | getFutureCapture() ... [11:06:22.427] | : . ' , ; ` | getFutureCapture() ... done [11:06:22.427] | : . ' , ; ` | getFutureContext() ... [11:06:22.427] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:22.427] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [11:06:22.428] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:22.428] | : . ' , ; ` | : Packages needed by future backend (n = 0): [11:06:22.428] | : . ' , ; ` | getFutureContext() ... done [11:06:22.428] | : . ' , ; ` getFutureData() ... done [11:06:22.430] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:22.430] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [11:06:22.430] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:22.431] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:22.431] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:22.431] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [11:06:22.431] | : . ' , ; ` | : . New stack: [11:06:22.432] | : . ' , ; ` | : . List of 1 [11:06:22.432] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:22.432] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:22.432] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [11:06:22.432] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.432] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.432] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.432] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:22.432] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:22.435] | : . ' , ; ` | : . Old stack: [11:06:22.435] | : . ' , ; ` | : . List of 1 [11:06:22.435] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [11:06:22.435] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:22.435] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [11:06:22.435] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.435] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.435] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.435] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [11:06:22.435] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:22.435] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.435] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.435] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:22.439] | : . ' , ; ` | : . Not identical [11:06:22.440] | : . ' , ; ` | : . all.equal() for future ... [11:06:22.440] | : . ' , ; ` | : . ' List of 2 [11:06:22.440] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.440] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [11:06:22.440] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.440] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:22.440] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:22.440] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.440] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.446] | : . ' , ; ` | : . all.equal() for future ... done [11:06:22.447] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [11:06:22.447] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:22.447] | : . ' , ; ` | : List of future strategies: [11:06:22.447] | : . ' , ; ` | : 1. sequential: [11:06:22.447] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [11:06:22.447] | : . ' , ; ` | : - tweaked: FALSE [11:06:22.447] | : . ' , ; ` | : - call: plan(sequential) [11:06:22.448] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:22.448] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:22.448] | : . ' , ; ` assign_globals() ... [11:06:22.448] | : . ' , ; ` List of 5 [11:06:22.448] | : . ' , ; ` $ ...future.FUN :function (x, y) [11:06:22.448] | : . ' , ; ` $ MoreArgs : NULL [11:06:22.448] | : . ' , ; ` $ ...future.elements_ii :List of 2 [11:06:22.448] | : . ' , ; ` ..$ :List of 2 [11:06:22.448] | : . ' , ; ` .. ..$ : int 1 [11:06:22.448] | : . ' , ; ` .. ..$ : int 0 [11:06:22.448] | : . ' , ; ` ..$ :List of 2 [11:06:22.448] | : . ' , ; ` .. ..$ : int 0 [11:06:22.448] | : . ' , ; ` .. ..$ : int 1 [11:06:22.448] | : . ' , ; ` $ ...future.seeds_ii : NULL [11:06:22.448] | : . ' , ; ` $ ...future.globals.maxSize: NULL [11:06:22.448] | : . ' , ; ` - attr(*, "where")=List of 5 [11:06:22.448] | : . ' , ; ` ..$ ...future.FUN : [11:06:22.448] | : . ' , ; ` ..$ MoreArgs : [11:06:22.448] | : . ' , ; ` ..$ ...future.elements_ii : [11:06:22.448] | : . ' , ; ` ..$ ...future.seeds_ii : [11:06:22.448] | : . ' , ; ` ..$ ...future.globals.maxSize: [11:06:22.448] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [11:06:22.448] | : . ' , ; ` - attr(*, "total_size")= num NA [11:06:22.448] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:22.448] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [11:06:22.455] | : . ' , ; ` - copied '...future.FUN' to environment [11:06:22.456] | : . ' , ; ` - copied 'MoreArgs' to environment [11:06:22.456] | : . ' , ; ` - copied '...future.elements_ii' to environment [11:06:22.456] | : . ' , ; ` - copied '...future.seeds_ii' to environment [11:06:22.456] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [11:06:22.456] | : . ' , ; ` assign_globals() ... done [11:06:22.966] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:22.967] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [11:06:22.967] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [11:06:22.967] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [11:06:22.967] | : . ' , ; ` | : . ' New stack: [11:06:22.967] | : . ' , ; ` | : . ' List of 1 [11:06:22.967] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:22.967] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:22.967] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:22.967] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.967] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.967] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.967] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:22.967] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:22.967] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.967] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.967] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:22.972] | : . ' , ; ` | : . ' Old stack: [11:06:22.972] | : . ' , ; ` | : . ' List of 1 [11:06:22.972] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [11:06:22.972] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:22.972] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [11:06:22.972] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.972] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.972] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.972] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:22.972] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:22.972] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:22.972] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:22.972] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:22.976] | : . ' , ; ` | : . ' Identical [11:06:22.976] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [11:06:22.976] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [11:06:22.976] | : . ' , ; ` | : . List of future strategies: [11:06:22.976] | : . ' , ; ` | : . 1. sequential: [11:06:22.976] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [11:06:22.976] | : . ' , ; ` | : . - tweaked: FALSE [11:06:22.976] | : . ' , ; ` | : . - call: plan(sequential) [11:06:22.977] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [11:06:22.977] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:22.978] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [11:06:22.978] | : . ' , ; ` SequentialFuture started (and completed) [11:06:22.978] | : . ' , ; ` signalConditions() ... [11:06:22.979] | : . ' , ; ` | include = 'immediateCondition' [11:06:22.979] | : . ' , ; ` | exclude = [11:06:22.979] | : . ' , ; ` | resignal = FALSE [11:06:22.979] | : . ' , ; ` | Number of conditions: 6 [11:06:22.979] | : . ' , ; ` | int 6 [11:06:22.980] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.980] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.980] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.980] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.981] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.981] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.981] | : . ' , ; ` | Drop signaled conditions: 0 [11:06:22.981] | : . ' , ; ` signalConditions() ... done [11:06:22.981] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [11:06:22.981] | : . ' , Launching futures ... done [11:06:22.982] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:22.982] | : . ' Using SequentialFutureBackend ... done [11:06:22.982] | : . run() for 'Future' ('future_mapply-1') ... done [11:06:22.982] | : future(..., label = 'future_mapply-1') ... done [11:06:22.982] | : Created future: [11:06:22.983] | : SequentialFuture: [11:06:22.983] | : Label: 'future_mapply-1' [11:06:22.983] | : Expression: [11:06:22.983] | : { [11:06:22.983] | : "# future.apply:::future_xapply(): preserve future option" [11:06:22.983] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:22.983] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:22.983] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:22.983] | : on.exit(options(oopts), add = TRUE) [11:06:22.983] | : } [11:06:22.983] | : { [11:06:22.983] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [11:06:22.983] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [11:06:22.983] | : do.call(mapply, args = args) [11:06:22.983] | : } [11:06:22.983] | : } [11:06:22.983] | : Globals: 5 objects totaling 6.51 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 95 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:22.983] | : Packages: [11:06:22.983] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:22.983] | : Capture standard output: NA [11:06:22.983] | : Capture condition classes: 'condition' (excluding '') [11:06:22.983] | : Immediate condition classes: 'immediateCondition' [11:06:22.983] | : Lazy evaluation: FALSE [11:06:22.983] | : Local evaluation: TRUE [11:06:22.983] | : Early signaling: FALSE [11:06:22.983] | : Actions: [n=1] 'run' [11:06:22.983] | : State: 'finished' ("Future was resolved successfully") [11:06:22.983] | : Resolved: TRUE [11:06:22.983] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-6 [11:06:22.983] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:22.983] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [11:06:22.983] | : Value: 184 bytes of class 'list' [11:06:22.983] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [11:06:22.983] | : Duration: 0.537128 secs (started 2026-02-20 11:06:22.428869) [11:06:22.983] | : Worker process: a4406347f719c72d2a60772f8d7cc792 [11:06:22.984] | : Chunk #1 of 1 ... DONE [11:06:22.984] | : Launching 1 futures (chunks) ... DONE [11:06:22.984] | : Resolving 1 futures (chunks) ... [11:06:22.985] | : value() for list ... [11:06:22.985] | : . recursive: 0 [11:06:22.985] | : . reduce: FALSE [11:06:22.985] | : . length: 1 [11:06:22.985] | : . Number of remaining objects: 1 [11:06:22.986] | : . checking value #1: [11:06:22.986] | : . 'obj' is SequentialFuture [11:06:22.986] | : . resolved() ... [11:06:22.986] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... [11:06:22.986] | : . ' , state: 'finished' [11:06:22.987] | : . ' , run: NULL [11:06:22.987] | : . ' , result: 'FutureResult' [11:06:22.987] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... done [11:06:22.987] | : . resolved() ... done [11:06:22.987] | : . SequentialFuture #1 [11:06:22.987] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:22.988] | : . ' nx: 1 [11:06:22.988] | : . ' relay: TRUE [11:06:22.988] | : . ' stdout: TRUE [11:06:22.988] | : . ' signal: TRUE [11:06:22.988] | : . ' resignal: FALSE [11:06:22.988] | : . ' force: TRUE [11:06:22.989] | : . ' relayed: [n=1] FALSE [11:06:22.989] | : . ' queued futures: [n=1] FALSE [11:06:22.989] | : . ' until=1 [11:06:22.989] | : . ' relaying element #1 [11:06:22.989] | : . ' value() for SequentialFuture ('future_mapply-1') ... [11:06:22.989] | : . ' , signalConditions() ... [11:06:22.990] | : . ' , ; include = 'immediateCondition' [11:06:22.990] | : . ' , ; exclude = [11:06:22.990] | : . ' , ; resignal = FALSE [11:06:22.990] | : . ' , ; Number of conditions: 6 [11:06:22.990] | : . ' , ; int 6 [11:06:22.991] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.991] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.991] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.991] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.991] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.992] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.992] | : . ' , ; Drop signaled conditions: 0 [11:06:22.992] | : . ' , signalConditions() ... done [11:06:22.992] | : . ' , relay stdout ... [11:06:22.992] | : . ' , relay stdout ... done [11:06:22.993] | : . ' , check for misuse ... [11:06:22.993] | : . ' , check for misuse ... done [11:06:22.993] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [11:06:22.993] | : . ' signalConditions() ... [11:06:22.993] | : . ' , include = 'immediateCondition' [11:06:22.993] | : . ' , exclude = [11:06:22.994] | : . ' , resignal = FALSE [11:06:22.994] | : . ' , Number of conditions: 6 [11:06:22.994] | : . ' , int 6 [11:06:22.994] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.995] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.995] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.995] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.995] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.995] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.996] | : . ' , Drop signaled conditions: 0 [11:06:22.996] | : . ' signalConditions() ... done [11:06:22.996] | : . ' signalConditions() ... [11:06:22.996] | : . ' , include = 'condition' [11:06:22.996] | : . ' , exclude = 'error', 'immediateCondition' [11:06:22.996] | : . ' , resignal = TRUE [11:06:22.997] | : . ' , Number of conditions: 6 [11:06:22.997] | : . ' , int 6 [11:06:22.997] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.997] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [11:06:22.428] | : . ' , ; ` attachPackages() ... [11:06:22.998] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.998] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [11:06:22.429] | : . ' , ; ` | packages: [n=1] 'future' [11:06:22.998] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.998] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [11:06:22.429] | : . ' , ; ` attachPackages() ... done [11:06:22.998] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.999] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [11:06:22.429] | : . ' , ; ` attachPackages() ... [11:06:22.999] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.999] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [11:06:22.429] | : . ' , ; ` | packages: [n=0] [11:06:22.999] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [11:06:22.999] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [11:06:22.429] | : . ' , ; ` attachPackages() ... done [11:06:23.000] | : . ' , Drop signaled conditions: 6 [11:06:23.000] | : . ' signalConditions() ... done [11:06:23.000] | : . ' relayed: [n=1] TRUE [11:06:23.000] | : . ' queued futures: [n=1] TRUE [11:06:23.000] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:23.000] | : . value(, ...) ... [11:06:23.001] | : . value(, ...) ... done [11:06:23.001] | : . value() for SequentialFuture ('future_mapply-1') ... [11:06:23.001] | : . ' signalConditions() ... [11:06:23.001] | : . ' , include = 'immediateCondition' [11:06:23.001] | : . ' , exclude = [11:06:23.002] | : . ' , resignal = FALSE [11:06:23.002] | : . ' , Number of conditions: 0 [11:06:23.002] | : . ' , int 0 [11:06:23.002] | : . ' signalConditions() ... done [11:06:23.003] | : . ' check for misuse ... [11:06:23.003] | : . ' check for misuse ... done [11:06:23.003] | : . value() for SequentialFuture ('future_mapply-1') ... done [11:06:23.003] | : . value: [11:06:23.003] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [11:06:23.003] | : . ' nx: 1 [11:06:23.004] | : . ' relay: TRUE [11:06:23.004] | : . ' stdout: TRUE [11:06:23.004] | : . ' signal: TRUE [11:06:23.004] | : . ' resignal: FALSE [11:06:23.004] | : . ' force: TRUE [11:06:23.004] | : . ' relayed: [n=1] TRUE [11:06:23.005] | : . ' queued futures: [n=1] TRUE [11:06:23.005] | : . ' until=1 [11:06:23.005] | : . ' relayed: [n=1] TRUE [11:06:23.005] | : . ' queued futures: [n=1] TRUE [11:06:23.005] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [11:06:23.005] | : . resolve() for SequentialFuture ... [11:06:23.006] | : . resolve() for SequentialFuture ... done [11:06:23.006] | : . length: 0 (resolved future 1) [11:06:23.006] | : value() for list ... done [11:06:23.006] | : Relaying remaining futures ... [11:06:23.006] | : . signalConditionsASAP(NULL, pos=0) ... [11:06:23.007] | : . ' nx: 1 [11:06:23.007] | : . ' relay: TRUE [11:06:23.007] | : . ' stdout: TRUE [11:06:23.007] | : . ' signal: TRUE [11:06:23.007] | : . ' resignal: FALSE [11:06:23.007] | : . ' force: TRUE [11:06:23.007] | : . ' relayed: [n=1] TRUE [11:06:23.008] | : . ' queued futures: [n=1] TRUE - flush all [11:06:23.008] | : . ' relayed: [n=1] TRUE [11:06:23.008] | : . ' queued futures: [n=1] TRUE [11:06:23.008] | : . signalConditionsASAP(NULL, pos=0) ... done [11:06:23.008] | : Relaying remaining futures ... done [11:06:23.009] | future_mapply() -> future_xapply() ... done [11:06:23.009] | - Number of value chunks collected: 1 [11:06:23.009] | Resolving 1 futures (chunks) ... DONE [11:06:23.009] | Reducing values from 1 chunks ... [11:06:23.009] | - Number of values collected after concatenation: 2 [11:06:23.009] | - Number of values expected: 2 [11:06:23.010] | Reducing values from 1 chunks ... DONE [11:06:23.010] future_mapply() ... done * future_mapply(x, ..., future.stdout = NA) ... DONE * plan('sequential') ... DONE - Testing with 1 cores ... DONE - Testing with 2 cores ... * plan('multisession') ... [11:06:23.011] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:23.011] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [11:06:23.011] | : all.equal() for FutureStrategyList ... [11:06:23.011] | : . New stack: [11:06:23.012] | : . List of 1 [11:06:23.012] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [11:06:23.012] | : . rscript_libs = .libPaths()) [11:06:23.012] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [11:06:23.012] | : . ..- attr(*, "init")= logi TRUE [11:06:23.012] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [11:06:23.012] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [11:06:23.012] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [11:06:23.012] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [11:06:23.012] | : . ..- attr(*, "untweakable")= chr "persistent" [11:06:23.012] | : . ..- attr(*, "call")= language plan(strategy) [11:06:23.012] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:23.018] | : . Old stack: [11:06:23.018] | : . List of 1 [11:06:23.018] | : . $ :function (..., envir = parent.frame()) [11:06:23.018] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:23.018] | : . ..- attr(*, "init")= chr "done" [11:06:23.018] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:23.018] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:23.018] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:23.018] | : . ..- attr(*, "call")= language plan(sequential) [11:06:23.018] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:23.018] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:23.018] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:23.018] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:23.022] | : . Not identical [11:06:23.022] | : . all.equal() for future ... [11:06:23.022] | : . ' List of 2 [11:06:23.022] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [11:06:23.022] | : . ' rscript_libs = .libPaths()) [11:06:23.022] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [11:06:23.022] | : . ' ..- attr(*, "init")= logi TRUE [11:06:23.022] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [11:06:23.022] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [11:06:23.022] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [11:06:23.022] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [11:06:23.022] | : . ' ..- attr(*, "untweakable")= chr "persistent" [11:06:23.022] | : . ' ..- attr(*, "call")= language plan(strategy) [11:06:23.022] | : . ' $ current:function (..., envir = parent.frame()) [11:06:23.022] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [11:06:23.022] | : . ' ..- attr(*, "init")= chr "done" [11:06:23.022] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:23.022] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:23.022] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:23.022] | : . ' ..- attr(*, "call")= language plan(sequential) [11:06:23.022] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [11:06:23.022] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [11:06:23.022] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [11:06:23.029] | : . ' Formals differ [11:06:23.029] | : . all.equal() for future ... done [11:06:23.029] | : . Future strategies differ at level 1 [11:06:23.030] | : all.equal() for FutureStrategyList ... done [11:06:23.030] | : plan(): Setting new future backend stack: [11:06:23.030] | : List of future strategies: [11:06:23.030] | : 1. multisession: [11:06:23.030] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [11:06:23.030] | : - tweaked: FALSE [11:06:23.030] | : - call: plan(strategy) [11:06:23.030] | : List of 1 [11:06:23.030] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [11:06:23.030] | : rscript_libs = .libPaths()) [11:06:23.030] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [11:06:23.030] | : ..- attr(*, "init")= logi TRUE [11:06:23.030] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [11:06:23.030] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [11:06:23.030] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [11:06:23.030] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [11:06:23.030] | : ..- attr(*, "untweakable")= chr "persistent" [11:06:23.030] | : ..- attr(*, "call")= language plan(strategy) [11:06:23.030] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [11:06:23.034] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [11:06:23.034] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:23.035] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [11:06:23.035] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:23.035] | : . Legacy shutdown of cluster workers ... [11:06:23.035] | : . ' Stopping existing cluster ... [11:06:23.036] | : . ' , No pre-existing cluster. Skipping [11:06:23.036] | : . ' Stopping existing cluster ... done [11:06:23.036] | : . Legacy shutdown of cluster workers ... done [11:06:23.036] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [11:06:23.036] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [11:06:23.037] | : . function (..., workers = availableCores(constraints = "connections-16"), [11:06:23.037] | : . rscript_libs = .libPaths()) [11:06:23.037] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [11:06:23.037] | : . - attr(*, "init")= logi TRUE [11:06:23.037] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [11:06:23.037] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [11:06:23.037] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [11:06:23.037] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [11:06:23.037] | : . - attr(*, "untweakable")= chr "persistent" [11:06:23.037] | : . - attr(*, "call")= language plan(strategy) [11:06:23.039] | : . init: TRUE [11:06:23.040] | : . makeFutureBackend() ... [11:06:23.040] | : . ' Backend function: <'NULL'> [11:06:23.040] | : . ' Evaluator tweak arguments: [n=0] [11:06:23.040] | : . ' list() [11:06:23.041] | : . ' Evaluator formal arguments: [n=2] [11:06:23.041] | : . ' Dotted pair list of 2 [11:06:23.041] | : . ' $ workers : language availableCores(constraints = "connections-16") [11:06:23.041] | : . ' $ rscript_libs: language .libPaths() [11:06:23.042] | : . ' Arguments passed to the future-backend factory: [n=2] [11:06:23.042] | : . ' List of 2 [11:06:23.042] | : . ' $ workers : language availableCores(constraints = "connections-16") [11:06:23.042] | : . ' $ rscript_libs: language .libPaths() [11:06:23.043] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [11:06:23.043] | : . ' , Arguments: [11:06:23.044] | : . ' , List of 5 [11:06:23.044] | : . ' , $ workers : Named int 2 [11:06:23.044] | : . ' , ..- attr(*, "names")= chr "mc.cores" [11:06:23.044] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_02_20_10_39_57_13008/RtmpIZHvzi/RLIBS_bd28502f6b71" "D:/RCompile/recent/R/library" [11:06:23.044] | : . ' , $ interrupts : logi TRUE [11:06:23.044] | : . ' , $ gc : logi FALSE [11:06:23.044] | : . ' , $ earlySignal : logi FALSE [11:06:23.170] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [11:06:23.170] | : . ' , ; workers: 2 [11:06:23.170] | : . ' , ; getCluster() ... [11:06:23.171] | : . ' , ; getCluster() ... done [11:06:23.171] | : . ' , ; Stopping existing cluster ... [11:06:23.171] | : . ' , ; ` No pre-existing cluster. Skipping [11:06:23.171] | : . ' , ; Stopping existing cluster ... done [11:06:23.171] | : . ' , ; Starting new cluster ... [11:06:23.172] | : . ' , ; ` makeCluster(workers, ...) ... [11:06:23.172] | : . ' , ; ` | Arguments: [11:06:23.172] | : . ' , ; ` | List of 2 [11:06:23.172] | : . ' , ; ` | $ : int 2 [11:06:23.172] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_02_20_10_39_57_13008/RtmpIZHvzi/RLIBS_bd28502f6b71" "D:/RCompile/recent/R/library" [11:06:23.174] | : . ' , ; ` | .makeCluster() ... [11:06:23.174] | : . ' , ; ` | : workers: '2' [11:06:23.174] | : . ' , ; ` | : R_FUTURE_PLAN: NA [11:06:23.174] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [11:06:23.175] | : . ' , ; ` | : List of 2 [11:06:23.175] | : . ' , ; ` | : $ : int 2 [11:06:23.175] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_02_20_10_39_57_13008/RtmpIZHvzi/RLIBS_bd28502f6b71" "D:/RCompile/recent/R/library" [11:06:23.732] | : . ' , ; ` | : Generated cluster UUID [11:06:23.733] | : . ' , ; ` | : Cluster UUID: '58634313ae0e688e77f8d04bd537e6f6' [11:06:23.733] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:23.736] | : . ' , ; ` | .makeCluster() ... done [11:06:23.736] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:23.738] | : . ' , ; ` makeCluster(workers, ...) ... done [11:06:23.738] | : . ' , ; ` Number of workers: 2 [11:06:23.738] | : . ' , ; ` Workers UUID: '58634313ae0e688e77f8d04bd537e6f6' [11:06:23.738] | : . ' , ; Starting new cluster ... done [11:06:23.739] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [11:06:23.739] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [11:06:23.739] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [11:06:23.739] | : . makeFutureBackend() ... done [11:06:23.739] | : . nbrOfWorkers(NULL) ... [11:06:23.739] | : . ' List of 4 [11:06:23.739] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [11:06:23.739] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [11:06:23.739] | : . ' $ : language nbrOfWorkers() [11:06:23.739] | : . ' $ : language nbrOfWorkers.NULL() [11:06:23.741] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:23.742] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:23.742] | : . ' Number of workers: 2 [11:06:23.742] | : . nbrOfWorkers(NULL) ... done [11:06:23.742] | : . plan(): nbrOfWorkers() = 2 [11:06:23.742] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [11:06:23.743] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... [11:06:23.743] | future_lapply() ... [11:06:23.744] | : Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [11:06:23.744] | : => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [11:06:23.744] | : future_lapply() -> future_xapply() ... [11:06:23.745] | : . nbrOfWorkers(NULL) ... [11:06:23.745] | : . ' List of 4 [11:06:23.745] | : . ' $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:23.745] | : . ' $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:23.745] | : . ' $ : language nbrOfWorkers() [11:06:23.745] | : . ' $ : language nbrOfWorkers.NULL() [11:06:23.747] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:23.747] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:23.747] | : . ' Number of workers: 2 [11:06:23.747] | : . nbrOfWorkers(NULL) ... done [11:06:23.749] | : . Number of chunks: 2 [11:06:23.749] | : . getGlobalsAndPackagesXApply() ... [11:06:23.749] | : . ' future.globals: TRUE [11:06:23.749] | : . ' getGlobalsAndPackages() ... [11:06:23.749] | : . ' , Searching for globals ... [11:06:23.759] | : . ' , ; globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [11:06:23.759] | : . ' , Searching for globals ... done [11:06:23.759] | : . ' , Resolving globals: FALSE [11:06:23.759] | : . ' , Search for packages associated with the globals ... [11:06:23.760] | : . ' , ; Packages associated with globals: [1] 'base' [11:06:23.760] | : . ' , ; Packages: [1] 'base' [11:06:23.760] | : . ' , Search for packages associated with the globals ... done [11:06:23.761] | : . ' , The total size of the 1 globals is 841 bytes (841 bytes) [11:06:23.761] | : . ' , The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [11:06:23.761] | : . ' , Packages after dropping 'base': [0] [11:06:23.761] | : . ' , globals: [1] 'FUN' [11:06:23.762] | : . ' , packages: [0] [11:06:23.762] | : . ' getGlobalsAndPackages() ... done [11:06:23.762] | : . ' globals found/used: [n=1] 'FUN' [11:06:23.762] | : . ' needed namespaces: [n=0] [11:06:23.762] | : . ' use_args: TRUE [11:06:23.762] | : . ' Getting '...' globals ... [11:06:23.763] | : . ' , resolve() for FutureGlobals ... [11:06:23.763] | : . ' , ; recursive: 0 [11:06:23.763] | : . ' , ; Number of elements: 1 [11:06:23.763] | : . ' , ; elements: '...' [11:06:23.764] | : . ' , ; 'obj' is DotDotDotList [11:06:23.764] | : . ' , ; resolve(obj, ...) ... [11:06:23.764] | : . ' , ; ` resolve() for DotDotDotList ... [11:06:23.764] | : . ' , ; ` | recursive: -1 [11:06:23.765] | : . ' , ; ` resolve() for DotDotDotList ... done [11:06:23.765] | : . ' , ; resolve(obj, ...) ... done [11:06:23.765] | : . ' , ; resolved() ... [11:06:23.765] | : . ' , ; ` resolved() for DotDotDotList ... [11:06:23.765] | : . ' , ; ` | Number of elements: 0 [11:06:23.765] | : . ' , ; ` | Number of futures: 0 [11:06:23.766] | : . ' , ; ` resolved() for DotDotDotList ... done [11:06:23.766] | : . ' , ; resolved() ... done [11:06:23.766] | : . ' , ; length: 0 (resolved future 1) [11:06:23.766] | : . ' , resolve() for FutureGlobals ... done [11:06:23.766] | : . ' , '...' content: [n=0] [11:06:23.766] | : . ' , List of 1 [11:06:23.766] | : . ' , $ ...: list() [11:06:23.766] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:23.766] | : . ' , - attr(*, "where")=List of 1 [11:06:23.766] | : . ' , ..$ ...: [11:06:23.766] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:23.766] | : . ' , - attr(*, "resolved")= logi TRUE [11:06:23.766] | : . ' , - attr(*, "total_size")= num NA [11:06:23.769] | : . ' Getting '...' globals ... done [11:06:23.770] | : . ' Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [11:06:23.770] | : . ' List of 2 [11:06:23.770] | : . ' $ ...future.FUN:function (x) [11:06:23.770] | : . ' $ ... : list() [11:06:23.770] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:23.770] | : . ' - attr(*, "where")=List of 2 [11:06:23.770] | : . ' ..$ ...future.FUN: [11:06:23.770] | : . ' ..$ ... : [11:06:23.770] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:23.770] | : . ' - attr(*, "resolved")= logi FALSE [11:06:23.770] | : . ' - attr(*, "total_size")= num 6008 [11:06:23.773] | : . ' Packages to be attached in all futures: [n=0] [11:06:23.774] | : . getGlobalsAndPackagesXApply() ... done [11:06:23.774] | : . Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:23.774] | : . List of 5 [11:06:23.774] | : . $ ...future.FUN :function (x) [11:06:23.774] | : . $ ... : list() [11:06:23.774] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:23.774] | : . $ ...future.elements_ii : NULL [11:06:23.774] | : . $ ...future.seeds_ii : NULL [11:06:23.774] | : . $ ...future.globals.maxSize: NULL [11:06:23.774] | : . - attr(*, "where")=List of 5 [11:06:23.774] | : . ..$ ...future.FUN : [11:06:23.774] | : . ..$ ... : [11:06:23.774] | : . ..$ ...future.elements_ii : [11:06:23.774] | : . ..$ ...future.seeds_ii : [11:06:23.774] | : . ..$ ...future.globals.maxSize: [11:06:23.774] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:23.774] | : . - attr(*, "resolved")= logi FALSE [11:06:23.774] | : . - attr(*, "total_size")= num 6008 [11:06:23.779] | : . Number of futures (= number of chunks): 2 [11:06:23.779] | : . Launching 2 futures (chunks) ... [11:06:23.779] | : . Chunk #1 of 2 ... [11:06:23.780] | : . - Finding globals in 'X' for chunk #1 ... [11:06:23.780] | : . getGlobalsAndPackages() ... [11:06:23.780] | : . ' Searching for globals ... [11:06:23.780] | : . ' , globals found: [0] [11:06:23.781] | : . ' Searching for globals ... done [11:06:23.781] | : . ' globals: [0] [11:06:23.781] | : . ' packages: [0] [11:06:23.781] | : . getGlobalsAndPackages() ... done [11:06:23.781] | : . + additional globals found: [n=0] [11:06:23.781] | : . + additional namespaces needed: [n=0] [11:06:23.782] | : . - Finding globals in 'X' for chunk #1 ... DONE [11:06:23.782] | : . - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:23.782] | : . - seeds: [11:06:23.782] | : . - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:23.782] | : . future(..., label = 'future_lapply-1') ... [11:06:23.782] | : . ' lazy: FALSE [11:06:23.783] | : . ' stdout: FALSE [11:06:23.783] | : . ' conditions: [n=1] 'condition' [11:06:23.783] | : . ' getGlobalsAndPackages() ... [11:06:23.783] | : . ' , globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:23.783] | : . ' , Resolving globals: FALSE [11:06:23.783] | : . ' , Tweak future expression to call with '...' arguments ... [11:06:23.784] | : . ' , ; { [11:06:23.784] | : . ' , ; "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:23.784] | : . ' , ; "# expression in do.call(), because function called uses '...' " [11:06:23.784] | : . ' , ; "# as a global variable " [11:06:23.784] | : . ' , ; do.call(function(...) { [11:06:23.784] | : . ' , ; "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:23.784] | : . ' , ; "# without having an '...' argument. This means '...' is treated" [11:06:23.784] | : . ' , ; "# as a global variable. This may happen when FUN() is an " [11:06:23.784] | : . ' , ; "# anonymous function. " [11:06:23.784] | : . ' , ; "# " [11:06:23.784] | : . ' , ; "# If an anonymous function, we will make sure to restore the " [11:06:23.784] | : . ' , ; "# function environment of FUN() to the calling environment. " [11:06:23.784] | : . ' , ; "# We assume FUN() an anonymous function if it lives in the " [11:06:23.784] | : . ' , ; "# global environment, which is where globals are written. " [11:06:23.784] | : . ' , ; penv <- env <- environment(...future.FUN) [11:06:23.784] | : . ' , ; repeat { [11:06:23.784] | : . ' , ; if (identical(env, globalenv()) || identical(env, [11:06:23.784] | : . ' , ; emptyenv())) [11:06:23.784] | : . ' , ; break [11:06:23.784] | : . ' , ; penv <- env [11:06:23.784] | : . ' , ; env <- parent.env(env) [11:06:23.784] | : . ' , ; } [11:06:23.784] | : . ' , ; if (identical(penv, globalenv())) { [11:06:23.784] | : . ' , ; environment(...future.FUN) <- environment() [11:06:23.784] | : . ' , ; } [11:06:23.784] | : . ' , ; else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:23.784] | : . ' , ; !isNamespace(penv)) { [11:06:23.784] | : . ' , ; parent.env(penv) <- environment() [11:06:23.784] | : . ' , ; } [11:06:23.784] | : . ' , ; rm(list = c("env", "penv"), inherits = FALSE) [11:06:23.784] | : . ' , ; { [11:06:23.784] | : . ' , ; "# future.apply:::future_xapply(): preserve future option" [11:06:23.784] | : . ' , ; ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:23.784] | : . ' , ; if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:23.784] | : . ' , ; oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:23.784] | : . ' , ; on.exit(options(oopts), add = TRUE) [11:06:23.784] | : . ' , ; } [11:06:23.784] | : . ' , ; { [11:06:23.784] | : . ' , ; "# future.apply::future_lapply(): process chunk of elements" [11:06:23.784] | : . ' , ; lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:23.784] | : . ' , ; ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:23.784] | : . ' , ; { [11:06:23.784] | : . ' , ; ...future.FUN(...future.X_jj, ...) [11:06:23.784] | : . ' , ; } [11:06:23.784] | : . ' , ; }) [11:06:23.784] | : . ' , ; } [11:06:23.784] | : . ' , ; } [11:06:23.784] | : . ' , ; }, args = future.call.arguments) [11:06:23.784] | : . ' , ; } [11:06:23.785] | : . ' , Tweak future expression to call with '...' arguments ... done [11:06:23.785] | : . ' , Search for packages associated with the globals ... [11:06:23.785] | : . ' , ; Packages associated with globals: [0] [11:06:23.786] | : . ' , ; Packages: [0] [11:06:23.786] | : . ' , Search for packages associated with the globals ... done [11:06:23.786] | : . ' , Packages after dropping 'base': [0] [11:06:23.786] | : . ' , globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:23.786] | : . ' , packages: [0] [11:06:23.787] | : . ' getGlobalsAndPackages() ... done [11:06:23.787] | : . ' run() for 'Future' ('future_lapply-1') ... [11:06:23.787] | : . ' , state: 'created' [11:06:23.787] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:23.788] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:23.788] | : . ' , Using MultisessionFutureBackend ... [11:06:23.788] | : . ' , ; Number of futures since start: 0 (0 created, 0 launched, 0 finished) [11:06:23.788] | : . ' , ; Launching futures ... [11:06:23.789] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [11:06:23.789] | : . ' , ; ` | Workers: [n=2] [11:06:23.789] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:23.791] | : . ' , ; ` | FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:23.791] | : . ' , ; ` | requestWorker() ... [11:06:23.791] | : . ' , ; ` | : requestNode() ... [11:06:23.792] | : . ' , ; ` | : . Number of workers: 2 [11:06:23.792] | : . ' , ; ` | : . Polling for a free worker ... [11:06:23.792] | : . ' , ; ` | : . ' FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:23.792] | : . ' , ; ` | : . ' , Created empty registry 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:23.792] | : . ' , ; ` | : . ' , Listing all futures [11:06:23.793] | : . ' , ; ` | : . ' , Number of registered futures: 0 [11:06:23.793] | : . ' , ; ` | : . ' FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:23.793] | : . ' , ; ` | : . ' Total time: 0 [11:06:23.793] | : . ' , ; ` | : . Polling for a free worker ... done [11:06:23.793] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:23.793] | : . ' , ; ` | : . ' Listing all futures [11:06:23.794] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:23.794] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:23.794] | : . ' , ; ` | : . avail: [n=2] '1', '2' [11:06:23.794] | : . ' , ; ` | : . Index of first available worker: 1 [11:06:23.794] | : . ' , ; ` | : . Validate that the worker is functional ... [11:06:23.795] | : . ' , ; ` | : . ' Worker is functional [11:06:23.795] | : . ' , ; ` | : . ' FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:23.795] | : . ' , ; ` | : . ' , Listing all futures [11:06:23.795] | : . ' , ; ` | : . ' , Number of registered futures: 0 [11:06:23.796] | : . ' , ; ` | : . ' FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:23.796] | : . ' , ; ` | : . Validate that the worker is functional ... done [11:06:23.796] | : . ' , ; ` | : requestNode() ... done [11:06:23.796] | : . ' , ; ` | : cluster node index: 1 [11:06:23.796] | : . ' , ; ` | requestWorker() ... done [11:06:23.796] | : . ' , ; ` | eraseGlobalEnvironment() ... [11:06:23.797] | : . ' , ; ` | eraseGlobalEnvironment() ... done [11:06:23.797] | : . ' , ; ` | launchFuture() ... [11:06:23.798] | : . ' , ; ` | : cluster node index: 1 [11:06:23.798] | : . ' , ; ` | : getFutureData() ... [11:06:23.798] | : . ' , ; ` | : . getFutureCore() ... [11:06:23.798] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 0): [11:06:23.798] | : . ' , ; ` | : . getFutureCore() ... done [11:06:23.798] | : . ' , ; ` | : . getFutureCapture() ... [11:06:23.799] | : . ' , ; ` | : . getFutureCapture() ... done [11:06:23.799] | : . ' , ; ` | : . getFutureContext() ... [11:06:23.799] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:23.799] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [11:06:23.799] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:23.799] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [11:06:23.800] | : . ' , ; ` | : . getFutureContext() ... done [11:06:23.800] | : . ' , ; ` | : getFutureData() ... done [11:06:23.801] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:23.801] | : . ' , ; ` | : . Appended future to position #1 [11:06:23.801] | : . ' , ; ` | : . Number of registered futures: 1 [11:06:23.801] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:23.801] | : . ' , ; ` | launchFuture() ... done [11:06:23.802] | : . ' , ; ` | MultisessionFuture started [11:06:23.802] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [11:06:23.802] | : . ' , ; Launching futures ... done [11:06:23.802] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:23.802] | : . ' , Using MultisessionFutureBackend ... done [11:06:23.802] | : . ' run() for 'Future' ('future_lapply-1') ... done [11:06:23.803] | : . future(..., label = 'future_lapply-1') ... done [11:06:23.803] | : . Created future: [11:06:23.804] | : . resolved() ... [11:06:23.805] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [11:06:23.806] | : . ' , Cluster node socket connection: index=4, id=435 [11:06:23.806] | : . ' , assertValidConnection() ... [11:06:23.806] | : . ' , ; cluster node index: 1 [11:06:23.807] | : . ' , assertValidConnection() ... done [11:06:23.995] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:23.996] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [11:06:23.996] | : . resolved() ... done [11:06:23.803] | : . MultisessionFuture: [11:06:23.803] | : . Label: 'future_lapply-1' [11:06:23.803] | : . Expression: [11:06:23.803] | : . { [11:06:23.803] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:23.803] | : . "# expression in do.call(), because function called uses '...' " [11:06:23.803] | : . "# as a global variable " [11:06:23.803] | : . do.call(function(...) { [11:06:23.803] | : . "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:23.803] | : . "# without having an '...' argument. This means '...' is treated" [11:06:23.803] | : . "# as a global variable. This may happen when FUN() is an " [11:06:23.803] | : . "# anonymous function. " [11:06:23.803] | : . "# " [11:06:23.803] | : . "# If an anonymous function, we will make sure to restore the " [11:06:23.803] | : . "# function environment of FUN() to the calling environment. " [11:06:23.803] | : . "# We assume FUN() an anonymous function if it lives in the " [11:06:23.803] | : . "# global environment, which is where globals are written. " [11:06:23.803] | : . penv <- env <- environment(...future.FUN) [11:06:23.803] | : . repeat { [11:06:23.803] | : . if (identical(env, globalenv()) || identical(env, [11:06:23.803] | : . emptyenv())) [11:06:23.803] | : . break [11:06:23.803] | : . penv <- env [11:06:23.803] | : . env <- parent.env(env) [11:06:23.803] | : . } [11:06:23.803] | : . if (identical(penv, globalenv())) { [11:06:23.803] | : . environment(...future.FUN) <- environment() [11:06:23.803] | : . } [11:06:23.803] | : . else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:23.803] | : . !isNamespace(penv)) { [11:06:23.803] | : . parent.env(penv) <- environment() [11:06:23.803] | : . } [11:06:23.803] | : . rm(list = c("env", "penv"), inherits = FALSE) [11:06:23.803] | : . { [11:06:23.803] | : . "# future.apply:::future_xapply(): preserve future option" [11:06:23.803] | : . ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:23.803] | : . if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:23.803] | : . oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:23.803] | : . on.exit(options(oopts), add = TRUE) [11:06:23.803] | : . } [11:06:23.803] | : . { [11:06:23.803] | : . "# future.apply::future_lapply(): process chunk of elements" [11:06:23.803] | : . lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:23.803] | : . ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:23.803] | : . { [11:06:23.803] | : . ...future.FUN(...future.X_jj, ...) [11:06:23.803] | : . } [11:06:23.803] | : . }) [11:06:23.803] | : . } [11:06:23.803] | : . } [11:06:23.803] | : . }, args = future.call.arguments) [11:06:23.803] | : . } [11:06:23.803] | : . Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:23.803] | : . Packages: [11:06:23.803] | : . L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:23.803] | : . Capture standard output: FALSE [11:06:23.803] | : . Capture condition classes: 'condition' (excluding '') [11:06:23.803] | : . Immediate condition classes: 'immediateCondition' [11:06:23.803] | : . Lazy evaluation: FALSE [11:06:23.803] | : . Local evaluation: TRUE [11:06:23.803] | : . Early signaling: FALSE [11:06:23.803] | : . Actions: [n=1] 'run' [11:06:23.803] | : . State: 'running' ("Future is being evaluated") [11:06:23.803] | : . Resolved: FALSE [11:06:23.803] | : . Unique identifier: a4406347f719c72d2a60772f8d7cc792-7 [11:06:23.803] | : . Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:23.803] | : . Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:23.803] | : . Value: [11:06:23.803] | : . Conditions captured: [11:06:23.997] | : . Chunk #1 of 2 ... DONE [11:06:23.997] | : . Chunk #2 of 2 ... [11:06:23.997] | : . - Finding globals in 'X' for chunk #2 ... [11:06:23.998] | : . getGlobalsAndPackages() ... [11:06:23.998] | : . ' Searching for globals ... [11:06:23.999] | : . ' , globals found: [0] [11:06:23.999] | : . ' Searching for globals ... done [11:06:23.999] | : . ' globals: [0] [11:06:24.000] | : . ' packages: [0] [11:06:24.000] | : . getGlobalsAndPackages() ... done [11:06:24.000] | : . + additional globals found: [n=0] [11:06:24.000] | : . + additional namespaces needed: [n=0] [11:06:24.001] | : . - Finding globals in 'X' for chunk #2 ... DONE [11:06:24.001] | : . - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:24.001] | : . - seeds: [11:06:24.001] | : . - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:24.002] | : . future(..., label = 'future_lapply-2') ... [11:06:24.002] | : . ' lazy: FALSE [11:06:24.002] | : . ' stdout: FALSE [11:06:24.003] | : . ' conditions: [n=1] 'condition' [11:06:24.003] | : . ' getGlobalsAndPackages() ... [11:06:24.003] | : . ' , globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:24.003] | : . ' , Resolving globals: FALSE [11:06:24.004] | : . ' , Tweak future expression to call with '...' arguments ... [11:06:24.008] | : . ' , ; { [11:06:24.008] | : . ' , ; "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:24.008] | : . ' , ; "# expression in do.call(), because function called uses '...' " [11:06:24.008] | : . ' , ; "# as a global variable " [11:06:24.008] | : . ' , ; do.call(function(...) { [11:06:24.008] | : . ' , ; "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:24.008] | : . ' , ; "# without having an '...' argument. This means '...' is treated" [11:06:24.008] | : . ' , ; "# as a global variable. This may happen when FUN() is an " [11:06:24.008] | : . ' , ; "# anonymous function. " [11:06:24.008] | : . ' , ; "# " [11:06:24.008] | : . ' , ; "# If an anonymous function, we will make sure to restore the " [11:06:24.008] | : . ' , ; "# function environment of FUN() to the calling environment. " [11:06:24.008] | : . ' , ; "# We assume FUN() an anonymous function if it lives in the " [11:06:24.008] | : . ' , ; "# global environment, which is where globals are written. " [11:06:24.008] | : . ' , ; penv <- env <- environment(...future.FUN) [11:06:24.008] | : . ' , ; repeat { [11:06:24.008] | : . ' , ; if (identical(env, globalenv()) || identical(env, [11:06:24.008] | : . ' , ; emptyenv())) [11:06:24.008] | : . ' , ; break [11:06:24.008] | : . ' , ; penv <- env [11:06:24.008] | : . ' , ; env <- parent.env(env) [11:06:24.008] | : . ' , ; } [11:06:24.008] | : . ' , ; if (identical(penv, globalenv())) { [11:06:24.008] | : . ' , ; environment(...future.FUN) <- environment() [11:06:24.008] | : . ' , ; } [11:06:24.008] | : . ' , ; else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:24.008] | : . ' , ; !isNamespace(penv)) { [11:06:24.008] | : . ' , ; parent.env(penv) <- environment() [11:06:24.008] | : . ' , ; } [11:06:24.008] | : . ' , ; rm(list = c("env", "penv"), inherits = FALSE) [11:06:24.008] | : . ' , ; { [11:06:24.008] | : . ' , ; "# future.apply:::future_xapply(): preserve future option" [11:06:24.008] | : . ' , ; ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:24.008] | : . ' , ; if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:24.008] | : . ' , ; oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:24.008] | : . ' , ; on.exit(options(oopts), add = TRUE) [11:06:24.008] | : . ' , ; } [11:06:24.008] | : . ' , ; { [11:06:24.008] | : . ' , ; "# future.apply::future_lapply(): process chunk of elements" [11:06:24.008] | : . ' , ; lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:24.008] | : . ' , ; ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:24.008] | : . ' , ; { [11:06:24.008] | : . ' , ; ...future.FUN(...future.X_jj, ...) [11:06:24.008] | : . ' , ; } [11:06:24.008] | : . ' , ; }) [11:06:24.008] | : . ' , ; } [11:06:24.008] | : . ' , ; } [11:06:24.008] | : . ' , ; }, args = future.call.arguments) [11:06:24.008] | : . ' , ; } [11:06:24.009] | : . ' , Tweak future expression to call with '...' arguments ... done [11:06:24.009] | : . ' , Search for packages associated with the globals ... [11:06:24.010] | : . ' , ; Packages associated with globals: [0] [11:06:24.010] | : . ' , ; Packages: [0] [11:06:24.010] | : . ' , Search for packages associated with the globals ... done [11:06:24.010] | : . ' , Packages after dropping 'base': [0] [11:06:24.011] | : . ' , globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:24.011] | : . ' , packages: [0] [11:06:24.011] | : . ' getGlobalsAndPackages() ... done [11:06:24.011] | : . ' run() for 'Future' ('future_lapply-2') ... [11:06:24.012] | : . ' , state: 'created' [11:06:24.012] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:24.012] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:24.012] | : . ' , Using MultisessionFutureBackend ... [11:06:24.012] | : . ' , ; Number of futures since start: 1 (1 created, 1 launched, 0 finished) [11:06:24.012] | : . ' , ; Launching futures ... [11:06:24.013] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [11:06:24.013] | : . ' , ; ` | Workers: [n=2] [11:06:24.013] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:24.015] | : . ' , ; ` | FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:24.015] | : . ' , ; ` | requestWorker() ... [11:06:24.015] | : . ' , ; ` | : requestNode() ... [11:06:24.015] | : . ' , ; ` | : . Number of workers: 2 [11:06:24.016] | : . ' , ; ` | : . Polling for a free worker ... [11:06:24.016] | : . ' , ; ` | : . ' FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:24.016] | : . ' , ; ` | : . ' , Listing all futures [11:06:24.016] | : . ' , ; ` | : . ' , Number of registered futures: 1 [11:06:24.016] | : . ' , ; ` | : . ' FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:24.016] | : . ' , ; ` | : . ' Total time: 0 [11:06:24.017] | : . ' , ; ` | : . Polling for a free worker ... done [11:06:24.017] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:24.017] | : . ' , ; ` | : . ' Listing all futures [11:06:24.017] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:24.017] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:24.017] | : . ' , ; ` | : . avail: [n=2] '2' [11:06:24.018] | : . ' , ; ` | : . Index of first available worker: 2 [11:06:24.018] | : . ' , ; ` | : . Validate that the worker is functional ... [11:06:24.018] | : . ' , ; ` | : . ' Worker is functional [11:06:24.019] | : . ' , ; ` | : . ' FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:24.019] | : . ' , ; ` | : . ' , Listing all futures [11:06:24.019] | : . ' , ; ` | : . ' , Number of registered futures: 1 [11:06:24.019] | : . ' , ; ` | : . ' FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:24.019] | : . ' , ; ` | : . Validate that the worker is functional ... done [11:06:24.019] | : . ' , ; ` | : requestNode() ... done [11:06:24.020] | : . ' , ; ` | : cluster node index: 2 [11:06:24.020] | : . ' , ; ` | requestWorker() ... done [11:06:24.020] | : . ' , ; ` | eraseGlobalEnvironment() ... [11:06:24.020] | : . ' , ; ` | eraseGlobalEnvironment() ... done [11:06:24.021] | : . ' , ; ` | launchFuture() ... [11:06:24.021] | : . ' , ; ` | : cluster node index: 2 [11:06:24.021] | : . ' , ; ` | : getFutureData() ... [11:06:24.021] | : . ' , ; ` | : . getFutureCore() ... [11:06:24.021] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 0): [11:06:24.022] | : . ' , ; ` | : . getFutureCore() ... done [11:06:24.022] | : . ' , ; ` | : . getFutureCapture() ... [11:06:24.022] | : . ' , ; ` | : . getFutureCapture() ... done [11:06:24.022] | : . ' , ; ` | : . getFutureContext() ... [11:06:24.022] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:24.023] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [11:06:24.023] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:24.023] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [11:06:24.023] | : . ' , ; ` | : . getFutureContext() ... done [11:06:24.023] | : . ' , ; ` | : getFutureData() ... done [11:06:24.024] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:24.024] | : . ' , ; ` | : . Appended future to position #2 [11:06:24.024] | : . ' , ; ` | : . Number of registered futures: 2 [11:06:24.024] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:24.024] | : . ' , ; ` | launchFuture() ... done [11:06:24.025] | : . ' , ; ` | MultisessionFuture started [11:06:24.025] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [11:06:24.025] | : . ' , ; Launching futures ... done [11:06:24.025] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:24.025] | : . ' , Using MultisessionFutureBackend ... done [11:06:24.025] | : . ' run() for 'Future' ('future_lapply-2') ... done [11:06:24.026] | : . future(..., label = 'future_lapply-2') ... done [11:06:24.026] | : . Created future: [11:06:24.028] | : . resolved() ... [11:06:24.029] | : . ' resolved() for MultisessionFuture ('future_lapply-2') ... [11:06:24.029] | : . ' , Cluster node socket connection: index=5, id=436 [11:06:24.029] | : . ' , assertValidConnection() ... [11:06:24.030] | : . ' , ; cluster node index: 2 [11:06:24.030] | : . ' , assertValidConnection() ... done [11:06:24.097] | : . ' , receiveMessageFromWorker() for ClusterFuture ... [11:06:24.097] | : . ' , ; cluster node index: 2 [11:06:24.098] | : . ' , ; [1] TRUE [11:06:24.098] | : . ' , ; Received data: [11:06:24.098] | : . ' , ; List of 5 [11:06:24.098] | : . ' , ; $ type : chr "VALUE" [11:06:24.098] | : . ' , ; $ value :List of 16 [11:06:24.098] | : . ' , ; ..$ value :List of 1 [11:06:24.098] | : . ' , ; .. ..$ : int 0 [11:06:24.098] | : . ' , ; ..$ visible : logi TRUE [11:06:24.098] | : . ' , ; ..$ stdout : NULL [11:06:24.098] | : . ' , ; ..$ conditions : list() [11:06:24.098] | : . ' , ; ..$ rng : logi FALSE [11:06:24.098] | : . ' , ; ..$ seed : NULL [11:06:24.098] | : . ' , ; ..$ misuseGlobalEnv : NULL [11:06:24.098] | : . ' , ; ..$ misuseConnections :List of 3 [11:06:24.098] | : . ' , ; .. ..$ added : NULL [11:06:24.098] | : . ' , ; .. ..$ removed : NULL [11:06:24.098] | : . ' , ; .. ..$ replaced: NULL [11:06:24.098] | : . ' , ; ..$ misuseDevices : NULL [11:06:24.098] | : . ' , ; ..$ misuseDefaultDevice: list() [11:06:24.098] | : . ' , ; ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:24" [11:06:24.098] | : . ' , ; ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:24" [11:06:24.098] | : . ' , ; ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "8" [11:06:24.098] | : . ' , ; ..$ session_uuid : chr "875f1fd18b3d9ed8377ec3d5dfaac77f" [11:06:24.098] | : . ' , ; .. ..- attr(*, "source")=List of 5 [11:06:24.098] | : . ' , ; .. .. ..$ host : Named chr "CRANWIN3" [11:06:24.098] | : . ' , ; .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:24.098] | : . ' , ; .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:24.098] | : . ' , ; .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:24.098] | : . ' , ; .. .. ..$ pid : int 39200 [11:06:24.098] | : . ' , ; .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:24.098] | : . ' , ; .. .. ..$ random: int 2147483647 [11:06:24.098] | : . ' , ; ..$ r_info :List of 4 [11:06:24.098] | : . ' , ; .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:24.098] | : . ' , ; .. .. ..$ : int [1:3] 4 6 0 [11:06:24.098] | : . ' , ; .. ..$ os : chr "windows" [11:06:24.098] | : . ' , ; .. ..$ os_name : chr "Windows" [11:06:24.098] | : . ' , ; .. ..$ captures_utf8: logi TRUE [11:06:24.098] | : . ' , ; ..$ version : chr "1.8" [11:06:24.098] | : . ' , ; ..- attr(*, "class")= chr "FutureResult" [11:06:24.098] | : . ' , ; $ success: logi TRUE [11:06:24.098] | : . ' , ; $ time : 'proc_time' Named num [1:5] 0.07 0 0.06 NA NA [11:06:24.098] | : . ' , ; ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:24.098] | : . ' , ; $ tag : NULL [11:06:24.113] | : . ' , ; Received FutureResult [11:06:24.113] | : . ' , ; FutureResult: [11:06:24.113] | : . ' , ; value: 'list' [11:06:24.113] | : . ' , ; visible: TRUE [11:06:24.113] | : . ' , ; stdout: NULL [11:06:24.113] | : . ' , ; conditions: [n = 0] [11:06:24.113] | : . ' , ; RNG used: FALSE [11:06:24.113] | : . ' , ; duration: 0.05971289 secs (started 2026-02-20 11:06:24.036133) [11:06:24.113] | : . ' , ; version: 1.8 [11:06:24.114] | : . ' , ; FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:24.114] | : . ' , ; ` Removed future from position #2 [11:06:24.114] | : . ' , ; ` Number of registered futures: 1 [11:06:24.114] | : . ' , ; FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:24.114] | : . ' , ; Erased future from future backend [11:06:24.115] | : . ' , ; result() for ClusterFuture ... [11:06:24.115] | : . ' , ; ` result already collected: FutureResult [11:06:24.115] | : . ' , ; result() for ClusterFuture ... done [11:06:24.115] | : . ' , ; signalConditions() ... [11:06:24.115] | : . ' , ; ` include = 'immediateCondition' [11:06:24.116] | : . ' , ; ` exclude = [11:06:24.116] | : . ' , ; ` resignal = FALSE [11:06:24.116] | : . ' , ; ` Number of conditions: 0 [11:06:24.116] | : . ' , ; ` int 0 [11:06:24.117] | : . ' , ; signalConditions() ... done [11:06:24.117] | : . ' , receiveMessageFromWorker() for ClusterFuture ... done [11:06:24.117] | : . ' , receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:24.117] | : . ' resolved() for MultisessionFuture ('future_lapply-2') ... done [11:06:24.117] | : . ' assertFutureResult() ... [11:06:24.117] | : . ' , Future uuid: a4406347f719c72d2a60772f8d7cc792-8 [11:06:24.118] | : . ' , identical; success [11:06:24.118] | : . ' assertFutureResult() ... done [11:06:24.118] | : . resolved() ... done [11:06:24.026] | : . MultisessionFuture: [11:06:24.026] | : . Label: 'future_lapply-2' [11:06:24.026] | : . Expression: [11:06:24.026] | : . { [11:06:24.026] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:24.026] | : . "# expression in do.call(), because function called uses '...' " [11:06:24.026] | : . "# as a global variable " [11:06:24.026] | : . do.call(function(...) { [11:06:24.026] | : . "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:24.026] | : . "# without having an '...' argument. This means '...' is treated" [11:06:24.026] | : . "# as a global variable. This may happen when FUN() is an " [11:06:24.026] | : . "# anonymous function. " [11:06:24.026] | : . "# " [11:06:24.026] | : . "# If an anonymous function, we will make sure to restore the " [11:06:24.026] | : . "# function environment of FUN() to the calling environment. " [11:06:24.026] | : . "# We assume FUN() an anonymous function if it lives in the " [11:06:24.026] | : . "# global environment, which is where globals are written. " [11:06:24.026] | : . penv <- env <- environment(...future.FUN) [11:06:24.026] | : . repeat { [11:06:24.026] | : . if (identical(env, globalenv()) || identical(env, [11:06:24.026] | : . emptyenv())) [11:06:24.026] | : . break [11:06:24.026] | : . penv <- env [11:06:24.026] | : . env <- parent.env(env) [11:06:24.026] | : . } [11:06:24.026] | : . if (identical(penv, globalenv())) { [11:06:24.026] | : . environment(...future.FUN) <- environment() [11:06:24.026] | : . } [11:06:24.026] | : . else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:24.026] | : . !isNamespace(penv)) { [11:06:24.026] | : . parent.env(penv) <- environment() [11:06:24.026] | : . } [11:06:24.026] | : . rm(list = c("env", "penv"), inherits = FALSE) [11:06:24.026] | : . { [11:06:24.026] | : . "# future.apply:::future_xapply(): preserve future option" [11:06:24.026] | : . ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:24.026] | : . if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:24.026] | : . oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:24.026] | : . on.exit(options(oopts), add = TRUE) [11:06:24.026] | : . } [11:06:24.026] | : . { [11:06:24.026] | : . "# future.apply::future_lapply(): process chunk of elements" [11:06:24.026] | : . lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:24.026] | : . ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:24.026] | : . { [11:06:24.026] | : . ...future.FUN(...future.X_jj, ...) [11:06:24.026] | : . } [11:06:24.026] | : . }) [11:06:24.026] | : . } [11:06:24.026] | : . } [11:06:24.026] | : . }, args = future.call.arguments) [11:06:24.026] | : . } [11:06:24.026] | : . Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:24.026] | : . Packages: [11:06:24.026] | : . L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:24.026] | : . Capture standard output: FALSE [11:06:24.026] | : . Capture condition classes: 'condition' (excluding '') [11:06:24.026] | : . Immediate condition classes: 'immediateCondition' [11:06:24.026] | : . Lazy evaluation: FALSE [11:06:24.026] | : . Local evaluation: TRUE [11:06:24.026] | : . Early signaling: FALSE [11:06:24.026] | : . Actions: [n=1] 'run' [11:06:24.026] | : . State: 'running' ("Future is being evaluated") [11:06:24.026] | : . Resolved: TRUE [11:06:24.026] | : . Unique identifier: a4406347f719c72d2a60772f8d7cc792-8 [11:06:24.026] | : . Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:24.026] | : . Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:24.026] | : . Value: [11:06:24.026] | : . Conditions captured: [11:06:24.118] | : . Chunk #2 of 2 ... DONE [11:06:24.119] | : . Launching 2 futures (chunks) ... DONE [11:06:24.119] | : . Resolving 2 futures (chunks) ... [11:06:24.119] | : . value() for list ... [11:06:24.119] | : . ' recursive: 0 [11:06:24.119] | : . ' reduce: FALSE [11:06:24.119] | : . ' length: 2 [11:06:24.120] | : . ' Number of remaining objects: 2 [11:06:24.120] | : . ' checking value #1: [11:06:24.120] | : . ' 'obj' is MultisessionFuture [11:06:24.120] | : . ' resolved() ... [11:06:24.120] | : . ' , resolved() for MultisessionFuture ('future_lapply-1') ... [11:06:24.121] | : . ' , ; Cluster node socket connection: index=4, id=435 [11:06:24.121] | : . ' , ; assertValidConnection() ... [11:06:24.121] | : . ' , ; ` cluster node index: 1 [11:06:24.122] | : . ' , ; assertValidConnection() ... done [11:06:24.323] | : . ' , ; socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:24.324] | : . ' , resolved() for MultisessionFuture ('future_lapply-1') ... done [11:06:24.324] | : . ' resolved() ... done [11:06:24.325] | : . ' checking value #2: [11:06:24.325] | : . ' 'obj' is MultisessionFuture [11:06:24.325] | : . ' resolved() ... [11:06:24.326] | : . ' resolved() ... done [11:06:24.326] | : . ' MultisessionFuture #2 [11:06:24.326] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:24.326] | : . ' , nx: 2 [11:06:24.326] | : . ' , relay: TRUE [11:06:24.326] | : . ' , stdout: TRUE [11:06:24.327] | : . ' , signal: TRUE [11:06:24.327] | : . ' , resignal: FALSE [11:06:24.327] | : . ' , force: TRUE [11:06:24.327] | : . ' , relayed: [n=2] FALSE, FALSE [11:06:24.327] | : . ' , queued futures: [n=2] FALSE, FALSE [11:06:24.328] | : . ' , until=1 [11:06:24.328] | : . ' , relaying element #1 [11:06:24.328] | : . ' , relayed: [n=2] FALSE, FALSE [11:06:24.328] | : . ' , queued futures: [n=2] FALSE, TRUE [11:06:24.328] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:24.329] | : . ' value(, ...) ... [11:06:24.329] | : . ' value(, ...) ... done [11:06:24.329] | : . ' value() for MultisessionFuture ('future_lapply-2') ... [11:06:24.329] | : . ' , result() for ClusterFuture ... [11:06:24.329] | : . ' , ; result already collected: FutureResult [11:06:24.330] | : . ' , result() for ClusterFuture ... done [11:06:24.330] | : . ' , result() for ClusterFuture ... [11:06:24.330] | : . ' , ; result already collected: FutureResult [11:06:24.330] | : . ' , result() for ClusterFuture ... done [11:06:24.330] | : . ' , signalConditions() ... [11:06:24.331] | : . ' , ; include = 'immediateCondition' [11:06:24.331] | : . ' , ; exclude = [11:06:24.331] | : . ' , ; resignal = FALSE [11:06:24.331] | : . ' , ; Number of conditions: 0 [11:06:24.331] | : . ' , ; int 0 [11:06:24.332] | : . ' , signalConditions() ... done [11:06:24.333] | : . ' , check for misuse ... [11:06:24.333] | : . ' , check for misuse ... done [11:06:24.333] | : . ' value() for MultisessionFuture ('future_lapply-2') ... done [11:06:24.333] | : . ' value: [11:06:24.334] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:24.334] | : . ' , nx: 2 [11:06:24.334] | : . ' , relay: TRUE [11:06:24.334] | : . ' , stdout: TRUE [11:06:24.334] | : . ' , signal: TRUE [11:06:24.334] | : . ' , resignal: FALSE [11:06:24.335] | : . ' , force: TRUE [11:06:24.335] | : . ' , relayed: [n=2] FALSE, FALSE [11:06:24.335] | : . ' , queued futures: [n=2] FALSE, TRUE [11:06:24.335] | : . ' , until=1 [11:06:24.335] | : . ' , relaying element #1 [11:06:24.336] | : . ' , relayed: [n=2] FALSE, FALSE [11:06:24.336] | : . ' , queued futures: [n=2] FALSE, TRUE [11:06:24.336] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:24.336] | : . ' resolve() for MultisessionFuture ... [11:06:24.336] | : . ' resolve() for MultisessionFuture ... done [11:06:24.337] | : . ' length: 1 (resolved future 2) [11:06:24.337] | : . value() for list ... done [11:06:24.355] | : . Number of remaining objects: 1 [11:06:24.355] | : . checking value #1: [11:06:24.355] | : . 'obj' is MultisessionFuture [11:06:24.355] | : . resolved() ... [11:06:24.356] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [11:06:24.356] | : . ' , Cluster node socket connection: index=4, id=435 [11:06:24.356] | : . ' , assertValidConnection() ... [11:06:24.357] | : . ' , ; cluster node index: 1 [11:06:24.357] | : . ' , assertValidConnection() ... done [11:06:24.375] | : . ' , receiveMessageFromWorker() for ClusterFuture ... [11:06:24.376] | : . ' , ; cluster node index: 1 [11:06:24.376] | : . ' , ; [1] TRUE [11:06:24.376] | : . ' , ; Received data: [11:06:24.376] | : . ' , ; List of 5 [11:06:24.376] | : . ' , ; $ type : chr "VALUE" [11:06:24.376] | : . ' , ; $ value :List of 16 [11:06:24.376] | : . ' , ; ..$ value :List of 1 [11:06:24.376] | : . ' , ; .. ..$ : int 1 [11:06:24.376] | : . ' , ; ..$ visible : logi TRUE [11:06:24.376] | : . ' , ; ..$ stdout : NULL [11:06:24.376] | : . ' , ; ..$ conditions : list() [11:06:24.376] | : . ' , ; ..$ rng : logi FALSE [11:06:24.376] | : . ' , ; ..$ seed : NULL [11:06:24.376] | : . ' , ; ..$ misuseGlobalEnv : NULL [11:06:24.376] | : . ' , ; ..$ misuseConnections :List of 3 [11:06:24.376] | : . ' , ; .. ..$ added : NULL [11:06:24.376] | : . ' , ; .. ..$ removed : NULL [11:06:24.376] | : . ' , ; .. ..$ replaced: NULL [11:06:24.376] | : . ' , ; ..$ misuseDevices : NULL [11:06:24.376] | : . ' , ; ..$ misuseDefaultDevice: list() [11:06:24.376] | : . ' , ; ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:24.376] | : . ' , ; ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:24" [11:06:24.376] | : . ' , ; ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "7" [11:06:24.376] | : . ' , ; ..$ session_uuid : chr "899b23da5da4f402e9f7f97406d39cb4" [11:06:24.376] | : . ' , ; .. ..- attr(*, "source")=List of 5 [11:06:24.376] | : . ' , ; .. .. ..$ host : Named chr "CRANWIN3" [11:06:24.376] | : . ' , ; .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:24.376] | : . ' , ; .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:24.376] | : . ' , ; .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:24.376] | : . ' , ; .. .. ..$ pid : int 68820 [11:06:24.376] | : . ' , ; .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:24.376] | : . ' , ; .. .. ..$ random: int 2147483647 [11:06:24.376] | : . ' , ; ..$ r_info :List of 4 [11:06:24.376] | : . ' , ; .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:24.376] | : . ' , ; .. .. ..$ : int [1:3] 4 6 0 [11:06:24.376] | : . ' , ; .. ..$ os : chr "windows" [11:06:24.376] | : . ' , ; .. ..$ os_name : chr "Windows" [11:06:24.376] | : . ' , ; .. ..$ captures_utf8: logi TRUE [11:06:24.376] | : . ' , ; ..$ version : chr "1.8" [11:06:24.376] | : . ' , ; ..- attr(*, "class")= chr "FutureResult" [11:06:24.376] | : . ' , ; $ success: logi TRUE [11:06:24.376] | : . ' , ; $ time : 'proc_time' Named num [1:5] 0.03 0.02 0.56 NA NA [11:06:24.376] | : . ' , ; ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:24.376] | : . ' , ; $ tag : NULL [11:06:24.390] | : . ' , ; Received FutureResult [11:06:24.390] | : . ' , ; FutureResult: [11:06:24.390] | : . ' , ; value: 'list' [11:06:24.390] | : . ' , ; visible: TRUE [11:06:24.390] | : . ' , ; stdout: NULL [11:06:24.390] | : . ' , ; conditions: [n = 0] [11:06:24.390] | : . ' , ; RNG used: FALSE [11:06:24.390] | : . ' , ; duration: 0.5626979 secs (started 2026-02-20 11:06:23.811742) [11:06:24.390] | : . ' , ; version: 1.8 [11:06:24.391] | : . ' , ; FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:24.391] | : . ' , ; ` Removed future from position #1 [11:06:24.391] | : . ' , ; ` Number of registered futures: 0 [11:06:24.391] | : . ' , ; FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:24.392] | : . ' , ; Erased future from future backend [11:06:24.392] | : . ' , ; result() for ClusterFuture ... [11:06:24.392] | : . ' , ; ` result already collected: FutureResult [11:06:24.392] | : . ' , ; result() for ClusterFuture ... done [11:06:24.392] | : . ' , ; signalConditions() ... [11:06:24.393] | : . ' , ; ` include = 'immediateCondition' [11:06:24.393] | : . ' , ; ` exclude = [11:06:24.393] | : . ' , ; ` resignal = FALSE [11:06:24.393] | : . ' , ; ` Number of conditions: 0 [11:06:24.393] | : . ' , ; ` int 0 [11:06:24.394] | : . ' , ; signalConditions() ... done [11:06:24.394] | : . ' , receiveMessageFromWorker() for ClusterFuture ... done [11:06:24.394] | : . ' , receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:24.394] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [11:06:24.394] | : . ' assertFutureResult() ... [11:06:24.395] | : . ' , Future uuid: a4406347f719c72d2a60772f8d7cc792-7 [11:06:24.395] | : . ' , identical; success [11:06:24.395] | : . ' assertFutureResult() ... done [11:06:24.395] | : . resolved() ... done [11:06:24.395] | : . MultisessionFuture #1 [11:06:24.395] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:24.396] | : . ' nx: 2 [11:06:24.396] | : . ' relay: TRUE [11:06:24.396] | : . ' stdout: TRUE [11:06:24.396] | : . ' signal: TRUE [11:06:24.396] | : . ' resignal: FALSE [11:06:24.396] | : . ' force: TRUE [11:06:24.396] | : . ' relayed: [n=2] FALSE, FALSE [11:06:24.397] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:24.397] | : . ' until=1 [11:06:24.397] | : . ' relaying element #1 [11:06:24.397] | : . ' value() for MultisessionFuture ('future_lapply-1') ... [11:06:24.397] | : . ' , result() for ClusterFuture ... [11:06:24.398] | : . ' , ; result already collected: FutureResult [11:06:24.398] | : . ' , result() for ClusterFuture ... done [11:06:24.398] | : . ' , result() for ClusterFuture ... [11:06:24.398] | : . ' , ; result already collected: FutureResult [11:06:24.398] | : . ' , result() for ClusterFuture ... done [11:06:24.398] | : . ' , signalConditions() ... [11:06:24.399] | : . ' , ; include = 'immediateCondition' [11:06:24.399] | : . ' , ; exclude = [11:06:24.399] | : . ' , ; resignal = FALSE [11:06:24.399] | : . ' , ; Number of conditions: 0 [11:06:24.399] | : . ' , ; int 0 [11:06:24.400] | : . ' , signalConditions() ... done [11:06:24.400] | : . ' , relay stdout ... [11:06:24.400] | : . ' , relay stdout ... done [11:06:24.400] | : . ' , check for misuse ... [11:06:24.400] | : . ' , check for misuse ... done [11:06:24.401] | : . ' value() for MultisessionFuture ('future_lapply-1') ... done [11:06:24.401] | : . ' result() for ClusterFuture ... [11:06:24.401] | : . ' , result already collected: FutureResult [11:06:24.401] | : . ' result() for ClusterFuture ... done [11:06:24.401] | : . ' signalConditions() ... [11:06:24.401] | : . ' , include = 'immediateCondition' [11:06:24.402] | : . ' , exclude = [11:06:24.402] | : . ' , resignal = FALSE [11:06:24.402] | : . ' , Number of conditions: 0 [11:06:24.402] | : . ' , int 0 [11:06:24.403] | : . ' signalConditions() ... done [11:06:24.403] | : . ' result() for ClusterFuture ... [11:06:24.403] | : . ' , result already collected: FutureResult [11:06:24.403] | : . ' result() for ClusterFuture ... done [11:06:24.403] | : . ' signalConditions() ... [11:06:24.403] | : . ' , include = 'condition' [11:06:24.404] | : . ' , exclude = 'error', 'immediateCondition' [11:06:24.404] | : . ' , resignal = TRUE [11:06:24.404] | : . ' , Number of conditions: 0 [11:06:24.404] | : . ' , int 0 [11:06:24.405] | : . ' signalConditions() ... done [11:06:24.405] | : . ' relayed: [n=2] TRUE, FALSE [11:06:24.405] | : . ' queued futures: [n=2] TRUE, TRUE [11:06:24.405] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:24.405] | : . value(, ...) ... [11:06:24.406] | : . value(, ...) ... done [11:06:24.406] | : . value() for MultisessionFuture ('future_lapply-1') ... [11:06:24.406] | : . ' result() for ClusterFuture ... [11:06:24.406] | : . ' , result already collected: FutureResult [11:06:24.406] | : . ' result() for ClusterFuture ... done [11:06:24.406] | : . ' result() for ClusterFuture ... [11:06:24.407] | : . ' , result already collected: FutureResult [11:06:24.407] | : . ' result() for ClusterFuture ... done [11:06:24.407] | : . ' signalConditions() ... [11:06:24.407] | : . ' , include = 'immediateCondition' [11:06:24.407] | : . ' , exclude = [11:06:24.407] | : . ' , resignal = FALSE [11:06:24.408] | : . ' , Number of conditions: 0 [11:06:24.408] | : . ' , int 0 [11:06:24.408] | : . ' signalConditions() ... done [11:06:24.408] | : . ' check for misuse ... [11:06:24.409] | : . ' check for misuse ... done [11:06:24.409] | : . value() for MultisessionFuture ('future_lapply-1') ... done [11:06:24.409] | : . value: [11:06:24.409] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:24.410] | : . ' nx: 2 [11:06:24.410] | : . ' relay: TRUE [11:06:24.410] | : . ' stdout: TRUE [11:06:24.410] | : . ' signal: TRUE [11:06:24.410] | : . ' resignal: FALSE [11:06:24.410] | : . ' force: TRUE [11:06:24.410] | : . ' relayed: [n=2] TRUE, FALSE [11:06:24.411] | : . ' queued futures: [n=2] TRUE, TRUE [11:06:24.411] | : . ' until=2 [11:06:24.411] | : . ' relaying element #2 [11:06:24.411] | : . ' value() for MultisessionFuture ('future_lapply-2') ... [11:06:24.411] | : . ' , result() for ClusterFuture ... [11:06:24.412] | : . ' , ; result already collected: FutureResult [11:06:24.412] | : . ' , result() for ClusterFuture ... done [11:06:24.412] | : . ' , result() for ClusterFuture ... [11:06:24.412] | : . ' , ; result already collected: FutureResult [11:06:24.412] | : . ' , result() for ClusterFuture ... done [11:06:24.412] | : . ' , signalConditions() ... [11:06:24.413] | : . ' , ; include = 'immediateCondition' [11:06:24.413] | : . ' , ; exclude = [11:06:24.413] | : . ' , ; resignal = FALSE [11:06:24.413] | : . ' , ; Number of conditions: 0 [11:06:24.413] | : . ' , ; int 0 [11:06:24.414] | : . ' , signalConditions() ... done [11:06:24.414] | : . ' , relay stdout ... [11:06:24.414] | : . ' , relay stdout ... done [11:06:24.414] | : . ' , check for misuse ... [11:06:24.414] | : . ' , check for misuse ... done [11:06:24.415] | : . ' value() for MultisessionFuture ('future_lapply-2') ... done [11:06:24.415] | : . ' result() for ClusterFuture ... [11:06:24.415] | : . ' , result already collected: FutureResult [11:06:24.415] | : . ' result() for ClusterFuture ... done [11:06:24.415] | : . ' signalConditions() ... [11:06:24.416] | : . ' , include = 'immediateCondition' [11:06:24.416] | : . ' , exclude = [11:06:24.416] | : . ' , resignal = FALSE [11:06:24.416] | : . ' , Number of conditions: 0 [11:06:24.416] | : . ' , int 0 [11:06:24.417] | : . ' signalConditions() ... done [11:06:24.425] | : . ' result() for ClusterFuture ... [11:06:24.425] | : . ' , result already collected: FutureResult [11:06:24.425] | : . ' result() for ClusterFuture ... done [11:06:24.425] | : . ' signalConditions() ... [11:06:24.426] | : . ' , include = 'condition' [11:06:24.426] | : . ' , exclude = 'error', 'immediateCondition' [11:06:24.426] | : . ' , resignal = TRUE [11:06:24.426] | : . ' , Number of conditions: 0 [11:06:24.426] | : . ' , int 0 [11:06:24.427] | : . ' signalConditions() ... done [11:06:24.427] | : . ' relayed: [n=2] TRUE, TRUE [11:06:24.427] | : . ' queued futures: [n=2] TRUE, TRUE [11:06:24.427] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:24.428] | : . resolve() for MultisessionFuture ... [11:06:24.428] | : . resolve() for MultisessionFuture ... done [11:06:24.428] | : . length: 0 (resolved future 1) [11:06:24.428] | : future_lapply() -> future_xapply() ... done [11:06:24.428] | : Relaying remaining futures ... [11:06:24.428] | : . signalConditionsASAP(NULL, pos=0) ... [11:06:24.429] | : . ' nx: 2 [11:06:24.429] | : . ' relay: TRUE [11:06:24.429] | : . ' stdout: TRUE [11:06:24.429] | : . ' signal: TRUE [11:06:24.429] | : . ' resignal: FALSE [11:06:24.429] | : . ' force: TRUE [11:06:24.430] | : . ' relayed: [n=2] TRUE, TRUE [11:06:24.430] | : . ' queued futures: [n=2] TRUE, TRUE - flush all [11:06:24.430] | : . ' relayed: [n=2] TRUE, TRUE [11:06:24.430] | : . ' queued futures: [n=2] TRUE, TRUE [11:06:24.430] | : . signalConditionsASAP(NULL, pos=0) ... done [11:06:24.430] | : Relaying remaining futures ... done [11:06:24.431] | future_lapply() ... done [11:06:24.431] | - Number of value chunks collected: 2 [11:06:24.431] | Resolving 2 futures (chunks) ... DONE [11:06:24.431] | Reducing values from 2 chunks ... [11:06:24.431] | - Number of values collected after concatenation: 2 [11:06:24.432] | - Number of values expected: 2 [11:06:24.432] | Reducing values from 2 chunks ... DONE [11:06:24.432] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... [11:06:24.433] future_lapply() ... [11:06:24.434] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [11:06:24.434] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [11:06:24.434] | future_lapply() -> future_xapply() ... [11:06:24.434] | : nbrOfWorkers(NULL) ... [11:06:24.435] | : . List of 4 [11:06:24.435] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:24.435] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:24.435] | : . $ : language nbrOfWorkers() [11:06:24.435] | : . $ : language nbrOfWorkers.NULL() [11:06:24.437] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:24.437] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:24.437] | : . Number of workers: 2 [11:06:24.437] | : nbrOfWorkers(NULL) ... done [11:06:24.438] | : Number of chunks: 2 [11:06:24.438] | : getGlobalsAndPackagesXApply() ... [11:06:24.438] | : . future.globals: TRUE [11:06:24.438] | : . getGlobalsAndPackages() ... [11:06:24.438] | : . ' Searching for globals ... [11:06:24.448] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [11:06:24.448] | : . ' Searching for globals ... done [11:06:24.449] | : . ' Resolving globals: FALSE [11:06:24.449] | : . ' Search for packages associated with the globals ... [11:06:24.449] | : . ' , Packages associated with globals: [1] 'base' [11:06:24.449] | : . ' , Packages: [1] 'base' [11:06:24.450] | : . ' Search for packages associated with the globals ... done [11:06:24.450] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [11:06:24.450] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [11:06:24.451] | : . ' Packages after dropping 'base': [0] [11:06:24.451] | : . ' globals: [1] 'FUN' [11:06:24.451] | : . ' packages: [0] [11:06:24.451] | : . getGlobalsAndPackages() ... done [11:06:24.451] | : . globals found/used: [n=1] 'FUN' [11:06:24.451] | : . needed namespaces: [n=0] [11:06:24.452] | : . use_args: TRUE [11:06:24.452] | : . Getting '...' globals ... [11:06:24.452] | : . ' resolve() for FutureGlobals ... [11:06:24.452] | : . ' , recursive: 0 [11:06:24.453] | : . ' , Number of elements: 1 [11:06:24.453] | : . ' , elements: '...' [11:06:24.453] | : . ' , 'obj' is DotDotDotList [11:06:24.453] | : . ' , resolve(obj, ...) ... [11:06:24.453] | : . ' , ; resolve() for DotDotDotList ... [11:06:24.453] | : . ' , ; ` recursive: -1 [11:06:24.454] | : . ' , ; resolve() for DotDotDotList ... done [11:06:24.454] | : . ' , resolve(obj, ...) ... done [11:06:24.454] | : . ' , resolved() ... [11:06:24.454] | : . ' , ; resolved() for DotDotDotList ... [11:06:24.454] | : . ' , ; ` Number of elements: 0 [11:06:24.454] | : . ' , ; ` Number of futures: 0 [11:06:24.455] | : . ' , ; resolved() for DotDotDotList ... done [11:06:24.455] | : . ' , resolved() ... done [11:06:24.455] | : . ' , length: 0 (resolved future 1) [11:06:24.455] | : . ' resolve() for FutureGlobals ... done [11:06:24.455] | : . ' '...' content: [n=0] [11:06:24.456] | : . ' List of 1 [11:06:24.456] | : . ' $ ...: list() [11:06:24.456] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:24.456] | : . ' - attr(*, "where")=List of 1 [11:06:24.456] | : . ' ..$ ...: [11:06:24.456] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:24.456] | : . ' - attr(*, "resolved")= logi TRUE [11:06:24.456] | : . ' - attr(*, "total_size")= num NA [11:06:24.459] | : . Getting '...' globals ... done [11:06:24.459] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [11:06:24.459] | : . List of 2 [11:06:24.459] | : . $ ...future.FUN:function (x) [11:06:24.459] | : . $ ... : list() [11:06:24.459] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:24.459] | : . - attr(*, "where")=List of 2 [11:06:24.459] | : . ..$ ...future.FUN: [11:06:24.459] | : . ..$ ... : [11:06:24.459] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:24.459] | : . - attr(*, "resolved")= logi FALSE [11:06:24.459] | : . - attr(*, "total_size")= num 6008 [11:06:24.463] | : . Packages to be attached in all futures: [n=0] [11:06:24.463] | : getGlobalsAndPackagesXApply() ... done [11:06:24.463] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:24.463] | : List of 5 [11:06:24.463] | : $ ...future.FUN :function (x) [11:06:24.463] | : $ ... : list() [11:06:24.463] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:24.463] | : $ ...future.elements_ii : NULL [11:06:24.463] | : $ ...future.seeds_ii : NULL [11:06:24.463] | : $ ...future.globals.maxSize: NULL [11:06:24.463] | : - attr(*, "where")=List of 5 [11:06:24.463] | : ..$ ...future.FUN : [11:06:24.463] | : ..$ ... : [11:06:24.463] | : ..$ ...future.elements_ii : [11:06:24.463] | : ..$ ...future.seeds_ii : [11:06:24.463] | : ..$ ...future.globals.maxSize: [11:06:24.463] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:24.463] | : - attr(*, "resolved")= logi FALSE [11:06:24.463] | : - attr(*, "total_size")= num 6008 [11:06:24.469] | : Number of futures (= number of chunks): 2 [11:06:24.469] | : Launching 2 futures (chunks) ... [11:06:24.469] | : Chunk #1 of 2 ... [11:06:24.469] | : - Finding globals in 'X' for chunk #1 ... [11:06:24.470] | : getGlobalsAndPackages() ... [11:06:24.470] | : . Searching for globals ... [11:06:24.470] | : . ' globals found: [0] [11:06:24.470] | : . Searching for globals ... done [11:06:24.471] | : . globals: [0] [11:06:24.471] | : . packages: [0] [11:06:24.471] | : getGlobalsAndPackages() ... done [11:06:24.471] | : + additional globals found: [n=0] [11:06:24.471] | : + additional namespaces needed: [n=0] [11:06:24.472] | : - Finding globals in 'X' for chunk #1 ... DONE [11:06:24.472] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:24.472] | : - seeds: [11:06:24.472] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:24.472] | : future(..., label = 'future_lapply-1') ... [11:06:24.472] | : . lazy: FALSE [11:06:24.473] | : . stdout: TRUE [11:06:24.473] | : . conditions: [n=1] 'condition' [11:06:24.473] | : . getGlobalsAndPackages() ... [11:06:24.473] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:24.473] | : . ' Resolving globals: FALSE [11:06:24.473] | : . ' Tweak future expression to call with '...' arguments ... [11:06:24.474] | : . ' , { [11:06:24.474] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:24.474] | : . ' , "# expression in do.call(), because function called uses '...' " [11:06:24.474] | : . ' , "# as a global variable " [11:06:24.474] | : . ' , do.call(function(...) { [11:06:24.474] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:24.474] | : . ' , "# without having an '...' argument. This means '...' is treated" [11:06:24.474] | : . ' , "# as a global variable. This may happen when FUN() is an " [11:06:24.474] | : . ' , "# anonymous function. " [11:06:24.474] | : . ' , "# " [11:06:24.474] | : . ' , "# If an anonymous function, we will make sure to restore the " [11:06:24.474] | : . ' , "# function environment of FUN() to the calling environment. " [11:06:24.474] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [11:06:24.474] | : . ' , "# global environment, which is where globals are written. " [11:06:24.474] | : . ' , penv <- env <- environment(...future.FUN) [11:06:24.474] | : . ' , repeat { [11:06:24.474] | : . ' , if (identical(env, globalenv()) || identical(env, [11:06:24.474] | : . ' , emptyenv())) [11:06:24.474] | : . ' , break [11:06:24.474] | : . ' , penv <- env [11:06:24.474] | : . ' , env <- parent.env(env) [11:06:24.474] | : . ' , } [11:06:24.474] | : . ' , if (identical(penv, globalenv())) { [11:06:24.474] | : . ' , environment(...future.FUN) <- environment() [11:06:24.474] | : . ' , } [11:06:24.474] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:24.474] | : . ' , !isNamespace(penv)) { [11:06:24.474] | : . ' , parent.env(penv) <- environment() [11:06:24.474] | : . ' , } [11:06:24.474] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [11:06:24.474] | : . ' , { [11:06:24.474] | : . ' , "# future.apply:::future_xapply(): preserve future option" [11:06:24.474] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:24.474] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:24.474] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:24.474] | : . ' , on.exit(options(oopts), add = TRUE) [11:06:24.474] | : . ' , } [11:06:24.474] | : . ' , { [11:06:24.474] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [11:06:24.474] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:24.474] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:24.474] | : . ' , { [11:06:24.474] | : . ' , ...future.FUN(...future.X_jj, ...) [11:06:24.474] | : . ' , } [11:06:24.474] | : . ' , }) [11:06:24.474] | : . ' , } [11:06:24.474] | : . ' , } [11:06:24.474] | : . ' , }, args = future.call.arguments) [11:06:24.474] | : . ' , } [11:06:24.475] | : . ' Tweak future expression to call with '...' arguments ... done [11:06:24.475] | : . ' Search for packages associated with the globals ... [11:06:24.475] | : . ' , Packages associated with globals: [0] [11:06:24.476] | : . ' , Packages: [0] [11:06:24.476] | : . ' Search for packages associated with the globals ... done [11:06:24.476] | : . ' Packages after dropping 'base': [0] [11:06:24.476] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:24.476] | : . ' packages: [0] [11:06:24.477] | : . getGlobalsAndPackages() ... done [11:06:24.477] | : . run() for 'Future' ('future_lapply-1') ... [11:06:24.477] | : . ' state: 'created' [11:06:24.477] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:24.478] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:24.478] | : . ' Using MultisessionFutureBackend ... [11:06:24.478] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [11:06:24.478] | : . ' , Launching futures ... [11:06:24.478] | : . ' , ; launchFuture() for ClusterFutureBackend ... [11:06:24.479] | : . ' , ; ` Workers: [n=2] [11:06:24.479] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:24.481] | : . ' , ; ` FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:24.481] | : . ' , ; ` requestWorker() ... [11:06:24.481] | : . ' , ; ` | requestNode() ... [11:06:24.481] | : . ' , ; ` | : Number of workers: 2 [11:06:24.482] | : . ' , ; ` | : Polling for a free worker ... [11:06:24.482] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:24.482] | : . ' , ; ` | : . ' Listing all futures [11:06:24.482] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:24.482] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:24.482] | : . ' , ; ` | : . Total time: 0 [11:06:24.483] | : . ' , ; ` | : Polling for a free worker ... done [11:06:24.483] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:24.483] | : . ' , ; ` | : . Listing all futures [11:06:24.483] | : . ' , ; ` | : . Number of registered futures: 0 [11:06:24.483] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:24.484] | : . ' , ; ` | : avail: [n=2] '1', '2' [11:06:24.484] | : . ' , ; ` | : Index of first available worker: 1 [11:06:24.484] | : . ' , ; ` | : Validate that the worker is functional ... [11:06:24.484] | : . ' , ; ` | : . Worker is functional [11:06:24.485] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:24.485] | : . ' , ; ` | : . ' Listing all futures [11:06:24.485] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:24.485] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:24.485] | : . ' , ; ` | : Validate that the worker is functional ... done [11:06:24.485] | : . ' , ; ` | requestNode() ... done [11:06:24.486] | : . ' , ; ` | cluster node index: 1 [11:06:24.486] | : . ' , ; ` requestWorker() ... done [11:06:24.486] | : . ' , ; ` eraseGlobalEnvironment() ... [11:06:24.487] | : . ' , ; ` eraseGlobalEnvironment() ... done [11:06:24.487] | : . ' , ; ` launchFuture() ... [11:06:24.487] | : . ' , ; ` | cluster node index: 1 [11:06:24.487] | : . ' , ; ` | getFutureData() ... [11:06:24.487] | : . ' , ; ` | : getFutureCore() ... [11:06:24.487] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [11:06:24.488] | : . ' , ; ` | : getFutureCore() ... done [11:06:24.488] | : . ' , ; ` | : getFutureCapture() ... [11:06:24.488] | : . ' , ; ` | : getFutureCapture() ... done [11:06:24.488] | : . ' , ; ` | : getFutureContext() ... [11:06:24.488] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:24.489] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [11:06:24.489] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:24.489] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [11:06:24.489] | : . ' , ; ` | : getFutureContext() ... done [11:06:24.489] | : . ' , ; ` | getFutureData() ... done [11:06:24.490] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:24.490] | : . ' , ; ` | : Appended future to position #1 [11:06:24.490] | : . ' , ; ` | : Number of registered futures: 1 [11:06:24.490] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:24.491] | : . ' , ; ` launchFuture() ... done [11:06:24.491] | : . ' , ; ` MultisessionFuture started [11:06:24.491] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [11:06:24.491] | : . ' , Launching futures ... done [11:06:24.491] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:24.491] | : . ' Using MultisessionFutureBackend ... done [11:06:24.492] | : . run() for 'Future' ('future_lapply-1') ... done [11:06:24.492] | : future(..., label = 'future_lapply-1') ... done [11:06:24.492] | : Created future: [11:06:24.494] | : resolved() ... [11:06:24.494] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [11:06:24.494] | : . ' Cluster node socket connection: index=4, id=435 [11:06:24.495] | : . ' assertValidConnection() ... [11:06:24.495] | : . ' , cluster node index: 1 [11:06:24.495] | : . ' assertValidConnection() ... done [11:06:24.699] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:24.699] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [11:06:24.700] | : resolved() ... done [11:06:24.492] | : MultisessionFuture: [11:06:24.492] | : Label: 'future_lapply-1' [11:06:24.492] | : Expression: [11:06:24.492] | : { [11:06:24.492] | : "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:24.492] | : "# expression in do.call(), because function called uses '...' " [11:06:24.492] | : "# as a global variable " [11:06:24.492] | : do.call(function(...) { [11:06:24.492] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:24.492] | : "# without having an '...' argument. This means '...' is treated" [11:06:24.492] | : "# as a global variable. This may happen when FUN() is an " [11:06:24.492] | : "# anonymous function. " [11:06:24.492] | : "# " [11:06:24.492] | : "# If an anonymous function, we will make sure to restore the " [11:06:24.492] | : "# function environment of FUN() to the calling environment. " [11:06:24.492] | : "# We assume FUN() an anonymous function if it lives in the " [11:06:24.492] | : "# global environment, which is where globals are written. " [11:06:24.492] | : penv <- env <- environment(...future.FUN) [11:06:24.492] | : repeat { [11:06:24.492] | : if (identical(env, globalenv()) || identical(env, [11:06:24.492] | : emptyenv())) [11:06:24.492] | : break [11:06:24.492] | : penv <- env [11:06:24.492] | : env <- parent.env(env) [11:06:24.492] | : } [11:06:24.492] | : if (identical(penv, globalenv())) { [11:06:24.492] | : environment(...future.FUN) <- environment() [11:06:24.492] | : } [11:06:24.492] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:24.492] | : !isNamespace(penv)) { [11:06:24.492] | : parent.env(penv) <- environment() [11:06:24.492] | : } [11:06:24.492] | : rm(list = c("env", "penv"), inherits = FALSE) [11:06:24.492] | : { [11:06:24.492] | : "# future.apply:::future_xapply(): preserve future option" [11:06:24.492] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:24.492] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:24.492] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:24.492] | : on.exit(options(oopts), add = TRUE) [11:06:24.492] | : } [11:06:24.492] | : { [11:06:24.492] | : "# future.apply::future_lapply(): process chunk of elements" [11:06:24.492] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:24.492] | : ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:24.492] | : { [11:06:24.492] | : ...future.FUN(...future.X_jj, ...) [11:06:24.492] | : } [11:06:24.492] | : }) [11:06:24.492] | : } [11:06:24.492] | : } [11:06:24.492] | : }, args = future.call.arguments) [11:06:24.492] | : } [11:06:24.492] | : Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:24.492] | : Packages: [11:06:24.492] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:24.492] | : Capture standard output: TRUE [11:06:24.492] | : Capture condition classes: 'condition' (excluding '') [11:06:24.492] | : Immediate condition classes: 'immediateCondition' [11:06:24.492] | : Lazy evaluation: FALSE [11:06:24.492] | : Local evaluation: TRUE [11:06:24.492] | : Early signaling: FALSE [11:06:24.492] | : Actions: [n=1] 'run' [11:06:24.492] | : State: 'running' ("Future is being evaluated") [11:06:24.492] | : Resolved: FALSE [11:06:24.492] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-9 [11:06:24.492] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:24.492] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:24.492] | : Value: [11:06:24.492] | : Conditions captured: [11:06:24.701] | : Chunk #1 of 2 ... DONE [11:06:24.701] | : Chunk #2 of 2 ... [11:06:24.701] | : - Finding globals in 'X' for chunk #2 ... [11:06:24.701] | : getGlobalsAndPackages() ... [11:06:24.702] | : . Searching for globals ... [11:06:24.702] | : . ' globals found: [0] [11:06:24.703] | : . Searching for globals ... done [11:06:24.703] | : . globals: [0] [11:06:24.703] | : . packages: [0] [11:06:24.703] | : getGlobalsAndPackages() ... done [11:06:24.703] | : + additional globals found: [n=0] [11:06:24.704] | : + additional namespaces needed: [n=0] [11:06:24.704] | : - Finding globals in 'X' for chunk #2 ... DONE [11:06:24.704] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:24.704] | : - seeds: [11:06:24.704] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:24.705] | : future(..., label = 'future_lapply-2') ... [11:06:24.705] | : . lazy: FALSE [11:06:24.705] | : . stdout: TRUE [11:06:24.705] | : . conditions: [n=1] 'condition' [11:06:24.705] | : . getGlobalsAndPackages() ... [11:06:24.706] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:24.706] | : . ' Resolving globals: FALSE [11:06:24.706] | : . ' Tweak future expression to call with '...' arguments ... [11:06:24.706] | : . ' , { [11:06:24.706] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:24.706] | : . ' , "# expression in do.call(), because function called uses '...' " [11:06:24.706] | : . ' , "# as a global variable " [11:06:24.706] | : . ' , do.call(function(...) { [11:06:24.706] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:24.706] | : . ' , "# without having an '...' argument. This means '...' is treated" [11:06:24.706] | : . ' , "# as a global variable. This may happen when FUN() is an " [11:06:24.706] | : . ' , "# anonymous function. " [11:06:24.706] | : . ' , "# " [11:06:24.706] | : . ' , "# If an anonymous function, we will make sure to restore the " [11:06:24.706] | : . ' , "# function environment of FUN() to the calling environment. " [11:06:24.706] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [11:06:24.706] | : . ' , "# global environment, which is where globals are written. " [11:06:24.706] | : . ' , penv <- env <- environment(...future.FUN) [11:06:24.706] | : . ' , repeat { [11:06:24.706] | : . ' , if (identical(env, globalenv()) || identical(env, [11:06:24.706] | : . ' , emptyenv())) [11:06:24.706] | : . ' , break [11:06:24.706] | : . ' , penv <- env [11:06:24.706] | : . ' , env <- parent.env(env) [11:06:24.706] | : . ' , } [11:06:24.706] | : . ' , if (identical(penv, globalenv())) { [11:06:24.706] | : . ' , environment(...future.FUN) <- environment() [11:06:24.706] | : . ' , } [11:06:24.706] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:24.706] | : . ' , !isNamespace(penv)) { [11:06:24.706] | : . ' , parent.env(penv) <- environment() [11:06:24.706] | : . ' , } [11:06:24.706] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [11:06:24.706] | : . ' , { [11:06:24.706] | : . ' , "# future.apply:::future_xapply(): preserve future option" [11:06:24.706] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:24.706] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:24.706] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:24.706] | : . ' , on.exit(options(oopts), add = TRUE) [11:06:24.706] | : . ' , } [11:06:24.706] | : . ' , { [11:06:24.706] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [11:06:24.706] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:24.706] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:24.706] | : . ' , { [11:06:24.706] | : . ' , ...future.FUN(...future.X_jj, ...) [11:06:24.706] | : . ' , } [11:06:24.706] | : . ' , }) [11:06:24.706] | : . ' , } [11:06:24.706] | : . ' , } [11:06:24.706] | : . ' , }, args = future.call.arguments) [11:06:24.706] | : . ' , } [11:06:24.708] | : . ' Tweak future expression to call with '...' arguments ... done [11:06:24.708] | : . ' Search for packages associated with the globals ... [11:06:24.708] | : . ' , Packages associated with globals: [0] [11:06:24.709] | : . ' , Packages: [0] [11:06:24.709] | : . ' Search for packages associated with the globals ... done [11:06:24.709] | : . ' Packages after dropping 'base': [0] [11:06:24.709] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:24.710] | : . ' packages: [0] [11:06:24.710] | : . getGlobalsAndPackages() ... done [11:06:24.710] | : . run() for 'Future' ('future_lapply-2') ... [11:06:24.711] | : . ' state: 'created' [11:06:24.711] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:24.711] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:24.711] | : . ' Using MultisessionFutureBackend ... [11:06:24.712] | : . ' , Number of futures since start: 3 (3 created, 3 launched, 2 finished) [11:06:24.712] | : . ' , Launching futures ... [11:06:24.712] | : . ' , ; launchFuture() for ClusterFutureBackend ... [11:06:24.713] | : . ' , ; ` Workers: [n=2] [11:06:24.713] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:24.715] | : . ' , ; ` FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:24.716] | : . ' , ; ` requestWorker() ... [11:06:24.716] | : . ' , ; ` | requestNode() ... [11:06:24.716] | : . ' , ; ` | : Number of workers: 2 [11:06:24.716] | : . ' , ; ` | : Polling for a free worker ... [11:06:24.716] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:24.717] | : . ' , ; ` | : . ' Listing all futures [11:06:24.717] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:24.717] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:24.717] | : . ' , ; ` | : . Total time: 0 [11:06:24.717] | : . ' , ; ` | : Polling for a free worker ... done [11:06:24.718] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:24.718] | : . ' , ; ` | : . Listing all futures [11:06:24.718] | : . ' , ; ` | : . Number of registered futures: 1 [11:06:24.718] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:24.718] | : . ' , ; ` | : avail: [n=2] '2' [11:06:24.719] | : . ' , ; ` | : Index of first available worker: 2 [11:06:24.719] | : . ' , ; ` | : Validate that the worker is functional ... [11:06:24.720] | : . ' , ; ` | : . Worker is functional [11:06:24.720] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:24.720] | : . ' , ; ` | : . ' Listing all futures [11:06:24.721] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:24.721] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:24.721] | : . ' , ; ` | : Validate that the worker is functional ... done [11:06:24.721] | : . ' , ; ` | requestNode() ... done [11:06:24.721] | : . ' , ; ` | cluster node index: 2 [11:06:24.722] | : . ' , ; ` requestWorker() ... done [11:06:24.722] | : . ' , ; ` eraseGlobalEnvironment() ... [11:06:24.722] | : . ' , ; ` eraseGlobalEnvironment() ... done [11:06:24.723] | : . ' , ; ` launchFuture() ... [11:06:24.723] | : . ' , ; ` | cluster node index: 2 [11:06:24.723] | : . ' , ; ` | getFutureData() ... [11:06:24.723] | : . ' , ; ` | : getFutureCore() ... [11:06:24.723] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [11:06:24.724] | : . ' , ; ` | : getFutureCore() ... done [11:06:24.724] | : . ' , ; ` | : getFutureCapture() ... [11:06:24.724] | : . ' , ; ` | : getFutureCapture() ... done [11:06:24.724] | : . ' , ; ` | : getFutureContext() ... [11:06:24.724] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:24.725] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [11:06:24.725] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:24.725] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [11:06:24.725] | : . ' , ; ` | : getFutureContext() ... done [11:06:24.725] | : . ' , ; ` | getFutureData() ... done [11:06:24.726] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:24.726] | : . ' , ; ` | : Appended future to position #2 [11:06:24.726] | : . ' , ; ` | : Number of registered futures: 2 [11:06:24.727] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:24.727] | : . ' , ; ` launchFuture() ... done [11:06:24.727] | : . ' , ; ` MultisessionFuture started [11:06:24.727] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [11:06:24.727] | : . ' , Launching futures ... done [11:06:24.728] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:24.728] | : . ' Using MultisessionFutureBackend ... done [11:06:24.728] | : . run() for 'Future' ('future_lapply-2') ... done [11:06:24.728] | : future(..., label = 'future_lapply-2') ... done [11:06:24.728] | : Created future: [11:06:24.730] | : resolved() ... [11:06:24.731] | : . resolved() for MultisessionFuture ('future_lapply-2') ... [11:06:24.731] | : . ' Cluster node socket connection: index=5, id=436 [11:06:24.732] | : . ' assertValidConnection() ... [11:06:24.732] | : . ' , cluster node index: 2 [11:06:24.732] | : . ' assertValidConnection() ... done [11:06:24.732] | : . ' receiveMessageFromWorker() for ClusterFuture ... [11:06:24.733] | : . ' , cluster node index: 2 [11:06:24.733] | : . ' , [1] TRUE [11:06:24.733] | : . ' , Received data: [11:06:24.733] | : . ' , List of 5 [11:06:24.733] | : . ' , $ type : chr "VALUE" [11:06:24.733] | : . ' , $ value :List of 16 [11:06:24.733] | : . ' , ..$ value :List of 1 [11:06:24.733] | : . ' , .. ..$ : int 0 [11:06:24.733] | : . ' , ..$ visible : logi TRUE [11:06:24.733] | : . ' , ..$ stdout : chr "[1] 0\n" [11:06:24.733] | : . ' , ..$ conditions : list() [11:06:24.733] | : . ' , ..$ rng : logi FALSE [11:06:24.733] | : . ' , ..$ seed : NULL [11:06:24.733] | : . ' , ..$ misuseGlobalEnv : NULL [11:06:24.733] | : . ' , ..$ misuseConnections :List of 3 [11:06:24.733] | : . ' , .. ..$ added : NULL [11:06:24.733] | : . ' , .. ..$ removed : NULL [11:06:24.733] | : . ' , .. ..$ replaced: NULL [11:06:24.733] | : . ' , ..$ misuseDevices : NULL [11:06:24.733] | : . ' , ..$ misuseDefaultDevice: list() [11:06:24.733] | : . ' , ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:24" [11:06:24.733] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:24" [11:06:24.733] | : . ' , ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "10" [11:06:24.733] | : . ' , ..$ session_uuid : chr "875f1fd18b3d9ed8377ec3d5dfaac77f" [11:06:24.733] | : . ' , .. ..- attr(*, "source")=List of 5 [11:06:24.733] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [11:06:24.733] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:24.733] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:24.733] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:24.733] | : . ' , .. .. ..$ pid : int 39200 [11:06:24.733] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:24.733] | : . ' , .. .. ..$ random: int 2147483647 [11:06:24.733] | : . ' , ..$ r_info :List of 4 [11:06:24.733] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:24.733] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [11:06:24.733] | : . ' , .. ..$ os : chr "windows" [11:06:24.733] | : . ' , .. ..$ os_name : chr "Windows" [11:06:24.733] | : . ' , .. ..$ captures_utf8: logi TRUE [11:06:24.733] | : . ' , ..$ version : chr "1.8" [11:06:24.733] | : . ' , ..- attr(*, "class")= chr "FutureResult" [11:06:24.733] | : . ' , $ success: logi TRUE [11:06:24.733] | : . ' , $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [11:06:24.733] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:24.733] | : . ' , $ tag : NULL [11:06:24.752] | : . ' , Received FutureResult [11:06:24.752] | : . ' , FutureResult: [11:06:24.752] | : . ' , value: 'list' [11:06:24.752] | : . ' , visible: TRUE [11:06:24.752] | : . ' , stdout: character [11:06:24.752] | : . ' , conditions: [n = 0] [11:06:24.752] | : . ' , RNG used: FALSE [11:06:24.752] | : . ' , duration: 0.003701925 secs (started 2026-02-20 11:06:24.726632) [11:06:24.752] | : . ' , version: 1.8 [11:06:24.753] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:24.753] | : . ' , ; Removed future from position #2 [11:06:24.753] | : . ' , ; Number of registered futures: 1 [11:06:24.753] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:24.753] | : . ' , Erased future from future backend [11:06:24.754] | : . ' , result() for ClusterFuture ... [11:06:24.754] | : . ' , ; result already collected: FutureResult [11:06:24.754] | : . ' , result() for ClusterFuture ... done [11:06:24.754] | : . ' , signalConditions() ... [11:06:24.754] | : . ' , ; include = 'immediateCondition' [11:06:24.754] | : . ' , ; exclude = [11:06:24.755] | : . ' , ; resignal = FALSE [11:06:24.755] | : . ' , ; Number of conditions: 0 [11:06:24.755] | : . ' , ; int 0 [11:06:24.755] | : . ' , signalConditions() ... done [11:06:24.756] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [11:06:24.756] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:24.756] | : . resolved() for MultisessionFuture ('future_lapply-2') ... done [11:06:24.756] | : . assertFutureResult() ... [11:06:24.756] | : . ' Future uuid: a4406347f719c72d2a60772f8d7cc792-10 [11:06:24.757] | : . ' identical; success [11:06:24.757] | : . assertFutureResult() ... done [11:06:24.757] | : resolved() ... done [11:06:24.729] | : MultisessionFuture: [11:06:24.729] | : Label: 'future_lapply-2' [11:06:24.729] | : Expression: [11:06:24.729] | : { [11:06:24.729] | : "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:24.729] | : "# expression in do.call(), because function called uses '...' " [11:06:24.729] | : "# as a global variable " [11:06:24.729] | : do.call(function(...) { [11:06:24.729] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:24.729] | : "# without having an '...' argument. This means '...' is treated" [11:06:24.729] | : "# as a global variable. This may happen when FUN() is an " [11:06:24.729] | : "# anonymous function. " [11:06:24.729] | : "# " [11:06:24.729] | : "# If an anonymous function, we will make sure to restore the " [11:06:24.729] | : "# function environment of FUN() to the calling environment. " [11:06:24.729] | : "# We assume FUN() an anonymous function if it lives in the " [11:06:24.729] | : "# global environment, which is where globals are written. " [11:06:24.729] | : penv <- env <- environment(...future.FUN) [11:06:24.729] | : repeat { [11:06:24.729] | : if (identical(env, globalenv()) || identical(env, [11:06:24.729] | : emptyenv())) [11:06:24.729] | : break [11:06:24.729] | : penv <- env [11:06:24.729] | : env <- parent.env(env) [11:06:24.729] | : } [11:06:24.729] | : if (identical(penv, globalenv())) { [11:06:24.729] | : environment(...future.FUN) <- environment() [11:06:24.729] | : } [11:06:24.729] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:24.729] | : !isNamespace(penv)) { [11:06:24.729] | : parent.env(penv) <- environment() [11:06:24.729] | : } [11:06:24.729] | : rm(list = c("env", "penv"), inherits = FALSE) [11:06:24.729] | : { [11:06:24.729] | : "# future.apply:::future_xapply(): preserve future option" [11:06:24.729] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:24.729] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:24.729] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:24.729] | : on.exit(options(oopts), add = TRUE) [11:06:24.729] | : } [11:06:24.729] | : { [11:06:24.729] | : "# future.apply::future_lapply(): process chunk of elements" [11:06:24.729] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:24.729] | : ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:24.729] | : { [11:06:24.729] | : ...future.FUN(...future.X_jj, ...) [11:06:24.729] | : } [11:06:24.729] | : }) [11:06:24.729] | : } [11:06:24.729] | : } [11:06:24.729] | : }, args = future.call.arguments) [11:06:24.729] | : } [11:06:24.729] | : Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:24.729] | : Packages: [11:06:24.729] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:24.729] | : Capture standard output: TRUE [11:06:24.729] | : Capture condition classes: 'condition' (excluding '') [11:06:24.729] | : Immediate condition classes: 'immediateCondition' [11:06:24.729] | : Lazy evaluation: FALSE [11:06:24.729] | : Local evaluation: TRUE [11:06:24.729] | : Early signaling: FALSE [11:06:24.729] | : Actions: [n=1] 'run' [11:06:24.729] | : State: 'running' ("Future is being evaluated") [11:06:24.729] | : Resolved: TRUE [11:06:24.729] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-10 [11:06:24.729] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:24.729] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:24.729] | : Value: [11:06:24.729] | : Conditions captured: [11:06:24.757] | : Chunk #2 of 2 ... DONE [11:06:24.758] | : Launching 2 futures (chunks) ... DONE [11:06:24.758] | : Resolving 2 futures (chunks) ... [11:06:24.758] | : value() for list ... [11:06:24.758] | : . recursive: 0 [11:06:24.758] | : . reduce: FALSE [11:06:24.758] | : . length: 2 [11:06:24.759] | : . Number of remaining objects: 2 [11:06:24.759] | : . checking value #1: [11:06:24.759] | : . 'obj' is MultisessionFuture [11:06:24.759] | : . resolved() ... [11:06:24.760] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [11:06:24.760] | : . ' , Cluster node socket connection: index=4, id=435 [11:06:24.760] | : . ' , assertValidConnection() ... [11:06:24.760] | : . ' , ; cluster node index: 1 [11:06:24.761] | : . ' , assertValidConnection() ... done [11:06:24.964] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:24.964] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [11:06:24.965] | : . resolved() ... done [11:06:24.965] | : . checking value #2: [11:06:24.965] | : . 'obj' is MultisessionFuture [11:06:24.965] | : . resolved() ... [11:06:24.965] | : . resolved() ... done [11:06:24.966] | : . MultisessionFuture #2 [11:06:24.966] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:24.966] | : . ' nx: 2 [11:06:24.966] | : . ' relay: TRUE [11:06:24.966] | : . ' stdout: TRUE [11:06:24.966] | : . ' signal: TRUE [11:06:24.967] | : . ' resignal: FALSE [11:06:24.967] | : . ' force: TRUE [11:06:24.967] | : . ' relayed: [n=2] FALSE, FALSE [11:06:24.967] | : . ' queued futures: [n=2] FALSE, FALSE [11:06:24.967] | : . ' until=1 [11:06:24.968] | : . ' relaying element #1 [11:06:24.968] | : . ' relayed: [n=2] FALSE, FALSE [11:06:24.968] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:24.968] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:24.968] | : . value(, ...) ... [11:06:24.968] | : . value(, ...) ... done [11:06:24.969] | : . value() for MultisessionFuture ('future_lapply-2') ... [11:06:24.969] | : . ' result() for ClusterFuture ... [11:06:24.969] | : . ' , result already collected: FutureResult [11:06:24.969] | : . ' result() for ClusterFuture ... done [11:06:24.969] | : . ' result() for ClusterFuture ... [11:06:24.970] | : . ' , result already collected: FutureResult [11:06:24.970] | : . ' result() for ClusterFuture ... done [11:06:24.970] | : . ' signalConditions() ... [11:06:24.970] | : . ' , include = 'immediateCondition' [11:06:24.970] | : . ' , exclude = [11:06:24.970] | : . ' , resignal = FALSE [11:06:24.971] | : . ' , Number of conditions: 0 [11:06:24.971] | : . ' , int 0 [11:06:24.971] | : . ' signalConditions() ... done [11:06:24.972] | : . ' check for misuse ... [11:06:24.972] | : . ' check for misuse ... done [11:06:24.972] | : . value() for MultisessionFuture ('future_lapply-2') ... done [11:06:24.972] | : . value: [11:06:24.972] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:24.973] | : . ' nx: 2 [11:06:24.973] | : . ' relay: TRUE [11:06:24.973] | : . ' stdout: TRUE [11:06:24.973] | : . ' signal: TRUE [11:06:24.973] | : . ' resignal: FALSE [11:06:24.973] | : . ' force: TRUE [11:06:24.974] | : . ' relayed: [n=2] FALSE, FALSE [11:06:24.974] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:24.974] | : . ' until=1 [11:06:24.974] | : . ' relaying element #1 [11:06:24.974] | : . ' relayed: [n=2] FALSE, FALSE [11:06:24.974] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:24.975] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:24.975] | : . resolve() for MultisessionFuture ... [11:06:24.975] | : . resolve() for MultisessionFuture ... done [11:06:24.975] | : . length: 1 (resolved future 2) [11:06:24.975] | : value() for list ... done [11:06:24.996] | : Number of remaining objects: 1 [11:06:24.996] | : checking value #1: [11:06:24.996] | : 'obj' is MultisessionFuture [11:06:24.997] | : resolved() ... [11:06:24.997] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [11:06:24.998] | : . ' Cluster node socket connection: index=4, id=435 [11:06:24.998] | : . ' assertValidConnection() ... [11:06:24.998] | : . ' , cluster node index: 1 [11:06:24.999] | : . ' assertValidConnection() ... done [11:06:25.000] | : . ' receiveMessageFromWorker() for ClusterFuture ... [11:06:25.001] | : . ' , cluster node index: 1 [11:06:25.001] | : . ' , [1] TRUE [11:06:25.001] | : . ' , Received data: [11:06:25.002] | : . ' , List of 5 [11:06:25.002] | : . ' , $ type : chr "VALUE" [11:06:25.002] | : . ' , $ value :List of 16 [11:06:25.002] | : . ' , ..$ value :List of 1 [11:06:25.002] | : . ' , .. ..$ : int 1 [11:06:25.002] | : . ' , ..$ visible : logi TRUE [11:06:25.002] | : . ' , ..$ stdout : chr "[1] 1\n" [11:06:25.002] | : . ' , ..$ conditions : list() [11:06:25.002] | : . ' , ..$ rng : logi FALSE [11:06:25.002] | : . ' , ..$ seed : NULL [11:06:25.002] | : . ' , ..$ misuseGlobalEnv : NULL [11:06:25.002] | : . ' , ..$ misuseConnections :List of 3 [11:06:25.002] | : . ' , .. ..$ added : NULL [11:06:25.002] | : . ' , .. ..$ removed : NULL [11:06:25.002] | : . ' , .. ..$ replaced: NULL [11:06:25.002] | : . ' , ..$ misuseDevices : NULL [11:06:25.002] | : . ' , ..$ misuseDefaultDevice: list() [11:06:25.002] | : . ' , ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:24" [11:06:25.002] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:24" [11:06:25.002] | : . ' , ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "9" [11:06:25.002] | : . ' , ..$ session_uuid : chr "899b23da5da4f402e9f7f97406d39cb4" [11:06:25.002] | : . ' , .. ..- attr(*, "source")=List of 5 [11:06:25.002] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [11:06:25.002] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:25.002] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:25.002] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:25.002] | : . ' , .. .. ..$ pid : int 68820 [11:06:25.002] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:25.002] | : . ' , .. .. ..$ random: int 2147483647 [11:06:25.002] | : . ' , ..$ r_info :List of 4 [11:06:25.002] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:25.002] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [11:06:25.002] | : . ' , .. ..$ os : chr "windows" [11:06:25.002] | : . ' , .. ..$ os_name : chr "Windows" [11:06:25.002] | : . ' , .. ..$ captures_utf8: logi TRUE [11:06:25.002] | : . ' , ..$ version : chr "1.8" [11:06:25.002] | : . ' , ..- attr(*, "class")= chr "FutureResult" [11:06:25.002] | : . ' , $ success: logi TRUE [11:06:25.002] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.52 NA NA [11:06:25.002] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:25.002] | : . ' , $ tag : NULL [11:06:25.016] | : . ' , Received FutureResult [11:06:25.016] | : . ' , FutureResult: [11:06:25.016] | : . ' , value: 'list' [11:06:25.016] | : . ' , visible: TRUE [11:06:25.016] | : . ' , stdout: character [11:06:25.016] | : . ' , conditions: [n = 0] [11:06:25.016] | : . ' , RNG used: FALSE [11:06:25.016] | : . ' , duration: 0.5080168 secs (started 2026-02-20 11:06:24.490564) [11:06:25.016] | : . ' , version: 1.8 [11:06:25.017] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:25.017] | : . ' , ; Removed future from position #1 [11:06:25.017] | : . ' , ; Number of registered futures: 0 [11:06:25.018] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:25.018] | : . ' , Erased future from future backend [11:06:25.018] | : . ' , result() for ClusterFuture ... [11:06:25.018] | : . ' , ; result already collected: FutureResult [11:06:25.018] | : . ' , result() for ClusterFuture ... done [11:06:25.019] | : . ' , signalConditions() ... [11:06:25.019] | : . ' , ; include = 'immediateCondition' [11:06:25.019] | : . ' , ; exclude = [11:06:25.019] | : . ' , ; resignal = FALSE [11:06:25.019] | : . ' , ; Number of conditions: 0 [11:06:25.019] | : . ' , ; int 0 [11:06:25.020] | : . ' , signalConditions() ... done [11:06:25.020] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [11:06:25.020] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:25.020] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [11:06:25.021] | : . assertFutureResult() ... [11:06:25.021] | : . ' Future uuid: a4406347f719c72d2a60772f8d7cc792-9 [11:06:25.021] | : . ' identical; success [11:06:25.021] | : . assertFutureResult() ... done [11:06:25.021] | : resolved() ... done [11:06:25.021] | : MultisessionFuture #1 [11:06:25.022] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:25.022] | : . nx: 2 [11:06:25.022] | : . relay: TRUE [11:06:25.022] | : . stdout: TRUE [11:06:25.022] | : . signal: TRUE [11:06:25.022] | : . resignal: FALSE [11:06:25.023] | : . force: TRUE [11:06:25.023] | : . relayed: [n=2] FALSE, FALSE [11:06:25.023] | : . queued futures: [n=2] FALSE, TRUE [11:06:25.023] | : . until=1 [11:06:25.023] | : . relaying element #1 [11:06:25.023] | : . value() for MultisessionFuture ('future_lapply-1') ... [11:06:25.024] | : . ' result() for ClusterFuture ... [11:06:25.024] | : . ' , result already collected: FutureResult [11:06:25.024] | : . ' result() for ClusterFuture ... done [11:06:25.024] | : . ' result() for ClusterFuture ... [11:06:25.024] | : . ' , result already collected: FutureResult [11:06:25.024] | : . ' result() for ClusterFuture ... done [11:06:25.025] | : . ' signalConditions() ... [11:06:25.025] | : . ' , include = 'immediateCondition' [11:06:25.025] | : . ' , exclude = [11:06:25.025] | : . ' , resignal = FALSE [11:06:25.025] | : . ' , Number of conditions: 0 [11:06:25.025] | : . ' , int 0 [11:06:25.026] | : . ' signalConditions() ... done [11:06:25.026] | : . ' relay stdout ... [11:06:25.026] | : . ' relay stdout ... done [11:06:25.026] | : . ' check for misuse ... [11:06:25.027] | : . ' check for misuse ... done [11:06:25.027] | : . value() for MultisessionFuture ('future_lapply-1') ... done [11:06:25.027] | : . result() for ClusterFuture ... [11:06:25.027] | : . ' result already collected: FutureResult [11:06:25.027] | : . result() for ClusterFuture ... done [11:06:25.028] | : . signalConditions() ... [11:06:25.028] | : . ' include = 'immediateCondition' [11:06:25.028] | : . ' exclude = [11:06:25.028] | : . ' resignal = FALSE [11:06:25.028] | : . ' Number of conditions: 0 [11:06:25.028] | : . ' int 0 [11:06:25.029] | : . signalConditions() ... done [11:06:25.029] | : . result() for ClusterFuture ... [11:06:25.029] | : . ' result already collected: FutureResult [11:06:25.029] | : . result() for ClusterFuture ... done [11:06:25.030] | : . signalConditions() ... [11:06:25.030] | : . ' include = 'condition' [11:06:25.030] | : . ' exclude = 'error', 'immediateCondition' [11:06:25.030] | : . ' resignal = TRUE [11:06:25.030] | : . ' Number of conditions: 0 [11:06:25.030] | : . ' int 0 [11:06:25.031] | : . signalConditions() ... done [11:06:25.031] | : . relayed: [n=2] TRUE, FALSE [11:06:25.031] | : . queued futures: [n=2] TRUE, TRUE [11:06:25.031] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:25.032] | : value(, ...) ... [11:06:25.032] | : value(, ...) ... done [11:06:25.032] | : value() for MultisessionFuture ('future_lapply-1') ... [11:06:25.032] | : . result() for ClusterFuture ... [11:06:25.032] | : . ' result already collected: FutureResult [11:06:25.032] | : . result() for ClusterFuture ... done [11:06:25.033] | : . result() for ClusterFuture ... [11:06:25.033] | : . ' result already collected: FutureResult [11:06:25.033] | : . result() for ClusterFuture ... done [11:06:25.033] | : . signalConditions() ... [11:06:25.033] | : . ' include = 'immediateCondition' [11:06:25.033] | : . ' exclude = [11:06:25.034] | : . ' resignal = FALSE [11:06:25.034] | : . ' Number of conditions: 0 [11:06:25.034] | : . ' int 0 [11:06:25.034] | : . signalConditions() ... done [11:06:25.035] | : . check for misuse ... [11:06:25.035] | : . check for misuse ... done [11:06:25.035] | : value() for MultisessionFuture ('future_lapply-1') ... done [11:06:25.035] | : value: [11:06:25.035] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:25.036] | : . nx: 2 [11:06:25.036] | : . relay: TRUE [11:06:25.036] | : . stdout: TRUE [11:06:25.036] | : . signal: TRUE [11:06:25.036] | : . resignal: FALSE [11:06:25.036] | : . force: TRUE [11:06:25.036] | : . relayed: [n=2] TRUE, FALSE [11:06:25.037] | : . queued futures: [n=2] TRUE, TRUE [11:06:25.037] | : . until=2 [11:06:25.037] | : . relaying element #2 [11:06:25.037] | : . value() for MultisessionFuture ('future_lapply-2') ... [11:06:25.037] | : . ' result() for ClusterFuture ... [11:06:25.037] | : . ' , result already collected: FutureResult [11:06:25.038] | : . ' result() for ClusterFuture ... done [11:06:25.038] | : . ' result() for ClusterFuture ... [11:06:25.038] | : . ' , result already collected: FutureResult [11:06:25.038] | : . ' result() for ClusterFuture ... done [11:06:25.038] | : . ' signalConditions() ... [11:06:25.038] | : . ' , include = 'immediateCondition' [11:06:25.039] | : . ' , exclude = [11:06:25.039] | : . ' , resignal = FALSE [11:06:25.039] | : . ' , Number of conditions: 0 [11:06:25.039] | : . ' , int 0 [11:06:25.040] | : . ' signalConditions() ... done [11:06:25.040] | : . ' relay stdout ... [11:06:25.040] | : . ' relay stdout ... done [11:06:25.040] | : . ' check for misuse ... [11:06:25.040] | : . ' check for misuse ... done [11:06:25.041] | : . value() for MultisessionFuture ('future_lapply-2') ... done [11:06:25.041] | : . result() for ClusterFuture ... [11:06:25.041] | : . ' result already collected: FutureResult [11:06:25.041] | : . result() for ClusterFuture ... done [11:06:25.041] | : . signalConditions() ... [11:06:25.041] | : . ' include = 'immediateCondition' [11:06:25.042] | : . ' exclude = [11:06:25.042] | : . ' resignal = FALSE [11:06:25.042] | : . ' Number of conditions: 0 [11:06:25.042] | : . ' int 0 [11:06:25.043] | : . signalConditions() ... done [11:06:25.043] | : . result() for ClusterFuture ... [11:06:25.043] | : . ' result already collected: FutureResult [11:06:25.043] | : . result() for ClusterFuture ... done [11:06:25.043] | : . signalConditions() ... [11:06:25.043] | : . ' include = 'condition' [11:06:25.044] | : . ' exclude = 'error', 'immediateCondition' [11:06:25.044] | : . ' resignal = TRUE [11:06:25.044] | : . ' Number of conditions: 0 [11:06:25.044] | : . ' int 0 [11:06:25.045] | : . signalConditions() ... done [11:06:25.045] | : . relayed: [n=2] TRUE, TRUE [11:06:25.045] | : . queued futures: [n=2] TRUE, TRUE [11:06:25.045] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:25.045] | : resolve() for MultisessionFuture ... [11:06:25.045] | : resolve() for MultisessionFuture ... done [11:06:25.046] | : length: 0 (resolved future 1) [11:06:25.046] | future_lapply() -> future_xapply() ... done [11:06:25.046] | Relaying remaining futures ... [11:06:25.046] | : signalConditionsASAP(NULL, pos=0) ... [11:06:25.046] | : . nx: 2 [11:06:25.046] | : . relay: TRUE [11:06:25.047] | : . stdout: TRUE [11:06:25.047] | : . signal: TRUE [11:06:25.047] | : . resignal: FALSE [11:06:25.047] | : . force: TRUE [11:06:25.047] | : . relayed: [n=2] TRUE, TRUE [11:06:25.047] | : . queued futures: [n=2] TRUE, TRUE - flush all [11:06:25.048] | : . relayed: [n=2] TRUE, TRUE [11:06:25.048] | : . queued futures: [n=2] TRUE, TRUE [11:06:25.048] | : signalConditionsASAP(NULL, pos=0) ... done [11:06:25.048] | Relaying remaining futures ... done [11:06:25.048] future_lapply() ... done [11:06:25.049] - Number of value chunks collected: 2 [11:06:25.049] Resolving 2 futures (chunks) ... DONE [11:06:25.049] Reducing values from 2 chunks ... [11:06:25.049] - Number of values collected after concatenation: 2 [11:06:25.049] - Number of values expected: 2 [11:06:25.049] Reducing values from 2 chunks ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... DONE * future_lapply(x, ..., future.stdout = NA) ... [11:06:25.050] future_lapply() ... [11:06:25.051] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [11:06:25.051] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [11:06:25.052] | future_lapply() -> future_xapply() ... [11:06:25.052] | : nbrOfWorkers(NULL) ... [11:06:25.052] | : . List of 4 [11:06:25.052] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:25.052] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:25.052] | : . $ : language nbrOfWorkers() [11:06:25.052] | : . $ : language nbrOfWorkers.NULL() [11:06:25.054] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:25.054] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:25.054] | : . Number of workers: 2 [11:06:25.055] | : nbrOfWorkers(NULL) ... done [11:06:25.055] | : Number of chunks: 2 [11:06:25.055] | : getGlobalsAndPackagesXApply() ... [11:06:25.055] | : . future.globals: TRUE [11:06:25.056] | : . getGlobalsAndPackages() ... [11:06:25.056] | : . ' Searching for globals ... [11:06:25.069] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [11:06:25.069] | : . ' Searching for globals ... done [11:06:25.069] | : . ' Resolving globals: FALSE [11:06:25.069] | : . ' Search for packages associated with the globals ... [11:06:25.070] | : . ' , Packages associated with globals: [1] 'base' [11:06:25.070] | : . ' , Packages: [1] 'base' [11:06:25.070] | : . ' Search for packages associated with the globals ... done [11:06:25.071] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [11:06:25.071] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [11:06:25.071] | : . ' Packages after dropping 'base': [0] [11:06:25.071] | : . ' globals: [1] 'FUN' [11:06:25.072] | : . ' packages: [0] [11:06:25.072] | : . getGlobalsAndPackages() ... done [11:06:25.072] | : . globals found/used: [n=1] 'FUN' [11:06:25.072] | : . needed namespaces: [n=0] [11:06:25.072] | : . use_args: TRUE [11:06:25.072] | : . Getting '...' globals ... [11:06:25.073] | : . ' resolve() for FutureGlobals ... [11:06:25.073] | : . ' , recursive: 0 [11:06:25.073] | : . ' , Number of elements: 1 [11:06:25.073] | : . ' , elements: '...' [11:06:25.074] | : . ' , 'obj' is DotDotDotList [11:06:25.074] | : . ' , resolve(obj, ...) ... [11:06:25.074] | : . ' , ; resolve() for DotDotDotList ... [11:06:25.074] | : . ' , ; ` recursive: -1 [11:06:25.074] | : . ' , ; resolve() for DotDotDotList ... done [11:06:25.075] | : . ' , resolve(obj, ...) ... done [11:06:25.075] | : . ' , resolved() ... [11:06:25.075] | : . ' , ; resolved() for DotDotDotList ... [11:06:25.075] | : . ' , ; ` Number of elements: 0 [11:06:25.075] | : . ' , ; ` Number of futures: 0 [11:06:25.075] | : . ' , ; resolved() for DotDotDotList ... done [11:06:25.076] | : . ' , resolved() ... done [11:06:25.076] | : . ' , length: 0 (resolved future 1) [11:06:25.076] | : . ' resolve() for FutureGlobals ... done [11:06:25.076] | : . ' '...' content: [n=0] [11:06:25.076] | : . ' List of 1 [11:06:25.076] | : . ' $ ...: list() [11:06:25.076] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:25.076] | : . ' - attr(*, "where")=List of 1 [11:06:25.076] | : . ' ..$ ...: [11:06:25.076] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:25.076] | : . ' - attr(*, "resolved")= logi TRUE [11:06:25.076] | : . ' - attr(*, "total_size")= num NA [11:06:25.079] | : . Getting '...' globals ... done [11:06:25.080] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [11:06:25.080] | : . List of 2 [11:06:25.080] | : . $ ...future.FUN:function (x) [11:06:25.080] | : . $ ... : list() [11:06:25.080] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:25.080] | : . - attr(*, "where")=List of 2 [11:06:25.080] | : . ..$ ...future.FUN: [11:06:25.080] | : . ..$ ... : [11:06:25.080] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:25.080] | : . - attr(*, "resolved")= logi FALSE [11:06:25.080] | : . - attr(*, "total_size")= num 6008 [11:06:25.083] | : . Packages to be attached in all futures: [n=0] [11:06:25.083] | : getGlobalsAndPackagesXApply() ... done [11:06:25.084] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.084] | : List of 5 [11:06:25.084] | : $ ...future.FUN :function (x) [11:06:25.084] | : $ ... : list() [11:06:25.084] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [11:06:25.084] | : $ ...future.elements_ii : NULL [11:06:25.084] | : $ ...future.seeds_ii : NULL [11:06:25.084] | : $ ...future.globals.maxSize: NULL [11:06:25.084] | : - attr(*, "where")=List of 5 [11:06:25.084] | : ..$ ...future.FUN : [11:06:25.084] | : ..$ ... : [11:06:25.084] | : ..$ ...future.elements_ii : [11:06:25.084] | : ..$ ...future.seeds_ii : [11:06:25.084] | : ..$ ...future.globals.maxSize: [11:06:25.084] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:25.084] | : - attr(*, "resolved")= logi FALSE [11:06:25.084] | : - attr(*, "total_size")= num 6008 [11:06:25.089] | : Number of futures (= number of chunks): 2 [11:06:25.089] | : Launching 2 futures (chunks) ... [11:06:25.089] | : Chunk #1 of 2 ... [11:06:25.090] | : - Finding globals in 'X' for chunk #1 ... [11:06:25.090] | : getGlobalsAndPackages() ... [11:06:25.090] | : . Searching for globals ... [11:06:25.090] | : . ' globals found: [0] [11:06:25.091] | : . Searching for globals ... done [11:06:25.091] | : . globals: [0] [11:06:25.091] | : . packages: [0] [11:06:25.091] | : getGlobalsAndPackages() ... done [11:06:25.091] | : + additional globals found: [n=0] [11:06:25.091] | : + additional namespaces needed: [n=0] [11:06:25.092] | : - Finding globals in 'X' for chunk #1 ... DONE [11:06:25.092] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:25.092] | : - seeds: [11:06:25.092] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.092] | : future(..., label = 'future_lapply-1') ... [11:06:25.092] | : . lazy: FALSE [11:06:25.093] | : . stdout: NA [11:06:25.093] | : . conditions: [n=1] 'condition' [11:06:25.093] | : . getGlobalsAndPackages() ... [11:06:25.093] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.093] | : . ' Resolving globals: FALSE [11:06:25.093] | : . ' Tweak future expression to call with '...' arguments ... [11:06:25.094] | : . ' , { [11:06:25.094] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:25.094] | : . ' , "# expression in do.call(), because function called uses '...' " [11:06:25.094] | : . ' , "# as a global variable " [11:06:25.094] | : . ' , do.call(function(...) { [11:06:25.094] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:25.094] | : . ' , "# without having an '...' argument. This means '...' is treated" [11:06:25.094] | : . ' , "# as a global variable. This may happen when FUN() is an " [11:06:25.094] | : . ' , "# anonymous function. " [11:06:25.094] | : . ' , "# " [11:06:25.094] | : . ' , "# If an anonymous function, we will make sure to restore the " [11:06:25.094] | : . ' , "# function environment of FUN() to the calling environment. " [11:06:25.094] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [11:06:25.094] | : . ' , "# global environment, which is where globals are written. " [11:06:25.094] | : . ' , penv <- env <- environment(...future.FUN) [11:06:25.094] | : . ' , repeat { [11:06:25.094] | : . ' , if (identical(env, globalenv()) || identical(env, [11:06:25.094] | : . ' , emptyenv())) [11:06:25.094] | : . ' , break [11:06:25.094] | : . ' , penv <- env [11:06:25.094] | : . ' , env <- parent.env(env) [11:06:25.094] | : . ' , } [11:06:25.094] | : . ' , if (identical(penv, globalenv())) { [11:06:25.094] | : . ' , environment(...future.FUN) <- environment() [11:06:25.094] | : . ' , } [11:06:25.094] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:25.094] | : . ' , !isNamespace(penv)) { [11:06:25.094] | : . ' , parent.env(penv) <- environment() [11:06:25.094] | : . ' , } [11:06:25.094] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [11:06:25.094] | : . ' , { [11:06:25.094] | : . ' , "# future.apply:::future_xapply(): preserve future option" [11:06:25.094] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:25.094] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:25.094] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:25.094] | : . ' , on.exit(options(oopts), add = TRUE) [11:06:25.094] | : . ' , } [11:06:25.094] | : . ' , { [11:06:25.094] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [11:06:25.094] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:25.094] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:25.094] | : . ' , { [11:06:25.094] | : . ' , ...future.FUN(...future.X_jj, ...) [11:06:25.094] | : . ' , } [11:06:25.094] | : . ' , }) [11:06:25.094] | : . ' , } [11:06:25.094] | : . ' , } [11:06:25.094] | : . ' , }, args = future.call.arguments) [11:06:25.094] | : . ' , } [11:06:25.095] | : . ' Tweak future expression to call with '...' arguments ... done [11:06:25.095] | : . ' Search for packages associated with the globals ... [11:06:25.095] | : . ' , Packages associated with globals: [0] [11:06:25.096] | : . ' , Packages: [0] [11:06:25.096] | : . ' Search for packages associated with the globals ... done [11:06:25.096] | : . ' Packages after dropping 'base': [0] [11:06:25.096] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.097] | : . ' packages: [0] [11:06:25.097] | : . getGlobalsAndPackages() ... done [11:06:25.097] | : . run() for 'Future' ('future_lapply-1') ... [11:06:25.097] | : . ' state: 'created' [11:06:25.098] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:25.098] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:25.098] | : . ' Using MultisessionFutureBackend ... [11:06:25.098] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [11:06:25.098] | : . ' , Launching futures ... [11:06:25.099] | : . ' , ; launchFuture() for ClusterFutureBackend ... [11:06:25.099] | : . ' , ; ` Workers: [n=2] [11:06:25.099] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:25.101] | : . ' , ; ` FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:25.101] | : . ' , ; ` requestWorker() ... [11:06:25.101] | : . ' , ; ` | requestNode() ... [11:06:25.102] | : . ' , ; ` | : Number of workers: 2 [11:06:25.102] | : . ' , ; ` | : Polling for a free worker ... [11:06:25.102] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.102] | : . ' , ; ` | : . ' Listing all futures [11:06:25.102] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:25.102] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.103] | : . ' , ; ` | : . Total time: 0 [11:06:25.103] | : . ' , ; ` | : Polling for a free worker ... done [11:06:25.103] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.103] | : . ' , ; ` | : . Listing all futures [11:06:25.103] | : . ' , ; ` | : . Number of registered futures: 0 [11:06:25.103] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.104] | : . ' , ; ` | : avail: [n=2] '1', '2' [11:06:25.104] | : . ' , ; ` | : Index of first available worker: 1 [11:06:25.104] | : . ' , ; ` | : Validate that the worker is functional ... [11:06:25.105] | : . ' , ; ` | : . Worker is functional [11:06:25.105] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.105] | : . ' , ; ` | : . ' Listing all futures [11:06:25.105] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:25.106] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.106] | : . ' , ; ` | : Validate that the worker is functional ... done [11:06:25.106] | : . ' , ; ` | requestNode() ... done [11:06:25.106] | : . ' , ; ` | cluster node index: 1 [11:06:25.106] | : . ' , ; ` requestWorker() ... done [11:06:25.106] | : . ' , ; ` eraseGlobalEnvironment() ... [11:06:25.107] | : . ' , ; ` eraseGlobalEnvironment() ... done [11:06:25.107] | : . ' , ; ` launchFuture() ... [11:06:25.107] | : . ' , ; ` | cluster node index: 1 [11:06:25.108] | : . ' , ; ` | getFutureData() ... [11:06:25.108] | : . ' , ; ` | : getFutureCore() ... [11:06:25.108] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [11:06:25.108] | : . ' , ; ` | : getFutureCore() ... done [11:06:25.108] | : . ' , ; ` | : getFutureCapture() ... [11:06:25.109] | : . ' , ; ` | : getFutureCapture() ... done [11:06:25.109] | : . ' , ; ` | : getFutureContext() ... [11:06:25.109] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:25.109] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [11:06:25.109] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:25.110] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [11:06:25.110] | : . ' , ; ` | : getFutureContext() ... done [11:06:25.110] | : . ' , ; ` | getFutureData() ... done [11:06:25.110] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:25.111] | : . ' , ; ` | : Appended future to position #1 [11:06:25.111] | : . ' , ; ` | : Number of registered futures: 1 [11:06:25.111] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:25.111] | : . ' , ; ` launchFuture() ... done [11:06:25.111] | : . ' , ; ` MultisessionFuture started [11:06:25.112] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [11:06:25.112] | : . ' , Launching futures ... done [11:06:25.112] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:25.112] | : . ' Using MultisessionFutureBackend ... done [11:06:25.112] | : . run() for 'Future' ('future_lapply-1') ... done [11:06:25.112] | : future(..., label = 'future_lapply-1') ... done [11:06:25.113] | : Created future: [11:06:25.114] | : resolved() ... [11:06:25.115] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [11:06:25.115] | : . ' Cluster node socket connection: index=4, id=435 [11:06:25.115] | : . ' assertValidConnection() ... [11:06:25.115] | : . ' , cluster node index: 1 [11:06:25.116] | : . ' assertValidConnection() ... done [11:06:25.308] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:25.308] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [11:06:25.309] | : resolved() ... done [11:06:25.113] | : MultisessionFuture: [11:06:25.113] | : Label: 'future_lapply-1' [11:06:25.113] | : Expression: [11:06:25.113] | : { [11:06:25.113] | : "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:25.113] | : "# expression in do.call(), because function called uses '...' " [11:06:25.113] | : "# as a global variable " [11:06:25.113] | : do.call(function(...) { [11:06:25.113] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:25.113] | : "# without having an '...' argument. This means '...' is treated" [11:06:25.113] | : "# as a global variable. This may happen when FUN() is an " [11:06:25.113] | : "# anonymous function. " [11:06:25.113] | : "# " [11:06:25.113] | : "# If an anonymous function, we will make sure to restore the " [11:06:25.113] | : "# function environment of FUN() to the calling environment. " [11:06:25.113] | : "# We assume FUN() an anonymous function if it lives in the " [11:06:25.113] | : "# global environment, which is where globals are written. " [11:06:25.113] | : penv <- env <- environment(...future.FUN) [11:06:25.113] | : repeat { [11:06:25.113] | : if (identical(env, globalenv()) || identical(env, [11:06:25.113] | : emptyenv())) [11:06:25.113] | : break [11:06:25.113] | : penv <- env [11:06:25.113] | : env <- parent.env(env) [11:06:25.113] | : } [11:06:25.113] | : if (identical(penv, globalenv())) { [11:06:25.113] | : environment(...future.FUN) <- environment() [11:06:25.113] | : } [11:06:25.113] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:25.113] | : !isNamespace(penv)) { [11:06:25.113] | : parent.env(penv) <- environment() [11:06:25.113] | : } [11:06:25.113] | : rm(list = c("env", "penv"), inherits = FALSE) [11:06:25.113] | : { [11:06:25.113] | : "# future.apply:::future_xapply(): preserve future option" [11:06:25.113] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:25.113] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:25.113] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:25.113] | : on.exit(options(oopts), add = TRUE) [11:06:25.113] | : } [11:06:25.113] | : { [11:06:25.113] | : "# future.apply::future_lapply(): process chunk of elements" [11:06:25.113] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:25.113] | : ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:25.113] | : { [11:06:25.113] | : ...future.FUN(...future.X_jj, ...) [11:06:25.113] | : } [11:06:25.113] | : }) [11:06:25.113] | : } [11:06:25.113] | : } [11:06:25.113] | : }, args = future.call.arguments) [11:06:25.113] | : } [11:06:25.113] | : Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:25.113] | : Packages: [11:06:25.113] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:25.113] | : Capture standard output: NA [11:06:25.113] | : Capture condition classes: 'condition' (excluding '') [11:06:25.113] | : Immediate condition classes: 'immediateCondition' [11:06:25.113] | : Lazy evaluation: FALSE [11:06:25.113] | : Local evaluation: TRUE [11:06:25.113] | : Early signaling: FALSE [11:06:25.113] | : Actions: [n=1] 'run' [11:06:25.113] | : State: 'running' ("Future is being evaluated") [11:06:25.113] | : Resolved: FALSE [11:06:25.113] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-11 [11:06:25.113] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:25.113] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:25.113] | : Value: [11:06:25.113] | : Conditions captured: [11:06:25.310] | : Chunk #1 of 2 ... DONE [11:06:25.310] | : Chunk #2 of 2 ... [11:06:25.311] | : - Finding globals in 'X' for chunk #2 ... [11:06:25.311] | : getGlobalsAndPackages() ... [11:06:25.311] | : . Searching for globals ... [11:06:25.312] | : . ' globals found: [0] [11:06:25.312] | : . Searching for globals ... done [11:06:25.313] | : . globals: [0] [11:06:25.313] | : . packages: [0] [11:06:25.313] | : getGlobalsAndPackages() ... done [11:06:25.314] | : + additional globals found: [n=0] [11:06:25.314] | : + additional namespaces needed: [n=0] [11:06:25.314] | : - Finding globals in 'X' for chunk #2 ... DONE [11:06:25.315] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:25.315] | : - seeds: [11:06:25.315] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.316] | : future(..., label = 'future_lapply-2') ... [11:06:25.316] | : . lazy: FALSE [11:06:25.316] | : . stdout: NA [11:06:25.316] | : . conditions: [n=1] 'condition' [11:06:25.316] | : . getGlobalsAndPackages() ... [11:06:25.317] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.317] | : . ' Resolving globals: FALSE [11:06:25.317] | : . ' Tweak future expression to call with '...' arguments ... [11:06:25.317] | : . ' , { [11:06:25.317] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:25.317] | : . ' , "# expression in do.call(), because function called uses '...' " [11:06:25.317] | : . ' , "# as a global variable " [11:06:25.317] | : . ' , do.call(function(...) { [11:06:25.317] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:25.317] | : . ' , "# without having an '...' argument. This means '...' is treated" [11:06:25.317] | : . ' , "# as a global variable. This may happen when FUN() is an " [11:06:25.317] | : . ' , "# anonymous function. " [11:06:25.317] | : . ' , "# " [11:06:25.317] | : . ' , "# If an anonymous function, we will make sure to restore the " [11:06:25.317] | : . ' , "# function environment of FUN() to the calling environment. " [11:06:25.317] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [11:06:25.317] | : . ' , "# global environment, which is where globals are written. " [11:06:25.317] | : . ' , penv <- env <- environment(...future.FUN) [11:06:25.317] | : . ' , repeat { [11:06:25.317] | : . ' , if (identical(env, globalenv()) || identical(env, [11:06:25.317] | : . ' , emptyenv())) [11:06:25.317] | : . ' , break [11:06:25.317] | : . ' , penv <- env [11:06:25.317] | : . ' , env <- parent.env(env) [11:06:25.317] | : . ' , } [11:06:25.317] | : . ' , if (identical(penv, globalenv())) { [11:06:25.317] | : . ' , environment(...future.FUN) <- environment() [11:06:25.317] | : . ' , } [11:06:25.317] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:25.317] | : . ' , !isNamespace(penv)) { [11:06:25.317] | : . ' , parent.env(penv) <- environment() [11:06:25.317] | : . ' , } [11:06:25.317] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [11:06:25.317] | : . ' , { [11:06:25.317] | : . ' , "# future.apply:::future_xapply(): preserve future option" [11:06:25.317] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:25.317] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:25.317] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:25.317] | : . ' , on.exit(options(oopts), add = TRUE) [11:06:25.317] | : . ' , } [11:06:25.317] | : . ' , { [11:06:25.317] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [11:06:25.317] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:25.317] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:25.317] | : . ' , { [11:06:25.317] | : . ' , ...future.FUN(...future.X_jj, ...) [11:06:25.317] | : . ' , } [11:06:25.317] | : . ' , }) [11:06:25.317] | : . ' , } [11:06:25.317] | : . ' , } [11:06:25.317] | : . ' , }, args = future.call.arguments) [11:06:25.317] | : . ' , } [11:06:25.318] | : . ' Tweak future expression to call with '...' arguments ... done [11:06:25.319] | : . ' Search for packages associated with the globals ... [11:06:25.319] | : . ' , Packages associated with globals: [0] [11:06:25.319] | : . ' , Packages: [0] [11:06:25.320] | : . ' Search for packages associated with the globals ... done [11:06:25.320] | : . ' Packages after dropping 'base': [0] [11:06:25.320] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.320] | : . ' packages: [0] [11:06:25.320] | : . getGlobalsAndPackages() ... done [11:06:25.321] | : . run() for 'Future' ('future_lapply-2') ... [11:06:25.321] | : . ' state: 'created' [11:06:25.321] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:25.322] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:25.322] | : . ' Using MultisessionFutureBackend ... [11:06:25.322] | : . ' , Number of futures since start: 5 (5 created, 5 launched, 4 finished) [11:06:25.322] | : . ' , Launching futures ... [11:06:25.322] | : . ' , ; launchFuture() for ClusterFutureBackend ... [11:06:25.323] | : . ' , ; ` Workers: [n=2] [11:06:25.323] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:25.325] | : . ' , ; ` FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:25.325] | : . ' , ; ` requestWorker() ... [11:06:25.325] | : . ' , ; ` | requestNode() ... [11:06:25.326] | : . ' , ; ` | : Number of workers: 2 [11:06:25.326] | : . ' , ; ` | : Polling for a free worker ... [11:06:25.326] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.326] | : . ' , ; ` | : . ' Listing all futures [11:06:25.326] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:25.327] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.327] | : . ' , ; ` | : . Total time: 0 [11:06:25.327] | : . ' , ; ` | : Polling for a free worker ... done [11:06:25.327] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.327] | : . ' , ; ` | : . Listing all futures [11:06:25.328] | : . ' , ; ` | : . Number of registered futures: 1 [11:06:25.328] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.328] | : . ' , ; ` | : avail: [n=2] '2' [11:06:25.328] | : . ' , ; ` | : Index of first available worker: 2 [11:06:25.328] | : . ' , ; ` | : Validate that the worker is functional ... [11:06:25.329] | : . ' , ; ` | : . Worker is functional [11:06:25.329] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.329] | : . ' , ; ` | : . ' Listing all futures [11:06:25.329] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:25.330] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.330] | : . ' , ; ` | : Validate that the worker is functional ... done [11:06:25.330] | : . ' , ; ` | requestNode() ... done [11:06:25.330] | : . ' , ; ` | cluster node index: 2 [11:06:25.330] | : . ' , ; ` requestWorker() ... done [11:06:25.331] | : . ' , ; ` eraseGlobalEnvironment() ... [11:06:25.331] | : . ' , ; ` eraseGlobalEnvironment() ... done [11:06:25.331] | : . ' , ; ` launchFuture() ... [11:06:25.332] | : . ' , ; ` | cluster node index: 2 [11:06:25.332] | : . ' , ; ` | getFutureData() ... [11:06:25.332] | : . ' , ; ` | : getFutureCore() ... [11:06:25.332] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [11:06:25.332] | : . ' , ; ` | : getFutureCore() ... done [11:06:25.332] | : . ' , ; ` | : getFutureCapture() ... [11:06:25.333] | : . ' , ; ` | : getFutureCapture() ... done [11:06:25.333] | : . ' , ; ` | : getFutureContext() ... [11:06:25.333] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:25.333] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [11:06:25.333] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:25.334] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [11:06:25.334] | : . ' , ; ` | : getFutureContext() ... done [11:06:25.334] | : . ' , ; ` | getFutureData() ... done [11:06:25.335] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:25.335] | : . ' , ; ` | : Appended future to position #2 [11:06:25.335] | : . ' , ; ` | : Number of registered futures: 2 [11:06:25.335] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:25.335] | : . ' , ; ` launchFuture() ... done [11:06:25.336] | : . ' , ; ` MultisessionFuture started [11:06:25.336] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [11:06:25.336] | : . ' , Launching futures ... done [11:06:25.336] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:25.336] | : . ' Using MultisessionFutureBackend ... done [11:06:25.337] | : . run() for 'Future' ('future_lapply-2') ... done [11:06:25.337] | : future(..., label = 'future_lapply-2') ... done [11:06:25.337] | : Created future: [11:06:25.339] | : resolved() ... [11:06:25.339] | : . resolved() for MultisessionFuture ('future_lapply-2') ... [11:06:25.340] | : . ' Cluster node socket connection: index=5, id=436 [11:06:25.340] | : . ' assertValidConnection() ... [11:06:25.340] | : . ' , cluster node index: 2 [11:06:25.340] | : . ' assertValidConnection() ... done [11:06:25.341] | : . ' receiveMessageFromWorker() for ClusterFuture ... [11:06:25.341] | : . ' , cluster node index: 2 [11:06:25.341] | : . ' , [1] TRUE [11:06:25.342] | : . ' , Received data: [11:06:25.342] | : . ' , List of 5 [11:06:25.342] | : . ' , $ type : chr "VALUE" [11:06:25.342] | : . ' , $ value :List of 16 [11:06:25.342] | : . ' , ..$ value :List of 1 [11:06:25.342] | : . ' , .. ..$ : int 0 [11:06:25.342] | : . ' , ..$ visible : logi TRUE [11:06:25.342] | : . ' , ..$ stdout : NULL [11:06:25.342] | : . ' , ..$ conditions : list() [11:06:25.342] | : . ' , ..$ rng : logi FALSE [11:06:25.342] | : . ' , ..$ seed : NULL [11:06:25.342] | : . ' , ..$ misuseGlobalEnv : NULL [11:06:25.342] | : . ' , ..$ misuseConnections :List of 3 [11:06:25.342] | : . ' , .. ..$ added : NULL [11:06:25.342] | : . ' , .. ..$ removed : NULL [11:06:25.342] | : . ' , .. ..$ replaced: NULL [11:06:25.342] | : . ' , ..$ misuseDevices : NULL [11:06:25.342] | : . ' , ..$ misuseDefaultDevice: list() [11:06:25.342] | : . ' , ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:25" [11:06:25.342] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:25" [11:06:25.342] | : . ' , ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "12" [11:06:25.342] | : . ' , ..$ session_uuid : chr "875f1fd18b3d9ed8377ec3d5dfaac77f" [11:06:25.342] | : . ' , .. ..- attr(*, "source")=List of 5 [11:06:25.342] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [11:06:25.342] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:25.342] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:25.342] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:25.342] | : . ' , .. .. ..$ pid : int 39200 [11:06:25.342] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:25.342] | : . ' , .. .. ..$ random: int 2147483647 [11:06:25.342] | : . ' , ..$ r_info :List of 4 [11:06:25.342] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:25.342] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [11:06:25.342] | : . ' , .. ..$ os : chr "windows" [11:06:25.342] | : . ' , .. ..$ os_name : chr "Windows" [11:06:25.342] | : . ' , .. ..$ captures_utf8: logi TRUE [11:06:25.342] | : . ' , ..$ version : chr "1.8" [11:06:25.342] | : . ' , ..- attr(*, "class")= chr "FutureResult" [11:06:25.342] | : . ' , $ success: logi TRUE [11:06:25.342] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0.02 0.01 NA NA [11:06:25.342] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:25.342] | : . ' , $ tag : NULL [11:06:25.356] | : . ' , Received FutureResult [11:06:25.356] | : . ' , FutureResult: [11:06:25.356] | : . ' , value: 'list' [11:06:25.356] | : . ' , visible: TRUE [11:06:25.356] | : . ' , stdout: NULL [11:06:25.356] | : . ' , conditions: [n = 0] [11:06:25.356] | : . ' , RNG used: FALSE [11:06:25.356] | : . ' , duration: 0.003565073 secs (started 2026-02-20 11:06:25.335315) [11:06:25.356] | : . ' , version: 1.8 [11:06:25.357] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:25.357] | : . ' , ; Removed future from position #2 [11:06:25.357] | : . ' , ; Number of registered futures: 1 [11:06:25.357] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:25.358] | : . ' , Erased future from future backend [11:06:25.358] | : . ' , result() for ClusterFuture ... [11:06:25.358] | : . ' , ; result already collected: FutureResult [11:06:25.358] | : . ' , result() for ClusterFuture ... done [11:06:25.358] | : . ' , signalConditions() ... [11:06:25.358] | : . ' , ; include = 'immediateCondition' [11:06:25.359] | : . ' , ; exclude = [11:06:25.359] | : . ' , ; resignal = FALSE [11:06:25.359] | : . ' , ; Number of conditions: 0 [11:06:25.359] | : . ' , ; int 0 [11:06:25.360] | : . ' , signalConditions() ... done [11:06:25.360] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [11:06:25.360] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:25.360] | : . resolved() for MultisessionFuture ('future_lapply-2') ... done [11:06:25.360] | : . assertFutureResult() ... [11:06:25.361] | : . ' Future uuid: a4406347f719c72d2a60772f8d7cc792-12 [11:06:25.361] | : . ' identical; success [11:06:25.361] | : . assertFutureResult() ... done [11:06:25.361] | : resolved() ... done [11:06:25.337] | : MultisessionFuture: [11:06:25.337] | : Label: 'future_lapply-2' [11:06:25.337] | : Expression: [11:06:25.337] | : { [11:06:25.337] | : "# future::getGlobalsAndPackages(): wrapping the original future" [11:06:25.337] | : "# expression in do.call(), because function called uses '...' " [11:06:25.337] | : "# as a global variable " [11:06:25.337] | : do.call(function(...) { [11:06:25.337] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [11:06:25.337] | : "# without having an '...' argument. This means '...' is treated" [11:06:25.337] | : "# as a global variable. This may happen when FUN() is an " [11:06:25.337] | : "# anonymous function. " [11:06:25.337] | : "# " [11:06:25.337] | : "# If an anonymous function, we will make sure to restore the " [11:06:25.337] | : "# function environment of FUN() to the calling environment. " [11:06:25.337] | : "# We assume FUN() an anonymous function if it lives in the " [11:06:25.337] | : "# global environment, which is where globals are written. " [11:06:25.337] | : penv <- env <- environment(...future.FUN) [11:06:25.337] | : repeat { [11:06:25.337] | : if (identical(env, globalenv()) || identical(env, [11:06:25.337] | : emptyenv())) [11:06:25.337] | : break [11:06:25.337] | : penv <- env [11:06:25.337] | : env <- parent.env(env) [11:06:25.337] | : } [11:06:25.337] | : if (identical(penv, globalenv())) { [11:06:25.337] | : environment(...future.FUN) <- environment() [11:06:25.337] | : } [11:06:25.337] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [11:06:25.337] | : !isNamespace(penv)) { [11:06:25.337] | : parent.env(penv) <- environment() [11:06:25.337] | : } [11:06:25.337] | : rm(list = c("env", "penv"), inherits = FALSE) [11:06:25.337] | : { [11:06:25.337] | : "# future.apply:::future_xapply(): preserve future option" [11:06:25.337] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:25.337] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:25.337] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:25.337] | : on.exit(options(oopts), add = TRUE) [11:06:25.337] | : } [11:06:25.337] | : { [11:06:25.337] | : "# future.apply::future_lapply(): process chunk of elements" [11:06:25.337] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [11:06:25.337] | : ...future.X_jj <- ...future.elements_ii[[jj]] [11:06:25.337] | : { [11:06:25.337] | : ...future.FUN(...future.X_jj, ...) [11:06:25.337] | : } [11:06:25.337] | : }) [11:06:25.337] | : } [11:06:25.337] | : } [11:06:25.337] | : }, args = future.call.arguments) [11:06:25.337] | : } [11:06:25.337] | : Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:25.337] | : Packages: [11:06:25.337] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:25.337] | : Capture standard output: NA [11:06:25.337] | : Capture condition classes: 'condition' (excluding '') [11:06:25.337] | : Immediate condition classes: 'immediateCondition' [11:06:25.337] | : Lazy evaluation: FALSE [11:06:25.337] | : Local evaluation: TRUE [11:06:25.337] | : Early signaling: FALSE [11:06:25.337] | : Actions: [n=1] 'run' [11:06:25.337] | : State: 'running' ("Future is being evaluated") [11:06:25.337] | : Resolved: TRUE [11:06:25.337] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-12 [11:06:25.337] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:25.337] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:25.337] | : Value: [11:06:25.337] | : Conditions captured: [11:06:25.362] | : Chunk #2 of 2 ... DONE [11:06:25.362] | : Launching 2 futures (chunks) ... DONE [11:06:25.362] | : Resolving 2 futures (chunks) ... [11:06:25.362] | : value() for list ... [11:06:25.362] | : . recursive: 0 [11:06:25.363] | : . reduce: FALSE [11:06:25.363] | : . length: 2 [11:06:25.363] | : . Number of remaining objects: 2 [11:06:25.363] | : . checking value #1: [11:06:25.363] | : . 'obj' is MultisessionFuture [11:06:25.364] | : . resolved() ... [11:06:25.364] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [11:06:25.364] | : . ' , Cluster node socket connection: index=4, id=435 [11:06:25.364] | : . ' , assertValidConnection() ... [11:06:25.365] | : . ' , ; cluster node index: 1 [11:06:25.365] | : . ' , assertValidConnection() ... done [11:06:25.558] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:25.559] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [11:06:25.564] | : . resolved() ... done [11:06:25.564] | : . checking value #2: [11:06:25.565] | : . 'obj' is MultisessionFuture [11:06:25.565] | : . resolved() ... [11:06:25.565] | : . resolved() ... done [11:06:25.565] | : . MultisessionFuture #2 [11:06:25.566] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:25.566] | : . ' nx: 2 [11:06:25.566] | : . ' relay: TRUE [11:06:25.566] | : . ' stdout: TRUE [11:06:25.566] | : . ' signal: TRUE [11:06:25.566] | : . ' resignal: FALSE [11:06:25.567] | : . ' force: TRUE [11:06:25.567] | : . ' relayed: [n=2] FALSE, FALSE [11:06:25.567] | : . ' queued futures: [n=2] FALSE, FALSE [11:06:25.567] | : . ' until=1 [11:06:25.567] | : . ' relaying element #1 [11:06:25.567] | : . ' relayed: [n=2] FALSE, FALSE [11:06:25.568] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:25.568] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:25.568] | : . value(, ...) ... [11:06:25.568] | : . value(, ...) ... done [11:06:25.568] | : . value() for MultisessionFuture ('future_lapply-2') ... [11:06:25.569] | : . ' result() for ClusterFuture ... [11:06:25.569] | : . ' , result already collected: FutureResult [11:06:25.569] | : . ' result() for ClusterFuture ... done [11:06:25.569] | : . ' result() for ClusterFuture ... [11:06:25.569] | : . ' , result already collected: FutureResult [11:06:25.570] | : . ' result() for ClusterFuture ... done [11:06:25.570] | : . ' signalConditions() ... [11:06:25.570] | : . ' , include = 'immediateCondition' [11:06:25.570] | : . ' , exclude = [11:06:25.570] | : . ' , resignal = FALSE [11:06:25.570] | : . ' , Number of conditions: 0 [11:06:25.571] | : . ' , int 0 [11:06:25.572] | : . ' signalConditions() ... done [11:06:25.572] | : . ' check for misuse ... [11:06:25.572] | : . ' check for misuse ... done [11:06:25.572] | : . value() for MultisessionFuture ('future_lapply-2') ... done [11:06:25.572] | : . value: [11:06:25.573] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:25.573] | : . ' nx: 2 [11:06:25.573] | : . ' relay: TRUE [11:06:25.573] | : . ' stdout: TRUE [11:06:25.573] | : . ' signal: TRUE [11:06:25.573] | : . ' resignal: FALSE [11:06:25.574] | : . ' force: TRUE [11:06:25.574] | : . ' relayed: [n=2] FALSE, FALSE [11:06:25.574] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:25.574] | : . ' until=1 [11:06:25.574] | : . ' relaying element #1 [11:06:25.575] | : . ' relayed: [n=2] FALSE, FALSE [11:06:25.575] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:25.575] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:25.575] | : . resolve() for MultisessionFuture ... [11:06:25.575] | : . resolve() for MultisessionFuture ... done [11:06:25.576] | : . length: 1 (resolved future 2) [11:06:25.576] | : value() for list ... done [11:06:25.589] | : Number of remaining objects: 1 [11:06:25.589] | : checking value #1: [11:06:25.590] | : 'obj' is MultisessionFuture [11:06:25.590] | : resolved() ... [11:06:25.590] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [11:06:25.591] | : . ' Cluster node socket connection: index=4, id=435 [11:06:25.591] | : . ' assertValidConnection() ... [11:06:25.591] | : . ' , cluster node index: 1 [11:06:25.591] | : . ' assertValidConnection() ... done [11:06:25.623] | : . ' receiveMessageFromWorker() for ClusterFuture ... [11:06:25.624] | : . ' , cluster node index: 1 [11:06:25.624] | : . ' , [1] TRUE [11:06:25.624] | : . ' , Received data: [11:06:25.624] | : . ' , List of 5 [11:06:25.624] | : . ' , $ type : chr "VALUE" [11:06:25.624] | : . ' , $ value :List of 16 [11:06:25.624] | : . ' , ..$ value :List of 1 [11:06:25.624] | : . ' , .. ..$ : int 1 [11:06:25.624] | : . ' , ..$ visible : logi TRUE [11:06:25.624] | : . ' , ..$ stdout : NULL [11:06:25.624] | : . ' , ..$ conditions : list() [11:06:25.624] | : . ' , ..$ rng : logi FALSE [11:06:25.624] | : . ' , ..$ seed : NULL [11:06:25.624] | : . ' , ..$ misuseGlobalEnv : NULL [11:06:25.624] | : . ' , ..$ misuseConnections :List of 3 [11:06:25.624] | : . ' , .. ..$ added : NULL [11:06:25.624] | : . ' , .. ..$ removed : NULL [11:06:25.624] | : . ' , .. ..$ replaced: NULL [11:06:25.624] | : . ' , ..$ misuseDevices : NULL [11:06:25.624] | : . ' , ..$ misuseDefaultDevice: list() [11:06:25.624] | : . ' , ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:25" [11:06:25.624] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:25" [11:06:25.624] | : . ' , ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "11" [11:06:25.624] | : . ' , ..$ session_uuid : chr "899b23da5da4f402e9f7f97406d39cb4" [11:06:25.624] | : . ' , .. ..- attr(*, "source")=List of 5 [11:06:25.624] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [11:06:25.624] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:25.624] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:25.624] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:25.624] | : . ' , .. .. ..$ pid : int 68820 [11:06:25.624] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:25.624] | : . ' , .. .. ..$ random: int 2147483647 [11:06:25.624] | : . ' , ..$ r_info :List of 4 [11:06:25.624] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:25.624] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [11:06:25.624] | : . ' , .. ..$ os : chr "windows" [11:06:25.624] | : . ' , .. ..$ os_name : chr "Windows" [11:06:25.624] | : . ' , .. ..$ captures_utf8: logi TRUE [11:06:25.624] | : . ' , ..$ version : chr "1.8" [11:06:25.624] | : . ' , ..- attr(*, "class")= chr "FutureResult" [11:06:25.624] | : . ' , $ success: logi TRUE [11:06:25.624] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.51 NA NA [11:06:25.624] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:25.624] | : . ' , $ tag : NULL [11:06:25.638] | : . ' , Received FutureResult [11:06:25.639] | : . ' , FutureResult: [11:06:25.639] | : . ' , value: 'list' [11:06:25.639] | : . ' , visible: TRUE [11:06:25.639] | : . ' , stdout: NULL [11:06:25.639] | : . ' , conditions: [n = 0] [11:06:25.639] | : . ' , RNG used: FALSE [11:06:25.639] | : . ' , duration: 0.5112662 secs (started 2026-02-20 11:06:25.111292) [11:06:25.639] | : . ' , version: 1.8 [11:06:25.639] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:25.640] | : . ' , ; Removed future from position #1 [11:06:25.640] | : . ' , ; Number of registered futures: 0 [11:06:25.640] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:25.640] | : . ' , Erased future from future backend [11:06:25.640] | : . ' , result() for ClusterFuture ... [11:06:25.641] | : . ' , ; result already collected: FutureResult [11:06:25.641] | : . ' , result() for ClusterFuture ... done [11:06:25.641] | : . ' , signalConditions() ... [11:06:25.641] | : . ' , ; include = 'immediateCondition' [11:06:25.641] | : . ' , ; exclude = [11:06:25.641] | : . ' , ; resignal = FALSE [11:06:25.642] | : . ' , ; Number of conditions: 0 [11:06:25.642] | : . ' , ; int 0 [11:06:25.642] | : . ' , signalConditions() ... done [11:06:25.643] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [11:06:25.643] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:25.643] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [11:06:25.643] | : . assertFutureResult() ... [11:06:25.643] | : . ' Future uuid: a4406347f719c72d2a60772f8d7cc792-11 [11:06:25.643] | : . ' identical; success [11:06:25.644] | : . assertFutureResult() ... done [11:06:25.644] | : resolved() ... done [11:06:25.644] | : MultisessionFuture #1 [11:06:25.644] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:25.644] | : . nx: 2 [11:06:25.644] | : . relay: TRUE [11:06:25.645] | : . stdout: TRUE [11:06:25.645] | : . signal: TRUE [11:06:25.645] | : . resignal: FALSE [11:06:25.645] | : . force: TRUE [11:06:25.645] | : . relayed: [n=2] FALSE, FALSE [11:06:25.645] | : . queued futures: [n=2] FALSE, TRUE [11:06:25.646] | : . until=1 [11:06:25.646] | : . relaying element #1 [11:06:25.646] | : . value() for MultisessionFuture ('future_lapply-1') ... [11:06:25.646] | : . ' result() for ClusterFuture ... [11:06:25.646] | : . ' , result already collected: FutureResult [11:06:25.646] | : . ' result() for ClusterFuture ... done [11:06:25.647] | : . ' result() for ClusterFuture ... [11:06:25.647] | : . ' , result already collected: FutureResult [11:06:25.647] | : . ' result() for ClusterFuture ... done [11:06:25.647] | : . ' signalConditions() ... [11:06:25.647] | : . ' , include = 'immediateCondition' [11:06:25.647] | : . ' , exclude = [11:06:25.648] | : . ' , resignal = FALSE [11:06:25.648] | : . ' , Number of conditions: 0 [11:06:25.648] | : . ' , int 0 [11:06:25.648] | : . ' signalConditions() ... done [11:06:25.649] | : . ' relay stdout ... [11:06:25.649] | : . ' relay stdout ... done [11:06:25.649] | : . ' check for misuse ... [11:06:25.649] | : . ' check for misuse ... done [11:06:25.649] | : . value() for MultisessionFuture ('future_lapply-1') ... done [11:06:25.650] | : . result() for ClusterFuture ... [11:06:25.650] | : . ' result already collected: FutureResult [11:06:25.650] | : . result() for ClusterFuture ... done [11:06:25.650] | : . signalConditions() ... [11:06:25.650] | : . ' include = 'immediateCondition' [11:06:25.650] | : . ' exclude = [11:06:25.651] | : . ' resignal = FALSE [11:06:25.651] | : . ' Number of conditions: 0 [11:06:25.651] | : . ' int 0 [11:06:25.651] | : . signalConditions() ... done [11:06:25.652] | : . result() for ClusterFuture ... [11:06:25.652] | : . ' result already collected: FutureResult [11:06:25.652] | : . result() for ClusterFuture ... done [11:06:25.652] | : . signalConditions() ... [11:06:25.652] | : . ' include = 'condition' [11:06:25.652] | : . ' exclude = 'error', 'immediateCondition' [11:06:25.653] | : . ' resignal = TRUE [11:06:25.653] | : . ' Number of conditions: 0 [11:06:25.653] | : . ' int 0 [11:06:25.653] | : . signalConditions() ... done [11:06:25.654] | : . relayed: [n=2] TRUE, FALSE [11:06:25.654] | : . queued futures: [n=2] TRUE, TRUE [11:06:25.654] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:25.654] | : value(, ...) ... [11:06:25.654] | : value(, ...) ... done [11:06:25.654] | : value() for MultisessionFuture ('future_lapply-1') ... [11:06:25.655] | : . result() for ClusterFuture ... [11:06:25.655] | : . ' result already collected: FutureResult [11:06:25.655] | : . result() for ClusterFuture ... done [11:06:25.655] | : . result() for ClusterFuture ... [11:06:25.655] | : . ' result already collected: FutureResult [11:06:25.655] | : . result() for ClusterFuture ... done [11:06:25.656] | : . signalConditions() ... [11:06:25.656] | : . ' include = 'immediateCondition' [11:06:25.656] | : . ' exclude = [11:06:25.656] | : . ' resignal = FALSE [11:06:25.656] | : . ' Number of conditions: 0 [11:06:25.656] | : . ' int 0 [11:06:25.657] | : . signalConditions() ... done [11:06:25.657] | : . check for misuse ... [11:06:25.657] | : . check for misuse ... done [11:06:25.657] | : value() for MultisessionFuture ('future_lapply-1') ... done [11:06:25.658] | : value: [11:06:25.658] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:25.658] | : . nx: 2 [11:06:25.658] | : . relay: TRUE [11:06:25.658] | : . stdout: TRUE [11:06:25.658] | : . signal: TRUE [11:06:25.659] | : . resignal: FALSE [11:06:25.659] | : . force: TRUE [11:06:25.659] | : . relayed: [n=2] TRUE, FALSE [11:06:25.659] | : . queued futures: [n=2] TRUE, TRUE [11:06:25.659] | : . until=2 [11:06:25.659] | : . relaying element #2 [11:06:25.660] | : . value() for MultisessionFuture ('future_lapply-2') ... [11:06:25.660] | : . ' result() for ClusterFuture ... [11:06:25.660] | : . ' , result already collected: FutureResult [11:06:25.660] | : . ' result() for ClusterFuture ... done [11:06:25.660] | : . ' result() for ClusterFuture ... [11:06:25.660] | : . ' , result already collected: FutureResult [11:06:25.661] | : . ' result() for ClusterFuture ... done [11:06:25.661] | : . ' signalConditions() ... [11:06:25.661] | : . ' , include = 'immediateCondition' [11:06:25.661] | : . ' , exclude = [11:06:25.661] | : . ' , resignal = FALSE [11:06:25.661] | : . ' , Number of conditions: 0 [11:06:25.662] | : . ' , int 0 [11:06:25.662] | : . ' signalConditions() ... done [11:06:25.662] | : . ' relay stdout ... [11:06:25.663] | : . ' relay stdout ... done [11:06:25.663] | : . ' check for misuse ... [11:06:25.663] | : . ' check for misuse ... done [11:06:25.663] | : . value() for MultisessionFuture ('future_lapply-2') ... done [11:06:25.663] | : . result() for ClusterFuture ... [11:06:25.663] | : . ' result already collected: FutureResult [11:06:25.664] | : . result() for ClusterFuture ... done [11:06:25.664] | : . signalConditions() ... [11:06:25.664] | : . ' include = 'immediateCondition' [11:06:25.664] | : . ' exclude = [11:06:25.664] | : . ' resignal = FALSE [11:06:25.664] | : . ' Number of conditions: 0 [11:06:25.665] | : . ' int 0 [11:06:25.665] | : . signalConditions() ... done [11:06:25.665] | : . result() for ClusterFuture ... [11:06:25.665] | : . ' result already collected: FutureResult [11:06:25.666] | : . result() for ClusterFuture ... done [11:06:25.666] | : . signalConditions() ... [11:06:25.666] | : . ' include = 'condition' [11:06:25.666] | : . ' exclude = 'error', 'immediateCondition' [11:06:25.666] | : . ' resignal = TRUE [11:06:25.666] | : . ' Number of conditions: 0 [11:06:25.667] | : . ' int 0 [11:06:25.667] | : . signalConditions() ... done [11:06:25.667] | : . relayed: [n=2] TRUE, TRUE [11:06:25.668] | : . queued futures: [n=2] TRUE, TRUE [11:06:25.668] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:25.668] | : resolve() for MultisessionFuture ... [11:06:25.668] | : resolve() for MultisessionFuture ... done [11:06:25.668] | : length: 0 (resolved future 1) [11:06:25.669] | future_lapply() -> future_xapply() ... done [11:06:25.669] | Relaying remaining futures ... [11:06:25.669] | : signalConditionsASAP(NULL, pos=0) ... [11:06:25.669] | : . nx: 2 [11:06:25.669] | : . relay: TRUE [11:06:25.669] | : . stdout: TRUE [11:06:25.669] | : . signal: TRUE [11:06:25.670] | : . resignal: FALSE [11:06:25.670] | : . force: TRUE [11:06:25.670] | : . relayed: [n=2] TRUE, TRUE [11:06:25.670] | : . queued futures: [n=2] TRUE, TRUE - flush all [11:06:25.670] | : . relayed: [n=2] TRUE, TRUE [11:06:25.671] | : . queued futures: [n=2] TRUE, TRUE [11:06:25.671] | : signalConditionsASAP(NULL, pos=0) ... done [11:06:25.671] | Relaying remaining futures ... done [11:06:25.671] future_lapply() ... done [11:06:25.671] - Number of value chunks collected: 2 [11:06:25.671] Resolving 2 futures (chunks) ... DONE [11:06:25.672] Reducing values from 2 chunks ... [11:06:25.672] - Number of values collected after concatenation: 2 [11:06:25.672] - Number of values expected: 2 [11:06:25.672] Reducing values from 2 chunks ... DONE * future_lapply(x, ..., future.stdout = NA) ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... [11:06:25.673] future_mapply() ... [11:06:25.673] | future_mapply() -> future_xapply() ... [11:06:25.673] | : nbrOfWorkers(NULL) ... [11:06:25.673] | : . List of 4 [11:06:25.673] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:25.673] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:25.673] | : . $ : language nbrOfWorkers() [11:06:25.673] | : . $ : language nbrOfWorkers.NULL() [11:06:25.675] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:25.676] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:25.676] | : . Number of workers: 2 [11:06:25.676] | : nbrOfWorkers(NULL) ... done [11:06:25.677] | : Number of chunks: 2 [11:06:25.677] | : getGlobalsAndPackagesXApply() ... [11:06:25.677] | : . future.globals: TRUE [11:06:25.677] | : . getGlobalsAndPackages() ... [11:06:25.677] | : . ' Searching for globals ... [11:06:25.690] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [11:06:25.690] | : . ' Searching for globals ... done [11:06:25.691] | : . ' Resolving globals: FALSE [11:06:25.691] | : . ' Search for packages associated with the globals ... [11:06:25.691] | : . ' , Packages associated with globals: [1] 'base' [11:06:25.692] | : . ' , Packages: [1] 'base' [11:06:25.692] | : . ' Search for packages associated with the globals ... done [11:06:25.692] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [11:06:25.693] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [11:06:25.693] | : . ' Packages after dropping 'base': [0] [11:06:25.693] | : . ' globals: [1] 'FUN' [11:06:25.693] | : . ' packages: [0] [11:06:25.693] | : . getGlobalsAndPackages() ... done [11:06:25.694] | : . globals found/used: [n=1] 'FUN' [11:06:25.694] | : . needed namespaces: [n=0] [11:06:25.694] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [11:06:25.694] | : . List of 2 [11:06:25.694] | : . $ ...future.FUN:function (x, y) [11:06:25.694] | : . $ MoreArgs : NULL [11:06:25.694] | : . - attr(*, "where")=List of 2 [11:06:25.694] | : . ..$ ...future.FUN: [11:06:25.694] | : . ..$ MoreArgs : [11:06:25.694] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:25.694] | : . - attr(*, "resolved")= logi FALSE [11:06:25.694] | : . - attr(*, "total_size")= num NA [11:06:25.698] | : . Packages to be attached in all futures: [n=0] [11:06:25.698] | : getGlobalsAndPackagesXApply() ... done [11:06:25.698] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.698] | : List of 5 [11:06:25.698] | : $ ...future.FUN :function (x, y) [11:06:25.698] | : $ MoreArgs : NULL [11:06:25.698] | : $ ...future.elements_ii : NULL [11:06:25.698] | : $ ...future.seeds_ii : NULL [11:06:25.698] | : $ ...future.globals.maxSize: NULL [11:06:25.698] | : - attr(*, "where")=List of 5 [11:06:25.698] | : ..$ ...future.FUN : [11:06:25.698] | : ..$ MoreArgs : [11:06:25.698] | : ..$ ...future.elements_ii : [11:06:25.698] | : ..$ ...future.seeds_ii : [11:06:25.698] | : ..$ ...future.globals.maxSize: [11:06:25.698] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:25.698] | : - attr(*, "resolved")= logi FALSE [11:06:25.698] | : - attr(*, "total_size")= num NA [11:06:25.706] | : Number of futures (= number of chunks): 2 [11:06:25.706] | : Launching 2 futures (chunks) ... [11:06:25.707] | : Chunk #1 of 2 ... [11:06:25.707] | : - Finding globals in '...' for chunk #1 ... [11:06:25.707] | : getGlobalsAndPackages() ... [11:06:25.707] | : . Searching for globals ... [11:06:25.708] | : . ' globals found: [0] [11:06:25.708] | : . Searching for globals ... done [11:06:25.708] | : . globals: [0] [11:06:25.708] | : . packages: [0] [11:06:25.709] | : getGlobalsAndPackages() ... done [11:06:25.709] | : + additional globals found: [n=0] [11:06:25.709] | : + additional namespaces needed: [n=0] [11:06:25.709] | : - Finding globals in '...' for chunk #1 ... DONE [11:06:25.709] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:25.709] | : - seeds: [11:06:25.710] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.710] | : future(..., label = 'future_mapply-1') ... [11:06:25.710] | : . lazy: FALSE [11:06:25.710] | : . stdout: FALSE [11:06:25.710] | : . conditions: [n=1] 'condition' [11:06:25.710] | : . getGlobalsAndPackages() ... [11:06:25.711] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.711] | : . ' Resolving globals: FALSE [11:06:25.711] | : . ' Search for packages associated with the globals ... [11:06:25.711] | : . ' , Packages associated with globals: [0] [11:06:25.712] | : . ' , Packages: [0] [11:06:25.712] | : . ' Search for packages associated with the globals ... done [11:06:25.712] | : . ' Packages after dropping 'base': [0] [11:06:25.712] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.712] | : . ' packages: [0] [11:06:25.713] | : . getGlobalsAndPackages() ... done [11:06:25.713] | : . run() for 'Future' ('future_mapply-1') ... [11:06:25.713] | : . ' state: 'created' [11:06:25.713] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:25.714] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:25.714] | : . ' Using MultisessionFutureBackend ... [11:06:25.714] | : . ' , Number of futures since start: 6 (6 created, 6 launched, 6 finished) [11:06:25.714] | : . ' , Launching futures ... [11:06:25.714] | : . ' , ; launchFuture() for ClusterFutureBackend ... [11:06:25.715] | : . ' , ; ` Workers: [n=2] [11:06:25.715] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:25.717] | : . ' , ; ` FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:25.717] | : . ' , ; ` requestWorker() ... [11:06:25.717] | : . ' , ; ` | requestNode() ... [11:06:25.717] | : . ' , ; ` | : Number of workers: 2 [11:06:25.718] | : . ' , ; ` | : Polling for a free worker ... [11:06:25.718] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.718] | : . ' , ; ` | : . ' Listing all futures [11:06:25.718] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:25.718] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.719] | : . ' , ; ` | : . Total time: 0 [11:06:25.719] | : . ' , ; ` | : Polling for a free worker ... done [11:06:25.719] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.719] | : . ' , ; ` | : . Listing all futures [11:06:25.719] | : . ' , ; ` | : . Number of registered futures: 0 [11:06:25.719] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.720] | : . ' , ; ` | : avail: [n=2] '1', '2' [11:06:25.720] | : . ' , ; ` | : Index of first available worker: 1 [11:06:25.720] | : . ' , ; ` | : Validate that the worker is functional ... [11:06:25.720] | : . ' , ; ` | : . Worker is functional [11:06:25.721] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.721] | : . ' , ; ` | : . ' Listing all futures [11:06:25.721] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:25.721] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.721] | : . ' , ; ` | : Validate that the worker is functional ... done [11:06:25.722] | : . ' , ; ` | requestNode() ... done [11:06:25.722] | : . ' , ; ` | cluster node index: 1 [11:06:25.722] | : . ' , ; ` requestWorker() ... done [11:06:25.722] | : . ' , ; ` eraseGlobalEnvironment() ... [11:06:25.723] | : . ' , ; ` eraseGlobalEnvironment() ... done [11:06:25.723] | : . ' , ; ` launchFuture() ... [11:06:25.723] | : . ' , ; ` | cluster node index: 1 [11:06:25.723] | : . ' , ; ` | getFutureData() ... [11:06:25.723] | : . ' , ; ` | : getFutureCore() ... [11:06:25.723] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [11:06:25.724] | : . ' , ; ` | : getFutureCore() ... done [11:06:25.724] | : . ' , ; ` | : getFutureCapture() ... [11:06:25.724] | : . ' , ; ` | : getFutureCapture() ... done [11:06:25.724] | : . ' , ; ` | : getFutureContext() ... [11:06:25.724] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:25.724] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [11:06:25.725] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:25.725] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [11:06:25.725] | : . ' , ; ` | : getFutureContext() ... done [11:06:25.725] | : . ' , ; ` | getFutureData() ... done [11:06:25.726] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:25.726] | : . ' , ; ` | : Appended future to position #1 [11:06:25.726] | : . ' , ; ` | : Number of registered futures: 1 [11:06:25.726] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:25.727] | : . ' , ; ` launchFuture() ... done [11:06:25.727] | : . ' , ; ` MultisessionFuture started [11:06:25.727] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [11:06:25.727] | : . ' , Launching futures ... done [11:06:25.727] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:25.727] | : . ' Using MultisessionFutureBackend ... done [11:06:25.728] | : . run() for 'Future' ('future_mapply-1') ... done [11:06:25.728] | : future(..., label = 'future_mapply-1') ... done [11:06:25.728] | : Created future: [11:06:25.729] | : resolved() ... [11:06:25.729] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [11:06:25.730] | : . ' Cluster node socket connection: index=4, id=435 [11:06:25.730] | : . ' assertValidConnection() ... [11:06:25.730] | : . ' , cluster node index: 1 [11:06:25.731] | : . ' assertValidConnection() ... done [11:06:25.933] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:25.933] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [11:06:25.933] | : resolved() ... done [11:06:25.728] | : MultisessionFuture: [11:06:25.728] | : Label: 'future_mapply-1' [11:06:25.728] | : Expression: [11:06:25.728] | : { [11:06:25.728] | : "# future.apply:::future_xapply(): preserve future option" [11:06:25.728] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:25.728] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:25.728] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:25.728] | : on.exit(options(oopts), add = TRUE) [11:06:25.728] | : } [11:06:25.728] | : { [11:06:25.728] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [11:06:25.728] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [11:06:25.728] | : do.call(mapply, args = args) [11:06:25.728] | : } [11:06:25.728] | : } [11:06:25.728] | : Globals: 5 objects totaling 6.49 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:25.728] | : Packages: [11:06:25.728] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:25.728] | : Capture standard output: FALSE [11:06:25.728] | : Capture condition classes: 'condition' (excluding '') [11:06:25.728] | : Immediate condition classes: 'immediateCondition' [11:06:25.728] | : Lazy evaluation: FALSE [11:06:25.728] | : Local evaluation: TRUE [11:06:25.728] | : Early signaling: FALSE [11:06:25.728] | : Actions: [n=1] 'run' [11:06:25.728] | : State: 'running' ("Future is being evaluated") [11:06:25.728] | : Resolved: FALSE [11:06:25.728] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-13 [11:06:25.728] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:25.728] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:25.728] | : Value: [11:06:25.728] | : Conditions captured: [11:06:25.934] | : Chunk #1 of 2 ... DONE [11:06:25.934] | : Chunk #2 of 2 ... [11:06:25.934] | : - Finding globals in '...' for chunk #2 ... [11:06:25.935] | : getGlobalsAndPackages() ... [11:06:25.935] | : . Searching for globals ... [11:06:25.935] | : . ' globals found: [0] [11:06:25.936] | : . Searching for globals ... done [11:06:25.936] | : . globals: [0] [11:06:25.936] | : . packages: [0] [11:06:25.936] | : getGlobalsAndPackages() ... done [11:06:25.936] | : + additional globals found: [n=0] [11:06:25.936] | : + additional namespaces needed: [n=0] [11:06:25.937] | : - Finding globals in '...' for chunk #2 ... DONE [11:06:25.937] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:25.937] | : - seeds: [11:06:25.937] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.937] | : future(..., label = 'future_mapply-2') ... [11:06:25.937] | : . lazy: FALSE [11:06:25.938] | : . stdout: FALSE [11:06:25.938] | : . conditions: [n=1] 'condition' [11:06:25.938] | : . getGlobalsAndPackages() ... [11:06:25.938] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.938] | : . ' Resolving globals: FALSE [11:06:25.939] | : . ' Search for packages associated with the globals ... [11:06:25.939] | : . ' , Packages associated with globals: [0] [11:06:25.939] | : . ' , Packages: [0] [11:06:25.939] | : . ' Search for packages associated with the globals ... done [11:06:25.940] | : . ' Packages after dropping 'base': [0] [11:06:25.940] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:25.940] | : . ' packages: [0] [11:06:25.940] | : . getGlobalsAndPackages() ... done [11:06:25.941] | : . run() for 'Future' ('future_mapply-2') ... [11:06:25.941] | : . ' state: 'created' [11:06:25.941] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:25.941] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:25.941] | : . ' Using MultisessionFutureBackend ... [11:06:25.941] | : . ' , Number of futures since start: 7 (7 created, 7 launched, 6 finished) [11:06:25.942] | : . ' , Launching futures ... [11:06:25.942] | : . ' , ; launchFuture() for ClusterFutureBackend ... [11:06:25.942] | : . ' , ; ` Workers: [n=2] [11:06:25.942] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:25.944] | : . ' , ; ` FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:25.944] | : . ' , ; ` requestWorker() ... [11:06:25.945] | : . ' , ; ` | requestNode() ... [11:06:25.945] | : . ' , ; ` | : Number of workers: 2 [11:06:25.945] | : . ' , ; ` | : Polling for a free worker ... [11:06:25.945] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.945] | : . ' , ; ` | : . ' Listing all futures [11:06:25.945] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:25.946] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.946] | : . ' , ; ` | : . Total time: 0 [11:06:25.946] | : . ' , ; ` | : Polling for a free worker ... done [11:06:25.946] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.946] | : . ' , ; ` | : . Listing all futures [11:06:25.946] | : . ' , ; ` | : . Number of registered futures: 1 [11:06:25.947] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.947] | : . ' , ; ` | : avail: [n=2] '2' [11:06:25.947] | : . ' , ; ` | : Index of first available worker: 2 [11:06:25.947] | : . ' , ; ` | : Validate that the worker is functional ... [11:06:25.948] | : . ' , ; ` | : . Worker is functional [11:06:25.948] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:25.948] | : . ' , ; ` | : . ' Listing all futures [11:06:25.948] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:25.948] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:25.949] | : . ' , ; ` | : Validate that the worker is functional ... done [11:06:25.949] | : . ' , ; ` | requestNode() ... done [11:06:25.949] | : . ' , ; ` | cluster node index: 2 [11:06:25.949] | : . ' , ; ` requestWorker() ... done [11:06:25.949] | : . ' , ; ` eraseGlobalEnvironment() ... [11:06:25.950] | : . ' , ; ` eraseGlobalEnvironment() ... done [11:06:25.950] | : . ' , ; ` launchFuture() ... [11:06:25.950] | : . ' , ; ` | cluster node index: 2 [11:06:25.950] | : . ' , ; ` | getFutureData() ... [11:06:25.950] | : . ' , ; ` | : getFutureCore() ... [11:06:25.951] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [11:06:25.951] | : . ' , ; ` | : getFutureCore() ... done [11:06:25.951] | : . ' , ; ` | : getFutureCapture() ... [11:06:25.951] | : . ' , ; ` | : getFutureCapture() ... done [11:06:25.951] | : . ' , ; ` | : getFutureContext() ... [11:06:25.951] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:25.952] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [11:06:25.952] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:25.952] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [11:06:25.952] | : . ' , ; ` | : getFutureContext() ... done [11:06:25.952] | : . ' , ; ` | getFutureData() ... done [11:06:25.953] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:25.953] | : . ' , ; ` | : Appended future to position #2 [11:06:25.953] | : . ' , ; ` | : Number of registered futures: 2 [11:06:25.953] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:25.954] | : . ' , ; ` launchFuture() ... done [11:06:25.954] | : . ' , ; ` MultisessionFuture started [11:06:25.954] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [11:06:25.954] | : . ' , Launching futures ... done [11:06:25.954] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:25.954] | : . ' Using MultisessionFutureBackend ... done [11:06:25.955] | : . run() for 'Future' ('future_mapply-2') ... done [11:06:25.955] | : future(..., label = 'future_mapply-2') ... done [11:06:25.955] | : Created future: [11:06:25.956] | : resolved() ... [11:06:25.956] | : . resolved() for MultisessionFuture ('future_mapply-2') ... [11:06:25.957] | : . ' Cluster node socket connection: index=5, id=436 [11:06:25.957] | : . ' assertValidConnection() ... [11:06:25.957] | : . ' , cluster node index: 2 [11:06:25.958] | : . ' assertValidConnection() ... done [11:06:25.958] | : . ' receiveMessageFromWorker() for ClusterFuture ... [11:06:25.958] | : . ' , cluster node index: 2 [11:06:25.958] | : . ' , [1] TRUE [11:06:25.959] | : . ' , Received data: [11:06:25.959] | : . ' , List of 5 [11:06:25.959] | : . ' , $ type : chr "VALUE" [11:06:25.959] | : . ' , $ value :List of 16 [11:06:25.959] | : . ' , ..$ value :List of 1 [11:06:25.959] | : . ' , .. ..$ :List of 2 [11:06:25.959] | : . ' , .. .. ..$ x: int 0 [11:06:25.959] | : . ' , .. .. ..$ y: int 1 [11:06:25.959] | : . ' , ..$ visible : logi TRUE [11:06:25.959] | : . ' , ..$ stdout : NULL [11:06:25.959] | : . ' , ..$ conditions : list() [11:06:25.959] | : . ' , ..$ rng : logi FALSE [11:06:25.959] | : . ' , ..$ seed : NULL [11:06:25.959] | : . ' , ..$ misuseGlobalEnv : NULL [11:06:25.959] | : . ' , ..$ misuseConnections :List of 3 [11:06:25.959] | : . ' , .. ..$ added : NULL [11:06:25.959] | : . ' , .. ..$ removed : NULL [11:06:25.959] | : . ' , .. ..$ replaced: NULL [11:06:25.959] | : . ' , ..$ misuseDevices : NULL [11:06:25.959] | : . ' , ..$ misuseDefaultDevice: list() [11:06:25.959] | : . ' , ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:25" [11:06:25.959] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:25" [11:06:25.959] | : . ' , ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "14" [11:06:25.959] | : . ' , ..$ session_uuid : chr "875f1fd18b3d9ed8377ec3d5dfaac77f" [11:06:25.959] | : . ' , .. ..- attr(*, "source")=List of 5 [11:06:25.959] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [11:06:25.959] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:25.959] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:25.959] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:25.959] | : . ' , .. .. ..$ pid : int 39200 [11:06:25.959] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:25.959] | : . ' , .. .. ..$ random: int 2147483647 [11:06:25.959] | : . ' , ..$ r_info :List of 4 [11:06:25.959] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:25.959] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [11:06:25.959] | : . ' , .. ..$ os : chr "windows" [11:06:25.959] | : . ' , .. ..$ os_name : chr "Windows" [11:06:25.959] | : . ' , .. ..$ captures_utf8: logi TRUE [11:06:25.959] | : . ' , ..$ version : chr "1.8" [11:06:25.959] | : . ' , ..- attr(*, "class")= chr "FutureResult" [11:06:25.959] | : . ' , $ success: logi TRUE [11:06:25.959] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [11:06:25.959] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:25.959] | : . ' , $ tag : NULL [11:06:25.974] | : . ' , Received FutureResult [11:06:25.974] | : . ' , FutureResult: [11:06:25.974] | : . ' , value: 'list' [11:06:25.974] | : . ' , visible: TRUE [11:06:25.974] | : . ' , stdout: NULL [11:06:25.974] | : . ' , conditions: [n = 0] [11:06:25.974] | : . ' , RNG used: FALSE [11:06:25.974] | : . ' , duration: 0.003754139 secs (started 2026-02-20 11:06:25.953569) [11:06:25.974] | : . ' , version: 1.8 [11:06:25.975] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:25.975] | : . ' , ; Removed future from position #2 [11:06:25.975] | : . ' , ; Number of registered futures: 1 [11:06:25.975] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:25.976] | : . ' , Erased future from future backend [11:06:25.976] | : . ' , result() for ClusterFuture ... [11:06:25.976] | : . ' , ; result already collected: FutureResult [11:06:25.976] | : . ' , result() for ClusterFuture ... done [11:06:25.976] | : . ' , signalConditions() ... [11:06:25.976] | : . ' , ; include = 'immediateCondition' [11:06:25.977] | : . ' , ; exclude = [11:06:25.977] | : . ' , ; resignal = FALSE [11:06:25.977] | : . ' , ; Number of conditions: 0 [11:06:25.977] | : . ' , ; int 0 [11:06:25.978] | : . ' , signalConditions() ... done [11:06:25.978] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [11:06:25.978] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:25.978] | : . resolved() for MultisessionFuture ('future_mapply-2') ... done [11:06:25.978] | : . assertFutureResult() ... [11:06:25.979] | : . ' Future uuid: a4406347f719c72d2a60772f8d7cc792-14 [11:06:25.979] | : . ' identical; success [11:06:25.979] | : . assertFutureResult() ... done [11:06:25.979] | : resolved() ... done [11:06:25.955] | : MultisessionFuture: [11:06:25.955] | : Label: 'future_mapply-2' [11:06:25.955] | : Expression: [11:06:25.955] | : { [11:06:25.955] | : "# future.apply:::future_xapply(): preserve future option" [11:06:25.955] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:25.955] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:25.955] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:25.955] | : on.exit(options(oopts), add = TRUE) [11:06:25.955] | : } [11:06:25.955] | : { [11:06:25.955] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [11:06:25.955] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [11:06:25.955] | : do.call(mapply, args = args) [11:06:25.955] | : } [11:06:25.955] | : } [11:06:25.955] | : Globals: 5 objects totaling 6.49 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:25.955] | : Packages: [11:06:25.955] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:25.955] | : Capture standard output: FALSE [11:06:25.955] | : Capture condition classes: 'condition' (excluding '') [11:06:25.955] | : Immediate condition classes: 'immediateCondition' [11:06:25.955] | : Lazy evaluation: FALSE [11:06:25.955] | : Local evaluation: TRUE [11:06:25.955] | : Early signaling: FALSE [11:06:25.955] | : Actions: [n=1] 'run' [11:06:25.955] | : State: 'running' ("Future is being evaluated") [11:06:25.955] | : Resolved: TRUE [11:06:25.955] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-14 [11:06:25.955] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:25.955] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:25.955] | : Value: [11:06:25.955] | : Conditions captured: [11:06:25.980] | : Chunk #2 of 2 ... DONE [11:06:25.980] | : Launching 2 futures (chunks) ... DONE [11:06:25.980] | : Resolving 2 futures (chunks) ... [11:06:25.980] | : value() for list ... [11:06:25.980] | : . recursive: 0 [11:06:25.980] | : . reduce: FALSE [11:06:25.981] | : . length: 2 [11:06:25.981] | : . Number of remaining objects: 2 [11:06:25.981] | : . checking value #1: [11:06:25.981] | : . 'obj' is MultisessionFuture [11:06:25.981] | : . resolved() ... [11:06:25.982] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... [11:06:25.982] | : . ' , Cluster node socket connection: index=4, id=435 [11:06:25.982] | : . ' , assertValidConnection() ... [11:06:25.983] | : . ' , ; cluster node index: 1 [11:06:25.983] | : . ' , assertValidConnection() ... done [11:06:26.183] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:26.183] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... done [11:06:26.183] | : . resolved() ... done [11:06:26.184] | : . checking value #2: [11:06:26.184] | : . 'obj' is MultisessionFuture [11:06:26.184] | : . resolved() ... [11:06:26.184] | : . resolved() ... done [11:06:26.184] | : . MultisessionFuture #2 [11:06:26.185] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:26.185] | : . ' nx: 2 [11:06:26.185] | : . ' relay: TRUE [11:06:26.185] | : . ' stdout: TRUE [11:06:26.185] | : . ' signal: TRUE [11:06:26.185] | : . ' resignal: FALSE [11:06:26.186] | : . ' force: TRUE [11:06:26.186] | : . ' relayed: [n=2] FALSE, FALSE [11:06:26.186] | : . ' queued futures: [n=2] FALSE, FALSE [11:06:26.186] | : . ' until=1 [11:06:26.186] | : . ' relaying element #1 [11:06:26.186] | : . ' relayed: [n=2] FALSE, FALSE [11:06:26.187] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:26.187] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:26.187] | : . value(, ...) ... [11:06:26.187] | : . value(, ...) ... done [11:06:26.187] | : . value() for MultisessionFuture ('future_mapply-2') ... [11:06:26.187] | : . ' result() for ClusterFuture ... [11:06:26.188] | : . ' , result already collected: FutureResult [11:06:26.188] | : . ' result() for ClusterFuture ... done [11:06:26.188] | : . ' result() for ClusterFuture ... [11:06:26.188] | : . ' , result already collected: FutureResult [11:06:26.188] | : . ' result() for ClusterFuture ... done [11:06:26.188] | : . ' signalConditions() ... [11:06:26.189] | : . ' , include = 'immediateCondition' [11:06:26.189] | : . ' , exclude = [11:06:26.189] | : . ' , resignal = FALSE [11:06:26.189] | : . ' , Number of conditions: 0 [11:06:26.189] | : . ' , int 0 [11:06:26.190] | : . ' signalConditions() ... done [11:06:26.190] | : . ' check for misuse ... [11:06:26.190] | : . ' check for misuse ... done [11:06:26.190] | : . value() for MultisessionFuture ('future_mapply-2') ... done [11:06:26.191] | : . value: [11:06:26.191] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:26.191] | : . ' nx: 2 [11:06:26.191] | : . ' relay: TRUE [11:06:26.191] | : . ' stdout: TRUE [11:06:26.191] | : . ' signal: TRUE [11:06:26.192] | : . ' resignal: FALSE [11:06:26.192] | : . ' force: TRUE [11:06:26.192] | : . ' relayed: [n=2] FALSE, FALSE [11:06:26.192] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:26.192] | : . ' until=1 [11:06:26.192] | : . ' relaying element #1 [11:06:26.193] | : . ' relayed: [n=2] FALSE, FALSE [11:06:26.193] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:26.193] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:26.193] | : . resolve() for MultisessionFuture ... [11:06:26.193] | : . resolve() for MultisessionFuture ... done [11:06:26.193] | : . length: 1 (resolved future 2) [11:06:26.194] | : value() for list ... done [11:06:26.214] | : Number of remaining objects: 1 [11:06:26.214] | : checking value #1: [11:06:26.214] | : 'obj' is MultisessionFuture [11:06:26.214] | : resolved() ... [11:06:26.215] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [11:06:26.215] | : . ' Cluster node socket connection: index=4, id=435 [11:06:26.215] | : . ' assertValidConnection() ... [11:06:26.215] | : . ' , cluster node index: 1 [11:06:26.216] | : . ' assertValidConnection() ... done [11:06:26.233] | : . ' receiveMessageFromWorker() for ClusterFuture ... [11:06:26.233] | : . ' , cluster node index: 1 [11:06:26.233] | : . ' , [1] TRUE [11:06:26.233] | : . ' , Received data: [11:06:26.234] | : . ' , List of 5 [11:06:26.234] | : . ' , $ type : chr "VALUE" [11:06:26.234] | : . ' , $ value :List of 16 [11:06:26.234] | : . ' , ..$ value :List of 1 [11:06:26.234] | : . ' , .. ..$ :List of 2 [11:06:26.234] | : . ' , .. .. ..$ x: int 1 [11:06:26.234] | : . ' , .. .. ..$ y: int 0 [11:06:26.234] | : . ' , ..$ visible : logi TRUE [11:06:26.234] | : . ' , ..$ stdout : NULL [11:06:26.234] | : . ' , ..$ conditions : list() [11:06:26.234] | : . ' , ..$ rng : logi FALSE [11:06:26.234] | : . ' , ..$ seed : NULL [11:06:26.234] | : . ' , ..$ misuseGlobalEnv : NULL [11:06:26.234] | : . ' , ..$ misuseConnections :List of 3 [11:06:26.234] | : . ' , .. ..$ added : NULL [11:06:26.234] | : . ' , .. ..$ removed : NULL [11:06:26.234] | : . ' , .. ..$ replaced: NULL [11:06:26.234] | : . ' , ..$ misuseDevices : NULL [11:06:26.234] | : . ' , ..$ misuseDefaultDevice: list() [11:06:26.234] | : . ' , ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:25" [11:06:26.234] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:26" [11:06:26.234] | : . ' , ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "13" [11:06:26.234] | : . ' , ..$ session_uuid : chr "899b23da5da4f402e9f7f97406d39cb4" [11:06:26.234] | : . ' , .. ..- attr(*, "source")=List of 5 [11:06:26.234] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [11:06:26.234] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:26.234] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:26.234] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:26.234] | : . ' , .. .. ..$ pid : int 68820 [11:06:26.234] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:26.234] | : . ' , .. .. ..$ random: int 2147483647 [11:06:26.234] | : . ' , ..$ r_info :List of 4 [11:06:26.234] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:26.234] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [11:06:26.234] | : . ' , .. ..$ os : chr "windows" [11:06:26.234] | : . ' , .. ..$ os_name : chr "Windows" [11:06:26.234] | : . ' , .. ..$ captures_utf8: logi TRUE [11:06:26.234] | : . ' , ..$ version : chr "1.8" [11:06:26.234] | : . ' , ..- attr(*, "class")= chr "FutureResult" [11:06:26.234] | : . ' , $ success: logi TRUE [11:06:26.234] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.51 NA NA [11:06:26.234] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:26.234] | : . ' , $ tag : NULL [11:06:26.251] | : . ' , Received FutureResult [11:06:26.251] | : . ' , FutureResult: [11:06:26.251] | : . ' , value: 'list' [11:06:26.251] | : . ' , visible: TRUE [11:06:26.251] | : . ' , stdout: NULL [11:06:26.251] | : . ' , conditions: [n = 0] [11:06:26.251] | : . ' , RNG used: FALSE [11:06:26.251] | : . ' , duration: 0.5053759 secs (started 2026-02-20 11:06:25.726504) [11:06:26.251] | : . ' , version: 1.8 [11:06:26.252] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:26.252] | : . ' , ; Removed future from position #1 [11:06:26.252] | : . ' , ; Number of registered futures: 0 [11:06:26.253] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:26.253] | : . ' , Erased future from future backend [11:06:26.253] | : . ' , result() for ClusterFuture ... [11:06:26.253] | : . ' , ; result already collected: FutureResult [11:06:26.253] | : . ' , result() for ClusterFuture ... done [11:06:26.253] | : . ' , signalConditions() ... [11:06:26.254] | : . ' , ; include = 'immediateCondition' [11:06:26.254] | : . ' , ; exclude = [11:06:26.254] | : . ' , ; resignal = FALSE [11:06:26.254] | : . ' , ; Number of conditions: 0 [11:06:26.254] | : . ' , ; int 0 [11:06:26.255] | : . ' , signalConditions() ... done [11:06:26.255] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [11:06:26.255] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:26.255] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [11:06:26.255] | : . assertFutureResult() ... [11:06:26.256] | : . ' Future uuid: a4406347f719c72d2a60772f8d7cc792-13 [11:06:26.256] | : . ' identical; success [11:06:26.256] | : . assertFutureResult() ... done [11:06:26.256] | : resolved() ... done [11:06:26.256] | : MultisessionFuture #1 [11:06:26.256] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:26.257] | : . nx: 2 [11:06:26.257] | : . relay: TRUE [11:06:26.257] | : . stdout: TRUE [11:06:26.257] | : . signal: TRUE [11:06:26.257] | : . resignal: FALSE [11:06:26.257] | : . force: TRUE [11:06:26.258] | : . relayed: [n=2] FALSE, FALSE [11:06:26.258] | : . queued futures: [n=2] FALSE, TRUE [11:06:26.258] | : . until=1 [11:06:26.258] | : . relaying element #1 [11:06:26.258] | : . value() for MultisessionFuture ('future_mapply-1') ... [11:06:26.258] | : . ' result() for ClusterFuture ... [11:06:26.259] | : . ' , result already collected: FutureResult [11:06:26.259] | : . ' result() for ClusterFuture ... done [11:06:26.259] | : . ' result() for ClusterFuture ... [11:06:26.259] | : . ' , result already collected: FutureResult [11:06:26.259] | : . ' result() for ClusterFuture ... done [11:06:26.259] | : . ' signalConditions() ... [11:06:26.260] | : . ' , include = 'immediateCondition' [11:06:26.260] | : . ' , exclude = [11:06:26.260] | : . ' , resignal = FALSE [11:06:26.260] | : . ' , Number of conditions: 0 [11:06:26.260] | : . ' , int 0 [11:06:26.261] | : . ' signalConditions() ... done [11:06:26.261] | : . ' relay stdout ... [11:06:26.261] | : . ' relay stdout ... done [11:06:26.261] | : . ' check for misuse ... [11:06:26.261] | : . ' check for misuse ... done [11:06:26.262] | : . value() for MultisessionFuture ('future_mapply-1') ... done [11:06:26.262] | : . result() for ClusterFuture ... [11:06:26.262] | : . ' result already collected: FutureResult [11:06:26.262] | : . result() for ClusterFuture ... done [11:06:26.262] | : . signalConditions() ... [11:06:26.262] | : . ' include = 'immediateCondition' [11:06:26.263] | : . ' exclude = [11:06:26.263] | : . ' resignal = FALSE [11:06:26.263] | : . ' Number of conditions: 0 [11:06:26.263] | : . ' int 0 [11:06:26.264] | : . signalConditions() ... done [11:06:26.264] | : . result() for ClusterFuture ... [11:06:26.264] | : . ' result already collected: FutureResult [11:06:26.264] | : . result() for ClusterFuture ... done [11:06:26.264] | : . signalConditions() ... [11:06:26.264] | : . ' include = 'condition' [11:06:26.265] | : . ' exclude = 'error', 'immediateCondition' [11:06:26.265] | : . ' resignal = TRUE [11:06:26.265] | : . ' Number of conditions: 0 [11:06:26.265] | : . ' int 0 [11:06:26.266] | : . signalConditions() ... done [11:06:26.266] | : . relayed: [n=2] TRUE, FALSE [11:06:26.266] | : . queued futures: [n=2] TRUE, TRUE [11:06:26.266] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:26.266] | : value(, ...) ... [11:06:26.266] | : value(, ...) ... done [11:06:26.267] | : value() for MultisessionFuture ('future_mapply-1') ... [11:06:26.267] | : . result() for ClusterFuture ... [11:06:26.267] | : . ' result already collected: FutureResult [11:06:26.267] | : . result() for ClusterFuture ... done [11:06:26.267] | : . result() for ClusterFuture ... [11:06:26.267] | : . ' result already collected: FutureResult [11:06:26.268] | : . result() for ClusterFuture ... done [11:06:26.268] | : . signalConditions() ... [11:06:26.268] | : . ' include = 'immediateCondition' [11:06:26.268] | : . ' exclude = [11:06:26.268] | : . ' resignal = FALSE [11:06:26.268] | : . ' Number of conditions: 0 [11:06:26.268] | : . ' int 0 [11:06:26.269] | : . signalConditions() ... done [11:06:26.269] | : . check for misuse ... [11:06:26.269] | : . check for misuse ... done [11:06:26.270] | : value() for MultisessionFuture ('future_mapply-1') ... done [11:06:26.270] | : value: [11:06:26.270] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:26.270] | : . nx: 2 [11:06:26.270] | : . relay: TRUE [11:06:26.270] | : . stdout: TRUE [11:06:26.271] | : . signal: TRUE [11:06:26.271] | : . resignal: FALSE [11:06:26.271] | : . force: TRUE [11:06:26.271] | : . relayed: [n=2] TRUE, FALSE [11:06:26.271] | : . queued futures: [n=2] TRUE, TRUE [11:06:26.271] | : . until=2 [11:06:26.271] | : . relaying element #2 [11:06:26.272] | : . value() for MultisessionFuture ('future_mapply-2') ... [11:06:26.272] | : . ' result() for ClusterFuture ... [11:06:26.272] | : . ' , result already collected: FutureResult [11:06:26.272] | : . ' result() for ClusterFuture ... done [11:06:26.272] | : . ' result() for ClusterFuture ... [11:06:26.272] | : . ' , result already collected: FutureResult [11:06:26.273] | : . ' result() for ClusterFuture ... done [11:06:26.273] | : . ' signalConditions() ... [11:06:26.273] | : . ' , include = 'immediateCondition' [11:06:26.273] | : . ' , exclude = [11:06:26.273] | : . ' , resignal = FALSE [11:06:26.273] | : . ' , Number of conditions: 0 [11:06:26.274] | : . ' , int 0 [11:06:26.274] | : . ' signalConditions() ... done [11:06:26.274] | : . ' relay stdout ... [11:06:26.274] | : . ' relay stdout ... done [11:06:26.275] | : . ' check for misuse ... [11:06:26.275] | : . ' check for misuse ... done [11:06:26.275] | : . value() for MultisessionFuture ('future_mapply-2') ... done [11:06:26.275] | : . result() for ClusterFuture ... [11:06:26.275] | : . ' result already collected: FutureResult [11:06:26.275] | : . result() for ClusterFuture ... done [11:06:26.276] | : . signalConditions() ... [11:06:26.276] | : . ' include = 'immediateCondition' [11:06:26.276] | : . ' exclude = [11:06:26.276] | : . ' resignal = FALSE [11:06:26.276] | : . ' Number of conditions: 0 [11:06:26.276] | : . ' int 0 [11:06:26.277] | : . signalConditions() ... done [11:06:26.277] | : . result() for ClusterFuture ... [11:06:26.277] | : . ' result already collected: FutureResult [11:06:26.278] | : . result() for ClusterFuture ... done [11:06:26.278] | : . signalConditions() ... [11:06:26.278] | : . ' include = 'condition' [11:06:26.278] | : . ' exclude = 'error', 'immediateCondition' [11:06:26.278] | : . ' resignal = TRUE [11:06:26.278] | : . ' Number of conditions: 0 [11:06:26.279] | : . ' int 0 [11:06:26.279] | : . signalConditions() ... done [11:06:26.279] | : . relayed: [n=2] TRUE, TRUE [11:06:26.279] | : . queued futures: [n=2] TRUE, TRUE [11:06:26.280] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:26.280] | : resolve() for MultisessionFuture ... [11:06:26.280] | : resolve() for MultisessionFuture ... done [11:06:26.280] | : length: 0 (resolved future 1) [11:06:26.280] | future_mapply() -> future_xapply() ... done [11:06:26.280] | Relaying remaining futures ... [11:06:26.281] | : signalConditionsASAP(NULL, pos=0) ... [11:06:26.281] | : . nx: 2 [11:06:26.281] | : . relay: TRUE [11:06:26.281] | : . stdout: TRUE [11:06:26.281] | : . signal: TRUE [11:06:26.281] | : . resignal: FALSE [11:06:26.282] | : . force: TRUE [11:06:26.282] | : . relayed: [n=2] TRUE, TRUE [11:06:26.282] | : . queued futures: [n=2] TRUE, TRUE - flush all [11:06:26.282] | : . relayed: [n=2] TRUE, TRUE [11:06:26.282] | : . queued futures: [n=2] TRUE, TRUE [11:06:26.283] | : signalConditionsASAP(NULL, pos=0) ... done [11:06:26.283] | Relaying remaining futures ... done [11:06:26.283] future_mapply() ... done [11:06:26.283] - Number of value chunks collected: 2 [11:06:26.283] Resolving 2 futures (chunks) ... DONE [11:06:26.283] Reducing values from 2 chunks ... [11:06:26.283] - Number of values collected after concatenation: 2 [11:06:26.284] - Number of values expected: 2 [11:06:26.284] Reducing values from 2 chunks ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... [11:06:26.285] future_mapply() ... [11:06:26.285] | future_mapply() -> future_xapply() ... [11:06:26.285] | : nbrOfWorkers(NULL) ... [11:06:26.285] | : . List of 4 [11:06:26.285] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:26.285] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:26.285] | : . $ : language nbrOfWorkers() [11:06:26.285] | : . $ : language nbrOfWorkers.NULL() [11:06:26.287] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:26.287] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:26.288] | : . Number of workers: 2 [11:06:26.288] | : nbrOfWorkers(NULL) ... done [11:06:26.288] | : Number of chunks: 2 [11:06:26.288] | : getGlobalsAndPackagesXApply() ... [11:06:26.288] | : . future.globals: TRUE [11:06:26.289] | : . getGlobalsAndPackages() ... [11:06:26.289] | : . ' Searching for globals ... [11:06:26.301] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [11:06:26.302] | : . ' Searching for globals ... done [11:06:26.302] | : . ' Resolving globals: FALSE [11:06:26.302] | : . ' Search for packages associated with the globals ... [11:06:26.302] | : . ' , Packages associated with globals: [1] 'base' [11:06:26.303] | : . ' , Packages: [1] 'base' [11:06:26.303] | : . ' Search for packages associated with the globals ... done [11:06:26.303] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [11:06:26.304] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [11:06:26.304] | : . ' Packages after dropping 'base': [0] [11:06:26.304] | : . ' globals: [1] 'FUN' [11:06:26.304] | : . ' packages: [0] [11:06:26.305] | : . getGlobalsAndPackages() ... done [11:06:26.305] | : . globals found/used: [n=1] 'FUN' [11:06:26.305] | : . needed namespaces: [n=0] [11:06:26.305] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [11:06:26.305] | : . List of 2 [11:06:26.305] | : . $ ...future.FUN:function (x, y) [11:06:26.305] | : . $ MoreArgs : NULL [11:06:26.305] | : . - attr(*, "where")=List of 2 [11:06:26.305] | : . ..$ ...future.FUN: [11:06:26.305] | : . ..$ MoreArgs : [11:06:26.305] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:26.305] | : . - attr(*, "resolved")= logi FALSE [11:06:26.305] | : . - attr(*, "total_size")= num NA [11:06:26.309] | : . Packages to be attached in all futures: [n=0] [11:06:26.309] | : getGlobalsAndPackagesXApply() ... done [11:06:26.309] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.310] | : List of 5 [11:06:26.310] | : $ ...future.FUN :function (x, y) [11:06:26.310] | : $ MoreArgs : NULL [11:06:26.310] | : $ ...future.elements_ii : NULL [11:06:26.310] | : $ ...future.seeds_ii : NULL [11:06:26.310] | : $ ...future.globals.maxSize: NULL [11:06:26.310] | : - attr(*, "where")=List of 5 [11:06:26.310] | : ..$ ...future.FUN : [11:06:26.310] | : ..$ MoreArgs : [11:06:26.310] | : ..$ ...future.elements_ii : [11:06:26.310] | : ..$ ...future.seeds_ii : [11:06:26.310] | : ..$ ...future.globals.maxSize: [11:06:26.310] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:26.310] | : - attr(*, "resolved")= logi FALSE [11:06:26.310] | : - attr(*, "total_size")= num NA [11:06:26.315] | : Number of futures (= number of chunks): 2 [11:06:26.315] | : Launching 2 futures (chunks) ... [11:06:26.315] | : Chunk #1 of 2 ... [11:06:26.316] | : - Finding globals in '...' for chunk #1 ... [11:06:26.316] | : getGlobalsAndPackages() ... [11:06:26.316] | : . Searching for globals ... [11:06:26.317] | : . ' globals found: [0] [11:06:26.317] | : . Searching for globals ... done [11:06:26.317] | : . globals: [0] [11:06:26.317] | : . packages: [0] [11:06:26.318] | : getGlobalsAndPackages() ... done [11:06:26.318] | : + additional globals found: [n=0] [11:06:26.318] | : + additional namespaces needed: [n=0] [11:06:26.318] | : - Finding globals in '...' for chunk #1 ... DONE [11:06:26.318] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:26.319] | : - seeds: [11:06:26.319] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.319] | : future(..., label = 'future_mapply-1') ... [11:06:26.319] | : . lazy: FALSE [11:06:26.319] | : . stdout: TRUE [11:06:26.319] | : . conditions: [n=1] 'condition' [11:06:26.320] | : . getGlobalsAndPackages() ... [11:06:26.320] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.320] | : . ' Resolving globals: FALSE [11:06:26.320] | : . ' Search for packages associated with the globals ... [11:06:26.321] | : . ' , Packages associated with globals: [0] [11:06:26.321] | : . ' , Packages: [0] [11:06:26.321] | : . ' Search for packages associated with the globals ... done [11:06:26.321] | : . ' Packages after dropping 'base': [0] [11:06:26.322] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.322] | : . ' packages: [0] [11:06:26.322] | : . getGlobalsAndPackages() ... done [11:06:26.323] | : . run() for 'Future' ('future_mapply-1') ... [11:06:26.323] | : . ' state: 'created' [11:06:26.323] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:26.323] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:26.323] | : . ' Using MultisessionFutureBackend ... [11:06:26.324] | : . ' , Number of futures since start: 8 (8 created, 8 launched, 8 finished) [11:06:26.324] | : . ' , Launching futures ... [11:06:26.324] | : . ' , ; launchFuture() for ClusterFutureBackend ... [11:06:26.324] | : . ' , ; ` Workers: [n=2] [11:06:26.325] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:26.327] | : . ' , ; ` FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:26.327] | : . ' , ; ` requestWorker() ... [11:06:26.327] | : . ' , ; ` | requestNode() ... [11:06:26.328] | : . ' , ; ` | : Number of workers: 2 [11:06:26.328] | : . ' , ; ` | : Polling for a free worker ... [11:06:26.328] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:26.328] | : . ' , ; ` | : . ' Listing all futures [11:06:26.328] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:26.329] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:26.329] | : . ' , ; ` | : . Total time: 0 [11:06:26.329] | : . ' , ; ` | : Polling for a free worker ... done [11:06:26.329] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:26.329] | : . ' , ; ` | : . Listing all futures [11:06:26.330] | : . ' , ; ` | : . Number of registered futures: 0 [11:06:26.330] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:26.330] | : . ' , ; ` | : avail: [n=2] '1', '2' [11:06:26.330] | : . ' , ; ` | : Index of first available worker: 1 [11:06:26.330] | : . ' , ; ` | : Validate that the worker is functional ... [11:06:26.331] | : . ' , ; ` | : . Worker is functional [11:06:26.331] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:26.331] | : . ' , ; ` | : . ' Listing all futures [11:06:26.331] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:26.332] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:26.332] | : . ' , ; ` | : Validate that the worker is functional ... done [11:06:26.332] | : . ' , ; ` | requestNode() ... done [11:06:26.332] | : . ' , ; ` | cluster node index: 1 [11:06:26.332] | : . ' , ; ` requestWorker() ... done [11:06:26.333] | : . ' , ; ` eraseGlobalEnvironment() ... [11:06:26.333] | : . ' , ; ` eraseGlobalEnvironment() ... done [11:06:26.333] | : . ' , ; ` launchFuture() ... [11:06:26.334] | : . ' , ; ` | cluster node index: 1 [11:06:26.334] | : . ' , ; ` | getFutureData() ... [11:06:26.334] | : . ' , ; ` | : getFutureCore() ... [11:06:26.334] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [11:06:26.334] | : . ' , ; ` | : getFutureCore() ... done [11:06:26.334] | : . ' , ; ` | : getFutureCapture() ... [11:06:26.335] | : . ' , ; ` | : getFutureCapture() ... done [11:06:26.335] | : . ' , ; ` | : getFutureContext() ... [11:06:26.335] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:26.335] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [11:06:26.335] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:26.336] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [11:06:26.336] | : . ' , ; ` | : getFutureContext() ... done [11:06:26.336] | : . ' , ; ` | getFutureData() ... done [11:06:26.337] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:26.337] | : . ' , ; ` | : Appended future to position #1 [11:06:26.337] | : . ' , ; ` | : Number of registered futures: 1 [11:06:26.337] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:26.338] | : . ' , ; ` launchFuture() ... done [11:06:26.338] | : . ' , ; ` MultisessionFuture started [11:06:26.338] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [11:06:26.338] | : . ' , Launching futures ... done [11:06:26.338] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:26.338] | : . ' Using MultisessionFutureBackend ... done [11:06:26.339] | : . run() for 'Future' ('future_mapply-1') ... done [11:06:26.339] | : future(..., label = 'future_mapply-1') ... done [11:06:26.339] | : Created future: [11:06:26.340] | : resolved() ... [11:06:26.341] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [11:06:26.341] | : . ' Cluster node socket connection: index=4, id=435 [11:06:26.341] | : . ' assertValidConnection() ... [11:06:26.341] | : . ' , cluster node index: 1 [11:06:26.342] | : . ' assertValidConnection() ... done [11:06:26.543] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:26.543] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [11:06:26.544] | : resolved() ... done [11:06:26.339] | : MultisessionFuture: [11:06:26.339] | : Label: 'future_mapply-1' [11:06:26.339] | : Expression: [11:06:26.339] | : { [11:06:26.339] | : "# future.apply:::future_xapply(): preserve future option" [11:06:26.339] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:26.339] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:26.339] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:26.339] | : on.exit(options(oopts), add = TRUE) [11:06:26.339] | : } [11:06:26.339] | : { [11:06:26.339] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [11:06:26.339] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [11:06:26.339] | : do.call(mapply, args = args) [11:06:26.339] | : } [11:06:26.339] | : } [11:06:26.339] | : Globals: 5 objects totaling 6.49 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:26.339] | : Packages: [11:06:26.339] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:26.339] | : Capture standard output: TRUE [11:06:26.339] | : Capture condition classes: 'condition' (excluding '') [11:06:26.339] | : Immediate condition classes: 'immediateCondition' [11:06:26.339] | : Lazy evaluation: FALSE [11:06:26.339] | : Local evaluation: TRUE [11:06:26.339] | : Early signaling: FALSE [11:06:26.339] | : Actions: [n=1] 'run' [11:06:26.339] | : State: 'running' ("Future is being evaluated") [11:06:26.339] | : Resolved: FALSE [11:06:26.339] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-15 [11:06:26.339] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:26.339] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:26.339] | : Value: [11:06:26.339] | : Conditions captured: [11:06:26.545] | : Chunk #1 of 2 ... DONE [11:06:26.545] | : Chunk #2 of 2 ... [11:06:26.545] | : - Finding globals in '...' for chunk #2 ... [11:06:26.545] | : getGlobalsAndPackages() ... [11:06:26.546] | : . Searching for globals ... [11:06:26.547] | : . ' globals found: [0] [11:06:26.547] | : . Searching for globals ... done [11:06:26.552] | : . globals: [0] [11:06:26.552] | : . packages: [0] [11:06:26.553] | : getGlobalsAndPackages() ... done [11:06:26.553] | : + additional globals found: [n=0] [11:06:26.553] | : + additional namespaces needed: [n=0] [11:06:26.553] | : - Finding globals in '...' for chunk #2 ... DONE [11:06:26.553] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:26.554] | : - seeds: [11:06:26.554] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.554] | : future(..., label = 'future_mapply-2') ... [11:06:26.554] | : . lazy: FALSE [11:06:26.554] | : . stdout: TRUE [11:06:26.555] | : . conditions: [n=1] 'condition' [11:06:26.555] | : . getGlobalsAndPackages() ... [11:06:26.555] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.555] | : . ' Resolving globals: FALSE [11:06:26.555] | : . ' Search for packages associated with the globals ... [11:06:26.556] | : . ' , Packages associated with globals: [0] [11:06:26.556] | : . ' , Packages: [0] [11:06:26.556] | : . ' Search for packages associated with the globals ... done [11:06:26.557] | : . ' Packages after dropping 'base': [0] [11:06:26.557] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.557] | : . ' packages: [0] [11:06:26.557] | : . getGlobalsAndPackages() ... done [11:06:26.558] | : . run() for 'Future' ('future_mapply-2') ... [11:06:26.558] | : . ' state: 'created' [11:06:26.559] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:26.559] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:26.559] | : . ' Using MultisessionFutureBackend ... [11:06:26.559] | : . ' , Number of futures since start: 9 (9 created, 9 launched, 8 finished) [11:06:26.560] | : . ' , Launching futures ... [11:06:26.560] | : . ' , ; launchFuture() for ClusterFutureBackend ... [11:06:26.560] | : . ' , ; ` Workers: [n=2] [11:06:26.560] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:26.563] | : . ' , ; ` FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:26.563] | : . ' , ; ` requestWorker() ... [11:06:26.563] | : . ' , ; ` | requestNode() ... [11:06:26.563] | : . ' , ; ` | : Number of workers: 2 [11:06:26.564] | : . ' , ; ` | : Polling for a free worker ... [11:06:26.564] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:26.564] | : . ' , ; ` | : . ' Listing all futures [11:06:26.564] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:26.564] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:26.564] | : . ' , ; ` | : . Total time: 0 [11:06:26.565] | : . ' , ; ` | : Polling for a free worker ... done [11:06:26.565] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:26.565] | : . ' , ; ` | : . Listing all futures [11:06:26.565] | : . ' , ; ` | : . Number of registered futures: 1 [11:06:26.565] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:26.566] | : . ' , ; ` | : avail: [n=2] '2' [11:06:26.566] | : . ' , ; ` | : Index of first available worker: 2 [11:06:26.566] | : . ' , ; ` | : Validate that the worker is functional ... [11:06:26.567] | : . ' , ; ` | : . Worker is functional [11:06:26.567] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:26.567] | : . ' , ; ` | : . ' Listing all futures [11:06:26.568] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:26.568] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:26.568] | : . ' , ; ` | : Validate that the worker is functional ... done [11:06:26.568] | : . ' , ; ` | requestNode() ... done [11:06:26.568] | : . ' , ; ` | cluster node index: 2 [11:06:26.569] | : . ' , ; ` requestWorker() ... done [11:06:26.569] | : . ' , ; ` eraseGlobalEnvironment() ... [11:06:26.569] | : . ' , ; ` eraseGlobalEnvironment() ... done [11:06:26.569] | : . ' , ; ` launchFuture() ... [11:06:26.570] | : . ' , ; ` | cluster node index: 2 [11:06:26.570] | : . ' , ; ` | getFutureData() ... [11:06:26.570] | : . ' , ; ` | : getFutureCore() ... [11:06:26.570] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [11:06:26.570] | : . ' , ; ` | : getFutureCore() ... done [11:06:26.570] | : . ' , ; ` | : getFutureCapture() ... [11:06:26.571] | : . ' , ; ` | : getFutureCapture() ... done [11:06:26.571] | : . ' , ; ` | : getFutureContext() ... [11:06:26.571] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:26.571] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [11:06:26.571] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:26.572] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [11:06:26.572] | : . ' , ; ` | : getFutureContext() ... done [11:06:26.572] | : . ' , ; ` | getFutureData() ... done [11:06:26.573] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:26.573] | : . ' , ; ` | : Appended future to position #2 [11:06:26.573] | : . ' , ; ` | : Number of registered futures: 2 [11:06:26.573] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:26.573] | : . ' , ; ` launchFuture() ... done [11:06:26.574] | : . ' , ; ` MultisessionFuture started [11:06:26.574] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [11:06:26.574] | : . ' , Launching futures ... done [11:06:26.574] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:26.574] | : . ' Using MultisessionFutureBackend ... done [11:06:26.575] | : . run() for 'Future' ('future_mapply-2') ... done [11:06:26.575] | : future(..., label = 'future_mapply-2') ... done [11:06:26.575] | : Created future: [11:06:26.576] | : resolved() ... [11:06:26.577] | : . resolved() for MultisessionFuture ('future_mapply-2') ... [11:06:26.577] | : . ' Cluster node socket connection: index=5, id=436 [11:06:26.577] | : . ' assertValidConnection() ... [11:06:26.578] | : . ' , cluster node index: 2 [11:06:26.578] | : . ' assertValidConnection() ... done [11:06:26.579] | : . ' receiveMessageFromWorker() for ClusterFuture ... [11:06:26.580] | : . ' , cluster node index: 2 [11:06:26.580] | : . ' , [1] TRUE [11:06:26.580] | : . ' , Received data: [11:06:26.580] | : . ' , List of 5 [11:06:26.580] | : . ' , $ type : chr "VALUE" [11:06:26.580] | : . ' , $ value :List of 16 [11:06:26.580] | : . ' , ..$ value :List of 1 [11:06:26.580] | : . ' , .. ..$ :List of 2 [11:06:26.580] | : . ' , .. .. ..$ x: int 0 [11:06:26.580] | : . ' , .. .. ..$ y: int 1 [11:06:26.580] | : . ' , ..$ visible : logi TRUE [11:06:26.580] | : . ' , ..$ stdout : chr "$x\n[1] 0\n\n$y\n[1] 1\n\n" [11:06:26.580] | : . ' , ..$ conditions : list() [11:06:26.580] | : . ' , ..$ rng : logi FALSE [11:06:26.580] | : . ' , ..$ seed : NULL [11:06:26.580] | : . ' , ..$ misuseGlobalEnv : NULL [11:06:26.580] | : . ' , ..$ misuseConnections :List of 3 [11:06:26.580] | : . ' , .. ..$ added : NULL [11:06:26.580] | : . ' , .. ..$ removed : NULL [11:06:26.580] | : . ' , .. ..$ replaced: NULL [11:06:26.580] | : . ' , ..$ misuseDevices : NULL [11:06:26.580] | : . ' , ..$ misuseDefaultDevice: list() [11:06:26.580] | : . ' , ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:26" [11:06:26.580] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:26" [11:06:26.580] | : . ' , ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "16" [11:06:26.580] | : . ' , ..$ session_uuid : chr "875f1fd18b3d9ed8377ec3d5dfaac77f" [11:06:26.580] | : . ' , .. ..- attr(*, "source")=List of 5 [11:06:26.580] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [11:06:26.580] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:26.580] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:26.580] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:26.580] | : . ' , .. .. ..$ pid : int 39200 [11:06:26.580] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:26.580] | : . ' , .. .. ..$ random: int 2147483647 [11:06:26.580] | : . ' , ..$ r_info :List of 4 [11:06:26.580] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:26.580] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [11:06:26.580] | : . ' , .. ..$ os : chr "windows" [11:06:26.580] | : . ' , .. ..$ os_name : chr "Windows" [11:06:26.580] | : . ' , .. ..$ captures_utf8: logi TRUE [11:06:26.580] | : . ' , ..$ version : chr "1.8" [11:06:26.580] | : . ' , ..- attr(*, "class")= chr "FutureResult" [11:06:26.580] | : . ' , $ success: logi TRUE [11:06:26.580] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0.01 0.02 NA NA [11:06:26.580] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:26.580] | : . ' , $ tag : NULL [11:06:26.597] | : . ' , Received FutureResult [11:06:26.598] | : . ' , FutureResult: [11:06:26.598] | : . ' , value: 'list' [11:06:26.598] | : . ' , visible: TRUE [11:06:26.598] | : . ' , stdout: character [11:06:26.598] | : . ' , conditions: [n = 0] [11:06:26.598] | : . ' , RNG used: FALSE [11:06:26.598] | : . ' , duration: 0.005612135 secs (started 2026-02-20 11:06:26.573279) [11:06:26.598] | : . ' , version: 1.8 [11:06:26.598] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:26.599] | : . ' , ; Removed future from position #2 [11:06:26.599] | : . ' , ; Number of registered futures: 1 [11:06:26.599] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:26.599] | : . ' , Erased future from future backend [11:06:26.600] | : . ' , result() for ClusterFuture ... [11:06:26.600] | : . ' , ; result already collected: FutureResult [11:06:26.600] | : . ' , result() for ClusterFuture ... done [11:06:26.600] | : . ' , signalConditions() ... [11:06:26.600] | : . ' , ; include = 'immediateCondition' [11:06:26.601] | : . ' , ; exclude = [11:06:26.601] | : . ' , ; resignal = FALSE [11:06:26.601] | : . ' , ; Number of conditions: 0 [11:06:26.601] | : . ' , ; int 0 [11:06:26.602] | : . ' , signalConditions() ... done [11:06:26.602] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [11:06:26.602] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:26.602] | : . resolved() for MultisessionFuture ('future_mapply-2') ... done [11:06:26.602] | : . assertFutureResult() ... [11:06:26.602] | : . ' Future uuid: a4406347f719c72d2a60772f8d7cc792-16 [11:06:26.603] | : . ' identical; success [11:06:26.603] | : . assertFutureResult() ... done [11:06:26.603] | : resolved() ... done [11:06:26.575] | : MultisessionFuture: [11:06:26.575] | : Label: 'future_mapply-2' [11:06:26.575] | : Expression: [11:06:26.575] | : { [11:06:26.575] | : "# future.apply:::future_xapply(): preserve future option" [11:06:26.575] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:26.575] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:26.575] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:26.575] | : on.exit(options(oopts), add = TRUE) [11:06:26.575] | : } [11:06:26.575] | : { [11:06:26.575] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [11:06:26.575] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [11:06:26.575] | : do.call(mapply, args = args) [11:06:26.575] | : } [11:06:26.575] | : } [11:06:26.575] | : Globals: 5 objects totaling 6.49 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:26.575] | : Packages: [11:06:26.575] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:26.575] | : Capture standard output: TRUE [11:06:26.575] | : Capture condition classes: 'condition' (excluding '') [11:06:26.575] | : Immediate condition classes: 'immediateCondition' [11:06:26.575] | : Lazy evaluation: FALSE [11:06:26.575] | : Local evaluation: TRUE [11:06:26.575] | : Early signaling: FALSE [11:06:26.575] | : Actions: [n=1] 'run' [11:06:26.575] | : State: 'running' ("Future is being evaluated") [11:06:26.575] | : Resolved: TRUE [11:06:26.575] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-16 [11:06:26.575] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:26.575] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:26.575] | : Value: [11:06:26.575] | : Conditions captured: [11:06:26.603] | : Chunk #2 of 2 ... DONE [11:06:26.604] | : Launching 2 futures (chunks) ... DONE [11:06:26.604] | : Resolving 2 futures (chunks) ... [11:06:26.604] | : value() for list ... [11:06:26.604] | : . recursive: 0 [11:06:26.604] | : . reduce: FALSE [11:06:26.605] | : . length: 2 [11:06:26.605] | : . Number of remaining objects: 2 [11:06:26.605] | : . checking value #1: [11:06:26.605] | : . 'obj' is MultisessionFuture [11:06:26.605] | : . resolved() ... [11:06:26.606] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... [11:06:26.606] | : . ' , Cluster node socket connection: index=4, id=435 [11:06:26.606] | : . ' , assertValidConnection() ... [11:06:26.606] | : . ' , ; cluster node index: 1 [11:06:26.607] | : . ' , assertValidConnection() ... done [11:06:26.808] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:26.808] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... done [11:06:26.809] | : . resolved() ... done [11:06:26.809] | : . checking value #2: [11:06:26.809] | : . 'obj' is MultisessionFuture [11:06:26.809] | : . resolved() ... [11:06:26.809] | : . resolved() ... done [11:06:26.809] | : . MultisessionFuture #2 [11:06:26.810] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:26.810] | : . ' nx: 2 [11:06:26.810] | : . ' relay: TRUE [11:06:26.810] | : . ' stdout: TRUE [11:06:26.810] | : . ' signal: TRUE [11:06:26.810] | : . ' resignal: FALSE [11:06:26.811] | : . ' force: TRUE [11:06:26.811] | : . ' relayed: [n=2] FALSE, FALSE [11:06:26.811] | : . ' queued futures: [n=2] FALSE, FALSE [11:06:26.811] | : . ' until=1 [11:06:26.811] | : . ' relaying element #1 [11:06:26.811] | : . ' relayed: [n=2] FALSE, FALSE [11:06:26.812] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:26.812] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:26.812] | : . value(, ...) ... [11:06:26.812] | : . value(, ...) ... done [11:06:26.812] | : . value() for MultisessionFuture ('future_mapply-2') ... [11:06:26.813] | : . ' result() for ClusterFuture ... [11:06:26.813] | : . ' , result already collected: FutureResult [11:06:26.813] | : . ' result() for ClusterFuture ... done [11:06:26.813] | : . ' result() for ClusterFuture ... [11:06:26.813] | : . ' , result already collected: FutureResult [11:06:26.813] | : . ' result() for ClusterFuture ... done [11:06:26.814] | : . ' signalConditions() ... [11:06:26.814] | : . ' , include = 'immediateCondition' [11:06:26.814] | : . ' , exclude = [11:06:26.814] | : . ' , resignal = FALSE [11:06:26.814] | : . ' , Number of conditions: 0 [11:06:26.814] | : . ' , int 0 [11:06:26.815] | : . ' signalConditions() ... done [11:06:26.815] | : . ' check for misuse ... [11:06:26.816] | : . ' check for misuse ... done [11:06:26.816] | : . value() for MultisessionFuture ('future_mapply-2') ... done [11:06:26.816] | : . value: [11:06:26.816] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:26.816] | : . ' nx: 2 [11:06:26.816] | : . ' relay: TRUE [11:06:26.817] | : . ' stdout: TRUE [11:06:26.817] | : . ' signal: TRUE [11:06:26.817] | : . ' resignal: FALSE [11:06:26.817] | : . ' force: TRUE [11:06:26.817] | : . ' relayed: [n=2] FALSE, FALSE [11:06:26.817] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:26.818] | : . ' until=1 [11:06:26.818] | : . ' relaying element #1 [11:06:26.818] | : . ' relayed: [n=2] FALSE, FALSE [11:06:26.818] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:26.818] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:26.818] | : . resolve() for MultisessionFuture ... [11:06:26.819] | : . resolve() for MultisessionFuture ... done [11:06:26.819] | : . length: 1 (resolved future 2) [11:06:26.819] | : value() for list ... done [11:06:26.839] | : Number of remaining objects: 1 [11:06:26.840] | : checking value #1: [11:06:26.840] | : 'obj' is MultisessionFuture [11:06:26.840] | : resolved() ... [11:06:26.840] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [11:06:26.841] | : . ' Cluster node socket connection: index=4, id=435 [11:06:26.841] | : . ' assertValidConnection() ... [11:06:26.841] | : . ' , cluster node index: 1 [11:06:26.841] | : . ' assertValidConnection() ... done [11:06:26.858] | : . ' receiveMessageFromWorker() for ClusterFuture ... [11:06:26.858] | : . ' , cluster node index: 1 [11:06:26.859] | : . ' , [1] TRUE [11:06:26.859] | : . ' , Received data: [11:06:26.859] | : . ' , List of 5 [11:06:26.859] | : . ' , $ type : chr "VALUE" [11:06:26.859] | : . ' , $ value :List of 16 [11:06:26.859] | : . ' , ..$ value :List of 1 [11:06:26.859] | : . ' , .. ..$ :List of 2 [11:06:26.859] | : . ' , .. .. ..$ x: int 1 [11:06:26.859] | : . ' , .. .. ..$ y: int 0 [11:06:26.859] | : . ' , ..$ visible : logi TRUE [11:06:26.859] | : . ' , ..$ stdout : chr "$x\n[1] 1\n\n$y\n[1] 0\n\n" [11:06:26.859] | : . ' , ..$ conditions : list() [11:06:26.859] | : . ' , ..$ rng : logi FALSE [11:06:26.859] | : . ' , ..$ seed : NULL [11:06:26.859] | : . ' , ..$ misuseGlobalEnv : NULL [11:06:26.859] | : . ' , ..$ misuseConnections :List of 3 [11:06:26.859] | : . ' , .. ..$ added : NULL [11:06:26.859] | : . ' , .. ..$ removed : NULL [11:06:26.859] | : . ' , .. ..$ replaced: NULL [11:06:26.859] | : . ' , ..$ misuseDevices : NULL [11:06:26.859] | : . ' , ..$ misuseDefaultDevice: list() [11:06:26.859] | : . ' , ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:26" [11:06:26.859] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:26" [11:06:26.859] | : . ' , ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "15" [11:06:26.859] | : . ' , ..$ session_uuid : chr "899b23da5da4f402e9f7f97406d39cb4" [11:06:26.859] | : . ' , .. ..- attr(*, "source")=List of 5 [11:06:26.859] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [11:06:26.859] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:26.859] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:26.859] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:26.859] | : . ' , .. .. ..$ pid : int 68820 [11:06:26.859] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:26.859] | : . ' , .. .. ..$ random: int 2147483647 [11:06:26.859] | : . ' , ..$ r_info :List of 4 [11:06:26.859] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:26.859] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [11:06:26.859] | : . ' , .. ..$ os : chr "windows" [11:06:26.859] | : . ' , .. ..$ os_name : chr "Windows" [11:06:26.859] | : . ' , .. ..$ captures_utf8: logi TRUE [11:06:26.859] | : . ' , ..$ version : chr "1.8" [11:06:26.859] | : . ' , ..- attr(*, "class")= chr "FutureResult" [11:06:26.859] | : . ' , $ success: logi TRUE [11:06:26.859] | : . ' , $ time : 'proc_time' Named num [1:5] 0.01 0 0.53 NA NA [11:06:26.859] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:26.859] | : . ' , $ tag : NULL [11:06:26.874] | : . ' , Received FutureResult [11:06:26.874] | : . ' , FutureResult: [11:06:26.874] | : . ' , value: 'list' [11:06:26.874] | : . ' , visible: TRUE [11:06:26.874] | : . ' , stdout: character [11:06:26.874] | : . ' , conditions: [n = 0] [11:06:26.874] | : . ' , RNG used: FALSE [11:06:26.874] | : . ' , duration: 0.5196419 secs (started 2026-02-20 11:06:26.337429) [11:06:26.874] | : . ' , version: 1.8 [11:06:26.875] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:26.875] | : . ' , ; Removed future from position #1 [11:06:26.875] | : . ' , ; Number of registered futures: 0 [11:06:26.876] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:26.876] | : . ' , Erased future from future backend [11:06:26.876] | : . ' , result() for ClusterFuture ... [11:06:26.876] | : . ' , ; result already collected: FutureResult [11:06:26.876] | : . ' , result() for ClusterFuture ... done [11:06:26.876] | : . ' , signalConditions() ... [11:06:26.877] | : . ' , ; include = 'immediateCondition' [11:06:26.877] | : . ' , ; exclude = [11:06:26.877] | : . ' , ; resignal = FALSE [11:06:26.877] | : . ' , ; Number of conditions: 0 [11:06:26.877] | : . ' , ; int 0 [11:06:26.878] | : . ' , signalConditions() ... done [11:06:26.878] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [11:06:26.878] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:26.878] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [11:06:26.878] | : . assertFutureResult() ... [11:06:26.879] | : . ' Future uuid: a4406347f719c72d2a60772f8d7cc792-15 [11:06:26.879] | : . ' identical; success [11:06:26.879] | : . assertFutureResult() ... done [11:06:26.879] | : resolved() ... done [11:06:26.879] | : MultisessionFuture #1 [11:06:26.879] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:26.880] | : . nx: 2 [11:06:26.880] | : . relay: TRUE [11:06:26.880] | : . stdout: TRUE [11:06:26.880] | : . signal: TRUE [11:06:26.880] | : . resignal: FALSE [11:06:26.880] | : . force: TRUE [11:06:26.881] | : . relayed: [n=2] FALSE, FALSE [11:06:26.881] | : . queued futures: [n=2] FALSE, TRUE [11:06:26.881] | : . until=1 [11:06:26.881] | : . relaying element #1 [11:06:26.881] | : . value() for MultisessionFuture ('future_mapply-1') ... [11:06:26.881] | : . ' result() for ClusterFuture ... [11:06:26.882] | : . ' , result already collected: FutureResult [11:06:26.882] | : . ' result() for ClusterFuture ... done [11:06:26.882] | : . ' result() for ClusterFuture ... [11:06:26.882] | : . ' , result already collected: FutureResult [11:06:26.882] | : . ' result() for ClusterFuture ... done [11:06:26.883] | : . ' signalConditions() ... [11:06:26.883] | : . ' , include = 'immediateCondition' [11:06:26.883] | : . ' , exclude = [11:06:26.883] | : . ' , resignal = FALSE [11:06:26.883] | : . ' , Number of conditions: 0 [11:06:26.883] | : . ' , int 0 [11:06:26.884] | : . ' signalConditions() ... done [11:06:26.884] | : . ' relay stdout ... [11:06:26.884] | : . ' relay stdout ... done [11:06:26.884] | : . ' check for misuse ... [11:06:26.885] | : . ' check for misuse ... done [11:06:26.885] | : . value() for MultisessionFuture ('future_mapply-1') ... done [11:06:26.885] | : . result() for ClusterFuture ... [11:06:26.885] | : . ' result already collected: FutureResult [11:06:26.885] | : . result() for ClusterFuture ... done [11:06:26.886] | : . signalConditions() ... [11:06:26.886] | : . ' include = 'immediateCondition' [11:06:26.886] | : . ' exclude = [11:06:26.886] | : . ' resignal = FALSE [11:06:26.886] | : . ' Number of conditions: 0 [11:06:26.886] | : . ' int 0 [11:06:26.887] | : . signalConditions() ... done [11:06:26.887] | : . result() for ClusterFuture ... [11:06:26.887] | : . ' result already collected: FutureResult [11:06:26.887] | : . result() for ClusterFuture ... done [11:06:26.888] | : . signalConditions() ... [11:06:26.888] | : . ' include = 'condition' [11:06:26.888] | : . ' exclude = 'error', 'immediateCondition' [11:06:26.888] | : . ' resignal = TRUE [11:06:26.888] | : . ' Number of conditions: 0 [11:06:26.888] | : . ' int 0 [11:06:26.889] | : . signalConditions() ... done [11:06:26.889] | : . relayed: [n=2] TRUE, FALSE [11:06:26.889] | : . queued futures: [n=2] TRUE, TRUE [11:06:26.890] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:26.890] | : value(, ...) ... [11:06:26.890] | : value(, ...) ... done [11:06:26.890] | : value() for MultisessionFuture ('future_mapply-1') ... [11:06:26.890] | : . result() for ClusterFuture ... [11:06:26.890] | : . ' result already collected: FutureResult [11:06:26.891] | : . result() for ClusterFuture ... done [11:06:26.891] | : . result() for ClusterFuture ... [11:06:26.891] | : . ' result already collected: FutureResult [11:06:26.891] | : . result() for ClusterFuture ... done [11:06:26.891] | : . signalConditions() ... [11:06:26.891] | : . ' include = 'immediateCondition' [11:06:26.892] | : . ' exclude = [11:06:26.892] | : . ' resignal = FALSE [11:06:26.892] | : . ' Number of conditions: 0 [11:06:26.892] | : . ' int 0 [11:06:26.893] | : . signalConditions() ... done [11:06:26.893] | : . check for misuse ... [11:06:26.893] | : . check for misuse ... done [11:06:26.893] | : value() for MultisessionFuture ('future_mapply-1') ... done [11:06:26.893] | : value: [11:06:26.893] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:26.894] | : . nx: 2 [11:06:26.894] | : . relay: TRUE [11:06:26.897] | : . stdout: TRUE [11:06:26.897] | : . signal: TRUE [11:06:26.897] | : . resignal: FALSE [11:06:26.898] | : . force: TRUE [11:06:26.898] | : . relayed: [n=2] TRUE, FALSE [11:06:26.898] | : . queued futures: [n=2] TRUE, TRUE [11:06:26.898] | : . until=2 [11:06:26.898] | : . relaying element #2 [11:06:26.898] | : . value() for MultisessionFuture ('future_mapply-2') ... [11:06:26.899] | : . ' result() for ClusterFuture ... [11:06:26.899] | : . ' , result already collected: FutureResult [11:06:26.899] | : . ' result() for ClusterFuture ... done [11:06:26.899] | : . ' result() for ClusterFuture ... [11:06:26.899] | : . ' , result already collected: FutureResult [11:06:26.899] | : . ' result() for ClusterFuture ... done [11:06:26.900] | : . ' signalConditions() ... [11:06:26.900] | : . ' , include = 'immediateCondition' [11:06:26.900] | : . ' , exclude = [11:06:26.900] | : . ' , resignal = FALSE [11:06:26.900] | : . ' , Number of conditions: 0 [11:06:26.900] | : . ' , int 0 [11:06:26.901] | : . ' signalConditions() ... done [11:06:26.901] | : . ' relay stdout ... [11:06:26.901] | : . ' relay stdout ... done [11:06:26.901] | : . ' check for misuse ... [11:06:26.902] | : . ' check for misuse ... done [11:06:26.902] | : . value() for MultisessionFuture ('future_mapply-2') ... done [11:06:26.902] | : . result() for ClusterFuture ... [11:06:26.902] | : . ' result already collected: FutureResult [11:06:26.902] | : . result() for ClusterFuture ... done [11:06:26.902] | : . signalConditions() ... [11:06:26.903] | : . ' include = 'immediateCondition' [11:06:26.903] | : . ' exclude = [11:06:26.903] | : . ' resignal = FALSE [11:06:26.903] | : . ' Number of conditions: 0 [11:06:26.903] | : . ' int 0 [11:06:26.904] | : . signalConditions() ... done [11:06:26.904] | : . result() for ClusterFuture ... [11:06:26.904] | : . ' result already collected: FutureResult [11:06:26.904] | : . result() for ClusterFuture ... done [11:06:26.904] | : . signalConditions() ... [11:06:26.905] | : . ' include = 'condition' [11:06:26.905] | : . ' exclude = 'error', 'immediateCondition' [11:06:26.905] | : . ' resignal = TRUE [11:06:26.905] | : . ' Number of conditions: 0 [11:06:26.905] | : . ' int 0 [11:06:26.906] | : . signalConditions() ... done [11:06:26.906] | : . relayed: [n=2] TRUE, TRUE [11:06:26.906] | : . queued futures: [n=2] TRUE, TRUE [11:06:26.906] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:26.906] | : resolve() for MultisessionFuture ... [11:06:26.907] | : resolve() for MultisessionFuture ... done [11:06:26.907] | : length: 0 (resolved future 1) [11:06:26.907] | future_mapply() -> future_xapply() ... done [11:06:26.907] | Relaying remaining futures ... [11:06:26.907] | : signalConditionsASAP(NULL, pos=0) ... [11:06:26.907] | : . nx: 2 [11:06:26.908] | : . relay: TRUE [11:06:26.908] | : . stdout: TRUE [11:06:26.908] | : . signal: TRUE [11:06:26.908] | : . resignal: FALSE [11:06:26.908] | : . force: TRUE [11:06:26.908] | : . relayed: [n=2] TRUE, TRUE [11:06:26.909] | : . queued futures: [n=2] TRUE, TRUE - flush all [11:06:26.909] | : . relayed: [n=2] TRUE, TRUE [11:06:26.909] | : . queued futures: [n=2] TRUE, TRUE [11:06:26.909] | : signalConditionsASAP(NULL, pos=0) ... done [11:06:26.909] | Relaying remaining futures ... done [11:06:26.909] future_mapply() ... done [11:06:26.910] - Number of value chunks collected: 2 [11:06:26.910] Resolving 2 futures (chunks) ... DONE [11:06:26.910] Reducing values from 2 chunks ... [11:06:26.910] - Number of values collected after concatenation: 2 [11:06:26.910] - Number of values expected: 2 [11:06:26.910] Reducing values from 2 chunks ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... DONE * future_mapply(x, ..., future.stdout = NA) ... [11:06:26.911] future_mapply() ... [11:06:26.911] | future_mapply() -> future_xapply() ... [11:06:26.912] | : nbrOfWorkers(NULL) ... [11:06:26.912] | : . List of 4 [11:06:26.912] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [11:06:26.912] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [11:06:26.912] | : . $ : language nbrOfWorkers() [11:06:26.912] | : . $ : language nbrOfWorkers.NULL() [11:06:26.914] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:26.914] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:26.914] | : . Number of workers: 2 [11:06:26.914] | : nbrOfWorkers(NULL) ... done [11:06:26.915] | : Number of chunks: 2 [11:06:26.915] | : getGlobalsAndPackagesXApply() ... [11:06:26.915] | : . future.globals: TRUE [11:06:26.915] | : . getGlobalsAndPackages() ... [11:06:26.916] | : . ' Searching for globals ... [11:06:26.928] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [11:06:26.928] | : . ' Searching for globals ... done [11:06:26.928] | : . ' Resolving globals: FALSE [11:06:26.929] | : . ' Search for packages associated with the globals ... [11:06:26.929] | : . ' , Packages associated with globals: [1] 'base' [11:06:26.929] | : . ' , Packages: [1] 'base' [11:06:26.930] | : . ' Search for packages associated with the globals ... done [11:06:26.930] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [11:06:26.930] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [11:06:26.930] | : . ' Packages after dropping 'base': [0] [11:06:26.931] | : . ' globals: [1] 'FUN' [11:06:26.931] | : . ' packages: [0] [11:06:26.931] | : . getGlobalsAndPackages() ... done [11:06:26.931] | : . globals found/used: [n=1] 'FUN' [11:06:26.931] | : . needed namespaces: [n=0] [11:06:26.932] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [11:06:26.932] | : . List of 2 [11:06:26.932] | : . $ ...future.FUN:function (x, y) [11:06:26.932] | : . $ MoreArgs : NULL [11:06:26.932] | : . - attr(*, "where")=List of 2 [11:06:26.932] | : . ..$ ...future.FUN: [11:06:26.932] | : . ..$ MoreArgs : [11:06:26.932] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:26.932] | : . - attr(*, "resolved")= logi FALSE [11:06:26.932] | : . - attr(*, "total_size")= num NA [11:06:26.935] | : . Packages to be attached in all futures: [n=0] [11:06:26.936] | : getGlobalsAndPackagesXApply() ... done [11:06:26.936] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.936] | : List of 5 [11:06:26.936] | : $ ...future.FUN :function (x, y) [11:06:26.936] | : $ MoreArgs : NULL [11:06:26.936] | : $ ...future.elements_ii : NULL [11:06:26.936] | : $ ...future.seeds_ii : NULL [11:06:26.936] | : $ ...future.globals.maxSize: NULL [11:06:26.936] | : - attr(*, "where")=List of 5 [11:06:26.936] | : ..$ ...future.FUN : [11:06:26.936] | : ..$ MoreArgs : [11:06:26.936] | : ..$ ...future.elements_ii : [11:06:26.936] | : ..$ ...future.seeds_ii : [11:06:26.936] | : ..$ ...future.globals.maxSize: [11:06:26.936] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [11:06:26.936] | : - attr(*, "resolved")= logi FALSE [11:06:26.936] | : - attr(*, "total_size")= num NA [11:06:26.941] | : Number of futures (= number of chunks): 2 [11:06:26.941] | : Launching 2 futures (chunks) ... [11:06:26.941] | : Chunk #1 of 2 ... [11:06:26.941] | : - Finding globals in '...' for chunk #1 ... [11:06:26.942] | : getGlobalsAndPackages() ... [11:06:26.942] | : . Searching for globals ... [11:06:26.942] | : . ' globals found: [0] [11:06:26.943] | : . Searching for globals ... done [11:06:26.943] | : . globals: [0] [11:06:26.943] | : . packages: [0] [11:06:26.943] | : getGlobalsAndPackages() ... done [11:06:26.943] | : + additional globals found: [n=0] [11:06:26.943] | : + additional namespaces needed: [n=0] [11:06:26.944] | : - Finding globals in '...' for chunk #1 ... DONE [11:06:26.944] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:26.944] | : - seeds: [11:06:26.944] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.944] | : future(..., label = 'future_mapply-1') ... [11:06:26.945] | : . lazy: FALSE [11:06:26.945] | : . stdout: NA [11:06:26.945] | : . conditions: [n=1] 'condition' [11:06:26.945] | : . getGlobalsAndPackages() ... [11:06:26.945] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.945] | : . ' Resolving globals: FALSE [11:06:26.946] | : . ' Search for packages associated with the globals ... [11:06:26.946] | : . ' , Packages associated with globals: [0] [11:06:26.946] | : . ' , Packages: [0] [11:06:26.946] | : . ' Search for packages associated with the globals ... done [11:06:26.947] | : . ' Packages after dropping 'base': [0] [11:06:26.947] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:26.947] | : . ' packages: [0] [11:06:26.947] | : . getGlobalsAndPackages() ... done [11:06:26.948] | : . run() for 'Future' ('future_mapply-1') ... [11:06:26.948] | : . ' state: 'created' [11:06:26.948] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:26.948] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:26.948] | : . ' Using MultisessionFutureBackend ... [11:06:26.949] | : . ' , Number of futures since start: 10 (10 created, 10 launched, 10 finished) [11:06:26.949] | : . ' , Launching futures ... [11:06:26.949] | : . ' , ; launchFuture() for ClusterFutureBackend ... [11:06:26.949] | : . ' , ; ` Workers: [n=2] [11:06:26.950] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:26.951] | : . ' , ; ` FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:26.952] | : . ' , ; ` requestWorker() ... [11:06:26.952] | : . ' , ; ` | requestNode() ... [11:06:26.952] | : . ' , ; ` | : Number of workers: 2 [11:06:26.952] | : . ' , ; ` | : Polling for a free worker ... [11:06:26.952] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:26.953] | : . ' , ; ` | : . ' Listing all futures [11:06:26.953] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:26.953] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:26.953] | : . ' , ; ` | : . Total time: 0 [11:06:26.953] | : . ' , ; ` | : Polling for a free worker ... done [11:06:26.954] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:26.954] | : . ' , ; ` | : . Listing all futures [11:06:26.954] | : . ' , ; ` | : . Number of registered futures: 0 [11:06:26.954] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:26.954] | : . ' , ; ` | : avail: [n=2] '1', '2' [11:06:26.954] | : . ' , ; ` | : Index of first available worker: 1 [11:06:26.955] | : . ' , ; ` | : Validate that the worker is functional ... [11:06:26.955] | : . ' , ; ` | : . Worker is functional [11:06:26.955] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:26.956] | : . ' , ; ` | : . ' Listing all futures [11:06:26.956] | : . ' , ; ` | : . ' Number of registered futures: 0 [11:06:26.956] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:26.956] | : . ' , ; ` | : Validate that the worker is functional ... done [11:06:26.956] | : . ' , ; ` | requestNode() ... done [11:06:26.956] | : . ' , ; ` | cluster node index: 1 [11:06:26.957] | : . ' , ; ` requestWorker() ... done [11:06:26.957] | : . ' , ; ` eraseGlobalEnvironment() ... [11:06:26.957] | : . ' , ; ` eraseGlobalEnvironment() ... done [11:06:26.958] | : . ' , ; ` launchFuture() ... [11:06:26.958] | : . ' , ; ` | cluster node index: 1 [11:06:26.958] | : . ' , ; ` | getFutureData() ... [11:06:26.958] | : . ' , ; ` | : getFutureCore() ... [11:06:26.958] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [11:06:26.959] | : . ' , ; ` | : getFutureCore() ... done [11:06:26.959] | : . ' , ; ` | : getFutureCapture() ... [11:06:26.959] | : . ' , ; ` | : getFutureCapture() ... done [11:06:26.959] | : . ' , ; ` | : getFutureContext() ... [11:06:26.959] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:26.960] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [11:06:26.960] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:26.960] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [11:06:26.960] | : . ' , ; ` | : getFutureContext() ... done [11:06:26.960] | : . ' , ; ` | getFutureData() ... done [11:06:26.961] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:26.961] | : . ' , ; ` | : Appended future to position #1 [11:06:26.961] | : . ' , ; ` | : Number of registered futures: 1 [11:06:26.961] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:26.962] | : . ' , ; ` launchFuture() ... done [11:06:26.962] | : . ' , ; ` MultisessionFuture started [11:06:26.962] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [11:06:26.962] | : . ' , Launching futures ... done [11:06:26.962] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:26.962] | : . ' Using MultisessionFutureBackend ... done [11:06:26.963] | : . run() for 'Future' ('future_mapply-1') ... done [11:06:26.963] | : future(..., label = 'future_mapply-1') ... done [11:06:26.963] | : Created future: [11:06:26.964] | : resolved() ... [11:06:26.964] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [11:06:26.965] | : . ' Cluster node socket connection: index=4, id=435 [11:06:26.965] | : . ' assertValidConnection() ... [11:06:26.965] | : . ' , cluster node index: 1 [11:06:26.966] | : . ' assertValidConnection() ... done [11:06:27.167] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:27.168] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [11:06:27.168] | : resolved() ... done [11:06:26.963] | : MultisessionFuture: [11:06:26.963] | : Label: 'future_mapply-1' [11:06:26.963] | : Expression: [11:06:26.963] | : { [11:06:26.963] | : "# future.apply:::future_xapply(): preserve future option" [11:06:26.963] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:26.963] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:26.963] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:26.963] | : on.exit(options(oopts), add = TRUE) [11:06:26.963] | : } [11:06:26.963] | : { [11:06:26.963] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [11:06:26.963] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [11:06:26.963] | : do.call(mapply, args = args) [11:06:26.963] | : } [11:06:26.963] | : } [11:06:26.963] | : Globals: 5 objects totaling 6.49 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:26.963] | : Packages: [11:06:26.963] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:26.963] | : Capture standard output: NA [11:06:26.963] | : Capture condition classes: 'condition' (excluding '') [11:06:26.963] | : Immediate condition classes: 'immediateCondition' [11:06:26.963] | : Lazy evaluation: FALSE [11:06:26.963] | : Local evaluation: TRUE [11:06:26.963] | : Early signaling: FALSE [11:06:26.963] | : Actions: [n=1] 'run' [11:06:26.963] | : State: 'running' ("Future is being evaluated") [11:06:26.963] | : Resolved: FALSE [11:06:26.963] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-17 [11:06:26.963] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:26.963] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:26.963] | : Value: [11:06:26.963] | : Conditions captured: [11:06:27.168] | : Chunk #1 of 2 ... DONE [11:06:27.169] | : Chunk #2 of 2 ... [11:06:27.169] | : - Finding globals in '...' for chunk #2 ... [11:06:27.169] | : getGlobalsAndPackages() ... [11:06:27.169] | : . Searching for globals ... [11:06:27.170] | : . ' globals found: [0] [11:06:27.170] | : . Searching for globals ... done [11:06:27.170] | : . globals: [0] [11:06:27.170] | : . packages: [0] [11:06:27.171] | : getGlobalsAndPackages() ... done [11:06:27.171] | : + additional globals found: [n=0] [11:06:27.171] | : + additional namespaces needed: [n=0] [11:06:27.171] | : - Finding globals in '...' for chunk #2 ... DONE [11:06:27.171] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [11:06:27.171] | : - seeds: [11:06:27.172] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:27.172] | : future(..., label = 'future_mapply-2') ... [11:06:27.172] | : . lazy: FALSE [11:06:27.172] | : . stdout: NA [11:06:27.172] | : . conditions: [n=1] 'condition' [11:06:27.172] | : . getGlobalsAndPackages() ... [11:06:27.173] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:27.173] | : . ' Resolving globals: FALSE [11:06:27.173] | : . ' Search for packages associated with the globals ... [11:06:27.173] | : . ' , Packages associated with globals: [0] [11:06:27.174] | : . ' , Packages: [0] [11:06:27.174] | : . ' Search for packages associated with the globals ... done [11:06:27.174] | : . ' Packages after dropping 'base': [0] [11:06:27.174] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [11:06:27.174] | : . ' packages: [0] [11:06:27.175] | : . getGlobalsAndPackages() ... done [11:06:27.175] | : . run() for 'Future' ('future_mapply-2') ... [11:06:27.175] | : . ' state: 'created' [11:06:27.175] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:27.176] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:27.176] | : . ' Using MultisessionFutureBackend ... [11:06:27.176] | : . ' , Number of futures since start: 11 (11 created, 11 launched, 10 finished) [11:06:27.176] | : . ' , Launching futures ... [11:06:27.176] | : . ' , ; launchFuture() for ClusterFutureBackend ... [11:06:27.177] | : . ' , ; ` Workers: [n=2] [11:06:27.177] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-02-18 r89435 ucrt), platform x86_64-w64-mingw32) [11:06:27.179] | : . ' , ; ` FutureRegistry: 'workers-58634313ae0e688e77f8d04bd537e6f6' [11:06:27.179] | : . ' , ; ` requestWorker() ... [11:06:27.179] | : . ' , ; ` | requestNode() ... [11:06:27.179] | : . ' , ; ` | : Number of workers: 2 [11:06:27.180] | : . ' , ; ` | : Polling for a free worker ... [11:06:27.180] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:27.180] | : . ' , ; ` | : . ' Listing all futures [11:06:27.180] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:27.180] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:27.180] | : . ' , ; ` | : . Total time: 0 [11:06:27.181] | : . ' , ; ` | : Polling for a free worker ... done [11:06:27.181] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:27.181] | : . ' , ; ` | : . Listing all futures [11:06:27.181] | : . ' , ; ` | : . Number of registered futures: 1 [11:06:27.181] | : . ' , ; ` | : FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:27.181] | : . ' , ; ` | : avail: [n=2] '2' [11:06:27.182] | : . ' , ; ` | : Index of first available worker: 2 [11:06:27.182] | : . ' , ; ` | : Validate that the worker is functional ... [11:06:27.182] | : . ' , ; ` | : . Worker is functional [11:06:27.183] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... [11:06:27.183] | : . ' , ; ` | : . ' Listing all futures [11:06:27.183] | : . ' , ; ` | : . ' Number of registered futures: 1 [11:06:27.183] | : . ' , ; ` | : . FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'list', earlySignal = 0) ... done [11:06:27.183] | : . ' , ; ` | : Validate that the worker is functional ... done [11:06:27.183] | : . ' , ; ` | requestNode() ... done [11:06:27.184] | : . ' , ; ` | cluster node index: 2 [11:06:27.184] | : . ' , ; ` requestWorker() ... done [11:06:27.184] | : . ' , ; ` eraseGlobalEnvironment() ... [11:06:27.184] | : . ' , ; ` eraseGlobalEnvironment() ... done [11:06:27.185] | : . ' , ; ` launchFuture() ... [11:06:27.185] | : . ' , ; ` | cluster node index: 2 [11:06:27.185] | : . ' , ; ` | getFutureData() ... [11:06:27.185] | : . ' , ; ` | : getFutureCore() ... [11:06:27.185] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [11:06:27.186] | : . ' , ; ` | : getFutureCore() ... done [11:06:27.186] | : . ' , ; ` | : getFutureCapture() ... [11:06:27.186] | : . ' , ; ` | : getFutureCapture() ... done [11:06:27.186] | : . ' , ; ` | : getFutureContext() ... [11:06:27.186] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [11:06:27.186] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [11:06:27.187] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [11:06:27.187] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [11:06:27.187] | : . ' , ; ` | : getFutureContext() ... done [11:06:27.187] | : . ' , ; ` | getFutureData() ... done [11:06:27.188] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... [11:06:27.188] | : . ' , ; ` | : Appended future to position #2 [11:06:27.188] | : . ' , ; ` | : Number of registered futures: 2 [11:06:27.188] | : . ' , ; ` | FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'add', earlySignal = 0) ... done [11:06:27.188] | : . ' , ; ` launchFuture() ... done [11:06:27.189] | : . ' , ; ` MultisessionFuture started [11:06:27.189] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [11:06:27.189] | : . ' , Launching futures ... done [11:06:27.189] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:27.189] | : . ' Using MultisessionFutureBackend ... done [11:06:27.189] | : . run() for 'Future' ('future_mapply-2') ... done [11:06:27.190] | : future(..., label = 'future_mapply-2') ... done [11:06:27.190] | : Created future: [11:06:27.191] | : resolved() ... [11:06:27.191] | : . resolved() for MultisessionFuture ('future_mapply-2') ... [11:06:27.192] | : . ' Cluster node socket connection: index=5, id=436 [11:06:27.192] | : . ' assertValidConnection() ... [11:06:27.192] | : . ' , cluster node index: 2 [11:06:27.192] | : . ' assertValidConnection() ... done [11:06:27.193] | : . ' receiveMessageFromWorker() for ClusterFuture ... [11:06:27.193] | : . ' , cluster node index: 2 [11:06:27.193] | : . ' , [1] TRUE [11:06:27.193] | : . ' , Received data: [11:06:27.194] | : . ' , List of 5 [11:06:27.194] | : . ' , $ type : chr "VALUE" [11:06:27.194] | : . ' , $ value :List of 16 [11:06:27.194] | : . ' , ..$ value :List of 1 [11:06:27.194] | : . ' , .. ..$ :List of 2 [11:06:27.194] | : . ' , .. .. ..$ x: int 0 [11:06:27.194] | : . ' , .. .. ..$ y: int 1 [11:06:27.194] | : . ' , ..$ visible : logi TRUE [11:06:27.194] | : . ' , ..$ stdout : NULL [11:06:27.194] | : . ' , ..$ conditions : list() [11:06:27.194] | : . ' , ..$ rng : logi FALSE [11:06:27.194] | : . ' , ..$ seed : NULL [11:06:27.194] | : . ' , ..$ misuseGlobalEnv : NULL [11:06:27.194] | : . ' , ..$ misuseConnections :List of 3 [11:06:27.194] | : . ' , .. ..$ added : NULL [11:06:27.194] | : . ' , .. ..$ removed : NULL [11:06:27.194] | : . ' , .. ..$ replaced: NULL [11:06:27.194] | : . ' , ..$ misuseDevices : NULL [11:06:27.194] | : . ' , ..$ misuseDefaultDevice: list() [11:06:27.194] | : . ' , ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:27" [11:06:27.194] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:27" [11:06:27.194] | : . ' , ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "18" [11:06:27.194] | : . ' , ..$ session_uuid : chr "875f1fd18b3d9ed8377ec3d5dfaac77f" [11:06:27.194] | : . ' , .. ..- attr(*, "source")=List of 5 [11:06:27.194] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [11:06:27.194] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:27.194] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:27.194] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:27.194] | : . ' , .. .. ..$ pid : int 39200 [11:06:27.194] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:27.194] | : . ' , .. .. ..$ random: int 2147483647 [11:06:27.194] | : . ' , ..$ r_info :List of 4 [11:06:27.194] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:27.194] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [11:06:27.194] | : . ' , .. ..$ os : chr "windows" [11:06:27.194] | : . ' , .. ..$ os_name : chr "Windows" [11:06:27.194] | : . ' , .. ..$ captures_utf8: logi TRUE [11:06:27.194] | : . ' , ..$ version : chr "1.8" [11:06:27.194] | : . ' , ..- attr(*, "class")= chr "FutureResult" [11:06:27.194] | : . ' , $ success: logi TRUE [11:06:27.194] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [11:06:27.194] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:27.194] | : . ' , $ tag : NULL [11:06:27.212] | : . ' , Received FutureResult [11:06:27.212] | : . ' , FutureResult: [11:06:27.212] | : . ' , value: 'list' [11:06:27.212] | : . ' , visible: TRUE [11:06:27.212] | : . ' , stdout: NULL [11:06:27.212] | : . ' , conditions: [n = 0] [11:06:27.212] | : . ' , RNG used: FALSE [11:06:27.212] | : . ' , duration: 0.003614902 secs (started 2026-02-20 11:06:27.188394) [11:06:27.212] | : . ' , version: 1.8 [11:06:27.212] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:27.213] | : . ' , ; Removed future from position #2 [11:06:27.213] | : . ' , ; Number of registered futures: 1 [11:06:27.213] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:27.213] | : . ' , Erased future from future backend [11:06:27.213] | : . ' , result() for ClusterFuture ... [11:06:27.214] | : . ' , ; result already collected: FutureResult [11:06:27.214] | : . ' , result() for ClusterFuture ... done [11:06:27.214] | : . ' , signalConditions() ... [11:06:27.214] | : . ' , ; include = 'immediateCondition' [11:06:27.214] | : . ' , ; exclude = [11:06:27.214] | : . ' , ; resignal = FALSE [11:06:27.215] | : . ' , ; Number of conditions: 0 [11:06:27.215] | : . ' , ; int 0 [11:06:27.215] | : . ' , signalConditions() ... done [11:06:27.215] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [11:06:27.216] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:27.216] | : . resolved() for MultisessionFuture ('future_mapply-2') ... done [11:06:27.216] | : . assertFutureResult() ... [11:06:27.216] | : . ' Future uuid: a4406347f719c72d2a60772f8d7cc792-18 [11:06:27.216] | : . ' identical; success [11:06:27.216] | : . assertFutureResult() ... done [11:06:27.217] | : resolved() ... done [11:06:27.190] | : MultisessionFuture: [11:06:27.190] | : Label: 'future_mapply-2' [11:06:27.190] | : Expression: [11:06:27.190] | : { [11:06:27.190] | : "# future.apply:::future_xapply(): preserve future option" [11:06:27.190] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [11:06:27.190] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [11:06:27.190] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [11:06:27.190] | : on.exit(options(oopts), add = TRUE) [11:06:27.190] | : } [11:06:27.190] | : { [11:06:27.190] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [11:06:27.190] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [11:06:27.190] | : do.call(mapply, args = args) [11:06:27.190] | : } [11:06:27.190] | : } [11:06:27.190] | : Globals: 5 objects totaling 6.49 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [11:06:27.190] | : Packages: [11:06:27.190] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [11:06:27.190] | : Capture standard output: NA [11:06:27.190] | : Capture condition classes: 'condition' (excluding '') [11:06:27.190] | : Immediate condition classes: 'immediateCondition' [11:06:27.190] | : Lazy evaluation: FALSE [11:06:27.190] | : Local evaluation: TRUE [11:06:27.190] | : Early signaling: FALSE [11:06:27.190] | : Actions: [n=1] 'run' [11:06:27.190] | : State: 'running' ("Future is being evaluated") [11:06:27.190] | : Resolved: TRUE [11:06:27.190] | : Unique identifier: a4406347f719c72d2a60772f8d7cc792-18 [11:06:27.190] | : Owner process: a4406347f719c72d2a60772f8d7cc792 [11:06:27.190] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [11:06:27.190] | : Value: [11:06:27.190] | : Conditions captured: [11:06:27.217] | : Chunk #2 of 2 ... DONE [11:06:27.217] | : Launching 2 futures (chunks) ... DONE [11:06:27.217] | : Resolving 2 futures (chunks) ... [11:06:27.218] | : value() for list ... [11:06:27.218] | : . recursive: 0 [11:06:27.218] | : . reduce: FALSE [11:06:27.218] | : . length: 2 [11:06:27.218] | : . Number of remaining objects: 2 [11:06:27.219] | : . checking value #1: [11:06:27.219] | : . 'obj' is MultisessionFuture [11:06:27.219] | : . resolved() ... [11:06:27.219] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... [11:06:27.220] | : . ' , Cluster node socket connection: index=4, id=435 [11:06:27.220] | : . ' , assertValidConnection() ... [11:06:27.220] | : . ' , ; cluster node index: 1 [11:06:27.220] | : . ' , assertValidConnection() ... done [11:06:27.417] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [11:06:27.417] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... done [11:06:27.418] | : . resolved() ... done [11:06:27.418] | : . checking value #2: [11:06:27.418] | : . 'obj' is MultisessionFuture [11:06:27.418] | : . resolved() ... [11:06:27.418] | : . resolved() ... done [11:06:27.419] | : . MultisessionFuture #2 [11:06:27.419] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:27.419] | : . ' nx: 2 [11:06:27.419] | : . ' relay: TRUE [11:06:27.419] | : . ' stdout: TRUE [11:06:27.419] | : . ' signal: TRUE [11:06:27.420] | : . ' resignal: FALSE [11:06:27.420] | : . ' force: TRUE [11:06:27.420] | : . ' relayed: [n=2] FALSE, FALSE [11:06:27.420] | : . ' queued futures: [n=2] FALSE, FALSE [11:06:27.420] | : . ' until=1 [11:06:27.420] | : . ' relaying element #1 [11:06:27.421] | : . ' relayed: [n=2] FALSE, FALSE [11:06:27.421] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:27.421] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:27.421] | : . value(, ...) ... [11:06:27.421] | : . value(, ...) ... done [11:06:27.421] | : . value() for MultisessionFuture ('future_mapply-2') ... [11:06:27.422] | : . ' result() for ClusterFuture ... [11:06:27.422] | : . ' , result already collected: FutureResult [11:06:27.422] | : . ' result() for ClusterFuture ... done [11:06:27.422] | : . ' result() for ClusterFuture ... [11:06:27.422] | : . ' , result already collected: FutureResult [11:06:27.422] | : . ' result() for ClusterFuture ... done [11:06:27.423] | : . ' signalConditions() ... [11:06:27.423] | : . ' , include = 'immediateCondition' [11:06:27.423] | : . ' , exclude = [11:06:27.423] | : . ' , resignal = FALSE [11:06:27.423] | : . ' , Number of conditions: 0 [11:06:27.424] | : . ' , int 0 [11:06:27.424] | : . ' signalConditions() ... done [11:06:27.424] | : . ' check for misuse ... [11:06:27.425] | : . ' check for misuse ... done [11:06:27.425] | : . value() for MultisessionFuture ('future_mapply-2') ... done [11:06:27.425] | : . value: [11:06:27.425] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [11:06:27.425] | : . ' nx: 2 [11:06:27.425] | : . ' relay: TRUE [11:06:27.426] | : . ' stdout: TRUE [11:06:27.426] | : . ' signal: TRUE [11:06:27.426] | : . ' resignal: FALSE [11:06:27.426] | : . ' force: TRUE [11:06:27.426] | : . ' relayed: [n=2] FALSE, FALSE [11:06:27.426] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:27.427] | : . ' until=1 [11:06:27.427] | : . ' relaying element #1 [11:06:27.427] | : . ' relayed: [n=2] FALSE, FALSE [11:06:27.427] | : . ' queued futures: [n=2] FALSE, TRUE [11:06:27.427] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [11:06:27.427] | : . resolve() for MultisessionFuture ... [11:06:27.428] | : . resolve() for MultisessionFuture ... done [11:06:27.428] | : . length: 1 (resolved future 2) [11:06:27.428] | : value() for list ... done [11:06:27.448] | : Number of remaining objects: 1 [11:06:27.448] | : checking value #1: [11:06:27.449] | : 'obj' is MultisessionFuture [11:06:27.449] | : resolved() ... [11:06:27.449] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [11:06:27.450] | : . ' Cluster node socket connection: index=4, id=435 [11:06:27.450] | : . ' assertValidConnection() ... [11:06:27.450] | : . ' , cluster node index: 1 [11:06:27.450] | : . ' assertValidConnection() ... done [11:06:27.468] | : . ' receiveMessageFromWorker() for ClusterFuture ... [11:06:27.468] | : . ' , cluster node index: 1 [11:06:27.469] | : . ' , [1] TRUE [11:06:27.469] | : . ' , Received data: [11:06:27.469] | : . ' , List of 5 [11:06:27.469] | : . ' , $ type : chr "VALUE" [11:06:27.469] | : . ' , $ value :List of 16 [11:06:27.469] | : . ' , ..$ value :List of 1 [11:06:27.469] | : . ' , .. ..$ :List of 2 [11:06:27.469] | : . ' , .. .. ..$ x: int 1 [11:06:27.469] | : . ' , .. .. ..$ y: int 0 [11:06:27.469] | : . ' , ..$ visible : logi TRUE [11:06:27.469] | : . ' , ..$ stdout : NULL [11:06:27.469] | : . ' , ..$ conditions : list() [11:06:27.469] | : . ' , ..$ rng : logi FALSE [11:06:27.469] | : . ' , ..$ seed : NULL [11:06:27.469] | : . ' , ..$ misuseGlobalEnv : NULL [11:06:27.469] | : . ' , ..$ misuseConnections :List of 3 [11:06:27.469] | : . ' , .. ..$ added : NULL [11:06:27.469] | : . ' , .. ..$ removed : NULL [11:06:27.469] | : . ' , .. ..$ replaced: NULL [11:06:27.469] | : . ' , ..$ misuseDevices : NULL [11:06:27.469] | : . ' , ..$ misuseDefaultDevice: list() [11:06:27.469] | : . ' , ..$ started : POSIXct[1:1], format: "2026-02-20 11:06:26" [11:06:27.469] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-02-20 11:06:27" [11:06:27.469] | : . ' , ..$ uuid : chr [1:2] "a4406347f719c72d2a60772f8d7cc792" "17" [11:06:27.469] | : . ' , ..$ session_uuid : chr "899b23da5da4f402e9f7f97406d39cb4" [11:06:27.469] | : . ' , .. ..- attr(*, "source")=List of 5 [11:06:27.469] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [11:06:27.469] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [11:06:27.469] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [11:06:27.469] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [11:06:27.469] | : . ' , .. .. ..$ pid : int 68820 [11:06:27.469] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-02-20 11:06:23" [11:06:27.469] | : . ' , .. .. ..$ random: int 2147483647 [11:06:27.469] | : . ' , ..$ r_info :List of 4 [11:06:27.469] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [11:06:27.469] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [11:06:27.469] | : . ' , .. ..$ os : chr "windows" [11:06:27.469] | : . ' , .. ..$ os_name : chr "Windows" [11:06:27.469] | : . ' , .. ..$ captures_utf8: logi TRUE [11:06:27.469] | : . ' , ..$ version : chr "1.8" [11:06:27.469] | : . ' , ..- attr(*, "class")= chr "FutureResult" [11:06:27.469] | : . ' , $ success: logi TRUE [11:06:27.469] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.52 NA NA [11:06:27.469] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [11:06:27.469] | : . ' , $ tag : NULL [11:06:27.484] | : . ' , Received FutureResult [11:06:27.484] | : . ' , FutureResult: [11:06:27.484] | : . ' , value: 'list' [11:06:27.484] | : . ' , visible: TRUE [11:06:27.484] | : . ' , stdout: NULL [11:06:27.484] | : . ' , conditions: [n = 0] [11:06:27.484] | : . ' , RNG used: FALSE [11:06:27.484] | : . ' , duration: 0.505368 secs (started 2026-02-20 11:06:26.961526) [11:06:27.484] | : . ' , version: 1.8 [11:06:27.485] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... [11:06:27.485] | : . ' , ; Removed future from position #1 [11:06:27.485] | : . ' , ; Number of registered futures: 0 [11:06:27.485] | : . ' , FutureRegistry('workers-58634313ae0e688e77f8d04bd537e6f6', action = 'remove', earlySignal = 0) ... done [11:06:27.485] | : . ' , Erased future from future backend [11:06:27.486] | : . ' , result() for ClusterFuture ... [11:06:27.486] | : . ' , ; result already collected: FutureResult [11:06:27.486] | : . ' , result() for ClusterFuture ... done [11:06:27.486] | : . ' , signalConditions() ... [11:06:27.486] | : . ' , ; include = 'immediateCondition' [11:06:27.487] | : . ' , ; exclude = [11:06:27.487] | : . ' , ; resignal = FALSE [11:06:27.487] | : . ' , ; Number of conditions: 0 [11:06:27.487] | : . ' , ; int 0 [11:06:27.488] | : . ' , signalConditions() ... done [11:06:27.488] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [11:06:27.488] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [11:06:27.488] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [11:06:27.488] | : . assertFutureResult() ... [11:06:27.488] | : . ' Future uuid: a4406347f719c72d2a60772f8d7cc792-17 [11:06:27.489] | : . ' identical; success [11:06:27.489] | : . assertFutureResult() ... done [11:06:27.489] | : resolved() ... done [11:06:27.489] | : MultisessionFuture #1 [11:06:27.489] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:27.489] | : . nx: 2 [11:06:27.490] | : . relay: TRUE [11:06:27.490] | : . stdout: TRUE [11:06:27.490] | : . signal: TRUE [11:06:27.490] | : . resignal: FALSE [11:06:27.490] | : . force: TRUE [11:06:27.490] | : . relayed: [n=2] FALSE, FALSE [11:06:27.490] | : . queued futures: [n=2] FALSE, TRUE [11:06:27.491] | : . until=1 [11:06:27.491] | : . relaying element #1 [11:06:27.491] | : . value() for MultisessionFuture ('future_mapply-1') ... [11:06:27.491] | : . ' result() for ClusterFuture ... [11:06:27.491] | : . ' , result already collected: FutureResult [11:06:27.491] | : . ' result() for ClusterFuture ... done [11:06:27.492] | : . ' result() for ClusterFuture ... [11:06:27.492] | : . ' , result already collected: FutureResult [11:06:27.492] | : . ' result() for ClusterFuture ... done [11:06:27.492] | : . ' signalConditions() ... [11:06:27.492] | : . ' , include = 'immediateCondition' [11:06:27.492] | : . ' , exclude = [11:06:27.493] | : . ' , resignal = FALSE [11:06:27.493] | : . ' , Number of conditions: 0 [11:06:27.493] | : . ' , int 0 [11:06:27.493] | : . ' signalConditions() ... done [11:06:27.494] | : . ' relay stdout ... [11:06:27.494] | : . ' relay stdout ... done [11:06:27.494] | : . ' check for misuse ... [11:06:27.494] | : . ' check for misuse ... done [11:06:27.494] | : . value() for MultisessionFuture ('future_mapply-1') ... done [11:06:27.495] | : . result() for ClusterFuture ... [11:06:27.495] | : . ' result already collected: FutureResult [11:06:27.495] | : . result() for ClusterFuture ... done [11:06:27.495] | : . signalConditions() ... [11:06:27.495] | : . ' include = 'immediateCondition' [11:06:27.495] | : . ' exclude = [11:06:27.496] | : . ' resignal = FALSE [11:06:27.496] | : . ' Number of conditions: 0 [11:06:27.496] | : . ' int 0 [11:06:27.496] | : . signalConditions() ... done [11:06:27.497] | : . result() for ClusterFuture ... [11:06:27.497] | : . ' result already collected: FutureResult [11:06:27.497] | : . result() for ClusterFuture ... done [11:06:27.497] | : . signalConditions() ... [11:06:27.497] | : . ' include = 'condition' [11:06:27.497] | : . ' exclude = 'error', 'immediateCondition' [11:06:27.498] | : . ' resignal = TRUE [11:06:27.498] | : . ' Number of conditions: 0 [11:06:27.498] | : . ' int 0 [11:06:27.498] | : . signalConditions() ... done [11:06:27.499] | : . relayed: [n=2] TRUE, FALSE [11:06:27.499] | : . queued futures: [n=2] TRUE, TRUE [11:06:27.499] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:27.499] | : value(, ...) ... [11:06:27.499] | : value(, ...) ... done [11:06:27.499] | : value() for MultisessionFuture ('future_mapply-1') ... [11:06:27.500] | : . result() for ClusterFuture ... [11:06:27.500] | : . ' result already collected: FutureResult [11:06:27.500] | : . result() for ClusterFuture ... done [11:06:27.500] | : . result() for ClusterFuture ... [11:06:27.500] | : . ' result already collected: FutureResult [11:06:27.500] | : . result() for ClusterFuture ... done [11:06:27.501] | : . signalConditions() ... [11:06:27.501] | : . ' include = 'immediateCondition' [11:06:27.501] | : . ' exclude = [11:06:27.501] | : . ' resignal = FALSE [11:06:27.501] | : . ' Number of conditions: 0 [11:06:27.501] | : . ' int 0 [11:06:27.502] | : . signalConditions() ... done [11:06:27.502] | : . check for misuse ... [11:06:27.502] | : . check for misuse ... done [11:06:27.503] | : value() for MultisessionFuture ('future_mapply-1') ... done [11:06:27.503] | : value: [11:06:27.503] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [11:06:27.503] | : . nx: 2 [11:06:27.503] | : . relay: TRUE [11:06:27.503] | : . stdout: TRUE [11:06:27.503] | : . signal: TRUE [11:06:27.504] | : . resignal: FALSE [11:06:27.504] | : . force: TRUE [11:06:27.504] | : . relayed: [n=2] TRUE, FALSE [11:06:27.504] | : . queued futures: [n=2] TRUE, TRUE [11:06:27.504] | : . until=2 [11:06:27.504] | : . relaying element #2 [11:06:27.505] | : . value() for MultisessionFuture ('future_mapply-2') ... [11:06:27.505] | : . ' result() for ClusterFuture ... [11:06:27.505] | : . ' , result already collected: FutureResult [11:06:27.505] | : . ' result() for ClusterFuture ... done [11:06:27.505] | : . ' result() for ClusterFuture ... [11:06:27.505] | : . ' , result already collected: FutureResult [11:06:27.506] | : . ' result() for ClusterFuture ... done [11:06:27.506] | : . ' signalConditions() ... [11:06:27.506] | : . ' , include = 'immediateCondition' [11:06:27.506] | : . ' , exclude = [11:06:27.506] | : . ' , resignal = FALSE [11:06:27.506] | : . ' , Number of conditions: 0 [11:06:27.507] | : . ' , int 0 [11:06:27.507] | : . ' signalConditions() ... done [11:06:27.507] | : . ' relay stdout ... [11:06:27.507] | : . ' relay stdout ... done [11:06:27.508] | : . ' check for misuse ... [11:06:27.508] | : . ' check for misuse ... done [11:06:27.508] | : . value() for MultisessionFuture ('future_mapply-2') ... done [11:06:27.508] | : . result() for ClusterFuture ... [11:06:27.508] | : . ' result already collected: FutureResult [11:06:27.508] | : . result() for ClusterFuture ... done [11:06:27.509] | : . signalConditions() ... [11:06:27.509] | : . ' include = 'immediateCondition' [11:06:27.509] | : . ' exclude = [11:06:27.509] | : . ' resignal = FALSE [11:06:27.509] | : . ' Number of conditions: 0 [11:06:27.509] | : . ' int 0 [11:06:27.510] | : . signalConditions() ... done [11:06:27.510] | : . result() for ClusterFuture ... [11:06:27.510] | : . ' result already collected: FutureResult [11:06:27.510] | : . result() for ClusterFuture ... done [11:06:27.511] | : . signalConditions() ... [11:06:27.511] | : . ' include = 'condition' [11:06:27.511] | : . ' exclude = 'error', 'immediateCondition' [11:06:27.511] | : . ' resignal = TRUE [11:06:27.511] | : . ' Number of conditions: 0 [11:06:27.512] | : . ' int 0 [11:06:27.512] | : . signalConditions() ... done [11:06:27.512] | : . relayed: [n=2] TRUE, TRUE [11:06:27.512] | : . queued futures: [n=2] TRUE, TRUE [11:06:27.513] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [11:06:27.513] | : resolve() for MultisessionFuture ... [11:06:27.513] | : resolve() for MultisessionFuture ... done [11:06:27.513] | : length: 0 (resolved future 1) [11:06:27.513] | future_mapply() -> future_xapply() ... done [11:06:27.513] | Relaying remaining futures ... [11:06:27.514] | : signalConditionsASAP(NULL, pos=0) ... [11:06:27.514] | : . nx: 2 [11:06:27.514] | : . relay: TRUE [11:06:27.514] | : . stdout: TRUE [11:06:27.514] | : . signal: TRUE [11:06:27.514] | : . resignal: FALSE [11:06:27.515] | : . force: TRUE [11:06:27.515] | : . relayed: [n=2] TRUE, TRUE [11:06:27.515] | : . queued futures: [n=2] TRUE, TRUE - flush all [11:06:27.515] | : . relayed: [n=2] TRUE, TRUE [11:06:27.515] | : . queued futures: [n=2] TRUE, TRUE [11:06:27.515] | : signalConditionsASAP(NULL, pos=0) ... done [11:06:27.516] | Relaying remaining futures ... done [11:06:27.516] future_mapply() ... done [11:06:27.516] - Number of value chunks collected: 2 [11:06:27.516] Resolving 2 futures (chunks) ... DONE [11:06:27.516] Reducing values from 2 chunks ... [11:06:27.516] - Number of values collected after concatenation: 2 [11:06:27.517] - Number of values expected: 2 [11:06:27.517] Reducing values from 2 chunks ... DONE * future_mapply(x, ..., future.stdout = NA) ... DONE * plan('multisession') ... DONE - Testing with 2 cores ... DONE > message("*** future_*apply() and 'future.stdout' ... DONE") *** future_*apply() and 'future.stdout' ... DONE Failed to undo environment variables: - Expected environment variables: [n=218] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RCPP_NOT_NEEDED_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_02_20_10_39_57_13008' Test time: user.self=2s, sys.self=0.08s, elapsed=9s, user.child=NAs, sys.child=NAs Test 'stdout' ... success > > proc.time() user system elapsed 2.43 0.18 8.98