R Under development (unstable) (2025-06-05 r88281 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') ... [08:53:41.116] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:41.118] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:53:41.118] | : all.equal() for FutureStrategyList ... [08:53:41.118] | : . New stack: [08:53:41.119] | : . List of 1 [08:53:41.119] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.119] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.119] | : . ..- attr(*, "init")= logi TRUE [08:53:41.119] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.119] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.119] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.119] | : . ..- attr(*, "call")= language plan(strategy) [08:53:41.119] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:41.131] | : . Old stack: [08:53:41.131] | : . List of 1 [08:53:41.131] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.131] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.131] | : . ..- attr(*, "init")= logi TRUE [08:53:41.131] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.131] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.131] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.131] | : . ..- attr(*, "call")= language plan(sequential) [08:53:41.131] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:41.137] | : . Not identical [08:53:41.137] | : . all.equal() for future ... [08:53:41.137] | : . ' List of 2 [08:53:41.137] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.137] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.137] | : . ' ..- attr(*, "init")= logi TRUE [08:53:41.137] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.137] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.137] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.137] | : . ' ..- attr(*, "call")= language plan(strategy) [08:53:41.137] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.137] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.137] | : . ' ..- attr(*, "init")= logi TRUE [08:53:41.137] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.137] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.137] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.137] | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:41.147] | : . all.equal() for future ... done [08:53:41.148] | : all.equal() for FutureStrategyList ... done [08:53:41.148] | : plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:41.148] | : List of future strategies: [08:53:41.148] | : 1. sequential: [08:53:41.148] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:41.148] | : - tweaked: FALSE [08:53:41.148] | : - call: plan(sequential) [08:53:41.150] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:53:41.150] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... [08:53:41.150] future_lapply() ... [08:53:41.162] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [08:53:41.163] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [08:53:41.164] | future_lapply() -> future_xapply() ... [08:53:41.165] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:41.165] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [08:53:41.166] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.166] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.166] | : . ' - attr(*, "init")= logi TRUE [08:53:41.166] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.166] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.166] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.166] | : . ' - attr(*, "call")= language plan(sequential) [08:53:41.173] | : . ' init: TRUE [08:53:41.174] | : . ' makeFutureBackend() ... [08:53:41.174] | : . ' , Backend function: <'NULL'> [08:53:41.174] | : . ' , Evaluator tweak arguments: [n=0] [08:53:41.174] | : . ' , list() [08:53:41.175] | : . ' , Evaluator formal arguments: [n=2] [08:53:41.175] | : . ' , list() [08:53:41.176] | : . ' , Backend factory arguments: [n=2] [08:53:41.176] | : . ' , Dotted pair list of 2 [08:53:41.176] | : . ' , $ gc : logi FALSE [08:53:41.176] | : . ' , $ earlySignal: logi FALSE [08:53:41.179] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:53:41.179] | : . ' makeFutureBackend() ... done [08:53:41.179] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [08:53:41.180] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:41.180] | : Number of chunks: 1 [08:53:41.181] | : getGlobalsAndPackagesXApply() ... [08:53:41.181] | : . future.globals: TRUE [08:53:41.182] | : . getGlobalsAndPackages() ... [08:53:41.183] | : . ' Searching for globals ... [08:53:41.202] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [08:53:41.202] | : . ' Searching for globals ... done [08:53:41.203] | : . ' Resolving globals: FALSE [08:53:41.203] | : . ' Search for packages associated with the globals ... [08:53:41.204] | : . ' , Packages associated with globals: [1] 'base' [08:53:41.204] | : . ' , Packages: [1] 'base' [08:53:41.205] | : . ' Search for packages associated with the globals ... done [08:53:41.206] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [08:53:41.209] | : . ' 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') [08:53:41.210] | : . ' Packages after dropping 'base': [0] [08:53:41.210] | : . ' globals: [1] 'FUN' [08:53:41.210] | : . ' packages: [0] [08:53:41.210] | : . getGlobalsAndPackages() ... done [08:53:41.210] | : . globals found/used: [n=1] 'FUN' [08:53:41.211] | : . needed namespaces: [n=0] [08:53:41.211] | : . use_args: TRUE [08:53:41.211] | : . Getting '...' globals ... [08:53:41.212] | : . ' resolve() for FutureGlobals ... [08:53:41.212] | : . ' , recursive: 0 [08:53:41.213] | : . ' , Number of elements: 1 [08:53:41.213] | : . ' , elements: '...' [08:53:41.214] | : . ' , 'obj' is DotDotDotList [08:53:41.214] | : . ' , resolve(obj, ...) ... [08:53:41.214] | : . ' , ; resolve() for DotDotDotList ... [08:53:41.214] | : . ' , ; ` recursive: -1 [08:53:41.214] | : . ' , ; resolve() for DotDotDotList ... done [08:53:41.215] | : . ' , resolve(obj, ...) ... done [08:53:41.215] | : . ' , resolved() for DotDotDotList ... [08:53:41.215] | : . ' , ; Number of elements: 0 [08:53:41.215] | : . ' , ; Number of futures: 0 [08:53:41.216] | : . ' , resolved() for DotDotDotList ... done [08:53:41.216] | : . ' , length: 0 (resolved future 1) [08:53:41.216] | : . ' resolve() for FutureGlobals ... done [08:53:41.216] | : . ' '...' content: [n=0] [08:53:41.217] | : . ' List of 1 [08:53:41.217] | : . ' $ ...: list() [08:53:41.217] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:41.217] | : . ' - attr(*, "where")=List of 1 [08:53:41.217] | : . ' ..$ ...: [08:53:41.217] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:41.217] | : . ' - attr(*, "resolved")= logi TRUE [08:53:41.217] | : . ' - attr(*, "total_size")= num NA [08:53:41.221] | : . Getting '...' globals ... done [08:53:41.222] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [08:53:41.222] | : . List of 2 [08:53:41.222] | : . $ ...future.FUN:function (x) [08:53:41.222] | : . $ ... : list() [08:53:41.222] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:41.222] | : . - attr(*, "where")=List of 2 [08:53:41.222] | : . ..$ ...future.FUN: [08:53:41.222] | : . ..$ ... : [08:53:41.222] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:41.222] | : . - attr(*, "resolved")= logi FALSE [08:53:41.222] | : . - attr(*, "total_size")= num 6008 [08:53:41.227] | : . Packages to be attached in all futures: [n=0] [08:53:41.228] | : getGlobalsAndPackagesXApply() ... done [08:53:41.228] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:41.229] | : List of 5 [08:53:41.229] | : $ ...future.FUN :function (x) [08:53:41.229] | : $ ... : list() [08:53:41.229] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:41.229] | : $ ...future.elements_ii : NULL [08:53:41.229] | : $ ...future.seeds_ii : NULL [08:53:41.229] | : $ ...future.globals.maxSize: NULL [08:53:41.229] | : - attr(*, "where")=List of 5 [08:53:41.229] | : ..$ ...future.FUN : [08:53:41.229] | : ..$ ... : [08:53:41.229] | : ..$ ...future.elements_ii : [08:53:41.229] | : ..$ ...future.seeds_ii : [08:53:41.229] | : ..$ ...future.globals.maxSize: [08:53:41.229] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:41.229] | : - attr(*, "resolved")= logi FALSE [08:53:41.229] | : - attr(*, "total_size")= num 6008 [08:53:41.274] | : Number of futures (= number of chunks): 1 [08:53:41.274] | : Launching 1 futures (chunks) ... [08:53:41.274] | : Chunk #1 of 1 ... [08:53:41.275] | : - Finding globals in 'X' for chunk #1 ... [08:53:41.275] | : getGlobalsAndPackages() ... [08:53:41.275] | : . Searching for globals ... [08:53:41.276] | : . ' globals found: [0] [08:53:41.277] | : . Searching for globals ... done [08:53:41.277] | : . globals: [0] [08:53:41.277] | : . packages: [0] [08:53:41.277] | : getGlobalsAndPackages() ... done [08:53:41.278] | : + additional globals found: [n=0] [08:53:41.278] | : + additional namespaces needed: [n=0] [08:53:41.278] | : - Finding globals in 'X' for chunk #1 ... DONE [08:53:41.278] | : - seeds: [08:53:41.279] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:41.279] | : future(..., label = 'future_lapply-1') ... [08:53:41.279] | : . lazy: FALSE [08:53:41.279] | : . stdout: FALSE [08:53:41.280] | : . conditions: [n=1] 'condition' [08:53:41.280] | : . gc: FALSE [08:53:41.280] | : . earlySignal: FALSE [08:53:41.280] | : . getGlobalsAndPackages() ... [08:53:41.281] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:41.281] | : . ' Resolving globals: FALSE [08:53:41.281] | : . ' Tweak future expression to call with '...' arguments ... [08:53:41.281] | : . ' , { [08:53:41.281] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:41.281] | : . ' , "# expression in do.call(), because function called uses '...' " [08:53:41.281] | : . ' , "# as a global variable " [08:53:41.281] | : . ' , do.call(function(...) { [08:53:41.281] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:41.281] | : . ' , "# without having an '...' argument. This means '...' is treated" [08:53:41.281] | : . ' , "# as a global variable. This may happen when FUN() is an " [08:53:41.281] | : . ' , "# anonymous function. " [08:53:41.281] | : . ' , "# " [08:53:41.281] | : . ' , "# If an anonymous function, we will make sure to restore the " [08:53:41.281] | : . ' , "# function environment of FUN() to the calling environment. " [08:53:41.281] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [08:53:41.281] | : . ' , "# global environment, which is where globals are written. " [08:53:41.281] | : . ' , penv <- env <- environment(...future.FUN) [08:53:41.281] | : . ' , repeat { [08:53:41.281] | : . ' , if (identical(env, globalenv()) || identical(env, [08:53:41.281] | : . ' , emptyenv())) [08:53:41.281] | : . ' , break [08:53:41.281] | : . ' , penv <- env [08:53:41.281] | : . ' , env <- parent.env(env) [08:53:41.281] | : . ' , } [08:53:41.281] | : . ' , if (identical(penv, globalenv())) { [08:53:41.281] | : . ' , environment(...future.FUN) <- environment() [08:53:41.281] | : . ' , } [08:53:41.281] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:41.281] | : . ' , !isNamespace(penv)) { [08:53:41.281] | : . ' , parent.env(penv) <- environment() [08:53:41.281] | : . ' , } [08:53:41.281] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [08:53:41.281] | : . ' , { [08:53:41.281] | : . ' , "# future.apply:::future_xapply(): preserve future option" [08:53:41.281] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:41.281] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:41.281] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:41.281] | : . ' , on.exit(options(oopts), add = TRUE) [08:53:41.281] | : . ' , } [08:53:41.281] | : . ' , { [08:53:41.281] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [08:53:41.281] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:41.281] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:41.281] | : . ' , { [08:53:41.281] | : . ' , ...future.FUN(...future.X_jj, ...) [08:53:41.281] | : . ' , } [08:53:41.281] | : . ' , }) [08:53:41.281] | : . ' , } [08:53:41.281] | : . ' , } [08:53:41.281] | : . ' , }, args = future.call.arguments) [08:53:41.281] | : . ' , } [08:53:41.283] | : . ' Tweak future expression to call with '...' arguments ... done [08:53:41.284] | : . ' Search for packages associated with the globals ... [08:53:41.284] | : . ' , Packages associated with globals: [0] [08:53:41.285] | : . ' , Packages: [0] [08:53:41.285] | : . ' Search for packages associated with the globals ... done [08:53:41.285] | : . ' Packages after dropping 'base': [0] [08:53:41.286] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:41.286] | : . ' packages: [0] [08:53:41.286] | : . getGlobalsAndPackages() ... done [08:53:41.288] | : . run() for 'Future' ('future_lapply-1') ... [08:53:41.288] | : . ' state: 'created' [08:53:41.288] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:41.288] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:41.289] | : . ' Using SequentialFutureBackend ... [08:53:41.289] | : . ' , Number of futures since start: 0 (0 created, 0 launched, 0 finished) [08:53:41.290] | : . ' , Launching futures ... [08:53:41.290] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:53:41.290] | : . ' , ; ` getFutureData() ... [08:53:41.291] | : . ' , ; ` | getFutureCore() ... [08:53:41.291] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [08:53:41.291] | : . ' , ; ` | getFutureCore() ... done [08:53:41.292] | : . ' , ; ` | getFutureCapture() ... [08:53:41.292] | : . ' , ; ` | getFutureCapture() ... done [08:53:41.293] | : . ' , ; ` | getFutureContext() ... [08:53:41.293] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:41.293] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [08:53:41.294] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:41.294] | : . ' , ; ` | : Packages needed by future backend (n = 0): [08:53:41.294] | : . ' , ; ` | getFutureContext() ... done [08:53:41.295] | : . ' , ; ` getFutureData() ... done [08:53:41.299] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:41.300] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:53:41.300] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:41.301] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:41.301] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:41.302] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [08:53:41.302] | : . ' , ; ` | : . New stack: [08:53:41.302] | : . ' , ; ` | : . List of 1 [08:53:41.302] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.302] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.302] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [08:53:41.302] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.302] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.302] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.302] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:41.302] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:41.307] | : . ' , ; ` | : . Old stack: [08:53:41.307] | : . ' , ; ` | : . List of 1 [08:53:41.307] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.307] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.307] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [08:53:41.307] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.307] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.307] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.307] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [08:53:41.307] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:41.307] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.307] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.307] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:41.368] | : . ' , ; ` | : . Not identical [08:53:41.369] | : . ' , ; ` | : . all.equal() for future ... [08:53:41.369] | : . ' , ; ` | : . ' List of 2 [08:53:41.369] | : . ' , ; ` | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.369] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:41.369] | : . ' , ; ` | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.369] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:41.369] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:41.369] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.369] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.376] | : . ' , ; ` | : . all.equal() for future ... done [08:53:41.376] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [08:53:41.376] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:41.376] | : . ' , ; ` | : List of future strategies: [08:53:41.376] | : . ' , ; ` | : 1. sequential: [08:53:41.376] | : . ' , ; ` | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:41.376] | : . ' , ; ` | : - tweaked: FALSE [08:53:41.376] | : . ' , ; ` | : - call: plan(sequential) [08:53:41.377] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:41.377] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:41.378] | : . ' , ; ` assign_globals() ... [08:53:41.378] | : . ' , ; ` List of 5 [08:53:41.378] | : . ' , ; ` $ ...future.FUN :function (x) [08:53:41.378] | : . ' , ; ` $ future.call.arguments : list() [08:53:41.378] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:41.378] | : . ' , ; ` $ ...future.elements_ii :List of 2 [08:53:41.378] | : . ' , ; ` ..$ : int 1 [08:53:41.378] | : . ' , ; ` ..$ : int 0 [08:53:41.378] | : . ' , ; ` $ ...future.seeds_ii : NULL [08:53:41.378] | : . ' , ; ` $ ...future.globals.maxSize: NULL [08:53:41.378] | : . ' , ; ` - attr(*, "where")=List of 5 [08:53:41.378] | : . ' , ; ` ..$ ...future.FUN : [08:53:41.378] | : . ' , ; ` ..$ future.call.arguments : [08:53:41.378] | : . ' , ; ` ..$ ...future.elements_ii : [08:53:41.378] | : . ' , ; ` ..$ ...future.seeds_ii : [08:53:41.378] | : . ' , ; ` ..$ ...future.globals.maxSize: [08:53:41.378] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [08:53:41.378] | : . ' , ; ` - attr(*, "total_size")= num 6008 [08:53:41.378] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:41.378] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [08:53:41.384] | : . ' , ; ` - copied '...future.FUN' to environment [08:53:41.385] | : . ' , ; ` - copied 'future.call.arguments' to environment [08:53:41.385] | : . ' , ; ` - copied '...future.elements_ii' to environment [08:53:41.385] | : . ' , ; ` - copied '...future.seeds_ii' to environment [08:53:41.385] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [08:53:41.385] | : . ' , ; ` assign_globals() ... done [08:53:41.897] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:41.898] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:41.898] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:41.898] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [08:53:41.899] | : . ' , ; ` | : . ' New stack: [08:53:41.899] | : . ' , ; ` | : . ' List of 1 [08:53:41.899] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.899] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.899] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:41.899] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.899] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.899] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.899] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:41.899] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:41.899] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.899] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.899] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:41.907] | : . ' , ; ` | : . ' Old stack: [08:53:41.908] | : . ' , ; ` | : . ' List of 1 [08:53:41.908] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:41.908] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:41.908] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:41.908] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.908] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.908] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.908] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:41.908] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:41.908] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:41.908] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:41.908] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:41.914] | : . ' , ; ` | : . ' Identical [08:53:41.915] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [08:53:41.915] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:41.916] | : . ' , ; ` | : . List of future strategies: [08:53:41.916] | : . ' , ; ` | : . 1. sequential: [08:53:41.916] | : . ' , ; ` | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:41.916] | : . ' , ; ` | : . - tweaked: FALSE [08:53:41.916] | : . ' , ; ` | : . - call: plan(sequential) [08:53:41.917] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:41.917] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:41.917] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:41.925] | : . ' , ; ` SequentialFuture started (and completed) [08:53:41.926] | : . ' , ; ` signalConditions() ... [08:53:41.926] | : . ' , ; ` | include = 'immediateCondition' [08:53:41.927] | : . ' , ; ` | exclude = [08:53:41.927] | : . ' , ; ` | resignal = FALSE [08:53:41.927] | : . ' , ; ` | Number of conditions: 6 [08:53:41.927] | : . ' , ; ` | int 6 [08:53:41.929] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.929] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.929] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.930] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.930] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.930] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.930] | : . ' , ; ` | Drop signaled conditions: 0 [08:53:41.931] | : . ' , ; ` signalConditions() ... done [08:53:41.931] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [08:53:41.932] | : . ' , Launching futures ... done [08:53:41.932] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:41.932] | : . ' Using SequentialFutureBackend ... done [08:53:41.932] | : . run() for 'Future' ('future_lapply-1') ... done [08:53:41.933] | : future(..., label = 'future_lapply-1') ... done [08:53:41.933] | : Created future: [08:53:41.933] | : SequentialFuture: [08:53:41.933] | : Label: 'future_lapply-1' [08:53:41.933] | : Expression: [08:53:41.933] | : { [08:53:41.933] | : "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:41.933] | : "# expression in do.call(), because function called uses '...' " [08:53:41.933] | : "# as a global variable " [08:53:41.933] | : do.call(function(...) { [08:53:41.933] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:41.933] | : "# without having an '...' argument. This means '...' is treated" [08:53:41.933] | : "# as a global variable. This may happen when FUN() is an " [08:53:41.933] | : "# anonymous function. " [08:53:41.933] | : "# " [08:53:41.933] | : "# If an anonymous function, we will make sure to restore the " [08:53:41.933] | : "# function environment of FUN() to the calling environment. " [08:53:41.933] | : "# We assume FUN() an anonymous function if it lives in the " [08:53:41.933] | : "# global environment, which is where globals are written. " [08:53:41.933] | : penv <- env <- environment(...future.FUN) [08:53:41.933] | : repeat { [08:53:41.933] | : if (identical(env, globalenv()) || identical(env, [08:53:41.933] | : emptyenv())) [08:53:41.933] | : break [08:53:41.933] | : penv <- env [08:53:41.933] | : env <- parent.env(env) [08:53:41.933] | : } [08:53:41.933] | : if (identical(penv, globalenv())) { [08:53:41.933] | : environment(...future.FUN) <- environment() [08:53:41.933] | : } [08:53:41.933] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:41.933] | : !isNamespace(penv)) { [08:53:41.933] | : parent.env(penv) <- environment() [08:53:41.933] | : } [08:53:41.933] | : rm(list = c("env", "penv"), inherits = FALSE) [08:53:41.933] | : { [08:53:41.933] | : "# future.apply:::future_xapply(): preserve future option" [08:53:41.933] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:41.933] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:41.933] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:41.933] | : on.exit(options(oopts), add = TRUE) [08:53:41.933] | : } [08:53:41.933] | : { [08:53:41.933] | : "# future.apply::future_lapply(): process chunk of elements" [08:53:41.933] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:41.933] | : ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:41.933] | : { [08:53:41.933] | : ...future.FUN(...future.X_jj, ...) [08:53:41.933] | : } [08:53:41.933] | : }) [08:53:41.933] | : } [08:53:41.933] | : } [08:53:41.933] | : }, args = future.call.arguments) [08:53:41.933] | : } [08:53:41.933] | : 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) [08:53:41.933] | : Packages: [08:53:41.933] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:41.933] | : Capture standard output: FALSE [08:53:41.933] | : Capture condition classes: 'condition' (excluding '') [08:53:41.933] | : Immediate condition classes: 'immediateCondition' [08:53:41.933] | : Lazy evaluation: FALSE [08:53:41.933] | : Local evaluation: TRUE [08:53:41.933] | : Asynchronous evaluation: TRUE [08:53:41.933] | : Early signaling: FALSE [08:53:41.933] | : Environment: R_GlobalEnv [08:53:41.933] | : State: 'finished' [08:53:41.933] | : Resolved: TRUE [08:53:41.933] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-1 [08:53:41.933] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:41.933] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:41.933] | : Value: 55 bytes of class 'list' [08:53:41.933] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [08:53:41.933] | : Duration: 0.5991011 secs (started 2025-06-06 08:53:41.297049) [08:53:41.933] | : Worker process: d2f570a8e248c57e62e1d023e18665e2 [08:53:41.937] | : Chunk #1 of 1 ... DONE [08:53:41.937] | : Launching 1 futures (chunks) ... DONE [08:53:41.937] | : Resolving 1 futures (chunks) ... [08:53:41.938] | : value() for list ... [08:53:41.939] | : . recursive: 0 [08:53:41.939] | : . reduce: FALSE [08:53:41.939] | : . length: 1 [08:53:41.940] | : . Number of remaining objects: 1 [08:53:41.940] | : . checking value #1: [08:53:41.940] | : . 'obj' is SequentialFuture [08:53:41.941] | : . resolved() for SequentialFuture ('future_lapply-1') ... [08:53:41.941] | : . ' state: 'finished' [08:53:41.941] | : . ' run: TRUE [08:53:41.941] | : . ' result: 'FutureResult' [08:53:41.942] | : . resolved() for SequentialFuture ('future_lapply-1') ... done [08:53:41.942] | : . SequentialFuture #1 [08:53:41.942] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:41.942] | : . ' nx: 1 [08:53:41.942] | : . ' relay: TRUE [08:53:41.943] | : . ' stdout: TRUE [08:53:41.943] | : . ' signal: TRUE [08:53:41.943] | : . ' resignal: FALSE [08:53:41.943] | : . ' force: TRUE [08:53:41.944] | : . ' relayed: [n=1] FALSE [08:53:41.944] | : . ' queued futures: [n=1] FALSE [08:53:41.944] | : . ' until=1 [08:53:41.944] | : . ' relaying element #1 [08:53:41.945] | : . ' value() for SequentialFuture ('future_lapply-1') ... [08:53:41.945] | : . ' , signalConditions() ... [08:53:41.945] | : . ' , ; include = 'immediateCondition' [08:53:41.946] | : . ' , ; exclude = [08:53:41.946] | : . ' , ; resignal = FALSE [08:53:41.946] | : . ' , ; Number of conditions: 6 [08:53:41.946] | : . ' , ; int 6 [08:53:41.947] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.948] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.948] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.948] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.948] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.949] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.949] | : . ' , ; Drop signaled conditions: 0 [08:53:41.949] | : . ' , signalConditions() ... done [08:53:41.949] | : . ' , relay stdout ... [08:53:41.950] | : . ' , relay stdout ... done [08:53:41.950] | : . ' , check for misuse ... [08:53:41.950] | : . ' , check for misuse ... done [08:53:41.950] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [08:53:41.951] | : . ' signalConditions() ... [08:53:41.951] | : . ' , include = 'immediateCondition' [08:53:41.951] | : . ' , exclude = [08:53:41.951] | : . ' , resignal = FALSE [08:53:41.951] | : . ' , Number of conditions: 6 [08:53:41.952] | : . ' , int 6 [08:53:41.953] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.953] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.953] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.953] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.954] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.954] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.954] | : . ' , Drop signaled conditions: 0 [08:53:41.955] | : . ' signalConditions() ... done [08:53:41.955] | : . ' signalConditions() ... [08:53:41.955] | : . ' , include = 'condition' [08:53:41.955] | : . ' , exclude = 'error', 'immediateCondition' [08:53:41.956] | : . ' , resignal = TRUE [08:53:41.956] | : . ' , Number of conditions: 6 [08:53:41.956] | : . ' , int 6 [08:53:41.957] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.958] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [08:53:41.297] | : . ' , ; ` attachPackages() ... [08:53:41.958] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.958] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [08:53:41.297] | : . ' , ; ` | packages: [n=1] 'future' [08:53:41.958] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.959] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [08:53:41.298] | : . ' , ; ` attachPackages() ... done [08:53:41.959] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.959] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [08:53:41.298] | : . ' , ; ` attachPackages() ... [08:53:41.959] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.960] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [08:53:41.298] | : . ' , ; ` | packages: [n=0] [08:53:41.960] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:41.960] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [08:53:41.299] | : . ' , ; ` attachPackages() ... done [08:53:41.960] | : . ' , Drop signaled conditions: 6 [08:53:41.960] | : . ' signalConditions() ... done [08:53:41.961] | : . ' relayed: [n=1] TRUE [08:53:41.961] | : . ' queued futures: [n=1] TRUE [08:53:41.961] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:41.961] | : . value(, ...) ... [08:53:41.961] | : . value(, ...) ... done [08:53:41.961] | : . value() for SequentialFuture ('future_lapply-1') ... [08:53:41.962] | : . ' signalConditions() ... [08:53:41.962] | : . ' , include = 'immediateCondition' [08:53:41.962] | : . ' , exclude = [08:53:41.962] | : . ' , resignal = FALSE [08:53:41.962] | : . ' , Number of conditions: 0 [08:53:41.963] | : . ' , int 0 [08:53:41.963] | : . ' signalConditions() ... done [08:53:41.964] | : . ' check for misuse ... [08:53:41.964] | : . ' check for misuse ... done [08:53:41.964] | : . value() for SequentialFuture ('future_lapply-1') ... done [08:53:41.964] | : . value: [08:53:41.965] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:41.965] | : . ' nx: 1 [08:53:41.965] | : . ' relay: TRUE [08:53:41.966] | : . ' stdout: TRUE [08:53:41.966] | : . ' signal: TRUE [08:53:41.966] | : . ' resignal: FALSE [08:53:41.966] | : . ' force: TRUE [08:53:41.967] | : . ' relayed: [n=1] TRUE [08:53:41.967] | : . ' queued futures: [n=1] TRUE [08:53:41.967] | : . ' until=1 [08:53:41.967] | : . ' relayed: [n=1] TRUE [08:53:41.967] | : . ' queued futures: [n=1] TRUE [08:53:41.967] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:41.968] | : . resolve() for SequentialFuture ... [08:53:41.968] | : . resolve() for SequentialFuture ... done [08:53:41.968] | : . length: 0 (resolved future 1) [08:53:41.969] | : value() for list ... done [08:53:41.969] | : Relaying remaining futures ... [08:53:41.969] | : . signalConditionsASAP(NULL, pos=0) ... [08:53:41.969] | : . ' nx: 1 [08:53:41.970] | : . ' relay: TRUE [08:53:41.970] | : . ' stdout: TRUE [08:53:41.970] | : . ' signal: TRUE [08:53:41.970] | : . ' resignal: FALSE [08:53:41.971] | : . ' force: TRUE [08:53:41.971] | : . ' relayed: [n=1] TRUE [08:53:41.971] | : . ' queued futures: [n=1] TRUE - flush all [08:53:41.972] | : . ' relayed: [n=1] TRUE [08:53:41.972] | : . ' queued futures: [n=1] TRUE [08:53:41.972] | : . signalConditionsASAP(NULL, pos=0) ... done [08:53:41.972] | : Relaying remaining futures ... done [08:53:41.973] | future_lapply() -> future_xapply() ... done [08:53:41.973] | - Number of value chunks collected: 1 [08:53:41.973] | Resolving 1 futures (chunks) ... DONE [08:53:41.973] | Reducing values from 1 chunks ... [08:53:41.974] | - Number of values collected after concatenation: 2 [08:53:41.974] | - Number of values expected: 2 [08:53:41.974] | Reducing values from 1 chunks ... DONE [08:53:41.974] future_lapply() ... done * future_lapply(x, ..., future.stdout = FALSE) ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... [08:53:41.975] future_lapply() ... [08:53:41.977] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [08:53:41.977] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [08:53:41.977] | future_lapply() -> future_xapply() ... [08:53:41.977] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:41.978] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:41.978] | : Number of chunks: 1 [08:53:41.978] | : getGlobalsAndPackagesXApply() ... [08:53:41.978] | : . future.globals: TRUE [08:53:41.978] | : . getGlobalsAndPackages() ... [08:53:41.979] | : . ' Searching for globals ... [08:53:41.992] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [08:53:41.992] | : . ' Searching for globals ... done [08:53:41.992] | : . ' Resolving globals: FALSE [08:53:41.992] | : . ' Search for packages associated with the globals ... [08:53:41.993] | : . ' , Packages associated with globals: [1] 'base' [08:53:41.993] | : . ' , Packages: [1] 'base' [08:53:41.993] | : . ' Search for packages associated with the globals ... done [08:53:41.994] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [08:53:41.994] | : . ' 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') [08:53:41.994] | : . ' Packages after dropping 'base': [0] [08:53:41.995] | : . ' globals: [1] 'FUN' [08:53:41.995] | : . ' packages: [0] [08:53:41.995] | : . getGlobalsAndPackages() ... done [08:53:41.995] | : . globals found/used: [n=1] 'FUN' [08:53:41.995] | : . needed namespaces: [n=0] [08:53:41.995] | : . use_args: TRUE [08:53:41.996] | : . Getting '...' globals ... [08:53:41.996] | : . ' resolve() for FutureGlobals ... [08:53:41.996] | : . ' , recursive: 0 [08:53:41.997] | : . ' , Number of elements: 1 [08:53:41.997] | : . ' , elements: '...' [08:53:41.997] | : . ' , 'obj' is DotDotDotList [08:53:41.997] | : . ' , resolve(obj, ...) ... [08:53:41.997] | : . ' , ; resolve() for DotDotDotList ... [08:53:41.998] | : . ' , ; ` recursive: -1 [08:53:41.998] | : . ' , ; resolve() for DotDotDotList ... done [08:53:41.998] | : . ' , resolve(obj, ...) ... done [08:53:41.998] | : . ' , resolved() for DotDotDotList ... [08:53:41.998] | : . ' , ; Number of elements: 0 [08:53:41.998] | : . ' , ; Number of futures: 0 [08:53:41.999] | : . ' , resolved() for DotDotDotList ... done [08:53:41.999] | : . ' , length: 0 (resolved future 1) [08:53:41.999] | : . ' resolve() for FutureGlobals ... done [08:53:41.999] | : . ' '...' content: [n=0] [08:53:41.999] | : . ' List of 1 [08:53:41.999] | : . ' $ ...: list() [08:53:41.999] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:41.999] | : . ' - attr(*, "where")=List of 1 [08:53:41.999] | : . ' ..$ ...: [08:53:41.999] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:41.999] | : . ' - attr(*, "resolved")= logi TRUE [08:53:41.999] | : . ' - attr(*, "total_size")= num NA [08:53:42.004] | : . Getting '...' globals ... done [08:53:42.005] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [08:53:42.005] | : . List of 2 [08:53:42.005] | : . $ ...future.FUN:function (x) [08:53:42.005] | : . $ ... : list() [08:53:42.005] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:42.005] | : . - attr(*, "where")=List of 2 [08:53:42.005] | : . ..$ ...future.FUN: [08:53:42.005] | : . ..$ ... : [08:53:42.005] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:42.005] | : . - attr(*, "resolved")= logi FALSE [08:53:42.005] | : . - attr(*, "total_size")= num 6008 [08:53:42.009] | : . Packages to be attached in all futures: [n=0] [08:53:42.009] | : getGlobalsAndPackagesXApply() ... done [08:53:42.010] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:42.010] | : List of 5 [08:53:42.010] | : $ ...future.FUN :function (x) [08:53:42.010] | : $ ... : list() [08:53:42.010] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:42.010] | : $ ...future.elements_ii : NULL [08:53:42.010] | : $ ...future.seeds_ii : NULL [08:53:42.010] | : $ ...future.globals.maxSize: NULL [08:53:42.010] | : - attr(*, "where")=List of 5 [08:53:42.010] | : ..$ ...future.FUN : [08:53:42.010] | : ..$ ... : [08:53:42.010] | : ..$ ...future.elements_ii : [08:53:42.010] | : ..$ ...future.seeds_ii : [08:53:42.010] | : ..$ ...future.globals.maxSize: [08:53:42.010] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:42.010] | : - attr(*, "resolved")= logi FALSE [08:53:42.010] | : - attr(*, "total_size")= num 6008 [08:53:42.020] | : Number of futures (= number of chunks): 1 [08:53:42.020] | : Launching 1 futures (chunks) ... [08:53:42.021] | : Chunk #1 of 1 ... [08:53:42.021] | : - Finding globals in 'X' for chunk #1 ... [08:53:42.021] | : getGlobalsAndPackages() ... [08:53:42.021] | : . Searching for globals ... [08:53:42.022] | : . ' globals found: [0] [08:53:42.022] | : . Searching for globals ... done [08:53:42.022] | : . globals: [0] [08:53:42.022] | : . packages: [0] [08:53:42.023] | : getGlobalsAndPackages() ... done [08:53:42.023] | : + additional globals found: [n=0] [08:53:42.023] | : + additional namespaces needed: [n=0] [08:53:42.023] | : - Finding globals in 'X' for chunk #1 ... DONE [08:53:42.023] | : - seeds: [08:53:42.023] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:42.024] | : future(..., label = 'future_lapply-1') ... [08:53:42.024] | : . lazy: FALSE [08:53:42.024] | : . stdout: TRUE [08:53:42.024] | : . conditions: [n=1] 'condition' [08:53:42.024] | : . gc: FALSE [08:53:42.024] | : . earlySignal: FALSE [08:53:42.025] | : . getGlobalsAndPackages() ... [08:53:42.025] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:42.025] | : . ' Resolving globals: FALSE [08:53:42.025] | : . ' Tweak future expression to call with '...' arguments ... [08:53:42.025] | : . ' , { [08:53:42.025] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:42.025] | : . ' , "# expression in do.call(), because function called uses '...' " [08:53:42.025] | : . ' , "# as a global variable " [08:53:42.025] | : . ' , do.call(function(...) { [08:53:42.025] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:42.025] | : . ' , "# without having an '...' argument. This means '...' is treated" [08:53:42.025] | : . ' , "# as a global variable. This may happen when FUN() is an " [08:53:42.025] | : . ' , "# anonymous function. " [08:53:42.025] | : . ' , "# " [08:53:42.025] | : . ' , "# If an anonymous function, we will make sure to restore the " [08:53:42.025] | : . ' , "# function environment of FUN() to the calling environment. " [08:53:42.025] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [08:53:42.025] | : . ' , "# global environment, which is where globals are written. " [08:53:42.025] | : . ' , penv <- env <- environment(...future.FUN) [08:53:42.025] | : . ' , repeat { [08:53:42.025] | : . ' , if (identical(env, globalenv()) || identical(env, [08:53:42.025] | : . ' , emptyenv())) [08:53:42.025] | : . ' , break [08:53:42.025] | : . ' , penv <- env [08:53:42.025] | : . ' , env <- parent.env(env) [08:53:42.025] | : . ' , } [08:53:42.025] | : . ' , if (identical(penv, globalenv())) { [08:53:42.025] | : . ' , environment(...future.FUN) <- environment() [08:53:42.025] | : . ' , } [08:53:42.025] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:42.025] | : . ' , !isNamespace(penv)) { [08:53:42.025] | : . ' , parent.env(penv) <- environment() [08:53:42.025] | : . ' , } [08:53:42.025] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [08:53:42.025] | : . ' , { [08:53:42.025] | : . ' , "# future.apply:::future_xapply(): preserve future option" [08:53:42.025] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:42.025] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:42.025] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:42.025] | : . ' , on.exit(options(oopts), add = TRUE) [08:53:42.025] | : . ' , } [08:53:42.025] | : . ' , { [08:53:42.025] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [08:53:42.025] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:42.025] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:42.025] | : . ' , { [08:53:42.025] | : . ' , ...future.FUN(...future.X_jj, ...) [08:53:42.025] | : . ' , } [08:53:42.025] | : . ' , }) [08:53:42.025] | : . ' , } [08:53:42.025] | : . ' , } [08:53:42.025] | : . ' , }, args = future.call.arguments) [08:53:42.025] | : . ' , } [08:53:42.027] | : . ' Tweak future expression to call with '...' arguments ... done [08:53:42.027] | : . ' Search for packages associated with the globals ... [08:53:42.028] | : . ' , Packages associated with globals: [0] [08:53:42.028] | : . ' , Packages: [0] [08:53:42.028] | : . ' Search for packages associated with the globals ... done [08:53:42.029] | : . ' Packages after dropping 'base': [0] [08:53:42.029] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:42.029] | : . ' packages: [0] [08:53:42.029] | : . getGlobalsAndPackages() ... done [08:53:42.030] | : . run() for 'Future' ('future_lapply-1') ... [08:53:42.030] | : . ' state: 'created' [08:53:42.030] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:42.030] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:42.030] | : . ' Using SequentialFutureBackend ... [08:53:42.031] | : . ' , Number of futures since start: 1 (1 created, 1 launched, 1 finished) [08:53:42.031] | : . ' , Launching futures ... [08:53:42.031] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:53:42.031] | : . ' , ; ` getFutureData() ... [08:53:42.032] | : . ' , ; ` | getFutureCore() ... [08:53:42.032] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [08:53:42.032] | : . ' , ; ` | getFutureCore() ... done [08:53:42.032] | : . ' , ; ` | getFutureCapture() ... [08:53:42.032] | : . ' , ; ` | getFutureCapture() ... done [08:53:42.032] | : . ' , ; ` | getFutureContext() ... [08:53:42.033] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:42.033] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [08:53:42.033] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:42.033] | : . ' , ; ` | : Packages needed by future backend (n = 0): [08:53:42.033] | : . ' , ; ` | getFutureContext() ... done [08:53:42.034] | : . ' , ; ` getFutureData() ... done [08:53:42.036] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:42.036] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:53:42.037] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:42.037] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:42.037] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:42.037] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [08:53:42.038] | : . ' , ; ` | : . New stack: [08:53:42.038] | : . ' , ; ` | : . List of 1 [08:53:42.038] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:42.038] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:42.038] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [08:53:42.038] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.038] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.038] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.038] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:42.038] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:42.042] | : . ' , ; ` | : . Old stack: [08:53:42.042] | : . ' , ; ` | : . List of 1 [08:53:42.042] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:42.042] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:42.042] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [08:53:42.042] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.042] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.042] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.042] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [08:53:42.042] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:42.042] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.042] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.042] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:42.047] | : . ' , ; ` | : . Not identical [08:53:42.047] | : . ' , ; ` | : . all.equal() for future ... [08:53:42.047] | : . ' , ; ` | : . ' List of 2 [08:53:42.047] | : . ' , ; ` | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.047] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:42.047] | : . ' , ; ` | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.047] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:42.047] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:42.047] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.047] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.055] | : . ' , ; ` | : . all.equal() for future ... done [08:53:42.055] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [08:53:42.056] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:42.056] | : . ' , ; ` | : List of future strategies: [08:53:42.056] | : . ' , ; ` | : 1. sequential: [08:53:42.056] | : . ' , ; ` | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:42.056] | : . ' , ; ` | : - tweaked: FALSE [08:53:42.056] | : . ' , ; ` | : - call: plan(sequential) [08:53:42.057] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:42.057] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:42.057] | : . ' , ; ` assign_globals() ... [08:53:42.058] | : . ' , ; ` List of 5 [08:53:42.058] | : . ' , ; ` $ ...future.FUN :function (x) [08:53:42.058] | : . ' , ; ` $ future.call.arguments : list() [08:53:42.058] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:42.058] | : . ' , ; ` $ ...future.elements_ii :List of 2 [08:53:42.058] | : . ' , ; ` ..$ : int 1 [08:53:42.058] | : . ' , ; ` ..$ : int 0 [08:53:42.058] | : . ' , ; ` $ ...future.seeds_ii : NULL [08:53:42.058] | : . ' , ; ` $ ...future.globals.maxSize: NULL [08:53:42.058] | : . ' , ; ` - attr(*, "where")=List of 5 [08:53:42.058] | : . ' , ; ` ..$ ...future.FUN : [08:53:42.058] | : . ' , ; ` ..$ future.call.arguments : [08:53:42.058] | : . ' , ; ` ..$ ...future.elements_ii : [08:53:42.058] | : . ' , ; ` ..$ ...future.seeds_ii : [08:53:42.058] | : . ' , ; ` ..$ ...future.globals.maxSize: [08:53:42.058] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [08:53:42.058] | : . ' , ; ` - attr(*, "total_size")= num 6008 [08:53:42.058] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:42.058] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [08:53:42.065] | : . ' , ; ` - copied '...future.FUN' to environment [08:53:42.065] | : . ' , ; ` - copied 'future.call.arguments' to environment [08:53:42.065] | : . ' , ; ` - copied '...future.elements_ii' to environment [08:53:42.066] | : . ' , ; ` - copied '...future.seeds_ii' to environment [08:53:42.066] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [08:53:42.066] | : . ' , ; ` assign_globals() ... done [08:53:42.582] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:42.583] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:42.583] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:42.584] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [08:53:42.584] | : . ' , ; ` | : . ' New stack: [08:53:42.584] | : . ' , ; ` | : . ' List of 1 [08:53:42.584] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:42.584] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:42.584] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:42.584] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.584] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.584] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.584] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:42.584] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:42.584] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.584] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.584] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:42.591] | : . ' , ; ` | : . ' Old stack: [08:53:42.592] | : . ' , ; ` | : . ' List of 1 [08:53:42.592] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:42.592] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:42.592] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:42.592] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.592] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.592] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.592] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:42.592] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:42.592] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.592] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.592] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:42.598] | : . ' , ; ` | : . ' Identical [08:53:42.599] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [08:53:42.599] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:42.599] | : . ' , ; ` | : . List of future strategies: [08:53:42.599] | : . ' , ; ` | : . 1. sequential: [08:53:42.599] | : . ' , ; ` | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:42.599] | : . ' , ; ` | : . - tweaked: FALSE [08:53:42.599] | : . ' , ; ` | : . - call: plan(sequential) [08:53:42.600] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:42.600] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:42.601] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:42.602] | : . ' , ; ` SequentialFuture started (and completed) [08:53:42.602] | : . ' , ; ` signalConditions() ... [08:53:42.602] | : . ' , ; ` | include = 'immediateCondition' [08:53:42.602] | : . ' , ; ` | exclude = [08:53:42.603] | : . ' , ; ` | resignal = FALSE [08:53:42.603] | : . ' , ; ` | Number of conditions: 6 [08:53:42.603] | : . ' , ; ` | int 6 [08:53:42.604] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.604] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.605] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.605] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.605] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.606] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.606] | : . ' , ; ` | Drop signaled conditions: 0 [08:53:42.606] | : . ' , ; ` signalConditions() ... done [08:53:42.607] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [08:53:42.607] | : . ' , Launching futures ... done [08:53:42.607] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:42.607] | : . ' Using SequentialFutureBackend ... done [08:53:42.608] | : . run() for 'Future' ('future_lapply-1') ... done [08:53:42.608] | : future(..., label = 'future_lapply-1') ... done [08:53:42.609] | : Created future: [08:53:42.609] | : SequentialFuture: [08:53:42.609] | : Label: 'future_lapply-1' [08:53:42.609] | : Expression: [08:53:42.609] | : { [08:53:42.609] | : "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:42.609] | : "# expression in do.call(), because function called uses '...' " [08:53:42.609] | : "# as a global variable " [08:53:42.609] | : do.call(function(...) { [08:53:42.609] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:42.609] | : "# without having an '...' argument. This means '...' is treated" [08:53:42.609] | : "# as a global variable. This may happen when FUN() is an " [08:53:42.609] | : "# anonymous function. " [08:53:42.609] | : "# " [08:53:42.609] | : "# If an anonymous function, we will make sure to restore the " [08:53:42.609] | : "# function environment of FUN() to the calling environment. " [08:53:42.609] | : "# We assume FUN() an anonymous function if it lives in the " [08:53:42.609] | : "# global environment, which is where globals are written. " [08:53:42.609] | : penv <- env <- environment(...future.FUN) [08:53:42.609] | : repeat { [08:53:42.609] | : if (identical(env, globalenv()) || identical(env, [08:53:42.609] | : emptyenv())) [08:53:42.609] | : break [08:53:42.609] | : penv <- env [08:53:42.609] | : env <- parent.env(env) [08:53:42.609] | : } [08:53:42.609] | : if (identical(penv, globalenv())) { [08:53:42.609] | : environment(...future.FUN) <- environment() [08:53:42.609] | : } [08:53:42.609] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:42.609] | : !isNamespace(penv)) { [08:53:42.609] | : parent.env(penv) <- environment() [08:53:42.609] | : } [08:53:42.609] | : rm(list = c("env", "penv"), inherits = FALSE) [08:53:42.609] | : { [08:53:42.609] | : "# future.apply:::future_xapply(): preserve future option" [08:53:42.609] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:42.609] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:42.609] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:42.609] | : on.exit(options(oopts), add = TRUE) [08:53:42.609] | : } [08:53:42.609] | : { [08:53:42.609] | : "# future.apply::future_lapply(): process chunk of elements" [08:53:42.609] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:42.609] | : ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:42.609] | : { [08:53:42.609] | : ...future.FUN(...future.X_jj, ...) [08:53:42.609] | : } [08:53:42.609] | : }) [08:53:42.609] | : } [08:53:42.609] | : } [08:53:42.609] | : }, args = future.call.arguments) [08:53:42.609] | : } [08:53:42.609] | : 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) [08:53:42.609] | : Packages: [08:53:42.609] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:42.609] | : Capture standard output: TRUE [08:53:42.609] | : Capture condition classes: 'condition' (excluding '') [08:53:42.609] | : Immediate condition classes: 'immediateCondition' [08:53:42.609] | : Lazy evaluation: FALSE [08:53:42.609] | : Local evaluation: TRUE [08:53:42.609] | : Asynchronous evaluation: TRUE [08:53:42.609] | : Early signaling: FALSE [08:53:42.609] | : Environment: R_GlobalEnv [08:53:42.609] | : State: 'finished' [08:53:42.609] | : Resolved: TRUE [08:53:42.609] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-2 [08:53:42.609] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:42.609] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:42.609] | : Value: 55 bytes of class 'list' [08:53:42.609] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [08:53:42.609] | : Duration: 0.5472152 secs (started 2025-06-06 08:53:42.034397) [08:53:42.609] | : Worker process: d2f570a8e248c57e62e1d023e18665e2 [08:53:42.613] | : Chunk #1 of 1 ... DONE [08:53:42.613] | : Launching 1 futures (chunks) ... DONE [08:53:42.613] | : Resolving 1 futures (chunks) ... [08:53:42.614] | : value() for list ... [08:53:42.614] | : . recursive: 0 [08:53:42.614] | : . reduce: FALSE [08:53:42.614] | : . length: 1 [08:53:42.615] | : . Number of remaining objects: 1 [08:53:42.615] | : . checking value #1: [08:53:42.615] | : . 'obj' is SequentialFuture [08:53:42.616] | : . resolved() for SequentialFuture ('future_lapply-1') ... [08:53:42.616] | : . ' state: 'finished' [08:53:42.616] | : . ' run: TRUE [08:53:42.616] | : . ' result: 'FutureResult' [08:53:42.617] | : . resolved() for SequentialFuture ('future_lapply-1') ... done [08:53:42.617] | : . SequentialFuture #1 [08:53:42.617] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:42.617] | : . ' nx: 1 [08:53:42.618] | : . ' relay: TRUE [08:53:42.618] | : . ' stdout: TRUE [08:53:42.618] | : . ' signal: TRUE [08:53:42.618] | : . ' resignal: FALSE [08:53:42.618] | : . ' force: TRUE [08:53:42.619] | : . ' relayed: [n=1] FALSE [08:53:42.619] | : . ' queued futures: [n=1] FALSE [08:53:42.619] | : . ' until=1 [08:53:42.619] | : . ' relaying element #1 [08:53:42.620] | : . ' value() for SequentialFuture ('future_lapply-1') ... [08:53:42.620] | : . ' , signalConditions() ... [08:53:42.620] | : . ' , ; include = 'immediateCondition' [08:53:42.620] | : . ' , ; exclude = [08:53:42.621] | : . ' , ; resignal = FALSE [08:53:42.621] | : . ' , ; Number of conditions: 6 [08:53:42.621] | : . ' , ; int 6 [08:53:42.622] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.622] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.622] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.623] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.623] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.623] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.623] | : . ' , ; Drop signaled conditions: 0 [08:53:42.624] | : . ' , signalConditions() ... done [08:53:42.624] | : . ' , relay stdout ... [08:53:42.624] | : . ' , relay stdout ... done [08:53:42.624] | : . ' , check for misuse ... [08:53:42.625] | : . ' , check for misuse ... done [08:53:42.625] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [08:53:42.625] | : . ' signalConditions() ... [08:53:42.625] | : . ' , include = 'immediateCondition' [08:53:42.626] | : . ' , exclude = [08:53:42.626] | : . ' , resignal = FALSE [08:53:42.626] | : . ' , Number of conditions: 6 [08:53:42.626] | : . ' , int 6 [08:53:42.627] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.627] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.628] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.628] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.628] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.628] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.629] | : . ' , Drop signaled conditions: 0 [08:53:42.629] | : . ' signalConditions() ... done [08:53:42.629] | : . ' signalConditions() ... [08:53:42.629] | : . ' , include = 'condition' [08:53:42.630] | : . ' , exclude = 'error', 'immediateCondition' [08:53:42.630] | : . ' , resignal = TRUE [08:53:42.630] | : . ' , Number of conditions: 6 [08:53:42.630] | : . ' , int 6 [08:53:42.631] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.631] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [08:53:42.034] | : . ' , ; ` attachPackages() ... [08:53:42.632] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.632] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [08:53:42.034] | : . ' , ; ` | packages: [n=1] 'future' [08:53:42.632] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.632] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [08:53:42.035] | : . ' , ; ` attachPackages() ... done [08:53:42.633] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.633] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [08:53:42.035] | : . ' , ; ` attachPackages() ... [08:53:42.633] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.633] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [08:53:42.035] | : . ' , ; ` | packages: [n=0] [08:53:42.634] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:42.634] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [08:53:42.035] | : . ' , ; ` attachPackages() ... done [08:53:42.634] | : . ' , Drop signaled conditions: 6 [08:53:42.634] | : . ' signalConditions() ... done [08:53:42.635] | : . ' relayed: [n=1] TRUE [08:53:42.635] | : . ' queued futures: [n=1] TRUE [08:53:42.635] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:42.635] | : . value(, ...) ... [08:53:42.635] | : . value(, ...) ... done [08:53:42.636] | : . value() for SequentialFuture ('future_lapply-1') ... [08:53:42.636] | : . ' signalConditions() ... [08:53:42.636] | : . ' , include = 'immediateCondition' [08:53:42.636] | : . ' , exclude = [08:53:42.637] | : . ' , resignal = FALSE [08:53:42.637] | : . ' , Number of conditions: 0 [08:53:42.637] | : . ' , int 0 [08:53:42.638] | : . ' signalConditions() ... done [08:53:42.638] | : . ' check for misuse ... [08:53:42.638] | : . ' check for misuse ... done [08:53:42.639] | : . value() for SequentialFuture ('future_lapply-1') ... done [08:53:42.639] | : . value: [08:53:42.639] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:42.639] | : . ' nx: 1 [08:53:42.639] | : . ' relay: TRUE [08:53:42.640] | : . ' stdout: TRUE [08:53:42.640] | : . ' signal: TRUE [08:53:42.640] | : . ' resignal: FALSE [08:53:42.640] | : . ' force: TRUE [08:53:42.641] | : . ' relayed: [n=1] TRUE [08:53:42.641] | : . ' queued futures: [n=1] TRUE [08:53:42.641] | : . ' until=1 [08:53:42.641] | : . ' relayed: [n=1] TRUE [08:53:42.642] | : . ' queued futures: [n=1] TRUE [08:53:42.642] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:42.642] | : . resolve() for SequentialFuture ... [08:53:42.642] | : . resolve() for SequentialFuture ... done [08:53:42.643] | : . length: 0 (resolved future 1) [08:53:42.643] | : value() for list ... done [08:53:42.643] | : Relaying remaining futures ... [08:53:42.643] | : . signalConditionsASAP(NULL, pos=0) ... [08:53:42.644] | : . ' nx: 1 [08:53:42.644] | : . ' relay: TRUE [08:53:42.644] | : . ' stdout: TRUE [08:53:42.644] | : . ' signal: TRUE [08:53:42.644] | : . ' resignal: FALSE [08:53:42.645] | : . ' force: TRUE [08:53:42.645] | : . ' relayed: [n=1] TRUE [08:53:42.645] | : . ' queued futures: [n=1] TRUE - flush all [08:53:42.645] | : . ' relayed: [n=1] TRUE [08:53:42.646] | : . ' queued futures: [n=1] TRUE [08:53:42.646] | : . signalConditionsASAP(NULL, pos=0) ... done [08:53:42.646] | : Relaying remaining futures ... done [08:53:42.646] | future_lapply() -> future_xapply() ... done [08:53:42.647] | - Number of value chunks collected: 1 [08:53:42.647] | Resolving 1 futures (chunks) ... DONE [08:53:42.647] | Reducing values from 1 chunks ... [08:53:42.647] | - Number of values collected after concatenation: 2 [08:53:42.647] | - Number of values expected: 2 [08:53:42.648] | Reducing values from 1 chunks ... DONE [08:53:42.648] future_lapply() ... done * future_lapply(x, ..., future.stdout = TRUE) ... DONE * future_lapply(x, ..., future.stdout = NA) ... [08:53:42.649] future_lapply() ... [08:53:42.650] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [08:53:42.651] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [08:53:42.651] | future_lapply() -> future_xapply() ... [08:53:42.651] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:42.651] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:42.652] | : Number of chunks: 1 [08:53:42.652] | : getGlobalsAndPackagesXApply() ... [08:53:42.652] | : . future.globals: TRUE [08:53:42.652] | : . getGlobalsAndPackages() ... [08:53:42.653] | : . ' Searching for globals ... [08:53:42.665] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [08:53:42.666] | : . ' Searching for globals ... done [08:53:42.666] | : . ' Resolving globals: FALSE [08:53:42.666] | : . ' Search for packages associated with the globals ... [08:53:42.667] | : . ' , Packages associated with globals: [1] 'base' [08:53:42.667] | : . ' , Packages: [1] 'base' [08:53:42.668] | : . ' Search for packages associated with the globals ... done [08:53:42.668] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [08:53:42.669] | : . ' 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') [08:53:42.669] | : . ' Packages after dropping 'base': [0] [08:53:42.669] | : . ' globals: [1] 'FUN' [08:53:42.669] | : . ' packages: [0] [08:53:42.670] | : . getGlobalsAndPackages() ... done [08:53:42.670] | : . globals found/used: [n=1] 'FUN' [08:53:42.670] | : . needed namespaces: [n=0] [08:53:42.671] | : . use_args: TRUE [08:53:42.671] | : . Getting '...' globals ... [08:53:42.671] | : . ' resolve() for FutureGlobals ... [08:53:42.672] | : . ' , recursive: 0 [08:53:42.672] | : . ' , Number of elements: 1 [08:53:42.675] | : . ' , elements: '...' [08:53:42.676] | : . ' , 'obj' is DotDotDotList [08:53:42.676] | : . ' , resolve(obj, ...) ... [08:53:42.676] | : . ' , ; resolve() for DotDotDotList ... [08:53:42.676] | : . ' , ; ` recursive: -1 [08:53:42.677] | : . ' , ; resolve() for DotDotDotList ... done [08:53:42.677] | : . ' , resolve(obj, ...) ... done [08:53:42.677] | : . ' , resolved() for DotDotDotList ... [08:53:42.677] | : . ' , ; Number of elements: 0 [08:53:42.677] | : . ' , ; Number of futures: 0 [08:53:42.678] | : . ' , resolved() for DotDotDotList ... done [08:53:42.678] | : . ' , length: 0 (resolved future 1) [08:53:42.678] | : . ' resolve() for FutureGlobals ... done [08:53:42.678] | : . ' '...' content: [n=0] [08:53:42.679] | : . ' List of 1 [08:53:42.679] | : . ' $ ...: list() [08:53:42.679] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:42.679] | : . ' - attr(*, "where")=List of 1 [08:53:42.679] | : . ' ..$ ...: [08:53:42.679] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:42.679] | : . ' - attr(*, "resolved")= logi TRUE [08:53:42.679] | : . ' - attr(*, "total_size")= num NA [08:53:42.683] | : . Getting '...' globals ... done [08:53:42.684] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [08:53:42.684] | : . List of 2 [08:53:42.684] | : . $ ...future.FUN:function (x) [08:53:42.684] | : . $ ... : list() [08:53:42.684] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:42.684] | : . - attr(*, "where")=List of 2 [08:53:42.684] | : . ..$ ...future.FUN: [08:53:42.684] | : . ..$ ... : [08:53:42.684] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:42.684] | : . - attr(*, "resolved")= logi FALSE [08:53:42.684] | : . - attr(*, "total_size")= num 6008 [08:53:42.689] | : . Packages to be attached in all futures: [n=0] [08:53:42.689] | : getGlobalsAndPackagesXApply() ... done [08:53:42.689] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:42.690] | : List of 5 [08:53:42.690] | : $ ...future.FUN :function (x) [08:53:42.690] | : $ ... : list() [08:53:42.690] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:42.690] | : $ ...future.elements_ii : NULL [08:53:42.690] | : $ ...future.seeds_ii : NULL [08:53:42.690] | : $ ...future.globals.maxSize: NULL [08:53:42.690] | : - attr(*, "where")=List of 5 [08:53:42.690] | : ..$ ...future.FUN : [08:53:42.690] | : ..$ ... : [08:53:42.690] | : ..$ ...future.elements_ii : [08:53:42.690] | : ..$ ...future.seeds_ii : [08:53:42.690] | : ..$ ...future.globals.maxSize: [08:53:42.690] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:42.690] | : - attr(*, "resolved")= logi FALSE [08:53:42.690] | : - attr(*, "total_size")= num 6008 [08:53:42.697] | : Number of futures (= number of chunks): 1 [08:53:42.697] | : Launching 1 futures (chunks) ... [08:53:42.697] | : Chunk #1 of 1 ... [08:53:42.698] | : - Finding globals in 'X' for chunk #1 ... [08:53:42.698] | : getGlobalsAndPackages() ... [08:53:42.698] | : . Searching for globals ... [08:53:42.699] | : . ' globals found: [0] [08:53:42.699] | : . Searching for globals ... done [08:53:42.699] | : . globals: [0] [08:53:42.700] | : . packages: [0] [08:53:42.700] | : getGlobalsAndPackages() ... done [08:53:42.700] | : + additional globals found: [n=0] [08:53:42.700] | : + additional namespaces needed: [n=0] [08:53:42.700] | : - Finding globals in 'X' for chunk #1 ... DONE [08:53:42.701] | : - seeds: [08:53:42.701] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:42.701] | : future(..., label = 'future_lapply-1') ... [08:53:42.701] | : . lazy: FALSE [08:53:42.702] | : . stdout: NA [08:53:42.702] | : . conditions: [n=1] 'condition' [08:53:42.702] | : . gc: FALSE [08:53:42.702] | : . earlySignal: FALSE [08:53:42.703] | : . getGlobalsAndPackages() ... [08:53:42.703] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:42.703] | : . ' Resolving globals: FALSE [08:53:42.703] | : . ' Tweak future expression to call with '...' arguments ... [08:53:42.704] | : . ' , { [08:53:42.704] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:42.704] | : . ' , "# expression in do.call(), because function called uses '...' " [08:53:42.704] | : . ' , "# as a global variable " [08:53:42.704] | : . ' , do.call(function(...) { [08:53:42.704] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:42.704] | : . ' , "# without having an '...' argument. This means '...' is treated" [08:53:42.704] | : . ' , "# as a global variable. This may happen when FUN() is an " [08:53:42.704] | : . ' , "# anonymous function. " [08:53:42.704] | : . ' , "# " [08:53:42.704] | : . ' , "# If an anonymous function, we will make sure to restore the " [08:53:42.704] | : . ' , "# function environment of FUN() to the calling environment. " [08:53:42.704] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [08:53:42.704] | : . ' , "# global environment, which is where globals are written. " [08:53:42.704] | : . ' , penv <- env <- environment(...future.FUN) [08:53:42.704] | : . ' , repeat { [08:53:42.704] | : . ' , if (identical(env, globalenv()) || identical(env, [08:53:42.704] | : . ' , emptyenv())) [08:53:42.704] | : . ' , break [08:53:42.704] | : . ' , penv <- env [08:53:42.704] | : . ' , env <- parent.env(env) [08:53:42.704] | : . ' , } [08:53:42.704] | : . ' , if (identical(penv, globalenv())) { [08:53:42.704] | : . ' , environment(...future.FUN) <- environment() [08:53:42.704] | : . ' , } [08:53:42.704] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:42.704] | : . ' , !isNamespace(penv)) { [08:53:42.704] | : . ' , parent.env(penv) <- environment() [08:53:42.704] | : . ' , } [08:53:42.704] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [08:53:42.704] | : . ' , { [08:53:42.704] | : . ' , "# future.apply:::future_xapply(): preserve future option" [08:53:42.704] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:42.704] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:42.704] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:42.704] | : . ' , on.exit(options(oopts), add = TRUE) [08:53:42.704] | : . ' , } [08:53:42.704] | : . ' , { [08:53:42.704] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [08:53:42.704] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:42.704] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:42.704] | : . ' , { [08:53:42.704] | : . ' , ...future.FUN(...future.X_jj, ...) [08:53:42.704] | : . ' , } [08:53:42.704] | : . ' , }) [08:53:42.704] | : . ' , } [08:53:42.704] | : . ' , } [08:53:42.704] | : . ' , }, args = future.call.arguments) [08:53:42.704] | : . ' , } [08:53:42.705] | : . ' Tweak future expression to call with '...' arguments ... done [08:53:42.706] | : . ' Search for packages associated with the globals ... [08:53:42.706] | : . ' , Packages associated with globals: [0] [08:53:42.707] | : . ' , Packages: [0] [08:53:42.707] | : . ' Search for packages associated with the globals ... done [08:53:42.707] | : . ' Packages after dropping 'base': [0] [08:53:42.707] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:42.708] | : . ' packages: [0] [08:53:42.708] | : . getGlobalsAndPackages() ... done [08:53:42.708] | : . run() for 'Future' ('future_lapply-1') ... [08:53:42.709] | : . ' state: 'created' [08:53:42.709] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:42.709] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:42.709] | : . ' Using SequentialFutureBackend ... [08:53:42.710] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [08:53:42.710] | : . ' , Launching futures ... [08:53:42.710] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:53:42.710] | : . ' , ; ` getFutureData() ... [08:53:42.711] | : . ' , ; ` | getFutureCore() ... [08:53:42.711] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [08:53:42.711] | : . ' , ; ` | getFutureCore() ... done [08:53:42.711] | : . ' , ; ` | getFutureCapture() ... [08:53:42.712] | : . ' , ; ` | getFutureCapture() ... done [08:53:42.712] | : . ' , ; ` | getFutureContext() ... [08:53:42.712] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:42.712] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [08:53:42.713] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:42.713] | : . ' , ; ` | : Packages needed by future backend (n = 0): [08:53:42.713] | : . ' , ; ` | getFutureContext() ... done [08:53:42.713] | : . ' , ; ` getFutureData() ... done [08:53:42.716] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:42.716] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:53:42.716] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:42.717] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:42.717] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:42.717] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [08:53:42.718] | : . ' , ; ` | : . New stack: [08:53:42.718] | : . ' , ; ` | : . List of 1 [08:53:42.718] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:42.718] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:42.718] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [08:53:42.718] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.718] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.718] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.718] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:42.718] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:42.723] | : . ' , ; ` | : . Old stack: [08:53:42.723] | : . ' , ; ` | : . List of 1 [08:53:42.723] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:42.723] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:42.723] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [08:53:42.723] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.723] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.723] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.723] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [08:53:42.723] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:42.723] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.723] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.723] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:42.729] | : . ' , ; ` | : . Not identical [08:53:42.729] | : . ' , ; ` | : . all.equal() for future ... [08:53:42.730] | : . ' , ; ` | : . ' List of 2 [08:53:42.730] | : . ' , ; ` | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.730] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:42.730] | : . ' , ; ` | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.730] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:42.730] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:42.730] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:42.730] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:42.739] | : . ' , ; ` | : . all.equal() for future ... done [08:53:42.740] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [08:53:42.740] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:42.740] | : . ' , ; ` | : List of future strategies: [08:53:42.740] | : . ' , ; ` | : 1. sequential: [08:53:42.740] | : . ' , ; ` | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:42.740] | : . ' , ; ` | : - tweaked: FALSE [08:53:42.740] | : . ' , ; ` | : - call: plan(sequential) [08:53:42.741] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:42.741] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:42.741] | : . ' , ; ` assign_globals() ... [08:53:42.742] | : . ' , ; ` List of 5 [08:53:42.742] | : . ' , ; ` $ ...future.FUN :function (x) [08:53:42.742] | : . ' , ; ` $ future.call.arguments : list() [08:53:42.742] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:42.742] | : . ' , ; ` $ ...future.elements_ii :List of 2 [08:53:42.742] | : . ' , ; ` ..$ : int 1 [08:53:42.742] | : . ' , ; ` ..$ : int 0 [08:53:42.742] | : . ' , ; ` $ ...future.seeds_ii : NULL [08:53:42.742] | : . ' , ; ` $ ...future.globals.maxSize: NULL [08:53:42.742] | : . ' , ; ` - attr(*, "where")=List of 5 [08:53:42.742] | : . ' , ; ` ..$ ...future.FUN : [08:53:42.742] | : . ' , ; ` ..$ future.call.arguments : [08:53:42.742] | : . ' , ; ` ..$ ...future.elements_ii : [08:53:42.742] | : . ' , ; ` ..$ ...future.seeds_ii : [08:53:42.742] | : . ' , ; ` ..$ ...future.globals.maxSize: [08:53:42.742] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [08:53:42.742] | : . ' , ; ` - attr(*, "total_size")= num 6008 [08:53:42.742] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:42.742] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [08:53:42.751] | : . ' , ; ` - copied '...future.FUN' to environment [08:53:42.751] | : . ' , ; ` - copied 'future.call.arguments' to environment [08:53:42.751] | : . ' , ; ` - copied '...future.elements_ii' to environment [08:53:42.751] | : . ' , ; ` - copied '...future.seeds_ii' to environment [08:53:42.752] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [08:53:42.752] | : . ' , ; ` assign_globals() ... done [08:53:43.269] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:43.270] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:43.270] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:43.271] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [08:53:43.271] | : . ' , ; ` | : . ' New stack: [08:53:43.271] | : . ' , ; ` | : . ' List of 1 [08:53:43.271] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:43.271] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:43.271] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:43.271] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.271] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.271] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.271] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:43.271] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:43.271] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.271] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.271] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:43.278] | : . ' , ; ` | : . ' Old stack: [08:53:43.279] | : . ' , ; ` | : . ' List of 1 [08:53:43.279] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:43.279] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:43.279] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:43.279] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.279] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.279] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.279] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:43.279] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:43.279] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.279] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.279] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:43.285] | : . ' , ; ` | : . ' Identical [08:53:43.286] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [08:53:43.286] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:43.286] | : . ' , ; ` | : . List of future strategies: [08:53:43.286] | : . ' , ; ` | : . 1. sequential: [08:53:43.286] | : . ' , ; ` | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:43.286] | : . ' , ; ` | : . - tweaked: FALSE [08:53:43.286] | : . ' , ; ` | : . - call: plan(sequential) [08:53:43.287] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:43.287] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:43.287] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:43.288] | : . ' , ; ` SequentialFuture started (and completed) [08:53:43.288] | : . ' , ; ` signalConditions() ... [08:53:43.288] | : . ' , ; ` | include = 'immediateCondition' [08:53:43.289] | : . ' , ; ` | exclude = [08:53:43.289] | : . ' , ; ` | resignal = FALSE [08:53:43.289] | : . ' , ; ` | Number of conditions: 6 [08:53:43.290] | : . ' , ; ` | int 6 [08:53:43.291] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.291] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.291] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.292] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.292] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.292] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.292] | : . ' , ; ` | Drop signaled conditions: 0 [08:53:43.293] | : . ' , ; ` signalConditions() ... done [08:53:43.293] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [08:53:43.294] | : . ' , Launching futures ... done [08:53:43.294] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:43.294] | : . ' Using SequentialFutureBackend ... done [08:53:43.294] | : . run() for 'Future' ('future_lapply-1') ... done [08:53:43.295] | : future(..., label = 'future_lapply-1') ... done [08:53:43.295] | : Created future: [08:53:43.295] | : SequentialFuture: [08:53:43.295] | : Label: 'future_lapply-1' [08:53:43.295] | : Expression: [08:53:43.295] | : { [08:53:43.295] | : "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:43.295] | : "# expression in do.call(), because function called uses '...' " [08:53:43.295] | : "# as a global variable " [08:53:43.295] | : do.call(function(...) { [08:53:43.295] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:43.295] | : "# without having an '...' argument. This means '...' is treated" [08:53:43.295] | : "# as a global variable. This may happen when FUN() is an " [08:53:43.295] | : "# anonymous function. " [08:53:43.295] | : "# " [08:53:43.295] | : "# If an anonymous function, we will make sure to restore the " [08:53:43.295] | : "# function environment of FUN() to the calling environment. " [08:53:43.295] | : "# We assume FUN() an anonymous function if it lives in the " [08:53:43.295] | : "# global environment, which is where globals are written. " [08:53:43.295] | : penv <- env <- environment(...future.FUN) [08:53:43.295] | : repeat { [08:53:43.295] | : if (identical(env, globalenv()) || identical(env, [08:53:43.295] | : emptyenv())) [08:53:43.295] | : break [08:53:43.295] | : penv <- env [08:53:43.295] | : env <- parent.env(env) [08:53:43.295] | : } [08:53:43.295] | : if (identical(penv, globalenv())) { [08:53:43.295] | : environment(...future.FUN) <- environment() [08:53:43.295] | : } [08:53:43.295] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:43.295] | : !isNamespace(penv)) { [08:53:43.295] | : parent.env(penv) <- environment() [08:53:43.295] | : } [08:53:43.295] | : rm(list = c("env", "penv"), inherits = FALSE) [08:53:43.295] | : { [08:53:43.295] | : "# future.apply:::future_xapply(): preserve future option" [08:53:43.295] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:43.295] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:43.295] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:43.295] | : on.exit(options(oopts), add = TRUE) [08:53:43.295] | : } [08:53:43.295] | : { [08:53:43.295] | : "# future.apply::future_lapply(): process chunk of elements" [08:53:43.295] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:43.295] | : ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:43.295] | : { [08:53:43.295] | : ...future.FUN(...future.X_jj, ...) [08:53:43.295] | : } [08:53:43.295] | : }) [08:53:43.295] | : } [08:53:43.295] | : } [08:53:43.295] | : }, args = future.call.arguments) [08:53:43.295] | : } [08:53:43.295] | : 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) [08:53:43.295] | : Packages: [08:53:43.295] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:43.295] | : Capture standard output: NA [08:53:43.295] | : Capture condition classes: 'condition' (excluding '') [08:53:43.295] | : Immediate condition classes: 'immediateCondition' [08:53:43.295] | : Lazy evaluation: FALSE [08:53:43.295] | : Local evaluation: TRUE [08:53:43.295] | : Asynchronous evaluation: TRUE [08:53:43.295] | : Early signaling: FALSE [08:53:43.295] | : Environment: R_GlobalEnv [08:53:43.295] | : State: 'finished' [08:53:43.295] | : Resolved: TRUE [08:53:43.295] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-3 [08:53:43.295] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:43.295] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:43.295] | : Value: 55 bytes of class 'list' [08:53:43.295] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [08:53:43.295] | : Duration: 0.554642 secs (started 2025-06-06 08:53:42.714108) [08:53:43.295] | : Worker process: d2f570a8e248c57e62e1d023e18665e2 [08:53:43.299] | : Chunk #1 of 1 ... DONE [08:53:43.300] | : Launching 1 futures (chunks) ... DONE [08:53:43.300] | : Resolving 1 futures (chunks) ... [08:53:43.300] | : value() for list ... [08:53:43.300] | : . recursive: 0 [08:53:43.300] | : . reduce: FALSE [08:53:43.301] | : . length: 1 [08:53:43.301] | : . Number of remaining objects: 1 [08:53:43.301] | : . checking value #1: [08:53:43.302] | : . 'obj' is SequentialFuture [08:53:43.302] | : . resolved() for SequentialFuture ('future_lapply-1') ... [08:53:43.302] | : . ' state: 'finished' [08:53:43.302] | : . ' run: TRUE [08:53:43.303] | : . ' result: 'FutureResult' [08:53:43.303] | : . resolved() for SequentialFuture ('future_lapply-1') ... done [08:53:43.303] | : . SequentialFuture #1 [08:53:43.303] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:43.303] | : . ' nx: 1 [08:53:43.304] | : . ' relay: TRUE [08:53:43.304] | : . ' stdout: TRUE [08:53:43.304] | : . ' signal: TRUE [08:53:43.304] | : . ' resignal: FALSE [08:53:43.305] | : . ' force: TRUE [08:53:43.305] | : . ' relayed: [n=1] FALSE [08:53:43.305] | : . ' queued futures: [n=1] FALSE [08:53:43.305] | : . ' until=1 [08:53:43.305] | : . ' relaying element #1 [08:53:43.306] | : . ' value() for SequentialFuture ('future_lapply-1') ... [08:53:43.306] | : . ' , signalConditions() ... [08:53:43.306] | : . ' , ; include = 'immediateCondition' [08:53:43.306] | : . ' , ; exclude = [08:53:43.307] | : . ' , ; resignal = FALSE [08:53:43.307] | : . ' , ; Number of conditions: 6 [08:53:43.307] | : . ' , ; int 6 [08:53:43.308] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.308] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.308] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.309] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.309] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.309] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.309] | : . ' , ; Drop signaled conditions: 0 [08:53:43.310] | : . ' , signalConditions() ... done [08:53:43.310] | : . ' , relay stdout ... [08:53:43.310] | : . ' , relay stdout ... done [08:53:43.310] | : . ' , check for misuse ... [08:53:43.311] | : . ' , check for misuse ... done [08:53:43.311] | : . ' value() for SequentialFuture ('future_lapply-1') ... done [08:53:43.311] | : . ' signalConditions() ... [08:53:43.311] | : . ' , include = 'immediateCondition' [08:53:43.311] | : . ' , exclude = [08:53:43.312] | : . ' , resignal = FALSE [08:53:43.312] | : . ' , Number of conditions: 6 [08:53:43.312] | : . ' , int 6 [08:53:43.313] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.313] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.313] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.314] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.314] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.314] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.314] | : . ' , Drop signaled conditions: 0 [08:53:43.314] | : . ' signalConditions() ... done [08:53:43.315] | : . ' signalConditions() ... [08:53:43.315] | : . ' , include = 'condition' [08:53:43.315] | : . ' , exclude = 'error', 'immediateCondition' [08:53:43.315] | : . ' , resignal = TRUE [08:53:43.316] | : . ' , Number of conditions: 6 [08:53:43.316] | : . ' , int 6 [08:53:43.316] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.317] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [08:53:42.714] | : . ' , ; ` attachPackages() ... [08:53:43.317] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.317] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [08:53:42.714] | : . ' , ; ` | packages: [n=1] 'future' [08:53:43.317] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.318] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [08:53:42.714] | : . ' , ; ` attachPackages() ... done [08:53:43.318] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.318] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [08:53:42.715] | : . ' , ; ` attachPackages() ... [08:53:43.319] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.319] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [08:53:42.715] | : . ' , ; ` | packages: [n=0] [08:53:43.319] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.319] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [08:53:42.715] | : . ' , ; ` attachPackages() ... done [08:53:43.320] | : . ' , Drop signaled conditions: 6 [08:53:43.320] | : . ' signalConditions() ... done [08:53:43.320] | : . ' relayed: [n=1] TRUE [08:53:43.320] | : . ' queued futures: [n=1] TRUE [08:53:43.321] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:43.321] | : . value(, ...) ... [08:53:43.321] | : . value(, ...) ... done [08:53:43.321] | : . value() for SequentialFuture ('future_lapply-1') ... [08:53:43.322] | : . ' signalConditions() ... [08:53:43.322] | : . ' , include = 'immediateCondition' [08:53:43.322] | : . ' , exclude = [08:53:43.322] | : . ' , resignal = FALSE [08:53:43.322] | : . ' , Number of conditions: 0 [08:53:43.323] | : . ' , int 0 [08:53:43.323] | : . ' signalConditions() ... done [08:53:43.323] | : . ' check for misuse ... [08:53:43.324] | : . ' check for misuse ... done [08:53:43.324] | : . value() for SequentialFuture ('future_lapply-1') ... done [08:53:43.324] | : . value: [08:53:43.324] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:43.325] | : . ' nx: 1 [08:53:43.325] | : . ' relay: TRUE [08:53:43.325] | : . ' stdout: TRUE [08:53:43.325] | : . ' signal: TRUE [08:53:43.326] | : . ' resignal: FALSE [08:53:43.326] | : . ' force: TRUE [08:53:43.326] | : . ' relayed: [n=1] TRUE [08:53:43.326] | : . ' queued futures: [n=1] TRUE [08:53:43.326] | : . ' until=1 [08:53:43.327] | : . ' relayed: [n=1] TRUE [08:53:43.327] | : . ' queued futures: [n=1] TRUE [08:53:43.327] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:43.327] | : . resolve() for SequentialFuture ... [08:53:43.328] | : . resolve() for SequentialFuture ... done [08:53:43.328] | : . length: 0 (resolved future 1) [08:53:43.328] | : value() for list ... done [08:53:43.328] | : Relaying remaining futures ... [08:53:43.328] | : . signalConditionsASAP(NULL, pos=0) ... [08:53:43.329] | : . ' nx: 1 [08:53:43.329] | : . ' relay: TRUE [08:53:43.329] | : . ' stdout: TRUE [08:53:43.329] | : . ' signal: TRUE [08:53:43.330] | : . ' resignal: FALSE [08:53:43.330] | : . ' force: TRUE [08:53:43.330] | : . ' relayed: [n=1] TRUE [08:53:43.330] | : . ' queued futures: [n=1] TRUE - flush all [08:53:43.330] | : . ' relayed: [n=1] TRUE [08:53:43.331] | : . ' queued futures: [n=1] TRUE [08:53:43.331] | : . signalConditionsASAP(NULL, pos=0) ... done [08:53:43.331] | : Relaying remaining futures ... done [08:53:43.331] | future_lapply() -> future_xapply() ... done [08:53:43.332] | - Number of value chunks collected: 1 [08:53:43.332] | Resolving 1 futures (chunks) ... DONE [08:53:43.332] | Reducing values from 1 chunks ... [08:53:43.332] | - Number of values collected after concatenation: 2 [08:53:43.332] | - Number of values expected: 2 [08:53:43.333] | Reducing values from 1 chunks ... DONE [08:53:43.333] future_lapply() ... done * future_lapply(x, ..., future.stdout = NA) ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... [08:53:43.334] future_mapply() ... [08:53:43.334] | future_mapply() -> future_xapply() ... [08:53:43.334] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:43.335] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:43.335] | : Number of chunks: 1 [08:53:43.335] | : getGlobalsAndPackagesXApply() ... [08:53:43.335] | : . future.globals: TRUE [08:53:43.335] | : . getGlobalsAndPackages() ... [08:53:43.336] | : . ' Searching for globals ... [08:53:43.352] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [08:53:43.352] | : . ' Searching for globals ... done [08:53:43.353] | : . ' Resolving globals: FALSE [08:53:43.353] | : . ' Search for packages associated with the globals ... [08:53:43.353] | : . ' , Packages associated with globals: [1] 'base' [08:53:43.354] | : . ' , Packages: [1] 'base' [08:53:43.354] | : . ' Search for packages associated with the globals ... done [08:53:43.355] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [08:53:43.355] | : . ' 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') [08:53:43.355] | : . ' Packages after dropping 'base': [0] [08:53:43.356] | : . ' globals: [1] 'FUN' [08:53:43.356] | : . ' packages: [0] [08:53:43.356] | : . getGlobalsAndPackages() ... done [08:53:43.356] | : . globals found/used: [n=1] 'FUN' [08:53:43.357] | : . needed namespaces: [n=0] [08:53:43.357] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [08:53:43.357] | : . List of 2 [08:53:43.357] | : . $ ...future.FUN:function (x, y) [08:53:43.357] | : . $ MoreArgs : NULL [08:53:43.357] | : . - attr(*, "where")=List of 2 [08:53:43.357] | : . ..$ ...future.FUN: [08:53:43.357] | : . ..$ MoreArgs : [08:53:43.357] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:43.357] | : . - attr(*, "resolved")= logi FALSE [08:53:43.357] | : . - attr(*, "total_size")= num NA [08:53:43.362] | : . Packages to be attached in all futures: [n=0] [08:53:43.362] | : getGlobalsAndPackagesXApply() ... done [08:53:43.362] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:43.363] | : List of 5 [08:53:43.363] | : $ ...future.FUN :function (x, y) [08:53:43.363] | : $ MoreArgs : NULL [08:53:43.363] | : $ ...future.elements_ii : NULL [08:53:43.363] | : $ ...future.seeds_ii : NULL [08:53:43.363] | : $ ...future.globals.maxSize: NULL [08:53:43.363] | : - attr(*, "where")=List of 5 [08:53:43.363] | : ..$ ...future.FUN : [08:53:43.363] | : ..$ MoreArgs : [08:53:43.363] | : ..$ ...future.elements_ii : [08:53:43.363] | : ..$ ...future.seeds_ii : [08:53:43.363] | : ..$ ...future.globals.maxSize: [08:53:43.363] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:43.363] | : - attr(*, "resolved")= logi FALSE [08:53:43.363] | : - attr(*, "total_size")= num NA [08:53:43.369] | : Number of futures (= number of chunks): 1 [08:53:43.369] | : Launching 1 futures (chunks) ... [08:53:43.370] | : Chunk #1 of 1 ... [08:53:43.370] | : - Finding globals in '...' for chunk #1 ... [08:53:43.370] | : getGlobalsAndPackages() ... [08:53:43.371] | : . Searching for globals ... [08:53:43.371] | : . ' globals found: [0] [08:53:43.372] | : . Searching for globals ... done [08:53:43.372] | : . globals: [0] [08:53:43.372] | : . packages: [0] [08:53:43.372] | : getGlobalsAndPackages() ... done [08:53:43.373] | : + additional globals found: [n=0] [08:53:43.373] | : + additional namespaces needed: [n=0] [08:53:43.373] | : - Finding globals in '...' for chunk #1 ... DONE [08:53:43.373] | : - seeds: [08:53:43.374] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:43.374] | : future(..., label = 'future_mapply-1') ... [08:53:43.374] | : . lazy: FALSE [08:53:43.374] | : . stdout: FALSE [08:53:43.374] | : . conditions: [n=1] 'condition' [08:53:43.375] | : . gc: FALSE [08:53:43.375] | : . earlySignal: FALSE [08:53:43.375] | : . getGlobalsAndPackages() ... [08:53:43.375] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:43.376] | : . ' Resolving globals: FALSE [08:53:43.376] | : . ' Search for packages associated with the globals ... [08:53:43.376] | : . ' , Packages associated with globals: [0] [08:53:43.377] | : . ' , Packages: [0] [08:53:43.377] | : . ' Search for packages associated with the globals ... done [08:53:43.377] | : . ' Packages after dropping 'base': [0] [08:53:43.378] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:43.378] | : . ' packages: [0] [08:53:43.378] | : . getGlobalsAndPackages() ... done [08:53:43.378] | : . run() for 'Future' ('future_mapply-1') ... [08:53:43.379] | : . ' state: 'created' [08:53:43.379] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:43.379] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:43.379] | : . ' Using SequentialFutureBackend ... [08:53:43.380] | : . ' , Number of futures since start: 3 (3 created, 3 launched, 3 finished) [08:53:43.380] | : . ' , Launching futures ... [08:53:43.380] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:53:43.380] | : . ' , ; ` getFutureData() ... [08:53:43.381] | : . ' , ; ` | getFutureCore() ... [08:53:43.381] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [08:53:43.381] | : . ' , ; ` | getFutureCore() ... done [08:53:43.381] | : . ' , ; ` | getFutureCapture() ... [08:53:43.382] | : . ' , ; ` | getFutureCapture() ... done [08:53:43.382] | : . ' , ; ` | getFutureContext() ... [08:53:43.383] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:43.383] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [08:53:43.383] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:43.383] | : . ' , ; ` | : Packages needed by future backend (n = 0): [08:53:43.384] | : . ' , ; ` | getFutureContext() ... done [08:53:43.384] | : . ' , ; ` getFutureData() ... done [08:53:43.386] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:43.387] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:53:43.387] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:43.387] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:43.388] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:43.388] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [08:53:43.388] | : . ' , ; ` | : . New stack: [08:53:43.388] | : . ' , ; ` | : . List of 1 [08:53:43.388] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:43.388] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:43.388] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [08:53:43.388] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.388] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.388] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.388] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:43.388] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:43.393] | : . ' , ; ` | : . Old stack: [08:53:43.393] | : . ' , ; ` | : . List of 1 [08:53:43.393] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:43.393] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:43.393] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [08:53:43.393] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.393] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.393] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.393] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [08:53:43.393] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:43.393] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.393] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.393] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:43.399] | : . ' , ; ` | : . Not identical [08:53:43.399] | : . ' , ; ` | : . all.equal() for future ... [08:53:43.399] | : . ' , ; ` | : . ' List of 2 [08:53:43.399] | : . ' , ; ` | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.399] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:43.399] | : . ' , ; ` | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.399] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:43.399] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:43.399] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.399] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.408] | : . ' , ; ` | : . all.equal() for future ... done [08:53:43.409] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [08:53:43.409] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:43.409] | : . ' , ; ` | : List of future strategies: [08:53:43.409] | : . ' , ; ` | : 1. sequential: [08:53:43.409] | : . ' , ; ` | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:43.409] | : . ' , ; ` | : - tweaked: FALSE [08:53:43.409] | : . ' , ; ` | : - call: plan(sequential) [08:53:43.410] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:43.410] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:43.411] | : . ' , ; ` assign_globals() ... [08:53:43.411] | : . ' , ; ` List of 5 [08:53:43.411] | : . ' , ; ` $ ...future.FUN :function (x, y) [08:53:43.411] | : . ' , ; ` $ MoreArgs : NULL [08:53:43.411] | : . ' , ; ` $ ...future.elements_ii :List of 2 [08:53:43.411] | : . ' , ; ` ..$ :List of 2 [08:53:43.411] | : . ' , ; ` .. ..$ : int 1 [08:53:43.411] | : . ' , ; ` .. ..$ : int 0 [08:53:43.411] | : . ' , ; ` ..$ :List of 2 [08:53:43.411] | : . ' , ; ` .. ..$ : int 0 [08:53:43.411] | : . ' , ; ` .. ..$ : int 1 [08:53:43.411] | : . ' , ; ` $ ...future.seeds_ii : NULL [08:53:43.411] | : . ' , ; ` $ ...future.globals.maxSize: NULL [08:53:43.411] | : . ' , ; ` - attr(*, "where")=List of 5 [08:53:43.411] | : . ' , ; ` ..$ ...future.FUN : [08:53:43.411] | : . ' , ; ` ..$ MoreArgs : [08:53:43.411] | : . ' , ; ` ..$ ...future.elements_ii : [08:53:43.411] | : . ' , ; ` ..$ ...future.seeds_ii : [08:53:43.411] | : . ' , ; ` ..$ ...future.globals.maxSize: [08:53:43.411] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [08:53:43.411] | : . ' , ; ` - attr(*, "total_size")= num NA [08:53:43.411] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:43.411] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [08:53:43.421] | : . ' , ; ` - copied '...future.FUN' to environment [08:53:43.421] | : . ' , ; ` - copied 'MoreArgs' to environment [08:53:43.421] | : . ' , ; ` - copied '...future.elements_ii' to environment [08:53:43.422] | : . ' , ; ` - copied '...future.seeds_ii' to environment [08:53:43.422] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [08:53:43.422] | : . ' , ; ` assign_globals() ... done [08:53:43.940] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:43.940] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:43.941] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:43.941] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [08:53:43.941] | : . ' , ; ` | : . ' New stack: [08:53:43.941] | : . ' , ; ` | : . ' List of 1 [08:53:43.941] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:43.941] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:43.941] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:43.941] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.941] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.941] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.941] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:43.941] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:43.941] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.941] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.941] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:43.945] | : . ' , ; ` | : . ' Old stack: [08:53:43.946] | : . ' , ; ` | : . ' List of 1 [08:53:43.946] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:43.946] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:43.946] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:43.946] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.946] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.946] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.946] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:43.946] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:43.946] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:43.946] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:43.946] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:43.949] | : . ' , ; ` | : . ' Identical [08:53:43.950] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [08:53:43.950] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:43.950] | : . ' , ; ` | : . List of future strategies: [08:53:43.950] | : . ' , ; ` | : . 1. sequential: [08:53:43.950] | : . ' , ; ` | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:43.950] | : . ' , ; ` | : . - tweaked: FALSE [08:53:43.950] | : . ' , ; ` | : . - call: plan(sequential) [08:53:43.950] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:43.951] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:43.951] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:43.951] | : . ' , ; ` SequentialFuture started (and completed) [08:53:43.952] | : . ' , ; ` signalConditions() ... [08:53:43.952] | : . ' , ; ` | include = 'immediateCondition' [08:53:43.952] | : . ' , ; ` | exclude = [08:53:43.952] | : . ' , ; ` | resignal = FALSE [08:53:43.952] | : . ' , ; ` | Number of conditions: 6 [08:53:43.952] | : . ' , ; ` | int 6 [08:53:43.953] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.953] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.953] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.954] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.954] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.954] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.954] | : . ' , ; ` | Drop signaled conditions: 0 [08:53:43.955] | : . ' , ; ` signalConditions() ... done [08:53:43.955] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [08:53:43.955] | : . ' , Launching futures ... done [08:53:43.955] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:43.956] | : . ' Using SequentialFutureBackend ... done [08:53:43.956] | : . run() for 'Future' ('future_mapply-1') ... done [08:53:43.956] | : future(..., label = 'future_mapply-1') ... done [08:53:43.956] | : Created future: [08:53:43.957] | : SequentialFuture: [08:53:43.957] | : Label: 'future_mapply-1' [08:53:43.957] | : Expression: [08:53:43.957] | : { [08:53:43.957] | : "# future.apply:::future_xapply(): preserve future option" [08:53:43.957] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:43.957] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:43.957] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:43.957] | : on.exit(options(oopts), add = TRUE) [08:53:43.957] | : } [08:53:43.957] | : { [08:53:43.957] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [08:53:43.957] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [08:53:43.957] | : do.call(mapply, args = args) [08:53:43.957] | : } [08:53:43.957] | : } [08:53:43.957] | : 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) [08:53:43.957] | : Packages: [08:53:43.957] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:43.957] | : Capture standard output: FALSE [08:53:43.957] | : Capture condition classes: 'condition' (excluding '') [08:53:43.957] | : Immediate condition classes: 'immediateCondition' [08:53:43.957] | : Lazy evaluation: FALSE [08:53:43.957] | : Local evaluation: TRUE [08:53:43.957] | : Asynchronous evaluation: TRUE [08:53:43.957] | : Early signaling: FALSE [08:53:43.957] | : Environment: R_GlobalEnv [08:53:43.957] | : State: 'finished' [08:53:43.957] | : Resolved: TRUE [08:53:43.957] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-4 [08:53:43.957] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:43.957] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:43.957] | : Value: 184 bytes of class 'list' [08:53:43.957] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [08:53:43.957] | : Duration: 0.555254 secs (started 2025-06-06 08:53:43.384598) [08:53:43.957] | : Worker process: d2f570a8e248c57e62e1d023e18665e2 [08:53:43.959] | : Chunk #1 of 1 ... DONE [08:53:43.959] | : Launching 1 futures (chunks) ... DONE [08:53:43.960] | : Resolving 1 futures (chunks) ... [08:53:43.960] | : value() for list ... [08:53:43.960] | : . recursive: 0 [08:53:43.960] | : . reduce: FALSE [08:53:43.961] | : . length: 1 [08:53:43.961] | : . Number of remaining objects: 1 [08:53:43.961] | : . checking value #1: [08:53:43.962] | : . 'obj' is SequentialFuture [08:53:43.962] | : . resolved() for SequentialFuture ('future_mapply-1') ... [08:53:43.962] | : . ' state: 'finished' [08:53:43.962] | : . ' run: TRUE [08:53:43.962] | : . ' result: 'FutureResult' [08:53:43.963] | : . resolved() for SequentialFuture ('future_mapply-1') ... done [08:53:43.963] | : . SequentialFuture #1 [08:53:43.963] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:43.963] | : . ' nx: 1 [08:53:43.964] | : . ' relay: TRUE [08:53:43.964] | : . ' stdout: TRUE [08:53:43.964] | : . ' signal: TRUE [08:53:43.964] | : . ' resignal: FALSE [08:53:43.964] | : . ' force: TRUE [08:53:43.965] | : . ' relayed: [n=1] FALSE [08:53:43.965] | : . ' queued futures: [n=1] FALSE [08:53:43.965] | : . ' until=1 [08:53:43.965] | : . ' relaying element #1 [08:53:43.965] | : . ' value() for SequentialFuture ('future_mapply-1') ... [08:53:43.966] | : . ' , signalConditions() ... [08:53:43.966] | : . ' , ; include = 'immediateCondition' [08:53:43.966] | : . ' , ; exclude = [08:53:43.966] | : . ' , ; resignal = FALSE [08:53:43.967] | : . ' , ; Number of conditions: 6 [08:53:43.967] | : . ' , ; int 6 [08:53:43.968] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.968] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.968] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.968] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.968] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.969] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.969] | : . ' , ; Drop signaled conditions: 0 [08:53:43.969] | : . ' , signalConditions() ... done [08:53:43.969] | : . ' , relay stdout ... [08:53:43.969] | : . ' , relay stdout ... done [08:53:43.970] | : . ' , check for misuse ... [08:53:43.970] | : . ' , check for misuse ... done [08:53:43.970] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [08:53:43.970] | : . ' signalConditions() ... [08:53:43.971] | : . ' , include = 'immediateCondition' [08:53:43.971] | : . ' , exclude = [08:53:43.971] | : . ' , resignal = FALSE [08:53:43.971] | : . ' , Number of conditions: 6 [08:53:43.971] | : . ' , int 6 [08:53:43.972] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.972] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.972] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.973] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.973] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.973] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.973] | : . ' , Drop signaled conditions: 0 [08:53:43.974] | : . ' signalConditions() ... done [08:53:43.974] | : . ' signalConditions() ... [08:53:43.974] | : . ' , include = 'condition' [08:53:43.975] | : . ' , exclude = 'error', 'immediateCondition' [08:53:43.975] | : . ' , resignal = TRUE [08:53:43.975] | : . ' , Number of conditions: 6 [08:53:43.975] | : . ' , int 6 [08:53:43.976] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.976] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [08:53:43.384] | : . ' , ; ` attachPackages() ... [08:53:43.977] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.977] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [08:53:43.385] | : . ' , ; ` | packages: [n=1] 'future' [08:53:43.978] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.978] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [08:53:43.385] | : . ' , ; ` attachPackages() ... done [08:53:43.978] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.978] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [08:53:43.385] | : . ' , ; ` attachPackages() ... [08:53:43.979] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.979] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [08:53:43.385] | : . ' , ; ` | packages: [n=0] [08:53:43.979] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:43.980] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [08:53:43.386] | : . ' , ; ` attachPackages() ... done [08:53:43.980] | : . ' , Drop signaled conditions: 6 [08:53:43.980] | : . ' signalConditions() ... done [08:53:43.981] | : . ' relayed: [n=1] TRUE [08:53:43.981] | : . ' queued futures: [n=1] TRUE [08:53:43.981] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:43.981] | : . value(, ...) ... [08:53:43.982] | : . value(, ...) ... done [08:53:43.982] | : . value() for SequentialFuture ('future_mapply-1') ... [08:53:43.982] | : . ' signalConditions() ... [08:53:43.983] | : . ' , include = 'immediateCondition' [08:53:43.983] | : . ' , exclude = [08:53:43.983] | : . ' , resignal = FALSE [08:53:43.983] | : . ' , Number of conditions: 0 [08:53:43.984] | : . ' , int 0 [08:53:43.985] | : . ' signalConditions() ... done [08:53:43.985] | : . ' check for misuse ... [08:53:43.988] | : . ' check for misuse ... done [08:53:43.988] | : . value() for SequentialFuture ('future_mapply-1') ... done [08:53:43.989] | : . value: [08:53:43.989] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:43.989] | : . ' nx: 1 [08:53:43.989] | : . ' relay: TRUE [08:53:43.990] | : . ' stdout: TRUE [08:53:43.990] | : . ' signal: TRUE [08:53:43.990] | : . ' resignal: FALSE [08:53:43.990] | : . ' force: TRUE [08:53:43.990] | : . ' relayed: [n=1] TRUE [08:53:43.991] | : . ' queued futures: [n=1] TRUE [08:53:43.991] | : . ' until=1 [08:53:43.991] | : . ' relayed: [n=1] TRUE [08:53:43.991] | : . ' queued futures: [n=1] TRUE [08:53:43.992] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:43.992] | : . resolve() for SequentialFuture ... [08:53:43.992] | : . resolve() for SequentialFuture ... done [08:53:43.993] | : . length: 0 (resolved future 1) [08:53:43.993] | : value() for list ... done [08:53:43.993] | : Relaying remaining futures ... [08:53:43.993] | : . signalConditionsASAP(NULL, pos=0) ... [08:53:43.994] | : . ' nx: 1 [08:53:43.994] | : . ' relay: TRUE [08:53:43.994] | : . ' stdout: TRUE [08:53:43.994] | : . ' signal: TRUE [08:53:43.994] | : . ' resignal: FALSE [08:53:43.995] | : . ' force: TRUE [08:53:43.995] | : . ' relayed: [n=1] TRUE [08:53:43.995] | : . ' queued futures: [n=1] TRUE - flush all [08:53:43.996] | : . ' relayed: [n=1] TRUE [08:53:43.996] | : . ' queued futures: [n=1] TRUE [08:53:43.996] | : . signalConditionsASAP(NULL, pos=0) ... done [08:53:43.996] | : Relaying remaining futures ... done [08:53:43.997] | future_mapply() -> future_xapply() ... done [08:53:43.997] | - Number of value chunks collected: 1 [08:53:43.997] | Resolving 1 futures (chunks) ... DONE [08:53:43.997] | Reducing values from 1 chunks ... [08:53:43.998] | - Number of values collected after concatenation: 2 [08:53:43.998] | - Number of values expected: 2 [08:53:43.998] | Reducing values from 1 chunks ... DONE [08:53:43.998] future_mapply() ... done * future_mapply(x, ..., future.stdout = FALSE) ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... [08:53:43.999] future_mapply() ... [08:53:44.000] | future_mapply() -> future_xapply() ... [08:53:44.000] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:44.000] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:44.001] | : Number of chunks: 1 [08:53:44.001] | : getGlobalsAndPackagesXApply() ... [08:53:44.001] | : . future.globals: TRUE [08:53:44.001] | : . getGlobalsAndPackages() ... [08:53:44.002] | : . ' Searching for globals ... [08:53:44.017] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [08:53:44.018] | : . ' Searching for globals ... done [08:53:44.018] | : . ' Resolving globals: FALSE [08:53:44.018] | : . ' Search for packages associated with the globals ... [08:53:44.019] | : . ' , Packages associated with globals: [1] 'base' [08:53:44.020] | : . ' , Packages: [1] 'base' [08:53:44.020] | : . ' Search for packages associated with the globals ... done [08:53:44.020] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [08:53:44.021] | : . ' 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') [08:53:44.021] | : . ' Packages after dropping 'base': [0] [08:53:44.021] | : . ' globals: [1] 'FUN' [08:53:44.022] | : . ' packages: [0] [08:53:44.022] | : . getGlobalsAndPackages() ... done [08:53:44.022] | : . globals found/used: [n=1] 'FUN' [08:53:44.022] | : . needed namespaces: [n=0] [08:53:44.023] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [08:53:44.023] | : . List of 2 [08:53:44.023] | : . $ ...future.FUN:function (x, y) [08:53:44.023] | : . $ MoreArgs : NULL [08:53:44.023] | : . - attr(*, "where")=List of 2 [08:53:44.023] | : . ..$ ...future.FUN: [08:53:44.023] | : . ..$ MoreArgs : [08:53:44.023] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:44.023] | : . - attr(*, "resolved")= logi FALSE [08:53:44.023] | : . - attr(*, "total_size")= num NA [08:53:44.028] | : . Packages to be attached in all futures: [n=0] [08:53:44.029] | : getGlobalsAndPackagesXApply() ... done [08:53:44.029] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:44.029] | : List of 5 [08:53:44.029] | : $ ...future.FUN :function (x, y) [08:53:44.029] | : $ MoreArgs : NULL [08:53:44.029] | : $ ...future.elements_ii : NULL [08:53:44.029] | : $ ...future.seeds_ii : NULL [08:53:44.029] | : $ ...future.globals.maxSize: NULL [08:53:44.029] | : - attr(*, "where")=List of 5 [08:53:44.029] | : ..$ ...future.FUN : [08:53:44.029] | : ..$ MoreArgs : [08:53:44.029] | : ..$ ...future.elements_ii : [08:53:44.029] | : ..$ ...future.seeds_ii : [08:53:44.029] | : ..$ ...future.globals.maxSize: [08:53:44.029] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:44.029] | : - attr(*, "resolved")= logi FALSE [08:53:44.029] | : - attr(*, "total_size")= num NA [08:53:44.036] | : Number of futures (= number of chunks): 1 [08:53:44.037] | : Launching 1 futures (chunks) ... [08:53:44.037] | : Chunk #1 of 1 ... [08:53:44.037] | : - Finding globals in '...' for chunk #1 ... [08:53:44.038] | : getGlobalsAndPackages() ... [08:53:44.038] | : . Searching for globals ... [08:53:44.039] | : . ' globals found: [0] [08:53:44.040] | : . Searching for globals ... done [08:53:44.040] | : . globals: [0] [08:53:44.040] | : . packages: [0] [08:53:44.040] | : getGlobalsAndPackages() ... done [08:53:44.041] | : + additional globals found: [n=0] [08:53:44.041] | : + additional namespaces needed: [n=0] [08:53:44.041] | : - Finding globals in '...' for chunk #1 ... DONE [08:53:44.042] | : - seeds: [08:53:44.042] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:44.042] | : future(..., label = 'future_mapply-1') ... [08:53:44.042] | : . lazy: FALSE [08:53:44.042] | : . stdout: TRUE [08:53:44.043] | : . conditions: [n=1] 'condition' [08:53:44.043] | : . gc: FALSE [08:53:44.043] | : . earlySignal: FALSE [08:53:44.043] | : . getGlobalsAndPackages() ... [08:53:44.043] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:44.043] | : . ' Resolving globals: FALSE [08:53:44.044] | : . ' Search for packages associated with the globals ... [08:53:44.044] | : . ' , Packages associated with globals: [0] [08:53:44.044] | : . ' , Packages: [0] [08:53:44.044] | : . ' Search for packages associated with the globals ... done [08:53:44.045] | : . ' Packages after dropping 'base': [0] [08:53:44.045] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:44.045] | : . ' packages: [0] [08:53:44.045] | : . getGlobalsAndPackages() ... done [08:53:44.046] | : . run() for 'Future' ('future_mapply-1') ... [08:53:44.046] | : . ' state: 'created' [08:53:44.046] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:44.047] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:44.047] | : . ' Using SequentialFutureBackend ... [08:53:44.047] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [08:53:44.047] | : . ' , Launching futures ... [08:53:44.048] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:53:44.048] | : . ' , ; ` getFutureData() ... [08:53:44.048] | : . ' , ; ` | getFutureCore() ... [08:53:44.048] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [08:53:44.049] | : . ' , ; ` | getFutureCore() ... done [08:53:44.049] | : . ' , ; ` | getFutureCapture() ... [08:53:44.049] | : . ' , ; ` | getFutureCapture() ... done [08:53:44.049] | : . ' , ; ` | getFutureContext() ... [08:53:44.049] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:44.050] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [08:53:44.050] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:44.050] | : . ' , ; ` | : Packages needed by future backend (n = 0): [08:53:44.050] | : . ' , ; ` | getFutureContext() ... done [08:53:44.051] | : . ' , ; ` getFutureData() ... done [08:53:44.053] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:44.053] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:53:44.053] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:44.053] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:44.054] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:44.054] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [08:53:44.054] | : . ' , ; ` | : . New stack: [08:53:44.054] | : . ' , ; ` | : . List of 1 [08:53:44.054] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:44.054] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:44.054] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [08:53:44.054] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.054] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.054] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.054] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:44.054] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:44.058] | : . ' , ; ` | : . Old stack: [08:53:44.058] | : . ' , ; ` | : . List of 1 [08:53:44.058] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:44.058] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:44.058] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [08:53:44.058] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.058] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.058] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.058] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [08:53:44.058] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:44.058] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.058] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.058] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:44.062] | : . ' , ; ` | : . Not identical [08:53:44.063] | : . ' , ; ` | : . all.equal() for future ... [08:53:44.063] | : . ' , ; ` | : . ' List of 2 [08:53:44.063] | : . ' , ; ` | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.063] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:44.063] | : . ' , ; ` | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.063] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:44.063] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:44.063] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.063] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.071] | : . ' , ; ` | : . all.equal() for future ... done [08:53:44.071] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [08:53:44.071] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:44.072] | : . ' , ; ` | : List of future strategies: [08:53:44.072] | : . ' , ; ` | : 1. sequential: [08:53:44.072] | : . ' , ; ` | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:44.072] | : . ' , ; ` | : - tweaked: FALSE [08:53:44.072] | : . ' , ; ` | : - call: plan(sequential) [08:53:44.072] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:44.072] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:44.073] | : . ' , ; ` assign_globals() ... [08:53:44.073] | : . ' , ; ` List of 5 [08:53:44.073] | : . ' , ; ` $ ...future.FUN :function (x, y) [08:53:44.073] | : . ' , ; ` $ MoreArgs : NULL [08:53:44.073] | : . ' , ; ` $ ...future.elements_ii :List of 2 [08:53:44.073] | : . ' , ; ` ..$ :List of 2 [08:53:44.073] | : . ' , ; ` .. ..$ : int 1 [08:53:44.073] | : . ' , ; ` .. ..$ : int 0 [08:53:44.073] | : . ' , ; ` ..$ :List of 2 [08:53:44.073] | : . ' , ; ` .. ..$ : int 0 [08:53:44.073] | : . ' , ; ` .. ..$ : int 1 [08:53:44.073] | : . ' , ; ` $ ...future.seeds_ii : NULL [08:53:44.073] | : . ' , ; ` $ ...future.globals.maxSize: NULL [08:53:44.073] | : . ' , ; ` - attr(*, "where")=List of 5 [08:53:44.073] | : . ' , ; ` ..$ ...future.FUN : [08:53:44.073] | : . ' , ; ` ..$ MoreArgs : [08:53:44.073] | : . ' , ; ` ..$ ...future.elements_ii : [08:53:44.073] | : . ' , ; ` ..$ ...future.seeds_ii : [08:53:44.073] | : . ' , ; ` ..$ ...future.globals.maxSize: [08:53:44.073] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [08:53:44.073] | : . ' , ; ` - attr(*, "total_size")= num NA [08:53:44.073] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:44.073] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [08:53:44.080] | : . ' , ; ` - copied '...future.FUN' to environment [08:53:44.080] | : . ' , ; ` - copied 'MoreArgs' to environment [08:53:44.080] | : . ' , ; ` - copied '...future.elements_ii' to environment [08:53:44.080] | : . ' , ; ` - copied '...future.seeds_ii' to environment [08:53:44.080] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [08:53:44.080] | : . ' , ; ` assign_globals() ... done [08:53:44.599] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:44.599] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:44.600] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:44.600] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [08:53:44.601] | : . ' , ; ` | : . ' New stack: [08:53:44.601] | : . ' , ; ` | : . ' List of 1 [08:53:44.601] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:44.601] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:44.601] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:44.601] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.601] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.601] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.601] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:44.601] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:44.601] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.601] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.601] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:44.608] | : . ' , ; ` | : . ' Old stack: [08:53:44.608] | : . ' , ; ` | : . ' List of 1 [08:53:44.608] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:44.608] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:44.608] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:44.608] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.608] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.608] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.608] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:44.608] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:44.608] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.608] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.608] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:44.614] | : . ' , ; ` | : . ' Identical [08:53:44.614] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [08:53:44.614] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:44.615] | : . ' , ; ` | : . List of future strategies: [08:53:44.615] | : . ' , ; ` | : . 1. sequential: [08:53:44.615] | : . ' , ; ` | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:44.615] | : . ' , ; ` | : . - tweaked: FALSE [08:53:44.615] | : . ' , ; ` | : . - call: plan(sequential) [08:53:44.616] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:44.616] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:44.616] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:44.617] | : . ' , ; ` SequentialFuture started (and completed) [08:53:44.617] | : . ' , ; ` signalConditions() ... [08:53:44.618] | : . ' , ; ` | include = 'immediateCondition' [08:53:44.618] | : . ' , ; ` | exclude = [08:53:44.618] | : . ' , ; ` | resignal = FALSE [08:53:44.618] | : . ' , ; ` | Number of conditions: 6 [08:53:44.619] | : . ' , ; ` | int 6 [08:53:44.619] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.620] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.620] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.620] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.621] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.621] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.621] | : . ' , ; ` | Drop signaled conditions: 0 [08:53:44.622] | : . ' , ; ` signalConditions() ... done [08:53:44.622] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [08:53:44.622] | : . ' , Launching futures ... done [08:53:44.622] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:44.623] | : . ' Using SequentialFutureBackend ... done [08:53:44.623] | : . run() for 'Future' ('future_mapply-1') ... done [08:53:44.623] | : future(..., label = 'future_mapply-1') ... done [08:53:44.624] | : Created future: [08:53:44.624] | : SequentialFuture: [08:53:44.624] | : Label: 'future_mapply-1' [08:53:44.624] | : Expression: [08:53:44.624] | : { [08:53:44.624] | : "# future.apply:::future_xapply(): preserve future option" [08:53:44.624] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:44.624] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:44.624] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:44.624] | : on.exit(options(oopts), add = TRUE) [08:53:44.624] | : } [08:53:44.624] | : { [08:53:44.624] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [08:53:44.624] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [08:53:44.624] | : do.call(mapply, args = args) [08:53:44.624] | : } [08:53:44.624] | : } [08:53:44.624] | : 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) [08:53:44.624] | : Packages: [08:53:44.624] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:44.624] | : Capture standard output: TRUE [08:53:44.624] | : Capture condition classes: 'condition' (excluding '') [08:53:44.624] | : Immediate condition classes: 'immediateCondition' [08:53:44.624] | : Lazy evaluation: FALSE [08:53:44.624] | : Local evaluation: TRUE [08:53:44.624] | : Asynchronous evaluation: TRUE [08:53:44.624] | : Early signaling: FALSE [08:53:44.624] | : Environment: R_GlobalEnv [08:53:44.624] | : State: 'finished' [08:53:44.624] | : Resolved: TRUE [08:53:44.624] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-5 [08:53:44.624] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:44.624] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:44.624] | : Value: 184 bytes of class 'list' [08:53:44.624] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [08:53:44.624] | : Duration: 0.5467169 secs (started 2025-06-06 08:53:44.051371) [08:53:44.624] | : Worker process: d2f570a8e248c57e62e1d023e18665e2 [08:53:44.627] | : Chunk #1 of 1 ... DONE [08:53:44.627] | : Launching 1 futures (chunks) ... DONE [08:53:44.627] | : Resolving 1 futures (chunks) ... [08:53:44.628] | : value() for list ... [08:53:44.628] | : . recursive: 0 [08:53:44.628] | : . reduce: FALSE [08:53:44.628] | : . length: 1 [08:53:44.629] | : . Number of remaining objects: 1 [08:53:44.629] | : . checking value #1: [08:53:44.630] | : . 'obj' is SequentialFuture [08:53:44.630] | : . resolved() for SequentialFuture ('future_mapply-1') ... [08:53:44.630] | : . ' state: 'finished' [08:53:44.631] | : . ' run: TRUE [08:53:44.631] | : . ' result: 'FutureResult' [08:53:44.631] | : . resolved() for SequentialFuture ('future_mapply-1') ... done [08:53:44.631] | : . SequentialFuture #1 [08:53:44.632] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:44.632] | : . ' nx: 1 [08:53:44.632] | : . ' relay: TRUE [08:53:44.633] | : . ' stdout: TRUE [08:53:44.633] | : . ' signal: TRUE [08:53:44.633] | : . ' resignal: FALSE [08:53:44.633] | : . ' force: TRUE [08:53:44.634] | : . ' relayed: [n=1] FALSE [08:53:44.634] | : . ' queued futures: [n=1] FALSE [08:53:44.634] | : . ' until=1 [08:53:44.635] | : . ' relaying element #1 [08:53:44.635] | : . ' value() for SequentialFuture ('future_mapply-1') ... [08:53:44.635] | : . ' , signalConditions() ... [08:53:44.636] | : . ' , ; include = 'immediateCondition' [08:53:44.636] | : . ' , ; exclude = [08:53:44.636] | : . ' , ; resignal = FALSE [08:53:44.637] | : . ' , ; Number of conditions: 6 [08:53:44.637] | : . ' , ; int 6 [08:53:44.638] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.638] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.639] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.642] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.643] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.643] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.643] | : . ' , ; Drop signaled conditions: 0 [08:53:44.644] | : . ' , signalConditions() ... done [08:53:44.644] | : . ' , relay stdout ... [08:53:44.644] | : . ' , relay stdout ... done [08:53:44.645] | : . ' , check for misuse ... [08:53:44.645] | : . ' , check for misuse ... done [08:53:44.645] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [08:53:44.646] | : . ' signalConditions() ... [08:53:44.646] | : . ' , include = 'immediateCondition' [08:53:44.646] | : . ' , exclude = [08:53:44.646] | : . ' , resignal = FALSE [08:53:44.647] | : . ' , Number of conditions: 6 [08:53:44.647] | : . ' , int 6 [08:53:44.648] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.648] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.649] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.649] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.649] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.650] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.650] | : . ' , Drop signaled conditions: 0 [08:53:44.650] | : . ' signalConditions() ... done [08:53:44.650] | : . ' signalConditions() ... [08:53:44.651] | : . ' , include = 'condition' [08:53:44.651] | : . ' , exclude = 'error', 'immediateCondition' [08:53:44.651] | : . ' , resignal = TRUE [08:53:44.652] | : . ' , Number of conditions: 6 [08:53:44.652] | : . ' , int 6 [08:53:44.653] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.653] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [08:53:44.051] | : . ' , ; ` attachPackages() ... [08:53:44.654] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.654] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [08:53:44.051] | : . ' , ; ` | packages: [n=1] 'future' [08:53:44.654] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.655] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [08:53:44.052] | : . ' , ; ` attachPackages() ... done [08:53:44.655] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.655] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [08:53:44.052] | : . ' , ; ` attachPackages() ... [08:53:44.656] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.656] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [08:53:44.052] | : . ' , ; ` | packages: [n=0] [08:53:44.656] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:44.657] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [08:53:44.052] | : . ' , ; ` attachPackages() ... done [08:53:44.657] | : . ' , Drop signaled conditions: 6 [08:53:44.657] | : . ' signalConditions() ... done [08:53:44.658] | : . ' relayed: [n=1] TRUE [08:53:44.658] | : . ' queued futures: [n=1] TRUE [08:53:44.658] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:44.659] | : . value(, ...) ... [08:53:44.659] | : . value(, ...) ... done [08:53:44.659] | : . value() for SequentialFuture ('future_mapply-1') ... [08:53:44.660] | : . ' signalConditions() ... [08:53:44.660] | : . ' , include = 'immediateCondition' [08:53:44.660] | : . ' , exclude = [08:53:44.660] | : . ' , resignal = FALSE [08:53:44.661] | : . ' , Number of conditions: 0 [08:53:44.661] | : . ' , int 0 [08:53:44.662] | : . ' signalConditions() ... done [08:53:44.662] | : . ' check for misuse ... [08:53:44.662] | : . ' check for misuse ... done [08:53:44.663] | : . value() for SequentialFuture ('future_mapply-1') ... done [08:53:44.663] | : . value: [08:53:44.663] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:44.664] | : . ' nx: 1 [08:53:44.664] | : . ' relay: TRUE [08:53:44.664] | : . ' stdout: TRUE [08:53:44.664] | : . ' signal: TRUE [08:53:44.665] | : . ' resignal: FALSE [08:53:44.665] | : . ' force: TRUE [08:53:44.665] | : . ' relayed: [n=1] TRUE [08:53:44.666] | : . ' queued futures: [n=1] TRUE [08:53:44.666] | : . ' until=1 [08:53:44.666] | : . ' relayed: [n=1] TRUE [08:53:44.666] | : . ' queued futures: [n=1] TRUE [08:53:44.666] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:44.667] | : . resolve() for SequentialFuture ... [08:53:44.667] | : . resolve() for SequentialFuture ... done [08:53:44.667] | : . length: 0 (resolved future 1) [08:53:44.668] | : value() for list ... done [08:53:44.668] | : Relaying remaining futures ... [08:53:44.668] | : . signalConditionsASAP(NULL, pos=0) ... [08:53:44.668] | : . ' nx: 1 [08:53:44.668] | : . ' relay: TRUE [08:53:44.669] | : . ' stdout: TRUE [08:53:44.669] | : . ' signal: TRUE [08:53:44.669] | : . ' resignal: FALSE [08:53:44.669] | : . ' force: TRUE [08:53:44.670] | : . ' relayed: [n=1] TRUE [08:53:44.670] | : . ' queued futures: [n=1] TRUE - flush all [08:53:44.670] | : . ' relayed: [n=1] TRUE [08:53:44.670] | : . ' queued futures: [n=1] TRUE [08:53:44.671] | : . signalConditionsASAP(NULL, pos=0) ... done [08:53:44.671] | : Relaying remaining futures ... done [08:53:44.671] | future_mapply() -> future_xapply() ... done [08:53:44.672] | - Number of value chunks collected: 1 [08:53:44.672] | Resolving 1 futures (chunks) ... DONE [08:53:44.672] | Reducing values from 1 chunks ... [08:53:44.672] | - Number of values collected after concatenation: 2 [08:53:44.673] | - Number of values expected: 2 [08:53:44.673] | Reducing values from 1 chunks ... DONE [08:53:44.673] future_mapply() ... done * future_mapply(x, ..., future.stdout = TRUE) ... DONE * future_mapply(x, ..., future.stdout = NA) ... [08:53:44.674] future_mapply() ... [08:53:44.674] | future_mapply() -> future_xapply() ... [08:53:44.674] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:44.674] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:44.675] | : Number of chunks: 1 [08:53:44.675] | : getGlobalsAndPackagesXApply() ... [08:53:44.675] | : . future.globals: TRUE [08:53:44.675] | : . getGlobalsAndPackages() ... [08:53:44.675] | : . ' Searching for globals ... [08:53:44.688] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [08:53:44.689] | : . ' Searching for globals ... done [08:53:44.689] | : . ' Resolving globals: FALSE [08:53:44.689] | : . ' Search for packages associated with the globals ... [08:53:44.690] | : . ' , Packages associated with globals: [1] 'base' [08:53:44.690] | : . ' , Packages: [1] 'base' [08:53:44.690] | : . ' Search for packages associated with the globals ... done [08:53:44.691] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [08:53:44.691] | : . ' 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') [08:53:44.692] | : . ' Packages after dropping 'base': [0] [08:53:44.692] | : . ' globals: [1] 'FUN' [08:53:44.692] | : . ' packages: [0] [08:53:44.692] | : . getGlobalsAndPackages() ... done [08:53:44.693] | : . globals found/used: [n=1] 'FUN' [08:53:44.693] | : . needed namespaces: [n=0] [08:53:44.693] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [08:53:44.694] | : . List of 2 [08:53:44.694] | : . $ ...future.FUN:function (x, y) [08:53:44.694] | : . $ MoreArgs : NULL [08:53:44.694] | : . - attr(*, "where")=List of 2 [08:53:44.694] | : . ..$ ...future.FUN: [08:53:44.694] | : . ..$ MoreArgs : [08:53:44.694] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:44.694] | : . - attr(*, "resolved")= logi FALSE [08:53:44.694] | : . - attr(*, "total_size")= num NA [08:53:44.698] | : . Packages to be attached in all futures: [n=0] [08:53:44.699] | : getGlobalsAndPackagesXApply() ... done [08:53:44.699] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:44.699] | : List of 5 [08:53:44.699] | : $ ...future.FUN :function (x, y) [08:53:44.699] | : $ MoreArgs : NULL [08:53:44.699] | : $ ...future.elements_ii : NULL [08:53:44.699] | : $ ...future.seeds_ii : NULL [08:53:44.699] | : $ ...future.globals.maxSize: NULL [08:53:44.699] | : - attr(*, "where")=List of 5 [08:53:44.699] | : ..$ ...future.FUN : [08:53:44.699] | : ..$ MoreArgs : [08:53:44.699] | : ..$ ...future.elements_ii : [08:53:44.699] | : ..$ ...future.seeds_ii : [08:53:44.699] | : ..$ ...future.globals.maxSize: [08:53:44.699] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:44.699] | : - attr(*, "resolved")= logi FALSE [08:53:44.699] | : - attr(*, "total_size")= num NA [08:53:44.706] | : Number of futures (= number of chunks): 1 [08:53:44.707] | : Launching 1 futures (chunks) ... [08:53:44.707] | : Chunk #1 of 1 ... [08:53:44.707] | : - Finding globals in '...' for chunk #1 ... [08:53:44.708] | : getGlobalsAndPackages() ... [08:53:44.708] | : . Searching for globals ... [08:53:44.709] | : . ' globals found: [0] [08:53:44.709] | : . Searching for globals ... done [08:53:44.710] | : . globals: [0] [08:53:44.710] | : . packages: [0] [08:53:44.710] | : getGlobalsAndPackages() ... done [08:53:44.710] | : + additional globals found: [n=0] [08:53:44.711] | : + additional namespaces needed: [n=0] [08:53:44.711] | : - Finding globals in '...' for chunk #1 ... DONE [08:53:44.711] | : - seeds: [08:53:44.711] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:44.711] | : future(..., label = 'future_mapply-1') ... [08:53:44.712] | : . lazy: FALSE [08:53:44.712] | : . stdout: NA [08:53:44.712] | : . conditions: [n=1] 'condition' [08:53:44.712] | : . gc: FALSE [08:53:44.713] | : . earlySignal: FALSE [08:53:44.713] | : . getGlobalsAndPackages() ... [08:53:44.713] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:44.713] | : . ' Resolving globals: FALSE [08:53:44.714] | : . ' Search for packages associated with the globals ... [08:53:44.714] | : . ' , Packages associated with globals: [0] [08:53:44.715] | : . ' , Packages: [0] [08:53:44.715] | : . ' Search for packages associated with the globals ... done [08:53:44.715] | : . ' Packages after dropping 'base': [0] [08:53:44.716] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:44.716] | : . ' packages: [0] [08:53:44.716] | : . getGlobalsAndPackages() ... done [08:53:44.717] | : . run() for 'Future' ('future_mapply-1') ... [08:53:44.717] | : . ' state: 'created' [08:53:44.717] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:44.717] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:44.718] | : . ' Using SequentialFutureBackend ... [08:53:44.718] | : . ' , Number of futures since start: 5 (5 created, 5 launched, 5 finished) [08:53:44.718] | : . ' , Launching futures ... [08:53:44.719] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:53:44.719] | : . ' , ; ` getFutureData() ... [08:53:44.719] | : . ' , ; ` | getFutureCore() ... [08:53:44.719] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [08:53:44.720] | : . ' , ; ` | getFutureCore() ... done [08:53:44.720] | : . ' , ; ` | getFutureCapture() ... [08:53:44.720] | : . ' , ; ` | getFutureCapture() ... done [08:53:44.720] | : . ' , ; ` | getFutureContext() ... [08:53:44.721] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:44.721] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [08:53:44.721] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:44.721] | : . ' , ; ` | : Packages needed by future backend (n = 0): [08:53:44.722] | : . ' , ; ` | getFutureContext() ... done [08:53:44.722] | : . ' , ; ` getFutureData() ... done [08:53:44.725] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:44.725] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:53:44.725] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:44.726] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:44.726] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:44.727] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [08:53:44.727] | : . ' , ; ` | : . New stack: [08:53:44.727] | : . ' , ; ` | : . List of 1 [08:53:44.727] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:44.727] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:44.727] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [08:53:44.727] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.727] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.727] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.727] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:44.727] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:44.732] | : . ' , ; ` | : . Old stack: [08:53:44.732] | : . ' , ; ` | : . List of 1 [08:53:44.732] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:44.732] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:44.732] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [08:53:44.732] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.732] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.732] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.732] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [08:53:44.732] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:44.732] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.732] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.732] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:44.738] | : . ' , ; ` | : . Not identical [08:53:44.738] | : . ' , ; ` | : . all.equal() for future ... [08:53:44.738] | : . ' , ; ` | : . ' List of 2 [08:53:44.738] | : . ' , ; ` | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.738] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:53:44.738] | : . ' , ; ` | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.738] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:44.738] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:44.738] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:44.738] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:44.747] | : . ' , ; ` | : . all.equal() for future ... done [08:53:44.748] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [08:53:44.748] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:44.748] | : . ' , ; ` | : List of future strategies: [08:53:44.748] | : . ' , ; ` | : 1. sequential: [08:53:44.748] | : . ' , ; ` | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:44.748] | : . ' , ; ` | : - tweaked: FALSE [08:53:44.748] | : . ' , ; ` | : - call: plan(sequential) [08:53:44.749] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:44.749] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:44.750] | : . ' , ; ` assign_globals() ... [08:53:44.750] | : . ' , ; ` List of 5 [08:53:44.750] | : . ' , ; ` $ ...future.FUN :function (x, y) [08:53:44.750] | : . ' , ; ` $ MoreArgs : NULL [08:53:44.750] | : . ' , ; ` $ ...future.elements_ii :List of 2 [08:53:44.750] | : . ' , ; ` ..$ :List of 2 [08:53:44.750] | : . ' , ; ` .. ..$ : int 1 [08:53:44.750] | : . ' , ; ` .. ..$ : int 0 [08:53:44.750] | : . ' , ; ` ..$ :List of 2 [08:53:44.750] | : . ' , ; ` .. ..$ : int 0 [08:53:44.750] | : . ' , ; ` .. ..$ : int 1 [08:53:44.750] | : . ' , ; ` $ ...future.seeds_ii : NULL [08:53:44.750] | : . ' , ; ` $ ...future.globals.maxSize: NULL [08:53:44.750] | : . ' , ; ` - attr(*, "where")=List of 5 [08:53:44.750] | : . ' , ; ` ..$ ...future.FUN : [08:53:44.750] | : . ' , ; ` ..$ MoreArgs : [08:53:44.750] | : . ' , ; ` ..$ ...future.elements_ii : [08:53:44.750] | : . ' , ; ` ..$ ...future.seeds_ii : [08:53:44.750] | : . ' , ; ` ..$ ...future.globals.maxSize: [08:53:44.750] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [08:53:44.750] | : . ' , ; ` - attr(*, "total_size")= num NA [08:53:44.750] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:44.750] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [08:53:44.759] | : . ' , ; ` - copied '...future.FUN' to environment [08:53:44.760] | : . ' , ; ` - copied 'MoreArgs' to environment [08:53:44.760] | : . ' , ; ` - copied '...future.elements_ii' to environment [08:53:44.760] | : . ' , ; ` - copied '...future.seeds_ii' to environment [08:53:44.761] | : . ' , ; ` - copied '...future.globals.maxSize' to environment [08:53:44.761] | : . ' , ; ` assign_globals() ... done [08:53:45.269] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:45.270] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:53:45.270] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:53:45.271] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [08:53:45.271] | : . ' , ; ` | : . ' New stack: [08:53:45.271] | : . ' , ; ` | : . ' List of 1 [08:53:45.271] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:45.271] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:45.271] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:45.271] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:45.271] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.271] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.271] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:45.271] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:45.271] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:45.271] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.271] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:45.278] | : . ' , ; ` | : . ' Old stack: [08:53:45.278] | : . ' , ; ` | : . ' List of 1 [08:53:45.278] | : . ' , ; ` | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:45.278] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:45.278] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [08:53:45.278] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:45.278] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.278] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.278] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:45.278] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:45.278] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:45.278] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.278] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:45.285] | : . ' , ; ` | : . ' Identical [08:53:45.285] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [08:53:45.285] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [08:53:45.285] | : . ' , ; ` | : . List of future strategies: [08:53:45.285] | : . ' , ; ` | : . 1. sequential: [08:53:45.285] | : . ' , ; ` | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:53:45.285] | : . ' , ; ` | : . - tweaked: FALSE [08:53:45.285] | : . ' , ; ` | : . - call: plan(sequential) [08:53:45.287] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:53:45.287] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:45.287] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:53:45.288] | : . ' , ; ` SequentialFuture started (and completed) [08:53:45.288] | : . ' , ; ` signalConditions() ... [08:53:45.293] | : . ' , ; ` | include = 'immediateCondition' [08:53:45.293] | : . ' , ; ` | exclude = [08:53:45.293] | : . ' , ; ` | resignal = FALSE [08:53:45.294] | : . ' , ; ` | Number of conditions: 6 [08:53:45.294] | : . ' , ; ` | int 6 [08:53:45.295] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.296] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.297] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.297] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.297] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.298] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.298] | : . ' , ; ` | Drop signaled conditions: 0 [08:53:45.298] | : . ' , ; ` signalConditions() ... done [08:53:45.298] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [08:53:45.299] | : . ' , Launching futures ... done [08:53:45.299] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:45.299] | : . ' Using SequentialFutureBackend ... done [08:53:45.299] | : . run() for 'Future' ('future_mapply-1') ... done [08:53:45.300] | : future(..., label = 'future_mapply-1') ... done [08:53:45.300] | : Created future: [08:53:45.300] | : SequentialFuture: [08:53:45.300] | : Label: 'future_mapply-1' [08:53:45.300] | : Expression: [08:53:45.300] | : { [08:53:45.300] | : "# future.apply:::future_xapply(): preserve future option" [08:53:45.300] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:45.300] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:45.300] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:45.300] | : on.exit(options(oopts), add = TRUE) [08:53:45.300] | : } [08:53:45.300] | : { [08:53:45.300] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [08:53:45.300] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [08:53:45.300] | : do.call(mapply, args = args) [08:53:45.300] | : } [08:53:45.300] | : } [08:53:45.300] | : 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) [08:53:45.300] | : Packages: [08:53:45.300] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:45.300] | : Capture standard output: NA [08:53:45.300] | : Capture condition classes: 'condition' (excluding '') [08:53:45.300] | : Immediate condition classes: 'immediateCondition' [08:53:45.300] | : Lazy evaluation: FALSE [08:53:45.300] | : Local evaluation: TRUE [08:53:45.300] | : Asynchronous evaluation: TRUE [08:53:45.300] | : Early signaling: FALSE [08:53:45.300] | : Environment: R_GlobalEnv [08:53:45.300] | : State: 'finished' [08:53:45.300] | : Resolved: TRUE [08:53:45.300] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-6 [08:53:45.300] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:45.300] | : Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:53:45.300] | : Value: 184 bytes of class 'list' [08:53:45.300] | : Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' [08:53:45.300] | : Duration: 0.5459769 secs (started 2025-06-06 08:53:44.722907) [08:53:45.300] | : Worker process: d2f570a8e248c57e62e1d023e18665e2 [08:53:45.302] | : Chunk #1 of 1 ... DONE [08:53:45.303] | : Launching 1 futures (chunks) ... DONE [08:53:45.303] | : Resolving 1 futures (chunks) ... [08:53:45.303] | : value() for list ... [08:53:45.303] | : . recursive: 0 [08:53:45.304] | : . reduce: FALSE [08:53:45.304] | : . length: 1 [08:53:45.304] | : . Number of remaining objects: 1 [08:53:45.305] | : . checking value #1: [08:53:45.305] | : . 'obj' is SequentialFuture [08:53:45.305] | : . resolved() for SequentialFuture ('future_mapply-1') ... [08:53:45.305] | : . ' state: 'finished' [08:53:45.306] | : . ' run: TRUE [08:53:45.306] | : . ' result: 'FutureResult' [08:53:45.306] | : . resolved() for SequentialFuture ('future_mapply-1') ... done [08:53:45.306] | : . SequentialFuture #1 [08:53:45.307] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:45.307] | : . ' nx: 1 [08:53:45.307] | : . ' relay: TRUE [08:53:45.307] | : . ' stdout: TRUE [08:53:45.307] | : . ' signal: TRUE [08:53:45.308] | : . ' resignal: FALSE [08:53:45.308] | : . ' force: TRUE [08:53:45.308] | : . ' relayed: [n=1] FALSE [08:53:45.308] | : . ' queued futures: [n=1] FALSE [08:53:45.309] | : . ' until=1 [08:53:45.309] | : . ' relaying element #1 [08:53:45.309] | : . ' value() for SequentialFuture ('future_mapply-1') ... [08:53:45.309] | : . ' , signalConditions() ... [08:53:45.310] | : . ' , ; include = 'immediateCondition' [08:53:45.310] | : . ' , ; exclude = [08:53:45.310] | : . ' , ; resignal = FALSE [08:53:45.310] | : . ' , ; Number of conditions: 6 [08:53:45.311] | : . ' , ; int 6 [08:53:45.311] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.312] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.312] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.312] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.312] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.313] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.313] | : . ' , ; Drop signaled conditions: 0 [08:53:45.313] | : . ' , signalConditions() ... done [08:53:45.313] | : . ' , relay stdout ... [08:53:45.314] | : . ' , relay stdout ... done [08:53:45.314] | : . ' , check for misuse ... [08:53:45.314] | : . ' , check for misuse ... done [08:53:45.314] | : . ' value() for SequentialFuture ('future_mapply-1') ... done [08:53:45.315] | : . ' signalConditions() ... [08:53:45.315] | : . ' , include = 'immediateCondition' [08:53:45.315] | : . ' , exclude = [08:53:45.315] | : . ' , resignal = FALSE [08:53:45.316] | : . ' , Number of conditions: 6 [08:53:45.316] | : . ' , int 6 [08:53:45.317] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.317] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.317] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.317] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.318] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.318] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.318] | : . ' , Drop signaled conditions: 0 [08:53:45.318] | : . ' signalConditions() ... done [08:53:45.319] | : . ' signalConditions() ... [08:53:45.319] | : . ' , include = 'condition' [08:53:45.319] | : . ' , exclude = 'error', 'immediateCondition' [08:53:45.319] | : . ' , resignal = TRUE [08:53:45.320] | : . ' , Number of conditions: 6 [08:53:45.320] | : . ' , int 6 [08:53:45.320] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.321] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [08:53:44.722] | : . ' , ; ` attachPackages() ... [08:53:45.321] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.321] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [08:53:44.723] | : . ' , ; ` | packages: [n=1] 'future' [08:53:45.322] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.322] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [08:53:44.723] | : . ' , ; ` attachPackages() ... done [08:53:45.322] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.323] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [08:53:44.723] | : . ' , ; ` attachPackages() ... [08:53:45.323] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.323] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [08:53:44.724] | : . ' , ; ` | packages: [n=0] [08:53:45.324] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [08:53:45.324] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [08:53:44.724] | : . ' , ; ` attachPackages() ... done [08:53:45.325] | : . ' , Drop signaled conditions: 6 [08:53:45.325] | : . ' signalConditions() ... done [08:53:45.325] | : . ' relayed: [n=1] TRUE [08:53:45.326] | : . ' queued futures: [n=1] TRUE [08:53:45.326] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:45.326] | : . value(, ...) ... [08:53:45.326] | : . value(, ...) ... done [08:53:45.327] | : . value() for SequentialFuture ('future_mapply-1') ... [08:53:45.327] | : . ' signalConditions() ... [08:53:45.328] | : . ' , include = 'immediateCondition' [08:53:45.328] | : . ' , exclude = [08:53:45.328] | : . ' , resignal = FALSE [08:53:45.328] | : . ' , Number of conditions: 0 [08:53:45.329] | : . ' , int 0 [08:53:45.330] | : . ' signalConditions() ... done [08:53:45.330] | : . ' check for misuse ... [08:53:45.330] | : . ' check for misuse ... done [08:53:45.331] | : . value() for SequentialFuture ('future_mapply-1') ... done [08:53:45.331] | : . value: [08:53:45.331] | : . signalConditionsASAP(SequentialFuture, pos=1) ... [08:53:45.332] | : . ' nx: 1 [08:53:45.332] | : . ' relay: TRUE [08:53:45.332] | : . ' stdout: TRUE [08:53:45.333] | : . ' signal: TRUE [08:53:45.333] | : . ' resignal: FALSE [08:53:45.333] | : . ' force: TRUE [08:53:45.333] | : . ' relayed: [n=1] TRUE [08:53:45.334] | : . ' queued futures: [n=1] TRUE [08:53:45.334] | : . ' until=1 [08:53:45.334] | : . ' relayed: [n=1] TRUE [08:53:45.335] | : . ' queued futures: [n=1] TRUE [08:53:45.335] | : . signalConditionsASAP(SequentialFuture, pos=1) ... done [08:53:45.335] | : . resolve() for SequentialFuture ... [08:53:45.336] | : . resolve() for SequentialFuture ... done [08:53:45.336] | : . length: 0 (resolved future 1) [08:53:45.336] | : value() for list ... done [08:53:45.337] | : Relaying remaining futures ... [08:53:45.337] | : . signalConditionsASAP(NULL, pos=0) ... [08:53:45.337] | : . ' nx: 1 [08:53:45.338] | : . ' relay: TRUE [08:53:45.338] | : . ' stdout: TRUE [08:53:45.338] | : . ' signal: TRUE [08:53:45.338] | : . ' resignal: FALSE [08:53:45.339] | : . ' force: TRUE [08:53:45.339] | : . ' relayed: [n=1] TRUE [08:53:45.339] | : . ' queued futures: [n=1] TRUE - flush all [08:53:45.340] | : . ' relayed: [n=1] TRUE [08:53:45.340] | : . ' queued futures: [n=1] TRUE [08:53:45.341] | : . signalConditionsASAP(NULL, pos=0) ... done [08:53:45.341] | : Relaying remaining futures ... done [08:53:45.341] | future_mapply() -> future_xapply() ... done [08:53:45.341] | - Number of value chunks collected: 1 [08:53:45.342] | Resolving 1 futures (chunks) ... DONE [08:53:45.342] | Reducing values from 1 chunks ... [08:53:45.342] | - Number of values collected after concatenation: 2 [08:53:45.342] | - Number of values expected: 2 [08:53:45.343] | Reducing values from 1 chunks ... DONE [08:53:45.343] future_mapply() ... done * future_mapply(x, ..., future.stdout = NA) ... DONE * plan('sequential') ... DONE - Testing with 1 cores ... DONE - Testing with 2 cores ... * plan('multisession') ... [08:53:45.344] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:45.345] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:53:45.345] | : all.equal() for FutureStrategyList ... [08:53:45.345] | : . New stack: [08:53:45.345] | : . List of 1 [08:53:45.345] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:53:45.345] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:45.345] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:53:45.345] | : . ..- attr(*, "init")= logi TRUE [08:53:45.345] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [08:53:45.345] | : . gc = FALSE, earlySignal = FALSE, ...) [08:53:45.345] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [08:53:45.345] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [08:53:45.345] | : . ..- attr(*, "untweakable")= chr "persistent" [08:53:45.345] | : . ..- attr(*, "call")= language plan(strategy) [08:53:45.345] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:45.349] | : . Old stack: [08:53:45.349] | : . List of 1 [08:53:45.349] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:45.349] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:45.349] | : . ..- attr(*, "init")= chr "done" [08:53:45.349] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:45.349] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.349] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.349] | : . ..- attr(*, "call")= language plan(sequential) [08:53:45.349] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:45.349] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:45.349] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.349] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:45.353] | : . Not identical [08:53:45.353] | : . all.equal() for future ... [08:53:45.354] | : . ' List of 2 [08:53:45.354] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:53:45.354] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:45.354] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:53:45.354] | : . ' ..- attr(*, "init")= logi TRUE [08:53:45.354] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [08:53:45.354] | : . ' gc = FALSE, earlySignal = FALSE, ...) [08:53:45.354] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [08:53:45.354] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [08:53:45.354] | : . ' ..- attr(*, "untweakable")= chr "persistent" [08:53:45.354] | : . ' ..- attr(*, "call")= language plan(strategy) [08:53:45.354] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:45.354] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:53:45.354] | : . ' ..- attr(*, "init")= chr "done" [08:53:45.354] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:45.354] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.354] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.354] | : . ' ..- attr(*, "call")= language plan(sequential) [08:53:45.354] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:53:45.354] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:53:45.354] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:53:45.360] | : . ' Formals differ [08:53:45.360] | : . all.equal() for future ... done [08:53:45.361] | : . Future strategies differ at level 1 [08:53:45.361] | : all.equal() for FutureStrategyList ... done [08:53:45.361] | : plan(): Setting new future backend stack: [08:53:45.361] | : List of future strategies: [08:53:45.361] | : 1. multisession: [08:53:45.361] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:45.361] | : - tweaked: FALSE [08:53:45.361] | : - call: plan(strategy) [08:53:45.362] | : List of 1 [08:53:45.362] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:53:45.362] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:45.362] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:53:45.362] | : ..- attr(*, "init")= logi TRUE [08:53:45.362] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [08:53:45.362] | : gc = FALSE, earlySignal = FALSE, ...) [08:53:45.362] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [08:53:45.362] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [08:53:45.362] | : ..- attr(*, "untweakable")= chr "persistent" [08:53:45.362] | : ..- attr(*, "call")= language plan(strategy) [08:53:45.362] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:53:45.365] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [08:53:45.365] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:45.366] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:53:45.366] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:45.366] | : . Legacy shutdown of cluster workers ... [08:53:45.366] | : . ' Stopping existing cluster ... [08:53:45.367] | : . ' , No pre-existing cluster. Skipping [08:53:45.367] | : . ' Stopping existing cluster ... done [08:53:45.367] | : . Legacy shutdown of cluster workers ... done [08:53:45.367] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [08:53:45.367] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [08:53:45.367] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:53:45.367] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:53:45.367] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:53:45.367] | : . - attr(*, "init")= logi TRUE [08:53:45.367] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [08:53:45.367] | : . gc = FALSE, earlySignal = FALSE, ...) [08:53:45.367] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [08:53:45.367] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [08:53:45.367] | : . - attr(*, "untweakable")= chr "persistent" [08:53:45.367] | : . - attr(*, "call")= language plan(strategy) [08:53:45.370] | : . init: TRUE [08:53:45.370] | : . makeFutureBackend() ... [08:53:45.371] | : . ' Backend function: <'NULL'> [08:53:45.371] | : . ' Evaluator tweak arguments: [n=0] [08:53:45.371] | : . ' list() [08:53:45.371] | : . ' Evaluator formal arguments: [n=4] [08:53:45.371] | : . ' list() [08:53:45.372] | : . ' Backend factory arguments: [n=4] [08:53:45.372] | : . ' Dotted pair list of 4 [08:53:45.372] | : . ' $ workers : language availableCores() [08:53:45.372] | : . ' $ rscript_libs: language .libPaths() [08:53:45.372] | : . ' $ gc : logi FALSE [08:53:45.372] | : . ' $ earlySignal : logi FALSE [08:53:45.374] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [08:53:45.374] | : . ' , Arguments: [08:53:45.374] | : . ' , List of 5 [08:53:45.374] | : . ' , $ workers : Named int 2 [08:53:45.374] | : . ' , ..- attr(*, "names")= chr "mc.cores" [08:53:45.374] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_06_06_08_50_17_9343/RtmpKewwfT/RLIBS_f4f42e535ea" "D:/RCompile/recent/R/library" [08:53:45.374] | : . ' , $ interrupts : logi TRUE [08:53:45.374] | : . ' , $ gc : logi FALSE [08:53:45.374] | : . ' , $ earlySignal : logi FALSE [08:53:45.379] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [08:53:45.379] | : . ' , ; workers: 2 [08:53:45.379] | : . ' , ; getCluster() ... [08:53:45.380] | : . ' , ; getCluster() ... done [08:53:45.380] | : . ' , ; Stopping existing cluster ... [08:53:45.380] | : . ' , ; ` No pre-existing cluster. Skipping [08:53:45.380] | : . ' , ; Stopping existing cluster ... done [08:53:45.380] | : . ' , ; Starting new cluster ... [08:53:45.380] | : . ' , ; ` makeCluster(workers, ...) ... [08:53:45.381] | : . ' , ; ` | Arguments: [08:53:45.381] | : . ' , ; ` | List of 2 [08:53:45.381] | : . ' , ; ` | $ : int 2 [08:53:45.381] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_06_06_08_50_17_9343/RtmpKewwfT/RLIBS_f4f42e535ea" "D:/RCompile/recent/R/library" [08:53:45.382] | : . ' , ; ` | .makeCluster() ... [08:53:45.382] | : . ' , ; ` | : workers: '2' [08:53:45.383] | : . ' , ; ` | : R_FUTURE_PLAN: NA [08:53:45.383] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [08:53:45.383] | : . ' , ; ` | : List of 2 [08:53:45.383] | : . ' , ; ` | : $ : int 2 [08:53:45.383] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_06_06_08_50_17_9343/RtmpKewwfT/RLIBS_f4f42e535ea" "D:/RCompile/recent/R/library" [08:53:46.180] | : . ' , ; ` | : Generated cluster UUID [08:53:46.181] | : . ' , ; ` | : Cluster UUID: '0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:46.181] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:46.183] | : . ' , ; ` | .makeCluster() ... done [08:53:46.183] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:46.185] | : . ' , ; ` makeCluster(workers, ...) ... done [08:53:46.185] | : . ' , ; ` Number of workers: 2 [08:53:46.185] | : . ' , ; ` Workers UUID: '0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:46.185] | : . ' , ; Starting new cluster ... done [08:53:46.186] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [08:53:46.186] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:53:46.186] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [08:53:46.186] | : . makeFutureBackend() ... done [08:53:46.186] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:46.186] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:46.187] | : . plan(): nbrOfWorkers() = 2 [08:53:46.187] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [08:53:46.187] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... [08:53:46.187] | future_lapply() ... [08:53:46.188] | : Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [08:53:46.188] | : => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [08:53:46.189] | : future_lapply() -> future_xapply() ... [08:53:46.189] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:46.189] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:46.191] | : . Number of chunks: 2 [08:53:46.191] | : . getGlobalsAndPackagesXApply() ... [08:53:46.192] | : . ' future.globals: TRUE [08:53:46.192] | : . ' getGlobalsAndPackages() ... [08:53:46.192] | : . ' , Searching for globals ... [08:53:46.205] | : . ' , ; globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [08:53:46.205] | : . ' , Searching for globals ... done [08:53:46.206] | : . ' , Resolving globals: FALSE [08:53:46.206] | : . ' , Search for packages associated with the globals ... [08:53:46.206] | : . ' , ; Packages associated with globals: [1] 'base' [08:53:46.207] | : . ' , ; Packages: [1] 'base' [08:53:46.207] | : . ' , Search for packages associated with the globals ... done [08:53:46.207] | : . ' , The total size of the 1 globals is 841 bytes (841 bytes) [08:53:46.208] | : . ' , 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') [08:53:46.208] | : . ' , Packages after dropping 'base': [0] [08:53:46.208] | : . ' , globals: [1] 'FUN' [08:53:46.208] | : . ' , packages: [0] [08:53:46.208] | : . ' getGlobalsAndPackages() ... done [08:53:46.208] | : . ' globals found/used: [n=1] 'FUN' [08:53:46.209] | : . ' needed namespaces: [n=0] [08:53:46.209] | : . ' use_args: TRUE [08:53:46.209] | : . ' Getting '...' globals ... [08:53:46.209] | : . ' , resolve() for FutureGlobals ... [08:53:46.209] | : . ' , ; recursive: 0 [08:53:46.210] | : . ' , ; Number of elements: 1 [08:53:46.210] | : . ' , ; elements: '...' [08:53:46.210] | : . ' , ; 'obj' is DotDotDotList [08:53:46.210] | : . ' , ; resolve(obj, ...) ... [08:53:46.210] | : . ' , ; ` resolve() for DotDotDotList ... [08:53:46.211] | : . ' , ; ` | recursive: -1 [08:53:46.211] | : . ' , ; ` resolve() for DotDotDotList ... done [08:53:46.211] | : . ' , ; resolve(obj, ...) ... done [08:53:46.211] | : . ' , ; resolved() for DotDotDotList ... [08:53:46.211] | : . ' , ; ` Number of elements: 0 [08:53:46.211] | : . ' , ; ` Number of futures: 0 [08:53:46.212] | : . ' , ; resolved() for DotDotDotList ... done [08:53:46.212] | : . ' , ; length: 0 (resolved future 1) [08:53:46.212] | : . ' , resolve() for FutureGlobals ... done [08:53:46.212] | : . ' , '...' content: [n=0] [08:53:46.212] | : . ' , List of 1 [08:53:46.212] | : . ' , $ ...: list() [08:53:46.212] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:46.212] | : . ' , - attr(*, "where")=List of 1 [08:53:46.212] | : . ' , ..$ ...: [08:53:46.212] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:46.212] | : . ' , - attr(*, "resolved")= logi TRUE [08:53:46.212] | : . ' , - attr(*, "total_size")= num NA [08:53:46.215] | : . ' Getting '...' globals ... done [08:53:46.216] | : . ' Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [08:53:46.216] | : . ' List of 2 [08:53:46.216] | : . ' $ ...future.FUN:function (x) [08:53:46.216] | : . ' $ ... : list() [08:53:46.216] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:46.216] | : . ' - attr(*, "where")=List of 2 [08:53:46.216] | : . ' ..$ ...future.FUN: [08:53:46.216] | : . ' ..$ ... : [08:53:46.216] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:46.216] | : . ' - attr(*, "resolved")= logi FALSE [08:53:46.216] | : . ' - attr(*, "total_size")= num 6008 [08:53:46.220] | : . ' Packages to be attached in all futures: [n=0] [08:53:46.220] | : . getGlobalsAndPackagesXApply() ... done [08:53:46.221] | : . Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:46.221] | : . List of 5 [08:53:46.221] | : . $ ...future.FUN :function (x) [08:53:46.221] | : . $ ... : list() [08:53:46.221] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:46.221] | : . $ ...future.elements_ii : NULL [08:53:46.221] | : . $ ...future.seeds_ii : NULL [08:53:46.221] | : . $ ...future.globals.maxSize: NULL [08:53:46.221] | : . - attr(*, "where")=List of 5 [08:53:46.221] | : . ..$ ...future.FUN : [08:53:46.221] | : . ..$ ... : [08:53:46.221] | : . ..$ ...future.elements_ii : [08:53:46.221] | : . ..$ ...future.seeds_ii : [08:53:46.221] | : . ..$ ...future.globals.maxSize: [08:53:46.221] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:46.221] | : . - attr(*, "resolved")= logi FALSE [08:53:46.221] | : . - attr(*, "total_size")= num 6008 [08:53:46.227] | : . Number of futures (= number of chunks): 2 [08:53:46.227] | : . Launching 2 futures (chunks) ... [08:53:46.227] | : . Chunk #1 of 2 ... [08:53:46.227] | : . - Finding globals in 'X' for chunk #1 ... [08:53:46.228] | : . getGlobalsAndPackages() ... [08:53:46.228] | : . ' Searching for globals ... [08:53:46.228] | : . ' , globals found: [0] [08:53:46.229] | : . ' Searching for globals ... done [08:53:46.229] | : . ' globals: [0] [08:53:46.229] | : . ' packages: [0] [08:53:46.229] | : . getGlobalsAndPackages() ... done [08:53:46.229] | : . + additional globals found: [n=0] [08:53:46.230] | : . + additional namespaces needed: [n=0] [08:53:46.230] | : . - Finding globals in 'X' for chunk #1 ... DONE [08:53:46.230] | : . - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:46.230] | : . - seeds: [08:53:46.231] | : . - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:46.231] | : . future(..., label = 'future_lapply-1') ... [08:53:46.231] | : . ' lazy: FALSE [08:53:46.231] | : . ' stdout: FALSE [08:53:46.232] | : . ' conditions: [n=1] 'condition' [08:53:46.232] | : . ' gc: FALSE [08:53:46.232] | : . ' earlySignal: FALSE [08:53:46.232] | : . ' getGlobalsAndPackages() ... [08:53:46.232] | : . ' , globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:46.233] | : . ' , Resolving globals: FALSE [08:53:46.233] | : . ' , Tweak future expression to call with '...' arguments ... [08:53:46.233] | : . ' , ; { [08:53:46.233] | : . ' , ; "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:46.233] | : . ' , ; "# expression in do.call(), because function called uses '...' " [08:53:46.233] | : . ' , ; "# as a global variable " [08:53:46.233] | : . ' , ; do.call(function(...) { [08:53:46.233] | : . ' , ; "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:46.233] | : . ' , ; "# without having an '...' argument. This means '...' is treated" [08:53:46.233] | : . ' , ; "# as a global variable. This may happen when FUN() is an " [08:53:46.233] | : . ' , ; "# anonymous function. " [08:53:46.233] | : . ' , ; "# " [08:53:46.233] | : . ' , ; "# If an anonymous function, we will make sure to restore the " [08:53:46.233] | : . ' , ; "# function environment of FUN() to the calling environment. " [08:53:46.233] | : . ' , ; "# We assume FUN() an anonymous function if it lives in the " [08:53:46.233] | : . ' , ; "# global environment, which is where globals are written. " [08:53:46.233] | : . ' , ; penv <- env <- environment(...future.FUN) [08:53:46.233] | : . ' , ; repeat { [08:53:46.233] | : . ' , ; if (identical(env, globalenv()) || identical(env, [08:53:46.233] | : . ' , ; emptyenv())) [08:53:46.233] | : . ' , ; break [08:53:46.233] | : . ' , ; penv <- env [08:53:46.233] | : . ' , ; env <- parent.env(env) [08:53:46.233] | : . ' , ; } [08:53:46.233] | : . ' , ; if (identical(penv, globalenv())) { [08:53:46.233] | : . ' , ; environment(...future.FUN) <- environment() [08:53:46.233] | : . ' , ; } [08:53:46.233] | : . ' , ; else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:46.233] | : . ' , ; !isNamespace(penv)) { [08:53:46.233] | : . ' , ; parent.env(penv) <- environment() [08:53:46.233] | : . ' , ; } [08:53:46.233] | : . ' , ; rm(list = c("env", "penv"), inherits = FALSE) [08:53:46.233] | : . ' , ; { [08:53:46.233] | : . ' , ; "# future.apply:::future_xapply(): preserve future option" [08:53:46.233] | : . ' , ; ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:46.233] | : . ' , ; if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:46.233] | : . ' , ; oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:46.233] | : . ' , ; on.exit(options(oopts), add = TRUE) [08:53:46.233] | : . ' , ; } [08:53:46.233] | : . ' , ; { [08:53:46.233] | : . ' , ; "# future.apply::future_lapply(): process chunk of elements" [08:53:46.233] | : . ' , ; lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:46.233] | : . ' , ; ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:46.233] | : . ' , ; { [08:53:46.233] | : . ' , ; ...future.FUN(...future.X_jj, ...) [08:53:46.233] | : . ' , ; } [08:53:46.233] | : . ' , ; }) [08:53:46.233] | : . ' , ; } [08:53:46.233] | : . ' , ; } [08:53:46.233] | : . ' , ; }, args = future.call.arguments) [08:53:46.233] | : . ' , ; } [08:53:46.235] | : . ' , Tweak future expression to call with '...' arguments ... done [08:53:46.235] | : . ' , Search for packages associated with the globals ... [08:53:46.235] | : . ' , ; Packages associated with globals: [0] [08:53:46.236] | : . ' , ; Packages: [0] [08:53:46.236] | : . ' , Search for packages associated with the globals ... done [08:53:46.236] | : . ' , Packages after dropping 'base': [0] [08:53:46.237] | : . ' , globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:46.237] | : . ' , packages: [0] [08:53:46.237] | : . ' getGlobalsAndPackages() ... done [08:53:46.238] | : . ' run() for 'Future' ('future_lapply-1') ... [08:53:46.238] | : . ' , state: 'created' [08:53:46.238] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:46.239] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:46.239] | : . ' , Using MultisessionFutureBackend ... [08:53:46.239] | : . ' , ; Number of futures since start: 0 (0 created, 0 launched, 0 finished) [08:53:46.240] | : . ' , ; Launching futures ... [08:53:46.240] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [08:53:46.241] | : . ' , ; ` | Workers: [n=2] [08:53:46.241] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:46.244] | : . ' , ; ` | FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:46.244] | : . ' , ; ` | requestWorker() ... [08:53:46.245] | : . ' , ; ` | : requestNode() ... [08:53:46.246] | : . ' , ; ` | : . Number of workers: 2 [08:53:46.246] | : . ' , ; ` | : . Polling for a free worker ... [08:53:46.246] | : . ' , ; ` | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:46.246] | : . ' , ; ` | : . ' , Created empty registry 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:46.247] | : . ' , ; ` | : . ' , Listing all futures [08:53:46.247] | : . ' , ; ` | : . ' , Number of registered futures: 0 [08:53:46.247] | : . ' , ; ` | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:46.248] | : . ' , ; ` | : . ' Total time: 0 [08:53:46.248] | : . ' , ; ` | : . Polling for a free worker ... done [08:53:46.248] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:46.248] | : . ' , ; ` | : . ' Listing all futures [08:53:46.249] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:46.249] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:46.249] | : . ' , ; ` | : . avail: [n=2] '1', '2' [08:53:46.250] | : . ' , ; ` | : . Index of first available worker: 1 [08:53:46.250] | : . ' , ; ` | : . Validate that the worker is functional ... [08:53:46.442] | : . ' , ; ` | : . ' Worker is functional [08:53:46.443] | : . ' , ; ` | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:46.443] | : . ' , ; ` | : . ' , Listing all futures [08:53:46.443] | : . ' , ; ` | : . ' , Number of registered futures: 0 [08:53:46.443] | : . ' , ; ` | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:46.443] | : . ' , ; ` | : . Validate that the worker is functional ... done [08:53:46.444] | : . ' , ; ` | : requestNode() ... done [08:53:46.444] | : . ' , ; ` | : cluster node index: 1 [08:53:46.444] | : . ' , ; ` | requestWorker() ... done [08:53:46.444] | : . ' , ; ` | eraseGlobalEnvironment() ... [08:53:46.445] | : . ' , ; ` | eraseGlobalEnvironment() ... done [08:53:46.445] | : . ' , ; ` | launchFuture() ... [08:53:46.446] | : . ' , ; ` | : cluster node index: 1 [08:53:46.446] | : . ' , ; ` | : getFutureData() ... [08:53:46.446] | : . ' , ; ` | : . getFutureCore() ... [08:53:46.446] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 0): [08:53:46.447] | : . ' , ; ` | : . getFutureCore() ... done [08:53:46.447] | : . ' , ; ` | : . getFutureCapture() ... [08:53:46.447] | : . ' , ; ` | : . getFutureCapture() ... done [08:53:46.447] | : . ' , ; ` | : . getFutureContext() ... [08:53:46.448] | : . ' , ; ` | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:46.448] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [08:53:46.448] | : . ' , ; ` | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:46.448] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [08:53:46.449] | : . ' , ; ` | : . getFutureContext() ... done [08:53:46.449] | : . ' , ; ` | : getFutureData() ... done [08:53:46.450] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:46.450] | : . ' , ; ` | : . Appended future to position #1 [08:53:46.451] | : . ' , ; ` | : . Number of registered futures: 1 [08:53:46.451] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:46.451] | : . ' , ; ` | launchFuture() ... done [08:53:46.451] | : . ' , ; ` | MultisessionFuture started [08:53:46.452] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [08:53:46.452] | : . ' , ; Launching futures ... done [08:53:46.452] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:46.452] | : . ' , Using MultisessionFutureBackend ... done [08:53:46.453] | : . ' run() for 'Future' ('future_lapply-1') ... done [08:53:46.453] | : . future(..., label = 'future_lapply-1') ... done [08:53:46.453] | : . Created future: [08:53:46.456] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [08:53:46.457] | : . ' Cluster node socket connection: index=4, id=431 [08:53:46.457] | : . ' assertValidConnection() ... [08:53:46.457] | : . ' , cluster node index: 1 [08:53:46.458] | : . ' assertValidConnection() ... done [08:53:46.656] | : . ' socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [08:53:46.657] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [08:53:46.453] | : . MultisessionFuture: [08:53:46.453] | : . Label: 'future_lapply-1' [08:53:46.453] | : . Expression: [08:53:46.453] | : . { [08:53:46.453] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:46.453] | : . "# expression in do.call(), because function called uses '...' " [08:53:46.453] | : . "# as a global variable " [08:53:46.453] | : . do.call(function(...) { [08:53:46.453] | : . "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:46.453] | : . "# without having an '...' argument. This means '...' is treated" [08:53:46.453] | : . "# as a global variable. This may happen when FUN() is an " [08:53:46.453] | : . "# anonymous function. " [08:53:46.453] | : . "# " [08:53:46.453] | : . "# If an anonymous function, we will make sure to restore the " [08:53:46.453] | : . "# function environment of FUN() to the calling environment. " [08:53:46.453] | : . "# We assume FUN() an anonymous function if it lives in the " [08:53:46.453] | : . "# global environment, which is where globals are written. " [08:53:46.453] | : . penv <- env <- environment(...future.FUN) [08:53:46.453] | : . repeat { [08:53:46.453] | : . if (identical(env, globalenv()) || identical(env, [08:53:46.453] | : . emptyenv())) [08:53:46.453] | : . break [08:53:46.453] | : . penv <- env [08:53:46.453] | : . env <- parent.env(env) [08:53:46.453] | : . } [08:53:46.453] | : . if (identical(penv, globalenv())) { [08:53:46.453] | : . environment(...future.FUN) <- environment() [08:53:46.453] | : . } [08:53:46.453] | : . else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:46.453] | : . !isNamespace(penv)) { [08:53:46.453] | : . parent.env(penv) <- environment() [08:53:46.453] | : . } [08:53:46.453] | : . rm(list = c("env", "penv"), inherits = FALSE) [08:53:46.453] | : . { [08:53:46.453] | : . "# future.apply:::future_xapply(): preserve future option" [08:53:46.453] | : . ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:46.453] | : . if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:46.453] | : . oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:46.453] | : . on.exit(options(oopts), add = TRUE) [08:53:46.453] | : . } [08:53:46.453] | : . { [08:53:46.453] | : . "# future.apply::future_lapply(): process chunk of elements" [08:53:46.453] | : . lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:46.453] | : . ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:46.453] | : . { [08:53:46.453] | : . ...future.FUN(...future.X_jj, ...) [08:53:46.453] | : . } [08:53:46.453] | : . }) [08:53:46.453] | : . } [08:53:46.453] | : . } [08:53:46.453] | : . }, args = future.call.arguments) [08:53:46.453] | : . } [08:53:46.453] | : . 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) [08:53:46.453] | : . Packages: [08:53:46.453] | : . L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:46.453] | : . Capture standard output: FALSE [08:53:46.453] | : . Capture condition classes: 'condition' (excluding '') [08:53:46.453] | : . Immediate condition classes: 'immediateCondition' [08:53:46.453] | : . Lazy evaluation: FALSE [08:53:46.453] | : . Local evaluation: TRUE [08:53:46.453] | : . Asynchronous evaluation: TRUE [08:53:46.453] | : . Early signaling: FALSE [08:53:46.453] | : . Environment: R_GlobalEnv [08:53:46.453] | : . State: 'running' [08:53:46.453] | : . Resolved: FALSE [08:53:46.453] | : . Unique identifier: d2f570a8e248c57e62e1d023e18665e2-7 [08:53:46.453] | : . Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:46.453] | : . Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:46.453] | : . Value: [08:53:46.453] | : . Conditions captured: [08:53:46.658] | : . Chunk #1 of 2 ... DONE [08:53:46.658] | : . Chunk #2 of 2 ... [08:53:46.658] | : . - Finding globals in 'X' for chunk #2 ... [08:53:46.659] | : . getGlobalsAndPackages() ... [08:53:46.659] | : . ' Searching for globals ... [08:53:46.660] | : . ' , globals found: [0] [08:53:46.660] | : . ' Searching for globals ... done [08:53:46.660] | : . ' globals: [0] [08:53:46.660] | : . ' packages: [0] [08:53:46.660] | : . getGlobalsAndPackages() ... done [08:53:46.661] | : . + additional globals found: [n=0] [08:53:46.661] | : . + additional namespaces needed: [n=0] [08:53:46.661] | : . - Finding globals in 'X' for chunk #2 ... DONE [08:53:46.661] | : . - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:46.662] | : . - seeds: [08:53:46.662] | : . - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:46.662] | : . future(..., label = 'future_lapply-2') ... [08:53:46.662] | : . ' lazy: FALSE [08:53:46.662] | : . ' stdout: FALSE [08:53:46.663] | : . ' conditions: [n=1] 'condition' [08:53:46.663] | : . ' gc: FALSE [08:53:46.663] | : . ' earlySignal: FALSE [08:53:46.663] | : . ' getGlobalsAndPackages() ... [08:53:46.664] | : . ' , globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:46.664] | : . ' , Resolving globals: FALSE [08:53:46.664] | : . ' , Tweak future expression to call with '...' arguments ... [08:53:46.664] | : . ' , ; { [08:53:46.664] | : . ' , ; "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:46.664] | : . ' , ; "# expression in do.call(), because function called uses '...' " [08:53:46.664] | : . ' , ; "# as a global variable " [08:53:46.664] | : . ' , ; do.call(function(...) { [08:53:46.664] | : . ' , ; "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:46.664] | : . ' , ; "# without having an '...' argument. This means '...' is treated" [08:53:46.664] | : . ' , ; "# as a global variable. This may happen when FUN() is an " [08:53:46.664] | : . ' , ; "# anonymous function. " [08:53:46.664] | : . ' , ; "# " [08:53:46.664] | : . ' , ; "# If an anonymous function, we will make sure to restore the " [08:53:46.664] | : . ' , ; "# function environment of FUN() to the calling environment. " [08:53:46.664] | : . ' , ; "# We assume FUN() an anonymous function if it lives in the " [08:53:46.664] | : . ' , ; "# global environment, which is where globals are written. " [08:53:46.664] | : . ' , ; penv <- env <- environment(...future.FUN) [08:53:46.664] | : . ' , ; repeat { [08:53:46.664] | : . ' , ; if (identical(env, globalenv()) || identical(env, [08:53:46.664] | : . ' , ; emptyenv())) [08:53:46.664] | : . ' , ; break [08:53:46.664] | : . ' , ; penv <- env [08:53:46.664] | : . ' , ; env <- parent.env(env) [08:53:46.664] | : . ' , ; } [08:53:46.664] | : . ' , ; if (identical(penv, globalenv())) { [08:53:46.664] | : . ' , ; environment(...future.FUN) <- environment() [08:53:46.664] | : . ' , ; } [08:53:46.664] | : . ' , ; else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:46.664] | : . ' , ; !isNamespace(penv)) { [08:53:46.664] | : . ' , ; parent.env(penv) <- environment() [08:53:46.664] | : . ' , ; } [08:53:46.664] | : . ' , ; rm(list = c("env", "penv"), inherits = FALSE) [08:53:46.664] | : . ' , ; { [08:53:46.664] | : . ' , ; "# future.apply:::future_xapply(): preserve future option" [08:53:46.664] | : . ' , ; ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:46.664] | : . ' , ; if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:46.664] | : . ' , ; oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:46.664] | : . ' , ; on.exit(options(oopts), add = TRUE) [08:53:46.664] | : . ' , ; } [08:53:46.664] | : . ' , ; { [08:53:46.664] | : . ' , ; "# future.apply::future_lapply(): process chunk of elements" [08:53:46.664] | : . ' , ; lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:46.664] | : . ' , ; ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:46.664] | : . ' , ; { [08:53:46.664] | : . ' , ; ...future.FUN(...future.X_jj, ...) [08:53:46.664] | : . ' , ; } [08:53:46.664] | : . ' , ; }) [08:53:46.664] | : . ' , ; } [08:53:46.664] | : . ' , ; } [08:53:46.664] | : . ' , ; }, args = future.call.arguments) [08:53:46.664] | : . ' , ; } [08:53:46.666] | : . ' , Tweak future expression to call with '...' arguments ... done [08:53:46.666] | : . ' , Search for packages associated with the globals ... [08:53:46.667] | : . ' , ; Packages associated with globals: [0] [08:53:46.667] | : . ' , ; Packages: [0] [08:53:46.667] | : . ' , Search for packages associated with the globals ... done [08:53:46.667] | : . ' , Packages after dropping 'base': [0] [08:53:46.668] | : . ' , globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:46.668] | : . ' , packages: [0] [08:53:46.668] | : . ' getGlobalsAndPackages() ... done [08:53:46.669] | : . ' run() for 'Future' ('future_lapply-2') ... [08:53:46.669] | : . ' , state: 'created' [08:53:46.669] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:46.669] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:46.670] | : . ' , Using MultisessionFutureBackend ... [08:53:46.670] | : . ' , ; Number of futures since start: 1 (1 created, 1 launched, 0 finished) [08:53:46.670] | : . ' , ; Launching futures ... [08:53:46.670] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [08:53:46.671] | : . ' , ; ` | Workers: [n=2] [08:53:46.671] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:46.674] | : . ' , ; ` | FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:46.674] | : . ' , ; ` | requestWorker() ... [08:53:46.674] | : . ' , ; ` | : requestNode() ... [08:53:46.674] | : . ' , ; ` | : . Number of workers: 2 [08:53:46.675] | : . ' , ; ` | : . Polling for a free worker ... [08:53:46.675] | : . ' , ; ` | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:46.675] | : . ' , ; ` | : . ' , Listing all futures [08:53:46.675] | : . ' , ; ` | : . ' , Number of registered futures: 1 [08:53:46.675] | : . ' , ; ` | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:46.676] | : . ' , ; ` | : . ' Total time: 0 [08:53:46.676] | : . ' , ; ` | : . Polling for a free worker ... done [08:53:46.676] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:46.676] | : . ' , ; ` | : . ' Listing all futures [08:53:46.677] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:46.677] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:46.677] | : . ' , ; ` | : . avail: [n=2] '2' [08:53:46.677] | : . ' , ; ` | : . Index of first available worker: 2 [08:53:46.678] | : . ' , ; ` | : . Validate that the worker is functional ... [08:53:46.866] | : . ' , ; ` | : . ' Worker is functional [08:53:46.867] | : . ' , ; ` | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:46.867] | : . ' , ; ` | : . ' , Listing all futures [08:53:46.867] | : . ' , ; ` | : . ' , Number of registered futures: 1 [08:53:46.867] | : . ' , ; ` | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:46.868] | : . ' , ; ` | : . Validate that the worker is functional ... done [08:53:46.868] | : . ' , ; ` | : requestNode() ... done [08:53:46.868] | : . ' , ; ` | : cluster node index: 2 [08:53:46.868] | : . ' , ; ` | requestWorker() ... done [08:53:46.869] | : . ' , ; ` | eraseGlobalEnvironment() ... [08:53:46.870] | : . ' , ; ` | eraseGlobalEnvironment() ... done [08:53:46.870] | : . ' , ; ` | launchFuture() ... [08:53:46.870] | : . ' , ; ` | : cluster node index: 2 [08:53:46.870] | : . ' , ; ` | : getFutureData() ... [08:53:46.871] | : . ' , ; ` | : . getFutureCore() ... [08:53:46.871] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 0): [08:53:46.871] | : . ' , ; ` | : . getFutureCore() ... done [08:53:46.871] | : . ' , ; ` | : . getFutureCapture() ... [08:53:46.872] | : . ' , ; ` | : . getFutureCapture() ... done [08:53:46.872] | : . ' , ; ` | : . getFutureContext() ... [08:53:46.872] | : . ' , ; ` | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:46.872] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [08:53:46.872] | : . ' , ; ` | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:46.873] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [08:53:46.873] | : . ' , ; ` | : . getFutureContext() ... done [08:53:46.873] | : . ' , ; ` | : getFutureData() ... done [08:53:46.874] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:46.874] | : . ' , ; ` | : . Appended future to position #2 [08:53:46.874] | : . ' , ; ` | : . Number of registered futures: 2 [08:53:46.875] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:46.875] | : . ' , ; ` | launchFuture() ... done [08:53:46.875] | : . ' , ; ` | MultisessionFuture started [08:53:46.875] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [08:53:46.875] | : . ' , ; Launching futures ... done [08:53:46.876] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:46.876] | : . ' , Using MultisessionFutureBackend ... done [08:53:46.876] | : . ' run() for 'Future' ('future_lapply-2') ... done [08:53:46.877] | : . future(..., label = 'future_lapply-2') ... done [08:53:46.877] | : . Created future: [08:53:46.879] | : . resolved() for MultisessionFuture ('future_lapply-2') ... [08:53:46.880] | : . ' Cluster node socket connection: index=5, id=432 [08:53:46.880] | : . ' assertValidConnection() ... [08:53:46.880] | : . ' , cluster node index: 2 [08:53:46.881] | : . ' assertValidConnection() ... done [08:53:47.013] | : . ' receiveMessageFromWorker() for ClusterFuture ... [08:53:47.014] | : . ' , cluster node index: 2 [08:53:47.014] | : . ' , [1] TRUE [08:53:47.015] | : . ' , received data: [08:53:47.015] | : . ' , List of 5 [08:53:47.015] | : . ' , $ type : chr "VALUE" [08:53:47.015] | : . ' , $ value :List of 16 [08:53:47.015] | : . ' , ..$ value :List of 1 [08:53:47.015] | : . ' , .. ..$ : int 0 [08:53:47.015] | : . ' , ..$ visible : logi TRUE [08:53:47.015] | : . ' , ..$ stdout : NULL [08:53:47.015] | : . ' , ..$ conditions : list() [08:53:47.015] | : . ' , ..$ rng : logi FALSE [08:53:47.015] | : . ' , ..$ seed : NULL [08:53:47.015] | : . ' , ..$ misuseGlobalEnv : NULL [08:53:47.015] | : . ' , ..$ misuseConnections :List of 3 [08:53:47.015] | : . ' , .. ..$ added : NULL [08:53:47.015] | : . ' , .. ..$ removed : NULL [08:53:47.015] | : . ' , .. ..$ replaced: NULL [08:53:47.015] | : . ' , ..$ misuseDevices : NULL [08:53:47.015] | : . ' , ..$ misuseDefaultDevice: list() [08:53:47.015] | : . ' , ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:47.015] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:47" [08:53:47.015] | : . ' , ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "8" [08:53:47.015] | : . ' , ..$ session_uuid : chr "35447193e0f61fb6ad38cd7aa0633902" [08:53:47.015] | : . ' , .. ..- attr(*, "source")=List of 5 [08:53:47.015] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [08:53:47.015] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:47.015] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:47.015] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:47.015] | : . ' , .. .. ..$ pid : int 118316 [08:53:47.015] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:47.015] | : . ' , .. .. ..$ random: int 2147483647 [08:53:47.015] | : . ' , ..$ r_info :List of 4 [08:53:47.015] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:47.015] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [08:53:47.015] | : . ' , .. ..$ os : chr "windows" [08:53:47.015] | : . ' , .. ..$ os_name : chr "Windows" [08:53:47.015] | : . ' , .. ..$ captures_utf8: logi TRUE [08:53:47.015] | : . ' , ..$ version : chr "1.8" [08:53:47.015] | : . ' , ..- attr(*, "class")= chr "FutureResult" [08:53:47.015] | : . ' , $ success: logi TRUE [08:53:47.015] | : . ' , $ time : 'proc_time' Named num [1:5] 0.12 0.01 0.14 NA NA [08:53:47.015] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:47.015] | : . ' , $ tag : NULL [08:53:47.033] | : . ' , Received FutureResult [08:53:47.033] | : . ' , FutureResult: [08:53:47.033] | : . ' , value: 'list' [08:53:47.033] | : . ' , visible: TRUE [08:53:47.033] | : . ' , stdout: NULL [08:53:47.033] | : . ' , conditions: [n = 0] [08:53:47.033] | : . ' , RNG used: FALSE [08:53:47.033] | : . ' , duration: 0.1344609 secs (started 2025-06-06 08:53:46.876889) [08:53:47.033] | : . ' , version: 1.8 [08:53:47.034] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:47.034] | : . ' , ; Removed future from position #2 [08:53:47.035] | : . ' , ; Number of registered futures: 1 [08:53:47.035] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:47.035] | : . ' , Erased future from future backend [08:53:47.036] | : . ' , result() for ClusterFuture ... [08:53:47.036] | : . ' , ; result already collected: FutureResult [08:53:47.036] | : . ' , result() for ClusterFuture ... done [08:53:47.036] | : . ' , signalConditions() ... [08:53:47.036] | : . ' , ; include = 'immediateCondition' [08:53:47.037] | : . ' , ; exclude = [08:53:47.037] | : . ' , ; resignal = FALSE [08:53:47.037] | : . ' , ; Number of conditions: 0 [08:53:47.037] | : . ' , ; int 0 [08:53:47.038] | : . ' , signalConditions() ... done [08:53:47.038] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [08:53:47.038] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:47.039] | : . resolved() for MultisessionFuture ('future_lapply-2') ... done [08:53:47.039] | : . assertFutureResult() ... [08:53:47.039] | : . ' Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:47.039] | : . ' Future uuid: 8 [08:53:47.039] | : . ' identical; success [08:53:47.039] | : . assertFutureResult() ... done [08:53:46.877] | : . MultisessionFuture: [08:53:46.877] | : . Label: 'future_lapply-2' [08:53:46.877] | : . Expression: [08:53:46.877] | : . { [08:53:46.877] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:46.877] | : . "# expression in do.call(), because function called uses '...' " [08:53:46.877] | : . "# as a global variable " [08:53:46.877] | : . do.call(function(...) { [08:53:46.877] | : . "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:46.877] | : . "# without having an '...' argument. This means '...' is treated" [08:53:46.877] | : . "# as a global variable. This may happen when FUN() is an " [08:53:46.877] | : . "# anonymous function. " [08:53:46.877] | : . "# " [08:53:46.877] | : . "# If an anonymous function, we will make sure to restore the " [08:53:46.877] | : . "# function environment of FUN() to the calling environment. " [08:53:46.877] | : . "# We assume FUN() an anonymous function if it lives in the " [08:53:46.877] | : . "# global environment, which is where globals are written. " [08:53:46.877] | : . penv <- env <- environment(...future.FUN) [08:53:46.877] | : . repeat { [08:53:46.877] | : . if (identical(env, globalenv()) || identical(env, [08:53:46.877] | : . emptyenv())) [08:53:46.877] | : . break [08:53:46.877] | : . penv <- env [08:53:46.877] | : . env <- parent.env(env) [08:53:46.877] | : . } [08:53:46.877] | : . if (identical(penv, globalenv())) { [08:53:46.877] | : . environment(...future.FUN) <- environment() [08:53:46.877] | : . } [08:53:46.877] | : . else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:46.877] | : . !isNamespace(penv)) { [08:53:46.877] | : . parent.env(penv) <- environment() [08:53:46.877] | : . } [08:53:46.877] | : . rm(list = c("env", "penv"), inherits = FALSE) [08:53:46.877] | : . { [08:53:46.877] | : . "# future.apply:::future_xapply(): preserve future option" [08:53:46.877] | : . ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:46.877] | : . if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:46.877] | : . oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:46.877] | : . on.exit(options(oopts), add = TRUE) [08:53:46.877] | : . } [08:53:46.877] | : . { [08:53:46.877] | : . "# future.apply::future_lapply(): process chunk of elements" [08:53:46.877] | : . lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:46.877] | : . ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:46.877] | : . { [08:53:46.877] | : . ...future.FUN(...future.X_jj, ...) [08:53:46.877] | : . } [08:53:46.877] | : . }) [08:53:46.877] | : . } [08:53:46.877] | : . } [08:53:46.877] | : . }, args = future.call.arguments) [08:53:46.877] | : . } [08:53:46.877] | : . 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) [08:53:46.877] | : . Packages: [08:53:46.877] | : . L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:46.877] | : . Capture standard output: FALSE [08:53:46.877] | : . Capture condition classes: 'condition' (excluding '') [08:53:46.877] | : . Immediate condition classes: 'immediateCondition' [08:53:46.877] | : . Lazy evaluation: FALSE [08:53:46.877] | : . Local evaluation: TRUE [08:53:46.877] | : . Asynchronous evaluation: TRUE [08:53:46.877] | : . Early signaling: FALSE [08:53:46.877] | : . Environment: R_GlobalEnv [08:53:46.877] | : . State: 'running' [08:53:46.877] | : . Resolved: TRUE [08:53:46.877] | : . Unique identifier: d2f570a8e248c57e62e1d023e18665e2-8 [08:53:46.877] | : . Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:46.877] | : . Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:46.877] | : . Value: [08:53:46.877] | : . Conditions captured: [08:53:47.040] | : . Chunk #2 of 2 ... DONE [08:53:47.040] | : . Launching 2 futures (chunks) ... DONE [08:53:47.041] | : . Resolving 2 futures (chunks) ... [08:53:47.041] | : . value() for list ... [08:53:47.041] | : . ' recursive: 0 [08:53:47.041] | : . ' reduce: FALSE [08:53:47.041] | : . ' length: 2 [08:53:47.042] | : . ' Number of remaining objects: 2 [08:53:47.042] | : . ' checking value #1: [08:53:47.042] | : . ' 'obj' is MultisessionFuture [08:53:47.042] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... [08:53:47.043] | : . ' , Cluster node socket connection: index=4, id=431 [08:53:47.043] | : . ' , assertValidConnection() ... [08:53:47.044] | : . ' , ; cluster node index: 1 [08:53:47.044] | : . ' , assertValidConnection() ... done [08:53:47.072] | : . ' , receiveMessageFromWorker() for ClusterFuture ... [08:53:47.073] | : . ' , ; cluster node index: 1 [08:53:47.073] | : . ' , ; [1] TRUE [08:53:47.074] | : . ' , ; received data: [08:53:47.074] | : . ' , ; List of 5 [08:53:47.074] | : . ' , ; $ type : chr "VALUE" [08:53:47.074] | : . ' , ; $ value :List of 16 [08:53:47.074] | : . ' , ; ..$ value :List of 1 [08:53:47.074] | : . ' , ; .. ..$ : int 1 [08:53:47.074] | : . ' , ; ..$ visible : logi TRUE [08:53:47.074] | : . ' , ; ..$ stdout : NULL [08:53:47.074] | : . ' , ; ..$ conditions : list() [08:53:47.074] | : . ' , ; ..$ rng : logi FALSE [08:53:47.074] | : . ' , ; ..$ seed : NULL [08:53:47.074] | : . ' , ; ..$ misuseGlobalEnv : NULL [08:53:47.074] | : . ' , ; ..$ misuseConnections :List of 3 [08:53:47.074] | : . ' , ; .. ..$ added : NULL [08:53:47.074] | : . ' , ; .. ..$ removed : NULL [08:53:47.074] | : . ' , ; .. ..$ replaced: NULL [08:53:47.074] | : . ' , ; ..$ misuseDevices : NULL [08:53:47.074] | : . ' , ; ..$ misuseDefaultDevice: list() [08:53:47.074] | : . ' , ; ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:47.074] | : . ' , ; ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:47" [08:53:47.074] | : . ' , ; ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "7" [08:53:47.074] | : . ' , ; ..$ session_uuid : chr "6d414de52db0613e1857cade86d33a26" [08:53:47.074] | : . ' , ; .. ..- attr(*, "source")=List of 5 [08:53:47.074] | : . ' , ; .. .. ..$ host : Named chr "CRANWIN3" [08:53:47.074] | : . ' , ; .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:47.074] | : . ' , ; .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:47.074] | : . ' , ; .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:47.074] | : . ' , ; .. .. ..$ pid : int 191980 [08:53:47.074] | : . ' , ; .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:47.074] | : . ' , ; .. .. ..$ random: int 2147483647 [08:53:47.074] | : . ' , ; ..$ r_info :List of 4 [08:53:47.074] | : . ' , ; .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:47.074] | : . ' , ; .. .. ..$ : int [1:3] 4 6 0 [08:53:47.074] | : . ' , ; .. ..$ os : chr "windows" [08:53:47.074] | : . ' , ; .. ..$ os_name : chr "Windows" [08:53:47.074] | : . ' , ; .. ..$ captures_utf8: logi TRUE [08:53:47.074] | : . ' , ; ..$ version : chr "1.8" [08:53:47.074] | : . ' , ; ..- attr(*, "class")= chr "FutureResult" [08:53:47.074] | : . ' , ; $ success: logi TRUE [08:53:47.074] | : . ' , ; $ time : 'proc_time' Named num [1:5] 0.11 0 0.62 NA NA [08:53:47.074] | : . ' , ; ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:47.074] | : . ' , ; $ tag : NULL [08:53:47.100] | : . ' , ; Received FutureResult [08:53:47.100] | : . ' , ; FutureResult: [08:53:47.100] | : . ' , ; value: 'list' [08:53:47.100] | : . ' , ; visible: TRUE [08:53:47.100] | : . ' , ; stdout: NULL [08:53:47.100] | : . ' , ; conditions: [n = 0] [08:53:47.100] | : . ' , ; RNG used: FALSE [08:53:47.100] | : . ' , ; duration: 0.6184161 secs (started 2025-06-06 08:53:46.451905) [08:53:47.100] | : . ' , ; version: 1.8 [08:53:47.101] | : . ' , ; FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:47.101] | : . ' , ; ` Removed future from position #1 [08:53:47.102] | : . ' , ; ` Number of registered futures: 0 [08:53:47.102] | : . ' , ; FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:47.102] | : . ' , ; Erased future from future backend [08:53:47.103] | : . ' , ; result() for ClusterFuture ... [08:53:47.103] | : . ' , ; ` result already collected: FutureResult [08:53:47.103] | : . ' , ; result() for ClusterFuture ... done [08:53:47.104] | : . ' , ; signalConditions() ... [08:53:47.104] | : . ' , ; ` include = 'immediateCondition' [08:53:47.104] | : . ' , ; ` exclude = [08:53:47.105] | : . ' , ; ` resignal = FALSE [08:53:47.105] | : . ' , ; ` Number of conditions: 0 [08:53:47.105] | : . ' , ; ` int 0 [08:53:47.106] | : . ' , ; signalConditions() ... done [08:53:47.106] | : . ' , receiveMessageFromWorker() for ClusterFuture ... done [08:53:47.107] | : . ' , receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:47.107] | : . ' resolved() for MultisessionFuture ('future_lapply-1') ... done [08:53:47.107] | : . ' assertFutureResult() ... [08:53:47.108] | : . ' , Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:47.108] | : . ' , Future uuid: 7 [08:53:47.108] | : . ' , identical; success [08:53:47.108] | : . ' assertFutureResult() ... done [08:53:47.108] | : . ' MultisessionFuture #1 [08:53:47.109] | : . ' signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:47.109] | : . ' , nx: 2 [08:53:47.109] | : . ' , relay: TRUE [08:53:47.110] | : . ' , stdout: TRUE [08:53:47.110] | : . ' , signal: TRUE [08:53:47.110] | : . ' , resignal: FALSE [08:53:47.110] | : . ' , force: TRUE [08:53:47.111] | : . ' , relayed: [n=2] FALSE, FALSE [08:53:47.111] | : . ' , queued futures: [n=2] FALSE, FALSE [08:53:47.111] | : . ' , until=1 [08:53:47.112] | : . ' , relaying element #1 [08:53:47.112] | : . ' , value() for MultisessionFuture ('future_lapply-1') ... [08:53:47.112] | : . ' , ; result() for ClusterFuture ... [08:53:47.113] | : . ' , ; ` result already collected: FutureResult [08:53:47.113] | : . ' , ; result() for ClusterFuture ... done [08:53:47.113] | : . ' , ; result() for ClusterFuture ... [08:53:47.114] | : . ' , ; ` result already collected: FutureResult [08:53:47.114] | : . ' , ; result() for ClusterFuture ... done [08:53:47.114] | : . ' , ; signalConditions() ... [08:53:47.114] | : . ' , ; ` include = 'immediateCondition' [08:53:47.115] | : . ' , ; ` exclude = [08:53:47.115] | : . ' , ; ` resignal = FALSE [08:53:47.115] | : . ' , ; ` Number of conditions: 0 [08:53:47.116] | : . ' , ; ` int 0 [08:53:47.117] | : . ' , ; signalConditions() ... done [08:53:47.117] | : . ' , ; relay stdout ... [08:53:47.117] | : . ' , ; relay stdout ... done [08:53:47.117] | : . ' , ; check for misuse ... [08:53:47.118] | : . ' , ; check for misuse ... done [08:53:47.118] | : . ' , value() for MultisessionFuture ('future_lapply-1') ... done [08:53:47.118] | : . ' , result() for ClusterFuture ... [08:53:47.119] | : . ' , ; result already collected: FutureResult [08:53:47.119] | : . ' , result() for ClusterFuture ... done [08:53:47.119] | : . ' , signalConditions() ... [08:53:47.120] | : . ' , ; include = 'immediateCondition' [08:53:47.120] | : . ' , ; exclude = [08:53:47.120] | : . ' , ; resignal = FALSE [08:53:47.121] | : . ' , ; Number of conditions: 0 [08:53:47.121] | : . ' , ; int 0 [08:53:47.122] | : . ' , signalConditions() ... done [08:53:47.122] | : . ' , result() for ClusterFuture ... [08:53:47.122] | : . ' , ; result already collected: FutureResult [08:53:47.123] | : . ' , result() for ClusterFuture ... done [08:53:47.123] | : . ' , signalConditions() ... [08:53:47.123] | : . ' , ; include = 'condition' [08:53:47.124] | : . ' , ; exclude = 'error', 'immediateCondition' [08:53:47.124] | : . ' , ; resignal = TRUE [08:53:47.124] | : . ' , ; Number of conditions: 0 [08:53:47.124] | : . ' , ; int 0 [08:53:47.125] | : . ' , signalConditions() ... done [08:53:47.126] | : . ' , relayed: [n=2] TRUE, FALSE [08:53:47.126] | : . ' , queued futures: [n=2] TRUE, FALSE [08:53:47.126] | : . ' signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:47.127] | : . ' value(, ...) ... [08:53:47.127] | : . ' value(, ...) ... done [08:53:47.127] | : . ' value() for MultisessionFuture ('future_lapply-1') ... [08:53:47.127] | : . ' , result() for ClusterFuture ... [08:53:47.128] | : . ' , ; result already collected: FutureResult [08:53:47.128] | : . ' , result() for ClusterFuture ... done [08:53:47.128] | : . ' , result() for ClusterFuture ... [08:53:47.129] | : . ' , ; result already collected: FutureResult [08:53:47.129] | : . ' , result() for ClusterFuture ... done [08:53:47.129] | : . ' , signalConditions() ... [08:53:47.130] | : . ' , ; include = 'immediateCondition' [08:53:47.130] | : . ' , ; exclude = [08:53:47.130] | : . ' , ; resignal = FALSE [08:53:47.130] | : . ' , ; Number of conditions: 0 [08:53:47.131] | : . ' , ; int 0 [08:53:47.132] | : . ' , signalConditions() ... done [08:53:47.132] | : . ' , check for misuse ... [08:53:47.132] | : . ' , check for misuse ... done [08:53:47.132] | : . ' value() for MultisessionFuture ('future_lapply-1') ... done [08:53:47.133] | : . ' value: [08:53:47.133] | : . ' signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:47.133] | : . ' , nx: 2 [08:53:47.134] | : . ' , relay: TRUE [08:53:47.134] | : . ' , stdout: TRUE [08:53:47.134] | : . ' , signal: TRUE [08:53:47.134] | : . ' , resignal: FALSE [08:53:47.135] | : . ' , force: TRUE [08:53:47.135] | : . ' , relayed: [n=2] TRUE, FALSE [08:53:47.135] | : . ' , queued futures: [n=2] TRUE, FALSE [08:53:47.135] | : . ' , until=2 [08:53:47.136] | : . ' , relaying element #2 [08:53:47.136] | : . ' , relayed: [n=2] TRUE, FALSE [08:53:47.136] | : . ' , queued futures: [n=2] TRUE, FALSE [08:53:47.137] | : . ' signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:47.137] | : . ' resolve() for MultisessionFuture ... [08:53:47.137] | : . ' resolve() for MultisessionFuture ... done [08:53:47.138] | : . ' length: 1 (resolved future 1) [08:53:47.138] | : . value() for list ... done [08:53:47.138] | : . checking value #2: [08:53:47.138] | : . 'obj' is MultisessionFuture [08:53:47.139] | : . MultisessionFuture #2 [08:53:47.139] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:47.139] | : . ' nx: 2 [08:53:47.140] | : . ' relay: TRUE [08:53:47.140] | : . ' stdout: TRUE [08:53:47.140] | : . ' signal: TRUE [08:53:47.141] | : . ' resignal: FALSE [08:53:47.141] | : . ' force: TRUE [08:53:47.141] | : . ' relayed: [n=2] TRUE, FALSE [08:53:47.141] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:47.142] | : . ' until=2 [08:53:47.142] | : . ' relaying element #2 [08:53:47.142] | : . ' value() for MultisessionFuture ('future_lapply-2') ... [08:53:47.143] | : . ' , result() for ClusterFuture ... [08:53:47.143] | : . ' , ; result already collected: FutureResult [08:53:47.143] | : . ' , result() for ClusterFuture ... done [08:53:47.144] | : . ' , result() for ClusterFuture ... [08:53:47.144] | : . ' , ; result already collected: FutureResult [08:53:47.144] | : . ' , result() for ClusterFuture ... done [08:53:47.145] | : . ' , signalConditions() ... [08:53:47.145] | : . ' , ; include = 'immediateCondition' [08:53:47.145] | : . ' , ; exclude = [08:53:47.145] | : . ' , ; resignal = FALSE [08:53:47.146] | : . ' , ; Number of conditions: 0 [08:53:47.146] | : . ' , ; int 0 [08:53:47.147] | : . ' , signalConditions() ... done [08:53:47.147] | : . ' , relay stdout ... [08:53:47.148] | : . ' , relay stdout ... done [08:53:47.148] | : . ' , check for misuse ... [08:53:47.148] | : . ' , check for misuse ... done [08:53:47.148] | : . ' value() for MultisessionFuture ('future_lapply-2') ... done [08:53:47.149] | : . ' result() for ClusterFuture ... [08:53:47.149] | : . ' , result already collected: FutureResult [08:53:47.149] | : . ' result() for ClusterFuture ... done [08:53:47.150] | : . ' signalConditions() ... [08:53:47.150] | : . ' , include = 'immediateCondition' [08:53:47.150] | : . ' , exclude = [08:53:47.151] | : . ' , resignal = FALSE [08:53:47.151] | : . ' , Number of conditions: 0 [08:53:47.151] | : . ' , int 0 [08:53:47.152] | : . ' signalConditions() ... done [08:53:47.152] | : . ' result() for ClusterFuture ... [08:53:47.153] | : . ' , result already collected: FutureResult [08:53:47.153] | : . ' result() for ClusterFuture ... done [08:53:47.153] | : . ' signalConditions() ... [08:53:47.153] | : . ' , include = 'condition' [08:53:47.154] | : . ' , exclude = 'error', 'immediateCondition' [08:53:47.154] | : . ' , resignal = TRUE [08:53:47.154] | : . ' , Number of conditions: 0 [08:53:47.155] | : . ' , int 0 [08:53:47.156] | : . ' signalConditions() ... done [08:53:47.156] | : . ' relayed: [n=2] TRUE, TRUE [08:53:47.156] | : . ' queued futures: [n=2] TRUE, TRUE [08:53:47.156] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:47.157] | : . value(, ...) ... [08:53:47.157] | : . value(, ...) ... done [08:53:47.157] | : . value() for MultisessionFuture ('future_lapply-2') ... [08:53:47.158] | : . ' result() for ClusterFuture ... [08:53:47.158] | : . ' , result already collected: FutureResult [08:53:47.158] | : . ' result() for ClusterFuture ... done [08:53:47.159] | : . ' result() for ClusterFuture ... [08:53:47.159] | : . ' , result already collected: FutureResult [08:53:47.159] | : . ' result() for ClusterFuture ... done [08:53:47.159] | : . ' signalConditions() ... [08:53:47.160] | : . ' , include = 'immediateCondition' [08:53:47.160] | : . ' , exclude = [08:53:47.160] | : . ' , resignal = FALSE [08:53:47.161] | : . ' , Number of conditions: 0 [08:53:47.161] | : . ' , int 0 [08:53:47.162] | : . ' signalConditions() ... done [08:53:47.162] | : . ' check for misuse ... [08:53:47.162] | : . ' check for misuse ... done [08:53:47.163] | : . value() for MultisessionFuture ('future_lapply-2') ... done [08:53:47.163] | : . value: [08:53:47.163] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:47.163] | : . ' nx: 2 [08:53:47.164] | : . ' relay: TRUE [08:53:47.164] | : . ' stdout: TRUE [08:53:47.164] | : . ' signal: TRUE [08:53:47.165] | : . ' resignal: FALSE [08:53:47.165] | : . ' force: TRUE [08:53:47.165] | : . ' relayed: [n=2] TRUE, TRUE [08:53:47.165] | : . ' queued futures: [n=2] TRUE, TRUE [08:53:47.166] | : . ' until=2 [08:53:47.166] | : . ' relayed: [n=2] TRUE, TRUE [08:53:47.166] | : . ' queued futures: [n=2] TRUE, TRUE [08:53:47.167] | : . signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:47.167] | : . resolve() for MultisessionFuture ... [08:53:47.167] | : . resolve() for MultisessionFuture ... done [08:53:47.168] | : . length: 0 (resolved future 2) [08:53:47.168] | : future_lapply() -> future_xapply() ... done [08:53:47.168] | : Relaying remaining futures ... [08:53:47.168] | : . signalConditionsASAP(NULL, pos=0) ... [08:53:47.169] | : . ' nx: 2 [08:53:47.169] | : . ' relay: TRUE [08:53:47.169] | : . ' stdout: TRUE [08:53:47.169] | : . ' signal: TRUE [08:53:47.170] | : . ' resignal: FALSE [08:53:47.170] | : . ' force: TRUE [08:53:47.170] | : . ' relayed: [n=2] TRUE, TRUE [08:53:47.170] | : . ' queued futures: [n=2] TRUE, TRUE - flush all [08:53:47.171] | : . ' relayed: [n=2] TRUE, TRUE [08:53:47.171] | : . ' queued futures: [n=2] TRUE, TRUE [08:53:47.171] | : . signalConditionsASAP(NULL, pos=0) ... done [08:53:47.172] | : Relaying remaining futures ... done [08:53:47.172] | future_lapply() ... done [08:53:47.172] | - Number of value chunks collected: 2 [08:53:47.173] | Resolving 2 futures (chunks) ... DONE [08:53:47.173] | Reducing values from 2 chunks ... [08:53:47.173] | - Number of values collected after concatenation: 2 [08:53:47.173] | - Number of values expected: 2 [08:53:47.174] | Reducing values from 2 chunks ... DONE [08:53:47.174] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done * future_lapply(x, ..., future.stdout = FALSE) ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... [08:53:47.179] future_lapply() ... [08:53:47.181] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [08:53:47.181] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [08:53:47.182] | future_lapply() -> future_xapply() ... [08:53:47.182] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:47.182] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:47.183] | : Number of chunks: 2 [08:53:47.183] | : getGlobalsAndPackagesXApply() ... [08:53:47.184] | : . future.globals: TRUE [08:53:47.184] | : . getGlobalsAndPackages() ... [08:53:47.184] | : . ' Searching for globals ... [08:53:47.200] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [08:53:47.201] | : . ' Searching for globals ... done [08:53:47.201] | : . ' Resolving globals: FALSE [08:53:47.202] | : . ' Search for packages associated with the globals ... [08:53:47.202] | : . ' , Packages associated with globals: [1] 'base' [08:53:47.203] | : . ' , Packages: [1] 'base' [08:53:47.203] | : . ' Search for packages associated with the globals ... done [08:53:47.203] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [08:53:47.204] | : . ' 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') [08:53:47.205] | : . ' Packages after dropping 'base': [0] [08:53:47.205] | : . ' globals: [1] 'FUN' [08:53:47.205] | : . ' packages: [0] [08:53:47.205] | : . getGlobalsAndPackages() ... done [08:53:47.206] | : . globals found/used: [n=1] 'FUN' [08:53:47.206] | : . needed namespaces: [n=0] [08:53:47.206] | : . use_args: TRUE [08:53:47.207] | : . Getting '...' globals ... [08:53:47.207] | : . ' resolve() for FutureGlobals ... [08:53:47.208] | : . ' , recursive: 0 [08:53:47.208] | : . ' , Number of elements: 1 [08:53:47.208] | : . ' , elements: '...' [08:53:47.209] | : . ' , 'obj' is DotDotDotList [08:53:47.209] | : . ' , resolve(obj, ...) ... [08:53:47.209] | : . ' , ; resolve() for DotDotDotList ... [08:53:47.210] | : . ' , ; ` recursive: -1 [08:53:47.210] | : . ' , ; resolve() for DotDotDotList ... done [08:53:47.210] | : . ' , resolve(obj, ...) ... done [08:53:47.211] | : . ' , resolved() for DotDotDotList ... [08:53:47.211] | : . ' , ; Number of elements: 0 [08:53:47.211] | : . ' , ; Number of futures: 0 [08:53:47.211] | : . ' , resolved() for DotDotDotList ... done [08:53:47.212] | : . ' , length: 0 (resolved future 1) [08:53:47.212] | : . ' resolve() for FutureGlobals ... done [08:53:47.212] | : . ' '...' content: [n=0] [08:53:47.213] | : . ' List of 1 [08:53:47.213] | : . ' $ ...: list() [08:53:47.213] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:47.213] | : . ' - attr(*, "where")=List of 1 [08:53:47.213] | : . ' ..$ ...: [08:53:47.213] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:47.213] | : . ' - attr(*, "resolved")= logi TRUE [08:53:47.213] | : . ' - attr(*, "total_size")= num NA [08:53:47.218] | : . Getting '...' globals ... done [08:53:47.218] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [08:53:47.219] | : . List of 2 [08:53:47.219] | : . $ ...future.FUN:function (x) [08:53:47.219] | : . $ ... : list() [08:53:47.219] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:47.219] | : . - attr(*, "where")=List of 2 [08:53:47.219] | : . ..$ ...future.FUN: [08:53:47.219] | : . ..$ ... : [08:53:47.219] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:47.219] | : . - attr(*, "resolved")= logi FALSE [08:53:47.219] | : . - attr(*, "total_size")= num 6008 [08:53:47.225] | : . Packages to be attached in all futures: [n=0] [08:53:47.225] | : getGlobalsAndPackagesXApply() ... done [08:53:47.225] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:47.226] | : List of 5 [08:53:47.226] | : $ ...future.FUN :function (x) [08:53:47.226] | : $ ... : list() [08:53:47.226] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:47.226] | : $ ...future.elements_ii : NULL [08:53:47.226] | : $ ...future.seeds_ii : NULL [08:53:47.226] | : $ ...future.globals.maxSize: NULL [08:53:47.226] | : - attr(*, "where")=List of 5 [08:53:47.226] | : ..$ ...future.FUN : [08:53:47.226] | : ..$ ... : [08:53:47.226] | : ..$ ...future.elements_ii : [08:53:47.226] | : ..$ ...future.seeds_ii : [08:53:47.226] | : ..$ ...future.globals.maxSize: [08:53:47.226] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:47.226] | : - attr(*, "resolved")= logi FALSE [08:53:47.226] | : - attr(*, "total_size")= num 6008 [08:53:47.234] | : Number of futures (= number of chunks): 2 [08:53:47.235] | : Launching 2 futures (chunks) ... [08:53:47.235] | : Chunk #1 of 2 ... [08:53:47.236] | : - Finding globals in 'X' for chunk #1 ... [08:53:47.236] | : getGlobalsAndPackages() ... [08:53:47.236] | : . Searching for globals ... [08:53:47.237] | : . ' globals found: [0] [08:53:47.237] | : . Searching for globals ... done [08:53:47.238] | : . globals: [0] [08:53:47.238] | : . packages: [0] [08:53:47.238] | : getGlobalsAndPackages() ... done [08:53:47.238] | : + additional globals found: [n=0] [08:53:47.239] | : + additional namespaces needed: [n=0] [08:53:47.239] | : - Finding globals in 'X' for chunk #1 ... DONE [08:53:47.239] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:47.240] | : - seeds: [08:53:47.240] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:47.240] | : future(..., label = 'future_lapply-1') ... [08:53:47.241] | : . lazy: FALSE [08:53:47.241] | : . stdout: TRUE [08:53:47.241] | : . conditions: [n=1] 'condition' [08:53:47.241] | : . gc: FALSE [08:53:47.242] | : . earlySignal: FALSE [08:53:47.242] | : . getGlobalsAndPackages() ... [08:53:47.242] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:47.243] | : . ' Resolving globals: FALSE [08:53:47.243] | : . ' Tweak future expression to call with '...' arguments ... [08:53:47.243] | : . ' , { [08:53:47.243] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:47.243] | : . ' , "# expression in do.call(), because function called uses '...' " [08:53:47.243] | : . ' , "# as a global variable " [08:53:47.243] | : . ' , do.call(function(...) { [08:53:47.243] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:47.243] | : . ' , "# without having an '...' argument. This means '...' is treated" [08:53:47.243] | : . ' , "# as a global variable. This may happen when FUN() is an " [08:53:47.243] | : . ' , "# anonymous function. " [08:53:47.243] | : . ' , "# " [08:53:47.243] | : . ' , "# If an anonymous function, we will make sure to restore the " [08:53:47.243] | : . ' , "# function environment of FUN() to the calling environment. " [08:53:47.243] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [08:53:47.243] | : . ' , "# global environment, which is where globals are written. " [08:53:47.243] | : . ' , penv <- env <- environment(...future.FUN) [08:53:47.243] | : . ' , repeat { [08:53:47.243] | : . ' , if (identical(env, globalenv()) || identical(env, [08:53:47.243] | : . ' , emptyenv())) [08:53:47.243] | : . ' , break [08:53:47.243] | : . ' , penv <- env [08:53:47.243] | : . ' , env <- parent.env(env) [08:53:47.243] | : . ' , } [08:53:47.243] | : . ' , if (identical(penv, globalenv())) { [08:53:47.243] | : . ' , environment(...future.FUN) <- environment() [08:53:47.243] | : . ' , } [08:53:47.243] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:47.243] | : . ' , !isNamespace(penv)) { [08:53:47.243] | : . ' , parent.env(penv) <- environment() [08:53:47.243] | : . ' , } [08:53:47.243] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [08:53:47.243] | : . ' , { [08:53:47.243] | : . ' , "# future.apply:::future_xapply(): preserve future option" [08:53:47.243] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:47.243] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:47.243] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:47.243] | : . ' , on.exit(options(oopts), add = TRUE) [08:53:47.243] | : . ' , } [08:53:47.243] | : . ' , { [08:53:47.243] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [08:53:47.243] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:47.243] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:47.243] | : . ' , { [08:53:47.243] | : . ' , ...future.FUN(...future.X_jj, ...) [08:53:47.243] | : . ' , } [08:53:47.243] | : . ' , }) [08:53:47.243] | : . ' , } [08:53:47.243] | : . ' , } [08:53:47.243] | : . ' , }, args = future.call.arguments) [08:53:47.243] | : . ' , } [08:53:47.245] | : . ' Tweak future expression to call with '...' arguments ... done [08:53:47.246] | : . ' Search for packages associated with the globals ... [08:53:47.246] | : . ' , Packages associated with globals: [0] [08:53:47.247] | : . ' , Packages: [0] [08:53:47.247] | : . ' Search for packages associated with the globals ... done [08:53:47.247] | : . ' Packages after dropping 'base': [0] [08:53:47.248] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:47.248] | : . ' packages: [0] [08:53:47.248] | : . getGlobalsAndPackages() ... done [08:53:47.249] | : . run() for 'Future' ('future_lapply-1') ... [08:53:47.249] | : . ' state: 'created' [08:53:47.250] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:47.250] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:47.250] | : . ' Using MultisessionFutureBackend ... [08:53:47.251] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [08:53:47.251] | : . ' , Launching futures ... [08:53:47.251] | : . ' , ; launchFuture() for ClusterFutureBackend ... [08:53:47.252] | : . ' , ; ` Workers: [n=2] [08:53:47.252] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:47.255] | : . ' , ; ` FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:47.256] | : . ' , ; ` requestWorker() ... [08:53:47.256] | : . ' , ; ` | requestNode() ... [08:53:47.256] | : . ' , ; ` | : Number of workers: 2 [08:53:47.257] | : . ' , ; ` | : Polling for a free worker ... [08:53:47.257] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:47.257] | : . ' , ; ` | : . ' Listing all futures [08:53:47.257] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:47.258] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:47.258] | : . ' , ; ` | : . Total time: 0 [08:53:47.258] | : . ' , ; ` | : Polling for a free worker ... done [08:53:47.259] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:47.259] | : . ' , ; ` | : . Listing all futures [08:53:47.259] | : . ' , ; ` | : . Number of registered futures: 0 [08:53:47.260] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:47.260] | : . ' , ; ` | : avail: [n=2] '1', '2' [08:53:47.260] | : . ' , ; ` | : Index of first available worker: 1 [08:53:47.260] | : . ' , ; ` | : Validate that the worker is functional ... [08:53:47.340] | : . ' , ; ` | : . Worker is functional [08:53:47.340] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:47.340] | : . ' , ; ` | : . ' Listing all futures [08:53:47.341] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:47.341] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:47.341] | : . ' , ; ` | : Validate that the worker is functional ... done [08:53:47.342] | : . ' , ; ` | requestNode() ... done [08:53:47.342] | : . ' , ; ` | cluster node index: 1 [08:53:47.342] | : . ' , ; ` requestWorker() ... done [08:53:47.343] | : . ' , ; ` eraseGlobalEnvironment() ... [08:53:47.344] | : . ' , ; ` eraseGlobalEnvironment() ... done [08:53:47.344] | : . ' , ; ` launchFuture() ... [08:53:47.344] | : . ' , ; ` | cluster node index: 1 [08:53:47.344] | : . ' , ; ` | getFutureData() ... [08:53:47.345] | : . ' , ; ` | : getFutureCore() ... [08:53:47.345] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [08:53:47.345] | : . ' , ; ` | : getFutureCore() ... done [08:53:47.345] | : . ' , ; ` | : getFutureCapture() ... [08:53:47.346] | : . ' , ; ` | : getFutureCapture() ... done [08:53:47.346] | : . ' , ; ` | : getFutureContext() ... [08:53:47.346] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:47.347] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [08:53:47.347] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:47.347] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [08:53:47.348] | : . ' , ; ` | : getFutureContext() ... done [08:53:47.348] | : . ' , ; ` | getFutureData() ... done [08:53:47.349] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:47.349] | : . ' , ; ` | : Appended future to position #1 [08:53:47.349] | : . ' , ; ` | : Number of registered futures: 1 [08:53:47.350] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:47.350] | : . ' , ; ` launchFuture() ... done [08:53:47.350] | : . ' , ; ` MultisessionFuture started [08:53:47.351] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [08:53:47.351] | : . ' , Launching futures ... done [08:53:47.351] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:47.351] | : . ' Using MultisessionFutureBackend ... done [08:53:47.352] | : . run() for 'Future' ('future_lapply-1') ... done [08:53:47.352] | : future(..., label = 'future_lapply-1') ... done [08:53:47.352] | : Created future: [08:53:47.355] | : resolved() for MultisessionFuture ('future_lapply-1') ... [08:53:47.356] | : . Cluster node socket connection: index=4, id=431 [08:53:47.356] | : . assertValidConnection() ... [08:53:47.357] | : . ' cluster node index: 1 [08:53:47.357] | : . assertValidConnection() ... done [08:53:47.547] | : . socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [08:53:47.548] | : resolved() for MultisessionFuture ('future_lapply-1') ... done [08:53:47.353] | : MultisessionFuture: [08:53:47.353] | : Label: 'future_lapply-1' [08:53:47.353] | : Expression: [08:53:47.353] | : { [08:53:47.353] | : "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:47.353] | : "# expression in do.call(), because function called uses '...' " [08:53:47.353] | : "# as a global variable " [08:53:47.353] | : do.call(function(...) { [08:53:47.353] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:47.353] | : "# without having an '...' argument. This means '...' is treated" [08:53:47.353] | : "# as a global variable. This may happen when FUN() is an " [08:53:47.353] | : "# anonymous function. " [08:53:47.353] | : "# " [08:53:47.353] | : "# If an anonymous function, we will make sure to restore the " [08:53:47.353] | : "# function environment of FUN() to the calling environment. " [08:53:47.353] | : "# We assume FUN() an anonymous function if it lives in the " [08:53:47.353] | : "# global environment, which is where globals are written. " [08:53:47.353] | : penv <- env <- environment(...future.FUN) [08:53:47.353] | : repeat { [08:53:47.353] | : if (identical(env, globalenv()) || identical(env, [08:53:47.353] | : emptyenv())) [08:53:47.353] | : break [08:53:47.353] | : penv <- env [08:53:47.353] | : env <- parent.env(env) [08:53:47.353] | : } [08:53:47.353] | : if (identical(penv, globalenv())) { [08:53:47.353] | : environment(...future.FUN) <- environment() [08:53:47.353] | : } [08:53:47.353] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:47.353] | : !isNamespace(penv)) { [08:53:47.353] | : parent.env(penv) <- environment() [08:53:47.353] | : } [08:53:47.353] | : rm(list = c("env", "penv"), inherits = FALSE) [08:53:47.353] | : { [08:53:47.353] | : "# future.apply:::future_xapply(): preserve future option" [08:53:47.353] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:47.353] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:47.353] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:47.353] | : on.exit(options(oopts), add = TRUE) [08:53:47.353] | : } [08:53:47.353] | : { [08:53:47.353] | : "# future.apply::future_lapply(): process chunk of elements" [08:53:47.353] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:47.353] | : ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:47.353] | : { [08:53:47.353] | : ...future.FUN(...future.X_jj, ...) [08:53:47.353] | : } [08:53:47.353] | : }) [08:53:47.353] | : } [08:53:47.353] | : } [08:53:47.353] | : }, args = future.call.arguments) [08:53:47.353] | : } [08:53:47.353] | : 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) [08:53:47.353] | : Packages: [08:53:47.353] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:47.353] | : Capture standard output: TRUE [08:53:47.353] | : Capture condition classes: 'condition' (excluding '') [08:53:47.353] | : Immediate condition classes: 'immediateCondition' [08:53:47.353] | : Lazy evaluation: FALSE [08:53:47.353] | : Local evaluation: TRUE [08:53:47.353] | : Asynchronous evaluation: TRUE [08:53:47.353] | : Early signaling: FALSE [08:53:47.353] | : Environment: R_GlobalEnv [08:53:47.353] | : State: 'running' [08:53:47.353] | : Resolved: FALSE [08:53:47.353] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-9 [08:53:47.353] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:47.353] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:47.353] | : Value: [08:53:47.353] | : Conditions captured: [08:53:47.549] | : Chunk #1 of 2 ... DONE [08:53:47.549] | : Chunk #2 of 2 ... [08:53:47.549] | : - Finding globals in 'X' for chunk #2 ... [08:53:47.549] | : getGlobalsAndPackages() ... [08:53:47.550] | : . Searching for globals ... [08:53:47.550] | : . ' globals found: [0] [08:53:47.551] | : . Searching for globals ... done [08:53:47.551] | : . globals: [0] [08:53:47.551] | : . packages: [0] [08:53:47.551] | : getGlobalsAndPackages() ... done [08:53:47.551] | : + additional globals found: [n=0] [08:53:47.552] | : + additional namespaces needed: [n=0] [08:53:47.552] | : - Finding globals in 'X' for chunk #2 ... DONE [08:53:47.552] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:47.552] | : - seeds: [08:53:47.553] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:47.553] | : future(..., label = 'future_lapply-2') ... [08:53:47.553] | : . lazy: FALSE [08:53:47.553] | : . stdout: TRUE [08:53:47.553] | : . conditions: [n=1] 'condition' [08:53:47.554] | : . gc: FALSE [08:53:47.554] | : . earlySignal: FALSE [08:53:47.554] | : . getGlobalsAndPackages() ... [08:53:47.554] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:47.555] | : . ' Resolving globals: FALSE [08:53:47.555] | : . ' Tweak future expression to call with '...' arguments ... [08:53:47.555] | : . ' , { [08:53:47.555] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:47.555] | : . ' , "# expression in do.call(), because function called uses '...' " [08:53:47.555] | : . ' , "# as a global variable " [08:53:47.555] | : . ' , do.call(function(...) { [08:53:47.555] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:47.555] | : . ' , "# without having an '...' argument. This means '...' is treated" [08:53:47.555] | : . ' , "# as a global variable. This may happen when FUN() is an " [08:53:47.555] | : . ' , "# anonymous function. " [08:53:47.555] | : . ' , "# " [08:53:47.555] | : . ' , "# If an anonymous function, we will make sure to restore the " [08:53:47.555] | : . ' , "# function environment of FUN() to the calling environment. " [08:53:47.555] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [08:53:47.555] | : . ' , "# global environment, which is where globals are written. " [08:53:47.555] | : . ' , penv <- env <- environment(...future.FUN) [08:53:47.555] | : . ' , repeat { [08:53:47.555] | : . ' , if (identical(env, globalenv()) || identical(env, [08:53:47.555] | : . ' , emptyenv())) [08:53:47.555] | : . ' , break [08:53:47.555] | : . ' , penv <- env [08:53:47.555] | : . ' , env <- parent.env(env) [08:53:47.555] | : . ' , } [08:53:47.555] | : . ' , if (identical(penv, globalenv())) { [08:53:47.555] | : . ' , environment(...future.FUN) <- environment() [08:53:47.555] | : . ' , } [08:53:47.555] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:47.555] | : . ' , !isNamespace(penv)) { [08:53:47.555] | : . ' , parent.env(penv) <- environment() [08:53:47.555] | : . ' , } [08:53:47.555] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [08:53:47.555] | : . ' , { [08:53:47.555] | : . ' , "# future.apply:::future_xapply(): preserve future option" [08:53:47.555] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:47.555] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:47.555] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:47.555] | : . ' , on.exit(options(oopts), add = TRUE) [08:53:47.555] | : . ' , } [08:53:47.555] | : . ' , { [08:53:47.555] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [08:53:47.555] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:47.555] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:47.555] | : . ' , { [08:53:47.555] | : . ' , ...future.FUN(...future.X_jj, ...) [08:53:47.555] | : . ' , } [08:53:47.555] | : . ' , }) [08:53:47.555] | : . ' , } [08:53:47.555] | : . ' , } [08:53:47.555] | : . ' , }, args = future.call.arguments) [08:53:47.555] | : . ' , } [08:53:47.557] | : . ' Tweak future expression to call with '...' arguments ... done [08:53:47.557] | : . ' Search for packages associated with the globals ... [08:53:47.557] | : . ' , Packages associated with globals: [0] [08:53:47.558] | : . ' , Packages: [0] [08:53:47.558] | : . ' Search for packages associated with the globals ... done [08:53:47.558] | : . ' Packages after dropping 'base': [0] [08:53:47.559] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:47.559] | : . ' packages: [0] [08:53:47.559] | : . getGlobalsAndPackages() ... done [08:53:47.560] | : . run() for 'Future' ('future_lapply-2') ... [08:53:47.560] | : . ' state: 'created' [08:53:47.560] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:47.560] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:47.561] | : . ' Using MultisessionFutureBackend ... [08:53:47.561] | : . ' , Number of futures since start: 3 (3 created, 3 launched, 2 finished) [08:53:47.561] | : . ' , Launching futures ... [08:53:47.561] | : . ' , ; launchFuture() for ClusterFutureBackend ... [08:53:47.562] | : . ' , ; ` Workers: [n=2] [08:53:47.562] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:47.564] | : . ' , ; ` FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:47.565] | : . ' , ; ` requestWorker() ... [08:53:47.565] | : . ' , ; ` | requestNode() ... [08:53:47.565] | : . ' , ; ` | : Number of workers: 2 [08:53:47.565] | : . ' , ; ` | : Polling for a free worker ... [08:53:47.566] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:47.566] | : . ' , ; ` | : . ' Listing all futures [08:53:47.566] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:47.566] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:47.566] | : . ' , ; ` | : . Total time: 0 [08:53:47.567] | : . ' , ; ` | : Polling for a free worker ... done [08:53:47.567] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:47.567] | : . ' , ; ` | : . Listing all futures [08:53:47.567] | : . ' , ; ` | : . Number of registered futures: 1 [08:53:47.568] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:47.568] | : . ' , ; ` | : avail: [n=2] '2' [08:53:47.568] | : . ' , ; ` | : Index of first available worker: 2 [08:53:47.568] | : . ' , ; ` | : Validate that the worker is functional ... [08:53:47.639] | : . ' , ; ` | : . Worker is functional [08:53:47.640] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:47.640] | : . ' , ; ` | : . ' Listing all futures [08:53:47.640] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:47.640] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:47.641] | : . ' , ; ` | : Validate that the worker is functional ... done [08:53:47.641] | : . ' , ; ` | requestNode() ... done [08:53:47.641] | : . ' , ; ` | cluster node index: 2 [08:53:47.641] | : . ' , ; ` requestWorker() ... done [08:53:47.641] | : . ' , ; ` eraseGlobalEnvironment() ... [08:53:47.642] | : . ' , ; ` eraseGlobalEnvironment() ... done [08:53:47.643] | : . ' , ; ` launchFuture() ... [08:53:47.643] | : . ' , ; ` | cluster node index: 2 [08:53:47.643] | : . ' , ; ` | getFutureData() ... [08:53:47.644] | : . ' , ; ` | : getFutureCore() ... [08:53:47.644] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [08:53:47.644] | : . ' , ; ` | : getFutureCore() ... done [08:53:47.645] | : . ' , ; ` | : getFutureCapture() ... [08:53:47.645] | : . ' , ; ` | : getFutureCapture() ... done [08:53:47.645] | : . ' , ; ` | : getFutureContext() ... [08:53:47.646] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:47.646] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [08:53:47.647] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:47.647] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [08:53:47.647] | : . ' , ; ` | : getFutureContext() ... done [08:53:47.648] | : . ' , ; ` | getFutureData() ... done [08:53:47.649] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:47.649] | : . ' , ; ` | : Appended future to position #2 [08:53:47.649] | : . ' , ; ` | : Number of registered futures: 2 [08:53:47.650] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:47.650] | : . ' , ; ` launchFuture() ... done [08:53:47.651] | : . ' , ; ` MultisessionFuture started [08:53:47.651] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [08:53:47.651] | : . ' , Launching futures ... done [08:53:47.652] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:47.652] | : . ' Using MultisessionFutureBackend ... done [08:53:47.652] | : . run() for 'Future' ('future_lapply-2') ... done [08:53:47.653] | : future(..., label = 'future_lapply-2') ... done [08:53:47.653] | : Created future: [08:53:47.657] | : resolved() for MultisessionFuture ('future_lapply-2') ... [08:53:47.658] | : . Cluster node socket connection: index=5, id=432 [08:53:47.658] | : . assertValidConnection() ... [08:53:47.658] | : . ' cluster node index: 2 [08:53:47.663] | : . assertValidConnection() ... done [08:53:47.663] | : . receiveMessageFromWorker() for ClusterFuture ... [08:53:47.663] | : . ' cluster node index: 2 [08:53:47.664] | : . ' [1] TRUE [08:53:47.664] | : . ' received data: [08:53:47.664] | : . ' List of 5 [08:53:47.664] | : . ' $ type : chr "VALUE" [08:53:47.664] | : . ' $ value :List of 16 [08:53:47.664] | : . ' ..$ value :List of 1 [08:53:47.664] | : . ' .. ..$ : int 0 [08:53:47.664] | : . ' ..$ visible : logi TRUE [08:53:47.664] | : . ' ..$ stdout : chr "[1] 0\n" [08:53:47.664] | : . ' ..$ conditions : list() [08:53:47.664] | : . ' ..$ rng : logi FALSE [08:53:47.664] | : . ' ..$ seed : NULL [08:53:47.664] | : . ' ..$ misuseGlobalEnv : NULL [08:53:47.664] | : . ' ..$ misuseConnections :List of 3 [08:53:47.664] | : . ' .. ..$ added : NULL [08:53:47.664] | : . ' .. ..$ removed : NULL [08:53:47.664] | : . ' .. ..$ replaced: NULL [08:53:47.664] | : . ' ..$ misuseDevices : NULL [08:53:47.664] | : . ' ..$ misuseDefaultDevice: list() [08:53:47.664] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:47" [08:53:47.664] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:47" [08:53:47.664] | : . ' ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "10" [08:53:47.664] | : . ' ..$ session_uuid : chr "35447193e0f61fb6ad38cd7aa0633902" [08:53:47.664] | : . ' .. ..- attr(*, "source")=List of 5 [08:53:47.664] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [08:53:47.664] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:47.664] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:47.664] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:47.664] | : . ' .. .. ..$ pid : int 118316 [08:53:47.664] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:47.664] | : . ' .. .. ..$ random: int 2147483647 [08:53:47.664] | : . ' ..$ r_info :List of 4 [08:53:47.664] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:47.664] | : . ' .. .. ..$ : int [1:3] 4 6 0 [08:53:47.664] | : . ' .. ..$ os : chr "windows" [08:53:47.664] | : . ' .. ..$ os_name : chr "Windows" [08:53:47.664] | : . ' .. ..$ captures_utf8: logi TRUE [08:53:47.664] | : . ' ..$ version : chr "1.8" [08:53:47.664] | : . ' ..- attr(*, "class")= chr "FutureResult" [08:53:47.664] | : . ' $ success: logi TRUE [08:53:47.664] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [08:53:47.664] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:47.664] | : . ' $ tag : NULL [08:53:47.691] | : . ' Received FutureResult [08:53:47.692] | : . ' FutureResult: [08:53:47.692] | : . ' value: 'list' [08:53:47.692] | : . ' visible: TRUE [08:53:47.692] | : . ' stdout: character [08:53:47.692] | : . ' conditions: [n = 0] [08:53:47.692] | : . ' RNG used: FALSE [08:53:47.692] | : . ' duration: 0.006155014 secs (started 2025-06-06 08:53:47.649486) [08:53:47.692] | : . ' version: 1.8 [08:53:47.693] | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:47.693] | : . ' , Removed future from position #2 [08:53:47.694] | : . ' , Number of registered futures: 1 [08:53:47.694] | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:47.694] | : . ' Erased future from future backend [08:53:47.695] | : . ' result() for ClusterFuture ... [08:53:47.695] | : . ' , result already collected: FutureResult [08:53:47.695] | : . ' result() for ClusterFuture ... done [08:53:47.696] | : . ' signalConditions() ... [08:53:47.696] | : . ' , include = 'immediateCondition' [08:53:47.696] | : . ' , exclude = [08:53:47.697] | : . ' , resignal = FALSE [08:53:47.697] | : . ' , Number of conditions: 0 [08:53:47.697] | : . ' , int 0 [08:53:47.698] | : . ' signalConditions() ... done [08:53:47.699] | : . receiveMessageFromWorker() for ClusterFuture ... done [08:53:47.699] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:47.700] | : resolved() for MultisessionFuture ('future_lapply-2') ... done [08:53:47.700] | : assertFutureResult() ... [08:53:47.700] | : . Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:47.700] | : . Future uuid: 10 [08:53:47.701] | : . identical; success [08:53:47.701] | : assertFutureResult() ... done [08:53:47.653] | : MultisessionFuture: [08:53:47.653] | : Label: 'future_lapply-2' [08:53:47.653] | : Expression: [08:53:47.653] | : { [08:53:47.653] | : "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:47.653] | : "# expression in do.call(), because function called uses '...' " [08:53:47.653] | : "# as a global variable " [08:53:47.653] | : do.call(function(...) { [08:53:47.653] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:47.653] | : "# without having an '...' argument. This means '...' is treated" [08:53:47.653] | : "# as a global variable. This may happen when FUN() is an " [08:53:47.653] | : "# anonymous function. " [08:53:47.653] | : "# " [08:53:47.653] | : "# If an anonymous function, we will make sure to restore the " [08:53:47.653] | : "# function environment of FUN() to the calling environment. " [08:53:47.653] | : "# We assume FUN() an anonymous function if it lives in the " [08:53:47.653] | : "# global environment, which is where globals are written. " [08:53:47.653] | : penv <- env <- environment(...future.FUN) [08:53:47.653] | : repeat { [08:53:47.653] | : if (identical(env, globalenv()) || identical(env, [08:53:47.653] | : emptyenv())) [08:53:47.653] | : break [08:53:47.653] | : penv <- env [08:53:47.653] | : env <- parent.env(env) [08:53:47.653] | : } [08:53:47.653] | : if (identical(penv, globalenv())) { [08:53:47.653] | : environment(...future.FUN) <- environment() [08:53:47.653] | : } [08:53:47.653] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:47.653] | : !isNamespace(penv)) { [08:53:47.653] | : parent.env(penv) <- environment() [08:53:47.653] | : } [08:53:47.653] | : rm(list = c("env", "penv"), inherits = FALSE) [08:53:47.653] | : { [08:53:47.653] | : "# future.apply:::future_xapply(): preserve future option" [08:53:47.653] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:47.653] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:47.653] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:47.653] | : on.exit(options(oopts), add = TRUE) [08:53:47.653] | : } [08:53:47.653] | : { [08:53:47.653] | : "# future.apply::future_lapply(): process chunk of elements" [08:53:47.653] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:47.653] | : ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:47.653] | : { [08:53:47.653] | : ...future.FUN(...future.X_jj, ...) [08:53:47.653] | : } [08:53:47.653] | : }) [08:53:47.653] | : } [08:53:47.653] | : } [08:53:47.653] | : }, args = future.call.arguments) [08:53:47.653] | : } [08:53:47.653] | : 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) [08:53:47.653] | : Packages: [08:53:47.653] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:47.653] | : Capture standard output: TRUE [08:53:47.653] | : Capture condition classes: 'condition' (excluding '') [08:53:47.653] | : Immediate condition classes: 'immediateCondition' [08:53:47.653] | : Lazy evaluation: FALSE [08:53:47.653] | : Local evaluation: TRUE [08:53:47.653] | : Asynchronous evaluation: TRUE [08:53:47.653] | : Early signaling: FALSE [08:53:47.653] | : Environment: R_GlobalEnv [08:53:47.653] | : State: 'running' [08:53:47.653] | : Resolved: TRUE [08:53:47.653] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-10 [08:53:47.653] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:47.653] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:47.653] | : Value: [08:53:47.653] | : Conditions captured: [08:53:47.702] | : Chunk #2 of 2 ... DONE [08:53:47.703] | : Launching 2 futures (chunks) ... DONE [08:53:47.703] | : Resolving 2 futures (chunks) ... [08:53:47.703] | : value() for list ... [08:53:47.704] | : . recursive: 0 [08:53:47.704] | : . reduce: FALSE [08:53:47.705] | : . length: 2 [08:53:47.705] | : . Number of remaining objects: 2 [08:53:47.705] | : . checking value #1: [08:53:47.706] | : . 'obj' is MultisessionFuture [08:53:47.706] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [08:53:47.707] | : . ' Cluster node socket connection: index=4, id=431 [08:53:47.707] | : . ' assertValidConnection() ... [08:53:47.707] | : . ' , cluster node index: 1 [08:53:47.708] | : . ' assertValidConnection() ... done [08:53:47.864] | : . ' receiveMessageFromWorker() for ClusterFuture ... [08:53:47.865] | : . ' , cluster node index: 1 [08:53:47.866] | : . ' , [1] TRUE [08:53:47.866] | : . ' , received data: [08:53:47.866] | : . ' , List of 5 [08:53:47.866] | : . ' , $ type : chr "VALUE" [08:53:47.866] | : . ' , $ value :List of 16 [08:53:47.866] | : . ' , ..$ value :List of 1 [08:53:47.866] | : . ' , .. ..$ : int 1 [08:53:47.866] | : . ' , ..$ visible : logi TRUE [08:53:47.866] | : . ' , ..$ stdout : chr "[1] 1\n" [08:53:47.866] | : . ' , ..$ conditions : list() [08:53:47.866] | : . ' , ..$ rng : logi FALSE [08:53:47.866] | : . ' , ..$ seed : NULL [08:53:47.866] | : . ' , ..$ misuseGlobalEnv : NULL [08:53:47.866] | : . ' , ..$ misuseConnections :List of 3 [08:53:47.866] | : . ' , .. ..$ added : NULL [08:53:47.866] | : . ' , .. ..$ removed : NULL [08:53:47.866] | : . ' , .. ..$ replaced: NULL [08:53:47.866] | : . ' , ..$ misuseDevices : NULL [08:53:47.866] | : . ' , ..$ misuseDefaultDevice: list() [08:53:47.866] | : . ' , ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:47" [08:53:47.866] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:47" [08:53:47.866] | : . ' , ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "9" [08:53:47.866] | : . ' , ..$ session_uuid : chr "6d414de52db0613e1857cade86d33a26" [08:53:47.866] | : . ' , .. ..- attr(*, "source")=List of 5 [08:53:47.866] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [08:53:47.866] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:47.866] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:47.866] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:47.866] | : . ' , .. .. ..$ pid : int 191980 [08:53:47.866] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:47.866] | : . ' , .. .. ..$ random: int 2147483647 [08:53:47.866] | : . ' , ..$ r_info :List of 4 [08:53:47.866] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:47.866] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [08:53:47.866] | : . ' , .. ..$ os : chr "windows" [08:53:47.866] | : . ' , .. ..$ os_name : chr "Windows" [08:53:47.866] | : . ' , .. ..$ captures_utf8: logi TRUE [08:53:47.866] | : . ' , ..$ version : chr "1.8" [08:53:47.866] | : . ' , ..- attr(*, "class")= chr "FutureResult" [08:53:47.866] | : . ' , $ success: logi TRUE [08:53:47.866] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.52 NA NA [08:53:47.866] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:47.866] | : . ' , $ tag : NULL [08:53:47.889] | : . ' , Received FutureResult [08:53:47.889] | : . ' , FutureResult: [08:53:47.889] | : . ' , value: 'list' [08:53:47.889] | : . ' , visible: TRUE [08:53:47.889] | : . ' , stdout: character [08:53:47.889] | : . ' , conditions: [n = 0] [08:53:47.889] | : . ' , RNG used: FALSE [08:53:47.889] | : . ' , duration: 0.5134618 secs (started 2025-06-06 08:53:47.349548) [08:53:47.889] | : . ' , version: 1.8 [08:53:47.890] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:47.890] | : . ' , ; Removed future from position #1 [08:53:47.891] | : . ' , ; Number of registered futures: 0 [08:53:47.891] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:47.891] | : . ' , Erased future from future backend [08:53:47.892] | : . ' , result() for ClusterFuture ... [08:53:47.892] | : . ' , ; result already collected: FutureResult [08:53:47.892] | : . ' , result() for ClusterFuture ... done [08:53:47.892] | : . ' , signalConditions() ... [08:53:47.893] | : . ' , ; include = 'immediateCondition' [08:53:47.893] | : . ' , ; exclude = [08:53:47.893] | : . ' , ; resignal = FALSE [08:53:47.894] | : . ' , ; Number of conditions: 0 [08:53:47.894] | : . ' , ; int 0 [08:53:47.895] | : . ' , signalConditions() ... done [08:53:47.895] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [08:53:47.895] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:47.895] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [08:53:47.896] | : . assertFutureResult() ... [08:53:47.896] | : . ' Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:47.896] | : . ' Future uuid: 9 [08:53:47.896] | : . ' identical; success [08:53:47.897] | : . assertFutureResult() ... done [08:53:47.897] | : . MultisessionFuture #1 [08:53:47.897] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:47.897] | : . ' nx: 2 [08:53:47.898] | : . ' relay: TRUE [08:53:47.898] | : . ' stdout: TRUE [08:53:47.898] | : . ' signal: TRUE [08:53:47.898] | : . ' resignal: FALSE [08:53:47.899] | : . ' force: TRUE [08:53:47.899] | : . ' relayed: [n=2] FALSE, FALSE [08:53:47.899] | : . ' queued futures: [n=2] FALSE, FALSE [08:53:47.899] | : . ' until=1 [08:53:47.900] | : . ' relaying element #1 [08:53:47.900] | : . ' value() for MultisessionFuture ('future_lapply-1') ... [08:53:47.900] | : . ' , result() for ClusterFuture ... [08:53:47.901] | : . ' , ; result already collected: FutureResult [08:53:47.901] | : . ' , result() for ClusterFuture ... done [08:53:47.901] | : . ' , result() for ClusterFuture ... [08:53:47.901] | : . ' , ; result already collected: FutureResult [08:53:47.902] | : . ' , result() for ClusterFuture ... done [08:53:47.902] | : . ' , signalConditions() ... [08:53:47.902] | : . ' , ; include = 'immediateCondition' [08:53:47.903] | : . ' , ; exclude = [08:53:47.903] | : . ' , ; resignal = FALSE [08:53:47.903] | : . ' , ; Number of conditions: 0 [08:53:47.903] | : . ' , ; int 0 [08:53:47.904] | : . ' , signalConditions() ... done [08:53:47.904] | : . ' , relay stdout ... [08:53:47.905] | : . ' , relay stdout ... done [08:53:47.905] | : . ' , check for misuse ... [08:53:47.905] | : . ' , check for misuse ... done [08:53:47.906] | : . ' value() for MultisessionFuture ('future_lapply-1') ... done [08:53:47.906] | : . ' result() for ClusterFuture ... [08:53:47.906] | : . ' , result already collected: FutureResult [08:53:47.907] | : . ' result() for ClusterFuture ... done [08:53:47.907] | : . ' signalConditions() ... [08:53:47.907] | : . ' , include = 'immediateCondition' [08:53:47.907] | : . ' , exclude = [08:53:47.908] | : . ' , resignal = FALSE [08:53:47.908] | : . ' , Number of conditions: 0 [08:53:47.908] | : . ' , int 0 [08:53:47.909] | : . ' signalConditions() ... done [08:53:47.909] | : . ' result() for ClusterFuture ... [08:53:47.909] | : . ' , result already collected: FutureResult [08:53:47.910] | : . ' result() for ClusterFuture ... done [08:53:47.910] | : . ' signalConditions() ... [08:53:47.910] | : . ' , include = 'condition' [08:53:47.911] | : . ' , exclude = 'error', 'immediateCondition' [08:53:47.911] | : . ' , resignal = TRUE [08:53:47.911] | : . ' , Number of conditions: 0 [08:53:47.911] | : . ' , int 0 [08:53:47.912] | : . ' signalConditions() ... done [08:53:47.912] | : . ' relayed: [n=2] TRUE, FALSE [08:53:47.913] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:47.913] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:47.913] | : . value(, ...) ... [08:53:47.914] | : . value(, ...) ... done [08:53:47.914] | : . value() for MultisessionFuture ('future_lapply-1') ... [08:53:47.914] | : . ' result() for ClusterFuture ... [08:53:47.914] | : . ' , result already collected: FutureResult [08:53:47.915] | : . ' result() for ClusterFuture ... done [08:53:47.915] | : . ' result() for ClusterFuture ... [08:53:47.915] | : . ' , result already collected: FutureResult [08:53:47.916] | : . ' result() for ClusterFuture ... done [08:53:47.916] | : . ' signalConditions() ... [08:53:47.916] | : . ' , include = 'immediateCondition' [08:53:47.916] | : . ' , exclude = [08:53:47.917] | : . ' , resignal = FALSE [08:53:47.917] | : . ' , Number of conditions: 0 [08:53:47.917] | : . ' , int 0 [08:53:47.918] | : . ' signalConditions() ... done [08:53:47.918] | : . ' check for misuse ... [08:53:47.919] | : . ' check for misuse ... done [08:53:47.919] | : . value() for MultisessionFuture ('future_lapply-1') ... done [08:53:47.919] | : . value: [08:53:47.919] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:47.920] | : . ' nx: 2 [08:53:47.920] | : . ' relay: TRUE [08:53:47.920] | : . ' stdout: TRUE [08:53:47.920] | : . ' signal: TRUE [08:53:47.921] | : . ' resignal: FALSE [08:53:47.921] | : . ' force: TRUE [08:53:47.921] | : . ' relayed: [n=2] TRUE, FALSE [08:53:47.922] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:47.922] | : . ' until=2 [08:53:47.922] | : . ' relaying element #2 [08:53:47.922] | : . ' relayed: [n=2] TRUE, FALSE [08:53:47.923] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:47.923] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:47.923] | : . resolve() for MultisessionFuture ... [08:53:47.923] | : . resolve() for MultisessionFuture ... done [08:53:47.924] | : . length: 1 (resolved future 1) [08:53:47.924] | : value() for list ... done [08:53:47.924] | : checking value #2: [08:53:47.925] | : 'obj' is MultisessionFuture [08:53:47.925] | : MultisessionFuture #2 [08:53:47.925] | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:47.925] | : . nx: 2 [08:53:47.926] | : . relay: TRUE [08:53:47.926] | : . stdout: TRUE [08:53:47.926] | : . signal: TRUE [08:53:47.926] | : . resignal: FALSE [08:53:47.927] | : . force: TRUE [08:53:47.927] | : . relayed: [n=2] TRUE, FALSE [08:53:47.927] | : . queued futures: [n=2] TRUE, FALSE [08:53:47.928] | : . until=2 [08:53:47.928] | : . relaying element #2 [08:53:47.928] | : . value() for MultisessionFuture ('future_lapply-2') ... [08:53:47.928] | : . ' result() for ClusterFuture ... [08:53:47.929] | : . ' , result already collected: FutureResult [08:53:47.929] | : . ' result() for ClusterFuture ... done [08:53:47.929] | : . ' result() for ClusterFuture ... [08:53:47.930] | : . ' , result already collected: FutureResult [08:53:47.930] | : . ' result() for ClusterFuture ... done [08:53:47.930] | : . ' signalConditions() ... [08:53:47.930] | : . ' , include = 'immediateCondition' [08:53:47.931] | : . ' , exclude = [08:53:47.931] | : . ' , resignal = FALSE [08:53:47.931] | : . ' , Number of conditions: 0 [08:53:47.931] | : . ' , int 0 [08:53:47.932] | : . ' signalConditions() ... done [08:53:47.933] | : . ' relay stdout ... [08:53:47.933] | : . ' relay stdout ... done [08:53:47.933] | : . ' check for misuse ... [08:53:47.934] | : . ' check for misuse ... done [08:53:47.934] | : . value() for MultisessionFuture ('future_lapply-2') ... done [08:53:47.934] | : . result() for ClusterFuture ... [08:53:47.934] | : . ' result already collected: FutureResult [08:53:47.935] | : . result() for ClusterFuture ... done [08:53:47.935] | : . signalConditions() ... [08:53:47.935] | : . ' include = 'immediateCondition' [08:53:47.935] | : . ' exclude = [08:53:47.936] | : . ' resignal = FALSE [08:53:47.936] | : . ' Number of conditions: 0 [08:53:47.936] | : . ' int 0 [08:53:47.937] | : . signalConditions() ... done [08:53:47.937] | : . result() for ClusterFuture ... [08:53:47.937] | : . ' result already collected: FutureResult [08:53:47.937] | : . result() for ClusterFuture ... done [08:53:47.938] | : . signalConditions() ... [08:53:47.938] | : . ' include = 'condition' [08:53:47.938] | : . ' exclude = 'error', 'immediateCondition' [08:53:47.938] | : . ' resignal = TRUE [08:53:47.939] | : . ' Number of conditions: 0 [08:53:47.939] | : . ' int 0 [08:53:47.940] | : . signalConditions() ... done [08:53:47.940] | : . relayed: [n=2] TRUE, TRUE [08:53:47.940] | : . queued futures: [n=2] TRUE, TRUE [08:53:47.941] | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:47.941] | : value(, ...) ... [08:53:47.941] | : value(, ...) ... done [08:53:47.941] | : value() for MultisessionFuture ('future_lapply-2') ... [08:53:47.942] | : . result() for ClusterFuture ... [08:53:47.942] | : . ' result already collected: FutureResult [08:53:47.942] | : . result() for ClusterFuture ... done [08:53:47.943] | : . result() for ClusterFuture ... [08:53:47.943] | : . ' result already collected: FutureResult [08:53:47.943] | : . result() for ClusterFuture ... done [08:53:47.943] | : . signalConditions() ... [08:53:47.944] | : . ' include = 'immediateCondition' [08:53:47.944] | : . ' exclude = [08:53:47.944] | : . ' resignal = FALSE [08:53:47.944] | : . ' Number of conditions: 0 [08:53:47.945] | : . ' int 0 [08:53:47.946] | : . signalConditions() ... done [08:53:47.946] | : . check for misuse ... [08:53:47.946] | : . check for misuse ... done [08:53:47.946] | : value() for MultisessionFuture ('future_lapply-2') ... done [08:53:47.947] | : value: [08:53:47.947] | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:47.947] | : . nx: 2 [08:53:47.948] | : . relay: TRUE [08:53:47.948] | : . stdout: TRUE [08:53:47.948] | : . signal: TRUE [08:53:47.948] | : . resignal: FALSE [08:53:47.949] | : . force: TRUE [08:53:47.949] | : . relayed: [n=2] TRUE, TRUE [08:53:47.949] | : . queued futures: [n=2] TRUE, TRUE [08:53:47.949] | : . until=2 [08:53:47.950] | : . relayed: [n=2] TRUE, TRUE [08:53:47.950] | : . queued futures: [n=2] TRUE, TRUE [08:53:47.950] | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:47.951] | : resolve() for MultisessionFuture ... [08:53:47.951] | : resolve() for MultisessionFuture ... done [08:53:47.951] | : length: 0 (resolved future 2) [08:53:47.951] | future_lapply() -> future_xapply() ... done [08:53:47.952] | Relaying remaining futures ... [08:53:47.952] | : signalConditionsASAP(NULL, pos=0) ... [08:53:47.952] | : . nx: 2 [08:53:47.953] | : . relay: TRUE [08:53:47.953] | : . stdout: TRUE [08:53:47.953] | : . signal: TRUE [08:53:47.953] | : . resignal: FALSE [08:53:47.954] | : . force: TRUE [08:53:47.954] | : . relayed: [n=2] TRUE, TRUE [08:53:47.954] | : . queued futures: [n=2] TRUE, TRUE - flush all [08:53:47.955] | : . relayed: [n=2] TRUE, TRUE [08:53:47.955] | : . queued futures: [n=2] TRUE, TRUE [08:53:47.955] | : signalConditionsASAP(NULL, pos=0) ... done [08:53:47.955] | Relaying remaining futures ... done [08:53:47.956] future_lapply() ... done [08:53:47.956] - Number of value chunks collected: 2 [08:53:47.956] Resolving 2 futures (chunks) ... DONE [08:53:47.956] Reducing values from 2 chunks ... [08:53:47.957] - Number of values collected after concatenation: 2 [08:53:47.957] - Number of values expected: 2 [08:53:47.957] Reducing values from 2 chunks ... DONE * future_lapply(x, ..., future.stdout = TRUE) ... DONE * future_lapply(x, ..., future.stdout = NA) ... [08:53:47.958] future_lapply() ... [08:53:47.960] | Globals in FUN(): [n=4] '{', 'Sys.sleep', '/', 'print' [08:53:47.960] | => Will pass '...' to FUN(): '{', ' ...future.FUN(...future.X_jj, ...)', '}' [08:53:47.961] | future_lapply() -> future_xapply() ... [08:53:47.961] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:47.961] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:47.962] | : Number of chunks: 2 [08:53:47.962] | : getGlobalsAndPackagesXApply() ... [08:53:47.963] | : . future.globals: TRUE [08:53:47.963] | : . getGlobalsAndPackages() ... [08:53:47.963] | : . ' Searching for globals ... [08:53:47.979] | : . ' , globals found: [5] 'FUN', '{', 'Sys.sleep', '/', 'print' [08:53:47.979] | : . ' Searching for globals ... done [08:53:47.983] | : . ' Resolving globals: FALSE [08:53:47.983] | : . ' Search for packages associated with the globals ... [08:53:47.984] | : . ' , Packages associated with globals: [1] 'base' [08:53:47.984] | : . ' , Packages: [1] 'base' [08:53:47.985] | : . ' Search for packages associated with the globals ... done [08:53:47.985] | : . ' The total size of the 1 globals is 841 bytes (841 bytes) [08:53:47.986] | : . ' 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') [08:53:47.986] | : . ' Packages after dropping 'base': [0] [08:53:47.987] | : . ' globals: [1] 'FUN' [08:53:47.987] | : . ' packages: [0] [08:53:47.987] | : . getGlobalsAndPackages() ... done [08:53:47.987] | : . globals found/used: [n=1] 'FUN' [08:53:47.988] | : . needed namespaces: [n=0] [08:53:47.988] | : . use_args: TRUE [08:53:47.988] | : . Getting '...' globals ... [08:53:47.989] | : . ' resolve() for FutureGlobals ... [08:53:47.989] | : . ' , recursive: 0 [08:53:47.990] | : . ' , Number of elements: 1 [08:53:47.990] | : . ' , elements: '...' [08:53:47.990] | : . ' , 'obj' is DotDotDotList [08:53:47.991] | : . ' , resolve(obj, ...) ... [08:53:47.991] | : . ' , ; resolve() for DotDotDotList ... [08:53:47.991] | : . ' , ; ` recursive: -1 [08:53:47.991] | : . ' , ; resolve() for DotDotDotList ... done [08:53:47.992] | : . ' , resolve(obj, ...) ... done [08:53:47.992] | : . ' , resolved() for DotDotDotList ... [08:53:47.992] | : . ' , ; Number of elements: 0 [08:53:47.993] | : . ' , ; Number of futures: 0 [08:53:47.993] | : . ' , resolved() for DotDotDotList ... done [08:53:47.993] | : . ' , length: 0 (resolved future 1) [08:53:47.994] | : . ' resolve() for FutureGlobals ... done [08:53:47.994] | : . ' '...' content: [n=0] [08:53:47.994] | : . ' List of 1 [08:53:47.994] | : . ' $ ...: list() [08:53:47.994] | : . ' ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:47.994] | : . ' - attr(*, "where")=List of 1 [08:53:47.994] | : . ' ..$ ...: [08:53:47.994] | : . ' - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:47.994] | : . ' - attr(*, "resolved")= logi TRUE [08:53:47.994] | : . ' - attr(*, "total_size")= num NA [08:53:47.999] | : . Getting '...' globals ... done [08:53:48.000] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', '...' [08:53:48.000] | : . List of 2 [08:53:48.000] | : . $ ...future.FUN:function (x) [08:53:48.000] | : . $ ... : list() [08:53:48.000] | : . ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:48.000] | : . - attr(*, "where")=List of 2 [08:53:48.000] | : . ..$ ...future.FUN: [08:53:48.000] | : . ..$ ... : [08:53:48.000] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:48.000] | : . - attr(*, "resolved")= logi FALSE [08:53:48.000] | : . - attr(*, "total_size")= num 6008 [08:53:48.006] | : . Packages to be attached in all futures: [n=0] [08:53:48.006] | : getGlobalsAndPackagesXApply() ... done [08:53:48.006] | : Globals pass to each chunk: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.007] | : List of 5 [08:53:48.007] | : $ ...future.FUN :function (x) [08:53:48.007] | : $ ... : list() [08:53:48.007] | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:53:48.007] | : $ ...future.elements_ii : NULL [08:53:48.007] | : $ ...future.seeds_ii : NULL [08:53:48.007] | : $ ...future.globals.maxSize: NULL [08:53:48.007] | : - attr(*, "where")=List of 5 [08:53:48.007] | : ..$ ...future.FUN : [08:53:48.007] | : ..$ ... : [08:53:48.007] | : ..$ ...future.elements_ii : [08:53:48.007] | : ..$ ...future.seeds_ii : [08:53:48.007] | : ..$ ...future.globals.maxSize: [08:53:48.007] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:48.007] | : - attr(*, "resolved")= logi FALSE [08:53:48.007] | : - attr(*, "total_size")= num 6008 [08:53:48.015] | : Number of futures (= number of chunks): 2 [08:53:48.015] | : Launching 2 futures (chunks) ... [08:53:48.016] | : Chunk #1 of 2 ... [08:53:48.016] | : - Finding globals in 'X' for chunk #1 ... [08:53:48.016] | : getGlobalsAndPackages() ... [08:53:48.017] | : . Searching for globals ... [08:53:48.017] | : . ' globals found: [0] [08:53:48.017] | : . Searching for globals ... done [08:53:48.018] | : . globals: [0] [08:53:48.018] | : . packages: [0] [08:53:48.018] | : getGlobalsAndPackages() ... done [08:53:48.018] | : + additional globals found: [n=0] [08:53:48.018] | : + additional namespaces needed: [n=0] [08:53:48.019] | : - Finding globals in 'X' for chunk #1 ... DONE [08:53:48.019] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:48.019] | : - seeds: [08:53:48.019] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.020] | : future(..., label = 'future_lapply-1') ... [08:53:48.020] | : . lazy: FALSE [08:53:48.020] | : . stdout: NA [08:53:48.020] | : . conditions: [n=1] 'condition' [08:53:48.021] | : . gc: FALSE [08:53:48.021] | : . earlySignal: FALSE [08:53:48.021] | : . getGlobalsAndPackages() ... [08:53:48.021] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.022] | : . ' Resolving globals: FALSE [08:53:48.022] | : . ' Tweak future expression to call with '...' arguments ... [08:53:48.022] | : . ' , { [08:53:48.022] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:48.022] | : . ' , "# expression in do.call(), because function called uses '...' " [08:53:48.022] | : . ' , "# as a global variable " [08:53:48.022] | : . ' , do.call(function(...) { [08:53:48.022] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:48.022] | : . ' , "# without having an '...' argument. This means '...' is treated" [08:53:48.022] | : . ' , "# as a global variable. This may happen when FUN() is an " [08:53:48.022] | : . ' , "# anonymous function. " [08:53:48.022] | : . ' , "# " [08:53:48.022] | : . ' , "# If an anonymous function, we will make sure to restore the " [08:53:48.022] | : . ' , "# function environment of FUN() to the calling environment. " [08:53:48.022] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [08:53:48.022] | : . ' , "# global environment, which is where globals are written. " [08:53:48.022] | : . ' , penv <- env <- environment(...future.FUN) [08:53:48.022] | : . ' , repeat { [08:53:48.022] | : . ' , if (identical(env, globalenv()) || identical(env, [08:53:48.022] | : . ' , emptyenv())) [08:53:48.022] | : . ' , break [08:53:48.022] | : . ' , penv <- env [08:53:48.022] | : . ' , env <- parent.env(env) [08:53:48.022] | : . ' , } [08:53:48.022] | : . ' , if (identical(penv, globalenv())) { [08:53:48.022] | : . ' , environment(...future.FUN) <- environment() [08:53:48.022] | : . ' , } [08:53:48.022] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:48.022] | : . ' , !isNamespace(penv)) { [08:53:48.022] | : . ' , parent.env(penv) <- environment() [08:53:48.022] | : . ' , } [08:53:48.022] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [08:53:48.022] | : . ' , { [08:53:48.022] | : . ' , "# future.apply:::future_xapply(): preserve future option" [08:53:48.022] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:48.022] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:48.022] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:48.022] | : . ' , on.exit(options(oopts), add = TRUE) [08:53:48.022] | : . ' , } [08:53:48.022] | : . ' , { [08:53:48.022] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [08:53:48.022] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:48.022] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:48.022] | : . ' , { [08:53:48.022] | : . ' , ...future.FUN(...future.X_jj, ...) [08:53:48.022] | : . ' , } [08:53:48.022] | : . ' , }) [08:53:48.022] | : . ' , } [08:53:48.022] | : . ' , } [08:53:48.022] | : . ' , }, args = future.call.arguments) [08:53:48.022] | : . ' , } [08:53:48.024] | : . ' Tweak future expression to call with '...' arguments ... done [08:53:48.024] | : . ' Search for packages associated with the globals ... [08:53:48.025] | : . ' , Packages associated with globals: [0] [08:53:48.026] | : . ' , Packages: [0] [08:53:48.026] | : . ' Search for packages associated with the globals ... done [08:53:48.026] | : . ' Packages after dropping 'base': [0] [08:53:48.026] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.027] | : . ' packages: [0] [08:53:48.027] | : . getGlobalsAndPackages() ... done [08:53:48.028] | : . run() for 'Future' ('future_lapply-1') ... [08:53:48.028] | : . ' state: 'created' [08:53:48.028] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:48.029] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:48.029] | : . ' Using MultisessionFutureBackend ... [08:53:48.029] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [08:53:48.029] | : . ' , Launching futures ... [08:53:48.030] | : . ' , ; launchFuture() for ClusterFutureBackend ... [08:53:48.030] | : . ' , ; ` Workers: [n=2] [08:53:48.030] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:48.034] | : . ' , ; ` FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:48.034] | : . ' , ; ` requestWorker() ... [08:53:48.034] | : . ' , ; ` | requestNode() ... [08:53:48.035] | : . ' , ; ` | : Number of workers: 2 [08:53:48.035] | : . ' , ; ` | : Polling for a free worker ... [08:53:48.035] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:48.035] | : . ' , ; ` | : . ' Listing all futures [08:53:48.036] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:48.036] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:48.036] | : . ' , ; ` | : . Total time: 0 [08:53:48.037] | : . ' , ; ` | : Polling for a free worker ... done [08:53:48.037] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:48.037] | : . ' , ; ` | : . Listing all futures [08:53:48.037] | : . ' , ; ` | : . Number of registered futures: 0 [08:53:48.038] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:48.038] | : . ' , ; ` | : avail: [n=2] '1', '2' [08:53:48.038] | : . ' , ; ` | : Index of first available worker: 1 [08:53:48.038] | : . ' , ; ` | : Validate that the worker is functional ... [08:53:48.114] | : . ' , ; ` | : . Worker is functional [08:53:48.114] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:48.115] | : . ' , ; ` | : . ' Listing all futures [08:53:48.115] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:48.115] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:48.116] | : . ' , ; ` | : Validate that the worker is functional ... done [08:53:48.116] | : . ' , ; ` | requestNode() ... done [08:53:48.116] | : . ' , ; ` | cluster node index: 1 [08:53:48.117] | : . ' , ; ` requestWorker() ... done [08:53:48.117] | : . ' , ; ` eraseGlobalEnvironment() ... [08:53:48.118] | : . ' , ; ` eraseGlobalEnvironment() ... done [08:53:48.118] | : . ' , ; ` launchFuture() ... [08:53:48.118] | : . ' , ; ` | cluster node index: 1 [08:53:48.119] | : . ' , ; ` | getFutureData() ... [08:53:48.119] | : . ' , ; ` | : getFutureCore() ... [08:53:48.119] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [08:53:48.120] | : . ' , ; ` | : getFutureCore() ... done [08:53:48.120] | : . ' , ; ` | : getFutureCapture() ... [08:53:48.120] | : . ' , ; ` | : getFutureCapture() ... done [08:53:48.121] | : . ' , ; ` | : getFutureContext() ... [08:53:48.121] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:48.121] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [08:53:48.121] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:48.122] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [08:53:48.122] | : . ' , ; ` | : getFutureContext() ... done [08:53:48.122] | : . ' , ; ` | getFutureData() ... done [08:53:48.123] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:48.123] | : . ' , ; ` | : Appended future to position #1 [08:53:48.123] | : . ' , ; ` | : Number of registered futures: 1 [08:53:48.124] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:48.124] | : . ' , ; ` launchFuture() ... done [08:53:48.124] | : . ' , ; ` MultisessionFuture started [08:53:48.124] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [08:53:48.125] | : . ' , Launching futures ... done [08:53:48.125] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:48.125] | : . ' Using MultisessionFutureBackend ... done [08:53:48.126] | : . run() for 'Future' ('future_lapply-1') ... done [08:53:48.126] | : future(..., label = 'future_lapply-1') ... done [08:53:48.126] | : Created future: [08:53:48.128] | : resolved() for MultisessionFuture ('future_lapply-1') ... [08:53:48.129] | : . Cluster node socket connection: index=4, id=431 [08:53:48.129] | : . assertValidConnection() ... [08:53:48.129] | : . ' cluster node index: 1 [08:53:48.129] | : . assertValidConnection() ... done [08:53:48.329] | : . socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [08:53:48.329] | : resolved() for MultisessionFuture ('future_lapply-1') ... done [08:53:48.126] | : MultisessionFuture: [08:53:48.126] | : Label: 'future_lapply-1' [08:53:48.126] | : Expression: [08:53:48.126] | : { [08:53:48.126] | : "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:48.126] | : "# expression in do.call(), because function called uses '...' " [08:53:48.126] | : "# as a global variable " [08:53:48.126] | : do.call(function(...) { [08:53:48.126] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:48.126] | : "# without having an '...' argument. This means '...' is treated" [08:53:48.126] | : "# as a global variable. This may happen when FUN() is an " [08:53:48.126] | : "# anonymous function. " [08:53:48.126] | : "# " [08:53:48.126] | : "# If an anonymous function, we will make sure to restore the " [08:53:48.126] | : "# function environment of FUN() to the calling environment. " [08:53:48.126] | : "# We assume FUN() an anonymous function if it lives in the " [08:53:48.126] | : "# global environment, which is where globals are written. " [08:53:48.126] | : penv <- env <- environment(...future.FUN) [08:53:48.126] | : repeat { [08:53:48.126] | : if (identical(env, globalenv()) || identical(env, [08:53:48.126] | : emptyenv())) [08:53:48.126] | : break [08:53:48.126] | : penv <- env [08:53:48.126] | : env <- parent.env(env) [08:53:48.126] | : } [08:53:48.126] | : if (identical(penv, globalenv())) { [08:53:48.126] | : environment(...future.FUN) <- environment() [08:53:48.126] | : } [08:53:48.126] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:48.126] | : !isNamespace(penv)) { [08:53:48.126] | : parent.env(penv) <- environment() [08:53:48.126] | : } [08:53:48.126] | : rm(list = c("env", "penv"), inherits = FALSE) [08:53:48.126] | : { [08:53:48.126] | : "# future.apply:::future_xapply(): preserve future option" [08:53:48.126] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:48.126] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:48.126] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:48.126] | : on.exit(options(oopts), add = TRUE) [08:53:48.126] | : } [08:53:48.126] | : { [08:53:48.126] | : "# future.apply::future_lapply(): process chunk of elements" [08:53:48.126] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:48.126] | : ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:48.126] | : { [08:53:48.126] | : ...future.FUN(...future.X_jj, ...) [08:53:48.126] | : } [08:53:48.126] | : }) [08:53:48.126] | : } [08:53:48.126] | : } [08:53:48.126] | : }, args = future.call.arguments) [08:53:48.126] | : } [08:53:48.126] | : 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) [08:53:48.126] | : Packages: [08:53:48.126] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:48.126] | : Capture standard output: NA [08:53:48.126] | : Capture condition classes: 'condition' (excluding '') [08:53:48.126] | : Immediate condition classes: 'immediateCondition' [08:53:48.126] | : Lazy evaluation: FALSE [08:53:48.126] | : Local evaluation: TRUE [08:53:48.126] | : Asynchronous evaluation: TRUE [08:53:48.126] | : Early signaling: FALSE [08:53:48.126] | : Environment: R_GlobalEnv [08:53:48.126] | : State: 'running' [08:53:48.126] | : Resolved: FALSE [08:53:48.126] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-11 [08:53:48.126] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:48.126] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:48.126] | : Value: [08:53:48.126] | : Conditions captured: [08:53:48.330] | : Chunk #1 of 2 ... DONE [08:53:48.330] | : Chunk #2 of 2 ... [08:53:48.330] | : - Finding globals in 'X' for chunk #2 ... [08:53:48.331] | : getGlobalsAndPackages() ... [08:53:48.331] | : . Searching for globals ... [08:53:48.332] | : . ' globals found: [0] [08:53:48.332] | : . Searching for globals ... done [08:53:48.332] | : . globals: [0] [08:53:48.332] | : . packages: [0] [08:53:48.333] | : getGlobalsAndPackages() ... done [08:53:48.333] | : + additional globals found: [n=0] [08:53:48.333] | : + additional namespaces needed: [n=0] [08:53:48.333] | : - Finding globals in 'X' for chunk #2 ... DONE [08:53:48.333] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:48.334] | : - seeds: [08:53:48.334] | : - All globals exported: [n=5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.334] | : future(..., label = 'future_lapply-2') ... [08:53:48.334] | : . lazy: FALSE [08:53:48.334] | : . stdout: NA [08:53:48.335] | : . conditions: [n=1] 'condition' [08:53:48.335] | : . gc: FALSE [08:53:48.335] | : . earlySignal: FALSE [08:53:48.335] | : . getGlobalsAndPackages() ... [08:53:48.336] | : . ' globals passed as-is: [5] '...future.FUN', '...', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.336] | : . ' Resolving globals: FALSE [08:53:48.336] | : . ' Tweak future expression to call with '...' arguments ... [08:53:48.336] | : . ' , { [08:53:48.336] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:48.336] | : . ' , "# expression in do.call(), because function called uses '...' " [08:53:48.336] | : . ' , "# as a global variable " [08:53:48.336] | : . ' , do.call(function(...) { [08:53:48.336] | : . ' , "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:48.336] | : . ' , "# without having an '...' argument. This means '...' is treated" [08:53:48.336] | : . ' , "# as a global variable. This may happen when FUN() is an " [08:53:48.336] | : . ' , "# anonymous function. " [08:53:48.336] | : . ' , "# " [08:53:48.336] | : . ' , "# If an anonymous function, we will make sure to restore the " [08:53:48.336] | : . ' , "# function environment of FUN() to the calling environment. " [08:53:48.336] | : . ' , "# We assume FUN() an anonymous function if it lives in the " [08:53:48.336] | : . ' , "# global environment, which is where globals are written. " [08:53:48.336] | : . ' , penv <- env <- environment(...future.FUN) [08:53:48.336] | : . ' , repeat { [08:53:48.336] | : . ' , if (identical(env, globalenv()) || identical(env, [08:53:48.336] | : . ' , emptyenv())) [08:53:48.336] | : . ' , break [08:53:48.336] | : . ' , penv <- env [08:53:48.336] | : . ' , env <- parent.env(env) [08:53:48.336] | : . ' , } [08:53:48.336] | : . ' , if (identical(penv, globalenv())) { [08:53:48.336] | : . ' , environment(...future.FUN) <- environment() [08:53:48.336] | : . ' , } [08:53:48.336] | : . ' , else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:48.336] | : . ' , !isNamespace(penv)) { [08:53:48.336] | : . ' , parent.env(penv) <- environment() [08:53:48.336] | : . ' , } [08:53:48.336] | : . ' , rm(list = c("env", "penv"), inherits = FALSE) [08:53:48.336] | : . ' , { [08:53:48.336] | : . ' , "# future.apply:::future_xapply(): preserve future option" [08:53:48.336] | : . ' , ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:48.336] | : . ' , if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:48.336] | : . ' , oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:48.336] | : . ' , on.exit(options(oopts), add = TRUE) [08:53:48.336] | : . ' , } [08:53:48.336] | : . ' , { [08:53:48.336] | : . ' , "# future.apply::future_lapply(): process chunk of elements" [08:53:48.336] | : . ' , lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:48.336] | : . ' , ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:48.336] | : . ' , { [08:53:48.336] | : . ' , ...future.FUN(...future.X_jj, ...) [08:53:48.336] | : . ' , } [08:53:48.336] | : . ' , }) [08:53:48.336] | : . ' , } [08:53:48.336] | : . ' , } [08:53:48.336] | : . ' , }, args = future.call.arguments) [08:53:48.336] | : . ' , } [08:53:48.338] | : . ' Tweak future expression to call with '...' arguments ... done [08:53:48.338] | : . ' Search for packages associated with the globals ... [08:53:48.339] | : . ' , Packages associated with globals: [0] [08:53:48.339] | : . ' , Packages: [0] [08:53:48.340] | : . ' Search for packages associated with the globals ... done [08:53:48.340] | : . ' Packages after dropping 'base': [0] [08:53:48.340] | : . ' globals: [5] '...future.FUN', 'future.call.arguments', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.341] | : . ' packages: [0] [08:53:48.341] | : . getGlobalsAndPackages() ... done [08:53:48.341] | : . run() for 'Future' ('future_lapply-2') ... [08:53:48.341] | : . ' state: 'created' [08:53:48.342] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:48.342] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:48.342] | : . ' Using MultisessionFutureBackend ... [08:53:48.342] | : . ' , Number of futures since start: 5 (5 created, 5 launched, 4 finished) [08:53:48.343] | : . ' , Launching futures ... [08:53:48.343] | : . ' , ; launchFuture() for ClusterFutureBackend ... [08:53:48.343] | : . ' , ; ` Workers: [n=2] [08:53:48.343] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:48.346] | : . ' , ; ` FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:48.347] | : . ' , ; ` requestWorker() ... [08:53:48.347] | : . ' , ; ` | requestNode() ... [08:53:48.347] | : . ' , ; ` | : Number of workers: 2 [08:53:48.348] | : . ' , ; ` | : Polling for a free worker ... [08:53:48.348] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:48.348] | : . ' , ; ` | : . ' Listing all futures [08:53:48.349] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:48.349] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:48.349] | : . ' , ; ` | : . Total time: 0 [08:53:48.350] | : . ' , ; ` | : Polling for a free worker ... done [08:53:48.350] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:48.350] | : . ' , ; ` | : . Listing all futures [08:53:48.351] | : . ' , ; ` | : . Number of registered futures: 1 [08:53:48.351] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:48.351] | : . ' , ; ` | : avail: [n=2] '2' [08:53:48.352] | : . ' , ; ` | : Index of first available worker: 2 [08:53:48.352] | : . ' , ; ` | : Validate that the worker is functional ... [08:53:48.437] | : . ' , ; ` | : . Worker is functional [08:53:48.438] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:48.438] | : . ' , ; ` | : . ' Listing all futures [08:53:48.438] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:48.439] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:48.439] | : . ' , ; ` | : Validate that the worker is functional ... done [08:53:48.439] | : . ' , ; ` | requestNode() ... done [08:53:48.439] | : . ' , ; ` | cluster node index: 2 [08:53:48.440] | : . ' , ; ` requestWorker() ... done [08:53:48.440] | : . ' , ; ` eraseGlobalEnvironment() ... [08:53:48.441] | : . ' , ; ` eraseGlobalEnvironment() ... done [08:53:48.441] | : . ' , ; ` launchFuture() ... [08:53:48.441] | : . ' , ; ` | cluster node index: 2 [08:53:48.441] | : . ' , ; ` | getFutureData() ... [08:53:48.441] | : . ' , ; ` | : getFutureCore() ... [08:53:48.442] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [08:53:48.442] | : . ' , ; ` | : getFutureCore() ... done [08:53:48.442] | : . ' , ; ` | : getFutureCapture() ... [08:53:48.442] | : . ' , ; ` | : getFutureCapture() ... done [08:53:48.443] | : . ' , ; ` | : getFutureContext() ... [08:53:48.443] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:48.443] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [08:53:48.443] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:48.443] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [08:53:48.444] | : . ' , ; ` | : getFutureContext() ... done [08:53:48.444] | : . ' , ; ` | getFutureData() ... done [08:53:48.445] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:48.445] | : . ' , ; ` | : Appended future to position #2 [08:53:48.445] | : . ' , ; ` | : Number of registered futures: 2 [08:53:48.445] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:48.445] | : . ' , ; ` launchFuture() ... done [08:53:48.446] | : . ' , ; ` MultisessionFuture started [08:53:48.446] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [08:53:48.446] | : . ' , Launching futures ... done [08:53:48.446] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:48.447] | : . ' Using MultisessionFutureBackend ... done [08:53:48.447] | : . run() for 'Future' ('future_lapply-2') ... done [08:53:48.447] | : future(..., label = 'future_lapply-2') ... done [08:53:48.447] | : Created future: [08:53:48.450] | : resolved() for MultisessionFuture ('future_lapply-2') ... [08:53:48.450] | : . Cluster node socket connection: index=5, id=432 [08:53:48.450] | : . assertValidConnection() ... [08:53:48.451] | : . ' cluster node index: 2 [08:53:48.451] | : . assertValidConnection() ... done [08:53:48.453] | : . receiveMessageFromWorker() for ClusterFuture ... [08:53:48.453] | : . ' cluster node index: 2 [08:53:48.454] | : . ' [1] TRUE [08:53:48.454] | : . ' received data: [08:53:48.455] | : . ' List of 5 [08:53:48.455] | : . ' $ type : chr "VALUE" [08:53:48.455] | : . ' $ value :List of 16 [08:53:48.455] | : . ' ..$ value :List of 1 [08:53:48.455] | : . ' .. ..$ : int 0 [08:53:48.455] | : . ' ..$ visible : logi TRUE [08:53:48.455] | : . ' ..$ stdout : NULL [08:53:48.455] | : . ' ..$ conditions : list() [08:53:48.455] | : . ' ..$ rng : logi FALSE [08:53:48.455] | : . ' ..$ seed : NULL [08:53:48.455] | : . ' ..$ misuseGlobalEnv : NULL [08:53:48.455] | : . ' ..$ misuseConnections :List of 3 [08:53:48.455] | : . ' .. ..$ added : NULL [08:53:48.455] | : . ' .. ..$ removed : NULL [08:53:48.455] | : . ' .. ..$ replaced: NULL [08:53:48.455] | : . ' ..$ misuseDevices : NULL [08:53:48.455] | : . ' ..$ misuseDefaultDevice: list() [08:53:48.455] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:48" [08:53:48.455] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:48" [08:53:48.455] | : . ' ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "12" [08:53:48.455] | : . ' ..$ session_uuid : chr "35447193e0f61fb6ad38cd7aa0633902" [08:53:48.455] | : . ' .. ..- attr(*, "source")=List of 5 [08:53:48.455] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [08:53:48.455] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:48.455] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:48.455] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:48.455] | : . ' .. .. ..$ pid : int 118316 [08:53:48.455] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:48.455] | : . ' .. .. ..$ random: int 2147483647 [08:53:48.455] | : . ' ..$ r_info :List of 4 [08:53:48.455] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:48.455] | : . ' .. .. ..$ : int [1:3] 4 6 0 [08:53:48.455] | : . ' .. ..$ os : chr "windows" [08:53:48.455] | : . ' .. ..$ os_name : chr "Windows" [08:53:48.455] | : . ' .. ..$ captures_utf8: logi TRUE [08:53:48.455] | : . ' ..$ version : chr "1.8" [08:53:48.455] | : . ' ..- attr(*, "class")= chr "FutureResult" [08:53:48.455] | : . ' $ success: logi TRUE [08:53:48.455] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:53:48.455] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:48.455] | : . ' $ tag : NULL [08:53:48.476] | : . ' Received FutureResult [08:53:48.477] | : . ' FutureResult: [08:53:48.477] | : . ' value: 'list' [08:53:48.477] | : . ' visible: TRUE [08:53:48.477] | : . ' stdout: NULL [08:53:48.477] | : . ' conditions: [n = 0] [08:53:48.477] | : . ' RNG used: FALSE [08:53:48.477] | : . ' duration: 0.006340981 secs (started 2025-06-06 08:53:48.445498) [08:53:48.477] | : . ' version: 1.8 [08:53:48.477] | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:48.477] | : . ' , Removed future from position #2 [08:53:48.478] | : . ' , Number of registered futures: 1 [08:53:48.478] | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:48.478] | : . ' Erased future from future backend [08:53:48.478] | : . ' result() for ClusterFuture ... [08:53:48.478] | : . ' , result already collected: FutureResult [08:53:48.479] | : . ' result() for ClusterFuture ... done [08:53:48.479] | : . ' signalConditions() ... [08:53:48.479] | : . ' , include = 'immediateCondition' [08:53:48.479] | : . ' , exclude = [08:53:48.480] | : . ' , resignal = FALSE [08:53:48.480] | : . ' , Number of conditions: 0 [08:53:48.480] | : . ' , int 0 [08:53:48.481] | : . ' signalConditions() ... done [08:53:48.481] | : . receiveMessageFromWorker() for ClusterFuture ... done [08:53:48.481] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:48.482] | : resolved() for MultisessionFuture ('future_lapply-2') ... done [08:53:48.482] | : assertFutureResult() ... [08:53:48.482] | : . Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:48.482] | : . Future uuid: 12 [08:53:48.483] | : . identical; success [08:53:48.483] | : assertFutureResult() ... done [08:53:48.447] | : MultisessionFuture: [08:53:48.447] | : Label: 'future_lapply-2' [08:53:48.447] | : Expression: [08:53:48.447] | : { [08:53:48.447] | : "# future::getGlobalsAndPackages(): wrapping the original future" [08:53:48.447] | : "# expression in do.call(), because function called uses '...' " [08:53:48.447] | : "# as a global variable " [08:53:48.447] | : do.call(function(...) { [08:53:48.447] | : "# future::getGlobalsAndPackages(): FUN() uses '...' internally " [08:53:48.447] | : "# without having an '...' argument. This means '...' is treated" [08:53:48.447] | : "# as a global variable. This may happen when FUN() is an " [08:53:48.447] | : "# anonymous function. " [08:53:48.447] | : "# " [08:53:48.447] | : "# If an anonymous function, we will make sure to restore the " [08:53:48.447] | : "# function environment of FUN() to the calling environment. " [08:53:48.447] | : "# We assume FUN() an anonymous function if it lives in the " [08:53:48.447] | : "# global environment, which is where globals are written. " [08:53:48.447] | : penv <- env <- environment(...future.FUN) [08:53:48.447] | : repeat { [08:53:48.447] | : if (identical(env, globalenv()) || identical(env, [08:53:48.447] | : emptyenv())) [08:53:48.447] | : break [08:53:48.447] | : penv <- env [08:53:48.447] | : env <- parent.env(env) [08:53:48.447] | : } [08:53:48.447] | : if (identical(penv, globalenv())) { [08:53:48.447] | : environment(...future.FUN) <- environment() [08:53:48.447] | : } [08:53:48.447] | : else if (!identical(penv, emptyenv()) && !is.null(penv) && [08:53:48.447] | : !isNamespace(penv)) { [08:53:48.447] | : parent.env(penv) <- environment() [08:53:48.447] | : } [08:53:48.447] | : rm(list = c("env", "penv"), inherits = FALSE) [08:53:48.447] | : { [08:53:48.447] | : "# future.apply:::future_xapply(): preserve future option" [08:53:48.447] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:48.447] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:48.447] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:48.447] | : on.exit(options(oopts), add = TRUE) [08:53:48.447] | : } [08:53:48.447] | : { [08:53:48.447] | : "# future.apply::future_lapply(): process chunk of elements" [08:53:48.447] | : lapply(seq_along(...future.elements_ii), FUN = function(jj) { [08:53:48.447] | : ...future.X_jj <- ...future.elements_ii[[jj]] [08:53:48.447] | : { [08:53:48.447] | : ...future.FUN(...future.X_jj, ...) [08:53:48.447] | : } [08:53:48.447] | : }) [08:53:48.447] | : } [08:53:48.447] | : } [08:53:48.447] | : }, args = future.call.arguments) [08:53:48.447] | : } [08:53:48.447] | : 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) [08:53:48.447] | : Packages: [08:53:48.447] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:48.447] | : Capture standard output: NA [08:53:48.447] | : Capture condition classes: 'condition' (excluding '') [08:53:48.447] | : Immediate condition classes: 'immediateCondition' [08:53:48.447] | : Lazy evaluation: FALSE [08:53:48.447] | : Local evaluation: TRUE [08:53:48.447] | : Asynchronous evaluation: TRUE [08:53:48.447] | : Early signaling: FALSE [08:53:48.447] | : Environment: R_GlobalEnv [08:53:48.447] | : State: 'running' [08:53:48.447] | : Resolved: TRUE [08:53:48.447] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-12 [08:53:48.447] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:48.447] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:48.447] | : Value: [08:53:48.447] | : Conditions captured: [08:53:48.484] | : Chunk #2 of 2 ... DONE [08:53:48.484] | : Launching 2 futures (chunks) ... DONE [08:53:48.484] | : Resolving 2 futures (chunks) ... [08:53:48.484] | : value() for list ... [08:53:48.485] | : . recursive: 0 [08:53:48.485] | : . reduce: FALSE [08:53:48.485] | : . length: 2 [08:53:48.486] | : . Number of remaining objects: 2 [08:53:48.486] | : . checking value #1: [08:53:48.486] | : . 'obj' is MultisessionFuture [08:53:48.487] | : . resolved() for MultisessionFuture ('future_lapply-1') ... [08:53:48.487] | : . ' Cluster node socket connection: index=4, id=431 [08:53:48.488] | : . ' assertValidConnection() ... [08:53:48.488] | : . ' , cluster node index: 1 [08:53:48.488] | : . ' assertValidConnection() ... done [08:53:48.647] | : . ' receiveMessageFromWorker() for ClusterFuture ... [08:53:48.647] | : . ' , cluster node index: 1 [08:53:48.648] | : . ' , [1] TRUE [08:53:48.648] | : . ' , received data: [08:53:48.648] | : . ' , List of 5 [08:53:48.648] | : . ' , $ type : chr "VALUE" [08:53:48.648] | : . ' , $ value :List of 16 [08:53:48.648] | : . ' , ..$ value :List of 1 [08:53:48.648] | : . ' , .. ..$ : int 1 [08:53:48.648] | : . ' , ..$ visible : logi TRUE [08:53:48.648] | : . ' , ..$ stdout : NULL [08:53:48.648] | : . ' , ..$ conditions : list() [08:53:48.648] | : . ' , ..$ rng : logi FALSE [08:53:48.648] | : . ' , ..$ seed : NULL [08:53:48.648] | : . ' , ..$ misuseGlobalEnv : NULL [08:53:48.648] | : . ' , ..$ misuseConnections :List of 3 [08:53:48.648] | : . ' , .. ..$ added : NULL [08:53:48.648] | : . ' , .. ..$ removed : NULL [08:53:48.648] | : . ' , .. ..$ replaced: NULL [08:53:48.648] | : . ' , ..$ misuseDevices : NULL [08:53:48.648] | : . ' , ..$ misuseDefaultDevice: list() [08:53:48.648] | : . ' , ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:48" [08:53:48.648] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:48" [08:53:48.648] | : . ' , ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "11" [08:53:48.648] | : . ' , ..$ session_uuid : chr "6d414de52db0613e1857cade86d33a26" [08:53:48.648] | : . ' , .. ..- attr(*, "source")=List of 5 [08:53:48.648] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [08:53:48.648] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:48.648] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:48.648] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:48.648] | : . ' , .. .. ..$ pid : int 191980 [08:53:48.648] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:48.648] | : . ' , .. .. ..$ random: int 2147483647 [08:53:48.648] | : . ' , ..$ r_info :List of 4 [08:53:48.648] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:48.648] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [08:53:48.648] | : . ' , .. ..$ os : chr "windows" [08:53:48.648] | : . ' , .. ..$ os_name : chr "Windows" [08:53:48.648] | : . ' , .. ..$ captures_utf8: logi TRUE [08:53:48.648] | : . ' , ..$ version : chr "1.8" [08:53:48.648] | : . ' , ..- attr(*, "class")= chr "FutureResult" [08:53:48.648] | : . ' , $ success: logi TRUE [08:53:48.648] | : . ' , $ time : 'proc_time' Named num [1:5] 0.02 0 0.53 NA NA [08:53:48.648] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:48.648] | : . ' , $ tag : NULL [08:53:48.673] | : . ' , Received FutureResult [08:53:48.673] | : . ' , FutureResult: [08:53:48.673] | : . ' , value: 'list' [08:53:48.673] | : . ' , visible: TRUE [08:53:48.673] | : . ' , stdout: NULL [08:53:48.673] | : . ' , conditions: [n = 0] [08:53:48.673] | : . ' , RNG used: FALSE [08:53:48.673] | : . ' , duration: 0.5214372 secs (started 2025-06-06 08:53:48.123643) [08:53:48.673] | : . ' , version: 1.8 [08:53:48.674] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:48.675] | : . ' , ; Removed future from position #1 [08:53:48.675] | : . ' , ; Number of registered futures: 0 [08:53:48.675] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:48.676] | : . ' , Erased future from future backend [08:53:48.676] | : . ' , result() for ClusterFuture ... [08:53:48.677] | : . ' , ; result already collected: FutureResult [08:53:48.677] | : . ' , result() for ClusterFuture ... done [08:53:48.677] | : . ' , signalConditions() ... [08:53:48.678] | : . ' , ; include = 'immediateCondition' [08:53:48.678] | : . ' , ; exclude = [08:53:48.678] | : . ' , ; resignal = FALSE [08:53:48.679] | : . ' , ; Number of conditions: 0 [08:53:48.679] | : . ' , ; int 0 [08:53:48.680] | : . ' , signalConditions() ... done [08:53:48.680] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [08:53:48.680] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:48.681] | : . resolved() for MultisessionFuture ('future_lapply-1') ... done [08:53:48.681] | : . assertFutureResult() ... [08:53:48.681] | : . ' Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:48.681] | : . ' Future uuid: 11 [08:53:48.682] | : . ' identical; success [08:53:48.682] | : . assertFutureResult() ... done [08:53:48.683] | : . MultisessionFuture #1 [08:53:48.683] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:48.683] | : . ' nx: 2 [08:53:48.684] | : . ' relay: TRUE [08:53:48.684] | : . ' stdout: TRUE [08:53:48.684] | : . ' signal: TRUE [08:53:48.684] | : . ' resignal: FALSE [08:53:48.685] | : . ' force: TRUE [08:53:48.685] | : . ' relayed: [n=2] FALSE, FALSE [08:53:48.685] | : . ' queued futures: [n=2] FALSE, FALSE [08:53:48.686] | : . ' until=1 [08:53:48.686] | : . ' relaying element #1 [08:53:48.686] | : . ' value() for MultisessionFuture ('future_lapply-1') ... [08:53:48.687] | : . ' , result() for ClusterFuture ... [08:53:48.687] | : . ' , ; result already collected: FutureResult [08:53:48.687] | : . ' , result() for ClusterFuture ... done [08:53:48.688] | : . ' , result() for ClusterFuture ... [08:53:48.688] | : . ' , ; result already collected: FutureResult [08:53:48.689] | : . ' , result() for ClusterFuture ... done [08:53:48.689] | : . ' , signalConditions() ... [08:53:48.689] | : . ' , ; include = 'immediateCondition' [08:53:48.690] | : . ' , ; exclude = [08:53:48.690] | : . ' , ; resignal = FALSE [08:53:48.690] | : . ' , ; Number of conditions: 0 [08:53:48.691] | : . ' , ; int 0 [08:53:48.692] | : . ' , signalConditions() ... done [08:53:48.692] | : . ' , relay stdout ... [08:53:48.692] | : . ' , relay stdout ... done [08:53:48.693] | : . ' , check for misuse ... [08:53:48.693] | : . ' , check for misuse ... done [08:53:48.693] | : . ' value() for MultisessionFuture ('future_lapply-1') ... done [08:53:48.694] | : . ' result() for ClusterFuture ... [08:53:48.694] | : . ' , result already collected: FutureResult [08:53:48.694] | : . ' result() for ClusterFuture ... done [08:53:48.695] | : . ' signalConditions() ... [08:53:48.695] | : . ' , include = 'immediateCondition' [08:53:48.695] | : . ' , exclude = [08:53:48.696] | : . ' , resignal = FALSE [08:53:48.696] | : . ' , Number of conditions: 0 [08:53:48.696] | : . ' , int 0 [08:53:48.697] | : . ' signalConditions() ... done [08:53:48.698] | : . ' result() for ClusterFuture ... [08:53:48.698] | : . ' , result already collected: FutureResult [08:53:48.698] | : . ' result() for ClusterFuture ... done [08:53:48.699] | : . ' signalConditions() ... [08:53:48.699] | : . ' , include = 'condition' [08:53:48.699] | : . ' , exclude = 'error', 'immediateCondition' [08:53:48.700] | : . ' , resignal = TRUE [08:53:48.700] | : . ' , Number of conditions: 0 [08:53:48.700] | : . ' , int 0 [08:53:48.701] | : . ' signalConditions() ... done [08:53:48.701] | : . ' relayed: [n=2] TRUE, FALSE [08:53:48.702] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:48.702] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:48.703] | : . value(, ...) ... [08:53:48.703] | : . value(, ...) ... done [08:53:48.704] | : . value() for MultisessionFuture ('future_lapply-1') ... [08:53:48.704] | : . ' result() for ClusterFuture ... [08:53:48.704] | : . ' , result already collected: FutureResult [08:53:48.705] | : . ' result() for ClusterFuture ... done [08:53:48.705] | : . ' result() for ClusterFuture ... [08:53:48.706] | : . ' , result already collected: FutureResult [08:53:48.706] | : . ' result() for ClusterFuture ... done [08:53:48.706] | : . ' signalConditions() ... [08:53:48.707] | : . ' , include = 'immediateCondition' [08:53:48.707] | : . ' , exclude = [08:53:48.707] | : . ' , resignal = FALSE [08:53:48.708] | : . ' , Number of conditions: 0 [08:53:48.708] | : . ' , int 0 [08:53:48.709] | : . ' signalConditions() ... done [08:53:48.709] | : . ' check for misuse ... [08:53:48.710] | : . ' check for misuse ... done [08:53:48.710] | : . value() for MultisessionFuture ('future_lapply-1') ... done [08:53:48.710] | : . value: [08:53:48.711] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:48.711] | : . ' nx: 2 [08:53:48.711] | : . ' relay: TRUE [08:53:48.712] | : . ' stdout: TRUE [08:53:48.712] | : . ' signal: TRUE [08:53:48.712] | : . ' resignal: FALSE [08:53:48.712] | : . ' force: TRUE [08:53:48.713] | : . ' relayed: [n=2] TRUE, FALSE [08:53:48.713] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:48.713] | : . ' until=2 [08:53:48.714] | : . ' relaying element #2 [08:53:48.714] | : . ' relayed: [n=2] TRUE, FALSE [08:53:48.714] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:48.715] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:48.715] | : . resolve() for MultisessionFuture ... [08:53:48.715] | : . resolve() for MultisessionFuture ... done [08:53:48.716] | : . length: 1 (resolved future 1) [08:53:48.716] | : value() for list ... done [08:53:48.717] | : checking value #2: [08:53:48.717] | : 'obj' is MultisessionFuture [08:53:48.717] | : MultisessionFuture #2 [08:53:48.718] | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:48.718] | : . nx: 2 [08:53:48.718] | : . relay: TRUE [08:53:48.719] | : . stdout: TRUE [08:53:48.719] | : . signal: TRUE [08:53:48.719] | : . resignal: FALSE [08:53:48.720] | : . force: TRUE [08:53:48.720] | : . relayed: [n=2] TRUE, FALSE [08:53:48.720] | : . queued futures: [n=2] TRUE, FALSE [08:53:48.721] | : . until=2 [08:53:48.721] | : . relaying element #2 [08:53:48.721] | : . value() for MultisessionFuture ('future_lapply-2') ... [08:53:48.722] | : . ' result() for ClusterFuture ... [08:53:48.722] | : . ' , result already collected: FutureResult [08:53:48.722] | : . ' result() for ClusterFuture ... done [08:53:48.723] | : . ' result() for ClusterFuture ... [08:53:48.723] | : . ' , result already collected: FutureResult [08:53:48.723] | : . ' result() for ClusterFuture ... done [08:53:48.724] | : . ' signalConditions() ... [08:53:48.724] | : . ' , include = 'immediateCondition' [08:53:48.724] | : . ' , exclude = [08:53:48.725] | : . ' , resignal = FALSE [08:53:48.725] | : . ' , Number of conditions: 0 [08:53:48.725] | : . ' , int 0 [08:53:48.726] | : . ' signalConditions() ... done [08:53:48.727] | : . ' relay stdout ... [08:53:48.727] | : . ' relay stdout ... done [08:53:48.727] | : . ' check for misuse ... [08:53:48.728] | : . ' check for misuse ... done [08:53:48.728] | : . value() for MultisessionFuture ('future_lapply-2') ... done [08:53:48.728] | : . result() for ClusterFuture ... [08:53:48.729] | : . ' result already collected: FutureResult [08:53:48.729] | : . result() for ClusterFuture ... done [08:53:48.729] | : . signalConditions() ... [08:53:48.730] | : . ' include = 'immediateCondition' [08:53:48.730] | : . ' exclude = [08:53:48.730] | : . ' resignal = FALSE [08:53:48.731] | : . ' Number of conditions: 0 [08:53:48.731] | : . ' int 0 [08:53:48.732] | : . signalConditions() ... done [08:53:48.732] | : . result() for ClusterFuture ... [08:53:48.733] | : . ' result already collected: FutureResult [08:53:48.733] | : . result() for ClusterFuture ... done [08:53:48.733] | : . signalConditions() ... [08:53:48.734] | : . ' include = 'condition' [08:53:48.734] | : . ' exclude = 'error', 'immediateCondition' [08:53:48.734] | : . ' resignal = TRUE [08:53:48.735] | : . ' Number of conditions: 0 [08:53:48.735] | : . ' int 0 [08:53:48.736] | : . signalConditions() ... done [08:53:48.736] | : . relayed: [n=2] TRUE, TRUE [08:53:48.737] | : . queued futures: [n=2] TRUE, TRUE [08:53:48.737] | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:48.737] | : value(, ...) ... [08:53:48.738] | : value(, ...) ... done [08:53:48.738] | : value() for MultisessionFuture ('future_lapply-2') ... [08:53:48.738] | : . result() for ClusterFuture ... [08:53:48.739] | : . ' result already collected: FutureResult [08:53:48.739] | : . result() for ClusterFuture ... done [08:53:48.739] | : . result() for ClusterFuture ... [08:53:48.739] | : . ' result already collected: FutureResult [08:53:48.740] | : . result() for ClusterFuture ... done [08:53:48.740] | : . signalConditions() ... [08:53:48.740] | : . ' include = 'immediateCondition' [08:53:48.741] | : . ' exclude = [08:53:48.741] | : . ' resignal = FALSE [08:53:48.741] | : . ' Number of conditions: 0 [08:53:48.741] | : . ' int 0 [08:53:48.742] | : . signalConditions() ... done [08:53:48.742] | : . check for misuse ... [08:53:48.743] | : . check for misuse ... done [08:53:48.743] | : value() for MultisessionFuture ('future_lapply-2') ... done [08:53:48.743] | : value: [08:53:48.744] | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:48.744] | : . nx: 2 [08:53:48.744] | : . relay: TRUE [08:53:48.744] | : . stdout: TRUE [08:53:48.745] | : . signal: TRUE [08:53:48.745] | : . resignal: FALSE [08:53:48.745] | : . force: TRUE [08:53:48.746] | : . relayed: [n=2] TRUE, TRUE [08:53:48.746] | : . queued futures: [n=2] TRUE, TRUE [08:53:48.746] | : . until=2 [08:53:48.746] | : . relayed: [n=2] TRUE, TRUE [08:53:48.747] | : . queued futures: [n=2] TRUE, TRUE [08:53:48.747] | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:48.747] | : resolve() for MultisessionFuture ... [08:53:48.748] | : resolve() for MultisessionFuture ... done [08:53:48.748] | : length: 0 (resolved future 2) [08:53:48.748] | future_lapply() -> future_xapply() ... done [08:53:48.749] | Relaying remaining futures ... [08:53:48.749] | : signalConditionsASAP(NULL, pos=0) ... [08:53:48.749] | : . nx: 2 [08:53:48.749] | : . relay: TRUE [08:53:48.750] | : . stdout: TRUE [08:53:48.750] | : . signal: TRUE [08:53:48.750] | : . resignal: FALSE [08:53:48.751] | : . force: TRUE [08:53:48.751] | : . relayed: [n=2] TRUE, TRUE [08:53:48.751] | : . queued futures: [n=2] TRUE, TRUE - flush all [08:53:48.752] | : . relayed: [n=2] TRUE, TRUE [08:53:48.752] | : . queued futures: [n=2] TRUE, TRUE [08:53:48.752] | : signalConditionsASAP(NULL, pos=0) ... done [08:53:48.753] | Relaying remaining futures ... done [08:53:48.753] future_lapply() ... done [08:53:48.753] - Number of value chunks collected: 2 [08:53:48.753] Resolving 2 futures (chunks) ... DONE [08:53:48.754] Reducing values from 2 chunks ... [08:53:48.754] - Number of values collected after concatenation: 2 [08:53:48.754] - Number of values expected: 2 [08:53:48.755] Reducing values from 2 chunks ... DONE * future_lapply(x, ..., future.stdout = NA) ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... [08:53:48.756] future_mapply() ... [08:53:48.756] | future_mapply() -> future_xapply() ... [08:53:48.757] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:48.757] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:48.758] | : Number of chunks: 2 [08:53:48.758] | : getGlobalsAndPackagesXApply() ... [08:53:48.758] | : . future.globals: TRUE [08:53:48.759] | : . getGlobalsAndPackages() ... [08:53:48.759] | : . ' Searching for globals ... [08:53:48.777] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [08:53:48.778] | : . ' Searching for globals ... done [08:53:48.778] | : . ' Resolving globals: FALSE [08:53:48.779] | : . ' Search for packages associated with the globals ... [08:53:48.779] | : . ' , Packages associated with globals: [1] 'base' [08:53:48.780] | : . ' , Packages: [1] 'base' [08:53:48.780] | : . ' Search for packages associated with the globals ... done [08:53:48.780] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [08:53:48.781] | : . ' 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') [08:53:48.781] | : . ' Packages after dropping 'base': [0] [08:53:48.782] | : . ' globals: [1] 'FUN' [08:53:48.782] | : . ' packages: [0] [08:53:48.782] | : . getGlobalsAndPackages() ... done [08:53:48.783] | : . globals found/used: [n=1] 'FUN' [08:53:48.783] | : . needed namespaces: [n=0] [08:53:48.784] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [08:53:48.784] | : . List of 2 [08:53:48.784] | : . $ ...future.FUN:function (x, y) [08:53:48.784] | : . $ MoreArgs : NULL [08:53:48.784] | : . - attr(*, "where")=List of 2 [08:53:48.784] | : . ..$ ...future.FUN: [08:53:48.784] | : . ..$ MoreArgs : [08:53:48.784] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:48.784] | : . - attr(*, "resolved")= logi FALSE [08:53:48.784] | : . - attr(*, "total_size")= num NA [08:53:48.789] | : . Packages to be attached in all futures: [n=0] [08:53:48.790] | : getGlobalsAndPackagesXApply() ... done [08:53:48.790] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.790] | : List of 5 [08:53:48.790] | : $ ...future.FUN :function (x, y) [08:53:48.790] | : $ MoreArgs : NULL [08:53:48.790] | : $ ...future.elements_ii : NULL [08:53:48.790] | : $ ...future.seeds_ii : NULL [08:53:48.790] | : $ ...future.globals.maxSize: NULL [08:53:48.790] | : - attr(*, "where")=List of 5 [08:53:48.790] | : ..$ ...future.FUN : [08:53:48.790] | : ..$ MoreArgs : [08:53:48.790] | : ..$ ...future.elements_ii : [08:53:48.790] | : ..$ ...future.seeds_ii : [08:53:48.790] | : ..$ ...future.globals.maxSize: [08:53:48.790] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:48.790] | : - attr(*, "resolved")= logi FALSE [08:53:48.790] | : - attr(*, "total_size")= num NA [08:53:48.802] | : Number of futures (= number of chunks): 2 [08:53:48.802] | : Launching 2 futures (chunks) ... [08:53:48.803] | : Chunk #1 of 2 ... [08:53:48.803] | : - Finding globals in '...' for chunk #1 ... [08:53:48.803] | : getGlobalsAndPackages() ... [08:53:48.804] | : . Searching for globals ... [08:53:48.805] | : . ' globals found: [0] [08:53:48.806] | : . Searching for globals ... done [08:53:48.806] | : . globals: [0] [08:53:48.806] | : . packages: [0] [08:53:48.807] | : getGlobalsAndPackages() ... done [08:53:48.807] | : + additional globals found: [n=0] [08:53:48.808] | : + additional namespaces needed: [n=0] [08:53:48.808] | : - Finding globals in '...' for chunk #1 ... DONE [08:53:48.808] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:48.809] | : - seeds: [08:53:48.809] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.809] | : future(..., label = 'future_mapply-1') ... [08:53:48.810] | : . lazy: FALSE [08:53:48.810] | : . stdout: FALSE [08:53:48.810] | : . conditions: [n=1] 'condition' [08:53:48.811] | : . gc: FALSE [08:53:48.811] | : . earlySignal: FALSE [08:53:48.811] | : . getGlobalsAndPackages() ... [08:53:48.812] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.812] | : . ' Resolving globals: FALSE [08:53:48.813] | : . ' Search for packages associated with the globals ... [08:53:48.813] | : . ' , Packages associated with globals: [0] [08:53:48.814] | : . ' , Packages: [0] [08:53:48.814] | : . ' Search for packages associated with the globals ... done [08:53:48.815] | : . ' Packages after dropping 'base': [0] [08:53:48.815] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:48.816] | : . ' packages: [0] [08:53:48.816] | : . getGlobalsAndPackages() ... done [08:53:48.817] | : . run() for 'Future' ('future_mapply-1') ... [08:53:48.817] | : . ' state: 'created' [08:53:48.818] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:48.818] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:48.818] | : . ' Using MultisessionFutureBackend ... [08:53:48.819] | : . ' , Number of futures since start: 6 (6 created, 6 launched, 6 finished) [08:53:48.819] | : . ' , Launching futures ... [08:53:48.820] | : . ' , ; launchFuture() for ClusterFutureBackend ... [08:53:48.820] | : . ' , ; ` Workers: [n=2] [08:53:48.820] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:48.824] | : . ' , ; ` FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:48.825] | : . ' , ; ` requestWorker() ... [08:53:48.825] | : . ' , ; ` | requestNode() ... [08:53:48.826] | : . ' , ; ` | : Number of workers: 2 [08:53:48.826] | : . ' , ; ` | : Polling for a free worker ... [08:53:48.826] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:48.827] | : . ' , ; ` | : . ' Listing all futures [08:53:48.827] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:48.828] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:48.828] | : . ' , ; ` | : . Total time: 0 [08:53:48.828] | : . ' , ; ` | : Polling for a free worker ... done [08:53:48.829] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:48.829] | : . ' , ; ` | : . Listing all futures [08:53:48.829] | : . ' , ; ` | : . Number of registered futures: 0 [08:53:48.830] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:48.830] | : . ' , ; ` | : avail: [n=2] '1', '2' [08:53:48.830] | : . ' , ; ` | : Index of first available worker: 1 [08:53:48.831] | : . ' , ; ` | : Validate that the worker is functional ... [08:53:48.922] | : . ' , ; ` | : . Worker is functional [08:53:48.923] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:48.923] | : . ' , ; ` | : . ' Listing all futures [08:53:48.923] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:48.923] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:48.924] | : . ' , ; ` | : Validate that the worker is functional ... done [08:53:48.924] | : . ' , ; ` | requestNode() ... done [08:53:48.924] | : . ' , ; ` | cluster node index: 1 [08:53:48.925] | : . ' , ; ` requestWorker() ... done [08:53:48.925] | : . ' , ; ` eraseGlobalEnvironment() ... [08:53:48.926] | : . ' , ; ` eraseGlobalEnvironment() ... done [08:53:48.926] | : . ' , ; ` launchFuture() ... [08:53:48.926] | : . ' , ; ` | cluster node index: 1 [08:53:48.927] | : . ' , ; ` | getFutureData() ... [08:53:48.927] | : . ' , ; ` | : getFutureCore() ... [08:53:48.927] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [08:53:48.927] | : . ' , ; ` | : getFutureCore() ... done [08:53:48.928] | : . ' , ; ` | : getFutureCapture() ... [08:53:48.929] | : . ' , ; ` | : getFutureCapture() ... done [08:53:48.929] | : . ' , ; ` | : getFutureContext() ... [08:53:48.929] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:48.930] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [08:53:48.930] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:48.931] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [08:53:48.931] | : . ' , ; ` | : getFutureContext() ... done [08:53:48.931] | : . ' , ; ` | getFutureData() ... done [08:53:48.933] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:48.933] | : . ' , ; ` | : Appended future to position #1 [08:53:48.933] | : . ' , ; ` | : Number of registered futures: 1 [08:53:48.934] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:48.934] | : . ' , ; ` launchFuture() ... done [08:53:48.934] | : . ' , ; ` MultisessionFuture started [08:53:48.935] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [08:53:48.935] | : . ' , Launching futures ... done [08:53:48.935] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:48.936] | : . ' Using MultisessionFutureBackend ... done [08:53:48.936] | : . run() for 'Future' ('future_mapply-1') ... done [08:53:48.937] | : future(..., label = 'future_mapply-1') ... done [08:53:48.937] | : Created future: [08:53:48.939] | : resolved() for MultisessionFuture ('future_mapply-1') ... [08:53:48.940] | : . Cluster node socket connection: index=4, id=431 [08:53:48.941] | : . assertValidConnection() ... [08:53:48.941] | : . ' cluster node index: 1 [08:53:48.942] | : . assertValidConnection() ... done [08:53:49.141] | : . socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [08:53:49.142] | : resolved() for MultisessionFuture ('future_mapply-1') ... done [08:53:48.937] | : MultisessionFuture: [08:53:48.937] | : Label: 'future_mapply-1' [08:53:48.937] | : Expression: [08:53:48.937] | : { [08:53:48.937] | : "# future.apply:::future_xapply(): preserve future option" [08:53:48.937] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:48.937] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:48.937] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:48.937] | : on.exit(options(oopts), add = TRUE) [08:53:48.937] | : } [08:53:48.937] | : { [08:53:48.937] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [08:53:48.937] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [08:53:48.937] | : do.call(mapply, args = args) [08:53:48.937] | : } [08:53:48.937] | : } [08:53:48.937] | : 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) [08:53:48.937] | : Packages: [08:53:48.937] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:48.937] | : Capture standard output: FALSE [08:53:48.937] | : Capture condition classes: 'condition' (excluding '') [08:53:48.937] | : Immediate condition classes: 'immediateCondition' [08:53:48.937] | : Lazy evaluation: FALSE [08:53:48.937] | : Local evaluation: TRUE [08:53:48.937] | : Asynchronous evaluation: TRUE [08:53:48.937] | : Early signaling: FALSE [08:53:48.937] | : Environment: R_GlobalEnv [08:53:48.937] | : State: 'running' [08:53:48.937] | : Resolved: FALSE [08:53:48.937] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-13 [08:53:48.937] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:48.937] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:48.937] | : Value: [08:53:48.937] | : Conditions captured: [08:53:49.143] | : Chunk #1 of 2 ... DONE [08:53:49.143] | : Chunk #2 of 2 ... [08:53:49.144] | : - Finding globals in '...' for chunk #2 ... [08:53:49.144] | : getGlobalsAndPackages() ... [08:53:49.145] | : . Searching for globals ... [08:53:49.146] | : . ' globals found: [0] [08:53:49.147] | : . Searching for globals ... done [08:53:49.147] | : . globals: [0] [08:53:49.148] | : . packages: [0] [08:53:49.148] | : getGlobalsAndPackages() ... done [08:53:49.148] | : + additional globals found: [n=0] [08:53:49.149] | : + additional namespaces needed: [n=0] [08:53:49.149] | : - Finding globals in '...' for chunk #2 ... DONE [08:53:49.149] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:49.150] | : - seeds: [08:53:49.150] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:49.150] | : future(..., label = 'future_mapply-2') ... [08:53:49.151] | : . lazy: FALSE [08:53:49.151] | : . stdout: FALSE [08:53:49.151] | : . conditions: [n=1] 'condition' [08:53:49.152] | : . gc: FALSE [08:53:49.152] | : . earlySignal: FALSE [08:53:49.153] | : . getGlobalsAndPackages() ... [08:53:49.153] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:49.153] | : . ' Resolving globals: FALSE [08:53:49.154] | : . ' Search for packages associated with the globals ... [08:53:49.154] | : . ' , Packages associated with globals: [0] [08:53:49.155] | : . ' , Packages: [0] [08:53:49.155] | : . ' Search for packages associated with the globals ... done [08:53:49.156] | : . ' Packages after dropping 'base': [0] [08:53:49.156] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:49.157] | : . ' packages: [0] [08:53:49.157] | : . getGlobalsAndPackages() ... done [08:53:49.158] | : . run() for 'Future' ('future_mapply-2') ... [08:53:49.158] | : . ' state: 'created' [08:53:49.159] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:49.159] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:49.159] | : . ' Using MultisessionFutureBackend ... [08:53:49.160] | : . ' , Number of futures since start: 7 (7 created, 7 launched, 6 finished) [08:53:49.160] | : . ' , Launching futures ... [08:53:49.161] | : . ' , ; launchFuture() for ClusterFutureBackend ... [08:53:49.161] | : . ' , ; ` Workers: [n=2] [08:53:49.161] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:49.166] | : . ' , ; ` FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:49.166] | : . ' , ; ` requestWorker() ... [08:53:49.166] | : . ' , ; ` | requestNode() ... [08:53:49.167] | : . ' , ; ` | : Number of workers: 2 [08:53:49.167] | : . ' , ; ` | : Polling for a free worker ... [08:53:49.167] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:49.168] | : . ' , ; ` | : . ' Listing all futures [08:53:49.168] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:49.168] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:49.168] | : . ' , ; ` | : . Total time: 0 [08:53:49.169] | : . ' , ; ` | : Polling for a free worker ... done [08:53:49.169] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:49.169] | : . ' , ; ` | : . Listing all futures [08:53:49.170] | : . ' , ; ` | : . Number of registered futures: 1 [08:53:49.170] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:49.170] | : . ' , ; ` | : avail: [n=2] '2' [08:53:49.171] | : . ' , ; ` | : Index of first available worker: 2 [08:53:49.171] | : . ' , ; ` | : Validate that the worker is functional ... [08:53:49.262] | : . ' , ; ` | : . Worker is functional [08:53:49.262] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:49.263] | : . ' , ; ` | : . ' Listing all futures [08:53:49.263] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:49.263] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:49.264] | : . ' , ; ` | : Validate that the worker is functional ... done [08:53:49.264] | : . ' , ; ` | requestNode() ... done [08:53:49.264] | : . ' , ; ` | cluster node index: 2 [08:53:49.265] | : . ' , ; ` requestWorker() ... done [08:53:49.265] | : . ' , ; ` eraseGlobalEnvironment() ... [08:53:49.266] | : . ' , ; ` eraseGlobalEnvironment() ... done [08:53:49.266] | : . ' , ; ` launchFuture() ... [08:53:49.267] | : . ' , ; ` | cluster node index: 2 [08:53:49.267] | : . ' , ; ` | getFutureData() ... [08:53:49.268] | : . ' , ; ` | : getFutureCore() ... [08:53:49.268] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [08:53:49.268] | : . ' , ; ` | : getFutureCore() ... done [08:53:49.268] | : . ' , ; ` | : getFutureCapture() ... [08:53:49.269] | : . ' , ; ` | : getFutureCapture() ... done [08:53:49.269] | : . ' , ; ` | : getFutureContext() ... [08:53:49.269] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:49.270] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [08:53:49.270] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:49.270] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [08:53:49.271] | : . ' , ; ` | : getFutureContext() ... done [08:53:49.271] | : . ' , ; ` | getFutureData() ... done [08:53:49.272] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:49.272] | : . ' , ; ` | : Appended future to position #2 [08:53:49.273] | : . ' , ; ` | : Number of registered futures: 2 [08:53:49.273] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:49.273] | : . ' , ; ` launchFuture() ... done [08:53:49.274] | : . ' , ; ` MultisessionFuture started [08:53:49.274] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [08:53:49.274] | : . ' , Launching futures ... done [08:53:49.275] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:49.275] | : . ' Using MultisessionFutureBackend ... done [08:53:49.275] | : . run() for 'Future' ('future_mapply-2') ... done [08:53:49.275] | : future(..., label = 'future_mapply-2') ... done [08:53:49.276] | : Created future: [08:53:49.278] | : resolved() for MultisessionFuture ('future_mapply-2') ... [08:53:49.279] | : . Cluster node socket connection: index=5, id=432 [08:53:49.279] | : . assertValidConnection() ... [08:53:49.279] | : . ' cluster node index: 2 [08:53:49.280] | : . assertValidConnection() ... done [08:53:49.286] | : . receiveMessageFromWorker() for ClusterFuture ... [08:53:49.287] | : . ' cluster node index: 2 [08:53:49.287] | : . ' [1] TRUE [08:53:49.288] | : . ' received data: [08:53:49.288] | : . ' List of 5 [08:53:49.288] | : . ' $ type : chr "VALUE" [08:53:49.288] | : . ' $ value :List of 16 [08:53:49.288] | : . ' ..$ value :List of 1 [08:53:49.288] | : . ' .. ..$ :List of 2 [08:53:49.288] | : . ' .. .. ..$ x: int 0 [08:53:49.288] | : . ' .. .. ..$ y: int 1 [08:53:49.288] | : . ' ..$ visible : logi TRUE [08:53:49.288] | : . ' ..$ stdout : NULL [08:53:49.288] | : . ' ..$ conditions : list() [08:53:49.288] | : . ' ..$ rng : logi FALSE [08:53:49.288] | : . ' ..$ seed : NULL [08:53:49.288] | : . ' ..$ misuseGlobalEnv : NULL [08:53:49.288] | : . ' ..$ misuseConnections :List of 3 [08:53:49.288] | : . ' .. ..$ added : NULL [08:53:49.288] | : . ' .. ..$ removed : NULL [08:53:49.288] | : . ' .. ..$ replaced: NULL [08:53:49.288] | : . ' ..$ misuseDevices : NULL [08:53:49.288] | : . ' ..$ misuseDefaultDevice: list() [08:53:49.288] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:49" [08:53:49.288] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:49" [08:53:49.288] | : . ' ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "14" [08:53:49.288] | : . ' ..$ session_uuid : chr "35447193e0f61fb6ad38cd7aa0633902" [08:53:49.288] | : . ' .. ..- attr(*, "source")=List of 5 [08:53:49.288] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [08:53:49.288] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:49.288] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:49.288] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:49.288] | : . ' .. .. ..$ pid : int 118316 [08:53:49.288] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:49.288] | : . ' .. .. ..$ random: int 2147483647 [08:53:49.288] | : . ' ..$ r_info :List of 4 [08:53:49.288] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:49.288] | : . ' .. .. ..$ : int [1:3] 4 6 0 [08:53:49.288] | : . ' .. ..$ os : chr "windows" [08:53:49.288] | : . ' .. ..$ os_name : chr "Windows" [08:53:49.288] | : . ' .. ..$ captures_utf8: logi TRUE [08:53:49.288] | : . ' ..$ version : chr "1.8" [08:53:49.288] | : . ' ..- attr(*, "class")= chr "FutureResult" [08:53:49.288] | : . ' $ success: logi TRUE [08:53:49.288] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [08:53:49.288] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:49.288] | : . ' $ tag : NULL [08:53:49.308] | : . ' Received FutureResult [08:53:49.309] | : . ' FutureResult: [08:53:49.309] | : . ' value: 'list' [08:53:49.309] | : . ' visible: TRUE [08:53:49.309] | : . ' stdout: NULL [08:53:49.309] | : . ' conditions: [n = 0] [08:53:49.309] | : . ' RNG used: FALSE [08:53:49.309] | : . ' duration: 0.01052094 secs (started 2025-06-06 08:53:49.272711) [08:53:49.309] | : . ' version: 1.8 [08:53:49.310] | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:49.310] | : . ' , Removed future from position #2 [08:53:49.310] | : . ' , Number of registered futures: 1 [08:53:49.311] | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:49.311] | : . ' Erased future from future backend [08:53:49.311] | : . ' result() for ClusterFuture ... [08:53:49.311] | : . ' , result already collected: FutureResult [08:53:49.311] | : . ' result() for ClusterFuture ... done [08:53:49.312] | : . ' signalConditions() ... [08:53:49.312] | : . ' , include = 'immediateCondition' [08:53:49.312] | : . ' , exclude = [08:53:49.312] | : . ' , resignal = FALSE [08:53:49.313] | : . ' , Number of conditions: 0 [08:53:49.313] | : . ' , int 0 [08:53:49.314] | : . ' signalConditions() ... done [08:53:49.314] | : . receiveMessageFromWorker() for ClusterFuture ... done [08:53:49.314] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:49.314] | : resolved() for MultisessionFuture ('future_mapply-2') ... done [08:53:49.315] | : assertFutureResult() ... [08:53:49.315] | : . Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:49.315] | : . Future uuid: 14 [08:53:49.315] | : . identical; success [08:53:49.315] | : assertFutureResult() ... done [08:53:49.276] | : MultisessionFuture: [08:53:49.276] | : Label: 'future_mapply-2' [08:53:49.276] | : Expression: [08:53:49.276] | : { [08:53:49.276] | : "# future.apply:::future_xapply(): preserve future option" [08:53:49.276] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:49.276] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:49.276] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:49.276] | : on.exit(options(oopts), add = TRUE) [08:53:49.276] | : } [08:53:49.276] | : { [08:53:49.276] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [08:53:49.276] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [08:53:49.276] | : do.call(mapply, args = args) [08:53:49.276] | : } [08:53:49.276] | : } [08:53:49.276] | : 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) [08:53:49.276] | : Packages: [08:53:49.276] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:49.276] | : Capture standard output: FALSE [08:53:49.276] | : Capture condition classes: 'condition' (excluding '') [08:53:49.276] | : Immediate condition classes: 'immediateCondition' [08:53:49.276] | : Lazy evaluation: FALSE [08:53:49.276] | : Local evaluation: TRUE [08:53:49.276] | : Asynchronous evaluation: TRUE [08:53:49.276] | : Early signaling: FALSE [08:53:49.276] | : Environment: R_GlobalEnv [08:53:49.276] | : State: 'running' [08:53:49.276] | : Resolved: TRUE [08:53:49.276] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-14 [08:53:49.276] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:49.276] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:49.276] | : Value: [08:53:49.276] | : Conditions captured: [08:53:49.316] | : Chunk #2 of 2 ... DONE [08:53:49.316] | : Launching 2 futures (chunks) ... DONE [08:53:49.316] | : Resolving 2 futures (chunks) ... [08:53:49.317] | : value() for list ... [08:53:49.317] | : . recursive: 0 [08:53:49.317] | : . reduce: FALSE [08:53:49.318] | : . length: 2 [08:53:49.318] | : . Number of remaining objects: 2 [08:53:49.318] | : . checking value #1: [08:53:49.318] | : . 'obj' is MultisessionFuture [08:53:49.319] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [08:53:49.319] | : . ' Cluster node socket connection: index=4, id=431 [08:53:49.320] | : . ' assertValidConnection() ... [08:53:49.320] | : . ' , cluster node index: 1 [08:53:49.320] | : . ' assertValidConnection() ... done [08:53:49.448] | : . ' receiveMessageFromWorker() for ClusterFuture ... [08:53:49.448] | : . ' , cluster node index: 1 [08:53:49.449] | : . ' , [1] TRUE [08:53:49.449] | : . ' , received data: [08:53:49.450] | : . ' , List of 5 [08:53:49.450] | : . ' , $ type : chr "VALUE" [08:53:49.450] | : . ' , $ value :List of 16 [08:53:49.450] | : . ' , ..$ value :List of 1 [08:53:49.450] | : . ' , .. ..$ :List of 2 [08:53:49.450] | : . ' , .. .. ..$ x: int 1 [08:53:49.450] | : . ' , .. .. ..$ y: int 0 [08:53:49.450] | : . ' , ..$ visible : logi TRUE [08:53:49.450] | : . ' , ..$ stdout : NULL [08:53:49.450] | : . ' , ..$ conditions : list() [08:53:49.450] | : . ' , ..$ rng : logi FALSE [08:53:49.450] | : . ' , ..$ seed : NULL [08:53:49.450] | : . ' , ..$ misuseGlobalEnv : NULL [08:53:49.450] | : . ' , ..$ misuseConnections :List of 3 [08:53:49.450] | : . ' , .. ..$ added : NULL [08:53:49.450] | : . ' , .. ..$ removed : NULL [08:53:49.450] | : . ' , .. ..$ replaced: NULL [08:53:49.450] | : . ' , ..$ misuseDevices : NULL [08:53:49.450] | : . ' , ..$ misuseDefaultDevice: list() [08:53:49.450] | : . ' , ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:48" [08:53:49.450] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:49" [08:53:49.450] | : . ' , ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "13" [08:53:49.450] | : . ' , ..$ session_uuid : chr "6d414de52db0613e1857cade86d33a26" [08:53:49.450] | : . ' , .. ..- attr(*, "source")=List of 5 [08:53:49.450] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [08:53:49.450] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:49.450] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:49.450] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:49.450] | : . ' , .. .. ..$ pid : int 191980 [08:53:49.450] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:49.450] | : . ' , .. .. ..$ random: int 2147483647 [08:53:49.450] | : . ' , ..$ r_info :List of 4 [08:53:49.450] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:49.450] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [08:53:49.450] | : . ' , .. ..$ os : chr "windows" [08:53:49.450] | : . ' , .. ..$ os_name : chr "Windows" [08:53:49.450] | : . ' , .. ..$ captures_utf8: logi TRUE [08:53:49.450] | : . ' , ..$ version : chr "1.8" [08:53:49.450] | : . ' , ..- attr(*, "class")= chr "FutureResult" [08:53:49.450] | : . ' , $ success: logi TRUE [08:53:49.450] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.52 NA NA [08:53:49.450] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:49.450] | : . ' , $ tag : NULL [08:53:49.475] | : . ' , Received FutureResult [08:53:49.476] | : . ' , FutureResult: [08:53:49.476] | : . ' , value: 'list' [08:53:49.476] | : . ' , visible: TRUE [08:53:49.476] | : . ' , stdout: NULL [08:53:49.476] | : . ' , conditions: [n = 0] [08:53:49.476] | : . ' , RNG used: FALSE [08:53:49.476] | : . ' , duration: 0.5131009 secs (started 2025-06-06 08:53:48.933334) [08:53:49.476] | : . ' , version: 1.8 [08:53:49.476] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:49.477] | : . ' , ; Removed future from position #1 [08:53:49.477] | : . ' , ; Number of registered futures: 0 [08:53:49.477] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:49.478] | : . ' , Erased future from future backend [08:53:49.478] | : . ' , result() for ClusterFuture ... [08:53:49.478] | : . ' , ; result already collected: FutureResult [08:53:49.478] | : . ' , result() for ClusterFuture ... done [08:53:49.479] | : . ' , signalConditions() ... [08:53:49.479] | : . ' , ; include = 'immediateCondition' [08:53:49.479] | : . ' , ; exclude = [08:53:49.479] | : . ' , ; resignal = FALSE [08:53:49.480] | : . ' , ; Number of conditions: 0 [08:53:49.480] | : . ' , ; int 0 [08:53:49.481] | : . ' , signalConditions() ... done [08:53:49.481] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [08:53:49.481] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:49.481] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [08:53:49.482] | : . assertFutureResult() ... [08:53:49.482] | : . ' Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:49.482] | : . ' Future uuid: 13 [08:53:49.482] | : . ' identical; success [08:53:49.482] | : . assertFutureResult() ... done [08:53:49.483] | : . MultisessionFuture #1 [08:53:49.483] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:49.483] | : . ' nx: 2 [08:53:49.483] | : . ' relay: TRUE [08:53:49.484] | : . ' stdout: TRUE [08:53:49.484] | : . ' signal: TRUE [08:53:49.484] | : . ' resignal: FALSE [08:53:49.484] | : . ' force: TRUE [08:53:49.485] | : . ' relayed: [n=2] FALSE, FALSE [08:53:49.485] | : . ' queued futures: [n=2] FALSE, FALSE [08:53:49.485] | : . ' until=1 [08:53:49.485] | : . ' relaying element #1 [08:53:49.486] | : . ' value() for MultisessionFuture ('future_mapply-1') ... [08:53:49.486] | : . ' , result() for ClusterFuture ... [08:53:49.486] | : . ' , ; result already collected: FutureResult [08:53:49.486] | : . ' , result() for ClusterFuture ... done [08:53:49.487] | : . ' , result() for ClusterFuture ... [08:53:49.487] | : . ' , ; result already collected: FutureResult [08:53:49.487] | : . ' , result() for ClusterFuture ... done [08:53:49.487] | : . ' , signalConditions() ... [08:53:49.488] | : . ' , ; include = 'immediateCondition' [08:53:49.488] | : . ' , ; exclude = [08:53:49.488] | : . ' , ; resignal = FALSE [08:53:49.488] | : . ' , ; Number of conditions: 0 [08:53:49.489] | : . ' , ; int 0 [08:53:49.489] | : . ' , signalConditions() ... done [08:53:49.490] | : . ' , relay stdout ... [08:53:49.490] | : . ' , relay stdout ... done [08:53:49.490] | : . ' , check for misuse ... [08:53:49.490] | : . ' , check for misuse ... done [08:53:49.491] | : . ' value() for MultisessionFuture ('future_mapply-1') ... done [08:53:49.491] | : . ' result() for ClusterFuture ... [08:53:49.491] | : . ' , result already collected: FutureResult [08:53:49.491] | : . ' result() for ClusterFuture ... done [08:53:49.492] | : . ' signalConditions() ... [08:53:49.492] | : . ' , include = 'immediateCondition' [08:53:49.492] | : . ' , exclude = [08:53:49.492] | : . ' , resignal = FALSE [08:53:49.493] | : . ' , Number of conditions: 0 [08:53:49.493] | : . ' , int 0 [08:53:49.494] | : . ' signalConditions() ... done [08:53:49.494] | : . ' result() for ClusterFuture ... [08:53:49.494] | : . ' , result already collected: FutureResult [08:53:49.494] | : . ' result() for ClusterFuture ... done [08:53:49.495] | : . ' signalConditions() ... [08:53:49.495] | : . ' , include = 'condition' [08:53:49.495] | : . ' , exclude = 'error', 'immediateCondition' [08:53:49.495] | : . ' , resignal = TRUE [08:53:49.496] | : . ' , Number of conditions: 0 [08:53:49.496] | : . ' , int 0 [08:53:49.497] | : . ' signalConditions() ... done [08:53:49.497] | : . ' relayed: [n=2] TRUE, FALSE [08:53:49.497] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:49.497] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:49.498] | : . value(, ...) ... [08:53:49.498] | : . value(, ...) ... done [08:53:49.498] | : . value() for MultisessionFuture ('future_mapply-1') ... [08:53:49.498] | : . ' result() for ClusterFuture ... [08:53:49.499] | : . ' , result already collected: FutureResult [08:53:49.499] | : . ' result() for ClusterFuture ... done [08:53:49.499] | : . ' result() for ClusterFuture ... [08:53:49.499] | : . ' , result already collected: FutureResult [08:53:49.500] | : . ' result() for ClusterFuture ... done [08:53:49.500] | : . ' signalConditions() ... [08:53:49.500] | : . ' , include = 'immediateCondition' [08:53:49.500] | : . ' , exclude = [08:53:49.501] | : . ' , resignal = FALSE [08:53:49.501] | : . ' , Number of conditions: 0 [08:53:49.501] | : . ' , int 0 [08:53:49.502] | : . ' signalConditions() ... done [08:53:49.502] | : . ' check for misuse ... [08:53:49.502] | : . ' check for misuse ... done [08:53:49.503] | : . value() for MultisessionFuture ('future_mapply-1') ... done [08:53:49.503] | : . value: [08:53:49.503] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:49.503] | : . ' nx: 2 [08:53:49.504] | : . ' relay: TRUE [08:53:49.504] | : . ' stdout: TRUE [08:53:49.504] | : . ' signal: TRUE [08:53:49.504] | : . ' resignal: FALSE [08:53:49.505] | : . ' force: TRUE [08:53:49.505] | : . ' relayed: [n=2] TRUE, FALSE [08:53:49.505] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:49.505] | : . ' until=2 [08:53:49.506] | : . ' relaying element #2 [08:53:49.506] | : . ' relayed: [n=2] TRUE, FALSE [08:53:49.506] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:49.506] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:49.507] | : . resolve() for MultisessionFuture ... [08:53:49.507] | : . resolve() for MultisessionFuture ... done [08:53:49.507] | : . length: 1 (resolved future 1) [08:53:49.507] | : value() for list ... done [08:53:49.508] | : checking value #2: [08:53:49.508] | : 'obj' is MultisessionFuture [08:53:49.508] | : MultisessionFuture #2 [08:53:49.508] | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:49.509] | : . nx: 2 [08:53:49.509] | : . relay: TRUE [08:53:49.509] | : . stdout: TRUE [08:53:49.509] | : . signal: TRUE [08:53:49.510] | : . resignal: FALSE [08:53:49.510] | : . force: TRUE [08:53:49.510] | : . relayed: [n=2] TRUE, FALSE [08:53:49.510] | : . queued futures: [n=2] TRUE, FALSE [08:53:49.511] | : . until=2 [08:53:49.511] | : . relaying element #2 [08:53:49.511] | : . value() for MultisessionFuture ('future_mapply-2') ... [08:53:49.511] | : . ' result() for ClusterFuture ... [08:53:49.512] | : . ' , result already collected: FutureResult [08:53:49.512] | : . ' result() for ClusterFuture ... done [08:53:49.512] | : . ' result() for ClusterFuture ... [08:53:49.512] | : . ' , result already collected: FutureResult [08:53:49.513] | : . ' result() for ClusterFuture ... done [08:53:49.513] | : . ' signalConditions() ... [08:53:49.513] | : . ' , include = 'immediateCondition' [08:53:49.513] | : . ' , exclude = [08:53:49.514] | : . ' , resignal = FALSE [08:53:49.514] | : . ' , Number of conditions: 0 [08:53:49.514] | : . ' , int 0 [08:53:49.515] | : . ' signalConditions() ... done [08:53:49.515] | : . ' relay stdout ... [08:53:49.515] | : . ' relay stdout ... done [08:53:49.516] | : . ' check for misuse ... [08:53:49.516] | : . ' check for misuse ... done [08:53:49.516] | : . value() for MultisessionFuture ('future_mapply-2') ... done [08:53:49.517] | : . result() for ClusterFuture ... [08:53:49.517] | : . ' result already collected: FutureResult [08:53:49.517] | : . result() for ClusterFuture ... done [08:53:49.517] | : . signalConditions() ... [08:53:49.518] | : . ' include = 'immediateCondition' [08:53:49.518] | : . ' exclude = [08:53:49.518] | : . ' resignal = FALSE [08:53:49.518] | : . ' Number of conditions: 0 [08:53:49.518] | : . ' int 0 [08:53:49.519] | : . signalConditions() ... done [08:53:49.520] | : . result() for ClusterFuture ... [08:53:49.520] | : . ' result already collected: FutureResult [08:53:49.520] | : . result() for ClusterFuture ... done [08:53:49.520] | : . signalConditions() ... [08:53:49.521] | : . ' include = 'condition' [08:53:49.521] | : . ' exclude = 'error', 'immediateCondition' [08:53:49.521] | : . ' resignal = TRUE [08:53:49.521] | : . ' Number of conditions: 0 [08:53:49.522] | : . ' int 0 [08:53:49.522] | : . signalConditions() ... done [08:53:49.523] | : . relayed: [n=2] TRUE, TRUE [08:53:49.523] | : . queued futures: [n=2] TRUE, TRUE [08:53:49.523] | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:49.523] | : value(, ...) ... [08:53:49.524] | : value(, ...) ... done [08:53:49.524] | : value() for MultisessionFuture ('future_mapply-2') ... [08:53:49.524] | : . result() for ClusterFuture ... [08:53:49.524] | : . ' result already collected: FutureResult [08:53:49.525] | : . result() for ClusterFuture ... done [08:53:49.525] | : . result() for ClusterFuture ... [08:53:49.525] | : . ' result already collected: FutureResult [08:53:49.525] | : . result() for ClusterFuture ... done [08:53:49.526] | : . signalConditions() ... [08:53:49.526] | : . ' include = 'immediateCondition' [08:53:49.526] | : . ' exclude = [08:53:49.526] | : . ' resignal = FALSE [08:53:49.527] | : . ' Number of conditions: 0 [08:53:49.527] | : . ' int 0 [08:53:49.528] | : . signalConditions() ... done [08:53:49.528] | : . check for misuse ... [08:53:49.528] | : . check for misuse ... done [08:53:49.528] | : value() for MultisessionFuture ('future_mapply-2') ... done [08:53:49.529] | : value: [08:53:49.529] | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:49.529] | : . nx: 2 [08:53:49.529] | : . relay: TRUE [08:53:49.530] | : . stdout: TRUE [08:53:49.530] | : . signal: TRUE [08:53:49.530] | : . resignal: FALSE [08:53:49.530] | : . force: TRUE [08:53:49.531] | : . relayed: [n=2] TRUE, TRUE [08:53:49.531] | : . queued futures: [n=2] TRUE, TRUE [08:53:49.531] | : . until=2 [08:53:49.531] | : . relayed: [n=2] TRUE, TRUE [08:53:49.532] | : . queued futures: [n=2] TRUE, TRUE [08:53:49.532] | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:49.532] | : resolve() for MultisessionFuture ... [08:53:49.532] | : resolve() for MultisessionFuture ... done [08:53:49.533] | : length: 0 (resolved future 2) [08:53:49.533] | future_mapply() -> future_xapply() ... done [08:53:49.533] | Relaying remaining futures ... [08:53:49.533] | : signalConditionsASAP(NULL, pos=0) ... [08:53:49.534] | : . nx: 2 [08:53:49.534] | : . relay: TRUE [08:53:49.534] | : . stdout: TRUE [08:53:49.534] | : . signal: TRUE [08:53:49.535] | : . resignal: FALSE [08:53:49.535] | : . force: TRUE [08:53:49.535] | : . relayed: [n=2] TRUE, TRUE [08:53:49.535] | : . queued futures: [n=2] TRUE, TRUE - flush all [08:53:49.536] | : . relayed: [n=2] TRUE, TRUE [08:53:49.536] | : . queued futures: [n=2] TRUE, TRUE [08:53:49.536] | : signalConditionsASAP(NULL, pos=0) ... done [08:53:49.536] | Relaying remaining futures ... done [08:53:49.537] future_mapply() ... done [08:53:49.537] - Number of value chunks collected: 2 [08:53:49.537] Resolving 2 futures (chunks) ... DONE [08:53:49.537] Reducing values from 2 chunks ... [08:53:49.538] - Number of values collected after concatenation: 2 [08:53:49.538] - Number of values expected: 2 [08:53:49.538] Reducing values from 2 chunks ... DONE * future_mapply(x, ..., future.stdout = FALSE) ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... [08:53:49.539] future_mapply() ... [08:53:49.539] | future_mapply() -> future_xapply() ... [08:53:49.540] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:49.540] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:49.541] | : Number of chunks: 2 [08:53:49.541] | : getGlobalsAndPackagesXApply() ... [08:53:49.541] | : . future.globals: TRUE [08:53:49.542] | : . getGlobalsAndPackages() ... [08:53:49.542] | : . ' Searching for globals ... [08:53:49.558] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [08:53:49.558] | : . ' Searching for globals ... done [08:53:49.559] | : . ' Resolving globals: FALSE [08:53:49.559] | : . ' Search for packages associated with the globals ... [08:53:49.559] | : . ' , Packages associated with globals: [1] 'base' [08:53:49.560] | : . ' , Packages: [1] 'base' [08:53:49.560] | : . ' Search for packages associated with the globals ... done [08:53:49.561] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [08:53:49.561] | : . ' 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') [08:53:49.562] | : . ' Packages after dropping 'base': [0] [08:53:49.562] | : . ' globals: [1] 'FUN' [08:53:49.562] | : . ' packages: [0] [08:53:49.562] | : . getGlobalsAndPackages() ... done [08:53:49.563] | : . globals found/used: [n=1] 'FUN' [08:53:49.563] | : . needed namespaces: [n=0] [08:53:49.563] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [08:53:49.564] | : . List of 2 [08:53:49.564] | : . $ ...future.FUN:function (x, y) [08:53:49.564] | : . $ MoreArgs : NULL [08:53:49.564] | : . - attr(*, "where")=List of 2 [08:53:49.564] | : . ..$ ...future.FUN: [08:53:49.564] | : . ..$ MoreArgs : [08:53:49.564] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:49.564] | : . - attr(*, "resolved")= logi FALSE [08:53:49.564] | : . - attr(*, "total_size")= num NA [08:53:49.569] | : . Packages to be attached in all futures: [n=0] [08:53:49.569] | : getGlobalsAndPackagesXApply() ... done [08:53:49.569] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:49.570] | : List of 5 [08:53:49.570] | : $ ...future.FUN :function (x, y) [08:53:49.570] | : $ MoreArgs : NULL [08:53:49.570] | : $ ...future.elements_ii : NULL [08:53:49.570] | : $ ...future.seeds_ii : NULL [08:53:49.570] | : $ ...future.globals.maxSize: NULL [08:53:49.570] | : - attr(*, "where")=List of 5 [08:53:49.570] | : ..$ ...future.FUN : [08:53:49.570] | : ..$ MoreArgs : [08:53:49.570] | : ..$ ...future.elements_ii : [08:53:49.570] | : ..$ ...future.seeds_ii : [08:53:49.570] | : ..$ ...future.globals.maxSize: [08:53:49.570] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:49.570] | : - attr(*, "resolved")= logi FALSE [08:53:49.570] | : - attr(*, "total_size")= num NA [08:53:49.577] | : Number of futures (= number of chunks): 2 [08:53:49.577] | : Launching 2 futures (chunks) ... [08:53:49.578] | : Chunk #1 of 2 ... [08:53:49.578] | : - Finding globals in '...' for chunk #1 ... [08:53:49.578] | : getGlobalsAndPackages() ... [08:53:49.578] | : . Searching for globals ... [08:53:49.579] | : . ' globals found: [0] [08:53:49.580] | : . Searching for globals ... done [08:53:49.580] | : . globals: [0] [08:53:49.580] | : . packages: [0] [08:53:49.581] | : getGlobalsAndPackages() ... done [08:53:49.581] | : + additional globals found: [n=0] [08:53:49.581] | : + additional namespaces needed: [n=0] [08:53:49.581] | : - Finding globals in '...' for chunk #1 ... DONE [08:53:49.582] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:49.582] | : - seeds: [08:53:49.582] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:49.582] | : future(..., label = 'future_mapply-1') ... [08:53:49.583] | : . lazy: FALSE [08:53:49.583] | : . stdout: TRUE [08:53:49.583] | : . conditions: [n=1] 'condition' [08:53:49.583] | : . gc: FALSE [08:53:49.584] | : . earlySignal: FALSE [08:53:49.584] | : . getGlobalsAndPackages() ... [08:53:49.584] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:49.584] | : . ' Resolving globals: FALSE [08:53:49.585] | : . ' Search for packages associated with the globals ... [08:53:49.585] | : . ' , Packages associated with globals: [0] [08:53:49.586] | : . ' , Packages: [0] [08:53:49.586] | : . ' Search for packages associated with the globals ... done [08:53:49.586] | : . ' Packages after dropping 'base': [0] [08:53:49.586] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:49.587] | : . ' packages: [0] [08:53:49.587] | : . getGlobalsAndPackages() ... done [08:53:49.587] | : . run() for 'Future' ('future_mapply-1') ... [08:53:49.588] | : . ' state: 'created' [08:53:49.588] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:49.588] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:49.589] | : . ' Using MultisessionFutureBackend ... [08:53:49.589] | : . ' , Number of futures since start: 8 (8 created, 8 launched, 8 finished) [08:53:49.589] | : . ' , Launching futures ... [08:53:49.589] | : . ' , ; launchFuture() for ClusterFutureBackend ... [08:53:49.590] | : . ' , ; ` Workers: [n=2] [08:53:49.590] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:49.593] | : . ' , ; ` FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:49.593] | : . ' , ; ` requestWorker() ... [08:53:49.594] | : . ' , ; ` | requestNode() ... [08:53:49.594] | : . ' , ; ` | : Number of workers: 2 [08:53:49.594] | : . ' , ; ` | : Polling for a free worker ... [08:53:49.594] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:49.595] | : . ' , ; ` | : . ' Listing all futures [08:53:49.595] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:49.595] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:49.595] | : . ' , ; ` | : . Total time: 0 [08:53:49.596] | : . ' , ; ` | : Polling for a free worker ... done [08:53:49.596] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:49.596] | : . ' , ; ` | : . Listing all futures [08:53:49.596] | : . ' , ; ` | : . Number of registered futures: 0 [08:53:49.597] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:49.597] | : . ' , ; ` | : avail: [n=2] '1', '2' [08:53:49.597] | : . ' , ; ` | : Index of first available worker: 1 [08:53:49.597] | : . ' , ; ` | : Validate that the worker is functional ... [08:53:49.692] | : . ' , ; ` | : . Worker is functional [08:53:49.692] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:49.693] | : . ' , ; ` | : . ' Listing all futures [08:53:49.693] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:49.693] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:49.693] | : . ' , ; ` | : Validate that the worker is functional ... done [08:53:49.694] | : . ' , ; ` | requestNode() ... done [08:53:49.694] | : . ' , ; ` | cluster node index: 1 [08:53:49.694] | : . ' , ; ` requestWorker() ... done [08:53:49.695] | : . ' , ; ` eraseGlobalEnvironment() ... [08:53:49.696] | : . ' , ; ` eraseGlobalEnvironment() ... done [08:53:49.696] | : . ' , ; ` launchFuture() ... [08:53:49.697] | : . ' , ; ` | cluster node index: 1 [08:53:49.697] | : . ' , ; ` | getFutureData() ... [08:53:49.697] | : . ' , ; ` | : getFutureCore() ... [08:53:49.698] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [08:53:49.698] | : . ' , ; ` | : getFutureCore() ... done [08:53:49.699] | : . ' , ; ` | : getFutureCapture() ... [08:53:49.699] | : . ' , ; ` | : getFutureCapture() ... done [08:53:49.699] | : . ' , ; ` | : getFutureContext() ... [08:53:49.700] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:49.700] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [08:53:49.700] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:49.701] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [08:53:49.701] | : . ' , ; ` | : getFutureContext() ... done [08:53:49.701] | : . ' , ; ` | getFutureData() ... done [08:53:49.702] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:49.703] | : . ' , ; ` | : Appended future to position #1 [08:53:49.703] | : . ' , ; ` | : Number of registered futures: 1 [08:53:49.703] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:49.703] | : . ' , ; ` launchFuture() ... done [08:53:49.704] | : . ' , ; ` MultisessionFuture started [08:53:49.704] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [08:53:49.704] | : . ' , Launching futures ... done [08:53:49.705] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:49.705] | : . ' Using MultisessionFutureBackend ... done [08:53:49.705] | : . run() for 'Future' ('future_mapply-1') ... done [08:53:49.706] | : future(..., label = 'future_mapply-1') ... done [08:53:49.706] | : Created future: [08:53:49.709] | : resolved() for MultisessionFuture ('future_mapply-1') ... [08:53:49.710] | : . Cluster node socket connection: index=4, id=431 [08:53:49.710] | : . assertValidConnection() ... [08:53:49.710] | : . ' cluster node index: 1 [08:53:49.711] | : . assertValidConnection() ... done [08:53:49.907] | : . socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [08:53:49.907] | : resolved() for MultisessionFuture ('future_mapply-1') ... done [08:53:49.706] | : MultisessionFuture: [08:53:49.706] | : Label: 'future_mapply-1' [08:53:49.706] | : Expression: [08:53:49.706] | : { [08:53:49.706] | : "# future.apply:::future_xapply(): preserve future option" [08:53:49.706] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:49.706] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:49.706] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:49.706] | : on.exit(options(oopts), add = TRUE) [08:53:49.706] | : } [08:53:49.706] | : { [08:53:49.706] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [08:53:49.706] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [08:53:49.706] | : do.call(mapply, args = args) [08:53:49.706] | : } [08:53:49.706] | : } [08:53:49.706] | : 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) [08:53:49.706] | : Packages: [08:53:49.706] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:49.706] | : Capture standard output: TRUE [08:53:49.706] | : Capture condition classes: 'condition' (excluding '') [08:53:49.706] | : Immediate condition classes: 'immediateCondition' [08:53:49.706] | : Lazy evaluation: FALSE [08:53:49.706] | : Local evaluation: TRUE [08:53:49.706] | : Asynchronous evaluation: TRUE [08:53:49.706] | : Early signaling: FALSE [08:53:49.706] | : Environment: R_GlobalEnv [08:53:49.706] | : State: 'running' [08:53:49.706] | : Resolved: FALSE [08:53:49.706] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-15 [08:53:49.706] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:49.706] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:49.706] | : Value: [08:53:49.706] | : Conditions captured: [08:53:49.908] | : Chunk #1 of 2 ... DONE [08:53:49.908] | : Chunk #2 of 2 ... [08:53:49.909] | : - Finding globals in '...' for chunk #2 ... [08:53:49.909] | : getGlobalsAndPackages() ... [08:53:49.909] | : . Searching for globals ... [08:53:49.910] | : . ' globals found: [0] [08:53:49.910] | : . Searching for globals ... done [08:53:49.911] | : . globals: [0] [08:53:49.911] | : . packages: [0] [08:53:49.911] | : getGlobalsAndPackages() ... done [08:53:49.911] | : + additional globals found: [n=0] [08:53:49.911] | : + additional namespaces needed: [n=0] [08:53:49.912] | : - Finding globals in '...' for chunk #2 ... DONE [08:53:49.912] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:49.912] | : - seeds: [08:53:49.912] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:49.913] | : future(..., label = 'future_mapply-2') ... [08:53:49.913] | : . lazy: FALSE [08:53:49.913] | : . stdout: TRUE [08:53:49.913] | : . conditions: [n=1] 'condition' [08:53:49.913] | : . gc: FALSE [08:53:49.914] | : . earlySignal: FALSE [08:53:49.914] | : . getGlobalsAndPackages() ... [08:53:49.914] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:49.914] | : . ' Resolving globals: FALSE [08:53:49.914] | : . ' Search for packages associated with the globals ... [08:53:49.915] | : . ' , Packages associated with globals: [0] [08:53:49.915] | : . ' , Packages: [0] [08:53:49.916] | : . ' Search for packages associated with the globals ... done [08:53:49.916] | : . ' Packages after dropping 'base': [0] [08:53:49.916] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:49.916] | : . ' packages: [0] [08:53:49.917] | : . getGlobalsAndPackages() ... done [08:53:49.917] | : . run() for 'Future' ('future_mapply-2') ... [08:53:49.917] | : . ' state: 'created' [08:53:49.918] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:49.918] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:49.918] | : . ' Using MultisessionFutureBackend ... [08:53:49.918] | : . ' , Number of futures since start: 9 (9 created, 9 launched, 8 finished) [08:53:49.918] | : . ' , Launching futures ... [08:53:49.919] | : . ' , ; launchFuture() for ClusterFutureBackend ... [08:53:49.919] | : . ' , ; ` Workers: [n=2] [08:53:49.919] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:49.923] | : . ' , ; ` FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:49.923] | : . ' , ; ` requestWorker() ... [08:53:49.924] | : . ' , ; ` | requestNode() ... [08:53:49.924] | : . ' , ; ` | : Number of workers: 2 [08:53:49.924] | : . ' , ; ` | : Polling for a free worker ... [08:53:49.925] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:49.925] | : . ' , ; ` | : . ' Listing all futures [08:53:49.925] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:49.925] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:49.926] | : . ' , ; ` | : . Total time: 0 [08:53:49.926] | : . ' , ; ` | : Polling for a free worker ... done [08:53:49.926] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:49.926] | : . ' , ; ` | : . Listing all futures [08:53:49.926] | : . ' , ; ` | : . Number of registered futures: 1 [08:53:49.927] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:49.927] | : . ' , ; ` | : avail: [n=2] '2' [08:53:49.927] | : . ' , ; ` | : Index of first available worker: 2 [08:53:49.928] | : . ' , ; ` | : Validate that the worker is functional ... [08:53:50.012] | : . ' , ; ` | : . Worker is functional [08:53:50.013] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:50.013] | : . ' , ; ` | : . ' Listing all futures [08:53:50.013] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:50.014] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:50.014] | : . ' , ; ` | : Validate that the worker is functional ... done [08:53:50.014] | : . ' , ; ` | requestNode() ... done [08:53:50.015] | : . ' , ; ` | cluster node index: 2 [08:53:50.015] | : . ' , ; ` requestWorker() ... done [08:53:50.015] | : . ' , ; ` eraseGlobalEnvironment() ... [08:53:50.016] | : . ' , ; ` eraseGlobalEnvironment() ... done [08:53:50.017] | : . ' , ; ` launchFuture() ... [08:53:50.017] | : . ' , ; ` | cluster node index: 2 [08:53:50.017] | : . ' , ; ` | getFutureData() ... [08:53:50.018] | : . ' , ; ` | : getFutureCore() ... [08:53:50.018] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [08:53:50.018] | : . ' , ; ` | : getFutureCore() ... done [08:53:50.018] | : . ' , ; ` | : getFutureCapture() ... [08:53:50.019] | : . ' , ; ` | : getFutureCapture() ... done [08:53:50.019] | : . ' , ; ` | : getFutureContext() ... [08:53:50.019] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:50.020] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [08:53:50.020] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:50.020] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [08:53:50.021] | : . ' , ; ` | : getFutureContext() ... done [08:53:50.021] | : . ' , ; ` | getFutureData() ... done [08:53:50.022] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:50.022] | : . ' , ; ` | : Appended future to position #2 [08:53:50.023] | : . ' , ; ` | : Number of registered futures: 2 [08:53:50.023] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:50.023] | : . ' , ; ` launchFuture() ... done [08:53:50.024] | : . ' , ; ` MultisessionFuture started [08:53:50.024] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [08:53:50.024] | : . ' , Launching futures ... done [08:53:50.025] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:50.025] | : . ' Using MultisessionFutureBackend ... done [08:53:50.025] | : . run() for 'Future' ('future_mapply-2') ... done [08:53:50.026] | : future(..., label = 'future_mapply-2') ... done [08:53:50.026] | : Created future: [08:53:50.028] | : resolved() for MultisessionFuture ('future_mapply-2') ... [08:53:50.029] | : . Cluster node socket connection: index=5, id=432 [08:53:50.029] | : . assertValidConnection() ... [08:53:50.029] | : . ' cluster node index: 2 [08:53:50.030] | : . assertValidConnection() ... done [08:53:50.032] | : . receiveMessageFromWorker() for ClusterFuture ... [08:53:50.032] | : . ' cluster node index: 2 [08:53:50.032] | : . ' [1] TRUE [08:53:50.033] | : . ' received data: [08:53:50.033] | : . ' List of 5 [08:53:50.033] | : . ' $ type : chr "VALUE" [08:53:50.033] | : . ' $ value :List of 16 [08:53:50.033] | : . ' ..$ value :List of 1 [08:53:50.033] | : . ' .. ..$ :List of 2 [08:53:50.033] | : . ' .. .. ..$ x: int 0 [08:53:50.033] | : . ' .. .. ..$ y: int 1 [08:53:50.033] | : . ' ..$ visible : logi TRUE [08:53:50.033] | : . ' ..$ stdout : chr "$x\n[1] 0\n\n$y\n[1] 1\n\n" [08:53:50.033] | : . ' ..$ conditions : list() [08:53:50.033] | : . ' ..$ rng : logi FALSE [08:53:50.033] | : . ' ..$ seed : NULL [08:53:50.033] | : . ' ..$ misuseGlobalEnv : NULL [08:53:50.033] | : . ' ..$ misuseConnections :List of 3 [08:53:50.033] | : . ' .. ..$ added : NULL [08:53:50.033] | : . ' .. ..$ removed : NULL [08:53:50.033] | : . ' .. ..$ replaced: NULL [08:53:50.033] | : . ' ..$ misuseDevices : NULL [08:53:50.033] | : . ' ..$ misuseDefaultDevice: list() [08:53:50.033] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:50" [08:53:50.033] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:50" [08:53:50.033] | : . ' ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "16" [08:53:50.033] | : . ' ..$ session_uuid : chr "35447193e0f61fb6ad38cd7aa0633902" [08:53:50.033] | : . ' .. ..- attr(*, "source")=List of 5 [08:53:50.033] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [08:53:50.033] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:50.033] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:50.033] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:50.033] | : . ' .. .. ..$ pid : int 118316 [08:53:50.033] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:50.033] | : . ' .. .. ..$ random: int 2147483647 [08:53:50.033] | : . ' ..$ r_info :List of 4 [08:53:50.033] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:50.033] | : . ' .. .. ..$ : int [1:3] 4 6 0 [08:53:50.033] | : . ' .. ..$ os : chr "windows" [08:53:50.033] | : . ' .. ..$ os_name : chr "Windows" [08:53:50.033] | : . ' .. ..$ captures_utf8: logi TRUE [08:53:50.033] | : . ' ..$ version : chr "1.8" [08:53:50.033] | : . ' ..- attr(*, "class")= chr "FutureResult" [08:53:50.033] | : . ' $ success: logi TRUE [08:53:50.033] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:53:50.033] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:50.033] | : . ' $ tag : NULL [08:53:50.057] | : . ' Received FutureResult [08:53:50.058] | : . ' FutureResult: [08:53:50.058] | : . ' value: 'list' [08:53:50.058] | : . ' visible: TRUE [08:53:50.058] | : . ' stdout: character [08:53:50.058] | : . ' conditions: [n = 0] [08:53:50.058] | : . ' RNG used: FALSE [08:53:50.058] | : . ' duration: 0.007225037 secs (started 2025-06-06 08:53:50.022978) [08:53:50.058] | : . ' version: 1.8 [08:53:50.059] | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:50.059] | : . ' , Removed future from position #2 [08:53:50.060] | : . ' , Number of registered futures: 1 [08:53:50.060] | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:50.060] | : . ' Erased future from future backend [08:53:50.061] | : . ' result() for ClusterFuture ... [08:53:50.061] | : . ' , result already collected: FutureResult [08:53:50.061] | : . ' result() for ClusterFuture ... done [08:53:50.061] | : . ' signalConditions() ... [08:53:50.062] | : . ' , include = 'immediateCondition' [08:53:50.062] | : . ' , exclude = [08:53:50.062] | : . ' , resignal = FALSE [08:53:50.063] | : . ' , Number of conditions: 0 [08:53:50.063] | : . ' , int 0 [08:53:50.064] | : . ' signalConditions() ... done [08:53:50.064] | : . receiveMessageFromWorker() for ClusterFuture ... done [08:53:50.065] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:50.065] | : resolved() for MultisessionFuture ('future_mapply-2') ... done [08:53:50.065] | : assertFutureResult() ... [08:53:50.065] | : . Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:50.065] | : . Future uuid: 16 [08:53:50.066] | : . identical; success [08:53:50.066] | : assertFutureResult() ... done [08:53:50.026] | : MultisessionFuture: [08:53:50.026] | : Label: 'future_mapply-2' [08:53:50.026] | : Expression: [08:53:50.026] | : { [08:53:50.026] | : "# future.apply:::future_xapply(): preserve future option" [08:53:50.026] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:50.026] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:50.026] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:50.026] | : on.exit(options(oopts), add = TRUE) [08:53:50.026] | : } [08:53:50.026] | : { [08:53:50.026] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [08:53:50.026] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [08:53:50.026] | : do.call(mapply, args = args) [08:53:50.026] | : } [08:53:50.026] | : } [08:53:50.026] | : 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) [08:53:50.026] | : Packages: [08:53:50.026] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:50.026] | : Capture standard output: TRUE [08:53:50.026] | : Capture condition classes: 'condition' (excluding '') [08:53:50.026] | : Immediate condition classes: 'immediateCondition' [08:53:50.026] | : Lazy evaluation: FALSE [08:53:50.026] | : Local evaluation: TRUE [08:53:50.026] | : Asynchronous evaluation: TRUE [08:53:50.026] | : Early signaling: FALSE [08:53:50.026] | : Environment: R_GlobalEnv [08:53:50.026] | : State: 'running' [08:53:50.026] | : Resolved: TRUE [08:53:50.026] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-16 [08:53:50.026] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:50.026] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:50.026] | : Value: [08:53:50.026] | : Conditions captured: [08:53:50.067] | : Chunk #2 of 2 ... DONE [08:53:50.067] | : Launching 2 futures (chunks) ... DONE [08:53:50.067] | : Resolving 2 futures (chunks) ... [08:53:50.068] | : value() for list ... [08:53:50.068] | : . recursive: 0 [08:53:50.068] | : . reduce: FALSE [08:53:50.069] | : . length: 2 [08:53:50.069] | : . Number of remaining objects: 2 [08:53:50.070] | : . checking value #1: [08:53:50.070] | : . 'obj' is MultisessionFuture [08:53:50.070] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [08:53:50.071] | : . ' Cluster node socket connection: index=4, id=431 [08:53:50.071] | : . ' assertValidConnection() ... [08:53:50.072] | : . ' , cluster node index: 1 [08:53:50.072] | : . ' assertValidConnection() ... done [08:53:50.224] | : . ' receiveMessageFromWorker() for ClusterFuture ... [08:53:50.225] | : . ' , cluster node index: 1 [08:53:50.225] | : . ' , [1] TRUE [08:53:50.226] | : . ' , received data: [08:53:50.226] | : . ' , List of 5 [08:53:50.226] | : . ' , $ type : chr "VALUE" [08:53:50.226] | : . ' , $ value :List of 16 [08:53:50.226] | : . ' , ..$ value :List of 1 [08:53:50.226] | : . ' , .. ..$ :List of 2 [08:53:50.226] | : . ' , .. .. ..$ x: int 1 [08:53:50.226] | : . ' , .. .. ..$ y: int 0 [08:53:50.226] | : . ' , ..$ visible : logi TRUE [08:53:50.226] | : . ' , ..$ stdout : chr "$x\n[1] 1\n\n$y\n[1] 0\n\n" [08:53:50.226] | : . ' , ..$ conditions : list() [08:53:50.226] | : . ' , ..$ rng : logi FALSE [08:53:50.226] | : . ' , ..$ seed : NULL [08:53:50.226] | : . ' , ..$ misuseGlobalEnv : NULL [08:53:50.226] | : . ' , ..$ misuseConnections :List of 3 [08:53:50.226] | : . ' , .. ..$ added : NULL [08:53:50.226] | : . ' , .. ..$ removed : NULL [08:53:50.226] | : . ' , .. ..$ replaced: NULL [08:53:50.226] | : . ' , ..$ misuseDevices : NULL [08:53:50.226] | : . ' , ..$ misuseDefaultDevice: list() [08:53:50.226] | : . ' , ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:49" [08:53:50.226] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:50" [08:53:50.226] | : . ' , ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "15" [08:53:50.226] | : . ' , ..$ session_uuid : chr "6d414de52db0613e1857cade86d33a26" [08:53:50.226] | : . ' , .. ..- attr(*, "source")=List of 5 [08:53:50.226] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [08:53:50.226] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:50.226] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:50.226] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:50.226] | : . ' , .. .. ..$ pid : int 191980 [08:53:50.226] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:50.226] | : . ' , .. .. ..$ random: int 2147483647 [08:53:50.226] | : . ' , ..$ r_info :List of 4 [08:53:50.226] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:50.226] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [08:53:50.226] | : . ' , .. ..$ os : chr "windows" [08:53:50.226] | : . ' , .. ..$ os_name : chr "Windows" [08:53:50.226] | : . ' , .. ..$ captures_utf8: logi TRUE [08:53:50.226] | : . ' , ..$ version : chr "1.8" [08:53:50.226] | : . ' , ..- attr(*, "class")= chr "FutureResult" [08:53:50.226] | : . ' , $ success: logi TRUE [08:53:50.226] | : . ' , $ time : 'proc_time' Named num [1:5] 0.01 0 0.53 NA NA [08:53:50.226] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:50.226] | : . ' , $ tag : NULL [08:53:50.253] | : . ' , Received FutureResult [08:53:50.253] | : . ' , FutureResult: [08:53:50.253] | : . ' , value: 'list' [08:53:50.253] | : . ' , visible: TRUE [08:53:50.253] | : . ' , stdout: character [08:53:50.253] | : . ' , conditions: [n = 0] [08:53:50.253] | : . ' , RNG used: FALSE [08:53:50.253] | : . ' , duration: 0.51931 secs (started 2025-06-06 08:53:49.703292) [08:53:50.253] | : . ' , version: 1.8 [08:53:50.254] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:50.254] | : . ' , ; Removed future from position #1 [08:53:50.255] | : . ' , ; Number of registered futures: 0 [08:53:50.255] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:50.256] | : . ' , Erased future from future backend [08:53:50.256] | : . ' , result() for ClusterFuture ... [08:53:50.256] | : . ' , ; result already collected: FutureResult [08:53:50.257] | : . ' , result() for ClusterFuture ... done [08:53:50.257] | : . ' , signalConditions() ... [08:53:50.257] | : . ' , ; include = 'immediateCondition' [08:53:50.258] | : . ' , ; exclude = [08:53:50.258] | : . ' , ; resignal = FALSE [08:53:50.258] | : . ' , ; Number of conditions: 0 [08:53:50.259] | : . ' , ; int 0 [08:53:50.260] | : . ' , signalConditions() ... done [08:53:50.260] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [08:53:50.260] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:50.261] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [08:53:50.261] | : . assertFutureResult() ... [08:53:50.261] | : . ' Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:50.261] | : . ' Future uuid: 15 [08:53:50.262] | : . ' identical; success [08:53:50.262] | : . assertFutureResult() ... done [08:53:50.262] | : . MultisessionFuture #1 [08:53:50.263] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:50.263] | : . ' nx: 2 [08:53:50.263] | : . ' relay: TRUE [08:53:50.264] | : . ' stdout: TRUE [08:53:50.264] | : . ' signal: TRUE [08:53:50.264] | : . ' resignal: FALSE [08:53:50.265] | : . ' force: TRUE [08:53:50.265] | : . ' relayed: [n=2] FALSE, FALSE [08:53:50.265] | : . ' queued futures: [n=2] FALSE, FALSE [08:53:50.266] | : . ' until=1 [08:53:50.266] | : . ' relaying element #1 [08:53:50.266] | : . ' value() for MultisessionFuture ('future_mapply-1') ... [08:53:50.267] | : . ' , result() for ClusterFuture ... [08:53:50.267] | : . ' , ; result already collected: FutureResult [08:53:50.268] | : . ' , result() for ClusterFuture ... done [08:53:50.268] | : . ' , result() for ClusterFuture ... [08:53:50.268] | : . ' , ; result already collected: FutureResult [08:53:50.269] | : . ' , result() for ClusterFuture ... done [08:53:50.269] | : . ' , signalConditions() ... [08:53:50.269] | : . ' , ; include = 'immediateCondition' [08:53:50.273] | : . ' , ; exclude = [08:53:50.274] | : . ' , ; resignal = FALSE [08:53:50.274] | : . ' , ; Number of conditions: 0 [08:53:50.274] | : . ' , ; int 0 [08:53:50.275] | : . ' , signalConditions() ... done [08:53:50.276] | : . ' , relay stdout ... [08:53:50.276] | : . ' , relay stdout ... done [08:53:50.276] | : . ' , check for misuse ... [08:53:50.277] | : . ' , check for misuse ... done [08:53:50.277] | : . ' value() for MultisessionFuture ('future_mapply-1') ... done [08:53:50.277] | : . ' result() for ClusterFuture ... [08:53:50.277] | : . ' , result already collected: FutureResult [08:53:50.278] | : . ' result() for ClusterFuture ... done [08:53:50.278] | : . ' signalConditions() ... [08:53:50.278] | : . ' , include = 'immediateCondition' [08:53:50.279] | : . ' , exclude = [08:53:50.279] | : . ' , resignal = FALSE [08:53:50.279] | : . ' , Number of conditions: 0 [08:53:50.280] | : . ' , int 0 [08:53:50.281] | : . ' signalConditions() ... done [08:53:50.281] | : . ' result() for ClusterFuture ... [08:53:50.282] | : . ' , result already collected: FutureResult [08:53:50.282] | : . ' result() for ClusterFuture ... done [08:53:50.282] | : . ' signalConditions() ... [08:53:50.283] | : . ' , include = 'condition' [08:53:50.283] | : . ' , exclude = 'error', 'immediateCondition' [08:53:50.283] | : . ' , resignal = TRUE [08:53:50.284] | : . ' , Number of conditions: 0 [08:53:50.284] | : . ' , int 0 [08:53:50.285] | : . ' signalConditions() ... done [08:53:50.285] | : . ' relayed: [n=2] TRUE, FALSE [08:53:50.286] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:50.286] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:50.286] | : . value(, ...) ... [08:53:50.287] | : . value(, ...) ... done [08:53:50.287] | : . value() for MultisessionFuture ('future_mapply-1') ... [08:53:50.288] | : . ' result() for ClusterFuture ... [08:53:50.288] | : . ' , result already collected: FutureResult [08:53:50.288] | : . ' result() for ClusterFuture ... done [08:53:50.289] | : . ' result() for ClusterFuture ... [08:53:50.289] | : . ' , result already collected: FutureResult [08:53:50.289] | : . ' result() for ClusterFuture ... done [08:53:50.290] | : . ' signalConditions() ... [08:53:50.290] | : . ' , include = 'immediateCondition' [08:53:50.290] | : . ' , exclude = [08:53:50.291] | : . ' , resignal = FALSE [08:53:50.291] | : . ' , Number of conditions: 0 [08:53:50.291] | : . ' , int 0 [08:53:50.292] | : . ' signalConditions() ... done [08:53:50.293] | : . ' check for misuse ... [08:53:50.293] | : . ' check for misuse ... done [08:53:50.293] | : . value() for MultisessionFuture ('future_mapply-1') ... done [08:53:50.294] | : . value: [08:53:50.294] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:50.294] | : . ' nx: 2 [08:53:50.294] | : . ' relay: TRUE [08:53:50.295] | : . ' stdout: TRUE [08:53:50.295] | : . ' signal: TRUE [08:53:50.295] | : . ' resignal: FALSE [08:53:50.295] | : . ' force: TRUE [08:53:50.296] | : . ' relayed: [n=2] TRUE, FALSE [08:53:50.296] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:50.296] | : . ' until=2 [08:53:50.298] | : . ' relaying element #2 [08:53:50.298] | : . ' relayed: [n=2] TRUE, FALSE [08:53:50.298] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:50.299] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:50.299] | : . resolve() for MultisessionFuture ... [08:53:50.299] | : . resolve() for MultisessionFuture ... done [08:53:50.300] | : . length: 1 (resolved future 1) [08:53:50.300] | : value() for list ... done [08:53:50.300] | : checking value #2: [08:53:50.301] | : 'obj' is MultisessionFuture [08:53:50.301] | : MultisessionFuture #2 [08:53:50.301] | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:50.302] | : . nx: 2 [08:53:50.302] | : . relay: TRUE [08:53:50.302] | : . stdout: TRUE [08:53:50.302] | : . signal: TRUE [08:53:50.303] | : . resignal: FALSE [08:53:50.303] | : . force: TRUE [08:53:50.303] | : . relayed: [n=2] TRUE, FALSE [08:53:50.303] | : . queued futures: [n=2] TRUE, FALSE [08:53:50.304] | : . until=2 [08:53:50.304] | : . relaying element #2 [08:53:50.304] | : . value() for MultisessionFuture ('future_mapply-2') ... [08:53:50.305] | : . ' result() for ClusterFuture ... [08:53:50.305] | : . ' , result already collected: FutureResult [08:53:50.305] | : . ' result() for ClusterFuture ... done [08:53:50.305] | : . ' result() for ClusterFuture ... [08:53:50.306] | : . ' , result already collected: FutureResult [08:53:50.306] | : . ' result() for ClusterFuture ... done [08:53:50.306] | : . ' signalConditions() ... [08:53:50.306] | : . ' , include = 'immediateCondition' [08:53:50.307] | : . ' , exclude = [08:53:50.307] | : . ' , resignal = FALSE [08:53:50.307] | : . ' , Number of conditions: 0 [08:53:50.307] | : . ' , int 0 [08:53:50.308] | : . ' signalConditions() ... done [08:53:50.309] | : . ' relay stdout ... [08:53:50.309] | : . ' relay stdout ... done [08:53:50.309] | : . ' check for misuse ... [08:53:50.310] | : . ' check for misuse ... done [08:53:50.310] | : . value() for MultisessionFuture ('future_mapply-2') ... done [08:53:50.310] | : . result() for ClusterFuture ... [08:53:50.310] | : . ' result already collected: FutureResult [08:53:50.311] | : . result() for ClusterFuture ... done [08:53:50.311] | : . signalConditions() ... [08:53:50.311] | : . ' include = 'immediateCondition' [08:53:50.311] | : . ' exclude = [08:53:50.312] | : . ' resignal = FALSE [08:53:50.312] | : . ' Number of conditions: 0 [08:53:50.312] | : . ' int 0 [08:53:50.313] | : . signalConditions() ... done [08:53:50.313] | : . result() for ClusterFuture ... [08:53:50.314] | : . ' result already collected: FutureResult [08:53:50.314] | : . result() for ClusterFuture ... done [08:53:50.314] | : . signalConditions() ... [08:53:50.314] | : . ' include = 'condition' [08:53:50.315] | : . ' exclude = 'error', 'immediateCondition' [08:53:50.315] | : . ' resignal = TRUE [08:53:50.315] | : . ' Number of conditions: 0 [08:53:50.315] | : . ' int 0 [08:53:50.316] | : . signalConditions() ... done [08:53:50.317] | : . relayed: [n=2] TRUE, TRUE [08:53:50.317] | : . queued futures: [n=2] TRUE, TRUE [08:53:50.317] | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:50.317] | : value(, ...) ... [08:53:50.318] | : value(, ...) ... done [08:53:50.318] | : value() for MultisessionFuture ('future_mapply-2') ... [08:53:50.318] | : . result() for ClusterFuture ... [08:53:50.319] | : . ' result already collected: FutureResult [08:53:50.319] | : . result() for ClusterFuture ... done [08:53:50.319] | : . result() for ClusterFuture ... [08:53:50.319] | : . ' result already collected: FutureResult [08:53:50.320] | : . result() for ClusterFuture ... done [08:53:50.320] | : . signalConditions() ... [08:53:50.320] | : . ' include = 'immediateCondition' [08:53:50.321] | : . ' exclude = [08:53:50.321] | : . ' resignal = FALSE [08:53:50.321] | : . ' Number of conditions: 0 [08:53:50.321] | : . ' int 0 [08:53:50.322] | : . signalConditions() ... done [08:53:50.323] | : . check for misuse ... [08:53:50.323] | : . check for misuse ... done [08:53:50.323] | : value() for MultisessionFuture ('future_mapply-2') ... done [08:53:50.324] | : value: [08:53:50.324] | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:50.324] | : . nx: 2 [08:53:50.325] | : . relay: TRUE [08:53:50.325] | : . stdout: TRUE [08:53:50.325] | : . signal: TRUE [08:53:50.325] | : . resignal: FALSE [08:53:50.326] | : . force: TRUE [08:53:50.326] | : . relayed: [n=2] TRUE, TRUE [08:53:50.326] | : . queued futures: [n=2] TRUE, TRUE [08:53:50.327] | : . until=2 [08:53:50.327] | : . relayed: [n=2] TRUE, TRUE [08:53:50.327] | : . queued futures: [n=2] TRUE, TRUE [08:53:50.328] | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:50.328] | : resolve() for MultisessionFuture ... [08:53:50.328] | : resolve() for MultisessionFuture ... done [08:53:50.329] | : length: 0 (resolved future 2) [08:53:50.329] | future_mapply() -> future_xapply() ... done [08:53:50.329] | Relaying remaining futures ... [08:53:50.330] | : signalConditionsASAP(NULL, pos=0) ... [08:53:50.330] | : . nx: 2 [08:53:50.330] | : . relay: TRUE [08:53:50.330] | : . stdout: TRUE [08:53:50.331] | : . signal: TRUE [08:53:50.331] | : . resignal: FALSE [08:53:50.331] | : . force: TRUE [08:53:50.332] | : . relayed: [n=2] TRUE, TRUE [08:53:50.332] | : . queued futures: [n=2] TRUE, TRUE - flush all [08:53:50.332] | : . relayed: [n=2] TRUE, TRUE [08:53:50.333] | : . queued futures: [n=2] TRUE, TRUE [08:53:50.333] | : signalConditionsASAP(NULL, pos=0) ... done [08:53:50.333] | Relaying remaining futures ... done [08:53:50.334] future_mapply() ... done [08:53:50.334] - Number of value chunks collected: 2 [08:53:50.334] Resolving 2 futures (chunks) ... DONE [08:53:50.334] Reducing values from 2 chunks ... [08:53:50.335] - Number of values collected after concatenation: 2 [08:53:50.336] - Number of values expected: 2 [08:53:50.336] Reducing values from 2 chunks ... DONE * future_mapply(x, ..., future.stdout = TRUE) ... DONE * future_mapply(x, ..., future.stdout = NA) ... [08:53:50.338] future_mapply() ... [08:53:50.338] | future_mapply() -> future_xapply() ... [08:53:50.338] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:50.339] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:50.340] | : Number of chunks: 2 [08:53:50.340] | : getGlobalsAndPackagesXApply() ... [08:53:50.340] | : . future.globals: TRUE [08:53:50.341] | : . getGlobalsAndPackages() ... [08:53:50.341] | : . ' Searching for globals ... [08:53:50.358] | : . ' , globals found: [6] 'FUN', '{', 'Sys.sleep', '/', 'print', 'list' [08:53:50.358] | : . ' Searching for globals ... done [08:53:50.359] | : . ' Resolving globals: FALSE [08:53:50.359] | : . ' Search for packages associated with the globals ... [08:53:50.359] | : . ' , Packages associated with globals: [1] 'base' [08:53:50.360] | : . ' , Packages: [1] 'base' [08:53:50.360] | : . ' Search for packages associated with the globals ... done [08:53:50.361] | : . ' The total size of the 1 globals is 1.04 KiB (1066 bytes) [08:53:50.361] | : . ' 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') [08:53:50.361] | : . ' Packages after dropping 'base': [0] [08:53:50.362] | : . ' globals: [1] 'FUN' [08:53:50.362] | : . ' packages: [0] [08:53:50.362] | : . getGlobalsAndPackages() ... done [08:53:50.362] | : . globals found/used: [n=1] 'FUN' [08:53:50.363] | : . needed namespaces: [n=0] [08:53:50.363] | : . Globals to be used in all futures (chunks): [n=2] '...future.FUN', 'MoreArgs' [08:53:50.363] | : . List of 2 [08:53:50.363] | : . $ ...future.FUN:function (x, y) [08:53:50.363] | : . $ MoreArgs : NULL [08:53:50.363] | : . - attr(*, "where")=List of 2 [08:53:50.363] | : . ..$ ...future.FUN: [08:53:50.363] | : . ..$ MoreArgs : [08:53:50.363] | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:50.363] | : . - attr(*, "resolved")= logi FALSE [08:53:50.363] | : . - attr(*, "total_size")= num NA [08:53:50.368] | : . Packages to be attached in all futures: [n=0] [08:53:50.369] | : getGlobalsAndPackagesXApply() ... done [08:53:50.369] | : Globals pass to each chunk: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:50.369] | : List of 5 [08:53:50.369] | : $ ...future.FUN :function (x, y) [08:53:50.369] | : $ MoreArgs : NULL [08:53:50.369] | : $ ...future.elements_ii : NULL [08:53:50.369] | : $ ...future.seeds_ii : NULL [08:53:50.369] | : $ ...future.globals.maxSize: NULL [08:53:50.369] | : - attr(*, "where")=List of 5 [08:53:50.369] | : ..$ ...future.FUN : [08:53:50.369] | : ..$ MoreArgs : [08:53:50.369] | : ..$ ...future.elements_ii : [08:53:50.369] | : ..$ ...future.seeds_ii : [08:53:50.369] | : ..$ ...future.globals.maxSize: [08:53:50.369] | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:53:50.369] | : - attr(*, "resolved")= logi FALSE [08:53:50.369] | : - attr(*, "total_size")= num NA [08:53:50.376] | : Number of futures (= number of chunks): 2 [08:53:50.376] | : Launching 2 futures (chunks) ... [08:53:50.376] | : Chunk #1 of 2 ... [08:53:50.377] | : - Finding globals in '...' for chunk #1 ... [08:53:50.377] | : getGlobalsAndPackages() ... [08:53:50.377] | : . Searching for globals ... [08:53:50.378] | : . ' globals found: [0] [08:53:50.378] | : . Searching for globals ... done [08:53:50.379] | : . globals: [0] [08:53:50.379] | : . packages: [0] [08:53:50.379] | : getGlobalsAndPackages() ... done [08:53:50.379] | : + additional globals found: [n=0] [08:53:50.380] | : + additional namespaces needed: [n=0] [08:53:50.380] | : - Finding globals in '...' for chunk #1 ... DONE [08:53:50.380] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:50.380] | : - seeds: [08:53:50.381] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:50.381] | : future(..., label = 'future_mapply-1') ... [08:53:50.381] | : . lazy: FALSE [08:53:50.381] | : . stdout: NA [08:53:50.382] | : . conditions: [n=1] 'condition' [08:53:50.382] | : . gc: FALSE [08:53:50.382] | : . earlySignal: FALSE [08:53:50.382] | : . getGlobalsAndPackages() ... [08:53:50.382] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:50.383] | : . ' Resolving globals: FALSE [08:53:50.383] | : . ' Search for packages associated with the globals ... [08:53:50.383] | : . ' , Packages associated with globals: [0] [08:53:50.384] | : . ' , Packages: [0] [08:53:50.384] | : . ' Search for packages associated with the globals ... done [08:53:50.384] | : . ' Packages after dropping 'base': [0] [08:53:50.385] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:50.385] | : . ' packages: [0] [08:53:50.385] | : . getGlobalsAndPackages() ... done [08:53:50.386] | : . run() for 'Future' ('future_mapply-1') ... [08:53:50.386] | : . ' state: 'created' [08:53:50.386] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:50.387] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:50.387] | : . ' Using MultisessionFutureBackend ... [08:53:50.387] | : . ' , Number of futures since start: 10 (10 created, 10 launched, 10 finished) [08:53:50.387] | : . ' , Launching futures ... [08:53:50.388] | : . ' , ; launchFuture() for ClusterFutureBackend ... [08:53:50.388] | : . ' , ; ` Workers: [n=2] [08:53:50.388] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:50.391] | : . ' , ; ` FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:50.391] | : . ' , ; ` requestWorker() ... [08:53:50.392] | : . ' , ; ` | requestNode() ... [08:53:50.392] | : . ' , ; ` | : Number of workers: 2 [08:53:50.392] | : . ' , ; ` | : Polling for a free worker ... [08:53:50.392] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:50.393] | : . ' , ; ` | : . ' Listing all futures [08:53:50.393] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:50.393] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:50.393] | : . ' , ; ` | : . Total time: 0 [08:53:50.394] | : . ' , ; ` | : Polling for a free worker ... done [08:53:50.394] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:50.394] | : . ' , ; ` | : . Listing all futures [08:53:50.394] | : . ' , ; ` | : . Number of registered futures: 0 [08:53:50.394] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:50.395] | : . ' , ; ` | : avail: [n=2] '1', '2' [08:53:50.395] | : . ' , ; ` | : Index of first available worker: 1 [08:53:50.395] | : . ' , ; ` | : Validate that the worker is functional ... [08:53:50.465] | : . ' , ; ` | : . Worker is functional [08:53:50.466] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:50.466] | : . ' , ; ` | : . ' Listing all futures [08:53:50.466] | : . ' , ; ` | : . ' Number of registered futures: 0 [08:53:50.466] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:50.467] | : . ' , ; ` | : Validate that the worker is functional ... done [08:53:50.467] | : . ' , ; ` | requestNode() ... done [08:53:50.467] | : . ' , ; ` | cluster node index: 1 [08:53:50.468] | : . ' , ; ` requestWorker() ... done [08:53:50.468] | : . ' , ; ` eraseGlobalEnvironment() ... [08:53:50.469] | : . ' , ; ` eraseGlobalEnvironment() ... done [08:53:50.469] | : . ' , ; ` launchFuture() ... [08:53:50.469] | : . ' , ; ` | cluster node index: 1 [08:53:50.469] | : . ' , ; ` | getFutureData() ... [08:53:50.470] | : . ' , ; ` | : getFutureCore() ... [08:53:50.470] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [08:53:50.470] | : . ' , ; ` | : getFutureCore() ... done [08:53:50.470] | : . ' , ; ` | : getFutureCapture() ... [08:53:50.470] | : . ' , ; ` | : getFutureCapture() ... done [08:53:50.471] | : . ' , ; ` | : getFutureContext() ... [08:53:50.471] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:50.471] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [08:53:50.471] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:50.472] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [08:53:50.472] | : . ' , ; ` | : getFutureContext() ... done [08:53:50.472] | : . ' , ; ` | getFutureData() ... done [08:53:50.473] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:50.473] | : . ' , ; ` | : Appended future to position #1 [08:53:50.474] | : . ' , ; ` | : Number of registered futures: 1 [08:53:50.474] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:50.474] | : . ' , ; ` launchFuture() ... done [08:53:50.474] | : . ' , ; ` MultisessionFuture started [08:53:50.474] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [08:53:50.475] | : . ' , Launching futures ... done [08:53:50.475] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:50.475] | : . ' Using MultisessionFutureBackend ... done [08:53:50.475] | : . run() for 'Future' ('future_mapply-1') ... done [08:53:50.476] | : future(..., label = 'future_mapply-1') ... done [08:53:50.476] | : Created future: [08:53:50.478] | : resolved() for MultisessionFuture ('future_mapply-1') ... [08:53:50.478] | : . Cluster node socket connection: index=4, id=431 [08:53:50.479] | : . assertValidConnection() ... [08:53:50.479] | : . ' cluster node index: 1 [08:53:50.479] | : . assertValidConnection() ... done [08:53:50.673] | : . socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [08:53:50.673] | : resolved() for MultisessionFuture ('future_mapply-1') ... done [08:53:50.476] | : MultisessionFuture: [08:53:50.476] | : Label: 'future_mapply-1' [08:53:50.476] | : Expression: [08:53:50.476] | : { [08:53:50.476] | : "# future.apply:::future_xapply(): preserve future option" [08:53:50.476] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:50.476] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:50.476] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:50.476] | : on.exit(options(oopts), add = TRUE) [08:53:50.476] | : } [08:53:50.476] | : { [08:53:50.476] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [08:53:50.476] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [08:53:50.476] | : do.call(mapply, args = args) [08:53:50.476] | : } [08:53:50.476] | : } [08:53:50.476] | : 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) [08:53:50.476] | : Packages: [08:53:50.476] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:50.476] | : Capture standard output: NA [08:53:50.476] | : Capture condition classes: 'condition' (excluding '') [08:53:50.476] | : Immediate condition classes: 'immediateCondition' [08:53:50.476] | : Lazy evaluation: FALSE [08:53:50.476] | : Local evaluation: TRUE [08:53:50.476] | : Asynchronous evaluation: TRUE [08:53:50.476] | : Early signaling: FALSE [08:53:50.476] | : Environment: R_GlobalEnv [08:53:50.476] | : State: 'running' [08:53:50.476] | : Resolved: FALSE [08:53:50.476] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-17 [08:53:50.476] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:50.476] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:50.476] | : Value: [08:53:50.476] | : Conditions captured: [08:53:50.674] | : Chunk #1 of 2 ... DONE [08:53:50.675] | : Chunk #2 of 2 ... [08:53:50.675] | : - Finding globals in '...' for chunk #2 ... [08:53:50.675] | : getGlobalsAndPackages() ... [08:53:50.676] | : . Searching for globals ... [08:53:50.677] | : . ' globals found: [0] [08:53:50.678] | : . Searching for globals ... done [08:53:50.678] | : . globals: [0] [08:53:50.678] | : . packages: [0] [08:53:50.679] | : getGlobalsAndPackages() ... done [08:53:50.679] | : + additional globals found: [n=0] [08:53:50.679] | : + additional namespaces needed: [n=0] [08:53:50.680] | : - Finding globals in '...' for chunk #2 ... DONE [08:53:50.680] | : - Adjusted option 'future.globals.maxSize': 524288000 -> 2 * 524288000 = 1048576000 (bytes) [08:53:50.680] | : - seeds: [08:53:50.680] | : - All globals exported: [n=5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:50.681] | : future(..., label = 'future_mapply-2') ... [08:53:50.681] | : . lazy: FALSE [08:53:50.681] | : . stdout: NA [08:53:50.682] | : . conditions: [n=1] 'condition' [08:53:50.682] | : . gc: FALSE [08:53:50.682] | : . earlySignal: FALSE [08:53:50.683] | : . getGlobalsAndPackages() ... [08:53:50.683] | : . ' globals passed as-is: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:50.683] | : . ' Resolving globals: FALSE [08:53:50.684] | : . ' Search for packages associated with the globals ... [08:53:50.684] | : . ' , Packages associated with globals: [0] [08:53:50.685] | : . ' , Packages: [0] [08:53:50.685] | : . ' Search for packages associated with the globals ... done [08:53:50.686] | : . ' Packages after dropping 'base': [0] [08:53:50.690] | : . ' globals: [5] '...future.FUN', 'MoreArgs', '...future.elements_ii', '...future.seeds_ii', '...future.globals.maxSize' [08:53:50.691] | : . ' packages: [0] [08:53:50.691] | : . getGlobalsAndPackages() ... done [08:53:50.692] | : . run() for 'Future' ('future_mapply-2') ... [08:53:50.692] | : . ' state: 'created' [08:53:50.693] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:50.693] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:50.693] | : . ' Using MultisessionFutureBackend ... [08:53:50.694] | : . ' , Number of futures since start: 11 (11 created, 11 launched, 10 finished) [08:53:50.694] | : . ' , Launching futures ... [08:53:50.694] | : . ' , ; launchFuture() for ClusterFutureBackend ... [08:53:50.695] | : . ' , ; ` Workers: [n=2] [08:53:50.695] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-05 r88281 ucrt), platform x86_64-w64-mingw32) [08:53:50.699] | : . ' , ; ` FutureRegistry: 'workers-0bf69f2bfd9a36fdcf2756a205b6f83b' [08:53:50.699] | : . ' , ; ` requestWorker() ... [08:53:50.699] | : . ' , ; ` | requestNode() ... [08:53:50.700] | : . ' , ; ` | : Number of workers: 2 [08:53:50.700] | : . ' , ; ` | : Polling for a free worker ... [08:53:50.700] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:50.701] | : . ' , ; ` | : . ' Listing all futures [08:53:50.701] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:50.701] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:50.702] | : . ' , ; ` | : . Total time: 0 [08:53:50.702] | : . ' , ; ` | : Polling for a free worker ... done [08:53:50.702] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:50.703] | : . ' , ; ` | : . Listing all futures [08:53:50.703] | : . ' , ; ` | : . Number of registered futures: 1 [08:53:50.703] | : . ' , ; ` | : FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:50.704] | : . ' , ; ` | : avail: [n=2] '2' [08:53:50.704] | : . ' , ; ` | : Index of first available worker: 2 [08:53:50.704] | : . ' , ; ` | : Validate that the worker is functional ... [08:53:50.783] | : . ' , ; ` | : . Worker is functional [08:53:50.784] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... [08:53:50.784] | : . ' , ; ` | : . ' Listing all futures [08:53:50.785] | : . ' , ; ` | : . ' Number of registered futures: 1 [08:53:50.785] | : . ' , ; ` | : . FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'list', earlySignal = 0) ... done [08:53:50.785] | : . ' , ; ` | : Validate that the worker is functional ... done [08:53:50.786] | : . ' , ; ` | requestNode() ... done [08:53:50.786] | : . ' , ; ` | cluster node index: 2 [08:53:50.786] | : . ' , ; ` requestWorker() ... done [08:53:50.787] | : . ' , ; ` eraseGlobalEnvironment() ... [08:53:50.788] | : . ' , ; ` eraseGlobalEnvironment() ... done [08:53:50.788] | : . ' , ; ` launchFuture() ... [08:53:50.788] | : . ' , ; ` | cluster node index: 2 [08:53:50.789] | : . ' , ; ` | getFutureData() ... [08:53:50.789] | : . ' , ; ` | : getFutureCore() ... [08:53:50.789] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [08:53:50.790] | : . ' , ; ` | : getFutureCore() ... done [08:53:50.790] | : . ' , ; ` | : getFutureCapture() ... [08:53:50.790] | : . ' , ; ` | : getFutureCapture() ... done [08:53:50.790] | : . ' , ; ` | : getFutureContext() ... [08:53:50.791] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:53:50.791] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [08:53:50.791] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:53:50.792] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [08:53:50.792] | : . ' , ; ` | : getFutureContext() ... done [08:53:50.792] | : . ' , ; ` | getFutureData() ... done [08:53:50.793] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... [08:53:50.793] | : . ' , ; ` | : Appended future to position #2 [08:53:50.794] | : . ' , ; ` | : Number of registered futures: 2 [08:53:50.794] | : . ' , ; ` | FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'add', earlySignal = 0) ... done [08:53:50.794] | : . ' , ; ` launchFuture() ... done [08:53:50.794] | : . ' , ; ` MultisessionFuture started [08:53:50.795] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [08:53:50.795] | : . ' , Launching futures ... done [08:53:50.795] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:50.796] | : . ' Using MultisessionFutureBackend ... done [08:53:50.796] | : . run() for 'Future' ('future_mapply-2') ... done [08:53:50.796] | : future(..., label = 'future_mapply-2') ... done [08:53:50.796] | : Created future: [08:53:50.798] | : resolved() for MultisessionFuture ('future_mapply-2') ... [08:53:50.799] | : . Cluster node socket connection: index=5, id=432 [08:53:50.800] | : . assertValidConnection() ... [08:53:50.800] | : . ' cluster node index: 2 [08:53:50.801] | : . assertValidConnection() ... done [08:53:50.805] | : . receiveMessageFromWorker() for ClusterFuture ... [08:53:50.806] | : . ' cluster node index: 2 [08:53:50.807] | : . ' [1] TRUE [08:53:50.808] | : . ' received data: [08:53:50.808] | : . ' List of 5 [08:53:50.808] | : . ' $ type : chr "VALUE" [08:53:50.808] | : . ' $ value :List of 16 [08:53:50.808] | : . ' ..$ value :List of 1 [08:53:50.808] | : . ' .. ..$ :List of 2 [08:53:50.808] | : . ' .. .. ..$ x: int 0 [08:53:50.808] | : . ' .. .. ..$ y: int 1 [08:53:50.808] | : . ' ..$ visible : logi TRUE [08:53:50.808] | : . ' ..$ stdout : NULL [08:53:50.808] | : . ' ..$ conditions : list() [08:53:50.808] | : . ' ..$ rng : logi FALSE [08:53:50.808] | : . ' ..$ seed : NULL [08:53:50.808] | : . ' ..$ misuseGlobalEnv : NULL [08:53:50.808] | : . ' ..$ misuseConnections :List of 3 [08:53:50.808] | : . ' .. ..$ added : NULL [08:53:50.808] | : . ' .. ..$ removed : NULL [08:53:50.808] | : . ' .. ..$ replaced: NULL [08:53:50.808] | : . ' ..$ misuseDevices : NULL [08:53:50.808] | : . ' ..$ misuseDefaultDevice: list() [08:53:50.808] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:50" [08:53:50.808] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:50" [08:53:50.808] | : . ' ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "18" [08:53:50.808] | : . ' ..$ session_uuid : chr "35447193e0f61fb6ad38cd7aa0633902" [08:53:50.808] | : . ' .. ..- attr(*, "source")=List of 5 [08:53:50.808] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [08:53:50.808] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:50.808] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:50.808] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:50.808] | : . ' .. .. ..$ pid : int 118316 [08:53:50.808] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:50.808] | : . ' .. .. ..$ random: int 2147483647 [08:53:50.808] | : . ' ..$ r_info :List of 4 [08:53:50.808] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:50.808] | : . ' .. .. ..$ : int [1:3] 4 6 0 [08:53:50.808] | : . ' .. ..$ os : chr "windows" [08:53:50.808] | : . ' .. ..$ os_name : chr "Windows" [08:53:50.808] | : . ' .. ..$ captures_utf8: logi TRUE [08:53:50.808] | : . ' ..$ version : chr "1.8" [08:53:50.808] | : . ' ..- attr(*, "class")= chr "FutureResult" [08:53:50.808] | : . ' $ success: logi TRUE [08:53:50.808] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [08:53:50.808] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:50.808] | : . ' $ tag : NULL [08:53:50.831] | : . ' Received FutureResult [08:53:50.831] | : . ' FutureResult: [08:53:50.831] | : . ' value: 'list' [08:53:50.831] | : . ' visible: TRUE [08:53:50.831] | : . ' stdout: NULL [08:53:50.831] | : . ' conditions: [n = 0] [08:53:50.831] | : . ' RNG used: FALSE [08:53:50.831] | : . ' duration: 0.009754896 secs (started 2025-06-06 08:53:50.79394) [08:53:50.831] | : . ' version: 1.8 [08:53:50.833] | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:50.833] | : . ' , Removed future from position #2 [08:53:50.834] | : . ' , Number of registered futures: 1 [08:53:50.834] | : . ' FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:50.834] | : . ' Erased future from future backend [08:53:50.835] | : . ' result() for ClusterFuture ... [08:53:50.835] | : . ' , result already collected: FutureResult [08:53:50.835] | : . ' result() for ClusterFuture ... done [08:53:50.836] | : . ' signalConditions() ... [08:53:50.836] | : . ' , include = 'immediateCondition' [08:53:50.836] | : . ' , exclude = [08:53:50.837] | : . ' , resignal = FALSE [08:53:50.837] | : . ' , Number of conditions: 0 [08:53:50.837] | : . ' , int 0 [08:53:50.838] | : . ' signalConditions() ... done [08:53:50.839] | : . receiveMessageFromWorker() for ClusterFuture ... done [08:53:50.839] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:50.839] | : resolved() for MultisessionFuture ('future_mapply-2') ... done [08:53:50.839] | : assertFutureResult() ... [08:53:50.840] | : . Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:50.840] | : . Future uuid: 18 [08:53:50.840] | : . identical; success [08:53:50.840] | : assertFutureResult() ... done [08:53:50.797] | : MultisessionFuture: [08:53:50.797] | : Label: 'future_mapply-2' [08:53:50.797] | : Expression: [08:53:50.797] | : { [08:53:50.797] | : "# future.apply:::future_xapply(): preserve future option" [08:53:50.797] | : ...future.globals.maxSize.org <- getOption("future.globals.maxSize") [08:53:50.797] | : if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) { [08:53:50.797] | : oopts <- options(future.globals.maxSize = ...future.globals.maxSize) [08:53:50.797] | : on.exit(options(oopts), add = TRUE) [08:53:50.797] | : } [08:53:50.797] | : { [08:53:50.797] | : args <- c(list(FUN = ...future.FUN), ...future.elements_ii, [08:53:50.797] | : MoreArgs = list(MoreArgs), SIMPLIFY = FALSE, USE.NAMES = FALSE) [08:53:50.797] | : do.call(mapply, args = args) [08:53:50.797] | : } [08:53:50.797] | : } [08:53:50.797] | : 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) [08:53:50.797] | : Packages: [08:53:50.797] | : L'Ecuyer-CMRG RNG seed: (seed = FALSE) [08:53:50.797] | : Capture standard output: NA [08:53:50.797] | : Capture condition classes: 'condition' (excluding '') [08:53:50.797] | : Immediate condition classes: 'immediateCondition' [08:53:50.797] | : Lazy evaluation: FALSE [08:53:50.797] | : Local evaluation: TRUE [08:53:50.797] | : Asynchronous evaluation: TRUE [08:53:50.797] | : Early signaling: FALSE [08:53:50.797] | : Environment: R_GlobalEnv [08:53:50.797] | : State: 'running' [08:53:50.797] | : Resolved: TRUE [08:53:50.797] | : Unique identifier: d2f570a8e248c57e62e1d023e18665e2-18 [08:53:50.797] | : Owner process: d2f570a8e248c57e62e1d023e18665e2 [08:53:50.797] | : Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:53:50.797] | : Value: [08:53:50.797] | : Conditions captured: [08:53:50.841] | : Chunk #2 of 2 ... DONE [08:53:50.842] | : Launching 2 futures (chunks) ... DONE [08:53:50.842] | : Resolving 2 futures (chunks) ... [08:53:50.843] | : value() for list ... [08:53:50.843] | : . recursive: 0 [08:53:50.843] | : . reduce: FALSE [08:53:50.843] | : . length: 2 [08:53:50.844] | : . Number of remaining objects: 2 [08:53:50.844] | : . checking value #1: [08:53:50.845] | : . 'obj' is MultisessionFuture [08:53:50.845] | : . resolved() for MultisessionFuture ('future_mapply-1') ... [08:53:50.846] | : . ' Cluster node socket connection: index=4, id=431 [08:53:50.846] | : . ' assertValidConnection() ... [08:53:50.846] | : . ' , cluster node index: 1 [08:53:50.847] | : . ' assertValidConnection() ... done [08:53:50.991] | : . ' receiveMessageFromWorker() for ClusterFuture ... [08:53:50.992] | : . ' , cluster node index: 1 [08:53:50.992] | : . ' , [1] TRUE [08:53:50.993] | : . ' , received data: [08:53:50.993] | : . ' , List of 5 [08:53:50.993] | : . ' , $ type : chr "VALUE" [08:53:50.993] | : . ' , $ value :List of 16 [08:53:50.993] | : . ' , ..$ value :List of 1 [08:53:50.993] | : . ' , .. ..$ :List of 2 [08:53:50.993] | : . ' , .. .. ..$ x: int 1 [08:53:50.993] | : . ' , .. .. ..$ y: int 0 [08:53:50.993] | : . ' , ..$ visible : logi TRUE [08:53:50.993] | : . ' , ..$ stdout : NULL [08:53:50.993] | : . ' , ..$ conditions : list() [08:53:50.993] | : . ' , ..$ rng : logi FALSE [08:53:50.993] | : . ' , ..$ seed : NULL [08:53:50.993] | : . ' , ..$ misuseGlobalEnv : NULL [08:53:50.993] | : . ' , ..$ misuseConnections :List of 3 [08:53:50.993] | : . ' , .. ..$ added : NULL [08:53:50.993] | : . ' , .. ..$ removed : NULL [08:53:50.993] | : . ' , .. ..$ replaced: NULL [08:53:50.993] | : . ' , ..$ misuseDevices : NULL [08:53:50.993] | : . ' , ..$ misuseDefaultDevice: list() [08:53:50.993] | : . ' , ..$ started : POSIXct[1:1], format: "2025-06-06 08:53:50" [08:53:50.993] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-06-06 08:53:50" [08:53:50.993] | : . ' , ..$ uuid : chr [1:2] "d2f570a8e248c57e62e1d023e18665e2" "17" [08:53:50.993] | : . ' , ..$ session_uuid : chr "6d414de52db0613e1857cade86d33a26" [08:53:50.993] | : . ' , .. ..- attr(*, "source")=List of 5 [08:53:50.993] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [08:53:50.993] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:53:50.993] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:53:50.993] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:53:50.993] | : . ' , .. .. ..$ pid : int 191980 [08:53:50.993] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-06-06 08:53:46" [08:53:50.993] | : . ' , .. .. ..$ random: int 2147483647 [08:53:50.993] | : . ' , ..$ r_info :List of 4 [08:53:50.993] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:53:50.993] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [08:53:50.993] | : . ' , .. ..$ os : chr "windows" [08:53:50.993] | : . ' , .. ..$ os_name : chr "Windows" [08:53:50.993] | : . ' , .. ..$ captures_utf8: logi TRUE [08:53:50.993] | : . ' , ..$ version : chr "1.8" [08:53:50.993] | : . ' , ..- attr(*, "class")= chr "FutureResult" [08:53:50.993] | : . ' , $ success: logi TRUE [08:53:50.993] | : . ' , $ time : 'proc_time' Named num [1:5] 0 0 0.51 NA NA [08:53:50.993] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:53:50.993] | : . ' , $ tag : NULL [08:53:51.014] | : . ' , Received FutureResult [08:53:51.015] | : . ' , FutureResult: [08:53:51.015] | : . ' , value: 'list' [08:53:51.015] | : . ' , visible: TRUE [08:53:51.015] | : . ' , stdout: NULL [08:53:51.015] | : . ' , conditions: [n = 0] [08:53:51.015] | : . ' , RNG used: FALSE [08:53:51.015] | : . ' , duration: 0.5153701 secs (started 2025-06-06 08:53:50.473827) [08:53:51.015] | : . ' , version: 1.8 [08:53:51.016] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... [08:53:51.016] | : . ' , ; Removed future from position #1 [08:53:51.017] | : . ' , ; Number of registered futures: 0 [08:53:51.017] | : . ' , FutureRegistry('workers-0bf69f2bfd9a36fdcf2756a205b6f83b', action = 'remove', earlySignal = 0) ... done [08:53:51.017] | : . ' , Erased future from future backend [08:53:51.018] | : . ' , result() for ClusterFuture ... [08:53:51.018] | : . ' , ; result already collected: FutureResult [08:53:51.018] | : . ' , result() for ClusterFuture ... done [08:53:51.019] | : . ' , signalConditions() ... [08:53:51.019] | : . ' , ; include = 'immediateCondition' [08:53:51.019] | : . ' , ; exclude = [08:53:51.019] | : . ' , ; resignal = FALSE [08:53:51.019] | : . ' , ; Number of conditions: 0 [08:53:51.020] | : . ' , ; int 0 [08:53:51.021] | : . ' , signalConditions() ... done [08:53:51.021] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [08:53:51.021] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [08:53:51.021] | : . resolved() for MultisessionFuture ('future_mapply-1') ... done [08:53:51.021] | : . assertFutureResult() ... [08:53:51.021] | : . ' Future uuid: d2f570a8e248c57e62e1d023e18665e2[08:53:51.021] | : . ' Future uuid: 17 [08:53:51.022] | : . ' identical; success [08:53:51.022] | : . assertFutureResult() ... done [08:53:51.022] | : . MultisessionFuture #1 [08:53:51.022] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:51.023] | : . ' nx: 2 [08:53:51.023] | : . ' relay: TRUE [08:53:51.023] | : . ' stdout: TRUE [08:53:51.023] | : . ' signal: TRUE [08:53:51.024] | : . ' resignal: FALSE [08:53:51.024] | : . ' force: TRUE [08:53:51.024] | : . ' relayed: [n=2] FALSE, FALSE [08:53:51.024] | : . ' queued futures: [n=2] FALSE, FALSE [08:53:51.025] | : . ' until=1 [08:53:51.025] | : . ' relaying element #1 [08:53:51.025] | : . ' value() for MultisessionFuture ('future_mapply-1') ... [08:53:51.026] | : . ' , result() for ClusterFuture ... [08:53:51.026] | : . ' , ; result already collected: FutureResult [08:53:51.026] | : . ' , result() for ClusterFuture ... done [08:53:51.026] | : . ' , result() for ClusterFuture ... [08:53:51.027] | : . ' , ; result already collected: FutureResult [08:53:51.027] | : . ' , result() for ClusterFuture ... done [08:53:51.027] | : . ' , signalConditions() ... [08:53:51.028] | : . ' , ; include = 'immediateCondition' [08:53:51.028] | : . ' , ; exclude = [08:53:51.028] | : . ' , ; resignal = FALSE [08:53:51.029] | : . ' , ; Number of conditions: 0 [08:53:51.029] | : . ' , ; int 0 [08:53:51.030] | : . ' , signalConditions() ... done [08:53:51.030] | : . ' , relay stdout ... [08:53:51.030] | : . ' , relay stdout ... done [08:53:51.030] | : . ' , check for misuse ... [08:53:51.031] | : . ' , check for misuse ... done [08:53:51.031] | : . ' value() for MultisessionFuture ('future_mapply-1') ... done [08:53:51.031] | : . ' result() for ClusterFuture ... [08:53:51.031] | : . ' , result already collected: FutureResult [08:53:51.031] | : . ' result() for ClusterFuture ... done [08:53:51.031] | : . ' signalConditions() ... [08:53:51.032] | : . ' , include = 'immediateCondition' [08:53:51.032] | : . ' , exclude = [08:53:51.032] | : . ' , resignal = FALSE [08:53:51.032] | : . ' , Number of conditions: 0 [08:53:51.033] | : . ' , int 0 [08:53:51.033] | : . ' signalConditions() ... done [08:53:51.034] | : . ' result() for ClusterFuture ... [08:53:51.034] | : . ' , result already collected: FutureResult [08:53:51.034] | : . ' result() for ClusterFuture ... done [08:53:51.034] | : . ' signalConditions() ... [08:53:51.035] | : . ' , include = 'condition' [08:53:51.035] | : . ' , exclude = 'error', 'immediateCondition' [08:53:51.035] | : . ' , resignal = TRUE [08:53:51.035] | : . ' , Number of conditions: 0 [08:53:51.035] | : . ' , int 0 [08:53:51.036] | : . ' signalConditions() ... done [08:53:51.036] | : . ' relayed: [n=2] TRUE, FALSE [08:53:51.036] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:51.036] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:51.037] | : . value(, ...) ... [08:53:51.037] | : . value(, ...) ... done [08:53:51.037] | : . value() for MultisessionFuture ('future_mapply-1') ... [08:53:51.038] | : . ' result() for ClusterFuture ... [08:53:51.038] | : . ' , result already collected: FutureResult [08:53:51.038] | : . ' result() for ClusterFuture ... done [08:53:51.039] | : . ' result() for ClusterFuture ... [08:53:51.039] | : . ' , result already collected: FutureResult [08:53:51.039] | : . ' result() for ClusterFuture ... done [08:53:51.039] | : . ' signalConditions() ... [08:53:51.040] | : . ' , include = 'immediateCondition' [08:53:51.040] | : . ' , exclude = [08:53:51.040] | : . ' , resignal = FALSE [08:53:51.041] | : . ' , Number of conditions: 0 [08:53:51.041] | : . ' , int 0 [08:53:51.042] | : . ' signalConditions() ... done [08:53:51.042] | : . ' check for misuse ... [08:53:51.042] | : . ' check for misuse ... done [08:53:51.042] | : . value() for MultisessionFuture ('future_mapply-1') ... done [08:53:51.042] | : . value: [08:53:51.043] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... [08:53:51.043] | : . ' nx: 2 [08:53:51.043] | : . ' relay: TRUE [08:53:51.043] | : . ' stdout: TRUE [08:53:51.043] | : . ' signal: TRUE [08:53:51.044] | : . ' resignal: FALSE [08:53:51.044] | : . ' force: TRUE [08:53:51.044] | : . ' relayed: [n=2] TRUE, FALSE [08:53:51.044] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:51.045] | : . ' until=2 [08:53:51.045] | : . ' relaying element #2 [08:53:51.045] | : . ' relayed: [n=2] TRUE, FALSE [08:53:51.045] | : . ' queued futures: [n=2] TRUE, FALSE [08:53:51.046] | : . signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:53:51.046] | : . resolve() for MultisessionFuture ... [08:53:51.046] | : . resolve() for MultisessionFuture ... done [08:53:51.047] | : . length: 1 (resolved future 1) [08:53:51.047] | : value() for list ... done [08:53:51.047] | : checking value #2: [08:53:51.047] | : 'obj' is MultisessionFuture [08:53:51.048] | : MultisessionFuture #2 [08:53:51.048] | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:51.048] | : . nx: 2 [08:53:51.048] | : . relay: TRUE [08:53:51.049] | : . stdout: TRUE [08:53:51.049] | : . signal: TRUE [08:53:51.049] | : . resignal: FALSE [08:53:51.049] | : . force: TRUE [08:53:51.050] | : . relayed: [n=2] TRUE, FALSE [08:53:51.050] | : . queued futures: [n=2] TRUE, FALSE [08:53:51.050] | : . until=2 [08:53:51.050] | : . relaying element #2 [08:53:51.051] | : . value() for MultisessionFuture ('future_mapply-2') ... [08:53:51.051] | : . ' result() for ClusterFuture ... [08:53:51.051] | : . ' , result already collected: FutureResult [08:53:51.051] | : . ' result() for ClusterFuture ... done [08:53:51.052] | : . ' result() for ClusterFuture ... [08:53:51.052] | : . ' , result already collected: FutureResult [08:53:51.052] | : . ' result() for ClusterFuture ... done [08:53:51.052] | : . ' signalConditions() ... [08:53:51.052] | : . ' , include = 'immediateCondition' [08:53:51.052] | : . ' , exclude = [08:53:51.053] | : . ' , resignal = FALSE [08:53:51.053] | : . ' , Number of conditions: 0 [08:53:51.053] | : . ' , int 0 [08:53:51.054] | : . ' signalConditions() ... done [08:53:51.054] | : . ' relay stdout ... [08:53:51.054] | : . ' relay stdout ... done [08:53:51.054] | : . ' check for misuse ... [08:53:51.054] | : . ' check for misuse ... done [08:53:51.054] | : . value() for MultisessionFuture ('future_mapply-2') ... done [08:53:51.055] | : . result() for ClusterFuture ... [08:53:51.055] | : . ' result already collected: FutureResult [08:53:51.055] | : . result() for ClusterFuture ... done [08:53:51.055] | : . signalConditions() ... [08:53:51.055] | : . ' include = 'immediateCondition' [08:53:51.056] | : . ' exclude = [08:53:51.056] | : . ' resignal = FALSE [08:53:51.056] | : . ' Number of conditions: 0 [08:53:51.056] | : . ' int 0 [08:53:51.057] | : . signalConditions() ... done [08:53:51.060] | : . result() for ClusterFuture ... [08:53:51.060] | : . ' result already collected: FutureResult [08:53:51.060] | : . result() for ClusterFuture ... done [08:53:51.061] | : . signalConditions() ... [08:53:51.061] | : . ' include = 'condition' [08:53:51.061] | : . ' exclude = 'error', 'immediateCondition' [08:53:51.061] | : . ' resignal = TRUE [08:53:51.062] | : . ' Number of conditions: 0 [08:53:51.062] | : . ' int 0 [08:53:51.062] | : . signalConditions() ... done [08:53:51.063] | : . relayed: [n=2] TRUE, TRUE [08:53:51.063] | : . queued futures: [n=2] TRUE, TRUE [08:53:51.063] | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:51.063] | : value(, ...) ... [08:53:51.064] | : value(, ...) ... done [08:53:51.064] | : value() for MultisessionFuture ('future_mapply-2') ... [08:53:51.064] | : . result() for ClusterFuture ... [08:53:51.064] | : . ' result already collected: FutureResult [08:53:51.065] | : . result() for ClusterFuture ... done [08:53:51.065] | : . result() for ClusterFuture ... [08:53:51.065] | : . ' result already collected: FutureResult [08:53:51.065] | : . result() for ClusterFuture ... done [08:53:51.066] | : . signalConditions() ... [08:53:51.066] | : . ' include = 'immediateCondition' [08:53:51.066] | : . ' exclude = [08:53:51.066] | : . ' resignal = FALSE [08:53:51.067] | : . ' Number of conditions: 0 [08:53:51.067] | : . ' int 0 [08:53:51.068] | : . signalConditions() ... done [08:53:51.068] | : . check for misuse ... [08:53:51.068] | : . check for misuse ... done [08:53:51.069] | : value() for MultisessionFuture ('future_mapply-2') ... done [08:53:51.069] | : value: [08:53:51.069] | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:53:51.070] | : . nx: 2 [08:53:51.070] | : . relay: TRUE [08:53:51.070] | : . stdout: TRUE [08:53:51.070] | : . signal: TRUE [08:53:51.071] | : . resignal: FALSE [08:53:51.071] | : . force: TRUE [08:53:51.071] | : . relayed: [n=2] TRUE, TRUE [08:53:51.071] | : . queued futures: [n=2] TRUE, TRUE [08:53:51.072] | : . until=2 [08:53:51.072] | : . relayed: [n=2] TRUE, TRUE [08:53:51.072] | : . queued futures: [n=2] TRUE, TRUE [08:53:51.072] | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:53:51.073] | : resolve() for MultisessionFuture ... [08:53:51.073] | : resolve() for MultisessionFuture ... done [08:53:51.073] | : length: 0 (resolved future 2) [08:53:51.074] | future_mapply() -> future_xapply() ... done [08:53:51.074] | Relaying remaining futures ... [08:53:51.074] | : signalConditionsASAP(NULL, pos=0) ... [08:53:51.075] | : . nx: 2 [08:53:51.075] | : . relay: TRUE [08:53:51.075] | : . stdout: TRUE [08:53:51.075] | : . signal: TRUE [08:53:51.076] | : . resignal: FALSE [08:53:51.076] | : . force: TRUE [08:53:51.076] | : . relayed: [n=2] TRUE, TRUE [08:53:51.076] | : . queued futures: [n=2] TRUE, TRUE - flush all [08:53:51.077] | : . relayed: [n=2] TRUE, TRUE [08:53:51.077] | : . queued futures: [n=2] TRUE, TRUE [08:53:51.077] | : signalConditionsASAP(NULL, pos=0) ... done [08:53:51.078] | Relaying remaining futures ... done [08:53:51.078] future_mapply() ... done [08:53:51.078] - Number of value chunks collected: 2 [08:53:51.079] Resolving 2 futures (chunks) ... DONE [08:53:51.079] Reducing values from 2 chunks ... [08:53:51.079] - Number of values collected after concatenation: 2 [08:53:51.079] - Number of values expected: 2 [08:53:51.080] 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=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.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_06_06_08_50_17_9343' Sourcing 6 epilogue scripts ... done Test time: user.self=4s, sys.self=0.2s, elapsed=1e+01s, user.child=NAs, sys.child=NAs Test 'stdout' ... success > > proc.time() user system elapsed 3.93 0.46 10.60