R Under development (unstable) (2025-12-08 r89124 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-stdout.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future.apply:::testme("stdout") Test 'stdout' ... Sourcing 9 prologue scripts ... 01/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/001.load.R' 02/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/002.record-state.R' 03/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/030.imports.R' 04/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/050.utils.R' 05/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/090.context.R' 06/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/090.options.R' 07/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/091.envvars.R' 08/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/099.future-setup.R' 09/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/995.detrius-connections.R' Sourcing 9 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/test-stdout.R' > library(future.apply) Loading required package: future > message("*** future_*apply() and 'future.stdout' ...") *** future_*apply() and 'future.stdout' ... > options(future.debug = TRUE) > truth <- list() > out <- utils::capture.output({ + y <- lapply(1:0, FUN = function(x) { + print(x) + }) + }) > truth[["lapply"]] <- list(value = y, stdout = out) > out <- utils::capture.output({ + y <- mapply(1:0, 0:1, FUN = function(x, y) { + print(list(x = x, y = y)) + }) + }) > truth[["mapply"]] <- list(value = y, stdout = out) > for (cores in 1:availCores) { + message(sprintf(" - Testing with %d cores ...", cores)) + options(mc.cores = cores) + for (strategy in .... [TRUNCATED] - Testing with 1 cores ... * plan('sequential') ... [07:33:29.912] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:29.913] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [07:33:29.913] | : all.equal() for FutureStrategyList ... [07:33:29.913] | : . New stack: [07:33:29.914] | : . List of 1 [07:33:29.914] | : . $ :function (..., envir = parent.frame()) [07:33:29.914] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:29.914] | : . ..- attr(*, "init")= logi TRUE [07:33:29.914] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:29.914] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:29.914] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:29.914] | : . ..- attr(*, "call")= language plan(strategy) [07:33:29.914] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:29.920] | : . Old stack: [07:33:29.920] | : . List of 1 [07:33:29.920] | : . $ :function (..., envir = parent.frame()) [07:33:29.920] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:29.920] | : . ..- attr(*, "init")= logi TRUE [07:33:29.920] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:29.920] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:29.920] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:29.920] | : . ..- attr(*, "call")= language plan(sequential) [07:33:29.920] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:29.923] | : . Not identical [07:33:29.923] | : . all.equal() for future ... [07:33:29.923] | : . ' List of 2 [07:33:29.923] | : . ' $ target :function (..., envir = parent.frame()) [07:33:29.923] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:29.923] | : . ' ..- attr(*, "init")= logi TRUE [07:33:29.923] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:29.923] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:29.923] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:29.923] | : . ' ..- attr(*, "call")= language plan(strategy) [07:33:29.923] | : . ' $ current:function (..., envir = parent.frame()) [07:33:29.923] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:29.923] | : . ' ..- attr(*, "init")= logi TRUE [07:33:29.923] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:29.923] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:29.923] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:29.923] | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:29.929] | : . all.equal() for future ... done [07:33:29.929] | : all.equal() for FutureStrategyList ... done [07:33:29.929] | : plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:29.929] | : List of future strategies: [07:33:29.929] | : 1. sequential: [07:33:29.929] | : - args: function (..., envir = parent.frame(), workers = "") [07:33:29.929] | : - tweaked: FALSE [07:33:29.929] | : - call: plan(sequential) [07:33:29.930] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [07:33:29.930] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... [07:33:29.931] future_lapply() ... [07:33:29.938] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [07:33:29.938] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [07:33:29.939] | future_lapply() -> future_xapply() ... [07:33:29.939] | : nbrOfWorkers(NULL) ... [07:33:29.939] | : . List of 4 [07:33:29.939] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:29.939] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:29.939] | : . $ : language nbrOfWorkers() [07:33:29.939] | : . $ : language nbrOfWorkers.NULL() [07:33:29.943] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:29.943] | : . ' plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [07:33:29.943] | : . ' , function (..., envir = parent.frame()) [07:33:29.943] | : . ' , - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:29.943] | : . ' , - attr(*, "init")= logi TRUE [07:33:29.943] | : . ' , - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:29.943] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:29.943] | : . ' , - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:29.943] | : . ' , - attr(*, "call")= language plan(sequential) [07:33:29.945] | : . ' , init: TRUE [07:33:29.946] | : . ' , makeFutureBackend() ... [07:33:29.946] | : . ' , ; Backend function: <'NULL'> [07:33:29.946] | : . ' , ; Evaluator tweak arguments: [n=0] [07:33:29.946] | : . ' , ; list() [07:33:29.947] | : . ' , ; Evaluator formal arguments: [n=0] [07:33:29.947] | : . ' , ; NULL [07:33:29.947] | : . ' , ; Arguments passed to the future-backend factory: [n=0] [07:33:29.947] | : . ' , ; list() [07:33:29.948] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [07:33:29.948] | : . ' , makeFutureBackend() ... done [07:33:29.948] | : . ' plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [07:33:29.948] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:29.948] | : . Number of workers: 1 [07:33:29.949] | : nbrOfWorkers(NULL) ... done [07:33:29.949] | : Number of chunks: 1 [07:33:29.949] | : getGlobalsAndPackagesXApply() ... [07:33:29.949] | : . future.globals: TRUE [07:33:29.950] | : . getGlobalsAndPackages() ... [07:33:29.950] | : . ' Searching for globals ... [07:33:29.962] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [07:33:29.962] | : . ' Searching for globals ... done [07:33:29.962] | : . ' Resolving globals: FALSE [07:33:29.963] | : . ' Search for packages associated with the globals ... [07:33:29.963] | : . ' , Packages associated with globals: [1] 'base' [07:33:29.964] | : . ' , Packages: [1] 'base' [07:33:29.964] | : . ' Search for packages associated with the globals ... done [07:33:29.964] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [07:33:29.965] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [07:33:29.965] | : . ' Packages after dropping 'base': [0] [07:33:29.965] | : . ' globals: [1] 'FUN' [07:33:29.965] | : . ' packages: [0] [07:33:29.966] | : . getGlobalsAndPackages() ... done [07:33:29.966] | : . globals found/used: [n=1] 'FUN' [07:33:29.966] | : . needed namespaces: [n=0] [07:33:29.966] | : . use_args: TRUE [07:33:29.966] | : . Getting '...' globals ... [07:33:29.967] | : . ' resolve() for FutureGlobals ... [07:33:29.967] | : . ' , recursive: 0 [07:33:29.967] | : . ' , Number of elements: 1 [07:33:29.968] | : . ' , elements: '...' [07:33:29.968] | : . ' , 'obj' is DotDotDotList [07:33:29.968] | : . ' , resolve(obj, ...) ... [07:33:29.968] | : . ' , ; resolve() for DotDotDotList ... [07:33:29.969] | : . ' , ; ` recursive: -1 [07:33:29.969] | : . ' , ; resolve() for DotDotDotList ... done [07:33:29.969] | : . ' , resolve(obj, ...) ... done [07:33:29.969] | : . ' , resolved() ... [07:33:29.969] | : . ' , ; resolved() for DotDotDotList ... [07:33:29.969] | : . ' , ; ` Number of elements: 0 [07:33:29.970] | : . ' , ; ` Number of futures: 0 [07:33:29.970] | : . ' , ; resolved() for DotDotDotList ... done [07:33:29.970] | : . ' , resolved() ... done [07:33:29.970] | : . ' , length: 0 (resolved future 1) [07:33:29.970] | : . ' resolve() for FutureGlobals ... done [07:33:29.971] | : . ' '...' content: [n=0] [07:33:29.971] | : . ' List of 1 [07:33:29.971] | : . ' $ ...: list() [07:33:29.971] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:29.971] | : . ' - attr(*, "where")=List of 1 [07:33:29.971] | : . ' ..$ ...: [07:33:29.971] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:29.971] | : . ' - attr(*, "resolved")= logi TRUE [07:33:29.971] | : . ' - attr(*, "total_size")= num NA [07:33:29.974] | : . Getting '...' globals ... done [07:33:29.974] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [07:33:29.974] | : . List of 2 [07:33:29.974] | : . $ ...future.FUN:function (x) [07:33:29.974] | : . $ ... : list() [07:33:29.974] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:29.974] | : . - attr(*, "where")=List of 2 [07:33:29.974] | : . ..$ ...future.FUN: [07:33:29.974] | : . ..$ ... : [07:33:29.974] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:29.974] | : . - attr(*, "resolved")= logi FALSE [07:33:29.974] | : . - attr(*, "total_size")= num 6008 [07:33:29.977] | : . Packages to be attached in all futures: [n=0] [07:33:29.978] | : getGlobalsAndPackagesXApply() ... done [07:33:29.978] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:29.978] | : List of 5 [07:33:29.978] | : $ ...future.FUN :function (x) [07:33:29.978] | : $ ... : list() [07:33:29.978] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:29.978] | : $ ...future.elements_ii : NULL [07:33:29.978] | : $ ...future.seeds_ii : NULL [07:33:29.978] | : $ ...future.globals.maxSize: NULL [07:33:29.978] | : - attr(*, "where")=List of 5 [07:33:29.978] | : ..$ ...future.FUN : [07:33:29.978] | : ..$ ... : [07:33:29.978] | : ..$ ...future.elements_ii : [07:33:29.978] | : ..$ ...future.seeds_ii : [07:33:29.978] | : ..$ ...future.globals.maxSize: [07:33:29.978] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:29.978] | : - attr(*, "resolved")= logi FALSE [07:33:29.978] | : - attr(*, "total_size")= num 6008 [07:33:30.005] | : Number of futures (= number of chunks): 1 [07:33:30.005] | : Launching 1 futures (chunks) ... [07:33:30.005] | : Chunk #1 of 1 ... [07:33:30.006] | : - Finding globals in 'X' for chunk #1 ... [07:33:30.006] | : getGlobalsAndPackages() ... [07:33:30.006] | : . Searching for globals ... [07:33:30.007] | : . ' globals found: [0] [07:33:30.007] | : . Searching for globals ... done [07:33:30.007] | : . globals: [0] [07:33:30.007] | : . packages: [0] [07:33:30.007] | : getGlobalsAndPackages() ... done [07:33:30.008] | : + additional globals found: [n=0] [07:33:30.008] | : + additional namespaces needed: [n=0] [07:33:30.008] | : - Finding globals in 'X' for chunk #1 ... DONE [07:33:30.008] | : - seeds: [07:33:30.008] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:30.009] | : future(..., label = 'future_lapply-1') ... [07:33:30.009] | : . lazy: FALSE [07:33:30.009] | : . stdout: FALSE [07:33:30.009] | : . conditions: [n=1] 'condition' [07:33:30.009] | : . gc: FALSE [07:33:30.009] | : . earlySignal: FALSE [07:33:30.009] | : . getGlobalsAndPackages() ... [07:33:30.010] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:30.010] | : . ' Resolving globals: FALSE [07:33:30.010] | : . ' Tweak future expression to call with '...' arguments ... [07:33:30.010] | : . ' , { [07:33:30.010] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:30.010] | : . ' , "# expression in do.call(), because function called uses '...' " [07:33:30.010] | : . ' , "# as a global variable " [07:33:30.010] | : . ' , do.call(function(...) { [07:33:30.010] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:30.010] | : . ' , "# without having an '...' argument. This means '...' is treated" [07:33:30.010] | : . ' , "# as a global variable. This may happen when FUN() is an " [07:33:30.010] | : . ' , "# anonymous function. " [07:33:30.010] | : . ' , "# " [07:33:30.010] | : . ' , "# If an anonymous function, we will make sure to restore the " [07:33:30.010] | : . ' , "# function environment of FUN() to the calling environment. " [07:33:30.010] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [07:33:30.010] | : . ' , "# global environment, which is where globals are written. " [07:33:30.010] | : . ' , penv <- env <- environment(...future.FUN) [07:33:30.010] | : . ' , repeat { [07:33:30.010] | : . ' , if (identical(env, globalenv()) || identical(env, [07:33:30.010] | : . ' , emptyenv())) [07:33:30.010] | : . ' , break [07:33:30.010] | : . ' , penv <- env [07:33:30.010] | : . ' , env <- parent.env(env) [07:33:30.010] | : . ' , } [07:33:30.010] | : . ' , if (identical(penv, globalenv())) { [07:33:30.010] | : . ' , environment(...future.FUN) <- environment() [07:33:30.010] | : . ' , } [07:33:30.010] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:30.010] | : . ' , !isNamespace(penv)) { [07:33:30.010] | : . ' , parent.env(penv) <- environment() [07:33:30.010] | : . ' , } [07:33:30.010] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [07:33:30.010] | : . ' , { [07:33:30.010] | : . ' , "# future.apply:::future_xapply(): preserve future option" [07:33:30.010] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:30.010] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:30.010] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:30.010] | : . ' , on.exit(options(oopts), add = TRUE) [07:33:30.010] | : . ' , } [07:33:30.010] | : . ' , { [07:33:30.010] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [07:33:30.010] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:30.010] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:30.010] | : . ' , { [07:33:30.010] | : . ' , ...future.FUN(...future.X_jj, ...) [07:33:30.010] | : . ' , } [07:33:30.010] | : . ' , }) [07:33:30.010] | : . ' , } [07:33:30.010] | : . ' , } [07:33:30.010] | : . ' , }, args = future.call.arguments) [07:33:30.010] | : . ' , } [07:33:30.011] | : . ' Tweak future expression to call with '...' arguments ... done [07:33:30.012] | : . ' Search for packages associated with the globals ... [07:33:30.012] | : . ' , Packages associated with globals: [0] [07:33:30.012] | : . ' , Packages: [0] [07:33:30.012] | : . ' Search for packages associated with the globals ... done [07:33:30.013] | : . ' Packages after dropping 'base': [0] [07:33:30.013] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:30.013] | : . ' packages: [0] [07:33:30.013] | : . getGlobalsAndPackages() ... done [07:33:30.014] | : . run() for 'Future' ('future_lapply-1') ... [07:33:30.014] | : . ' state: 'created' [07:33:30.014] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:30.015] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:30.015] | : . ' Using SequentialFutureBackend ... [07:33:30.015] | : . ' , Number of futures since start: 0 (0 created, 0 launched, 0 finished) [07:33:30.015] | : . ' , Launching futures ... [07:33:30.016] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [07:33:30.016] | : . ' , ; ` getFutureData() ... [07:33:30.016] | : . ' , ; ` | getFutureCore() ... [07:33:30.016] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [07:33:30.016] | : . ' , ; ` | getFutureCore() ... done [07:33:30.017] | : . ' , ; ` | getFutureCapture() ... [07:33:30.017] | : . ' , ; ` | getFutureCapture() ... done [07:33:30.017] | : . ' , ; ` | getFutureContext() ... [07:33:30.017] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:30.017] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [07:33:30.018] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:30.018] | : . ' , ; ` | : Packages needed by future backend (n = 0): [07:33:30.018] | : . ' , ; ` | getFutureContext() ... done [07:33:30.018] | : . ' , ; ` getFutureData() ... done [07:33:30.021] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:30.021] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [07:33:30.022] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:30.022] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:30.022] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:30.023] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [07:33:30.023] | : . ' , ; ` | : . New stack: [07:33:30.023] | : . ' , ; ` | : . List of 1 [07:33:30.023] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:30.023] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:30.023] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [07:33:30.023] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.023] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.023] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.023] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:30.023] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:30.047] | : . ' , ; ` | : . Old stack: [07:33:30.047] | : . ' , ; ` | : . List of 1 [07:33:30.047] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:30.047] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:30.047] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [07:33:30.047] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.047] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.047] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.047] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [07:33:30.047] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:30.047] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.047] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.047] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:30.051] | : . ' , ; ` | : . Not identical [07:33:30.051] | : . ' , ; ` | : . all.equal() for future ... [07:33:30.052] | : . ' , ; ` | : . ' List of 2 [07:33:30.052] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.052] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:30.052] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.052] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:30.052] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:30.052] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.052] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.058] | : . ' , ; ` | : . all.equal() for future ... done [07:33:30.058] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [07:33:30.058] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:30.059] | : . ' , ; ` | : List of future strategies: [07:33:30.059] | : . ' , ; ` | : 1. sequential: [07:33:30.059] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [07:33:30.059] | : . ' , ; ` | : - tweaked: FALSE [07:33:30.059] | : . ' , ; ` | : - call: plan(sequential) [07:33:30.059] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:30.059] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:30.060] | : . ' , ; ` assign_globals() ... [07:33:30.060] | : . ' , ; ` List of 5 [07:33:30.060] | : . ' , ; ` $ ...future.FUN :function (x) [07:33:30.060] | : . ' , ; ` $ future.call.arguments : list() [07:33:30.060] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:30.060] | : . ' , ; ` $ ...future.elements_ii :List of 2 [07:33:30.060] | : . ' , ; ` ..$ : int 1 [07:33:30.060] | : . ' , ; ` ..$ : int 0 [07:33:30.060] | : . ' , ; ` $ ...future.seeds_ii : NULL [07:33:30.060] | : . ' , ; ` $ ...future.globals.maxSize: NULL [07:33:30.060] | : . ' , ; ` - attr(*, "where")=List of 5 [07:33:30.060] | : . ' , ; ` ..$ ...future.FUN : [07:33:30.060] | : . ' , ; ` ..$ future.call.arguments : [07:33:30.060] | : . ' , ; ` ..$ ...future.elements_ii : [07:33:30.060] | : . ' , ; ` ..$ ...future.seeds_ii : [07:33:30.060] | : . ' , ; ` ..$ ...future.globals.maxSize: [07:33:30.060] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [07:33:30.060] | : . ' , ; ` - attr(*, "total_size")= num 6008 [07:33:30.060] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:30.060] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [07:33:30.067] | : . ' , ; ` - copied '...future.FUN' to environment [07:33:30.067] | : . ' , ; ` - copied 'future.call.arguments' to environment [07:33:30.067] | : . ' , ; ` - copied '...future.elements_ii' to environment [07:33:30.067] | : . ' , ; ` - copied '...future.seeds_ii' to environment [07:33:30.067] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [07:33:30.068] | : . ' , ; ` assign_globals() ... done [07:33:30.581] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:30.582] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:30.582] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:30.582] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [07:33:30.582] | : . ' , ; ` | : . ' New stack: [07:33:30.583] | : . ' , ; ` | : . ' List of 1 [07:33:30.583] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:30.583] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:30.583] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:30.583] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.583] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.583] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.583] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:30.583] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:30.583] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.583] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.583] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:30.588] | : . ' , ; ` | : . ' Old stack: [07:33:30.588] | : . ' , ; ` | : . ' List of 1 [07:33:30.588] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:30.588] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:30.588] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:30.588] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.588] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.588] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.588] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:30.588] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:30.588] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.588] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.588] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:30.593] | : . ' , ; ` | : . ' Identical [07:33:30.593] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [07:33:30.594] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:30.594] | : . ' , ; ` | : . List of future strategies: [07:33:30.594] | : . ' , ; ` | : . 1. sequential: [07:33:30.594] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [07:33:30.594] | : . ' , ; ` | : . - tweaked: FALSE [07:33:30.594] | : . ' , ; ` | : . - call: plan(sequential) [07:33:30.594] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:30.595] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:30.595] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:30.600] | : . ' , ; ` SequentialFuture started (and completed) [07:33:30.600] | : . ' , ; ` signalConditions() ... [07:33:30.600] | : . ' , ; ` | include = 'immediateCondition' [07:33:30.601] | : . ' , ; ` | exclude = [07:33:30.601] | : . ' , ; ` | resignal = FALSE [07:33:30.601] | : . ' , ; ` | Number of conditions: 6 [07:33:30.601] | : . ' , ; ` | int 6 [07:33:30.602] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.602] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.602] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.602] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.603] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.603] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.603] | : . ' , ; ` | Drop signaled conditions: 0 [07:33:30.603] | : . ' , ; ` signalConditions() ... done [07:33:30.603] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [07:33:30.604] | : . ' , Launching futures ... done [07:33:30.604] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:30.604] | : . ' Using SequentialFutureBackend ... done [07:33:30.604] | : . run() for 'Future' ('future_lapply-1') ... done [07:33:30.604] | : future(..., label = 'future_lapply-1') ... done [07:33:30.605] | : Created future: [07:33:30.605] | : SequentialFuture: [07:33:30.605] | : Label: 'future_lapply-1' [07:33:30.605] | : Expression: [07:33:30.605] | : { [07:33:30.605] | : "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:30.605] | : "# expression in do.call(), because function called uses '...' " [07:33:30.605] | : "# as a global variable " [07:33:30.605] | : do.call(function(...) { [07:33:30.605] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:30.605] | : "# without having an '...' argument. This means '...' is treated" [07:33:30.605] | : "# as a global variable. This may happen when FUN() is an " [07:33:30.605] | : "# anonymous function. " [07:33:30.605] | : "# " [07:33:30.605] | : "# If an anonymous function, we will make sure to restore the " [07:33:30.605] | : "# function environment of FUN() to the calling environment. " [07:33:30.605] | : "# We assume FUN() an anonymous function if it lives in the " [07:33:30.605] | : "# global environment, which is where globals are written. " [07:33:30.605] | : penv <- env <- environment(...future.FUN) [07:33:30.605] | : repeat { [07:33:30.605] | : if (identical(env, globalenv()) || identical(env, [07:33:30.605] | : emptyenv())) [07:33:30.605] | : break [07:33:30.605] | : penv <- env [07:33:30.605] | : env <- parent.env(env) [07:33:30.605] | : } [07:33:30.605] | : if (identical(penv, globalenv())) { [07:33:30.605] | : environment(...future.FUN) <- environment() [07:33:30.605] | : } [07:33:30.605] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:30.605] | : !isNamespace(penv)) { [07:33:30.605] | : parent.env(penv) <- environment() [07:33:30.605] | : } [07:33:30.605] | : rm(list = c("env", "penv"), inherits = FALSE) [07:33:30.605] | : { [07:33:30.605] | : "# future.apply:::future_xapply(): preserve future option" [07:33:30.605] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:30.605] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:30.605] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:30.605] | : on.exit(options(oopts), add = TRUE) [07:33:30.605] | : } [07:33:30.605] | : { [07:33:30.605] | : "# future.apply::future_lapply(): process chunk of elements" [07:33:30.605] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:30.605] | : ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:30.605] | : { [07:33:30.605] | : ...future.FUN(...future.X_jj, ...) [07:33:30.605] | : } [07:33:30.605] | : }) [07:33:30.605] | : } [07:33:30.605] | : } [07:33:30.605] | : }, args = future.call.arguments) [07:33:30.605] | : } [07:33:30.605] | : Globals: 5 objects totaling 6.13 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 55 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:30.605] | : Packages: [07:33:30.605] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:30.605] | : Capture standard output: FALSE [07:33:30.605] | : Capture condition classes: 'condition' (excluding '') [07:33:30.605] | : Immediate condition classes: 'immediateCondition' [07:33:30.605] | : Lazy evaluation: FALSE [07:33:30.605] | : Local evaluation: TRUE [07:33:30.605] | : Asynchronous evaluation: TRUE [07:33:30.605] | : Early signaling: FALSE [07:33:30.605] | : Environment: R_GlobalEnv [07:33:30.605] | : State: 'finished' [07:33:30.605] | : Resolved: TRUE [07:33:30.605] | : Unique identifier: 9666b1484a0876e33034202448105eaf-1 [07:33:30.605] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:30.605] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:30.605] | : Value: 55 bytes of class 'list' [07:33:30.605] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [07:33:30.605] | : Duration: 0.5610518 secs (started 2025-12-09 07:33:30.019905) [07:33:30.605] | : Worker process: 9666b1484a0876e33034202448105eaf [07:33:30.608] | : Chunk #1 of 1 ... DONE [07:33:30.608] | : Launching 1 futures (chunks) ... DONE [07:33:30.608] | : Resolving 1 futures (chunks) ... [07:33:30.609] | : value() for list ... [07:33:30.609] | : . recursive: 0 [07:33:30.609] | : . reduce: FALSE [07:33:30.610] | : . length: 1 [07:33:30.610] | : . Number of remaining objects: 1 [07:33:30.610] | : . checking value #1: [07:33:30.610] | : . 'obj' is SequentialFuture [07:33:30.610] | : . resolved() ... [07:33:30.611] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... [07:33:30.611] | : . ' , state: 'finished' [07:33:30.611] | : . ' , run: TRUE [07:33:30.611] | : . ' , result: 'FutureResult' [07:33:30.612] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... done [07:33:30.612] | : . resolved() ... done [07:33:30.612] | : . SequentialFuture #1 [07:33:30.612] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:30.612] | : . ' nx: 1 [07:33:30.613] | : . ' relay: TRUE [07:33:30.613] | : . ' stdout: TRUE [07:33:30.613] | : . ' signal: TRUE [07:33:30.613] | : . ' resignal: FALSE [07:33:30.613] | : . ' force: TRUE [07:33:30.613] | : . ' relayed: [n=1] FALSE [07:33:30.614] | : . ' queued futures: [n=1] FALSE [07:33:30.614] | : . ' until=1 [07:33:30.614] | : . ' relaying element #1 [07:33:30.615] | : . ' value() for SequentialFuture ('future_lapply-1') ... [07:33:30.615] | : . ' , signalConditions() ... [07:33:30.615] | : . ' , ; include = 'immediateCondition' [07:33:30.615] | : . ' , ; exclude = [07:33:30.615] | : . ' , ; resignal = FALSE [07:33:30.616] | : . ' , ; Number of conditions: 6 [07:33:30.616] | : . ' , ; int 6 [07:33:30.616] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.617] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.617] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.617] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.617] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.617] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.617] | : . ' , ; Drop signaled conditions: 0 [07:33:30.618] | : . ' , signalConditions() ... done [07:33:30.618] | : . ' , relay stdout ... [07:33:30.618] | : . ' , relay stdout ... done [07:33:30.618] | : . ' , check for misuse ... [07:33:30.618] | : . ' , check for misuse ... done [07:33:30.619] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [07:33:30.619] | : . ' signalConditions() ... [07:33:30.619] | : . ' , include = 'immediateCondition' [07:33:30.619] | : . ' , exclude = [07:33:30.619] | : . ' , resignal = FALSE [07:33:30.620] | : . ' , Number of conditions: 6 [07:33:30.620] | : . ' , int 6 [07:33:30.620] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.620] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.621] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.621] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.621] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.621] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.621] | : . ' , Drop signaled conditions: 0 [07:33:30.622] | : . ' signalConditions() ... done [07:33:30.622] | : . ' signalConditions() ... [07:33:30.622] | : . ' , include = 'condition' [07:33:30.622] | : . ' , exclude = 'error', 'immediateCondition' [07:33:30.622] | : . ' , resignal = TRUE [07:33:30.623] | : . ' , Number of conditions: 6 [07:33:30.623] | : . ' , int 6 [07:33:30.623] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.624] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [07:33:30.020] | : . ' , ; ` attachPackages() ... [07:33:30.624] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.624] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [07:33:30.020] | : . ' , ; ` | packages: [n=1] 'future' [07:33:30.624] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.624] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [07:33:30.020] | : . ' , ; ` attachPackages() ... done [07:33:30.625] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.625] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [07:33:30.020] | : . ' , ; ` attachPackages() ... [07:33:30.625] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.625] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [07:33:30.021] | : . ' , ; ` | packages: [n=0] [07:33:30.626] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:30.626] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [07:33:30.021] | : . ' , ; ` attachPackages() ... done [07:33:30.626] | : . ' , Drop signaled conditions: 6 [07:33:30.626] | : . ' signalConditions() ... done [07:33:30.626] | : . ' relayed: [n=1] TRUE [07:33:30.627] | : . ' queued futures: [n=1] TRUE [07:33:30.627] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:30.627] | : . value(, ...) ... [07:33:30.627] | : . value(, ...) ... done [07:33:30.627] | : . value() for SequentialFuture ('future_lapply-1') ... [07:33:30.627] | : . ' signalConditions() ... [07:33:30.628] | : . ' , include = 'immediateCondition' [07:33:30.628] | : . ' , exclude = [07:33:30.628] | : . ' , resignal = FALSE [07:33:30.628] | : . ' , Number of conditions: 0 [07:33:30.628] | : . ' , int 0 [07:33:30.629] | : . ' signalConditions() ... done [07:33:30.629] | : . ' check for misuse ... [07:33:30.629] | : . ' check for misuse ... done [07:33:30.630] | : . value() for SequentialFuture ('future_lapply-1') ... done [07:33:30.630] | : . value: [07:33:30.630] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:30.630] | : . ' nx: 1 [07:33:30.630] | : . ' relay: TRUE [07:33:30.630] | : . ' stdout: TRUE [07:33:30.631] | : . ' signal: TRUE [07:33:30.631] | : . ' resignal: FALSE [07:33:30.631] | : . ' force: TRUE [07:33:30.631] | : . ' relayed: [n=1] TRUE [07:33:30.631] | : . ' queued futures: [n=1] TRUE [07:33:30.632] | : . ' until=1 [07:33:30.632] | : . ' relayed: [n=1] TRUE [07:33:30.632] | : . ' queued futures: [n=1] TRUE [07:33:30.632] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:30.633] | : . resolve() for SequentialFuture ... [07:33:30.633] | : . resolve() for SequentialFuture ... done [07:33:30.633] | : . length: 0 (resolved future 1) [07:33:30.633] | : value() for list ... done [07:33:30.633] | : Relaying remaining futures ... [07:33:30.634] | : . signalConditionsASAP(NULL, pos=0) ... [07:33:30.634] | : . ' nx: 1 [07:33:30.634] | : . ' relay: TRUE [07:33:30.634] | : . ' stdout: TRUE [07:33:30.635] | : . ' signal: TRUE [07:33:30.635] | : . ' resignal: FALSE [07:33:30.635] | : . ' force: TRUE [07:33:30.635] | : . ' relayed: [n=1] TRUE [07:33:30.635] | : . ' queued futures: [n=1] TRUE - flush all [07:33:30.636] | : . ' relayed: [n=1] TRUE [07:33:30.636] | : . ' queued futures: [n=1] TRUE [07:33:30.636] | : . signalConditionsASAP(NULL, pos=0) ... done [07:33:30.636] | : Relaying remaining futures ... done [07:33:30.636] | future_lapply() -> future_xapply() ... done [07:33:30.637] | - Number of value chunks collected: 1 [07:33:30.637] | Resolving 1 futures (chunks) ... DONE [07:33:30.637] | Reducing values from 1 chunks ... [07:33:30.637] | - Number of values collected after concatenation: 2 [07:33:30.637] | - Number of values expected: 2 [07:33:30.638] | Reducing values from 1 chunks ... DONE [07:33:30.638] future_lapply() ... done * future_lapply(x, ..., future.stdout = FALSE) ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... [07:33:30.638] future_lapply() ... [07:33:30.640] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [07:33:30.640] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [07:33:30.640] | future_lapply() -> future_xapply() ... [07:33:30.640] | : nbrOfWorkers(NULL) ... [07:33:30.641] | : . List of 4 [07:33:30.641] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:30.641] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:30.641] | : . $ : language nbrOfWorkers() [07:33:30.641] | : . $ : language nbrOfWorkers.NULL() [07:33:30.643] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:30.643] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:30.643] | : . Number of workers: 1 [07:33:30.643] | : nbrOfWorkers(NULL) ... done [07:33:30.644] | : Number of chunks: 1 [07:33:30.644] | : getGlobalsAndPackagesXApply() ... [07:33:30.644] | : . future.globals: TRUE [07:33:30.644] | : . getGlobalsAndPackages() ... [07:33:30.644] | : . ' Searching for globals ... [07:33:30.655] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [07:33:30.655] | : . ' Searching for globals ... done [07:33:30.655] | : . ' Resolving globals: FALSE [07:33:30.655] | : . ' Search for packages associated with the globals ... [07:33:30.656] | : . ' , Packages associated with globals: [1] 'base' [07:33:30.656] | : . ' , Packages: [1] 'base' [07:33:30.656] | : . ' Search for packages associated with the globals ... done [07:33:30.657] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [07:33:30.657] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [07:33:30.657] | : . ' Packages after dropping 'base': [0] [07:33:30.658] | : . ' globals: [1] 'FUN' [07:33:30.658] | : . ' packages: [0] [07:33:30.658] | : . getGlobalsAndPackages() ... done [07:33:30.658] | : . globals found/used: [n=1] 'FUN' [07:33:30.658] | : . needed namespaces: [n=0] [07:33:30.659] | : . use_args: TRUE [07:33:30.659] | : . Getting '...' globals ... [07:33:30.659] | : . ' resolve() for FutureGlobals ... [07:33:30.659] | : . ' , recursive: 0 [07:33:30.660] | : . ' , Number of elements: 1 [07:33:30.660] | : . ' , elements: '...' [07:33:30.660] | : . ' , 'obj' is DotDotDotList [07:33:30.660] | : . ' , resolve(obj, ...) ... [07:33:30.661] | : . ' , ; resolve() for DotDotDotList ... [07:33:30.661] | : . ' , ; ` recursive: -1 [07:33:30.661] | : . ' , ; resolve() for DotDotDotList ... done [07:33:30.661] | : . ' , resolve(obj, ...) ... done [07:33:30.661] | : . ' , resolved() ... [07:33:30.662] | : . ' , ; resolved() for DotDotDotList ... [07:33:30.662] | : . ' , ; ` Number of elements: 0 [07:33:30.662] | : . ' , ; ` Number of futures: 0 [07:33:30.662] | : . ' , ; resolved() for DotDotDotList ... done [07:33:30.662] | : . ' , resolved() ... done [07:33:30.663] | : . ' , length: 0 (resolved future 1) [07:33:30.663] | : . ' resolve() for FutureGlobals ... done [07:33:30.663] | : . ' '...' content: [n=0] [07:33:30.663] | : . ' List of 1 [07:33:30.663] | : . ' $ ...: list() [07:33:30.663] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:30.663] | : . ' - attr(*, "where")=List of 1 [07:33:30.663] | : . ' ..$ ...: [07:33:30.663] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:30.663] | : . ' - attr(*, "resolved")= logi TRUE [07:33:30.663] | : . ' - attr(*, "total_size")= num NA [07:33:30.667] | : . Getting '...' globals ... done [07:33:30.667] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [07:33:30.667] | : . List of 2 [07:33:30.667] | : . $ ...future.FUN:function (x) [07:33:30.667] | : . $ ... : list() [07:33:30.667] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:30.667] | : . - attr(*, "where")=List of 2 [07:33:30.667] | : . ..$ ...future.FUN: [07:33:30.667] | : . ..$ ... : [07:33:30.667] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:30.667] | : . - attr(*, "resolved")= logi FALSE [07:33:30.667] | : . - attr(*, "total_size")= num 6008 [07:33:30.671] | : . Packages to be attached in all futures: [n=0] [07:33:30.674] | : getGlobalsAndPackagesXApply() ... done [07:33:30.674] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:30.674] | : List of 5 [07:33:30.674] | : $ ...future.FUN :function (x) [07:33:30.674] | : $ ... : list() [07:33:30.674] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:30.674] | : $ ...future.elements_ii : NULL [07:33:30.674] | : $ ...future.seeds_ii : NULL [07:33:30.674] | : $ ...future.globals.maxSize: NULL [07:33:30.674] | : - attr(*, "where")=List of 5 [07:33:30.674] | : ..$ ...future.FUN : [07:33:30.674] | : ..$ ... : [07:33:30.674] | : ..$ ...future.elements_ii : [07:33:30.674] | : ..$ ...future.seeds_ii : [07:33:30.674] | : ..$ ...future.globals.maxSize: [07:33:30.674] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:30.674] | : - attr(*, "resolved")= logi FALSE [07:33:30.674] | : - attr(*, "total_size")= num 6008 [07:33:30.679] | : Number of futures (= number of chunks): 1 [07:33:30.679] | : Launching 1 futures (chunks) ... [07:33:30.680] | : Chunk #1 of 1 ... [07:33:30.680] | : - Finding globals in 'X' for chunk #1 ... [07:33:30.680] | : getGlobalsAndPackages() ... [07:33:30.680] | : . Searching for globals ... [07:33:30.681] | : . ' globals found: [0] [07:33:30.681] | : . Searching for globals ... done [07:33:30.681] | : . globals: [0] [07:33:30.681] | : . packages: [0] [07:33:30.681] | : getGlobalsAndPackages() ... done [07:33:30.681] | : + additional globals found: [n=0] [07:33:30.682] | : + additional namespaces needed: [n=0] [07:33:30.682] | : - Finding globals in 'X' for chunk #1 ... DONE [07:33:30.682] | : - seeds: [07:33:30.682] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:30.682] | : future(..., label = 'future_lapply-1') ... [07:33:30.682] | : . lazy: FALSE [07:33:30.682] | : . stdout: TRUE [07:33:30.683] | : . conditions: [n=1] 'condition' [07:33:30.683] | : . gc: FALSE [07:33:30.683] | : . earlySignal: FALSE [07:33:30.683] | : . getGlobalsAndPackages() ... [07:33:30.683] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:30.683] | : . ' Resolving globals: FALSE [07:33:30.684] | : . ' Tweak future expression to call with '...' arguments ... [07:33:30.684] | : . ' , { [07:33:30.684] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:30.684] | : . ' , "# expression in do.call(), because function called uses '...' " [07:33:30.684] | : . ' , "# as a global variable " [07:33:30.684] | : . ' , do.call(function(...) { [07:33:30.684] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:30.684] | : . ' , "# without having an '...' argument. This means '...' is treated" [07:33:30.684] | : . ' , "# as a global variable. This may happen when FUN() is an " [07:33:30.684] | : . ' , "# anonymous function. " [07:33:30.684] | : . ' , "# " [07:33:30.684] | : . ' , "# If an anonymous function, we will make sure to restore the " [07:33:30.684] | : . ' , "# function environment of FUN() to the calling environment. " [07:33:30.684] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [07:33:30.684] | : . ' , "# global environment, which is where globals are written. " [07:33:30.684] | : . ' , penv <- env <- environment(...future.FUN) [07:33:30.684] | : . ' , repeat { [07:33:30.684] | : . ' , if (identical(env, globalenv()) || identical(env, [07:33:30.684] | : . ' , emptyenv())) [07:33:30.684] | : . ' , break [07:33:30.684] | : . ' , penv <- env [07:33:30.684] | : . ' , env <- parent.env(env) [07:33:30.684] | : . ' , } [07:33:30.684] | : . ' , if (identical(penv, globalenv())) { [07:33:30.684] | : . ' , environment(...future.FUN) <- environment() [07:33:30.684] | : . ' , } [07:33:30.684] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:30.684] | : . ' , !isNamespace(penv)) { [07:33:30.684] | : . ' , parent.env(penv) <- environment() [07:33:30.684] | : . ' , } [07:33:30.684] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [07:33:30.684] | : . ' , { [07:33:30.684] | : . ' , "# future.apply:::future_xapply(): preserve future option" [07:33:30.684] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:30.684] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:30.684] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:30.684] | : . ' , on.exit(options(oopts), add = TRUE) [07:33:30.684] | : . ' , } [07:33:30.684] | : . ' , { [07:33:30.684] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [07:33:30.684] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:30.684] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:30.684] | : . ' , { [07:33:30.684] | : . ' , ...future.FUN(...future.X_jj, ...) [07:33:30.684] | : . ' , } [07:33:30.684] | : . ' , }) [07:33:30.684] | : . ' , } [07:33:30.684] | : . ' , } [07:33:30.684] | : . ' , }, args = future.call.arguments) [07:33:30.684] | : . ' , } [07:33:30.685] | : . ' Tweak future expression to call with '...' arguments ... done [07:33:30.685] | : . ' Search for packages associated with the globals ... [07:33:30.685] | : . ' , Packages associated with globals: [0] [07:33:30.686] | : . ' , Packages: [0] [07:33:30.686] | : . ' Search for packages associated with the globals ... done [07:33:30.686] | : . ' Packages after dropping 'base': [0] [07:33:30.686] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:30.687] | : . ' packages: [0] [07:33:30.687] | : . getGlobalsAndPackages() ... done [07:33:30.687] | : . run() for 'Future' ('future_lapply-1') ... [07:33:30.687] | : . ' state: 'created' [07:33:30.687] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:30.688] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:30.688] | : . ' Using SequentialFutureBackend ... [07:33:30.688] | : . ' , Number of futures since start: 1 (1 created, 1 launched, 1 finished) [07:33:30.688] | : . ' , Launching futures ... [07:33:30.688] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [07:33:30.688] | : . ' , ; ` getFutureData() ... [07:33:30.689] | : . ' , ; ` | getFutureCore() ... [07:33:30.689] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [07:33:30.689] | : . ' , ; ` | getFutureCore() ... done [07:33:30.689] | : . ' , ; ` | getFutureCapture() ... [07:33:30.689] | : . ' , ; ` | getFutureCapture() ... done [07:33:30.689] | : . ' , ; ` | getFutureContext() ... [07:33:30.690] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:30.690] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [07:33:30.690] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:30.690] | : . ' , ; ` | : Packages needed by future backend (n = 0): [07:33:30.690] | : . ' , ; ` | getFutureContext() ... done [07:33:30.691] | : . ' , ; ` getFutureData() ... done [07:33:30.692] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:30.693] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [07:33:30.693] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:30.693] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:30.693] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:30.694] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [07:33:30.694] | : . ' , ; ` | : . New stack: [07:33:30.694] | : . ' , ; ` | : . List of 1 [07:33:30.694] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:30.694] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:30.694] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [07:33:30.694] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.694] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.694] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.694] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:30.694] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:30.697] | : . ' , ; ` | : . Old stack: [07:33:30.697] | : . ' , ; ` | : . List of 1 [07:33:30.697] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:30.697] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:30.697] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [07:33:30.697] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.697] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.697] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.697] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [07:33:30.697] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:30.697] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.697] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.697] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:30.701] | : . ' , ; ` | : . Not identical [07:33:30.701] | : . ' , ; ` | : . all.equal() for future ... [07:33:30.701] | : . ' , ; ` | : . ' List of 2 [07:33:30.701] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.701] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:30.701] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.701] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:30.701] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:30.701] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:30.701] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:30.708] | : . ' , ; ` | : . all.equal() for future ... done [07:33:30.708] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [07:33:30.708] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:30.709] | : . ' , ; ` | : List of future strategies: [07:33:30.709] | : . ' , ; ` | : 1. sequential: [07:33:30.709] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [07:33:30.709] | : . ' , ; ` | : - tweaked: FALSE [07:33:30.709] | : . ' , ; ` | : - call: plan(sequential) [07:33:30.709] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:30.709] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:30.710] | : . ' , ; ` assign_globals() ... [07:33:30.710] | : . ' , ; ` List of 5 [07:33:30.710] | : . ' , ; ` $ ...future.FUN :function (x) [07:33:30.710] | : . ' , ; ` $ future.call.arguments : list() [07:33:30.710] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:30.710] | : . ' , ; ` $ ...future.elements_ii :List of 2 [07:33:30.710] | : . ' , ; ` ..$ : int 1 [07:33:30.710] | : . ' , ; ` ..$ : int 0 [07:33:30.710] | : . ' , ; ` $ ...future.seeds_ii : NULL [07:33:30.710] | : . ' , ; ` $ ...future.globals.maxSize: NULL [07:33:30.710] | : . ' , ; ` - attr(*, "where")=List of 5 [07:33:30.710] | : . ' , ; ` ..$ ...future.FUN : [07:33:30.710] | : . ' , ; ` ..$ future.call.arguments : [07:33:30.710] | : . ' , ; ` ..$ ...future.elements_ii : [07:33:30.710] | : . ' , ; ` ..$ ...future.seeds_ii : [07:33:30.710] | : . ' , ; ` ..$ ...future.globals.maxSize: [07:33:30.710] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [07:33:30.710] | : . ' , ; ` - attr(*, "total_size")= num 6008 [07:33:30.710] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:30.710] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [07:33:30.716] | : . ' , ; ` - copied '...future.FUN' to environment [07:33:30.716] | : . ' , ; ` - copied 'future.call.arguments' to environment [07:33:30.716] | : . ' , ; ` - copied '...future.elements_ii' to environment [07:33:30.717] | : . ' , ; ` - copied '...future.seeds_ii' to environment [07:33:30.717] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [07:33:30.717] | : . ' , ; ` assign_globals() ... done [07:33:31.220] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:31.220] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:31.221] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:31.221] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [07:33:31.221] | : . ' , ; ` | : . ' New stack: [07:33:31.221] | : . ' , ; ` | : . ' List of 1 [07:33:31.221] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:31.221] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.221] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:31.221] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.221] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.221] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.221] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:31.221] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:31.221] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.221] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.221] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:31.225] | : . ' , ; ` | : . ' Old stack: [07:33:31.225] | : . ' , ; ` | : . ' List of 1 [07:33:31.225] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:31.225] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.225] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:31.225] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.225] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.225] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.225] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:31.225] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:31.225] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.225] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.225] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:31.229] | : . ' , ; ` | : . ' Identical [07:33:31.229] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [07:33:31.229] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:31.230] | : . ' , ; ` | : . List of future strategies: [07:33:31.230] | : . ' , ; ` | : . 1. sequential: [07:33:31.230] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [07:33:31.230] | : . ' , ; ` | : . - tweaked: FALSE [07:33:31.230] | : . ' , ; ` | : . - call: plan(sequential) [07:33:31.230] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:31.230] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:31.230] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:31.231] | : . ' , ; ` SequentialFuture started (and completed) [07:33:31.231] | : . ' , ; ` signalConditions() ... [07:33:31.231] | : . ' , ; ` | include = 'immediateCondition' [07:33:31.232] | : . ' , ; ` | exclude = [07:33:31.232] | : . ' , ; ` | resignal = FALSE [07:33:31.232] | : . ' , ; ` | Number of conditions: 6 [07:33:31.232] | : . ' , ; ` | int 6 [07:33:31.233] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.233] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.233] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.233] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.233] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.233] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.234] | : . ' , ; ` | Drop signaled conditions: 0 [07:33:31.234] | : . ' , ; ` signalConditions() ... done [07:33:31.234] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [07:33:31.234] | : . ' , Launching futures ... done [07:33:31.234] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:31.234] | : . ' Using SequentialFutureBackend ... done [07:33:31.235] | : . run() for 'Future' ('future_lapply-1') ... done [07:33:31.235] | : future(..., label = 'future_lapply-1') ... done [07:33:31.235] | : Created future: [07:33:31.235] | : SequentialFuture: [07:33:31.235] | : Label: 'future_lapply-1' [07:33:31.235] | : Expression: [07:33:31.235] | : { [07:33:31.235] | : "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:31.235] | : "# expression in do.call(), because function called uses '...' " [07:33:31.235] | : "# as a global variable " [07:33:31.235] | : do.call(function(...) { [07:33:31.235] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:31.235] | : "# without having an '...' argument. This means '...' is treated" [07:33:31.235] | : "# as a global variable. This may happen when FUN() is an " [07:33:31.235] | : "# anonymous function. " [07:33:31.235] | : "# " [07:33:31.235] | : "# If an anonymous function, we will make sure to restore the " [07:33:31.235] | : "# function environment of FUN() to the calling environment. " [07:33:31.235] | : "# We assume FUN() an anonymous function if it lives in the " [07:33:31.235] | : "# global environment, which is where globals are written. " [07:33:31.235] | : penv <- env <- environment(...future.FUN) [07:33:31.235] | : repeat { [07:33:31.235] | : if (identical(env, globalenv()) || identical(env, [07:33:31.235] | : emptyenv())) [07:33:31.235] | : break [07:33:31.235] | : penv <- env [07:33:31.235] | : env <- parent.env(env) [07:33:31.235] | : } [07:33:31.235] | : if (identical(penv, globalenv())) { [07:33:31.235] | : environment(...future.FUN) <- environment() [07:33:31.235] | : } [07:33:31.235] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:31.235] | : !isNamespace(penv)) { [07:33:31.235] | : parent.env(penv) <- environment() [07:33:31.235] | : } [07:33:31.235] | : rm(list = c("env", "penv"), inherits = FALSE) [07:33:31.235] | : { [07:33:31.235] | : "# future.apply:::future_xapply(): preserve future option" [07:33:31.235] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:31.235] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:31.235] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:31.235] | : on.exit(options(oopts), add = TRUE) [07:33:31.235] | : } [07:33:31.235] | : { [07:33:31.235] | : "# future.apply::future_lapply(): process chunk of elements" [07:33:31.235] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:31.235] | : ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:31.235] | : { [07:33:31.235] | : ...future.FUN(...future.X_jj, ...) [07:33:31.235] | : } [07:33:31.235] | : }) [07:33:31.235] | : } [07:33:31.235] | : } [07:33:31.235] | : }, args = future.call.arguments) [07:33:31.235] | : } [07:33:31.235] | : Globals: 5 objects totaling 6.13 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 55 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:31.235] | : Packages: [07:33:31.235] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:31.235] | : Capture standard output: TRUE [07:33:31.235] | : Capture condition classes: 'condition' (excluding '') [07:33:31.235] | : Immediate condition classes: 'immediateCondition' [07:33:31.235] | : Lazy evaluation: FALSE [07:33:31.235] | : Local evaluation: TRUE [07:33:31.235] | : Asynchronous evaluation: TRUE [07:33:31.235] | : Early signaling: FALSE [07:33:31.235] | : Environment: R_GlobalEnv [07:33:31.235] | : State: 'finished' [07:33:31.235] | : Resolved: TRUE [07:33:31.235] | : Unique identifier: 9666b1484a0876e33034202448105eaf-2 [07:33:31.235] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:31.235] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:31.235] | : Value: 55 bytes of class 'list' [07:33:31.235] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [07:33:31.235] | : Duration: 0.5286651 secs (started 2025-12-09 07:33:30.691277) [07:33:31.235] | : Worker process: 9666b1484a0876e33034202448105eaf [07:33:31.237] | : Chunk #1 of 1 ... DONE [07:33:31.237] | : Launching 1 futures (chunks) ... DONE [07:33:31.237] | : Resolving 1 futures (chunks) ... [07:33:31.238] | : value() for list ... [07:33:31.238] | : . recursive: 0 [07:33:31.238] | : . reduce: FALSE [07:33:31.238] | : . length: 1 [07:33:31.238] | : . Number of remaining objects: 1 [07:33:31.239] | : . checking value #1: [07:33:31.239] | : . 'obj' is SequentialFuture [07:33:31.239] | : . resolved() ... [07:33:31.239] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... [07:33:31.239] | : . ' , state: 'finished' [07:33:31.239] | : . ' , run: TRUE [07:33:31.240] | : . ' , result: 'FutureResult' [07:33:31.240] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... done [07:33:31.240] | : . resolved() ... done [07:33:31.240] | : . SequentialFuture #1 [07:33:31.240] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:31.240] | : . ' nx: 1 [07:33:31.240] | : . ' relay: TRUE [07:33:31.241] | : . ' stdout: TRUE [07:33:31.241] | : . ' signal: TRUE [07:33:31.241] | : . ' resignal: FALSE [07:33:31.241] | : . ' force: TRUE [07:33:31.241] | : . ' relayed: [n=1] FALSE [07:33:31.241] | : . ' queued futures: [n=1] FALSE [07:33:31.242] | : . ' until=1 [07:33:31.242] | : . ' relaying element #1 [07:33:31.242] | : . ' value() for SequentialFuture ('future_lapply-1') ... [07:33:31.242] | : . ' , signalConditions() ... [07:33:31.242] | : . ' , ; include = 'immediateCondition' [07:33:31.242] | : . ' , ; exclude = [07:33:31.242] | : . ' , ; resignal = FALSE [07:33:31.243] | : . ' , ; Number of conditions: 6 [07:33:31.243] | : . ' , ; int 6 [07:33:31.243] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.243] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.244] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.244] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.244] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.244] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.244] | : . ' , ; Drop signaled conditions: 0 [07:33:31.244] | : . ' , signalConditions() ... done [07:33:31.245] | : . ' , relay stdout ... [07:33:31.245] | : . ' , relay stdout ... done [07:33:31.245] | : . ' , check for misuse ... [07:33:31.245] | : . ' , check for misuse ... done [07:33:31.245] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [07:33:31.246] | : . ' signalConditions() ... [07:33:31.246] | : . ' , include = 'immediateCondition' [07:33:31.246] | : . ' , exclude = [07:33:31.246] | : . ' , resignal = FALSE [07:33:31.246] | : . ' , Number of conditions: 6 [07:33:31.246] | : . ' , int 6 [07:33:31.247] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.247] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.247] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.247] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.247] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.248] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.248] | : . ' , Drop signaled conditions: 0 [07:33:31.248] | : . ' signalConditions() ... done [07:33:31.248] | : . ' signalConditions() ... [07:33:31.248] | : . ' , include = 'condition' [07:33:31.248] | : . ' , exclude = 'error', 'immediateCondition' [07:33:31.249] | : . ' , resignal = TRUE [07:33:31.249] | : . ' , Number of conditions: 6 [07:33:31.249] | : . ' , int 6 [07:33:31.250] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.250] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [07:33:30.691] | : . ' , ; ` attachPackages() ... [07:33:31.250] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.250] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [07:33:30.691] | : . ' , ; ` | packages: [n=1] 'future' [07:33:31.250] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.251] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [07:33:30.691] | : . ' , ; ` attachPackages() ... done [07:33:31.251] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.251] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [07:33:30.692] | : . ' , ; ` attachPackages() ... [07:33:31.251] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.251] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [07:33:30.692] | : . ' , ; ` | packages: [n=0] [07:33:31.251] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.252] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [07:33:30.692] | : . ' , ; ` attachPackages() ... done [07:33:31.252] | : . ' , Drop signaled conditions: 6 [07:33:31.252] | : . ' signalConditions() ... done [07:33:31.252] | : . ' relayed: [n=1] TRUE [07:33:31.252] | : . ' queued futures: [n=1] TRUE [07:33:31.252] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:31.253] | : . value(, ...) ... [07:33:31.253] | : . value(, ...) ... done [07:33:31.253] | : . value() for SequentialFuture ('future_lapply-1') ... [07:33:31.253] | : . ' signalConditions() ... [07:33:31.253] | : . ' , include = 'immediateCondition' [07:33:31.253] | : . ' , exclude = [07:33:31.254] | : . ' , resignal = FALSE [07:33:31.254] | : . ' , Number of conditions: 0 [07:33:31.254] | : . ' , int 0 [07:33:31.254] | : . ' signalConditions() ... done [07:33:31.255] | : . ' check for misuse ... [07:33:31.255] | : . ' check for misuse ... done [07:33:31.255] | : . value() for SequentialFuture ('future_lapply-1') ... done [07:33:31.255] | : . value: [07:33:31.255] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:31.255] | : . ' nx: 1 [07:33:31.256] | : . ' relay: TRUE [07:33:31.256] | : . ' stdout: TRUE [07:33:31.256] | : . ' signal: TRUE [07:33:31.256] | : . ' resignal: FALSE [07:33:31.256] | : . ' force: TRUE [07:33:31.256] | : . ' relayed: [n=1] TRUE [07:33:31.256] | : . ' queued futures: [n=1] TRUE [07:33:31.257] | : . ' until=1 [07:33:31.257] | : . ' relayed: [n=1] TRUE [07:33:31.257] | : . ' queued futures: [n=1] TRUE [07:33:31.257] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:31.257] | : . resolve() for SequentialFuture ... [07:33:31.257] | : . resolve() for SequentialFuture ... done [07:33:31.258] | : . length: 0 (resolved future 1) [07:33:31.258] | : value() for list ... done [07:33:31.258] | : Relaying remaining futures ... [07:33:31.258] | : . signalConditionsASAP(NULL, pos=0) ... [07:33:31.258] | : . ' nx: 1 [07:33:31.258] | : . ' relay: TRUE [07:33:31.259] | : . ' stdout: TRUE [07:33:31.259] | : . ' signal: TRUE [07:33:31.259] | : . ' resignal: FALSE [07:33:31.259] | : . ' force: TRUE [07:33:31.259] | : . ' relayed: [n=1] TRUE [07:33:31.259] | : . ' queued futures: [n=1] TRUE - flush all [07:33:31.260] | : . ' relayed: [n=1] TRUE [07:33:31.260] | : . ' queued futures: [n=1] TRUE [07:33:31.260] | : . signalConditionsASAP(NULL, pos=0) ... done [07:33:31.260] | : Relaying remaining futures ... done [07:33:31.260] | future_lapply() -> future_xapply() ... done [07:33:31.260] | - Number of value chunks collected: 1 [07:33:31.261] | Resolving 1 futures (chunks) ... DONE [07:33:31.261] | Reducing values from 1 chunks ... [07:33:31.261] | - Number of values collected after concatenation: 2 [07:33:31.261] | - Number of values expected: 2 [07:33:31.261] | Reducing values from 1 chunks ... DONE [07:33:31.261] future_lapply() ... done * future_lapply(x, ..., future.stdout = TRUE) ... DONE * future_lapply(x, ..., future.stdout = NA) ... [07:33:31.262] future_lapply() ... [07:33:31.263] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [07:33:31.263] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [07:33:31.263] | future_lapply() -> future_xapply() ... [07:33:31.263] | : nbrOfWorkers(NULL) ... [07:33:31.264] | : . List of 4 [07:33:31.264] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:31.264] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:31.264] | : . $ : language nbrOfWorkers() [07:33:31.264] | : . $ : language nbrOfWorkers.NULL() [07:33:31.265] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:31.266] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:31.266] | : . Number of workers: 1 [07:33:31.266] | : nbrOfWorkers(NULL) ... done [07:33:31.266] | : Number of chunks: 1 [07:33:31.266] | : getGlobalsAndPackagesXApply() ... [07:33:31.267] | : . future.globals: TRUE [07:33:31.267] | : . getGlobalsAndPackages() ... [07:33:31.267] | : . ' Searching for globals ... [07:33:31.277] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [07:33:31.277] | : . ' Searching for globals ... done [07:33:31.277] | : . ' Resolving globals: FALSE [07:33:31.277] | : . ' Search for packages associated with the globals ... [07:33:31.278] | : . ' , Packages associated with globals: [1] 'base' [07:33:31.278] | : . ' , Packages: [1] 'base' [07:33:31.278] | : . ' Search for packages associated with the globals ... done [07:33:31.279] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [07:33:31.279] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [07:33:31.279] | : . ' Packages after dropping 'base': [0] [07:33:31.279] | : . ' globals: [1] 'FUN' [07:33:31.280] | : . ' packages: [0] [07:33:31.280] | : . getGlobalsAndPackages() ... done [07:33:31.280] | : . globals found/used: [n=1] 'FUN' [07:33:31.280] | : . needed namespaces: [n=0] [07:33:31.280] | : . use_args: TRUE [07:33:31.280] | : . Getting '...' globals ... [07:33:31.281] | : . ' resolve() for FutureGlobals ... [07:33:31.281] | : . ' , recursive: 0 [07:33:31.281] | : . ' , Number of elements: 1 [07:33:31.281] | : . ' , elements: '...' [07:33:31.282] | : . ' , 'obj' is DotDotDotList [07:33:31.282] | : . ' , resolve(obj, ...) ... [07:33:31.282] | : . ' , ; resolve() for DotDotDotList ... [07:33:31.282] | : . ' , ; ` recursive: -1 [07:33:31.282] | : . ' , ; resolve() for DotDotDotList ... done [07:33:31.282] | : . ' , resolve(obj, ...) ... done [07:33:31.283] | : . ' , resolved() ... [07:33:31.283] | : . ' , ; resolved() for DotDotDotList ... [07:33:31.283] | : . ' , ; ` Number of elements: 0 [07:33:31.283] | : . ' , ; ` Number of futures: 0 [07:33:31.283] | : . ' , ; resolved() for DotDotDotList ... done [07:33:31.283] | : . ' , resolved() ... done [07:33:31.284] | : . ' , length: 0 (resolved future 1) [07:33:31.284] | : . ' resolve() for FutureGlobals ... done [07:33:31.284] | : . ' '...' content: [n=0] [07:33:31.284] | : . ' List of 1 [07:33:31.284] | : . ' $ ...: list() [07:33:31.284] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:31.284] | : . ' - attr(*, "where")=List of 1 [07:33:31.284] | : . ' ..$ ...: [07:33:31.284] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:31.284] | : . ' - attr(*, "resolved")= logi TRUE [07:33:31.284] | : . ' - attr(*, "total_size")= num NA [07:33:31.287] | : . Getting '...' globals ... done [07:33:31.287] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [07:33:31.287] | : . List of 2 [07:33:31.287] | : . $ ...future.FUN:function (x) [07:33:31.287] | : . $ ... : list() [07:33:31.287] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:31.287] | : . - attr(*, "where")=List of 2 [07:33:31.287] | : . ..$ ...future.FUN: [07:33:31.287] | : . ..$ ... : [07:33:31.287] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:31.287] | : . - attr(*, "resolved")= logi FALSE [07:33:31.287] | : . - attr(*, "total_size")= num 6008 [07:33:31.291] | : . Packages to be attached in all futures: [n=0] [07:33:31.291] | : getGlobalsAndPackagesXApply() ... done [07:33:31.291] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:31.291] | : List of 5 [07:33:31.291] | : $ ...future.FUN :function (x) [07:33:31.291] | : $ ... : list() [07:33:31.291] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:31.291] | : $ ...future.elements_ii : NULL [07:33:31.291] | : $ ...future.seeds_ii : NULL [07:33:31.291] | : $ ...future.globals.maxSize: NULL [07:33:31.291] | : - attr(*, "where")=List of 5 [07:33:31.291] | : ..$ ...future.FUN : [07:33:31.291] | : ..$ ... : [07:33:31.291] | : ..$ ...future.elements_ii : [07:33:31.291] | : ..$ ...future.seeds_ii : [07:33:31.291] | : ..$ ...future.globals.maxSize: [07:33:31.291] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:31.291] | : - attr(*, "resolved")= logi FALSE [07:33:31.291] | : - attr(*, "total_size")= num 6008 [07:33:31.297] | : Number of futures (= number of chunks): 1 [07:33:31.297] | : Launching 1 futures (chunks) ... [07:33:31.297] | : Chunk #1 of 1 ... [07:33:31.297] | : - Finding globals in 'X' for chunk #1 ... [07:33:31.297] | : getGlobalsAndPackages() ... [07:33:31.298] | : . Searching for globals ... [07:33:31.298] | : . ' globals found: [0] [07:33:31.298] | : . Searching for globals ... done [07:33:31.298] | : . globals: [0] [07:33:31.299] | : . packages: [0] [07:33:31.299] | : getGlobalsAndPackages() ... done [07:33:31.299] | : + additional globals found: [n=0] [07:33:31.299] | : + additional namespaces needed: [n=0] [07:33:31.299] | : - Finding globals in 'X' for chunk #1 ... DONE [07:33:31.299] | : - seeds: [07:33:31.299] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:31.300] | : future(..., label = 'future_lapply-1') ... [07:33:31.300] | : . lazy: FALSE [07:33:31.300] | : . stdout: NA [07:33:31.300] | : . conditions: [n=1] 'condition' [07:33:31.300] | : . gc: FALSE [07:33:31.300] | : . earlySignal: FALSE [07:33:31.301] | : . getGlobalsAndPackages() ... [07:33:31.301] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:31.301] | : . ' Resolving globals: FALSE [07:33:31.301] | : . ' Tweak future expression to call with '...' arguments ... [07:33:31.301] | : . ' , { [07:33:31.301] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:31.301] | : . ' , "# expression in do.call(), because function called uses '...' " [07:33:31.301] | : . ' , "# as a global variable " [07:33:31.301] | : . ' , do.call(function(...) { [07:33:31.301] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:31.301] | : . ' , "# without having an '...' argument. This means '...' is treated" [07:33:31.301] | : . ' , "# as a global variable. This may happen when FUN() is an " [07:33:31.301] | : . ' , "# anonymous function. " [07:33:31.301] | : . ' , "# " [07:33:31.301] | : . ' , "# If an anonymous function, we will make sure to restore the " [07:33:31.301] | : . ' , "# function environment of FUN() to the calling environment. " [07:33:31.301] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [07:33:31.301] | : . ' , "# global environment, which is where globals are written. " [07:33:31.301] | : . ' , penv <- env <- environment(...future.FUN) [07:33:31.301] | : . ' , repeat { [07:33:31.301] | : . ' , if (identical(env, globalenv()) || identical(env, [07:33:31.301] | : . ' , emptyenv())) [07:33:31.301] | : . ' , break [07:33:31.301] | : . ' , penv <- env [07:33:31.301] | : . ' , env <- parent.env(env) [07:33:31.301] | : . ' , } [07:33:31.301] | : . ' , if (identical(penv, globalenv())) { [07:33:31.301] | : . ' , environment(...future.FUN) <- environment() [07:33:31.301] | : . ' , } [07:33:31.301] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:31.301] | : . ' , !isNamespace(penv)) { [07:33:31.301] | : . ' , parent.env(penv) <- environment() [07:33:31.301] | : . ' , } [07:33:31.301] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [07:33:31.301] | : . ' , { [07:33:31.301] | : . ' , "# future.apply:::future_xapply(): preserve future option" [07:33:31.301] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:31.301] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:31.301] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:31.301] | : . ' , on.exit(options(oopts), add = TRUE) [07:33:31.301] | : . ' , } [07:33:31.301] | : . ' , { [07:33:31.301] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [07:33:31.301] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:31.301] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:31.301] | : . ' , { [07:33:31.301] | : . ' , ...future.FUN(...future.X_jj, ...) [07:33:31.301] | : . ' , } [07:33:31.301] | : . ' , }) [07:33:31.301] | : . ' , } [07:33:31.301] | : . ' , } [07:33:31.301] | : . ' , }, args = future.call.arguments) [07:33:31.301] | : . ' , } [07:33:31.302] | : . ' Tweak future expression to call with '...' arguments ... done [07:33:31.303] | : . ' Search for packages associated with the globals ... [07:33:31.303] | : . ' , Packages associated with globals: [0] [07:33:31.303] | : . ' , Packages: [0] [07:33:31.303] | : . ' Search for packages associated with the globals ... done [07:33:31.304] | : . ' Packages after dropping 'base': [0] [07:33:31.304] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:31.304] | : . ' packages: [0] [07:33:31.304] | : . getGlobalsAndPackages() ... done [07:33:31.304] | : . run() for 'Future' ('future_lapply-1') ... [07:33:31.305] | : . ' state: 'created' [07:33:31.305] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:31.305] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:31.305] | : . ' Using SequentialFutureBackend ... [07:33:31.305] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [07:33:31.306] | : . ' , Launching futures ... [07:33:31.306] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [07:33:31.306] | : . ' , ; ` getFutureData() ... [07:33:31.306] | : . ' , ; ` | getFutureCore() ... [07:33:31.306] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [07:33:31.306] | : . ' , ; ` | getFutureCore() ... done [07:33:31.307] | : . ' , ; ` | getFutureCapture() ... [07:33:31.307] | : . ' , ; ` | getFutureCapture() ... done [07:33:31.307] | : . ' , ; ` | getFutureContext() ... [07:33:31.307] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:31.307] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [07:33:31.307] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:31.308] | : . ' , ; ` | : Packages needed by future backend (n = 0): [07:33:31.308] | : . ' , ; ` | getFutureContext() ... done [07:33:31.308] | : . ' , ; ` getFutureData() ... done [07:33:31.310] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:31.310] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [07:33:31.310] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:31.310] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:31.311] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:31.311] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [07:33:31.311] | : . ' , ; ` | : . New stack: [07:33:31.311] | : . ' , ; ` | : . List of 1 [07:33:31.311] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:31.311] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.311] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [07:33:31.311] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.311] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.311] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.311] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:31.311] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:31.314] | : . ' , ; ` | : . Old stack: [07:33:31.315] | : . ' , ; ` | : . List of 1 [07:33:31.315] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:31.315] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.315] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [07:33:31.315] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.315] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.315] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.315] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [07:33:31.315] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:31.315] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.315] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.315] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:31.318] | : . ' , ; ` | : . Not identical [07:33:31.319] | : . ' , ; ` | : . all.equal() for future ... [07:33:31.319] | : . ' , ; ` | : . ' List of 2 [07:33:31.319] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.319] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:31.319] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.319] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:31.319] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:31.319] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.319] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.325] | : . ' , ; ` | : . all.equal() for future ... done [07:33:31.326] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [07:33:31.326] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:31.326] | : . ' , ; ` | : List of future strategies: [07:33:31.326] | : . ' , ; ` | : 1. sequential: [07:33:31.326] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [07:33:31.326] | : . ' , ; ` | : - tweaked: FALSE [07:33:31.326] | : . ' , ; ` | : - call: plan(sequential) [07:33:31.326] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:31.327] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:31.327] | : . ' , ; ` assign_globals() ... [07:33:31.327] | : . ' , ; ` List of 5 [07:33:31.327] | : . ' , ; ` $ ...future.FUN :function (x) [07:33:31.327] | : . ' , ; ` $ future.call.arguments : list() [07:33:31.327] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:31.327] | : . ' , ; ` $ ...future.elements_ii :List of 2 [07:33:31.327] | : . ' , ; ` ..$ : int 1 [07:33:31.327] | : . ' , ; ` ..$ : int 0 [07:33:31.327] | : . ' , ; ` $ ...future.seeds_ii : NULL [07:33:31.327] | : . ' , ; ` $ ...future.globals.maxSize: NULL [07:33:31.327] | : . ' , ; ` - attr(*, "where")=List of 5 [07:33:31.327] | : . ' , ; ` ..$ ...future.FUN : [07:33:31.327] | : . ' , ; ` ..$ future.call.arguments : [07:33:31.327] | : . ' , ; ` ..$ ...future.elements_ii : [07:33:31.327] | : . ' , ; ` ..$ ...future.seeds_ii : [07:33:31.327] | : . ' , ; ` ..$ ...future.globals.maxSize: [07:33:31.327] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [07:33:31.327] | : . ' , ; ` - attr(*, "total_size")= num 6008 [07:33:31.327] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:31.327] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [07:33:31.333] | : . ' , ; ` - copied '...future.FUN' to environment [07:33:31.334] | : . ' , ; ` - copied 'future.call.arguments' to environment [07:33:31.334] | : . ' , ; ` - copied '...future.elements_ii' to environment [07:33:31.334] | : . ' , ; ` - copied '...future.seeds_ii' to environment [07:33:31.334] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [07:33:31.334] | : . ' , ; ` assign_globals() ... done [07:33:31.845] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:31.845] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:31.846] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:31.846] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [07:33:31.846] | : . ' , ; ` | : . ' New stack: [07:33:31.846] | : . ' , ; ` | : . ' List of 1 [07:33:31.846] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:31.846] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.846] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:31.846] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.846] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.846] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.846] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:31.846] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:31.846] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.846] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.846] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:31.850] | : . ' , ; ` | : . ' Old stack: [07:33:31.850] | : . ' , ; ` | : . ' List of 1 [07:33:31.850] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:31.850] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.850] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:31.850] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.850] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.850] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.850] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:31.850] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:31.850] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.850] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.850] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:31.854] | : . ' , ; ` | : . ' Identical [07:33:31.854] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [07:33:31.855] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:31.855] | : . ' , ; ` | : . List of future strategies: [07:33:31.855] | : . ' , ; ` | : . 1. sequential: [07:33:31.855] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [07:33:31.855] | : . ' , ; ` | : . - tweaked: FALSE [07:33:31.855] | : . ' , ; ` | : . - call: plan(sequential) [07:33:31.855] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:31.856] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:31.856] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:31.856] | : . ' , ; ` SequentialFuture started (and completed) [07:33:31.857] | : . ' , ; ` signalConditions() ... [07:33:31.857] | : . ' , ; ` | include = 'immediateCondition' [07:33:31.857] | : . ' , ; ` | exclude = [07:33:31.857] | : . ' , ; ` | resignal = FALSE [07:33:31.857] | : . ' , ; ` | Number of conditions: 6 [07:33:31.857] | : . ' , ; ` | int 6 [07:33:31.858] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.858] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.858] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.858] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.859] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.859] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.859] | : . ' , ; ` | Drop signaled conditions: 0 [07:33:31.859] | : . ' , ; ` signalConditions() ... done [07:33:31.859] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [07:33:31.859] | : . ' , Launching futures ... done [07:33:31.860] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:31.860] | : . ' Using SequentialFutureBackend ... done [07:33:31.860] | : . run() for 'Future' ('future_lapply-1') ... done [07:33:31.860] | : future(..., label = 'future_lapply-1') ... done [07:33:31.860] | : Created future: [07:33:31.860] | : SequentialFuture: [07:33:31.860] | : Label: 'future_lapply-1' [07:33:31.860] | : Expression: [07:33:31.860] | : { [07:33:31.860] | : "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:31.860] | : "# expression in do.call(), because function called uses '...' " [07:33:31.860] | : "# as a global variable " [07:33:31.860] | : do.call(function(...) { [07:33:31.860] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:31.860] | : "# without having an '...' argument. This means '...' is treated" [07:33:31.860] | : "# as a global variable. This may happen when FUN() is an " [07:33:31.860] | : "# anonymous function. " [07:33:31.860] | : "# " [07:33:31.860] | : "# If an anonymous function, we will make sure to restore the " [07:33:31.860] | : "# function environment of FUN() to the calling environment. " [07:33:31.860] | : "# We assume FUN() an anonymous function if it lives in the " [07:33:31.860] | : "# global environment, which is where globals are written. " [07:33:31.860] | : penv <- env <- environment(...future.FUN) [07:33:31.860] | : repeat { [07:33:31.860] | : if (identical(env, globalenv()) || identical(env, [07:33:31.860] | : emptyenv())) [07:33:31.860] | : break [07:33:31.860] | : penv <- env [07:33:31.860] | : env <- parent.env(env) [07:33:31.860] | : } [07:33:31.860] | : if (identical(penv, globalenv())) { [07:33:31.860] | : environment(...future.FUN) <- environment() [07:33:31.860] | : } [07:33:31.860] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:31.860] | : !isNamespace(penv)) { [07:33:31.860] | : parent.env(penv) <- environment() [07:33:31.860] | : } [07:33:31.860] | : rm(list = c("env", "penv"), inherits = FALSE) [07:33:31.860] | : { [07:33:31.860] | : "# future.apply:::future_xapply(): preserve future option" [07:33:31.860] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:31.860] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:31.860] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:31.860] | : on.exit(options(oopts), add = TRUE) [07:33:31.860] | : } [07:33:31.860] | : { [07:33:31.860] | : "# future.apply::future_lapply(): process chunk of elements" [07:33:31.860] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:31.860] | : ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:31.860] | : { [07:33:31.860] | : ...future.FUN(...future.X_jj, ...) [07:33:31.860] | : } [07:33:31.860] | : }) [07:33:31.860] | : } [07:33:31.860] | : } [07:33:31.860] | : }, args = future.call.arguments) [07:33:31.860] | : } [07:33:31.860] | : Globals: 5 objects totaling 6.13 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 55 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:31.860] | : Packages: [07:33:31.860] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:31.860] | : Capture standard output: NA [07:33:31.860] | : Capture condition classes: 'condition' (excluding '') [07:33:31.860] | : Immediate condition classes: 'immediateCondition' [07:33:31.860] | : Lazy evaluation: FALSE [07:33:31.860] | : Local evaluation: TRUE [07:33:31.860] | : Asynchronous evaluation: TRUE [07:33:31.860] | : Early signaling: FALSE [07:33:31.860] | : Environment: R_GlobalEnv [07:33:31.860] | : State: 'finished' [07:33:31.860] | : Resolved: TRUE [07:33:31.860] | : Unique identifier: 9666b1484a0876e33034202448105eaf-3 [07:33:31.860] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:31.860] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:31.860] | : Value: 55 bytes of class 'list' [07:33:31.860] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [07:33:31.860] | : Duration: 0.5363829 secs (started 2025-12-09 07:33:31.308674) [07:33:31.860] | : Worker process: 9666b1484a0876e33034202448105eaf [07:33:31.863] | : Chunk #1 of 1 ... DONE [07:33:31.863] | : Launching 1 futures (chunks) ... DONE [07:33:31.863] | : Resolving 1 futures (chunks) ... [07:33:31.863] | : value() for list ... [07:33:31.863] | : . recursive: 0 [07:33:31.863] | : . reduce: FALSE [07:33:31.864] | : . length: 1 [07:33:31.864] | : . Number of remaining objects: 1 [07:33:31.864] | : . checking value #1: [07:33:31.864] | : . 'obj' is SequentialFuture [07:33:31.864] | : . resolved() ... [07:33:31.865] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... [07:33:31.865] | : . ' , state: 'finished' [07:33:31.865] | : . ' , run: TRUE [07:33:31.865] | : . ' , result: 'FutureResult' [07:33:31.865] | : . ' resolved() for SequentialFuture ('future_lapply-1') ... done [07:33:31.865] | : . resolved() ... done [07:33:31.865] | : . SequentialFuture #1 [07:33:31.866] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:31.866] | : . ' nx: 1 [07:33:31.866] | : . ' relay: TRUE [07:33:31.866] | : . ' stdout: TRUE [07:33:31.866] | : . ' signal: TRUE [07:33:31.866] | : . ' resignal: FALSE [07:33:31.867] | : . ' force: TRUE [07:33:31.867] | : . ' relayed: [n=1] FALSE [07:33:31.867] | : . ' queued futures: [n=1] FALSE [07:33:31.867] | : . ' until=1 [07:33:31.867] | : . ' relaying element #1 [07:33:31.867] | : . ' value() for SequentialFuture ('future_lapply-1') ... [07:33:31.868] | : . ' , signalConditions() ... [07:33:31.868] | : . ' , ; include = 'immediateCondition' [07:33:31.868] | : . ' , ; exclude = [07:33:31.868] | : . ' , ; resignal = FALSE [07:33:31.868] | : . ' , ; Number of conditions: 6 [07:33:31.868] | : . ' , ; int 6 [07:33:31.869] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.869] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.869] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.869] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.870] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.870] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.870] | : . ' , ; Drop signaled conditions: 0 [07:33:31.870] | : . ' , signalConditions() ... done [07:33:31.870] | : . ' , relay stdout ... [07:33:31.870] | : . ' , relay stdout ... done [07:33:31.871] | : . ' , check for misuse ... [07:33:31.871] | : . ' , check for misuse ... done [07:33:31.871] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [07:33:31.871] | : . ' signalConditions() ... [07:33:31.871] | : . ' , include = 'immediateCondition' [07:33:31.871] | : . ' , exclude = [07:33:31.872] | : . ' , resignal = FALSE [07:33:31.872] | : . ' , Number of conditions: 6 [07:33:31.872] | : . ' , int 6 [07:33:31.872] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.873] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.873] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.873] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.873] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.873] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.873] | : . ' , Drop signaled conditions: 0 [07:33:31.874] | : . ' signalConditions() ... done [07:33:31.874] | : . ' signalConditions() ... [07:33:31.874] | : . ' , include = 'condition' [07:33:31.874] | : . ' , exclude = 'error', 'immediateCondition' [07:33:31.874] | : . ' , resignal = TRUE [07:33:31.874] | : . ' , Number of conditions: 6 [07:33:31.875] | : . ' , int 6 [07:33:31.875] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.875] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [07:33:31.308] | : . ' , ; ` attachPackages() ... [07:33:31.875] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.876] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [07:33:31.308] | : . ' , ; ` | packages: [n=1] 'future' [07:33:31.876] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.876] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [07:33:31.309] | : . ' , ; ` attachPackages() ... done [07:33:31.876] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.876] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [07:33:31.309] | : . ' , ; ` attachPackages() ... [07:33:31.877] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.877] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [07:33:31.309] | : . ' , ; ` | packages: [n=0] [07:33:31.877] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:31.877] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [07:33:31.309] | : . ' , ; ` attachPackages() ... done [07:33:31.877] | : . ' , Drop signaled conditions: 6 [07:33:31.878] | : . ' signalConditions() ... done [07:33:31.878] | : . ' relayed: [n=1] TRUE [07:33:31.878] | : . ' queued futures: [n=1] TRUE [07:33:31.878] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:31.878] | : . value(, ...) ... [07:33:31.878] | : . value(, ...) ... done [07:33:31.879] | : . value() for SequentialFuture ('future_lapply-1') ... [07:33:31.879] | : . ' signalConditions() ... [07:33:31.879] | : . ' , include = 'immediateCondition' [07:33:31.879] | : . ' , exclude = [07:33:31.879] | : . ' , resignal = FALSE [07:33:31.879] | : . ' , Number of conditions: 0 [07:33:31.880] | : . ' , int 0 [07:33:31.880] | : . ' signalConditions() ... done [07:33:31.880] | : . ' check for misuse ... [07:33:31.880] | : . ' check for misuse ... done [07:33:31.881] | : . value() for SequentialFuture ('future_lapply-1') ... done [07:33:31.881] | : . value: [07:33:31.881] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:31.881] | : . ' nx: 1 [07:33:31.881] | : . ' relay: TRUE [07:33:31.881] | : . ' stdout: TRUE [07:33:31.881] | : . ' signal: TRUE [07:33:31.882] | : . ' resignal: FALSE [07:33:31.882] | : . ' force: TRUE [07:33:31.882] | : . ' relayed: [n=1] TRUE [07:33:31.882] | : . ' queued futures: [n=1] TRUE [07:33:31.882] | : . ' until=1 [07:33:31.882] | : . ' relayed: [n=1] TRUE [07:33:31.883] | : . ' queued futures: [n=1] TRUE [07:33:31.883] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:31.883] | : . resolve() for SequentialFuture ... [07:33:31.883] | : . resolve() for SequentialFuture ... done [07:33:31.883] | : . length: 0 (resolved future 1) [07:33:31.883] | : value() for list ... done [07:33:31.884] | : Relaying remaining futures ... [07:33:31.884] | : . signalConditionsASAP(NULL, pos=0) ... [07:33:31.884] | : . ' nx: 1 [07:33:31.884] | : . ' relay: TRUE [07:33:31.884] | : . ' stdout: TRUE [07:33:31.886] | : . ' signal: TRUE [07:33:31.886] | : . ' resignal: FALSE [07:33:31.886] | : . ' force: TRUE [07:33:31.886] | : . ' relayed: [n=1] TRUE [07:33:31.887] | : . ' queued futures: [n=1] TRUE - flush all [07:33:31.887] | : . ' relayed: [n=1] TRUE [07:33:31.887] | : . ' queued futures: [n=1] TRUE [07:33:31.887] | : . signalConditionsASAP(NULL, pos=0) ... done [07:33:31.887] | : Relaying remaining futures ... done [07:33:31.887] | future_lapply() -> future_xapply() ... done [07:33:31.888] | - Number of value chunks collected: 1 [07:33:31.888] | Resolving 1 futures (chunks) ... DONE [07:33:31.888] | Reducing values from 1 chunks ... [07:33:31.888] | - Number of values collected after concatenation: 2 [07:33:31.888] | - Number of values expected: 2 [07:33:31.888] | Reducing values from 1 chunks ... DONE [07:33:31.889] future_lapply() ... done * future_lapply(x, ..., future.stdout = NA) ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... [07:33:31.889] future_mapply() ... [07:33:31.889] | future_mapply() -> future_xapply() ... [07:33:31.890] | : nbrOfWorkers(NULL) ... [07:33:31.890] | : . List of 4 [07:33:31.890] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:31.890] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:31.890] | : . $ : language nbrOfWorkers() [07:33:31.890] | : . $ : language nbrOfWorkers.NULL() [07:33:31.892] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:31.892] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:31.892] | : . Number of workers: 1 [07:33:31.892] | : nbrOfWorkers(NULL) ... done [07:33:31.892] | : Number of chunks: 1 [07:33:31.893] | : getGlobalsAndPackagesXApply() ... [07:33:31.893] | : . future.globals: TRUE [07:33:31.893] | : . getGlobalsAndPackages() ... [07:33:31.893] | : . ' Searching for globals ... [07:33:31.903] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [07:33:31.903] | : . ' Searching for globals ... done [07:33:31.903] | : . ' Resolving globals: FALSE [07:33:31.904] | : . ' Search for packages associated with the globals ... [07:33:31.904] | : . ' , Packages associated with globals: [1] 'base' [07:33:31.904] | : . ' , Packages: [1] 'base' [07:33:31.905] | : . ' Search for packages associated with the globals ... done [07:33:31.905] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [07:33:31.905] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [07:33:31.905] | : . ' Packages after dropping 'base': [0] [07:33:31.906] | : . ' globals: [1] 'FUN' [07:33:31.906] | : . ' packages: [0] [07:33:31.906] | : . getGlobalsAndPackages() ... done [07:33:31.906] | : . globals found/used: [n=1] 'FUN' [07:33:31.906] | : . needed namespaces: [n=0] [07:33:31.907] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [07:33:31.907] | : . List of 2 [07:33:31.907] | : . $ ...future.FUN:function (x, y) [07:33:31.907] | : . $ MoreArgs : NULL [07:33:31.907] | : . - attr(*, "where")=List of 2 [07:33:31.907] | : . ..$ ...future.FUN: [07:33:31.907] | : . ..$ MoreArgs : [07:33:31.907] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:31.907] | : . - attr(*, "resolved")= logi FALSE [07:33:31.907] | : . - attr(*, "total_size")= num NA [07:33:31.910] | : . Packages to be attached in all futures: [n=0] [07:33:31.910] | : getGlobalsAndPackagesXApply() ... done [07:33:31.910] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:31.911] | : List of 5 [07:33:31.911] | : $ ...future.FUN :function (x, y) [07:33:31.911] | : $ MoreArgs : NULL [07:33:31.911] | : $ ...future.elements_ii : NULL [07:33:31.911] | : $ ...future.seeds_ii : NULL [07:33:31.911] | : $ ...future.globals.maxSize: NULL [07:33:31.911] | : - attr(*, "where")=List of 5 [07:33:31.911] | : ..$ ...future.FUN : [07:33:31.911] | : ..$ MoreArgs : [07:33:31.911] | : ..$ ...future.elements_ii : [07:33:31.911] | : ..$ ...future.seeds_ii : [07:33:31.911] | : ..$ ...future.globals.maxSize: [07:33:31.911] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:31.911] | : - attr(*, "resolved")= logi FALSE [07:33:31.911] | : - attr(*, "total_size")= num NA [07:33:31.915] | : Number of futures (= number of chunks): 1 [07:33:31.915] | : Launching 1 futures (chunks) ... [07:33:31.916] | : Chunk #1 of 1 ... [07:33:31.916] | : - Finding globals in '...' for chunk #1 ... [07:33:31.916] | : getGlobalsAndPackages() ... [07:33:31.916] | : . Searching for globals ... [07:33:31.917] | : . ' globals found: [0] [07:33:31.917] | : . Searching for globals ... done [07:33:31.917] | : . globals: [0] [07:33:31.917] | : . packages: [0] [07:33:31.917] | : getGlobalsAndPackages() ... done [07:33:31.918] | : + additional globals found: [n=0] [07:33:31.918] | : + additional namespaces needed: [n=0] [07:33:31.918] | : - Finding globals in '...' for chunk #1 ... DONE [07:33:31.918] | : - seeds: [07:33:31.918] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:31.918] | : future(..., label = 'future_mapply-1') ... [07:33:31.919] | : . lazy: FALSE [07:33:31.919] | : . stdout: FALSE [07:33:31.919] | : . conditions: [n=1] 'condition' [07:33:31.919] | : . gc: FALSE [07:33:31.919] | : . earlySignal: FALSE [07:33:31.919] | : . getGlobalsAndPackages() ... [07:33:31.919] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:31.920] | : . ' Resolving globals: FALSE [07:33:31.920] | : . ' Search for packages associated with the globals ... [07:33:31.920] | : . ' , Packages associated with globals: [0] [07:33:31.921] | : . ' , Packages: [0] [07:33:31.921] | : . ' Search for packages associated with the globals ... done [07:33:31.921] | : . ' Packages after dropping 'base': [0] [07:33:31.921] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:31.921] | : . ' packages: [0] [07:33:31.922] | : . getGlobalsAndPackages() ... done [07:33:31.922] | : . run() for 'Future' ('future_mapply-1') ... [07:33:31.922] | : . ' state: 'created' [07:33:31.922] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:31.922] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:31.923] | : . ' Using SequentialFutureBackend ... [07:33:31.923] | : . ' , Number of futures since start: 3 (3 created, 3 launched, 3 finished) [07:33:31.923] | : . ' , Launching futures ... [07:33:31.923] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [07:33:31.923] | : . ' , ; ` getFutureData() ... [07:33:31.923] | : . ' , ; ` | getFutureCore() ... [07:33:31.924] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [07:33:31.924] | : . ' , ; ` | getFutureCore() ... done [07:33:31.924] | : . ' , ; ` | getFutureCapture() ... [07:33:31.924] | : . ' , ; ` | getFutureCapture() ... done [07:33:31.924] | : . ' , ; ` | getFutureContext() ... [07:33:31.924] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:31.925] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [07:33:31.925] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:31.925] | : . ' , ; ` | : Packages needed by future backend (n = 0): [07:33:31.925] | : . ' , ; ` | getFutureContext() ... done [07:33:31.925] | : . ' , ; ` getFutureData() ... done [07:33:31.927] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:31.927] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [07:33:31.928] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:31.928] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:31.928] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:31.928] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [07:33:31.928] | : . ' , ; ` | : . New stack: [07:33:31.929] | : . ' , ; ` | : . List of 1 [07:33:31.929] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:31.929] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.929] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [07:33:31.929] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.929] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.929] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.929] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:31.929] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:31.932] | : . ' , ; ` | : . Old stack: [07:33:31.932] | : . ' , ; ` | : . List of 1 [07:33:31.932] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:31.932] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.932] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [07:33:31.932] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.932] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.932] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.932] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [07:33:31.932] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:31.932] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.932] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.932] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:31.936] | : . ' , ; ` | : . Not identical [07:33:31.936] | : . ' , ; ` | : . all.equal() for future ... [07:33:31.936] | : . ' , ; ` | : . ' List of 2 [07:33:31.936] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.936] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:31.936] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.936] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:31.936] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:31.936] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:31.936] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:31.943] | : . ' , ; ` | : . all.equal() for future ... done [07:33:31.943] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [07:33:31.943] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:31.943] | : . ' , ; ` | : List of future strategies: [07:33:31.943] | : . ' , ; ` | : 1. sequential: [07:33:31.943] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [07:33:31.943] | : . ' , ; ` | : - tweaked: FALSE [07:33:31.943] | : . ' , ; ` | : - call: plan(sequential) [07:33:31.944] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:31.944] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:31.944] | : . ' , ; ` assign_globals() ... [07:33:31.945] | : . ' , ; ` List of 5 [07:33:31.945] | : . ' , ; ` $ ...future.FUN :function (x, y) [07:33:31.945] | : . ' , ; ` $ MoreArgs : NULL [07:33:31.945] | : . ' , ; ` $ ...future.elements_ii :List of 2 [07:33:31.945] | : . ' , ; ` ..$ :List of 2 [07:33:31.945] | : . ' , ; ` .. ..$ : int 1 [07:33:31.945] | : . ' , ; ` .. ..$ : int 0 [07:33:31.945] | : . ' , ; ` ..$ :List of 2 [07:33:31.945] | : . ' , ; ` .. ..$ : int 0 [07:33:31.945] | : . ' , ; ` .. ..$ : int 1 [07:33:31.945] | : . ' , ; ` $ ...future.seeds_ii : NULL [07:33:31.945] | : . ' , ; ` $ ...future.globals.maxSize: NULL [07:33:31.945] | : . ' , ; ` - attr(*, "where")=List of 5 [07:33:31.945] | : . ' , ; ` ..$ ...future.FUN : [07:33:31.945] | : . ' , ; ` ..$ MoreArgs : [07:33:31.945] | : . ' , ; ` ..$ ...future.elements_ii : [07:33:31.945] | : . ' , ; ` ..$ ...future.seeds_ii : [07:33:31.945] | : . ' , ; ` ..$ ...future.globals.maxSize: [07:33:31.945] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [07:33:31.945] | : . ' , ; ` - attr(*, "total_size")= num NA [07:33:31.945] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:31.945] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [07:33:31.952] | : . ' , ; ` - copied '...future.FUN' to environment [07:33:31.952] | : . ' , ; ` - copied 'MoreArgs' to environment [07:33:31.952] | : . ' , ; ` - copied '...future.elements_ii' to environment [07:33:31.952] | : . ' , ; ` - copied '...future.seeds_ii' to environment [07:33:31.952] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [07:33:31.952] | : . ' , ; ` assign_globals() ... done [07:33:32.470] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:32.471] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:32.471] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:32.471] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [07:33:32.471] | : . ' , ; ` | : . ' New stack: [07:33:32.471] | : . ' , ; ` | : . ' List of 1 [07:33:32.471] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:32.471] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:32.471] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:32.471] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:32.471] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.471] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.471] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:32.471] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:32.471] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:32.471] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.471] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:32.475] | : . ' , ; ` | : . ' Old stack: [07:33:32.475] | : . ' , ; ` | : . ' List of 1 [07:33:32.475] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:32.475] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:32.475] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:32.475] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:32.475] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.475] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.475] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:32.475] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:32.475] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:32.475] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.475] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:32.479] | : . ' , ; ` | : . ' Identical [07:33:32.480] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [07:33:32.480] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:32.480] | : . ' , ; ` | : . List of future strategies: [07:33:32.480] | : . ' , ; ` | : . 1. sequential: [07:33:32.480] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [07:33:32.480] | : . ' , ; ` | : . - tweaked: FALSE [07:33:32.480] | : . ' , ; ` | : . - call: plan(sequential) [07:33:32.480] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:32.481] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:32.481] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:32.481] | : . ' , ; ` SequentialFuture started (and completed) [07:33:32.482] | : . ' , ; ` signalConditions() ... [07:33:32.482] | : . ' , ; ` | include = 'immediateCondition' [07:33:32.482] | : . ' , ; ` | exclude = [07:33:32.482] | : . ' , ; ` | resignal = FALSE [07:33:32.482] | : . ' , ; ` | Number of conditions: 6 [07:33:32.482] | : . ' , ; ` | int 6 [07:33:32.483] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.483] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.483] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.483] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.484] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.484] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.484] | : . ' , ; ` | Drop signaled conditions: 0 [07:33:32.484] | : . ' , ; ` signalConditions() ... done [07:33:32.484] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [07:33:32.485] | : . ' , Launching futures ... done [07:33:32.485] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:32.485] | : . ' Using SequentialFutureBackend ... done [07:33:32.485] | : . run() for 'Future' ('future_mapply-1') ... done [07:33:32.485] | : future(..., label = 'future_mapply-1') ... done [07:33:32.485] | : Created future: [07:33:32.486] | : SequentialFuture: [07:33:32.486] | : Label: 'future_mapply-1' [07:33:32.486] | : Expression: [07:33:32.486] | : { [07:33:32.486] | : "# future.apply:::future_xapply(): preserve future option" [07:33:32.486] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:32.486] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:32.486] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:32.486] | : on.exit(options(oopts), add = TRUE) [07:33:32.486] | : } [07:33:32.486] | : { [07:33:32.486] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [07:33:32.486] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [07:33:32.486] | : do.call(mapply, args = args) [07:33:32.486] | : } [07:33:32.486] | : } [07:33:32.486] | : Globals: 5 objects totaling 6.53 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) [07:33:32.486] | : Packages: [07:33:32.486] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:32.486] | : Capture standard output: FALSE [07:33:32.486] | : Capture condition classes: 'condition' (excluding '') [07:33:32.486] | : Immediate condition classes: 'immediateCondition' [07:33:32.486] | : Lazy evaluation: FALSE [07:33:32.486] | : Local evaluation: TRUE [07:33:32.486] | : Asynchronous evaluation: TRUE [07:33:32.486] | : Early signaling: FALSE [07:33:32.486] | : Environment: R_GlobalEnv [07:33:32.486] | : State: 'finished' [07:33:32.486] | : Resolved: TRUE [07:33:32.486] | : Unique identifier: 9666b1484a0876e33034202448105eaf-4 [07:33:32.486] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:32.486] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:32.486] | : Value: 184 bytes of class 'list' [07:33:32.486] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [07:33:32.486] | : Duration: 0.544004 secs (started 2025-12-09 07:33:31.926081) [07:33:32.486] | : Worker process: 9666b1484a0876e33034202448105eaf [07:33:32.487] | : Chunk #1 of 1 ... DONE [07:33:32.487] | : Launching 1 futures (chunks) ... DONE [07:33:32.488] | : Resolving 1 futures (chunks) ... [07:33:32.488] | : value() for list ... [07:33:32.488] | : . recursive: 0 [07:33:32.488] | : . reduce: FALSE [07:33:32.488] | : . length: 1 [07:33:32.489] | : . Number of remaining objects: 1 [07:33:32.489] | : . checking value #1: [07:33:32.489] | : . 'obj' is SequentialFuture [07:33:32.489] | : . resolved() ... [07:33:32.489] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... [07:33:32.489] | : . ' , state: 'finished' [07:33:32.490] | : . ' , run: TRUE [07:33:32.490] | : . ' , result: 'FutureResult' [07:33:32.490] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... done [07:33:32.490] | : . resolved() ... done [07:33:32.490] | : . SequentialFuture #1 [07:33:32.491] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:32.491] | : . ' nx: 1 [07:33:32.491] | : . ' relay: TRUE [07:33:32.491] | : . ' stdout: TRUE [07:33:32.491] | : . ' signal: TRUE [07:33:32.491] | : . ' resignal: FALSE [07:33:32.492] | : . ' force: TRUE [07:33:32.492] | : . ' relayed: [n=1] FALSE [07:33:32.492] | : . ' queued futures: [n=1] FALSE [07:33:32.492] | : . ' until=1 [07:33:32.492] | : . ' relaying element #1 [07:33:32.492] | : . ' value() for SequentialFuture ('future_mapply-1') ... [07:33:32.493] | : . ' , signalConditions() ... [07:33:32.493] | : . ' , ; include = 'immediateCondition' [07:33:32.493] | : . ' , ; exclude = [07:33:32.493] | : . ' , ; resignal = FALSE [07:33:32.493] | : . ' , ; Number of conditions: 6 [07:33:32.493] | : . ' , ; int 6 [07:33:32.494] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.494] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.494] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.495] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.495] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.495] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.495] | : . ' , ; Drop signaled conditions: 0 [07:33:32.495] | : . ' , signalConditions() ... done [07:33:32.495] | : . ' , relay stdout ... [07:33:32.496] | : . ' , relay stdout ... done [07:33:32.496] | : . ' , check for misuse ... [07:33:32.496] | : . ' , check for misuse ... done [07:33:32.496] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [07:33:32.496] | : . ' signalConditions() ... [07:33:32.497] | : . ' , include = 'immediateCondition' [07:33:32.497] | : . ' , exclude = [07:33:32.499] | : . ' , resignal = FALSE [07:33:32.499] | : . ' , Number of conditions: 6 [07:33:32.499] | : . ' , int 6 [07:33:32.500] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.500] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.500] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.500] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.500] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.501] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.501] | : . ' , Drop signaled conditions: 0 [07:33:32.501] | : . ' signalConditions() ... done [07:33:32.501] | : . ' signalConditions() ... [07:33:32.501] | : . ' , include = 'condition' [07:33:32.502] | : . ' , exclude = 'error', 'immediateCondition' [07:33:32.502] | : . ' , resignal = TRUE [07:33:32.502] | : . ' , Number of conditions: 6 [07:33:32.502] | : . ' , int 6 [07:33:32.503] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.503] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [07:33:31.926] | : . ' , ; ` attachPackages() ... [07:33:32.503] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.503] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [07:33:31.926] | : . ' , ; ` | packages: [n=1] 'future' [07:33:32.503] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.504] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [07:33:31.926] | : . ' , ; ` attachPackages() ... done [07:33:32.504] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.504] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [07:33:31.926] | : . ' , ; ` attachPackages() ... [07:33:32.504] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.504] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [07:33:31.927] | : . ' , ; ` | packages: [n=0] [07:33:32.505] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:32.505] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [07:33:31.927] | : . ' , ; ` attachPackages() ... done [07:33:32.505] | : . ' , Drop signaled conditions: 6 [07:33:32.505] | : . ' signalConditions() ... done [07:33:32.505] | : . ' relayed: [n=1] TRUE [07:33:32.506] | : . ' queued futures: [n=1] TRUE [07:33:32.506] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:32.506] | : . value(, ...) ... [07:33:32.506] | : . value(, ...) ... done [07:33:32.506] | : . value() for SequentialFuture ('future_mapply-1') ... [07:33:32.507] | : . ' signalConditions() ... [07:33:32.507] | : . ' , include = 'immediateCondition' [07:33:32.507] | : . ' , exclude = [07:33:32.507] | : . ' , resignal = FALSE [07:33:32.507] | : . ' , Number of conditions: 0 [07:33:32.507] | : . ' , int 0 [07:33:32.508] | : . ' signalConditions() ... done [07:33:32.508] | : . ' check for misuse ... [07:33:32.508] | : . ' check for misuse ... done [07:33:32.508] | : . value() for SequentialFuture ('future_mapply-1') ... done [07:33:32.509] | : . value: [07:33:32.509] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:32.509] | : . ' nx: 1 [07:33:32.509] | : . ' relay: TRUE [07:33:32.509] | : . ' stdout: TRUE [07:33:32.509] | : . ' signal: TRUE [07:33:32.510] | : . ' resignal: FALSE [07:33:32.510] | : . ' force: TRUE [07:33:32.510] | : . ' relayed: [n=1] TRUE [07:33:32.510] | : . ' queued futures: [n=1] TRUE [07:33:32.510] | : . ' until=1 [07:33:32.510] | : . ' relayed: [n=1] TRUE [07:33:32.511] | : . ' queued futures: [n=1] TRUE [07:33:32.511] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:32.511] | : . resolve() for SequentialFuture ... [07:33:32.511] | : . resolve() for SequentialFuture ... done [07:33:32.511] | : . length: 0 (resolved future 1) [07:33:32.512] | : value() for list ... done [07:33:32.512] | : Relaying remaining futures ... [07:33:32.512] | : . signalConditionsASAP(NULL, pos=0) ... [07:33:32.512] | : . ' nx: 1 [07:33:32.512] | : . ' relay: TRUE [07:33:32.512] | : . ' stdout: TRUE [07:33:32.513] | : . ' signal: TRUE [07:33:32.513] | : . ' resignal: FALSE [07:33:32.513] | : . ' force: TRUE [07:33:32.513] | : . ' relayed: [n=1] TRUE [07:33:32.513] | : . ' queued futures: [n=1] TRUE - flush all [07:33:32.513] | : . ' relayed: [n=1] TRUE [07:33:32.514] | : . ' queued futures: [n=1] TRUE [07:33:32.514] | : . signalConditionsASAP(NULL, pos=0) ... done [07:33:32.514] | : Relaying remaining futures ... done [07:33:32.514] | future_mapply() -> future_xapply() ... done [07:33:32.514] | - Number of value chunks collected: 1 [07:33:32.514] | Resolving 1 futures (chunks) ... DONE [07:33:32.515] | Reducing values from 1 chunks ... [07:33:32.515] | - Number of values collected after concatenation: 2 [07:33:32.515] | - Number of values expected: 2 [07:33:32.515] | Reducing values from 1 chunks ... DONE [07:33:32.515] future_mapply() ... done * future_mapply(x, ..., future.stdout = FALSE) ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... [07:33:32.516] future_mapply() ... [07:33:32.516] | future_mapply() -> future_xapply() ... [07:33:32.516] | : nbrOfWorkers(NULL) ... [07:33:32.517] | : . List of 4 [07:33:32.517] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:32.517] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:32.517] | : . $ : language nbrOfWorkers() [07:33:32.517] | : . $ : language nbrOfWorkers.NULL() [07:33:32.519] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:32.519] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:32.519] | : . Number of workers: 1 [07:33:32.519] | : nbrOfWorkers(NULL) ... done [07:33:32.519] | : Number of chunks: 1 [07:33:32.519] | : getGlobalsAndPackagesXApply() ... [07:33:32.520] | : . future.globals: TRUE [07:33:32.520] | : . getGlobalsAndPackages() ... [07:33:32.520] | : . ' Searching for globals ... [07:33:32.530] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [07:33:32.530] | : . ' Searching for globals ... done [07:33:32.530] | : . ' Resolving globals: FALSE [07:33:32.531] | : . ' Search for packages associated with the globals ... [07:33:32.531] | : . ' , Packages associated with globals: [1] 'base' [07:33:32.531] | : . ' , Packages: [1] 'base' [07:33:32.532] | : . ' Search for packages associated with the globals ... done [07:33:32.532] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [07:33:32.532] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [07:33:32.532] | : . ' Packages after dropping 'base': [0] [07:33:32.533] | : . ' globals: [1] 'FUN' [07:33:32.533] | : . ' packages: [0] [07:33:32.533] | : . getGlobalsAndPackages() ... done [07:33:32.533] | : . globals found/used: [n=1] 'FUN' [07:33:32.533] | : . needed namespaces: [n=0] [07:33:32.534] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [07:33:32.534] | : . List of 2 [07:33:32.534] | : . $ ...future.FUN:function (x, y) [07:33:32.534] | : . $ MoreArgs : NULL [07:33:32.534] | : . - attr(*, "where")=List of 2 [07:33:32.534] | : . ..$ ...future.FUN: [07:33:32.534] | : . ..$ MoreArgs : [07:33:32.534] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:32.534] | : . - attr(*, "resolved")= logi FALSE [07:33:32.534] | : . - attr(*, "total_size")= num NA [07:33:32.537] | : . Packages to be attached in all futures: [n=0] [07:33:32.537] | : getGlobalsAndPackagesXApply() ... done [07:33:32.537] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:32.538] | : List of 5 [07:33:32.538] | : $ ...future.FUN :function (x, y) [07:33:32.538] | : $ MoreArgs : NULL [07:33:32.538] | : $ ...future.elements_ii : NULL [07:33:32.538] | : $ ...future.seeds_ii : NULL [07:33:32.538] | : $ ...future.globals.maxSize: NULL [07:33:32.538] | : - attr(*, "where")=List of 5 [07:33:32.538] | : ..$ ...future.FUN : [07:33:32.538] | : ..$ MoreArgs : [07:33:32.538] | : ..$ ...future.elements_ii : [07:33:32.538] | : ..$ ...future.seeds_ii : [07:33:32.538] | : ..$ ...future.globals.maxSize: [07:33:32.538] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:32.538] | : - attr(*, "resolved")= logi FALSE [07:33:32.538] | : - attr(*, "total_size")= num NA [07:33:32.542] | : Number of futures (= number of chunks): 1 [07:33:32.542] | : Launching 1 futures (chunks) ... [07:33:32.543] | : Chunk #1 of 1 ... [07:33:32.543] | : - Finding globals in '...' for chunk #1 ... [07:33:32.543] | : getGlobalsAndPackages() ... [07:33:32.543] | : . Searching for globals ... [07:33:32.544] | : . ' globals found: [0] [07:33:32.544] | : . Searching for globals ... done [07:33:32.544] | : . globals: [0] [07:33:32.544] | : . packages: [0] [07:33:32.544] | : getGlobalsAndPackages() ... done [07:33:32.545] | : + additional globals found: [n=0] [07:33:32.545] | : + additional namespaces needed: [n=0] [07:33:32.545] | : - Finding globals in '...' for chunk #1 ... DONE [07:33:32.545] | : - seeds: [07:33:32.545] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:32.545] | : future(..., label = 'future_mapply-1') ... [07:33:32.546] | : . lazy: FALSE [07:33:32.546] | : . stdout: TRUE [07:33:32.546] | : . conditions: [n=1] 'condition' [07:33:32.546] | : . gc: FALSE [07:33:32.547] | : . earlySignal: FALSE [07:33:32.547] | : . getGlobalsAndPackages() ... [07:33:32.547] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:32.547] | : . ' Resolving globals: FALSE [07:33:32.547] | : . ' Search for packages associated with the globals ... [07:33:32.547] | : . ' , Packages associated with globals: [0] [07:33:32.548] | : . ' , Packages: [0] [07:33:32.548] | : . ' Search for packages associated with the globals ... done [07:33:32.548] | : . ' Packages after dropping 'base': [0] [07:33:32.548] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:32.549] | : . ' packages: [0] [07:33:32.549] | : . getGlobalsAndPackages() ... done [07:33:32.549] | : . run() for 'Future' ('future_mapply-1') ... [07:33:32.549] | : . ' state: 'created' [07:33:32.549] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:32.550] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:32.550] | : . ' Using SequentialFutureBackend ... [07:33:32.550] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [07:33:32.550] | : . ' , Launching futures ... [07:33:32.550] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [07:33:32.550] | : . ' , ; ` getFutureData() ... [07:33:32.551] | : . ' , ; ` | getFutureCore() ... [07:33:32.551] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [07:33:32.551] | : . ' , ; ` | getFutureCore() ... done [07:33:32.551] | : . ' , ; ` | getFutureCapture() ... [07:33:32.551] | : . ' , ; ` | getFutureCapture() ... done [07:33:32.551] | : . ' , ; ` | getFutureContext() ... [07:33:32.552] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:32.552] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [07:33:32.552] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:32.552] | : . ' , ; ` | : Packages needed by future backend (n = 0): [07:33:32.552] | : . ' , ; ` | getFutureContext() ... done [07:33:32.553] | : . ' , ; ` getFutureData() ... done [07:33:32.554] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:32.555] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [07:33:32.555] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:32.555] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:32.555] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:32.556] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [07:33:32.556] | : . ' , ; ` | : . New stack: [07:33:32.556] | : . ' , ; ` | : . List of 1 [07:33:32.556] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:32.556] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:32.556] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [07:33:32.556] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:32.556] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.556] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.556] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:32.556] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:32.559] | : . ' , ; ` | : . Old stack: [07:33:32.559] | : . ' , ; ` | : . List of 1 [07:33:32.559] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:32.559] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:32.559] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [07:33:32.559] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:32.559] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.559] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.559] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [07:33:32.559] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:32.559] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:32.559] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.559] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:32.563] | : . ' , ; ` | : . Not identical [07:33:32.563] | : . ' , ; ` | : . all.equal() for future ... [07:33:32.563] | : . ' , ; ` | : . ' List of 2 [07:33:32.563] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:32.563] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:32.563] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:32.563] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:32.563] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:32.563] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:32.563] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:32.570] | : . ' , ; ` | : . all.equal() for future ... done [07:33:32.570] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [07:33:32.570] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:32.570] | : . ' , ; ` | : List of future strategies: [07:33:32.570] | : . ' , ; ` | : 1. sequential: [07:33:32.570] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [07:33:32.570] | : . ' , ; ` | : - tweaked: FALSE [07:33:32.570] | : . ' , ; ` | : - call: plan(sequential) [07:33:32.571] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:32.571] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:32.571] | : . ' , ; ` assign_globals() ... [07:33:32.572] | : . ' , ; ` List of 5 [07:33:32.572] | : . ' , ; ` $ ...future.FUN :function (x, y) [07:33:32.572] | : . ' , ; ` $ MoreArgs : NULL [07:33:32.572] | : . ' , ; ` $ ...future.elements_ii :List of 2 [07:33:32.572] | : . ' , ; ` ..$ :List of 2 [07:33:32.572] | : . ' , ; ` .. ..$ : int 1 [07:33:32.572] | : . ' , ; ` .. ..$ : int 0 [07:33:32.572] | : . ' , ; ` ..$ :List of 2 [07:33:32.572] | : . ' , ; ` .. ..$ : int 0 [07:33:32.572] | : . ' , ; ` .. ..$ : int 1 [07:33:32.572] | : . ' , ; ` $ ...future.seeds_ii : NULL [07:33:32.572] | : . ' , ; ` $ ...future.globals.maxSize: NULL [07:33:32.572] | : . ' , ; ` - attr(*, "where")=List of 5 [07:33:32.572] | : . ' , ; ` ..$ ...future.FUN : [07:33:32.572] | : . ' , ; ` ..$ MoreArgs : [07:33:32.572] | : . ' , ; ` ..$ ...future.elements_ii : [07:33:32.572] | : . ' , ; ` ..$ ...future.seeds_ii : [07:33:32.572] | : . ' , ; ` ..$ ...future.globals.maxSize: [07:33:32.572] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [07:33:32.572] | : . ' , ; ` - attr(*, "total_size")= num NA [07:33:32.572] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:32.572] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [07:33:32.579] | : . ' , ; ` - copied '...future.FUN' to environment [07:33:32.579] | : . ' , ; ` - copied 'MoreArgs' to environment [07:33:32.579] | : . ' , ; ` - copied '...future.elements_ii' to environment [07:33:32.579] | : . ' , ; ` - copied '...future.seeds_ii' to environment [07:33:32.579] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [07:33:32.580] | : . ' , ; ` assign_globals() ... done [07:33:33.095] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:33.096] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:33.096] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:33.096] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [07:33:33.096] | : . ' , ; ` | : . ' New stack: [07:33:33.096] | : . ' , ; ` | : . ' List of 1 [07:33:33.096] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:33.096] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:33.096] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:33.096] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.096] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.096] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.096] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:33.096] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:33.096] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.096] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.096] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:33.100] | : . ' , ; ` | : . ' Old stack: [07:33:33.101] | : . ' , ; ` | : . ' List of 1 [07:33:33.101] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:33.101] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:33.101] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:33.101] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.101] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.101] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.101] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:33.101] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:33.101] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.101] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.101] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:33.105] | : . ' , ; ` | : . ' Identical [07:33:33.105] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [07:33:33.105] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:33.105] | : . ' , ; ` | : . List of future strategies: [07:33:33.105] | : . ' , ; ` | : . 1. sequential: [07:33:33.105] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [07:33:33.105] | : . ' , ; ` | : . - tweaked: FALSE [07:33:33.105] | : . ' , ; ` | : . - call: plan(sequential) [07:33:33.106] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:33.106] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:33.106] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:33.107] | : . ' , ; ` SequentialFuture started (and completed) [07:33:33.107] | : . ' , ; ` signalConditions() ... [07:33:33.107] | : . ' , ; ` | include = 'immediateCondition' [07:33:33.107] | : . ' , ; ` | exclude = [07:33:33.107] | : . ' , ; ` | resignal = FALSE [07:33:33.109] | : . ' , ; ` | Number of conditions: 6 [07:33:33.109] | : . ' , ; ` | int 6 [07:33:33.110] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.110] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.110] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.110] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.111] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.111] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.111] | : . ' , ; ` | Drop signaled conditions: 0 [07:33:33.111] | : . ' , ; ` signalConditions() ... done [07:33:33.111] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [07:33:33.111] | : . ' , Launching futures ... done [07:33:33.112] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:33.112] | : . ' Using SequentialFutureBackend ... done [07:33:33.112] | : . run() for 'Future' ('future_mapply-1') ... done [07:33:33.112] | : future(..., label = 'future_mapply-1') ... done [07:33:33.112] | : Created future: [07:33:33.112] | : SequentialFuture: [07:33:33.112] | : Label: 'future_mapply-1' [07:33:33.112] | : Expression: [07:33:33.112] | : { [07:33:33.112] | : "# future.apply:::future_xapply(): preserve future option" [07:33:33.112] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:33.112] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:33.112] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:33.112] | : on.exit(options(oopts), add = TRUE) [07:33:33.112] | : } [07:33:33.112] | : { [07:33:33.112] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [07:33:33.112] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [07:33:33.112] | : do.call(mapply, args = args) [07:33:33.112] | : } [07:33:33.112] | : } [07:33:33.112] | : Globals: 5 objects totaling 6.53 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) [07:33:33.112] | : Packages: [07:33:33.112] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:33.112] | : Capture standard output: TRUE [07:33:33.112] | : Capture condition classes: 'condition' (excluding '') [07:33:33.112] | : Immediate condition classes: 'immediateCondition' [07:33:33.112] | : Lazy evaluation: FALSE [07:33:33.112] | : Local evaluation: TRUE [07:33:33.112] | : Asynchronous evaluation: TRUE [07:33:33.112] | : Early signaling: FALSE [07:33:33.112] | : Environment: R_GlobalEnv [07:33:33.112] | : State: 'finished' [07:33:33.112] | : Resolved: TRUE [07:33:33.112] | : Unique identifier: 9666b1484a0876e33034202448105eaf-5 [07:33:33.112] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:33.112] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:33.112] | : Value: 184 bytes of class 'list' [07:33:33.112] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [07:33:33.112] | : Duration: 0.541913 secs (started 2025-12-09 07:33:32.553269) [07:33:33.112] | : Worker process: 9666b1484a0876e33034202448105eaf [07:33:33.114] | : Chunk #1 of 1 ... DONE [07:33:33.114] | : Launching 1 futures (chunks) ... DONE [07:33:33.114] | : Resolving 1 futures (chunks) ... [07:33:33.114] | : value() for list ... [07:33:33.115] | : . recursive: 0 [07:33:33.115] | : . reduce: FALSE [07:33:33.115] | : . length: 1 [07:33:33.115] | : . Number of remaining objects: 1 [07:33:33.115] | : . checking value #1: [07:33:33.115] | : . 'obj' is SequentialFuture [07:33:33.116] | : . resolved() ... [07:33:33.116] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... [07:33:33.116] | : . ' , state: 'finished' [07:33:33.116] | : . ' , run: TRUE [07:33:33.116] | : . ' , result: 'FutureResult' [07:33:33.116] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... done [07:33:33.117] | : . resolved() ... done [07:33:33.117] | : . SequentialFuture #1 [07:33:33.117] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:33.117] | : . ' nx: 1 [07:33:33.117] | : . ' relay: TRUE [07:33:33.117] | : . ' stdout: TRUE [07:33:33.118] | : . ' signal: TRUE [07:33:33.118] | : . ' resignal: FALSE [07:33:33.118] | : . ' force: TRUE [07:33:33.118] | : . ' relayed: [n=1] FALSE [07:33:33.118] | : . ' queued futures: [n=1] FALSE [07:33:33.118] | : . ' until=1 [07:33:33.118] | : . ' relaying element #1 [07:33:33.119] | : . ' value() for SequentialFuture ('future_mapply-1') ... [07:33:33.119] | : . ' , signalConditions() ... [07:33:33.119] | : . ' , ; include = 'immediateCondition' [07:33:33.119] | : . ' , ; exclude = [07:33:33.119] | : . ' , ; resignal = FALSE [07:33:33.119] | : . ' , ; Number of conditions: 6 [07:33:33.120] | : . ' , ; int 6 [07:33:33.120] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.120] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.121] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.121] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.121] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.121] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.121] | : . ' , ; Drop signaled conditions: 0 [07:33:33.121] | : . ' , signalConditions() ... done [07:33:33.122] | : . ' , relay stdout ... [07:33:33.122] | : . ' , relay stdout ... done [07:33:33.122] | : . ' , check for misuse ... [07:33:33.122] | : . ' , check for misuse ... done [07:33:33.122] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [07:33:33.122] | : . ' signalConditions() ... [07:33:33.123] | : . ' , include = 'immediateCondition' [07:33:33.123] | : . ' , exclude = [07:33:33.123] | : . ' , resignal = FALSE [07:33:33.123] | : . ' , Number of conditions: 6 [07:33:33.123] | : . ' , int 6 [07:33:33.124] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.124] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.124] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.124] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.124] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.125] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.125] | : . ' , Drop signaled conditions: 0 [07:33:33.125] | : . ' signalConditions() ... done [07:33:33.125] | : . ' signalConditions() ... [07:33:33.125] | : . ' , include = 'condition' [07:33:33.125] | : . ' , exclude = 'error', 'immediateCondition' [07:33:33.126] | : . ' , resignal = TRUE [07:33:33.126] | : . ' , Number of conditions: 6 [07:33:33.126] | : . ' , int 6 [07:33:33.126] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.127] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [07:33:32.553] | : . ' , ; ` attachPackages() ... [07:33:33.127] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.127] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [07:33:32.553] | : . ' , ; ` | packages: [n=1] 'future' [07:33:33.127] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.127] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [07:33:32.553] | : . ' , ; ` attachPackages() ... done [07:33:33.128] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.128] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [07:33:32.554] | : . ' , ; ` attachPackages() ... [07:33:33.128] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.128] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [07:33:32.554] | : . ' , ; ` | packages: [n=0] [07:33:33.128] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.128] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [07:33:32.554] | : . ' , ; ` attachPackages() ... done [07:33:33.129] | : . ' , Drop signaled conditions: 6 [07:33:33.129] | : . ' signalConditions() ... done [07:33:33.129] | : . ' relayed: [n=1] TRUE [07:33:33.129] | : . ' queued futures: [n=1] TRUE [07:33:33.129] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:33.129] | : . value(, ...) ... [07:33:33.130] | : . value(, ...) ... done [07:33:33.130] | : . value() for SequentialFuture ('future_mapply-1') ... [07:33:33.130] | : . ' signalConditions() ... [07:33:33.130] | : . ' , include = 'immediateCondition' [07:33:33.130] | : . ' , exclude = [07:33:33.130] | : . ' , resignal = FALSE [07:33:33.131] | : . ' , Number of conditions: 0 [07:33:33.131] | : . ' , int 0 [07:33:33.131] | : . ' signalConditions() ... done [07:33:33.131] | : . ' check for misuse ... [07:33:33.132] | : . ' check for misuse ... done [07:33:33.132] | : . value() for SequentialFuture ('future_mapply-1') ... done [07:33:33.132] | : . value: [07:33:33.132] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:33.132] | : . ' nx: 1 [07:33:33.132] | : . ' relay: TRUE [07:33:33.133] | : . ' stdout: TRUE [07:33:33.133] | : . ' signal: TRUE [07:33:33.133] | : . ' resignal: FALSE [07:33:33.133] | : . ' force: TRUE [07:33:33.133] | : . ' relayed: [n=1] TRUE [07:33:33.133] | : . ' queued futures: [n=1] TRUE [07:33:33.134] | : . ' until=1 [07:33:33.134] | : . ' relayed: [n=1] TRUE [07:33:33.134] | : . ' queued futures: [n=1] TRUE [07:33:33.134] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:33.134] | : . resolve() for SequentialFuture ... [07:33:33.134] | : . resolve() for SequentialFuture ... done [07:33:33.135] | : . length: 0 (resolved future 1) [07:33:33.135] | : value() for list ... done [07:33:33.135] | : Relaying remaining futures ... [07:33:33.135] | : . signalConditionsASAP(NULL, pos=0) ... [07:33:33.135] | : . ' nx: 1 [07:33:33.135] | : . ' relay: TRUE [07:33:33.135] | : . ' stdout: TRUE [07:33:33.136] | : . ' signal: TRUE [07:33:33.136] | : . ' resignal: FALSE [07:33:33.136] | : . ' force: TRUE [07:33:33.136] | : . ' relayed: [n=1] TRUE [07:33:33.136] | : . ' queued futures: [n=1] TRUE - flush all [07:33:33.136] | : . ' relayed: [n=1] TRUE [07:33:33.137] | : . ' queued futures: [n=1] TRUE [07:33:33.137] | : . signalConditionsASAP(NULL, pos=0) ... done [07:33:33.137] | : Relaying remaining futures ... done [07:33:33.137] | future_mapply() -> future_xapply() ... done [07:33:33.137] | - Number of value chunks collected: 1 [07:33:33.137] | Resolving 1 futures (chunks) ... DONE [07:33:33.138] | Reducing values from 1 chunks ... [07:33:33.138] | - Number of values collected after concatenation: 2 [07:33:33.138] | - Number of values expected: 2 [07:33:33.138] | Reducing values from 1 chunks ... DONE [07:33:33.138] future_mapply() ... done * future_mapply(x, ..., future.stdout = TRUE) ... DONE * future_mapply(x, ..., future.stdout = NA) ... [07:33:33.139] future_mapply() ... [07:33:33.139] | future_mapply() -> future_xapply() ... [07:33:33.139] | : nbrOfWorkers(NULL) ... [07:33:33.139] | : . List of 4 [07:33:33.139] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:33.139] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:33.139] | : . $ : language nbrOfWorkers() [07:33:33.139] | : . $ : language nbrOfWorkers.NULL() [07:33:33.141] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:33.142] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:33.142] | : . Number of workers: 1 [07:33:33.142] | : nbrOfWorkers(NULL) ... done [07:33:33.142] | : Number of chunks: 1 [07:33:33.142] | : getGlobalsAndPackagesXApply() ... [07:33:33.142] | : . future.globals: TRUE [07:33:33.143] | : . getGlobalsAndPackages() ... [07:33:33.143] | : . ' Searching for globals ... [07:33:33.153] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [07:33:33.153] | : . ' Searching for globals ... done [07:33:33.153] | : . ' Resolving globals: FALSE [07:33:33.153] | : . ' Search for packages associated with the globals ... [07:33:33.154] | : . ' , Packages associated with globals: [1] 'base' [07:33:33.154] | : . ' , Packages: [1] 'base' [07:33:33.154] | : . ' Search for packages associated with the globals ... done [07:33:33.154] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [07:33:33.155] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [07:33:33.155] | : . ' Packages after dropping 'base': [0] [07:33:33.155] | : . ' globals: [1] 'FUN' [07:33:33.155] | : . ' packages: [0] [07:33:33.156] | : . getGlobalsAndPackages() ... done [07:33:33.156] | : . globals found/used: [n=1] 'FUN' [07:33:33.156] | : . needed namespaces: [n=0] [07:33:33.156] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [07:33:33.156] | : . List of 2 [07:33:33.156] | : . $ ...future.FUN:function (x, y) [07:33:33.156] | : . $ MoreArgs : NULL [07:33:33.156] | : . - attr(*, "where")=List of 2 [07:33:33.156] | : . ..$ ...future.FUN: [07:33:33.156] | : . ..$ MoreArgs : [07:33:33.156] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:33.156] | : . - attr(*, "resolved")= logi FALSE [07:33:33.156] | : . - attr(*, "total_size")= num NA [07:33:33.159] | : . Packages to be attached in all futures: [n=0] [07:33:33.160] | : getGlobalsAndPackagesXApply() ... done [07:33:33.160] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:33.160] | : List of 5 [07:33:33.160] | : $ ...future.FUN :function (x, y) [07:33:33.160] | : $ MoreArgs : NULL [07:33:33.160] | : $ ...future.elements_ii : NULL [07:33:33.160] | : $ ...future.seeds_ii : NULL [07:33:33.160] | : $ ...future.globals.maxSize: NULL [07:33:33.160] | : - attr(*, "where")=List of 5 [07:33:33.160] | : ..$ ...future.FUN : [07:33:33.160] | : ..$ MoreArgs : [07:33:33.160] | : ..$ ...future.elements_ii : [07:33:33.160] | : ..$ ...future.seeds_ii : [07:33:33.160] | : ..$ ...future.globals.maxSize: [07:33:33.160] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:33.160] | : - attr(*, "resolved")= logi FALSE [07:33:33.160] | : - attr(*, "total_size")= num NA [07:33:33.165] | : Number of futures (= number of chunks): 1 [07:33:33.165] | : Launching 1 futures (chunks) ... [07:33:33.165] | : Chunk #1 of 1 ... [07:33:33.165] | : - Finding globals in '...' for chunk #1 ... [07:33:33.166] | : getGlobalsAndPackages() ... [07:33:33.166] | : . Searching for globals ... [07:33:33.166] | : . ' globals found: [0] [07:33:33.167] | : . Searching for globals ... done [07:33:33.167] | : . globals: [0] [07:33:33.167] | : . packages: [0] [07:33:33.167] | : getGlobalsAndPackages() ... done [07:33:33.167] | : + additional globals found: [n=0] [07:33:33.167] | : + additional namespaces needed: [n=0] [07:33:33.167] | : - Finding globals in '...' for chunk #1 ... DONE [07:33:33.168] | : - seeds: [07:33:33.168] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:33.168] | : future(..., label = 'future_mapply-1') ... [07:33:33.168] | : . lazy: FALSE [07:33:33.168] | : . stdout: NA [07:33:33.168] | : . conditions: [n=1] 'condition' [07:33:33.169] | : . gc: FALSE [07:33:33.169] | : . earlySignal: FALSE [07:33:33.169] | : . getGlobalsAndPackages() ... [07:33:33.169] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:33.169] | : . ' Resolving globals: FALSE [07:33:33.169] | : . ' Search for packages associated with the globals ... [07:33:33.170] | : . ' , Packages associated with globals: [0] [07:33:33.170] | : . ' , Packages: [0] [07:33:33.170] | : . ' Search for packages associated with the globals ... done [07:33:33.170] | : . ' Packages after dropping 'base': [0] [07:33:33.171] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:33.171] | : . ' packages: [0] [07:33:33.171] | : . getGlobalsAndPackages() ... done [07:33:33.171] | : . run() for 'Future' ('future_mapply-1') ... [07:33:33.172] | : . ' state: 'created' [07:33:33.172] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:33.172] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:33.172] | : . ' Using SequentialFutureBackend ... [07:33:33.172] | : . ' , Number of futures since start: 5 (5 created, 5 launched, 5 finished) [07:33:33.172] | : . ' , Launching futures ... [07:33:33.173] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [07:33:33.173] | : . ' , ; ` getFutureData() ... [07:33:33.173] | : . ' , ; ` | getFutureCore() ... [07:33:33.173] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [07:33:33.173] | : . ' , ; ` | getFutureCore() ... done [07:33:33.173] | : . ' , ; ` | getFutureCapture() ... [07:33:33.174] | : . ' , ; ` | getFutureCapture() ... done [07:33:33.174] | : . ' , ; ` | getFutureContext() ... [07:33:33.174] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:33.174] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [07:33:33.174] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:33.174] | : . ' , ; ` | : Packages needed by future backend (n = 0): [07:33:33.175] | : . ' , ; ` | getFutureContext() ... done [07:33:33.175] | : . ' , ; ` getFutureData() ... done [07:33:33.177] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:33.177] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [07:33:33.177] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:33.177] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:33.177] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:33.178] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [07:33:33.178] | : . ' , ; ` | : . New stack: [07:33:33.178] | : . ' , ; ` | : . List of 1 [07:33:33.178] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:33.178] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:33.178] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [07:33:33.178] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.178] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.178] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.178] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:33.178] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:33.181] | : . ' , ; ` | : . Old stack: [07:33:33.181] | : . ' , ; ` | : . List of 1 [07:33:33.181] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [07:33:33.181] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:33.181] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [07:33:33.181] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.181] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.181] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.181] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [07:33:33.181] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:33.181] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.181] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.181] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:33.185] | : . ' , ; ` | : . Not identical [07:33:33.186] | : . ' , ; ` | : . all.equal() for future ... [07:33:33.186] | : . ' , ; ` | : . ' List of 2 [07:33:33.186] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.186] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [07:33:33.186] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.186] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:33.186] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:33.186] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.186] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.192] | : . ' , ; ` | : . all.equal() for future ... done [07:33:33.193] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [07:33:33.193] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:33.193] | : . ' , ; ` | : List of future strategies: [07:33:33.193] | : . ' , ; ` | : 1. sequential: [07:33:33.193] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [07:33:33.193] | : . ' , ; ` | : - tweaked: FALSE [07:33:33.193] | : . ' , ; ` | : - call: plan(sequential) [07:33:33.194] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:33.194] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:33.194] | : . ' , ; ` assign_globals() ... [07:33:33.194] | : . ' , ; ` List of 5 [07:33:33.194] | : . ' , ; ` $ ...future.FUN :function (x, y) [07:33:33.194] | : . ' , ; ` $ MoreArgs : NULL [07:33:33.194] | : . ' , ; ` $ ...future.elements_ii :List of 2 [07:33:33.194] | : . ' , ; ` ..$ :List of 2 [07:33:33.194] | : . ' , ; ` .. ..$ : int 1 [07:33:33.194] | : . ' , ; ` .. ..$ : int 0 [07:33:33.194] | : . ' , ; ` ..$ :List of 2 [07:33:33.194] | : . ' , ; ` .. ..$ : int 0 [07:33:33.194] | : . ' , ; ` .. ..$ : int 1 [07:33:33.194] | : . ' , ; ` $ ...future.seeds_ii : NULL [07:33:33.194] | : . ' , ; ` $ ...future.globals.maxSize: NULL [07:33:33.194] | : . ' , ; ` - attr(*, "where")=List of 5 [07:33:33.194] | : . ' , ; ` ..$ ...future.FUN : [07:33:33.194] | : . ' , ; ` ..$ MoreArgs : [07:33:33.194] | : . ' , ; ` ..$ ...future.elements_ii : [07:33:33.194] | : . ' , ; ` ..$ ...future.seeds_ii : [07:33:33.194] | : . ' , ; ` ..$ ...future.globals.maxSize: [07:33:33.194] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [07:33:33.194] | : . ' , ; ` - attr(*, "total_size")= num NA [07:33:33.194] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:33.194] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [07:33:33.201] | : . ' , ; ` - copied '...future.FUN' to environment [07:33:33.201] | : . ' , ; ` - copied 'MoreArgs' to environment [07:33:33.202] | : . ' , ; ` - copied '...future.elements_ii' to environment [07:33:33.202] | : . ' , ; ` - copied '...future.seeds_ii' to environment [07:33:33.202] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [07:33:33.202] | : . ' , ; ` assign_globals() ... done [07:33:33.720] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:33.721] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [07:33:33.721] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [07:33:33.723] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [07:33:33.723] | : . ' , ; ` | : . ' New stack: [07:33:33.723] | : . ' , ; ` | : . ' List of 1 [07:33:33.723] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:33.723] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:33.723] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:33.723] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.723] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.723] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.723] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:33.723] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:33.723] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.723] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.723] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:33.727] | : . ' , ; ` | : . ' Old stack: [07:33:33.727] | : . ' , ; ` | : . ' List of 1 [07:33:33.727] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [07:33:33.727] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:33.727] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [07:33:33.727] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.727] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.727] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.727] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:33.727] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:33.727] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.727] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.727] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:33.731] | : . ' , ; ` | : . ' Identical [07:33:33.731] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [07:33:33.731] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [07:33:33.732] | : . ' , ; ` | : . List of future strategies: [07:33:33.732] | : . ' , ; ` | : . 1. sequential: [07:33:33.732] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [07:33:33.732] | : . ' , ; ` | : . - tweaked: FALSE [07:33:33.732] | : . ' , ; ` | : . - call: plan(sequential) [07:33:33.732] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [07:33:33.732] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:33.733] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [07:33:33.733] | : . ' , ; ` SequentialFuture started (and completed) [07:33:33.733] | : . ' , ; ` signalConditions() ... [07:33:33.734] | : . ' , ; ` | include = 'immediateCondition' [07:33:33.734] | : . ' , ; ` | exclude = [07:33:33.734] | : . ' , ; ` | resignal = FALSE [07:33:33.734] | : . ' , ; ` | Number of conditions: 6 [07:33:33.734] | : . ' , ; ` | int 6 [07:33:33.735] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.735] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.735] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.735] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.735] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.736] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.736] | : . ' , ; ` | Drop signaled conditions: 0 [07:33:33.736] | : . ' , ; ` signalConditions() ... done [07:33:33.736] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [07:33:33.736] | : . ' , Launching futures ... done [07:33:33.736] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:33.737] | : . ' Using SequentialFutureBackend ... done [07:33:33.737] | : . run() for 'Future' ('future_mapply-1') ... done [07:33:33.737] | : future(..., label = 'future_mapply-1') ... done [07:33:33.737] | : Created future: [07:33:33.737] | : SequentialFuture: [07:33:33.737] | : Label: 'future_mapply-1' [07:33:33.737] | : Expression: [07:33:33.737] | : { [07:33:33.737] | : "# future.apply:::future_xapply(): preserve future option" [07:33:33.737] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:33.737] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:33.737] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:33.737] | : on.exit(options(oopts), add = TRUE) [07:33:33.737] | : } [07:33:33.737] | : { [07:33:33.737] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [07:33:33.737] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [07:33:33.737] | : do.call(mapply, args = args) [07:33:33.737] | : } [07:33:33.737] | : } [07:33:33.737] | : Globals: 5 objects totaling 6.53 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) [07:33:33.737] | : Packages: [07:33:33.737] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:33.737] | : Capture standard output: NA [07:33:33.737] | : Capture condition classes: 'condition' (excluding '') [07:33:33.737] | : Immediate condition classes: 'immediateCondition' [07:33:33.737] | : Lazy evaluation: FALSE [07:33:33.737] | : Local evaluation: TRUE [07:33:33.737] | : Asynchronous evaluation: TRUE [07:33:33.737] | : Early signaling: FALSE [07:33:33.737] | : Environment: R_GlobalEnv [07:33:33.737] | : State: 'finished' [07:33:33.737] | : Resolved: TRUE [07:33:33.737] | : Unique identifier: 9666b1484a0876e33034202448105eaf-6 [07:33:33.737] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:33.737] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [07:33:33.737] | : Value: 184 bytes of class 'list' [07:33:33.737] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [07:33:33.737] | : Duration: 0.544728 secs (started 2025-12-09 07:33:33.175555) [07:33:33.737] | : Worker process: 9666b1484a0876e33034202448105eaf [07:33:33.739] | : Chunk #1 of 1 ... DONE [07:33:33.739] | : Launching 1 futures (chunks) ... DONE [07:33:33.739] | : Resolving 1 futures (chunks) ... [07:33:33.739] | : value() for list ... [07:33:33.739] | : . recursive: 0 [07:33:33.740] | : . reduce: FALSE [07:33:33.740] | : . length: 1 [07:33:33.740] | : . Number of remaining objects: 1 [07:33:33.740] | : . checking value #1: [07:33:33.740] | : . 'obj' is SequentialFuture [07:33:33.741] | : . resolved() ... [07:33:33.741] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... [07:33:33.741] | : . ' , state: 'finished' [07:33:33.741] | : . ' , run: TRUE [07:33:33.741] | : . ' , result: 'FutureResult' [07:33:33.741] | : . ' resolved() for SequentialFuture ('future_mapply-1') ... done [07:33:33.742] | : . resolved() ... done [07:33:33.742] | : . SequentialFuture #1 [07:33:33.742] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:33.742] | : . ' nx: 1 [07:33:33.742] | : . ' relay: TRUE [07:33:33.742] | : . ' stdout: TRUE [07:33:33.742] | : . ' signal: TRUE [07:33:33.743] | : . ' resignal: FALSE [07:33:33.743] | : . ' force: TRUE [07:33:33.743] | : . ' relayed: [n=1] FALSE [07:33:33.743] | : . ' queued futures: [n=1] FALSE [07:33:33.743] | : . ' until=1 [07:33:33.743] | : . ' relaying element #1 [07:33:33.744] | : . ' value() for SequentialFuture ('future_mapply-1') ... [07:33:33.744] | : . ' , signalConditions() ... [07:33:33.744] | : . ' , ; include = 'immediateCondition' [07:33:33.744] | : . ' , ; exclude = [07:33:33.744] | : . ' , ; resignal = FALSE [07:33:33.744] | : . ' , ; Number of conditions: 6 [07:33:33.745] | : . ' , ; int 6 [07:33:33.745] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.745] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.745] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.746] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.746] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.746] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.746] | : . ' , ; Drop signaled conditions: 0 [07:33:33.746] | : . ' , signalConditions() ... done [07:33:33.746] | : . ' , relay stdout ... [07:33:33.747] | : . ' , relay stdout ... done [07:33:33.747] | : . ' , check for misuse ... [07:33:33.747] | : . ' , check for misuse ... done [07:33:33.747] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [07:33:33.747] | : . ' signalConditions() ... [07:33:33.747] | : . ' , include = 'immediateCondition' [07:33:33.748] | : . ' , exclude = [07:33:33.748] | : . ' , resignal = FALSE [07:33:33.748] | : . ' , Number of conditions: 6 [07:33:33.748] | : . ' , int 6 [07:33:33.749] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.749] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.749] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.749] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.749] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.750] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.750] | : . ' , Drop signaled conditions: 0 [07:33:33.750] | : . ' signalConditions() ... done [07:33:33.750] | : . ' signalConditions() ... [07:33:33.750] | : . ' , include = 'condition' [07:33:33.750] | : . ' , exclude = 'error', 'immediateCondition' [07:33:33.751] | : . ' , resignal = TRUE [07:33:33.751] | : . ' , Number of conditions: 6 [07:33:33.751] | : . ' , int 6 [07:33:33.751] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.752] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [07:33:33.175] | : . ' , ; ` attachPackages() ... [07:33:33.752] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.752] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [07:33:33.175] | : . ' , ; ` | packages: [n=1] 'future' [07:33:33.752] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.752] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [07:33:33.176] | : . ' , ; ` attachPackages() ... done [07:33:33.753] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.753] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [07:33:33.176] | : . ' , ; ` attachPackages() ... [07:33:33.753] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.753] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [07:33:33.176] | : . ' , ; ` | packages: [n=0] [07:33:33.753] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [07:33:33.754] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [07:33:33.176] | : . ' , ; ` attachPackages() ... done [07:33:33.754] | : . ' , Drop signaled conditions: 6 [07:33:33.754] | : . ' signalConditions() ... done [07:33:33.754] | : . ' relayed: [n=1] TRUE [07:33:33.754] | : . ' queued futures: [n=1] TRUE [07:33:33.754] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:33.755] | : . value(, ...) ... [07:33:33.755] | : . value(, ...) ... done [07:33:33.755] | : . value() for SequentialFuture ('future_mapply-1') ... [07:33:33.755] | : . ' signalConditions() ... [07:33:33.755] | : . ' , include = 'immediateCondition' [07:33:33.755] | : . ' , exclude = [07:33:33.756] | : . ' , resignal = FALSE [07:33:33.756] | : . ' , Number of conditions: 0 [07:33:33.756] | : . ' , int 0 [07:33:33.756] | : . ' signalConditions() ... done [07:33:33.757] | : . ' check for misuse ... [07:33:33.757] | : . ' check for misuse ... done [07:33:33.757] | : . value() for SequentialFuture ('future_mapply-1') ... done [07:33:33.757] | : . value: [07:33:33.757] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [07:33:33.757] | : . ' nx: 1 [07:33:33.758] | : . ' relay: TRUE [07:33:33.758] | : . ' stdout: TRUE [07:33:33.758] | : . ' signal: TRUE [07:33:33.758] | : . ' resignal: FALSE [07:33:33.758] | : . ' force: TRUE [07:33:33.758] | : . ' relayed: [n=1] TRUE [07:33:33.758] | : . ' queued futures: [n=1] TRUE [07:33:33.759] | : . ' until=1 [07:33:33.759] | : . ' relayed: [n=1] TRUE [07:33:33.759] | : . ' queued futures: [n=1] TRUE [07:33:33.759] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [07:33:33.759] | : . resolve() for SequentialFuture ... [07:33:33.759] | : . resolve() for SequentialFuture ... done [07:33:33.760] | : . length: 0 (resolved future 1) [07:33:33.760] | : value() for list ... done [07:33:33.760] | : Relaying remaining futures ... [07:33:33.760] | : . signalConditionsASAP(NULL, pos=0) ... [07:33:33.760] | : . ' nx: 1 [07:33:33.760] | : . ' relay: TRUE [07:33:33.761] | : . ' stdout: TRUE [07:33:33.761] | : . ' signal: TRUE [07:33:33.761] | : . ' resignal: FALSE [07:33:33.761] | : . ' force: TRUE [07:33:33.761] | : . ' relayed: [n=1] TRUE [07:33:33.761] | : . ' queued futures: [n=1] TRUE - flush all [07:33:33.762] | : . ' relayed: [n=1] TRUE [07:33:33.762] | : . ' queued futures: [n=1] TRUE [07:33:33.762] | : . signalConditionsASAP(NULL, pos=0) ... done [07:33:33.762] | : Relaying remaining futures ... done [07:33:33.762] | future_mapply() -> future_xapply() ... done [07:33:33.762] | - Number of value chunks collected: 1 [07:33:33.763] | Resolving 1 futures (chunks) ... DONE [07:33:33.763] | Reducing values from 1 chunks ... [07:33:33.763] | - Number of values collected after concatenation: 2 [07:33:33.763] | - Number of values expected: 2 [07:33:33.763] | Reducing values from 1 chunks ... DONE [07:33:33.763] future_mapply() ... done * future_mapply(x, ..., future.stdout = NA) ... DONE * plan('sequential') ... DONE - Testing with 1 cores ... DONE - Testing with 2 cores ... * plan('multisession') ... [07:33:33.764] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:33.764] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [07:33:33.765] | : all.equal() for FutureStrategyList ... [07:33:33.765] | : . New stack: [07:33:33.765] | : . List of 1 [07:33:33.765] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [07:33:33.765] | : . rscript_libs = .libPaths()) [07:33:33.765] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [07:33:33.765] | : . ..- attr(*, "init")= logi TRUE [07:33:33.765] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [07:33:33.765] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [07:33:33.765] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [07:33:33.765] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [07:33:33.765] | : . ..- attr(*, "untweakable")= chr "persistent" [07:33:33.765] | : . ..- attr(*, "call")= language plan(strategy) [07:33:33.765] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:33.769] | : . Old stack: [07:33:33.769] | : . List of 1 [07:33:33.769] | : . $ :function (..., envir = parent.frame()) [07:33:33.769] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:33.769] | : . ..- attr(*, "init")= chr "done" [07:33:33.769] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.769] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.769] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.769] | : . ..- attr(*, "call")= language plan(sequential) [07:33:33.769] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:33.769] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.769] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.769] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:33.773] | : . Not identical [07:33:33.773] | : . all.equal() for future ... [07:33:33.773] | : . ' List of 2 [07:33:33.773] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [07:33:33.773] | : . ' rscript_libs = .libPaths()) [07:33:33.773] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [07:33:33.773] | : . ' ..- attr(*, "init")= logi TRUE [07:33:33.773] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [07:33:33.773] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [07:33:33.773] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [07:33:33.773] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [07:33:33.773] | : . ' ..- attr(*, "untweakable")= chr "persistent" [07:33:33.773] | : . ' ..- attr(*, "call")= language plan(strategy) [07:33:33.773] | : . ' $ current:function (..., envir = parent.frame()) [07:33:33.773] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [07:33:33.773] | : . ' ..- attr(*, "init")= chr "done" [07:33:33.773] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.773] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.773] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.773] | : . ' ..- attr(*, "call")= language plan(sequential) [07:33:33.773] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [07:33:33.773] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [07:33:33.773] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [07:33:33.779] | : . ' Formals differ [07:33:33.780] | : . all.equal() for future ... done [07:33:33.780] | : . Future strategies differ at level 1 [07:33:33.780] | : all.equal() for FutureStrategyList ... done [07:33:33.780] | : plan(): Setting new future backend stack: [07:33:33.780] | : List of future strategies: [07:33:33.780] | : 1. multisession: [07:33:33.780] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [07:33:33.780] | : - tweaked: FALSE [07:33:33.780] | : - call: plan(strategy) [07:33:33.781] | : List of 1 [07:33:33.781] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [07:33:33.781] | : rscript_libs = .libPaths()) [07:33:33.781] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [07:33:33.781] | : ..- attr(*, "init")= logi TRUE [07:33:33.781] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [07:33:33.781] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [07:33:33.781] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [07:33:33.781] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [07:33:33.781] | : ..- attr(*, "untweakable")= chr "persistent" [07:33:33.781] | : ..- attr(*, "call")= language plan(strategy) [07:33:33.781] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [07:33:33.784] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [07:33:33.785] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:33.785] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [07:33:33.785] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:33.785] | : . Legacy shutdown of cluster workers ... [07:33:33.786] | : . ' Stopping existing cluster ... [07:33:33.786] | : . ' , No pre-existing cluster. Skipping [07:33:33.786] | : . ' Stopping existing cluster ... done [07:33:33.786] | : . Legacy shutdown of cluster workers ... done [07:33:33.786] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [07:33:33.786] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [07:33:33.787] | : . function (..., workers = availableCores(constraints = "connections-16"), [07:33:33.787] | : . rscript_libs = .libPaths()) [07:33:33.787] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [07:33:33.787] | : . - attr(*, "init")= logi TRUE [07:33:33.787] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [07:33:33.787] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [07:33:33.787] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [07:33:33.787] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [07:33:33.787] | : . - attr(*, "untweakable")= chr "persistent" [07:33:33.787] | : . - attr(*, "call")= language plan(strategy) [07:33:33.789] | : . init: TRUE [07:33:33.790] | : . makeFutureBackend() ... [07:33:33.790] | : . ' Backend function: <'NULL'> [07:33:33.790] | : . ' Evaluator tweak arguments: [n=0] [07:33:33.790] | : . ' list() [07:33:33.790] | : . ' Evaluator formal arguments: [n=2] [07:33:33.791] | : . ' Dotted pair list of 2 [07:33:33.791] | : . ' $ workers : language availableCores(constraints = "connections-16") [07:33:33.791] | : . ' $ rscript_libs: language .libPaths() [07:33:33.792] | : . ' Arguments passed to the future-backend factory: [n=2] [07:33:33.792] | : . ' List of 2 [07:33:33.792] | : . ' $ workers : language availableCores(constraints = "connections-16") [07:33:33.792] | : . ' $ rscript_libs: language .libPaths() [07:33:33.793] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [07:33:33.793] | : . ' , Arguments: [07:33:33.793] | : . ' , List of 5 [07:33:33.793] | : . ' , $ workers : Named int 2 [07:33:33.793] | : . ' , ..- attr(*, "names")= chr "mc.cores" [07:33:33.793] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_12_09_07_25_17_22044/RtmpaUfW3I/RLIBS_a36847321e0b" "D:/RCompile/recent/R/library" [07:33:33.793] | : . ' , $ interrupts : logi TRUE [07:33:33.793] | : . ' , $ gc : logi FALSE [07:33:33.793] | : . ' , $ earlySignal : logi FALSE [07:33:33.835] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [07:33:33.836] | : . ' , ; workers: 2 [07:33:33.836] | : . ' , ; getCluster() ... [07:33:33.836] | : . ' , ; getCluster() ... done [07:33:33.836] | : . ' , ; Stopping existing cluster ... [07:33:33.836] | : . ' , ; ` No pre-existing cluster. Skipping [07:33:33.837] | : . ' , ; Stopping existing cluster ... done [07:33:33.837] | : . ' , ; Starting new cluster ... [07:33:33.837] | : . ' , ; ` makeCluster(workers, ...) ... [07:33:33.837] | : . ' , ; ` | Arguments: [07:33:33.837] | : . ' , ; ` | List of 2 [07:33:33.837] | : . ' , ; ` | $ : int 2 [07:33:33.837] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_12_09_07_25_17_22044/RtmpaUfW3I/RLIBS_a36847321e0b" "D:/RCompile/recent/R/library" [07:33:33.838] | : . ' , ; ` | .makeCluster() ... [07:33:33.839] | : . ' , ; ` | : workers: '2' [07:33:33.839] | : . ' , ; ` | : R_FUTURE_PLAN: NA [07:33:33.839] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [07:33:33.839] | : . ' , ; ` | : List of 2 [07:33:33.839] | : . ' , ; ` | : $ : int 2 [07:33:33.839] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_12_09_07_25_17_22044/RtmpaUfW3I/RLIBS_a36847321e0b" "D:/RCompile/recent/R/library" [07:33:34.635] | : . ' , ; ` | : Generated cluster UUID [07:33:34.635] | : . ' , ; ` | : Cluster UUID: '8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:34.635] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:34.638] | : . ' , ; ` | .makeCluster() ... done [07:33:34.638] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:34.640] | : . ' , ; ` makeCluster(workers, ...) ... done [07:33:34.640] | : . ' , ; ` Number of workers: 2 [07:33:34.640] | : . ' , ; ` Workers UUID: '8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:34.641] | : . ' , ; Starting new cluster ... done [07:33:34.641] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [07:33:34.641] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [07:33:34.641] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [07:33:34.641] | : . makeFutureBackend() ... done [07:33:34.642] | : . nbrOfWorkers(NULL) ... [07:33:34.642] | : . ' List of 4 [07:33:34.642] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [07:33:34.642] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [07:33:34.642] | : . ' $ : language nbrOfWorkers() [07:33:34.642] | : . ' $ : language nbrOfWorkers.NULL() [07:33:34.644] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:34.644] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:34.644] | : . ' Number of workers: 2 [07:33:34.644] | : . nbrOfWorkers(NULL) ... done [07:33:34.644] | : . plan(): nbrOfWorkers() = 2 [07:33:34.645] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [07:33:34.645] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... [07:33:34.645] | future_lapply() ... [07:33:34.646] | : Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [07:33:34.646] | : => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [07:33:34.647] | : future_lapply() -> future_xapply() ... [07:33:34.647] | : . nbrOfWorkers(NULL) ... [07:33:34.647] | : . ' List of 4 [07:33:34.647] | : . ' $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:34.647] | : . ' $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:34.647] | : . ' $ : language nbrOfWorkers() [07:33:34.647] | : . ' $ : language nbrOfWorkers.NULL() [07:33:34.649] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:34.649] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:34.649] | : . ' Number of workers: 2 [07:33:34.649] | : . nbrOfWorkers(NULL) ... done [07:33:34.651] | : . Number of chunks: 2 [07:33:34.651] | : . getGlobalsAndPackagesXApply() ... [07:33:34.651] | : . ' future.globals: TRUE [07:33:34.651] | : . ' getGlobalsAndPackages() ... [07:33:34.651] | : . ' , Searching for globals ... [07:33:34.660] | : . ' , ; globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [07:33:34.660] | : . ' , Searching for globals ... done [07:33:34.660] | : . ' , Resolving globals: FALSE [07:33:34.661] | : . ' , Search for packages associated with the globals ... [07:33:34.661] | : . ' , ; Packages associated with globals: [1] 'base' [07:33:34.661] | : . ' , ; Packages: [1] 'base' [07:33:34.661] | : . ' , Search for packages associated with the globals ... done [07:33:34.662] | : . ' , The total size of the 1 globals is 841 bytes (841 bytes) [07:33:34.662] | : . ' , The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [07:33:34.662] | : . ' , Packages after dropping 'base': [0] [07:33:34.662] | : . ' , globals: [1] 'FUN' [07:33:34.663] | : . ' , packages: [0] [07:33:34.663] | : . ' getGlobalsAndPackages() ... done [07:33:34.663] | : . ' globals found/used: [n=1] 'FUN' [07:33:34.663] | : . ' needed namespaces: [n=0] [07:33:34.663] | : . ' use_args: TRUE [07:33:34.664] | : . ' Getting '...' globals ... [07:33:34.664] | : . ' , resolve() for FutureGlobals ... [07:33:34.664] | : . ' , ; recursive: 0 [07:33:34.664] | : . ' , ; Number of elements: 1 [07:33:34.664] | : . ' , ; elements: '...' [07:33:34.665] | : . ' , ; 'obj' is DotDotDotList [07:33:34.665] | : . ' , ; resolve(obj, ...) ... [07:33:34.665] | : . ' , ; ` resolve() for DotDotDotList ... [07:33:34.665] | : . ' , ; ` | recursive: -1 [07:33:34.665] | : . ' , ; ` resolve() for DotDotDotList ... done [07:33:34.665] | : . ' , ; resolve(obj, ...) ... done [07:33:34.666] | : . ' , ; resolved() ... [07:33:34.666] | : . ' , ; ` resolved() for DotDotDotList ... [07:33:34.666] | : . ' , ; ` | Number of elements: 0 [07:33:34.666] | : . ' , ; ` | Number of futures: 0 [07:33:34.666] | : . ' , ; ` resolved() for DotDotDotList ... done [07:33:34.666] | : . ' , ; resolved() ... done [07:33:34.667] | : . ' , ; length: 0 (resolved future 1) [07:33:34.667] | : . ' , resolve() for FutureGlobals ... done [07:33:34.667] | : . ' , '...' content: [n=0] [07:33:34.667] | : . ' , List of 1 [07:33:34.667] | : . ' , $ ...: list() [07:33:34.667] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:34.667] | : . ' , - attr(*, "where")=List of 1 [07:33:34.667] | : . ' , ..$ ...: [07:33:34.667] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:34.667] | : . ' , - attr(*, "resolved")= logi TRUE [07:33:34.667] | : . ' , - attr(*, "total_size")= num NA [07:33:34.670] | : . ' Getting '...' globals ... done [07:33:34.671] | : . ' Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [07:33:34.671] | : . ' List of 2 [07:33:34.671] | : . ' $ ...future.FUN:function (x) [07:33:34.671] | : . ' $ ... : list() [07:33:34.671] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:34.671] | : . ' - attr(*, "where")=List of 2 [07:33:34.671] | : . ' ..$ ...future.FUN: [07:33:34.671] | : . ' ..$ ... : [07:33:34.671] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:34.671] | : . ' - attr(*, "resolved")= logi FALSE [07:33:34.671] | : . ' - attr(*, "total_size")= num 6008 [07:33:34.674] | : . ' Packages to be attached in all futures: [n=0] [07:33:34.674] | : . getGlobalsAndPackagesXApply() ... done [07:33:34.675] | : . Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:34.675] | : . List of 5 [07:33:34.675] | : . $ ...future.FUN :function (x) [07:33:34.675] | : . $ ... : list() [07:33:34.675] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:34.675] | : . $ ...future.elements_ii : NULL [07:33:34.675] | : . $ ...future.seeds_ii : NULL [07:33:34.675] | : . $ ...future.globals.maxSize: NULL [07:33:34.675] | : . - attr(*, "where")=List of 5 [07:33:34.675] | : . ..$ ...future.FUN : [07:33:34.675] | : . ..$ ... : [07:33:34.675] | : . ..$ ...future.elements_ii : [07:33:34.675] | : . ..$ ...future.seeds_ii : [07:33:34.675] | : . ..$ ...future.globals.maxSize: [07:33:34.675] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:34.675] | : . - attr(*, "resolved")= logi FALSE [07:33:34.675] | : . - attr(*, "total_size")= num 6008 [07:33:34.680] | : . Number of futures (= number of chunks): 2 [07:33:34.680] | : . Launching 2 futures (chunks) ... [07:33:34.680] | : . Chunk #1 of 2 ... [07:33:34.680] | : . - Finding globals in 'X' for chunk #1 ... [07:33:34.680] | : . getGlobalsAndPackages() ... [07:33:34.681] | : . ' Searching for globals ... [07:33:34.681] | : . ' , globals found: [0] [07:33:34.681] | : . ' Searching for globals ... done [07:33:34.681] | : . ' globals: [0] [07:33:34.682] | : . ' packages: [0] [07:33:34.682] | : . getGlobalsAndPackages() ... done [07:33:34.682] | : . + additional globals found: [n=0] [07:33:34.682] | : . + additional namespaces needed: [n=0] [07:33:34.682] | : . - Finding globals in 'X' for chunk #1 ... DONE [07:33:34.682] | : . - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:34.683] | : . - seeds: [07:33:34.683] | : . - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:34.683] | : . future(..., label = 'future_lapply-1') ... [07:33:34.683] | : . ' lazy: FALSE [07:33:34.683] | : . ' stdout: FALSE [07:33:34.683] | : . ' conditions: [n=1] 'condition' [07:33:34.683] | : . ' gc: FALSE [07:33:34.684] | : . ' earlySignal: FALSE [07:33:34.684] | : . ' getGlobalsAndPackages() ... [07:33:34.684] | : . ' , globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:34.684] | : . ' , Resolving globals: FALSE [07:33:34.684] | : . ' , Tweak future expression to call with '...' arguments ... [07:33:34.685] | : . ' , ; { [07:33:34.685] | : . ' , ; "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:34.685] | : . ' , ; "# expression in do.call(), because function called uses '...' " [07:33:34.685] | : . ' , ; "# as a global variable " [07:33:34.685] | : . ' , ; do.call(function(...) { [07:33:34.685] | : . ' , ; "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:34.685] | : . ' , ; "# without having an '...' argument. This means '...' is treated" [07:33:34.685] | : . ' , ; "# as a global variable. This may happen when FUN() is an " [07:33:34.685] | : . ' , ; "# anonymous function. " [07:33:34.685] | : . ' , ; "# " [07:33:34.685] | : . ' , ; "# If an anonymous function, we will make sure to restore the " [07:33:34.685] | : . ' , ; "# function environment of FUN() to the calling environment. " [07:33:34.685] | : . ' , ; "# We assume FUN() an anonymous function if it lives in the " [07:33:34.685] | : . ' , ; "# global environment, which is where globals are written. " [07:33:34.685] | : . ' , ; penv <- env <- environment(...future.FUN) [07:33:34.685] | : . ' , ; repeat { [07:33:34.685] | : . ' , ; if (identical(env, globalenv()) || identical(env, [07:33:34.685] | : . ' , ; emptyenv())) [07:33:34.685] | : . ' , ; break [07:33:34.685] | : . ' , ; penv <- env [07:33:34.685] | : . ' , ; env <- parent.env(env) [07:33:34.685] | : . ' , ; } [07:33:34.685] | : . ' , ; if (identical(penv, globalenv())) { [07:33:34.685] | : . ' , ; environment(...future.FUN) <- environment() [07:33:34.685] | : . ' , ; } [07:33:34.685] | : . ' , ; else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:34.685] | : . ' , ; !isNamespace(penv)) { [07:33:34.685] | : . ' , ; parent.env(penv) <- environment() [07:33:34.685] | : . ' , ; } [07:33:34.685] | : . ' , ; rm(list = c("env", "penv"), inherits = FALSE) [07:33:34.685] | : . ' , ; { [07:33:34.685] | : . ' , ; "# future.apply:::future_xapply(): preserve future option" [07:33:34.685] | : . ' , ; ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:34.685] | : . ' , ; if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:34.685] | : . ' , ; oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:34.685] | : . ' , ; on.exit(options(oopts), add = TRUE) [07:33:34.685] | : . ' , ; } [07:33:34.685] | : . ' , ; { [07:33:34.685] | : . ' , ; "# future.apply::future_lapply(): process chunk of elements" [07:33:34.685] | : . ' , ; lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:34.685] | : . ' , ; ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:34.685] | : . ' , ; { [07:33:34.685] | : . ' , ; ...future.FUN(...future.X_jj, ...) [07:33:34.685] | : . ' , ; } [07:33:34.685] | : . ' , ; }) [07:33:34.685] | : . ' , ; } [07:33:34.685] | : . ' , ; } [07:33:34.685] | : . ' , ; }, args = future.call.arguments) [07:33:34.685] | : . ' , ; } [07:33:34.686] | : . ' , Tweak future expression to call with '...' arguments ... done [07:33:34.686] | : . ' , Search for packages associated with the globals ... [07:33:34.686] | : . ' , ; Packages associated with globals: [0] [07:33:34.686] | : . ' , ; Packages: [0] [07:33:34.687] | : . ' , Search for packages associated with the globals ... done [07:33:34.687] | : . ' , Packages after dropping 'base': [0] [07:33:34.687] | : . ' , globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:34.687] | : . ' , packages: [0] [07:33:34.688] | : . ' getGlobalsAndPackages() ... done [07:33:34.688] | : . ' run() for 'Future' ('future_lapply-1') ... [07:33:34.688] | : . ' , state: 'created' [07:33:34.688] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:34.688] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:34.689] | : . ' , Using MultisessionFutureBackend ... [07:33:34.689] | : . ' , ; Number of futures since start: 0 (0 created, 0 launched, 0 finished) [07:33:34.689] | : . ' , ; Launching futures ... [07:33:34.689] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [07:33:34.690] | : . ' , ; ` | Workers: [n=2] [07:33:34.690] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:34.692] | : . ' , ; ` | FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:34.692] | : . ' , ; ` | requestWorker() ... [07:33:34.692] | : . ' , ; ` | : requestNode() ... [07:33:34.692] | : . ' , ; ` | : . Number of workers: 2 [07:33:34.693] | : . ' , ; ` | : . Polling for a free worker ... [07:33:34.693] | : . ' , ; ` | : . ' FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:34.693] | : . ' , ; ` | : . ' , Created empty registry 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:34.693] | : . ' , ; ` | : . ' , Listing all futures [07:33:34.693] | : . ' , ; ` | : . ' , Number of registered futures: 0 [07:33:34.693] | : . ' , ; ` | : . ' FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:34.694] | : . ' , ; ` | : . ' Total time: 0 [07:33:34.694] | : . ' , ; ` | : . Polling for a free worker ... done [07:33:34.694] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:34.694] | : . ' , ; ` | : . ' Listing all futures [07:33:34.694] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:34.694] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:34.695] | : . ' , ; ` | : . avail: [n=2] '1', '2' [07:33:34.695] | : . ' , ; ` | : . Index of first available worker: 1 [07:33:34.695] | : . ' , ; ` | : . Validate that the worker is functional ... [07:33:34.695] | : . ' , ; ` | : . ' Worker is functional [07:33:34.696] | : . ' , ; ` | : . ' FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:34.696] | : . ' , ; ` | : . ' , Listing all futures [07:33:34.696] | : . ' , ; ` | : . ' , Number of registered futures: 0 [07:33:34.696] | : . ' , ; ` | : . ' FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:34.696] | : . ' , ; ` | : . Validate that the worker is functional ... done [07:33:34.696] | : . ' , ; ` | : requestNode() ... done [07:33:34.697] | : . ' , ; ` | : cluster node index: 1 [07:33:34.697] | : . ' , ; ` | requestWorker() ... done [07:33:34.697] | : . ' , ; ` | eraseGlobalEnvironment() ... [07:33:34.697] | : . ' , ; ` | eraseGlobalEnvironment() ... done [07:33:34.698] | : . ' , ; ` | launchFuture() ... [07:33:34.698] | : . ' , ; ` | : cluster node index: 1 [07:33:34.698] | : . ' , ; ` | : getFutureData() ... [07:33:34.698] | : . ' , ; ` | : . getFutureCore() ... [07:33:34.698] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 0): [07:33:34.698] | : . ' , ; ` | : . getFutureCore() ... done [07:33:34.699] | : . ' , ; ` | : . getFutureCapture() ... [07:33:34.699] | : . ' , ; ` | : . getFutureCapture() ... done [07:33:34.699] | : . ' , ; ` | : . getFutureContext() ... [07:33:34.699] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:34.699] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [07:33:34.700] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:34.700] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [07:33:34.700] | : . ' , ; ` | : . getFutureContext() ... done [07:33:34.700] | : . ' , ; ` | : getFutureData() ... done [07:33:34.701] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:34.701] | : . ' , ; ` | : . Appended future to position #1 [07:33:34.701] | : . ' , ; ` | : . Number of registered futures: 1 [07:33:34.701] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:34.701] | : . ' , ; ` | launchFuture() ... done [07:33:34.702] | : . ' , ; ` | MultisessionFuture started [07:33:34.702] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [07:33:34.702] | : . ' , ; Launching futures ... done [07:33:34.702] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:34.702] | : . ' , Using MultisessionFutureBackend ... done [07:33:34.703] | : . ' run() for 'Future' ('future_lapply-1') ... done [07:33:34.703] | : . future(..., label = 'future_lapply-1') ... done [07:33:34.703] | : . Created future: [07:33:34.705] | : . resolved() ... [07:33:34.705] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [07:33:34.706] | : . ' , Cluster node socket connection: index=4, id=436 [07:33:34.706] | : . ' , assertValidConnection() ... [07:33:34.706] | : . ' , ; cluster node index: 1 [07:33:34.707] | : . ' , assertValidConnection() ... done [07:33:34.906] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:34.906] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [07:33:34.906] | : . resolved() ... done [07:33:34.703] | : . MultisessionFuture: [07:33:34.703] | : . Label: 'future_lapply-1' [07:33:34.703] | : . Expression: [07:33:34.703] | : . { [07:33:34.703] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:34.703] | : . "# expression in do.call(), because function called uses '...' " [07:33:34.703] | : . "# as a global variable " [07:33:34.703] | : . do.call(function(...) { [07:33:34.703] | : . "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:34.703] | : . "# without having an '...' argument. This means '...' is treated" [07:33:34.703] | : . "# as a global variable. This may happen when FUN() is an " [07:33:34.703] | : . "# anonymous function. " [07:33:34.703] | : . "# " [07:33:34.703] | : . "# If an anonymous function, we will make sure to restore the " [07:33:34.703] | : . "# function environment of FUN() to the calling environment. " [07:33:34.703] | : . "# We assume FUN() an anonymous function if it lives in the " [07:33:34.703] | : . "# global environment, which is where globals are written. " [07:33:34.703] | : . penv <- env <- environment(...future.FUN) [07:33:34.703] | : . repeat { [07:33:34.703] | : . if (identical(env, globalenv()) || identical(env, [07:33:34.703] | : . emptyenv())) [07:33:34.703] | : . break [07:33:34.703] | : . penv <- env [07:33:34.703] | : . env <- parent.env(env) [07:33:34.703] | : . } [07:33:34.703] | : . if (identical(penv, globalenv())) { [07:33:34.703] | : . environment(...future.FUN) <- environment() [07:33:34.703] | : . } [07:33:34.703] | : . else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:34.703] | : . !isNamespace(penv)) { [07:33:34.703] | : . parent.env(penv) <- environment() [07:33:34.703] | : . } [07:33:34.703] | : . rm(list = c("env", "penv"), inherits = FALSE) [07:33:34.703] | : . { [07:33:34.703] | : . "# future.apply:::future_xapply(): preserve future option" [07:33:34.703] | : . ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:34.703] | : . if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:34.703] | : . oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:34.703] | : . on.exit(options(oopts), add = TRUE) [07:33:34.703] | : . } [07:33:34.703] | : . { [07:33:34.703] | : . "# future.apply::future_lapply(): process chunk of elements" [07:33:34.703] | : . lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:34.703] | : . ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:34.703] | : . { [07:33:34.703] | : . ...future.FUN(...future.X_jj, ...) [07:33:34.703] | : . } [07:33:34.703] | : . }) [07:33:34.703] | : . } [07:33:34.703] | : . } [07:33:34.703] | : . }, args = future.call.arguments) [07:33:34.703] | : . } [07:33:34.703] | : . Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:34.703] | : . Packages: [07:33:34.703] | : . L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:34.703] | : . Capture standard output: FALSE [07:33:34.703] | : . Capture condition classes: 'condition' (excluding '') [07:33:34.703] | : . Immediate condition classes: 'immediateCondition' [07:33:34.703] | : . Lazy evaluation: FALSE [07:33:34.703] | : . Local evaluation: TRUE [07:33:34.703] | : . Asynchronous evaluation: TRUE [07:33:34.703] | : . Early signaling: FALSE [07:33:34.703] | : . Environment: R_GlobalEnv [07:33:34.703] | : . State: 'running' [07:33:34.703] | : . Resolved: FALSE [07:33:34.703] | : . Unique identifier: 9666b1484a0876e33034202448105eaf-7 [07:33:34.703] | : . Owner process: 9666b1484a0876e33034202448105eaf [07:33:34.703] | : . Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:34.703] | : . Value: [07:33:34.703] | : . Conditions captured: [07:33:34.907] | : . Chunk #1 of 2 ... DONE [07:33:34.907] | : . Chunk #2 of 2 ... [07:33:34.907] | : . - Finding globals in 'X' for chunk #2 ... [07:33:34.907] | : . getGlobalsAndPackages() ... [07:33:34.908] | : . ' Searching for globals ... [07:33:34.908] | : . ' , globals found: [0] [07:33:34.908] | : . ' Searching for globals ... done [07:33:34.908] | : . ' globals: [0] [07:33:34.909] | : . ' packages: [0] [07:33:34.909] | : . getGlobalsAndPackages() ... done [07:33:34.909] | : . + additional globals found: [n=0] [07:33:34.909] | : . + additional namespaces needed: [n=0] [07:33:34.909] | : . - Finding globals in 'X' for chunk #2 ... DONE [07:33:34.909] | : . - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:34.910] | : . - seeds: [07:33:34.910] | : . - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:34.910] | : . future(..., label = 'future_lapply-2') ... [07:33:34.910] | : . ' lazy: FALSE [07:33:34.910] | : . ' stdout: FALSE [07:33:34.910] | : . ' conditions: [n=1] 'condition' [07:33:34.910] | : . ' gc: FALSE [07:33:34.911] | : . ' earlySignal: FALSE [07:33:34.911] | : . ' getGlobalsAndPackages() ... [07:33:34.911] | : . ' , globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:34.911] | : . ' , Resolving globals: FALSE [07:33:34.911] | : . ' , Tweak future expression to call with '...' arguments ... [07:33:34.912] | : . ' , ; { [07:33:34.912] | : . ' , ; "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:34.912] | : . ' , ; "# expression in do.call(), because function called uses '...' " [07:33:34.912] | : . ' , ; "# as a global variable " [07:33:34.912] | : . ' , ; do.call(function(...) { [07:33:34.912] | : . ' , ; "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:34.912] | : . ' , ; "# without having an '...' argument. This means '...' is treated" [07:33:34.912] | : . ' , ; "# as a global variable. This may happen when FUN() is an " [07:33:34.912] | : . ' , ; "# anonymous function. " [07:33:34.912] | : . ' , ; "# " [07:33:34.912] | : . ' , ; "# If an anonymous function, we will make sure to restore the " [07:33:34.912] | : . ' , ; "# function environment of FUN() to the calling environment. " [07:33:34.912] | : . ' , ; "# We assume FUN() an anonymous function if it lives in the " [07:33:34.912] | : . ' , ; "# global environment, which is where globals are written. " [07:33:34.912] | : . ' , ; penv <- env <- environment(...future.FUN) [07:33:34.912] | : . ' , ; repeat { [07:33:34.912] | : . ' , ; if (identical(env, globalenv()) || identical(env, [07:33:34.912] | : . ' , ; emptyenv())) [07:33:34.912] | : . ' , ; break [07:33:34.912] | : . ' , ; penv <- env [07:33:34.912] | : . ' , ; env <- parent.env(env) [07:33:34.912] | : . ' , ; } [07:33:34.912] | : . ' , ; if (identical(penv, globalenv())) { [07:33:34.912] | : . ' , ; environment(...future.FUN) <- environment() [07:33:34.912] | : . ' , ; } [07:33:34.912] | : . ' , ; else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:34.912] | : . ' , ; !isNamespace(penv)) { [07:33:34.912] | : . ' , ; parent.env(penv) <- environment() [07:33:34.912] | : . ' , ; } [07:33:34.912] | : . ' , ; rm(list = c("env", "penv"), inherits = FALSE) [07:33:34.912] | : . ' , ; { [07:33:34.912] | : . ' , ; "# future.apply:::future_xapply(): preserve future option" [07:33:34.912] | : . ' , ; ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:34.912] | : . ' , ; if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:34.912] | : . ' , ; oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:34.912] | : . ' , ; on.exit(options(oopts), add = TRUE) [07:33:34.912] | : . ' , ; } [07:33:34.912] | : . ' , ; { [07:33:34.912] | : . ' , ; "# future.apply::future_lapply(): process chunk of elements" [07:33:34.912] | : . ' , ; lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:34.912] | : . ' , ; ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:34.912] | : . ' , ; { [07:33:34.912] | : . ' , ; ...future.FUN(...future.X_jj, ...) [07:33:34.912] | : . ' , ; } [07:33:34.912] | : . ' , ; }) [07:33:34.912] | : . ' , ; } [07:33:34.912] | : . ' , ; } [07:33:34.912] | : . ' , ; }, args = future.call.arguments) [07:33:34.912] | : . ' , ; } [07:33:34.913] | : . ' , Tweak future expression to call with '...' arguments ... done [07:33:34.913] | : . ' , Search for packages associated with the globals ... [07:33:34.913] | : . ' , ; Packages associated with globals: [0] [07:33:34.914] | : . ' , ; Packages: [0] [07:33:34.914] | : . ' , Search for packages associated with the globals ... done [07:33:34.914] | : . ' , Packages after dropping 'base': [0] [07:33:34.914] | : . ' , globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:34.914] | : . ' , packages: [0] [07:33:34.914] | : . ' getGlobalsAndPackages() ... done [07:33:34.915] | : . ' run() for 'Future' ('future_lapply-2') ... [07:33:34.915] | : . ' , state: 'created' [07:33:34.915] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:34.915] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:34.916] | : . ' , Using MultisessionFutureBackend ... [07:33:34.916] | : . ' , ; Number of futures since start: 1 (1 created, 1 launched, 0 finished) [07:33:34.916] | : . ' , ; Launching futures ... [07:33:34.916] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [07:33:34.916] | : . ' , ; ` | Workers: [n=2] [07:33:34.916] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:34.921] | : . ' , ; ` | FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:34.921] | : . ' , ; ` | requestWorker() ... [07:33:34.921] | : . ' , ; ` | : requestNode() ... [07:33:34.921] | : . ' , ; ` | : . Number of workers: 2 [07:33:34.921] | : . ' , ; ` | : . Polling for a free worker ... [07:33:34.922] | : . ' , ; ` | : . ' FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:34.922] | : . ' , ; ` | : . ' , Listing all futures [07:33:34.922] | : . ' , ; ` | : . ' , Number of registered futures: 1 [07:33:34.922] | : . ' , ; ` | : . ' FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:34.922] | : . ' , ; ` | : . ' Total time: 0 [07:33:34.922] | : . ' , ; ` | : . Polling for a free worker ... done [07:33:34.923] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:34.923] | : . ' , ; ` | : . ' Listing all futures [07:33:34.923] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:34.923] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:34.923] | : . ' , ; ` | : . avail: [n=2] '2' [07:33:34.924] | : . ' , ; ` | : . Index of first available worker: 2 [07:33:34.924] | : . ' , ; ` | : . Validate that the worker is functional ... [07:33:34.924] | : . ' , ; ` | : . ' Worker is functional [07:33:34.924] | : . ' , ; ` | : . ' FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:34.925] | : . ' , ; ` | : . ' , Listing all futures [07:33:34.925] | : . ' , ; ` | : . ' , Number of registered futures: 1 [07:33:34.925] | : . ' , ; ` | : . ' FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:34.925] | : . ' , ; ` | : . Validate that the worker is functional ... done [07:33:34.925] | : . ' , ; ` | : requestNode() ... done [07:33:34.925] | : . ' , ; ` | : cluster node index: 2 [07:33:34.926] | : . ' , ; ` | requestWorker() ... done [07:33:34.926] | : . ' , ; ` | eraseGlobalEnvironment() ... [07:33:34.926] | : . ' , ; ` | eraseGlobalEnvironment() ... done [07:33:34.926] | : . ' , ; ` | launchFuture() ... [07:33:34.927] | : . ' , ; ` | : cluster node index: 2 [07:33:34.927] | : . ' , ; ` | : getFutureData() ... [07:33:34.927] | : . ' , ; ` | : . getFutureCore() ... [07:33:34.927] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 0): [07:33:34.927] | : . ' , ; ` | : . getFutureCore() ... done [07:33:34.927] | : . ' , ; ` | : . getFutureCapture() ... [07:33:34.928] | : . ' , ; ` | : . getFutureCapture() ... done [07:33:34.928] | : . ' , ; ` | : . getFutureContext() ... [07:33:34.928] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:34.928] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [07:33:34.928] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:34.928] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [07:33:34.929] | : . ' , ; ` | : . getFutureContext() ... done [07:33:34.929] | : . ' , ; ` | : getFutureData() ... done [07:33:34.929] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:34.929] | : . ' , ; ` | : . Appended future to position #2 [07:33:34.930] | : . ' , ; ` | : . Number of registered futures: 2 [07:33:34.930] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:34.930] | : . ' , ; ` | launchFuture() ... done [07:33:34.930] | : . ' , ; ` | MultisessionFuture started [07:33:34.930] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [07:33:34.930] | : . ' , ; Launching futures ... done [07:33:34.931] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:34.931] | : . ' , Using MultisessionFutureBackend ... done [07:33:34.931] | : . ' run() for 'Future' ('future_lapply-2') ... done [07:33:34.931] | : . future(..., label = 'future_lapply-2') ... done [07:33:34.931] | : . Created future: [07:33:34.933] | : . resolved() ... [07:33:34.933] | : . ' resolved() for MultisessionFuture ('future_lapply-2') ... [07:33:34.933] | : . ' , Cluster node socket connection: index=5, id=437 [07:33:34.934] | : . ' , assertValidConnection() ... [07:33:34.934] | : . ' , ; cluster node index: 2 [07:33:34.934] | : . ' , assertValidConnection() ... done [07:33:35.001] | : . ' , receiveMessageFromWorker() for ClusterFuture ... [07:33:35.001] | : . ' , ; cluster node index: 2 [07:33:35.001] | : . ' , ; [1] TRUE [07:33:35.001] | : . ' , ; Received data: [07:33:35.001] | : . ' , ; List of 5 [07:33:35.001] | : . ' , ; $ type : chr "VALUE" [07:33:35.001] | : . ' , ; $ value :List of 16 [07:33:35.001] | : . ' , ; ..$ value :List of 1 [07:33:35.001] | : . ' , ; .. ..$ : int 0 [07:33:35.001] | : . ' , ; ..$ visible : logi TRUE [07:33:35.001] | : . ' , ; ..$ stdout : NULL [07:33:35.001] | : . ' , ; ..$ conditions : list() [07:33:35.001] | : . ' , ; ..$ rng : logi FALSE [07:33:35.001] | : . ' , ; ..$ seed : NULL [07:33:35.001] | : . ' , ; ..$ misuseGlobalEnv : NULL [07:33:35.001] | : . ' , ; ..$ misuseConnections :List of 3 [07:33:35.001] | : . ' , ; .. ..$ added : NULL [07:33:35.001] | : . ' , ; .. ..$ removed : NULL [07:33:35.001] | : . ' , ; .. ..$ replaced: NULL [07:33:35.001] | : . ' , ; ..$ misuseDevices : NULL [07:33:35.001] | : . ' , ; ..$ misuseDefaultDevice: list() [07:33:35.001] | : . ' , ; ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:35.001] | : . ' , ; ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:35.001] | : . ' , ; ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "8" [07:33:35.001] | : . ' , ; ..$ session_uuid : chr "d59aab41248ff4df84cdbec6b6ac737f" [07:33:35.001] | : . ' , ; .. ..- attr(*, "source")=List of 5 [07:33:35.001] | : . ' , ; .. .. ..$ host : Named chr "CRANWIN3" [07:33:35.001] | : . ' , ; .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:35.001] | : . ' , ; .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:35.001] | : . ' , ; .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:35.001] | : . ' , ; .. .. ..$ pid : int 56188 [07:33:35.001] | : . ' , ; .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:35.001] | : . ' , ; .. .. ..$ random: int 2147483647 [07:33:35.001] | : . ' , ; ..$ r_info :List of 4 [07:33:35.001] | : . ' , ; .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:35.001] | : . ' , ; .. .. ..$ : int [1:3] 4 6 0 [07:33:35.001] | : . ' , ; .. ..$ os : chr "windows" [07:33:35.001] | : . ' , ; .. ..$ os_name : chr "Windows" [07:33:35.001] | : . ' , ; .. ..$ captures_utf8: logi TRUE [07:33:35.001] | : . ' , ; ..$ version : chr "1.8" [07:33:35.001] | : . ' , ; ..- attr(*, "class")= chr "FutureResult" [07:33:35.001] | : . ' , ; $ success: logi TRUE [07:33:35.001] | : . ' , ; $ time : 'proc_time' Named num [1:5] 0.05 0.01 0.06 NA NA [07:33:35.001] | : . ' , ; ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:35.001] | : . ' , ; $ tag : NULL [07:33:35.015] | : . ' , ; Received FutureResult [07:33:35.015] | : . ' , ; FutureResult: [07:33:35.015] | : . ' , ; value: 'list' [07:33:35.015] | : . ' , ; visible: TRUE [07:33:35.015] | : . ' , ; stdout: NULL [07:33:35.015] | : . ' , ; conditions: [n = 0] [07:33:35.015] | : . ' , ; RNG used: FALSE [07:33:35.015] | : . ' , ; duration: 0.05919099 secs (started 2025-12-09 07:33:34.940212) [07:33:35.015] | : . ' , ; version: 1.8 [07:33:35.016] | : . ' , ; FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:35.016] | : . ' , ; ` Removed future from position #2 [07:33:35.016] | : . ' , ; ` Number of registered futures: 1 [07:33:35.016] | : . ' , ; FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:35.016] | : . ' , ; Erased future from future backend [07:33:35.017] | : . ' , ; result() for ClusterFuture ... [07:33:35.017] | : . ' , ; ` result already collected: FutureResult [07:33:35.017] | : . ' , ; result() for ClusterFuture ... done [07:33:35.017] | : . ' , ; signalConditions() ... [07:33:35.017] | : . ' , ; ` include = 'immediateCondition' [07:33:35.017] | : . ' , ; ` exclude = [07:33:35.018] | : . ' , ; ` resignal = FALSE [07:33:35.018] | : . ' , ; ` Number of conditions: 0 [07:33:35.018] | : . ' , ; ` int 0 [07:33:35.018] | : . ' , ; signalConditions() ... done [07:33:35.019] | : . ' , receiveMessageFromWorker() for ClusterFuture ... done [07:33:35.019] | : . ' , receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:35.019] | : . ' resolved() for MultisessionFuture ('future_lapply-2') ... done [07:33:35.019] | : . ' assertFutureResult() ... [07:33:35.019] | : . ' , Future uuid: 9666b1484a0876e33034202448105eaf-8 [07:33:35.019] | : . ' , identical; success [07:33:35.020] | : . ' assertFutureResult() ... done [07:33:35.020] | : . resolved() ... done [07:33:34.931] | : . MultisessionFuture: [07:33:34.931] | : . Label: 'future_lapply-2' [07:33:34.931] | : . Expression: [07:33:34.931] | : . { [07:33:34.931] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:34.931] | : . "# expression in do.call(), because function called uses '...' " [07:33:34.931] | : . "# as a global variable " [07:33:34.931] | : . do.call(function(...) { [07:33:34.931] | : . "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:34.931] | : . "# without having an '...' argument. This means '...' is treated" [07:33:34.931] | : . "# as a global variable. This may happen when FUN() is an " [07:33:34.931] | : . "# anonymous function. " [07:33:34.931] | : . "# " [07:33:34.931] | : . "# If an anonymous function, we will make sure to restore the " [07:33:34.931] | : . "# function environment of FUN() to the calling environment. " [07:33:34.931] | : . "# We assume FUN() an anonymous function if it lives in the " [07:33:34.931] | : . "# global environment, which is where globals are written. " [07:33:34.931] | : . penv <- env <- environment(...future.FUN) [07:33:34.931] | : . repeat { [07:33:34.931] | : . if (identical(env, globalenv()) || identical(env, [07:33:34.931] | : . emptyenv())) [07:33:34.931] | : . break [07:33:34.931] | : . penv <- env [07:33:34.931] | : . env <- parent.env(env) [07:33:34.931] | : . } [07:33:34.931] | : . if (identical(penv, globalenv())) { [07:33:34.931] | : . environment(...future.FUN) <- environment() [07:33:34.931] | : . } [07:33:34.931] | : . else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:34.931] | : . !isNamespace(penv)) { [07:33:34.931] | : . parent.env(penv) <- environment() [07:33:34.931] | : . } [07:33:34.931] | : . rm(list = c("env", "penv"), inherits = FALSE) [07:33:34.931] | : . { [07:33:34.931] | : . "# future.apply:::future_xapply(): preserve future option" [07:33:34.931] | : . ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:34.931] | : . if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:34.931] | : . oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:34.931] | : . on.exit(options(oopts), add = TRUE) [07:33:34.931] | : . } [07:33:34.931] | : . { [07:33:34.931] | : . "# future.apply::future_lapply(): process chunk of elements" [07:33:34.931] | : . lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:34.931] | : . ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:34.931] | : . { [07:33:34.931] | : . ...future.FUN(...future.X_jj, ...) [07:33:34.931] | : . } [07:33:34.931] | : . }) [07:33:34.931] | : . } [07:33:34.931] | : . } [07:33:34.931] | : . }, args = future.call.arguments) [07:33:34.931] | : . } [07:33:34.931] | : . Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:34.931] | : . Packages: [07:33:34.931] | : . L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:34.931] | : . Capture standard output: FALSE [07:33:34.931] | : . Capture condition classes: 'condition' (excluding '') [07:33:34.931] | : . Immediate condition classes: 'immediateCondition' [07:33:34.931] | : . Lazy evaluation: FALSE [07:33:34.931] | : . Local evaluation: TRUE [07:33:34.931] | : . Asynchronous evaluation: TRUE [07:33:34.931] | : . Early signaling: FALSE [07:33:34.931] | : . Environment: R_GlobalEnv [07:33:34.931] | : . State: 'running' [07:33:34.931] | : . Resolved: TRUE [07:33:34.931] | : . Unique identifier: 9666b1484a0876e33034202448105eaf-8 [07:33:34.931] | : . Owner process: 9666b1484a0876e33034202448105eaf [07:33:34.931] | : . Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:34.931] | : . Value: [07:33:34.931] | : . Conditions captured: [07:33:35.020] | : . Chunk #2 of 2 ... DONE [07:33:35.020] | : . Launching 2 futures (chunks) ... DONE [07:33:35.021] | : . Resolving 2 futures (chunks) ... [07:33:35.021] | : . value() for list ... [07:33:35.021] | : . ' recursive: 0 [07:33:35.021] | : . ' reduce: FALSE [07:33:35.021] | : . ' length: 2 [07:33:35.021] | : . ' Number of remaining objects: 2 [07:33:35.022] | : . ' checking value #1: [07:33:35.022] | : . ' 'obj' is MultisessionFuture [07:33:35.022] | : . ' resolved() ... [07:33:35.022] | : . ' , resolved() for MultisessionFuture ('future_lapply-1') ... [07:33:35.022] | : . ' , ; Cluster node socket connection: index=4, id=436 [07:33:35.023] | : . ' , ; assertValidConnection() ... [07:33:35.023] | : . ' , ; ` cluster node index: 1 [07:33:35.023] | : . ' , ; assertValidConnection() ... done [07:33:35.218] | : . ' , ; socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:35.219] | : . ' , resolved() for MultisessionFuture ('future_lapply-1') ... done [07:33:35.219] | : . ' resolved() ... done [07:33:35.219] | : . ' checking value #2: [07:33:35.219] | : . ' 'obj' is MultisessionFuture [07:33:35.219] | : . ' resolved() ... [07:33:35.220] | : . ' resolved() ... done [07:33:35.220] | : . ' MultisessionFuture #2 [07:33:35.220] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:35.220] | : . ' , nx: 2 [07:33:35.220] | : . ' , relay: TRUE [07:33:35.220] | : . ' , stdout: TRUE [07:33:35.220] | : . ' , signal: TRUE [07:33:35.221] | : . ' , resignal: FALSE [07:33:35.221] | : . ' , force: TRUE [07:33:35.221] | : . ' , relayed: [n=2] FALSE, FALSE [07:33:35.221] | : . ' , queued futures: [n=2] FALSE, FALSE [07:33:35.221] | : . ' , until=1 [07:33:35.221] | : . ' , relaying element #1 [07:33:35.222] | : . ' , relayed: [n=2] FALSE, FALSE [07:33:35.222] | : . ' , queued futures: [n=2] FALSE, TRUE [07:33:35.222] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:35.222] | : . ' value(, ...) ... [07:33:35.222] | : . ' value(, ...) ... done [07:33:35.222] | : . ' value() for MultisessionFuture ('future_lapply-2') ... [07:33:35.222] | : . ' , result() for ClusterFuture ... [07:33:35.223] | : . ' , ; result already collected: FutureResult [07:33:35.223] | : . ' , result() for ClusterFuture ... done [07:33:35.223] | : . ' , result() for ClusterFuture ... [07:33:35.223] | : . ' , ; result already collected: FutureResult [07:33:35.223] | : . ' , result() for ClusterFuture ... done [07:33:35.223] | : . ' , signalConditions() ... [07:33:35.224] | : . ' , ; include = 'immediateCondition' [07:33:35.224] | : . ' , ; exclude = [07:33:35.224] | : . ' , ; resignal = FALSE [07:33:35.224] | : . ' , ; Number of conditions: 0 [07:33:35.224] | : . ' , ; int 0 [07:33:35.225] | : . ' , signalConditions() ... done [07:33:35.225] | : . ' , check for misuse ... [07:33:35.225] | : . ' , check for misuse ... done [07:33:35.225] | : . ' value() for MultisessionFuture ('future_lapply-2') ... done [07:33:35.225] | : . ' value: [07:33:35.226] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:35.226] | : . ' , nx: 2 [07:33:35.226] | : . ' , relay: TRUE [07:33:35.226] | : . ' , stdout: TRUE [07:33:35.226] | : . ' , signal: TRUE [07:33:35.226] | : . ' , resignal: FALSE [07:33:35.226] | : . ' , force: TRUE [07:33:35.227] | : . ' , relayed: [n=2] FALSE, FALSE [07:33:35.227] | : . ' , queued futures: [n=2] FALSE, TRUE [07:33:35.227] | : . ' , until=1 [07:33:35.227] | : . ' , relaying element #1 [07:33:35.227] | : . ' , relayed: [n=2] FALSE, FALSE [07:33:35.227] | : . ' , queued futures: [n=2] FALSE, TRUE [07:33:35.228] | : . ' signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:35.228] | : . ' resolve() for MultisessionFuture ... [07:33:35.228] | : . ' resolve() for MultisessionFuture ... done [07:33:35.228] | : . ' length: 1 (resolved future 2) [07:33:35.228] | : . value() for list ... done [07:33:35.250] | : . Number of remaining objects: 1 [07:33:35.250] | : . checking value #1: [07:33:35.250] | : . 'obj' is MultisessionFuture [07:33:35.250] | : . resolved() ... [07:33:35.250] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [07:33:35.251] | : . ' , Cluster node socket connection: index=4, id=436 [07:33:35.251] | : . ' , assertValidConnection() ... [07:33:35.251] | : . ' , ; cluster node index: 1 [07:33:35.252] | : . ' , assertValidConnection() ... done [07:33:35.270] | : . ' , receiveMessageFromWorker() for ClusterFuture ... [07:33:35.270] | : . ' , ; cluster node index: 1 [07:33:35.271] | : . ' , ; [1] TRUE [07:33:35.271] | : . ' , ; Received data: [07:33:35.271] | : . ' , ; List of 5 [07:33:35.271] | : . ' , ; $ type : chr "VALUE" [07:33:35.271] | : . ' , ; $ value :List of 16 [07:33:35.271] | : . ' , ; ..$ value :List of 1 [07:33:35.271] | : . ' , ; .. ..$ : int 1 [07:33:35.271] | : . ' , ; ..$ visible : logi TRUE [07:33:35.271] | : . ' , ; ..$ stdout : NULL [07:33:35.271] | : . ' , ; ..$ conditions : list() [07:33:35.271] | : . ' , ; ..$ rng : logi FALSE [07:33:35.271] | : . ' , ; ..$ seed : NULL [07:33:35.271] | : . ' , ; ..$ misuseGlobalEnv : NULL [07:33:35.271] | : . ' , ; ..$ misuseConnections :List of 3 [07:33:35.271] | : . ' , ; .. ..$ added : NULL [07:33:35.271] | : . ' , ; .. ..$ removed : NULL [07:33:35.271] | : . ' , ; .. ..$ replaced: NULL [07:33:35.271] | : . ' , ; ..$ misuseDevices : NULL [07:33:35.271] | : . ' , ; ..$ misuseDefaultDevice: list() [07:33:35.271] | : . ' , ; ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:35.271] | : . ' , ; ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:35" [07:33:35.271] | : . ' , ; ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "7" [07:33:35.271] | : . ' , ; ..$ session_uuid : chr "e5a32bf42fc0d703d98ac6b23c12ecc1" [07:33:35.271] | : . ' , ; .. ..- attr(*, "source")=List of 5 [07:33:35.271] | : . ' , ; .. .. ..$ host : Named chr "CRANWIN3" [07:33:35.271] | : . ' , ; .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:35.271] | : . ' , ; .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:35.271] | : . ' , ; .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:35.271] | : . ' , ; .. .. ..$ pid : int 25228 [07:33:35.271] | : . ' , ; .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:35.271] | : . ' , ; .. .. ..$ random: int 2147483647 [07:33:35.271] | : . ' , ; ..$ r_info :List of 4 [07:33:35.271] | : . ' , ; .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:35.271] | : . ' , ; .. .. ..$ : int [1:3] 4 6 0 [07:33:35.271] | : . ' , ; .. ..$ os : chr "windows" [07:33:35.271] | : . ' , ; .. ..$ os_name : chr "Windows" [07:33:35.271] | : . ' , ; .. ..$ captures_utf8: logi TRUE [07:33:35.271] | : . ' , ; ..$ version : chr "1.8" [07:33:35.271] | : . ' , ; ..- attr(*, "class")= chr "FutureResult" [07:33:35.271] | : . ' , ; $ success: logi TRUE [07:33:35.271] | : . ' , ; $ time : 'proc_time' Named num [1:5] 0.05 0 0.56 NA NA [07:33:35.271] | : . ' , ; ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:35.271] | : . ' , ; $ tag : NULL [07:33:35.284] | : . ' , ; Received FutureResult [07:33:35.284] | : . ' , ; FutureResult: [07:33:35.284] | : . ' , ; value: 'list' [07:33:35.284] | : . ' , ; visible: TRUE [07:33:35.284] | : . ' , ; stdout: NULL [07:33:35.284] | : . ' , ; conditions: [n = 0] [07:33:35.284] | : . ' , ; RNG used: FALSE [07:33:35.284] | : . ' , ; duration: 0.558332 secs (started 2025-12-09 07:33:34.711074) [07:33:35.284] | : . ' , ; version: 1.8 [07:33:35.285] | : . ' , ; FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:35.285] | : . ' , ; ` Removed future from position #1 [07:33:35.285] | : . ' , ; ` Number of registered futures: 0 [07:33:35.286] | : . ' , ; FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:35.286] | : . ' , ; Erased future from future backend [07:33:35.286] | : . ' , ; result() for ClusterFuture ... [07:33:35.286] | : . ' , ; ` result already collected: FutureResult [07:33:35.286] | : . ' , ; result() for ClusterFuture ... done [07:33:35.286] | : . ' , ; signalConditions() ... [07:33:35.287] | : . ' , ; ` include = 'immediateCondition' [07:33:35.287] | : . ' , ; ` exclude = [07:33:35.287] | : . ' , ; ` resignal = FALSE [07:33:35.287] | : . ' , ; ` Number of conditions: 0 [07:33:35.287] | : . ' , ; ` int 0 [07:33:35.288] | : . ' , ; signalConditions() ... done [07:33:35.288] | : . ' , receiveMessageFromWorker() for ClusterFuture ... done [07:33:35.288] | : . ' , receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:35.288] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [07:33:35.288] | : . ' assertFutureResult() ... [07:33:35.288] | : . ' , Future uuid: 9666b1484a0876e33034202448105eaf-7 [07:33:35.289] | : . ' , identical; success [07:33:35.289] | : . ' assertFutureResult() ... done [07:33:35.289] | : . resolved() ... done [07:33:35.289] | : . MultisessionFuture #1 [07:33:35.289] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:35.289] | : . ' nx: 2 [07:33:35.290] | : . ' relay: TRUE [07:33:35.290] | : . ' stdout: TRUE [07:33:35.290] | : . ' signal: TRUE [07:33:35.290] | : . ' resignal: FALSE [07:33:35.290] | : . ' force: TRUE [07:33:35.290] | : . ' relayed: [n=2] FALSE, FALSE [07:33:35.290] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:35.291] | : . ' until=1 [07:33:35.291] | : . ' relaying element #1 [07:33:35.291] | : . ' value() for MultisessionFuture ('future_lapply-1') ... [07:33:35.291] | : . ' , result() for ClusterFuture ... [07:33:35.291] | : . ' , ; result already collected: FutureResult [07:33:35.291] | : . ' , result() for ClusterFuture ... done [07:33:35.292] | : . ' , result() for ClusterFuture ... [07:33:35.292] | : . ' , ; result already collected: FutureResult [07:33:35.292] | : . ' , result() for ClusterFuture ... done [07:33:35.292] | : . ' , signalConditions() ... [07:33:35.292] | : . ' , ; include = 'immediateCondition' [07:33:35.292] | : . ' , ; exclude = [07:33:35.293] | : . ' , ; resignal = FALSE [07:33:35.293] | : . ' , ; Number of conditions: 0 [07:33:35.293] | : . ' , ; int 0 [07:33:35.293] | : . ' , signalConditions() ... done [07:33:35.293] | : . ' , relay stdout ... [07:33:35.294] | : . ' , relay stdout ... done [07:33:35.294] | : . ' , check for misuse ... [07:33:35.294] | : . ' , check for misuse ... done [07:33:35.294] | : . ' value() for MultisessionFuture ('future_lapply-1') ... done [07:33:35.294] | : . ' result() for ClusterFuture ... [07:33:35.294] | : . ' , result already collected: FutureResult [07:33:35.295] | : . ' result() for ClusterFuture ... done [07:33:35.295] | : . ' signalConditions() ... [07:33:35.295] | : . ' , include = 'immediateCondition' [07:33:35.295] | : . ' , exclude = [07:33:35.295] | : . ' , resignal = FALSE [07:33:35.295] | : . ' , Number of conditions: 0 [07:33:35.296] | : . ' , int 0 [07:33:35.296] | : . ' signalConditions() ... done [07:33:35.296] | : . ' result() for ClusterFuture ... [07:33:35.297] | : . ' , result already collected: FutureResult [07:33:35.297] | : . ' result() for ClusterFuture ... done [07:33:35.297] | : . ' signalConditions() ... [07:33:35.297] | : . ' , include = 'condition' [07:33:35.297] | : . ' , exclude = 'error', 'immediateCondition' [07:33:35.297] | : . ' , resignal = TRUE [07:33:35.298] | : . ' , Number of conditions: 0 [07:33:35.298] | : . ' , int 0 [07:33:35.298] | : . ' signalConditions() ... done [07:33:35.298] | : . ' relayed: [n=2] TRUE, FALSE [07:33:35.299] | : . ' queued futures: [n=2] TRUE, TRUE [07:33:35.299] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:35.299] | : . value(, ...) ... [07:33:35.299] | : . value(, ...) ... done [07:33:35.299] | : . value() for MultisessionFuture ('future_lapply-1') ... [07:33:35.299] | : . ' result() for ClusterFuture ... [07:33:35.299] | : . ' , result already collected: FutureResult [07:33:35.300] | : . ' result() for ClusterFuture ... done [07:33:35.300] | : . ' result() for ClusterFuture ... [07:33:35.300] | : . ' , result already collected: FutureResult [07:33:35.300] | : . ' result() for ClusterFuture ... done [07:33:35.300] | : . ' signalConditions() ... [07:33:35.300] | : . ' , include = 'immediateCondition' [07:33:35.301] | : . ' , exclude = [07:33:35.301] | : . ' , resignal = FALSE [07:33:35.301] | : . ' , Number of conditions: 0 [07:33:35.301] | : . ' , int 0 [07:33:35.302] | : . ' signalConditions() ... done [07:33:35.302] | : . ' check for misuse ... [07:33:35.302] | : . ' check for misuse ... done [07:33:35.302] | : . value() for MultisessionFuture ('future_lapply-1') ... done [07:33:35.302] | : . value: [07:33:35.302] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:35.302] | : . ' nx: 2 [07:33:35.303] | : . ' relay: TRUE [07:33:35.303] | : . ' stdout: TRUE [07:33:35.303] | : . ' signal: TRUE [07:33:35.303] | : . ' resignal: FALSE [07:33:35.303] | : . ' force: TRUE [07:33:35.303] | : . ' relayed: [n=2] TRUE, FALSE [07:33:35.304] | : . ' queued futures: [n=2] TRUE, TRUE [07:33:35.304] | : . ' until=2 [07:33:35.304] | : . ' relaying element #2 [07:33:35.304] | : . ' value() for MultisessionFuture ('future_lapply-2') ... [07:33:35.304] | : . ' , result() for ClusterFuture ... [07:33:35.304] | : . ' , ; result already collected: FutureResult [07:33:35.305] | : . ' , result() for ClusterFuture ... done [07:33:35.305] | : . ' , result() for ClusterFuture ... [07:33:35.305] | : . ' , ; result already collected: FutureResult [07:33:35.305] | : . ' , result() for ClusterFuture ... done [07:33:35.305] | : . ' , signalConditions() ... [07:33:35.305] | : . ' , ; include = 'immediateCondition' [07:33:35.305] | : . ' , ; exclude = [07:33:35.306] | : . ' , ; resignal = FALSE [07:33:35.306] | : . ' , ; Number of conditions: 0 [07:33:35.306] | : . ' , ; int 0 [07:33:35.306] | : . ' , signalConditions() ... done [07:33:35.307] | : . ' , relay stdout ... [07:33:35.307] | : . ' , relay stdout ... done [07:33:35.307] | : . ' , check for misuse ... [07:33:35.307] | : . ' , check for misuse ... done [07:33:35.307] | : . ' value() for MultisessionFuture ('future_lapply-2') ... done [07:33:35.307] | : . ' result() for ClusterFuture ... [07:33:35.308] | : . ' , result already collected: FutureResult [07:33:35.308] | : . ' result() for ClusterFuture ... done [07:33:35.308] | : . ' signalConditions() ... [07:33:35.308] | : . ' , include = 'immediateCondition' [07:33:35.308] | : . ' , exclude = [07:33:35.308] | : . ' , resignal = FALSE [07:33:35.309] | : . ' , Number of conditions: 0 [07:33:35.309] | : . ' , int 0 [07:33:35.309] | : . ' signalConditions() ... done [07:33:35.309] | : . ' result() for ClusterFuture ... [07:33:35.310] | : . ' , result already collected: FutureResult [07:33:35.310] | : . ' result() for ClusterFuture ... done [07:33:35.310] | : . ' signalConditions() ... [07:33:35.310] | : . ' , include = 'condition' [07:33:35.310] | : . ' , exclude = 'error', 'immediateCondition' [07:33:35.310] | : . ' , resignal = TRUE [07:33:35.311] | : . ' , Number of conditions: 0 [07:33:35.311] | : . ' , int 0 [07:33:35.311] | : . ' signalConditions() ... done [07:33:35.311] | : . ' relayed: [n=2] TRUE, TRUE [07:33:35.311] | : . ' queued futures: [n=2] TRUE, TRUE [07:33:35.312] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:35.312] | : . resolve() for MultisessionFuture ... [07:33:35.312] | : . resolve() for MultisessionFuture ... done [07:33:35.312] | : . length: 0 (resolved future 1) [07:33:35.312] | : future_lapply() -> future_xapply() ... done [07:33:35.313] | : Relaying remaining futures ... [07:33:35.313] | : . signalConditionsASAP(NULL, pos=0) ... [07:33:35.313] | : . ' nx: 2 [07:33:35.313] | : . ' relay: TRUE [07:33:35.313] | : . ' stdout: TRUE [07:33:35.313] | : . ' signal: TRUE [07:33:35.313] | : . ' resignal: FALSE [07:33:35.314] | : . ' force: TRUE [07:33:35.314] | : . ' relayed: [n=2] TRUE, TRUE [07:33:35.314] | : . ' queued futures: [n=2] TRUE, TRUE - flush all [07:33:35.314] | : . ' relayed: [n=2] TRUE, TRUE [07:33:35.314] | : . ' queued futures: [n=2] TRUE, TRUE [07:33:35.314] | : . signalConditionsASAP(NULL, pos=0) ... done [07:33:35.315] | : Relaying remaining futures ... done [07:33:35.315] | future_lapply() ... done [07:33:35.315] | - Number of value chunks collected: 2 [07:33:35.315] | Resolving 2 futures (chunks) ... DONE [07:33:35.315] | Reducing values from 2 chunks ... [07:33:35.315] | - Number of values collected after concatenation: 2 [07:33:35.316] | - Number of values expected: 2 [07:33:35.316] | Reducing values from 2 chunks ... DONE [07:33:35.316] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... [07:33:35.316] future_lapply() ... [07:33:35.317] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [07:33:35.318] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [07:33:35.318] | future_lapply() -> future_xapply() ... [07:33:35.318] | : nbrOfWorkers(NULL) ... [07:33:35.318] | : . List of 4 [07:33:35.318] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:35.318] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:35.318] | : . $ : language nbrOfWorkers() [07:33:35.318] | : . $ : language nbrOfWorkers.NULL() [07:33:35.322] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:35.322] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:35.322] | : . Number of workers: 2 [07:33:35.322] | : nbrOfWorkers(NULL) ... done [07:33:35.323] | : Number of chunks: 2 [07:33:35.323] | : getGlobalsAndPackagesXApply() ... [07:33:35.323] | : . future.globals: TRUE [07:33:35.323] | : . getGlobalsAndPackages() ... [07:33:35.323] | : . ' Searching for globals ... [07:33:35.332] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [07:33:35.332] | : . ' Searching for globals ... done [07:33:35.332] | : . ' Resolving globals: FALSE [07:33:35.332] | : . ' Search for packages associated with the globals ... [07:33:35.333] | : . ' , Packages associated with globals: [1] 'base' [07:33:35.333] | : . ' , Packages: [1] 'base' [07:33:35.333] | : . ' Search for packages associated with the globals ... done [07:33:35.333] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [07:33:35.334] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [07:33:35.334] | : . ' Packages after dropping 'base': [0] [07:33:35.334] | : . ' globals: [1] 'FUN' [07:33:35.334] | : . ' packages: [0] [07:33:35.335] | : . getGlobalsAndPackages() ... done [07:33:35.335] | : . globals found/used: [n=1] 'FUN' [07:33:35.335] | : . needed namespaces: [n=0] [07:33:35.335] | : . use_args: TRUE [07:33:35.335] | : . Getting '...' globals ... [07:33:35.336] | : . ' resolve() for FutureGlobals ... [07:33:35.336] | : . ' , recursive: 0 [07:33:35.336] | : . ' , Number of elements: 1 [07:33:35.336] | : . ' , elements: '...' [07:33:35.336] | : . ' , 'obj' is DotDotDotList [07:33:35.337] | : . ' , resolve(obj, ...) ... [07:33:35.337] | : . ' , ; resolve() for DotDotDotList ... [07:33:35.337] | : . ' , ; ` recursive: -1 [07:33:35.337] | : . ' , ; resolve() for DotDotDotList ... done [07:33:35.337] | : . ' , resolve(obj, ...) ... done [07:33:35.337] | : . ' , resolved() ... [07:33:35.338] | : . ' , ; resolved() for DotDotDotList ... [07:33:35.338] | : . ' , ; ` Number of elements: 0 [07:33:35.338] | : . ' , ; ` Number of futures: 0 [07:33:35.338] | : . ' , ; resolved() for DotDotDotList ... done [07:33:35.338] | : . ' , resolved() ... done [07:33:35.338] | : . ' , length: 0 (resolved future 1) [07:33:35.339] | : . ' resolve() for FutureGlobals ... done [07:33:35.339] | : . ' '...' content: [n=0] [07:33:35.339] | : . ' List of 1 [07:33:35.339] | : . ' $ ...: list() [07:33:35.339] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:35.339] | : . ' - attr(*, "where")=List of 1 [07:33:35.339] | : . ' ..$ ...: [07:33:35.339] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:35.339] | : . ' - attr(*, "resolved")= logi TRUE [07:33:35.339] | : . ' - attr(*, "total_size")= num NA [07:33:35.342] | : . Getting '...' globals ... done [07:33:35.342] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [07:33:35.342] | : . List of 2 [07:33:35.342] | : . $ ...future.FUN:function (x) [07:33:35.342] | : . $ ... : list() [07:33:35.342] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:35.342] | : . - attr(*, "where")=List of 2 [07:33:35.342] | : . ..$ ...future.FUN: [07:33:35.342] | : . ..$ ... : [07:33:35.342] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:35.342] | : . - attr(*, "resolved")= logi FALSE [07:33:35.342] | : . - attr(*, "total_size")= num 6008 [07:33:35.346] | : . Packages to be attached in all futures: [n=0] [07:33:35.346] | : getGlobalsAndPackagesXApply() ... done [07:33:35.346] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.346] | : List of 5 [07:33:35.346] | : $ ...future.FUN :function (x) [07:33:35.346] | : $ ... : list() [07:33:35.346] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:35.346] | : $ ...future.elements_ii : NULL [07:33:35.346] | : $ ...future.seeds_ii : NULL [07:33:35.346] | : $ ...future.globals.maxSize: NULL [07:33:35.346] | : - attr(*, "where")=List of 5 [07:33:35.346] | : ..$ ...future.FUN : [07:33:35.346] | : ..$ ... : [07:33:35.346] | : ..$ ...future.elements_ii : [07:33:35.346] | : ..$ ...future.seeds_ii : [07:33:35.346] | : ..$ ...future.globals.maxSize: [07:33:35.346] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:35.346] | : - attr(*, "resolved")= logi FALSE [07:33:35.346] | : - attr(*, "total_size")= num 6008 [07:33:35.351] | : Number of futures (= number of chunks): 2 [07:33:35.352] | : Launching 2 futures (chunks) ... [07:33:35.352] | : Chunk #1 of 2 ... [07:33:35.352] | : - Finding globals in 'X' for chunk #1 ... [07:33:35.352] | : getGlobalsAndPackages() ... [07:33:35.352] | : . Searching for globals ... [07:33:35.353] | : . ' globals found: [0] [07:33:35.353] | : . Searching for globals ... done [07:33:35.353] | : . globals: [0] [07:33:35.353] | : . packages: [0] [07:33:35.353] | : getGlobalsAndPackages() ... done [07:33:35.353] | : + additional globals found: [n=0] [07:33:35.354] | : + additional namespaces needed: [n=0] [07:33:35.354] | : - Finding globals in 'X' for chunk #1 ... DONE [07:33:35.354] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:35.354] | : - seeds: [07:33:35.354] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.354] | : future(..., label = 'future_lapply-1') ... [07:33:35.355] | : . lazy: FALSE [07:33:35.355] | : . stdout: TRUE [07:33:35.355] | : . conditions: [n=1] 'condition' [07:33:35.355] | : . gc: FALSE [07:33:35.355] | : . earlySignal: FALSE [07:33:35.355] | : . getGlobalsAndPackages() ... [07:33:35.356] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.356] | : . ' Resolving globals: FALSE [07:33:35.356] | : . ' Tweak future expression to call with '...' arguments ... [07:33:35.356] | : . ' , { [07:33:35.356] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:35.356] | : . ' , "# expression in do.call(), because function called uses '...' " [07:33:35.356] | : . ' , "# as a global variable " [07:33:35.356] | : . ' , do.call(function(...) { [07:33:35.356] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:35.356] | : . ' , "# without having an '...' argument. This means '...' is treated" [07:33:35.356] | : . ' , "# as a global variable. This may happen when FUN() is an " [07:33:35.356] | : . ' , "# anonymous function. " [07:33:35.356] | : . ' , "# " [07:33:35.356] | : . ' , "# If an anonymous function, we will make sure to restore the " [07:33:35.356] | : . ' , "# function environment of FUN() to the calling environment. " [07:33:35.356] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [07:33:35.356] | : . ' , "# global environment, which is where globals are written. " [07:33:35.356] | : . ' , penv <- env <- environment(...future.FUN) [07:33:35.356] | : . ' , repeat { [07:33:35.356] | : . ' , if (identical(env, globalenv()) || identical(env, [07:33:35.356] | : . ' , emptyenv())) [07:33:35.356] | : . ' , break [07:33:35.356] | : . ' , penv <- env [07:33:35.356] | : . ' , env <- parent.env(env) [07:33:35.356] | : . ' , } [07:33:35.356] | : . ' , if (identical(penv, globalenv())) { [07:33:35.356] | : . ' , environment(...future.FUN) <- environment() [07:33:35.356] | : . ' , } [07:33:35.356] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:35.356] | : . ' , !isNamespace(penv)) { [07:33:35.356] | : . ' , parent.env(penv) <- environment() [07:33:35.356] | : . ' , } [07:33:35.356] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [07:33:35.356] | : . ' , { [07:33:35.356] | : . ' , "# future.apply:::future_xapply(): preserve future option" [07:33:35.356] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:35.356] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:35.356] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:35.356] | : . ' , on.exit(options(oopts), add = TRUE) [07:33:35.356] | : . ' , } [07:33:35.356] | : . ' , { [07:33:35.356] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [07:33:35.356] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:35.356] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:35.356] | : . ' , { [07:33:35.356] | : . ' , ...future.FUN(...future.X_jj, ...) [07:33:35.356] | : . ' , } [07:33:35.356] | : . ' , }) [07:33:35.356] | : . ' , } [07:33:35.356] | : . ' , } [07:33:35.356] | : . ' , }, args = future.call.arguments) [07:33:35.356] | : . ' , } [07:33:35.357] | : . ' Tweak future expression to call with '...' arguments ... done [07:33:35.357] | : . ' Search for packages associated with the globals ... [07:33:35.358] | : . ' , Packages associated with globals: [0] [07:33:35.358] | : . ' , Packages: [0] [07:33:35.358] | : . ' Search for packages associated with the globals ... done [07:33:35.358] | : . ' Packages after dropping 'base': [0] [07:33:35.359] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.359] | : . ' packages: [0] [07:33:35.359] | : . getGlobalsAndPackages() ... done [07:33:35.359] | : . run() for 'Future' ('future_lapply-1') ... [07:33:35.359] | : . ' state: 'created' [07:33:35.360] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:35.360] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:35.360] | : . ' Using MultisessionFutureBackend ... [07:33:35.360] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [07:33:35.360] | : . ' , Launching futures ... [07:33:35.360] | : . ' , ; launchFuture() for ClusterFutureBackend ... [07:33:35.361] | : . ' , ; ` Workers: [n=2] [07:33:35.361] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:35.363] | : . ' , ; ` FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:35.363] | : . ' , ; ` requestWorker() ... [07:33:35.363] | : . ' , ; ` | requestNode() ... [07:33:35.363] | : . ' , ; ` | : Number of workers: 2 [07:33:35.363] | : . ' , ; ` | : Polling for a free worker ... [07:33:35.363] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:35.364] | : . ' , ; ` | : . ' Listing all futures [07:33:35.364] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:35.364] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:35.364] | : . ' , ; ` | : . Total time: 0 [07:33:35.364] | : . ' , ; ` | : Polling for a free worker ... done [07:33:35.364] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:35.365] | : . ' , ; ` | : . Listing all futures [07:33:35.365] | : . ' , ; ` | : . Number of registered futures: 0 [07:33:35.365] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:35.365] | : . ' , ; ` | : avail: [n=2] '1', '2' [07:33:35.365] | : . ' , ; ` | : Index of first available worker: 1 [07:33:35.365] | : . ' , ; ` | : Validate that the worker is functional ... [07:33:35.366] | : . ' , ; ` | : . Worker is functional [07:33:35.366] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:35.366] | : . ' , ; ` | : . ' Listing all futures [07:33:35.366] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:35.366] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:35.367] | : . ' , ; ` | : Validate that the worker is functional ... done [07:33:35.367] | : . ' , ; ` | requestNode() ... done [07:33:35.367] | : . ' , ; ` | cluster node index: 1 [07:33:35.367] | : . ' , ; ` requestWorker() ... done [07:33:35.367] | : . ' , ; ` eraseGlobalEnvironment() ... [07:33:35.368] | : . ' , ; ` eraseGlobalEnvironment() ... done [07:33:35.368] | : . ' , ; ` launchFuture() ... [07:33:35.368] | : . ' , ; ` | cluster node index: 1 [07:33:35.368] | : . ' , ; ` | getFutureData() ... [07:33:35.368] | : . ' , ; ` | : getFutureCore() ... [07:33:35.369] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [07:33:35.369] | : . ' , ; ` | : getFutureCore() ... done [07:33:35.369] | : . ' , ; ` | : getFutureCapture() ... [07:33:35.369] | : . ' , ; ` | : getFutureCapture() ... done [07:33:35.369] | : . ' , ; ` | : getFutureContext() ... [07:33:35.369] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:35.370] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [07:33:35.370] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:35.370] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [07:33:35.370] | : . ' , ; ` | : getFutureContext() ... done [07:33:35.370] | : . ' , ; ` | getFutureData() ... done [07:33:35.371] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:35.371] | : . ' , ; ` | : Appended future to position #1 [07:33:35.371] | : . ' , ; ` | : Number of registered futures: 1 [07:33:35.371] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:35.371] | : . ' , ; ` launchFuture() ... done [07:33:35.372] | : . ' , ; ` MultisessionFuture started [07:33:35.372] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [07:33:35.372] | : . ' , Launching futures ... done [07:33:35.372] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:35.372] | : . ' Using MultisessionFutureBackend ... done [07:33:35.372] | : . run() for 'Future' ('future_lapply-1') ... done [07:33:35.373] | : future(..., label = 'future_lapply-1') ... done [07:33:35.373] | : Created future: [07:33:35.374] | : resolved() ... [07:33:35.375] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [07:33:35.375] | : . ' Cluster node socket connection: index=4, id=436 [07:33:35.375] | : . ' assertValidConnection() ... [07:33:35.375] | : . ' , cluster node index: 1 [07:33:35.376] | : . ' assertValidConnection() ... done [07:33:35.577] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:35.578] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [07:33:35.578] | : resolved() ... done [07:33:35.373] | : MultisessionFuture: [07:33:35.373] | : Label: 'future_lapply-1' [07:33:35.373] | : Expression: [07:33:35.373] | : { [07:33:35.373] | : "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:35.373] | : "# expression in do.call(), because function called uses '...' " [07:33:35.373] | : "# as a global variable " [07:33:35.373] | : do.call(function(...) { [07:33:35.373] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:35.373] | : "# without having an '...' argument. This means '...' is treated" [07:33:35.373] | : "# as a global variable. This may happen when FUN() is an " [07:33:35.373] | : "# anonymous function. " [07:33:35.373] | : "# " [07:33:35.373] | : "# If an anonymous function, we will make sure to restore the " [07:33:35.373] | : "# function environment of FUN() to the calling environment. " [07:33:35.373] | : "# We assume FUN() an anonymous function if it lives in the " [07:33:35.373] | : "# global environment, which is where globals are written. " [07:33:35.373] | : penv <- env <- environment(...future.FUN) [07:33:35.373] | : repeat { [07:33:35.373] | : if (identical(env, globalenv()) || identical(env, [07:33:35.373] | : emptyenv())) [07:33:35.373] | : break [07:33:35.373] | : penv <- env [07:33:35.373] | : env <- parent.env(env) [07:33:35.373] | : } [07:33:35.373] | : if (identical(penv, globalenv())) { [07:33:35.373] | : environment(...future.FUN) <- environment() [07:33:35.373] | : } [07:33:35.373] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:35.373] | : !isNamespace(penv)) { [07:33:35.373] | : parent.env(penv) <- environment() [07:33:35.373] | : } [07:33:35.373] | : rm(list = c("env", "penv"), inherits = FALSE) [07:33:35.373] | : { [07:33:35.373] | : "# future.apply:::future_xapply(): preserve future option" [07:33:35.373] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:35.373] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:35.373] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:35.373] | : on.exit(options(oopts), add = TRUE) [07:33:35.373] | : } [07:33:35.373] | : { [07:33:35.373] | : "# future.apply::future_lapply(): process chunk of elements" [07:33:35.373] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:35.373] | : ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:35.373] | : { [07:33:35.373] | : ...future.FUN(...future.X_jj, ...) [07:33:35.373] | : } [07:33:35.373] | : }) [07:33:35.373] | : } [07:33:35.373] | : } [07:33:35.373] | : }, args = future.call.arguments) [07:33:35.373] | : } [07:33:35.373] | : Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:35.373] | : Packages: [07:33:35.373] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:35.373] | : Capture standard output: TRUE [07:33:35.373] | : Capture condition classes: 'condition' (excluding '') [07:33:35.373] | : Immediate condition classes: 'immediateCondition' [07:33:35.373] | : Lazy evaluation: FALSE [07:33:35.373] | : Local evaluation: TRUE [07:33:35.373] | : Asynchronous evaluation: TRUE [07:33:35.373] | : Early signaling: FALSE [07:33:35.373] | : Environment: R_GlobalEnv [07:33:35.373] | : State: 'running' [07:33:35.373] | : Resolved: FALSE [07:33:35.373] | : Unique identifier: 9666b1484a0876e33034202448105eaf-9 [07:33:35.373] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:35.373] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:35.373] | : Value: [07:33:35.373] | : Conditions captured: [07:33:35.578] | : Chunk #1 of 2 ... DONE [07:33:35.578] | : Chunk #2 of 2 ... [07:33:35.579] | : - Finding globals in 'X' for chunk #2 ... [07:33:35.579] | : getGlobalsAndPackages() ... [07:33:35.579] | : . Searching for globals ... [07:33:35.579] | : . ' globals found: [0] [07:33:35.580] | : . Searching for globals ... done [07:33:35.580] | : . globals: [0] [07:33:35.580] | : . packages: [0] [07:33:35.580] | : getGlobalsAndPackages() ... done [07:33:35.580] | : + additional globals found: [n=0] [07:33:35.580] | : + additional namespaces needed: [n=0] [07:33:35.581] | : - Finding globals in 'X' for chunk #2 ... DONE [07:33:35.581] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:35.581] | : - seeds: [07:33:35.581] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.581] | : future(..., label = 'future_lapply-2') ... [07:33:35.581] | : . lazy: FALSE [07:33:35.582] | : . stdout: TRUE [07:33:35.582] | : . conditions: [n=1] 'condition' [07:33:35.582] | : . gc: FALSE [07:33:35.582] | : . earlySignal: FALSE [07:33:35.582] | : . getGlobalsAndPackages() ... [07:33:35.582] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.583] | : . ' Resolving globals: FALSE [07:33:35.583] | : . ' Tweak future expression to call with '...' arguments ... [07:33:35.583] | : . ' , { [07:33:35.583] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:35.583] | : . ' , "# expression in do.call(), because function called uses '...' " [07:33:35.583] | : . ' , "# as a global variable " [07:33:35.583] | : . ' , do.call(function(...) { [07:33:35.583] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:35.583] | : . ' , "# without having an '...' argument. This means '...' is treated" [07:33:35.583] | : . ' , "# as a global variable. This may happen when FUN() is an " [07:33:35.583] | : . ' , "# anonymous function. " [07:33:35.583] | : . ' , "# " [07:33:35.583] | : . ' , "# If an anonymous function, we will make sure to restore the " [07:33:35.583] | : . ' , "# function environment of FUN() to the calling environment. " [07:33:35.583] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [07:33:35.583] | : . ' , "# global environment, which is where globals are written. " [07:33:35.583] | : . ' , penv <- env <- environment(...future.FUN) [07:33:35.583] | : . ' , repeat { [07:33:35.583] | : . ' , if (identical(env, globalenv()) || identical(env, [07:33:35.583] | : . ' , emptyenv())) [07:33:35.583] | : . ' , break [07:33:35.583] | : . ' , penv <- env [07:33:35.583] | : . ' , env <- parent.env(env) [07:33:35.583] | : . ' , } [07:33:35.583] | : . ' , if (identical(penv, globalenv())) { [07:33:35.583] | : . ' , environment(...future.FUN) <- environment() [07:33:35.583] | : . ' , } [07:33:35.583] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:35.583] | : . ' , !isNamespace(penv)) { [07:33:35.583] | : . ' , parent.env(penv) <- environment() [07:33:35.583] | : . ' , } [07:33:35.583] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [07:33:35.583] | : . ' , { [07:33:35.583] | : . ' , "# future.apply:::future_xapply(): preserve future option" [07:33:35.583] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:35.583] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:35.583] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:35.583] | : . ' , on.exit(options(oopts), add = TRUE) [07:33:35.583] | : . ' , } [07:33:35.583] | : . ' , { [07:33:35.583] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [07:33:35.583] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:35.583] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:35.583] | : . ' , { [07:33:35.583] | : . ' , ...future.FUN(...future.X_jj, ...) [07:33:35.583] | : . ' , } [07:33:35.583] | : . ' , }) [07:33:35.583] | : . ' , } [07:33:35.583] | : . ' , } [07:33:35.583] | : . ' , }, args = future.call.arguments) [07:33:35.583] | : . ' , } [07:33:35.584] | : . ' Tweak future expression to call with '...' arguments ... done [07:33:35.584] | : . ' Search for packages associated with the globals ... [07:33:35.585] | : . ' , Packages associated with globals: [0] [07:33:35.585] | : . ' , Packages: [0] [07:33:35.585] | : . ' Search for packages associated with the globals ... done [07:33:35.585] | : . ' Packages after dropping 'base': [0] [07:33:35.585] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.586] | : . ' packages: [0] [07:33:35.586] | : . getGlobalsAndPackages() ... done [07:33:35.586] | : . run() for 'Future' ('future_lapply-2') ... [07:33:35.586] | : . ' state: 'created' [07:33:35.587] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:35.587] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:35.587] | : . ' Using MultisessionFutureBackend ... [07:33:35.587] | : . ' , Number of futures since start: 3 (3 created, 3 launched, 2 finished) [07:33:35.587] | : . ' , Launching futures ... [07:33:35.587] | : . ' , ; launchFuture() for ClusterFutureBackend ... [07:33:35.588] | : . ' , ; ` Workers: [n=2] [07:33:35.588] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:35.590] | : . ' , ; ` FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:35.590] | : . ' , ; ` requestWorker() ... [07:33:35.590] | : . ' , ; ` | requestNode() ... [07:33:35.590] | : . ' , ; ` | : Number of workers: 2 [07:33:35.590] | : . ' , ; ` | : Polling for a free worker ... [07:33:35.590] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:35.591] | : . ' , ; ` | : . ' Listing all futures [07:33:35.591] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:35.591] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:35.591] | : . ' , ; ` | : . Total time: 0 [07:33:35.591] | : . ' , ; ` | : Polling for a free worker ... done [07:33:35.591] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:35.592] | : . ' , ; ` | : . Listing all futures [07:33:35.592] | : . ' , ; ` | : . Number of registered futures: 1 [07:33:35.592] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:35.592] | : . ' , ; ` | : avail: [n=2] '2' [07:33:35.592] | : . ' , ; ` | : Index of first available worker: 2 [07:33:35.592] | : . ' , ; ` | : Validate that the worker is functional ... [07:33:35.593] | : . ' , ; ` | : . Worker is functional [07:33:35.593] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:35.593] | : . ' , ; ` | : . ' Listing all futures [07:33:35.594] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:35.594] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:35.594] | : . ' , ; ` | : Validate that the worker is functional ... done [07:33:35.594] | : . ' , ; ` | requestNode() ... done [07:33:35.594] | : . ' , ; ` | cluster node index: 2 [07:33:35.594] | : . ' , ; ` requestWorker() ... done [07:33:35.595] | : . ' , ; ` eraseGlobalEnvironment() ... [07:33:35.595] | : . ' , ; ` eraseGlobalEnvironment() ... done [07:33:35.595] | : . ' , ; ` launchFuture() ... [07:33:35.595] | : . ' , ; ` | cluster node index: 2 [07:33:35.596] | : . ' , ; ` | getFutureData() ... [07:33:35.596] | : . ' , ; ` | : getFutureCore() ... [07:33:35.596] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [07:33:35.596] | : . ' , ; ` | : getFutureCore() ... done [07:33:35.596] | : . ' , ; ` | : getFutureCapture() ... [07:33:35.596] | : . ' , ; ` | : getFutureCapture() ... done [07:33:35.597] | : . ' , ; ` | : getFutureContext() ... [07:33:35.597] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:35.597] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [07:33:35.597] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:35.597] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [07:33:35.597] | : . ' , ; ` | : getFutureContext() ... done [07:33:35.598] | : . ' , ; ` | getFutureData() ... done [07:33:35.598] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:35.598] | : . ' , ; ` | : Appended future to position #2 [07:33:35.598] | : . ' , ; ` | : Number of registered futures: 2 [07:33:35.599] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:35.599] | : . ' , ; ` launchFuture() ... done [07:33:35.599] | : . ' , ; ` MultisessionFuture started [07:33:35.599] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [07:33:35.599] | : . ' , Launching futures ... done [07:33:35.599] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:35.600] | : . ' Using MultisessionFutureBackend ... done [07:33:35.600] | : . run() for 'Future' ('future_lapply-2') ... done [07:33:35.600] | : future(..., label = 'future_lapply-2') ... done [07:33:35.600] | : Created future: [07:33:35.602] | : resolved() ... [07:33:35.602] | : . resolved() for MultisessionFuture ('future_lapply-2') ... [07:33:35.602] | : . ' Cluster node socket connection: index=5, id=437 [07:33:35.603] | : . ' assertValidConnection() ... [07:33:35.603] | : . ' , cluster node index: 2 [07:33:35.603] | : . ' assertValidConnection() ... done [07:33:35.603] | : . ' receiveMessageFromWorker() for ClusterFuture ... [07:33:35.603] | : . ' , cluster node index: 2 [07:33:35.604] | : . ' , [1] TRUE [07:33:35.604] | : . ' , Received data: [07:33:35.604] | : . ' , List of 5 [07:33:35.604] | : . ' , $ type : chr "VALUE" [07:33:35.604] | : . ' , $ value :List of 16 [07:33:35.604] | : . ' , ..$ value :List of 1 [07:33:35.604] | : . ' , .. ..$ : int 0 [07:33:35.604] | : . ' , ..$ visible : logi TRUE [07:33:35.604] | : . ' , ..$ stdout : chr "[1] 0\n" [07:33:35.604] | : . ' , ..$ conditions : list() [07:33:35.604] | : . ' , ..$ rng : logi FALSE [07:33:35.604] | : . ' , ..$ seed : NULL [07:33:35.604] | : . ' , ..$ misuseGlobalEnv : NULL [07:33:35.604] | : . ' , ..$ misuseConnections :List of 3 [07:33:35.604] | : . ' , .. ..$ added : NULL [07:33:35.604] | : . ' , .. ..$ removed : NULL [07:33:35.604] | : . ' , .. ..$ replaced: NULL [07:33:35.604] | : . ' , ..$ misuseDevices : NULL [07:33:35.604] | : . ' , ..$ misuseDefaultDevice: list() [07:33:35.604] | : . ' , ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:35" [07:33:35.604] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:35" [07:33:35.604] | : . ' , ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "10" [07:33:35.604] | : . ' , ..$ session_uuid : chr "d59aab41248ff4df84cdbec6b6ac737f" [07:33:35.604] | : . ' , .. ..- attr(*, "source")=List of 5 [07:33:35.604] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [07:33:35.604] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:35.604] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:35.604] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:35.604] | : . ' , .. .. ..$ pid : int 56188 [07:33:35.604] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:35.604] | : . ' , .. .. ..$ random: int 2147483647 [07:33:35.604] | : . ' , ..$ r_info :List of 4 [07:33:35.604] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:35.604] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [07:33:35.604] | : . ' , .. ..$ os : chr "windows" [07:33:35.604] | : . ' , .. ..$ os_name : chr "Windows" [07:33:35.604] | : . ' , .. ..$ captures_utf8: logi TRUE [07:33:35.604] | : . ' , ..$ version : chr "1.8" [07:33:35.604] | : . ' , ..- attr(*, "class")= chr "FutureResult" [07:33:35.604] | : . ' , $ success: logi TRUE [07:33:35.604] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [07:33:35.604] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:35.604] | : . ' , $ tag : NULL [07:33:35.618] | : . ' , Received FutureResult [07:33:35.618] | : . ' , FutureResult: [07:33:35.618] | : . ' , value: 'list' [07:33:35.618] | : . ' , visible: TRUE [07:33:35.618] | : . ' , stdout: character [07:33:35.618] | : . ' , conditions: [n = 0] [07:33:35.618] | : . ' , RNG used: FALSE [07:33:35.618] | : . ' , duration: 0.003155947 secs (started 2025-12-09 07:33:35.598818) [07:33:35.618] | : . ' , version: 1.8 [07:33:35.619] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:35.619] | : . ' , ; Removed future from position #2 [07:33:35.619] | : . ' , ; Number of registered futures: 1 [07:33:35.619] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:35.621] | : . ' , Erased future from future backend [07:33:35.621] | : . ' , result() for ClusterFuture ... [07:33:35.622] | : . ' , ; result already collected: FutureResult [07:33:35.622] | : . ' , result() for ClusterFuture ... done [07:33:35.622] | : . ' , signalConditions() ... [07:33:35.622] | : . ' , ; include = 'immediateCondition' [07:33:35.622] | : . ' , ; exclude = [07:33:35.622] | : . ' , ; resignal = FALSE [07:33:35.623] | : . ' , ; Number of conditions: 0 [07:33:35.623] | : . ' , ; int 0 [07:33:35.623] | : . ' , signalConditions() ... done [07:33:35.623] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [07:33:35.624] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:35.624] | : . resolved() for MultisessionFuture ('future_lapply-2') ... done [07:33:35.624] | : . assertFutureResult() ... [07:33:35.624] | : . ' Future uuid: 9666b1484a0876e33034202448105eaf-10 [07:33:35.624] | : . ' identical; success [07:33:35.624] | : . assertFutureResult() ... done [07:33:35.625] | : resolved() ... done [07:33:35.600] | : MultisessionFuture: [07:33:35.600] | : Label: 'future_lapply-2' [07:33:35.600] | : Expression: [07:33:35.600] | : { [07:33:35.600] | : "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:35.600] | : "# expression in do.call(), because function called uses '...' " [07:33:35.600] | : "# as a global variable " [07:33:35.600] | : do.call(function(...) { [07:33:35.600] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:35.600] | : "# without having an '...' argument. This means '...' is treated" [07:33:35.600] | : "# as a global variable. This may happen when FUN() is an " [07:33:35.600] | : "# anonymous function. " [07:33:35.600] | : "# " [07:33:35.600] | : "# If an anonymous function, we will make sure to restore the " [07:33:35.600] | : "# function environment of FUN() to the calling environment. " [07:33:35.600] | : "# We assume FUN() an anonymous function if it lives in the " [07:33:35.600] | : "# global environment, which is where globals are written. " [07:33:35.600] | : penv <- env <- environment(...future.FUN) [07:33:35.600] | : repeat { [07:33:35.600] | : if (identical(env, globalenv()) || identical(env, [07:33:35.600] | : emptyenv())) [07:33:35.600] | : break [07:33:35.600] | : penv <- env [07:33:35.600] | : env <- parent.env(env) [07:33:35.600] | : } [07:33:35.600] | : if (identical(penv, globalenv())) { [07:33:35.600] | : environment(...future.FUN) <- environment() [07:33:35.600] | : } [07:33:35.600] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:35.600] | : !isNamespace(penv)) { [07:33:35.600] | : parent.env(penv) <- environment() [07:33:35.600] | : } [07:33:35.600] | : rm(list = c("env", "penv"), inherits = FALSE) [07:33:35.600] | : { [07:33:35.600] | : "# future.apply:::future_xapply(): preserve future option" [07:33:35.600] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:35.600] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:35.600] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:35.600] | : on.exit(options(oopts), add = TRUE) [07:33:35.600] | : } [07:33:35.600] | : { [07:33:35.600] | : "# future.apply::future_lapply(): process chunk of elements" [07:33:35.600] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:35.600] | : ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:35.600] | : { [07:33:35.600] | : ...future.FUN(...future.X_jj, ...) [07:33:35.600] | : } [07:33:35.600] | : }) [07:33:35.600] | : } [07:33:35.600] | : } [07:33:35.600] | : }, args = future.call.arguments) [07:33:35.600] | : } [07:33:35.600] | : Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:35.600] | : Packages: [07:33:35.600] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:35.600] | : Capture standard output: TRUE [07:33:35.600] | : Capture condition classes: 'condition' (excluding '') [07:33:35.600] | : Immediate condition classes: 'immediateCondition' [07:33:35.600] | : Lazy evaluation: FALSE [07:33:35.600] | : Local evaluation: TRUE [07:33:35.600] | : Asynchronous evaluation: TRUE [07:33:35.600] | : Early signaling: FALSE [07:33:35.600] | : Environment: R_GlobalEnv [07:33:35.600] | : State: 'running' [07:33:35.600] | : Resolved: TRUE [07:33:35.600] | : Unique identifier: 9666b1484a0876e33034202448105eaf-10 [07:33:35.600] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:35.600] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:35.600] | : Value: [07:33:35.600] | : Conditions captured: [07:33:35.625] | : Chunk #2 of 2 ... DONE [07:33:35.625] | : Launching 2 futures (chunks) ... DONE [07:33:35.625] | : Resolving 2 futures (chunks) ... [07:33:35.626] | : value() for list ... [07:33:35.626] | : . recursive: 0 [07:33:35.626] | : . reduce: FALSE [07:33:35.626] | : . length: 2 [07:33:35.626] | : . Number of remaining objects: 2 [07:33:35.626] | : . checking value #1: [07:33:35.627] | : . 'obj' is MultisessionFuture [07:33:35.627] | : . resolved() ... [07:33:35.627] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [07:33:35.627] | : . ' , Cluster node socket connection: index=4, id=436 [07:33:35.628] | : . ' , assertValidConnection() ... [07:33:35.628] | : . ' , ; cluster node index: 1 [07:33:35.628] | : . ' , assertValidConnection() ... done [07:33:35.828] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:35.828] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [07:33:35.828] | : . resolved() ... done [07:33:35.829] | : . checking value #2: [07:33:35.829] | : . 'obj' is MultisessionFuture [07:33:35.829] | : . resolved() ... [07:33:35.829] | : . resolved() ... done [07:33:35.829] | : . MultisessionFuture #2 [07:33:35.829] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:35.830] | : . ' nx: 2 [07:33:35.830] | : . ' relay: TRUE [07:33:35.830] | : . ' stdout: TRUE [07:33:35.830] | : . ' signal: TRUE [07:33:35.830] | : . ' resignal: FALSE [07:33:35.830] | : . ' force: TRUE [07:33:35.830] | : . ' relayed: [n=2] FALSE, FALSE [07:33:35.831] | : . ' queued futures: [n=2] FALSE, FALSE [07:33:35.831] | : . ' until=1 [07:33:35.831] | : . ' relaying element #1 [07:33:35.831] | : . ' relayed: [n=2] FALSE, FALSE [07:33:35.831] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:35.831] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:35.832] | : . value(, ...) ... [07:33:35.832] | : . value(, ...) ... done [07:33:35.832] | : . value() for MultisessionFuture ('future_lapply-2') ... [07:33:35.832] | : . ' result() for ClusterFuture ... [07:33:35.832] | : . ' , result already collected: FutureResult [07:33:35.832] | : . ' result() for ClusterFuture ... done [07:33:35.833] | : . ' result() for ClusterFuture ... [07:33:35.833] | : . ' , result already collected: FutureResult [07:33:35.833] | : . ' result() for ClusterFuture ... done [07:33:35.833] | : . ' signalConditions() ... [07:33:35.833] | : . ' , include = 'immediateCondition' [07:33:35.833] | : . ' , exclude = [07:33:35.833] | : . ' , resignal = FALSE [07:33:35.834] | : . ' , Number of conditions: 0 [07:33:35.834] | : . ' , int 0 [07:33:35.834] | : . ' signalConditions() ... done [07:33:35.834] | : . ' check for misuse ... [07:33:35.835] | : . ' check for misuse ... done [07:33:35.835] | : . value() for MultisessionFuture ('future_lapply-2') ... done [07:33:35.835] | : . value: [07:33:35.835] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:35.835] | : . ' nx: 2 [07:33:35.835] | : . ' relay: TRUE [07:33:35.836] | : . ' stdout: TRUE [07:33:35.836] | : . ' signal: TRUE [07:33:35.836] | : . ' resignal: FALSE [07:33:35.836] | : . ' force: TRUE [07:33:35.836] | : . ' relayed: [n=2] FALSE, FALSE [07:33:35.836] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:35.836] | : . ' until=1 [07:33:35.837] | : . ' relaying element #1 [07:33:35.837] | : . ' relayed: [n=2] FALSE, FALSE [07:33:35.837] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:35.837] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:35.837] | : . resolve() for MultisessionFuture ... [07:33:35.837] | : . resolve() for MultisessionFuture ... done [07:33:35.838] | : . length: 1 (resolved future 2) [07:33:35.838] | : value() for list ... done [07:33:35.859] | : Number of remaining objects: 1 [07:33:35.859] | : checking value #1: [07:33:35.859] | : 'obj' is MultisessionFuture [07:33:35.860] | : resolved() ... [07:33:35.860] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [07:33:35.860] | : . ' Cluster node socket connection: index=4, id=436 [07:33:35.860] | : . ' assertValidConnection() ... [07:33:35.861] | : . ' , cluster node index: 1 [07:33:35.861] | : . ' assertValidConnection() ... done [07:33:35.877] | : . ' receiveMessageFromWorker() for ClusterFuture ... [07:33:35.877] | : . ' , cluster node index: 1 [07:33:35.877] | : . ' , [1] TRUE [07:33:35.878] | : . ' , Received data: [07:33:35.878] | : . ' , List of 5 [07:33:35.878] | : . ' , $ type : chr "VALUE" [07:33:35.878] | : . ' , $ value :List of 16 [07:33:35.878] | : . ' , ..$ value :List of 1 [07:33:35.878] | : . ' , .. ..$ : int 1 [07:33:35.878] | : . ' , ..$ visible : logi TRUE [07:33:35.878] | : . ' , ..$ stdout : chr "[1] 1\n" [07:33:35.878] | : . ' , ..$ conditions : list() [07:33:35.878] | : . ' , ..$ rng : logi FALSE [07:33:35.878] | : . ' , ..$ seed : NULL [07:33:35.878] | : . ' , ..$ misuseGlobalEnv : NULL [07:33:35.878] | : . ' , ..$ misuseConnections :List of 3 [07:33:35.878] | : . ' , .. ..$ added : NULL [07:33:35.878] | : . ' , .. ..$ removed : NULL [07:33:35.878] | : . ' , .. ..$ replaced: NULL [07:33:35.878] | : . ' , ..$ misuseDevices : NULL [07:33:35.878] | : . ' , ..$ misuseDefaultDevice: list() [07:33:35.878] | : . ' , ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:35" [07:33:35.878] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:35" [07:33:35.878] | : . ' , ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "9" [07:33:35.878] | : . ' , ..$ session_uuid : chr "e5a32bf42fc0d703d98ac6b23c12ecc1" [07:33:35.878] | : . ' , .. ..- attr(*, "source")=List of 5 [07:33:35.878] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [07:33:35.878] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:35.878] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:35.878] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:35.878] | : . ' , .. .. ..$ pid : int 25228 [07:33:35.878] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:35.878] | : . ' , .. .. ..$ random: int 2147483647 [07:33:35.878] | : . ' , ..$ r_info :List of 4 [07:33:35.878] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:35.878] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [07:33:35.878] | : . ' , .. ..$ os : chr "windows" [07:33:35.878] | : . ' , .. ..$ os_name : chr "Windows" [07:33:35.878] | : . ' , .. ..$ captures_utf8: logi TRUE [07:33:35.878] | : . ' , ..$ version : chr "1.8" [07:33:35.878] | : . ' , ..- attr(*, "class")= chr "FutureResult" [07:33:35.878] | : . ' , $ success: logi TRUE [07:33:35.878] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.51 NA NA [07:33:35.878] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:35.878] | : . ' , $ tag : NULL [07:33:35.891] | : . ' , Received FutureResult [07:33:35.891] | : . ' , FutureResult: [07:33:35.891] | : . ' , value: 'list' [07:33:35.891] | : . ' , visible: TRUE [07:33:35.891] | : . ' , stdout: character [07:33:35.891] | : . ' , conditions: [n = 0] [07:33:35.891] | : . ' , RNG used: FALSE [07:33:35.891] | : . ' , duration: 0.504801 secs (started 2025-12-09 07:33:35.371479) [07:33:35.891] | : . ' , version: 1.8 [07:33:35.892] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:35.892] | : . ' , ; Removed future from position #1 [07:33:35.892] | : . ' , ; Number of registered futures: 0 [07:33:35.893] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:35.893] | : . ' , Erased future from future backend [07:33:35.893] | : . ' , result() for ClusterFuture ... [07:33:35.893] | : . ' , ; result already collected: FutureResult [07:33:35.893] | : . ' , result() for ClusterFuture ... done [07:33:35.893] | : . ' , signalConditions() ... [07:33:35.894] | : . ' , ; include = 'immediateCondition' [07:33:35.894] | : . ' , ; exclude = [07:33:35.894] | : . ' , ; resignal = FALSE [07:33:35.894] | : . ' , ; Number of conditions: 0 [07:33:35.894] | : . ' , ; int 0 [07:33:35.895] | : . ' , signalConditions() ... done [07:33:35.895] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [07:33:35.895] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:35.895] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [07:33:35.895] | : . assertFutureResult() ... [07:33:35.895] | : . ' Future uuid: 9666b1484a0876e33034202448105eaf-9 [07:33:35.896] | : . ' identical; success [07:33:35.896] | : . assertFutureResult() ... done [07:33:35.896] | : resolved() ... done [07:33:35.896] | : MultisessionFuture #1 [07:33:35.896] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:35.896] | : . nx: 2 [07:33:35.897] | : . relay: TRUE [07:33:35.897] | : . stdout: TRUE [07:33:35.897] | : . signal: TRUE [07:33:35.897] | : . resignal: FALSE [07:33:35.897] | : . force: TRUE [07:33:35.897] | : . relayed: [n=2] FALSE, FALSE [07:33:35.897] | : . queued futures: [n=2] FALSE, TRUE [07:33:35.898] | : . until=1 [07:33:35.898] | : . relaying element #1 [07:33:35.898] | : . value() for MultisessionFuture ('future_lapply-1') ... [07:33:35.898] | : . ' result() for ClusterFuture ... [07:33:35.898] | : . ' , result already collected: FutureResult [07:33:35.898] | : . ' result() for ClusterFuture ... done [07:33:35.899] | : . ' result() for ClusterFuture ... [07:33:35.899] | : . ' , result already collected: FutureResult [07:33:35.899] | : . ' result() for ClusterFuture ... done [07:33:35.899] | : . ' signalConditions() ... [07:33:35.899] | : . ' , include = 'immediateCondition' [07:33:35.899] | : . ' , exclude = [07:33:35.899] | : . ' , resignal = FALSE [07:33:35.900] | : . ' , Number of conditions: 0 [07:33:35.900] | : . ' , int 0 [07:33:35.900] | : . ' signalConditions() ... done [07:33:35.900] | : . ' relay stdout ... [07:33:35.901] | : . ' relay stdout ... done [07:33:35.901] | : . ' check for misuse ... [07:33:35.901] | : . ' check for misuse ... done [07:33:35.901] | : . value() for MultisessionFuture ('future_lapply-1') ... done [07:33:35.901] | : . result() for ClusterFuture ... [07:33:35.901] | : . ' result already collected: FutureResult [07:33:35.902] | : . result() for ClusterFuture ... done [07:33:35.902] | : . signalConditions() ... [07:33:35.902] | : . ' include = 'immediateCondition' [07:33:35.902] | : . ' exclude = [07:33:35.902] | : . ' resignal = FALSE [07:33:35.902] | : . ' Number of conditions: 0 [07:33:35.903] | : . ' int 0 [07:33:35.903] | : . signalConditions() ... done [07:33:35.903] | : . result() for ClusterFuture ... [07:33:35.903] | : . ' result already collected: FutureResult [07:33:35.904] | : . result() for ClusterFuture ... done [07:33:35.904] | : . signalConditions() ... [07:33:35.904] | : . ' include = 'condition' [07:33:35.904] | : . ' exclude = 'error', 'immediateCondition' [07:33:35.904] | : . ' resignal = TRUE [07:33:35.904] | : . ' Number of conditions: 0 [07:33:35.904] | : . ' int 0 [07:33:35.905] | : . signalConditions() ... done [07:33:35.905] | : . relayed: [n=2] TRUE, FALSE [07:33:35.905] | : . queued futures: [n=2] TRUE, TRUE [07:33:35.905] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:35.906] | : value(, ...) ... [07:33:35.906] | : value(, ...) ... done [07:33:35.906] | : value() for MultisessionFuture ('future_lapply-1') ... [07:33:35.906] | : . result() for ClusterFuture ... [07:33:35.906] | : . ' result already collected: FutureResult [07:33:35.906] | : . result() for ClusterFuture ... done [07:33:35.907] | : . result() for ClusterFuture ... [07:33:35.907] | : . ' result already collected: FutureResult [07:33:35.907] | : . result() for ClusterFuture ... done [07:33:35.907] | : . signalConditions() ... [07:33:35.907] | : . ' include = 'immediateCondition' [07:33:35.907] | : . ' exclude = [07:33:35.908] | : . ' resignal = FALSE [07:33:35.908] | : . ' Number of conditions: 0 [07:33:35.908] | : . ' int 0 [07:33:35.908] | : . signalConditions() ... done [07:33:35.909] | : . check for misuse ... [07:33:35.909] | : . check for misuse ... done [07:33:35.909] | : value() for MultisessionFuture ('future_lapply-1') ... done [07:33:35.909] | : value: [07:33:35.909] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:35.909] | : . nx: 2 [07:33:35.909] | : . relay: TRUE [07:33:35.910] | : . stdout: TRUE [07:33:35.910] | : . signal: TRUE [07:33:35.910] | : . resignal: FALSE [07:33:35.910] | : . force: TRUE [07:33:35.910] | : . relayed: [n=2] TRUE, FALSE [07:33:35.910] | : . queued futures: [n=2] TRUE, TRUE [07:33:35.911] | : . until=2 [07:33:35.911] | : . relaying element #2 [07:33:35.911] | : . value() for MultisessionFuture ('future_lapply-2') ... [07:33:35.911] | : . ' result() for ClusterFuture ... [07:33:35.911] | : . ' , result already collected: FutureResult [07:33:35.911] | : . ' result() for ClusterFuture ... done [07:33:35.911] | : . ' result() for ClusterFuture ... [07:33:35.912] | : . ' , result already collected: FutureResult [07:33:35.912] | : . ' result() for ClusterFuture ... done [07:33:35.912] | : . ' signalConditions() ... [07:33:35.912] | : . ' , include = 'immediateCondition' [07:33:35.912] | : . ' , exclude = [07:33:35.912] | : . ' , resignal = FALSE [07:33:35.913] | : . ' , Number of conditions: 0 [07:33:35.913] | : . ' , int 0 [07:33:35.913] | : . ' signalConditions() ... done [07:33:35.913] | : . ' relay stdout ... [07:33:35.914] | : . ' relay stdout ... done [07:33:35.914] | : . ' check for misuse ... [07:33:35.914] | : . ' check for misuse ... done [07:33:35.914] | : . value() for MultisessionFuture ('future_lapply-2') ... done [07:33:35.914] | : . result() for ClusterFuture ... [07:33:35.914] | : . ' result already collected: FutureResult [07:33:35.915] | : . result() for ClusterFuture ... done [07:33:35.915] | : . signalConditions() ... [07:33:35.915] | : . ' include = 'immediateCondition' [07:33:35.915] | : . ' exclude = [07:33:35.915] | : . ' resignal = FALSE [07:33:35.915] | : . ' Number of conditions: 0 [07:33:35.915] | : . ' int 0 [07:33:35.916] | : . signalConditions() ... done [07:33:35.916] | : . result() for ClusterFuture ... [07:33:35.916] | : . ' result already collected: FutureResult [07:33:35.916] | : . result() for ClusterFuture ... done [07:33:35.917] | : . signalConditions() ... [07:33:35.917] | : . ' include = 'condition' [07:33:35.917] | : . ' exclude = 'error', 'immediateCondition' [07:33:35.917] | : . ' resignal = TRUE [07:33:35.917] | : . ' Number of conditions: 0 [07:33:35.917] | : . ' int 0 [07:33:35.918] | : . signalConditions() ... done [07:33:35.918] | : . relayed: [n=2] TRUE, TRUE [07:33:35.918] | : . queued futures: [n=2] TRUE, TRUE [07:33:35.918] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:35.918] | : resolve() for MultisessionFuture ... [07:33:35.919] | : resolve() for MultisessionFuture ... done [07:33:35.919] | : length: 0 (resolved future 1) [07:33:35.919] | future_lapply() -> future_xapply() ... done [07:33:35.919] | Relaying remaining futures ... [07:33:35.919] | : signalConditionsASAP(NULL, pos=0) ... [07:33:35.919] | : . nx: 2 [07:33:35.920] | : . relay: TRUE [07:33:35.920] | : . stdout: TRUE [07:33:35.920] | : . signal: TRUE [07:33:35.920] | : . resignal: FALSE [07:33:35.920] | : . force: TRUE [07:33:35.920] | : . relayed: [n=2] TRUE, TRUE [07:33:35.920] | : . queued futures: [n=2] TRUE, TRUE - flush all [07:33:35.921] | : . relayed: [n=2] TRUE, TRUE [07:33:35.921] | : . queued futures: [n=2] TRUE, TRUE [07:33:35.921] | : signalConditionsASAP(NULL, pos=0) ... done [07:33:35.921] | Relaying remaining futures ... done [07:33:35.921] future_lapply() ... done [07:33:35.922] - Number of value chunks collected: 2 [07:33:35.922] Resolving 2 futures (chunks) ... DONE [07:33:35.922] Reducing values from 2 chunks ... [07:33:35.922] - Number of values collected after concatenation: 2 [07:33:35.922] - Number of values expected: 2 [07:33:35.922] Reducing values from 2 chunks ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... DONE * future_lapply(x, ..., future.stdout = NA) ... [07:33:35.923] future_lapply() ... [07:33:35.924] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [07:33:35.924] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [07:33:35.924] | future_lapply() -> future_xapply() ... [07:33:35.925] | : nbrOfWorkers(NULL) ... [07:33:35.925] | : . List of 4 [07:33:35.925] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:35.925] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:35.925] | : . $ : language nbrOfWorkers() [07:33:35.925] | : . $ : language nbrOfWorkers.NULL() [07:33:35.927] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:35.927] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:35.927] | : . Number of workers: 2 [07:33:35.927] | : nbrOfWorkers(NULL) ... done [07:33:35.928] | : Number of chunks: 2 [07:33:35.928] | : getGlobalsAndPackagesXApply() ... [07:33:35.928] | : . future.globals: TRUE [07:33:35.928] | : . getGlobalsAndPackages() ... [07:33:35.928] | : . ' Searching for globals ... [07:33:35.937] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [07:33:35.937] | : . ' Searching for globals ... done [07:33:35.937] | : . ' Resolving globals: FALSE [07:33:35.937] | : . ' Search for packages associated with the globals ... [07:33:35.938] | : . ' , Packages associated with globals: [1] 'base' [07:33:35.938] | : . ' , Packages: [1] 'base' [07:33:35.938] | : . ' Search for packages associated with the globals ... done [07:33:35.939] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [07:33:35.939] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 841 bytes There is one global: 'FUN' (841 bytes of class 'function') [07:33:35.939] | : . ' Packages after dropping 'base': [0] [07:33:35.939] | : . ' globals: [1] 'FUN' [07:33:35.940] | : . ' packages: [0] [07:33:35.940] | : . getGlobalsAndPackages() ... done [07:33:35.940] | : . globals found/used: [n=1] 'FUN' [07:33:35.940] | : . needed namespaces: [n=0] [07:33:35.940] | : . use_args: TRUE [07:33:35.940] | : . Getting '...' globals ... [07:33:35.941] | : . ' resolve() for FutureGlobals ... [07:33:35.941] | : . ' , recursive: 0 [07:33:35.941] | : . ' , Number of elements: 1 [07:33:35.941] | : . ' , elements: '...' [07:33:35.942] | : . ' , 'obj' is DotDotDotList [07:33:35.942] | : . ' , resolve(obj, ...) ... [07:33:35.942] | : . ' , ; resolve() for DotDotDotList ... [07:33:35.942] | : . ' , ; ` recursive: -1 [07:33:35.942] | : . ' , ; resolve() for DotDotDotList ... done [07:33:35.942] | : . ' , resolve(obj, ...) ... done [07:33:35.943] | : . ' , resolved() ... [07:33:35.943] | : . ' , ; resolved() for DotDotDotList ... [07:33:35.943] | : . ' , ; ` Number of elements: 0 [07:33:35.943] | : . ' , ; ` Number of futures: 0 [07:33:35.943] | : . ' , ; resolved() for DotDotDotList ... done [07:33:35.943] | : . ' , resolved() ... done [07:33:35.944] | : . ' , length: 0 (resolved future 1) [07:33:35.944] | : . ' resolve() for FutureGlobals ... done [07:33:35.944] | : . ' '...' content: [n=0] [07:33:35.944] | : . ' List of 1 [07:33:35.944] | : . ' $ ...: list() [07:33:35.944] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:35.944] | : . ' - attr(*, "where")=List of 1 [07:33:35.944] | : . ' ..$ ...: [07:33:35.944] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:35.944] | : . ' - attr(*, "resolved")= logi TRUE [07:33:35.944] | : . ' - attr(*, "total_size")= num NA [07:33:35.947] | : . Getting '...' globals ... done [07:33:35.947] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [07:33:35.947] | : . List of 2 [07:33:35.947] | : . $ ...future.FUN:function (x) [07:33:35.947] | : . $ ... : list() [07:33:35.947] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:35.947] | : . - attr(*, "where")=List of 2 [07:33:35.947] | : . ..$ ...future.FUN: [07:33:35.947] | : . ..$ ... : [07:33:35.947] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:35.947] | : . - attr(*, "resolved")= logi FALSE [07:33:35.947] | : . - attr(*, "total_size")= num 6008 [07:33:35.951] | : . Packages to be attached in all futures: [n=0] [07:33:35.951] | : getGlobalsAndPackagesXApply() ... done [07:33:35.951] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.951] | : List of 5 [07:33:35.951] | : $ ...future.FUN :function (x) [07:33:35.951] | : $ ... : list() [07:33:35.951] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [07:33:35.951] | : $ ...future.elements_ii : NULL [07:33:35.951] | : $ ...future.seeds_ii : NULL [07:33:35.951] | : $ ...future.globals.maxSize: NULL [07:33:35.951] | : - attr(*, "where")=List of 5 [07:33:35.951] | : ..$ ...future.FUN : [07:33:35.951] | : ..$ ... : [07:33:35.951] | : ..$ ...future.elements_ii : [07:33:35.951] | : ..$ ...future.seeds_ii : [07:33:35.951] | : ..$ ...future.globals.maxSize: [07:33:35.951] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:35.951] | : - attr(*, "resolved")= logi FALSE [07:33:35.951] | : - attr(*, "total_size")= num 6008 [07:33:35.958] | : Number of futures (= number of chunks): 2 [07:33:35.958] | : Launching 2 futures (chunks) ... [07:33:35.958] | : Chunk #1 of 2 ... [07:33:35.959] | : - Finding globals in 'X' for chunk #1 ... [07:33:35.959] | : getGlobalsAndPackages() ... [07:33:35.959] | : . Searching for globals ... [07:33:35.959] | : . ' globals found: [0] [07:33:35.960] | : . Searching for globals ... done [07:33:35.960] | : . globals: [0] [07:33:35.960] | : . packages: [0] [07:33:35.960] | : getGlobalsAndPackages() ... done [07:33:35.960] | : + additional globals found: [n=0] [07:33:35.960] | : + additional namespaces needed: [n=0] [07:33:35.961] | : - Finding globals in 'X' for chunk #1 ... DONE [07:33:35.961] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:35.961] | : - seeds: [07:33:35.961] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.961] | : future(..., label = 'future_lapply-1') ... [07:33:35.961] | : . lazy: FALSE [07:33:35.962] | : . stdout: NA [07:33:35.962] | : . conditions: [n=1] 'condition' [07:33:35.962] | : . gc: FALSE [07:33:35.962] | : . earlySignal: FALSE [07:33:35.962] | : . getGlobalsAndPackages() ... [07:33:35.962] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.962] | : . ' Resolving globals: FALSE [07:33:35.963] | : . ' Tweak future expression to call with '...' arguments ... [07:33:35.963] | : . ' , { [07:33:35.963] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:35.963] | : . ' , "# expression in do.call(), because function called uses '...' " [07:33:35.963] | : . ' , "# as a global variable " [07:33:35.963] | : . ' , do.call(function(...) { [07:33:35.963] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:35.963] | : . ' , "# without having an '...' argument. This means '...' is treated" [07:33:35.963] | : . ' , "# as a global variable. This may happen when FUN() is an " [07:33:35.963] | : . ' , "# anonymous function. " [07:33:35.963] | : . ' , "# " [07:33:35.963] | : . ' , "# If an anonymous function, we will make sure to restore the " [07:33:35.963] | : . ' , "# function environment of FUN() to the calling environment. " [07:33:35.963] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [07:33:35.963] | : . ' , "# global environment, which is where globals are written. " [07:33:35.963] | : . ' , penv <- env <- environment(...future.FUN) [07:33:35.963] | : . ' , repeat { [07:33:35.963] | : . ' , if (identical(env, globalenv()) || identical(env, [07:33:35.963] | : . ' , emptyenv())) [07:33:35.963] | : . ' , break [07:33:35.963] | : . ' , penv <- env [07:33:35.963] | : . ' , env <- parent.env(env) [07:33:35.963] | : . ' , } [07:33:35.963] | : . ' , if (identical(penv, globalenv())) { [07:33:35.963] | : . ' , environment(...future.FUN) <- environment() [07:33:35.963] | : . ' , } [07:33:35.963] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:35.963] | : . ' , !isNamespace(penv)) { [07:33:35.963] | : . ' , parent.env(penv) <- environment() [07:33:35.963] | : . ' , } [07:33:35.963] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [07:33:35.963] | : . ' , { [07:33:35.963] | : . ' , "# future.apply:::future_xapply(): preserve future option" [07:33:35.963] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:35.963] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:35.963] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:35.963] | : . ' , on.exit(options(oopts), add = TRUE) [07:33:35.963] | : . ' , } [07:33:35.963] | : . ' , { [07:33:35.963] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [07:33:35.963] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:35.963] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:35.963] | : . ' , { [07:33:35.963] | : . ' , ...future.FUN(...future.X_jj, ...) [07:33:35.963] | : . ' , } [07:33:35.963] | : . ' , }) [07:33:35.963] | : . ' , } [07:33:35.963] | : . ' , } [07:33:35.963] | : . ' , }, args = future.call.arguments) [07:33:35.963] | : . ' , } [07:33:35.964] | : . ' Tweak future expression to call with '...' arguments ... done [07:33:35.964] | : . ' Search for packages associated with the globals ... [07:33:35.964] | : . ' , Packages associated with globals: [0] [07:33:35.965] | : . ' , Packages: [0] [07:33:35.965] | : . ' Search for packages associated with the globals ... done [07:33:35.965] | : . ' Packages after dropping 'base': [0] [07:33:35.965] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:35.965] | : . ' packages: [0] [07:33:35.966] | : . getGlobalsAndPackages() ... done [07:33:35.966] | : . run() for 'Future' ('future_lapply-1') ... [07:33:35.966] | : . ' state: 'created' [07:33:35.966] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:35.967] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:35.967] | : . ' Using MultisessionFutureBackend ... [07:33:35.967] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [07:33:35.967] | : . ' , Launching futures ... [07:33:35.967] | : . ' , ; launchFuture() for ClusterFutureBackend ... [07:33:35.967] | : . ' , ; ` Workers: [n=2] [07:33:35.968] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:35.969] | : . ' , ; ` FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:35.970] | : . ' , ; ` requestWorker() ... [07:33:35.970] | : . ' , ; ` | requestNode() ... [07:33:35.970] | : . ' , ; ` | : Number of workers: 2 [07:33:35.970] | : . ' , ; ` | : Polling for a free worker ... [07:33:35.970] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:35.970] | : . ' , ; ` | : . ' Listing all futures [07:33:35.971] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:35.971] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:35.971] | : . ' , ; ` | : . Total time: 0 [07:33:35.971] | : . ' , ; ` | : Polling for a free worker ... done [07:33:35.971] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:35.971] | : . ' , ; ` | : . Listing all futures [07:33:35.971] | : . ' , ; ` | : . Number of registered futures: 0 [07:33:35.972] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:35.972] | : . ' , ; ` | : avail: [n=2] '1', '2' [07:33:35.972] | : . ' , ; ` | : Index of first available worker: 1 [07:33:35.972] | : . ' , ; ` | : Validate that the worker is functional ... [07:33:35.973] | : . ' , ; ` | : . Worker is functional [07:33:35.973] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:35.973] | : . ' , ; ` | : . ' Listing all futures [07:33:35.973] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:35.973] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:35.973] | : . ' , ; ` | : Validate that the worker is functional ... done [07:33:35.974] | : . ' , ; ` | requestNode() ... done [07:33:35.974] | : . ' , ; ` | cluster node index: 1 [07:33:35.974] | : . ' , ; ` requestWorker() ... done [07:33:35.974] | : . ' , ; ` eraseGlobalEnvironment() ... [07:33:35.975] | : . ' , ; ` eraseGlobalEnvironment() ... done [07:33:35.975] | : . ' , ; ` launchFuture() ... [07:33:35.975] | : . ' , ; ` | cluster node index: 1 [07:33:35.975] | : . ' , ; ` | getFutureData() ... [07:33:35.975] | : . ' , ; ` | : getFutureCore() ... [07:33:35.976] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [07:33:35.976] | : . ' , ; ` | : getFutureCore() ... done [07:33:35.976] | : . ' , ; ` | : getFutureCapture() ... [07:33:35.976] | : . ' , ; ` | : getFutureCapture() ... done [07:33:35.976] | : . ' , ; ` | : getFutureContext() ... [07:33:35.976] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:35.977] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [07:33:35.977] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:35.977] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [07:33:35.977] | : . ' , ; ` | : getFutureContext() ... done [07:33:35.977] | : . ' , ; ` | getFutureData() ... done [07:33:35.978] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:35.978] | : . ' , ; ` | : Appended future to position #1 [07:33:35.978] | : . ' , ; ` | : Number of registered futures: 1 [07:33:35.978] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:35.978] | : . ' , ; ` launchFuture() ... done [07:33:35.979] | : . ' , ; ` MultisessionFuture started [07:33:35.979] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [07:33:35.979] | : . ' , Launching futures ... done [07:33:35.979] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:35.979] | : . ' Using MultisessionFutureBackend ... done [07:33:35.979] | : . run() for 'Future' ('future_lapply-1') ... done [07:33:35.980] | : future(..., label = 'future_lapply-1') ... done [07:33:35.980] | : Created future: [07:33:35.981] | : resolved() ... [07:33:35.982] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [07:33:35.982] | : . ' Cluster node socket connection: index=4, id=436 [07:33:35.982] | : . ' assertValidConnection() ... [07:33:35.982] | : . ' , cluster node index: 1 [07:33:35.983] | : . ' assertValidConnection() ... done [07:33:36.171] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:36.171] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [07:33:36.172] | : resolved() ... done [07:33:35.980] | : MultisessionFuture: [07:33:35.980] | : Label: 'future_lapply-1' [07:33:35.980] | : Expression: [07:33:35.980] | : { [07:33:35.980] | : "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:35.980] | : "# expression in do.call(), because function called uses '...' " [07:33:35.980] | : "# as a global variable " [07:33:35.980] | : do.call(function(...) { [07:33:35.980] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:35.980] | : "# without having an '...' argument. This means '...' is treated" [07:33:35.980] | : "# as a global variable. This may happen when FUN() is an " [07:33:35.980] | : "# anonymous function. " [07:33:35.980] | : "# " [07:33:35.980] | : "# If an anonymous function, we will make sure to restore the " [07:33:35.980] | : "# function environment of FUN() to the calling environment. " [07:33:35.980] | : "# We assume FUN() an anonymous function if it lives in the " [07:33:35.980] | : "# global environment, which is where globals are written. " [07:33:35.980] | : penv <- env <- environment(...future.FUN) [07:33:35.980] | : repeat { [07:33:35.980] | : if (identical(env, globalenv()) || identical(env, [07:33:35.980] | : emptyenv())) [07:33:35.980] | : break [07:33:35.980] | : penv <- env [07:33:35.980] | : env <- parent.env(env) [07:33:35.980] | : } [07:33:35.980] | : if (identical(penv, globalenv())) { [07:33:35.980] | : environment(...future.FUN) <- environment() [07:33:35.980] | : } [07:33:35.980] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:35.980] | : !isNamespace(penv)) { [07:33:35.980] | : parent.env(penv) <- environment() [07:33:35.980] | : } [07:33:35.980] | : rm(list = c("env", "penv"), inherits = FALSE) [07:33:35.980] | : { [07:33:35.980] | : "# future.apply:::future_xapply(): preserve future option" [07:33:35.980] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:35.980] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:35.980] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:35.980] | : on.exit(options(oopts), add = TRUE) [07:33:35.980] | : } [07:33:35.980] | : { [07:33:35.980] | : "# future.apply::future_lapply(): process chunk of elements" [07:33:35.980] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:35.980] | : ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:35.980] | : { [07:33:35.980] | : ...future.FUN(...future.X_jj, ...) [07:33:35.980] | : } [07:33:35.980] | : }) [07:33:35.980] | : } [07:33:35.980] | : } [07:33:35.980] | : }, args = future.call.arguments) [07:33:35.980] | : } [07:33:35.980] | : Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:35.980] | : Packages: [07:33:35.980] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:35.980] | : Capture standard output: NA [07:33:35.980] | : Capture condition classes: 'condition' (excluding '') [07:33:35.980] | : Immediate condition classes: 'immediateCondition' [07:33:35.980] | : Lazy evaluation: FALSE [07:33:35.980] | : Local evaluation: TRUE [07:33:35.980] | : Asynchronous evaluation: TRUE [07:33:35.980] | : Early signaling: FALSE [07:33:35.980] | : Environment: R_GlobalEnv [07:33:35.980] | : State: 'running' [07:33:35.980] | : Resolved: FALSE [07:33:35.980] | : Unique identifier: 9666b1484a0876e33034202448105eaf-11 [07:33:35.980] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:35.980] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:35.980] | : Value: [07:33:35.980] | : Conditions captured: [07:33:36.172] | : Chunk #1 of 2 ... DONE [07:33:36.172] | : Chunk #2 of 2 ... [07:33:36.172] | : - Finding globals in 'X' for chunk #2 ... [07:33:36.173] | : getGlobalsAndPackages() ... [07:33:36.173] | : . Searching for globals ... [07:33:36.173] | : . ' globals found: [0] [07:33:36.173] | : . Searching for globals ... done [07:33:36.174] | : . globals: [0] [07:33:36.174] | : . packages: [0] [07:33:36.174] | : getGlobalsAndPackages() ... done [07:33:36.174] | : + additional globals found: [n=0] [07:33:36.174] | : + additional namespaces needed: [n=0] [07:33:36.174] | : - Finding globals in 'X' for chunk #2 ... DONE [07:33:36.175] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:36.175] | : - seeds: [07:33:36.175] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:36.175] | : future(..., label = 'future_lapply-2') ... [07:33:36.175] | : . lazy: FALSE [07:33:36.175] | : . stdout: NA [07:33:36.176] | : . conditions: [n=1] 'condition' [07:33:36.176] | : . gc: FALSE [07:33:36.176] | : . earlySignal: FALSE [07:33:36.176] | : . getGlobalsAndPackages() ... [07:33:36.176] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:36.176] | : . ' Resolving globals: FALSE [07:33:36.177] | : . ' Tweak future expression to call with '...' arguments ... [07:33:36.177] | : . ' , { [07:33:36.177] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:36.177] | : . ' , "# expression in do.call(), because function called uses '...' " [07:33:36.177] | : . ' , "# as a global variable " [07:33:36.177] | : . ' , do.call(function(...) { [07:33:36.177] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:36.177] | : . ' , "# without having an '...' argument. This means '...' is treated" [07:33:36.177] | : . ' , "# as a global variable. This may happen when FUN() is an " [07:33:36.177] | : . ' , "# anonymous function. " [07:33:36.177] | : . ' , "# " [07:33:36.177] | : . ' , "# If an anonymous function, we will make sure to restore the " [07:33:36.177] | : . ' , "# function environment of FUN() to the calling environment. " [07:33:36.177] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [07:33:36.177] | : . ' , "# global environment, which is where globals are written. " [07:33:36.177] | : . ' , penv <- env <- environment(...future.FUN) [07:33:36.177] | : . ' , repeat { [07:33:36.177] | : . ' , if (identical(env, globalenv()) || identical(env, [07:33:36.177] | : . ' , emptyenv())) [07:33:36.177] | : . ' , break [07:33:36.177] | : . ' , penv <- env [07:33:36.177] | : . ' , env <- parent.env(env) [07:33:36.177] | : . ' , } [07:33:36.177] | : . ' , if (identical(penv, globalenv())) { [07:33:36.177] | : . ' , environment(...future.FUN) <- environment() [07:33:36.177] | : . ' , } [07:33:36.177] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:36.177] | : . ' , !isNamespace(penv)) { [07:33:36.177] | : . ' , parent.env(penv) <- environment() [07:33:36.177] | : . ' , } [07:33:36.177] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [07:33:36.177] | : . ' , { [07:33:36.177] | : . ' , "# future.apply:::future_xapply(): preserve future option" [07:33:36.177] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:36.177] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:36.177] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:36.177] | : . ' , on.exit(options(oopts), add = TRUE) [07:33:36.177] | : . ' , } [07:33:36.177] | : . ' , { [07:33:36.177] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [07:33:36.177] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:36.177] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:36.177] | : . ' , { [07:33:36.177] | : . ' , ...future.FUN(...future.X_jj, ...) [07:33:36.177] | : . ' , } [07:33:36.177] | : . ' , }) [07:33:36.177] | : . ' , } [07:33:36.177] | : . ' , } [07:33:36.177] | : . ' , }, args = future.call.arguments) [07:33:36.177] | : . ' , } [07:33:36.178] | : . ' Tweak future expression to call with '...' arguments ... done [07:33:36.178] | : . ' Search for packages associated with the globals ... [07:33:36.178] | : . ' , Packages associated with globals: [0] [07:33:36.179] | : . ' , Packages: [0] [07:33:36.179] | : . ' Search for packages associated with the globals ... done [07:33:36.179] | : . ' Packages after dropping 'base': [0] [07:33:36.179] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:36.179] | : . ' packages: [0] [07:33:36.180] | : . getGlobalsAndPackages() ... done [07:33:36.180] | : . run() for 'Future' ('future_lapply-2') ... [07:33:36.180] | : . ' state: 'created' [07:33:36.180] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:36.180] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:36.181] | : . ' Using MultisessionFutureBackend ... [07:33:36.181] | : . ' , Number of futures since start: 5 (5 created, 5 launched, 4 finished) [07:33:36.181] | : . ' , Launching futures ... [07:33:36.181] | : . ' , ; launchFuture() for ClusterFutureBackend ... [07:33:36.181] | : . ' , ; ` Workers: [n=2] [07:33:36.182] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:36.183] | : . ' , ; ` FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:36.183] | : . ' , ; ` requestWorker() ... [07:33:36.184] | : . ' , ; ` | requestNode() ... [07:33:36.184] | : . ' , ; ` | : Number of workers: 2 [07:33:36.184] | : . ' , ; ` | : Polling for a free worker ... [07:33:36.184] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:36.184] | : . ' , ; ` | : . ' Listing all futures [07:33:36.184] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:36.185] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:36.185] | : . ' , ; ` | : . Total time: 0 [07:33:36.185] | : . ' , ; ` | : Polling for a free worker ... done [07:33:36.185] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:36.185] | : . ' , ; ` | : . Listing all futures [07:33:36.185] | : . ' , ; ` | : . Number of registered futures: 1 [07:33:36.186] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:36.186] | : . ' , ; ` | : avail: [n=2] '2' [07:33:36.186] | : . ' , ; ` | : Index of first available worker: 2 [07:33:36.186] | : . ' , ; ` | : Validate that the worker is functional ... [07:33:36.187] | : . ' , ; ` | : . Worker is functional [07:33:36.187] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:36.187] | : . ' , ; ` | : . ' Listing all futures [07:33:36.187] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:36.187] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:36.188] | : . ' , ; ` | : Validate that the worker is functional ... done [07:33:36.188] | : . ' , ; ` | requestNode() ... done [07:33:36.188] | : . ' , ; ` | cluster node index: 2 [07:33:36.188] | : . ' , ; ` requestWorker() ... done [07:33:36.188] | : . ' , ; ` eraseGlobalEnvironment() ... [07:33:36.189] | : . ' , ; ` eraseGlobalEnvironment() ... done [07:33:36.189] | : . ' , ; ` launchFuture() ... [07:33:36.189] | : . ' , ; ` | cluster node index: 2 [07:33:36.189] | : . ' , ; ` | getFutureData() ... [07:33:36.189] | : . ' , ; ` | : getFutureCore() ... [07:33:36.190] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [07:33:36.190] | : . ' , ; ` | : getFutureCore() ... done [07:33:36.190] | : . ' , ; ` | : getFutureCapture() ... [07:33:36.190] | : . ' , ; ` | : getFutureCapture() ... done [07:33:36.190] | : . ' , ; ` | : getFutureContext() ... [07:33:36.190] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:36.191] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [07:33:36.191] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:36.191] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [07:33:36.191] | : . ' , ; ` | : getFutureContext() ... done [07:33:36.191] | : . ' , ; ` | getFutureData() ... done [07:33:36.192] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:36.192] | : . ' , ; ` | : Appended future to position #2 [07:33:36.192] | : . ' , ; ` | : Number of registered futures: 2 [07:33:36.192] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:36.192] | : . ' , ; ` launchFuture() ... done [07:33:36.193] | : . ' , ; ` MultisessionFuture started [07:33:36.193] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [07:33:36.193] | : . ' , Launching futures ... done [07:33:36.193] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:36.193] | : . ' Using MultisessionFutureBackend ... done [07:33:36.193] | : . run() for 'Future' ('future_lapply-2') ... done [07:33:36.194] | : future(..., label = 'future_lapply-2') ... done [07:33:36.194] | : Created future: [07:33:36.195] | : resolved() ... [07:33:36.196] | : . resolved() for MultisessionFuture ('future_lapply-2') ... [07:33:36.196] | : . ' Cluster node socket connection: index=5, id=437 [07:33:36.196] | : . ' assertValidConnection() ... [07:33:36.196] | : . ' , cluster node index: 2 [07:33:36.197] | : . ' assertValidConnection() ... done [07:33:36.197] | : . ' receiveMessageFromWorker() for ClusterFuture ... [07:33:36.197] | : . ' , cluster node index: 2 [07:33:36.197] | : . ' , [1] TRUE [07:33:36.198] | : . ' , Received data: [07:33:36.198] | : . ' , List of 5 [07:33:36.198] | : . ' , $ type : chr "VALUE" [07:33:36.198] | : . ' , $ value :List of 16 [07:33:36.198] | : . ' , ..$ value :List of 1 [07:33:36.198] | : . ' , .. ..$ : int 0 [07:33:36.198] | : . ' , ..$ visible : logi TRUE [07:33:36.198] | : . ' , ..$ stdout : NULL [07:33:36.198] | : . ' , ..$ conditions : list() [07:33:36.198] | : . ' , ..$ rng : logi FALSE [07:33:36.198] | : . ' , ..$ seed : NULL [07:33:36.198] | : . ' , ..$ misuseGlobalEnv : NULL [07:33:36.198] | : . ' , ..$ misuseConnections :List of 3 [07:33:36.198] | : . ' , .. ..$ added : NULL [07:33:36.198] | : . ' , .. ..$ removed : NULL [07:33:36.198] | : . ' , .. ..$ replaced: NULL [07:33:36.198] | : . ' , ..$ misuseDevices : NULL [07:33:36.198] | : . ' , ..$ misuseDefaultDevice: list() [07:33:36.198] | : . ' , ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:36" [07:33:36.198] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:36" [07:33:36.198] | : . ' , ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "12" [07:33:36.198] | : . ' , ..$ session_uuid : chr "d59aab41248ff4df84cdbec6b6ac737f" [07:33:36.198] | : . ' , .. ..- attr(*, "source")=List of 5 [07:33:36.198] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [07:33:36.198] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:36.198] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:36.198] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:36.198] | : . ' , .. .. ..$ pid : int 56188 [07:33:36.198] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:36.198] | : . ' , .. .. ..$ random: int 2147483647 [07:33:36.198] | : . ' , ..$ r_info :List of 4 [07:33:36.198] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:36.198] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [07:33:36.198] | : . ' , .. ..$ os : chr "windows" [07:33:36.198] | : . ' , .. ..$ os_name : chr "Windows" [07:33:36.198] | : . ' , .. ..$ captures_utf8: logi TRUE [07:33:36.198] | : . ' , ..$ version : chr "1.8" [07:33:36.198] | : . ' , ..- attr(*, "class")= chr "FutureResult" [07:33:36.198] | : . ' , $ success: logi TRUE [07:33:36.198] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [07:33:36.198] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:36.198] | : . ' , $ tag : NULL [07:33:36.211] | : . ' , Received FutureResult [07:33:36.211] | : . ' , FutureResult: [07:33:36.211] | : . ' , value: 'list' [07:33:36.211] | : . ' , visible: TRUE [07:33:36.211] | : . ' , stdout: NULL [07:33:36.211] | : . ' , conditions: [n = 0] [07:33:36.211] | : . ' , RNG used: FALSE [07:33:36.211] | : . ' , duration: 0.003018141 secs (started 2025-12-09 07:33:36.19237) [07:33:36.211] | : . ' , version: 1.8 [07:33:36.212] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:36.212] | : . ' , ; Removed future from position #2 [07:33:36.212] | : . ' , ; Number of registered futures: 1 [07:33:36.212] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:36.212] | : . ' , Erased future from future backend [07:33:36.213] | : . ' , result() for ClusterFuture ... [07:33:36.213] | : . ' , ; result already collected: FutureResult [07:33:36.213] | : . ' , result() for ClusterFuture ... done [07:33:36.213] | : . ' , signalConditions() ... [07:33:36.213] | : . ' , ; include = 'immediateCondition' [07:33:36.213] | : . ' , ; exclude = [07:33:36.213] | : . ' , ; resignal = FALSE [07:33:36.214] | : . ' , ; Number of conditions: 0 [07:33:36.214] | : . ' , ; int 0 [07:33:36.214] | : . ' , signalConditions() ... done [07:33:36.214] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [07:33:36.215] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:36.215] | : . resolved() for MultisessionFuture ('future_lapply-2') ... done [07:33:36.215] | : . assertFutureResult() ... [07:33:36.215] | : . ' Future uuid: 9666b1484a0876e33034202448105eaf-12 [07:33:36.215] | : . ' identical; success [07:33:36.215] | : . assertFutureResult() ... done [07:33:36.216] | : resolved() ... done [07:33:36.194] | : MultisessionFuture: [07:33:36.194] | : Label: 'future_lapply-2' [07:33:36.194] | : Expression: [07:33:36.194] | : { [07:33:36.194] | : "# future::getGlobalsAndPackages(): wrapping the original future" [07:33:36.194] | : "# expression in do.call(), because function called uses '...' " [07:33:36.194] | : "# as a global variable " [07:33:36.194] | : do.call(function(...) { [07:33:36.194] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [07:33:36.194] | : "# without having an '...' argument. This means '...' is treated" [07:33:36.194] | : "# as a global variable. This may happen when FUN() is an " [07:33:36.194] | : "# anonymous function. " [07:33:36.194] | : "# " [07:33:36.194] | : "# If an anonymous function, we will make sure to restore the " [07:33:36.194] | : "# function environment of FUN() to the calling environment. " [07:33:36.194] | : "# We assume FUN() an anonymous function if it lives in the " [07:33:36.194] | : "# global environment, which is where globals are written. " [07:33:36.194] | : penv <- env <- environment(...future.FUN) [07:33:36.194] | : repeat { [07:33:36.194] | : if (identical(env, globalenv()) || identical(env, [07:33:36.194] | : emptyenv())) [07:33:36.194] | : break [07:33:36.194] | : penv <- env [07:33:36.194] | : env <- parent.env(env) [07:33:36.194] | : } [07:33:36.194] | : if (identical(penv, globalenv())) { [07:33:36.194] | : environment(...future.FUN) <- environment() [07:33:36.194] | : } [07:33:36.194] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [07:33:36.194] | : !isNamespace(penv)) { [07:33:36.194] | : parent.env(penv) <- environment() [07:33:36.194] | : } [07:33:36.194] | : rm(list = c("env", "penv"), inherits = FALSE) [07:33:36.194] | : { [07:33:36.194] | : "# future.apply:::future_xapply(): preserve future option" [07:33:36.194] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:36.194] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:36.194] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:36.194] | : on.exit(options(oopts), add = TRUE) [07:33:36.194] | : } [07:33:36.194] | : { [07:33:36.194] | : "# future.apply::future_lapply(): process chunk of elements" [07:33:36.194] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [07:33:36.194] | : ...future.X_jj <- ...future.elements_ii[[jj]] [07:33:36.194] | : { [07:33:36.194] | : ...future.FUN(...future.X_jj, ...) [07:33:36.194] | : } [07:33:36.194] | : }) [07:33:36.194] | : } [07:33:36.194] | : } [07:33:36.194] | : }, args = future.call.arguments) [07:33:36.194] | : } [07:33:36.194] | : Globals: 5 objects totaling 6.12 KiB (function '...future.FUN' of 841 bytes, DotDotDotList 'future.call.arguments' of 97 bytes, list '...future.elements_ii' of 43 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:36.194] | : Packages: [07:33:36.194] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:36.194] | : Capture standard output: NA [07:33:36.194] | : Capture condition classes: 'condition' (excluding '') [07:33:36.194] | : Immediate condition classes: 'immediateCondition' [07:33:36.194] | : Lazy evaluation: FALSE [07:33:36.194] | : Local evaluation: TRUE [07:33:36.194] | : Asynchronous evaluation: TRUE [07:33:36.194] | : Early signaling: FALSE [07:33:36.194] | : Environment: R_GlobalEnv [07:33:36.194] | : State: 'running' [07:33:36.194] | : Resolved: TRUE [07:33:36.194] | : Unique identifier: 9666b1484a0876e33034202448105eaf-12 [07:33:36.194] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:36.194] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:36.194] | : Value: [07:33:36.194] | : Conditions captured: [07:33:36.216] | : Chunk #2 of 2 ... DONE [07:33:36.216] | : Launching 2 futures (chunks) ... DONE [07:33:36.217] | : Resolving 2 futures (chunks) ... [07:33:36.217] | : value() for list ... [07:33:36.217] | : . recursive: 0 [07:33:36.217] | : . reduce: FALSE [07:33:36.217] | : . length: 2 [07:33:36.218] | : . Number of remaining objects: 2 [07:33:36.218] | : . checking value #1: [07:33:36.218] | : . 'obj' is MultisessionFuture [07:33:36.218] | : . resolved() ... [07:33:36.218] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [07:33:36.219] | : . ' , Cluster node socket connection: index=4, id=436 [07:33:36.219] | : . ' , assertValidConnection() ... [07:33:36.219] | : . ' , ; cluster node index: 1 [07:33:36.219] | : . ' , assertValidConnection() ... done [07:33:36.422] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:36.422] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [07:33:36.422] | : . resolved() ... done [07:33:36.422] | : . checking value #2: [07:33:36.422] | : . 'obj' is MultisessionFuture [07:33:36.423] | : . resolved() ... [07:33:36.423] | : . resolved() ... done [07:33:36.423] | : . MultisessionFuture #2 [07:33:36.423] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:36.423] | : . ' nx: 2 [07:33:36.423] | : . ' relay: TRUE [07:33:36.424] | : . ' stdout: TRUE [07:33:36.424] | : . ' signal: TRUE [07:33:36.424] | : . ' resignal: FALSE [07:33:36.424] | : . ' force: TRUE [07:33:36.424] | : . ' relayed: [n=2] FALSE, FALSE [07:33:36.424] | : . ' queued futures: [n=2] FALSE, FALSE [07:33:36.425] | : . ' until=1 [07:33:36.425] | : . ' relaying element #1 [07:33:36.425] | : . ' relayed: [n=2] FALSE, FALSE [07:33:36.425] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:36.425] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:36.425] | : . value(, ...) ... [07:33:36.425] | : . value(, ...) ... done [07:33:36.426] | : . value() for MultisessionFuture ('future_lapply-2') ... [07:33:36.426] | : . ' result() for ClusterFuture ... [07:33:36.426] | : . ' , result already collected: FutureResult [07:33:36.426] | : . ' result() for ClusterFuture ... done [07:33:36.426] | : . ' result() for ClusterFuture ... [07:33:36.426] | : . ' , result already collected: FutureResult [07:33:36.427] | : . ' result() for ClusterFuture ... done [07:33:36.427] | : . ' signalConditions() ... [07:33:36.427] | : . ' , include = 'immediateCondition' [07:33:36.427] | : . ' , exclude = [07:33:36.427] | : . ' , resignal = FALSE [07:33:36.427] | : . ' , Number of conditions: 0 [07:33:36.428] | : . ' , int 0 [07:33:36.428] | : . ' signalConditions() ... done [07:33:36.428] | : . ' check for misuse ... [07:33:36.429] | : . ' check for misuse ... done [07:33:36.429] | : . value() for MultisessionFuture ('future_lapply-2') ... done [07:33:36.429] | : . value: [07:33:36.429] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:36.429] | : . ' nx: 2 [07:33:36.429] | : . ' relay: TRUE [07:33:36.429] | : . ' stdout: TRUE [07:33:36.430] | : . ' signal: TRUE [07:33:36.430] | : . ' resignal: FALSE [07:33:36.430] | : . ' force: TRUE [07:33:36.430] | : . ' relayed: [n=2] FALSE, FALSE [07:33:36.430] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:36.430] | : . ' until=1 [07:33:36.431] | : . ' relaying element #1 [07:33:36.431] | : . ' relayed: [n=2] FALSE, FALSE [07:33:36.431] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:36.431] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:36.431] | : . resolve() for MultisessionFuture ... [07:33:36.431] | : . resolve() for MultisessionFuture ... done [07:33:36.432] | : . length: 1 (resolved future 2) [07:33:36.432] | : value() for list ... done [07:33:36.452] | : Number of remaining objects: 1 [07:33:36.453] | : checking value #1: [07:33:36.453] | : 'obj' is MultisessionFuture [07:33:36.453] | : resolved() ... [07:33:36.453] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [07:33:36.453] | : . ' Cluster node socket connection: index=4, id=436 [07:33:36.454] | : . ' assertValidConnection() ... [07:33:36.454] | : . ' , cluster node index: 1 [07:33:36.454] | : . ' assertValidConnection() ... done [07:33:36.486] | : . ' receiveMessageFromWorker() for ClusterFuture ... [07:33:36.487] | : . ' , cluster node index: 1 [07:33:36.487] | : . ' , [1] TRUE [07:33:36.487] | : . ' , Received data: [07:33:36.487] | : . ' , List of 5 [07:33:36.487] | : . ' , $ type : chr "VALUE" [07:33:36.487] | : . ' , $ value :List of 16 [07:33:36.487] | : . ' , ..$ value :List of 1 [07:33:36.487] | : . ' , .. ..$ : int 1 [07:33:36.487] | : . ' , ..$ visible : logi TRUE [07:33:36.487] | : . ' , ..$ stdout : NULL [07:33:36.487] | : . ' , ..$ conditions : list() [07:33:36.487] | : . ' , ..$ rng : logi FALSE [07:33:36.487] | : . ' , ..$ seed : NULL [07:33:36.487] | : . ' , ..$ misuseGlobalEnv : NULL [07:33:36.487] | : . ' , ..$ misuseConnections :List of 3 [07:33:36.487] | : . ' , .. ..$ added : NULL [07:33:36.487] | : . ' , .. ..$ removed : NULL [07:33:36.487] | : . ' , .. ..$ replaced: NULL [07:33:36.487] | : . ' , ..$ misuseDevices : NULL [07:33:36.487] | : . ' , ..$ misuseDefaultDevice: list() [07:33:36.487] | : . ' , ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:35" [07:33:36.487] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:36" [07:33:36.487] | : . ' , ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "11" [07:33:36.487] | : . ' , ..$ session_uuid : chr "e5a32bf42fc0d703d98ac6b23c12ecc1" [07:33:36.487] | : . ' , .. ..- attr(*, "source")=List of 5 [07:33:36.487] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [07:33:36.487] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:36.487] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:36.487] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:36.487] | : . ' , .. .. ..$ pid : int 25228 [07:33:36.487] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:36.487] | : . ' , .. .. ..$ random: int 2147483647 [07:33:36.487] | : . ' , ..$ r_info :List of 4 [07:33:36.487] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:36.487] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [07:33:36.487] | : . ' , .. ..$ os : chr "windows" [07:33:36.487] | : . ' , .. ..$ os_name : chr "Windows" [07:33:36.487] | : . ' , .. ..$ captures_utf8: logi TRUE [07:33:36.487] | : . ' , ..$ version : chr "1.8" [07:33:36.487] | : . ' , ..- attr(*, "class")= chr "FutureResult" [07:33:36.487] | : . ' , $ success: logi TRUE [07:33:36.487] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.51 NA NA [07:33:36.487] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:36.487] | : . ' , $ tag : NULL [07:33:36.504] | : . ' , Received FutureResult [07:33:36.504] | : . ' , FutureResult: [07:33:36.504] | : . ' , value: 'list' [07:33:36.504] | : . ' , visible: TRUE [07:33:36.504] | : . ' , stdout: NULL [07:33:36.504] | : . ' , conditions: [n = 0] [07:33:36.504] | : . ' , RNG used: FALSE [07:33:36.504] | : . ' , duration: 0.5072629 secs (started 2025-12-09 07:33:35.978401) [07:33:36.504] | : . ' , version: 1.8 [07:33:36.505] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:36.505] | : . ' , ; Removed future from position #1 [07:33:36.505] | : . ' , ; Number of registered futures: 0 [07:33:36.505] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:36.505] | : . ' , Erased future from future backend [07:33:36.506] | : . ' , result() for ClusterFuture ... [07:33:36.506] | : . ' , ; result already collected: FutureResult [07:33:36.506] | : . ' , result() for ClusterFuture ... done [07:33:36.506] | : . ' , signalConditions() ... [07:33:36.506] | : . ' , ; include = 'immediateCondition' [07:33:36.506] | : . ' , ; exclude = [07:33:36.507] | : . ' , ; resignal = FALSE [07:33:36.507] | : . ' , ; Number of conditions: 0 [07:33:36.507] | : . ' , ; int 0 [07:33:36.507] | : . ' , signalConditions() ... done [07:33:36.508] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [07:33:36.508] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:36.508] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [07:33:36.508] | : . assertFutureResult() ... [07:33:36.508] | : . ' Future uuid: 9666b1484a0876e33034202448105eaf-11 [07:33:36.509] | : . ' identical; success [07:33:36.509] | : . assertFutureResult() ... done [07:33:36.509] | : resolved() ... done [07:33:36.509] | : MultisessionFuture #1 [07:33:36.509] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:36.509] | : . nx: 2 [07:33:36.510] | : . relay: TRUE [07:33:36.510] | : . stdout: TRUE [07:33:36.510] | : . signal: TRUE [07:33:36.510] | : . resignal: FALSE [07:33:36.510] | : . force: TRUE [07:33:36.510] | : . relayed: [n=2] FALSE, FALSE [07:33:36.510] | : . queued futures: [n=2] FALSE, TRUE [07:33:36.511] | : . until=1 [07:33:36.511] | : . relaying element #1 [07:33:36.511] | : . value() for MultisessionFuture ('future_lapply-1') ... [07:33:36.511] | : . ' result() for ClusterFuture ... [07:33:36.511] | : . ' , result already collected: FutureResult [07:33:36.511] | : . ' result() for ClusterFuture ... done [07:33:36.512] | : . ' result() for ClusterFuture ... [07:33:36.512] | : . ' , result already collected: FutureResult [07:33:36.512] | : . ' result() for ClusterFuture ... done [07:33:36.512] | : . ' signalConditions() ... [07:33:36.512] | : . ' , include = 'immediateCondition' [07:33:36.513] | : . ' , exclude = [07:33:36.513] | : . ' , resignal = FALSE [07:33:36.513] | : . ' , Number of conditions: 0 [07:33:36.513] | : . ' , int 0 [07:33:36.514] | : . ' signalConditions() ... done [07:33:36.514] | : . ' relay stdout ... [07:33:36.514] | : . ' relay stdout ... done [07:33:36.514] | : . ' check for misuse ... [07:33:36.514] | : . ' check for misuse ... done [07:33:36.514] | : . value() for MultisessionFuture ('future_lapply-1') ... done [07:33:36.515] | : . result() for ClusterFuture ... [07:33:36.515] | : . ' result already collected: FutureResult [07:33:36.515] | : . result() for ClusterFuture ... done [07:33:36.515] | : . signalConditions() ... [07:33:36.515] | : . ' include = 'immediateCondition' [07:33:36.515] | : . ' exclude = [07:33:36.516] | : . ' resignal = FALSE [07:33:36.516] | : . ' Number of conditions: 0 [07:33:36.516] | : . ' int 0 [07:33:36.516] | : . signalConditions() ... done [07:33:36.517] | : . result() for ClusterFuture ... [07:33:36.517] | : . ' result already collected: FutureResult [07:33:36.517] | : . result() for ClusterFuture ... done [07:33:36.517] | : . signalConditions() ... [07:33:36.518] | : . ' include = 'condition' [07:33:36.518] | : . ' exclude = 'error', 'immediateCondition' [07:33:36.518] | : . ' resignal = TRUE [07:33:36.518] | : . ' Number of conditions: 0 [07:33:36.518] | : . ' int 0 [07:33:36.519] | : . signalConditions() ... done [07:33:36.519] | : . relayed: [n=2] TRUE, FALSE [07:33:36.519] | : . queued futures: [n=2] TRUE, TRUE [07:33:36.519] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:36.519] | : value(, ...) ... [07:33:36.519] | : value(, ...) ... done [07:33:36.520] | : value() for MultisessionFuture ('future_lapply-1') ... [07:33:36.520] | : . result() for ClusterFuture ... [07:33:36.520] | : . ' result already collected: FutureResult [07:33:36.520] | : . result() for ClusterFuture ... done [07:33:36.520] | : . result() for ClusterFuture ... [07:33:36.520] | : . ' result already collected: FutureResult [07:33:36.521] | : . result() for ClusterFuture ... done [07:33:36.521] | : . signalConditions() ... [07:33:36.521] | : . ' include = 'immediateCondition' [07:33:36.521] | : . ' exclude = [07:33:36.521] | : . ' resignal = FALSE [07:33:36.521] | : . ' Number of conditions: 0 [07:33:36.521] | : . ' int 0 [07:33:36.522] | : . signalConditions() ... done [07:33:36.522] | : . check for misuse ... [07:33:36.522] | : . check for misuse ... done [07:33:36.523] | : value() for MultisessionFuture ('future_lapply-1') ... done [07:33:36.523] | : value: [07:33:36.523] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:36.523] | : . nx: 2 [07:33:36.523] | : . relay: TRUE [07:33:36.523] | : . stdout: TRUE [07:33:36.523] | : . signal: TRUE [07:33:36.524] | : . resignal: FALSE [07:33:36.524] | : . force: TRUE [07:33:36.524] | : . relayed: [n=2] TRUE, FALSE [07:33:36.524] | : . queued futures: [n=2] TRUE, TRUE [07:33:36.524] | : . until=2 [07:33:36.524] | : . relaying element #2 [07:33:36.524] | : . value() for MultisessionFuture ('future_lapply-2') ... [07:33:36.525] | : . ' result() for ClusterFuture ... [07:33:36.525] | : . ' , result already collected: FutureResult [07:33:36.525] | : . ' result() for ClusterFuture ... done [07:33:36.525] | : . ' result() for ClusterFuture ... [07:33:36.525] | : . ' , result already collected: FutureResult [07:33:36.525] | : . ' result() for ClusterFuture ... done [07:33:36.526] | : . ' signalConditions() ... [07:33:36.526] | : . ' , include = 'immediateCondition' [07:33:36.526] | : . ' , exclude = [07:33:36.526] | : . ' , resignal = FALSE [07:33:36.526] | : . ' , Number of conditions: 0 [07:33:36.526] | : . ' , int 0 [07:33:36.527] | : . ' signalConditions() ... done [07:33:36.527] | : . ' relay stdout ... [07:33:36.527] | : . ' relay stdout ... done [07:33:36.527] | : . ' check for misuse ... [07:33:36.528] | : . ' check for misuse ... done [07:33:36.528] | : . value() for MultisessionFuture ('future_lapply-2') ... done [07:33:36.528] | : . result() for ClusterFuture ... [07:33:36.528] | : . ' result already collected: FutureResult [07:33:36.528] | : . result() for ClusterFuture ... done [07:33:36.528] | : . signalConditions() ... [07:33:36.528] | : . ' include = 'immediateCondition' [07:33:36.529] | : . ' exclude = [07:33:36.529] | : . ' resignal = FALSE [07:33:36.529] | : . ' Number of conditions: 0 [07:33:36.529] | : . ' int 0 [07:33:36.530] | : . signalConditions() ... done [07:33:36.530] | : . result() for ClusterFuture ... [07:33:36.530] | : . ' result already collected: FutureResult [07:33:36.530] | : . result() for ClusterFuture ... done [07:33:36.530] | : . signalConditions() ... [07:33:36.530] | : . ' include = 'condition' [07:33:36.531] | : . ' exclude = 'error', 'immediateCondition' [07:33:36.531] | : . ' resignal = TRUE [07:33:36.531] | : . ' Number of conditions: 0 [07:33:36.531] | : . ' int 0 [07:33:36.532] | : . signalConditions() ... done [07:33:36.532] | : . relayed: [n=2] TRUE, TRUE [07:33:36.532] | : . queued futures: [n=2] TRUE, TRUE [07:33:36.532] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:36.532] | : resolve() for MultisessionFuture ... [07:33:36.532] | : resolve() for MultisessionFuture ... done [07:33:36.533] | : length: 0 (resolved future 1) [07:33:36.533] | future_lapply() -> future_xapply() ... done [07:33:36.533] | Relaying remaining futures ... [07:33:36.533] | : signalConditionsASAP(NULL, pos=0) ... [07:33:36.533] | : . nx: 2 [07:33:36.533] | : . relay: TRUE [07:33:36.533] | : . stdout: TRUE [07:33:36.534] | : . signal: TRUE [07:33:36.534] | : . resignal: FALSE [07:33:36.534] | : . force: TRUE [07:33:36.534] | : . relayed: [n=2] TRUE, TRUE [07:33:36.534] | : . queued futures: [n=2] TRUE, TRUE - flush all [07:33:36.534] | : . relayed: [n=2] TRUE, TRUE [07:33:36.535] | : . queued futures: [n=2] TRUE, TRUE [07:33:36.535] | : signalConditionsASAP(NULL, pos=0) ... done [07:33:36.535] | Relaying remaining futures ... done [07:33:36.535] future_lapply() ... done [07:33:36.535] - Number of value chunks collected: 2 [07:33:36.535] Resolving 2 futures (chunks) ... DONE [07:33:36.536] Reducing values from 2 chunks ... [07:33:36.536] - Number of values collected after concatenation: 2 [07:33:36.536] - Number of values expected: 2 [07:33:36.536] Reducing values from 2 chunks ... DONE * future_lapply(x, ..., future.stdout = NA) ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... [07:33:36.537] future_mapply() ... [07:33:36.537] | future_mapply() -> future_xapply() ... [07:33:36.537] | : nbrOfWorkers(NULL) ... [07:33:36.537] | : . List of 4 [07:33:36.537] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:36.537] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:36.537] | : . $ : language nbrOfWorkers() [07:33:36.537] | : . $ : language nbrOfWorkers.NULL() [07:33:36.539] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:36.539] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:36.539] | : . Number of workers: 2 [07:33:36.540] | : nbrOfWorkers(NULL) ... done [07:33:36.540] | : Number of chunks: 2 [07:33:36.540] | : getGlobalsAndPackagesXApply() ... [07:33:36.540] | : . future.globals: TRUE [07:33:36.541] | : . getGlobalsAndPackages() ... [07:33:36.541] | : . ' Searching for globals ... [07:33:36.551] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [07:33:36.551] | : . ' Searching for globals ... done [07:33:36.551] | : . ' Resolving globals: FALSE [07:33:36.551] | : . ' Search for packages associated with the globals ... [07:33:36.552] | : . ' , Packages associated with globals: [1] 'base' [07:33:36.552] | : . ' , Packages: [1] 'base' [07:33:36.552] | : . ' Search for packages associated with the globals ... done [07:33:36.552] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [07:33:36.553] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [07:33:36.553] | : . ' Packages after dropping 'base': [0] [07:33:36.553] | : . ' globals: [1] 'FUN' [07:33:36.553] | : . ' packages: [0] [07:33:36.554] | : . getGlobalsAndPackages() ... done [07:33:36.554] | : . globals found/used: [n=1] 'FUN' [07:33:36.554] | : . needed namespaces: [n=0] [07:33:36.554] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [07:33:36.554] | : . List of 2 [07:33:36.554] | : . $ ...future.FUN:function (x, y) [07:33:36.554] | : . $ MoreArgs : NULL [07:33:36.554] | : . - attr(*, "where")=List of 2 [07:33:36.554] | : . ..$ ...future.FUN: [07:33:36.554] | : . ..$ MoreArgs : [07:33:36.554] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:36.554] | : . - attr(*, "resolved")= logi FALSE [07:33:36.554] | : . - attr(*, "total_size")= num NA [07:33:36.558] | : . Packages to be attached in all futures: [n=0] [07:33:36.558] | : getGlobalsAndPackagesXApply() ... done [07:33:36.558] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:36.558] | : List of 5 [07:33:36.558] | : $ ...future.FUN :function (x, y) [07:33:36.558] | : $ MoreArgs : NULL [07:33:36.558] | : $ ...future.elements_ii : NULL [07:33:36.558] | : $ ...future.seeds_ii : NULL [07:33:36.558] | : $ ...future.globals.maxSize: NULL [07:33:36.558] | : - attr(*, "where")=List of 5 [07:33:36.558] | : ..$ ...future.FUN : [07:33:36.558] | : ..$ MoreArgs : [07:33:36.558] | : ..$ ...future.elements_ii : [07:33:36.558] | : ..$ ...future.seeds_ii : [07:33:36.558] | : ..$ ...future.globals.maxSize: [07:33:36.558] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:36.558] | : - attr(*, "resolved")= logi FALSE [07:33:36.558] | : - attr(*, "total_size")= num NA [07:33:36.563] | : Number of futures (= number of chunks): 2 [07:33:36.563] | : Launching 2 futures (chunks) ... [07:33:36.563] | : Chunk #1 of 2 ... [07:33:36.563] | : - Finding globals in '...' for chunk #1 ... [07:33:36.564] | : getGlobalsAndPackages() ... [07:33:36.564] | : . Searching for globals ... [07:33:36.564] | : . ' globals found: [0] [07:33:36.565] | : . Searching for globals ... done [07:33:36.565] | : . globals: [0] [07:33:36.565] | : . packages: [0] [07:33:36.565] | : getGlobalsAndPackages() ... done [07:33:36.565] | : + additional globals found: [n=0] [07:33:36.565] | : + additional namespaces needed: [n=0] [07:33:36.566] | : - Finding globals in '...' for chunk #1 ... DONE [07:33:36.566] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:36.566] | : - seeds: [07:33:36.566] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:36.566] | : future(..., label = 'future_mapply-1') ... [07:33:36.566] | : . lazy: FALSE [07:33:36.566] | : . stdout: FALSE [07:33:36.567] | : . conditions: [n=1] 'condition' [07:33:36.567] | : . gc: FALSE [07:33:36.567] | : . earlySignal: FALSE [07:33:36.567] | : . getGlobalsAndPackages() ... [07:33:36.567] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:36.567] | : . ' Resolving globals: FALSE [07:33:36.568] | : . ' Search for packages associated with the globals ... [07:33:36.568] | : . ' , Packages associated with globals: [0] [07:33:36.568] | : . ' , Packages: [0] [07:33:36.568] | : . ' Search for packages associated with the globals ... done [07:33:36.569] | : . ' Packages after dropping 'base': [0] [07:33:36.569] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:36.569] | : . ' packages: [0] [07:33:36.569] | : . getGlobalsAndPackages() ... done [07:33:36.569] | : . run() for 'Future' ('future_mapply-1') ... [07:33:36.570] | : . ' state: 'created' [07:33:36.570] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:36.570] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:36.570] | : . ' Using MultisessionFutureBackend ... [07:33:36.570] | : . ' , Number of futures since start: 6 (6 created, 6 launched, 6 finished) [07:33:36.571] | : . ' , Launching futures ... [07:33:36.571] | : . ' , ; launchFuture() for ClusterFutureBackend ... [07:33:36.571] | : . ' , ; ` Workers: [n=2] [07:33:36.571] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:36.573] | : . ' , ; ` FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:36.573] | : . ' , ; ` requestWorker() ... [07:33:36.573] | : . ' , ; ` | requestNode() ... [07:33:36.573] | : . ' , ; ` | : Number of workers: 2 [07:33:36.574] | : . ' , ; ` | : Polling for a free worker ... [07:33:36.574] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:36.574] | : . ' , ; ` | : . ' Listing all futures [07:33:36.574] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:36.574] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:36.574] | : . ' , ; ` | : . Total time: 0 [07:33:36.575] | : . ' , ; ` | : Polling for a free worker ... done [07:33:36.575] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:36.575] | : . ' , ; ` | : . Listing all futures [07:33:36.575] | : . ' , ; ` | : . Number of registered futures: 0 [07:33:36.575] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:36.575] | : . ' , ; ` | : avail: [n=2] '1', '2' [07:33:36.576] | : . ' , ; ` | : Index of first available worker: 1 [07:33:36.576] | : . ' , ; ` | : Validate that the worker is functional ... [07:33:36.576] | : . ' , ; ` | : . Worker is functional [07:33:36.576] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:36.577] | : . ' , ; ` | : . ' Listing all futures [07:33:36.577] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:36.577] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:36.577] | : . ' , ; ` | : Validate that the worker is functional ... done [07:33:36.577] | : . ' , ; ` | requestNode() ... done [07:33:36.577] | : . ' , ; ` | cluster node index: 1 [07:33:36.578] | : . ' , ; ` requestWorker() ... done [07:33:36.578] | : . ' , ; ` eraseGlobalEnvironment() ... [07:33:36.578] | : . ' , ; ` eraseGlobalEnvironment() ... done [07:33:36.579] | : . ' , ; ` launchFuture() ... [07:33:36.579] | : . ' , ; ` | cluster node index: 1 [07:33:36.579] | : . ' , ; ` | getFutureData() ... [07:33:36.579] | : . ' , ; ` | : getFutureCore() ... [07:33:36.579] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [07:33:36.579] | : . ' , ; ` | : getFutureCore() ... done [07:33:36.580] | : . ' , ; ` | : getFutureCapture() ... [07:33:36.580] | : . ' , ; ` | : getFutureCapture() ... done [07:33:36.580] | : . ' , ; ` | : getFutureContext() ... [07:33:36.580] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:36.580] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [07:33:36.580] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:36.581] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [07:33:36.581] | : . ' , ; ` | : getFutureContext() ... done [07:33:36.581] | : . ' , ; ` | getFutureData() ... done [07:33:36.581] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:36.582] | : . ' , ; ` | : Appended future to position #1 [07:33:36.582] | : . ' , ; ` | : Number of registered futures: 1 [07:33:36.582] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:36.582] | : . ' , ; ` launchFuture() ... done [07:33:36.582] | : . ' , ; ` MultisessionFuture started [07:33:36.582] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [07:33:36.583] | : . ' , Launching futures ... done [07:33:36.583] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:36.583] | : . ' Using MultisessionFutureBackend ... done [07:33:36.583] | : . run() for 'Future' ('future_mapply-1') ... done [07:33:36.583] | : future(..., label = 'future_mapply-1') ... done [07:33:36.583] | : Created future: [07:33:36.585] | : resolved() ... [07:33:36.585] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [07:33:36.585] | : . ' Cluster node socket connection: index=4, id=436 [07:33:36.585] | : . ' assertValidConnection() ... [07:33:36.586] | : . ' , cluster node index: 1 [07:33:36.586] | : . ' assertValidConnection() ... done [07:33:36.781] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:36.781] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [07:33:36.781] | : resolved() ... done [07:33:36.584] | : MultisessionFuture: [07:33:36.584] | : Label: 'future_mapply-1' [07:33:36.584] | : Expression: [07:33:36.584] | : { [07:33:36.584] | : "# future.apply:::future_xapply(): preserve future option" [07:33:36.584] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:36.584] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:36.584] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:36.584] | : on.exit(options(oopts), add = TRUE) [07:33:36.584] | : } [07:33:36.584] | : { [07:33:36.584] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [07:33:36.584] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [07:33:36.584] | : do.call(mapply, args = args) [07:33:36.584] | : } [07:33:36.584] | : } [07:33:36.584] | : Globals: 5 objects totaling 6.51 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:36.584] | : Packages: [07:33:36.584] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:36.584] | : Capture standard output: FALSE [07:33:36.584] | : Capture condition classes: 'condition' (excluding '') [07:33:36.584] | : Immediate condition classes: 'immediateCondition' [07:33:36.584] | : Lazy evaluation: FALSE [07:33:36.584] | : Local evaluation: TRUE [07:33:36.584] | : Asynchronous evaluation: TRUE [07:33:36.584] | : Early signaling: FALSE [07:33:36.584] | : Environment: R_GlobalEnv [07:33:36.584] | : State: 'running' [07:33:36.584] | : Resolved: FALSE [07:33:36.584] | : Unique identifier: 9666b1484a0876e33034202448105eaf-13 [07:33:36.584] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:36.584] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:36.584] | : Value: [07:33:36.584] | : Conditions captured: [07:33:36.781] | : Chunk #1 of 2 ... DONE [07:33:36.782] | : Chunk #2 of 2 ... [07:33:36.782] | : - Finding globals in '...' for chunk #2 ... [07:33:36.782] | : getGlobalsAndPackages() ... [07:33:36.782] | : . Searching for globals ... [07:33:36.783] | : . ' globals found: [0] [07:33:36.783] | : . Searching for globals ... done [07:33:36.783] | : . globals: [0] [07:33:36.783] | : . packages: [0] [07:33:36.784] | : getGlobalsAndPackages() ... done [07:33:36.784] | : + additional globals found: [n=0] [07:33:36.784] | : + additional namespaces needed: [n=0] [07:33:36.784] | : - Finding globals in '...' for chunk #2 ... DONE [07:33:36.784] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:36.784] | : - seeds: [07:33:36.785] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:36.785] | : future(..., label = 'future_mapply-2') ... [07:33:36.785] | : . lazy: FALSE [07:33:36.785] | : . stdout: FALSE [07:33:36.785] | : . conditions: [n=1] 'condition' [07:33:36.785] | : . gc: FALSE [07:33:36.786] | : . earlySignal: FALSE [07:33:36.786] | : . getGlobalsAndPackages() ... [07:33:36.786] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:36.786] | : . ' Resolving globals: FALSE [07:33:36.786] | : . ' Search for packages associated with the globals ... [07:33:36.787] | : . ' , Packages associated with globals: [0] [07:33:36.787] | : . ' , Packages: [0] [07:33:36.787] | : . ' Search for packages associated with the globals ... done [07:33:36.787] | : . ' Packages after dropping 'base': [0] [07:33:36.787] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:36.788] | : . ' packages: [0] [07:33:36.788] | : . getGlobalsAndPackages() ... done [07:33:36.788] | : . run() for 'Future' ('future_mapply-2') ... [07:33:36.788] | : . ' state: 'created' [07:33:36.789] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:36.789] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:36.789] | : . ' Using MultisessionFutureBackend ... [07:33:36.789] | : . ' , Number of futures since start: 7 (7 created, 7 launched, 6 finished) [07:33:36.789] | : . ' , Launching futures ... [07:33:36.790] | : . ' , ; launchFuture() for ClusterFutureBackend ... [07:33:36.790] | : . ' , ; ` Workers: [n=2] [07:33:36.790] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:36.793] | : . ' , ; ` FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:36.793] | : . ' , ; ` requestWorker() ... [07:33:36.794] | : . ' , ; ` | requestNode() ... [07:33:36.794] | : . ' , ; ` | : Number of workers: 2 [07:33:36.794] | : . ' , ; ` | : Polling for a free worker ... [07:33:36.794] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:36.794] | : . ' , ; ` | : . ' Listing all futures [07:33:36.795] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:36.795] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:36.795] | : . ' , ; ` | : . Total time: 0 [07:33:36.795] | : . ' , ; ` | : Polling for a free worker ... done [07:33:36.795] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:36.795] | : . ' , ; ` | : . Listing all futures [07:33:36.796] | : . ' , ; ` | : . Number of registered futures: 1 [07:33:36.796] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:36.796] | : . ' , ; ` | : avail: [n=2] '2' [07:33:36.796] | : . ' , ; ` | : Index of first available worker: 2 [07:33:36.796] | : . ' , ; ` | : Validate that the worker is functional ... [07:33:36.797] | : . ' , ; ` | : . Worker is functional [07:33:36.797] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:36.797] | : . ' , ; ` | : . ' Listing all futures [07:33:36.797] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:36.798] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:36.798] | : . ' , ; ` | : Validate that the worker is functional ... done [07:33:36.798] | : . ' , ; ` | requestNode() ... done [07:33:36.798] | : . ' , ; ` | cluster node index: 2 [07:33:36.798] | : . ' , ; ` requestWorker() ... done [07:33:36.798] | : . ' , ; ` eraseGlobalEnvironment() ... [07:33:36.799] | : . ' , ; ` eraseGlobalEnvironment() ... done [07:33:36.799] | : . ' , ; ` launchFuture() ... [07:33:36.799] | : . ' , ; ` | cluster node index: 2 [07:33:36.799] | : . ' , ; ` | getFutureData() ... [07:33:36.800] | : . ' , ; ` | : getFutureCore() ... [07:33:36.800] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [07:33:36.800] | : . ' , ; ` | : getFutureCore() ... done [07:33:36.800] | : . ' , ; ` | : getFutureCapture() ... [07:33:36.800] | : . ' , ; ` | : getFutureCapture() ... done [07:33:36.800] | : . ' , ; ` | : getFutureContext() ... [07:33:36.801] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:36.801] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [07:33:36.801] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:36.801] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [07:33:36.801] | : . ' , ; ` | : getFutureContext() ... done [07:33:36.801] | : . ' , ; ` | getFutureData() ... done [07:33:36.802] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:36.802] | : . ' , ; ` | : Appended future to position #2 [07:33:36.802] | : . ' , ; ` | : Number of registered futures: 2 [07:33:36.802] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:36.803] | : . ' , ; ` launchFuture() ... done [07:33:36.803] | : . ' , ; ` MultisessionFuture started [07:33:36.803] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [07:33:36.803] | : . ' , Launching futures ... done [07:33:36.803] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:36.803] | : . ' Using MultisessionFutureBackend ... done [07:33:36.804] | : . run() for 'Future' ('future_mapply-2') ... done [07:33:36.804] | : future(..., label = 'future_mapply-2') ... done [07:33:36.804] | : Created future: [07:33:36.805] | : resolved() ... [07:33:36.805] | : . resolved() for MultisessionFuture ('future_mapply-2') ... [07:33:36.806] | : . ' Cluster node socket connection: index=5, id=437 [07:33:36.806] | : . ' assertValidConnection() ... [07:33:36.806] | : . ' , cluster node index: 2 [07:33:36.806] | : . ' assertValidConnection() ... done [07:33:36.807] | : . ' receiveMessageFromWorker() for ClusterFuture ... [07:33:36.807] | : . ' , cluster node index: 2 [07:33:36.807] | : . ' , [1] TRUE [07:33:36.807] | : . ' , Received data: [07:33:36.807] | : . ' , List of 5 [07:33:36.807] | : . ' , $ type : chr "VALUE" [07:33:36.807] | : . ' , $ value :List of 16 [07:33:36.807] | : . ' , ..$ value :List of 1 [07:33:36.807] | : . ' , .. ..$ :List of 2 [07:33:36.807] | : . ' , .. .. ..$ x: int 0 [07:33:36.807] | : . ' , .. .. ..$ y: int 1 [07:33:36.807] | : . ' , ..$ visible : logi TRUE [07:33:36.807] | : . ' , ..$ stdout : NULL [07:33:36.807] | : . ' , ..$ conditions : list() [07:33:36.807] | : . ' , ..$ rng : logi FALSE [07:33:36.807] | : . ' , ..$ seed : NULL [07:33:36.807] | : . ' , ..$ misuseGlobalEnv : NULL [07:33:36.807] | : . ' , ..$ misuseConnections :List of 3 [07:33:36.807] | : . ' , .. ..$ added : NULL [07:33:36.807] | : . ' , .. ..$ removed : NULL [07:33:36.807] | : . ' , .. ..$ replaced: NULL [07:33:36.807] | : . ' , ..$ misuseDevices : NULL [07:33:36.807] | : . ' , ..$ misuseDefaultDevice: list() [07:33:36.807] | : . ' , ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:36" [07:33:36.807] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:36" [07:33:36.807] | : . ' , ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "14" [07:33:36.807] | : . ' , ..$ session_uuid : chr "d59aab41248ff4df84cdbec6b6ac737f" [07:33:36.807] | : . ' , .. ..- attr(*, "source")=List of 5 [07:33:36.807] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [07:33:36.807] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:36.807] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:36.807] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:36.807] | : . ' , .. .. ..$ pid : int 56188 [07:33:36.807] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:36.807] | : . ' , .. .. ..$ random: int 2147483647 [07:33:36.807] | : . ' , ..$ r_info :List of 4 [07:33:36.807] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:36.807] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [07:33:36.807] | : . ' , .. ..$ os : chr "windows" [07:33:36.807] | : . ' , .. ..$ os_name : chr "Windows" [07:33:36.807] | : . ' , .. ..$ captures_utf8: logi TRUE [07:33:36.807] | : . ' , ..$ version : chr "1.8" [07:33:36.807] | : . ' , ..- attr(*, "class")= chr "FutureResult" [07:33:36.807] | : . ' , $ success: logi TRUE [07:33:36.807] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [07:33:36.807] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:36.807] | : . ' , $ tag : NULL [07:33:36.821] | : . ' , Received FutureResult [07:33:36.821] | : . ' , FutureResult: [07:33:36.821] | : . ' , value: 'list' [07:33:36.821] | : . ' , visible: TRUE [07:33:36.821] | : . ' , stdout: NULL [07:33:36.821] | : . ' , conditions: [n = 0] [07:33:36.821] | : . ' , RNG used: FALSE [07:33:36.821] | : . ' , duration: 0.003157854 secs (started 2025-12-09 07:33:36.802566) [07:33:36.821] | : . ' , version: 1.8 [07:33:36.822] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:36.822] | : . ' , ; Removed future from position #2 [07:33:36.822] | : . ' , ; Number of registered futures: 1 [07:33:36.822] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:36.823] | : . ' , Erased future from future backend [07:33:36.823] | : . ' , result() for ClusterFuture ... [07:33:36.823] | : . ' , ; result already collected: FutureResult [07:33:36.823] | : . ' , result() for ClusterFuture ... done [07:33:36.823] | : . ' , signalConditions() ... [07:33:36.823] | : . ' , ; include = 'immediateCondition' [07:33:36.824] | : . ' , ; exclude = [07:33:36.824] | : . ' , ; resignal = FALSE [07:33:36.824] | : . ' , ; Number of conditions: 0 [07:33:36.824] | : . ' , ; int 0 [07:33:36.825] | : . ' , signalConditions() ... done [07:33:36.825] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [07:33:36.825] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:36.825] | : . resolved() for MultisessionFuture ('future_mapply-2') ... done [07:33:36.825] | : . assertFutureResult() ... [07:33:36.825] | : . ' Future uuid: 9666b1484a0876e33034202448105eaf-14 [07:33:36.825] | : . ' identical; success [07:33:36.826] | : . assertFutureResult() ... done [07:33:36.826] | : resolved() ... done [07:33:36.804] | : MultisessionFuture: [07:33:36.804] | : Label: 'future_mapply-2' [07:33:36.804] | : Expression: [07:33:36.804] | : { [07:33:36.804] | : "# future.apply:::future_xapply(): preserve future option" [07:33:36.804] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:36.804] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:36.804] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:36.804] | : on.exit(options(oopts), add = TRUE) [07:33:36.804] | : } [07:33:36.804] | : { [07:33:36.804] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [07:33:36.804] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [07:33:36.804] | : do.call(mapply, args = args) [07:33:36.804] | : } [07:33:36.804] | : } [07:33:36.804] | : Globals: 5 objects totaling 6.51 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:36.804] | : Packages: [07:33:36.804] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:36.804] | : Capture standard output: FALSE [07:33:36.804] | : Capture condition classes: 'condition' (excluding '') [07:33:36.804] | : Immediate condition classes: 'immediateCondition' [07:33:36.804] | : Lazy evaluation: FALSE [07:33:36.804] | : Local evaluation: TRUE [07:33:36.804] | : Asynchronous evaluation: TRUE [07:33:36.804] | : Early signaling: FALSE [07:33:36.804] | : Environment: R_GlobalEnv [07:33:36.804] | : State: 'running' [07:33:36.804] | : Resolved: TRUE [07:33:36.804] | : Unique identifier: 9666b1484a0876e33034202448105eaf-14 [07:33:36.804] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:36.804] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:36.804] | : Value: [07:33:36.804] | : Conditions captured: [07:33:36.826] | : Chunk #2 of 2 ... DONE [07:33:36.826] | : Launching 2 futures (chunks) ... DONE [07:33:36.827] | : Resolving 2 futures (chunks) ... [07:33:36.827] | : value() for list ... [07:33:36.827] | : . recursive: 0 [07:33:36.827] | : . reduce: FALSE [07:33:36.827] | : . length: 2 [07:33:36.827] | : . Number of remaining objects: 2 [07:33:36.828] | : . checking value #1: [07:33:36.828] | : . 'obj' is MultisessionFuture [07:33:36.828] | : . resolved() ... [07:33:36.828] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... [07:33:36.828] | : . ' , Cluster node socket connection: index=4, id=436 [07:33:36.829] | : . ' , assertValidConnection() ... [07:33:36.829] | : . ' , ; cluster node index: 1 [07:33:36.829] | : . ' , assertValidConnection() ... done [07:33:37.031] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:37.031] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... done [07:33:37.031] | : . resolved() ... done [07:33:37.032] | : . checking value #2: [07:33:37.032] | : . 'obj' is MultisessionFuture [07:33:37.032] | : . resolved() ... [07:33:37.032] | : . resolved() ... done [07:33:37.032] | : . MultisessionFuture #2 [07:33:37.032] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:37.033] | : . ' nx: 2 [07:33:37.033] | : . ' relay: TRUE [07:33:37.033] | : . ' stdout: TRUE [07:33:37.033] | : . ' signal: TRUE [07:33:37.033] | : . ' resignal: FALSE [07:33:37.033] | : . ' force: TRUE [07:33:37.034] | : . ' relayed: [n=2] FALSE, FALSE [07:33:37.034] | : . ' queued futures: [n=2] FALSE, FALSE [07:33:37.034] | : . ' until=1 [07:33:37.034] | : . ' relaying element #1 [07:33:37.034] | : . ' relayed: [n=2] FALSE, FALSE [07:33:37.034] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:37.034] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:37.035] | : . value(, ...) ... [07:33:37.035] | : . value(, ...) ... done [07:33:37.035] | : . value() for MultisessionFuture ('future_mapply-2') ... [07:33:37.035] | : . ' result() for ClusterFuture ... [07:33:37.035] | : . ' , result already collected: FutureResult [07:33:37.035] | : . ' result() for ClusterFuture ... done [07:33:37.036] | : . ' result() for ClusterFuture ... [07:33:37.036] | : . ' , result already collected: FutureResult [07:33:37.036] | : . ' result() for ClusterFuture ... done [07:33:37.036] | : . ' signalConditions() ... [07:33:37.036] | : . ' , include = 'immediateCondition' [07:33:37.036] | : . ' , exclude = [07:33:37.037] | : . ' , resignal = FALSE [07:33:37.037] | : . ' , Number of conditions: 0 [07:33:37.037] | : . ' , int 0 [07:33:37.037] | : . ' signalConditions() ... done [07:33:37.038] | : . ' check for misuse ... [07:33:37.038] | : . ' check for misuse ... done [07:33:37.038] | : . value() for MultisessionFuture ('future_mapply-2') ... done [07:33:37.038] | : . value: [07:33:37.038] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:37.038] | : . ' nx: 2 [07:33:37.038] | : . ' relay: TRUE [07:33:37.039] | : . ' stdout: TRUE [07:33:37.039] | : . ' signal: TRUE [07:33:37.039] | : . ' resignal: FALSE [07:33:37.039] | : . ' force: TRUE [07:33:37.039] | : . ' relayed: [n=2] FALSE, FALSE [07:33:37.039] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:37.039] | : . ' until=1 [07:33:37.040] | : . ' relaying element #1 [07:33:37.040] | : . ' relayed: [n=2] FALSE, FALSE [07:33:37.040] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:37.040] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:37.040] | : . resolve() for MultisessionFuture ... [07:33:37.040] | : . resolve() for MultisessionFuture ... done [07:33:37.041] | : . length: 1 (resolved future 2) [07:33:37.041] | : value() for list ... done [07:33:37.062] | : Number of remaining objects: 1 [07:33:37.062] | : checking value #1: [07:33:37.063] | : 'obj' is MultisessionFuture [07:33:37.063] | : resolved() ... [07:33:37.063] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [07:33:37.063] | : . ' Cluster node socket connection: index=4, id=436 [07:33:37.064] | : . ' assertValidConnection() ... [07:33:37.064] | : . ' , cluster node index: 1 [07:33:37.064] | : . ' assertValidConnection() ... done [07:33:37.096] | : . ' receiveMessageFromWorker() for ClusterFuture ... [07:33:37.096] | : . ' , cluster node index: 1 [07:33:37.096] | : . ' , [1] TRUE [07:33:37.097] | : . ' , Received data: [07:33:37.097] | : . ' , List of 5 [07:33:37.097] | : . ' , $ type : chr "VALUE" [07:33:37.097] | : . ' , $ value :List of 16 [07:33:37.097] | : . ' , ..$ value :List of 1 [07:33:37.097] | : . ' , .. ..$ :List of 2 [07:33:37.097] | : . ' , .. .. ..$ x: int 1 [07:33:37.097] | : . ' , .. .. ..$ y: int 0 [07:33:37.097] | : . ' , ..$ visible : logi TRUE [07:33:37.097] | : . ' , ..$ stdout : NULL [07:33:37.097] | : . ' , ..$ conditions : list() [07:33:37.097] | : . ' , ..$ rng : logi FALSE [07:33:37.097] | : . ' , ..$ seed : NULL [07:33:37.097] | : . ' , ..$ misuseGlobalEnv : NULL [07:33:37.097] | : . ' , ..$ misuseConnections :List of 3 [07:33:37.097] | : . ' , .. ..$ added : NULL [07:33:37.097] | : . ' , .. ..$ removed : NULL [07:33:37.097] | : . ' , .. ..$ replaced: NULL [07:33:37.097] | : . ' , ..$ misuseDevices : NULL [07:33:37.097] | : . ' , ..$ misuseDefaultDevice: list() [07:33:37.097] | : . ' , ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:36" [07:33:37.097] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:37" [07:33:37.097] | : . ' , ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "13" [07:33:37.097] | : . ' , ..$ session_uuid : chr "e5a32bf42fc0d703d98ac6b23c12ecc1" [07:33:37.097] | : . ' , .. ..- attr(*, "source")=List of 5 [07:33:37.097] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [07:33:37.097] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:37.097] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:37.097] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:37.097] | : . ' , .. .. ..$ pid : int 25228 [07:33:37.097] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:37.097] | : . ' , .. .. ..$ random: int 2147483647 [07:33:37.097] | : . ' , ..$ r_info :List of 4 [07:33:37.097] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:37.097] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [07:33:37.097] | : . ' , .. ..$ os : chr "windows" [07:33:37.097] | : . ' , .. ..$ os_name : chr "Windows" [07:33:37.097] | : . ' , .. ..$ captures_utf8: logi TRUE [07:33:37.097] | : . ' , ..$ version : chr "1.8" [07:33:37.097] | : . ' , ..- attr(*, "class")= chr "FutureResult" [07:33:37.097] | : . ' , $ success: logi TRUE [07:33:37.097] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.51 NA NA [07:33:37.097] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:37.097] | : . ' , $ tag : NULL [07:33:37.111] | : . ' , Received FutureResult [07:33:37.111] | : . ' , FutureResult: [07:33:37.111] | : . ' , value: 'list' [07:33:37.111] | : . ' , visible: TRUE [07:33:37.111] | : . ' , stdout: NULL [07:33:37.111] | : . ' , conditions: [n = 0] [07:33:37.111] | : . ' , RNG used: FALSE [07:33:37.111] | : . ' , duration: 0.513154 secs (started 2025-12-09 07:33:36.582073) [07:33:37.111] | : . ' , version: 1.8 [07:33:37.111] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:37.112] | : . ' , ; Removed future from position #1 [07:33:37.112] | : . ' , ; Number of registered futures: 0 [07:33:37.112] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:37.112] | : . ' , Erased future from future backend [07:33:37.112] | : . ' , result() for ClusterFuture ... [07:33:37.112] | : . ' , ; result already collected: FutureResult [07:33:37.113] | : . ' , result() for ClusterFuture ... done [07:33:37.113] | : . ' , signalConditions() ... [07:33:37.113] | : . ' , ; include = 'immediateCondition' [07:33:37.113] | : . ' , ; exclude = [07:33:37.113] | : . ' , ; resignal = FALSE [07:33:37.113] | : . ' , ; Number of conditions: 0 [07:33:37.114] | : . ' , ; int 0 [07:33:37.114] | : . ' , signalConditions() ... done [07:33:37.114] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [07:33:37.114] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:37.115] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [07:33:37.115] | : . assertFutureResult() ... [07:33:37.115] | : . ' Future uuid: 9666b1484a0876e33034202448105eaf-13 [07:33:37.115] | : . ' identical; success [07:33:37.115] | : . assertFutureResult() ... done [07:33:37.115] | : resolved() ... done [07:33:37.116] | : MultisessionFuture #1 [07:33:37.116] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:37.116] | : . nx: 2 [07:33:37.116] | : . relay: TRUE [07:33:37.116] | : . stdout: TRUE [07:33:37.116] | : . signal: TRUE [07:33:37.116] | : . resignal: FALSE [07:33:37.117] | : . force: TRUE [07:33:37.117] | : . relayed: [n=2] FALSE, FALSE [07:33:37.117] | : . queued futures: [n=2] FALSE, TRUE [07:33:37.117] | : . until=1 [07:33:37.117] | : . relaying element #1 [07:33:37.117] | : . value() for MultisessionFuture ('future_mapply-1') ... [07:33:37.118] | : . ' result() for ClusterFuture ... [07:33:37.118] | : . ' , result already collected: FutureResult [07:33:37.118] | : . ' result() for ClusterFuture ... done [07:33:37.118] | : . ' result() for ClusterFuture ... [07:33:37.118] | : . ' , result already collected: FutureResult [07:33:37.118] | : . ' result() for ClusterFuture ... done [07:33:37.118] | : . ' signalConditions() ... [07:33:37.119] | : . ' , include = 'immediateCondition' [07:33:37.119] | : . ' , exclude = [07:33:37.119] | : . ' , resignal = FALSE [07:33:37.119] | : . ' , Number of conditions: 0 [07:33:37.119] | : . ' , int 0 [07:33:37.120] | : . ' signalConditions() ... done [07:33:37.120] | : . ' relay stdout ... [07:33:37.120] | : . ' relay stdout ... done [07:33:37.120] | : . ' check for misuse ... [07:33:37.120] | : . ' check for misuse ... done [07:33:37.121] | : . value() for MultisessionFuture ('future_mapply-1') ... done [07:33:37.121] | : . result() for ClusterFuture ... [07:33:37.121] | : . ' result already collected: FutureResult [07:33:37.121] | : . result() for ClusterFuture ... done [07:33:37.121] | : . signalConditions() ... [07:33:37.121] | : . ' include = 'immediateCondition' [07:33:37.122] | : . ' exclude = [07:33:37.122] | : . ' resignal = FALSE [07:33:37.122] | : . ' Number of conditions: 0 [07:33:37.122] | : . ' int 0 [07:33:37.122] | : . signalConditions() ... done [07:33:37.123] | : . result() for ClusterFuture ... [07:33:37.123] | : . ' result already collected: FutureResult [07:33:37.123] | : . result() for ClusterFuture ... done [07:33:37.123] | : . signalConditions() ... [07:33:37.123] | : . ' include = 'condition' [07:33:37.123] | : . ' exclude = 'error', 'immediateCondition' [07:33:37.124] | : . ' resignal = TRUE [07:33:37.124] | : . ' Number of conditions: 0 [07:33:37.124] | : . ' int 0 [07:33:37.124] | : . signalConditions() ... done [07:33:37.125] | : . relayed: [n=2] TRUE, FALSE [07:33:37.125] | : . queued futures: [n=2] TRUE, TRUE [07:33:37.125] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:37.125] | : value(, ...) ... [07:33:37.125] | : value(, ...) ... done [07:33:37.125] | : value() for MultisessionFuture ('future_mapply-1') ... [07:33:37.126] | : . result() for ClusterFuture ... [07:33:37.126] | : . ' result already collected: FutureResult [07:33:37.126] | : . result() for ClusterFuture ... done [07:33:37.126] | : . result() for ClusterFuture ... [07:33:37.126] | : . ' result already collected: FutureResult [07:33:37.126] | : . result() for ClusterFuture ... done [07:33:37.127] | : . signalConditions() ... [07:33:37.127] | : . ' include = 'immediateCondition' [07:33:37.127] | : . ' exclude = [07:33:37.127] | : . ' resignal = FALSE [07:33:37.127] | : . ' Number of conditions: 0 [07:33:37.127] | : . ' int 0 [07:33:37.128] | : . signalConditions() ... done [07:33:37.128] | : . check for misuse ... [07:33:37.128] | : . check for misuse ... done [07:33:37.128] | : value() for MultisessionFuture ('future_mapply-1') ... done [07:33:37.129] | : value: [07:33:37.129] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:37.129] | : . nx: 2 [07:33:37.129] | : . relay: TRUE [07:33:37.129] | : . stdout: TRUE [07:33:37.129] | : . signal: TRUE [07:33:37.129] | : . resignal: FALSE [07:33:37.130] | : . force: TRUE [07:33:37.130] | : . relayed: [n=2] TRUE, FALSE [07:33:37.130] | : . queued futures: [n=2] TRUE, TRUE [07:33:37.130] | : . until=2 [07:33:37.130] | : . relaying element #2 [07:33:37.130] | : . value() for MultisessionFuture ('future_mapply-2') ... [07:33:37.131] | : . ' result() for ClusterFuture ... [07:33:37.131] | : . ' , result already collected: FutureResult [07:33:37.131] | : . ' result() for ClusterFuture ... done [07:33:37.131] | : . ' result() for ClusterFuture ... [07:33:37.131] | : . ' , result already collected: FutureResult [07:33:37.131] | : . ' result() for ClusterFuture ... done [07:33:37.132] | : . ' signalConditions() ... [07:33:37.132] | : . ' , include = 'immediateCondition' [07:33:37.132] | : . ' , exclude = [07:33:37.132] | : . ' , resignal = FALSE [07:33:37.132] | : . ' , Number of conditions: 0 [07:33:37.132] | : . ' , int 0 [07:33:37.133] | : . ' signalConditions() ... done [07:33:37.133] | : . ' relay stdout ... [07:33:37.133] | : . ' relay stdout ... done [07:33:37.133] | : . ' check for misuse ... [07:33:37.134] | : . ' check for misuse ... done [07:33:37.134] | : . value() for MultisessionFuture ('future_mapply-2') ... done [07:33:37.134] | : . result() for ClusterFuture ... [07:33:37.134] | : . ' result already collected: FutureResult [07:33:37.134] | : . result() for ClusterFuture ... done [07:33:37.134] | : . signalConditions() ... [07:33:37.135] | : . ' include = 'immediateCondition' [07:33:37.135] | : . ' exclude = [07:33:37.135] | : . ' resignal = FALSE [07:33:37.135] | : . ' Number of conditions: 0 [07:33:37.135] | : . ' int 0 [07:33:37.136] | : . signalConditions() ... done [07:33:37.136] | : . result() for ClusterFuture ... [07:33:37.136] | : . ' result already collected: FutureResult [07:33:37.136] | : . result() for ClusterFuture ... done [07:33:37.136] | : . signalConditions() ... [07:33:37.136] | : . ' include = 'condition' [07:33:37.137] | : . ' exclude = 'error', 'immediateCondition' [07:33:37.137] | : . ' resignal = TRUE [07:33:37.137] | : . ' Number of conditions: 0 [07:33:37.137] | : . ' int 0 [07:33:37.138] | : . signalConditions() ... done [07:33:37.138] | : . relayed: [n=2] TRUE, TRUE [07:33:37.138] | : . queued futures: [n=2] TRUE, TRUE [07:33:37.138] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:37.138] | : resolve() for MultisessionFuture ... [07:33:37.138] | : resolve() for MultisessionFuture ... done [07:33:37.139] | : length: 0 (resolved future 1) [07:33:37.139] | future_mapply() -> future_xapply() ... done [07:33:37.139] | Relaying remaining futures ... [07:33:37.139] | : signalConditionsASAP(NULL, pos=0) ... [07:33:37.139] | : . nx: 2 [07:33:37.139] | : . relay: TRUE [07:33:37.140] | : . stdout: TRUE [07:33:37.140] | : . signal: TRUE [07:33:37.140] | : . resignal: FALSE [07:33:37.140] | : . force: TRUE [07:33:37.140] | : . relayed: [n=2] TRUE, TRUE [07:33:37.141] | : . queued futures: [n=2] TRUE, TRUE - flush all [07:33:37.143] | : . relayed: [n=2] TRUE, TRUE [07:33:37.143] | : . queued futures: [n=2] TRUE, TRUE [07:33:37.143] | : signalConditionsASAP(NULL, pos=0) ... done [07:33:37.143] | Relaying remaining futures ... done [07:33:37.143] future_mapply() ... done [07:33:37.143] - Number of value chunks collected: 2 [07:33:37.144] Resolving 2 futures (chunks) ... DONE [07:33:37.144] Reducing values from 2 chunks ... [07:33:37.144] - Number of values collected after concatenation: 2 [07:33:37.144] - Number of values expected: 2 [07:33:37.144] Reducing values from 2 chunks ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... [07:33:37.145] future_mapply() ... [07:33:37.145] | future_mapply() -> future_xapply() ... [07:33:37.145] | : nbrOfWorkers(NULL) ... [07:33:37.145] | : . List of 4 [07:33:37.145] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:37.145] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:37.145] | : . $ : language nbrOfWorkers() [07:33:37.145] | : . $ : language nbrOfWorkers.NULL() [07:33:37.147] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:37.147] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:37.148] | : . Number of workers: 2 [07:33:37.148] | : nbrOfWorkers(NULL) ... done [07:33:37.148] | : Number of chunks: 2 [07:33:37.148] | : getGlobalsAndPackagesXApply() ... [07:33:37.149] | : . future.globals: TRUE [07:33:37.149] | : . getGlobalsAndPackages() ... [07:33:37.149] | : . ' Searching for globals ... [07:33:37.159] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [07:33:37.159] | : . ' Searching for globals ... done [07:33:37.159] | : . ' Resolving globals: FALSE [07:33:37.160] | : . ' Search for packages associated with the globals ... [07:33:37.160] | : . ' , Packages associated with globals: [1] 'base' [07:33:37.160] | : . ' , Packages: [1] 'base' [07:33:37.160] | : . ' Search for packages associated with the globals ... done [07:33:37.161] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [07:33:37.161] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [07:33:37.161] | : . ' Packages after dropping 'base': [0] [07:33:37.161] | : . ' globals: [1] 'FUN' [07:33:37.162] | : . ' packages: [0] [07:33:37.162] | : . getGlobalsAndPackages() ... done [07:33:37.162] | : . globals found/used: [n=1] 'FUN' [07:33:37.162] | : . needed namespaces: [n=0] [07:33:37.162] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [07:33:37.163] | : . List of 2 [07:33:37.163] | : . $ ...future.FUN:function (x, y) [07:33:37.163] | : . $ MoreArgs : NULL [07:33:37.163] | : . - attr(*, "where")=List of 2 [07:33:37.163] | : . ..$ ...future.FUN: [07:33:37.163] | : . ..$ MoreArgs : [07:33:37.163] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:37.163] | : . - attr(*, "resolved")= logi FALSE [07:33:37.163] | : . - attr(*, "total_size")= num NA [07:33:37.166] | : . Packages to be attached in all futures: [n=0] [07:33:37.166] | : getGlobalsAndPackagesXApply() ... done [07:33:37.166] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.166] | : List of 5 [07:33:37.166] | : $ ...future.FUN :function (x, y) [07:33:37.166] | : $ MoreArgs : NULL [07:33:37.166] | : $ ...future.elements_ii : NULL [07:33:37.166] | : $ ...future.seeds_ii : NULL [07:33:37.166] | : $ ...future.globals.maxSize: NULL [07:33:37.166] | : - attr(*, "where")=List of 5 [07:33:37.166] | : ..$ ...future.FUN : [07:33:37.166] | : ..$ MoreArgs : [07:33:37.166] | : ..$ ...future.elements_ii : [07:33:37.166] | : ..$ ...future.seeds_ii : [07:33:37.166] | : ..$ ...future.globals.maxSize: [07:33:37.166] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:37.166] | : - attr(*, "resolved")= logi FALSE [07:33:37.166] | : - attr(*, "total_size")= num NA [07:33:37.171] | : Number of futures (= number of chunks): 2 [07:33:37.171] | : Launching 2 futures (chunks) ... [07:33:37.171] | : Chunk #1 of 2 ... [07:33:37.171] | : - Finding globals in '...' for chunk #1 ... [07:33:37.172] | : getGlobalsAndPackages() ... [07:33:37.172] | : . Searching for globals ... [07:33:37.172] | : . ' globals found: [0] [07:33:37.173] | : . Searching for globals ... done [07:33:37.173] | : . globals: [0] [07:33:37.173] | : . packages: [0] [07:33:37.173] | : getGlobalsAndPackages() ... done [07:33:37.173] | : + additional globals found: [n=0] [07:33:37.173] | : + additional namespaces needed: [n=0] [07:33:37.174] | : - Finding globals in '...' for chunk #1 ... DONE [07:33:37.174] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:37.174] | : - seeds: [07:33:37.174] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.174] | : future(..., label = 'future_mapply-1') ... [07:33:37.174] | : . lazy: FALSE [07:33:37.175] | : . stdout: TRUE [07:33:37.175] | : . conditions: [n=1] 'condition' [07:33:37.175] | : . gc: FALSE [07:33:37.175] | : . earlySignal: FALSE [07:33:37.175] | : . getGlobalsAndPackages() ... [07:33:37.175] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.176] | : . ' Resolving globals: FALSE [07:33:37.176] | : . ' Search for packages associated with the globals ... [07:33:37.176] | : . ' , Packages associated with globals: [0] [07:33:37.176] | : . ' , Packages: [0] [07:33:37.177] | : . ' Search for packages associated with the globals ... done [07:33:37.177] | : . ' Packages after dropping 'base': [0] [07:33:37.177] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.177] | : . ' packages: [0] [07:33:37.177] | : . getGlobalsAndPackages() ... done [07:33:37.178] | : . run() for 'Future' ('future_mapply-1') ... [07:33:37.178] | : . ' state: 'created' [07:33:37.178] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:37.178] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:37.178] | : . ' Using MultisessionFutureBackend ... [07:33:37.178] | : . ' , Number of futures since start: 8 (8 created, 8 launched, 8 finished) [07:33:37.179] | : . ' , Launching futures ... [07:33:37.179] | : . ' , ; launchFuture() for ClusterFutureBackend ... [07:33:37.179] | : . ' , ; ` Workers: [n=2] [07:33:37.179] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:37.181] | : . ' , ; ` FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:37.181] | : . ' , ; ` requestWorker() ... [07:33:37.181] | : . ' , ; ` | requestNode() ... [07:33:37.181] | : . ' , ; ` | : Number of workers: 2 [07:33:37.182] | : . ' , ; ` | : Polling for a free worker ... [07:33:37.182] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:37.182] | : . ' , ; ` | : . ' Listing all futures [07:33:37.182] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:37.182] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:37.182] | : . ' , ; ` | : . Total time: 0 [07:33:37.183] | : . ' , ; ` | : Polling for a free worker ... done [07:33:37.183] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:37.183] | : . ' , ; ` | : . Listing all futures [07:33:37.183] | : . ' , ; ` | : . Number of registered futures: 0 [07:33:37.183] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:37.183] | : . ' , ; ` | : avail: [n=2] '1', '2' [07:33:37.184] | : . ' , ; ` | : Index of first available worker: 1 [07:33:37.184] | : . ' , ; ` | : Validate that the worker is functional ... [07:33:37.184] | : . ' , ; ` | : . Worker is functional [07:33:37.184] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:37.185] | : . ' , ; ` | : . ' Listing all futures [07:33:37.185] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:37.185] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:37.185] | : . ' , ; ` | : Validate that the worker is functional ... done [07:33:37.185] | : . ' , ; ` | requestNode() ... done [07:33:37.185] | : . ' , ; ` | cluster node index: 1 [07:33:37.186] | : . ' , ; ` requestWorker() ... done [07:33:37.186] | : . ' , ; ` eraseGlobalEnvironment() ... [07:33:37.186] | : . ' , ; ` eraseGlobalEnvironment() ... done [07:33:37.186] | : . ' , ; ` launchFuture() ... [07:33:37.187] | : . ' , ; ` | cluster node index: 1 [07:33:37.187] | : . ' , ; ` | getFutureData() ... [07:33:37.187] | : . ' , ; ` | : getFutureCore() ... [07:33:37.187] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [07:33:37.187] | : . ' , ; ` | : getFutureCore() ... done [07:33:37.188] | : . ' , ; ` | : getFutureCapture() ... [07:33:37.188] | : . ' , ; ` | : getFutureCapture() ... done [07:33:37.188] | : . ' , ; ` | : getFutureContext() ... [07:33:37.188] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:37.188] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [07:33:37.188] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:37.189] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [07:33:37.189] | : . ' , ; ` | : getFutureContext() ... done [07:33:37.189] | : . ' , ; ` | getFutureData() ... done [07:33:37.189] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:37.190] | : . ' , ; ` | : Appended future to position #1 [07:33:37.190] | : . ' , ; ` | : Number of registered futures: 1 [07:33:37.190] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:37.190] | : . ' , ; ` launchFuture() ... done [07:33:37.190] | : . ' , ; ` MultisessionFuture started [07:33:37.190] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [07:33:37.191] | : . ' , Launching futures ... done [07:33:37.191] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:37.191] | : . ' Using MultisessionFutureBackend ... done [07:33:37.191] | : . run() for 'Future' ('future_mapply-1') ... done [07:33:37.191] | : future(..., label = 'future_mapply-1') ... done [07:33:37.191] | : Created future: [07:33:37.192] | : resolved() ... [07:33:37.193] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [07:33:37.193] | : . ' Cluster node socket connection: index=4, id=436 [07:33:37.193] | : . ' assertValidConnection() ... [07:33:37.193] | : . ' , cluster node index: 1 [07:33:37.194] | : . ' assertValidConnection() ... done [07:33:37.390] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:37.391] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [07:33:37.391] | : resolved() ... done [07:33:37.192] | : MultisessionFuture: [07:33:37.192] | : Label: 'future_mapply-1' [07:33:37.192] | : Expression: [07:33:37.192] | : { [07:33:37.192] | : "# future.apply:::future_xapply(): preserve future option" [07:33:37.192] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:37.192] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:37.192] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:37.192] | : on.exit(options(oopts), add = TRUE) [07:33:37.192] | : } [07:33:37.192] | : { [07:33:37.192] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [07:33:37.192] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [07:33:37.192] | : do.call(mapply, args = args) [07:33:37.192] | : } [07:33:37.192] | : } [07:33:37.192] | : Globals: 5 objects totaling 6.51 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:37.192] | : Packages: [07:33:37.192] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:37.192] | : Capture standard output: TRUE [07:33:37.192] | : Capture condition classes: 'condition' (excluding '') [07:33:37.192] | : Immediate condition classes: 'immediateCondition' [07:33:37.192] | : Lazy evaluation: FALSE [07:33:37.192] | : Local evaluation: TRUE [07:33:37.192] | : Asynchronous evaluation: TRUE [07:33:37.192] | : Early signaling: FALSE [07:33:37.192] | : Environment: R_GlobalEnv [07:33:37.192] | : State: 'running' [07:33:37.192] | : Resolved: FALSE [07:33:37.192] | : Unique identifier: 9666b1484a0876e33034202448105eaf-15 [07:33:37.192] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:37.192] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:37.192] | : Value: [07:33:37.192] | : Conditions captured: [07:33:37.391] | : Chunk #1 of 2 ... DONE [07:33:37.392] | : Chunk #2 of 2 ... [07:33:37.392] | : - Finding globals in '...' for chunk #2 ... [07:33:37.392] | : getGlobalsAndPackages() ... [07:33:37.392] | : . Searching for globals ... [07:33:37.393] | : . ' globals found: [0] [07:33:37.393] | : . Searching for globals ... done [07:33:37.393] | : . globals: [0] [07:33:37.393] | : . packages: [0] [07:33:37.393] | : getGlobalsAndPackages() ... done [07:33:37.394] | : + additional globals found: [n=0] [07:33:37.394] | : + additional namespaces needed: [n=0] [07:33:37.394] | : - Finding globals in '...' for chunk #2 ... DONE [07:33:37.394] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:37.394] | : - seeds: [07:33:37.394] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.395] | : future(..., label = 'future_mapply-2') ... [07:33:37.395] | : . lazy: FALSE [07:33:37.395] | : . stdout: TRUE [07:33:37.395] | : . conditions: [n=1] 'condition' [07:33:37.395] | : . gc: FALSE [07:33:37.395] | : . earlySignal: FALSE [07:33:37.395] | : . getGlobalsAndPackages() ... [07:33:37.396] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.396] | : . ' Resolving globals: FALSE [07:33:37.396] | : . ' Search for packages associated with the globals ... [07:33:37.396] | : . ' , Packages associated with globals: [0] [07:33:37.397] | : . ' , Packages: [0] [07:33:37.397] | : . ' Search for packages associated with the globals ... done [07:33:37.397] | : . ' Packages after dropping 'base': [0] [07:33:37.397] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.397] | : . ' packages: [0] [07:33:37.397] | : . getGlobalsAndPackages() ... done [07:33:37.398] | : . run() for 'Future' ('future_mapply-2') ... [07:33:37.398] | : . ' state: 'created' [07:33:37.398] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:37.398] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:37.398] | : . ' Using MultisessionFutureBackend ... [07:33:37.399] | : . ' , Number of futures since start: 9 (9 created, 9 launched, 8 finished) [07:33:37.399] | : . ' , Launching futures ... [07:33:37.399] | : . ' , ; launchFuture() for ClusterFutureBackend ... [07:33:37.399] | : . ' , ; ` Workers: [n=2] [07:33:37.399] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:37.401] | : . ' , ; ` FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:37.401] | : . ' , ; ` requestWorker() ... [07:33:37.401] | : . ' , ; ` | requestNode() ... [07:33:37.402] | : . ' , ; ` | : Number of workers: 2 [07:33:37.402] | : . ' , ; ` | : Polling for a free worker ... [07:33:37.402] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:37.402] | : . ' , ; ` | : . ' Listing all futures [07:33:37.402] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:37.402] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:37.403] | : . ' , ; ` | : . Total time: 0 [07:33:37.403] | : . ' , ; ` | : Polling for a free worker ... done [07:33:37.403] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:37.403] | : . ' , ; ` | : . Listing all futures [07:33:37.403] | : . ' , ; ` | : . Number of registered futures: 1 [07:33:37.403] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:37.404] | : . ' , ; ` | : avail: [n=2] '2' [07:33:37.404] | : . ' , ; ` | : Index of first available worker: 2 [07:33:37.404] | : . ' , ; ` | : Validate that the worker is functional ... [07:33:37.404] | : . ' , ; ` | : . Worker is functional [07:33:37.405] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:37.405] | : . ' , ; ` | : . ' Listing all futures [07:33:37.405] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:37.405] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:37.405] | : . ' , ; ` | : Validate that the worker is functional ... done [07:33:37.405] | : . ' , ; ` | requestNode() ... done [07:33:37.406] | : . ' , ; ` | cluster node index: 2 [07:33:37.406] | : . ' , ; ` requestWorker() ... done [07:33:37.406] | : . ' , ; ` eraseGlobalEnvironment() ... [07:33:37.406] | : . ' , ; ` eraseGlobalEnvironment() ... done [07:33:37.407] | : . ' , ; ` launchFuture() ... [07:33:37.407] | : . ' , ; ` | cluster node index: 2 [07:33:37.407] | : . ' , ; ` | getFutureData() ... [07:33:37.407] | : . ' , ; ` | : getFutureCore() ... [07:33:37.407] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [07:33:37.407] | : . ' , ; ` | : getFutureCore() ... done [07:33:37.408] | : . ' , ; ` | : getFutureCapture() ... [07:33:37.408] | : . ' , ; ` | : getFutureCapture() ... done [07:33:37.408] | : . ' , ; ` | : getFutureContext() ... [07:33:37.408] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:37.408] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [07:33:37.408] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:37.409] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [07:33:37.409] | : . ' , ; ` | : getFutureContext() ... done [07:33:37.409] | : . ' , ; ` | getFutureData() ... done [07:33:37.410] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:37.410] | : . ' , ; ` | : Appended future to position #2 [07:33:37.410] | : . ' , ; ` | : Number of registered futures: 2 [07:33:37.410] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:37.410] | : . ' , ; ` launchFuture() ... done [07:33:37.410] | : . ' , ; ` MultisessionFuture started [07:33:37.411] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [07:33:37.411] | : . ' , Launching futures ... done [07:33:37.411] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:37.411] | : . ' Using MultisessionFutureBackend ... done [07:33:37.411] | : . run() for 'Future' ('future_mapply-2') ... done [07:33:37.411] | : future(..., label = 'future_mapply-2') ... done [07:33:37.412] | : Created future: [07:33:37.413] | : resolved() ... [07:33:37.413] | : . resolved() for MultisessionFuture ('future_mapply-2') ... [07:33:37.413] | : . ' Cluster node socket connection: index=5, id=437 [07:33:37.413] | : . ' assertValidConnection() ... [07:33:37.414] | : . ' , cluster node index: 2 [07:33:37.414] | : . ' assertValidConnection() ... done [07:33:37.414] | : . ' receiveMessageFromWorker() for ClusterFuture ... [07:33:37.414] | : . ' , cluster node index: 2 [07:33:37.415] | : . ' , [1] TRUE [07:33:37.415] | : . ' , Received data: [07:33:37.415] | : . ' , List of 5 [07:33:37.415] | : . ' , $ type : chr "VALUE" [07:33:37.415] | : . ' , $ value :List of 16 [07:33:37.415] | : . ' , ..$ value :List of 1 [07:33:37.415] | : . ' , .. ..$ :List of 2 [07:33:37.415] | : . ' , .. .. ..$ x: int 0 [07:33:37.415] | : . ' , .. .. ..$ y: int 1 [07:33:37.415] | : . ' , ..$ visible : logi TRUE [07:33:37.415] | : . ' , ..$ stdout : chr "$x\n[1] 0\n\n$y\n[1] 1\n\n" [07:33:37.415] | : . ' , ..$ conditions : list() [07:33:37.415] | : . ' , ..$ rng : logi FALSE [07:33:37.415] | : . ' , ..$ seed : NULL [07:33:37.415] | : . ' , ..$ misuseGlobalEnv : NULL [07:33:37.415] | : . ' , ..$ misuseConnections :List of 3 [07:33:37.415] | : . ' , .. ..$ added : NULL [07:33:37.415] | : . ' , .. ..$ removed : NULL [07:33:37.415] | : . ' , .. ..$ replaced: NULL [07:33:37.415] | : . ' , ..$ misuseDevices : NULL [07:33:37.415] | : . ' , ..$ misuseDefaultDevice: list() [07:33:37.415] | : . ' , ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:37" [07:33:37.415] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:37" [07:33:37.415] | : . ' , ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "16" [07:33:37.415] | : . ' , ..$ session_uuid : chr "d59aab41248ff4df84cdbec6b6ac737f" [07:33:37.415] | : . ' , .. ..- attr(*, "source")=List of 5 [07:33:37.415] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [07:33:37.415] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:37.415] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:37.415] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:37.415] | : . ' , .. .. ..$ pid : int 56188 [07:33:37.415] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:37.415] | : . ' , .. .. ..$ random: int 2147483647 [07:33:37.415] | : . ' , ..$ r_info :List of 4 [07:33:37.415] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:37.415] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [07:33:37.415] | : . ' , .. ..$ os : chr "windows" [07:33:37.415] | : . ' , .. ..$ os_name : chr "Windows" [07:33:37.415] | : . ' , .. ..$ captures_utf8: logi TRUE [07:33:37.415] | : . ' , ..$ version : chr "1.8" [07:33:37.415] | : . ' , ..- attr(*, "class")= chr "FutureResult" [07:33:37.415] | : . ' , $ success: logi TRUE [07:33:37.415] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [07:33:37.415] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:37.415] | : . ' , $ tag : NULL [07:33:37.429] | : . ' , Received FutureResult [07:33:37.430] | : . ' , FutureResult: [07:33:37.430] | : . ' , value: 'list' [07:33:37.430] | : . ' , visible: TRUE [07:33:37.430] | : . ' , stdout: character [07:33:37.430] | : . ' , conditions: [n = 0] [07:33:37.430] | : . ' , RNG used: FALSE [07:33:37.430] | : . ' , duration: 0.003154039 secs (started 2025-12-09 07:33:37.410163) [07:33:37.430] | : . ' , version: 1.8 [07:33:37.430] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:37.430] | : . ' , ; Removed future from position #2 [07:33:37.431] | : . ' , ; Number of registered futures: 1 [07:33:37.437] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:37.438] | : . ' , Erased future from future backend [07:33:37.438] | : . ' , result() for ClusterFuture ... [07:33:37.438] | : . ' , ; result already collected: FutureResult [07:33:37.438] | : . ' , result() for ClusterFuture ... done [07:33:37.439] | : . ' , signalConditions() ... [07:33:37.439] | : . ' , ; include = 'immediateCondition' [07:33:37.439] | : . ' , ; exclude = [07:33:37.439] | : . ' , ; resignal = FALSE [07:33:37.439] | : . ' , ; Number of conditions: 0 [07:33:37.439] | : . ' , ; int 0 [07:33:37.440] | : . ' , signalConditions() ... done [07:33:37.440] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [07:33:37.440] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:37.440] | : . resolved() for MultisessionFuture ('future_mapply-2') ... done [07:33:37.441] | : . assertFutureResult() ... [07:33:37.441] | : . ' Future uuid: 9666b1484a0876e33034202448105eaf-16 [07:33:37.441] | : . ' identical; success [07:33:37.441] | : . assertFutureResult() ... done [07:33:37.441] | : resolved() ... done [07:33:37.412] | : MultisessionFuture: [07:33:37.412] | : Label: 'future_mapply-2' [07:33:37.412] | : Expression: [07:33:37.412] | : { [07:33:37.412] | : "# future.apply:::future_xapply(): preserve future option" [07:33:37.412] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:37.412] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:37.412] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:37.412] | : on.exit(options(oopts), add = TRUE) [07:33:37.412] | : } [07:33:37.412] | : { [07:33:37.412] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [07:33:37.412] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [07:33:37.412] | : do.call(mapply, args = args) [07:33:37.412] | : } [07:33:37.412] | : } [07:33:37.412] | : Globals: 5 objects totaling 6.51 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:37.412] | : Packages: [07:33:37.412] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:37.412] | : Capture standard output: TRUE [07:33:37.412] | : Capture condition classes: 'condition' (excluding '') [07:33:37.412] | : Immediate condition classes: 'immediateCondition' [07:33:37.412] | : Lazy evaluation: FALSE [07:33:37.412] | : Local evaluation: TRUE [07:33:37.412] | : Asynchronous evaluation: TRUE [07:33:37.412] | : Early signaling: FALSE [07:33:37.412] | : Environment: R_GlobalEnv [07:33:37.412] | : State: 'running' [07:33:37.412] | : Resolved: TRUE [07:33:37.412] | : Unique identifier: 9666b1484a0876e33034202448105eaf-16 [07:33:37.412] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:37.412] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:37.412] | : Value: [07:33:37.412] | : Conditions captured: [07:33:37.442] | : Chunk #2 of 2 ... DONE [07:33:37.442] | : Launching 2 futures (chunks) ... DONE [07:33:37.442] | : Resolving 2 futures (chunks) ... [07:33:37.442] | : value() for list ... [07:33:37.442] | : . recursive: 0 [07:33:37.442] | : . reduce: FALSE [07:33:37.443] | : . length: 2 [07:33:37.443] | : . Number of remaining objects: 2 [07:33:37.443] | : . checking value #1: [07:33:37.443] | : . 'obj' is MultisessionFuture [07:33:37.443] | : . resolved() ... [07:33:37.444] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... [07:33:37.444] | : . ' , Cluster node socket connection: index=4, id=436 [07:33:37.444] | : . ' , assertValidConnection() ... [07:33:37.444] | : . ' , ; cluster node index: 1 [07:33:37.445] | : . ' , assertValidConnection() ... done [07:33:37.640] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:37.641] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... done [07:33:37.641] | : . resolved() ... done [07:33:37.641] | : . checking value #2: [07:33:37.641] | : . 'obj' is MultisessionFuture [07:33:37.641] | : . resolved() ... [07:33:37.642] | : . resolved() ... done [07:33:37.642] | : . MultisessionFuture #2 [07:33:37.642] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:37.642] | : . ' nx: 2 [07:33:37.642] | : . ' relay: TRUE [07:33:37.642] | : . ' stdout: TRUE [07:33:37.643] | : . ' signal: TRUE [07:33:37.643] | : . ' resignal: FALSE [07:33:37.643] | : . ' force: TRUE [07:33:37.643] | : . ' relayed: [n=2] FALSE, FALSE [07:33:37.643] | : . ' queued futures: [n=2] FALSE, FALSE [07:33:37.643] | : . ' until=1 [07:33:37.644] | : . ' relaying element #1 [07:33:37.644] | : . ' relayed: [n=2] FALSE, FALSE [07:33:37.644] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:37.644] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:37.644] | : . value(, ...) ... [07:33:37.644] | : . value(, ...) ... done [07:33:37.645] | : . value() for MultisessionFuture ('future_mapply-2') ... [07:33:37.645] | : . ' result() for ClusterFuture ... [07:33:37.645] | : . ' , result already collected: FutureResult [07:33:37.645] | : . ' result() for ClusterFuture ... done [07:33:37.645] | : . ' result() for ClusterFuture ... [07:33:37.645] | : . ' , result already collected: FutureResult [07:33:37.646] | : . ' result() for ClusterFuture ... done [07:33:37.646] | : . ' signalConditions() ... [07:33:37.646] | : . ' , include = 'immediateCondition' [07:33:37.646] | : . ' , exclude = [07:33:37.646] | : . ' , resignal = FALSE [07:33:37.646] | : . ' , Number of conditions: 0 [07:33:37.647] | : . ' , int 0 [07:33:37.647] | : . ' signalConditions() ... done [07:33:37.647] | : . ' check for misuse ... [07:33:37.647] | : . ' check for misuse ... done [07:33:37.648] | : . value() for MultisessionFuture ('future_mapply-2') ... done [07:33:37.648] | : . value: [07:33:37.648] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:37.648] | : . ' nx: 2 [07:33:37.648] | : . ' relay: TRUE [07:33:37.648] | : . ' stdout: TRUE [07:33:37.649] | : . ' signal: TRUE [07:33:37.649] | : . ' resignal: FALSE [07:33:37.649] | : . ' force: TRUE [07:33:37.649] | : . ' relayed: [n=2] FALSE, FALSE [07:33:37.649] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:37.649] | : . ' until=1 [07:33:37.649] | : . ' relaying element #1 [07:33:37.650] | : . ' relayed: [n=2] FALSE, FALSE [07:33:37.650] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:37.650] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:37.650] | : . resolve() for MultisessionFuture ... [07:33:37.650] | : . resolve() for MultisessionFuture ... done [07:33:37.651] | : . length: 1 (resolved future 2) [07:33:37.651] | : value() for list ... done [07:33:37.671] | : Number of remaining objects: 1 [07:33:37.671] | : checking value #1: [07:33:37.672] | : 'obj' is MultisessionFuture [07:33:37.672] | : resolved() ... [07:33:37.672] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [07:33:37.672] | : . ' Cluster node socket connection: index=4, id=436 [07:33:37.673] | : . ' assertValidConnection() ... [07:33:37.673] | : . ' , cluster node index: 1 [07:33:37.673] | : . ' assertValidConnection() ... done [07:33:37.705] | : . ' receiveMessageFromWorker() for ClusterFuture ... [07:33:37.705] | : . ' , cluster node index: 1 [07:33:37.706] | : . ' , [1] TRUE [07:33:37.706] | : . ' , Received data: [07:33:37.706] | : . ' , List of 5 [07:33:37.706] | : . ' , $ type : chr "VALUE" [07:33:37.706] | : . ' , $ value :List of 16 [07:33:37.706] | : . ' , ..$ value :List of 1 [07:33:37.706] | : . ' , .. ..$ :List of 2 [07:33:37.706] | : . ' , .. .. ..$ x: int 1 [07:33:37.706] | : . ' , .. .. ..$ y: int 0 [07:33:37.706] | : . ' , ..$ visible : logi TRUE [07:33:37.706] | : . ' , ..$ stdout : chr "$x\n[1] 1\n\n$y\n[1] 0\n\n" [07:33:37.706] | : . ' , ..$ conditions : list() [07:33:37.706] | : . ' , ..$ rng : logi FALSE [07:33:37.706] | : . ' , ..$ seed : NULL [07:33:37.706] | : . ' , ..$ misuseGlobalEnv : NULL [07:33:37.706] | : . ' , ..$ misuseConnections :List of 3 [07:33:37.706] | : . ' , .. ..$ added : NULL [07:33:37.706] | : . ' , .. ..$ removed : NULL [07:33:37.706] | : . ' , .. ..$ replaced: NULL [07:33:37.706] | : . ' , ..$ misuseDevices : NULL [07:33:37.706] | : . ' , ..$ misuseDefaultDevice: list() [07:33:37.706] | : . ' , ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:37" [07:33:37.706] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:37" [07:33:37.706] | : . ' , ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "15" [07:33:37.706] | : . ' , ..$ session_uuid : chr "e5a32bf42fc0d703d98ac6b23c12ecc1" [07:33:37.706] | : . ' , .. ..- attr(*, "source")=List of 5 [07:33:37.706] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [07:33:37.706] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:37.706] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:37.706] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:37.706] | : . ' , .. .. ..$ pid : int 25228 [07:33:37.706] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:37.706] | : . ' , .. .. ..$ random: int 2147483647 [07:33:37.706] | : . ' , ..$ r_info :List of 4 [07:33:37.706] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:37.706] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [07:33:37.706] | : . ' , .. ..$ os : chr "windows" [07:33:37.706] | : . ' , .. ..$ os_name : chr "Windows" [07:33:37.706] | : . ' , .. ..$ captures_utf8: logi TRUE [07:33:37.706] | : . ' , ..$ version : chr "1.8" [07:33:37.706] | : . ' , ..- attr(*, "class")= chr "FutureResult" [07:33:37.706] | : . ' , $ success: logi TRUE [07:33:37.706] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.51 NA NA [07:33:37.706] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:37.706] | : . ' , $ tag : NULL [07:33:37.720] | : . ' , Received FutureResult [07:33:37.720] | : . ' , FutureResult: [07:33:37.720] | : . ' , value: 'list' [07:33:37.720] | : . ' , visible: TRUE [07:33:37.720] | : . ' , stdout: character [07:33:37.720] | : . ' , conditions: [n = 0] [07:33:37.720] | : . ' , RNG used: FALSE [07:33:37.720] | : . ' , duration: 0.5144579 secs (started 2025-12-09 07:33:37.19004) [07:33:37.720] | : . ' , version: 1.8 [07:33:37.721] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:37.721] | : . ' , ; Removed future from position #1 [07:33:37.721] | : . ' , ; Number of registered futures: 0 [07:33:37.722] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:37.722] | : . ' , Erased future from future backend [07:33:37.722] | : . ' , result() for ClusterFuture ... [07:33:37.722] | : . ' , ; result already collected: FutureResult [07:33:37.722] | : . ' , result() for ClusterFuture ... done [07:33:37.722] | : . ' , signalConditions() ... [07:33:37.723] | : . ' , ; include = 'immediateCondition' [07:33:37.723] | : . ' , ; exclude = [07:33:37.723] | : . ' , ; resignal = FALSE [07:33:37.723] | : . ' , ; Number of conditions: 0 [07:33:37.723] | : . ' , ; int 0 [07:33:37.724] | : . ' , signalConditions() ... done [07:33:37.724] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [07:33:37.724] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:37.724] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [07:33:37.724] | : . assertFutureResult() ... [07:33:37.724] | : . ' Future uuid: 9666b1484a0876e33034202448105eaf-15 [07:33:37.725] | : . ' identical; success [07:33:37.725] | : . assertFutureResult() ... done [07:33:37.725] | : resolved() ... done [07:33:37.725] | : MultisessionFuture #1 [07:33:37.725] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:37.725] | : . nx: 2 [07:33:37.726] | : . relay: TRUE [07:33:37.726] | : . stdout: TRUE [07:33:37.726] | : . signal: TRUE [07:33:37.726] | : . resignal: FALSE [07:33:37.726] | : . force: TRUE [07:33:37.726] | : . relayed: [n=2] FALSE, FALSE [07:33:37.727] | : . queued futures: [n=2] FALSE, TRUE [07:33:37.727] | : . until=1 [07:33:37.727] | : . relaying element #1 [07:33:37.727] | : . value() for MultisessionFuture ('future_mapply-1') ... [07:33:37.727] | : . ' result() for ClusterFuture ... [07:33:37.727] | : . ' , result already collected: FutureResult [07:33:37.728] | : . ' result() for ClusterFuture ... done [07:33:37.728] | : . ' result() for ClusterFuture ... [07:33:37.728] | : . ' , result already collected: FutureResult [07:33:37.728] | : . ' result() for ClusterFuture ... done [07:33:37.728] | : . ' signalConditions() ... [07:33:37.728] | : . ' , include = 'immediateCondition' [07:33:37.729] | : . ' , exclude = [07:33:37.729] | : . ' , resignal = FALSE [07:33:37.729] | : . ' , Number of conditions: 0 [07:33:37.729] | : . ' , int 0 [07:33:37.730] | : . ' signalConditions() ... done [07:33:37.730] | : . ' relay stdout ... [07:33:37.730] | : . ' relay stdout ... done [07:33:37.730] | : . ' check for misuse ... [07:33:37.730] | : . ' check for misuse ... done [07:33:37.731] | : . value() for MultisessionFuture ('future_mapply-1') ... done [07:33:37.731] | : . result() for ClusterFuture ... [07:33:37.731] | : . ' result already collected: FutureResult [07:33:37.731] | : . result() for ClusterFuture ... done [07:33:37.731] | : . signalConditions() ... [07:33:37.731] | : . ' include = 'immediateCondition' [07:33:37.731] | : . ' exclude = [07:33:37.732] | : . ' resignal = FALSE [07:33:37.732] | : . ' Number of conditions: 0 [07:33:37.732] | : . ' int 0 [07:33:37.732] | : . signalConditions() ... done [07:33:37.733] | : . result() for ClusterFuture ... [07:33:37.733] | : . ' result already collected: FutureResult [07:33:37.733] | : . result() for ClusterFuture ... done [07:33:37.733] | : . signalConditions() ... [07:33:37.733] | : . ' include = 'condition' [07:33:37.733] | : . ' exclude = 'error', 'immediateCondition' [07:33:37.734] | : . ' resignal = TRUE [07:33:37.734] | : . ' Number of conditions: 0 [07:33:37.734] | : . ' int 0 [07:33:37.734] | : . signalConditions() ... done [07:33:37.735] | : . relayed: [n=2] TRUE, FALSE [07:33:37.735] | : . queued futures: [n=2] TRUE, TRUE [07:33:37.735] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:37.735] | : value(, ...) ... [07:33:37.735] | : value(, ...) ... done [07:33:37.735] | : value() for MultisessionFuture ('future_mapply-1') ... [07:33:37.736] | : . result() for ClusterFuture ... [07:33:37.736] | : . ' result already collected: FutureResult [07:33:37.736] | : . result() for ClusterFuture ... done [07:33:37.736] | : . result() for ClusterFuture ... [07:33:37.736] | : . ' result already collected: FutureResult [07:33:37.736] | : . result() for ClusterFuture ... done [07:33:37.737] | : . signalConditions() ... [07:33:37.737] | : . ' include = 'immediateCondition' [07:33:37.737] | : . ' exclude = [07:33:37.737] | : . ' resignal = FALSE [07:33:37.737] | : . ' Number of conditions: 0 [07:33:37.737] | : . ' int 0 [07:33:37.738] | : . signalConditions() ... done [07:33:37.738] | : . check for misuse ... [07:33:37.738] | : . check for misuse ... done [07:33:37.738] | : value() for MultisessionFuture ('future_mapply-1') ... done [07:33:37.739] | : value: [07:33:37.739] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:37.739] | : . nx: 2 [07:33:37.739] | : . relay: TRUE [07:33:37.739] | : . stdout: TRUE [07:33:37.739] | : . signal: TRUE [07:33:37.740] | : . resignal: FALSE [07:33:37.740] | : . force: TRUE [07:33:37.740] | : . relayed: [n=2] TRUE, FALSE [07:33:37.740] | : . queued futures: [n=2] TRUE, TRUE [07:33:37.740] | : . until=2 [07:33:37.740] | : . relaying element #2 [07:33:37.740] | : . value() for MultisessionFuture ('future_mapply-2') ... [07:33:37.741] | : . ' result() for ClusterFuture ... [07:33:37.741] | : . ' , result already collected: FutureResult [07:33:37.741] | : . ' result() for ClusterFuture ... done [07:33:37.741] | : . ' result() for ClusterFuture ... [07:33:37.741] | : . ' , result already collected: FutureResult [07:33:37.741] | : . ' result() for ClusterFuture ... done [07:33:37.742] | : . ' signalConditions() ... [07:33:37.742] | : . ' , include = 'immediateCondition' [07:33:37.742] | : . ' , exclude = [07:33:37.742] | : . ' , resignal = FALSE [07:33:37.742] | : . ' , Number of conditions: 0 [07:33:37.742] | : . ' , int 0 [07:33:37.743] | : . ' signalConditions() ... done [07:33:37.743] | : . ' relay stdout ... [07:33:37.743] | : . ' relay stdout ... done [07:33:37.743] | : . ' check for misuse ... [07:33:37.744] | : . ' check for misuse ... done [07:33:37.744] | : . value() for MultisessionFuture ('future_mapply-2') ... done [07:33:37.744] | : . result() for ClusterFuture ... [07:33:37.744] | : . ' result already collected: FutureResult [07:33:37.744] | : . result() for ClusterFuture ... done [07:33:37.744] | : . signalConditions() ... [07:33:37.745] | : . ' include = 'immediateCondition' [07:33:37.745] | : . ' exclude = [07:33:37.745] | : . ' resignal = FALSE [07:33:37.745] | : . ' Number of conditions: 0 [07:33:37.745] | : . ' int 0 [07:33:37.746] | : . signalConditions() ... done [07:33:37.746] | : . result() for ClusterFuture ... [07:33:37.746] | : . ' result already collected: FutureResult [07:33:37.746] | : . result() for ClusterFuture ... done [07:33:37.746] | : . signalConditions() ... [07:33:37.747] | : . ' include = 'condition' [07:33:37.747] | : . ' exclude = 'error', 'immediateCondition' [07:33:37.747] | : . ' resignal = TRUE [07:33:37.747] | : . ' Number of conditions: 0 [07:33:37.747] | : . ' int 0 [07:33:37.748] | : . signalConditions() ... done [07:33:37.748] | : . relayed: [n=2] TRUE, TRUE [07:33:37.748] | : . queued futures: [n=2] TRUE, TRUE [07:33:37.748] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:37.748] | : resolve() for MultisessionFuture ... [07:33:37.749] | : resolve() for MultisessionFuture ... done [07:33:37.749] | : length: 0 (resolved future 1) [07:33:37.749] | future_mapply() -> future_xapply() ... done [07:33:37.749] | Relaying remaining futures ... [07:33:37.749] | : signalConditionsASAP(NULL, pos=0) ... [07:33:37.750] | : . nx: 2 [07:33:37.750] | : . relay: TRUE [07:33:37.750] | : . stdout: TRUE [07:33:37.750] | : . signal: TRUE [07:33:37.750] | : . resignal: FALSE [07:33:37.750] | : . force: TRUE [07:33:37.751] | : . relayed: [n=2] TRUE, TRUE [07:33:37.751] | : . queued futures: [n=2] TRUE, TRUE - flush all [07:33:37.751] | : . relayed: [n=2] TRUE, TRUE [07:33:37.751] | : . queued futures: [n=2] TRUE, TRUE [07:33:37.751] | : signalConditionsASAP(NULL, pos=0) ... done [07:33:37.751] | Relaying remaining futures ... done [07:33:37.752] future_mapply() ... done [07:33:37.752] - Number of value chunks collected: 2 [07:33:37.752] Resolving 2 futures (chunks) ... DONE [07:33:37.752] Reducing values from 2 chunks ... [07:33:37.752] - Number of values collected after concatenation: 2 [07:33:37.752] - Number of values expected: 2 [07:33:37.752] Reducing values from 2 chunks ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... DONE * future_mapply(x, ..., future.stdout = NA) ... [07:33:37.753] future_mapply() ... [07:33:37.753] | future_mapply() -> future_xapply() ... [07:33:37.754] | : nbrOfWorkers(NULL) ... [07:33:37.754] | : . List of 4 [07:33:37.754] | : . $ : language makeChunks(nX, nbrOfWorkers = nbrOfWorkers(), future.scheduling = future.scheduling, future.chunk.size = future.chunk.size) [07:33:37.754] | : . $ : language stop_if_not(nbrOfElements >= 0L, nbrOfWorkers >= 1L) [07:33:37.754] | : . $ : language nbrOfWorkers() [07:33:37.754] | : . $ : language nbrOfWorkers.NULL() [07:33:37.756] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:37.756] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:37.756] | : . Number of workers: 2 [07:33:37.756] | : nbrOfWorkers(NULL) ... done [07:33:37.757] | : Number of chunks: 2 [07:33:37.757] | : getGlobalsAndPackagesXApply() ... [07:33:37.757] | : . future.globals: TRUE [07:33:37.757] | : . getGlobalsAndPackages() ... [07:33:37.757] | : . ' Searching for globals ... [07:33:37.768] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [07:33:37.768] | : . ' Searching for globals ... done [07:33:37.768] | : . ' Resolving globals: FALSE [07:33:37.769] | : . ' Search for packages associated with the globals ... [07:33:37.769] | : . ' , Packages associated with globals: [1] 'base' [07:33:37.769] | : . ' , Packages: [1] 'base' [07:33:37.770] | : . ' Search for packages associated with the globals ... done [07:33:37.770] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [07:33:37.770] | : . ' The total size of the 1 globals exported for future expression ('FUN()') is 1.04 KiB There is one global: 'FUN' (1.04 KiB of class 'function') [07:33:37.770] | : . ' Packages after dropping 'base': [0] [07:33:37.771] | : . ' globals: [1] 'FUN' [07:33:37.771] | : . ' packages: [0] [07:33:37.771] | : . getGlobalsAndPackages() ... done [07:33:37.771] | : . globals found/used: [n=1] 'FUN' [07:33:37.771] | : . needed namespaces: [n=0] [07:33:37.772] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [07:33:37.772] | : . List of 2 [07:33:37.772] | : . $ ...future.FUN:function (x, y) [07:33:37.772] | : . $ MoreArgs : NULL [07:33:37.772] | : . - attr(*, "where")=List of 2 [07:33:37.772] | : . ..$ ...future.FUN: [07:33:37.772] | : . ..$ MoreArgs : [07:33:37.772] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:37.772] | : . - attr(*, "resolved")= logi FALSE [07:33:37.772] | : . - attr(*, "total_size")= num NA [07:33:37.775] | : . Packages to be attached in all futures: [n=0] [07:33:37.775] | : getGlobalsAndPackagesXApply() ... done [07:33:37.776] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.776] | : List of 5 [07:33:37.776] | : $ ...future.FUN :function (x, y) [07:33:37.776] | : $ MoreArgs : NULL [07:33:37.776] | : $ ...future.elements_ii : NULL [07:33:37.776] | : $ ...future.seeds_ii : NULL [07:33:37.776] | : $ ...future.globals.maxSize: NULL [07:33:37.776] | : - attr(*, "where")=List of 5 [07:33:37.776] | : ..$ ...future.FUN : [07:33:37.776] | : ..$ MoreArgs : [07:33:37.776] | : ..$ ...future.elements_ii : [07:33:37.776] | : ..$ ...future.seeds_ii : [07:33:37.776] | : ..$ ...future.globals.maxSize: [07:33:37.776] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [07:33:37.776] | : - attr(*, "resolved")= logi FALSE [07:33:37.776] | : - attr(*, "total_size")= num NA [07:33:37.783] | : Number of futures (= number of chunks): 2 [07:33:37.783] | : Launching 2 futures (chunks) ... [07:33:37.783] | : Chunk #1 of 2 ... [07:33:37.783] | : - Finding globals in '...' for chunk #1 ... [07:33:37.783] | : getGlobalsAndPackages() ... [07:33:37.784] | : . Searching for globals ... [07:33:37.784] | : . ' globals found: [0] [07:33:37.784] | : . Searching for globals ... done [07:33:37.785] | : . globals: [0] [07:33:37.785] | : . packages: [0] [07:33:37.785] | : getGlobalsAndPackages() ... done [07:33:37.785] | : + additional globals found: [n=0] [07:33:37.785] | : + additional namespaces needed: [n=0] [07:33:37.785] | : - Finding globals in '...' for chunk #1 ... DONE [07:33:37.786] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:37.786] | : - seeds: [07:33:37.786] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.786] | : future(..., label = 'future_mapply-1') ... [07:33:37.786] | : . lazy: FALSE [07:33:37.786] | : . stdout: NA [07:33:37.787] | : . conditions: [n=1] 'condition' [07:33:37.787] | : . gc: FALSE [07:33:37.787] | : . earlySignal: FALSE [07:33:37.787] | : . getGlobalsAndPackages() ... [07:33:37.787] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.787] | : . ' Resolving globals: FALSE [07:33:37.788] | : . ' Search for packages associated with the globals ... [07:33:37.788] | : . ' , Packages associated with globals: [0] [07:33:37.788] | : . ' , Packages: [0] [07:33:37.788] | : . ' Search for packages associated with the globals ... done [07:33:37.789] | : . ' Packages after dropping 'base': [0] [07:33:37.789] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:37.789] | : . ' packages: [0] [07:33:37.789] | : . getGlobalsAndPackages() ... done [07:33:37.789] | : . run() for 'Future' ('future_mapply-1') ... [07:33:37.790] | : . ' state: 'created' [07:33:37.790] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:37.790] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:37.790] | : . ' Using MultisessionFutureBackend ... [07:33:37.790] | : . ' , Number of futures since start: 10 (10 created, 10 launched, 10 finished) [07:33:37.790] | : . ' , Launching futures ... [07:33:37.791] | : . ' , ; launchFuture() for ClusterFutureBackend ... [07:33:37.791] | : . ' , ; ` Workers: [n=2] [07:33:37.791] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:37.793] | : . ' , ; ` FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:37.793] | : . ' , ; ` requestWorker() ... [07:33:37.793] | : . ' , ; ` | requestNode() ... [07:33:37.793] | : . ' , ; ` | : Number of workers: 2 [07:33:37.794] | : . ' , ; ` | : Polling for a free worker ... [07:33:37.794] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:37.794] | : . ' , ; ` | : . ' Listing all futures [07:33:37.794] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:37.794] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:37.794] | : . ' , ; ` | : . Total time: 0 [07:33:37.794] | : . ' , ; ` | : Polling for a free worker ... done [07:33:37.795] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:37.795] | : . ' , ; ` | : . Listing all futures [07:33:37.795] | : . ' , ; ` | : . Number of registered futures: 0 [07:33:37.795] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:37.795] | : . ' , ; ` | : avail: [n=2] '1', '2' [07:33:37.795] | : . ' , ; ` | : Index of first available worker: 1 [07:33:37.796] | : . ' , ; ` | : Validate that the worker is functional ... [07:33:37.796] | : . ' , ; ` | : . Worker is functional [07:33:37.796] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:37.797] | : . ' , ; ` | : . ' Listing all futures [07:33:37.797] | : . ' , ; ` | : . ' Number of registered futures: 0 [07:33:37.797] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:37.797] | : . ' , ; ` | : Validate that the worker is functional ... done [07:33:37.797] | : . ' , ; ` | requestNode() ... done [07:33:37.797] | : . ' , ; ` | cluster node index: 1 [07:33:37.798] | : . ' , ; ` requestWorker() ... done [07:33:37.798] | : . ' , ; ` eraseGlobalEnvironment() ... [07:33:37.798] | : . ' , ; ` eraseGlobalEnvironment() ... done [07:33:37.798] | : . ' , ; ` launchFuture() ... [07:33:37.799] | : . ' , ; ` | cluster node index: 1 [07:33:37.799] | : . ' , ; ` | getFutureData() ... [07:33:37.799] | : . ' , ; ` | : getFutureCore() ... [07:33:37.799] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [07:33:37.799] | : . ' , ; ` | : getFutureCore() ... done [07:33:37.799] | : . ' , ; ` | : getFutureCapture() ... [07:33:37.800] | : . ' , ; ` | : getFutureCapture() ... done [07:33:37.800] | : . ' , ; ` | : getFutureContext() ... [07:33:37.800] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:37.800] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [07:33:37.800] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:37.800] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [07:33:37.801] | : . ' , ; ` | : getFutureContext() ... done [07:33:37.801] | : . ' , ; ` | getFutureData() ... done [07:33:37.801] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:37.801] | : . ' , ; ` | : Appended future to position #1 [07:33:37.802] | : . ' , ; ` | : Number of registered futures: 1 [07:33:37.802] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:37.802] | : . ' , ; ` launchFuture() ... done [07:33:37.802] | : . ' , ; ` MultisessionFuture started [07:33:37.802] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [07:33:37.802] | : . ' , Launching futures ... done [07:33:37.803] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:37.803] | : . ' Using MultisessionFutureBackend ... done [07:33:37.803] | : . run() for 'Future' ('future_mapply-1') ... done [07:33:37.803] | : future(..., label = 'future_mapply-1') ... done [07:33:37.803] | : Created future: [07:33:37.804] | : resolved() ... [07:33:37.805] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [07:33:37.805] | : . ' Cluster node socket connection: index=4, id=436 [07:33:37.805] | : . ' assertValidConnection() ... [07:33:37.805] | : . ' , cluster node index: 1 [07:33:37.806] | : . ' assertValidConnection() ... done [07:33:37.999] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:38.000] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [07:33:38.000] | : resolved() ... done [07:33:37.803] | : MultisessionFuture: [07:33:37.803] | : Label: 'future_mapply-1' [07:33:37.803] | : Expression: [07:33:37.803] | : { [07:33:37.803] | : "# future.apply:::future_xapply(): preserve future option" [07:33:37.803] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:37.803] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:37.803] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:37.803] | : on.exit(options(oopts), add = TRUE) [07:33:37.803] | : } [07:33:37.803] | : { [07:33:37.803] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [07:33:37.803] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [07:33:37.803] | : do.call(mapply, args = args) [07:33:37.803] | : } [07:33:37.803] | : } [07:33:37.803] | : Globals: 5 objects totaling 6.51 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:37.803] | : Packages: [07:33:37.803] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:37.803] | : Capture standard output: NA [07:33:37.803] | : Capture condition classes: 'condition' (excluding '') [07:33:37.803] | : Immediate condition classes: 'immediateCondition' [07:33:37.803] | : Lazy evaluation: FALSE [07:33:37.803] | : Local evaluation: TRUE [07:33:37.803] | : Asynchronous evaluation: TRUE [07:33:37.803] | : Early signaling: FALSE [07:33:37.803] | : Environment: R_GlobalEnv [07:33:37.803] | : State: 'running' [07:33:37.803] | : Resolved: FALSE [07:33:37.803] | : Unique identifier: 9666b1484a0876e33034202448105eaf-17 [07:33:37.803] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:37.803] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:37.803] | : Value: [07:33:37.803] | : Conditions captured: [07:33:38.000] | : Chunk #1 of 2 ... DONE [07:33:38.001] | : Chunk #2 of 2 ... [07:33:38.001] | : - Finding globals in '...' for chunk #2 ... [07:33:38.001] | : getGlobalsAndPackages() ... [07:33:38.001] | : . Searching for globals ... [07:33:38.002] | : . ' globals found: [0] [07:33:38.002] | : . Searching for globals ... done [07:33:38.002] | : . globals: [0] [07:33:38.002] | : . packages: [0] [07:33:38.003] | : getGlobalsAndPackages() ... done [07:33:38.003] | : + additional globals found: [n=0] [07:33:38.003] | : + additional namespaces needed: [n=0] [07:33:38.003] | : - Finding globals in '...' for chunk #2 ... DONE [07:33:38.003] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [07:33:38.003] | : - seeds: [07:33:38.003] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:38.004] | : future(..., label = 'future_mapply-2') ... [07:33:38.004] | : . lazy: FALSE [07:33:38.004] | : . stdout: NA [07:33:38.004] | : . conditions: [n=1] 'condition' [07:33:38.004] | : . gc: FALSE [07:33:38.004] | : . earlySignal: FALSE [07:33:38.005] | : . getGlobalsAndPackages() ... [07:33:38.005] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:38.005] | : . ' Resolving globals: FALSE [07:33:38.005] | : . ' Search for packages associated with the globals ... [07:33:38.005] | : . ' , Packages associated with globals: [0] [07:33:38.006] | : . ' , Packages: [0] [07:33:38.006] | : . ' Search for packages associated with the globals ... done [07:33:38.006] | : . ' Packages after dropping 'base': [0] [07:33:38.006] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [07:33:38.006] | : . ' packages: [0] [07:33:38.007] | : . getGlobalsAndPackages() ... done [07:33:38.007] | : . run() for 'Future' ('future_mapply-2') ... [07:33:38.007] | : . ' state: 'created' [07:33:38.007] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:38.007] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:38.008] | : . ' Using MultisessionFutureBackend ... [07:33:38.008] | : . ' , Number of futures since start: 11 (11 created, 11 launched, 10 finished) [07:33:38.008] | : . ' , Launching futures ... [07:33:38.008] | : . ' , ; launchFuture() for ClusterFutureBackend ... [07:33:38.008] | : . ' , ; ` Workers: [n=2] [07:33:38.008] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-08 r89124 ucrt), platform x86_64-w64-mingw32) [07:33:38.010] | : . ' , ; ` FutureRegistry: 'workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149' [07:33:38.010] | : . ' , ; ` requestWorker() ... [07:33:38.011] | : . ' , ; ` | requestNode() ... [07:33:38.011] | : . ' , ; ` | : Number of workers: 2 [07:33:38.011] | : . ' , ; ` | : Polling for a free worker ... [07:33:38.011] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:38.011] | : . ' , ; ` | : . ' Listing all futures [07:33:38.012] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:38.012] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:38.012] | : . ' , ; ` | : . Total time: 0 [07:33:38.012] | : . ' , ; ` | : Polling for a free worker ... done [07:33:38.012] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:38.012] | : . ' , ; ` | : . Listing all futures [07:33:38.012] | : . ' , ; ` | : . Number of registered futures: 1 [07:33:38.013] | : . ' , ; ` | : FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:38.013] | : . ' , ; ` | : avail: [n=2] '2' [07:33:38.013] | : . ' , ; ` | : Index of first available worker: 2 [07:33:38.013] | : . ' , ; ` | : Validate that the worker is functional ... [07:33:38.014] | : . ' , ; ` | : . Worker is functional [07:33:38.014] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... [07:33:38.014] | : . ' , ; ` | : . ' Listing all futures [07:33:38.014] | : . ' , ; ` | : . ' Number of registered futures: 1 [07:33:38.014] | : . ' , ; ` | : . FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'list', earlySignal = 0) ... done [07:33:38.014] | : . ' , ; ` | : Validate that the worker is functional ... done [07:33:38.015] | : . ' , ; ` | requestNode() ... done [07:33:38.015] | : . ' , ; ` | cluster node index: 2 [07:33:38.015] | : . ' , ; ` requestWorker() ... done [07:33:38.015] | : . ' , ; ` eraseGlobalEnvironment() ... [07:33:38.016] | : . ' , ; ` eraseGlobalEnvironment() ... done [07:33:38.016] | : . ' , ; ` launchFuture() ... [07:33:38.016] | : . ' , ; ` | cluster node index: 2 [07:33:38.016] | : . ' , ; ` | getFutureData() ... [07:33:38.016] | : . ' , ; ` | : getFutureCore() ... [07:33:38.017] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [07:33:38.017] | : . ' , ; ` | : getFutureCore() ... done [07:33:38.017] | : . ' , ; ` | : getFutureCapture() ... [07:33:38.017] | : . ' , ; ` | : getFutureCapture() ... done [07:33:38.017] | : . ' , ; ` | : getFutureContext() ... [07:33:38.017] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [07:33:38.018] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [07:33:38.018] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [07:33:38.018] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [07:33:38.018] | : . ' , ; ` | : getFutureContext() ... done [07:33:38.018] | : . ' , ; ` | getFutureData() ... done [07:33:38.019] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... [07:33:38.019] | : . ' , ; ` | : Appended future to position #2 [07:33:38.019] | : . ' , ; ` | : Number of registered futures: 2 [07:33:38.019] | : . ' , ; ` | FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'add', earlySignal = 0) ... done [07:33:38.019] | : . ' , ; ` launchFuture() ... done [07:33:38.020] | : . ' , ; ` MultisessionFuture started [07:33:38.020] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [07:33:38.020] | : . ' , Launching futures ... done [07:33:38.020] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:38.020] | : . ' Using MultisessionFutureBackend ... done [07:33:38.020] | : . run() for 'Future' ('future_mapply-2') ... done [07:33:38.021] | : future(..., label = 'future_mapply-2') ... done [07:33:38.021] | : Created future: [07:33:38.022] | : resolved() ... [07:33:38.022] | : . resolved() for MultisessionFuture ('future_mapply-2') ... [07:33:38.023] | : . ' Cluster node socket connection: index=5, id=437 [07:33:38.023] | : . ' assertValidConnection() ... [07:33:38.023] | : . ' , cluster node index: 2 [07:33:38.023] | : . ' assertValidConnection() ... done [07:33:38.025] | : . ' receiveMessageFromWorker() for ClusterFuture ... [07:33:38.025] | : . ' , cluster node index: 2 [07:33:38.025] | : . ' , [1] TRUE [07:33:38.026] | : . ' , Received data: [07:33:38.026] | : . ' , List of 5 [07:33:38.026] | : . ' , $ type : chr "VALUE" [07:33:38.026] | : . ' , $ value :List of 16 [07:33:38.026] | : . ' , ..$ value :List of 1 [07:33:38.026] | : . ' , .. ..$ :List of 2 [07:33:38.026] | : . ' , .. .. ..$ x: int 0 [07:33:38.026] | : . ' , .. .. ..$ y: int 1 [07:33:38.026] | : . ' , ..$ visible : logi TRUE [07:33:38.026] | : . ' , ..$ stdout : NULL [07:33:38.026] | : . ' , ..$ conditions : list() [07:33:38.026] | : . ' , ..$ rng : logi FALSE [07:33:38.026] | : . ' , ..$ seed : NULL [07:33:38.026] | : . ' , ..$ misuseGlobalEnv : NULL [07:33:38.026] | : . ' , ..$ misuseConnections :List of 3 [07:33:38.026] | : . ' , .. ..$ added : NULL [07:33:38.026] | : . ' , .. ..$ removed : NULL [07:33:38.026] | : . ' , .. ..$ replaced: NULL [07:33:38.026] | : . ' , ..$ misuseDevices : NULL [07:33:38.026] | : . ' , ..$ misuseDefaultDevice: list() [07:33:38.026] | : . ' , ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:38" [07:33:38.026] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:38" [07:33:38.026] | : . ' , ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "18" [07:33:38.026] | : . ' , ..$ session_uuid : chr "d59aab41248ff4df84cdbec6b6ac737f" [07:33:38.026] | : . ' , .. ..- attr(*, "source")=List of 5 [07:33:38.026] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [07:33:38.026] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:38.026] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:38.026] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:38.026] | : . ' , .. .. ..$ pid : int 56188 [07:33:38.026] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:38.026] | : . ' , .. .. ..$ random: int 2147483647 [07:33:38.026] | : . ' , ..$ r_info :List of 4 [07:33:38.026] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:38.026] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [07:33:38.026] | : . ' , .. ..$ os : chr "windows" [07:33:38.026] | : . ' , .. ..$ os_name : chr "Windows" [07:33:38.026] | : . ' , .. ..$ captures_utf8: logi TRUE [07:33:38.026] | : . ' , ..$ version : chr "1.8" [07:33:38.026] | : . ' , ..- attr(*, "class")= chr "FutureResult" [07:33:38.026] | : . ' , $ success: logi TRUE [07:33:38.026] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [07:33:38.026] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:38.026] | : . ' , $ tag : NULL [07:33:38.040] | : . ' , Received FutureResult [07:33:38.040] | : . ' , FutureResult: [07:33:38.040] | : . ' , value: 'list' [07:33:38.040] | : . ' , visible: TRUE [07:33:38.040] | : . ' , stdout: NULL [07:33:38.040] | : . ' , conditions: [n = 0] [07:33:38.040] | : . ' , RNG used: FALSE [07:33:38.040] | : . ' , duration: 0.00303793 secs (started 2025-12-09 07:33:38.021343) [07:33:38.040] | : . ' , version: 1.8 [07:33:38.041] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:38.041] | : . ' , ; Removed future from position #2 [07:33:38.041] | : . ' , ; Number of registered futures: 1 [07:33:38.041] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:38.041] | : . ' , Erased future from future backend [07:33:38.041] | : . ' , result() for ClusterFuture ... [07:33:38.042] | : . ' , ; result already collected: FutureResult [07:33:38.042] | : . ' , result() for ClusterFuture ... done [07:33:38.042] | : . ' , signalConditions() ... [07:33:38.042] | : . ' , ; include = 'immediateCondition' [07:33:38.042] | : . ' , ; exclude = [07:33:38.042] | : . ' , ; resignal = FALSE [07:33:38.043] | : . ' , ; Number of conditions: 0 [07:33:38.043] | : . ' , ; int 0 [07:33:38.043] | : . ' , signalConditions() ... done [07:33:38.043] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [07:33:38.044] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:38.044] | : . resolved() for MultisessionFuture ('future_mapply-2') ... done [07:33:38.044] | : . assertFutureResult() ... [07:33:38.044] | : . ' Future uuid: 9666b1484a0876e33034202448105eaf-18 [07:33:38.044] | : . ' identical; success [07:33:38.044] | : . assertFutureResult() ... done [07:33:38.045] | : resolved() ... done [07:33:38.021] | : MultisessionFuture: [07:33:38.021] | : Label: 'future_mapply-2' [07:33:38.021] | : Expression: [07:33:38.021] | : { [07:33:38.021] | : "# future.apply:::future_xapply(): preserve future option" [07:33:38.021] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [07:33:38.021] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [07:33:38.021] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [07:33:38.021] | : on.exit(options(oopts), add = TRUE) [07:33:38.021] | : } [07:33:38.021] | : { [07:33:38.021] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [07:33:38.021] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [07:33:38.021] | : do.call(mapply, args = args) [07:33:38.021] | : } [07:33:38.021] | : } [07:33:38.021] | : Globals: 5 objects totaling 6.51 KiB (function '...future.FUN' of 1.04 KiB, list '...future.elements_ii' of 71 bytes, NULL 'MoreArgs' of 27 bytes, NULL '...future.seeds_ii' of 27 bytes, NULL '...future.globals.maxSize' of 27 bytes) [07:33:38.021] | : Packages: [07:33:38.021] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [07:33:38.021] | : Capture standard output: NA [07:33:38.021] | : Capture condition classes: 'condition' (excluding '') [07:33:38.021] | : Immediate condition classes: 'immediateCondition' [07:33:38.021] | : Lazy evaluation: FALSE [07:33:38.021] | : Local evaluation: TRUE [07:33:38.021] | : Asynchronous evaluation: TRUE [07:33:38.021] | : Early signaling: FALSE [07:33:38.021] | : Environment: R_GlobalEnv [07:33:38.021] | : State: 'running' [07:33:38.021] | : Resolved: TRUE [07:33:38.021] | : Unique identifier: 9666b1484a0876e33034202448105eaf-18 [07:33:38.021] | : Owner process: 9666b1484a0876e33034202448105eaf [07:33:38.021] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [07:33:38.021] | : Value: [07:33:38.021] | : Conditions captured: [07:33:38.045] | : Chunk #2 of 2 ... DONE [07:33:38.045] | : Launching 2 futures (chunks) ... DONE [07:33:38.045] | : Resolving 2 futures (chunks) ... [07:33:38.045] | : value() for list ... [07:33:38.046] | : . recursive: 0 [07:33:38.046] | : . reduce: FALSE [07:33:38.046] | : . length: 2 [07:33:38.046] | : . Number of remaining objects: 2 [07:33:38.047] | : . checking value #1: [07:33:38.047] | : . 'obj' is MultisessionFuture [07:33:38.047] | : . resolved() ... [07:33:38.047] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... [07:33:38.047] | : . ' , Cluster node socket connection: index=4, id=436 [07:33:38.048] | : . ' , assertValidConnection() ... [07:33:38.048] | : . ' , ; cluster node index: 1 [07:33:38.048] | : . ' , assertValidConnection() ... done [07:33:38.250] | : . ' , socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [07:33:38.250] | : . ' resolved() for MultisessionFuture ('future_mapply-1') ... done [07:33:38.250] | : . resolved() ... done [07:33:38.251] | : . checking value #2: [07:33:38.251] | : . 'obj' is MultisessionFuture [07:33:38.251] | : . resolved() ... [07:33:38.251] | : . resolved() ... done [07:33:38.251] | : . MultisessionFuture #2 [07:33:38.251] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:38.252] | : . ' nx: 2 [07:33:38.252] | : . ' relay: TRUE [07:33:38.252] | : . ' stdout: TRUE [07:33:38.252] | : . ' signal: TRUE [07:33:38.252] | : . ' resignal: FALSE [07:33:38.252] | : . ' force: TRUE [07:33:38.253] | : . ' relayed: [n=2] FALSE, FALSE [07:33:38.253] | : . ' queued futures: [n=2] FALSE, FALSE [07:33:38.253] | : . ' until=1 [07:33:38.253] | : . ' relaying element #1 [07:33:38.253] | : . ' relayed: [n=2] FALSE, FALSE [07:33:38.253] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:38.254] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:38.254] | : . value(, ...) ... [07:33:38.254] | : . value(, ...) ... done [07:33:38.254] | : . value() for MultisessionFuture ('future_mapply-2') ... [07:33:38.254] | : . ' result() for ClusterFuture ... [07:33:38.254] | : . ' , result already collected: FutureResult [07:33:38.255] | : . ' result() for ClusterFuture ... done [07:33:38.255] | : . ' result() for ClusterFuture ... [07:33:38.255] | : . ' , result already collected: FutureResult [07:33:38.255] | : . ' result() for ClusterFuture ... done [07:33:38.255] | : . ' signalConditions() ... [07:33:38.255] | : . ' , include = 'immediateCondition' [07:33:38.256] | : . ' , exclude = [07:33:38.256] | : . ' , resignal = FALSE [07:33:38.256] | : . ' , Number of conditions: 0 [07:33:38.256] | : . ' , int 0 [07:33:38.257] | : . ' signalConditions() ... done [07:33:38.257] | : . ' check for misuse ... [07:33:38.257] | : . ' check for misuse ... done [07:33:38.257] | : . value() for MultisessionFuture ('future_mapply-2') ... done [07:33:38.257] | : . value: [07:33:38.257] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [07:33:38.258] | : . ' nx: 2 [07:33:38.258] | : . ' relay: TRUE [07:33:38.258] | : . ' stdout: TRUE [07:33:38.258] | : . ' signal: TRUE [07:33:38.258] | : . ' resignal: FALSE [07:33:38.258] | : . ' force: TRUE [07:33:38.258] | : . ' relayed: [n=2] FALSE, FALSE [07:33:38.259] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:38.259] | : . ' until=1 [07:33:38.259] | : . ' relaying element #1 [07:33:38.259] | : . ' relayed: [n=2] FALSE, FALSE [07:33:38.259] | : . ' queued futures: [n=2] FALSE, TRUE [07:33:38.259] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [07:33:38.260] | : . resolve() for MultisessionFuture ... [07:33:38.260] | : . resolve() for MultisessionFuture ... done [07:33:38.260] | : . length: 1 (resolved future 2) [07:33:38.260] | : value() for list ... done [07:33:38.281] | : Number of remaining objects: 1 [07:33:38.281] | : checking value #1: [07:33:38.282] | : 'obj' is MultisessionFuture [07:33:38.282] | : resolved() ... [07:33:38.282] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [07:33:38.282] | : . ' Cluster node socket connection: index=4, id=436 [07:33:38.283] | : . ' assertValidConnection() ... [07:33:38.283] | : . ' , cluster node index: 1 [07:33:38.283] | : . ' assertValidConnection() ... done [07:33:38.315] | : . ' receiveMessageFromWorker() for ClusterFuture ... [07:33:38.315] | : . ' , cluster node index: 1 [07:33:38.315] | : . ' , [1] TRUE [07:33:38.315] | : . ' , Received data: [07:33:38.316] | : . ' , List of 5 [07:33:38.316] | : . ' , $ type : chr "VALUE" [07:33:38.316] | : . ' , $ value :List of 16 [07:33:38.316] | : . ' , ..$ value :List of 1 [07:33:38.316] | : . ' , .. ..$ :List of 2 [07:33:38.316] | : . ' , .. .. ..$ x: int 1 [07:33:38.316] | : . ' , .. .. ..$ y: int 0 [07:33:38.316] | : . ' , ..$ visible : logi TRUE [07:33:38.316] | : . ' , ..$ stdout : NULL [07:33:38.316] | : . ' , ..$ conditions : list() [07:33:38.316] | : . ' , ..$ rng : logi FALSE [07:33:38.316] | : . ' , ..$ seed : NULL [07:33:38.316] | : . ' , ..$ misuseGlobalEnv : NULL [07:33:38.316] | : . ' , ..$ misuseConnections :List of 3 [07:33:38.316] | : . ' , .. ..$ added : NULL [07:33:38.316] | : . ' , .. ..$ removed : NULL [07:33:38.316] | : . ' , .. ..$ replaced: NULL [07:33:38.316] | : . ' , ..$ misuseDevices : NULL [07:33:38.316] | : . ' , ..$ misuseDefaultDevice: list() [07:33:38.316] | : . ' , ..$ started : POSIXct[1:1], format: "2025-12-09 07:33:37" [07:33:38.316] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-12-09 07:33:38" [07:33:38.316] | : . ' , ..$ uuid : chr [1:2] "9666b1484a0876e33034202448105eaf" "17" [07:33:38.316] | : . ' , ..$ session_uuid : chr "e5a32bf42fc0d703d98ac6b23c12ecc1" [07:33:38.316] | : . ' , .. ..- attr(*, "source")=List of 5 [07:33:38.316] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [07:33:38.316] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [07:33:38.316] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [07:33:38.316] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [07:33:38.316] | : . ' , .. .. ..$ pid : int 25228 [07:33:38.316] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-12-09 07:33:34" [07:33:38.316] | : . ' , .. .. ..$ random: int 2147483647 [07:33:38.316] | : . ' , ..$ r_info :List of 4 [07:33:38.316] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [07:33:38.316] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [07:33:38.316] | : . ' , .. ..$ os : chr "windows" [07:33:38.316] | : . ' , .. ..$ os_name : chr "Windows" [07:33:38.316] | : . ' , .. ..$ captures_utf8: logi TRUE [07:33:38.316] | : . ' , ..$ version : chr "1.8" [07:33:38.316] | : . ' , ..- attr(*, "class")= chr "FutureResult" [07:33:38.316] | : . ' , $ success: logi TRUE [07:33:38.316] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.51 NA NA [07:33:38.316] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [07:33:38.316] | : . ' , $ tag : NULL [07:33:38.332] | : . ' , Received FutureResult [07:33:38.332] | : . ' , FutureResult: [07:33:38.332] | : . ' , value: 'list' [07:33:38.332] | : . ' , visible: TRUE [07:33:38.332] | : . ' , stdout: NULL [07:33:38.332] | : . ' , conditions: [n = 0] [07:33:38.332] | : . ' , RNG used: FALSE [07:33:38.332] | : . ' , duration: 0.5104108 secs (started 2025-12-09 07:33:37.803666) [07:33:38.332] | : . ' , version: 1.8 [07:33:38.332] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... [07:33:38.333] | : . ' , ; Removed future from position #1 [07:33:38.333] | : . ' , ; Number of registered futures: 0 [07:33:38.333] | : . ' , FutureRegistry('workers-8eed1e7b1b3b8fbbe62bc9ef83bb2149', action = 'remove', earlySignal = 0) ... done [07:33:38.333] | : . ' , Erased future from future backend [07:33:38.333] | : . ' , result() for ClusterFuture ... [07:33:38.333] | : . ' , ; result already collected: FutureResult [07:33:38.334] | : . ' , result() for ClusterFuture ... done [07:33:38.334] | : . ' , signalConditions() ... [07:33:38.334] | : . ' , ; include = 'immediateCondition' [07:33:38.334] | : . ' , ; exclude = [07:33:38.334] | : . ' , ; resignal = FALSE [07:33:38.334] | : . ' , ; Number of conditions: 0 [07:33:38.335] | : . ' , ; int 0 [07:33:38.335] | : . ' , signalConditions() ... done [07:33:38.335] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [07:33:38.335] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [07:33:38.336] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [07:33:38.336] | : . assertFutureResult() ... [07:33:38.336] | : . ' Future uuid: 9666b1484a0876e33034202448105eaf-17 [07:33:38.336] | : . ' identical; success [07:33:38.336] | : . assertFutureResult() ... done [07:33:38.336] | : resolved() ... done [07:33:38.337] | : MultisessionFuture #1 [07:33:38.337] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:38.337] | : . nx: 2 [07:33:38.337] | : . relay: TRUE [07:33:38.337] | : . stdout: TRUE [07:33:38.337] | : . signal: TRUE [07:33:38.337] | : . resignal: FALSE [07:33:38.338] | : . force: TRUE [07:33:38.338] | : . relayed: [n=2] FALSE, FALSE [07:33:38.338] | : . queued futures: [n=2] FALSE, TRUE [07:33:38.338] | : . until=1 [07:33:38.338] | : . relaying element #1 [07:33:38.338] | : . value() for MultisessionFuture ('future_mapply-1') ... [07:33:38.339] | : . ' result() for ClusterFuture ... [07:33:38.339] | : . ' , result already collected: FutureResult [07:33:38.339] | : . ' result() for ClusterFuture ... done [07:33:38.339] | : . ' result() for ClusterFuture ... [07:33:38.339] | : . ' , result already collected: FutureResult [07:33:38.339] | : . ' result() for ClusterFuture ... done [07:33:38.339] | : . ' signalConditions() ... [07:33:38.340] | : . ' , include = 'immediateCondition' [07:33:38.340] | : . ' , exclude = [07:33:38.340] | : . ' , resignal = FALSE [07:33:38.340] | : . ' , Number of conditions: 0 [07:33:38.340] | : . ' , int 0 [07:33:38.341] | : . ' signalConditions() ... done [07:33:38.341] | : . ' relay stdout ... [07:33:38.341] | : . ' relay stdout ... done [07:33:38.341] | : . ' check for misuse ... [07:33:38.341] | : . ' check for misuse ... done [07:33:38.342] | : . value() for MultisessionFuture ('future_mapply-1') ... done [07:33:38.342] | : . result() for ClusterFuture ... [07:33:38.342] | : . ' result already collected: FutureResult [07:33:38.342] | : . result() for ClusterFuture ... done [07:33:38.342] | : . signalConditions() ... [07:33:38.342] | : . ' include = 'immediateCondition' [07:33:38.343] | : . ' exclude = [07:33:38.343] | : . ' resignal = FALSE [07:33:38.343] | : . ' Number of conditions: 0 [07:33:38.343] | : . ' int 0 [07:33:38.344] | : . signalConditions() ... done [07:33:38.344] | : . result() for ClusterFuture ... [07:33:38.344] | : . ' result already collected: FutureResult [07:33:38.344] | : . result() for ClusterFuture ... done [07:33:38.344] | : . signalConditions() ... [07:33:38.344] | : . ' include = 'condition' [07:33:38.345] | : . ' exclude = 'error', 'immediateCondition' [07:33:38.345] | : . ' resignal = TRUE [07:33:38.345] | : . ' Number of conditions: 0 [07:33:38.345] | : . ' int 0 [07:33:38.346] | : . signalConditions() ... done [07:33:38.346] | : . relayed: [n=2] TRUE, FALSE [07:33:38.346] | : . queued futures: [n=2] TRUE, TRUE [07:33:38.346] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:38.346] | : value(, ...) ... [07:33:38.346] | : value(, ...) ... done [07:33:38.347] | : value() for MultisessionFuture ('future_mapply-1') ... [07:33:38.347] | : . result() for ClusterFuture ... [07:33:38.347] | : . ' result already collected: FutureResult [07:33:38.347] | : . result() for ClusterFuture ... done [07:33:38.347] | : . result() for ClusterFuture ... [07:33:38.347] | : . ' result already collected: FutureResult [07:33:38.348] | : . result() for ClusterFuture ... done [07:33:38.348] | : . signalConditions() ... [07:33:38.348] | : . ' include = 'immediateCondition' [07:33:38.348] | : . ' exclude = [07:33:38.348] | : . ' resignal = FALSE [07:33:38.348] | : . ' Number of conditions: 0 [07:33:38.348] | : . ' int 0 [07:33:38.349] | : . signalConditions() ... done [07:33:38.349] | : . check for misuse ... [07:33:38.349] | : . check for misuse ... done [07:33:38.349] | : value() for MultisessionFuture ('future_mapply-1') ... done [07:33:38.350] | : value: [07:33:38.350] | : signalConditionsASAP(MultisessionFuture, pos=1) ... [07:33:38.350] | : . nx: 2 [07:33:38.350] | : . relay: TRUE [07:33:38.350] | : . stdout: TRUE [07:33:38.350] | : . signal: TRUE [07:33:38.350] | : . resignal: FALSE [07:33:38.351] | : . force: TRUE [07:33:38.351] | : . relayed: [n=2] TRUE, FALSE [07:33:38.351] | : . queued futures: [n=2] TRUE, TRUE [07:33:38.351] | : . until=2 [07:33:38.351] | : . relaying element #2 [07:33:38.351] | : . value() for MultisessionFuture ('future_mapply-2') ... [07:33:38.352] | : . ' result() for ClusterFuture ... [07:33:38.352] | : . ' , result already collected: FutureResult [07:33:38.352] | : . ' result() for ClusterFuture ... done [07:33:38.352] | : . ' result() for ClusterFuture ... [07:33:38.352] | : . ' , result already collected: FutureResult [07:33:38.352] | : . ' result() for ClusterFuture ... done [07:33:38.353] | : . ' signalConditions() ... [07:33:38.353] | : . ' , include = 'immediateCondition' [07:33:38.353] | : . ' , exclude = [07:33:38.353] | : . ' , resignal = FALSE [07:33:38.353] | : . ' , Number of conditions: 0 [07:33:38.353] | : . ' , int 0 [07:33:38.354] | : . ' signalConditions() ... done [07:33:38.354] | : . ' relay stdout ... [07:33:38.354] | : . ' relay stdout ... done [07:33:38.354] | : . ' check for misuse ... [07:33:38.354] | : . ' check for misuse ... done [07:33:38.355] | : . value() for MultisessionFuture ('future_mapply-2') ... done [07:33:38.355] | : . result() for ClusterFuture ... [07:33:38.355] | : . ' result already collected: FutureResult [07:33:38.355] | : . result() for ClusterFuture ... done [07:33:38.355] | : . signalConditions() ... [07:33:38.355] | : . ' include = 'immediateCondition' [07:33:38.356] | : . ' exclude = [07:33:38.356] | : . ' resignal = FALSE [07:33:38.356] | : . ' Number of conditions: 0 [07:33:38.356] | : . ' int 0 [07:33:38.356] | : . signalConditions() ... done [07:33:38.357] | : . result() for ClusterFuture ... [07:33:38.357] | : . ' result already collected: FutureResult [07:33:38.357] | : . result() for ClusterFuture ... done [07:33:38.357] | : . signalConditions() ... [07:33:38.357] | : . ' include = 'condition' [07:33:38.357] | : . ' exclude = 'error', 'immediateCondition' [07:33:38.358] | : . ' resignal = TRUE [07:33:38.358] | : . ' Number of conditions: 0 [07:33:38.358] | : . ' int 0 [07:33:38.358] | : . signalConditions() ... done [07:33:38.359] | : . relayed: [n=2] TRUE, TRUE [07:33:38.359] | : . queued futures: [n=2] TRUE, TRUE [07:33:38.359] | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [07:33:38.359] | : resolve() for MultisessionFuture ... [07:33:38.359] | : resolve() for MultisessionFuture ... done [07:33:38.359] | : length: 0 (resolved future 1) [07:33:38.360] | future_mapply() -> future_xapply() ... done [07:33:38.360] | Relaying remaining futures ... [07:33:38.360] | : signalConditionsASAP(NULL, pos=0) ... [07:33:38.360] | : . nx: 2 [07:33:38.360] | : . relay: TRUE [07:33:38.360] | : . stdout: TRUE [07:33:38.361] | : . signal: TRUE [07:33:38.361] | : . resignal: FALSE [07:33:38.361] | : . force: TRUE [07:33:38.361] | : . relayed: [n=2] TRUE, TRUE [07:33:38.361] | : . queued futures: [n=2] TRUE, TRUE - flush all [07:33:38.361] | : . relayed: [n=2] TRUE, TRUE [07:33:38.362] | : . queued futures: [n=2] TRUE, TRUE [07:33:38.362] | : signalConditionsASAP(NULL, pos=0) ... done [07:33:38.362] | Relaying remaining futures ... done [07:33:38.362] future_mapply() ... done [07:33:38.362] - Number of value chunks collected: 2 [07:33:38.362] Resolving 2 futures (chunks) ... DONE [07:33:38.362] Reducing values from 2 chunks ... [07:33:38.363] - Number of values collected after concatenation: 2 [07:33:38.363] - Number of values expected: 2 [07:33:38.363] 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 Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=215] '!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_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_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: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_12_09_07_25_17_22044' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.05s, elapsed=9s, user.child=NAs, sys.child=NAs Test 'stdout' ... success > > proc.time() user system elapsed 2.07 0.06 8.85