R Under development (unstable) (2026-01-16 r89305 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-future.apply-stdout.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > futurize:::testme("future.apply-stdout") Test 'future.apply-stdout' ... chr "none" > library(futurize) 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') ... [18:23:13.870] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:13.872] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [18:23:13.872] | : all.equal() for FutureStrategyList ... [18:23:13.872] | : . New stack: [18:23:13.872] | : . List of 1 [18:23:13.872] | : . $ :function (..., envir = parent.frame()) [18:23:13.872] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:13.872] | : . ..- attr(*, "init")= logi TRUE [18:23:13.872] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:13.872] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:13.872] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:13.872] | : . ..- attr(*, "call")= language plan(strategy) [18:23:13.872] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:13.876] | : . Old stack: [18:23:13.876] | : . List of 1 [18:23:13.876] | : . $ :function (..., envir = parent.frame()) [18:23:13.876] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:13.876] | : . ..- attr(*, "init")= logi TRUE [18:23:13.876] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:13.876] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:13.876] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:13.876] | : . ..- attr(*, "call")= language plan(sequential) [18:23:13.876] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:13.879] | : . Not identical [18:23:13.880] | : . all.equal() for future ... [18:23:13.880] | : . ' List of 2 [18:23:13.880] | : . ' $ target :function (..., envir = parent.frame()) [18:23:13.880] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:13.880] | : . ' ..- attr(*, "init")= logi TRUE [18:23:13.880] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:13.880] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:13.880] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:13.880] | : . ' ..- attr(*, "call")= language plan(strategy) [18:23:13.880] | : . ' $ current:function (..., envir = parent.frame()) [18:23:13.880] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:13.880] | : . ' ..- attr(*, "init")= logi TRUE [18:23:13.880] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:13.880] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:13.880] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:13.880] | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:13.885] | : . all.equal() for future ... done [18:23:13.886] | : all.equal() for FutureStrategyList ... done [18:23:13.886] | : plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:13.886] | : List of future strategies: [18:23:13.886] | : 1. sequential: [18:23:13.886] | : - args: function (..., envir = parent.frame(), workers = "") [18:23:13.886] | : - tweaked: FALSE [18:23:13.886] | : - call: plan(sequential) [18:23:13.887] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [18:23:13.887] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... [18:23:13.895] future_lapply() ... [18:23:13.902] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [18:23:13.902] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [18:23:13.903] | future_lapply() -> future_xapply() ... [18:23:13.904] | : nbrOfWorkers(NULL) ... [18:23:13.904] | : . List of 4 [18:23:13.904] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:13.904] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:13.904] | : . $ : language nbrOfWorkers() [18:23:13.904] | : . $ : language nbrOfWorkers.NULL() [18:23:13.906] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:13.906] | : . ' plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [18:23:13.906] | : . ' , function (..., envir = parent.frame()) [18:23:13.906] | : . ' , - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:13.906] | : . ' , - attr(*, "init")= logi TRUE [18:23:13.906] | : . ' , - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:13.906] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:13.906] | : . ' , - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:13.906] | : . ' , - attr(*, "call")= language plan(sequential) [18:23:13.910] | : . ' , init: TRUE [18:23:13.910] | : . ' , makeFutureBackend() ... [18:23:13.910] | : . ' , ; Backend function: <'NULL'> [18:23:13.910] | : . ' , ; Evaluator tweak arguments: [n=0] [18:23:13.911] | : . ' , ; list() [18:23:13.911] | : . ' , ; Evaluator formal arguments: [n=1] [18:23:13.911] | : . ' , ; Dotted pair list of 1 [18:23:13.911] | : . ' , ; $ envir: language parent.frame() [18:23:13.912] | : . ' , ; Arguments passed to the future-backend factory: [n=1] [18:23:13.912] | : . ' , ; List of 1 [18:23:13.912] | : . ' , ; $ envir: language parent.frame() [18:23:13.913] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [18:23:13.913] | : . ' , makeFutureBackend() ... done [18:23:13.913] | : . ' plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [18:23:13.914] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:13.914] | : . Number of workers: 1 [18:23:13.914] | : nbrOfWorkers(NULL) ... done [18:23:13.914] | : Number of chunks: 1 [18:23:13.915] | : getGlobalsAndPackagesXApply() ... [18:23:13.915] | : . future.globals: TRUE [18:23:13.915] | : . getGlobalsAndPackages() ... [18:23:13.916] | : . ' Searching for globals ... [18:23:13.951] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [18:23:13.951] | : . ' Searching for globals ... done [18:23:13.951] | : . ' Resolving globals: FALSE [18:23:13.952] | : . ' Search for packages associated with the globals ... [18:23:13.952] | : . ' , Packages associated with globals: [1] 'base' [18:23:13.953] | : . ' , Packages: [1] 'base' [18:23:13.953] | : . ' Search for packages associated with the globals ... done [18:23:13.953] | : . ' The total size of the 1 globals is 200 bytes (200 bytes) [18:23:13.954] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 200 bytes There is one global: 'FUN' (200 bytes of class 'function') [18:23:13.954] | : . ' Packages after dropping 'base': [0] [18:23:13.954] | : . ' globals: [1] 'FUN' [18:23:13.955] | : . ' packages: [0] [18:23:13.955] | : . getGlobalsAndPackages() ... done [18:23:13.955] | : . globals found/used: [n=1] 'FUN' [18:23:13.955] | : . needed namespaces: [n=0] [18:23:13.955] | : . use_args: TRUE [18:23:13.955] | : . Getting '...' globals ... [18:23:13.956] | : . ' resolve() for FutureGlobals ... [18:23:13.956] | : . ' , recursive: 0 [18:23:13.957] | : . ' , Number of elements: 1 [18:23:13.957] | : . ' , elements: '...' [18:23:13.957] | : . ' , 'obj' is DotDotDotList [18:23:13.957] | : . ' , resolve(obj, ...) ... [18:23:13.958] | : . ' , ; resolve() for DotDotDotList ... [18:23:13.958] | : . ' , ; ` recursive: -1 [18:23:13.958] | : . ' , ; resolve() for DotDotDotList ... done [18:23:13.958] | : . ' , resolve(obj, ...) ... done [18:23:13.958] | : . ' , resolved() ... [18:23:13.959] | : . ' , ; resolved() for DotDotDotList ... [18:23:13.959] | : . ' , ; ` Number of elements: 0 [18:23:13.959] | : . ' , ; ` Number of futures: 0 [18:23:13.959] | : . ' , ; resolved() for DotDotDotList ... done [18:23:13.959] | : . ' , resolved() ... done [18:23:13.959] | : . ' , length: 0 (resolved future 1) [18:23:13.960] | : . ' resolve() for FutureGlobals ... done [18:23:13.960] | : . ' '...' content: [n=0] [18:23:13.960] | : . ' List of 1 [18:23:13.960] | : . ' $ ...: list() [18:23:13.960] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:13.960] | : . ' - attr(*, "where")=List of 1 [18:23:13.960] | : . ' ..$ ...: [18:23:13.960] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:13.960] | : . ' - attr(*, "resolved")= logi TRUE [18:23:13.960] | : . ' - attr(*, "total_size")= num NA [18:23:13.963] | : . Getting '...' globals ... done [18:23:13.963] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [18:23:13.964] | : . List of 2 [18:23:13.964] | : . $ ...future.FUN:function (x) [18:23:13.964] | : . $ ... : list() [18:23:13.964] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:13.964] | : . - attr(*, "where")=List of 2 [18:23:13.964] | : . ..$ ...future.FUN: [18:23:13.964] | : . ..$ ... : [18:23:13.964] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:13.964] | : . - attr(*, "resolved")= logi FALSE [18:23:13.964] | : . - attr(*, "total_size")= num 3656 [18:23:13.987] | : . Packages to be attached in all futures: [n=0] [18:23:13.988] | : getGlobalsAndPackagesXApply() ... done [18:23:13.988] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:13.988] | : List of 5 [18:23:13.988] | : $ ...future.FUN :function (x) [18:23:13.988] | : $ ... : list() [18:23:13.988] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:13.988] | : $ ...future.elements_ii : NULL [18:23:13.988] | : $ ...future.seeds_ii : NULL [18:23:13.988] | : $ ...future.globals.maxSize: NULL [18:23:13.988] | : - attr(*, "where")=List of 5 [18:23:13.988] | : ..$ ...future.FUN : [18:23:13.988] | : ..$ ... : [18:23:13.988] | : ..$ ...future.elements_ii : [18:23:13.988] | : ..$ ...future.seeds_ii : [18:23:13.988] | : ..$ ...future.globals.maxSize: [18:23:13.988] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:13.988] | : - attr(*, "resolved")= logi FALSE [18:23:13.988] | : - attr(*, "total_size")= num 3656 [18:23:13.993] | : Number of futures (= number of chunks): 1 [18:23:13.994] | : Launching 1 futures (chunks) ... [18:23:13.994] | : Chunk #1 of 1 ... [18:23:13.994] | : - Finding globals in 'X' for chunk #1 ... [18:23:13.994] | : getGlobalsAndPackages() ... [18:23:13.995] | : . Searching for globals ... [18:23:13.995] | : . ' globals found: [0] [18:23:13.995] | : . Searching for globals ... done [18:23:13.996] | : . globals: [0] [18:23:13.996] | : . packages: [0] [18:23:13.996] | : getGlobalsAndPackages() ... done [18:23:13.996] | : + additional globals found: [n=0] [18:23:13.996] | : + additional namespaces needed: [n=0] [18:23:13.996] | : - Finding globals in 'X' for chunk #1 ... DONE [18:23:13.997] | : - seeds: [18:23:13.997] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:13.997] | : future(..., label = 'future_lapply-1') ... [18:23:13.997] | : . lazy: FALSE [18:23:13.997] | : . stdout: FALSE [18:23:13.997] | : . conditions: [n=1] 'condition' [18:23:13.998] | : . getGlobalsAndPackages() ... [18:23:13.998] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:13.998] | : . ' Resolving globals: FALSE [18:23:13.998] | : . ' Tweak future expression to call with '...' arguments ... [18:23:13.998] | : . ' , { [18:23:13.998] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:13.998] | : . ' , "# expression in do.call(), because function called uses '...' " [18:23:13.998] | : . ' , "# as a global variable " [18:23:13.998] | : . ' , do.call(function(...) { [18:23:13.998] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:13.998] | : . ' , "# without having an '...' argument. This means '...' is treated" [18:23:13.998] | : . ' , "# as a global variable. This may happen when FUN() is an " [18:23:13.998] | : . ' , "# anonymous function. " [18:23:13.998] | : . ' , "# " [18:23:13.998] | : . ' , "# If an anonymous function, we will make sure to restore the " [18:23:13.998] | : . ' , "# function environment of FUN() to the calling environment. " [18:23:13.998] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [18:23:13.998] | : . ' , "# global environment, which is where globals are written. " [18:23:13.998] | : . ' , penv <- env <- environment(...future.FUN) [18:23:13.998] | : . ' , repeat { [18:23:13.998] | : . ' , if (identical(env, globalenv()) || identical(env, [18:23:13.998] | : . ' , emptyenv())) [18:23:13.998] | : . ' , break [18:23:13.998] | : . ' , penv <- env [18:23:13.998] | : . ' , env <- parent.env(env) [18:23:13.998] | : . ' , } [18:23:13.998] | : . ' , if (identical(penv, globalenv())) { [18:23:13.998] | : . ' , environment(...future.FUN) <- environment() [18:23:13.998] | : . ' , } [18:23:13.998] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:13.998] | : . ' , !isNamespace(penv)) { [18:23:13.998] | : . ' , parent.env(penv) <- environment() [18:23:13.998] | : . ' , } [18:23:13.998] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [18:23:13.998] | : . ' , { [18:23:13.998] | : . ' , "# future.apply:::future_xapply(): preserve future option" [18:23:13.998] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:13.998] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:13.998] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:13.998] | : . ' , on.exit(options(oopts), add = TRUE) [18:23:13.998] | : . ' , } [18:23:13.998] | : . ' , { [18:23:13.998] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [18:23:13.998] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:13.998] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:13.998] | : . ' , { [18:23:13.998] | : . ' , ...future.FUN(...future.X_jj, ...) [18:23:13.998] | : . ' , } [18:23:13.998] | : . ' , }) [18:23:13.998] | : . ' , } [18:23:13.998] | : . ' , } [18:23:13.998] | : . ' , }, args = future.call.arguments) [18:23:13.998] | : . ' , } [18:23:14.000] | : . ' Tweak future expression to call with '...' arguments ... done [18:23:14.000] | : . ' Search for packages associated with the globals ... [18:23:14.000] | : . ' , Packages associated with globals: [0] [18:23:14.000] | : . ' , Packages: [0] [18:23:14.001] | : . ' Search for packages associated with the globals ... done [18:23:14.001] | : . ' Packages after dropping 'base': [0] [18:23:14.001] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:14.001] | : . ' packages: [0] [18:23:14.001] | : . getGlobalsAndPackages() ... done [18:23:14.002] | : . run() for 'Future' ('future_lapply-1') ... [18:23:14.002] | : . ' state: 'created' [18:23:14.003] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:14.003] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:14.003] | : . ' Using SequentialFutureBackend ... [18:23:14.003] | : . ' , Number of futures since start: 0 (0 created, 0 launched, 0 finished) [18:23:14.004] | : . ' , Launching futures ... [18:23:14.004] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [18:23:14.004] | : . ' , ; ` getFutureData() ... [18:23:14.004] | : . ' , ; ` | getFutureCore() ... [18:23:14.004] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [18:23:14.005] | : . ' , ; ` | getFutureCore() ... done [18:23:14.005] | : . ' , ; ` | getFutureCapture() ... [18:23:14.005] | : . ' , ; ` | getFutureCapture() ... done [18:23:14.005] | : . ' , ; ` | getFutureContext() ... [18:23:14.006] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:14.006] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [18:23:14.006] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:14.006] | : . ' , ; ` | : Packages needed by future backend (n = 0): [18:23:14.006] | : . ' , ; ` | getFutureContext() ... done [18:23:14.006] | : . ' , ; ` getFutureData() ... done [18:23:14.010] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:14.010] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [18:23:14.010] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:14.011] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:14.011] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:14.011] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [18:23:14.012] | : . ' , ; ` | : . New stack: [18:23:14.012] | : . ' , ; ` | : . List of 1 [18:23:14.012] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:14.012] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:14.012] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [18:23:14.012] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.012] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.012] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.012] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:14.012] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:14.015] | : . ' , ; ` | : . Old stack: [18:23:14.016] | : . ' , ; ` | : . List of 1 [18:23:14.016] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:14.016] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:14.016] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [18:23:14.016] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.016] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.016] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.016] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [18:23:14.016] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:14.016] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.016] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.016] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:14.021] | : . ' , ; ` | : . Not identical [18:23:14.021] | : . ' , ; ` | : . all.equal() for future ... [18:23:14.021] | : . ' , ; ` | : . ' List of 2 [18:23:14.021] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.021] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:14.021] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.021] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:14.021] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:14.021] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.021] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.029] | : . ' , ; ` | : . all.equal() for future ... done [18:23:14.030] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [18:23:14.030] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:14.030] | : . ' , ; ` | : List of future strategies: [18:23:14.030] | : . ' , ; ` | : 1. sequential: [18:23:14.030] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [18:23:14.030] | : . ' , ; ` | : - tweaked: FALSE [18:23:14.030] | : . ' , ; ` | : - call: plan(sequential) [18:23:14.031] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:14.031] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:14.031] | : . ' , ; ` assign_globals() ... [18:23:14.032] | : . ' , ; ` List of 5 [18:23:14.032] | : . ' , ; ` $ ...future.FUN :function (x) [18:23:14.032] | : . ' , ; ` $ future.call.arguments : list() [18:23:14.032] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:14.032] | : . ' , ; ` $ ...future.elements_ii :List of 2 [18:23:14.032] | : . ' , ; ` ..$ : int 1 [18:23:14.032] | : . ' , ; ` ..$ : int 0 [18:23:14.032] | : . ' , ; ` $ ...future.seeds_ii : NULL [18:23:14.032] | : . ' , ; ` $ ...future.globals.maxSize: NULL [18:23:14.032] | : . ' , ; ` - attr(*, "where")=List of 5 [18:23:14.032] | : . ' , ; ` ..$ ...future.FUN : [18:23:14.032] | : . ' , ; ` ..$ future.call.arguments : [18:23:14.032] | : . ' , ; ` ..$ ...future.elements_ii : [18:23:14.032] | : . ' , ; ` ..$ ...future.seeds_ii : [18:23:14.032] | : . ' , ; ` ..$ ...future.globals.maxSize: [18:23:14.032] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [18:23:14.032] | : . ' , ; ` - attr(*, "total_size")= num 3656 [18:23:14.032] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:14.032] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [18:23:14.039] | : . ' , ; ` - copied '...future.FUN' to environment [18:23:14.040] | : . ' , ; ` - copied 'future.call.arguments' to environment [18:23:14.040] | : . ' , ; ` - copied '...future.elements_ii' to environment [18:23:14.040] | : . ' , ; ` - copied '...future.seeds_ii' to environment [18:23:14.040] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [18:23:14.040] | : . ' , ; ` assign_globals() ... done [18:23:14.553] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:14.554] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:14.554] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:14.554] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [18:23:14.554] | : . ' , ; ` | : . ' New stack: [18:23:14.555] | : . ' , ; ` | : . ' List of 1 [18:23:14.555] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:14.555] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:14.555] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:14.555] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.555] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.555] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.555] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:14.555] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:14.555] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.555] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.555] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:14.559] | : . ' , ; ` | : . ' Old stack: [18:23:14.560] | : . ' , ; ` | : . ' List of 1 [18:23:14.560] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:14.560] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:14.560] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:14.560] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.560] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.560] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.560] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:14.560] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:14.560] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.560] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.560] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:14.564] | : . ' , ; ` | : . ' Identical [18:23:14.565] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [18:23:14.565] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:14.565] | : . ' , ; ` | : . List of future strategies: [18:23:14.565] | : . ' , ; ` | : . 1. sequential: [18:23:14.565] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [18:23:14.565] | : . ' , ; ` | : . - tweaked: FALSE [18:23:14.565] | : . ' , ; ` | : . - call: plan(sequential) [18:23:14.566] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:14.566] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:14.566] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:14.571] | : . ' , ; ` SequentialFuture started (and completed) [18:23:14.572] | : . ' , ; ` signalConditions() ... [18:23:14.572] | : . ' , ; ` | include = 'immediateCondition' [18:23:14.572] | : . ' , ; ` | exclude = [18:23:14.572] | : . ' , ; ` | resignal = FALSE [18:23:14.572] | : . ' , ; ` | Number of conditions: 6 [18:23:14.573] | : . ' , ; ` | int 6 [18:23:14.573] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.573] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.574] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.574] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.574] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.574] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.574] | : . ' , ; ` | Drop signaled conditions: 0 [18:23:14.575] | : . ' , ; ` signalConditions() ... done [18:23:14.575] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [18:23:14.575] | : . ' , Launching futures ... done [18:23:14.575] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:14.576] | : . ' Using SequentialFutureBackend ... done [18:23:14.576] | : . run() for 'Future' ('future_lapply-1') ... done [18:23:14.576] | : future(..., label = 'future_lapply-1') ... done [18:23:14.576] | : Created future: [18:23:14.576] | : SequentialFuture: [18:23:14.576] | : Label: 'future_lapply-1' [18:23:14.576] | : Expression: [18:23:14.576] | : { [18:23:14.576] | : "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:14.576] | : "# expression in do.call(), because function called uses '...' " [18:23:14.576] | : "# as a global variable " [18:23:14.576] | : do.call(function(...) { [18:23:14.576] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:14.576] | : "# without having an '...' argument. This means '...' is treated" [18:23:14.576] | : "# as a global variable. This may happen when FUN() is an " [18:23:14.576] | : "# anonymous function. " [18:23:14.576] | : "# " [18:23:14.576] | : "# If an anonymous function, we will make sure to restore the " [18:23:14.576] | : "# function environment of FUN() to the calling environment. " [18:23:14.576] | : "# We assume FUN() an anonymous function if it lives in the " [18:23:14.576] | : "# global environment, which is where globals are written. " [18:23:14.576] | : penv <- env <- environment(...future.FUN) [18:23:14.576] | : repeat { [18:23:14.576] | : if (identical(env, globalenv()) || identical(env, [18:23:14.576] | : emptyenv())) [18:23:14.576] | : break [18:23:14.576] | : penv <- env [18:23:14.576] | : env <- parent.env(env) [18:23:14.576] | : } [18:23:14.576] | : if (identical(penv, globalenv())) { [18:23:14.576] | : environment(...future.FUN) <- environment() [18:23:14.576] | : } [18:23:14.576] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:14.576] | : !isNamespace(penv)) { [18:23:14.576] | : parent.env(penv) <- environment() [18:23:14.576] | : } [18:23:14.576] | : rm(list = c("env", "penv"), inherits = FALSE) [18:23:14.576] | : { [18:23:14.576] | : "# future.apply:::future_xapply(): preserve future option" [18:23:14.576] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:14.576] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:14.576] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:14.576] | : on.exit(options(oopts), add = TRUE) [18:23:14.576] | : } [18:23:14.576] | : { [18:23:14.576] | : "# future.apply::future_lapply(): process chunk of elements" [18:23:14.576] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:14.576] | : ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:14.576] | : { [18:23:14.576] | : ...future.FUN(...future.X_jj, ...) [18:23:14.576] | : } [18:23:14.576] | : }) [18:23:14.576] | : } [18:23:14.576] | : } [18:23:14.576] | : }, args = future.call.arguments) [18:23:14.576] | : } [18:23:14.576] | : Globals: 5 objects totaling 3.85 KiB (function '...future.FUN' of 200 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) [18:23:14.576] | : Packages: [18:23:14.576] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:14.576] | : Capture standard output: FALSE [18:23:14.576] | : Capture condition classes: 'condition' (excluding '') [18:23:14.576] | : Immediate condition classes: 'immediateCondition' [18:23:14.576] | : Lazy evaluation: FALSE [18:23:14.576] | : Local evaluation: TRUE [18:23:14.576] | : Early signaling: FALSE [18:23:14.576] | : Actions: [n=1] 'run' [18:23:14.576] | : State: 'finished' ("Future was resolved successfully") [18:23:14.576] | : Resolved: TRUE [18:23:14.576] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-1 [18:23:14.576] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:14.576] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:14.576] | : Value: 55 bytes of class 'list' [18:23:14.576] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [18:23:14.576] | : Duration: 0.544585 secs (started 2026-01-18 18:23:14.00837) [18:23:14.576] | : Worker process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:14.579] | : Chunk #1 of 1 ... DONE [18:23:14.580] | : Launching 1 futures (chunks) ... DONE [18:23:14.580] | : Resolving 1 futures (chunks) ... [18:23:14.581] | : value() for list ... [18:23:14.581] | : . recursive: 0 [18:23:14.581] | : . reduce: FALSE [18:23:14.581] | : . length: 1 [18:23:14.582] | : . Number of remaining objects: 1 [18:23:14.582] | : . checking value #1: [18:23:14.582] | : . 'obj' is SequentialFuture [18:23:14.582] | : . resolved() ... [18:23:14.583] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... [18:23:14.583] | : . ' , state: 'finished' [18:23:14.583] | : . ' , run: NULL [18:23:14.583] | : . ' , result: 'FutureResult' [18:23:14.583] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... done [18:23:14.584] | : . resolved() ... done [18:23:14.584] | : . SequentialFuture #1 [18:23:14.584] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:14.584] | : . ' nx: 1 [18:23:14.584] | : . ' relay: TRUE [18:23:14.585] | : . ' stdout: TRUE [18:23:14.585] | : . ' signal: TRUE [18:23:14.585] | : . ' resignal: FALSE [18:23:14.585] | : . ' force: TRUE [18:23:14.585] | : . ' relayed: [n=1] FALSE [18:23:14.585] | : . ' queued futures: [n=1] FALSE [18:23:14.586] | : . ' until=1 [18:23:14.586] | : . ' relaying element #1 [18:23:14.586] | : . ' value() for SequentialFuture ('future_lapply-1') ... [18:23:14.587] | : . ' , signalConditions() ... [18:23:14.587] | : . ' , ; include = 'immediateCondition' [18:23:14.587] | : . ' , ; exclude = [18:23:14.587] | : . ' , ; resignal = FALSE [18:23:14.587] | : . ' , ; Number of conditions: 6 [18:23:14.588] | : . ' , ; int 6 [18:23:14.588] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.588] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.589] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.589] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.589] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.589] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.589] | : . ' , ; Drop signaled conditions: 0 [18:23:14.590] | : . ' , signalConditions() ... done [18:23:14.590] | : . ' , relay stdout ... [18:23:14.590] | : . ' , relay stdout ... done [18:23:14.590] | : . ' , check for misuse ... [18:23:14.590] | : . ' , check for misuse ... done [18:23:14.591] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [18:23:14.591] | : . ' signalConditions() ... [18:23:14.591] | : . ' , include = 'immediateCondition' [18:23:14.591] | : . ' , exclude = [18:23:14.591] | : . ' , resignal = FALSE [18:23:14.592] | : . ' , Number of conditions: 6 [18:23:14.592] | : . ' , int 6 [18:23:14.592] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.593] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.593] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.593] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.593] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.593] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.594] | : . ' , Drop signaled conditions: 0 [18:23:14.594] | : . ' signalConditions() ... done [18:23:14.594] | : . ' signalConditions() ... [18:23:14.594] | : . ' , include = 'condition' [18:23:14.594] | : . ' , exclude = 'error', 'immediateCondition' [18:23:14.595] | : . ' , resignal = TRUE [18:23:14.595] | : . ' , Number of conditions: 6 [18:23:14.595] | : . ' , int 6 [18:23:14.596] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.596] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [18:23:14.008] | : . ' , ; ` attachPackages() ... [18:23:14.596] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.596] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [18:23:14.008] | : . ' , ; ` | packages: [n=1] 'future' [18:23:14.596] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.597] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [18:23:14.009] | : . ' , ; ` attachPackages() ... done [18:23:14.597] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.597] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [18:23:14.009] | : . ' , ; ` attachPackages() ... [18:23:14.597] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.598] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [18:23:14.009] | : . ' , ; ` | packages: [n=0] [18:23:14.598] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:14.598] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [18:23:14.009] | : . ' , ; ` attachPackages() ... done [18:23:14.598] | : . ' , Drop signaled conditions: 6 [18:23:14.598] | : . ' signalConditions() ... done [18:23:14.599] | : . ' relayed: [n=1] TRUE [18:23:14.599] | : . ' queued futures: [n=1] TRUE [18:23:14.599] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:14.599] | : . value(, ...) ... [18:23:14.599] | : . value(, ...) ... done [18:23:14.600] | : . value() for SequentialFuture ('future_lapply-1') ... [18:23:14.600] | : . ' signalConditions() ... [18:23:14.600] | : . ' , include = 'immediateCondition' [18:23:14.600] | : . ' , exclude = [18:23:14.600] | : . ' , resignal = FALSE [18:23:14.600] | : . ' , Number of conditions: 0 [18:23:14.601] | : . ' , int 0 [18:23:14.601] | : . ' signalConditions() ... done [18:23:14.601] | : . ' check for misuse ... [18:23:14.602] | : . ' check for misuse ... done [18:23:14.602] | : . value() for SequentialFuture ('future_lapply-1') ... done [18:23:14.602] | : . value: [18:23:14.602] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:14.602] | : . ' nx: 1 [18:23:14.603] | : . ' relay: TRUE [18:23:14.603] | : . ' stdout: TRUE [18:23:14.603] | : . ' signal: TRUE [18:23:14.603] | : . ' resignal: FALSE [18:23:14.603] | : . ' force: TRUE [18:23:14.604] | : . ' relayed: [n=1] TRUE [18:23:14.604] | : . ' queued futures: [n=1] TRUE [18:23:14.604] | : . ' until=1 [18:23:14.604] | : . ' relayed: [n=1] TRUE [18:23:14.604] | : . ' queued futures: [n=1] TRUE [18:23:14.605] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:14.605] | : . resolve() for SequentialFuture ... [18:23:14.605] | : . resolve() for SequentialFuture ... done [18:23:14.606] | : . length: 0 (resolved future 1) [18:23:14.606] | : value() for list ... done [18:23:14.606] | : Relaying remaining futures ... [18:23:14.606] | : . signalConditionsASAP(NULL, pos=0) ... [18:23:14.606] | : . ' nx: 1 [18:23:14.607] | : . ' relay: TRUE [18:23:14.607] | : . ' stdout: TRUE [18:23:14.607] | : . ' signal: TRUE [18:23:14.607] | : . ' resignal: FALSE [18:23:14.607] | : . ' force: TRUE [18:23:14.608] | : . ' relayed: [n=1] TRUE [18:23:14.608] | : . ' queued futures: [n=1] TRUE - flush all [18:23:14.608] | : . ' relayed: [n=1] TRUE [18:23:14.608] | : . ' queued futures: [n=1] TRUE [18:23:14.609] | : . signalConditionsASAP(NULL, pos=0) ... done [18:23:14.609] | : Relaying remaining futures ... done [18:23:14.609] | future_lapply() -> future_xapply() ... done [18:23:14.609] | - Number of value chunks collected: 1 [18:23:14.609] | Resolving 1 futures (chunks) ... DONE [18:23:14.609] | Reducing values from 1 chunks ... [18:23:14.610] | - Number of values collected after concatenation: 2 [18:23:14.610] | - Number of values expected: 2 [18:23:14.610] | Reducing values from 1 chunks ... DONE [18:23:14.610] future_lapply() ... done * future_lapply(x, ..., future.stdout = FALSE) ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... [18:23:14.612] future_lapply() ... [18:23:14.613] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [18:23:14.613] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [18:23:14.613] | future_lapply() -> future_xapply() ... [18:23:14.614] | : nbrOfWorkers(NULL) ... [18:23:14.614] | : . List of 4 [18:23:14.614] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:14.614] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:14.614] | : . $ : language nbrOfWorkers() [18:23:14.614] | : . $ : language nbrOfWorkers.NULL() [18:23:14.616] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:14.616] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:14.616] | : . Number of workers: 1 [18:23:14.617] | : nbrOfWorkers(NULL) ... done [18:23:14.617] | : Number of chunks: 1 [18:23:14.617] | : getGlobalsAndPackagesXApply() ... [18:23:14.617] | : . future.globals: TRUE [18:23:14.617] | : . getGlobalsAndPackages() ... [18:23:14.618] | : . ' Searching for globals ... [18:23:14.629] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [18:23:14.630] | : . ' Searching for globals ... done [18:23:14.630] | : . ' Resolving globals: FALSE [18:23:14.630] | : . ' Search for packages associated with the globals ... [18:23:14.630] | : . ' , Packages associated with globals: [1] 'base' [18:23:14.631] | : . ' , Packages: [1] 'base' [18:23:14.631] | : . ' Search for packages associated with the globals ... done [18:23:14.631] | : . ' The total size of the 1 globals is 200 bytes (200 bytes) [18:23:14.632] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 200 bytes There is one global: 'FUN' (200 bytes of class 'function') [18:23:14.632] | : . ' Packages after dropping 'base': [0] [18:23:14.632] | : . ' globals: [1] 'FUN' [18:23:14.632] | : . ' packages: [0] [18:23:14.632] | : . getGlobalsAndPackages() ... done [18:23:14.633] | : . globals found/used: [n=1] 'FUN' [18:23:14.633] | : . needed namespaces: [n=0] [18:23:14.633] | : . use_args: TRUE [18:23:14.633] | : . Getting '...' globals ... [18:23:14.633] | : . ' resolve() for FutureGlobals ... [18:23:14.634] | : . ' , recursive: 0 [18:23:14.634] | : . ' , Number of elements: 1 [18:23:14.634] | : . ' , elements: '...' [18:23:14.634] | : . ' , 'obj' is DotDotDotList [18:23:14.634] | : . ' , resolve(obj, ...) ... [18:23:14.635] | : . ' , ; resolve() for DotDotDotList ... [18:23:14.635] | : . ' , ; ` recursive: -1 [18:23:14.635] | : . ' , ; resolve() for DotDotDotList ... done [18:23:14.635] | : . ' , resolve(obj, ...) ... done [18:23:14.635] | : . ' , resolved() ... [18:23:14.635] | : . ' , ; resolved() for DotDotDotList ... [18:23:14.636] | : . ' , ; ` Number of elements: 0 [18:23:14.636] | : . ' , ; ` Number of futures: 0 [18:23:14.636] | : . ' , ; resolved() for DotDotDotList ... done [18:23:14.636] | : . ' , resolved() ... done [18:23:14.636] | : . ' , length: 0 (resolved future 1) [18:23:14.637] | : . ' resolve() for FutureGlobals ... done [18:23:14.637] | : . ' '...' content: [n=0] [18:23:14.637] | : . ' List of 1 [18:23:14.637] | : . ' $ ...: list() [18:23:14.637] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:14.637] | : . ' - attr(*, "where")=List of 1 [18:23:14.637] | : . ' ..$ ...: [18:23:14.637] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:14.637] | : . ' - attr(*, "resolved")= logi TRUE [18:23:14.637] | : . ' - attr(*, "total_size")= num NA [18:23:14.640] | : . Getting '...' globals ... done [18:23:14.640] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [18:23:14.640] | : . List of 2 [18:23:14.640] | : . $ ...future.FUN:function (x) [18:23:14.640] | : . $ ... : list() [18:23:14.640] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:14.640] | : . - attr(*, "where")=List of 2 [18:23:14.640] | : . ..$ ...future.FUN: [18:23:14.640] | : . ..$ ... : [18:23:14.640] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:14.640] | : . - attr(*, "resolved")= logi FALSE [18:23:14.640] | : . - attr(*, "total_size")= num 3656 [18:23:14.644] | : . Packages to be attached in all futures: [n=0] [18:23:14.644] | : getGlobalsAndPackagesXApply() ... done [18:23:14.644] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:14.645] | : List of 5 [18:23:14.645] | : $ ...future.FUN :function (x) [18:23:14.645] | : $ ... : list() [18:23:14.645] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:14.645] | : $ ...future.elements_ii : NULL [18:23:14.645] | : $ ...future.seeds_ii : NULL [18:23:14.645] | : $ ...future.globals.maxSize: NULL [18:23:14.645] | : - attr(*, "where")=List of 5 [18:23:14.645] | : ..$ ...future.FUN : [18:23:14.645] | : ..$ ... : [18:23:14.645] | : ..$ ...future.elements_ii : [18:23:14.645] | : ..$ ...future.seeds_ii : [18:23:14.645] | : ..$ ...future.globals.maxSize: [18:23:14.645] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:14.645] | : - attr(*, "resolved")= logi FALSE [18:23:14.645] | : - attr(*, "total_size")= num 3656 [18:23:14.650] | : Number of futures (= number of chunks): 1 [18:23:14.650] | : Launching 1 futures (chunks) ... [18:23:14.650] | : Chunk #1 of 1 ... [18:23:14.650] | : - Finding globals in 'X' for chunk #1 ... [18:23:14.651] | : getGlobalsAndPackages() ... [18:23:14.651] | : . Searching for globals ... [18:23:14.651] | : . ' globals found: [0] [18:23:14.651] | : . Searching for globals ... done [18:23:14.652] | : . globals: [0] [18:23:14.652] | : . packages: [0] [18:23:14.652] | : getGlobalsAndPackages() ... done [18:23:14.652] | : + additional globals found: [n=0] [18:23:14.652] | : + additional namespaces needed: [n=0] [18:23:14.652] | : - Finding globals in 'X' for chunk #1 ... DONE [18:23:14.653] | : - seeds: [18:23:14.653] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:14.653] | : future(..., label = 'future_lapply-1') ... [18:23:14.653] | : . lazy: FALSE [18:23:14.653] | : . stdout: TRUE [18:23:14.653] | : . conditions: [n=1] 'condition' [18:23:14.654] | : . getGlobalsAndPackages() ... [18:23:14.654] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:14.654] | : . ' Resolving globals: FALSE [18:23:14.654] | : . ' Tweak future expression to call with '...' arguments ... [18:23:14.654] | : . ' , { [18:23:14.654] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:14.654] | : . ' , "# expression in do.call(), because function called uses '...' " [18:23:14.654] | : . ' , "# as a global variable " [18:23:14.654] | : . ' , do.call(function(...) { [18:23:14.654] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:14.654] | : . ' , "# without having an '...' argument. This means '...' is treated" [18:23:14.654] | : . ' , "# as a global variable. This may happen when FUN() is an " [18:23:14.654] | : . ' , "# anonymous function. " [18:23:14.654] | : . ' , "# " [18:23:14.654] | : . ' , "# If an anonymous function, we will make sure to restore the " [18:23:14.654] | : . ' , "# function environment of FUN() to the calling environment. " [18:23:14.654] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [18:23:14.654] | : . ' , "# global environment, which is where globals are written. " [18:23:14.654] | : . ' , penv <- env <- environment(...future.FUN) [18:23:14.654] | : . ' , repeat { [18:23:14.654] | : . ' , if (identical(env, globalenv()) || identical(env, [18:23:14.654] | : . ' , emptyenv())) [18:23:14.654] | : . ' , break [18:23:14.654] | : . ' , penv <- env [18:23:14.654] | : . ' , env <- parent.env(env) [18:23:14.654] | : . ' , } [18:23:14.654] | : . ' , if (identical(penv, globalenv())) { [18:23:14.654] | : . ' , environment(...future.FUN) <- environment() [18:23:14.654] | : . ' , } [18:23:14.654] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:14.654] | : . ' , !isNamespace(penv)) { [18:23:14.654] | : . ' , parent.env(penv) <- environment() [18:23:14.654] | : . ' , } [18:23:14.654] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [18:23:14.654] | : . ' , { [18:23:14.654] | : . ' , "# future.apply:::future_xapply(): preserve future option" [18:23:14.654] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:14.654] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:14.654] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:14.654] | : . ' , on.exit(options(oopts), add = TRUE) [18:23:14.654] | : . ' , } [18:23:14.654] | : . ' , { [18:23:14.654] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [18:23:14.654] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:14.654] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:14.654] | : . ' , { [18:23:14.654] | : . ' , ...future.FUN(...future.X_jj, ...) [18:23:14.654] | : . ' , } [18:23:14.654] | : . ' , }) [18:23:14.654] | : . ' , } [18:23:14.654] | : . ' , } [18:23:14.654] | : . ' , }, args = future.call.arguments) [18:23:14.654] | : . ' , } [18:23:14.655] | : . ' Tweak future expression to call with '...' arguments ... done [18:23:14.656] | : . ' Search for packages associated with the globals ... [18:23:14.656] | : . ' , Packages associated with globals: [0] [18:23:14.656] | : . ' , Packages: [0] [18:23:14.657] | : . ' Search for packages associated with the globals ... done [18:23:14.657] | : . ' Packages after dropping 'base': [0] [18:23:14.657] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:14.657] | : . ' packages: [0] [18:23:14.657] | : . getGlobalsAndPackages() ... done [18:23:14.658] | : . run() for 'Future' ('future_lapply-1') ... [18:23:14.658] | : . ' state: 'created' [18:23:14.658] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:14.658] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:14.658] | : . ' Using SequentialFutureBackend ... [18:23:14.659] | : . ' , Number of futures since start: 1 (1 created, 1 launched, 1 finished) [18:23:14.659] | : . ' , Launching futures ... [18:23:14.659] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [18:23:14.659] | : . ' , ; ` getFutureData() ... [18:23:14.659] | : . ' , ; ` | getFutureCore() ... [18:23:14.660] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [18:23:14.660] | : . ' , ; ` | getFutureCore() ... done [18:23:14.660] | : . ' , ; ` | getFutureCapture() ... [18:23:14.660] | : . ' , ; ` | getFutureCapture() ... done [18:23:14.660] | : . ' , ; ` | getFutureContext() ... [18:23:14.660] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:14.661] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [18:23:14.661] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:14.661] | : . ' , ; ` | : Packages needed by future backend (n = 0): [18:23:14.661] | : . ' , ; ` | getFutureContext() ... done [18:23:14.661] | : . ' , ; ` getFutureData() ... done [18:23:14.663] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:14.663] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [18:23:14.664] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:14.664] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:14.664] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:14.664] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [18:23:14.665] | : . ' , ; ` | : . New stack: [18:23:14.665] | : . ' , ; ` | : . List of 1 [18:23:14.665] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:14.665] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:14.665] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [18:23:14.665] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.665] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.665] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.665] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:14.665] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:14.668] | : . ' , ; ` | : . Old stack: [18:23:14.668] | : . ' , ; ` | : . List of 1 [18:23:14.668] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:14.668] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:14.668] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [18:23:14.668] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.668] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.668] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.668] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [18:23:14.668] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:14.668] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.668] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.668] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:14.672] | : . ' , ; ` | : . Not identical [18:23:14.672] | : . ' , ; ` | : . all.equal() for future ... [18:23:14.673] | : . ' , ; ` | : . ' List of 2 [18:23:14.673] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.673] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:14.673] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.673] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:14.673] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:14.673] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:14.673] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:14.679] | : . ' , ; ` | : . all.equal() for future ... done [18:23:14.680] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [18:23:14.680] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:14.680] | : . ' , ; ` | : List of future strategies: [18:23:14.680] | : . ' , ; ` | : 1. sequential: [18:23:14.680] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [18:23:14.680] | : . ' , ; ` | : - tweaked: FALSE [18:23:14.680] | : . ' , ; ` | : - call: plan(sequential) [18:23:14.680] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:14.681] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:14.681] | : . ' , ; ` assign_globals() ... [18:23:14.681] | : . ' , ; ` List of 5 [18:23:14.681] | : . ' , ; ` $ ...future.FUN :function (x) [18:23:14.681] | : . ' , ; ` $ future.call.arguments : list() [18:23:14.681] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:14.681] | : . ' , ; ` $ ...future.elements_ii :List of 2 [18:23:14.681] | : . ' , ; ` ..$ : int 1 [18:23:14.681] | : . ' , ; ` ..$ : int 0 [18:23:14.681] | : . ' , ; ` $ ...future.seeds_ii : NULL [18:23:14.681] | : . ' , ; ` $ ...future.globals.maxSize: NULL [18:23:14.681] | : . ' , ; ` - attr(*, "where")=List of 5 [18:23:14.681] | : . ' , ; ` ..$ ...future.FUN : [18:23:14.681] | : . ' , ; ` ..$ future.call.arguments : [18:23:14.681] | : . ' , ; ` ..$ ...future.elements_ii : [18:23:14.681] | : . ' , ; ` ..$ ...future.seeds_ii : [18:23:14.681] | : . ' , ; ` ..$ ...future.globals.maxSize: [18:23:14.681] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [18:23:14.681] | : . ' , ; ` - attr(*, "total_size")= num 3656 [18:23:14.681] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:14.681] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [18:23:14.687] | : . ' , ; ` - copied '...future.FUN' to environment [18:23:14.688] | : . ' , ; ` - copied 'future.call.arguments' to environment [18:23:14.688] | : . ' , ; ` - copied '...future.elements_ii' to environment [18:23:14.688] | : . ' , ; ` - copied '...future.seeds_ii' to environment [18:23:14.688] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [18:23:14.688] | : . ' , ; ` assign_globals() ... done [18:23:15.192] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:15.192] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:15.193] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:15.193] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [18:23:15.193] | : . ' , ; ` | : . ' New stack: [18:23:15.193] | : . ' , ; ` | : . ' List of 1 [18:23:15.193] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:15.193] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.193] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:15.193] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.193] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.193] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.193] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:15.193] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:15.193] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.193] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.193] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:15.197] | : . ' , ; ` | : . ' Old stack: [18:23:15.197] | : . ' , ; ` | : . ' List of 1 [18:23:15.197] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:15.197] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.197] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:15.197] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.197] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.197] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.197] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:15.197] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:15.197] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.197] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.197] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:15.201] | : . ' , ; ` | : . ' Identical [18:23:15.202] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [18:23:15.202] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:15.202] | : . ' , ; ` | : . List of future strategies: [18:23:15.202] | : . ' , ; ` | : . 1. sequential: [18:23:15.202] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [18:23:15.202] | : . ' , ; ` | : . - tweaked: FALSE [18:23:15.202] | : . ' , ; ` | : . - call: plan(sequential) [18:23:15.203] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:15.203] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:15.203] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:15.203] | : . ' , ; ` SequentialFuture started (and completed) [18:23:15.204] | : . ' , ; ` signalConditions() ... [18:23:15.204] | : . ' , ; ` | include = 'immediateCondition' [18:23:15.204] | : . ' , ; ` | exclude = [18:23:15.204] | : . ' , ; ` | resignal = FALSE [18:23:15.204] | : . ' , ; ` | Number of conditions: 6 [18:23:15.205] | : . ' , ; ` | int 6 [18:23:15.205] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.205] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.205] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.206] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.206] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.206] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.206] | : . ' , ; ` | Drop signaled conditions: 0 [18:23:15.206] | : . ' , ; ` signalConditions() ... done [18:23:15.207] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [18:23:15.207] | : . ' , Launching futures ... done [18:23:15.207] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:15.207] | : . ' Using SequentialFutureBackend ... done [18:23:15.207] | : . run() for 'Future' ('future_lapply-1') ... done [18:23:15.207] | : future(..., label = 'future_lapply-1') ... done [18:23:15.208] | : Created future: [18:23:15.208] | : SequentialFuture: [18:23:15.208] | : Label: 'future_lapply-1' [18:23:15.208] | : Expression: [18:23:15.208] | : { [18:23:15.208] | : "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:15.208] | : "# expression in do.call(), because function called uses '...' " [18:23:15.208] | : "# as a global variable " [18:23:15.208] | : do.call(function(...) { [18:23:15.208] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:15.208] | : "# without having an '...' argument. This means '...' is treated" [18:23:15.208] | : "# as a global variable. This may happen when FUN() is an " [18:23:15.208] | : "# anonymous function. " [18:23:15.208] | : "# " [18:23:15.208] | : "# If an anonymous function, we will make sure to restore the " [18:23:15.208] | : "# function environment of FUN() to the calling environment. " [18:23:15.208] | : "# We assume FUN() an anonymous function if it lives in the " [18:23:15.208] | : "# global environment, which is where globals are written. " [18:23:15.208] | : penv <- env <- environment(...future.FUN) [18:23:15.208] | : repeat { [18:23:15.208] | : if (identical(env, globalenv()) || identical(env, [18:23:15.208] | : emptyenv())) [18:23:15.208] | : break [18:23:15.208] | : penv <- env [18:23:15.208] | : env <- parent.env(env) [18:23:15.208] | : } [18:23:15.208] | : if (identical(penv, globalenv())) { [18:23:15.208] | : environment(...future.FUN) <- environment() [18:23:15.208] | : } [18:23:15.208] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:15.208] | : !isNamespace(penv)) { [18:23:15.208] | : parent.env(penv) <- environment() [18:23:15.208] | : } [18:23:15.208] | : rm(list = c("env", "penv"), inherits = FALSE) [18:23:15.208] | : { [18:23:15.208] | : "# future.apply:::future_xapply(): preserve future option" [18:23:15.208] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:15.208] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:15.208] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:15.208] | : on.exit(options(oopts), add = TRUE) [18:23:15.208] | : } [18:23:15.208] | : { [18:23:15.208] | : "# future.apply::future_lapply(): process chunk of elements" [18:23:15.208] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:15.208] | : ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:15.208] | : { [18:23:15.208] | : ...future.FUN(...future.X_jj, ...) [18:23:15.208] | : } [18:23:15.208] | : }) [18:23:15.208] | : } [18:23:15.208] | : } [18:23:15.208] | : }, args = future.call.arguments) [18:23:15.208] | : } [18:23:15.208] | : Globals: 5 objects totaling 3.85 KiB (function '...future.FUN' of 200 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) [18:23:15.208] | : Packages: [18:23:15.208] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:15.208] | : Capture standard output: TRUE [18:23:15.208] | : Capture condition classes: 'condition' (excluding '') [18:23:15.208] | : Immediate condition classes: 'immediateCondition' [18:23:15.208] | : Lazy evaluation: FALSE [18:23:15.208] | : Local evaluation: TRUE [18:23:15.208] | : Early signaling: FALSE [18:23:15.208] | : Actions: [n=1] 'run' [18:23:15.208] | : State: 'finished' ("Future was resolved successfully") [18:23:15.208] | : Resolved: TRUE [18:23:15.208] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-2 [18:23:15.208] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:15.208] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:15.208] | : Value: 55 bytes of class 'list' [18:23:15.208] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [18:23:15.208] | : Duration: 0.529844 secs (started 2026-01-18 18:23:14.662082) [18:23:15.208] | : Worker process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:15.210] | : Chunk #1 of 1 ... DONE [18:23:15.210] | : Launching 1 futures (chunks) ... DONE [18:23:15.210] | : Resolving 1 futures (chunks) ... [18:23:15.210] | : value() for list ... [18:23:15.211] | : . recursive: 0 [18:23:15.211] | : . reduce: FALSE [18:23:15.211] | : . length: 1 [18:23:15.211] | : . Number of remaining objects: 1 [18:23:15.211] | : . checking value #1: [18:23:15.212] | : . 'obj' is SequentialFuture [18:23:15.212] | : . resolved() ... [18:23:15.212] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... [18:23:15.212] | : . ' , state: 'finished' [18:23:15.212] | : . ' , run: NULL [18:23:15.212] | : . ' , result: 'FutureResult' [18:23:15.213] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... done [18:23:15.213] | : . resolved() ... done [18:23:15.213] | : . SequentialFuture #1 [18:23:15.213] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:15.213] | : . ' nx: 1 [18:23:15.213] | : . ' relay: TRUE [18:23:15.214] | : . ' stdout: TRUE [18:23:15.214] | : . ' signal: TRUE [18:23:15.214] | : . ' resignal: FALSE [18:23:15.214] | : . ' force: TRUE [18:23:15.214] | : . ' relayed: [n=1] FALSE [18:23:15.214] | : . ' queued futures: [n=1] FALSE [18:23:15.214] | : . ' until=1 [18:23:15.215] | : . ' relaying element #1 [18:23:15.215] | : . ' value() for SequentialFuture ('future_lapply-1') ... [18:23:15.215] | : . ' , signalConditions() ... [18:23:15.215] | : . ' , ; include = 'immediateCondition' [18:23:15.215] | : . ' , ; exclude = [18:23:15.215] | : . ' , ; resignal = FALSE [18:23:15.216] | : . ' , ; Number of conditions: 6 [18:23:15.216] | : . ' , ; int 6 [18:23:15.216] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.217] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.217] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.217] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.217] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.217] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.217] | : . ' , ; Drop signaled conditions: 0 [18:23:15.218] | : . ' , signalConditions() ... done [18:23:15.218] | : . ' , relay stdout ... [18:23:15.218] | : . ' , relay stdout ... done [18:23:15.218] | : . ' , check for misuse ... [18:23:15.218] | : . ' , check for misuse ... done [18:23:15.218] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [18:23:15.219] | : . ' signalConditions() ... [18:23:15.219] | : . ' , include = 'immediateCondition' [18:23:15.219] | : . ' , exclude = [18:23:15.219] | : . ' , resignal = FALSE [18:23:15.219] | : . ' , Number of conditions: 6 [18:23:15.219] | : . ' , int 6 [18:23:15.220] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.220] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.220] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.220] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.221] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.221] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.221] | : . ' , Drop signaled conditions: 0 [18:23:15.221] | : . ' signalConditions() ... done [18:23:15.222] | : . ' signalConditions() ... [18:23:15.222] | : . ' , include = 'condition' [18:23:15.222] | : . ' , exclude = 'error', 'immediateCondition' [18:23:15.222] | : . ' , resignal = TRUE [18:23:15.222] | : . ' , Number of conditions: 6 [18:23:15.222] | : . ' , int 6 [18:23:15.223] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.223] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [18:23:14.662] | : . ' , ; ` attachPackages() ... [18:23:15.223] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.223] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [18:23:14.662] | : . ' , ; ` | packages: [n=1] 'future' [18:23:15.224] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.224] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [18:23:14.662] | : . ' , ; ` attachPackages() ... done [18:23:15.224] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.224] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [18:23:14.662] | : . ' , ; ` attachPackages() ... [18:23:15.224] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.225] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [18:23:14.663] | : . ' , ; ` | packages: [n=0] [18:23:15.225] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.225] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [18:23:14.663] | : . ' , ; ` attachPackages() ... done [18:23:15.225] | : . ' , Drop signaled conditions: 6 [18:23:15.225] | : . ' signalConditions() ... done [18:23:15.226] | : . ' relayed: [n=1] TRUE [18:23:15.226] | : . ' queued futures: [n=1] TRUE [18:23:15.228] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:15.228] | : . value(, ...) ... [18:23:15.228] | : . value(, ...) ... done [18:23:15.228] | : . value() for SequentialFuture ('future_lapply-1') ... [18:23:15.228] | : . ' signalConditions() ... [18:23:15.229] | : . ' , include = 'immediateCondition' [18:23:15.229] | : . ' , exclude = [18:23:15.229] | : . ' , resignal = FALSE [18:23:15.229] | : . ' , Number of conditions: 0 [18:23:15.229] | : . ' , int 0 [18:23:15.230] | : . ' signalConditions() ... done [18:23:15.230] | : . ' check for misuse ... [18:23:15.230] | : . ' check for misuse ... done [18:23:15.230] | : . value() for SequentialFuture ('future_lapply-1') ... done [18:23:15.230] | : . value: [18:23:15.231] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:15.231] | : . ' nx: 1 [18:23:15.231] | : . ' relay: TRUE [18:23:15.231] | : . ' stdout: TRUE [18:23:15.231] | : . ' signal: TRUE [18:23:15.231] | : . ' resignal: FALSE [18:23:15.231] | : . ' force: TRUE [18:23:15.232] | : . ' relayed: [n=1] TRUE [18:23:15.232] | : . ' queued futures: [n=1] TRUE [18:23:15.232] | : . ' until=1 [18:23:15.232] | : . ' relayed: [n=1] TRUE [18:23:15.232] | : . ' queued futures: [n=1] TRUE [18:23:15.232] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:15.233] | : . resolve() for SequentialFuture ... [18:23:15.233] | : . resolve() for SequentialFuture ... done [18:23:15.233] | : . length: 0 (resolved future 1) [18:23:15.233] | : value() for list ... done [18:23:15.233] | : Relaying remaining futures ... [18:23:15.233] | : . signalConditionsASAP(NULL, pos=0) ... [18:23:15.234] | : . ' nx: 1 [18:23:15.234] | : . ' relay: TRUE [18:23:15.234] | : . ' stdout: TRUE [18:23:15.234] | : . ' signal: TRUE [18:23:15.234] | : . ' resignal: FALSE [18:23:15.234] | : . ' force: TRUE [18:23:15.235] | : . ' relayed: [n=1] TRUE [18:23:15.235] | : . ' queued futures: [n=1] TRUE - flush all [18:23:15.235] | : . ' relayed: [n=1] TRUE [18:23:15.235] | : . ' queued futures: [n=1] TRUE [18:23:15.235] | : . signalConditionsASAP(NULL, pos=0) ... done [18:23:15.235] | : Relaying remaining futures ... done [18:23:15.236] | future_lapply() -> future_xapply() ... done [18:23:15.236] | - Number of value chunks collected: 1 [18:23:15.236] | Resolving 1 futures (chunks) ... DONE [18:23:15.236] | Reducing values from 1 chunks ... [18:23:15.236] | - Number of values collected after concatenation: 2 [18:23:15.236] | - Number of values expected: 2 [18:23:15.237] | Reducing values from 1 chunks ... DONE [18:23:15.237] future_lapply() ... done * future_lapply(x, ..., future.stdout = TRUE) ... DONE * future_lapply(x, ..., future.stdout = NA) ... [18:23:15.238] future_lapply() ... [18:23:15.239] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [18:23:15.239] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [18:23:15.239] | future_lapply() -> future_xapply() ... [18:23:15.239] | : nbrOfWorkers(NULL) ... [18:23:15.239] | : . List of 4 [18:23:15.239] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:15.239] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:15.239] | : . $ : language nbrOfWorkers() [18:23:15.239] | : . $ : language nbrOfWorkers.NULL() [18:23:15.241] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:15.242] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:15.242] | : . Number of workers: 1 [18:23:15.242] | : nbrOfWorkers(NULL) ... done [18:23:15.242] | : Number of chunks: 1 [18:23:15.242] | : getGlobalsAndPackagesXApply() ... [18:23:15.242] | : . future.globals: TRUE [18:23:15.243] | : . getGlobalsAndPackages() ... [18:23:15.243] | : . ' Searching for globals ... [18:23:15.251] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [18:23:15.252] | : . ' Searching for globals ... done [18:23:15.252] | : . ' Resolving globals: FALSE [18:23:15.252] | : . ' Search for packages associated with the globals ... [18:23:15.252] | : . ' , Packages associated with globals: [1] 'base' [18:23:15.253] | : . ' , Packages: [1] 'base' [18:23:15.253] | : . ' Search for packages associated with the globals ... done [18:23:15.253] | : . ' The total size of the 1 globals is 200 bytes (200 bytes) [18:23:15.254] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 200 bytes There is one global: 'FUN' (200 bytes of class 'function') [18:23:15.254] | : . ' Packages after dropping 'base': [0] [18:23:15.254] | : . ' globals: [1] 'FUN' [18:23:15.254] | : . ' packages: [0] [18:23:15.254] | : . getGlobalsAndPackages() ... done [18:23:15.255] | : . globals found/used: [n=1] 'FUN' [18:23:15.255] | : . needed namespaces: [n=0] [18:23:15.255] | : . use_args: TRUE [18:23:15.255] | : . Getting '...' globals ... [18:23:15.255] | : . ' resolve() for FutureGlobals ... [18:23:15.256] | : . ' , recursive: 0 [18:23:15.256] | : . ' , Number of elements: 1 [18:23:15.256] | : . ' , elements: '...' [18:23:15.256] | : . ' , 'obj' is DotDotDotList [18:23:15.256] | : . ' , resolve(obj, ...) ... [18:23:15.257] | : . ' , ; resolve() for DotDotDotList ... [18:23:15.257] | : . ' , ; ` recursive: -1 [18:23:15.257] | : . ' , ; resolve() for DotDotDotList ... done [18:23:15.257] | : . ' , resolve(obj, ...) ... done [18:23:15.257] | : . ' , resolved() ... [18:23:15.257] | : . ' , ; resolved() for DotDotDotList ... [18:23:15.258] | : . ' , ; ` Number of elements: 0 [18:23:15.258] | : . ' , ; ` Number of futures: 0 [18:23:15.258] | : . ' , ; resolved() for DotDotDotList ... done [18:23:15.258] | : . ' , resolved() ... done [18:23:15.258] | : . ' , length: 0 (resolved future 1) [18:23:15.259] | : . ' resolve() for FutureGlobals ... done [18:23:15.259] | : . ' '...' content: [n=0] [18:23:15.259] | : . ' List of 1 [18:23:15.259] | : . ' $ ...: list() [18:23:15.259] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:15.259] | : . ' - attr(*, "where")=List of 1 [18:23:15.259] | : . ' ..$ ...: [18:23:15.259] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:15.259] | : . ' - attr(*, "resolved")= logi TRUE [18:23:15.259] | : . ' - attr(*, "total_size")= num NA [18:23:15.262] | : . Getting '...' globals ... done [18:23:15.262] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [18:23:15.262] | : . List of 2 [18:23:15.262] | : . $ ...future.FUN:function (x) [18:23:15.262] | : . $ ... : list() [18:23:15.262] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:15.262] | : . - attr(*, "where")=List of 2 [18:23:15.262] | : . ..$ ...future.FUN: [18:23:15.262] | : . ..$ ... : [18:23:15.262] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:15.262] | : . - attr(*, "resolved")= logi FALSE [18:23:15.262] | : . - attr(*, "total_size")= num 3656 [18:23:15.266] | : . Packages to be attached in all futures: [n=0] [18:23:15.266] | : getGlobalsAndPackagesXApply() ... done [18:23:15.266] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:15.266] | : List of 5 [18:23:15.266] | : $ ...future.FUN :function (x) [18:23:15.266] | : $ ... : list() [18:23:15.266] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:15.266] | : $ ...future.elements_ii : NULL [18:23:15.266] | : $ ...future.seeds_ii : NULL [18:23:15.266] | : $ ...future.globals.maxSize: NULL [18:23:15.266] | : - attr(*, "where")=List of 5 [18:23:15.266] | : ..$ ...future.FUN : [18:23:15.266] | : ..$ ... : [18:23:15.266] | : ..$ ...future.elements_ii : [18:23:15.266] | : ..$ ...future.seeds_ii : [18:23:15.266] | : ..$ ...future.globals.maxSize: [18:23:15.266] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:15.266] | : - attr(*, "resolved")= logi FALSE [18:23:15.266] | : - attr(*, "total_size")= num 3656 [18:23:15.272] | : Number of futures (= number of chunks): 1 [18:23:15.272] | : Launching 1 futures (chunks) ... [18:23:15.272] | : Chunk #1 of 1 ... [18:23:15.272] | : - Finding globals in 'X' for chunk #1 ... [18:23:15.272] | : getGlobalsAndPackages() ... [18:23:15.273] | : . Searching for globals ... [18:23:15.273] | : . ' globals found: [0] [18:23:15.273] | : . Searching for globals ... done [18:23:15.273] | : . globals: [0] [18:23:15.274] | : . packages: [0] [18:23:15.274] | : getGlobalsAndPackages() ... done [18:23:15.274] | : + additional globals found: [n=0] [18:23:15.274] | : + additional namespaces needed: [n=0] [18:23:15.274] | : - Finding globals in 'X' for chunk #1 ... DONE [18:23:15.274] | : - seeds: [18:23:15.274] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:15.275] | : future(..., label = 'future_lapply-1') ... [18:23:15.275] | : . lazy: FALSE [18:23:15.275] | : . stdout: NA [18:23:15.275] | : . conditions: [n=1] 'condition' [18:23:15.275] | : . getGlobalsAndPackages() ... [18:23:15.276] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:15.276] | : . ' Resolving globals: FALSE [18:23:15.276] | : . ' Tweak future expression to call with '...' arguments ... [18:23:15.276] | : . ' , { [18:23:15.276] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:15.276] | : . ' , "# expression in do.call(), because function called uses '...' " [18:23:15.276] | : . ' , "# as a global variable " [18:23:15.276] | : . ' , do.call(function(...) { [18:23:15.276] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:15.276] | : . ' , "# without having an '...' argument. This means '...' is treated" [18:23:15.276] | : . ' , "# as a global variable. This may happen when FUN() is an " [18:23:15.276] | : . ' , "# anonymous function. " [18:23:15.276] | : . ' , "# " [18:23:15.276] | : . ' , "# If an anonymous function, we will make sure to restore the " [18:23:15.276] | : . ' , "# function environment of FUN() to the calling environment. " [18:23:15.276] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [18:23:15.276] | : . ' , "# global environment, which is where globals are written. " [18:23:15.276] | : . ' , penv <- env <- environment(...future.FUN) [18:23:15.276] | : . ' , repeat { [18:23:15.276] | : . ' , if (identical(env, globalenv()) || identical(env, [18:23:15.276] | : . ' , emptyenv())) [18:23:15.276] | : . ' , break [18:23:15.276] | : . ' , penv <- env [18:23:15.276] | : . ' , env <- parent.env(env) [18:23:15.276] | : . ' , } [18:23:15.276] | : . ' , if (identical(penv, globalenv())) { [18:23:15.276] | : . ' , environment(...future.FUN) <- environment() [18:23:15.276] | : . ' , } [18:23:15.276] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:15.276] | : . ' , !isNamespace(penv)) { [18:23:15.276] | : . ' , parent.env(penv) <- environment() [18:23:15.276] | : . ' , } [18:23:15.276] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [18:23:15.276] | : . ' , { [18:23:15.276] | : . ' , "# future.apply:::future_xapply(): preserve future option" [18:23:15.276] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:15.276] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:15.276] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:15.276] | : . ' , on.exit(options(oopts), add = TRUE) [18:23:15.276] | : . ' , } [18:23:15.276] | : . ' , { [18:23:15.276] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [18:23:15.276] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:15.276] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:15.276] | : . ' , { [18:23:15.276] | : . ' , ...future.FUN(...future.X_jj, ...) [18:23:15.276] | : . ' , } [18:23:15.276] | : . ' , }) [18:23:15.276] | : . ' , } [18:23:15.276] | : . ' , } [18:23:15.276] | : . ' , }, args = future.call.arguments) [18:23:15.276] | : . ' , } [18:23:15.277] | : . ' Tweak future expression to call with '...' arguments ... done [18:23:15.277] | : . ' Search for packages associated with the globals ... [18:23:15.278] | : . ' , Packages associated with globals: [0] [18:23:15.278] | : . ' , Packages: [0] [18:23:15.278] | : . ' Search for packages associated with the globals ... done [18:23:15.278] | : . ' Packages after dropping 'base': [0] [18:23:15.279] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:15.279] | : . ' packages: [0] [18:23:15.279] | : . getGlobalsAndPackages() ... done [18:23:15.279] | : . run() for 'Future' ('future_lapply-1') ... [18:23:15.280] | : . ' state: 'created' [18:23:15.280] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:15.280] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:15.280] | : . ' Using SequentialFutureBackend ... [18:23:15.280] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [18:23:15.280] | : . ' , Launching futures ... [18:23:15.281] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [18:23:15.281] | : . ' , ; ` getFutureData() ... [18:23:15.281] | : . ' , ; ` | getFutureCore() ... [18:23:15.281] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [18:23:15.281] | : . ' , ; ` | getFutureCore() ... done [18:23:15.282] | : . ' , ; ` | getFutureCapture() ... [18:23:15.282] | : . ' , ; ` | getFutureCapture() ... done [18:23:15.282] | : . ' , ; ` | getFutureContext() ... [18:23:15.282] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:15.282] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [18:23:15.282] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:15.283] | : . ' , ; ` | : Packages needed by future backend (n = 0): [18:23:15.283] | : . ' , ; ` | getFutureContext() ... done [18:23:15.283] | : . ' , ; ` getFutureData() ... done [18:23:15.285] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:15.285] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [18:23:15.285] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:15.285] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:15.286] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:15.286] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [18:23:15.286] | : . ' , ; ` | : . New stack: [18:23:15.286] | : . ' , ; ` | : . List of 1 [18:23:15.286] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:15.286] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.286] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [18:23:15.286] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.286] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.286] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.286] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:15.286] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:15.289] | : . ' , ; ` | : . Old stack: [18:23:15.290] | : . ' , ; ` | : . List of 1 [18:23:15.290] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:15.290] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.290] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [18:23:15.290] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.290] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.290] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.290] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [18:23:15.290] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:15.290] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.290] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.290] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:15.293] | : . ' , ; ` | : . Not identical [18:23:15.294] | : . ' , ; ` | : . all.equal() for future ... [18:23:15.294] | : . ' , ; ` | : . ' List of 2 [18:23:15.294] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.294] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:15.294] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.294] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:15.294] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:15.294] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.294] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.300] | : . ' , ; ` | : . all.equal() for future ... done [18:23:15.301] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [18:23:15.301] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:15.301] | : . ' , ; ` | : List of future strategies: [18:23:15.301] | : . ' , ; ` | : 1. sequential: [18:23:15.301] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [18:23:15.301] | : . ' , ; ` | : - tweaked: FALSE [18:23:15.301] | : . ' , ; ` | : - call: plan(sequential) [18:23:15.302] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:15.302] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:15.302] | : . ' , ; ` assign_globals() ... [18:23:15.302] | : . ' , ; ` List of 5 [18:23:15.302] | : . ' , ; ` $ ...future.FUN :function (x) [18:23:15.302] | : . ' , ; ` $ future.call.arguments : list() [18:23:15.302] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:15.302] | : . ' , ; ` $ ...future.elements_ii :List of 2 [18:23:15.302] | : . ' , ; ` ..$ : int 1 [18:23:15.302] | : . ' , ; ` ..$ : int 0 [18:23:15.302] | : . ' , ; ` $ ...future.seeds_ii : NULL [18:23:15.302] | : . ' , ; ` $ ...future.globals.maxSize: NULL [18:23:15.302] | : . ' , ; ` - attr(*, "where")=List of 5 [18:23:15.302] | : . ' , ; ` ..$ ...future.FUN : [18:23:15.302] | : . ' , ; ` ..$ future.call.arguments : [18:23:15.302] | : . ' , ; ` ..$ ...future.elements_ii : [18:23:15.302] | : . ' , ; ` ..$ ...future.seeds_ii : [18:23:15.302] | : . ' , ; ` ..$ ...future.globals.maxSize: [18:23:15.302] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [18:23:15.302] | : . ' , ; ` - attr(*, "total_size")= num 3656 [18:23:15.302] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:15.302] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [18:23:15.308] | : . ' , ; ` - copied '...future.FUN' to environment [18:23:15.309] | : . ' , ; ` - copied 'future.call.arguments' to environment [18:23:15.309] | : . ' , ; ` - copied '...future.elements_ii' to environment [18:23:15.309] | : . ' , ; ` - copied '...future.seeds_ii' to environment [18:23:15.309] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [18:23:15.309] | : . ' , ; ` assign_globals() ... done [18:23:15.817] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:15.818] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:15.818] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:15.818] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [18:23:15.818] | : . ' , ; ` | : . ' New stack: [18:23:15.818] | : . ' , ; ` | : . ' List of 1 [18:23:15.818] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:15.818] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.818] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:15.818] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.818] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.818] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.818] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:15.818] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:15.818] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.818] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.818] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:15.822] | : . ' , ; ` | : . ' Old stack: [18:23:15.823] | : . ' , ; ` | : . ' List of 1 [18:23:15.823] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:15.823] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.823] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:15.823] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.823] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.823] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.823] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:15.823] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:15.823] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.823] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.823] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:15.827] | : . ' , ; ` | : . ' Identical [18:23:15.827] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [18:23:15.827] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:15.827] | : . ' , ; ` | : . List of future strategies: [18:23:15.827] | : . ' , ; ` | : . 1. sequential: [18:23:15.827] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [18:23:15.827] | : . ' , ; ` | : . - tweaked: FALSE [18:23:15.827] | : . ' , ; ` | : . - call: plan(sequential) [18:23:15.828] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:15.828] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:15.828] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:15.829] | : . ' , ; ` SequentialFuture started (and completed) [18:23:15.829] | : . ' , ; ` signalConditions() ... [18:23:15.829] | : . ' , ; ` | include = 'immediateCondition' [18:23:15.829] | : . ' , ; ` | exclude = [18:23:15.829] | : . ' , ; ` | resignal = FALSE [18:23:15.830] | : . ' , ; ` | Number of conditions: 6 [18:23:15.830] | : . ' , ; ` | int 6 [18:23:15.832] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.832] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.832] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.832] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.833] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.833] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.833] | : . ' , ; ` | Drop signaled conditions: 0 [18:23:15.833] | : . ' , ; ` signalConditions() ... done [18:23:15.833] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [18:23:15.833] | : . ' , Launching futures ... done [18:23:15.834] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:15.834] | : . ' Using SequentialFutureBackend ... done [18:23:15.834] | : . run() for 'Future' ('future_lapply-1') ... done [18:23:15.834] | : future(..., label = 'future_lapply-1') ... done [18:23:15.834] | : Created future: [18:23:15.834] | : SequentialFuture: [18:23:15.834] | : Label: 'future_lapply-1' [18:23:15.834] | : Expression: [18:23:15.834] | : { [18:23:15.834] | : "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:15.834] | : "# expression in do.call(), because function called uses '...' " [18:23:15.834] | : "# as a global variable " [18:23:15.834] | : do.call(function(...) { [18:23:15.834] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:15.834] | : "# without having an '...' argument. This means '...' is treated" [18:23:15.834] | : "# as a global variable. This may happen when FUN() is an " [18:23:15.834] | : "# anonymous function. " [18:23:15.834] | : "# " [18:23:15.834] | : "# If an anonymous function, we will make sure to restore the " [18:23:15.834] | : "# function environment of FUN() to the calling environment. " [18:23:15.834] | : "# We assume FUN() an anonymous function if it lives in the " [18:23:15.834] | : "# global environment, which is where globals are written. " [18:23:15.834] | : penv <- env <- environment(...future.FUN) [18:23:15.834] | : repeat { [18:23:15.834] | : if (identical(env, globalenv()) || identical(env, [18:23:15.834] | : emptyenv())) [18:23:15.834] | : break [18:23:15.834] | : penv <- env [18:23:15.834] | : env <- parent.env(env) [18:23:15.834] | : } [18:23:15.834] | : if (identical(penv, globalenv())) { [18:23:15.834] | : environment(...future.FUN) <- environment() [18:23:15.834] | : } [18:23:15.834] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:15.834] | : !isNamespace(penv)) { [18:23:15.834] | : parent.env(penv) <- environment() [18:23:15.834] | : } [18:23:15.834] | : rm(list = c("env", "penv"), inherits = FALSE) [18:23:15.834] | : { [18:23:15.834] | : "# future.apply:::future_xapply(): preserve future option" [18:23:15.834] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:15.834] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:15.834] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:15.834] | : on.exit(options(oopts), add = TRUE) [18:23:15.834] | : } [18:23:15.834] | : { [18:23:15.834] | : "# future.apply::future_lapply(): process chunk of elements" [18:23:15.834] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:15.834] | : ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:15.834] | : { [18:23:15.834] | : ...future.FUN(...future.X_jj, ...) [18:23:15.834] | : } [18:23:15.834] | : }) [18:23:15.834] | : } [18:23:15.834] | : } [18:23:15.834] | : }, args = future.call.arguments) [18:23:15.834] | : } [18:23:15.834] | : Globals: 5 objects totaling 3.85 KiB (function '...future.FUN' of 200 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) [18:23:15.834] | : Packages: [18:23:15.834] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:15.834] | : Capture standard output: NA [18:23:15.834] | : Capture condition classes: 'condition' (excluding '') [18:23:15.834] | : Immediate condition classes: 'immediateCondition' [18:23:15.834] | : Lazy evaluation: FALSE [18:23:15.834] | : Local evaluation: TRUE [18:23:15.834] | : Early signaling: FALSE [18:23:15.834] | : Actions: [n=1] 'run' [18:23:15.834] | : State: 'finished' ("Future was resolved successfully") [18:23:15.834] | : Resolved: TRUE [18:23:15.834] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-3 [18:23:15.834] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:15.834] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:15.834] | : Value: 55 bytes of class 'list' [18:23:15.834] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [18:23:15.834] | : Duration: 0.5333459 secs (started 2026-01-18 18:23:15.283683) [18:23:15.834] | : Worker process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:15.837] | : Chunk #1 of 1 ... DONE [18:23:15.837] | : Launching 1 futures (chunks) ... DONE [18:23:15.837] | : Resolving 1 futures (chunks) ... [18:23:15.837] | : value() for list ... [18:23:15.837] | : . recursive: 0 [18:23:15.837] | : . reduce: FALSE [18:23:15.838] | : . length: 1 [18:23:15.838] | : . Number of remaining objects: 1 [18:23:15.838] | : . checking value #1: [18:23:15.838] | : . 'obj' is SequentialFuture [18:23:15.838] | : . resolved() ... [18:23:15.839] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... [18:23:15.839] | : . ' , state: 'finished' [18:23:15.839] | : . ' , run: NULL [18:23:15.839] | : . ' , result: 'FutureResult' [18:23:15.839] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... done [18:23:15.840] | : . resolved() ... done [18:23:15.840] | : . SequentialFuture #1 [18:23:15.840] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:15.840] | : . ' nx: 1 [18:23:15.840] | : . ' relay: TRUE [18:23:15.840] | : . ' stdout: TRUE [18:23:15.840] | : . ' signal: TRUE [18:23:15.841] | : . ' resignal: FALSE [18:23:15.841] | : . ' force: TRUE [18:23:15.841] | : . ' relayed: [n=1] FALSE [18:23:15.841] | : . ' queued futures: [n=1] FALSE [18:23:15.841] | : . ' until=1 [18:23:15.841] | : . ' relaying element #1 [18:23:15.842] | : . ' value() for SequentialFuture ('future_lapply-1') ... [18:23:15.842] | : . ' , signalConditions() ... [18:23:15.842] | : . ' , ; include = 'immediateCondition' [18:23:15.842] | : . ' , ; exclude = [18:23:15.842] | : . ' , ; resignal = FALSE [18:23:15.842] | : . ' , ; Number of conditions: 6 [18:23:15.843] | : . ' , ; int 6 [18:23:15.843] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.843] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.843] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.844] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.844] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.844] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.844] | : . ' , ; Drop signaled conditions: 0 [18:23:15.844] | : . ' , signalConditions() ... done [18:23:15.844] | : . ' , relay stdout ... [18:23:15.845] | : . ' , relay stdout ... done [18:23:15.845] | : . ' , check for misuse ... [18:23:15.845] | : . ' , check for misuse ... done [18:23:15.845] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [18:23:15.845] | : . ' signalConditions() ... [18:23:15.846] | : . ' , include = 'immediateCondition' [18:23:15.846] | : . ' , exclude = [18:23:15.846] | : . ' , resignal = FALSE [18:23:15.846] | : . ' , Number of conditions: 6 [18:23:15.846] | : . ' , int 6 [18:23:15.847] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.847] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.847] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.847] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.847] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.848] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.848] | : . ' , Drop signaled conditions: 0 [18:23:15.848] | : . ' signalConditions() ... done [18:23:15.848] | : . ' signalConditions() ... [18:23:15.848] | : . ' , include = 'condition' [18:23:15.849] | : . ' , exclude = 'error', 'immediateCondition' [18:23:15.849] | : . ' , resignal = TRUE [18:23:15.849] | : . ' , Number of conditions: 6 [18:23:15.849] | : . ' , int 6 [18:23:15.850] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.850] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [18:23:15.283] | : . ' , ; ` attachPackages() ... [18:23:15.850] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.850] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [18:23:15.283] | : . ' , ; ` | packages: [n=1] 'future' [18:23:15.850] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.851] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [18:23:15.284] | : . ' , ; ` attachPackages() ... done [18:23:15.851] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.851] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [18:23:15.284] | : . ' , ; ` attachPackages() ... [18:23:15.851] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.851] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [18:23:15.284] | : . ' , ; ` | packages: [n=0] [18:23:15.852] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:15.852] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [18:23:15.284] | : . ' , ; ` attachPackages() ... done [18:23:15.852] | : . ' , Drop signaled conditions: 6 [18:23:15.852] | : . ' signalConditions() ... done [18:23:15.852] | : . ' relayed: [n=1] TRUE [18:23:15.852] | : . ' queued futures: [n=1] TRUE [18:23:15.853] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:15.853] | : . value(, ...) ... [18:23:15.853] | : . value(, ...) ... done [18:23:15.853] | : . value() for SequentialFuture ('future_lapply-1') ... [18:23:15.853] | : . ' signalConditions() ... [18:23:15.853] | : . ' , include = 'immediateCondition' [18:23:15.854] | : . ' , exclude = [18:23:15.854] | : . ' , resignal = FALSE [18:23:15.854] | : . ' , Number of conditions: 0 [18:23:15.854] | : . ' , int 0 [18:23:15.855] | : . ' signalConditions() ... done [18:23:15.855] | : . ' check for misuse ... [18:23:15.855] | : . ' check for misuse ... done [18:23:15.855] | : . value() for SequentialFuture ('future_lapply-1') ... done [18:23:15.855] | : . value: [18:23:15.855] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:15.856] | : . ' nx: 1 [18:23:15.856] | : . ' relay: TRUE [18:23:15.856] | : . ' stdout: TRUE [18:23:15.856] | : . ' signal: TRUE [18:23:15.856] | : . ' resignal: FALSE [18:23:15.856] | : . ' force: TRUE [18:23:15.857] | : . ' relayed: [n=1] TRUE [18:23:15.857] | : . ' queued futures: [n=1] TRUE [18:23:15.857] | : . ' until=1 [18:23:15.857] | : . ' relayed: [n=1] TRUE [18:23:15.857] | : . ' queued futures: [n=1] TRUE [18:23:15.857] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:15.858] | : . resolve() for SequentialFuture ... [18:23:15.858] | : . resolve() for SequentialFuture ... done [18:23:15.858] | : . length: 0 (resolved future 1) [18:23:15.858] | : value() for list ... done [18:23:15.858] | : Relaying remaining futures ... [18:23:15.858] | : . signalConditionsASAP(NULL, pos=0) ... [18:23:15.859] | : . ' nx: 1 [18:23:15.859] | : . ' relay: TRUE [18:23:15.859] | : . ' stdout: TRUE [18:23:15.859] | : . ' signal: TRUE [18:23:15.859] | : . ' resignal: FALSE [18:23:15.859] | : . ' force: TRUE [18:23:15.860] | : . ' relayed: [n=1] TRUE [18:23:15.860] | : . ' queued futures: [n=1] TRUE - flush all [18:23:15.860] | : . ' relayed: [n=1] TRUE [18:23:15.860] | : . ' queued futures: [n=1] TRUE [18:23:15.860] | : . signalConditionsASAP(NULL, pos=0) ... done [18:23:15.860] | : Relaying remaining futures ... done [18:23:15.861] | future_lapply() -> future_xapply() ... done [18:23:15.861] | - Number of value chunks collected: 1 [18:23:15.861] | Resolving 1 futures (chunks) ... DONE [18:23:15.861] | Reducing values from 1 chunks ... [18:23:15.861] | - Number of values collected after concatenation: 2 [18:23:15.861] | - Number of values expected: 2 [18:23:15.862] | Reducing values from 1 chunks ... DONE [18:23:15.862] future_lapply() ... done * future_lapply(x, ..., future.stdout = NA) ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... [18:23:15.863] future_mapply() ... [18:23:15.863] | future_mapply() -> future_xapply() ... [18:23:15.864] | : nbrOfWorkers(NULL) ... [18:23:15.864] | : . List of 4 [18:23:15.864] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:15.864] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:15.864] | : . $ : language nbrOfWorkers() [18:23:15.864] | : . $ : language nbrOfWorkers.NULL() [18:23:15.866] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:15.866] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:15.866] | : . Number of workers: 1 [18:23:15.866] | : nbrOfWorkers(NULL) ... done [18:23:15.866] | : Number of chunks: 1 [18:23:15.867] | : getGlobalsAndPackagesXApply() ... [18:23:15.867] | : . future.globals: TRUE [18:23:15.867] | : . getGlobalsAndPackages() ... [18:23:15.867] | : . ' Searching for globals ... [18:23:15.877] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [18:23:15.877] | : . ' Searching for globals ... done [18:23:15.878] | : . ' Resolving globals: FALSE [18:23:15.878] | : . ' Search for packages associated with the globals ... [18:23:15.878] | : . ' , Packages associated with globals: [1] 'base' [18:23:15.879] | : . ' , Packages: [1] 'base' [18:23:15.879] | : . ' Search for packages associated with the globals ... done [18:23:15.879] | : . ' The total size of the 1 globals is 265 bytes (265 bytes) [18:23:15.879] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 265 bytes There is one global: 'FUN' (265 bytes of class 'function') [18:23:15.880] | : . ' Packages after dropping 'base': [0] [18:23:15.880] | : . ' globals: [1] 'FUN' [18:23:15.880] | : . ' packages: [0] [18:23:15.880] | : . getGlobalsAndPackages() ... done [18:23:15.880] | : . globals found/used: [n=1] 'FUN' [18:23:15.880] | : . needed namespaces: [n=0] [18:23:15.881] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [18:23:15.881] | : . List of 2 [18:23:15.881] | : . $ ...future.FUN:function (x, y) [18:23:15.881] | : . $ MoreArgs : NULL [18:23:15.881] | : . - attr(*, "where")=List of 2 [18:23:15.881] | : . ..$ ...future.FUN: [18:23:15.881] | : . ..$ MoreArgs : [18:23:15.881] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:15.881] | : . - attr(*, "resolved")= logi FALSE [18:23:15.881] | : . - attr(*, "total_size")= num NA [18:23:15.884] | : . Packages to be attached in all futures: [n=0] [18:23:15.884] | : getGlobalsAndPackagesXApply() ... done [18:23:15.885] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:15.885] | : List of 5 [18:23:15.885] | : $ ...future.FUN :function (x, y) [18:23:15.885] | : $ MoreArgs : NULL [18:23:15.885] | : $ ...future.elements_ii : NULL [18:23:15.885] | : $ ...future.seeds_ii : NULL [18:23:15.885] | : $ ...future.globals.maxSize: NULL [18:23:15.885] | : - attr(*, "where")=List of 5 [18:23:15.885] | : ..$ ...future.FUN : [18:23:15.885] | : ..$ MoreArgs : [18:23:15.885] | : ..$ ...future.elements_ii : [18:23:15.885] | : ..$ ...future.seeds_ii : [18:23:15.885] | : ..$ ...future.globals.maxSize: [18:23:15.885] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:15.885] | : - attr(*, "resolved")= logi FALSE [18:23:15.885] | : - attr(*, "total_size")= num NA [18:23:15.889] | : Number of futures (= number of chunks): 1 [18:23:15.890] | : Launching 1 futures (chunks) ... [18:23:15.890] | : Chunk #1 of 1 ... [18:23:15.890] | : - Finding globals in '...' for chunk #1 ... [18:23:15.890] | : getGlobalsAndPackages() ... [18:23:15.890] | : . Searching for globals ... [18:23:15.891] | : . ' globals found: [0] [18:23:15.891] | : . Searching for globals ... done [18:23:15.891] | : . globals: [0] [18:23:15.892] | : . packages: [0] [18:23:15.892] | : getGlobalsAndPackages() ... done [18:23:15.892] | : + additional globals found: [n=0] [18:23:15.892] | : + additional namespaces needed: [n=0] [18:23:15.892] | : - Finding globals in '...' for chunk #1 ... DONE [18:23:15.892] | : - seeds: [18:23:15.893] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:15.893] | : future(..., label = 'future_mapply-1') ... [18:23:15.893] | : . lazy: FALSE [18:23:15.893] | : . stdout: FALSE [18:23:15.893] | : . conditions: [n=1] 'condition' [18:23:15.893] | : . getGlobalsAndPackages() ... [18:23:15.894] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:15.894] | : . ' Resolving globals: FALSE [18:23:15.894] | : . ' Search for packages associated with the globals ... [18:23:15.894] | : . ' , Packages associated with globals: [0] [18:23:15.895] | : . ' , Packages: [0] [18:23:15.895] | : . ' Search for packages associated with the globals ... done [18:23:15.895] | : . ' Packages after dropping 'base': [0] [18:23:15.895] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:15.895] | : . ' packages: [0] [18:23:15.896] | : . getGlobalsAndPackages() ... done [18:23:15.896] | : . run() for 'Future' ('future_mapply-1') ... [18:23:15.896] | : . ' state: 'created' [18:23:15.896] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:15.897] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:15.897] | : . ' Using SequentialFutureBackend ... [18:23:15.897] | : . ' , Number of futures since start: 3 (3 created, 3 launched, 3 finished) [18:23:15.897] | : . ' , Launching futures ... [18:23:15.897] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [18:23:15.897] | : . ' , ; ` getFutureData() ... [18:23:15.898] | : . ' , ; ` | getFutureCore() ... [18:23:15.898] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [18:23:15.898] | : . ' , ; ` | getFutureCore() ... done [18:23:15.898] | : . ' , ; ` | getFutureCapture() ... [18:23:15.898] | : . ' , ; ` | getFutureCapture() ... done [18:23:15.899] | : . ' , ; ` | getFutureContext() ... [18:23:15.899] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:15.899] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [18:23:15.899] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:15.899] | : . ' , ; ` | : Packages needed by future backend (n = 0): [18:23:15.900] | : . ' , ; ` | getFutureContext() ... done [18:23:15.900] | : . ' , ; ` getFutureData() ... done [18:23:15.902] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:15.902] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [18:23:15.902] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:15.902] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:15.903] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:15.903] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [18:23:15.903] | : . ' , ; ` | : . New stack: [18:23:15.903] | : . ' , ; ` | : . List of 1 [18:23:15.903] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:15.903] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.903] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [18:23:15.903] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.903] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.903] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.903] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:15.903] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:15.906] | : . ' , ; ` | : . Old stack: [18:23:15.907] | : . ' , ; ` | : . List of 1 [18:23:15.907] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:15.907] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.907] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [18:23:15.907] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.907] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.907] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.907] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [18:23:15.907] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:15.907] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.907] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.907] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:15.911] | : . ' , ; ` | : . Not identical [18:23:15.911] | : . ' , ; ` | : . all.equal() for future ... [18:23:15.911] | : . ' , ; ` | : . ' List of 2 [18:23:15.911] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.911] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:15.911] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.911] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:15.911] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:15.911] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:15.911] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:15.917] | : . ' , ; ` | : . all.equal() for future ... done [18:23:15.918] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [18:23:15.918] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:15.918] | : . ' , ; ` | : List of future strategies: [18:23:15.918] | : . ' , ; ` | : 1. sequential: [18:23:15.918] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [18:23:15.918] | : . ' , ; ` | : - tweaked: FALSE [18:23:15.918] | : . ' , ; ` | : - call: plan(sequential) [18:23:15.919] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:15.919] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:15.919] | : . ' , ; ` assign_globals() ... [18:23:15.919] | : . ' , ; ` List of 5 [18:23:15.919] | : . ' , ; ` $ ...future.FUN :function (x, y) [18:23:15.919] | : . ' , ; ` $ MoreArgs : NULL [18:23:15.919] | : . ' , ; ` $ ...future.elements_ii :List of 2 [18:23:15.919] | : . ' , ; ` ..$ :List of 2 [18:23:15.919] | : . ' , ; ` .. ..$ : int 1 [18:23:15.919] | : . ' , ; ` .. ..$ : int 0 [18:23:15.919] | : . ' , ; ` ..$ :List of 2 [18:23:15.919] | : . ' , ; ` .. ..$ : int 0 [18:23:15.919] | : . ' , ; ` .. ..$ : int 1 [18:23:15.919] | : . ' , ; ` $ ...future.seeds_ii : NULL [18:23:15.919] | : . ' , ; ` $ ...future.globals.maxSize: NULL [18:23:15.919] | : . ' , ; ` - attr(*, "where")=List of 5 [18:23:15.919] | : . ' , ; ` ..$ ...future.FUN : [18:23:15.919] | : . ' , ; ` ..$ MoreArgs : [18:23:15.919] | : . ' , ; ` ..$ ...future.elements_ii : [18:23:15.919] | : . ' , ; ` ..$ ...future.seeds_ii : [18:23:15.919] | : . ' , ; ` ..$ ...future.globals.maxSize: [18:23:15.919] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [18:23:15.919] | : . ' , ; ` - attr(*, "total_size")= num NA [18:23:15.919] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:15.919] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [18:23:15.927] | : . ' , ; ` - copied '...future.FUN' to environment [18:23:15.927] | : . ' , ; ` - copied 'MoreArgs' to environment [18:23:15.927] | : . ' , ; ` - copied '...future.elements_ii' to environment [18:23:15.927] | : . ' , ; ` - copied '...future.seeds_ii' to environment [18:23:15.927] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [18:23:15.927] | : . ' , ; ` assign_globals() ... done [18:23:16.446] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:16.446] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:16.446] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:16.447] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [18:23:16.447] | : . ' , ; ` | : . ' New stack: [18:23:16.447] | : . ' , ; ` | : . ' List of 1 [18:23:16.447] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:16.447] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:16.447] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:16.447] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:16.447] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.447] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.447] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:16.447] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:16.447] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:16.447] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.447] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:16.451] | : . ' , ; ` | : . ' Old stack: [18:23:16.451] | : . ' , ; ` | : . ' List of 1 [18:23:16.451] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:16.451] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:16.451] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:16.451] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:16.451] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.451] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.451] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:16.451] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:16.451] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:16.451] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.451] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:16.455] | : . ' , ; ` | : . ' Identical [18:23:16.455] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [18:23:16.455] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:16.456] | : . ' , ; ` | : . List of future strategies: [18:23:16.456] | : . ' , ; ` | : . 1. sequential: [18:23:16.456] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [18:23:16.456] | : . ' , ; ` | : . - tweaked: FALSE [18:23:16.456] | : . ' , ; ` | : . - call: plan(sequential) [18:23:16.456] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:16.456] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:16.457] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:16.457] | : . ' , ; ` SequentialFuture started (and completed) [18:23:16.457] | : . ' , ; ` signalConditions() ... [18:23:16.458] | : . ' , ; ` | include = 'immediateCondition' [18:23:16.458] | : . ' , ; ` | exclude = [18:23:16.458] | : . ' , ; ` | resignal = FALSE [18:23:16.458] | : . ' , ; ` | Number of conditions: 6 [18:23:16.458] | : . ' , ; ` | int 6 [18:23:16.459] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.459] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.459] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.459] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.459] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.460] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.460] | : . ' , ; ` | Drop signaled conditions: 0 [18:23:16.460] | : . ' , ; ` signalConditions() ... done [18:23:16.460] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [18:23:16.460] | : . ' , Launching futures ... done [18:23:16.461] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:16.461] | : . ' Using SequentialFutureBackend ... done [18:23:16.461] | : . run() for 'Future' ('future_mapply-1') ... done [18:23:16.461] | : future(..., label = 'future_mapply-1') ... done [18:23:16.461] | : Created future: [18:23:16.461] | : SequentialFuture: [18:23:16.461] | : Label: 'future_mapply-1' [18:23:16.461] | : Expression: [18:23:16.461] | : { [18:23:16.461] | : "# future.apply:::future_xapply(): preserve future option" [18:23:16.461] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:16.461] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:16.461] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:16.461] | : on.exit(options(oopts), add = TRUE) [18:23:16.461] | : } [18:23:16.461] | : { [18:23:16.461] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [18:23:16.461] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [18:23:16.461] | : do.call(mapply, args = args) [18:23:16.461] | : } [18:23:16.461] | : } [18:23:16.461] | : Globals: 5 objects totaling 4.48 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) [18:23:16.461] | : Packages: [18:23:16.461] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:16.461] | : Capture standard output: FALSE [18:23:16.461] | : Capture condition classes: 'condition' (excluding '') [18:23:16.461] | : Immediate condition classes: 'immediateCondition' [18:23:16.461] | : Lazy evaluation: FALSE [18:23:16.461] | : Local evaluation: TRUE [18:23:16.461] | : Early signaling: FALSE [18:23:16.461] | : Actions: [n=1] 'run' [18:23:16.461] | : State: 'finished' ("Future was resolved successfully") [18:23:16.461] | : Resolved: TRUE [18:23:16.461] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-4 [18:23:16.461] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:16.461] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:16.461] | : Value: 184 bytes of class 'list' [18:23:16.461] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [18:23:16.461] | : Duration: 0.5452659 secs (started 2026-01-18 18:23:15.900491) [18:23:16.461] | : Worker process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:16.463] | : Chunk #1 of 1 ... DONE [18:23:16.463] | : Launching 1 futures (chunks) ... DONE [18:23:16.463] | : Resolving 1 futures (chunks) ... [18:23:16.463] | : value() for list ... [18:23:16.464] | : . recursive: 0 [18:23:16.464] | : . reduce: FALSE [18:23:16.464] | : . length: 1 [18:23:16.464] | : . Number of remaining objects: 1 [18:23:16.464] | : . checking value #1: [18:23:16.465] | : . 'obj' is SequentialFuture [18:23:16.465] | : . resolved() ... [18:23:16.465] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... [18:23:16.465] | : . ' , state: 'finished' [18:23:16.465] | : . ' , run: NULL [18:23:16.465] | : . ' , result: 'FutureResult' [18:23:16.466] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... done [18:23:16.466] | : . resolved() ... done [18:23:16.466] | : . SequentialFuture #1 [18:23:16.466] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:16.466] | : . ' nx: 1 [18:23:16.466] | : . ' relay: TRUE [18:23:16.467] | : . ' stdout: TRUE [18:23:16.467] | : . ' signal: TRUE [18:23:16.467] | : . ' resignal: FALSE [18:23:16.467] | : . ' force: TRUE [18:23:16.467] | : . ' relayed: [n=1] FALSE [18:23:16.467] | : . ' queued futures: [n=1] FALSE [18:23:16.468] | : . ' until=1 [18:23:16.468] | : . ' relaying element #1 [18:23:16.468] | : . ' value() for SequentialFuture ('future_mapply-1') ... [18:23:16.468] | : . ' , signalConditions() ... [18:23:16.468] | : . ' , ; include = 'immediateCondition' [18:23:16.468] | : . ' , ; exclude = [18:23:16.469] | : . ' , ; resignal = FALSE [18:23:16.469] | : . ' , ; Number of conditions: 6 [18:23:16.469] | : . ' , ; int 6 [18:23:16.469] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.470] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.470] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.470] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.470] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.470] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.470] | : . ' , ; Drop signaled conditions: 0 [18:23:16.471] | : . ' , signalConditions() ... done [18:23:16.471] | : . ' , relay stdout ... [18:23:16.471] | : . ' , relay stdout ... done [18:23:16.471] | : . ' , check for misuse ... [18:23:16.472] | : . ' , check for misuse ... done [18:23:16.472] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [18:23:16.472] | : . ' signalConditions() ... [18:23:16.472] | : . ' , include = 'immediateCondition' [18:23:16.472] | : . ' , exclude = [18:23:16.472] | : . ' , resignal = FALSE [18:23:16.473] | : . ' , Number of conditions: 6 [18:23:16.473] | : . ' , int 6 [18:23:16.473] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.473] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.474] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.474] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.474] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.474] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.474] | : . ' , Drop signaled conditions: 0 [18:23:16.474] | : . ' signalConditions() ... done [18:23:16.475] | : . ' signalConditions() ... [18:23:16.475] | : . ' , include = 'condition' [18:23:16.475] | : . ' , exclude = 'error', 'immediateCondition' [18:23:16.475] | : . ' , resignal = TRUE [18:23:16.475] | : . ' , Number of conditions: 6 [18:23:16.475] | : . ' , int 6 [18:23:16.476] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.476] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [18:23:15.900] | : . ' , ; ` attachPackages() ... [18:23:16.476] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.477] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [18:23:15.900] | : . ' , ; ` | packages: [n=1] 'future' [18:23:16.477] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.477] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [18:23:15.901] | : . ' , ; ` attachPackages() ... done [18:23:16.477] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.477] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [18:23:15.901] | : . ' , ; ` attachPackages() ... [18:23:16.478] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.478] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [18:23:15.901] | : . ' , ; ` | packages: [n=0] [18:23:16.478] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:16.478] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [18:23:15.901] | : . ' , ; ` attachPackages() ... done [18:23:16.478] | : . ' , Drop signaled conditions: 6 [18:23:16.478] | : . ' signalConditions() ... done [18:23:16.479] | : . ' relayed: [n=1] TRUE [18:23:16.479] | : . ' queued futures: [n=1] TRUE [18:23:16.479] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:16.479] | : . value(, ...) ... [18:23:16.479] | : . value(, ...) ... done [18:23:16.479] | : . value() for SequentialFuture ('future_mapply-1') ... [18:23:16.480] | : . ' signalConditions() ... [18:23:16.480] | : . ' , include = 'immediateCondition' [18:23:16.480] | : . ' , exclude = [18:23:16.480] | : . ' , resignal = FALSE [18:23:16.480] | : . ' , Number of conditions: 0 [18:23:16.480] | : . ' , int 0 [18:23:16.481] | : . ' signalConditions() ... done [18:23:16.481] | : . ' check for misuse ... [18:23:16.481] | : . ' check for misuse ... done [18:23:16.482] | : . value() for SequentialFuture ('future_mapply-1') ... done [18:23:16.482] | : . value: [18:23:16.482] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:16.482] | : . ' nx: 1 [18:23:16.482] | : . ' relay: TRUE [18:23:16.482] | : . ' stdout: TRUE [18:23:16.482] | : . ' signal: TRUE [18:23:16.483] | : . ' resignal: FALSE [18:23:16.483] | : . ' force: TRUE [18:23:16.483] | : . ' relayed: [n=1] TRUE [18:23:16.483] | : . ' queued futures: [n=1] TRUE [18:23:16.483] | : . ' until=1 [18:23:16.483] | : . ' relayed: [n=1] TRUE [18:23:16.484] | : . ' queued futures: [n=1] TRUE [18:23:16.484] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:16.484] | : . resolve() for SequentialFuture ... [18:23:16.484] | : . resolve() for SequentialFuture ... done [18:23:16.484] | : . length: 0 (resolved future 1) [18:23:16.485] | : value() for list ... done [18:23:16.485] | : Relaying remaining futures ... [18:23:16.485] | : . signalConditionsASAP(NULL, pos=0) ... [18:23:16.485] | : . ' nx: 1 [18:23:16.485] | : . ' relay: TRUE [18:23:16.485] | : . ' stdout: TRUE [18:23:16.485] | : . ' signal: TRUE [18:23:16.486] | : . ' resignal: FALSE [18:23:16.486] | : . ' force: TRUE [18:23:16.486] | : . ' relayed: [n=1] TRUE [18:23:16.486] | : . ' queued futures: [n=1] TRUE - flush all [18:23:16.486] | : . ' relayed: [n=1] TRUE [18:23:16.486] | : . ' queued futures: [n=1] TRUE [18:23:16.487] | : . signalConditionsASAP(NULL, pos=0) ... done [18:23:16.487] | : Relaying remaining futures ... done [18:23:16.487] | future_mapply() -> future_xapply() ... done [18:23:16.487] | - Number of value chunks collected: 1 [18:23:16.487] | Resolving 1 futures (chunks) ... DONE [18:23:16.488] | Reducing values from 1 chunks ... [18:23:16.488] | - Number of values collected after concatenation: 2 [18:23:16.488] | - Number of values expected: 2 [18:23:16.488] | Reducing values from 1 chunks ... DONE [18:23:16.488] future_mapply() ... done * future_mapply(x, ..., future.stdout = FALSE) ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... [18:23:16.489] future_mapply() ... [18:23:16.489] | future_mapply() -> future_xapply() ... [18:23:16.490] | : nbrOfWorkers(NULL) ... [18:23:16.490] | : . List of 4 [18:23:16.490] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:16.490] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:16.490] | : . $ : language nbrOfWorkers() [18:23:16.490] | : . $ : language nbrOfWorkers.NULL() [18:23:16.492] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:16.492] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:16.492] | : . Number of workers: 1 [18:23:16.492] | : nbrOfWorkers(NULL) ... done [18:23:16.493] | : Number of chunks: 1 [18:23:16.493] | : getGlobalsAndPackagesXApply() ... [18:23:16.493] | : . future.globals: TRUE [18:23:16.493] | : . getGlobalsAndPackages() ... [18:23:16.493] | : . ' Searching for globals ... [18:23:16.504] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [18:23:16.504] | : . ' Searching for globals ... done [18:23:16.505] | : . ' Resolving globals: FALSE [18:23:16.505] | : . ' Search for packages associated with the globals ... [18:23:16.505] | : . ' , Packages associated with globals: [1] 'base' [18:23:16.506] | : . ' , Packages: [1] 'base' [18:23:16.506] | : . ' Search for packages associated with the globals ... done [18:23:16.506] | : . ' The total size of the 1 globals is 265 bytes (265 bytes) [18:23:16.507] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 265 bytes There is one global: 'FUN' (265 bytes of class 'function') [18:23:16.507] | : . ' Packages after dropping 'base': [0] [18:23:16.507] | : . ' globals: [1] 'FUN' [18:23:16.508] | : . ' packages: [0] [18:23:16.508] | : . getGlobalsAndPackages() ... done [18:23:16.508] | : . globals found/used: [n=1] 'FUN' [18:23:16.508] | : . needed namespaces: [n=0] [18:23:16.508] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [18:23:16.509] | : . List of 2 [18:23:16.509] | : . $ ...future.FUN:function (x, y) [18:23:16.509] | : . $ MoreArgs : NULL [18:23:16.509] | : . - attr(*, "where")=List of 2 [18:23:16.509] | : . ..$ ...future.FUN: [18:23:16.509] | : . ..$ MoreArgs : [18:23:16.509] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:16.509] | : . - attr(*, "resolved")= logi FALSE [18:23:16.509] | : . - attr(*, "total_size")= num NA [18:23:16.512] | : . Packages to be attached in all futures: [n=0] [18:23:16.512] | : getGlobalsAndPackagesXApply() ... done [18:23:16.513] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:16.513] | : List of 5 [18:23:16.513] | : $ ...future.FUN :function (x, y) [18:23:16.513] | : $ MoreArgs : NULL [18:23:16.513] | : $ ...future.elements_ii : NULL [18:23:16.513] | : $ ...future.seeds_ii : NULL [18:23:16.513] | : $ ...future.globals.maxSize: NULL [18:23:16.513] | : - attr(*, "where")=List of 5 [18:23:16.513] | : ..$ ...future.FUN : [18:23:16.513] | : ..$ MoreArgs : [18:23:16.513] | : ..$ ...future.elements_ii : [18:23:16.513] | : ..$ ...future.seeds_ii : [18:23:16.513] | : ..$ ...future.globals.maxSize: [18:23:16.513] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:16.513] | : - attr(*, "resolved")= logi FALSE [18:23:16.513] | : - attr(*, "total_size")= num NA [18:23:16.518] | : Number of futures (= number of chunks): 1 [18:23:16.518] | : Launching 1 futures (chunks) ... [18:23:16.518] | : Chunk #1 of 1 ... [18:23:16.518] | : - Finding globals in '...' for chunk #1 ... [18:23:16.519] | : getGlobalsAndPackages() ... [18:23:16.519] | : . Searching for globals ... [18:23:16.520] | : . ' globals found: [0] [18:23:16.520] | : . Searching for globals ... done [18:23:16.520] | : . globals: [0] [18:23:16.520] | : . packages: [0] [18:23:16.520] | : getGlobalsAndPackages() ... done [18:23:16.520] | : + additional globals found: [n=0] [18:23:16.521] | : + additional namespaces needed: [n=0] [18:23:16.521] | : - Finding globals in '...' for chunk #1 ... DONE [18:23:16.521] | : - seeds: [18:23:16.521] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:16.521] | : future(..., label = 'future_mapply-1') ... [18:23:16.521] | : . lazy: FALSE [18:23:16.522] | : . stdout: TRUE [18:23:16.522] | : . conditions: [n=1] 'condition' [18:23:16.522] | : . getGlobalsAndPackages() ... [18:23:16.522] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:16.522] | : . ' Resolving globals: FALSE [18:23:16.523] | : . ' Search for packages associated with the globals ... [18:23:16.523] | : . ' , Packages associated with globals: [0] [18:23:16.523] | : . ' , Packages: [0] [18:23:16.523] | : . ' Search for packages associated with the globals ... done [18:23:16.524] | : . ' Packages after dropping 'base': [0] [18:23:16.524] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:16.524] | : . ' packages: [0] [18:23:16.524] | : . getGlobalsAndPackages() ... done [18:23:16.525] | : . run() for 'Future' ('future_mapply-1') ... [18:23:16.525] | : . ' state: 'created' [18:23:16.525] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:16.525] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:16.525] | : . ' Using SequentialFutureBackend ... [18:23:16.526] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [18:23:16.526] | : . ' , Launching futures ... [18:23:16.526] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [18:23:16.526] | : . ' , ; ` getFutureData() ... [18:23:16.526] | : . ' , ; ` | getFutureCore() ... [18:23:16.526] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [18:23:16.527] | : . ' , ; ` | getFutureCore() ... done [18:23:16.527] | : . ' , ; ` | getFutureCapture() ... [18:23:16.527] | : . ' , ; ` | getFutureCapture() ... done [18:23:16.527] | : . ' , ; ` | getFutureContext() ... [18:23:16.527] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:16.528] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [18:23:16.528] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:16.528] | : . ' , ; ` | : Packages needed by future backend (n = 0): [18:23:16.528] | : . ' , ; ` | getFutureContext() ... done [18:23:16.528] | : . ' , ; ` getFutureData() ... done [18:23:16.530] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:16.530] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [18:23:16.531] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:16.531] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:16.531] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:16.531] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [18:23:16.532] | : . ' , ; ` | : . New stack: [18:23:16.532] | : . ' , ; ` | : . List of 1 [18:23:16.532] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:16.532] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:16.532] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [18:23:16.532] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:16.532] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.532] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.532] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:16.532] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:16.535] | : . ' , ; ` | : . Old stack: [18:23:16.535] | : . ' , ; ` | : . List of 1 [18:23:16.535] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:16.535] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:16.535] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [18:23:16.535] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:16.535] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.535] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.535] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [18:23:16.535] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:16.535] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:16.535] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.535] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:16.539] | : . ' , ; ` | : . Not identical [18:23:16.539] | : . ' , ; ` | : . all.equal() for future ... [18:23:16.540] | : . ' , ; ` | : . ' List of 2 [18:23:16.540] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:16.540] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:16.540] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:16.540] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:16.540] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:16.540] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:16.540] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:16.548] | : . ' , ; ` | : . all.equal() for future ... done [18:23:16.548] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [18:23:16.549] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:16.549] | : . ' , ; ` | : List of future strategies: [18:23:16.549] | : . ' , ; ` | : 1. sequential: [18:23:16.549] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [18:23:16.549] | : . ' , ; ` | : - tweaked: FALSE [18:23:16.549] | : . ' , ; ` | : - call: plan(sequential) [18:23:16.549] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:16.550] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:16.550] | : . ' , ; ` assign_globals() ... [18:23:16.550] | : . ' , ; ` List of 5 [18:23:16.550] | : . ' , ; ` $ ...future.FUN :function (x, y) [18:23:16.550] | : . ' , ; ` $ MoreArgs : NULL [18:23:16.550] | : . ' , ; ` $ ...future.elements_ii :List of 2 [18:23:16.550] | : . ' , ; ` ..$ :List of 2 [18:23:16.550] | : . ' , ; ` .. ..$ : int 1 [18:23:16.550] | : . ' , ; ` .. ..$ : int 0 [18:23:16.550] | : . ' , ; ` ..$ :List of 2 [18:23:16.550] | : . ' , ; ` .. ..$ : int 0 [18:23:16.550] | : . ' , ; ` .. ..$ : int 1 [18:23:16.550] | : . ' , ; ` $ ...future.seeds_ii : NULL [18:23:16.550] | : . ' , ; ` $ ...future.globals.maxSize: NULL [18:23:16.550] | : . ' , ; ` - attr(*, "where")=List of 5 [18:23:16.550] | : . ' , ; ` ..$ ...future.FUN : [18:23:16.550] | : . ' , ; ` ..$ MoreArgs : [18:23:16.550] | : . ' , ; ` ..$ ...future.elements_ii : [18:23:16.550] | : . ' , ; ` ..$ ...future.seeds_ii : [18:23:16.550] | : . ' , ; ` ..$ ...future.globals.maxSize: [18:23:16.550] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [18:23:16.550] | : . ' , ; ` - attr(*, "total_size")= num NA [18:23:16.550] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:16.550] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [18:23:16.558] | : . ' , ; ` - copied '...future.FUN' to environment [18:23:16.558] | : . ' , ; ` - copied 'MoreArgs' to environment [18:23:16.558] | : . ' , ; ` - copied '...future.elements_ii' to environment [18:23:16.558] | : . ' , ; ` - copied '...future.seeds_ii' to environment [18:23:16.558] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [18:23:16.559] | : . ' , ; ` assign_globals() ... done [18:23:17.067] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:17.068] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:17.068] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:17.068] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [18:23:17.068] | : . ' , ; ` | : . ' New stack: [18:23:17.068] | : . ' , ; ` | : . ' List of 1 [18:23:17.068] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:17.068] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:17.068] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:17.068] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.068] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.068] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.068] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:17.068] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:17.068] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.068] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.068] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:17.073] | : . ' , ; ` | : . ' Old stack: [18:23:17.073] | : . ' , ; ` | : . ' List of 1 [18:23:17.073] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:17.073] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:17.073] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:17.073] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.073] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.073] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.073] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:17.073] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:17.073] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.073] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.073] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:17.077] | : . ' , ; ` | : . ' Identical [18:23:17.077] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [18:23:17.077] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:17.077] | : . ' , ; ` | : . List of future strategies: [18:23:17.077] | : . ' , ; ` | : . 1. sequential: [18:23:17.077] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [18:23:17.077] | : . ' , ; ` | : . - tweaked: FALSE [18:23:17.077] | : . ' , ; ` | : . - call: plan(sequential) [18:23:17.078] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:17.078] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:17.078] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:17.079] | : . ' , ; ` SequentialFuture started (and completed) [18:23:17.079] | : . ' , ; ` signalConditions() ... [18:23:17.079] | : . ' , ; ` | include = 'immediateCondition' [18:23:17.079] | : . ' , ; ` | exclude = [18:23:17.080] | : . ' , ; ` | resignal = FALSE [18:23:17.080] | : . ' , ; ` | Number of conditions: 6 [18:23:17.080] | : . ' , ; ` | int 6 [18:23:17.081] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.081] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.081] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.081] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.081] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.081] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.082] | : . ' , ; ` | Drop signaled conditions: 0 [18:23:17.082] | : . ' , ; ` signalConditions() ... done [18:23:17.082] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [18:23:17.082] | : . ' , Launching futures ... done [18:23:17.082] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:17.082] | : . ' Using SequentialFutureBackend ... done [18:23:17.083] | : . run() for 'Future' ('future_mapply-1') ... done [18:23:17.083] | : future(..., label = 'future_mapply-1') ... done [18:23:17.083] | : Created future: [18:23:17.083] | : SequentialFuture: [18:23:17.083] | : Label: 'future_mapply-1' [18:23:17.083] | : Expression: [18:23:17.083] | : { [18:23:17.083] | : "# future.apply:::future_xapply(): preserve future option" [18:23:17.083] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:17.083] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:17.083] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:17.083] | : on.exit(options(oopts), add = TRUE) [18:23:17.083] | : } [18:23:17.083] | : { [18:23:17.083] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [18:23:17.083] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [18:23:17.083] | : do.call(mapply, args = args) [18:23:17.083] | : } [18:23:17.083] | : } [18:23:17.083] | : Globals: 5 objects totaling 4.48 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) [18:23:17.083] | : Packages: [18:23:17.083] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:17.083] | : Capture standard output: TRUE [18:23:17.083] | : Capture condition classes: 'condition' (excluding '') [18:23:17.083] | : Immediate condition classes: 'immediateCondition' [18:23:17.083] | : Lazy evaluation: FALSE [18:23:17.083] | : Local evaluation: TRUE [18:23:17.083] | : Early signaling: FALSE [18:23:17.083] | : Actions: [n=1] 'run' [18:23:17.083] | : State: 'finished' ("Future was resolved successfully") [18:23:17.083] | : Resolved: TRUE [18:23:17.083] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-5 [18:23:17.083] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:17.083] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:17.083] | : Value: 184 bytes of class 'list' [18:23:17.083] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [18:23:17.083] | : Duration: 0.5381901 secs (started 2026-01-18 18:23:16.528986) [18:23:17.083] | : Worker process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:17.085] | : Chunk #1 of 1 ... DONE [18:23:17.085] | : Launching 1 futures (chunks) ... DONE [18:23:17.085] | : Resolving 1 futures (chunks) ... [18:23:17.085] | : value() for list ... [18:23:17.085] | : . recursive: 0 [18:23:17.085] | : . reduce: FALSE [18:23:17.086] | : . length: 1 [18:23:17.086] | : . Number of remaining objects: 1 [18:23:17.086] | : . checking value #1: [18:23:17.086] | : . 'obj' is SequentialFuture [18:23:17.086] | : . resolved() ... [18:23:17.087] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... [18:23:17.087] | : . ' , state: 'finished' [18:23:17.087] | : . ' , run: NULL [18:23:17.087] | : . ' , result: 'FutureResult' [18:23:17.087] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... done [18:23:17.088] | : . resolved() ... done [18:23:17.088] | : . SequentialFuture #1 [18:23:17.088] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:17.088] | : . ' nx: 1 [18:23:17.088] | : . ' relay: TRUE [18:23:17.088] | : . ' stdout: TRUE [18:23:17.088] | : . ' signal: TRUE [18:23:17.089] | : . ' resignal: FALSE [18:23:17.089] | : . ' force: TRUE [18:23:17.089] | : . ' relayed: [n=1] FALSE [18:23:17.089] | : . ' queued futures: [n=1] FALSE [18:23:17.089] | : . ' until=1 [18:23:17.089] | : . ' relaying element #1 [18:23:17.090] | : . ' value() for SequentialFuture ('future_mapply-1') ... [18:23:17.090] | : . ' , signalConditions() ... [18:23:17.090] | : . ' , ; include = 'immediateCondition' [18:23:17.090] | : . ' , ; exclude = [18:23:17.090] | : . ' , ; resignal = FALSE [18:23:17.090] | : . ' , ; Number of conditions: 6 [18:23:17.091] | : . ' , ; int 6 [18:23:17.091] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.091] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.091] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.092] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.092] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.092] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.092] | : . ' , ; Drop signaled conditions: 0 [18:23:17.092] | : . ' , signalConditions() ... done [18:23:17.093] | : . ' , relay stdout ... [18:23:17.093] | : . ' , relay stdout ... done [18:23:17.093] | : . ' , check for misuse ... [18:23:17.093] | : . ' , check for misuse ... done [18:23:17.093] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [18:23:17.093] | : . ' signalConditions() ... [18:23:17.094] | : . ' , include = 'immediateCondition' [18:23:17.094] | : . ' , exclude = [18:23:17.094] | : . ' , resignal = FALSE [18:23:17.094] | : . ' , Number of conditions: 6 [18:23:17.094] | : . ' , int 6 [18:23:17.095] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.095] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.095] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.095] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.095] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.096] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.096] | : . ' , Drop signaled conditions: 0 [18:23:17.096] | : . ' signalConditions() ... done [18:23:17.096] | : . ' signalConditions() ... [18:23:17.096] | : . ' , include = 'condition' [18:23:17.097] | : . ' , exclude = 'error', 'immediateCondition' [18:23:17.097] | : . ' , resignal = TRUE [18:23:17.097] | : . ' , Number of conditions: 6 [18:23:17.097] | : . ' , int 6 [18:23:17.098] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.098] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [18:23:16.529] | : . ' , ; ` attachPackages() ... [18:23:17.098] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.098] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [18:23:16.529] | : . ' , ; ` | packages: [n=1] 'future' [18:23:17.098] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.098] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [18:23:16.529] | : . ' , ; ` attachPackages() ... done [18:23:17.099] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.099] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [18:23:16.529] | : . ' , ; ` attachPackages() ... [18:23:17.099] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.099] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [18:23:16.529] | : . ' , ; ` | packages: [n=0] [18:23:17.099] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.100] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [18:23:16.530] | : . ' , ; ` attachPackages() ... done [18:23:17.100] | : . ' , Drop signaled conditions: 6 [18:23:17.100] | : . ' signalConditions() ... done [18:23:17.100] | : . ' relayed: [n=1] TRUE [18:23:17.100] | : . ' queued futures: [n=1] TRUE [18:23:17.101] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:17.101] | : . value(, ...) ... [18:23:17.101] | : . value(, ...) ... done [18:23:17.101] | : . value() for SequentialFuture ('future_mapply-1') ... [18:23:17.101] | : . ' signalConditions() ... [18:23:17.101] | : . ' , include = 'immediateCondition' [18:23:17.102] | : . ' , exclude = [18:23:17.102] | : . ' , resignal = FALSE [18:23:17.102] | : . ' , Number of conditions: 0 [18:23:17.102] | : . ' , int 0 [18:23:17.103] | : . ' signalConditions() ... done [18:23:17.103] | : . ' check for misuse ... [18:23:17.103] | : . ' check for misuse ... done [18:23:17.103] | : . value() for SequentialFuture ('future_mapply-1') ... done [18:23:17.103] | : . value: [18:23:17.103] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:17.104] | : . ' nx: 1 [18:23:17.104] | : . ' relay: TRUE [18:23:17.104] | : . ' stdout: TRUE [18:23:17.104] | : . ' signal: TRUE [18:23:17.104] | : . ' resignal: FALSE [18:23:17.104] | : . ' force: TRUE [18:23:17.105] | : . ' relayed: [n=1] TRUE [18:23:17.105] | : . ' queued futures: [n=1] TRUE [18:23:17.105] | : . ' until=1 [18:23:17.105] | : . ' relayed: [n=1] TRUE [18:23:17.105] | : . ' queued futures: [n=1] TRUE [18:23:17.105] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:17.106] | : . resolve() for SequentialFuture ... [18:23:17.106] | : . resolve() for SequentialFuture ... done [18:23:17.106] | : . length: 0 (resolved future 1) [18:23:17.106] | : value() for list ... done [18:23:17.106] | : Relaying remaining futures ... [18:23:17.106] | : . signalConditionsASAP(NULL, pos=0) ... [18:23:17.107] | : . ' nx: 1 [18:23:17.107] | : . ' relay: TRUE [18:23:17.107] | : . ' stdout: TRUE [18:23:17.107] | : . ' signal: TRUE [18:23:17.107] | : . ' resignal: FALSE [18:23:17.107] | : . ' force: TRUE [18:23:17.107] | : . ' relayed: [n=1] TRUE [18:23:17.108] | : . ' queued futures: [n=1] TRUE - flush all [18:23:17.108] | : . ' relayed: [n=1] TRUE [18:23:17.108] | : . ' queued futures: [n=1] TRUE [18:23:17.108] | : . signalConditionsASAP(NULL, pos=0) ... done [18:23:17.108] | : Relaying remaining futures ... done [18:23:17.109] | future_mapply() -> future_xapply() ... done [18:23:17.109] | - Number of value chunks collected: 1 [18:23:17.109] | Resolving 1 futures (chunks) ... DONE [18:23:17.109] | Reducing values from 1 chunks ... [18:23:17.109] | - Number of values collected after concatenation: 2 [18:23:17.109] | - Number of values expected: 2 [18:23:17.109] | Reducing values from 1 chunks ... DONE [18:23:17.110] future_mapply() ... done * future_mapply(x, ..., future.stdout = TRUE) ... DONE * future_mapply(x, ..., future.stdout = NA) ... [18:23:17.111] future_mapply() ... [18:23:17.111] | future_mapply() -> future_xapply() ... [18:23:17.111] | : nbrOfWorkers(NULL) ... [18:23:17.111] | : . List of 4 [18:23:17.111] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:17.111] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:17.111] | : . $ : language nbrOfWorkers() [18:23:17.111] | : . $ : language nbrOfWorkers.NULL() [18:23:17.113] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:17.114] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:17.114] | : . Number of workers: 1 [18:23:17.114] | : nbrOfWorkers(NULL) ... done [18:23:17.114] | : Number of chunks: 1 [18:23:17.114] | : getGlobalsAndPackagesXApply() ... [18:23:17.114] | : . future.globals: TRUE [18:23:17.115] | : . getGlobalsAndPackages() ... [18:23:17.115] | : . ' Searching for globals ... [18:23:17.125] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [18:23:17.125] | : . ' Searching for globals ... done [18:23:17.125] | : . ' Resolving globals: FALSE [18:23:17.126] | : . ' Search for packages associated with the globals ... [18:23:17.126] | : . ' , Packages associated with globals: [1] 'base' [18:23:17.126] | : . ' , Packages: [1] 'base' [18:23:17.126] | : . ' Search for packages associated with the globals ... done [18:23:17.127] | : . ' The total size of the 1 globals is 265 bytes (265 bytes) [18:23:17.127] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 265 bytes There is one global: 'FUN' (265 bytes of class 'function') [18:23:17.127] | : . ' Packages after dropping 'base': [0] [18:23:17.128] | : . ' globals: [1] 'FUN' [18:23:17.128] | : . ' packages: [0] [18:23:17.128] | : . getGlobalsAndPackages() ... done [18:23:17.128] | : . globals found/used: [n=1] 'FUN' [18:23:17.128] | : . needed namespaces: [n=0] [18:23:17.129] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [18:23:17.129] | : . List of 2 [18:23:17.129] | : . $ ...future.FUN:function (x, y) [18:23:17.129] | : . $ MoreArgs : NULL [18:23:17.129] | : . - attr(*, "where")=List of 2 [18:23:17.129] | : . ..$ ...future.FUN: [18:23:17.129] | : . ..$ MoreArgs : [18:23:17.129] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:17.129] | : . - attr(*, "resolved")= logi FALSE [18:23:17.129] | : . - attr(*, "total_size")= num NA [18:23:17.132] | : . Packages to be attached in all futures: [n=0] [18:23:17.132] | : getGlobalsAndPackagesXApply() ... done [18:23:17.132] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:17.133] | : List of 5 [18:23:17.133] | : $ ...future.FUN :function (x, y) [18:23:17.133] | : $ MoreArgs : NULL [18:23:17.133] | : $ ...future.elements_ii : NULL [18:23:17.133] | : $ ...future.seeds_ii : NULL [18:23:17.133] | : $ ...future.globals.maxSize: NULL [18:23:17.133] | : - attr(*, "where")=List of 5 [18:23:17.133] | : ..$ ...future.FUN : [18:23:17.133] | : ..$ MoreArgs : [18:23:17.133] | : ..$ ...future.elements_ii : [18:23:17.133] | : ..$ ...future.seeds_ii : [18:23:17.133] | : ..$ ...future.globals.maxSize: [18:23:17.133] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:17.133] | : - attr(*, "resolved")= logi FALSE [18:23:17.133] | : - attr(*, "total_size")= num NA [18:23:17.137] | : Number of futures (= number of chunks): 1 [18:23:17.138] | : Launching 1 futures (chunks) ... [18:23:17.138] | : Chunk #1 of 1 ... [18:23:17.138] | : - Finding globals in '...' for chunk #1 ... [18:23:17.138] | : getGlobalsAndPackages() ... [18:23:17.138] | : . Searching for globals ... [18:23:17.139] | : . ' globals found: [0] [18:23:17.139] | : . Searching for globals ... done [18:23:17.139] | : . globals: [0] [18:23:17.140] | : . packages: [0] [18:23:17.140] | : getGlobalsAndPackages() ... done [18:23:17.140] | : + additional globals found: [n=0] [18:23:17.140] | : + additional namespaces needed: [n=0] [18:23:17.140] | : - Finding globals in '...' for chunk #1 ... DONE [18:23:17.140] | : - seeds: [18:23:17.140] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:17.141] | : future(..., label = 'future_mapply-1') ... [18:23:17.141] | : . lazy: FALSE [18:23:17.141] | : . stdout: NA [18:23:17.141] | : . conditions: [n=1] 'condition' [18:23:17.141] | : . getGlobalsAndPackages() ... [18:23:17.142] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:17.142] | : . ' Resolving globals: FALSE [18:23:17.142] | : . ' Search for packages associated with the globals ... [18:23:17.142] | : . ' , Packages associated with globals: [0] [18:23:17.143] | : . ' , Packages: [0] [18:23:17.143] | : . ' Search for packages associated with the globals ... done [18:23:17.143] | : . ' Packages after dropping 'base': [0] [18:23:17.143] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:17.143] | : . ' packages: [0] [18:23:17.143] | : . getGlobalsAndPackages() ... done [18:23:17.144] | : . run() for 'Future' ('future_mapply-1') ... [18:23:17.144] | : . ' state: 'created' [18:23:17.144] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:17.144] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:17.145] | : . ' Using SequentialFutureBackend ... [18:23:17.145] | : . ' , Number of futures since start: 5 (5 created, 5 launched, 5 finished) [18:23:17.145] | : . ' , Launching futures ... [18:23:17.145] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [18:23:17.145] | : . ' , ; ` getFutureData() ... [18:23:17.146] | : . ' , ; ` | getFutureCore() ... [18:23:17.146] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [18:23:17.146] | : . ' , ; ` | getFutureCore() ... done [18:23:17.146] | : . ' , ; ` | getFutureCapture() ... [18:23:17.146] | : . ' , ; ` | getFutureCapture() ... done [18:23:17.146] | : . ' , ; ` | getFutureContext() ... [18:23:17.147] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:17.147] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [18:23:17.147] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:17.147] | : . ' , ; ` | : Packages needed by future backend (n = 0): [18:23:17.147] | : . ' , ; ` | getFutureContext() ... done [18:23:17.148] | : . ' , ; ` getFutureData() ... done [18:23:17.149] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:17.150] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [18:23:17.150] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:17.150] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:17.150] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:17.151] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [18:23:17.151] | : . ' , ; ` | : . New stack: [18:23:17.151] | : . ' , ; ` | : . List of 1 [18:23:17.151] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:17.151] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:17.151] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [18:23:17.151] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.151] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.151] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.151] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:17.151] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:17.156] | : . ' , ; ` | : . Old stack: [18:23:17.156] | : . ' , ; ` | : . List of 1 [18:23:17.156] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [18:23:17.156] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:17.156] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [18:23:17.156] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.156] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.156] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.156] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [18:23:17.156] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:17.156] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.156] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.156] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:17.160] | : . ' , ; ` | : . Not identical [18:23:17.161] | : . ' , ; ` | : . all.equal() for future ... [18:23:17.161] | : . ' , ; ` | : . ' List of 2 [18:23:17.161] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.161] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [18:23:17.161] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.161] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:17.161] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:17.161] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.161] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.167] | : . ' , ; ` | : . all.equal() for future ... done [18:23:17.168] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [18:23:17.168] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:17.168] | : . ' , ; ` | : List of future strategies: [18:23:17.168] | : . ' , ; ` | : 1. sequential: [18:23:17.168] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [18:23:17.168] | : . ' , ; ` | : - tweaked: FALSE [18:23:17.168] | : . ' , ; ` | : - call: plan(sequential) [18:23:17.169] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:17.169] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:17.169] | : . ' , ; ` assign_globals() ... [18:23:17.169] | : . ' , ; ` List of 5 [18:23:17.169] | : . ' , ; ` $ ...future.FUN :function (x, y) [18:23:17.169] | : . ' , ; ` $ MoreArgs : NULL [18:23:17.169] | : . ' , ; ` $ ...future.elements_ii :List of 2 [18:23:17.169] | : . ' , ; ` ..$ :List of 2 [18:23:17.169] | : . ' , ; ` .. ..$ : int 1 [18:23:17.169] | : . ' , ; ` .. ..$ : int 0 [18:23:17.169] | : . ' , ; ` ..$ :List of 2 [18:23:17.169] | : . ' , ; ` .. ..$ : int 0 [18:23:17.169] | : . ' , ; ` .. ..$ : int 1 [18:23:17.169] | : . ' , ; ` $ ...future.seeds_ii : NULL [18:23:17.169] | : . ' , ; ` $ ...future.globals.maxSize: NULL [18:23:17.169] | : . ' , ; ` - attr(*, "where")=List of 5 [18:23:17.169] | : . ' , ; ` ..$ ...future.FUN : [18:23:17.169] | : . ' , ; ` ..$ MoreArgs : [18:23:17.169] | : . ' , ; ` ..$ ...future.elements_ii : [18:23:17.169] | : . ' , ; ` ..$ ...future.seeds_ii : [18:23:17.169] | : . ' , ; ` ..$ ...future.globals.maxSize: [18:23:17.169] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [18:23:17.169] | : . ' , ; ` - attr(*, "total_size")= num NA [18:23:17.169] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:17.169] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [18:23:17.177] | : . ' , ; ` - copied '...future.FUN' to environment [18:23:17.177] | : . ' , ; ` - copied 'MoreArgs' to environment [18:23:17.177] | : . ' , ; ` - copied '...future.elements_ii' to environment [18:23:17.177] | : . ' , ; ` - copied '...future.seeds_ii' to environment [18:23:17.177] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [18:23:17.178] | : . ' , ; ` assign_globals() ... done [18:23:17.693] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:17.693] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [18:23:17.693] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [18:23:17.693] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [18:23:17.693] | : . ' , ; ` | : . ' New stack: [18:23:17.694] | : . ' , ; ` | : . ' List of 1 [18:23:17.694] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:17.694] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:17.694] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:17.694] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.694] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.694] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.694] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:17.694] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:17.694] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.694] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.694] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:17.698] | : . ' , ; ` | : . ' Old stack: [18:23:17.698] | : . ' , ; ` | : . ' List of 1 [18:23:17.698] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [18:23:17.698] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:17.698] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [18:23:17.698] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.698] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.698] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.698] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:17.698] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:17.698] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.698] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.698] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:17.702] | : . ' , ; ` | : . ' Identical [18:23:17.702] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [18:23:17.702] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [18:23:17.702] | : . ' , ; ` | : . List of future strategies: [18:23:17.702] | : . ' , ; ` | : . 1. sequential: [18:23:17.702] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [18:23:17.702] | : . ' , ; ` | : . - tweaked: FALSE [18:23:17.702] | : . ' , ; ` | : . - call: plan(sequential) [18:23:17.703] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [18:23:17.703] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:17.703] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [18:23:17.704] | : . ' , ; ` SequentialFuture started (and completed) [18:23:17.704] | : . ' , ; ` signalConditions() ... [18:23:17.704] | : . ' , ; ` | include = 'immediateCondition' [18:23:17.704] | : . ' , ; ` | exclude = [18:23:17.705] | : . ' , ; ` | resignal = FALSE [18:23:17.705] | : . ' , ; ` | Number of conditions: 6 [18:23:17.705] | : . ' , ; ` | int 6 [18:23:17.705] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.706] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.706] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.706] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.706] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.706] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.707] | : . ' , ; ` | Drop signaled conditions: 0 [18:23:17.707] | : . ' , ; ` signalConditions() ... done [18:23:17.707] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [18:23:17.707] | : . ' , Launching futures ... done [18:23:17.707] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:17.708] | : . ' Using SequentialFutureBackend ... done [18:23:17.708] | : . run() for 'Future' ('future_mapply-1') ... done [18:23:17.708] | : future(..., label = 'future_mapply-1') ... done [18:23:17.708] | : Created future: [18:23:17.708] | : SequentialFuture: [18:23:17.708] | : Label: 'future_mapply-1' [18:23:17.708] | : Expression: [18:23:17.708] | : { [18:23:17.708] | : "# future.apply:::future_xapply(): preserve future option" [18:23:17.708] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:17.708] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:17.708] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:17.708] | : on.exit(options(oopts), add = TRUE) [18:23:17.708] | : } [18:23:17.708] | : { [18:23:17.708] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [18:23:17.708] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [18:23:17.708] | : do.call(mapply, args = args) [18:23:17.708] | : } [18:23:17.708] | : } [18:23:17.708] | : Globals: 5 objects totaling 4.48 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) [18:23:17.708] | : Packages: [18:23:17.708] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:17.708] | : Capture standard output: NA [18:23:17.708] | : Capture condition classes: 'condition' (excluding '') [18:23:17.708] | : Immediate condition classes: 'immediateCondition' [18:23:17.708] | : Lazy evaluation: FALSE [18:23:17.708] | : Local evaluation: TRUE [18:23:17.708] | : Early signaling: FALSE [18:23:17.708] | : Actions: [n=1] 'run' [18:23:17.708] | : State: 'finished' ("Future was resolved successfully") [18:23:17.708] | : Resolved: TRUE [18:23:17.708] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-6 [18:23:17.708] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:17.708] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [18:23:17.708] | : Value: 184 bytes of class 'list' [18:23:17.708] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [18:23:17.708] | : Duration: 0.544013 secs (started 2026-01-18 18:23:17.148278) [18:23:17.708] | : Worker process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:17.710] | : Chunk #1 of 1 ... DONE [18:23:17.710] | : Launching 1 futures (chunks) ... DONE [18:23:17.710] | : Resolving 1 futures (chunks) ... [18:23:17.710] | : value() for list ... [18:23:17.710] | : . recursive: 0 [18:23:17.711] | : . reduce: FALSE [18:23:17.711] | : . length: 1 [18:23:17.711] | : . Number of remaining objects: 1 [18:23:17.711] | : . checking value #1: [18:23:17.711] | : . 'obj' is SequentialFuture [18:23:17.712] | : . resolved() ... [18:23:17.712] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... [18:23:17.712] | : . ' , state: 'finished' [18:23:17.712] | : . ' , run: NULL [18:23:17.712] | : . ' , result: 'FutureResult' [18:23:17.712] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... done [18:23:17.713] | : . resolved() ... done [18:23:17.713] | : . SequentialFuture #1 [18:23:17.713] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:17.713] | : . ' nx: 1 [18:23:17.713] | : . ' relay: TRUE [18:23:17.713] | : . ' stdout: TRUE [18:23:17.714] | : . ' signal: TRUE [18:23:17.714] | : . ' resignal: FALSE [18:23:17.714] | : . ' force: TRUE [18:23:17.714] | : . ' relayed: [n=1] FALSE [18:23:17.714] | : . ' queued futures: [n=1] FALSE [18:23:17.714] | : . ' until=1 [18:23:17.714] | : . ' relaying element #1 [18:23:17.715] | : . ' value() for SequentialFuture ('future_mapply-1') ... [18:23:17.715] | : . ' , signalConditions() ... [18:23:17.715] | : . ' , ; include = 'immediateCondition' [18:23:17.715] | : . ' , ; exclude = [18:23:17.715] | : . ' , ; resignal = FALSE [18:23:17.716] | : . ' , ; Number of conditions: 6 [18:23:17.716] | : . ' , ; int 6 [18:23:17.716] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.716] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.717] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.717] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.717] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.717] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.717] | : . ' , ; Drop signaled conditions: 0 [18:23:17.717] | : . ' , signalConditions() ... done [18:23:17.718] | : . ' , relay stdout ... [18:23:17.718] | : . ' , relay stdout ... done [18:23:17.718] | : . ' , check for misuse ... [18:23:17.718] | : . ' , check for misuse ... done [18:23:17.718] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [18:23:17.719] | : . ' signalConditions() ... [18:23:17.719] | : . ' , include = 'immediateCondition' [18:23:17.719] | : . ' , exclude = [18:23:17.719] | : . ' , resignal = FALSE [18:23:17.719] | : . ' , Number of conditions: 6 [18:23:17.719] | : . ' , int 6 [18:23:17.720] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.720] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.720] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.720] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.721] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.721] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.721] | : . ' , Drop signaled conditions: 0 [18:23:17.721] | : . ' signalConditions() ... done [18:23:17.721] | : . ' signalConditions() ... [18:23:17.722] | : . ' , include = 'condition' [18:23:17.722] | : . ' , exclude = 'error', 'immediateCondition' [18:23:17.722] | : . ' , resignal = TRUE [18:23:17.722] | : . ' , Number of conditions: 6 [18:23:17.722] | : . ' , int 6 [18:23:17.723] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.723] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [18:23:17.148] | : . ' , ; ` attachPackages() ... [18:23:17.723] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.723] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [18:23:17.148] | : . ' , ; ` | packages: [n=1] 'future' [18:23:17.724] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.724] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [18:23:17.148] | : . ' , ; ` attachPackages() ... done [18:23:17.724] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.724] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [18:23:17.148] | : . ' , ; ` attachPackages() ... [18:23:17.724] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.725] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [18:23:17.149] | : . ' , ; ` | packages: [n=0] [18:23:17.725] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [18:23:17.725] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [18:23:17.149] | : . ' , ; ` attachPackages() ... done [18:23:17.725] | : . ' , Drop signaled conditions: 6 [18:23:17.725] | : . ' signalConditions() ... done [18:23:17.726] | : . ' relayed: [n=1] TRUE [18:23:17.726] | : . ' queued futures: [n=1] TRUE [18:23:17.726] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:17.726] | : . value(, ...) ... [18:23:17.726] | : . value(, ...) ... done [18:23:17.726] | : . value() for SequentialFuture ('future_mapply-1') ... [18:23:17.727] | : . ' signalConditions() ... [18:23:17.727] | : . ' , include = 'immediateCondition' [18:23:17.727] | : . ' , exclude = [18:23:17.727] | : . ' , resignal = FALSE [18:23:17.727] | : . ' , Number of conditions: 0 [18:23:17.727] | : . ' , int 0 [18:23:17.728] | : . ' signalConditions() ... done [18:23:17.728] | : . ' check for misuse ... [18:23:17.728] | : . ' check for misuse ... done [18:23:17.728] | : . value() for SequentialFuture ('future_mapply-1') ... done [18:23:17.729] | : . value: [18:23:17.729] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [18:23:17.729] | : . ' nx: 1 [18:23:17.729] | : . ' relay: TRUE [18:23:17.729] | : . ' stdout: TRUE [18:23:17.729] | : . ' signal: TRUE [18:23:17.730] | : . ' resignal: FALSE [18:23:17.730] | : . ' force: TRUE [18:23:17.730] | : . ' relayed: [n=1] TRUE [18:23:17.730] | : . ' queued futures: [n=1] TRUE [18:23:17.730] | : . ' until=1 [18:23:17.730] | : . ' relayed: [n=1] TRUE [18:23:17.731] | : . ' queued futures: [n=1] TRUE [18:23:17.731] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [18:23:17.731] | : . resolve() for SequentialFuture ... [18:23:17.731] | : . resolve() for SequentialFuture ... done [18:23:17.731] | : . length: 0 (resolved future 1) [18:23:17.731] | : value() for list ... done [18:23:17.732] | : Relaying remaining futures ... [18:23:17.732] | : . signalConditionsASAP(NULL, pos=0) ... [18:23:17.732] | : . ' nx: 1 [18:23:17.732] | : . ' relay: TRUE [18:23:17.732] | : . ' stdout: TRUE [18:23:17.732] | : . ' signal: TRUE [18:23:17.733] | : . ' resignal: FALSE [18:23:17.733] | : . ' force: TRUE [18:23:17.733] | : . ' relayed: [n=1] TRUE [18:23:17.733] | : . ' queued futures: [n=1] TRUE - flush all [18:23:17.733] | : . ' relayed: [n=1] TRUE [18:23:17.733] | : . ' queued futures: [n=1] TRUE [18:23:17.734] | : . signalConditionsASAP(NULL, pos=0) ... done [18:23:17.734] | : Relaying remaining futures ... done [18:23:17.734] | future_mapply() -> future_xapply() ... done [18:23:17.734] | - Number of value chunks collected: 1 [18:23:17.734] | Resolving 1 futures (chunks) ... DONE [18:23:17.734] | Reducing values from 1 chunks ... [18:23:17.735] | - Number of values collected after concatenation: 2 [18:23:17.735] | - Number of values expected: 2 [18:23:17.735] | Reducing values from 1 chunks ... DONE [18:23:17.735] future_mapply() ... done * future_mapply(x, ..., future.stdout = NA) ... DONE * plan('sequential') ... DONE - Testing with 1 cores ... DONE - Testing with 2 cores ... * plan('multisession') ... [18:23:17.736] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:17.736] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [18:23:17.737] | : all.equal() for FutureStrategyList ... [18:23:17.737] | : . New stack: [18:23:17.737] | : . List of 1 [18:23:17.737] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [18:23:17.737] | : . rscript_libs = .libPaths()) [18:23:17.737] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [18:23:17.737] | : . ..- attr(*, "init")= logi TRUE [18:23:17.737] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [18:23:17.737] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [18:23:17.737] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [18:23:17.737] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [18:23:17.737] | : . ..- attr(*, "untweakable")= chr "persistent" [18:23:17.737] | : . ..- attr(*, "call")= language plan(strategy) [18:23:17.737] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:17.740] | : . Old stack: [18:23:17.741] | : . List of 1 [18:23:17.741] | : . $ :function (..., envir = parent.frame()) [18:23:17.741] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:17.741] | : . ..- attr(*, "init")= chr "done" [18:23:17.741] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.741] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.741] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.741] | : . ..- attr(*, "call")= language plan(sequential) [18:23:17.741] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:17.741] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.741] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.741] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:17.745] | : . Not identical [18:23:17.745] | : . all.equal() for future ... [18:23:17.745] | : . ' List of 2 [18:23:17.745] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [18:23:17.745] | : . ' rscript_libs = .libPaths()) [18:23:17.745] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [18:23:17.745] | : . ' ..- attr(*, "init")= logi TRUE [18:23:17.745] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [18:23:17.745] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [18:23:17.745] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [18:23:17.745] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [18:23:17.745] | : . ' ..- attr(*, "untweakable")= chr "persistent" [18:23:17.745] | : . ' ..- attr(*, "call")= language plan(strategy) [18:23:17.745] | : . ' $ current:function (..., envir = parent.frame()) [18:23:17.745] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [18:23:17.745] | : . ' ..- attr(*, "init")= chr "done" [18:23:17.745] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.745] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.745] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.745] | : . ' ..- attr(*, "call")= language plan(sequential) [18:23:17.745] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [18:23:17.745] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [18:23:17.745] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [18:23:17.752] | : . ' Formals differ [18:23:17.752] | : . all.equal() for future ... done [18:23:17.752] | : . Future strategies differ at level 1 [18:23:17.752] | : all.equal() for FutureStrategyList ... done [18:23:17.752] | : plan(): Setting new future backend stack: [18:23:17.752] | : List of future strategies: [18:23:17.752] | : 1. multisession: [18:23:17.752] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [18:23:17.752] | : - tweaked: FALSE [18:23:17.752] | : - call: plan(strategy) [18:23:17.753] | : List of 1 [18:23:17.753] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [18:23:17.753] | : rscript_libs = .libPaths()) [18:23:17.753] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [18:23:17.753] | : ..- attr(*, "init")= logi TRUE [18:23:17.753] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [18:23:17.753] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [18:23:17.753] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [18:23:17.753] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [18:23:17.753] | : ..- attr(*, "untweakable")= chr "persistent" [18:23:17.753] | : ..- attr(*, "call")= language plan(strategy) [18:23:17.753] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [18:23:17.757] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [18:23:17.757] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:17.757] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [18:23:17.757] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:17.757] | : . Legacy shutdown of cluster workers ... [18:23:17.758] | : . ' Stopping existing cluster ... [18:23:17.758] | : . ' , No pre-existing cluster. Skipping [18:23:17.758] | : . ' Stopping existing cluster ... done [18:23:17.758] | : . Legacy shutdown of cluster workers ... done [18:23:17.758] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [18:23:17.759] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [18:23:17.759] | : . function (..., workers = availableCores(constraints = "connections-16"), [18:23:17.759] | : . rscript_libs = .libPaths()) [18:23:17.759] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [18:23:17.759] | : . - attr(*, "init")= logi TRUE [18:23:17.759] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [18:23:17.759] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [18:23:17.759] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [18:23:17.759] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [18:23:17.759] | : . - attr(*, "untweakable")= chr "persistent" [18:23:17.759] | : . - attr(*, "call")= language plan(strategy) [18:23:17.762] | : . init: TRUE [18:23:17.762] | : . makeFutureBackend() ... [18:23:17.762] | : . ' Backend function: <'NULL'> [18:23:17.762] | : . ' Evaluator tweak arguments: [n=0] [18:23:17.763] | : . ' list() [18:23:17.763] | : . ' Evaluator formal arguments: [n=2] [18:23:17.763] | : . ' Dotted pair list of 2 [18:23:17.763] | : . ' $ workers : language availableCores(constraints = "connections-16") [18:23:17.763] | : . ' $ rscript_libs: language .libPaths() [18:23:17.766] | : . ' Arguments passed to the future-backend factory: [n=2] [18:23:17.766] | : . ' List of 2 [18:23:17.766] | : . ' $ workers : language availableCores(constraints = "connections-16") [18:23:17.766] | : . ' $ rscript_libs: language .libPaths() [18:23:17.767] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [18:23:17.768] | : . ' , Arguments: [18:23:17.768] | : . ' , List of 5 [18:23:17.768] | : . ' , $ workers : Named int 2 [18:23:17.768] | : . ' , ..- attr(*, "names")= chr "mc.cores" [18:23:17.768] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_01_18_18_20_17_191/Rtmp0oReVR/RLIBS_cf345a44489b" "D:/RCompile/recent/R/library" [18:23:17.768] | : . ' , $ interrupts : logi TRUE [18:23:17.768] | : . ' , $ gc : logi FALSE [18:23:17.768] | : . ' , $ earlySignal : logi FALSE [18:23:17.813] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [18:23:17.813] | : . ' , ; workers: 2 [18:23:17.813] | : . ' , ; getCluster() ... [18:23:17.813] | : . ' , ; getCluster() ... done [18:23:17.814] | : . ' , ; Stopping existing cluster ... [18:23:17.814] | : . ' , ; ` No pre-existing cluster. Skipping [18:23:17.814] | : . ' , ; Stopping existing cluster ... done [18:23:17.814] | : . ' , ; Starting new cluster ... [18:23:17.814] | : . ' , ; ` makeCluster(workers, ...) ... [18:23:17.814] | : . ' , ; ` | Arguments: [18:23:17.815] | : . ' , ; ` | List of 2 [18:23:17.815] | : . ' , ; ` | $ : int 2 [18:23:17.815] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_01_18_18_20_17_191/Rtmp0oReVR/RLIBS_cf345a44489b" "D:/RCompile/recent/R/library" [18:23:17.816] | : . ' , ; ` | .makeCluster() ... [18:23:17.816] | : . ' , ; ` | : workers: '2' [18:23:17.816] | : . ' , ; ` | : R_FUTURE_PLAN: NA [18:23:17.817] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [18:23:17.817] | : . ' , ; ` | : List of 2 [18:23:17.817] | : . ' , ; ` | : $ : int 2 [18:23:17.817] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_01_18_18_20_17_191/Rtmp0oReVR/RLIBS_cf345a44489b" "D:/RCompile/recent/R/library" [18:23:18.626] | : . ' , ; ` | : Generated cluster UUID [18:23:18.627] | : . ' , ; ` | : Cluster UUID: 'c04bc75504a3d0b663546c6f6c6caf2c' [18:23:18.627] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:18.630] | : . ' , ; ` | .makeCluster() ... done [18:23:18.630] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:18.632] | : . ' , ; ` makeCluster(workers, ...) ... done [18:23:18.632] | : . ' , ; ` Number of workers: 2 [18:23:18.632] | : . ' , ; ` Workers UUID: 'c04bc75504a3d0b663546c6f6c6caf2c' [18:23:18.632] | : . ' , ; Starting new cluster ... done [18:23:18.632] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [18:23:18.633] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [18:23:18.633] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [18:23:18.633] | : . makeFutureBackend() ... done [18:23:18.633] | : . nbrOfWorkers(NULL) ... [18:23:18.633] | : . ' List of 4 [18:23:18.633] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [18:23:18.633] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [18:23:18.633] | : . ' $ : language nbrOfWorkers() [18:23:18.633] | : . ' $ : language nbrOfWorkers.NULL() [18:23:18.635] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:18.636] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:18.636] | : . ' Number of workers: 2 [18:23:18.636] | : . nbrOfWorkers(NULL) ... done [18:23:18.636] | : . plan(): nbrOfWorkers() = 2 [18:23:18.636] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [18:23:18.637] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... [18:23:18.637] | future_lapply() ... [18:23:18.638] | : Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [18:23:18.638] | : => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [18:23:18.639] | : future_lapply() -> future_xapply() ... [18:23:18.639] | : . nbrOfWorkers(NULL) ... [18:23:18.639] | : . ' List of 4 [18:23:18.639] | : . ' $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:18.639] | : . ' $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:18.639] | : . ' $ : language nbrOfWorkers() [18:23:18.639] | : . ' $ : language nbrOfWorkers.NULL() [18:23:18.641] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:18.641] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:18.641] | : . ' Number of workers: 2 [18:23:18.642] | : . nbrOfWorkers(NULL) ... done [18:23:18.643] | : . Number of chunks: 2 [18:23:18.643] | : . getGlobalsAndPackagesXApply() ... [18:23:18.643] | : . ' future.globals: TRUE [18:23:18.644] | : . ' getGlobalsAndPackages() ... [18:23:18.644] | : . ' , Searching for globals ... [18:23:18.652] | : . ' , ; globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [18:23:18.652] | : . ' , Searching for globals ... done [18:23:18.653] | : . ' , Resolving globals: FALSE [18:23:18.653] | : . ' , Search for packages associated with the globals ... [18:23:18.653] | : . ' , ; Packages associated with globals: [1] 'base' [18:23:18.654] | : . ' , ; Packages: [1] 'base' [18:23:18.654] | : . ' , Search for packages associated with the globals ... done [18:23:18.654] | : . ' , The total size of the 1 globals is 200 bytes (200 bytes) [18:23:18.654] | : . ' , The total size of the 1 globals exported for future expression ('FUN()') is 200 bytes There is one global: 'FUN' (200 bytes of class 'function') [18:23:18.655] | : . ' , Packages after dropping 'base': [0] [18:23:18.655] | : . ' , globals: [1] 'FUN' [18:23:18.655] | : . ' , packages: [0] [18:23:18.655] | : . ' getGlobalsAndPackages() ... done [18:23:18.655] | : . ' globals found/used: [n=1] 'FUN' [18:23:18.655] | : . ' needed namespaces: [n=0] [18:23:18.656] | : . ' use_args: TRUE [18:23:18.656] | : . ' Getting '...' globals ... [18:23:18.656] | : . ' , resolve() for FutureGlobals ... [18:23:18.656] | : . ' , ; recursive: 0 [18:23:18.657] | : . ' , ; Number of elements: 1 [18:23:18.657] | : . ' , ; elements: '...' [18:23:18.657] | : . ' , ; 'obj' is DotDotDotList [18:23:18.657] | : . ' , ; resolve(obj, ...) ... [18:23:18.657] | : . ' , ; ` resolve() for DotDotDotList ... [18:23:18.657] | : . ' , ; ` | recursive: -1 [18:23:18.658] | : . ' , ; ` resolve() for DotDotDotList ... done [18:23:18.658] | : . ' , ; resolve(obj, ...) ... done [18:23:18.658] | : . ' , ; resolved() ... [18:23:18.658] | : . ' , ; ` resolved() for DotDotDotList ... [18:23:18.658] | : . ' , ; ` | Number of elements: 0 [18:23:18.658] | : . ' , ; ` | Number of futures: 0 [18:23:18.659] | : . ' , ; ` resolved() for DotDotDotList ... done [18:23:18.659] | : . ' , ; resolved() ... done [18:23:18.659] | : . ' , ; length: 0 (resolved future 1) [18:23:18.659] | : . ' , resolve() for FutureGlobals ... done [18:23:18.659] | : . ' , '...' content: [n=0] [18:23:18.660] | : . ' , List of 1 [18:23:18.660] | : . ' , $ ...: list() [18:23:18.660] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:18.660] | : . ' , - attr(*, "where")=List of 1 [18:23:18.660] | : . ' , ..$ ...: [18:23:18.660] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:18.660] | : . ' , - attr(*, "resolved")= logi TRUE [18:23:18.660] | : . ' , - attr(*, "total_size")= num NA [18:23:18.663] | : . ' Getting '...' globals ... done [18:23:18.663] | : . ' Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [18:23:18.663] | : . ' List of 2 [18:23:18.663] | : . ' $ ...future.FUN:function (x) [18:23:18.663] | : . ' $ ... : list() [18:23:18.663] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:18.663] | : . ' - attr(*, "where")=List of 2 [18:23:18.663] | : . ' ..$ ...future.FUN: [18:23:18.663] | : . ' ..$ ... : [18:23:18.663] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:18.663] | : . ' - attr(*, "resolved")= logi FALSE [18:23:18.663] | : . ' - attr(*, "total_size")= num 3656 [18:23:18.666] | : . ' Packages to be attached in all futures: [n=0] [18:23:18.667] | : . getGlobalsAndPackagesXApply() ... done [18:23:18.667] | : . Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:18.667] | : . List of 5 [18:23:18.667] | : . $ ...future.FUN :function (x) [18:23:18.667] | : . $ ... : list() [18:23:18.667] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:18.667] | : . $ ...future.elements_ii : NULL [18:23:18.667] | : . $ ...future.seeds_ii : NULL [18:23:18.667] | : . $ ...future.globals.maxSize: NULL [18:23:18.667] | : . - attr(*, "where")=List of 5 [18:23:18.667] | : . ..$ ...future.FUN : [18:23:18.667] | : . ..$ ... : [18:23:18.667] | : . ..$ ...future.elements_ii : [18:23:18.667] | : . ..$ ...future.seeds_ii : [18:23:18.667] | : . ..$ ...future.globals.maxSize: [18:23:18.667] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:18.667] | : . - attr(*, "resolved")= logi FALSE [18:23:18.667] | : . - attr(*, "total_size")= num 3656 [18:23:18.672] | : . Number of futures (= number of chunks): 2 [18:23:18.672] | : . Launching 2 futures (chunks) ... [18:23:18.672] | : . Chunk #1 of 2 ... [18:23:18.673] | : . - Finding globals in 'X' for chunk #1 ... [18:23:18.673] | : . getGlobalsAndPackages() ... [18:23:18.673] | : . ' Searching for globals ... [18:23:18.673] | : . ' , globals found: [0] [18:23:18.674] | : . ' Searching for globals ... done [18:23:18.674] | : . ' globals: [0] [18:23:18.674] | : . ' packages: [0] [18:23:18.674] | : . getGlobalsAndPackages() ... done [18:23:18.675] | : . + additional globals found: [n=0] [18:23:18.675] | : . + additional namespaces needed: [n=0] [18:23:18.675] | : . - Finding globals in 'X' for chunk #1 ... DONE [18:23:18.675] | : . - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:18.675] | : . - seeds: [18:23:18.675] | : . - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:18.676] | : . future(..., label = 'future_lapply-1') ... [18:23:18.676] | : . ' lazy: FALSE [18:23:18.676] | : . ' stdout: FALSE [18:23:18.676] | : . ' conditions: [n=1] 'condition' [18:23:18.676] | : . ' getGlobalsAndPackages() ... [18:23:18.676] | : . ' , globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:18.677] | : . ' , Resolving globals: FALSE [18:23:18.677] | : . ' , Tweak future expression to call with '...' arguments ... [18:23:18.677] | : . ' , ; { [18:23:18.677] | : . ' , ; "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:18.677] | : . ' , ; "# expression in do.call(), because function called uses '...' " [18:23:18.677] | : . ' , ; "# as a global variable " [18:23:18.677] | : . ' , ; do.call(function(...) { [18:23:18.677] | : . ' , ; "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:18.677] | : . ' , ; "# without having an '...' argument. This means '...' is treated" [18:23:18.677] | : . ' , ; "# as a global variable. This may happen when FUN() is an " [18:23:18.677] | : . ' , ; "# anonymous function. " [18:23:18.677] | : . ' , ; "# " [18:23:18.677] | : . ' , ; "# If an anonymous function, we will make sure to restore the " [18:23:18.677] | : . ' , ; "# function environment of FUN() to the calling environment. " [18:23:18.677] | : . ' , ; "# We assume FUN() an anonymous function if it lives in the " [18:23:18.677] | : . ' , ; "# global environment, which is where globals are written. " [18:23:18.677] | : . ' , ; penv <- env <- environment(...future.FUN) [18:23:18.677] | : . ' , ; repeat { [18:23:18.677] | : . ' , ; if (identical(env, globalenv()) || identical(env, [18:23:18.677] | : . ' , ; emptyenv())) [18:23:18.677] | : . ' , ; break [18:23:18.677] | : . ' , ; penv <- env [18:23:18.677] | : . ' , ; env <- parent.env(env) [18:23:18.677] | : . ' , ; } [18:23:18.677] | : . ' , ; if (identical(penv, globalenv())) { [18:23:18.677] | : . ' , ; environment(...future.FUN) <- environment() [18:23:18.677] | : . ' , ; } [18:23:18.677] | : . ' , ; else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:18.677] | : . ' , ; !isNamespace(penv)) { [18:23:18.677] | : . ' , ; parent.env(penv) <- environment() [18:23:18.677] | : . ' , ; } [18:23:18.677] | : . ' , ; rm(list = c("env", "penv"), inherits = FALSE) [18:23:18.677] | : . ' , ; { [18:23:18.677] | : . ' , ; "# future.apply:::future_xapply(): preserve future option" [18:23:18.677] | : . ' , ; ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:18.677] | : . ' , ; if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:18.677] | : . ' , ; oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:18.677] | : . ' , ; on.exit(options(oopts), add = TRUE) [18:23:18.677] | : . ' , ; } [18:23:18.677] | : . ' , ; { [18:23:18.677] | : . ' , ; "# future.apply::future_lapply(): process chunk of elements" [18:23:18.677] | : . ' , ; lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:18.677] | : . ' , ; ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:18.677] | : . ' , ; { [18:23:18.677] | : . ' , ; ...future.FUN(...future.X_jj, ...) [18:23:18.677] | : . ' , ; } [18:23:18.677] | : . ' , ; }) [18:23:18.677] | : . ' , ; } [18:23:18.677] | : . ' , ; } [18:23:18.677] | : . ' , ; }, args = future.call.arguments) [18:23:18.677] | : . ' , ; } [18:23:18.678] | : . ' , Tweak future expression to call with '...' arguments ... done [18:23:18.678] | : . ' , Search for packages associated with the globals ... [18:23:18.679] | : . ' , ; Packages associated with globals: [0] [18:23:18.679] | : . ' , ; Packages: [0] [18:23:18.679] | : . ' , Search for packages associated with the globals ... done [18:23:18.679] | : . ' , Packages after dropping 'base': [0] [18:23:18.680] | : . ' , globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:18.680] | : . ' , packages: [0] [18:23:18.680] | : . ' getGlobalsAndPackages() ... done [18:23:18.680] | : . ' run() for 'Future' ('future_lapply-1') ... [18:23:18.680] | : . ' , state: 'created' [18:23:18.681] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:18.681] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:18.681] | : . ' , Using MultisessionFutureBackend ... [18:23:18.681] | : . ' , ; Number of futures since start: 0 (0 created, 0 launched, 0 finished) [18:23:18.681] | : . ' , ; Launching futures ... [18:23:18.682] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [18:23:18.682] | : . ' , ; ` | Workers: [n=2] [18:23:18.682] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:18.684] | : . ' , ; ` | FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:18.684] | : . ' , ; ` | requestWorker() ... [18:23:18.685] | : . ' , ; ` | : requestNode() ... [18:23:18.685] | : . ' , ; ` | : . Number of workers: 2 [18:23:18.685] | : . ' , ; ` | : . Polling for a free worker ... [18:23:18.685] | : . ' , ; ` | : . ' FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:18.685] | : . ' , ; ` | : . ' , Created empty registry 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:18.686] | : . ' , ; ` | : . ' , Listing all futures [18:23:18.686] | : . ' , ; ` | : . ' , Number of registered futures: 0 [18:23:18.686] | : . ' , ; ` | : . ' FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:18.686] | : . ' , ; ` | : . ' Total time: 0 [18:23:18.686] | : . ' , ; ` | : . Polling for a free worker ... done [18:23:18.686] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:18.687] | : . ' , ; ` | : . ' Listing all futures [18:23:18.687] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:18.687] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:18.687] | : . ' , ; ` | : . avail: [n=2] '1', '2' [18:23:18.687] | : . ' , ; ` | : . Index of first available worker: 1 [18:23:18.687] | : . ' , ; ` | : . Validate that the worker is functional ... [18:23:18.688] | : . ' , ; ` | : . ' Worker is functional [18:23:18.688] | : . ' , ; ` | : . ' FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:18.688] | : . ' , ; ` | : . ' , Listing all futures [18:23:18.688] | : . ' , ; ` | : . ' , Number of registered futures: 0 [18:23:18.689] | : . ' , ; ` | : . ' FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:18.689] | : . ' , ; ` | : . Validate that the worker is functional ... done [18:23:18.689] | : . ' , ; ` | : requestNode() ... done [18:23:18.689] | : . ' , ; ` | : cluster node index: 1 [18:23:18.689] | : . ' , ; ` | requestWorker() ... done [18:23:18.689] | : . ' , ; ` | eraseGlobalEnvironment() ... [18:23:18.690] | : . ' , ; ` | eraseGlobalEnvironment() ... done [18:23:18.690] | : . ' , ; ` | launchFuture() ... [18:23:18.690] | : . ' , ; ` | : cluster node index: 1 [18:23:18.691] | : . ' , ; ` | : getFutureData() ... [18:23:18.691] | : . ' , ; ` | : . getFutureCore() ... [18:23:18.691] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 0): [18:23:18.691] | : . ' , ; ` | : . getFutureCore() ... done [18:23:18.691] | : . ' , ; ` | : . getFutureCapture() ... [18:23:18.692] | : . ' , ; ` | : . getFutureCapture() ... done [18:23:18.692] | : . ' , ; ` | : . getFutureContext() ... [18:23:18.692] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:18.692] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [18:23:18.692] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:18.692] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [18:23:18.693] | : . ' , ; ` | : . getFutureContext() ... done [18:23:18.693] | : . ' , ; ` | : getFutureData() ... done [18:23:18.693] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:18.694] | : . ' , ; ` | : . Appended future to position #1 [18:23:18.694] | : . ' , ; ` | : . Number of registered futures: 1 [18:23:18.694] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:18.694] | : . ' , ; ` | launchFuture() ... done [18:23:18.694] | : . ' , ; ` | MultisessionFuture started [18:23:18.695] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [18:23:18.695] | : . ' , ; Launching futures ... done [18:23:18.695] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:18.695] | : . ' , Using MultisessionFutureBackend ... done [18:23:18.695] | : . ' run() for 'Future' ('future_lapply-1') ... done [18:23:18.695] | : . future(..., label = 'future_lapply-1') ... done [18:23:18.696] | : . Created future: [18:23:18.697] | : . resolved() ... [18:23:18.698] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [18:23:18.698] | : . ' , Cluster node socket connection: index=4, id=443 [18:23:18.699] | : . ' , assertValidConnection() ... [18:23:18.699] | : . ' , ; cluster node index: 1 [18:23:18.699] | : . ' , assertValidConnection() ... done [18:23:18.893] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:18.893] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [18:23:18.894] | : . resolved() ... done [18:23:18.696] | : . MultisessionFuture: [18:23:18.696] | : . Label: 'future_lapply-1' [18:23:18.696] | : . Expression: [18:23:18.696] | : . { [18:23:18.696] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:18.696] | : . "# expression in do.call(), because function called uses '...' " [18:23:18.696] | : . "# as a global variable " [18:23:18.696] | : . do.call(function(...) { [18:23:18.696] | : . "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:18.696] | : . "# without having an '...' argument. This means '...' is treated" [18:23:18.696] | : . "# as a global variable. This may happen when FUN() is an " [18:23:18.696] | : . "# anonymous function. " [18:23:18.696] | : . "# " [18:23:18.696] | : . "# If an anonymous function, we will make sure to restore the " [18:23:18.696] | : . "# function environment of FUN() to the calling environment. " [18:23:18.696] | : . "# We assume FUN() an anonymous function if it lives in the " [18:23:18.696] | : . "# global environment, which is where globals are written. " [18:23:18.696] | : . penv <- env <- environment(...future.FUN) [18:23:18.696] | : . repeat { [18:23:18.696] | : . if (identical(env, globalenv()) || identical(env, [18:23:18.696] | : . emptyenv())) [18:23:18.696] | : . break [18:23:18.696] | : . penv <- env [18:23:18.696] | : . env <- parent.env(env) [18:23:18.696] | : . } [18:23:18.696] | : . if (identical(penv, globalenv())) { [18:23:18.696] | : . environment(...future.FUN) <- environment() [18:23:18.696] | : . } [18:23:18.696] | : . else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:18.696] | : . !isNamespace(penv)) { [18:23:18.696] | : . parent.env(penv) <- environment() [18:23:18.696] | : . } [18:23:18.696] | : . rm(list = c("env", "penv"), inherits = FALSE) [18:23:18.696] | : . { [18:23:18.696] | : . "# future.apply:::future_xapply(): preserve future option" [18:23:18.696] | : . ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:18.696] | : . if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:18.696] | : . oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:18.696] | : . on.exit(options(oopts), add = TRUE) [18:23:18.696] | : . } [18:23:18.696] | : . { [18:23:18.696] | : . "# future.apply::future_lapply(): process chunk of elements" [18:23:18.696] | : . lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:18.696] | : . ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:18.696] | : . { [18:23:18.696] | : . ...future.FUN(...future.X_jj, ...) [18:23:18.696] | : . } [18:23:18.696] | : . }) [18:23:18.696] | : . } [18:23:18.696] | : . } [18:23:18.696] | : . }, args = future.call.arguments) [18:23:18.696] | : . } [18:23:18.696] | : . Globals: 5 objects totaling 3.83 KiB (function '...future.FUN' of 200 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) [18:23:18.696] | : . Packages: [18:23:18.696] | : . L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:18.696] | : . Capture standard output: FALSE [18:23:18.696] | : . Capture condition classes: 'condition' (excluding '') [18:23:18.696] | : . Immediate condition classes: 'immediateCondition' [18:23:18.696] | : . Lazy evaluation: FALSE [18:23:18.696] | : . Local evaluation: TRUE [18:23:18.696] | : . Early signaling: FALSE [18:23:18.696] | : . Actions: [n=1] 'run' [18:23:18.696] | : . State: 'running' ("Future is being evaluated") [18:23:18.696] | : . Resolved: FALSE [18:23:18.696] | : . Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-7 [18:23:18.696] | : . Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:18.696] | : . Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:18.696] | : . Value: [18:23:18.696] | : . Conditions captured: [18:23:18.894] | : . Chunk #1 of 2 ... DONE [18:23:18.894] | : . Chunk #2 of 2 ... [18:23:18.895] | : . - Finding globals in 'X' for chunk #2 ... [18:23:18.895] | : . getGlobalsAndPackages() ... [18:23:18.895] | : . ' Searching for globals ... [18:23:18.896] | : . ' , globals found: [0] [18:23:18.896] | : . ' Searching for globals ... done [18:23:18.896] | : . ' globals: [0] [18:23:18.896] | : . ' packages: [0] [18:23:18.896] | : . getGlobalsAndPackages() ... done [18:23:18.897] | : . + additional globals found: [n=0] [18:23:18.897] | : . + additional namespaces needed: [n=0] [18:23:18.897] | : . - Finding globals in 'X' for chunk #2 ... DONE [18:23:18.897] | : . - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:18.897] | : . - seeds: [18:23:18.897] | : . - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:18.898] | : . future(..., label = 'future_lapply-2') ... [18:23:18.898] | : . ' lazy: FALSE [18:23:18.898] | : . ' stdout: FALSE [18:23:18.898] | : . ' conditions: [n=1] 'condition' [18:23:18.898] | : . ' getGlobalsAndPackages() ... [18:23:18.898] | : . ' , globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:18.899] | : . ' , Resolving globals: FALSE [18:23:18.899] | : . ' , Tweak future expression to call with '...' arguments ... [18:23:18.899] | : . ' , ; { [18:23:18.899] | : . ' , ; "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:18.899] | : . ' , ; "# expression in do.call(), because function called uses '...' " [18:23:18.899] | : . ' , ; "# as a global variable " [18:23:18.899] | : . ' , ; do.call(function(...) { [18:23:18.899] | : . ' , ; "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:18.899] | : . ' , ; "# without having an '...' argument. This means '...' is treated" [18:23:18.899] | : . ' , ; "# as a global variable. This may happen when FUN() is an " [18:23:18.899] | : . ' , ; "# anonymous function. " [18:23:18.899] | : . ' , ; "# " [18:23:18.899] | : . ' , ; "# If an anonymous function, we will make sure to restore the " [18:23:18.899] | : . ' , ; "# function environment of FUN() to the calling environment. " [18:23:18.899] | : . ' , ; "# We assume FUN() an anonymous function if it lives in the " [18:23:18.899] | : . ' , ; "# global environment, which is where globals are written. " [18:23:18.899] | : . ' , ; penv <- env <- environment(...future.FUN) [18:23:18.899] | : . ' , ; repeat { [18:23:18.899] | : . ' , ; if (identical(env, globalenv()) || identical(env, [18:23:18.899] | : . ' , ; emptyenv())) [18:23:18.899] | : . ' , ; break [18:23:18.899] | : . ' , ; penv <- env [18:23:18.899] | : . ' , ; env <- parent.env(env) [18:23:18.899] | : . ' , ; } [18:23:18.899] | : . ' , ; if (identical(penv, globalenv())) { [18:23:18.899] | : . ' , ; environment(...future.FUN) <- environment() [18:23:18.899] | : . ' , ; } [18:23:18.899] | : . ' , ; else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:18.899] | : . ' , ; !isNamespace(penv)) { [18:23:18.899] | : . ' , ; parent.env(penv) <- environment() [18:23:18.899] | : . ' , ; } [18:23:18.899] | : . ' , ; rm(list = c("env", "penv"), inherits = FALSE) [18:23:18.899] | : . ' , ; { [18:23:18.899] | : . ' , ; "# future.apply:::future_xapply(): preserve future option" [18:23:18.899] | : . ' , ; ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:18.899] | : . ' , ; if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:18.899] | : . ' , ; oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:18.899] | : . ' , ; on.exit(options(oopts), add = TRUE) [18:23:18.899] | : . ' , ; } [18:23:18.899] | : . ' , ; { [18:23:18.899] | : . ' , ; "# future.apply::future_lapply(): process chunk of elements" [18:23:18.899] | : . ' , ; lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:18.899] | : . ' , ; ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:18.899] | : . ' , ; { [18:23:18.899] | : . ' , ; ...future.FUN(...future.X_jj, ...) [18:23:18.899] | : . ' , ; } [18:23:18.899] | : . ' , ; }) [18:23:18.899] | : . ' , ; } [18:23:18.899] | : . ' , ; } [18:23:18.899] | : . ' , ; }, args = future.call.arguments) [18:23:18.899] | : . ' , ; } [18:23:18.900] | : . ' , Tweak future expression to call with '...' arguments ... done [18:23:18.901] | : . ' , Search for packages associated with the globals ... [18:23:18.901] | : . ' , ; Packages associated with globals: [0] [18:23:18.901] | : . ' , ; Packages: [0] [18:23:18.901] | : . ' , Search for packages associated with the globals ... done [18:23:18.902] | : . ' , Packages after dropping 'base': [0] [18:23:18.902] | : . ' , globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:18.902] | : . ' , packages: [0] [18:23:18.902] | : . ' getGlobalsAndPackages() ... done [18:23:18.903] | : . ' run() for 'Future' ('future_lapply-2') ... [18:23:18.903] | : . ' , state: 'created' [18:23:18.903] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:18.903] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:18.903] | : . ' , Using MultisessionFutureBackend ... [18:23:18.904] | : . ' , ; Number of futures since start: 1 (1 created, 1 launched, 0 finished) [18:23:18.904] | : . ' , ; Launching futures ... [18:23:18.904] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [18:23:18.904] | : . ' , ; ` | Workers: [n=2] [18:23:18.904] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:18.912] | : . ' , ; ` | FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:18.913] | : . ' , ; ` | requestWorker() ... [18:23:18.913] | : . ' , ; ` | : requestNode() ... [18:23:18.913] | : . ' , ; ` | : . Number of workers: 2 [18:23:18.913] | : . ' , ; ` | : . Polling for a free worker ... [18:23:18.913] | : . ' , ; ` | : . ' FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:18.914] | : . ' , ; ` | : . ' , Listing all futures [18:23:18.914] | : . ' , ; ` | : . ' , Number of registered futures: 1 [18:23:18.914] | : . ' , ; ` | : . ' FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:18.914] | : . ' , ; ` | : . ' Total time: 0 [18:23:18.914] | : . ' , ; ` | : . Polling for a free worker ... done [18:23:18.914] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:18.915] | : . ' , ; ` | : . ' Listing all futures [18:23:18.915] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:18.915] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:18.915] | : . ' , ; ` | : . avail: [n=2] '2' [18:23:18.915] | : . ' , ; ` | : . Index of first available worker: 2 [18:23:18.915] | : . ' , ; ` | : . Validate that the worker is functional ... [18:23:18.916] | : . ' , ; ` | : . ' Worker is functional [18:23:18.916] | : . ' , ; ` | : . ' FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:18.916] | : . ' , ; ` | : . ' , Listing all futures [18:23:18.917] | : . ' , ; ` | : . ' , Number of registered futures: 1 [18:23:18.917] | : . ' , ; ` | : . ' FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:18.917] | : . ' , ; ` | : . Validate that the worker is functional ... done [18:23:18.917] | : . ' , ; ` | : requestNode() ... done [18:23:18.917] | : . ' , ; ` | : cluster node index: 2 [18:23:18.917] | : . ' , ; ` | requestWorker() ... done [18:23:18.918] | : . ' , ; ` | eraseGlobalEnvironment() ... [18:23:18.918] | : . ' , ; ` | eraseGlobalEnvironment() ... done [18:23:18.918] | : . ' , ; ` | launchFuture() ... [18:23:18.919] | : . ' , ; ` | : cluster node index: 2 [18:23:18.919] | : . ' , ; ` | : getFutureData() ... [18:23:18.919] | : . ' , ; ` | : . getFutureCore() ... [18:23:18.919] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 0): [18:23:18.919] | : . ' , ; ` | : . getFutureCore() ... done [18:23:18.920] | : . ' , ; ` | : . getFutureCapture() ... [18:23:18.920] | : . ' , ; ` | : . getFutureCapture() ... done [18:23:18.920] | : . ' , ; ` | : . getFutureContext() ... [18:23:18.920] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:18.920] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [18:23:18.920] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:18.921] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [18:23:18.921] | : . ' , ; ` | : . getFutureContext() ... done [18:23:18.921] | : . ' , ; ` | : getFutureData() ... done [18:23:18.922] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:18.922] | : . ' , ; ` | : . Appended future to position #2 [18:23:18.922] | : . ' , ; ` | : . Number of registered futures: 2 [18:23:18.922] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:18.922] | : . ' , ; ` | launchFuture() ... done [18:23:18.922] | : . ' , ; ` | MultisessionFuture started [18:23:18.923] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [18:23:18.923] | : . ' , ; Launching futures ... done [18:23:18.923] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:18.923] | : . ' , Using MultisessionFutureBackend ... done [18:23:18.923] | : . ' run() for 'Future' ('future_lapply-2') ... done [18:23:18.923] | : . future(..., label = 'future_lapply-2') ... done [18:23:18.924] | : . Created future: [18:23:18.925] | : . resolved() ... [18:23:18.926] | : . ' resolved() for MultisessionFuture ('future_lapply-2') ... [18:23:18.926] | : . ' , Cluster node socket connection: index=5, id=444 [18:23:18.926] | : . ' , assertValidConnection() ... [18:23:18.926] | : . ' , ; cluster node index: 2 [18:23:18.927] | : . ' , assertValidConnection() ... done [18:23:19.003] | : . ' , receiveMessageFromWorker() for ClusterFuture ... [18:23:19.003] | : . ' , ; cluster node index: 2 [18:23:19.004] | : . ' , ; [1] TRUE [18:23:19.004] | : . ' , ; Received data: [18:23:19.004] | : . ' , ; List of 5 [18:23:19.004] | : . ' , ; $ type : chr "VALUE" [18:23:19.004] | : . ' , ; $ value :List of 16 [18:23:19.004] | : . ' , ; ..$ value :List of 1 [18:23:19.004] | : . ' , ; .. ..$ : int 0 [18:23:19.004] | : . ' , ; ..$ visible : logi TRUE [18:23:19.004] | : . ' , ; ..$ stdout : NULL [18:23:19.004] | : . ' , ; ..$ conditions : list() [18:23:19.004] | : . ' , ; ..$ rng : logi FALSE [18:23:19.004] | : . ' , ; ..$ seed : NULL [18:23:19.004] | : . ' , ; ..$ misuseGlobalEnv : NULL [18:23:19.004] | : . ' , ; ..$ misuseConnections :List of 3 [18:23:19.004] | : . ' , ; .. ..$ added : NULL [18:23:19.004] | : . ' , ; .. ..$ removed : NULL [18:23:19.004] | : . ' , ; .. ..$ replaced: NULL [18:23:19.004] | : . ' , ; ..$ misuseDevices : NULL [18:23:19.004] | : . ' , ; ..$ misuseDefaultDevice: list() [18:23:19.004] | : . ' , ; ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:19.004] | : . ' , ; ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:19" [18:23:19.004] | : . ' , ; ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "8" [18:23:19.004] | : . ' , ; ..$ session_uuid : chr "8913651ed9ff31dc32f31f5d4c35eb7e" [18:23:19.004] | : . ' , ; .. ..- attr(*, "source")=List of 5 [18:23:19.004] | : . ' , ; .. .. ..$ host : Named chr "CRANWIN3" [18:23:19.004] | : . ' , ; .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:19.004] | : . ' , ; .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:19.004] | : . ' , ; .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:19.004] | : . ' , ; .. .. ..$ pid : int 91796 [18:23:19.004] | : . ' , ; .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:19.004] | : . ' , ; .. .. ..$ random: int 2147483647 [18:23:19.004] | : . ' , ; ..$ r_info :List of 4 [18:23:19.004] | : . ' , ; .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:19.004] | : . ' , ; .. .. ..$ : int [1:3] 4 6 0 [18:23:19.004] | : . ' , ; .. ..$ os : chr "windows" [18:23:19.004] | : . ' , ; .. ..$ os_name : chr "Windows" [18:23:19.004] | : . ' , ; .. ..$ captures_utf8: logi TRUE [18:23:19.004] | : . ' , ; ..$ version : chr "1.8" [18:23:19.004] | : . ' , ; ..- attr(*, "class")= chr "FutureResult" [18:23:19.004] | : . ' , ; $ success: logi TRUE [18:23:19.004] | : . ' , ; $ time : 'proc_time' Named num [1:5] 0.07 0 0.07 NA NA [18:23:19.004] | : . ' , ; ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:19.004] | : . ' , ; $ tag : NULL [18:23:19.018] | : . ' , ; Received FutureResult [18:23:19.019] | : . ' , ; FutureResult: [18:23:19.019] | : . ' , ; value: 'list' [18:23:19.019] | : . ' , ; visible: TRUE [18:23:19.019] | : . ' , ; stdout: NULL [18:23:19.019] | : . ' , ; conditions: [n = 0] [18:23:19.019] | : . ' , ; RNG used: FALSE [18:23:19.019] | : . ' , ; duration: 0.06725621 secs (started 2026-01-18 18:23:18.934481) [18:23:19.019] | : . ' , ; version: 1.8 [18:23:19.019] | : . ' , ; FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:19.020] | : . ' , ; ` Removed future from position #2 [18:23:19.020] | : . ' , ; ` Number of registered futures: 1 [18:23:19.020] | : . ' , ; FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:19.020] | : . ' , ; Erased future from future backend [18:23:19.020] | : . ' , ; result() for ClusterFuture ... [18:23:19.021] | : . ' , ; ` result already collected: FutureResult [18:23:19.021] | : . ' , ; result() for ClusterFuture ... done [18:23:19.021] | : . ' , ; signalConditions() ... [18:23:19.021] | : . ' , ; ` include = 'immediateCondition' [18:23:19.021] | : . ' , ; ` exclude = [18:23:19.021] | : . ' , ; ` resignal = FALSE [18:23:19.022] | : . ' , ; ` Number of conditions: 0 [18:23:19.022] | : . ' , ; ` int 0 [18:23:19.022] | : . ' , ; signalConditions() ... done [18:23:19.023] | : . ' , receiveMessageFromWorker() for ClusterFuture ... done [18:23:19.023] | : . ' , receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:19.023] | : . ' resolved() for MultisessionFuture ('future_lapply-2') ... done [18:23:19.023] | : . ' assertFutureResult() ... [18:23:19.023] | : . ' , Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-8 [18:23:19.023] | : . ' , identical; success [18:23:19.024] | : . ' assertFutureResult() ... done [18:23:19.024] | : . resolved() ... done [18:23:18.924] | : . MultisessionFuture: [18:23:18.924] | : . Label: 'future_lapply-2' [18:23:18.924] | : . Expression: [18:23:18.924] | : . { [18:23:18.924] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:18.924] | : . "# expression in do.call(), because function called uses '...' " [18:23:18.924] | : . "# as a global variable " [18:23:18.924] | : . do.call(function(...) { [18:23:18.924] | : . "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:18.924] | : . "# without having an '...' argument. This means '...' is treated" [18:23:18.924] | : . "# as a global variable. This may happen when FUN() is an " [18:23:18.924] | : . "# anonymous function. " [18:23:18.924] | : . "# " [18:23:18.924] | : . "# If an anonymous function, we will make sure to restore the " [18:23:18.924] | : . "# function environment of FUN() to the calling environment. " [18:23:18.924] | : . "# We assume FUN() an anonymous function if it lives in the " [18:23:18.924] | : . "# global environment, which is where globals are written. " [18:23:18.924] | : . penv <- env <- environment(...future.FUN) [18:23:18.924] | : . repeat { [18:23:18.924] | : . if (identical(env, globalenv()) || identical(env, [18:23:18.924] | : . emptyenv())) [18:23:18.924] | : . break [18:23:18.924] | : . penv <- env [18:23:18.924] | : . env <- parent.env(env) [18:23:18.924] | : . } [18:23:18.924] | : . if (identical(penv, globalenv())) { [18:23:18.924] | : . environment(...future.FUN) <- environment() [18:23:18.924] | : . } [18:23:18.924] | : . else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:18.924] | : . !isNamespace(penv)) { [18:23:18.924] | : . parent.env(penv) <- environment() [18:23:18.924] | : . } [18:23:18.924] | : . rm(list = c("env", "penv"), inherits = FALSE) [18:23:18.924] | : . { [18:23:18.924] | : . "# future.apply:::future_xapply(): preserve future option" [18:23:18.924] | : . ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:18.924] | : . if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:18.924] | : . oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:18.924] | : . on.exit(options(oopts), add = TRUE) [18:23:18.924] | : . } [18:23:18.924] | : . { [18:23:18.924] | : . "# future.apply::future_lapply(): process chunk of elements" [18:23:18.924] | : . lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:18.924] | : . ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:18.924] | : . { [18:23:18.924] | : . ...future.FUN(...future.X_jj, ...) [18:23:18.924] | : . } [18:23:18.924] | : . }) [18:23:18.924] | : . } [18:23:18.924] | : . } [18:23:18.924] | : . }, args = future.call.arguments) [18:23:18.924] | : . } [18:23:18.924] | : . Globals: 5 objects totaling 3.83 KiB (function '...future.FUN' of 200 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) [18:23:18.924] | : . Packages: [18:23:18.924] | : . L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:18.924] | : . Capture standard output: FALSE [18:23:18.924] | : . Capture condition classes: 'condition' (excluding '') [18:23:18.924] | : . Immediate condition classes: 'immediateCondition' [18:23:18.924] | : . Lazy evaluation: FALSE [18:23:18.924] | : . Local evaluation: TRUE [18:23:18.924] | : . Early signaling: FALSE [18:23:18.924] | : . Actions: [n=1] 'run' [18:23:18.924] | : . State: 'running' ("Future is being evaluated") [18:23:18.924] | : . Resolved: TRUE [18:23:18.924] | : . Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-8 [18:23:18.924] | : . Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:18.924] | : . Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:18.924] | : . Value: [18:23:18.924] | : . Conditions captured: [18:23:19.024] | : . Chunk #2 of 2 ... DONE [18:23:19.024] | : . Launching 2 futures (chunks) ... DONE [18:23:19.025] | : . Resolving 2 futures (chunks) ... [18:23:19.025] | : . value() for list ... [18:23:19.025] | : . ' recursive: 0 [18:23:19.025] | : . ' reduce: FALSE [18:23:19.025] | : . ' length: 2 [18:23:19.026] | : . ' Number of remaining objects: 2 [18:23:19.026] | : . ' checking value #1: [18:23:19.026] | : . ' 'obj' is MultisessionFuture [18:23:19.026] | : . ' resolved() ... [18:23:19.026] | : . ' , resolved() for MultisessionFuture ('future_lapply-1') ... [18:23:19.027] | : . ' , ; Cluster node socket connection: index=4, id=443 [18:23:19.027] | : . ' , ; assertValidConnection() ... [18:23:19.027] | : . ' , ; ` cluster node index: 1 [18:23:19.027] | : . ' , ; assertValidConnection() ... done [18:23:19.222] | : . ' , ; socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:19.222] | : . ' , resolved() for MultisessionFuture ('future_lapply-1') ... done [18:23:19.222] | : . ' resolved() ... done [18:23:19.222] | : . ' checking value #2: [18:23:19.223] | : . ' 'obj' is MultisessionFuture [18:23:19.223] | : . ' resolved() ... [18:23:19.223] | : . ' resolved() ... done [18:23:19.223] | : . ' MultisessionFuture #2 [18:23:19.223] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:19.224] | : . ' , nx: 2 [18:23:19.224] | : . ' , relay: TRUE [18:23:19.224] | : . ' , stdout: TRUE [18:23:19.224] | : . ' , signal: TRUE [18:23:19.224] | : . ' , resignal: FALSE [18:23:19.224] | : . ' , force: TRUE [18:23:19.225] | : . ' , relayed: [n=2] FALSE, FALSE [18:23:19.225] | : . ' , queued futures: [n=2] FALSE, FALSE [18:23:19.225] | : . ' , until=1 [18:23:19.225] | : . ' , relaying element #1 [18:23:19.225] | : . ' , relayed: [n=2] FALSE, FALSE [18:23:19.225] | : . ' , queued futures: [n=2] FALSE, TRUE [18:23:19.226] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:19.226] | : . ' value(, ...) ... [18:23:19.226] | : . ' value(, ...) ... done [18:23:19.226] | : . ' value() for MultisessionFuture ('future_lapply-2') ... [18:23:19.226] | : . ' , result() for ClusterFuture ... [18:23:19.226] | : . ' , ; result already collected: FutureResult [18:23:19.227] | : . ' , result() for ClusterFuture ... done [18:23:19.227] | : . ' , result() for ClusterFuture ... [18:23:19.227] | : . ' , ; result already collected: FutureResult [18:23:19.227] | : . ' , result() for ClusterFuture ... done [18:23:19.227] | : . ' , signalConditions() ... [18:23:19.228] | : . ' , ; include = 'immediateCondition' [18:23:19.228] | : . ' , ; exclude = [18:23:19.228] | : . ' , ; resignal = FALSE [18:23:19.228] | : . ' , ; Number of conditions: 0 [18:23:19.228] | : . ' , ; int 0 [18:23:19.229] | : . ' , signalConditions() ... done [18:23:19.229] | : . ' , check for misuse ... [18:23:19.229] | : . ' , check for misuse ... done [18:23:19.229] | : . ' value() for MultisessionFuture ('future_lapply-2') ... done [18:23:19.230] | : . ' value: [18:23:19.230] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:19.230] | : . ' , nx: 2 [18:23:19.230] | : . ' , relay: TRUE [18:23:19.230] | : . ' , stdout: TRUE [18:23:19.230] | : . ' , signal: TRUE [18:23:19.231] | : . ' , resignal: FALSE [18:23:19.231] | : . ' , force: TRUE [18:23:19.231] | : . ' , relayed: [n=2] FALSE, FALSE [18:23:19.231] | : . ' , queued futures: [n=2] FALSE, TRUE [18:23:19.231] | : . ' , until=1 [18:23:19.232] | : . ' , relaying element #1 [18:23:19.232] | : . ' , relayed: [n=2] FALSE, FALSE [18:23:19.232] | : . ' , queued futures: [n=2] FALSE, TRUE [18:23:19.232] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:19.232] | : . ' resolve() for MultisessionFuture ... [18:23:19.232] | : . ' resolve() for MultisessionFuture ... done [18:23:19.233] | : . ' length: 1 (resolved future 2) [18:23:19.233] | : . value() for list ... done [18:23:19.252] | : . Number of remaining objects: 1 [18:23:19.253] | : . checking value #1: [18:23:19.253] | : . 'obj' is MultisessionFuture [18:23:19.253] | : . resolved() ... [18:23:19.253] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [18:23:19.254] | : . ' , Cluster node socket connection: index=4, id=443 [18:23:19.254] | : . ' , assertValidConnection() ... [18:23:19.254] | : . ' , ; cluster node index: 1 [18:23:19.254] | : . ' , assertValidConnection() ... done [18:23:19.273] | : . ' , receiveMessageFromWorker() for ClusterFuture ... [18:23:19.274] | : . ' , ; cluster node index: 1 [18:23:19.274] | : . ' , ; [1] TRUE [18:23:19.274] | : . ' , ; Received data: [18:23:19.274] | : . ' , ; List of 5 [18:23:19.274] | : . ' , ; $ type : chr "VALUE" [18:23:19.274] | : . ' , ; $ value :List of 16 [18:23:19.274] | : . ' , ; ..$ value :List of 1 [18:23:19.274] | : . ' , ; .. ..$ : int 1 [18:23:19.274] | : . ' , ; ..$ visible : logi TRUE [18:23:19.274] | : . ' , ; ..$ stdout : NULL [18:23:19.274] | : . ' , ; ..$ conditions : list() [18:23:19.274] | : . ' , ; ..$ rng : logi FALSE [18:23:19.274] | : . ' , ; ..$ seed : NULL [18:23:19.274] | : . ' , ; ..$ misuseGlobalEnv : NULL [18:23:19.274] | : . ' , ; ..$ misuseConnections :List of 3 [18:23:19.274] | : . ' , ; .. ..$ added : NULL [18:23:19.274] | : . ' , ; .. ..$ removed : NULL [18:23:19.274] | : . ' , ; .. ..$ replaced: NULL [18:23:19.274] | : . ' , ; ..$ misuseDevices : NULL [18:23:19.274] | : . ' , ; ..$ misuseDefaultDevice: list() [18:23:19.274] | : . ' , ; ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:19.274] | : . ' , ; ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:19" [18:23:19.274] | : . ' , ; ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "7" [18:23:19.274] | : . ' , ; ..$ session_uuid : chr "c5359fa91c7b39075b90a3b6c0674946" [18:23:19.274] | : . ' , ; .. ..- attr(*, "source")=List of 5 [18:23:19.274] | : . ' , ; .. .. ..$ host : Named chr "CRANWIN3" [18:23:19.274] | : . ' , ; .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:19.274] | : . ' , ; .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:19.274] | : . ' , ; .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:19.274] | : . ' , ; .. .. ..$ pid : int 104412 [18:23:19.274] | : . ' , ; .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:19.274] | : . ' , ; .. .. ..$ random: int 2147483647 [18:23:19.274] | : . ' , ; ..$ r_info :List of 4 [18:23:19.274] | : . ' , ; .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:19.274] | : . ' , ; .. .. ..$ : int [1:3] 4 6 0 [18:23:19.274] | : . ' , ; .. ..$ os : chr "windows" [18:23:19.274] | : . ' , ; .. ..$ os_name : chr "Windows" [18:23:19.274] | : . ' , ; .. ..$ captures_utf8: logi TRUE [18:23:19.274] | : . ' , ; ..$ version : chr "1.8" [18:23:19.274] | : . ' , ; ..- attr(*, "class")= chr "FutureResult" [18:23:19.274] | : . ' , ; $ success: logi TRUE [18:23:19.274] | : . ' , ; $ time : 'proc_time' Named num [1:5] 0.05 0.01 0.58 NA NA [18:23:19.274] | : . ' , ; ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:19.274] | : . ' , ; $ tag : NULL [18:23:19.288] | : . ' , ; Received FutureResult [18:23:19.288] | : . ' , ; FutureResult: [18:23:19.288] | : . ' , ; value: 'list' [18:23:19.288] | : . ' , ; visible: TRUE [18:23:19.288] | : . ' , ; stdout: NULL [18:23:19.288] | : . ' , ; conditions: [n = 0] [18:23:19.288] | : . ' , ; RNG used: FALSE [18:23:19.288] | : . ' , ; duration: 0.567379 secs (started 2026-01-18 18:23:18.705228) [18:23:19.288] | : . ' , ; version: 1.8 [18:23:19.289] | : . ' , ; FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:19.289] | : . ' , ; ` Removed future from position #1 [18:23:19.290] | : . ' , ; ` Number of registered futures: 0 [18:23:19.290] | : . ' , ; FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:19.290] | : . ' , ; Erased future from future backend [18:23:19.290] | : . ' , ; result() for ClusterFuture ... [18:23:19.290] | : . ' , ; ` result already collected: FutureResult [18:23:19.290] | : . ' , ; result() for ClusterFuture ... done [18:23:19.291] | : . ' , ; signalConditions() ... [18:23:19.291] | : . ' , ; ` include = 'immediateCondition' [18:23:19.291] | : . ' , ; ` exclude = [18:23:19.291] | : . ' , ; ` resignal = FALSE [18:23:19.291] | : . ' , ; ` Number of conditions: 0 [18:23:19.291] | : . ' , ; ` int 0 [18:23:19.292] | : . ' , ; signalConditions() ... done [18:23:19.292] | : . ' , receiveMessageFromWorker() for ClusterFuture ... done [18:23:19.292] | : . ' , receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:19.293] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [18:23:19.293] | : . ' assertFutureResult() ... [18:23:19.293] | : . ' , Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-7 [18:23:19.293] | : . ' , identical; success [18:23:19.293] | : . ' assertFutureResult() ... done [18:23:19.294] | : . resolved() ... done [18:23:19.294] | : . MultisessionFuture #1 [18:23:19.294] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:19.294] | : . ' nx: 2 [18:23:19.294] | : . ' relay: TRUE [18:23:19.294] | : . ' stdout: TRUE [18:23:19.295] | : . ' signal: TRUE [18:23:19.295] | : . ' resignal: FALSE [18:23:19.295] | : . ' force: TRUE [18:23:19.295] | : . ' relayed: [n=2] FALSE, FALSE [18:23:19.295] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:19.295] | : . ' until=1 [18:23:19.296] | : . ' relaying element #1 [18:23:19.296] | : . ' value() for MultisessionFuture ('future_lapply-1') ... [18:23:19.296] | : . ' , result() for ClusterFuture ... [18:23:19.296] | : . ' , ; result already collected: FutureResult [18:23:19.296] | : . ' , result() for ClusterFuture ... done [18:23:19.297] | : . ' , result() for ClusterFuture ... [18:23:19.297] | : . ' , ; result already collected: FutureResult [18:23:19.297] | : . ' , result() for ClusterFuture ... done [18:23:19.297] | : . ' , signalConditions() ... [18:23:19.297] | : . ' , ; include = 'immediateCondition' [18:23:19.297] | : . ' , ; exclude = [18:23:19.298] | : . ' , ; resignal = FALSE [18:23:19.298] | : . ' , ; Number of conditions: 0 [18:23:19.298] | : . ' , ; int 0 [18:23:19.298] | : . ' , signalConditions() ... done [18:23:19.299] | : . ' , relay stdout ... [18:23:19.299] | : . ' , relay stdout ... done [18:23:19.299] | : . ' , check for misuse ... [18:23:19.299] | : . ' , check for misuse ... done [18:23:19.299] | : . ' value() for MultisessionFuture ('future_lapply-1') ... done [18:23:19.300] | : . ' result() for ClusterFuture ... [18:23:19.300] | : . ' , result already collected: FutureResult [18:23:19.300] | : . ' result() for ClusterFuture ... done [18:23:19.300] | : . ' signalConditions() ... [18:23:19.300] | : . ' , include = 'immediateCondition' [18:23:19.301] | : . ' , exclude = [18:23:19.301] | : . ' , resignal = FALSE [18:23:19.301] | : . ' , Number of conditions: 0 [18:23:19.301] | : . ' , int 0 [18:23:19.302] | : . ' signalConditions() ... done [18:23:19.302] | : . ' result() for ClusterFuture ... [18:23:19.302] | : . ' , result already collected: FutureResult [18:23:19.302] | : . ' result() for ClusterFuture ... done [18:23:19.302] | : . ' signalConditions() ... [18:23:19.302] | : . ' , include = 'condition' [18:23:19.303] | : . ' , exclude = 'error', 'immediateCondition' [18:23:19.303] | : . ' , resignal = TRUE [18:23:19.303] | : . ' , Number of conditions: 0 [18:23:19.303] | : . ' , int 0 [18:23:19.304] | : . ' signalConditions() ... done [18:23:19.304] | : . ' relayed: [n=2] TRUE, FALSE [18:23:19.304] | : . ' queued futures: [n=2] TRUE, TRUE [18:23:19.304] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:19.304] | : . value(, ...) ... [18:23:19.305] | : . value(, ...) ... done [18:23:19.305] | : . value() for MultisessionFuture ('future_lapply-1') ... [18:23:19.305] | : . ' result() for ClusterFuture ... [18:23:19.305] | : . ' , result already collected: FutureResult [18:23:19.305] | : . ' result() for ClusterFuture ... done [18:23:19.306] | : . ' result() for ClusterFuture ... [18:23:19.306] | : . ' , result already collected: FutureResult [18:23:19.306] | : . ' result() for ClusterFuture ... done [18:23:19.306] | : . ' signalConditions() ... [18:23:19.306] | : . ' , include = 'immediateCondition' [18:23:19.306] | : . ' , exclude = [18:23:19.307] | : . ' , resignal = FALSE [18:23:19.307] | : . ' , Number of conditions: 0 [18:23:19.307] | : . ' , int 0 [18:23:19.308] | : . ' signalConditions() ... done [18:23:19.308] | : . ' check for misuse ... [18:23:19.308] | : . ' check for misuse ... done [18:23:19.308] | : . value() for MultisessionFuture ('future_lapply-1') ... done [18:23:19.308] | : . value: [18:23:19.308] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:19.309] | : . ' nx: 2 [18:23:19.309] | : . ' relay: TRUE [18:23:19.309] | : . ' stdout: TRUE [18:23:19.309] | : . ' signal: TRUE [18:23:19.309] | : . ' resignal: FALSE [18:23:19.309] | : . ' force: TRUE [18:23:19.310] | : . ' relayed: [n=2] TRUE, FALSE [18:23:19.310] | : . ' queued futures: [n=2] TRUE, TRUE [18:23:19.310] | : . ' until=2 [18:23:19.310] | : . ' relaying element #2 [18:23:19.310] | : . ' value() for MultisessionFuture ('future_lapply-2') ... [18:23:19.311] | : . ' , result() for ClusterFuture ... [18:23:19.311] | : . ' , ; result already collected: FutureResult [18:23:19.311] | : . ' , result() for ClusterFuture ... done [18:23:19.311] | : . ' , result() for ClusterFuture ... [18:23:19.311] | : . ' , ; result already collected: FutureResult [18:23:19.312] | : . ' , result() for ClusterFuture ... done [18:23:19.312] | : . ' , signalConditions() ... [18:23:19.312] | : . ' , ; include = 'immediateCondition' [18:23:19.312] | : . ' , ; exclude = [18:23:19.312] | : . ' , ; resignal = FALSE [18:23:19.312] | : . ' , ; Number of conditions: 0 [18:23:19.312] | : . ' , ; int 0 [18:23:19.313] | : . ' , signalConditions() ... done [18:23:19.313] | : . ' , relay stdout ... [18:23:19.313] | : . ' , relay stdout ... done [18:23:19.314] | : . ' , check for misuse ... [18:23:19.314] | : . ' , check for misuse ... done [18:23:19.314] | : . ' value() for MultisessionFuture ('future_lapply-2') ... done [18:23:19.314] | : . ' result() for ClusterFuture ... [18:23:19.314] | : . ' , result already collected: FutureResult [18:23:19.314] | : . ' result() for ClusterFuture ... done [18:23:19.315] | : . ' signalConditions() ... [18:23:19.315] | : . ' , include = 'immediateCondition' [18:23:19.315] | : . ' , exclude = [18:23:19.315] | : . ' , resignal = FALSE [18:23:19.315] | : . ' , Number of conditions: 0 [18:23:19.316] | : . ' , int 0 [18:23:19.316] | : . ' signalConditions() ... done [18:23:19.316] | : . ' result() for ClusterFuture ... [18:23:19.317] | : . ' , result already collected: FutureResult [18:23:19.317] | : . ' result() for ClusterFuture ... done [18:23:19.317] | : . ' signalConditions() ... [18:23:19.317] | : . ' , include = 'condition' [18:23:19.317] | : . ' , exclude = 'error', 'immediateCondition' [18:23:19.317] | : . ' , resignal = TRUE [18:23:19.318] | : . ' , Number of conditions: 0 [18:23:19.318] | : . ' , int 0 [18:23:19.318] | : . ' signalConditions() ... done [18:23:19.318] | : . ' relayed: [n=2] TRUE, TRUE [18:23:19.319] | : . ' queued futures: [n=2] TRUE, TRUE [18:23:19.319] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:19.319] | : . resolve() for MultisessionFuture ... [18:23:19.319] | : . resolve() for MultisessionFuture ... done [18:23:19.319] | : . length: 0 (resolved future 1) [18:23:19.320] | : future_lapply() -> future_xapply() ... done [18:23:19.320] | : Relaying remaining futures ... [18:23:19.320] | : . signalConditionsASAP(NULL, pos=0) ... [18:23:19.320] | : . ' nx: 2 [18:23:19.320] | : . ' relay: TRUE [18:23:19.320] | : . ' stdout: TRUE [18:23:19.321] | : . ' signal: TRUE [18:23:19.321] | : . ' resignal: FALSE [18:23:19.321] | : . ' force: TRUE [18:23:19.321] | : . ' relayed: [n=2] TRUE, TRUE [18:23:19.321] | : . ' queued futures: [n=2] TRUE, TRUE - flush all [18:23:19.322] | : . ' relayed: [n=2] TRUE, TRUE [18:23:19.322] | : . ' queued futures: [n=2] TRUE, TRUE [18:23:19.322] | : . signalConditionsASAP(NULL, pos=0) ... done [18:23:19.322] | : Relaying remaining futures ... done [18:23:19.322] | future_lapply() ... done [18:23:19.323] | - Number of value chunks collected: 2 [18:23:19.323] | Resolving 2 futures (chunks) ... DONE [18:23:19.323] | Reducing values from 2 chunks ... [18:23:19.323] | - Number of values collected after concatenation: 2 [18:23:19.323] | - Number of values expected: 2 [18:23:19.323] | Reducing values from 2 chunks ... DONE [18:23:19.324] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... [18:23:19.325] future_lapply() ... [18:23:19.328] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [18:23:19.328] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [18:23:19.328] | future_lapply() -> future_xapply() ... [18:23:19.328] | : nbrOfWorkers(NULL) ... [18:23:19.329] | : . List of 4 [18:23:19.329] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:19.329] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:19.329] | : . $ : language nbrOfWorkers() [18:23:19.329] | : . $ : language nbrOfWorkers.NULL() [18:23:19.331] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:19.331] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:19.331] | : . Number of workers: 2 [18:23:19.331] | : nbrOfWorkers(NULL) ... done [18:23:19.332] | : Number of chunks: 2 [18:23:19.332] | : getGlobalsAndPackagesXApply() ... [18:23:19.332] | : . future.globals: TRUE [18:23:19.332] | : . getGlobalsAndPackages() ... [18:23:19.332] | : . ' Searching for globals ... [18:23:19.341] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [18:23:19.341] | : . ' Searching for globals ... done [18:23:19.341] | : . ' Resolving globals: FALSE [18:23:19.342] | : . ' Search for packages associated with the globals ... [18:23:19.342] | : . ' , Packages associated with globals: [1] 'base' [18:23:19.342] | : . ' , Packages: [1] 'base' [18:23:19.342] | : . ' Search for packages associated with the globals ... done [18:23:19.343] | : . ' The total size of the 1 globals is 200 bytes (200 bytes) [18:23:19.343] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 200 bytes There is one global: 'FUN' (200 bytes of class 'function') [18:23:19.343] | : . ' Packages after dropping 'base': [0] [18:23:19.344] | : . ' globals: [1] 'FUN' [18:23:19.344] | : . ' packages: [0] [18:23:19.344] | : . getGlobalsAndPackages() ... done [18:23:19.344] | : . globals found/used: [n=1] 'FUN' [18:23:19.344] | : . needed namespaces: [n=0] [18:23:19.344] | : . use_args: TRUE [18:23:19.345] | : . Getting '...' globals ... [18:23:19.345] | : . ' resolve() for FutureGlobals ... [18:23:19.345] | : . ' , recursive: 0 [18:23:19.345] | : . ' , Number of elements: 1 [18:23:19.346] | : . ' , elements: '...' [18:23:19.346] | : . ' , 'obj' is DotDotDotList [18:23:19.346] | : . ' , resolve(obj, ...) ... [18:23:19.346] | : . ' , ; resolve() for DotDotDotList ... [18:23:19.346] | : . ' , ; ` recursive: -1 [18:23:19.347] | : . ' , ; resolve() for DotDotDotList ... done [18:23:19.347] | : . ' , resolve(obj, ...) ... done [18:23:19.347] | : . ' , resolved() ... [18:23:19.347] | : . ' , ; resolved() for DotDotDotList ... [18:23:19.347] | : . ' , ; ` Number of elements: 0 [18:23:19.347] | : . ' , ; ` Number of futures: 0 [18:23:19.348] | : . ' , ; resolved() for DotDotDotList ... done [18:23:19.348] | : . ' , resolved() ... done [18:23:19.348] | : . ' , length: 0 (resolved future 1) [18:23:19.348] | : . ' resolve() for FutureGlobals ... done [18:23:19.348] | : . ' '...' content: [n=0] [18:23:19.348] | : . ' List of 1 [18:23:19.348] | : . ' $ ...: list() [18:23:19.348] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:19.348] | : . ' - attr(*, "where")=List of 1 [18:23:19.348] | : . ' ..$ ...: [18:23:19.348] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:19.348] | : . ' - attr(*, "resolved")= logi TRUE [18:23:19.348] | : . ' - attr(*, "total_size")= num NA [18:23:19.351] | : . Getting '...' globals ... done [18:23:19.352] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [18:23:19.352] | : . List of 2 [18:23:19.352] | : . $ ...future.FUN:function (x) [18:23:19.352] | : . $ ... : list() [18:23:19.352] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:19.352] | : . - attr(*, "where")=List of 2 [18:23:19.352] | : . ..$ ...future.FUN: [18:23:19.352] | : . ..$ ... : [18:23:19.352] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:19.352] | : . - attr(*, "resolved")= logi FALSE [18:23:19.352] | : . - attr(*, "total_size")= num 3656 [18:23:19.355] | : . Packages to be attached in all futures: [n=0] [18:23:19.355] | : getGlobalsAndPackagesXApply() ... done [18:23:19.356] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.356] | : List of 5 [18:23:19.356] | : $ ...future.FUN :function (x) [18:23:19.356] | : $ ... : list() [18:23:19.356] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:19.356] | : $ ...future.elements_ii : NULL [18:23:19.356] | : $ ...future.seeds_ii : NULL [18:23:19.356] | : $ ...future.globals.maxSize: NULL [18:23:19.356] | : - attr(*, "where")=List of 5 [18:23:19.356] | : ..$ ...future.FUN : [18:23:19.356] | : ..$ ... : [18:23:19.356] | : ..$ ...future.elements_ii : [18:23:19.356] | : ..$ ...future.seeds_ii : [18:23:19.356] | : ..$ ...future.globals.maxSize: [18:23:19.356] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:19.356] | : - attr(*, "resolved")= logi FALSE [18:23:19.356] | : - attr(*, "total_size")= num 3656 [18:23:19.361] | : Number of futures (= number of chunks): 2 [18:23:19.361] | : Launching 2 futures (chunks) ... [18:23:19.361] | : Chunk #1 of 2 ... [18:23:19.362] | : - Finding globals in 'X' for chunk #1 ... [18:23:19.362] | : getGlobalsAndPackages() ... [18:23:19.362] | : . Searching for globals ... [18:23:19.363] | : . ' globals found: [0] [18:23:19.363] | : . Searching for globals ... done [18:23:19.363] | : . globals: [0] [18:23:19.363] | : . packages: [0] [18:23:19.363] | : getGlobalsAndPackages() ... done [18:23:19.363] | : + additional globals found: [n=0] [18:23:19.364] | : + additional namespaces needed: [n=0] [18:23:19.364] | : - Finding globals in 'X' for chunk #1 ... DONE [18:23:19.364] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:19.364] | : - seeds: [18:23:19.364] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.364] | : future(..., label = 'future_lapply-1') ... [18:23:19.365] | : . lazy: FALSE [18:23:19.365] | : . stdout: TRUE [18:23:19.365] | : . conditions: [n=1] 'condition' [18:23:19.365] | : . getGlobalsAndPackages() ... [18:23:19.365] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.365] | : . ' Resolving globals: FALSE [18:23:19.366] | : . ' Tweak future expression to call with '...' arguments ... [18:23:19.366] | : . ' , { [18:23:19.366] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:19.366] | : . ' , "# expression in do.call(), because function called uses '...' " [18:23:19.366] | : . ' , "# as a global variable " [18:23:19.366] | : . ' , do.call(function(...) { [18:23:19.366] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:19.366] | : . ' , "# without having an '...' argument. This means '...' is treated" [18:23:19.366] | : . ' , "# as a global variable. This may happen when FUN() is an " [18:23:19.366] | : . ' , "# anonymous function. " [18:23:19.366] | : . ' , "# " [18:23:19.366] | : . ' , "# If an anonymous function, we will make sure to restore the " [18:23:19.366] | : . ' , "# function environment of FUN() to the calling environment. " [18:23:19.366] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [18:23:19.366] | : . ' , "# global environment, which is where globals are written. " [18:23:19.366] | : . ' , penv <- env <- environment(...future.FUN) [18:23:19.366] | : . ' , repeat { [18:23:19.366] | : . ' , if (identical(env, globalenv()) || identical(env, [18:23:19.366] | : . ' , emptyenv())) [18:23:19.366] | : . ' , break [18:23:19.366] | : . ' , penv <- env [18:23:19.366] | : . ' , env <- parent.env(env) [18:23:19.366] | : . ' , } [18:23:19.366] | : . ' , if (identical(penv, globalenv())) { [18:23:19.366] | : . ' , environment(...future.FUN) <- environment() [18:23:19.366] | : . ' , } [18:23:19.366] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:19.366] | : . ' , !isNamespace(penv)) { [18:23:19.366] | : . ' , parent.env(penv) <- environment() [18:23:19.366] | : . ' , } [18:23:19.366] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [18:23:19.366] | : . ' , { [18:23:19.366] | : . ' , "# future.apply:::future_xapply(): preserve future option" [18:23:19.366] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:19.366] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:19.366] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:19.366] | : . ' , on.exit(options(oopts), add = TRUE) [18:23:19.366] | : . ' , } [18:23:19.366] | : . ' , { [18:23:19.366] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [18:23:19.366] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:19.366] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:19.366] | : . ' , { [18:23:19.366] | : . ' , ...future.FUN(...future.X_jj, ...) [18:23:19.366] | : . ' , } [18:23:19.366] | : . ' , }) [18:23:19.366] | : . ' , } [18:23:19.366] | : . ' , } [18:23:19.366] | : . ' , }, args = future.call.arguments) [18:23:19.366] | : . ' , } [18:23:19.367] | : . ' Tweak future expression to call with '...' arguments ... done [18:23:19.367] | : . ' Search for packages associated with the globals ... [18:23:19.368] | : . ' , Packages associated with globals: [0] [18:23:19.368] | : . ' , Packages: [0] [18:23:19.368] | : . ' Search for packages associated with the globals ... done [18:23:19.368] | : . ' Packages after dropping 'base': [0] [18:23:19.368] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.369] | : . ' packages: [0] [18:23:19.369] | : . getGlobalsAndPackages() ... done [18:23:19.369] | : . run() for 'Future' ('future_lapply-1') ... [18:23:19.369] | : . ' state: 'created' [18:23:19.370] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:19.370] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:19.370] | : . ' Using MultisessionFutureBackend ... [18:23:19.370] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [18:23:19.370] | : . ' , Launching futures ... [18:23:19.371] | : . ' , ; launchFuture() for ClusterFutureBackend ... [18:23:19.371] | : . ' , ; ` Workers: [n=2] [18:23:19.371] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:19.373] | : . ' , ; ` FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:19.373] | : . ' , ; ` requestWorker() ... [18:23:19.373] | : . ' , ; ` | requestNode() ... [18:23:19.373] | : . ' , ; ` | : Number of workers: 2 [18:23:19.373] | : . ' , ; ` | : Polling for a free worker ... [18:23:19.374] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:19.374] | : . ' , ; ` | : . ' Listing all futures [18:23:19.374] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:19.374] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:19.374] | : . ' , ; ` | : . Total time: 0 [18:23:19.374] | : . ' , ; ` | : Polling for a free worker ... done [18:23:19.375] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:19.375] | : . ' , ; ` | : . Listing all futures [18:23:19.375] | : . ' , ; ` | : . Number of registered futures: 0 [18:23:19.375] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:19.375] | : . ' , ; ` | : avail: [n=2] '1', '2' [18:23:19.375] | : . ' , ; ` | : Index of first available worker: 1 [18:23:19.376] | : . ' , ; ` | : Validate that the worker is functional ... [18:23:19.376] | : . ' , ; ` | : . Worker is functional [18:23:19.376] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:19.376] | : . ' , ; ` | : . ' Listing all futures [18:23:19.377] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:19.377] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:19.377] | : . ' , ; ` | : Validate that the worker is functional ... done [18:23:19.377] | : . ' , ; ` | requestNode() ... done [18:23:19.377] | : . ' , ; ` | cluster node index: 1 [18:23:19.377] | : . ' , ; ` requestWorker() ... done [18:23:19.378] | : . ' , ; ` eraseGlobalEnvironment() ... [18:23:19.378] | : . ' , ; ` eraseGlobalEnvironment() ... done [18:23:19.378] | : . ' , ; ` launchFuture() ... [18:23:19.379] | : . ' , ; ` | cluster node index: 1 [18:23:19.379] | : . ' , ; ` | getFutureData() ... [18:23:19.379] | : . ' , ; ` | : getFutureCore() ... [18:23:19.379] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [18:23:19.379] | : . ' , ; ` | : getFutureCore() ... done [18:23:19.379] | : . ' , ; ` | : getFutureCapture() ... [18:23:19.380] | : . ' , ; ` | : getFutureCapture() ... done [18:23:19.380] | : . ' , ; ` | : getFutureContext() ... [18:23:19.380] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:19.380] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [18:23:19.380] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:19.380] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [18:23:19.381] | : . ' , ; ` | : getFutureContext() ... done [18:23:19.381] | : . ' , ; ` | getFutureData() ... done [18:23:19.381] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:19.381] | : . ' , ; ` | : Appended future to position #1 [18:23:19.382] | : . ' , ; ` | : Number of registered futures: 1 [18:23:19.382] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:19.382] | : . ' , ; ` launchFuture() ... done [18:23:19.382] | : . ' , ; ` MultisessionFuture started [18:23:19.382] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [18:23:19.383] | : . ' , Launching futures ... done [18:23:19.383] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:19.383] | : . ' Using MultisessionFutureBackend ... done [18:23:19.383] | : . run() for 'Future' ('future_lapply-1') ... done [18:23:19.383] | : future(..., label = 'future_lapply-1') ... done [18:23:19.383] | : Created future: [18:23:19.385] | : resolved() ... [18:23:19.385] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [18:23:19.386] | : . ' Cluster node socket connection: index=4, id=443 [18:23:19.386] | : . ' assertValidConnection() ... [18:23:19.386] | : . ' , cluster node index: 1 [18:23:19.387] | : . ' assertValidConnection() ... done [18:23:19.581] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:19.582] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [18:23:19.582] | : resolved() ... done [18:23:19.384] | : MultisessionFuture: [18:23:19.384] | : Label: 'future_lapply-1' [18:23:19.384] | : Expression: [18:23:19.384] | : { [18:23:19.384] | : "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:19.384] | : "# expression in do.call(), because function called uses '...' " [18:23:19.384] | : "# as a global variable " [18:23:19.384] | : do.call(function(...) { [18:23:19.384] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:19.384] | : "# without having an '...' argument. This means '...' is treated" [18:23:19.384] | : "# as a global variable. This may happen when FUN() is an " [18:23:19.384] | : "# anonymous function. " [18:23:19.384] | : "# " [18:23:19.384] | : "# If an anonymous function, we will make sure to restore the " [18:23:19.384] | : "# function environment of FUN() to the calling environment. " [18:23:19.384] | : "# We assume FUN() an anonymous function if it lives in the " [18:23:19.384] | : "# global environment, which is where globals are written. " [18:23:19.384] | : penv <- env <- environment(...future.FUN) [18:23:19.384] | : repeat { [18:23:19.384] | : if (identical(env, globalenv()) || identical(env, [18:23:19.384] | : emptyenv())) [18:23:19.384] | : break [18:23:19.384] | : penv <- env [18:23:19.384] | : env <- parent.env(env) [18:23:19.384] | : } [18:23:19.384] | : if (identical(penv, globalenv())) { [18:23:19.384] | : environment(...future.FUN) <- environment() [18:23:19.384] | : } [18:23:19.384] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:19.384] | : !isNamespace(penv)) { [18:23:19.384] | : parent.env(penv) <- environment() [18:23:19.384] | : } [18:23:19.384] | : rm(list = c("env", "penv"), inherits = FALSE) [18:23:19.384] | : { [18:23:19.384] | : "# future.apply:::future_xapply(): preserve future option" [18:23:19.384] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:19.384] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:19.384] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:19.384] | : on.exit(options(oopts), add = TRUE) [18:23:19.384] | : } [18:23:19.384] | : { [18:23:19.384] | : "# future.apply::future_lapply(): process chunk of elements" [18:23:19.384] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:19.384] | : ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:19.384] | : { [18:23:19.384] | : ...future.FUN(...future.X_jj, ...) [18:23:19.384] | : } [18:23:19.384] | : }) [18:23:19.384] | : } [18:23:19.384] | : } [18:23:19.384] | : }, args = future.call.arguments) [18:23:19.384] | : } [18:23:19.384] | : Globals: 5 objects totaling 3.83 KiB (function '...future.FUN' of 200 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) [18:23:19.384] | : Packages: [18:23:19.384] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:19.384] | : Capture standard output: TRUE [18:23:19.384] | : Capture condition classes: 'condition' (excluding '') [18:23:19.384] | : Immediate condition classes: 'immediateCondition' [18:23:19.384] | : Lazy evaluation: FALSE [18:23:19.384] | : Local evaluation: TRUE [18:23:19.384] | : Early signaling: FALSE [18:23:19.384] | : Actions: [n=1] 'run' [18:23:19.384] | : State: 'running' ("Future is being evaluated") [18:23:19.384] | : Resolved: FALSE [18:23:19.384] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-9 [18:23:19.384] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:19.384] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:19.384] | : Value: [18:23:19.384] | : Conditions captured: [18:23:19.583] | : Chunk #1 of 2 ... DONE [18:23:19.583] | : Chunk #2 of 2 ... [18:23:19.583] | : - Finding globals in 'X' for chunk #2 ... [18:23:19.584] | : getGlobalsAndPackages() ... [18:23:19.584] | : . Searching for globals ... [18:23:19.585] | : . ' globals found: [0] [18:23:19.585] | : . Searching for globals ... done [18:23:19.585] | : . globals: [0] [18:23:19.585] | : . packages: [0] [18:23:19.586] | : getGlobalsAndPackages() ... done [18:23:19.586] | : + additional globals found: [n=0] [18:23:19.586] | : + additional namespaces needed: [n=0] [18:23:19.586] | : - Finding globals in 'X' for chunk #2 ... DONE [18:23:19.587] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:19.587] | : - seeds: [18:23:19.587] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.587] | : future(..., label = 'future_lapply-2') ... [18:23:19.587] | : . lazy: FALSE [18:23:19.588] | : . stdout: TRUE [18:23:19.588] | : . conditions: [n=1] 'condition' [18:23:19.588] | : . getGlobalsAndPackages() ... [18:23:19.588] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.588] | : . ' Resolving globals: FALSE [18:23:19.589] | : . ' Tweak future expression to call with '...' arguments ... [18:23:19.589] | : . ' , { [18:23:19.589] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:19.589] | : . ' , "# expression in do.call(), because function called uses '...' " [18:23:19.589] | : . ' , "# as a global variable " [18:23:19.589] | : . ' , do.call(function(...) { [18:23:19.589] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:19.589] | : . ' , "# without having an '...' argument. This means '...' is treated" [18:23:19.589] | : . ' , "# as a global variable. This may happen when FUN() is an " [18:23:19.589] | : . ' , "# anonymous function. " [18:23:19.589] | : . ' , "# " [18:23:19.589] | : . ' , "# If an anonymous function, we will make sure to restore the " [18:23:19.589] | : . ' , "# function environment of FUN() to the calling environment. " [18:23:19.589] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [18:23:19.589] | : . ' , "# global environment, which is where globals are written. " [18:23:19.589] | : . ' , penv <- env <- environment(...future.FUN) [18:23:19.589] | : . ' , repeat { [18:23:19.589] | : . ' , if (identical(env, globalenv()) || identical(env, [18:23:19.589] | : . ' , emptyenv())) [18:23:19.589] | : . ' , break [18:23:19.589] | : . ' , penv <- env [18:23:19.589] | : . ' , env <- parent.env(env) [18:23:19.589] | : . ' , } [18:23:19.589] | : . ' , if (identical(penv, globalenv())) { [18:23:19.589] | : . ' , environment(...future.FUN) <- environment() [18:23:19.589] | : . ' , } [18:23:19.589] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:19.589] | : . ' , !isNamespace(penv)) { [18:23:19.589] | : . ' , parent.env(penv) <- environment() [18:23:19.589] | : . ' , } [18:23:19.589] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [18:23:19.589] | : . ' , { [18:23:19.589] | : . ' , "# future.apply:::future_xapply(): preserve future option" [18:23:19.589] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:19.589] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:19.589] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:19.589] | : . ' , on.exit(options(oopts), add = TRUE) [18:23:19.589] | : . ' , } [18:23:19.589] | : . ' , { [18:23:19.589] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [18:23:19.589] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:19.589] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:19.589] | : . ' , { [18:23:19.589] | : . ' , ...future.FUN(...future.X_jj, ...) [18:23:19.589] | : . ' , } [18:23:19.589] | : . ' , }) [18:23:19.589] | : . ' , } [18:23:19.589] | : . ' , } [18:23:19.589] | : . ' , }, args = future.call.arguments) [18:23:19.589] | : . ' , } [18:23:19.590] | : . ' Tweak future expression to call with '...' arguments ... done [18:23:19.591] | : . ' Search for packages associated with the globals ... [18:23:19.591] | : . ' , Packages associated with globals: [0] [18:23:19.592] | : . ' , Packages: [0] [18:23:19.592] | : . ' Search for packages associated with the globals ... done [18:23:19.592] | : . ' Packages after dropping 'base': [0] [18:23:19.592] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.592] | : . ' packages: [0] [18:23:19.593] | : . getGlobalsAndPackages() ... done [18:23:19.593] | : . run() for 'Future' ('future_lapply-2') ... [18:23:19.594] | : . ' state: 'created' [18:23:19.594] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:19.594] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:19.594] | : . ' Using MultisessionFutureBackend ... [18:23:19.594] | : . ' , Number of futures since start: 3 (3 created, 3 launched, 2 finished) [18:23:19.595] | : . ' , Launching futures ... [18:23:19.595] | : . ' , ; launchFuture() for ClusterFutureBackend ... [18:23:19.595] | : . ' , ; ` Workers: [n=2] [18:23:19.595] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:19.598] | : . ' , ; ` FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:19.598] | : . ' , ; ` requestWorker() ... [18:23:19.599] | : . ' , ; ` | requestNode() ... [18:23:19.599] | : . ' , ; ` | : Number of workers: 2 [18:23:19.599] | : . ' , ; ` | : Polling for a free worker ... [18:23:19.599] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:19.600] | : . ' , ; ` | : . ' Listing all futures [18:23:19.600] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:19.600] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:19.600] | : . ' , ; ` | : . Total time: 0 [18:23:19.600] | : . ' , ; ` | : Polling for a free worker ... done [18:23:19.601] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:19.601] | : . ' , ; ` | : . Listing all futures [18:23:19.601] | : . ' , ; ` | : . Number of registered futures: 1 [18:23:19.601] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:19.601] | : . ' , ; ` | : avail: [n=2] '2' [18:23:19.602] | : . ' , ; ` | : Index of first available worker: 2 [18:23:19.602] | : . ' , ; ` | : Validate that the worker is functional ... [18:23:19.603] | : . ' , ; ` | : . Worker is functional [18:23:19.603] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:19.603] | : . ' , ; ` | : . ' Listing all futures [18:23:19.603] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:19.604] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:19.604] | : . ' , ; ` | : Validate that the worker is functional ... done [18:23:19.604] | : . ' , ; ` | requestNode() ... done [18:23:19.604] | : . ' , ; ` | cluster node index: 2 [18:23:19.604] | : . ' , ; ` requestWorker() ... done [18:23:19.605] | : . ' , ; ` eraseGlobalEnvironment() ... [18:23:19.605] | : . ' , ; ` eraseGlobalEnvironment() ... done [18:23:19.605] | : . ' , ; ` launchFuture() ... [18:23:19.606] | : . ' , ; ` | cluster node index: 2 [18:23:19.606] | : . ' , ; ` | getFutureData() ... [18:23:19.606] | : . ' , ; ` | : getFutureCore() ... [18:23:19.606] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [18:23:19.606] | : . ' , ; ` | : getFutureCore() ... done [18:23:19.606] | : . ' , ; ` | : getFutureCapture() ... [18:23:19.607] | : . ' , ; ` | : getFutureCapture() ... done [18:23:19.607] | : . ' , ; ` | : getFutureContext() ... [18:23:19.607] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:19.607] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [18:23:19.607] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:19.608] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [18:23:19.608] | : . ' , ; ` | : getFutureContext() ... done [18:23:19.608] | : . ' , ; ` | getFutureData() ... done [18:23:19.608] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:19.609] | : . ' , ; ` | : Appended future to position #2 [18:23:19.609] | : . ' , ; ` | : Number of registered futures: 2 [18:23:19.609] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:19.609] | : . ' , ; ` launchFuture() ... done [18:23:19.609] | : . ' , ; ` MultisessionFuture started [18:23:19.610] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [18:23:19.610] | : . ' , Launching futures ... done [18:23:19.610] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:19.610] | : . ' Using MultisessionFutureBackend ... done [18:23:19.610] | : . run() for 'Future' ('future_lapply-2') ... done [18:23:19.610] | : future(..., label = 'future_lapply-2') ... done [18:23:19.611] | : Created future: [18:23:19.613] | : resolved() ... [18:23:19.613] | : . resolved() for MultisessionFuture ('future_lapply-2') ... [18:23:19.613] | : . ' Cluster node socket connection: index=5, id=444 [18:23:19.614] | : . ' assertValidConnection() ... [18:23:19.614] | : . ' , cluster node index: 2 [18:23:19.614] | : . ' assertValidConnection() ... done [18:23:19.614] | : . ' receiveMessageFromWorker() for ClusterFuture ... [18:23:19.615] | : . ' , cluster node index: 2 [18:23:19.615] | : . ' , [1] TRUE [18:23:19.615] | : . ' , Received data: [18:23:19.615] | : . ' , List of 5 [18:23:19.615] | : . ' , $ type : chr "VALUE" [18:23:19.615] | : . ' , $ value :List of 16 [18:23:19.615] | : . ' , ..$ value :List of 1 [18:23:19.615] | : . ' , .. ..$ : int 0 [18:23:19.615] | : . ' , ..$ visible : logi TRUE [18:23:19.615] | : . ' , ..$ stdout : chr "[1] 0\n" [18:23:19.615] | : . ' , ..$ conditions : list() [18:23:19.615] | : . ' , ..$ rng : logi FALSE [18:23:19.615] | : . ' , ..$ seed : NULL [18:23:19.615] | : . ' , ..$ misuseGlobalEnv : NULL [18:23:19.615] | : . ' , ..$ misuseConnections :List of 3 [18:23:19.615] | : . ' , .. ..$ added : NULL [18:23:19.615] | : . ' , .. ..$ removed : NULL [18:23:19.615] | : . ' , .. ..$ replaced: NULL [18:23:19.615] | : . ' , ..$ misuseDevices : NULL [18:23:19.615] | : . ' , ..$ misuseDefaultDevice: list() [18:23:19.615] | : . ' , ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:19" [18:23:19.615] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:19" [18:23:19.615] | : . ' , ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "10" [18:23:19.615] | : . ' , ..$ session_uuid : chr "8913651ed9ff31dc32f31f5d4c35eb7e" [18:23:19.615] | : . ' , .. ..- attr(*, "source")=List of 5 [18:23:19.615] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [18:23:19.615] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:19.615] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:19.615] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:19.615] | : . ' , .. .. ..$ pid : int 91796 [18:23:19.615] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:19.615] | : . ' , .. .. ..$ random: int 2147483647 [18:23:19.615] | : . ' , ..$ r_info :List of 4 [18:23:19.615] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:19.615] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [18:23:19.615] | : . ' , .. ..$ os : chr "windows" [18:23:19.615] | : . ' , .. ..$ os_name : chr "Windows" [18:23:19.615] | : . ' , .. ..$ captures_utf8: logi TRUE [18:23:19.615] | : . ' , ..$ version : chr "1.8" [18:23:19.615] | : . ' , ..- attr(*, "class")= chr "FutureResult" [18:23:19.615] | : . ' , $ success: logi TRUE [18:23:19.615] | : . ' , $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [18:23:19.615] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:19.615] | : . ' , $ tag : NULL [18:23:19.632] | : . ' , Received FutureResult [18:23:19.633] | : . ' , FutureResult: [18:23:19.633] | : . ' , value: 'list' [18:23:19.633] | : . ' , visible: TRUE [18:23:19.633] | : . ' , stdout: character [18:23:19.633] | : . ' , conditions: [n = 0] [18:23:19.633] | : . ' , RNG used: FALSE [18:23:19.633] | : . ' , duration: 0.003821135 secs (started 2026-01-18 18:23:19.60918) [18:23:19.633] | : . ' , version: 1.8 [18:23:19.633] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:19.634] | : . ' , ; Removed future from position #2 [18:23:19.634] | : . ' , ; Number of registered futures: 1 [18:23:19.634] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:19.634] | : . ' , Erased future from future backend [18:23:19.634] | : . ' , result() for ClusterFuture ... [18:23:19.635] | : . ' , ; result already collected: FutureResult [18:23:19.635] | : . ' , result() for ClusterFuture ... done [18:23:19.635] | : . ' , signalConditions() ... [18:23:19.635] | : . ' , ; include = 'immediateCondition' [18:23:19.635] | : . ' , ; exclude = [18:23:19.635] | : . ' , ; resignal = FALSE [18:23:19.636] | : . ' , ; Number of conditions: 0 [18:23:19.636] | : . ' , ; int 0 [18:23:19.636] | : . ' , signalConditions() ... done [18:23:19.636] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [18:23:19.637] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:19.637] | : . resolved() for MultisessionFuture ('future_lapply-2') ... done [18:23:19.637] | : . assertFutureResult() ... [18:23:19.637] | : . ' Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-10 [18:23:19.637] | : . ' identical; success [18:23:19.638] | : . assertFutureResult() ... done [18:23:19.638] | : resolved() ... done [18:23:19.611] | : MultisessionFuture: [18:23:19.611] | : Label: 'future_lapply-2' [18:23:19.611] | : Expression: [18:23:19.611] | : { [18:23:19.611] | : "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:19.611] | : "# expression in do.call(), because function called uses '...' " [18:23:19.611] | : "# as a global variable " [18:23:19.611] | : do.call(function(...) { [18:23:19.611] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:19.611] | : "# without having an '...' argument. This means '...' is treated" [18:23:19.611] | : "# as a global variable. This may happen when FUN() is an " [18:23:19.611] | : "# anonymous function. " [18:23:19.611] | : "# " [18:23:19.611] | : "# If an anonymous function, we will make sure to restore the " [18:23:19.611] | : "# function environment of FUN() to the calling environment. " [18:23:19.611] | : "# We assume FUN() an anonymous function if it lives in the " [18:23:19.611] | : "# global environment, which is where globals are written. " [18:23:19.611] | : penv <- env <- environment(...future.FUN) [18:23:19.611] | : repeat { [18:23:19.611] | : if (identical(env, globalenv()) || identical(env, [18:23:19.611] | : emptyenv())) [18:23:19.611] | : break [18:23:19.611] | : penv <- env [18:23:19.611] | : env <- parent.env(env) [18:23:19.611] | : } [18:23:19.611] | : if (identical(penv, globalenv())) { [18:23:19.611] | : environment(...future.FUN) <- environment() [18:23:19.611] | : } [18:23:19.611] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:19.611] | : !isNamespace(penv)) { [18:23:19.611] | : parent.env(penv) <- environment() [18:23:19.611] | : } [18:23:19.611] | : rm(list = c("env", "penv"), inherits = FALSE) [18:23:19.611] | : { [18:23:19.611] | : "# future.apply:::future_xapply(): preserve future option" [18:23:19.611] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:19.611] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:19.611] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:19.611] | : on.exit(options(oopts), add = TRUE) [18:23:19.611] | : } [18:23:19.611] | : { [18:23:19.611] | : "# future.apply::future_lapply(): process chunk of elements" [18:23:19.611] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:19.611] | : ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:19.611] | : { [18:23:19.611] | : ...future.FUN(...future.X_jj, ...) [18:23:19.611] | : } [18:23:19.611] | : }) [18:23:19.611] | : } [18:23:19.611] | : } [18:23:19.611] | : }, args = future.call.arguments) [18:23:19.611] | : } [18:23:19.611] | : Globals: 5 objects totaling 3.83 KiB (function '...future.FUN' of 200 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) [18:23:19.611] | : Packages: [18:23:19.611] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:19.611] | : Capture standard output: TRUE [18:23:19.611] | : Capture condition classes: 'condition' (excluding '') [18:23:19.611] | : Immediate condition classes: 'immediateCondition' [18:23:19.611] | : Lazy evaluation: FALSE [18:23:19.611] | : Local evaluation: TRUE [18:23:19.611] | : Early signaling: FALSE [18:23:19.611] | : Actions: [n=1] 'run' [18:23:19.611] | : State: 'running' ("Future is being evaluated") [18:23:19.611] | : Resolved: TRUE [18:23:19.611] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-10 [18:23:19.611] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:19.611] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:19.611] | : Value: [18:23:19.611] | : Conditions captured: [18:23:19.638] | : Chunk #2 of 2 ... DONE [18:23:19.639] | : Launching 2 futures (chunks) ... DONE [18:23:19.639] | : Resolving 2 futures (chunks) ... [18:23:19.639] | : value() for list ... [18:23:19.639] | : . recursive: 0 [18:23:19.639] | : . reduce: FALSE [18:23:19.639] | : . length: 2 [18:23:19.640] | : . Number of remaining objects: 2 [18:23:19.640] | : . checking value #1: [18:23:19.640] | : . 'obj' is MultisessionFuture [18:23:19.640] | : . resolved() ... [18:23:19.640] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [18:23:19.641] | : . ' , Cluster node socket connection: index=4, id=443 [18:23:19.641] | : . ' , assertValidConnection() ... [18:23:19.641] | : . ' , ; cluster node index: 1 [18:23:19.642] | : . ' , assertValidConnection() ... done [18:23:19.831] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:19.831] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [18:23:19.831] | : . resolved() ... done [18:23:19.832] | : . checking value #2: [18:23:19.832] | : . 'obj' is MultisessionFuture [18:23:19.832] | : . resolved() ... [18:23:19.832] | : . resolved() ... done [18:23:19.832] | : . MultisessionFuture #2 [18:23:19.833] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:19.833] | : . ' nx: 2 [18:23:19.833] | : . ' relay: TRUE [18:23:19.833] | : . ' stdout: TRUE [18:23:19.833] | : . ' signal: TRUE [18:23:19.833] | : . ' resignal: FALSE [18:23:19.834] | : . ' force: TRUE [18:23:19.834] | : . ' relayed: [n=2] FALSE, FALSE [18:23:19.834] | : . ' queued futures: [n=2] FALSE, FALSE [18:23:19.834] | : . ' until=1 [18:23:19.834] | : . ' relaying element #1 [18:23:19.834] | : . ' relayed: [n=2] FALSE, FALSE [18:23:19.835] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:19.835] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:19.835] | : . value(, ...) ... [18:23:19.835] | : . value(, ...) ... done [18:23:19.835] | : . value() for MultisessionFuture ('future_lapply-2') ... [18:23:19.835] | : . ' result() for ClusterFuture ... [18:23:19.836] | : . ' , result already collected: FutureResult [18:23:19.836] | : . ' result() for ClusterFuture ... done [18:23:19.836] | : . ' result() for ClusterFuture ... [18:23:19.836] | : . ' , result already collected: FutureResult [18:23:19.836] | : . ' result() for ClusterFuture ... done [18:23:19.837] | : . ' signalConditions() ... [18:23:19.837] | : . ' , include = 'immediateCondition' [18:23:19.837] | : . ' , exclude = [18:23:19.837] | : . ' , resignal = FALSE [18:23:19.837] | : . ' , Number of conditions: 0 [18:23:19.837] | : . ' , int 0 [18:23:19.838] | : . ' signalConditions() ... done [18:23:19.838] | : . ' check for misuse ... [18:23:19.838] | : . ' check for misuse ... done [18:23:19.838] | : . value() for MultisessionFuture ('future_lapply-2') ... done [18:23:19.839] | : . value: [18:23:19.839] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:19.839] | : . ' nx: 2 [18:23:19.839] | : . ' relay: TRUE [18:23:19.839] | : . ' stdout: TRUE [18:23:19.839] | : . ' signal: TRUE [18:23:19.840] | : . ' resignal: FALSE [18:23:19.840] | : . ' force: TRUE [18:23:19.840] | : . ' relayed: [n=2] FALSE, FALSE [18:23:19.840] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:19.840] | : . ' until=1 [18:23:19.840] | : . ' relaying element #1 [18:23:19.841] | : . ' relayed: [n=2] FALSE, FALSE [18:23:19.841] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:19.841] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:19.841] | : . resolve() for MultisessionFuture ... [18:23:19.841] | : . resolve() for MultisessionFuture ... done [18:23:19.841] | : . length: 1 (resolved future 2) [18:23:19.842] | : value() for list ... done [18:23:19.862] | : Number of remaining objects: 1 [18:23:19.862] | : checking value #1: [18:23:19.862] | : 'obj' is MultisessionFuture [18:23:19.862] | : resolved() ... [18:23:19.863] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [18:23:19.863] | : . ' Cluster node socket connection: index=4, id=443 [18:23:19.863] | : . ' assertValidConnection() ... [18:23:19.863] | : . ' , cluster node index: 1 [18:23:19.864] | : . ' assertValidConnection() ... done [18:23:19.896] | : . ' receiveMessageFromWorker() for ClusterFuture ... [18:23:19.897] | : . ' , cluster node index: 1 [18:23:19.897] | : . ' , [1] TRUE [18:23:19.897] | : . ' , Received data: [18:23:19.897] | : . ' , List of 5 [18:23:19.897] | : . ' , $ type : chr "VALUE" [18:23:19.897] | : . ' , $ value :List of 16 [18:23:19.897] | : . ' , ..$ value :List of 1 [18:23:19.897] | : . ' , .. ..$ : int 1 [18:23:19.897] | : . ' , ..$ visible : logi TRUE [18:23:19.897] | : . ' , ..$ stdout : chr "[1] 1\n" [18:23:19.897] | : . ' , ..$ conditions : list() [18:23:19.897] | : . ' , ..$ rng : logi FALSE [18:23:19.897] | : . ' , ..$ seed : NULL [18:23:19.897] | : . ' , ..$ misuseGlobalEnv : NULL [18:23:19.897] | : . ' , ..$ misuseConnections :List of 3 [18:23:19.897] | : . ' , .. ..$ added : NULL [18:23:19.897] | : . ' , .. ..$ removed : NULL [18:23:19.897] | : . ' , .. ..$ replaced: NULL [18:23:19.897] | : . ' , ..$ misuseDevices : NULL [18:23:19.897] | : . ' , ..$ misuseDefaultDevice: list() [18:23:19.897] | : . ' , ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:19" [18:23:19.897] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:19" [18:23:19.897] | : . ' , ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "9" [18:23:19.897] | : . ' , ..$ session_uuid : chr "c5359fa91c7b39075b90a3b6c0674946" [18:23:19.897] | : . ' , .. ..- attr(*, "source")=List of 5 [18:23:19.897] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [18:23:19.897] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:19.897] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:19.897] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:19.897] | : . ' , .. .. ..$ pid : int 104412 [18:23:19.897] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:19.897] | : . ' , .. .. ..$ random: int 2147483647 [18:23:19.897] | : . ' , ..$ r_info :List of 4 [18:23:19.897] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:19.897] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [18:23:19.897] | : . ' , .. ..$ os : chr "windows" [18:23:19.897] | : . ' , .. ..$ os_name : chr "Windows" [18:23:19.897] | : . ' , .. ..$ captures_utf8: logi TRUE [18:23:19.897] | : . ' , ..$ version : chr "1.8" [18:23:19.897] | : . ' , ..- attr(*, "class")= chr "FutureResult" [18:23:19.897] | : . ' , $ success: logi TRUE [18:23:19.897] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.51 NA NA [18:23:19.897] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:19.897] | : . ' , $ tag : NULL [18:23:19.911] | : . ' , Received FutureResult [18:23:19.912] | : . ' , FutureResult: [18:23:19.912] | : . ' , value: 'list' [18:23:19.912] | : . ' , visible: TRUE [18:23:19.912] | : . ' , stdout: character [18:23:19.912] | : . ' , conditions: [n = 0] [18:23:19.912] | : . ' , RNG used: FALSE [18:23:19.912] | : . ' , duration: 0.5134771 secs (started 2026-01-18 18:23:19.382011) [18:23:19.912] | : . ' , version: 1.8 [18:23:19.912] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:19.912] | : . ' , ; Removed future from position #1 [18:23:19.913] | : . ' , ; Number of registered futures: 0 [18:23:19.913] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:19.913] | : . ' , Erased future from future backend [18:23:19.913] | : . ' , result() for ClusterFuture ... [18:23:19.913] | : . ' , ; result already collected: FutureResult [18:23:19.914] | : . ' , result() for ClusterFuture ... done [18:23:19.914] | : . ' , signalConditions() ... [18:23:19.914] | : . ' , ; include = 'immediateCondition' [18:23:19.914] | : . ' , ; exclude = [18:23:19.914] | : . ' , ; resignal = FALSE [18:23:19.914] | : . ' , ; Number of conditions: 0 [18:23:19.915] | : . ' , ; int 0 [18:23:19.915] | : . ' , signalConditions() ... done [18:23:19.915] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [18:23:19.915] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:19.916] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [18:23:19.916] | : . assertFutureResult() ... [18:23:19.916] | : . ' Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-9 [18:23:19.916] | : . ' identical; success [18:23:19.916] | : . assertFutureResult() ... done [18:23:19.916] | : resolved() ... done [18:23:19.917] | : MultisessionFuture #1 [18:23:19.917] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:19.917] | : . nx: 2 [18:23:19.917] | : . relay: TRUE [18:23:19.917] | : . stdout: TRUE [18:23:19.917] | : . signal: TRUE [18:23:19.918] | : . resignal: FALSE [18:23:19.918] | : . force: TRUE [18:23:19.918] | : . relayed: [n=2] FALSE, FALSE [18:23:19.918] | : . queued futures: [n=2] FALSE, TRUE [18:23:19.918] | : . until=1 [18:23:19.918] | : . relaying element #1 [18:23:19.918] | : . value() for MultisessionFuture ('future_lapply-1') ... [18:23:19.919] | : . ' result() for ClusterFuture ... [18:23:19.919] | : . ' , result already collected: FutureResult [18:23:19.919] | : . ' result() for ClusterFuture ... done [18:23:19.919] | : . ' result() for ClusterFuture ... [18:23:19.919] | : . ' , result already collected: FutureResult [18:23:19.920] | : . ' result() for ClusterFuture ... done [18:23:19.920] | : . ' signalConditions() ... [18:23:19.920] | : . ' , include = 'immediateCondition' [18:23:19.920] | : . ' , exclude = [18:23:19.920] | : . ' , resignal = FALSE [18:23:19.920] | : . ' , Number of conditions: 0 [18:23:19.920] | : . ' , int 0 [18:23:19.921] | : . ' signalConditions() ... done [18:23:19.921] | : . ' relay stdout ... [18:23:19.921] | : . ' relay stdout ... done [18:23:19.922] | : . ' check for misuse ... [18:23:19.922] | : . ' check for misuse ... done [18:23:19.922] | : . value() for MultisessionFuture ('future_lapply-1') ... done [18:23:19.922] | : . result() for ClusterFuture ... [18:23:19.922] | : . ' result already collected: FutureResult [18:23:19.922] | : . result() for ClusterFuture ... done [18:23:19.923] | : . signalConditions() ... [18:23:19.923] | : . ' include = 'immediateCondition' [18:23:19.923] | : . ' exclude = [18:23:19.923] | : . ' resignal = FALSE [18:23:19.923] | : . ' Number of conditions: 0 [18:23:19.923] | : . ' int 0 [18:23:19.924] | : . signalConditions() ... done [18:23:19.924] | : . result() for ClusterFuture ... [18:23:19.924] | : . ' result already collected: FutureResult [18:23:19.925] | : . result() for ClusterFuture ... done [18:23:19.925] | : . signalConditions() ... [18:23:19.925] | : . ' include = 'condition' [18:23:19.925] | : . ' exclude = 'error', 'immediateCondition' [18:23:19.925] | : . ' resignal = TRUE [18:23:19.925] | : . ' Number of conditions: 0 [18:23:19.926] | : . ' int 0 [18:23:19.926] | : . signalConditions() ... done [18:23:19.926] | : . relayed: [n=2] TRUE, FALSE [18:23:19.926] | : . queued futures: [n=2] TRUE, TRUE [18:23:19.927] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:19.927] | : value(, ...) ... [18:23:19.927] | : value(, ...) ... done [18:23:19.927] | : value() for MultisessionFuture ('future_lapply-1') ... [18:23:19.927] | : . result() for ClusterFuture ... [18:23:19.927] | : . ' result already collected: FutureResult [18:23:19.928] | : . result() for ClusterFuture ... done [18:23:19.928] | : . result() for ClusterFuture ... [18:23:19.928] | : . ' result already collected: FutureResult [18:23:19.928] | : . result() for ClusterFuture ... done [18:23:19.928] | : . signalConditions() ... [18:23:19.928] | : . ' include = 'immediateCondition' [18:23:19.929] | : . ' exclude = [18:23:19.929] | : . ' resignal = FALSE [18:23:19.929] | : . ' Number of conditions: 0 [18:23:19.929] | : . ' int 0 [18:23:19.930] | : . signalConditions() ... done [18:23:19.930] | : . check for misuse ... [18:23:19.930] | : . check for misuse ... done [18:23:19.930] | : value() for MultisessionFuture ('future_lapply-1') ... done [18:23:19.930] | : value: [18:23:19.930] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:19.931] | : . nx: 2 [18:23:19.931] | : . relay: TRUE [18:23:19.931] | : . stdout: TRUE [18:23:19.931] | : . signal: TRUE [18:23:19.931] | : . resignal: FALSE [18:23:19.931] | : . force: TRUE [18:23:19.931] | : . relayed: [n=2] TRUE, FALSE [18:23:19.932] | : . queued futures: [n=2] TRUE, TRUE [18:23:19.932] | : . until=2 [18:23:19.932] | : . relaying element #2 [18:23:19.932] | : . value() for MultisessionFuture ('future_lapply-2') ... [18:23:19.932] | : . ' result() for ClusterFuture ... [18:23:19.933] | : . ' , result already collected: FutureResult [18:23:19.933] | : . ' result() for ClusterFuture ... done [18:23:19.933] | : . ' result() for ClusterFuture ... [18:23:19.933] | : . ' , result already collected: FutureResult [18:23:19.933] | : . ' result() for ClusterFuture ... done [18:23:19.933] | : . ' signalConditions() ... [18:23:19.934] | : . ' , include = 'immediateCondition' [18:23:19.934] | : . ' , exclude = [18:23:19.934] | : . ' , resignal = FALSE [18:23:19.934] | : . ' , Number of conditions: 0 [18:23:19.934] | : . ' , int 0 [18:23:19.935] | : . ' signalConditions() ... done [18:23:19.935] | : . ' relay stdout ... [18:23:19.935] | : . ' relay stdout ... done [18:23:19.935] | : . ' check for misuse ... [18:23:19.936] | : . ' check for misuse ... done [18:23:19.936] | : . value() for MultisessionFuture ('future_lapply-2') ... done [18:23:19.936] | : . result() for ClusterFuture ... [18:23:19.936] | : . ' result already collected: FutureResult [18:23:19.936] | : . result() for ClusterFuture ... done [18:23:19.937] | : . signalConditions() ... [18:23:19.937] | : . ' include = 'immediateCondition' [18:23:19.937] | : . ' exclude = [18:23:19.937] | : . ' resignal = FALSE [18:23:19.937] | : . ' Number of conditions: 0 [18:23:19.938] | : . ' int 0 [18:23:19.938] | : . signalConditions() ... done [18:23:19.938] | : . result() for ClusterFuture ... [18:23:19.939] | : . ' result already collected: FutureResult [18:23:19.939] | : . result() for ClusterFuture ... done [18:23:19.939] | : . signalConditions() ... [18:23:19.939] | : . ' include = 'condition' [18:23:19.939] | : . ' exclude = 'error', 'immediateCondition' [18:23:19.940] | : . ' resignal = TRUE [18:23:19.940] | : . ' Number of conditions: 0 [18:23:19.940] | : . ' int 0 [18:23:19.941] | : . signalConditions() ... done [18:23:19.941] | : . relayed: [n=2] TRUE, TRUE [18:23:19.941] | : . queued futures: [n=2] TRUE, TRUE [18:23:19.941] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:19.941] | : resolve() for MultisessionFuture ... [18:23:19.942] | : resolve() for MultisessionFuture ... done [18:23:19.942] | : length: 0 (resolved future 1) [18:23:19.942] | future_lapply() -> future_xapply() ... done [18:23:19.942] | Relaying remaining futures ... [18:23:19.943] | : signalConditionsASAP(NULL, pos=0) ... [18:23:19.943] | : . nx: 2 [18:23:19.943] | : . relay: TRUE [18:23:19.943] | : . stdout: TRUE [18:23:19.943] | : . signal: TRUE [18:23:19.943] | : . resignal: FALSE [18:23:19.944] | : . force: TRUE [18:23:19.944] | : . relayed: [n=2] TRUE, TRUE [18:23:19.944] | : . queued futures: [n=2] TRUE, TRUE - flush all [18:23:19.944] | : . relayed: [n=2] TRUE, TRUE [18:23:19.945] | : . queued futures: [n=2] TRUE, TRUE [18:23:19.945] | : signalConditionsASAP(NULL, pos=0) ... done [18:23:19.945] | Relaying remaining futures ... done [18:23:19.945] future_lapply() ... done [18:23:19.945] - Number of value chunks collected: 2 [18:23:19.946] Resolving 2 futures (chunks) ... DONE [18:23:19.946] Reducing values from 2 chunks ... [18:23:19.946] - Number of values collected after concatenation: 2 [18:23:19.946] - Number of values expected: 2 [18:23:19.947] Reducing values from 2 chunks ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... DONE * future_lapply(x, ..., future.stdout = NA) ... [18:23:19.948] future_lapply() ... [18:23:19.950] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [18:23:19.950] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [18:23:19.950] | future_lapply() -> future_xapply() ... [18:23:19.951] | : nbrOfWorkers(NULL) ... [18:23:19.951] | : . List of 4 [18:23:19.951] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:19.951] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:19.951] | : . $ : language nbrOfWorkers() [18:23:19.951] | : . $ : language nbrOfWorkers.NULL() [18:23:19.954] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:19.954] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:19.955] | : . Number of workers: 2 [18:23:19.955] | : nbrOfWorkers(NULL) ... done [18:23:19.955] | : Number of chunks: 2 [18:23:19.955] | : getGlobalsAndPackagesXApply() ... [18:23:19.956] | : . future.globals: TRUE [18:23:19.956] | : . getGlobalsAndPackages() ... [18:23:19.956] | : . ' Searching for globals ... [18:23:19.965] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [18:23:19.966] | : . ' Searching for globals ... done [18:23:19.966] | : . ' Resolving globals: FALSE [18:23:19.966] | : . ' Search for packages associated with the globals ... [18:23:19.966] | : . ' , Packages associated with globals: [1] 'base' [18:23:19.967] | : . ' , Packages: [1] 'base' [18:23:19.967] | : . ' Search for packages associated with the globals ... done [18:23:19.967] | : . ' The total size of the 1 globals is 200 bytes (200 bytes) [18:23:19.968] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 200 bytes There is one global: 'FUN' (200 bytes of class 'function') [18:23:19.968] | : . ' Packages after dropping 'base': [0] [18:23:19.968] | : . ' globals: [1] 'FUN' [18:23:19.968] | : . ' packages: [0] [18:23:19.968] | : . getGlobalsAndPackages() ... done [18:23:19.969] | : . globals found/used: [n=1] 'FUN' [18:23:19.969] | : . needed namespaces: [n=0] [18:23:19.969] | : . use_args: TRUE [18:23:19.969] | : . Getting '...' globals ... [18:23:19.969] | : . ' resolve() for FutureGlobals ... [18:23:19.970] | : . ' , recursive: 0 [18:23:19.970] | : . ' , Number of elements: 1 [18:23:19.970] | : . ' , elements: '...' [18:23:19.970] | : . ' , 'obj' is DotDotDotList [18:23:19.970] | : . ' , resolve(obj, ...) ... [18:23:19.971] | : . ' , ; resolve() for DotDotDotList ... [18:23:19.971] | : . ' , ; ` recursive: -1 [18:23:19.971] | : . ' , ; resolve() for DotDotDotList ... done [18:23:19.971] | : . ' , resolve(obj, ...) ... done [18:23:19.971] | : . ' , resolved() ... [18:23:19.972] | : . ' , ; resolved() for DotDotDotList ... [18:23:19.972] | : . ' , ; ` Number of elements: 0 [18:23:19.972] | : . ' , ; ` Number of futures: 0 [18:23:19.972] | : . ' , ; resolved() for DotDotDotList ... done [18:23:19.972] | : . ' , resolved() ... done [18:23:19.973] | : . ' , length: 0 (resolved future 1) [18:23:19.973] | : . ' resolve() for FutureGlobals ... done [18:23:19.973] | : . ' '...' content: [n=0] [18:23:19.973] | : . ' List of 1 [18:23:19.973] | : . ' $ ...: list() [18:23:19.973] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:19.973] | : . ' - attr(*, "where")=List of 1 [18:23:19.973] | : . ' ..$ ...: [18:23:19.973] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:19.973] | : . ' - attr(*, "resolved")= logi TRUE [18:23:19.973] | : . ' - attr(*, "total_size")= num NA [18:23:19.976] | : . Getting '...' globals ... done [18:23:19.976] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [18:23:19.977] | : . List of 2 [18:23:19.977] | : . $ ...future.FUN:function (x) [18:23:19.977] | : . $ ... : list() [18:23:19.977] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:19.977] | : . - attr(*, "where")=List of 2 [18:23:19.977] | : . ..$ ...future.FUN: [18:23:19.977] | : . ..$ ... : [18:23:19.977] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:19.977] | : . - attr(*, "resolved")= logi FALSE [18:23:19.977] | : . - attr(*, "total_size")= num 3656 [18:23:19.983] | : . Packages to be attached in all futures: [n=0] [18:23:19.983] | : getGlobalsAndPackagesXApply() ... done [18:23:19.983] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.983] | : List of 5 [18:23:19.983] | : $ ...future.FUN :function (x) [18:23:19.983] | : $ ... : list() [18:23:19.983] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [18:23:19.983] | : $ ...future.elements_ii : NULL [18:23:19.983] | : $ ...future.seeds_ii : NULL [18:23:19.983] | : $ ...future.globals.maxSize: NULL [18:23:19.983] | : - attr(*, "where")=List of 5 [18:23:19.983] | : ..$ ...future.FUN : [18:23:19.983] | : ..$ ... : [18:23:19.983] | : ..$ ...future.elements_ii : [18:23:19.983] | : ..$ ...future.seeds_ii : [18:23:19.983] | : ..$ ...future.globals.maxSize: [18:23:19.983] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:19.983] | : - attr(*, "resolved")= logi FALSE [18:23:19.983] | : - attr(*, "total_size")= num 3656 [18:23:19.988] | : Number of futures (= number of chunks): 2 [18:23:19.989] | : Launching 2 futures (chunks) ... [18:23:19.989] | : Chunk #1 of 2 ... [18:23:19.989] | : - Finding globals in 'X' for chunk #1 ... [18:23:19.989] | : getGlobalsAndPackages() ... [18:23:19.989] | : . Searching for globals ... [18:23:19.990] | : . ' globals found: [0] [18:23:19.990] | : . Searching for globals ... done [18:23:19.990] | : . globals: [0] [18:23:19.990] | : . packages: [0] [18:23:19.991] | : getGlobalsAndPackages() ... done [18:23:19.991] | : + additional globals found: [n=0] [18:23:19.991] | : + additional namespaces needed: [n=0] [18:23:19.991] | : - Finding globals in 'X' for chunk #1 ... DONE [18:23:19.991] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:19.991] | : - seeds: [18:23:19.992] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.992] | : future(..., label = 'future_lapply-1') ... [18:23:19.992] | : . lazy: FALSE [18:23:19.992] | : . stdout: NA [18:23:19.992] | : . conditions: [n=1] 'condition' [18:23:19.993] | : . getGlobalsAndPackages() ... [18:23:19.993] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.993] | : . ' Resolving globals: FALSE [18:23:19.993] | : . ' Tweak future expression to call with '...' arguments ... [18:23:19.993] | : . ' , { [18:23:19.993] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:19.993] | : . ' , "# expression in do.call(), because function called uses '...' " [18:23:19.993] | : . ' , "# as a global variable " [18:23:19.993] | : . ' , do.call(function(...) { [18:23:19.993] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:19.993] | : . ' , "# without having an '...' argument. This means '...' is treated" [18:23:19.993] | : . ' , "# as a global variable. This may happen when FUN() is an " [18:23:19.993] | : . ' , "# anonymous function. " [18:23:19.993] | : . ' , "# " [18:23:19.993] | : . ' , "# If an anonymous function, we will make sure to restore the " [18:23:19.993] | : . ' , "# function environment of FUN() to the calling environment. " [18:23:19.993] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [18:23:19.993] | : . ' , "# global environment, which is where globals are written. " [18:23:19.993] | : . ' , penv <- env <- environment(...future.FUN) [18:23:19.993] | : . ' , repeat { [18:23:19.993] | : . ' , if (identical(env, globalenv()) || identical(env, [18:23:19.993] | : . ' , emptyenv())) [18:23:19.993] | : . ' , break [18:23:19.993] | : . ' , penv <- env [18:23:19.993] | : . ' , env <- parent.env(env) [18:23:19.993] | : . ' , } [18:23:19.993] | : . ' , if (identical(penv, globalenv())) { [18:23:19.993] | : . ' , environment(...future.FUN) <- environment() [18:23:19.993] | : . ' , } [18:23:19.993] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:19.993] | : . ' , !isNamespace(penv)) { [18:23:19.993] | : . ' , parent.env(penv) <- environment() [18:23:19.993] | : . ' , } [18:23:19.993] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [18:23:19.993] | : . ' , { [18:23:19.993] | : . ' , "# future.apply:::future_xapply(): preserve future option" [18:23:19.993] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:19.993] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:19.993] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:19.993] | : . ' , on.exit(options(oopts), add = TRUE) [18:23:19.993] | : . ' , } [18:23:19.993] | : . ' , { [18:23:19.993] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [18:23:19.993] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:19.993] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:19.993] | : . ' , { [18:23:19.993] | : . ' , ...future.FUN(...future.X_jj, ...) [18:23:19.993] | : . ' , } [18:23:19.993] | : . ' , }) [18:23:19.993] | : . ' , } [18:23:19.993] | : . ' , } [18:23:19.993] | : . ' , }, args = future.call.arguments) [18:23:19.993] | : . ' , } [18:23:19.994] | : . ' Tweak future expression to call with '...' arguments ... done [18:23:19.995] | : . ' Search for packages associated with the globals ... [18:23:19.995] | : . ' , Packages associated with globals: [0] [18:23:19.995] | : . ' , Packages: [0] [18:23:19.996] | : . ' Search for packages associated with the globals ... done [18:23:19.996] | : . ' Packages after dropping 'base': [0] [18:23:19.996] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:19.996] | : . ' packages: [0] [18:23:19.996] | : . getGlobalsAndPackages() ... done [18:23:19.997] | : . run() for 'Future' ('future_lapply-1') ... [18:23:19.997] | : . ' state: 'created' [18:23:19.997] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:19.997] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:19.998] | : . ' Using MultisessionFutureBackend ... [18:23:19.998] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [18:23:19.998] | : . ' , Launching futures ... [18:23:19.998] | : . ' , ; launchFuture() for ClusterFutureBackend ... [18:23:19.998] | : . ' , ; ` Workers: [n=2] [18:23:19.999] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:20.001] | : . ' , ; ` FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:20.001] | : . ' , ; ` requestWorker() ... [18:23:20.001] | : . ' , ; ` | requestNode() ... [18:23:20.001] | : . ' , ; ` | : Number of workers: 2 [18:23:20.001] | : . ' , ; ` | : Polling for a free worker ... [18:23:20.002] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.002] | : . ' , ; ` | : . ' Listing all futures [18:23:20.002] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:20.002] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.002] | : . ' , ; ` | : . Total time: 0 [18:23:20.002] | : . ' , ; ` | : Polling for a free worker ... done [18:23:20.003] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.003] | : . ' , ; ` | : . Listing all futures [18:23:20.003] | : . ' , ; ` | : . Number of registered futures: 0 [18:23:20.003] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.003] | : . ' , ; ` | : avail: [n=2] '1', '2' [18:23:20.004] | : . ' , ; ` | : Index of first available worker: 1 [18:23:20.004] | : . ' , ; ` | : Validate that the worker is functional ... [18:23:20.004] | : . ' , ; ` | : . Worker is functional [18:23:20.004] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.005] | : . ' , ; ` | : . ' Listing all futures [18:23:20.005] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:20.005] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.005] | : . ' , ; ` | : Validate that the worker is functional ... done [18:23:20.005] | : . ' , ; ` | requestNode() ... done [18:23:20.005] | : . ' , ; ` | cluster node index: 1 [18:23:20.006] | : . ' , ; ` requestWorker() ... done [18:23:20.006] | : . ' , ; ` eraseGlobalEnvironment() ... [18:23:20.006] | : . ' , ; ` eraseGlobalEnvironment() ... done [18:23:20.006] | : . ' , ; ` launchFuture() ... [18:23:20.007] | : . ' , ; ` | cluster node index: 1 [18:23:20.007] | : . ' , ; ` | getFutureData() ... [18:23:20.007] | : . ' , ; ` | : getFutureCore() ... [18:23:20.007] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [18:23:20.007] | : . ' , ; ` | : getFutureCore() ... done [18:23:20.008] | : . ' , ; ` | : getFutureCapture() ... [18:23:20.008] | : . ' , ; ` | : getFutureCapture() ... done [18:23:20.008] | : . ' , ; ` | : getFutureContext() ... [18:23:20.008] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:20.008] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [18:23:20.008] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:20.009] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [18:23:20.009] | : . ' , ; ` | : getFutureContext() ... done [18:23:20.009] | : . ' , ; ` | getFutureData() ... done [18:23:20.009] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:20.010] | : . ' , ; ` | : Appended future to position #1 [18:23:20.010] | : . ' , ; ` | : Number of registered futures: 1 [18:23:20.010] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:20.010] | : . ' , ; ` launchFuture() ... done [18:23:20.010] | : . ' , ; ` MultisessionFuture started [18:23:20.011] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [18:23:20.011] | : . ' , Launching futures ... done [18:23:20.011] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:20.011] | : . ' Using MultisessionFutureBackend ... done [18:23:20.011] | : . run() for 'Future' ('future_lapply-1') ... done [18:23:20.011] | : future(..., label = 'future_lapply-1') ... done [18:23:20.012] | : Created future: [18:23:20.013] | : resolved() ... [18:23:20.014] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [18:23:20.014] | : . ' Cluster node socket connection: index=4, id=443 [18:23:20.014] | : . ' assertValidConnection() ... [18:23:20.014] | : . ' , cluster node index: 1 [18:23:20.015] | : . ' assertValidConnection() ... done [18:23:20.206] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:20.206] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [18:23:20.206] | : resolved() ... done [18:23:20.012] | : MultisessionFuture: [18:23:20.012] | : Label: 'future_lapply-1' [18:23:20.012] | : Expression: [18:23:20.012] | : { [18:23:20.012] | : "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:20.012] | : "# expression in do.call(), because function called uses '...' " [18:23:20.012] | : "# as a global variable " [18:23:20.012] | : do.call(function(...) { [18:23:20.012] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:20.012] | : "# without having an '...' argument. This means '...' is treated" [18:23:20.012] | : "# as a global variable. This may happen when FUN() is an " [18:23:20.012] | : "# anonymous function. " [18:23:20.012] | : "# " [18:23:20.012] | : "# If an anonymous function, we will make sure to restore the " [18:23:20.012] | : "# function environment of FUN() to the calling environment. " [18:23:20.012] | : "# We assume FUN() an anonymous function if it lives in the " [18:23:20.012] | : "# global environment, which is where globals are written. " [18:23:20.012] | : penv <- env <- environment(...future.FUN) [18:23:20.012] | : repeat { [18:23:20.012] | : if (identical(env, globalenv()) || identical(env, [18:23:20.012] | : emptyenv())) [18:23:20.012] | : break [18:23:20.012] | : penv <- env [18:23:20.012] | : env <- parent.env(env) [18:23:20.012] | : } [18:23:20.012] | : if (identical(penv, globalenv())) { [18:23:20.012] | : environment(...future.FUN) <- environment() [18:23:20.012] | : } [18:23:20.012] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:20.012] | : !isNamespace(penv)) { [18:23:20.012] | : parent.env(penv) <- environment() [18:23:20.012] | : } [18:23:20.012] | : rm(list = c("env", "penv"), inherits = FALSE) [18:23:20.012] | : { [18:23:20.012] | : "# future.apply:::future_xapply(): preserve future option" [18:23:20.012] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:20.012] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:20.012] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:20.012] | : on.exit(options(oopts), add = TRUE) [18:23:20.012] | : } [18:23:20.012] | : { [18:23:20.012] | : "# future.apply::future_lapply(): process chunk of elements" [18:23:20.012] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:20.012] | : ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:20.012] | : { [18:23:20.012] | : ...future.FUN(...future.X_jj, ...) [18:23:20.012] | : } [18:23:20.012] | : }) [18:23:20.012] | : } [18:23:20.012] | : } [18:23:20.012] | : }, args = future.call.arguments) [18:23:20.012] | : } [18:23:20.012] | : Globals: 5 objects totaling 3.83 KiB (function '...future.FUN' of 200 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) [18:23:20.012] | : Packages: [18:23:20.012] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:20.012] | : Capture standard output: NA [18:23:20.012] | : Capture condition classes: 'condition' (excluding '') [18:23:20.012] | : Immediate condition classes: 'immediateCondition' [18:23:20.012] | : Lazy evaluation: FALSE [18:23:20.012] | : Local evaluation: TRUE [18:23:20.012] | : Early signaling: FALSE [18:23:20.012] | : Actions: [n=1] 'run' [18:23:20.012] | : State: 'running' ("Future is being evaluated") [18:23:20.012] | : Resolved: FALSE [18:23:20.012] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-11 [18:23:20.012] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:20.012] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:20.012] | : Value: [18:23:20.012] | : Conditions captured: [18:23:20.207] | : Chunk #1 of 2 ... DONE [18:23:20.207] | : Chunk #2 of 2 ... [18:23:20.207] | : - Finding globals in 'X' for chunk #2 ... [18:23:20.207] | : getGlobalsAndPackages() ... [18:23:20.207] | : . Searching for globals ... [18:23:20.208] | : . ' globals found: [0] [18:23:20.208] | : . Searching for globals ... done [18:23:20.208] | : . globals: [0] [18:23:20.209] | : . packages: [0] [18:23:20.209] | : getGlobalsAndPackages() ... done [18:23:20.209] | : + additional globals found: [n=0] [18:23:20.209] | : + additional namespaces needed: [n=0] [18:23:20.209] | : - Finding globals in 'X' for chunk #2 ... DONE [18:23:20.209] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:20.210] | : - seeds: [18:23:20.210] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:20.210] | : future(..., label = 'future_lapply-2') ... [18:23:20.210] | : . lazy: FALSE [18:23:20.210] | : . stdout: NA [18:23:20.210] | : . conditions: [n=1] 'condition' [18:23:20.211] | : . getGlobalsAndPackages() ... [18:23:20.211] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:20.211] | : . ' Resolving globals: FALSE [18:23:20.211] | : . ' Tweak future expression to call with '...' arguments ... [18:23:20.212] | : . ' , { [18:23:20.212] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:20.212] | : . ' , "# expression in do.call(), because function called uses '...' " [18:23:20.212] | : . ' , "# as a global variable " [18:23:20.212] | : . ' , do.call(function(...) { [18:23:20.212] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:20.212] | : . ' , "# without having an '...' argument. This means '...' is treated" [18:23:20.212] | : . ' , "# as a global variable. This may happen when FUN() is an " [18:23:20.212] | : . ' , "# anonymous function. " [18:23:20.212] | : . ' , "# " [18:23:20.212] | : . ' , "# If an anonymous function, we will make sure to restore the " [18:23:20.212] | : . ' , "# function environment of FUN() to the calling environment. " [18:23:20.212] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [18:23:20.212] | : . ' , "# global environment, which is where globals are written. " [18:23:20.212] | : . ' , penv <- env <- environment(...future.FUN) [18:23:20.212] | : . ' , repeat { [18:23:20.212] | : . ' , if (identical(env, globalenv()) || identical(env, [18:23:20.212] | : . ' , emptyenv())) [18:23:20.212] | : . ' , break [18:23:20.212] | : . ' , penv <- env [18:23:20.212] | : . ' , env <- parent.env(env) [18:23:20.212] | : . ' , } [18:23:20.212] | : . ' , if (identical(penv, globalenv())) { [18:23:20.212] | : . ' , environment(...future.FUN) <- environment() [18:23:20.212] | : . ' , } [18:23:20.212] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:20.212] | : . ' , !isNamespace(penv)) { [18:23:20.212] | : . ' , parent.env(penv) <- environment() [18:23:20.212] | : . ' , } [18:23:20.212] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [18:23:20.212] | : . ' , { [18:23:20.212] | : . ' , "# future.apply:::future_xapply(): preserve future option" [18:23:20.212] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:20.212] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:20.212] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:20.212] | : . ' , on.exit(options(oopts), add = TRUE) [18:23:20.212] | : . ' , } [18:23:20.212] | : . ' , { [18:23:20.212] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [18:23:20.212] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:20.212] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:20.212] | : . ' , { [18:23:20.212] | : . ' , ...future.FUN(...future.X_jj, ...) [18:23:20.212] | : . ' , } [18:23:20.212] | : . ' , }) [18:23:20.212] | : . ' , } [18:23:20.212] | : . ' , } [18:23:20.212] | : . ' , }, args = future.call.arguments) [18:23:20.212] | : . ' , } [18:23:20.213] | : . ' Tweak future expression to call with '...' arguments ... done [18:23:20.213] | : . ' Search for packages associated with the globals ... [18:23:20.213] | : . ' , Packages associated with globals: [0] [18:23:20.214] | : . ' , Packages: [0] [18:23:20.214] | : . ' Search for packages associated with the globals ... done [18:23:20.214] | : . ' Packages after dropping 'base': [0] [18:23:20.214] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:20.215] | : . ' packages: [0] [18:23:20.215] | : . getGlobalsAndPackages() ... done [18:23:20.215] | : . run() for 'Future' ('future_lapply-2') ... [18:23:20.215] | : . ' state: 'created' [18:23:20.216] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:20.216] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:20.216] | : . ' Using MultisessionFutureBackend ... [18:23:20.216] | : . ' , Number of futures since start: 5 (5 created, 5 launched, 4 finished) [18:23:20.216] | : . ' , Launching futures ... [18:23:20.217] | : . ' , ; launchFuture() for ClusterFutureBackend ... [18:23:20.217] | : . ' , ; ` Workers: [n=2] [18:23:20.217] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:20.219] | : . ' , ; ` FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:20.219] | : . ' , ; ` requestWorker() ... [18:23:20.219] | : . ' , ; ` | requestNode() ... [18:23:20.220] | : . ' , ; ` | : Number of workers: 2 [18:23:20.220] | : . ' , ; ` | : Polling for a free worker ... [18:23:20.220] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.220] | : . ' , ; ` | : . ' Listing all futures [18:23:20.220] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:20.220] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.221] | : . ' , ; ` | : . Total time: 0 [18:23:20.221] | : . ' , ; ` | : Polling for a free worker ... done [18:23:20.221] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.221] | : . ' , ; ` | : . Listing all futures [18:23:20.221] | : . ' , ; ` | : . Number of registered futures: 1 [18:23:20.222] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.222] | : . ' , ; ` | : avail: [n=2] '2' [18:23:20.222] | : . ' , ; ` | : Index of first available worker: 2 [18:23:20.222] | : . ' , ; ` | : Validate that the worker is functional ... [18:23:20.223] | : . ' , ; ` | : . Worker is functional [18:23:20.223] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.223] | : . ' , ; ` | : . ' Listing all futures [18:23:20.223] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:20.224] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.224] | : . ' , ; ` | : Validate that the worker is functional ... done [18:23:20.224] | : . ' , ; ` | requestNode() ... done [18:23:20.224] | : . ' , ; ` | cluster node index: 2 [18:23:20.224] | : . ' , ; ` requestWorker() ... done [18:23:20.224] | : . ' , ; ` eraseGlobalEnvironment() ... [18:23:20.225] | : . ' , ; ` eraseGlobalEnvironment() ... done [18:23:20.225] | : . ' , ; ` launchFuture() ... [18:23:20.225] | : . ' , ; ` | cluster node index: 2 [18:23:20.226] | : . ' , ; ` | getFutureData() ... [18:23:20.226] | : . ' , ; ` | : getFutureCore() ... [18:23:20.226] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [18:23:20.226] | : . ' , ; ` | : getFutureCore() ... done [18:23:20.226] | : . ' , ; ` | : getFutureCapture() ... [18:23:20.226] | : . ' , ; ` | : getFutureCapture() ... done [18:23:20.227] | : . ' , ; ` | : getFutureContext() ... [18:23:20.227] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:20.227] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [18:23:20.227] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:20.227] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [18:23:20.227] | : . ' , ; ` | : getFutureContext() ... done [18:23:20.228] | : . ' , ; ` | getFutureData() ... done [18:23:20.228] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:20.228] | : . ' , ; ` | : Appended future to position #2 [18:23:20.228] | : . ' , ; ` | : Number of registered futures: 2 [18:23:20.229] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:20.229] | : . ' , ; ` launchFuture() ... done [18:23:20.229] | : . ' , ; ` MultisessionFuture started [18:23:20.229] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [18:23:20.229] | : . ' , Launching futures ... done [18:23:20.229] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:20.230] | : . ' Using MultisessionFutureBackend ... done [18:23:20.230] | : . run() for 'Future' ('future_lapply-2') ... done [18:23:20.230] | : future(..., label = 'future_lapply-2') ... done [18:23:20.230] | : Created future: [18:23:20.232] | : resolved() ... [18:23:20.232] | : . resolved() for MultisessionFuture ('future_lapply-2') ... [18:23:20.233] | : . ' Cluster node socket connection: index=5, id=444 [18:23:20.233] | : . ' assertValidConnection() ... [18:23:20.233] | : . ' , cluster node index: 2 [18:23:20.233] | : . ' assertValidConnection() ... done [18:23:20.234] | : . ' receiveMessageFromWorker() for ClusterFuture ... [18:23:20.234] | : . ' , cluster node index: 2 [18:23:20.234] | : . ' , [1] TRUE [18:23:20.234] | : . ' , Received data: [18:23:20.234] | : . ' , List of 5 [18:23:20.234] | : . ' , $ type : chr "VALUE" [18:23:20.234] | : . ' , $ value :List of 16 [18:23:20.234] | : . ' , ..$ value :List of 1 [18:23:20.234] | : . ' , .. ..$ : int 0 [18:23:20.234] | : . ' , ..$ visible : logi TRUE [18:23:20.234] | : . ' , ..$ stdout : NULL [18:23:20.234] | : . ' , ..$ conditions : list() [18:23:20.234] | : . ' , ..$ rng : logi FALSE [18:23:20.234] | : . ' , ..$ seed : NULL [18:23:20.234] | : . ' , ..$ misuseGlobalEnv : NULL [18:23:20.234] | : . ' , ..$ misuseConnections :List of 3 [18:23:20.234] | : . ' , .. ..$ added : NULL [18:23:20.234] | : . ' , .. ..$ removed : NULL [18:23:20.234] | : . ' , .. ..$ replaced: NULL [18:23:20.234] | : . ' , ..$ misuseDevices : NULL [18:23:20.234] | : . ' , ..$ misuseDefaultDevice: list() [18:23:20.234] | : . ' , ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:20" [18:23:20.234] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:20" [18:23:20.234] | : . ' , ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "12" [18:23:20.234] | : . ' , ..$ session_uuid : chr "8913651ed9ff31dc32f31f5d4c35eb7e" [18:23:20.234] | : . ' , .. ..- attr(*, "source")=List of 5 [18:23:20.234] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [18:23:20.234] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:20.234] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:20.234] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:20.234] | : . ' , .. .. ..$ pid : int 91796 [18:23:20.234] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:20.234] | : . ' , .. .. ..$ random: int 2147483647 [18:23:20.234] | : . ' , ..$ r_info :List of 4 [18:23:20.234] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:20.234] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [18:23:20.234] | : . ' , .. ..$ os : chr "windows" [18:23:20.234] | : . ' , .. ..$ os_name : chr "Windows" [18:23:20.234] | : . ' , .. ..$ captures_utf8: logi TRUE [18:23:20.234] | : . ' , ..$ version : chr "1.8" [18:23:20.234] | : . ' , ..- attr(*, "class")= chr "FutureResult" [18:23:20.234] | : . ' , $ success: logi TRUE [18:23:20.234] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [18:23:20.234] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:20.234] | : . ' , $ tag : NULL [18:23:20.251] | : . ' , Received FutureResult [18:23:20.251] | : . ' , FutureResult: [18:23:20.251] | : . ' , value: 'list' [18:23:20.251] | : . ' , visible: TRUE [18:23:20.251] | : . ' , stdout: NULL [18:23:20.251] | : . ' , conditions: [n = 0] [18:23:20.251] | : . ' , RNG used: FALSE [18:23:20.251] | : . ' , duration: 0.003875017 secs (started 2026-01-18 18:23:20.228915) [18:23:20.251] | : . ' , version: 1.8 [18:23:20.252] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:20.252] | : . ' , ; Removed future from position #2 [18:23:20.253] | : . ' , ; Number of registered futures: 1 [18:23:20.253] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:20.253] | : . ' , Erased future from future backend [18:23:20.253] | : . ' , result() for ClusterFuture ... [18:23:20.254] | : . ' , ; result already collected: FutureResult [18:23:20.254] | : . ' , result() for ClusterFuture ... done [18:23:20.254] | : . ' , signalConditions() ... [18:23:20.254] | : . ' , ; include = 'immediateCondition' [18:23:20.254] | : . ' , ; exclude = [18:23:20.255] | : . ' , ; resignal = FALSE [18:23:20.255] | : . ' , ; Number of conditions: 0 [18:23:20.255] | : . ' , ; int 0 [18:23:20.255] | : . ' , signalConditions() ... done [18:23:20.256] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [18:23:20.256] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:20.256] | : . resolved() for MultisessionFuture ('future_lapply-2') ... done [18:23:20.256] | : . assertFutureResult() ... [18:23:20.257] | : . ' Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-12 [18:23:20.257] | : . ' identical; success [18:23:20.257] | : . assertFutureResult() ... done [18:23:20.257] | : resolved() ... done [18:23:20.230] | : MultisessionFuture: [18:23:20.230] | : Label: 'future_lapply-2' [18:23:20.230] | : Expression: [18:23:20.230] | : { [18:23:20.230] | : "# future::getGlobalsAndPackages(): wrapping the original future" [18:23:20.230] | : "# expression in do.call(), because function called uses '...' " [18:23:20.230] | : "# as a global variable " [18:23:20.230] | : do.call(function(...) { [18:23:20.230] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [18:23:20.230] | : "# without having an '...' argument. This means '...' is treated" [18:23:20.230] | : "# as a global variable. This may happen when FUN() is an " [18:23:20.230] | : "# anonymous function. " [18:23:20.230] | : "# " [18:23:20.230] | : "# If an anonymous function, we will make sure to restore the " [18:23:20.230] | : "# function environment of FUN() to the calling environment. " [18:23:20.230] | : "# We assume FUN() an anonymous function if it lives in the " [18:23:20.230] | : "# global environment, which is where globals are written. " [18:23:20.230] | : penv <- env <- environment(...future.FUN) [18:23:20.230] | : repeat { [18:23:20.230] | : if (identical(env, globalenv()) || identical(env, [18:23:20.230] | : emptyenv())) [18:23:20.230] | : break [18:23:20.230] | : penv <- env [18:23:20.230] | : env <- parent.env(env) [18:23:20.230] | : } [18:23:20.230] | : if (identical(penv, globalenv())) { [18:23:20.230] | : environment(...future.FUN) <- environment() [18:23:20.230] | : } [18:23:20.230] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [18:23:20.230] | : !isNamespace(penv)) { [18:23:20.230] | : parent.env(penv) <- environment() [18:23:20.230] | : } [18:23:20.230] | : rm(list = c("env", "penv"), inherits = FALSE) [18:23:20.230] | : { [18:23:20.230] | : "# future.apply:::future_xapply(): preserve future option" [18:23:20.230] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:20.230] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:20.230] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:20.230] | : on.exit(options(oopts), add = TRUE) [18:23:20.230] | : } [18:23:20.230] | : { [18:23:20.230] | : "# future.apply::future_lapply(): process chunk of elements" [18:23:20.230] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [18:23:20.230] | : ...future.X_jj <- ...future.elements_ii[[jj]] [18:23:20.230] | : { [18:23:20.230] | : ...future.FUN(...future.X_jj, ...) [18:23:20.230] | : } [18:23:20.230] | : }) [18:23:20.230] | : } [18:23:20.230] | : } [18:23:20.230] | : }, args = future.call.arguments) [18:23:20.230] | : } [18:23:20.230] | : Globals: 5 objects totaling 3.83 KiB (function '...future.FUN' of 200 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) [18:23:20.230] | : Packages: [18:23:20.230] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:20.230] | : Capture standard output: NA [18:23:20.230] | : Capture condition classes: 'condition' (excluding '') [18:23:20.230] | : Immediate condition classes: 'immediateCondition' [18:23:20.230] | : Lazy evaluation: FALSE [18:23:20.230] | : Local evaluation: TRUE [18:23:20.230] | : Early signaling: FALSE [18:23:20.230] | : Actions: [n=1] 'run' [18:23:20.230] | : State: 'running' ("Future is being evaluated") [18:23:20.230] | : Resolved: TRUE [18:23:20.230] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-12 [18:23:20.230] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:20.230] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:20.230] | : Value: [18:23:20.230] | : Conditions captured: [18:23:20.258] | : Chunk #2 of 2 ... DONE [18:23:20.258] | : Launching 2 futures (chunks) ... DONE [18:23:20.258] | : Resolving 2 futures (chunks) ... [18:23:20.258] | : value() for list ... [18:23:20.258] | : . recursive: 0 [18:23:20.259] | : . reduce: FALSE [18:23:20.259] | : . length: 2 [18:23:20.259] | : . Number of remaining objects: 2 [18:23:20.259] | : . checking value #1: [18:23:20.259] | : . 'obj' is MultisessionFuture [18:23:20.260] | : . resolved() ... [18:23:20.260] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [18:23:20.260] | : . ' , Cluster node socket connection: index=4, id=443 [18:23:20.260] | : . ' , assertValidConnection() ... [18:23:20.261] | : . ' , ; cluster node index: 1 [18:23:20.261] | : . ' , assertValidConnection() ... done [18:23:20.456] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:20.456] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [18:23:20.457] | : . resolved() ... done [18:23:20.457] | : . checking value #2: [18:23:20.457] | : . 'obj' is MultisessionFuture [18:23:20.457] | : . resolved() ... [18:23:20.457] | : . resolved() ... done [18:23:20.457] | : . MultisessionFuture #2 [18:23:20.458] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:20.458] | : . ' nx: 2 [18:23:20.458] | : . ' relay: TRUE [18:23:20.458] | : . ' stdout: TRUE [18:23:20.458] | : . ' signal: TRUE [18:23:20.458] | : . ' resignal: FALSE [18:23:20.459] | : . ' force: TRUE [18:23:20.459] | : . ' relayed: [n=2] FALSE, FALSE [18:23:20.459] | : . ' queued futures: [n=2] FALSE, FALSE [18:23:20.459] | : . ' until=1 [18:23:20.459] | : . ' relaying element #1 [18:23:20.459] | : . ' relayed: [n=2] FALSE, FALSE [18:23:20.460] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:20.460] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:20.460] | : . value(, ...) ... [18:23:20.460] | : . value(, ...) ... done [18:23:20.460] | : . value() for MultisessionFuture ('future_lapply-2') ... [18:23:20.461] | : . ' result() for ClusterFuture ... [18:23:20.461] | : . ' , result already collected: FutureResult [18:23:20.461] | : . ' result() for ClusterFuture ... done [18:23:20.461] | : . ' result() for ClusterFuture ... [18:23:20.461] | : . ' , result already collected: FutureResult [18:23:20.461] | : . ' result() for ClusterFuture ... done [18:23:20.462] | : . ' signalConditions() ... [18:23:20.462] | : . ' , include = 'immediateCondition' [18:23:20.462] | : . ' , exclude = [18:23:20.462] | : . ' , resignal = FALSE [18:23:20.462] | : . ' , Number of conditions: 0 [18:23:20.462] | : . ' , int 0 [18:23:20.463] | : . ' signalConditions() ... done [18:23:20.463] | : . ' check for misuse ... [18:23:20.463] | : . ' check for misuse ... done [18:23:20.464] | : . value() for MultisessionFuture ('future_lapply-2') ... done [18:23:20.464] | : . value: [18:23:20.464] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:20.464] | : . ' nx: 2 [18:23:20.464] | : . ' relay: TRUE [18:23:20.464] | : . ' stdout: TRUE [18:23:20.465] | : . ' signal: TRUE [18:23:20.465] | : . ' resignal: FALSE [18:23:20.465] | : . ' force: TRUE [18:23:20.465] | : . ' relayed: [n=2] FALSE, FALSE [18:23:20.465] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:20.465] | : . ' until=1 [18:23:20.466] | : . ' relaying element #1 [18:23:20.466] | : . ' relayed: [n=2] FALSE, FALSE [18:23:20.466] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:20.466] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:20.466] | : . resolve() for MultisessionFuture ... [18:23:20.466] | : . resolve() for MultisessionFuture ... done [18:23:20.467] | : . length: 1 (resolved future 2) [18:23:20.467] | : value() for list ... done [18:23:20.487] | : Number of remaining objects: 1 [18:23:20.487] | : checking value #1: [18:23:20.487] | : 'obj' is MultisessionFuture [18:23:20.488] | : resolved() ... [18:23:20.488] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [18:23:20.488] | : . ' Cluster node socket connection: index=4, id=443 [18:23:20.488] | : . ' assertValidConnection() ... [18:23:20.489] | : . ' , cluster node index: 1 [18:23:20.489] | : . ' assertValidConnection() ... done [18:23:20.521] | : . ' receiveMessageFromWorker() for ClusterFuture ... [18:23:20.522] | : . ' , cluster node index: 1 [18:23:20.522] | : . ' , [1] TRUE [18:23:20.522] | : . ' , Received data: [18:23:20.522] | : . ' , List of 5 [18:23:20.522] | : . ' , $ type : chr "VALUE" [18:23:20.522] | : . ' , $ value :List of 16 [18:23:20.522] | : . ' , ..$ value :List of 1 [18:23:20.522] | : . ' , .. ..$ : int 1 [18:23:20.522] | : . ' , ..$ visible : logi TRUE [18:23:20.522] | : . ' , ..$ stdout : NULL [18:23:20.522] | : . ' , ..$ conditions : list() [18:23:20.522] | : . ' , ..$ rng : logi FALSE [18:23:20.522] | : . ' , ..$ seed : NULL [18:23:20.522] | : . ' , ..$ misuseGlobalEnv : NULL [18:23:20.522] | : . ' , ..$ misuseConnections :List of 3 [18:23:20.522] | : . ' , .. ..$ added : NULL [18:23:20.522] | : . ' , .. ..$ removed : NULL [18:23:20.522] | : . ' , .. ..$ replaced: NULL [18:23:20.522] | : . ' , ..$ misuseDevices : NULL [18:23:20.522] | : . ' , ..$ misuseDefaultDevice: list() [18:23:20.522] | : . ' , ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:20" [18:23:20.522] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:20" [18:23:20.522] | : . ' , ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "11" [18:23:20.522] | : . ' , ..$ session_uuid : chr "c5359fa91c7b39075b90a3b6c0674946" [18:23:20.522] | : . ' , .. ..- attr(*, "source")=List of 5 [18:23:20.522] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [18:23:20.522] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:20.522] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:20.522] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:20.522] | : . ' , .. .. ..$ pid : int 104412 [18:23:20.522] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:20.522] | : . ' , .. .. ..$ random: int 2147483647 [18:23:20.522] | : . ' , ..$ r_info :List of 4 [18:23:20.522] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:20.522] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [18:23:20.522] | : . ' , .. ..$ os : chr "windows" [18:23:20.522] | : . ' , .. ..$ os_name : chr "Windows" [18:23:20.522] | : . ' , .. ..$ captures_utf8: logi TRUE [18:23:20.522] | : . ' , ..$ version : chr "1.8" [18:23:20.522] | : . ' , ..- attr(*, "class")= chr "FutureResult" [18:23:20.522] | : . ' , $ success: logi TRUE [18:23:20.522] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.52 NA NA [18:23:20.522] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:20.522] | : . ' , $ tag : NULL [18:23:20.538] | : . ' , Received FutureResult [18:23:20.538] | : . ' , FutureResult: [18:23:20.538] | : . ' , value: 'list' [18:23:20.538] | : . ' , visible: TRUE [18:23:20.538] | : . ' , stdout: NULL [18:23:20.538] | : . ' , conditions: [n = 0] [18:23:20.538] | : . ' , RNG used: FALSE [18:23:20.538] | : . ' , duration: 0.510314 secs (started 2026-01-18 18:23:20.010179) [18:23:20.538] | : . ' , version: 1.8 [18:23:20.539] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:20.539] | : . ' , ; Removed future from position #1 [18:23:20.539] | : . ' , ; Number of registered futures: 0 [18:23:20.540] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:20.540] | : . ' , Erased future from future backend [18:23:20.540] | : . ' , result() for ClusterFuture ... [18:23:20.540] | : . ' , ; result already collected: FutureResult [18:23:20.540] | : . ' , result() for ClusterFuture ... done [18:23:20.540] | : . ' , signalConditions() ... [18:23:20.541] | : . ' , ; include = 'immediateCondition' [18:23:20.541] | : . ' , ; exclude = [18:23:20.541] | : . ' , ; resignal = FALSE [18:23:20.541] | : . ' , ; Number of conditions: 0 [18:23:20.541] | : . ' , ; int 0 [18:23:20.542] | : . ' , signalConditions() ... done [18:23:20.542] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [18:23:20.542] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:20.542] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [18:23:20.542] | : . assertFutureResult() ... [18:23:20.543] | : . ' Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-11 [18:23:20.543] | : . ' identical; success [18:23:20.543] | : . assertFutureResult() ... done [18:23:20.543] | : resolved() ... done [18:23:20.543] | : MultisessionFuture #1 [18:23:20.543] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:20.544] | : . nx: 2 [18:23:20.544] | : . relay: TRUE [18:23:20.544] | : . stdout: TRUE [18:23:20.544] | : . signal: TRUE [18:23:20.544] | : . resignal: FALSE [18:23:20.544] | : . force: TRUE [18:23:20.545] | : . relayed: [n=2] FALSE, FALSE [18:23:20.545] | : . queued futures: [n=2] FALSE, TRUE [18:23:20.545] | : . until=1 [18:23:20.545] | : . relaying element #1 [18:23:20.545] | : . value() for MultisessionFuture ('future_lapply-1') ... [18:23:20.545] | : . ' result() for ClusterFuture ... [18:23:20.546] | : . ' , result already collected: FutureResult [18:23:20.546] | : . ' result() for ClusterFuture ... done [18:23:20.546] | : . ' result() for ClusterFuture ... [18:23:20.546] | : . ' , result already collected: FutureResult [18:23:20.546] | : . ' result() for ClusterFuture ... done [18:23:20.546] | : . ' signalConditions() ... [18:23:20.547] | : . ' , include = 'immediateCondition' [18:23:20.547] | : . ' , exclude = [18:23:20.547] | : . ' , resignal = FALSE [18:23:20.547] | : . ' , Number of conditions: 0 [18:23:20.547] | : . ' , int 0 [18:23:20.548] | : . ' signalConditions() ... done [18:23:20.548] | : . ' relay stdout ... [18:23:20.548] | : . ' relay stdout ... done [18:23:20.548] | : . ' check for misuse ... [18:23:20.548] | : . ' check for misuse ... done [18:23:20.549] | : . value() for MultisessionFuture ('future_lapply-1') ... done [18:23:20.549] | : . result() for ClusterFuture ... [18:23:20.549] | : . ' result already collected: FutureResult [18:23:20.549] | : . result() for ClusterFuture ... done [18:23:20.549] | : . signalConditions() ... [18:23:20.549] | : . ' include = 'immediateCondition' [18:23:20.550] | : . ' exclude = [18:23:20.550] | : . ' resignal = FALSE [18:23:20.550] | : . ' Number of conditions: 0 [18:23:20.550] | : . ' int 0 [18:23:20.551] | : . signalConditions() ... done [18:23:20.551] | : . result() for ClusterFuture ... [18:23:20.551] | : . ' result already collected: FutureResult [18:23:20.551] | : . result() for ClusterFuture ... done [18:23:20.551] | : . signalConditions() ... [18:23:20.551] | : . ' include = 'condition' [18:23:20.552] | : . ' exclude = 'error', 'immediateCondition' [18:23:20.552] | : . ' resignal = TRUE [18:23:20.552] | : . ' Number of conditions: 0 [18:23:20.552] | : . ' int 0 [18:23:20.553] | : . signalConditions() ... done [18:23:20.553] | : . relayed: [n=2] TRUE, FALSE [18:23:20.553] | : . queued futures: [n=2] TRUE, TRUE [18:23:20.553] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:20.553] | : value(, ...) ... [18:23:20.553] | : value(, ...) ... done [18:23:20.554] | : value() for MultisessionFuture ('future_lapply-1') ... [18:23:20.554] | : . result() for ClusterFuture ... [18:23:20.554] | : . ' result already collected: FutureResult [18:23:20.554] | : . result() for ClusterFuture ... done [18:23:20.554] | : . result() for ClusterFuture ... [18:23:20.554] | : . ' result already collected: FutureResult [18:23:20.555] | : . result() for ClusterFuture ... done [18:23:20.555] | : . signalConditions() ... [18:23:20.555] | : . ' include = 'immediateCondition' [18:23:20.555] | : . ' exclude = [18:23:20.555] | : . ' resignal = FALSE [18:23:20.555] | : . ' Number of conditions: 0 [18:23:20.556] | : . ' int 0 [18:23:20.556] | : . signalConditions() ... done [18:23:20.556] | : . check for misuse ... [18:23:20.556] | : . check for misuse ... done [18:23:20.557] | : value() for MultisessionFuture ('future_lapply-1') ... done [18:23:20.557] | : value: [18:23:20.557] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:20.557] | : . nx: 2 [18:23:20.557] | : . relay: TRUE [18:23:20.557] | : . stdout: TRUE [18:23:20.558] | : . signal: TRUE [18:23:20.558] | : . resignal: FALSE [18:23:20.558] | : . force: TRUE [18:23:20.558] | : . relayed: [n=2] TRUE, FALSE [18:23:20.558] | : . queued futures: [n=2] TRUE, TRUE [18:23:20.558] | : . until=2 [18:23:20.558] | : . relaying element #2 [18:23:20.559] | : . value() for MultisessionFuture ('future_lapply-2') ... [18:23:20.559] | : . ' result() for ClusterFuture ... [18:23:20.559] | : . ' , result already collected: FutureResult [18:23:20.559] | : . ' result() for ClusterFuture ... done [18:23:20.559] | : . ' result() for ClusterFuture ... [18:23:20.559] | : . ' , result already collected: FutureResult [18:23:20.560] | : . ' result() for ClusterFuture ... done [18:23:20.560] | : . ' signalConditions() ... [18:23:20.560] | : . ' , include = 'immediateCondition' [18:23:20.560] | : . ' , exclude = [18:23:20.560] | : . ' , resignal = FALSE [18:23:20.560] | : . ' , Number of conditions: 0 [18:23:20.561] | : . ' , int 0 [18:23:20.561] | : . ' signalConditions() ... done [18:23:20.561] | : . ' relay stdout ... [18:23:20.561] | : . ' relay stdout ... done [18:23:20.562] | : . ' check for misuse ... [18:23:20.562] | : . ' check for misuse ... done [18:23:20.562] | : . value() for MultisessionFuture ('future_lapply-2') ... done [18:23:20.562] | : . result() for ClusterFuture ... [18:23:20.562] | : . ' result already collected: FutureResult [18:23:20.562] | : . result() for ClusterFuture ... done [18:23:20.563] | : . signalConditions() ... [18:23:20.563] | : . ' include = 'immediateCondition' [18:23:20.563] | : . ' exclude = [18:23:20.563] | : . ' resignal = FALSE [18:23:20.563] | : . ' Number of conditions: 0 [18:23:20.563] | : . ' int 0 [18:23:20.564] | : . signalConditions() ... done [18:23:20.564] | : . result() for ClusterFuture ... [18:23:20.564] | : . ' result already collected: FutureResult [18:23:20.564] | : . result() for ClusterFuture ... done [18:23:20.565] | : . signalConditions() ... [18:23:20.565] | : . ' include = 'condition' [18:23:20.565] | : . ' exclude = 'error', 'immediateCondition' [18:23:20.565] | : . ' resignal = TRUE [18:23:20.565] | : . ' Number of conditions: 0 [18:23:20.565] | : . ' int 0 [18:23:20.566] | : . signalConditions() ... done [18:23:20.566] | : . relayed: [n=2] TRUE, TRUE [18:23:20.566] | : . queued futures: [n=2] TRUE, TRUE [18:23:20.567] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:20.567] | : resolve() for MultisessionFuture ... [18:23:20.567] | : resolve() for MultisessionFuture ... done [18:23:20.567] | : length: 0 (resolved future 1) [18:23:20.567] | future_lapply() -> future_xapply() ... done [18:23:20.567] | Relaying remaining futures ... [18:23:20.568] | : signalConditionsASAP(NULL, pos=0) ... [18:23:20.568] | : . nx: 2 [18:23:20.568] | : . relay: TRUE [18:23:20.568] | : . stdout: TRUE [18:23:20.568] | : . signal: TRUE [18:23:20.568] | : . resignal: FALSE [18:23:20.569] | : . force: TRUE [18:23:20.569] | : . relayed: [n=2] TRUE, TRUE [18:23:20.569] | : . queued futures: [n=2] TRUE, TRUE - flush all [18:23:20.569] | : . relayed: [n=2] TRUE, TRUE [18:23:20.569] | : . queued futures: [n=2] TRUE, TRUE [18:23:20.569] | : signalConditionsASAP(NULL, pos=0) ... done [18:23:20.570] | Relaying remaining futures ... done [18:23:20.570] future_lapply() ... done [18:23:20.570] - Number of value chunks collected: 2 [18:23:20.570] Resolving 2 futures (chunks) ... DONE [18:23:20.570] Reducing values from 2 chunks ... [18:23:20.570] - Number of values collected after concatenation: 2 [18:23:20.571] - Number of values expected: 2 [18:23:20.571] Reducing values from 2 chunks ... DONE * future_lapply(x, ..., future.stdout = NA) ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... [18:23:20.572] future_mapply() ... [18:23:20.572] | future_mapply() -> future_xapply() ... [18:23:20.572] | : nbrOfWorkers(NULL) ... [18:23:20.572] | : . List of 4 [18:23:20.572] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:20.572] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:20.572] | : . $ : language nbrOfWorkers() [18:23:20.572] | : . $ : language nbrOfWorkers.NULL() [18:23:20.574] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:20.575] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:20.575] | : . Number of workers: 2 [18:23:20.575] | : nbrOfWorkers(NULL) ... done [18:23:20.575] | : Number of chunks: 2 [18:23:20.576] | : getGlobalsAndPackagesXApply() ... [18:23:20.576] | : . future.globals: TRUE [18:23:20.576] | : . getGlobalsAndPackages() ... [18:23:20.576] | : . ' Searching for globals ... [18:23:20.587] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [18:23:20.587] | : . ' Searching for globals ... done [18:23:20.587] | : . ' Resolving globals: FALSE [18:23:20.587] | : . ' Search for packages associated with the globals ... [18:23:20.588] | : . ' , Packages associated with globals: [1] 'base' [18:23:20.588] | : . ' , Packages: [1] 'base' [18:23:20.588] | : . ' Search for packages associated with the globals ... done [18:23:20.589] | : . ' The total size of the 1 globals is 265 bytes (265 bytes) [18:23:20.589] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 265 bytes There is one global: 'FUN' (265 bytes of class 'function') [18:23:20.589] | : . ' Packages after dropping 'base': [0] [18:23:20.590] | : . ' globals: [1] 'FUN' [18:23:20.590] | : . ' packages: [0] [18:23:20.590] | : . getGlobalsAndPackages() ... done [18:23:20.590] | : . globals found/used: [n=1] 'FUN' [18:23:20.591] | : . needed namespaces: [n=0] [18:23:20.591] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [18:23:20.591] | : . List of 2 [18:23:20.591] | : . $ ...future.FUN:function (x, y) [18:23:20.591] | : . $ MoreArgs : NULL [18:23:20.591] | : . - attr(*, "where")=List of 2 [18:23:20.591] | : . ..$ ...future.FUN: [18:23:20.591] | : . ..$ MoreArgs : [18:23:20.591] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:20.591] | : . - attr(*, "resolved")= logi FALSE [18:23:20.591] | : . - attr(*, "total_size")= num NA [18:23:20.595] | : . Packages to be attached in all futures: [n=0] [18:23:20.596] | : getGlobalsAndPackagesXApply() ... done [18:23:20.596] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:20.596] | : List of 5 [18:23:20.596] | : $ ...future.FUN :function (x, y) [18:23:20.596] | : $ MoreArgs : NULL [18:23:20.596] | : $ ...future.elements_ii : NULL [18:23:20.596] | : $ ...future.seeds_ii : NULL [18:23:20.596] | : $ ...future.globals.maxSize: NULL [18:23:20.596] | : - attr(*, "where")=List of 5 [18:23:20.596] | : ..$ ...future.FUN : [18:23:20.596] | : ..$ MoreArgs : [18:23:20.596] | : ..$ ...future.elements_ii : [18:23:20.596] | : ..$ ...future.seeds_ii : [18:23:20.596] | : ..$ ...future.globals.maxSize: [18:23:20.596] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:20.596] | : - attr(*, "resolved")= logi FALSE [18:23:20.596] | : - attr(*, "total_size")= num NA [18:23:20.602] | : Number of futures (= number of chunks): 2 [18:23:20.602] | : Launching 2 futures (chunks) ... [18:23:20.603] | : Chunk #1 of 2 ... [18:23:20.603] | : - Finding globals in '...' for chunk #1 ... [18:23:20.603] | : getGlobalsAndPackages() ... [18:23:20.603] | : . Searching for globals ... [18:23:20.604] | : . ' globals found: [0] [18:23:20.604] | : . Searching for globals ... done [18:23:20.604] | : . globals: [0] [18:23:20.604] | : . packages: [0] [18:23:20.605] | : getGlobalsAndPackages() ... done [18:23:20.605] | : + additional globals found: [n=0] [18:23:20.605] | : + additional namespaces needed: [n=0] [18:23:20.605] | : - Finding globals in '...' for chunk #1 ... DONE [18:23:20.605] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:20.605] | : - seeds: [18:23:20.606] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:20.606] | : future(..., label = 'future_mapply-1') ... [18:23:20.606] | : . lazy: FALSE [18:23:20.606] | : . stdout: FALSE [18:23:20.606] | : . conditions: [n=1] 'condition' [18:23:20.606] | : . getGlobalsAndPackages() ... [18:23:20.607] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:20.607] | : . ' Resolving globals: FALSE [18:23:20.607] | : . ' Search for packages associated with the globals ... [18:23:20.607] | : . ' , Packages associated with globals: [0] [18:23:20.608] | : . ' , Packages: [0] [18:23:20.608] | : . ' Search for packages associated with the globals ... done [18:23:20.608] | : . ' Packages after dropping 'base': [0] [18:23:20.608] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:20.608] | : . ' packages: [0] [18:23:20.609] | : . getGlobalsAndPackages() ... done [18:23:20.609] | : . run() for 'Future' ('future_mapply-1') ... [18:23:20.609] | : . ' state: 'created' [18:23:20.609] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:20.610] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:20.610] | : . ' Using MultisessionFutureBackend ... [18:23:20.610] | : . ' , Number of futures since start: 6 (6 created, 6 launched, 6 finished) [18:23:20.610] | : . ' , Launching futures ... [18:23:20.610] | : . ' , ; launchFuture() for ClusterFutureBackend ... [18:23:20.611] | : . ' , ; ` Workers: [n=2] [18:23:20.611] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:20.613] | : . ' , ; ` FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:20.613] | : . ' , ; ` requestWorker() ... [18:23:20.613] | : . ' , ; ` | requestNode() ... [18:23:20.613] | : . ' , ; ` | : Number of workers: 2 [18:23:20.613] | : . ' , ; ` | : Polling for a free worker ... [18:23:20.614] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.614] | : . ' , ; ` | : . ' Listing all futures [18:23:20.614] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:20.614] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.614] | : . ' , ; ` | : . Total time: 0 [18:23:20.614] | : . ' , ; ` | : Polling for a free worker ... done [18:23:20.615] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.615] | : . ' , ; ` | : . Listing all futures [18:23:20.615] | : . ' , ; ` | : . Number of registered futures: 0 [18:23:20.615] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.615] | : . ' , ; ` | : avail: [n=2] '1', '2' [18:23:20.615] | : . ' , ; ` | : Index of first available worker: 1 [18:23:20.616] | : . ' , ; ` | : Validate that the worker is functional ... [18:23:20.616] | : . ' , ; ` | : . Worker is functional [18:23:20.616] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.617] | : . ' , ; ` | : . ' Listing all futures [18:23:20.617] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:20.617] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.617] | : . ' , ; ` | : Validate that the worker is functional ... done [18:23:20.617] | : . ' , ; ` | requestNode() ... done [18:23:20.617] | : . ' , ; ` | cluster node index: 1 [18:23:20.618] | : . ' , ; ` requestWorker() ... done [18:23:20.618] | : . ' , ; ` eraseGlobalEnvironment() ... [18:23:20.618] | : . ' , ; ` eraseGlobalEnvironment() ... done [18:23:20.618] | : . ' , ; ` launchFuture() ... [18:23:20.619] | : . ' , ; ` | cluster node index: 1 [18:23:20.619] | : . ' , ; ` | getFutureData() ... [18:23:20.619] | : . ' , ; ` | : getFutureCore() ... [18:23:20.619] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [18:23:20.619] | : . ' , ; ` | : getFutureCore() ... done [18:23:20.619] | : . ' , ; ` | : getFutureCapture() ... [18:23:20.620] | : . ' , ; ` | : getFutureCapture() ... done [18:23:20.620] | : . ' , ; ` | : getFutureContext() ... [18:23:20.620] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:20.620] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [18:23:20.621] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:20.621] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [18:23:20.621] | : . ' , ; ` | : getFutureContext() ... done [18:23:20.621] | : . ' , ; ` | getFutureData() ... done [18:23:20.622] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:20.622] | : . ' , ; ` | : Appended future to position #1 [18:23:20.622] | : . ' , ; ` | : Number of registered futures: 1 [18:23:20.622] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:20.622] | : . ' , ; ` launchFuture() ... done [18:23:20.622] | : . ' , ; ` MultisessionFuture started [18:23:20.623] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [18:23:20.623] | : . ' , Launching futures ... done [18:23:20.623] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:20.623] | : . ' Using MultisessionFutureBackend ... done [18:23:20.623] | : . run() for 'Future' ('future_mapply-1') ... done [18:23:20.623] | : future(..., label = 'future_mapply-1') ... done [18:23:20.624] | : Created future: [18:23:20.625] | : resolved() ... [18:23:20.625] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [18:23:20.625] | : . ' Cluster node socket connection: index=4, id=443 [18:23:20.626] | : . ' assertValidConnection() ... [18:23:20.626] | : . ' , cluster node index: 1 [18:23:20.626] | : . ' assertValidConnection() ... done [18:23:20.815] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:20.815] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [18:23:20.815] | : resolved() ... done [18:23:20.624] | : MultisessionFuture: [18:23:20.624] | : Label: 'future_mapply-1' [18:23:20.624] | : Expression: [18:23:20.624] | : { [18:23:20.624] | : "# future.apply:::future_xapply(): preserve future option" [18:23:20.624] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:20.624] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:20.624] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:20.624] | : on.exit(options(oopts), add = TRUE) [18:23:20.624] | : } [18:23:20.624] | : { [18:23:20.624] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [18:23:20.624] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [18:23:20.624] | : do.call(mapply, args = args) [18:23:20.624] | : } [18:23:20.624] | : } [18:23:20.624] | : Globals: 5 objects totaling 2.92 KiB (function '...future.FUN' of 265 bytes, 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) [18:23:20.624] | : Packages: [18:23:20.624] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:20.624] | : Capture standard output: FALSE [18:23:20.624] | : Capture condition classes: 'condition' (excluding '') [18:23:20.624] | : Immediate condition classes: 'immediateCondition' [18:23:20.624] | : Lazy evaluation: FALSE [18:23:20.624] | : Local evaluation: TRUE [18:23:20.624] | : Early signaling: FALSE [18:23:20.624] | : Actions: [n=1] 'run' [18:23:20.624] | : State: 'running' ("Future is being evaluated") [18:23:20.624] | : Resolved: FALSE [18:23:20.624] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-13 [18:23:20.624] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:20.624] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:20.624] | : Value: [18:23:20.624] | : Conditions captured: [18:23:20.816] | : Chunk #1 of 2 ... DONE [18:23:20.816] | : Chunk #2 of 2 ... [18:23:20.816] | : - Finding globals in '...' for chunk #2 ... [18:23:20.817] | : getGlobalsAndPackages() ... [18:23:20.817] | : . Searching for globals ... [18:23:20.817] | : . ' globals found: [0] [18:23:20.818] | : . Searching for globals ... done [18:23:20.818] | : . globals: [0] [18:23:20.818] | : . packages: [0] [18:23:20.818] | : getGlobalsAndPackages() ... done [18:23:20.818] | : + additional globals found: [n=0] [18:23:20.819] | : + additional namespaces needed: [n=0] [18:23:20.819] | : - Finding globals in '...' for chunk #2 ... DONE [18:23:20.819] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:20.819] | : - seeds: [18:23:20.819] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:20.819] | : future(..., label = 'future_mapply-2') ... [18:23:20.821] | : . lazy: FALSE [18:23:20.822] | : . stdout: FALSE [18:23:20.822] | : . conditions: [n=1] 'condition' [18:23:20.822] | : . getGlobalsAndPackages() ... [18:23:20.822] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:20.822] | : . ' Resolving globals: FALSE [18:23:20.823] | : . ' Search for packages associated with the globals ... [18:23:20.823] | : . ' , Packages associated with globals: [0] [18:23:20.823] | : . ' , Packages: [0] [18:23:20.823] | : . ' Search for packages associated with the globals ... done [18:23:20.824] | : . ' Packages after dropping 'base': [0] [18:23:20.824] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:20.824] | : . ' packages: [0] [18:23:20.824] | : . getGlobalsAndPackages() ... done [18:23:20.825] | : . run() for 'Future' ('future_mapply-2') ... [18:23:20.825] | : . ' state: 'created' [18:23:20.825] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:20.825] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:20.825] | : . ' Using MultisessionFutureBackend ... [18:23:20.826] | : . ' , Number of futures since start: 7 (7 created, 7 launched, 6 finished) [18:23:20.826] | : . ' , Launching futures ... [18:23:20.826] | : . ' , ; launchFuture() for ClusterFutureBackend ... [18:23:20.826] | : . ' , ; ` Workers: [n=2] [18:23:20.826] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:20.828] | : . ' , ; ` FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:20.829] | : . ' , ; ` requestWorker() ... [18:23:20.829] | : . ' , ; ` | requestNode() ... [18:23:20.829] | : . ' , ; ` | : Number of workers: 2 [18:23:20.829] | : . ' , ; ` | : Polling for a free worker ... [18:23:20.829] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.829] | : . ' , ; ` | : . ' Listing all futures [18:23:20.830] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:20.830] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.830] | : . ' , ; ` | : . Total time: 0 [18:23:20.830] | : . ' , ; ` | : Polling for a free worker ... done [18:23:20.830] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.830] | : . ' , ; ` | : . Listing all futures [18:23:20.831] | : . ' , ; ` | : . Number of registered futures: 1 [18:23:20.831] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.831] | : . ' , ; ` | : avail: [n=2] '2' [18:23:20.831] | : . ' , ; ` | : Index of first available worker: 2 [18:23:20.832] | : . ' , ; ` | : Validate that the worker is functional ... [18:23:20.832] | : . ' , ; ` | : . Worker is functional [18:23:20.832] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:20.833] | : . ' , ; ` | : . ' Listing all futures [18:23:20.833] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:20.833] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:20.833] | : . ' , ; ` | : Validate that the worker is functional ... done [18:23:20.833] | : . ' , ; ` | requestNode() ... done [18:23:20.833] | : . ' , ; ` | cluster node index: 2 [18:23:20.834] | : . ' , ; ` requestWorker() ... done [18:23:20.834] | : . ' , ; ` eraseGlobalEnvironment() ... [18:23:20.834] | : . ' , ; ` eraseGlobalEnvironment() ... done [18:23:20.834] | : . ' , ; ` launchFuture() ... [18:23:20.835] | : . ' , ; ` | cluster node index: 2 [18:23:20.835] | : . ' , ; ` | getFutureData() ... [18:23:20.835] | : . ' , ; ` | : getFutureCore() ... [18:23:20.835] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [18:23:20.835] | : . ' , ; ` | : getFutureCore() ... done [18:23:20.835] | : . ' , ; ` | : getFutureCapture() ... [18:23:20.836] | : . ' , ; ` | : getFutureCapture() ... done [18:23:20.836] | : . ' , ; ` | : getFutureContext() ... [18:23:20.836] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:20.836] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [18:23:20.836] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:20.836] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [18:23:20.837] | : . ' , ; ` | : getFutureContext() ... done [18:23:20.837] | : . ' , ; ` | getFutureData() ... done [18:23:20.837] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:20.838] | : . ' , ; ` | : Appended future to position #2 [18:23:20.838] | : . ' , ; ` | : Number of registered futures: 2 [18:23:20.838] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:20.838] | : . ' , ; ` launchFuture() ... done [18:23:20.838] | : . ' , ; ` MultisessionFuture started [18:23:20.838] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [18:23:20.839] | : . ' , Launching futures ... done [18:23:20.839] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:20.839] | : . ' Using MultisessionFutureBackend ... done [18:23:20.839] | : . run() for 'Future' ('future_mapply-2') ... done [18:23:20.839] | : future(..., label = 'future_mapply-2') ... done [18:23:20.839] | : Created future: [18:23:20.840] | : resolved() ... [18:23:20.841] | : . resolved() for MultisessionFuture ('future_mapply-2') ... [18:23:20.841] | : . ' Cluster node socket connection: index=5, id=444 [18:23:20.841] | : . ' assertValidConnection() ... [18:23:20.841] | : . ' , cluster node index: 2 [18:23:20.842] | : . ' assertValidConnection() ... done [18:23:20.843] | : . ' receiveMessageFromWorker() for ClusterFuture ... [18:23:20.843] | : . ' , cluster node index: 2 [18:23:20.843] | : . ' , [1] TRUE [18:23:20.844] | : . ' , Received data: [18:23:20.844] | : . ' , List of 5 [18:23:20.844] | : . ' , $ type : chr "VALUE" [18:23:20.844] | : . ' , $ value :List of 16 [18:23:20.844] | : . ' , ..$ value :List of 1 [18:23:20.844] | : . ' , .. ..$ :List of 2 [18:23:20.844] | : . ' , .. .. ..$ x: int 0 [18:23:20.844] | : . ' , .. .. ..$ y: int 1 [18:23:20.844] | : . ' , ..$ visible : logi TRUE [18:23:20.844] | : . ' , ..$ stdout : NULL [18:23:20.844] | : . ' , ..$ conditions : list() [18:23:20.844] | : . ' , ..$ rng : logi FALSE [18:23:20.844] | : . ' , ..$ seed : NULL [18:23:20.844] | : . ' , ..$ misuseGlobalEnv : NULL [18:23:20.844] | : . ' , ..$ misuseConnections :List of 3 [18:23:20.844] | : . ' , .. ..$ added : NULL [18:23:20.844] | : . ' , .. ..$ removed : NULL [18:23:20.844] | : . ' , .. ..$ replaced: NULL [18:23:20.844] | : . ' , ..$ misuseDevices : NULL [18:23:20.844] | : . ' , ..$ misuseDefaultDevice: list() [18:23:20.844] | : . ' , ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:20" [18:23:20.844] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:20" [18:23:20.844] | : . ' , ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "14" [18:23:20.844] | : . ' , ..$ session_uuid : chr "8913651ed9ff31dc32f31f5d4c35eb7e" [18:23:20.844] | : . ' , .. ..- attr(*, "source")=List of 5 [18:23:20.844] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [18:23:20.844] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:20.844] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:20.844] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:20.844] | : . ' , .. .. ..$ pid : int 91796 [18:23:20.844] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:20.844] | : . ' , .. .. ..$ random: int 2147483647 [18:23:20.844] | : . ' , ..$ r_info :List of 4 [18:23:20.844] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:20.844] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [18:23:20.844] | : . ' , .. ..$ os : chr "windows" [18:23:20.844] | : . ' , .. ..$ os_name : chr "Windows" [18:23:20.844] | : . ' , .. ..$ captures_utf8: logi TRUE [18:23:20.844] | : . ' , ..$ version : chr "1.8" [18:23:20.844] | : . ' , ..- attr(*, "class")= chr "FutureResult" [18:23:20.844] | : . ' , $ success: logi TRUE [18:23:20.844] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [18:23:20.844] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:20.844] | : . ' , $ tag : NULL [18:23:20.858] | : . ' , Received FutureResult [18:23:20.858] | : . ' , FutureResult: [18:23:20.858] | : . ' , value: 'list' [18:23:20.858] | : . ' , visible: TRUE [18:23:20.858] | : . ' , stdout: NULL [18:23:20.858] | : . ' , conditions: [n = 0] [18:23:20.858] | : . ' , RNG used: FALSE [18:23:20.858] | : . ' , duration: 0.004047155 secs (started 2026-01-18 18:23:20.838111) [18:23:20.858] | : . ' , version: 1.8 [18:23:20.859] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:20.859] | : . ' , ; Removed future from position #2 [18:23:20.859] | : . ' , ; Number of registered futures: 1 [18:23:20.859] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:20.860] | : . ' , Erased future from future backend [18:23:20.860] | : . ' , result() for ClusterFuture ... [18:23:20.860] | : . ' , ; result already collected: FutureResult [18:23:20.860] | : . ' , result() for ClusterFuture ... done [18:23:20.860] | : . ' , signalConditions() ... [18:23:20.860] | : . ' , ; include = 'immediateCondition' [18:23:20.861] | : . ' , ; exclude = [18:23:20.861] | : . ' , ; resignal = FALSE [18:23:20.861] | : . ' , ; Number of conditions: 0 [18:23:20.861] | : . ' , ; int 0 [18:23:20.862] | : . ' , signalConditions() ... done [18:23:20.862] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [18:23:20.862] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:20.862] | : . resolved() for MultisessionFuture ('future_mapply-2') ... done [18:23:20.862] | : . assertFutureResult() ... [18:23:20.863] | : . ' Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-14 [18:23:20.863] | : . ' identical; success [18:23:20.863] | : . assertFutureResult() ... done [18:23:20.863] | : resolved() ... done [18:23:20.840] | : MultisessionFuture: [18:23:20.840] | : Label: 'future_mapply-2' [18:23:20.840] | : Expression: [18:23:20.840] | : { [18:23:20.840] | : "# future.apply:::future_xapply(): preserve future option" [18:23:20.840] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:20.840] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:20.840] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:20.840] | : on.exit(options(oopts), add = TRUE) [18:23:20.840] | : } [18:23:20.840] | : { [18:23:20.840] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [18:23:20.840] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [18:23:20.840] | : do.call(mapply, args = args) [18:23:20.840] | : } [18:23:20.840] | : } [18:23:20.840] | : Globals: 5 objects totaling 2.92 KiB (function '...future.FUN' of 265 bytes, 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) [18:23:20.840] | : Packages: [18:23:20.840] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:20.840] | : Capture standard output: FALSE [18:23:20.840] | : Capture condition classes: 'condition' (excluding '') [18:23:20.840] | : Immediate condition classes: 'immediateCondition' [18:23:20.840] | : Lazy evaluation: FALSE [18:23:20.840] | : Local evaluation: TRUE [18:23:20.840] | : Early signaling: FALSE [18:23:20.840] | : Actions: [n=1] 'run' [18:23:20.840] | : State: 'running' ("Future is being evaluated") [18:23:20.840] | : Resolved: TRUE [18:23:20.840] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-14 [18:23:20.840] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:20.840] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:20.840] | : Value: [18:23:20.840] | : Conditions captured: [18:23:20.863] | : Chunk #2 of 2 ... DONE [18:23:20.864] | : Launching 2 futures (chunks) ... DONE [18:23:20.864] | : Resolving 2 futures (chunks) ... [18:23:20.864] | : value() for list ... [18:23:20.864] | : . recursive: 0 [18:23:20.864] | : . reduce: FALSE [18:23:20.864] | : . length: 2 [18:23:20.865] | : . Number of remaining objects: 2 [18:23:20.865] | : . checking value #1: [18:23:20.865] | : . 'obj' is MultisessionFuture [18:23:20.865] | : . resolved() ... [18:23:20.865] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... [18:23:20.866] | : . ' , Cluster node socket connection: index=4, id=443 [18:23:20.866] | : . ' , assertValidConnection() ... [18:23:20.866] | : . ' , ; cluster node index: 1 [18:23:20.867] | : . ' , assertValidConnection() ... done [18:23:21.066] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:21.066] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... done [18:23:21.066] | : . resolved() ... done [18:23:21.066] | : . checking value #2: [18:23:21.066] | : . 'obj' is MultisessionFuture [18:23:21.067] | : . resolved() ... [18:23:21.067] | : . resolved() ... done [18:23:21.067] | : . MultisessionFuture #2 [18:23:21.067] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:21.067] | : . ' nx: 2 [18:23:21.067] | : . ' relay: TRUE [18:23:21.068] | : . ' stdout: TRUE [18:23:21.068] | : . ' signal: TRUE [18:23:21.068] | : . ' resignal: FALSE [18:23:21.068] | : . ' force: TRUE [18:23:21.068] | : . ' relayed: [n=2] FALSE, FALSE [18:23:21.068] | : . ' queued futures: [n=2] FALSE, FALSE [18:23:21.069] | : . ' until=1 [18:23:21.069] | : . ' relaying element #1 [18:23:21.069] | : . ' relayed: [n=2] FALSE, FALSE [18:23:21.069] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:21.069] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:21.069] | : . value(, ...) ... [18:23:21.070] | : . value(, ...) ... done [18:23:21.070] | : . value() for MultisessionFuture ('future_mapply-2') ... [18:23:21.070] | : . ' result() for ClusterFuture ... [18:23:21.070] | : . ' , result already collected: FutureResult [18:23:21.070] | : . ' result() for ClusterFuture ... done [18:23:21.071] | : . ' result() for ClusterFuture ... [18:23:21.071] | : . ' , result already collected: FutureResult [18:23:21.071] | : . ' result() for ClusterFuture ... done [18:23:21.071] | : . ' signalConditions() ... [18:23:21.071] | : . ' , include = 'immediateCondition' [18:23:21.071] | : . ' , exclude = [18:23:21.072] | : . ' , resignal = FALSE [18:23:21.072] | : . ' , Number of conditions: 0 [18:23:21.072] | : . ' , int 0 [18:23:21.072] | : . ' signalConditions() ... done [18:23:21.073] | : . ' check for misuse ... [18:23:21.073] | : . ' check for misuse ... done [18:23:21.073] | : . value() for MultisessionFuture ('future_mapply-2') ... done [18:23:21.073] | : . value: [18:23:21.073] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:21.073] | : . ' nx: 2 [18:23:21.074] | : . ' relay: TRUE [18:23:21.074] | : . ' stdout: TRUE [18:23:21.074] | : . ' signal: TRUE [18:23:21.074] | : . ' resignal: FALSE [18:23:21.074] | : . ' force: TRUE [18:23:21.074] | : . ' relayed: [n=2] FALSE, FALSE [18:23:21.075] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:21.075] | : . ' until=1 [18:23:21.075] | : . ' relaying element #1 [18:23:21.075] | : . ' relayed: [n=2] FALSE, FALSE [18:23:21.075] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:21.075] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:21.076] | : . resolve() for MultisessionFuture ... [18:23:21.076] | : . resolve() for MultisessionFuture ... done [18:23:21.076] | : . length: 1 (resolved future 2) [18:23:21.076] | : value() for list ... done [18:23:21.096] | : Number of remaining objects: 1 [18:23:21.096] | : checking value #1: [18:23:21.097] | : 'obj' is MultisessionFuture [18:23:21.097] | : resolved() ... [18:23:21.097] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [18:23:21.097] | : . ' Cluster node socket connection: index=4, id=443 [18:23:21.098] | : . ' assertValidConnection() ... [18:23:21.098] | : . ' , cluster node index: 1 [18:23:21.098] | : . ' assertValidConnection() ... done [18:23:21.131] | : . ' receiveMessageFromWorker() for ClusterFuture ... [18:23:21.131] | : . ' , cluster node index: 1 [18:23:21.131] | : . ' , [1] TRUE [18:23:21.132] | : . ' , Received data: [18:23:21.132] | : . ' , List of 5 [18:23:21.132] | : . ' , $ type : chr "VALUE" [18:23:21.132] | : . ' , $ value :List of 16 [18:23:21.132] | : . ' , ..$ value :List of 1 [18:23:21.132] | : . ' , .. ..$ :List of 2 [18:23:21.132] | : . ' , .. .. ..$ x: int 1 [18:23:21.132] | : . ' , .. .. ..$ y: int 0 [18:23:21.132] | : . ' , ..$ visible : logi TRUE [18:23:21.132] | : . ' , ..$ stdout : NULL [18:23:21.132] | : . ' , ..$ conditions : list() [18:23:21.132] | : . ' , ..$ rng : logi FALSE [18:23:21.132] | : . ' , ..$ seed : NULL [18:23:21.132] | : . ' , ..$ misuseGlobalEnv : NULL [18:23:21.132] | : . ' , ..$ misuseConnections :List of 3 [18:23:21.132] | : . ' , .. ..$ added : NULL [18:23:21.132] | : . ' , .. ..$ removed : NULL [18:23:21.132] | : . ' , .. ..$ replaced: NULL [18:23:21.132] | : . ' , ..$ misuseDevices : NULL [18:23:21.132] | : . ' , ..$ misuseDefaultDevice: list() [18:23:21.132] | : . ' , ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:20" [18:23:21.132] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:21" [18:23:21.132] | : . ' , ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "13" [18:23:21.132] | : . ' , ..$ session_uuid : chr "c5359fa91c7b39075b90a3b6c0674946" [18:23:21.132] | : . ' , .. ..- attr(*, "source")=List of 5 [18:23:21.132] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [18:23:21.132] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:21.132] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:21.132] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:21.132] | : . ' , .. .. ..$ pid : int 104412 [18:23:21.132] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:21.132] | : . ' , .. .. ..$ random: int 2147483647 [18:23:21.132] | : . ' , ..$ r_info :List of 4 [18:23:21.132] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:21.132] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [18:23:21.132] | : . ' , .. ..$ os : chr "windows" [18:23:21.132] | : . ' , .. ..$ os_name : chr "Windows" [18:23:21.132] | : . ' , .. ..$ captures_utf8: logi TRUE [18:23:21.132] | : . ' , ..$ version : chr "1.8" [18:23:21.132] | : . ' , ..- attr(*, "class")= chr "FutureResult" [18:23:21.132] | : . ' , $ success: logi TRUE [18:23:21.132] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.52 NA NA [18:23:21.132] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:21.132] | : . ' , $ tag : NULL [18:23:21.149] | : . ' , Received FutureResult [18:23:21.149] | : . ' , FutureResult: [18:23:21.149] | : . ' , value: 'list' [18:23:21.149] | : . ' , visible: TRUE [18:23:21.149] | : . ' , stdout: NULL [18:23:21.149] | : . ' , conditions: [n = 0] [18:23:21.149] | : . ' , RNG used: FALSE [18:23:21.149] | : . ' , duration: 0.507957 secs (started 2026-01-18 18:23:20.622243) [18:23:21.149] | : . ' , version: 1.8 [18:23:21.149] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:21.150] | : . ' , ; Removed future from position #1 [18:23:21.150] | : . ' , ; Number of registered futures: 0 [18:23:21.150] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:21.150] | : . ' , Erased future from future backend [18:23:21.150] | : . ' , result() for ClusterFuture ... [18:23:21.151] | : . ' , ; result already collected: FutureResult [18:23:21.151] | : . ' , result() for ClusterFuture ... done [18:23:21.151] | : . ' , signalConditions() ... [18:23:21.151] | : . ' , ; include = 'immediateCondition' [18:23:21.151] | : . ' , ; exclude = [18:23:21.151] | : . ' , ; resignal = FALSE [18:23:21.152] | : . ' , ; Number of conditions: 0 [18:23:21.152] | : . ' , ; int 0 [18:23:21.152] | : . ' , signalConditions() ... done [18:23:21.152] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [18:23:21.153] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:21.153] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [18:23:21.153] | : . assertFutureResult() ... [18:23:21.153] | : . ' Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-13 [18:23:21.153] | : . ' identical; success [18:23:21.153] | : . assertFutureResult() ... done [18:23:21.154] | : resolved() ... done [18:23:21.154] | : MultisessionFuture #1 [18:23:21.154] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:21.154] | : . nx: 2 [18:23:21.154] | : . relay: TRUE [18:23:21.154] | : . stdout: TRUE [18:23:21.155] | : . signal: TRUE [18:23:21.155] | : . resignal: FALSE [18:23:21.155] | : . force: TRUE [18:23:21.155] | : . relayed: [n=2] FALSE, FALSE [18:23:21.155] | : . queued futures: [n=2] FALSE, TRUE [18:23:21.155] | : . until=1 [18:23:21.156] | : . relaying element #1 [18:23:21.156] | : . value() for MultisessionFuture ('future_mapply-1') ... [18:23:21.156] | : . ' result() for ClusterFuture ... [18:23:21.156] | : . ' , result already collected: FutureResult [18:23:21.156] | : . ' result() for ClusterFuture ... done [18:23:21.156] | : . ' result() for ClusterFuture ... [18:23:21.157] | : . ' , result already collected: FutureResult [18:23:21.157] | : . ' result() for ClusterFuture ... done [18:23:21.157] | : . ' signalConditions() ... [18:23:21.157] | : . ' , include = 'immediateCondition' [18:23:21.157] | : . ' , exclude = [18:23:21.157] | : . ' , resignal = FALSE [18:23:21.158] | : . ' , Number of conditions: 0 [18:23:21.158] | : . ' , int 0 [18:23:21.158] | : . ' signalConditions() ... done [18:23:21.158] | : . ' relay stdout ... [18:23:21.159] | : . ' relay stdout ... done [18:23:21.159] | : . ' check for misuse ... [18:23:21.159] | : . ' check for misuse ... done [18:23:21.159] | : . value() for MultisessionFuture ('future_mapply-1') ... done [18:23:21.159] | : . result() for ClusterFuture ... [18:23:21.159] | : . ' result already collected: FutureResult [18:23:21.160] | : . result() for ClusterFuture ... done [18:23:21.160] | : . signalConditions() ... [18:23:21.160] | : . ' include = 'immediateCondition' [18:23:21.160] | : . ' exclude = [18:23:21.160] | : . ' resignal = FALSE [18:23:21.160] | : . ' Number of conditions: 0 [18:23:21.161] | : . ' int 0 [18:23:21.161] | : . signalConditions() ... done [18:23:21.161] | : . result() for ClusterFuture ... [18:23:21.161] | : . ' result already collected: FutureResult [18:23:21.162] | : . result() for ClusterFuture ... done [18:23:21.162] | : . signalConditions() ... [18:23:21.162] | : . ' include = 'condition' [18:23:21.162] | : . ' exclude = 'error', 'immediateCondition' [18:23:21.162] | : . ' resignal = TRUE [18:23:21.162] | : . ' Number of conditions: 0 [18:23:21.163] | : . ' int 0 [18:23:21.163] | : . signalConditions() ... done [18:23:21.163] | : . relayed: [n=2] TRUE, FALSE [18:23:21.163] | : . queued futures: [n=2] TRUE, TRUE [18:23:21.164] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:21.164] | : value(, ...) ... [18:23:21.164] | : value(, ...) ... done [18:23:21.164] | : value() for MultisessionFuture ('future_mapply-1') ... [18:23:21.164] | : . result() for ClusterFuture ... [18:23:21.165] | : . ' result already collected: FutureResult [18:23:21.165] | : . result() for ClusterFuture ... done [18:23:21.165] | : . result() for ClusterFuture ... [18:23:21.165] | : . ' result already collected: FutureResult [18:23:21.165] | : . result() for ClusterFuture ... done [18:23:21.165] | : . signalConditions() ... [18:23:21.166] | : . ' include = 'immediateCondition' [18:23:21.166] | : . ' exclude = [18:23:21.166] | : . ' resignal = FALSE [18:23:21.166] | : . ' Number of conditions: 0 [18:23:21.166] | : . ' int 0 [18:23:21.167] | : . signalConditions() ... done [18:23:21.167] | : . check for misuse ... [18:23:21.167] | : . check for misuse ... done [18:23:21.167] | : value() for MultisessionFuture ('future_mapply-1') ... done [18:23:21.167] | : value: [18:23:21.168] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:21.168] | : . nx: 2 [18:23:21.168] | : . relay: TRUE [18:23:21.168] | : . stdout: TRUE [18:23:21.168] | : . signal: TRUE [18:23:21.168] | : . resignal: FALSE [18:23:21.169] | : . force: TRUE [18:23:21.169] | : . relayed: [n=2] TRUE, FALSE [18:23:21.169] | : . queued futures: [n=2] TRUE, TRUE [18:23:21.169] | : . until=2 [18:23:21.169] | : . relaying element #2 [18:23:21.169] | : . value() for MultisessionFuture ('future_mapply-2') ... [18:23:21.170] | : . ' result() for ClusterFuture ... [18:23:21.170] | : . ' , result already collected: FutureResult [18:23:21.170] | : . ' result() for ClusterFuture ... done [18:23:21.170] | : . ' result() for ClusterFuture ... [18:23:21.170] | : . ' , result already collected: FutureResult [18:23:21.170] | : . ' result() for ClusterFuture ... done [18:23:21.171] | : . ' signalConditions() ... [18:23:21.171] | : . ' , include = 'immediateCondition' [18:23:21.171] | : . ' , exclude = [18:23:21.171] | : . ' , resignal = FALSE [18:23:21.171] | : . ' , Number of conditions: 0 [18:23:21.171] | : . ' , int 0 [18:23:21.172] | : . ' signalConditions() ... done [18:23:21.172] | : . ' relay stdout ... [18:23:21.172] | : . ' relay stdout ... done [18:23:21.172] | : . ' check for misuse ... [18:23:21.173] | : . ' check for misuse ... done [18:23:21.173] | : . value() for MultisessionFuture ('future_mapply-2') ... done [18:23:21.173] | : . result() for ClusterFuture ... [18:23:21.173] | : . ' result already collected: FutureResult [18:23:21.173] | : . result() for ClusterFuture ... done [18:23:21.173] | : . signalConditions() ... [18:23:21.174] | : . ' include = 'immediateCondition' [18:23:21.174] | : . ' exclude = [18:23:21.174] | : . ' resignal = FALSE [18:23:21.177] | : . ' Number of conditions: 0 [18:23:21.177] | : . ' int 0 [18:23:21.177] | : . signalConditions() ... done [18:23:21.178] | : . result() for ClusterFuture ... [18:23:21.178] | : . ' result already collected: FutureResult [18:23:21.178] | : . result() for ClusterFuture ... done [18:23:21.178] | : . signalConditions() ... [18:23:21.178] | : . ' include = 'condition' [18:23:21.178] | : . ' exclude = 'error', 'immediateCondition' [18:23:21.179] | : . ' resignal = TRUE [18:23:21.179] | : . ' Number of conditions: 0 [18:23:21.179] | : . ' int 0 [18:23:21.179] | : . signalConditions() ... done [18:23:21.180] | : . relayed: [n=2] TRUE, TRUE [18:23:21.180] | : . queued futures: [n=2] TRUE, TRUE [18:23:21.180] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:21.180] | : resolve() for MultisessionFuture ... [18:23:21.180] | : resolve() for MultisessionFuture ... done [18:23:21.181] | : length: 0 (resolved future 1) [18:23:21.181] | future_mapply() -> future_xapply() ... done [18:23:21.181] | Relaying remaining futures ... [18:23:21.181] | : signalConditionsASAP(NULL, pos=0) ... [18:23:21.181] | : . nx: 2 [18:23:21.181] | : . relay: TRUE [18:23:21.182] | : . stdout: TRUE [18:23:21.182] | : . signal: TRUE [18:23:21.182] | : . resignal: FALSE [18:23:21.182] | : . force: TRUE [18:23:21.182] | : . relayed: [n=2] TRUE, TRUE [18:23:21.182] | : . queued futures: [n=2] TRUE, TRUE - flush all [18:23:21.183] | : . relayed: [n=2] TRUE, TRUE [18:23:21.183] | : . queued futures: [n=2] TRUE, TRUE [18:23:21.183] | : signalConditionsASAP(NULL, pos=0) ... done [18:23:21.183] | Relaying remaining futures ... done [18:23:21.183] future_mapply() ... done [18:23:21.183] - Number of value chunks collected: 2 [18:23:21.184] Resolving 2 futures (chunks) ... DONE [18:23:21.184] Reducing values from 2 chunks ... [18:23:21.184] - Number of values collected after concatenation: 2 [18:23:21.184] - Number of values expected: 2 [18:23:21.184] Reducing values from 2 chunks ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... [18:23:21.185] future_mapply() ... [18:23:21.186] | future_mapply() -> future_xapply() ... [18:23:21.186] | : nbrOfWorkers(NULL) ... [18:23:21.186] | : . List of 4 [18:23:21.186] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:21.186] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:21.186] | : . $ : language nbrOfWorkers() [18:23:21.186] | : . $ : language nbrOfWorkers.NULL() [18:23:21.188] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:21.188] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:21.188] | : . Number of workers: 2 [18:23:21.189] | : nbrOfWorkers(NULL) ... done [18:23:21.189] | : Number of chunks: 2 [18:23:21.189] | : getGlobalsAndPackagesXApply() ... [18:23:21.189] | : . future.globals: TRUE [18:23:21.189] | : . getGlobalsAndPackages() ... [18:23:21.190] | : . ' Searching for globals ... [18:23:21.200] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [18:23:21.200] | : . ' Searching for globals ... done [18:23:21.201] | : . ' Resolving globals: FALSE [18:23:21.201] | : . ' Search for packages associated with the globals ... [18:23:21.201] | : . ' , Packages associated with globals: [1] 'base' [18:23:21.201] | : . ' , Packages: [1] 'base' [18:23:21.202] | : . ' Search for packages associated with the globals ... done [18:23:21.202] | : . ' The total size of the 1 globals is 265 bytes (265 bytes) [18:23:21.202] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 265 bytes There is one global: 'FUN' (265 bytes of class 'function') [18:23:21.203] | : . ' Packages after dropping 'base': [0] [18:23:21.203] | : . ' globals: [1] 'FUN' [18:23:21.203] | : . ' packages: [0] [18:23:21.203] | : . getGlobalsAndPackages() ... done [18:23:21.203] | : . globals found/used: [n=1] 'FUN' [18:23:21.203] | : . needed namespaces: [n=0] [18:23:21.204] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [18:23:21.204] | : . List of 2 [18:23:21.204] | : . $ ...future.FUN:function (x, y) [18:23:21.204] | : . $ MoreArgs : NULL [18:23:21.204] | : . - attr(*, "where")=List of 2 [18:23:21.204] | : . ..$ ...future.FUN: [18:23:21.204] | : . ..$ MoreArgs : [18:23:21.204] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:21.204] | : . - attr(*, "resolved")= logi FALSE [18:23:21.204] | : . - attr(*, "total_size")= num NA [18:23:21.207] | : . Packages to be attached in all futures: [n=0] [18:23:21.207] | : getGlobalsAndPackagesXApply() ... done [18:23:21.208] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.208] | : List of 5 [18:23:21.208] | : $ ...future.FUN :function (x, y) [18:23:21.208] | : $ MoreArgs : NULL [18:23:21.208] | : $ ...future.elements_ii : NULL [18:23:21.208] | : $ ...future.seeds_ii : NULL [18:23:21.208] | : $ ...future.globals.maxSize: NULL [18:23:21.208] | : - attr(*, "where")=List of 5 [18:23:21.208] | : ..$ ...future.FUN : [18:23:21.208] | : ..$ MoreArgs : [18:23:21.208] | : ..$ ...future.elements_ii : [18:23:21.208] | : ..$ ...future.seeds_ii : [18:23:21.208] | : ..$ ...future.globals.maxSize: [18:23:21.208] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:21.208] | : - attr(*, "resolved")= logi FALSE [18:23:21.208] | : - attr(*, "total_size")= num NA [18:23:21.213] | : Number of futures (= number of chunks): 2 [18:23:21.213] | : Launching 2 futures (chunks) ... [18:23:21.213] | : Chunk #1 of 2 ... [18:23:21.213] | : - Finding globals in '...' for chunk #1 ... [18:23:21.214] | : getGlobalsAndPackages() ... [18:23:21.214] | : . Searching for globals ... [18:23:21.214] | : . ' globals found: [0] [18:23:21.215] | : . Searching for globals ... done [18:23:21.215] | : . globals: [0] [18:23:21.215] | : . packages: [0] [18:23:21.215] | : getGlobalsAndPackages() ... done [18:23:21.215] | : + additional globals found: [n=0] [18:23:21.215] | : + additional namespaces needed: [n=0] [18:23:21.216] | : - Finding globals in '...' for chunk #1 ... DONE [18:23:21.216] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:21.216] | : - seeds: [18:23:21.216] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.216] | : future(..., label = 'future_mapply-1') ... [18:23:21.216] | : . lazy: FALSE [18:23:21.217] | : . stdout: TRUE [18:23:21.217] | : . conditions: [n=1] 'condition' [18:23:21.217] | : . getGlobalsAndPackages() ... [18:23:21.217] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.217] | : . ' Resolving globals: FALSE [18:23:21.217] | : . ' Search for packages associated with the globals ... [18:23:21.218] | : . ' , Packages associated with globals: [0] [18:23:21.218] | : . ' , Packages: [0] [18:23:21.218] | : . ' Search for packages associated with the globals ... done [18:23:21.219] | : . ' Packages after dropping 'base': [0] [18:23:21.219] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.219] | : . ' packages: [0] [18:23:21.219] | : . getGlobalsAndPackages() ... done [18:23:21.219] | : . run() for 'Future' ('future_mapply-1') ... [18:23:21.220] | : . ' state: 'created' [18:23:21.220] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:21.220] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:21.220] | : . ' Using MultisessionFutureBackend ... [18:23:21.220] | : . ' , Number of futures since start: 8 (8 created, 8 launched, 8 finished) [18:23:21.221] | : . ' , Launching futures ... [18:23:21.221] | : . ' , ; launchFuture() for ClusterFutureBackend ... [18:23:21.221] | : . ' , ; ` Workers: [n=2] [18:23:21.221] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:21.223] | : . ' , ; ` FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:21.223] | : . ' , ; ` requestWorker() ... [18:23:21.224] | : . ' , ; ` | requestNode() ... [18:23:21.224] | : . ' , ; ` | : Number of workers: 2 [18:23:21.224] | : . ' , ; ` | : Polling for a free worker ... [18:23:21.224] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:21.224] | : . ' , ; ` | : . ' Listing all futures [18:23:21.225] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:21.225] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:21.225] | : . ' , ; ` | : . Total time: 0 [18:23:21.225] | : . ' , ; ` | : Polling for a free worker ... done [18:23:21.225] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:21.225] | : . ' , ; ` | : . Listing all futures [18:23:21.226] | : . ' , ; ` | : . Number of registered futures: 0 [18:23:21.226] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:21.226] | : . ' , ; ` | : avail: [n=2] '1', '2' [18:23:21.226] | : . ' , ; ` | : Index of first available worker: 1 [18:23:21.226] | : . ' , ; ` | : Validate that the worker is functional ... [18:23:21.227] | : . ' , ; ` | : . Worker is functional [18:23:21.227] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:21.227] | : . ' , ; ` | : . ' Listing all futures [18:23:21.227] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:21.227] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:21.228] | : . ' , ; ` | : Validate that the worker is functional ... done [18:23:21.228] | : . ' , ; ` | requestNode() ... done [18:23:21.228] | : . ' , ; ` | cluster node index: 1 [18:23:21.228] | : . ' , ; ` requestWorker() ... done [18:23:21.228] | : . ' , ; ` eraseGlobalEnvironment() ... [18:23:21.229] | : . ' , ; ` eraseGlobalEnvironment() ... done [18:23:21.229] | : . ' , ; ` launchFuture() ... [18:23:21.229] | : . ' , ; ` | cluster node index: 1 [18:23:21.229] | : . ' , ; ` | getFutureData() ... [18:23:21.230] | : . ' , ; ` | : getFutureCore() ... [18:23:21.230] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [18:23:21.230] | : . ' , ; ` | : getFutureCore() ... done [18:23:21.230] | : . ' , ; ` | : getFutureCapture() ... [18:23:21.230] | : . ' , ; ` | : getFutureCapture() ... done [18:23:21.230] | : . ' , ; ` | : getFutureContext() ... [18:23:21.231] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:21.231] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [18:23:21.231] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:21.231] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [18:23:21.231] | : . ' , ; ` | : getFutureContext() ... done [18:23:21.232] | : . ' , ; ` | getFutureData() ... done [18:23:21.232] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:21.232] | : . ' , ; ` | : Appended future to position #1 [18:23:21.232] | : . ' , ; ` | : Number of registered futures: 1 [18:23:21.233] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:21.233] | : . ' , ; ` launchFuture() ... done [18:23:21.233] | : . ' , ; ` MultisessionFuture started [18:23:21.233] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [18:23:21.233] | : . ' , Launching futures ... done [18:23:21.233] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:21.234] | : . ' Using MultisessionFutureBackend ... done [18:23:21.234] | : . run() for 'Future' ('future_mapply-1') ... done [18:23:21.234] | : future(..., label = 'future_mapply-1') ... done [18:23:21.234] | : Created future: [18:23:21.235] | : resolved() ... [18:23:21.235] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [18:23:21.236] | : . ' Cluster node socket connection: index=4, id=443 [18:23:21.236] | : . ' assertValidConnection() ... [18:23:21.236] | : . ' , cluster node index: 1 [18:23:21.237] | : . ' assertValidConnection() ... done [18:23:21.441] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:21.441] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [18:23:21.441] | : resolved() ... done [18:23:21.234] | : MultisessionFuture: [18:23:21.234] | : Label: 'future_mapply-1' [18:23:21.234] | : Expression: [18:23:21.234] | : { [18:23:21.234] | : "# future.apply:::future_xapply(): preserve future option" [18:23:21.234] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:21.234] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:21.234] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:21.234] | : on.exit(options(oopts), add = TRUE) [18:23:21.234] | : } [18:23:21.234] | : { [18:23:21.234] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [18:23:21.234] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [18:23:21.234] | : do.call(mapply, args = args) [18:23:21.234] | : } [18:23:21.234] | : } [18:23:21.234] | : Globals: 5 objects totaling 2.92 KiB (function '...future.FUN' of 265 bytes, 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) [18:23:21.234] | : Packages: [18:23:21.234] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:21.234] | : Capture standard output: TRUE [18:23:21.234] | : Capture condition classes: 'condition' (excluding '') [18:23:21.234] | : Immediate condition classes: 'immediateCondition' [18:23:21.234] | : Lazy evaluation: FALSE [18:23:21.234] | : Local evaluation: TRUE [18:23:21.234] | : Early signaling: FALSE [18:23:21.234] | : Actions: [n=1] 'run' [18:23:21.234] | : State: 'running' ("Future is being evaluated") [18:23:21.234] | : Resolved: FALSE [18:23:21.234] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-15 [18:23:21.234] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:21.234] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:21.234] | : Value: [18:23:21.234] | : Conditions captured: [18:23:21.442] | : Chunk #1 of 2 ... DONE [18:23:21.442] | : Chunk #2 of 2 ... [18:23:21.442] | : - Finding globals in '...' for chunk #2 ... [18:23:21.442] | : getGlobalsAndPackages() ... [18:23:21.442] | : . Searching for globals ... [18:23:21.443] | : . ' globals found: [0] [18:23:21.443] | : . Searching for globals ... done [18:23:21.444] | : . globals: [0] [18:23:21.444] | : . packages: [0] [18:23:21.444] | : getGlobalsAndPackages() ... done [18:23:21.444] | : + additional globals found: [n=0] [18:23:21.445] | : + additional namespaces needed: [n=0] [18:23:21.445] | : - Finding globals in '...' for chunk #2 ... DONE [18:23:21.445] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:21.445] | : - seeds: [18:23:21.445] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.446] | : future(..., label = 'future_mapply-2') ... [18:23:21.446] | : . lazy: FALSE [18:23:21.446] | : . stdout: TRUE [18:23:21.446] | : . conditions: [n=1] 'condition' [18:23:21.446] | : . getGlobalsAndPackages() ... [18:23:21.447] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.447] | : . ' Resolving globals: FALSE [18:23:21.447] | : . ' Search for packages associated with the globals ... [18:23:21.447] | : . ' , Packages associated with globals: [0] [18:23:21.448] | : . ' , Packages: [0] [18:23:21.448] | : . ' Search for packages associated with the globals ... done [18:23:21.448] | : . ' Packages after dropping 'base': [0] [18:23:21.448] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.449] | : . ' packages: [0] [18:23:21.449] | : . getGlobalsAndPackages() ... done [18:23:21.449] | : . run() for 'Future' ('future_mapply-2') ... [18:23:21.450] | : . ' state: 'created' [18:23:21.450] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:21.450] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:21.450] | : . ' Using MultisessionFutureBackend ... [18:23:21.450] | : . ' , Number of futures since start: 9 (9 created, 9 launched, 8 finished) [18:23:21.451] | : . ' , Launching futures ... [18:23:21.451] | : . ' , ; launchFuture() for ClusterFutureBackend ... [18:23:21.451] | : . ' , ; ` Workers: [n=2] [18:23:21.451] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:21.454] | : . ' , ; ` FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:21.454] | : . ' , ; ` requestWorker() ... [18:23:21.454] | : . ' , ; ` | requestNode() ... [18:23:21.454] | : . ' , ; ` | : Number of workers: 2 [18:23:21.454] | : . ' , ; ` | : Polling for a free worker ... [18:23:21.455] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:21.455] | : . ' , ; ` | : . ' Listing all futures [18:23:21.455] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:21.455] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:21.455] | : . ' , ; ` | : . Total time: 0 [18:23:21.456] | : . ' , ; ` | : Polling for a free worker ... done [18:23:21.456] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:21.456] | : . ' , ; ` | : . Listing all futures [18:23:21.456] | : . ' , ; ` | : . Number of registered futures: 1 [18:23:21.456] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:21.457] | : . ' , ; ` | : avail: [n=2] '2' [18:23:21.457] | : . ' , ; ` | : Index of first available worker: 2 [18:23:21.457] | : . ' , ; ` | : Validate that the worker is functional ... [18:23:21.457] | : . ' , ; ` | : . Worker is functional [18:23:21.458] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:21.458] | : . ' , ; ` | : . ' Listing all futures [18:23:21.458] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:21.458] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:21.458] | : . ' , ; ` | : Validate that the worker is functional ... done [18:23:21.459] | : . ' , ; ` | requestNode() ... done [18:23:21.459] | : . ' , ; ` | cluster node index: 2 [18:23:21.459] | : . ' , ; ` requestWorker() ... done [18:23:21.459] | : . ' , ; ` eraseGlobalEnvironment() ... [18:23:21.460] | : . ' , ; ` eraseGlobalEnvironment() ... done [18:23:21.460] | : . ' , ; ` launchFuture() ... [18:23:21.460] | : . ' , ; ` | cluster node index: 2 [18:23:21.460] | : . ' , ; ` | getFutureData() ... [18:23:21.460] | : . ' , ; ` | : getFutureCore() ... [18:23:21.460] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [18:23:21.461] | : . ' , ; ` | : getFutureCore() ... done [18:23:21.461] | : . ' , ; ` | : getFutureCapture() ... [18:23:21.461] | : . ' , ; ` | : getFutureCapture() ... done [18:23:21.461] | : . ' , ; ` | : getFutureContext() ... [18:23:21.461] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:21.462] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [18:23:21.462] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:21.462] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [18:23:21.462] | : . ' , ; ` | : getFutureContext() ... done [18:23:21.462] | : . ' , ; ` | getFutureData() ... done [18:23:21.463] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:21.463] | : . ' , ; ` | : Appended future to position #2 [18:23:21.463] | : . ' , ; ` | : Number of registered futures: 2 [18:23:21.463] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:21.463] | : . ' , ; ` launchFuture() ... done [18:23:21.464] | : . ' , ; ` MultisessionFuture started [18:23:21.464] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [18:23:21.464] | : . ' , Launching futures ... done [18:23:21.464] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:21.464] | : . ' Using MultisessionFutureBackend ... done [18:23:21.464] | : . run() for 'Future' ('future_mapply-2') ... done [18:23:21.465] | : future(..., label = 'future_mapply-2') ... done [18:23:21.465] | : Created future: [18:23:21.466] | : resolved() ... [18:23:21.466] | : . resolved() for MultisessionFuture ('future_mapply-2') ... [18:23:21.467] | : . ' Cluster node socket connection: index=5, id=444 [18:23:21.467] | : . ' assertValidConnection() ... [18:23:21.467] | : . ' , cluster node index: 2 [18:23:21.467] | : . ' assertValidConnection() ... done [18:23:21.471] | : . ' receiveMessageFromWorker() for ClusterFuture ... [18:23:21.471] | : . ' , cluster node index: 2 [18:23:21.471] | : . ' , [1] TRUE [18:23:21.472] | : . ' , Received data: [18:23:21.472] | : . ' , List of 5 [18:23:21.472] | : . ' , $ type : chr "VALUE" [18:23:21.472] | : . ' , $ value :List of 16 [18:23:21.472] | : . ' , ..$ value :List of 1 [18:23:21.472] | : . ' , .. ..$ :List of 2 [18:23:21.472] | : . ' , .. .. ..$ x: int 0 [18:23:21.472] | : . ' , .. .. ..$ y: int 1 [18:23:21.472] | : . ' , ..$ visible : logi TRUE [18:23:21.472] | : . ' , ..$ stdout : chr "$x\n[1] 0\n\n$y\n[1] 1\n\n" [18:23:21.472] | : . ' , ..$ conditions : list() [18:23:21.472] | : . ' , ..$ rng : logi FALSE [18:23:21.472] | : . ' , ..$ seed : NULL [18:23:21.472] | : . ' , ..$ misuseGlobalEnv : NULL [18:23:21.472] | : . ' , ..$ misuseConnections :List of 3 [18:23:21.472] | : . ' , .. ..$ added : NULL [18:23:21.472] | : . ' , .. ..$ removed : NULL [18:23:21.472] | : . ' , .. ..$ replaced: NULL [18:23:21.472] | : . ' , ..$ misuseDevices : NULL [18:23:21.472] | : . ' , ..$ misuseDefaultDevice: list() [18:23:21.472] | : . ' , ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:21" [18:23:21.472] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:21" [18:23:21.472] | : . ' , ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "16" [18:23:21.472] | : . ' , ..$ session_uuid : chr "8913651ed9ff31dc32f31f5d4c35eb7e" [18:23:21.472] | : . ' , .. ..- attr(*, "source")=List of 5 [18:23:21.472] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [18:23:21.472] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:21.472] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:21.472] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:21.472] | : . ' , .. .. ..$ pid : int 91796 [18:23:21.472] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:21.472] | : . ' , .. .. ..$ random: int 2147483647 [18:23:21.472] | : . ' , ..$ r_info :List of 4 [18:23:21.472] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:21.472] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [18:23:21.472] | : . ' , .. ..$ os : chr "windows" [18:23:21.472] | : . ' , .. ..$ os_name : chr "Windows" [18:23:21.472] | : . ' , .. ..$ captures_utf8: logi TRUE [18:23:21.472] | : . ' , ..$ version : chr "1.8" [18:23:21.472] | : . ' , ..- attr(*, "class")= chr "FutureResult" [18:23:21.472] | : . ' , $ success: logi TRUE [18:23:21.472] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [18:23:21.472] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:21.472] | : . ' , $ tag : NULL [18:23:21.489] | : . ' , Received FutureResult [18:23:21.490] | : . ' , FutureResult: [18:23:21.490] | : . ' , value: 'list' [18:23:21.490] | : . ' , visible: TRUE [18:23:21.490] | : . ' , stdout: character [18:23:21.490] | : . ' , conditions: [n = 0] [18:23:21.490] | : . ' , RNG used: FALSE [18:23:21.490] | : . ' , duration: 0.006643057 secs (started 2026-01-18 18:23:21.463512) [18:23:21.490] | : . ' , version: 1.8 [18:23:21.490] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:21.490] | : . ' , ; Removed future from position #2 [18:23:21.491] | : . ' , ; Number of registered futures: 1 [18:23:21.491] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:21.491] | : . ' , Erased future from future backend [18:23:21.491] | : . ' , result() for ClusterFuture ... [18:23:21.491] | : . ' , ; result already collected: FutureResult [18:23:21.492] | : . ' , result() for ClusterFuture ... done [18:23:21.492] | : . ' , signalConditions() ... [18:23:21.492] | : . ' , ; include = 'immediateCondition' [18:23:21.492] | : . ' , ; exclude = [18:23:21.492] | : . ' , ; resignal = FALSE [18:23:21.492] | : . ' , ; Number of conditions: 0 [18:23:21.493] | : . ' , ; int 0 [18:23:21.493] | : . ' , signalConditions() ... done [18:23:21.493] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [18:23:21.493] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:21.494] | : . resolved() for MultisessionFuture ('future_mapply-2') ... done [18:23:21.494] | : . assertFutureResult() ... [18:23:21.494] | : . ' Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-16 [18:23:21.494] | : . ' identical; success [18:23:21.494] | : . assertFutureResult() ... done [18:23:21.495] | : resolved() ... done [18:23:21.465] | : MultisessionFuture: [18:23:21.465] | : Label: 'future_mapply-2' [18:23:21.465] | : Expression: [18:23:21.465] | : { [18:23:21.465] | : "# future.apply:::future_xapply(): preserve future option" [18:23:21.465] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:21.465] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:21.465] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:21.465] | : on.exit(options(oopts), add = TRUE) [18:23:21.465] | : } [18:23:21.465] | : { [18:23:21.465] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [18:23:21.465] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [18:23:21.465] | : do.call(mapply, args = args) [18:23:21.465] | : } [18:23:21.465] | : } [18:23:21.465] | : Globals: 5 objects totaling 2.92 KiB (function '...future.FUN' of 265 bytes, 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) [18:23:21.465] | : Packages: [18:23:21.465] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:21.465] | : Capture standard output: TRUE [18:23:21.465] | : Capture condition classes: 'condition' (excluding '') [18:23:21.465] | : Immediate condition classes: 'immediateCondition' [18:23:21.465] | : Lazy evaluation: FALSE [18:23:21.465] | : Local evaluation: TRUE [18:23:21.465] | : Early signaling: FALSE [18:23:21.465] | : Actions: [n=1] 'run' [18:23:21.465] | : State: 'running' ("Future is being evaluated") [18:23:21.465] | : Resolved: TRUE [18:23:21.465] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-16 [18:23:21.465] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:21.465] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:21.465] | : Value: [18:23:21.465] | : Conditions captured: [18:23:21.495] | : Chunk #2 of 2 ... DONE [18:23:21.495] | : Launching 2 futures (chunks) ... DONE [18:23:21.495] | : Resolving 2 futures (chunks) ... [18:23:21.496] | : value() for list ... [18:23:21.496] | : . recursive: 0 [18:23:21.496] | : . reduce: FALSE [18:23:21.496] | : . length: 2 [18:23:21.496] | : . Number of remaining objects: 2 [18:23:21.497] | : . checking value #1: [18:23:21.497] | : . 'obj' is MultisessionFuture [18:23:21.497] | : . resolved() ... [18:23:21.497] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... [18:23:21.497] | : . ' , Cluster node socket connection: index=4, id=443 [18:23:21.498] | : . ' , assertValidConnection() ... [18:23:21.498] | : . ' , ; cluster node index: 1 [18:23:21.498] | : . ' , assertValidConnection() ... done [18:23:21.690] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:21.690] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... done [18:23:21.691] | : . resolved() ... done [18:23:21.691] | : . checking value #2: [18:23:21.691] | : . 'obj' is MultisessionFuture [18:23:21.691] | : . resolved() ... [18:23:21.691] | : . resolved() ... done [18:23:21.691] | : . MultisessionFuture #2 [18:23:21.692] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:21.692] | : . ' nx: 2 [18:23:21.692] | : . ' relay: TRUE [18:23:21.692] | : . ' stdout: TRUE [18:23:21.692] | : . ' signal: TRUE [18:23:21.692] | : . ' resignal: FALSE [18:23:21.693] | : . ' force: TRUE [18:23:21.693] | : . ' relayed: [n=2] FALSE, FALSE [18:23:21.693] | : . ' queued futures: [n=2] FALSE, FALSE [18:23:21.693] | : . ' until=1 [18:23:21.693] | : . ' relaying element #1 [18:23:21.693] | : . ' relayed: [n=2] FALSE, FALSE [18:23:21.694] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:21.694] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:21.694] | : . value(, ...) ... [18:23:21.694] | : . value(, ...) ... done [18:23:21.694] | : . value() for MultisessionFuture ('future_mapply-2') ... [18:23:21.695] | : . ' result() for ClusterFuture ... [18:23:21.695] | : . ' , result already collected: FutureResult [18:23:21.695] | : . ' result() for ClusterFuture ... done [18:23:21.695] | : . ' result() for ClusterFuture ... [18:23:21.695] | : . ' , result already collected: FutureResult [18:23:21.695] | : . ' result() for ClusterFuture ... done [18:23:21.696] | : . ' signalConditions() ... [18:23:21.696] | : . ' , include = 'immediateCondition' [18:23:21.696] | : . ' , exclude = [18:23:21.696] | : . ' , resignal = FALSE [18:23:21.696] | : . ' , Number of conditions: 0 [18:23:21.696] | : . ' , int 0 [18:23:21.697] | : . ' signalConditions() ... done [18:23:21.697] | : . ' check for misuse ... [18:23:21.697] | : . ' check for misuse ... done [18:23:21.698] | : . value() for MultisessionFuture ('future_mapply-2') ... done [18:23:21.698] | : . value: [18:23:21.698] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:21.698] | : . ' nx: 2 [18:23:21.698] | : . ' relay: TRUE [18:23:21.698] | : . ' stdout: TRUE [18:23:21.698] | : . ' signal: TRUE [18:23:21.699] | : . ' resignal: FALSE [18:23:21.699] | : . ' force: TRUE [18:23:21.699] | : . ' relayed: [n=2] FALSE, FALSE [18:23:21.699] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:21.699] | : . ' until=1 [18:23:21.699] | : . ' relaying element #1 [18:23:21.700] | : . ' relayed: [n=2] FALSE, FALSE [18:23:21.700] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:21.700] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:21.700] | : . resolve() for MultisessionFuture ... [18:23:21.700] | : . resolve() for MultisessionFuture ... done [18:23:21.701] | : . length: 1 (resolved future 2) [18:23:21.701] | : value() for list ... done [18:23:21.721] | : Number of remaining objects: 1 [18:23:21.722] | : checking value #1: [18:23:21.722] | : 'obj' is MultisessionFuture [18:23:21.722] | : resolved() ... [18:23:21.722] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [18:23:21.722] | : . ' Cluster node socket connection: index=4, id=443 [18:23:21.723] | : . ' assertValidConnection() ... [18:23:21.723] | : . ' , cluster node index: 1 [18:23:21.723] | : . ' assertValidConnection() ... done [18:23:21.740] | : . ' receiveMessageFromWorker() for ClusterFuture ... [18:23:21.741] | : . ' , cluster node index: 1 [18:23:21.741] | : . ' , [1] TRUE [18:23:21.741] | : . ' , Received data: [18:23:21.741] | : . ' , List of 5 [18:23:21.741] | : . ' , $ type : chr "VALUE" [18:23:21.741] | : . ' , $ value :List of 16 [18:23:21.741] | : . ' , ..$ value :List of 1 [18:23:21.741] | : . ' , .. ..$ :List of 2 [18:23:21.741] | : . ' , .. .. ..$ x: int 1 [18:23:21.741] | : . ' , .. .. ..$ y: int 0 [18:23:21.741] | : . ' , ..$ visible : logi TRUE [18:23:21.741] | : . ' , ..$ stdout : chr "$x\n[1] 1\n\n$y\n[1] 0\n\n" [18:23:21.741] | : . ' , ..$ conditions : list() [18:23:21.741] | : . ' , ..$ rng : logi FALSE [18:23:21.741] | : . ' , ..$ seed : NULL [18:23:21.741] | : . ' , ..$ misuseGlobalEnv : NULL [18:23:21.741] | : . ' , ..$ misuseConnections :List of 3 [18:23:21.741] | : . ' , .. ..$ added : NULL [18:23:21.741] | : . ' , .. ..$ removed : NULL [18:23:21.741] | : . ' , .. ..$ replaced: NULL [18:23:21.741] | : . ' , ..$ misuseDevices : NULL [18:23:21.741] | : . ' , ..$ misuseDefaultDevice: list() [18:23:21.741] | : . ' , ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:21" [18:23:21.741] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:21" [18:23:21.741] | : . ' , ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "15" [18:23:21.741] | : . ' , ..$ session_uuid : chr "c5359fa91c7b39075b90a3b6c0674946" [18:23:21.741] | : . ' , .. ..- attr(*, "source")=List of 5 [18:23:21.741] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [18:23:21.741] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:21.741] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:21.741] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:21.741] | : . ' , .. .. ..$ pid : int 104412 [18:23:21.741] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:21.741] | : . ' , .. .. ..$ random: int 2147483647 [18:23:21.741] | : . ' , ..$ r_info :List of 4 [18:23:21.741] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:21.741] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [18:23:21.741] | : . ' , .. ..$ os : chr "windows" [18:23:21.741] | : . ' , .. ..$ os_name : chr "Windows" [18:23:21.741] | : . ' , .. ..$ captures_utf8: logi TRUE [18:23:21.741] | : . ' , ..$ version : chr "1.8" [18:23:21.741] | : . ' , ..- attr(*, "class")= chr "FutureResult" [18:23:21.741] | : . ' , $ success: logi TRUE [18:23:21.741] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.52 NA NA [18:23:21.741] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:21.741] | : . ' , $ tag : NULL [18:23:21.756] | : . ' , Received FutureResult [18:23:21.756] | : . ' , FutureResult: [18:23:21.756] | : . ' , value: 'list' [18:23:21.756] | : . ' , visible: TRUE [18:23:21.756] | : . ' , stdout: character [18:23:21.756] | : . ' , conditions: [n = 0] [18:23:21.756] | : . ' , RNG used: FALSE [18:23:21.756] | : . ' , duration: 0.5068591 secs (started 2026-01-18 18:23:21.232693) [18:23:21.756] | : . ' , version: 1.8 [18:23:21.757] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:21.757] | : . ' , ; Removed future from position #1 [18:23:21.757] | : . ' , ; Number of registered futures: 0 [18:23:21.757] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:21.758] | : . ' , Erased future from future backend [18:23:21.758] | : . ' , result() for ClusterFuture ... [18:23:21.758] | : . ' , ; result already collected: FutureResult [18:23:21.758] | : . ' , result() for ClusterFuture ... done [18:23:21.758] | : . ' , signalConditions() ... [18:23:21.758] | : . ' , ; include = 'immediateCondition' [18:23:21.759] | : . ' , ; exclude = [18:23:21.759] | : . ' , ; resignal = FALSE [18:23:21.759] | : . ' , ; Number of conditions: 0 [18:23:21.759] | : . ' , ; int 0 [18:23:21.760] | : . ' , signalConditions() ... done [18:23:21.760] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [18:23:21.760] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:21.760] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [18:23:21.760] | : . assertFutureResult() ... [18:23:21.760] | : . ' Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-15 [18:23:21.761] | : . ' identical; success [18:23:21.761] | : . assertFutureResult() ... done [18:23:21.761] | : resolved() ... done [18:23:21.761] | : MultisessionFuture #1 [18:23:21.761] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:21.761] | : . nx: 2 [18:23:21.762] | : . relay: TRUE [18:23:21.762] | : . stdout: TRUE [18:23:21.762] | : . signal: TRUE [18:23:21.762] | : . resignal: FALSE [18:23:21.762] | : . force: TRUE [18:23:21.762] | : . relayed: [n=2] FALSE, FALSE [18:23:21.762] | : . queued futures: [n=2] FALSE, TRUE [18:23:21.763] | : . until=1 [18:23:21.763] | : . relaying element #1 [18:23:21.763] | : . value() for MultisessionFuture ('future_mapply-1') ... [18:23:21.763] | : . ' result() for ClusterFuture ... [18:23:21.763] | : . ' , result already collected: FutureResult [18:23:21.764] | : . ' result() for ClusterFuture ... done [18:23:21.764] | : . ' result() for ClusterFuture ... [18:23:21.764] | : . ' , result already collected: FutureResult [18:23:21.764] | : . ' result() for ClusterFuture ... done [18:23:21.764] | : . ' signalConditions() ... [18:23:21.764] | : . ' , include = 'immediateCondition' [18:23:21.765] | : . ' , exclude = [18:23:21.765] | : . ' , resignal = FALSE [18:23:21.765] | : . ' , Number of conditions: 0 [18:23:21.765] | : . ' , int 0 [18:23:21.766] | : . ' signalConditions() ... done [18:23:21.766] | : . ' relay stdout ... [18:23:21.766] | : . ' relay stdout ... done [18:23:21.766] | : . ' check for misuse ... [18:23:21.766] | : . ' check for misuse ... done [18:23:21.766] | : . value() for MultisessionFuture ('future_mapply-1') ... done [18:23:21.767] | : . result() for ClusterFuture ... [18:23:21.767] | : . ' result already collected: FutureResult [18:23:21.767] | : . result() for ClusterFuture ... done [18:23:21.767] | : . signalConditions() ... [18:23:21.767] | : . ' include = 'immediateCondition' [18:23:21.767] | : . ' exclude = [18:23:21.768] | : . ' resignal = FALSE [18:23:21.768] | : . ' Number of conditions: 0 [18:23:21.768] | : . ' int 0 [18:23:21.768] | : . signalConditions() ... done [18:23:21.769] | : . result() for ClusterFuture ... [18:23:21.769] | : . ' result already collected: FutureResult [18:23:21.769] | : . result() for ClusterFuture ... done [18:23:21.769] | : . signalConditions() ... [18:23:21.769] | : . ' include = 'condition' [18:23:21.770] | : . ' exclude = 'error', 'immediateCondition' [18:23:21.770] | : . ' resignal = TRUE [18:23:21.770] | : . ' Number of conditions: 0 [18:23:21.770] | : . ' int 0 [18:23:21.771] | : . signalConditions() ... done [18:23:21.771] | : . relayed: [n=2] TRUE, FALSE [18:23:21.771] | : . queued futures: [n=2] TRUE, TRUE [18:23:21.771] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:21.771] | : value(, ...) ... [18:23:21.771] | : value(, ...) ... done [18:23:21.772] | : value() for MultisessionFuture ('future_mapply-1') ... [18:23:21.772] | : . result() for ClusterFuture ... [18:23:21.772] | : . ' result already collected: FutureResult [18:23:21.772] | : . result() for ClusterFuture ... done [18:23:21.772] | : . result() for ClusterFuture ... [18:23:21.772] | : . ' result already collected: FutureResult [18:23:21.773] | : . result() for ClusterFuture ... done [18:23:21.773] | : . signalConditions() ... [18:23:21.773] | : . ' include = 'immediateCondition' [18:23:21.773] | : . ' exclude = [18:23:21.773] | : . ' resignal = FALSE [18:23:21.773] | : . ' Number of conditions: 0 [18:23:21.774] | : . ' int 0 [18:23:21.774] | : . signalConditions() ... done [18:23:21.774] | : . check for misuse ... [18:23:21.774] | : . check for misuse ... done [18:23:21.775] | : value() for MultisessionFuture ('future_mapply-1') ... done [18:23:21.775] | : value: [18:23:21.775] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:21.775] | : . nx: 2 [18:23:21.775] | : . relay: TRUE [18:23:21.775] | : . stdout: TRUE [18:23:21.776] | : . signal: TRUE [18:23:21.776] | : . resignal: FALSE [18:23:21.776] | : . force: TRUE [18:23:21.776] | : . relayed: [n=2] TRUE, FALSE [18:23:21.776] | : . queued futures: [n=2] TRUE, TRUE [18:23:21.776] | : . until=2 [18:23:21.777] | : . relaying element #2 [18:23:21.777] | : . value() for MultisessionFuture ('future_mapply-2') ... [18:23:21.777] | : . ' result() for ClusterFuture ... [18:23:21.777] | : . ' , result already collected: FutureResult [18:23:21.777] | : . ' result() for ClusterFuture ... done [18:23:21.778] | : . ' result() for ClusterFuture ... [18:23:21.778] | : . ' , result already collected: FutureResult [18:23:21.778] | : . ' result() for ClusterFuture ... done [18:23:21.778] | : . ' signalConditions() ... [18:23:21.778] | : . ' , include = 'immediateCondition' [18:23:21.778] | : . ' , exclude = [18:23:21.779] | : . ' , resignal = FALSE [18:23:21.779] | : . ' , Number of conditions: 0 [18:23:21.779] | : . ' , int 0 [18:23:21.780] | : . ' signalConditions() ... done [18:23:21.780] | : . ' relay stdout ... [18:23:21.780] | : . ' relay stdout ... done [18:23:21.780] | : . ' check for misuse ... [18:23:21.780] | : . ' check for misuse ... done [18:23:21.781] | : . value() for MultisessionFuture ('future_mapply-2') ... done [18:23:21.781] | : . result() for ClusterFuture ... [18:23:21.781] | : . ' result already collected: FutureResult [18:23:21.781] | : . result() for ClusterFuture ... done [18:23:21.781] | : . signalConditions() ... [18:23:21.782] | : . ' include = 'immediateCondition' [18:23:21.782] | : . ' exclude = [18:23:21.782] | : . ' resignal = FALSE [18:23:21.782] | : . ' Number of conditions: 0 [18:23:21.782] | : . ' int 0 [18:23:21.783] | : . signalConditions() ... done [18:23:21.783] | : . result() for ClusterFuture ... [18:23:21.783] | : . ' result already collected: FutureResult [18:23:21.784] | : . result() for ClusterFuture ... done [18:23:21.784] | : . signalConditions() ... [18:23:21.784] | : . ' include = 'condition' [18:23:21.784] | : . ' exclude = 'error', 'immediateCondition' [18:23:21.784] | : . ' resignal = TRUE [18:23:21.785] | : . ' Number of conditions: 0 [18:23:21.785] | : . ' int 0 [18:23:21.785] | : . signalConditions() ... done [18:23:21.786] | : . relayed: [n=2] TRUE, TRUE [18:23:21.786] | : . queued futures: [n=2] TRUE, TRUE [18:23:21.786] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:21.786] | : resolve() for MultisessionFuture ... [18:23:21.786] | : resolve() for MultisessionFuture ... done [18:23:21.787] | : length: 0 (resolved future 1) [18:23:21.787] | future_mapply() -> future_xapply() ... done [18:23:21.787] | Relaying remaining futures ... [18:23:21.787] | : signalConditionsASAP(NULL, pos=0) ... [18:23:21.787] | : . nx: 2 [18:23:21.788] | : . relay: TRUE [18:23:21.788] | : . stdout: TRUE [18:23:21.788] | : . signal: TRUE [18:23:21.788] | : . resignal: FALSE [18:23:21.788] | : . force: TRUE [18:23:21.789] | : . relayed: [n=2] TRUE, TRUE [18:23:21.789] | : . queued futures: [n=2] TRUE, TRUE - flush all [18:23:21.789] | : . relayed: [n=2] TRUE, TRUE [18:23:21.789] | : . queued futures: [n=2] TRUE, TRUE [18:23:21.789] | : signalConditionsASAP(NULL, pos=0) ... done [18:23:21.790] | Relaying remaining futures ... done [18:23:21.790] future_mapply() ... done [18:23:21.790] - Number of value chunks collected: 2 [18:23:21.790] Resolving 2 futures (chunks) ... DONE [18:23:21.790] Reducing values from 2 chunks ... [18:23:21.791] - Number of values collected after concatenation: 2 [18:23:21.791] - Number of values expected: 2 [18:23:21.791] Reducing values from 2 chunks ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... DONE * future_mapply(x, ..., future.stdout = NA) ... [18:23:21.792] future_mapply() ... [18:23:21.792] | future_mapply() -> future_xapply() ... [18:23:21.793] | : nbrOfWorkers(NULL) ... [18:23:21.793] | : . List of 4 [18:23:21.793] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [18:23:21.793] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [18:23:21.793] | : . $ : language nbrOfWorkers() [18:23:21.793] | : . $ : language nbrOfWorkers.NULL() [18:23:21.795] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:21.795] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:21.795] | : . Number of workers: 2 [18:23:21.795] | : nbrOfWorkers(NULL) ... done [18:23:21.796] | : Number of chunks: 2 [18:23:21.796] | : getGlobalsAndPackagesXApply() ... [18:23:21.796] | : . future.globals: TRUE [18:23:21.796] | : . getGlobalsAndPackages() ... [18:23:21.797] | : . ' Searching for globals ... [18:23:21.807] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [18:23:21.808] | : . ' Searching for globals ... done [18:23:21.808] | : . ' Resolving globals: FALSE [18:23:21.808] | : . ' Search for packages associated with the globals ... [18:23:21.808] | : . ' , Packages associated with globals: [1] 'base' [18:23:21.809] | : . ' , Packages: [1] 'base' [18:23:21.809] | : . ' Search for packages associated with the globals ... done [18:23:21.809] | : . ' The total size of the 1 globals is 265 bytes (265 bytes) [18:23:21.810] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 265 bytes There is one global: 'FUN' (265 bytes of class 'function') [18:23:21.810] | : . ' Packages after dropping 'base': [0] [18:23:21.810] | : . ' globals: [1] 'FUN' [18:23:21.810] | : . ' packages: [0] [18:23:21.810] | : . getGlobalsAndPackages() ... done [18:23:21.811] | : . globals found/used: [n=1] 'FUN' [18:23:21.811] | : . needed namespaces: [n=0] [18:23:21.811] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [18:23:21.811] | : . List of 2 [18:23:21.811] | : . $ ...future.FUN:function (x, y) [18:23:21.811] | : . $ MoreArgs : NULL [18:23:21.811] | : . - attr(*, "where")=List of 2 [18:23:21.811] | : . ..$ ...future.FUN: [18:23:21.811] | : . ..$ MoreArgs : [18:23:21.811] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:21.811] | : . - attr(*, "resolved")= logi FALSE [18:23:21.811] | : . - attr(*, "total_size")= num NA [18:23:21.817] | : . Packages to be attached in all futures: [n=0] [18:23:21.818] | : getGlobalsAndPackagesXApply() ... done [18:23:21.818] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.818] | : List of 5 [18:23:21.818] | : $ ...future.FUN :function (x, y) [18:23:21.818] | : $ MoreArgs : NULL [18:23:21.818] | : $ ...future.elements_ii : NULL [18:23:21.818] | : $ ...future.seeds_ii : NULL [18:23:21.818] | : $ ...future.globals.maxSize: NULL [18:23:21.818] | : - attr(*, "where")=List of 5 [18:23:21.818] | : ..$ ...future.FUN : [18:23:21.818] | : ..$ MoreArgs : [18:23:21.818] | : ..$ ...future.elements_ii : [18:23:21.818] | : ..$ ...future.seeds_ii : [18:23:21.818] | : ..$ ...future.globals.maxSize: [18:23:21.818] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [18:23:21.818] | : - attr(*, "resolved")= logi FALSE [18:23:21.818] | : - attr(*, "total_size")= num NA [18:23:21.823] | : Number of futures (= number of chunks): 2 [18:23:21.823] | : Launching 2 futures (chunks) ... [18:23:21.823] | : Chunk #1 of 2 ... [18:23:21.823] | : - Finding globals in '...' for chunk #1 ... [18:23:21.824] | : getGlobalsAndPackages() ... [18:23:21.824] | : . Searching for globals ... [18:23:21.824] | : . ' globals found: [0] [18:23:21.825] | : . Searching for globals ... done [18:23:21.825] | : . globals: [0] [18:23:21.825] | : . packages: [0] [18:23:21.825] | : getGlobalsAndPackages() ... done [18:23:21.825] | : + additional globals found: [n=0] [18:23:21.825] | : + additional namespaces needed: [n=0] [18:23:21.826] | : - Finding globals in '...' for chunk #1 ... DONE [18:23:21.826] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:21.826] | : - seeds: [18:23:21.826] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.826] | : future(..., label = 'future_mapply-1') ... [18:23:21.826] | : . lazy: FALSE [18:23:21.827] | : . stdout: NA [18:23:21.827] | : . conditions: [n=1] 'condition' [18:23:21.827] | : . getGlobalsAndPackages() ... [18:23:21.827] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.827] | : . ' Resolving globals: FALSE [18:23:21.828] | : . ' Search for packages associated with the globals ... [18:23:21.828] | : . ' , Packages associated with globals: [0] [18:23:21.828] | : . ' , Packages: [0] [18:23:21.828] | : . ' Search for packages associated with the globals ... done [18:23:21.829] | : . ' Packages after dropping 'base': [0] [18:23:21.829] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:21.829] | : . ' packages: [0] [18:23:21.829] | : . getGlobalsAndPackages() ... done [18:23:21.830] | : . run() for 'Future' ('future_mapply-1') ... [18:23:21.830] | : . ' state: 'created' [18:23:21.830] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:21.830] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:21.830] | : . ' Using MultisessionFutureBackend ... [18:23:21.830] | : . ' , Number of futures since start: 10 (10 created, 10 launched, 10 finished) [18:23:21.831] | : . ' , Launching futures ... [18:23:21.831] | : . ' , ; launchFuture() for ClusterFutureBackend ... [18:23:21.831] | : . ' , ; ` Workers: [n=2] [18:23:21.831] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:21.833] | : . ' , ; ` FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:21.833] | : . ' , ; ` requestWorker() ... [18:23:21.833] | : . ' , ; ` | requestNode() ... [18:23:21.834] | : . ' , ; ` | : Number of workers: 2 [18:23:21.834] | : . ' , ; ` | : Polling for a free worker ... [18:23:21.834] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:21.834] | : . ' , ; ` | : . ' Listing all futures [18:23:21.834] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:21.835] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:21.835] | : . ' , ; ` | : . Total time: 0 [18:23:21.835] | : . ' , ; ` | : Polling for a free worker ... done [18:23:21.835] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:21.835] | : . ' , ; ` | : . Listing all futures [18:23:21.835] | : . ' , ; ` | : . Number of registered futures: 0 [18:23:21.836] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:21.836] | : . ' , ; ` | : avail: [n=2] '1', '2' [18:23:21.836] | : . ' , ; ` | : Index of first available worker: 1 [18:23:21.836] | : . ' , ; ` | : Validate that the worker is functional ... [18:23:21.837] | : . ' , ; ` | : . Worker is functional [18:23:21.837] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:21.837] | : . ' , ; ` | : . ' Listing all futures [18:23:21.837] | : . ' , ; ` | : . ' Number of registered futures: 0 [18:23:21.837] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:21.837] | : . ' , ; ` | : Validate that the worker is functional ... done [18:23:21.838] | : . ' , ; ` | requestNode() ... done [18:23:21.838] | : . ' , ; ` | cluster node index: 1 [18:23:21.838] | : . ' , ; ` requestWorker() ... done [18:23:21.838] | : . ' , ; ` eraseGlobalEnvironment() ... [18:23:21.839] | : . ' , ; ` eraseGlobalEnvironment() ... done [18:23:21.839] | : . ' , ; ` launchFuture() ... [18:23:21.839] | : . ' , ; ` | cluster node index: 1 [18:23:21.839] | : . ' , ; ` | getFutureData() ... [18:23:21.839] | : . ' , ; ` | : getFutureCore() ... [18:23:21.840] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [18:23:21.840] | : . ' , ; ` | : getFutureCore() ... done [18:23:21.840] | : . ' , ; ` | : getFutureCapture() ... [18:23:21.840] | : . ' , ; ` | : getFutureCapture() ... done [18:23:21.840] | : . ' , ; ` | : getFutureContext() ... [18:23:21.840] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:21.841] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [18:23:21.841] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:21.841] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [18:23:21.841] | : . ' , ; ` | : getFutureContext() ... done [18:23:21.841] | : . ' , ; ` | getFutureData() ... done [18:23:21.842] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:21.842] | : . ' , ; ` | : Appended future to position #1 [18:23:21.842] | : . ' , ; ` | : Number of registered futures: 1 [18:23:21.842] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:21.842] | : . ' , ; ` launchFuture() ... done [18:23:21.843] | : . ' , ; ` MultisessionFuture started [18:23:21.843] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [18:23:21.843] | : . ' , Launching futures ... done [18:23:21.843] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:21.843] | : . ' Using MultisessionFutureBackend ... done [18:23:21.844] | : . run() for 'Future' ('future_mapply-1') ... done [18:23:21.844] | : future(..., label = 'future_mapply-1') ... done [18:23:21.844] | : Created future: [18:23:21.845] | : resolved() ... [18:23:21.845] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [18:23:21.846] | : . ' Cluster node socket connection: index=4, id=443 [18:23:21.846] | : . ' assertValidConnection() ... [18:23:21.846] | : . ' , cluster node index: 1 [18:23:21.846] | : . ' assertValidConnection() ... done [18:23:22.050] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:22.050] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [18:23:22.051] | : resolved() ... done [18:23:21.844] | : MultisessionFuture: [18:23:21.844] | : Label: 'future_mapply-1' [18:23:21.844] | : Expression: [18:23:21.844] | : { [18:23:21.844] | : "# future.apply:::future_xapply(): preserve future option" [18:23:21.844] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:21.844] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:21.844] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:21.844] | : on.exit(options(oopts), add = TRUE) [18:23:21.844] | : } [18:23:21.844] | : { [18:23:21.844] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [18:23:21.844] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [18:23:21.844] | : do.call(mapply, args = args) [18:23:21.844] | : } [18:23:21.844] | : } [18:23:21.844] | : Globals: 5 objects totaling 2.92 KiB (function '...future.FUN' of 265 bytes, 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) [18:23:21.844] | : Packages: [18:23:21.844] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:21.844] | : Capture standard output: NA [18:23:21.844] | : Capture condition classes: 'condition' (excluding '') [18:23:21.844] | : Immediate condition classes: 'immediateCondition' [18:23:21.844] | : Lazy evaluation: FALSE [18:23:21.844] | : Local evaluation: TRUE [18:23:21.844] | : Early signaling: FALSE [18:23:21.844] | : Actions: [n=1] 'run' [18:23:21.844] | : State: 'running' ("Future is being evaluated") [18:23:21.844] | : Resolved: FALSE [18:23:21.844] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-17 [18:23:21.844] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:21.844] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:21.844] | : Value: [18:23:21.844] | : Conditions captured: [18:23:22.051] | : Chunk #1 of 2 ... DONE [18:23:22.051] | : Chunk #2 of 2 ... [18:23:22.051] | : - Finding globals in '...' for chunk #2 ... [18:23:22.052] | : getGlobalsAndPackages() ... [18:23:22.052] | : . Searching for globals ... [18:23:22.052] | : . ' globals found: [0] [18:23:22.053] | : . Searching for globals ... done [18:23:22.053] | : . globals: [0] [18:23:22.053] | : . packages: [0] [18:23:22.053] | : getGlobalsAndPackages() ... done [18:23:22.053] | : + additional globals found: [n=0] [18:23:22.053] | : + additional namespaces needed: [n=0] [18:23:22.054] | : - Finding globals in '...' for chunk #2 ... DONE [18:23:22.054] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [18:23:22.054] | : - seeds: [18:23:22.054] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:22.054] | : future(..., label = 'future_mapply-2') ... [18:23:22.054] | : . lazy: FALSE [18:23:22.055] | : . stdout: NA [18:23:22.055] | : . conditions: [n=1] 'condition' [18:23:22.055] | : . getGlobalsAndPackages() ... [18:23:22.055] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:22.055] | : . ' Resolving globals: FALSE [18:23:22.056] | : . ' Search for packages associated with the globals ... [18:23:22.056] | : . ' , Packages associated with globals: [0] [18:23:22.056] | : . ' , Packages: [0] [18:23:22.056] | : . ' Search for packages associated with the globals ... done [18:23:22.057] | : . ' Packages after dropping 'base': [0] [18:23:22.057] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [18:23:22.057] | : . ' packages: [0] [18:23:22.057] | : . getGlobalsAndPackages() ... done [18:23:22.058] | : . run() for 'Future' ('future_mapply-2') ... [18:23:22.058] | : . ' state: 'created' [18:23:22.058] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:22.058] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:22.058] | : . ' Using MultisessionFutureBackend ... [18:23:22.058] | : . ' , Number of futures since start: 11 (11 created, 11 launched, 10 finished) [18:23:22.059] | : . ' , Launching futures ... [18:23:22.059] | : . ' , ; launchFuture() for ClusterFutureBackend ... [18:23:22.059] | : . ' , ; ` Workers: [n=2] [18:23:22.059] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-16 r89305 ucrt), platform x86_64-w64-mingw32) [18:23:22.061] | : . ' , ; ` FutureRegistry: 'workers-c04bc75504a3d0b663546c6f6c6caf2c' [18:23:22.061] | : . ' , ; ` requestWorker() ... [18:23:22.061] | : . ' , ; ` | requestNode() ... [18:23:22.062] | : . ' , ; ` | : Number of workers: 2 [18:23:22.062] | : . ' , ; ` | : Polling for a free worker ... [18:23:22.062] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:22.062] | : . ' , ; ` | : . ' Listing all futures [18:23:22.062] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:22.062] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:22.063] | : . ' , ; ` | : . Total time: 0 [18:23:22.063] | : . ' , ; ` | : Polling for a free worker ... done [18:23:22.063] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:22.063] | : . ' , ; ` | : . Listing all futures [18:23:22.063] | : . ' , ; ` | : . Number of registered futures: 1 [18:23:22.063] | : . ' , ; ` | : FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:22.064] | : . ' , ; ` | : avail: [n=2] '2' [18:23:22.064] | : . ' , ; ` | : Index of first available worker: 2 [18:23:22.064] | : . ' , ; ` | : Validate that the worker is functional ... [18:23:22.065] | : . ' , ; ` | : . Worker is functional [18:23:22.065] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... [18:23:22.065] | : . ' , ; ` | : . ' Listing all futures [18:23:22.065] | : . ' , ; ` | : . ' Number of registered futures: 1 [18:23:22.065] | : . ' , ; ` | : . FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'list', earlySignal = 0) ... done [18:23:22.065] | : . ' , ; ` | : Validate that the worker is functional ... done [18:23:22.066] | : . ' , ; ` | requestNode() ... done [18:23:22.066] | : . ' , ; ` | cluster node index: 2 [18:23:22.066] | : . ' , ; ` requestWorker() ... done [18:23:22.066] | : . ' , ; ` eraseGlobalEnvironment() ... [18:23:22.067] | : . ' , ; ` eraseGlobalEnvironment() ... done [18:23:22.067] | : . ' , ; ` launchFuture() ... [18:23:22.067] | : . ' , ; ` | cluster node index: 2 [18:23:22.067] | : . ' , ; ` | getFutureData() ... [18:23:22.067] | : . ' , ; ` | : getFutureCore() ... [18:23:22.068] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [18:23:22.068] | : . ' , ; ` | : getFutureCore() ... done [18:23:22.068] | : . ' , ; ` | : getFutureCapture() ... [18:23:22.068] | : . ' , ; ` | : getFutureCapture() ... done [18:23:22.068] | : . ' , ; ` | : getFutureContext() ... [18:23:22.068] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [18:23:22.069] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [18:23:22.069] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [18:23:22.069] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [18:23:22.069] | : . ' , ; ` | : getFutureContext() ... done [18:23:22.069] | : . ' , ; ` | getFutureData() ... done [18:23:22.070] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... [18:23:22.070] | : . ' , ; ` | : Appended future to position #2 [18:23:22.070] | : . ' , ; ` | : Number of registered futures: 2 [18:23:22.070] | : . ' , ; ` | FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'add', earlySignal = 0) ... done [18:23:22.071] | : . ' , ; ` launchFuture() ... done [18:23:22.071] | : . ' , ; ` MultisessionFuture started [18:23:22.071] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [18:23:22.071] | : . ' , Launching futures ... done [18:23:22.071] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:22.071] | : . ' Using MultisessionFutureBackend ... done [18:23:22.072] | : . run() for 'Future' ('future_mapply-2') ... done [18:23:22.072] | : future(..., label = 'future_mapply-2') ... done [18:23:22.072] | : Created future: [18:23:22.073] | : resolved() ... [18:23:22.073] | : . resolved() for MultisessionFuture ('future_mapply-2') ... [18:23:22.074] | : . ' Cluster node socket connection: index=5, id=444 [18:23:22.074] | : . ' assertValidConnection() ... [18:23:22.074] | : . ' , cluster node index: 2 [18:23:22.074] | : . ' assertValidConnection() ... done [18:23:22.075] | : . ' receiveMessageFromWorker() for ClusterFuture ... [18:23:22.075] | : . ' , cluster node index: 2 [18:23:22.075] | : . ' , [1] TRUE [18:23:22.076] | : . ' , Received data: [18:23:22.076] | : . ' , List of 5 [18:23:22.076] | : . ' , $ type : chr "VALUE" [18:23:22.076] | : . ' , $ value :List of 16 [18:23:22.076] | : . ' , ..$ value :List of 1 [18:23:22.076] | : . ' , .. ..$ :List of 2 [18:23:22.076] | : . ' , .. .. ..$ x: int 0 [18:23:22.076] | : . ' , .. .. ..$ y: int 1 [18:23:22.076] | : . ' , ..$ visible : logi TRUE [18:23:22.076] | : . ' , ..$ stdout : NULL [18:23:22.076] | : . ' , ..$ conditions : list() [18:23:22.076] | : . ' , ..$ rng : logi FALSE [18:23:22.076] | : . ' , ..$ seed : NULL [18:23:22.076] | : . ' , ..$ misuseGlobalEnv : NULL [18:23:22.076] | : . ' , ..$ misuseConnections :List of 3 [18:23:22.076] | : . ' , .. ..$ added : NULL [18:23:22.076] | : . ' , .. ..$ removed : NULL [18:23:22.076] | : . ' , .. ..$ replaced: NULL [18:23:22.076] | : . ' , ..$ misuseDevices : NULL [18:23:22.076] | : . ' , ..$ misuseDefaultDevice: list() [18:23:22.076] | : . ' , ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:22" [18:23:22.076] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:22" [18:23:22.076] | : . ' , ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "18" [18:23:22.076] | : . ' , ..$ session_uuid : chr "8913651ed9ff31dc32f31f5d4c35eb7e" [18:23:22.076] | : . ' , .. ..- attr(*, "source")=List of 5 [18:23:22.076] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [18:23:22.076] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:22.076] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:22.076] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:22.076] | : . ' , .. .. ..$ pid : int 91796 [18:23:22.076] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:22.076] | : . ' , .. .. ..$ random: int 2147483647 [18:23:22.076] | : . ' , ..$ r_info :List of 4 [18:23:22.076] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:22.076] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [18:23:22.076] | : . ' , .. ..$ os : chr "windows" [18:23:22.076] | : . ' , .. ..$ os_name : chr "Windows" [18:23:22.076] | : . ' , .. ..$ captures_utf8: logi TRUE [18:23:22.076] | : . ' , ..$ version : chr "1.8" [18:23:22.076] | : . ' , ..- attr(*, "class")= chr "FutureResult" [18:23:22.076] | : . ' , $ success: logi TRUE [18:23:22.076] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [18:23:22.076] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:22.076] | : . ' , $ tag : NULL [18:23:22.091] | : . ' , Received FutureResult [18:23:22.091] | : . ' , FutureResult: [18:23:22.091] | : . ' , value: 'list' [18:23:22.091] | : . ' , visible: TRUE [18:23:22.091] | : . ' , stdout: NULL [18:23:22.091] | : . ' , conditions: [n = 0] [18:23:22.091] | : . ' , RNG used: FALSE [18:23:22.091] | : . ' , duration: 0.003730059 secs (started 2026-01-18 18:23:22.070556) [18:23:22.091] | : . ' , version: 1.8 [18:23:22.092] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:22.092] | : . ' , ; Removed future from position #2 [18:23:22.093] | : . ' , ; Number of registered futures: 1 [18:23:22.093] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:22.093] | : . ' , Erased future from future backend [18:23:22.093] | : . ' , result() for ClusterFuture ... [18:23:22.093] | : . ' , ; result already collected: FutureResult [18:23:22.093] | : . ' , result() for ClusterFuture ... done [18:23:22.094] | : . ' , signalConditions() ... [18:23:22.094] | : . ' , ; include = 'immediateCondition' [18:23:22.094] | : . ' , ; exclude = [18:23:22.094] | : . ' , ; resignal = FALSE [18:23:22.094] | : . ' , ; Number of conditions: 0 [18:23:22.094] | : . ' , ; int 0 [18:23:22.095] | : . ' , signalConditions() ... done [18:23:22.095] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [18:23:22.095] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:22.095] | : . resolved() for MultisessionFuture ('future_mapply-2') ... done [18:23:22.096] | : . assertFutureResult() ... [18:23:22.096] | : . ' Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-18 [18:23:22.096] | : . ' identical; success [18:23:22.096] | : . assertFutureResult() ... done [18:23:22.096] | : resolved() ... done [18:23:22.072] | : MultisessionFuture: [18:23:22.072] | : Label: 'future_mapply-2' [18:23:22.072] | : Expression: [18:23:22.072] | : { [18:23:22.072] | : "# future.apply:::future_xapply(): preserve future option" [18:23:22.072] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [18:23:22.072] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [18:23:22.072] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [18:23:22.072] | : on.exit(options(oopts), add = TRUE) [18:23:22.072] | : } [18:23:22.072] | : { [18:23:22.072] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [18:23:22.072] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [18:23:22.072] | : do.call(mapply, args = args) [18:23:22.072] | : } [18:23:22.072] | : } [18:23:22.072] | : Globals: 5 objects totaling 2.92 KiB (function '...future.FUN' of 265 bytes, 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) [18:23:22.072] | : Packages: [18:23:22.072] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [18:23:22.072] | : Capture standard output: NA [18:23:22.072] | : Capture condition classes: 'condition' (excluding '') [18:23:22.072] | : Immediate condition classes: 'immediateCondition' [18:23:22.072] | : Lazy evaluation: FALSE [18:23:22.072] | : Local evaluation: TRUE [18:23:22.072] | : Early signaling: FALSE [18:23:22.072] | : Actions: [n=1] 'run' [18:23:22.072] | : State: 'running' ("Future is being evaluated") [18:23:22.072] | : Resolved: TRUE [18:23:22.072] | : Unique identifier: 39c7dcde8cacbdd57437bbfd504b1c6e-18 [18:23:22.072] | : Owner process: 39c7dcde8cacbdd57437bbfd504b1c6e [18:23:22.072] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [18:23:22.072] | : Value: [18:23:22.072] | : Conditions captured: [18:23:22.097] | : Chunk #2 of 2 ... DONE [18:23:22.097] | : Launching 2 futures (chunks) ... DONE [18:23:22.097] | : Resolving 2 futures (chunks) ... [18:23:22.097] | : value() for list ... [18:23:22.098] | : . recursive: 0 [18:23:22.098] | : . reduce: FALSE [18:23:22.098] | : . length: 2 [18:23:22.098] | : . Number of remaining objects: 2 [18:23:22.098] | : . checking value #1: [18:23:22.099] | : . 'obj' is MultisessionFuture [18:23:22.099] | : . resolved() ... [18:23:22.099] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... [18:23:22.099] | : . ' , Cluster node socket connection: index=4, id=443 [18:23:22.100] | : . ' , assertValidConnection() ... [18:23:22.100] | : . ' , ; cluster node index: 1 [18:23:22.100] | : . ' , assertValidConnection() ... done [18:23:22.300] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [18:23:22.300] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... done [18:23:22.301] | : . resolved() ... done [18:23:22.301] | : . checking value #2: [18:23:22.301] | : . 'obj' is MultisessionFuture [18:23:22.301] | : . resolved() ... [18:23:22.301] | : . resolved() ... done [18:23:22.301] | : . MultisessionFuture #2 [18:23:22.302] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:22.302] | : . ' nx: 2 [18:23:22.302] | : . ' relay: TRUE [18:23:22.302] | : . ' stdout: TRUE [18:23:22.302] | : . ' signal: TRUE [18:23:22.302] | : . ' resignal: FALSE [18:23:22.303] | : . ' force: TRUE [18:23:22.303] | : . ' relayed: [n=2] FALSE, FALSE [18:23:22.303] | : . ' queued futures: [n=2] FALSE, FALSE [18:23:22.303] | : . ' until=1 [18:23:22.303] | : . ' relaying element #1 [18:23:22.303] | : . ' relayed: [n=2] FALSE, FALSE [18:23:22.304] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:22.304] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:22.304] | : . value(, ...) ... [18:23:22.304] | : . value(, ...) ... done [18:23:22.304] | : . value() for MultisessionFuture ('future_mapply-2') ... [18:23:22.304] | : . ' result() for ClusterFuture ... [18:23:22.305] | : . ' , result already collected: FutureResult [18:23:22.305] | : . ' result() for ClusterFuture ... done [18:23:22.305] | : . ' result() for ClusterFuture ... [18:23:22.305] | : . ' , result already collected: FutureResult [18:23:22.305] | : . ' result() for ClusterFuture ... done [18:23:22.305] | : . ' signalConditions() ... [18:23:22.306] | : . ' , include = 'immediateCondition' [18:23:22.306] | : . ' , exclude = [18:23:22.306] | : . ' , resignal = FALSE [18:23:22.306] | : . ' , Number of conditions: 0 [18:23:22.306] | : . ' , int 0 [18:23:22.307] | : . ' signalConditions() ... done [18:23:22.307] | : . ' check for misuse ... [18:23:22.307] | : . ' check for misuse ... done [18:23:22.307] | : . value() for MultisessionFuture ('future_mapply-2') ... done [18:23:22.307] | : . value: [18:23:22.308] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [18:23:22.308] | : . ' nx: 2 [18:23:22.308] | : . ' relay: TRUE [18:23:22.308] | : . ' stdout: TRUE [18:23:22.308] | : . ' signal: TRUE [18:23:22.308] | : . ' resignal: FALSE [18:23:22.309] | : . ' force: TRUE [18:23:22.309] | : . ' relayed: [n=2] FALSE, FALSE [18:23:22.309] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:22.309] | : . ' until=1 [18:23:22.309] | : . ' relaying element #1 [18:23:22.309] | : . ' relayed: [n=2] FALSE, FALSE [18:23:22.310] | : . ' queued futures: [n=2] FALSE, TRUE [18:23:22.310] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [18:23:22.310] | : . resolve() for MultisessionFuture ... [18:23:22.310] | : . resolve() for MultisessionFuture ... done [18:23:22.310] | : . length: 1 (resolved future 2) [18:23:22.311] | : value() for list ... done [18:23:22.331] | : Number of remaining objects: 1 [18:23:22.331] | : checking value #1: [18:23:22.331] | : 'obj' is MultisessionFuture [18:23:22.331] | : resolved() ... [18:23:22.332] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [18:23:22.332] | : . ' Cluster node socket connection: index=4, id=443 [18:23:22.332] | : . ' assertValidConnection() ... [18:23:22.332] | : . ' , cluster node index: 1 [18:23:22.333] | : . ' assertValidConnection() ... done [18:23:22.350] | : . ' receiveMessageFromWorker() for ClusterFuture ... [18:23:22.350] | : . ' , cluster node index: 1 [18:23:22.350] | : . ' , [1] TRUE [18:23:22.351] | : . ' , Received data: [18:23:22.351] | : . ' , List of 5 [18:23:22.351] | : . ' , $ type : chr "VALUE" [18:23:22.351] | : . ' , $ value :List of 16 [18:23:22.351] | : . ' , ..$ value :List of 1 [18:23:22.351] | : . ' , .. ..$ :List of 2 [18:23:22.351] | : . ' , .. .. ..$ x: int 1 [18:23:22.351] | : . ' , .. .. ..$ y: int 0 [18:23:22.351] | : . ' , ..$ visible : logi TRUE [18:23:22.351] | : . ' , ..$ stdout : NULL [18:23:22.351] | : . ' , ..$ conditions : list() [18:23:22.351] | : . ' , ..$ rng : logi FALSE [18:23:22.351] | : . ' , ..$ seed : NULL [18:23:22.351] | : . ' , ..$ misuseGlobalEnv : NULL [18:23:22.351] | : . ' , ..$ misuseConnections :List of 3 [18:23:22.351] | : . ' , .. ..$ added : NULL [18:23:22.351] | : . ' , .. ..$ removed : NULL [18:23:22.351] | : . ' , .. ..$ replaced: NULL [18:23:22.351] | : . ' , ..$ misuseDevices : NULL [18:23:22.351] | : . ' , ..$ misuseDefaultDevice: list() [18:23:22.351] | : . ' , ..$ started : POSIXct[1:1], format: "2026-01-18 18:23:21" [18:23:22.351] | : . ' , ..$ finished : POSIXct[1:1], format: "2026-01-18 18:23:22" [18:23:22.351] | : . ' , ..$ uuid : chr [1:2] "39c7dcde8cacbdd57437bbfd504b1c6e" "17" [18:23:22.351] | : . ' , ..$ session_uuid : chr "c5359fa91c7b39075b90a3b6c0674946" [18:23:22.351] | : . ' , .. ..- attr(*, "source")=List of 5 [18:23:22.351] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [18:23:22.351] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [18:23:22.351] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [18:23:22.351] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [18:23:22.351] | : . ' , .. .. ..$ pid : int 104412 [18:23:22.351] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2026-01-18 18:23:18" [18:23:22.351] | : . ' , .. .. ..$ random: int 2147483647 [18:23:22.351] | : . ' , ..$ r_info :List of 4 [18:23:22.351] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [18:23:22.351] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [18:23:22.351] | : . ' , .. ..$ os : chr "windows" [18:23:22.351] | : . ' , .. ..$ os_name : chr "Windows" [18:23:22.351] | : . ' , .. ..$ captures_utf8: logi TRUE [18:23:22.351] | : . ' , ..$ version : chr "1.8" [18:23:22.351] | : . ' , ..- attr(*, "class")= chr "FutureResult" [18:23:22.351] | : . ' , $ success: logi TRUE [18:23:22.351] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.52 NA NA [18:23:22.351] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [18:23:22.351] | : . ' , $ tag : NULL [18:23:22.367] | : . ' , Received FutureResult [18:23:22.367] | : . ' , FutureResult: [18:23:22.367] | : . ' , value: 'list' [18:23:22.367] | : . ' , visible: TRUE [18:23:22.367] | : . ' , stdout: NULL [18:23:22.367] | : . ' , conditions: [n = 0] [18:23:22.367] | : . ' , RNG used: FALSE [18:23:22.367] | : . ' , duration: 0.5065651 secs (started 2026-01-18 18:23:21.842499) [18:23:22.367] | : . ' , version: 1.8 [18:23:22.368] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... [18:23:22.368] | : . ' , ; Removed future from position #1 [18:23:22.368] | : . ' , ; Number of registered futures: 0 [18:23:22.369] | : . ' , FutureRegistry('workers-c04bc75504a3d0b663546c6f6c6caf2c', action = 'remove', earlySignal = 0) ... done [18:23:22.369] | : . ' , Erased future from future backend [18:23:22.369] | : . ' , result() for ClusterFuture ... [18:23:22.369] | : . ' , ; result already collected: FutureResult [18:23:22.369] | : . ' , result() for ClusterFuture ... done [18:23:22.369] | : . ' , signalConditions() ... [18:23:22.370] | : . ' , ; include = 'immediateCondition' [18:23:22.370] | : . ' , ; exclude = [18:23:22.370] | : . ' , ; resignal = FALSE [18:23:22.370] | : . ' , ; Number of conditions: 0 [18:23:22.370] | : . ' , ; int 0 [18:23:22.371] | : . ' , signalConditions() ... done [18:23:22.371] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [18:23:22.371] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [18:23:22.371] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [18:23:22.371] | : . assertFutureResult() ... [18:23:22.372] | : . ' Future uuid: 39c7dcde8cacbdd57437bbfd504b1c6e-17 [18:23:22.372] | : . ' identical; success [18:23:22.372] | : . assertFutureResult() ... done [18:23:22.372] | : resolved() ... done [18:23:22.372] | : MultisessionFuture #1 [18:23:22.372] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:22.373] | : . nx: 2 [18:23:22.373] | : . relay: TRUE [18:23:22.373] | : . stdout: TRUE [18:23:22.373] | : . signal: TRUE [18:23:22.373] | : . resignal: FALSE [18:23:22.373] | : . force: TRUE [18:23:22.373] | : . relayed: [n=2] FALSE, FALSE [18:23:22.374] | : . queued futures: [n=2] FALSE, TRUE [18:23:22.374] | : . until=1 [18:23:22.374] | : . relaying element #1 [18:23:22.374] | : . value() for MultisessionFuture ('future_mapply-1') ... [18:23:22.374] | : . ' result() for ClusterFuture ... [18:23:22.374] | : . ' , result already collected: FutureResult [18:23:22.375] | : . ' result() for ClusterFuture ... done [18:23:22.375] | : . ' result() for ClusterFuture ... [18:23:22.375] | : . ' , result already collected: FutureResult [18:23:22.375] | : . ' result() for ClusterFuture ... done [18:23:22.375] | : . ' signalConditions() ... [18:23:22.375] | : . ' , include = 'immediateCondition' [18:23:22.376] | : . ' , exclude = [18:23:22.376] | : . ' , resignal = FALSE [18:23:22.376] | : . ' , Number of conditions: 0 [18:23:22.376] | : . ' , int 0 [18:23:22.377] | : . ' signalConditions() ... done [18:23:22.377] | : . ' relay stdout ... [18:23:22.377] | : . ' relay stdout ... done [18:23:22.377] | : . ' check for misuse ... [18:23:22.377] | : . ' check for misuse ... done [18:23:22.377] | : . value() for MultisessionFuture ('future_mapply-1') ... done [18:23:22.378] | : . result() for ClusterFuture ... [18:23:22.378] | : . ' result already collected: FutureResult [18:23:22.378] | : . result() for ClusterFuture ... done [18:23:22.378] | : . signalConditions() ... [18:23:22.378] | : . ' include = 'immediateCondition' [18:23:22.379] | : . ' exclude = [18:23:22.379] | : . ' resignal = FALSE [18:23:22.379] | : . ' Number of conditions: 0 [18:23:22.379] | : . ' int 0 [18:23:22.379] | : . signalConditions() ... done [18:23:22.380] | : . result() for ClusterFuture ... [18:23:22.380] | : . ' result already collected: FutureResult [18:23:22.380] | : . result() for ClusterFuture ... done [18:23:22.380] | : . signalConditions() ... [18:23:22.380] | : . ' include = 'condition' [18:23:22.381] | : . ' exclude = 'error', 'immediateCondition' [18:23:22.381] | : . ' resignal = TRUE [18:23:22.381] | : . ' Number of conditions: 0 [18:23:22.381] | : . ' int 0 [18:23:22.382] | : . signalConditions() ... done [18:23:22.382] | : . relayed: [n=2] TRUE, FALSE [18:23:22.382] | : . queued futures: [n=2] TRUE, TRUE [18:23:22.382] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:22.382] | : value(, ...) ... [18:23:22.382] | : value(, ...) ... done [18:23:22.383] | : value() for MultisessionFuture ('future_mapply-1') ... [18:23:22.383] | : . result() for ClusterFuture ... [18:23:22.383] | : . ' result already collected: FutureResult [18:23:22.383] | : . result() for ClusterFuture ... done [18:23:22.383] | : . result() for ClusterFuture ... [18:23:22.383] | : . ' result already collected: FutureResult [18:23:22.384] | : . result() for ClusterFuture ... done [18:23:22.384] | : . signalConditions() ... [18:23:22.384] | : . ' include = 'immediateCondition' [18:23:22.384] | : . ' exclude = [18:23:22.384] | : . ' resignal = FALSE [18:23:22.384] | : . ' Number of conditions: 0 [18:23:22.384] | : . ' int 0 [18:23:22.385] | : . signalConditions() ... done [18:23:22.385] | : . check for misuse ... [18:23:22.385] | : . check for misuse ... done [18:23:22.386] | : value() for MultisessionFuture ('future_mapply-1') ... done [18:23:22.386] | : value: [18:23:22.386] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [18:23:22.386] | : . nx: 2 [18:23:22.386] | : . relay: TRUE [18:23:22.386] | : . stdout: TRUE [18:23:22.386] | : . signal: TRUE [18:23:22.387] | : . resignal: FALSE [18:23:22.387] | : . force: TRUE [18:23:22.387] | : . relayed: [n=2] TRUE, FALSE [18:23:22.387] | : . queued futures: [n=2] TRUE, TRUE [18:23:22.387] | : . until=2 [18:23:22.387] | : . relaying element #2 [18:23:22.388] | : . value() for MultisessionFuture ('future_mapply-2') ... [18:23:22.388] | : . ' result() for ClusterFuture ... [18:23:22.388] | : . ' , result already collected: FutureResult [18:23:22.388] | : . ' result() for ClusterFuture ... done [18:23:22.388] | : . ' result() for ClusterFuture ... [18:23:22.388] | : . ' , result already collected: FutureResult [18:23:22.389] | : . ' result() for ClusterFuture ... done [18:23:22.389] | : . ' signalConditions() ... [18:23:22.389] | : . ' , include = 'immediateCondition' [18:23:22.389] | : . ' , exclude = [18:23:22.389] | : . ' , resignal = FALSE [18:23:22.389] | : . ' , Number of conditions: 0 [18:23:22.390] | : . ' , int 0 [18:23:22.390] | : . ' signalConditions() ... done [18:23:22.390] | : . ' relay stdout ... [18:23:22.390] | : . ' relay stdout ... done [18:23:22.391] | : . ' check for misuse ... [18:23:22.391] | : . ' check for misuse ... done [18:23:22.391] | : . value() for MultisessionFuture ('future_mapply-2') ... done [18:23:22.391] | : . result() for ClusterFuture ... [18:23:22.391] | : . ' result already collected: FutureResult [18:23:22.391] | : . result() for ClusterFuture ... done [18:23:22.392] | : . signalConditions() ... [18:23:22.392] | : . ' include = 'immediateCondition' [18:23:22.392] | : . ' exclude = [18:23:22.392] | : . ' resignal = FALSE [18:23:22.392] | : . ' Number of conditions: 0 [18:23:22.392] | : . ' int 0 [18:23:22.393] | : . signalConditions() ... done [18:23:22.393] | : . result() for ClusterFuture ... [18:23:22.393] | : . ' result already collected: FutureResult [18:23:22.394] | : . result() for ClusterFuture ... done [18:23:22.394] | : . signalConditions() ... [18:23:22.394] | : . ' include = 'condition' [18:23:22.394] | : . ' exclude = 'error', 'immediateCondition' [18:23:22.394] | : . ' resignal = TRUE [18:23:22.394] | : . ' Number of conditions: 0 [18:23:22.395] | : . ' int 0 [18:23:22.395] | : . signalConditions() ... done [18:23:22.395] | : . relayed: [n=2] TRUE, TRUE [18:23:22.395] | : . queued futures: [n=2] TRUE, TRUE [18:23:22.396] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [18:23:22.396] | : resolve() for MultisessionFuture ... [18:23:22.396] | : resolve() for MultisessionFuture ... done [18:23:22.396] | : length: 0 (resolved future 1) [18:23:22.396] | future_mapply() -> future_xapply() ... done [18:23:22.397] | Relaying remaining futures ... [18:23:22.397] | : signalConditionsASAP(NULL, pos=0) ... [18:23:22.397] | : . nx: 2 [18:23:22.397] | : . relay: TRUE [18:23:22.397] | : . stdout: TRUE [18:23:22.397] | : . signal: TRUE [18:23:22.398] | : . resignal: FALSE [18:23:22.398] | : . force: TRUE [18:23:22.398] | : . relayed: [n=2] TRUE, TRUE [18:23:22.398] | : . queued futures: [n=2] TRUE, TRUE - flush all [18:23:22.398] | : . relayed: [n=2] TRUE, TRUE [18:23:22.398] | : . queued futures: [n=2] TRUE, TRUE [18:23:22.399] | : signalConditionsASAP(NULL, pos=0) ... done [18:23:22.399] | Relaying remaining futures ... done [18:23:22.399] future_mapply() ... done [18:23:22.399] - Number of value chunks collected: 2 [18:23:22.399] Resolving 2 futures (chunks) ... DONE [18:23:22.399] Reducing values from 2 chunks ... [18:23:22.400] - Number of values collected after concatenation: 2 [18:23:22.400] - Number of values expected: 2 [18:23:22.400] 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=217] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_01_18_18_20_17_191' Test time: user.self=2s, sys.self=0.07s, elapsed=9s, user.child=NAs, sys.child=NAs Test 'future.apply-stdout' ... success > > proc.time() user system elapsed 2.32 0.10 9.09