R Under development (unstable) (2026-03-12 r89611 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-futureAssign.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("futureAssign") Test 'futureAssign' ... chr "none" > library(future) [22:17:06.976] Option 'future.startup.script': TRUE [22:17:06.977] Future startup scripts considered: '.future.R', '~/.future.R' [22:17:06.978] Future startup scripts found: > message("*** futureAssign() ...") *** futureAssign() ... > message("*** futureAssign() - sequential w/ lazy evaluation ...") *** futureAssign() - sequential w/ lazy evaluation ... > delayedAssign("a", { + cat("Delayed assignment evaluated\n") + 1 + }) > futureAssign("b", { + cat("Future assignment evaluated\n") + 2 + }, lazy = TRUE) [22:17:06.984] future(..., label = NULL) ... [22:17:06.985] | lazy: TRUE [22:17:06.986] | stdout: TRUE [22:17:06.986] | conditions: [n=1] 'condition' [22:17:06.989] | getGlobalsAndPackages() ... [22:17:06.989] | : Searching for globals ... [22:17:07.002] | : . globals found: [2] '{', 'cat' [22:17:07.003] | : Searching for globals ... done [22:17:07.003] | : Resolving globals: FALSE [22:17:07.004] | : Search for packages associated with the globals ... [22:17:07.005] | : . Packages associated with globals: [1] 'base' [22:17:07.006] | : . Packages: [1] 'base' [22:17:07.006] | : Search for packages associated with the globals ... done [22:17:07.007] | : Packages after dropping 'base': [0] [22:17:07.008] | : globals: [0] [22:17:07.008] | : packages: [0] [22:17:07.009] | getGlobalsAndPackages() ... done [22:17:07.010] future(..., label = NULL) ... done > cat(sprintf("b = %s\n", b)) [22:17:07.011] value() for Future () ... [22:17:07.012] | run() for 'Future' () ... [22:17:07.013] | : state: 'created' [22:17:07.013] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.014] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:17:07.015] | : . ' function (..., envir = parent.frame()) [22:17:07.015] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.015] | : . ' - attr(*, "init")= logi TRUE [22:17:07.015] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.015] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.015] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.015] | : . ' - attr(*, "call")= language plan(sequential) [22:17:07.020] | : . ' init: TRUE [22:17:07.021] | : . ' makeFutureBackend() ... [22:17:07.021] | : . ' , Backend function: <'NULL'> [22:17:07.022] | : . ' , Evaluator tweak arguments: [n=0] [22:17:07.022] | : . ' , list() [22:17:07.023] | : . ' , Evaluator formal arguments: [n=1] [22:17:07.024] | : . ' , Dotted pair list of 1 [22:17:07.024] | : . ' , $ envir: language parent.frame() [22:17:07.025] | : . ' , Arguments passed to the future-backend factory: [n=1] [22:17:07.026] | : . ' , List of 1 [22:17:07.026] | : . ' , $ envir: language parent.frame() [22:17:07.027] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:17:07.028] | : . ' makeFutureBackend() ... done [22:17:07.028] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:17:07.029] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.030] | : Using SequentialFutureBackend ... [22:17:07.030] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:07.031] | : . Launching futures ... [22:17:07.032] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:07.038] | : . ' , getFutureData() ... [22:17:07.039] | : . ' , ; getFutureCore() ... [22:17:07.040] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:07.040] | : . ' , ; getFutureCore() ... done [22:17:07.041] | : . ' , ; getFutureCapture() ... [22:17:07.041] | : . ' , ; getFutureCapture() ... done [22:17:07.042] | : . ' , ; getFutureContext() ... [22:17:07.042] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.043] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:07.044] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.044] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:07.045] | : . ' , ; getFutureContext() ... done [22:17:07.046] | : . ' , getFutureData() ... done [22:17:07.052] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.053] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:07.054] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.055] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.055] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.056] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:07.056] | : . ' , ; ` | New stack: [22:17:07.057] | : . ' , ; ` | List of 1 [22:17:07.057] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.057] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.057] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:07.057] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.057] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.057] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.057] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.057] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.062] | : . ' , ; ` | Old stack: [22:17:07.062] | : . ' , ; ` | List of 1 [22:17:07.062] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.062] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.062] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:07.062] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.062] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.062] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.062] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:07.062] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.062] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.062] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.062] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.068] | : . ' , ; ` | Not identical [22:17:07.068] | : . ' , ; ` | all.equal() for future ... [22:17:07.069] | : . ' , ; ` | : List of 2 [22:17:07.069] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.069] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.069] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.069] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.069] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.069] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.069] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.125] | : . ' , ; ` | all.equal() for future ... done [22:17:07.126] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:07.126] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.127] | : . ' , ; ` List of future strategies: [22:17:07.127] | : . ' , ; ` 1. sequential: [22:17:07.127] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:07.127] | : . ' , ; ` - tweaked: FALSE [22:17:07.127] | : . ' , ; ` - call: plan(sequential) [22:17:07.128] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.128] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.133] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.134] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.134] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.135] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:07.135] | : . ' , ; ` | : New stack: [22:17:07.136] | : . ' , ; ` | : List of 1 [22:17:07.136] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.136] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.136] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.136] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.136] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.136] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.136] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.136] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.136] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.136] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.136] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.140] | : . ' , ; ` | : Old stack: [22:17:07.141] | : . ' , ; ` | : List of 1 [22:17:07.141] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.141] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.141] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.141] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.141] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.141] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.141] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.141] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.141] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.141] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.141] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.146] | : . ' , ; ` | : Identical [22:17:07.146] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:07.147] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.147] | : . ' , ; ` | List of future strategies: [22:17:07.147] | : . ' , ; ` | 1. sequential: [22:17:07.147] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:07.147] | : . ' , ; ` | - tweaked: FALSE [22:17:07.147] | : . ' , ; ` | - call: plan(sequential) [22:17:07.148] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.216] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.217] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.221] | : . ' , SequentialFuture started (and completed) [22:17:07.222] | : . ' , signalConditions() ... [22:17:07.223] | : . ' , ; include = 'immediateCondition' [22:17:07.223] | : . ' , ; exclude = [22:17:07.224] | : . ' , ; resignal = FALSE [22:17:07.224] | : . ' , ; Number of conditions: 6 [22:17:07.225] | : . ' , ; int 6 [22:17:07.226] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.226] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.227] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.227] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.228] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.228] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.229] | : . ' , signalConditions() ... done [22:17:07.230] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:07.230] | : . Launching futures ... done [22:17:07.231] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:07.231] | : Using SequentialFutureBackend ... done [22:17:07.232] | run() for 'Future' () ... done [22:17:07.232] | signalConditions() ... [22:17:07.233] | : include = 'immediateCondition' [22:17:07.233] | : exclude = [22:17:07.234] | : resignal = FALSE [22:17:07.234] | : Number of conditions: 6 [22:17:07.235] | : int 6 [22:17:07.236] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.236] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.237] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.237] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.238] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.238] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.239] | signalConditions() ... done [22:17:07.239] | relay stdout ... Future assignment evaluated [22:17:07.240] | relay stdout ... done [22:17:07.240] | check for misuse ... [22:17:07.241] | check for misuse ... done [22:17:07.241] | relay conditions ... [22:17:07.242] | : Future state: 'finished' [22:17:07.242] | : signalConditions() ... [22:17:07.243] | : . include = 'condition' [22:17:07.243] | : . exclude = 'immediateCondition' [22:17:07.244] | : . resignal = TRUE [22:17:07.244] | : . Number of conditions: 6 [22:17:07.245] | : . int 6 [22:17:07.246] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.246] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:07.048] | : . ' , attachPackages() ... [22:17:07.247] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.248] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:07.049] | : . ' , ; packages: [n=1] 'future' [22:17:07.248] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.249] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:07.050] | : . ' , attachPackages() ... done [22:17:07.249] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.250] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:07.050] | : . ' , attachPackages() ... [22:17:07.250] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.251] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:07.051] | : . ' , ; packages: [n=0] [22:17:07.251] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.252] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:07.051] | : . ' , attachPackages() ... done [22:17:07.252] | : signalConditions() ... done [22:17:07.253] | relay conditions ... done [22:17:07.253] value() for Future () ... done b = 2 > cat(sprintf("a = %s\n", a)) Delayed assignment evaluated a = 1 > stopifnot(identical(a, 1)) > stopifnot(identical(b, 2)) > message("*** futureAssign() - sequential w/ lazy evaluation ... DONE") *** futureAssign() - sequential w/ lazy evaluation ... DONE > message("*** futureAssign() - lazy = TRUE / FALSE ...") *** futureAssign() - lazy = TRUE / FALSE ... > for (cores in 1:availCores) { + message(sprintf("Testing with %d cores ...", cores)) + options(mc.cores = cores) + for (strategy in supp .... [TRUNCATED] Testing with 1 cores ... *** futureAssign() with 'sequential' futures ... [22:17:07.288] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.289] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:17:07.289] | : all.equal() for FutureStrategyList ... [22:17:07.290] | : . New stack: [22:17:07.291] | : . List of 1 [22:17:07.291] | : . $ :function (..., envir = parent.frame()) [22:17:07.291] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.291] | : . ..- attr(*, "init")= logi TRUE [22:17:07.291] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.291] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.291] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.291] | : . ..- attr(*, "call")= language plan(strategy) [22:17:07.291] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.295] | : . Old stack: [22:17:07.296] | : . List of 1 [22:17:07.296] | : . $ :function (..., envir = parent.frame()) [22:17:07.296] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.296] | : . ..- attr(*, "init")= chr "done" [22:17:07.296] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.296] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.296] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.296] | : . ..- attr(*, "call")= language plan(sequential) [22:17:07.296] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.296] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.296] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.296] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.301] | : . Not identical [22:17:07.302] | : . all.equal() for future ... [22:17:07.303] | : . ' List of 2 [22:17:07.303] | : . ' $ target :function (..., envir = parent.frame()) [22:17:07.303] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.303] | : . ' ..- attr(*, "init")= logi TRUE [22:17:07.303] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.303] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.303] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.303] | : . ' ..- attr(*, "call")= language plan(strategy) [22:17:07.303] | : . ' $ current:function (..., envir = parent.frame()) [22:17:07.303] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.303] | : . ' ..- attr(*, "init")= chr "done" [22:17:07.303] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.303] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.303] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.303] | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:07.303] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.303] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.303] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.313] | : . all.equal() for future ... done [22:17:07.313] | : all.equal() for FutureStrategyList ... done [22:17:07.314] | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.314] | : List of future strategies: [22:17:07.314] | : 1. sequential: [22:17:07.314] | : - args: function (..., envir = parent.frame(), workers = "") [22:17:07.314] | : - tweaked: FALSE [22:17:07.314] | : - call: plan(sequential) [22:17:07.316] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:17:07.316] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.317] future(..., label = NULL) ... [22:17:07.318] | lazy: FALSE [22:17:07.318] | stdout: TRUE [22:17:07.319] | conditions: [n=1] 'condition' [22:17:07.319] | getGlobalsAndPackages() ... [22:17:07.320] | : Searching for globals ... [22:17:07.325] | : . globals found: [1] '{' [22:17:07.326] | : Searching for globals ... done [22:17:07.327] | : Resolving globals: FALSE [22:17:07.327] | : Search for packages associated with the globals ... [22:17:07.328] | : . Packages associated with globals: [1] 'base' [22:17:07.329] | : . Packages: [1] 'base' [22:17:07.329] | : Search for packages associated with the globals ... done [22:17:07.330] | : Packages after dropping 'base': [0] [22:17:07.330] | : globals: [0] [22:17:07.331] | : packages: [0] [22:17:07.332] | getGlobalsAndPackages() ... done [22:17:07.332] | run() for 'Future' () ... [22:17:07.333] | : state: 'created' [22:17:07.334] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.334] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.335] | : Using SequentialFutureBackend ... [22:17:07.335] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:17:07.336] | : . Launching futures ... [22:17:07.336] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:07.337] | : . ' , getFutureData() ... [22:17:07.338] | : . ' , ; getFutureCore() ... [22:17:07.338] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:07.339] | : . ' , ; getFutureCore() ... done [22:17:07.339] | : . ' , ; getFutureCapture() ... [22:17:07.340] | : . ' , ; getFutureCapture() ... done [22:17:07.340] | : . ' , ; getFutureContext() ... [22:17:07.341] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.342] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:07.342] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.343] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:07.343] | : . ' , ; getFutureContext() ... done [22:17:07.344] | : . ' , getFutureData() ... done [22:17:07.350] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.350] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:07.351] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.352] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.352] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.353] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:07.354] | : . ' , ; ` | New stack: [22:17:07.354] | : . ' , ; ` | List of 1 [22:17:07.354] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.354] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.354] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:07.354] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.354] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.354] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.354] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.354] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.361] | : . ' , ; ` | Old stack: [22:17:07.361] | : . ' , ; ` | List of 1 [22:17:07.361] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.361] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.361] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:07.361] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.361] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.361] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.361] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:07.361] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.361] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.361] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.361] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.368] | : . ' , ; ` | Not identical [22:17:07.369] | : . ' , ; ` | all.equal() for future ... [22:17:07.369] | : . ' , ; ` | : List of 2 [22:17:07.369] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.369] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.369] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.369] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.369] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.369] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.369] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.385] | : . ' , ; ` | all.equal() for future ... done [22:17:07.385] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:07.386] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.386] | : . ' , ; ` List of future strategies: [22:17:07.386] | : . ' , ; ` 1. sequential: [22:17:07.386] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:07.386] | : . ' , ; ` - tweaked: FALSE [22:17:07.386] | : . ' , ; ` - call: plan(sequential) [22:17:07.388] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.388] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.392] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.393] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.393] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.394] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:07.394] | : . ' , ; ` | : New stack: [22:17:07.395] | : . ' , ; ` | : List of 1 [22:17:07.395] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.395] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.395] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.395] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.395] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.395] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.395] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.395] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.395] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.395] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.395] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.399] | : . ' , ; ` | : Old stack: [22:17:07.400] | : . ' , ; ` | : List of 1 [22:17:07.400] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.400] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.400] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.400] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.400] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.400] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.400] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.400] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.400] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.400] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.400] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.405] | : . ' , ; ` | : Identical [22:17:07.405] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:07.406] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.406] | : . ' , ; ` | List of future strategies: [22:17:07.406] | : . ' , ; ` | 1. sequential: [22:17:07.406] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:07.406] | : . ' , ; ` | - tweaked: FALSE [22:17:07.406] | : . ' , ; ` | - call: plan(sequential) [22:17:07.407] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.408] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.408] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.409] | : . ' , SequentialFuture started (and completed) [22:17:07.410] | : . ' , signalConditions() ... [22:17:07.410] | : . ' , ; include = 'immediateCondition' [22:17:07.411] | : . ' , ; exclude = [22:17:07.411] | : . ' , ; resignal = FALSE [22:17:07.412] | : . ' , ; Number of conditions: 6 [22:17:07.412] | : . ' , ; int 6 [22:17:07.413] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.414] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.414] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.415] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.416] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.416] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.417] | : . ' , signalConditions() ... done [22:17:07.417] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:07.418] | : . Launching futures ... done [22:17:07.418] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:07.419] | : Using SequentialFutureBackend ... done [22:17:07.419] | run() for 'Future' () ... done [22:17:07.420] future(..., label = NULL) ... done [22:17:07.420] future(..., label = NULL) ... [22:17:07.421] | lazy: FALSE [22:17:07.421] | stdout: TRUE [22:17:07.422] | conditions: [n=1] 'condition' [22:17:07.422] | getGlobalsAndPackages() ... [22:17:07.423] | : Searching for globals ... [22:17:07.428] | : . globals found: [1] '{' [22:17:07.428] | : Searching for globals ... done [22:17:07.429] | : Resolving globals: FALSE [22:17:07.429] | : Search for packages associated with the globals ... [22:17:07.430] | : . Packages associated with globals: [1] 'base' [22:17:07.431] | : . Packages: [1] 'base' [22:17:07.431] | : Search for packages associated with the globals ... done [22:17:07.432] | : Packages after dropping 'base': [0] [22:17:07.432] | : globals: [0] [22:17:07.433] | : packages: [0] [22:17:07.433] | getGlobalsAndPackages() ... done [22:17:07.434] | run() for 'Future' () ... [22:17:07.435] | : state: 'created' [22:17:07.435] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.436] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.436] | : Using SequentialFutureBackend ... [22:17:07.437] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:17:07.437] | : . Launching futures ... [22:17:07.438] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:07.439] | : . ' , getFutureData() ... [22:17:07.439] | : . ' , ; getFutureCore() ... [22:17:07.440] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:07.440] | : . ' , ; getFutureCore() ... done [22:17:07.441] | : . ' , ; getFutureCapture() ... [22:17:07.441] | : . ' , ; getFutureCapture() ... done [22:17:07.442] | : . ' , ; getFutureContext() ... [22:17:07.442] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.443] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:07.443] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.444] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:07.444] | : . ' , ; getFutureContext() ... done [22:17:07.445] | : . ' , getFutureData() ... done [22:17:07.450] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.450] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:07.451] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.452] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.452] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.453] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:07.454] | : . ' , ; ` | New stack: [22:17:07.454] | : . ' , ; ` | List of 1 [22:17:07.454] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.454] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.454] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:07.454] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.454] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.454] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.454] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.454] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.458] | : . ' , ; ` | Old stack: [22:17:07.459] | : . ' , ; ` | List of 1 [22:17:07.459] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.459] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.459] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:07.459] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.459] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.459] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.459] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:07.459] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.459] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.459] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.459] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.464] | : . ' , ; ` | Not identical [22:17:07.464] | : . ' , ; ` | all.equal() for future ... [22:17:07.465] | : . ' , ; ` | : List of 2 [22:17:07.465] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.465] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.465] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.465] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.465] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.465] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.465] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.473] | : . ' , ; ` | all.equal() for future ... done [22:17:07.474] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:07.474] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.475] | : . ' , ; ` List of future strategies: [22:17:07.475] | : . ' , ; ` 1. sequential: [22:17:07.475] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:07.475] | : . ' , ; ` - tweaked: FALSE [22:17:07.475] | : . ' , ; ` - call: plan(sequential) [22:17:07.476] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.476] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.480] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.481] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.482] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.482] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:07.483] | : . ' , ; ` | : New stack: [22:17:07.483] | : . ' , ; ` | : List of 1 [22:17:07.483] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.483] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.483] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.483] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.483] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.483] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.483] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.483] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.483] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.483] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.483] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.488] | : . ' , ; ` | : Old stack: [22:17:07.489] | : . ' , ; ` | : List of 1 [22:17:07.489] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.489] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.489] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.489] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.489] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.489] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.489] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.489] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.489] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.489] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.489] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.495] | : . ' , ; ` | : Identical [22:17:07.495] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:07.496] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.497] | : . ' , ; ` | List of future strategies: [22:17:07.497] | : . ' , ; ` | 1. sequential: [22:17:07.497] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:07.497] | : . ' , ; ` | - tweaked: FALSE [22:17:07.497] | : . ' , ; ` | - call: plan(sequential) [22:17:07.498] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.499] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.499] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.500] | : . ' , SequentialFuture started (and completed) [22:17:07.501] | : . ' , signalConditions() ... [22:17:07.501] | : . ' , ; include = 'immediateCondition' [22:17:07.502] | : . ' , ; exclude = [22:17:07.502] | : . ' , ; resignal = FALSE [22:17:07.503] | : . ' , ; Number of conditions: 6 [22:17:07.503] | : . ' , ; int 6 [22:17:07.505] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.505] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.506] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.506] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.507] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.507] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.508] | : . ' , signalConditions() ... done [22:17:07.509] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:07.509] | : . Launching futures ... done [22:17:07.510] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:07.510] | : Using SequentialFutureBackend ... done [22:17:07.511] | run() for 'Future' () ... done [22:17:07.511] future(..., label = NULL) ... done [22:17:07.512] value() for SequentialFuture () ... [22:17:07.513] | signalConditions() ... [22:17:07.513] | : include = 'immediateCondition' [22:17:07.514] | : exclude = [22:17:07.514] | : resignal = FALSE [22:17:07.515] | : Number of conditions: 6 [22:17:07.515] | : int 6 [22:17:07.516] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.517] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.517] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.518] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.519] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.519] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.520] | signalConditions() ... done [22:17:07.520] | relay stdout ... [22:17:07.521] | relay stdout ... done [22:17:07.521] | check for misuse ... [22:17:07.522] | check for misuse ... done [22:17:07.522] | relay conditions ... [22:17:07.523] | : Future state: 'finished' [22:17:07.523] | : signalConditions() ... [22:17:07.524] | : . include = 'condition' [22:17:07.524] | : . exclude = 'immediateCondition' [22:17:07.525] | : . resignal = TRUE [22:17:07.525] | : . Number of conditions: 6 [22:17:07.526] | : . int 6 [22:17:07.527] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.527] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:07.345] | : . ' , attachPackages() ... [22:17:07.528] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.528] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:07.345] | : . ' , ; packages: [n=1] 'future' [22:17:07.529] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.530] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:07.346] | : . ' , attachPackages() ... done [22:17:07.530] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.531] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:07.347] | : . ' , attachPackages() ... [22:17:07.531] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.532] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:07.348] | : . ' , ; packages: [n=0] [22:17:07.532] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.533] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:07.348] | : . ' , attachPackages() ... done [22:17:07.533] | : signalConditions() ... done [22:17:07.534] | relay conditions ... done [22:17:07.535] value() for SequentialFuture () ... done u$a = 2 [22:17:07.535] value() for SequentialFuture () ... [22:17:07.536] | signalConditions() ... [22:17:07.536] | : include = 'immediateCondition' [22:17:07.537] | : exclude = [22:17:07.537] | : resignal = FALSE [22:17:07.538] | : Number of conditions: 6 [22:17:07.538] | : int 6 [22:17:07.539] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.540] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.540] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.541] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.541] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.542] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.542] | signalConditions() ... done [22:17:07.543] | relay stdout ... [22:17:07.544] | relay stdout ... done [22:17:07.544] | check for misuse ... [22:17:07.545] | check for misuse ... done [22:17:07.545] | relay conditions ... [22:17:07.546] | : Future state: 'finished' [22:17:07.546] | : signalConditions() ... [22:17:07.547] | : . include = 'condition' [22:17:07.547] | : . exclude = 'immediateCondition' [22:17:07.548] | : . resignal = TRUE [22:17:07.548] | : . Number of conditions: 6 [22:17:07.549] | : . int 6 [22:17:07.550] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.550] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:07.446] | : . ' , attachPackages() ... [22:17:07.551] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.552] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:07.446] | : . ' , ; packages: [n=1] 'future' [22:17:07.552] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.553] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:07.447] | : . ' , attachPackages() ... done [22:17:07.553] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.554] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:07.448] | : . ' , attachPackages() ... [22:17:07.554] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.555] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:07.448] | : . ' , ; packages: [n=0] [22:17:07.556] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.556] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:07.449] | : . ' , attachPackages() ... done [22:17:07.557] | : signalConditions() ... done [22:17:07.557] | relay conditions ... done [22:17:07.558] value() for SequentialFuture () ... done v$a = 4 [22:17:07.559] future(..., label = NULL) ... [22:17:07.559] | lazy: FALSE [22:17:07.560] | stdout: TRUE [22:17:07.560] | conditions: [n=1] 'condition' [22:17:07.561] | getGlobalsAndPackages() ... [22:17:07.561] | : Searching for globals ... [22:17:07.569] | : . globals found: [3] '{', '*', 'a' [22:17:07.570] | : Searching for globals ... done [22:17:07.571] | : Resolving globals: FALSE [22:17:07.571] | : Search for packages associated with the globals ... [22:17:07.572] | : . Packages associated with globals: [1] 'base' [22:17:07.573] | : . Packages: [1] 'base' [22:17:07.573] | : Search for packages associated with the globals ... done [22:17:07.574] | : Packages after dropping 'base': [0] [22:17:07.574] | : globals: [1] 'a' [22:17:07.575] | : packages: [0] [22:17:07.575] | getGlobalsAndPackages() ... done [22:17:07.576] | run() for 'Future' () ... [22:17:07.577] | : state: 'created' [22:17:07.577] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.578] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.579] | : Using SequentialFutureBackend ... [22:17:07.579] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:17:07.580] | : . Launching futures ... [22:17:07.580] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:07.581] | : . ' , getFutureData() ... [22:17:07.581] | : . ' , ; getFutureCore() ... [22:17:07.582] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:07.583] | : . ' , ; getFutureCore() ... done [22:17:07.583] | : . ' , ; getFutureCapture() ... [22:17:07.584] | : . ' , ; getFutureCapture() ... done [22:17:07.584] | : . ' , ; getFutureContext() ... [22:17:07.585] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.585] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:07.586] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.586] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:07.587] | : . ' , ; getFutureContext() ... done [22:17:07.588] | : . ' , getFutureData() ... done [22:17:07.593] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.593] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:07.594] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.595] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.596] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.596] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:07.597] | : . ' , ; ` | New stack: [22:17:07.597] | : . ' , ; ` | List of 1 [22:17:07.597] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.597] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.597] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:07.597] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.597] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.597] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.597] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.597] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.608] | : . ' , ; ` | Old stack: [22:17:07.608] | : . ' , ; ` | List of 1 [22:17:07.608] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.608] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.608] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:07.608] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.608] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.608] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.608] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:07.608] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.608] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.608] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.608] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.614] | : . ' , ; ` | Not identical [22:17:07.615] | : . ' , ; ` | all.equal() for future ... [22:17:07.615] | : . ' , ; ` | : List of 2 [22:17:07.615] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.615] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.615] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.615] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.615] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.615] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.615] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.623] | : . ' , ; ` | all.equal() for future ... done [22:17:07.624] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:07.625] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.625] | : . ' , ; ` List of future strategies: [22:17:07.625] | : . ' , ; ` 1. sequential: [22:17:07.625] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:07.625] | : . ' , ; ` - tweaked: FALSE [22:17:07.625] | : . ' , ; ` - call: plan(sequential) [22:17:07.626] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.627] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.628] | : . ' , assign_globals() ... [22:17:07.628] | : . ' , List of 1 [22:17:07.628] | : . ' , $ a: num 1 [22:17:07.628] | : . ' , - attr(*, "where")=List of 1 [22:17:07.628] | : . ' , ..$ a: [22:17:07.628] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:07.628] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:07.628] | : . ' , - attr(*, "total_size")= num NA [22:17:07.628] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:07.633] | : . ' , - copied 'a' to environment [22:17:07.633] | : . ' , assign_globals() ... done [22:17:07.638] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.638] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.639] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.639] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:07.640] | : . ' , ; ` | : New stack: [22:17:07.641] | : . ' , ; ` | : List of 1 [22:17:07.641] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.641] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.641] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.641] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.641] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.641] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.641] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.641] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.641] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.641] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.641] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.646] | : . ' , ; ` | : Old stack: [22:17:07.646] | : . ' , ; ` | : List of 1 [22:17:07.646] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.646] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.646] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.646] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.646] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.646] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.646] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.646] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.646] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.646] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.646] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.651] | : . ' , ; ` | : Identical [22:17:07.652] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:07.652] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.653] | : . ' , ; ` | List of future strategies: [22:17:07.653] | : . ' , ; ` | 1. sequential: [22:17:07.653] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:07.653] | : . ' , ; ` | - tweaked: FALSE [22:17:07.653] | : . ' , ; ` | - call: plan(sequential) [22:17:07.654] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.655] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.655] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.656] | : . ' , SequentialFuture started (and completed) [22:17:07.657] | : . ' , signalConditions() ... [22:17:07.657] | : . ' , ; include = 'immediateCondition' [22:17:07.658] | : . ' , ; exclude = [22:17:07.658] | : . ' , ; resignal = FALSE [22:17:07.659] | : . ' , ; Number of conditions: 6 [22:17:07.659] | : . ' , ; int 6 [22:17:07.661] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.661] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.662] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.662] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.663] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.663] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.664] | : . ' , signalConditions() ... done [22:17:07.664] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:07.665] | : . Launching futures ... done [22:17:07.666] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:07.666] | : Using SequentialFutureBackend ... done [22:17:07.667] | run() for 'Future' () ... done [22:17:07.667] future(..., label = NULL) ... done [22:17:07.668] value() for SequentialFuture () ... [22:17:07.668] | signalConditions() ... [22:17:07.669] | : include = 'immediateCondition' [22:17:07.669] | : exclude = [22:17:07.670] | : resignal = FALSE [22:17:07.670] | : Number of conditions: 6 [22:17:07.671] | : int 6 [22:17:07.672] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.672] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.673] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.674] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.674] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.675] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.675] | signalConditions() ... done [22:17:07.676] | relay stdout ... [22:17:07.676] | relay stdout ... done [22:17:07.677] | check for misuse ... [22:17:07.677] | check for misuse ... done [22:17:07.678] | relay conditions ... [22:17:07.678] | : Future state: 'finished' [22:17:07.679] | : signalConditions() ... [22:17:07.679] | : . include = 'condition' [22:17:07.680] | : . exclude = 'immediateCondition' [22:17:07.680] | : . resignal = TRUE [22:17:07.681] | : . Number of conditions: 6 [22:17:07.681] | : . int 6 [22:17:07.682] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.683] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:07.588] | : . ' , attachPackages() ... [22:17:07.683] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.684] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:07.589] | : . ' , ; packages: [n=1] 'future' [22:17:07.685] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.685] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:07.590] | : . ' , attachPackages() ... done [22:17:07.686] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.686] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:07.590] | : . ' , attachPackages() ... [22:17:07.687] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.687] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:07.591] | : . ' , ; packages: [n=0] [22:17:07.688] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.689] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:07.592] | : . ' , attachPackages() ... done [22:17:07.689] | : signalConditions() ... done [22:17:07.690] | relay conditions ... done [22:17:07.690] value() for SequentialFuture () ... done [22:17:07.691] future(..., label = NULL) ... [22:17:07.691] | lazy: FALSE [22:17:07.692] | stdout: TRUE [22:17:07.692] | conditions: [n=1] 'condition' [22:17:07.693] | getGlobalsAndPackages() ... [22:17:07.693] | : Searching for globals ... [22:17:07.702] | : . globals found: [3] '{', '*', 'a' [22:17:07.703] | : Searching for globals ... done [22:17:07.703] | : Resolving globals: FALSE [22:17:07.704] | : Search for packages associated with the globals ... [22:17:07.705] | : . Packages associated with globals: [1] 'base' [22:17:07.706] | : . Packages: [1] 'base' [22:17:07.706] | : Search for packages associated with the globals ... done [22:17:07.707] | : Packages after dropping 'base': [0] [22:17:07.707] | : globals: [1] 'a' [22:17:07.708] | : packages: [0] [22:17:07.708] | getGlobalsAndPackages() ... done [22:17:07.709] | run() for 'Future' () ... [22:17:07.710] | : state: 'created' [22:17:07.711] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.711] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.712] | : Using SequentialFutureBackend ... [22:17:07.712] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [22:17:07.713] | : . Launching futures ... [22:17:07.714] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:07.714] | : . ' , getFutureData() ... [22:17:07.715] | : . ' , ; getFutureCore() ... [22:17:07.715] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:07.716] | : . ' , ; getFutureCore() ... done [22:17:07.716] | : . ' , ; getFutureCapture() ... [22:17:07.717] | : . ' , ; getFutureCapture() ... done [22:17:07.718] | : . ' , ; getFutureContext() ... [22:17:07.718] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.719] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:07.719] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.720] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:07.720] | : . ' , ; getFutureContext() ... done [22:17:07.721] | : . ' , getFutureData() ... done [22:17:07.726] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.726] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:07.727] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.728] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.729] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.729] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:07.730] | : . ' , ; ` | New stack: [22:17:07.730] | : . ' , ; ` | List of 1 [22:17:07.730] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.730] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.730] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:07.730] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.730] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.730] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.730] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.730] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.735] | : . ' , ; ` | Old stack: [22:17:07.736] | : . ' , ; ` | List of 1 [22:17:07.736] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.736] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.736] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:07.736] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.736] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.736] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.736] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:07.736] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.736] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.736] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.736] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.741] | : . ' , ; ` | Not identical [22:17:07.742] | : . ' , ; ` | all.equal() for future ... [22:17:07.743] | : . ' , ; ` | : List of 2 [22:17:07.743] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.743] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.743] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.743] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.743] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.743] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.743] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.753] | : . ' , ; ` | all.equal() for future ... done [22:17:07.754] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:07.754] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.755] | : . ' , ; ` List of future strategies: [22:17:07.755] | : . ' , ; ` 1. sequential: [22:17:07.755] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:07.755] | : . ' , ; ` - tweaked: FALSE [22:17:07.755] | : . ' , ; ` - call: plan(sequential) [22:17:07.757] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.757] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.758] | : . ' , assign_globals() ... [22:17:07.759] | : . ' , List of 1 [22:17:07.759] | : . ' , $ a: num 1 [22:17:07.759] | : . ' , - attr(*, "where")=List of 1 [22:17:07.759] | : . ' , ..$ a: [22:17:07.759] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:07.759] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:07.759] | : . ' , - attr(*, "total_size")= num NA [22:17:07.759] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:07.763] | : . ' , - copied 'a' to environment [22:17:07.764] | : . ' , assign_globals() ... done [22:17:07.768] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.769] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.769] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.770] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:07.771] | : . ' , ; ` | : New stack: [22:17:07.771] | : . ' , ; ` | : List of 1 [22:17:07.771] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.771] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.771] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.771] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.771] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.771] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.771] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.771] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.771] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.771] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.771] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.777] | : . ' , ; ` | : Old stack: [22:17:07.777] | : . ' , ; ` | : List of 1 [22:17:07.777] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.777] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.777] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.777] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.777] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.777] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.777] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.777] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.777] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.777] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.777] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.783] | : . ' , ; ` | : Identical [22:17:07.783] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:07.784] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.784] | : . ' , ; ` | List of future strategies: [22:17:07.784] | : . ' , ; ` | 1. sequential: [22:17:07.784] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:07.784] | : . ' , ; ` | - tweaked: FALSE [22:17:07.784] | : . ' , ; ` | - call: plan(sequential) [22:17:07.790] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.791] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.792] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.793] | : . ' , SequentialFuture started (and completed) [22:17:07.793] | : . ' , signalConditions() ... [22:17:07.794] | : . ' , ; include = 'immediateCondition' [22:17:07.794] | : . ' , ; exclude = [22:17:07.795] | : . ' , ; resignal = FALSE [22:17:07.795] | : . ' , ; Number of conditions: 6 [22:17:07.796] | : . ' , ; int 6 [22:17:07.797] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.797] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.798] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.798] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.799] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.799] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.800] | : . ' , signalConditions() ... done [22:17:07.800] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:07.801] | : . Launching futures ... done [22:17:07.801] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:07.802] | : Using SequentialFutureBackend ... done [22:17:07.802] | run() for 'Future' () ... done [22:17:07.803] future(..., label = NULL) ... done [22:17:07.803] value() for SequentialFuture () ... [22:17:07.804] | signalConditions() ... [22:17:07.805] | : include = 'immediateCondition' [22:17:07.805] | : exclude = [22:17:07.806] | : resignal = FALSE [22:17:07.806] | : Number of conditions: 6 [22:17:07.807] | : int 6 [22:17:07.808] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.808] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.809] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.809] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.810] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.810] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.811] | signalConditions() ... done [22:17:07.811] | relay stdout ... [22:17:07.812] | relay stdout ... done [22:17:07.812] | check for misuse ... [22:17:07.813] | check for misuse ... done [22:17:07.813] | relay conditions ... [22:17:07.814] | : Future state: 'finished' [22:17:07.814] | : signalConditions() ... [22:17:07.815] | : . include = 'condition' [22:17:07.815] | : . exclude = 'immediateCondition' [22:17:07.816] | : . resignal = TRUE [22:17:07.816] | : . Number of conditions: 6 [22:17:07.817] | : . int 6 [22:17:07.818] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.818] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:07.722] | : . ' , attachPackages() ... [22:17:07.819] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.819] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:07.722] | : . ' , ; packages: [n=1] 'future' [22:17:07.820] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.821] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:07.723] | : . ' , attachPackages() ... done [22:17:07.821] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.822] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:07.724] | : . ' , attachPackages() ... [22:17:07.822] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.823] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:07.724] | : . ' , ; packages: [n=0] [22:17:07.823] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.824] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:07.725] | : . ' , attachPackages() ... done [22:17:07.825] | : signalConditions() ... done [22:17:07.825] | relay conditions ... done [22:17:07.826] value() for SequentialFuture () ... done [22:17:07.826] future(..., label = NULL) ... [22:17:07.827] | lazy: FALSE [22:17:07.827] | stdout: TRUE [22:17:07.828] | conditions: [n=1] 'condition' [22:17:07.828] | getGlobalsAndPackages() ... [22:17:07.829] | : Searching for globals ... [22:17:07.838] | : . globals found: [3] '{', '*', 'a' [22:17:07.839] | : Searching for globals ... done [22:17:07.840] | : Resolving globals: FALSE [22:17:07.840] | : Search for packages associated with the globals ... [22:17:07.841] | : . Packages associated with globals: [1] 'base' [22:17:07.842] | : . Packages: [1] 'base' [22:17:07.843] | : Search for packages associated with the globals ... done [22:17:07.843] | : Packages after dropping 'base': [0] [22:17:07.844] | : globals: [1] 'a' [22:17:07.844] | : packages: [0] [22:17:07.845] | getGlobalsAndPackages() ... done [22:17:07.846] | run() for 'Future' () ... [22:17:07.847] | : state: 'created' [22:17:07.847] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.848] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.848] | : Using SequentialFutureBackend ... [22:17:07.849] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [22:17:07.849] | : . Launching futures ... [22:17:07.850] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:07.851] | : . ' , getFutureData() ... [22:17:07.851] | : . ' , ; getFutureCore() ... [22:17:07.852] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:07.852] | : . ' , ; getFutureCore() ... done [22:17:07.853] | : . ' , ; getFutureCapture() ... [22:17:07.853] | : . ' , ; getFutureCapture() ... done [22:17:07.854] | : . ' , ; getFutureContext() ... [22:17:07.855] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.855] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:07.856] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.856] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:07.857] | : . ' , ; getFutureContext() ... done [22:17:07.857] | : . ' , getFutureData() ... done [22:17:07.862] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.863] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:07.864] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.864] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.865] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.866] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:07.866] | : . ' , ; ` | New stack: [22:17:07.867] | : . ' , ; ` | List of 1 [22:17:07.867] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.867] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.867] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:07.867] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.867] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.867] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.867] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.867] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.872] | : . ' , ; ` | Old stack: [22:17:07.872] | : . ' , ; ` | List of 1 [22:17:07.872] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.872] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.872] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:07.872] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.872] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.872] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.872] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:07.872] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.872] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.872] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.872] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.877] | : . ' , ; ` | Not identical [22:17:07.878] | : . ' , ; ` | all.equal() for future ... [22:17:07.878] | : . ' , ; ` | : List of 2 [22:17:07.878] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.878] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.878] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.878] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.878] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.878] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.878] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.887] | : . ' , ; ` | all.equal() for future ... done [22:17:07.887] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:07.888] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.888] | : . ' , ; ` List of future strategies: [22:17:07.888] | : . ' , ; ` 1. sequential: [22:17:07.888] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:07.888] | : . ' , ; ` - tweaked: FALSE [22:17:07.888] | : . ' , ; ` - call: plan(sequential) [22:17:07.890] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.890] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.891] | : . ' , assign_globals() ... [22:17:07.891] | : . ' , List of 1 [22:17:07.891] | : . ' , $ a: num 1 [22:17:07.891] | : . ' , - attr(*, "where")=List of 1 [22:17:07.891] | : . ' , ..$ a: [22:17:07.891] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:07.891] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:07.891] | : . ' , - attr(*, "total_size")= num NA [22:17:07.891] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:07.895] | : . ' , - copied 'a' to environment [22:17:07.896] | : . ' , assign_globals() ... done [22:17:07.900] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.901] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.901] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.902] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:07.903] | : . ' , ; ` | : New stack: [22:17:07.903] | : . ' , ; ` | : List of 1 [22:17:07.903] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.903] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.903] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.903] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.903] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.903] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.903] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.903] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.903] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.903] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.903] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.908] | : . ' , ; ` | : Old stack: [22:17:07.909] | : . ' , ; ` | : List of 1 [22:17:07.909] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:07.909] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.909] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:07.909] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.909] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.909] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.909] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:07.909] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.909] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.909] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.909] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.914] | : . ' , ; ` | : Identical [22:17:07.915] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:07.915] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:07.916] | : . ' , ; ` | List of future strategies: [22:17:07.916] | : . ' , ; ` | 1. sequential: [22:17:07.916] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:07.916] | : . ' , ; ` | - tweaked: FALSE [22:17:07.916] | : . ' , ; ` | - call: plan(sequential) [22:17:07.917] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:07.917] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.918] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:07.919] | : . ' , SequentialFuture started (and completed) [22:17:07.920] | : . ' , signalConditions() ... [22:17:07.920] | : . ' , ; include = 'immediateCondition' [22:17:07.921] | : . ' , ; exclude = [22:17:07.921] | : . ' , ; resignal = FALSE [22:17:07.922] | : . ' , ; Number of conditions: 6 [22:17:07.922] | : . ' , ; int 6 [22:17:07.923] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.924] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.924] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.925] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.925] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.926] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.927] | : . ' , signalConditions() ... done [22:17:07.927] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:07.928] | : . Launching futures ... done [22:17:07.928] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:07.929] | : Using SequentialFutureBackend ... done [22:17:07.929] | run() for 'Future' () ... done [22:17:07.930] future(..., label = NULL) ... done [22:17:07.930] value() for SequentialFuture () ... [22:17:07.931] | signalConditions() ... [22:17:07.932] | : include = 'immediateCondition' [22:17:07.932] | : exclude = [22:17:07.933] | : resignal = FALSE [22:17:07.933] | : Number of conditions: 6 [22:17:07.934] | : int 6 [22:17:07.935] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.935] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.936] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.937] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.937] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.938] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.938] | signalConditions() ... done [22:17:07.939] | relay stdout ... [22:17:07.939] | relay stdout ... done [22:17:07.940] | check for misuse ... [22:17:07.941] | check for misuse ... done [22:17:07.941] | relay conditions ... [22:17:07.942] | : Future state: 'finished' [22:17:07.942] | : signalConditions() ... [22:17:07.943] | : . include = 'condition' [22:17:07.943] | : . exclude = 'immediateCondition' [22:17:07.944] | : . resignal = TRUE [22:17:07.944] | : . Number of conditions: 6 [22:17:07.945] | : . int 6 [22:17:07.946] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.947] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:07.858] | : . ' , attachPackages() ... [22:17:07.947] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.948] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:07.859] | : . ' , ; packages: [n=1] 'future' [22:17:07.948] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.949] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:07.859] | : . ' , attachPackages() ... done [22:17:07.950] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.950] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:07.860] | : . ' , attachPackages() ... [22:17:07.951] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.951] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:07.860] | : . ' , ; packages: [n=0] [22:17:07.952] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:07.953] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:07.861] | : . ' , attachPackages() ... done [22:17:07.953] | : signalConditions() ... done [22:17:07.954] | relay conditions ... done [22:17:07.954] value() for SequentialFuture () ... done [22:17:07.955] future(..., label = NULL) ... [22:17:07.955] | lazy: TRUE [22:17:07.956] | stdout: TRUE [22:17:07.956] | conditions: [n=1] 'condition' [22:17:07.957] | getGlobalsAndPackages() ... [22:17:07.958] | : Searching for globals ... [22:17:07.966] | : . globals found: [3] '{', '*', 'a' [22:17:07.966] | : Searching for globals ... done [22:17:07.967] | : Resolving globals: FALSE [22:17:07.968] | : Search for packages associated with the globals ... [22:17:07.968] | : . Packages associated with globals: [1] 'base' [22:17:07.969] | : . Packages: [1] 'base' [22:17:07.970] | : Search for packages associated with the globals ... done [22:17:07.970] | : Packages after dropping 'base': [0] [22:17:07.971] | : globals: [1] 'a' [22:17:07.971] | : packages: [0] [22:17:07.972] | getGlobalsAndPackages() ... done [22:17:07.973] future(..., label = NULL) ... done [22:17:07.973] value() for Future () ... [22:17:07.974] | run() for 'Future' () ... [22:17:07.974] | : state: 'created' [22:17:07.975] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.975] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.976] | : Using SequentialFutureBackend ... [22:17:07.976] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [22:17:07.977] | : . Launching futures ... [22:17:07.978] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:07.978] | : . ' , getFutureData() ... [22:17:07.979] | : . ' , ; getFutureCore() ... [22:17:07.979] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:07.980] | : . ' , ; getFutureCore() ... done [22:17:07.980] | : . ' , ; getFutureCapture() ... [22:17:07.981] | : . ' , ; getFutureCapture() ... done [22:17:07.981] | : . ' , ; getFutureContext() ... [22:17:07.982] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.982] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:07.983] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.983] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:07.984] | : . ' , ; getFutureContext() ... done [22:17:07.985] | : . ' , getFutureData() ... done [22:17:07.990] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:07.990] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:07.991] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:07.992] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:07.992] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:07.993] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:07.993] | : . ' , ; ` | New stack: [22:17:07.994] | : . ' , ; ` | List of 1 [22:17:07.994] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.994] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.994] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:07.994] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.994] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.994] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.994] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:07.994] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:07.998] | : . ' , ; ` | Old stack: [22:17:07.999] | : . ' , ; ` | List of 1 [22:17:07.999] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:07.999] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:07.999] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:07.999] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.999] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.999] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.999] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:07.999] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:07.999] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:07.999] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:07.999] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:08.010] | : . ' , ; ` | Not identical [22:17:08.010] | : . ' , ; ` | all.equal() for future ... [22:17:08.011] | : . ' , ; ` | : List of 2 [22:17:08.011] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.011] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:08.011] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.011] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:08.011] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:08.011] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.011] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.019] | : . ' , ; ` | all.equal() for future ... done [22:17:08.019] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:08.020] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:08.020] | : . ' , ; ` List of future strategies: [22:17:08.020] | : . ' , ; ` 1. sequential: [22:17:08.020] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:08.020] | : . ' , ; ` - tweaked: FALSE [22:17:08.020] | : . ' , ; ` - call: plan(sequential) [22:17:08.021] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:08.022] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:08.023] | : . ' , assign_globals() ... [22:17:08.023] | : . ' , List of 1 [22:17:08.023] | : . ' , $ a: num 1 [22:17:08.023] | : . ' , - attr(*, "where")=List of 1 [22:17:08.023] | : . ' , ..$ a: [22:17:08.023] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:08.023] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:08.023] | : . ' , - attr(*, "total_size")= num NA [22:17:08.023] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:08.027] | : . ' , - copied 'a' to environment [22:17:08.028] | : . ' , assign_globals() ... done [22:17:08.032] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:08.032] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:08.033] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:08.034] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:08.034] | : . ' , ; ` | : New stack: [22:17:08.035] | : . ' , ; ` | : List of 1 [22:17:08.035] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:08.035] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.035] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:08.035] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.035] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.035] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.035] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:08.035] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:08.035] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.035] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.035] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:08.040] | : . ' , ; ` | : Old stack: [22:17:08.041] | : . ' , ; ` | : List of 1 [22:17:08.041] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:08.041] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.041] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:08.041] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.041] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.041] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.041] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:08.041] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:08.041] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.041] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.041] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:08.047] | : . ' , ; ` | : Identical [22:17:08.048] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:08.048] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:08.049] | : . ' , ; ` | List of future strategies: [22:17:08.049] | : . ' , ; ` | 1. sequential: [22:17:08.049] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:08.049] | : . ' , ; ` | - tweaked: FALSE [22:17:08.049] | : . ' , ; ` | - call: plan(sequential) [22:17:08.050] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:08.051] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:08.051] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:08.052] | : . ' , SequentialFuture started (and completed) [22:17:08.053] | : . ' , signalConditions() ... [22:17:08.054] | : . ' , ; include = 'immediateCondition' [22:17:08.054] | : . ' , ; exclude = [22:17:08.055] | : . ' , ; resignal = FALSE [22:17:08.055] | : . ' , ; Number of conditions: 6 [22:17:08.056] | : . ' , ; int 6 [22:17:08.057] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.057] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.058] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.059] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.059] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.060] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.060] | : . ' , signalConditions() ... done [22:17:08.061] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:08.061] | : . Launching futures ... done [22:17:08.062] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:08.062] | : Using SequentialFutureBackend ... done [22:17:08.063] | run() for 'Future' () ... done [22:17:08.063] | signalConditions() ... [22:17:08.064] | : include = 'immediateCondition' [22:17:08.065] | : exclude = [22:17:08.065] | : resignal = FALSE [22:17:08.066] | : Number of conditions: 6 [22:17:08.066] | : int 6 [22:17:08.067] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.068] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.068] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.069] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.070] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.070] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.071] | signalConditions() ... done [22:17:08.071] | relay stdout ... [22:17:08.072] | relay stdout ... done [22:17:08.072] | check for misuse ... [22:17:08.073] | check for misuse ... done [22:17:08.073] | relay conditions ... [22:17:08.074] | : Future state: 'finished' [22:17:08.074] | : signalConditions() ... [22:17:08.075] | : . include = 'condition' [22:17:08.076] | : . exclude = 'immediateCondition' [22:17:08.076] | : . resignal = TRUE [22:17:08.077] | : . Number of conditions: 6 [22:17:08.077] | : . int 6 [22:17:08.078] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.079] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:07.985] | : . ' , attachPackages() ... [22:17:08.079] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.080] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:07.986] | : . ' , ; packages: [n=1] 'future' [22:17:08.080] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.081] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:07.987] | : . ' , attachPackages() ... done [22:17:08.081] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.082] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:07.987] | : . ' , attachPackages() ... [22:17:08.083] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.083] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:07.988] | : . ' , ; packages: [n=0] [22:17:08.084] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.084] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:07.988] | : . ' , attachPackages() ... done [22:17:08.085] | : signalConditions() ... done [22:17:08.085] | relay conditions ... done [22:17:08.086] value() for Future () ... done [22:17:08.086] future(..., label = NULL) ... [22:17:08.087] | lazy: TRUE [22:17:08.087] | stdout: TRUE [22:17:08.088] | conditions: [n=1] 'condition' [22:17:08.089] | getGlobalsAndPackages() ... [22:17:08.089] | : Searching for globals ... [22:17:08.097] | : . globals found: [3] '{', '*', 'a' [22:17:08.098] | : Searching for globals ... done [22:17:08.098] | : Resolving globals: FALSE [22:17:08.099] | : Search for packages associated with the globals ... [22:17:08.100] | : . Packages associated with globals: [1] 'base' [22:17:08.101] | : . Packages: [1] 'base' [22:17:08.101] | : Search for packages associated with the globals ... done [22:17:08.102] | : Packages after dropping 'base': [0] [22:17:08.102] | : globals: [1] 'a' [22:17:08.103] | : packages: [0] [22:17:08.103] | getGlobalsAndPackages() ... done [22:17:08.104] future(..., label = NULL) ... done [22:17:08.105] value() for Future () ... [22:17:08.105] | run() for 'Future' () ... [22:17:08.106] | : state: 'created' [22:17:08.106] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:08.107] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:08.108] | : Using SequentialFutureBackend ... [22:17:08.108] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [22:17:08.109] | : . Launching futures ... [22:17:08.109] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:08.110] | : . ' , getFutureData() ... [22:17:08.110] | : . ' , ; getFutureCore() ... [22:17:08.111] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:08.111] | : . ' , ; getFutureCore() ... done [22:17:08.112] | : . ' , ; getFutureCapture() ... [22:17:08.113] | : . ' , ; getFutureCapture() ... done [22:17:08.113] | : . ' , ; getFutureContext() ... [22:17:08.114] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:08.114] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:08.115] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:08.115] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:08.116] | : . ' , ; getFutureContext() ... done [22:17:08.116] | : . ' , getFutureData() ... done [22:17:08.121] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:08.122] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:08.123] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:08.123] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:08.124] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:08.125] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:08.125] | : . ' , ; ` | New stack: [22:17:08.126] | : . ' , ; ` | List of 1 [22:17:08.126] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:08.126] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.126] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:08.126] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.126] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.126] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.126] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:08.126] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:08.130] | : . ' , ; ` | Old stack: [22:17:08.131] | : . ' , ; ` | List of 1 [22:17:08.131] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:08.131] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.131] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:08.131] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.131] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.131] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.131] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:08.131] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:08.131] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.131] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.131] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:08.136] | : . ' , ; ` | Not identical [22:17:08.137] | : . ' , ; ` | all.equal() for future ... [22:17:08.137] | : . ' , ; ` | : List of 2 [22:17:08.137] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.137] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:08.137] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.137] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:08.137] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:08.137] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.137] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.147] | : . ' , ; ` | all.equal() for future ... done [22:17:08.147] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:08.148] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:08.148] | : . ' , ; ` List of future strategies: [22:17:08.148] | : . ' , ; ` 1. sequential: [22:17:08.148] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:08.148] | : . ' , ; ` - tweaked: FALSE [22:17:08.148] | : . ' , ; ` - call: plan(sequential) [22:17:08.150] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:08.150] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:08.151] | : . ' , assign_globals() ... [22:17:08.152] | : . ' , List of 1 [22:17:08.152] | : . ' , $ a: num 1 [22:17:08.152] | : . ' , - attr(*, "where")=List of 1 [22:17:08.152] | : . ' , ..$ a: [22:17:08.152] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:08.152] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:08.152] | : . ' , - attr(*, "total_size")= num NA [22:17:08.152] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:08.157] | : . ' , - copied 'a' to environment [22:17:08.157] | : . ' , assign_globals() ... done [22:17:08.162] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:08.162] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:08.163] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:08.164] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:08.164] | : . ' , ; ` | : New stack: [22:17:08.165] | : . ' , ; ` | : List of 1 [22:17:08.165] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:08.165] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.165] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:08.165] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.165] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.165] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.165] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:08.165] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:08.165] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.165] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.165] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:08.170] | : . ' , ; ` | : Old stack: [22:17:08.171] | : . ' , ; ` | : List of 1 [22:17:08.171] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:08.171] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.171] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:08.171] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.171] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.171] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.171] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:08.171] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:08.171] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.171] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.171] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:08.176] | : . ' , ; ` | : Identical [22:17:08.177] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:08.177] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:08.178] | : . ' , ; ` | List of future strategies: [22:17:08.178] | : . ' , ; ` | 1. sequential: [22:17:08.178] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:08.178] | : . ' , ; ` | - tweaked: FALSE [22:17:08.178] | : . ' , ; ` | - call: plan(sequential) [22:17:08.179] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:08.179] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:08.180] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:08.181] | : . ' , SequentialFuture started (and completed) [22:17:08.182] | : . ' , signalConditions() ... [22:17:08.182] | : . ' , ; include = 'immediateCondition' [22:17:08.183] | : . ' , ; exclude = [22:17:08.183] | : . ' , ; resignal = FALSE [22:17:08.184] | : . ' , ; Number of conditions: 6 [22:17:08.184] | : . ' , ; int 6 [22:17:08.185] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.186] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.186] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.187] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.188] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.188] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.189] | : . ' , signalConditions() ... done [22:17:08.189] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:08.190] | : . Launching futures ... done [22:17:08.190] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:08.191] | : Using SequentialFutureBackend ... done [22:17:08.191] | run() for 'Future' () ... done [22:17:08.192] | signalConditions() ... [22:17:08.192] | : include = 'immediateCondition' [22:17:08.193] | : exclude = [22:17:08.194] | : resignal = FALSE [22:17:08.194] | : Number of conditions: 6 [22:17:08.195] | : int 6 [22:17:08.195] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.196] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.197] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.197] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.198] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.198] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.199] | signalConditions() ... done [22:17:08.199] | relay stdout ... [22:17:08.205] | relay stdout ... done [22:17:08.206] | check for misuse ... [22:17:08.206] | check for misuse ... done [22:17:08.207] | relay conditions ... [22:17:08.207] | : Future state: 'finished' [22:17:08.208] | : signalConditions() ... [22:17:08.208] | : . include = 'condition' [22:17:08.209] | : . exclude = 'immediateCondition' [22:17:08.209] | : . resignal = TRUE [22:17:08.210] | : . Number of conditions: 6 [22:17:08.210] | : . int 6 [22:17:08.211] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.212] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:08.117] | : . ' , attachPackages() ... [22:17:08.213] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.213] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:08.118] | : . ' , ; packages: [n=1] 'future' [22:17:08.214] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.214] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:08.118] | : . ' , attachPackages() ... done [22:17:08.215] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.215] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:08.119] | : . ' , attachPackages() ... [22:17:08.216] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.217] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:08.119] | : . ' , ; packages: [n=0] [22:17:08.217] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:08.218] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:08.120] | : . ' , attachPackages() ... done [22:17:08.218] | : signalConditions() ... done [22:17:08.219] | relay conditions ... done [22:17:08.219] value() for Future () ... done *** futureAssign() with 'sequential' futures ... DONE Testing with 1 cores ... DONE Testing with 2 cores ... *** futureAssign() with 'multisession' futures ... [22:17:08.221] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:08.222] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:17:08.222] | : all.equal() for FutureStrategyList ... [22:17:08.223] | : . New stack: [22:17:08.223] | : . List of 1 [22:17:08.223] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [22:17:08.223] | : . rscript_libs = .libPaths()) [22:17:08.223] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:08.223] | : . ..- attr(*, "init")= logi TRUE [22:17:08.223] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:08.223] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:08.223] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:08.223] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:08.223] | : . ..- attr(*, "untweakable")= chr "persistent" [22:17:08.223] | : . ..- attr(*, "call")= language plan(strategy) [22:17:08.223] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:08.228] | : . Old stack: [22:17:08.229] | : . List of 1 [22:17:08.229] | : . $ :function (..., envir = parent.frame()) [22:17:08.229] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.229] | : . ..- attr(*, "init")= chr "done" [22:17:08.229] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.229] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.229] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.229] | : . ..- attr(*, "call")= language plan(sequential) [22:17:08.229] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:08.229] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.229] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.229] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:08.234] | : . Not identical [22:17:08.235] | : . all.equal() for future ... [22:17:08.235] | : . ' List of 2 [22:17:08.235] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [22:17:08.235] | : . ' rscript_libs = .libPaths()) [22:17:08.235] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:08.235] | : . ' ..- attr(*, "init")= logi TRUE [22:17:08.235] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:08.235] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:08.235] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:08.235] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:08.235] | : . ' ..- attr(*, "untweakable")= chr "persistent" [22:17:08.235] | : . ' ..- attr(*, "call")= language plan(strategy) [22:17:08.235] | : . ' $ current:function (..., envir = parent.frame()) [22:17:08.235] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:08.235] | : . ' ..- attr(*, "init")= chr "done" [22:17:08.235] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.235] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.235] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.235] | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:08.235] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:08.235] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:08.235] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:08.243] | : . ' Formals differ [22:17:08.244] | : . all.equal() for future ... done [22:17:08.245] | : . Future strategies differ at level 1 [22:17:08.245] | : all.equal() for FutureStrategyList ... done [22:17:08.246] | : plan(): Setting new future backend stack: [22:17:08.246] | : List of future strategies: [22:17:08.246] | : 1. multisession: [22:17:08.246] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [22:17:08.246] | : - tweaked: FALSE [22:17:08.246] | : - call: plan(strategy) [22:17:08.247] | : List of 1 [22:17:08.247] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [22:17:08.247] | : rscript_libs = .libPaths()) [22:17:08.247] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:08.247] | : ..- attr(*, "init")= logi TRUE [22:17:08.247] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:08.247] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:08.247] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:08.247] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:08.247] | : ..- attr(*, "untweakable")= chr "persistent" [22:17:08.247] | : ..- attr(*, "call")= language plan(strategy) [22:17:08.247] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:08.252] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [22:17:08.253] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:08.253] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [22:17:08.254] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:08.254] | : . Legacy shutdown of cluster workers ... [22:17:08.255] | : . ' Stopping existing cluster ... [22:17:08.256] | : . ' , No pre-existing cluster. Skipping [22:17:08.256] | : . ' Stopping existing cluster ... done [22:17:08.257] | : . Legacy shutdown of cluster workers ... done [22:17:08.257] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [22:17:08.258] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [22:17:08.258] | : . function (..., workers = availableCores(constraints = "connections-16"), [22:17:08.258] | : . rscript_libs = .libPaths()) [22:17:08.258] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:08.258] | : . - attr(*, "init")= logi TRUE [22:17:08.258] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:08.258] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:08.258] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:08.258] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:08.258] | : . - attr(*, "untweakable")= chr "persistent" [22:17:08.258] | : . - attr(*, "call")= language plan(strategy) [22:17:08.262] | : . init: TRUE [22:17:08.263] | : . makeFutureBackend() ... [22:17:08.263] | : . ' Backend function: <'NULL'> [22:17:08.264] | : . ' Evaluator tweak arguments: [n=0] [22:17:08.265] | : . ' list() [22:17:08.265] | : . ' Evaluator formal arguments: [n=2] [22:17:08.266] | : . ' Dotted pair list of 2 [22:17:08.266] | : . ' $ workers : language availableCores(constraints = "connections-16") [22:17:08.266] | : . ' $ rscript_libs: language .libPaths() [22:17:08.268] | : . ' Arguments passed to the future-backend factory: [n=2] [22:17:08.269] | : . ' List of 2 [22:17:08.269] | : . ' $ workers : language availableCores(constraints = "connections-16") [22:17:08.269] | : . ' $ rscript_libs: language .libPaths() [22:17:08.271] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [22:17:08.271] | : . ' , Arguments: [22:17:08.272] | : . ' , List of 5 [22:17:08.272] | : . ' , $ workers : Named int 2 [22:17:08.272] | : . ' , ..- attr(*, "names")= chr "mc.cores" [22:17:08.272] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:08.272] | : . ' , $ interrupts : logi TRUE [22:17:08.272] | : . ' , $ gc : logi FALSE [22:17:08.272] | : . ' , $ earlySignal : logi FALSE [22:17:08.385] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [22:17:08.386] | : . ' , ; workers: 2 [22:17:08.387] | : . ' , ; getCluster() ... [22:17:08.387] | : . ' , ; getCluster() ... done [22:17:08.388] | : . ' , ; Stopping existing cluster ... [22:17:08.388] | : . ' , ; ` No pre-existing cluster. Skipping [22:17:08.389] | : . ' , ; Stopping existing cluster ... done [22:17:08.389] | : . ' , ; Starting new cluster ... [22:17:08.390] | : . ' , ; ` makeCluster(workers, ...) ... [22:17:08.390] | : . ' , ; ` | Arguments: [22:17:08.391] | : . ' , ; ` | List of 2 [22:17:08.391] | : . ' , ; ` | $ : int 2 [22:17:08.391] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:08.392] | : . ' , ; ` | .makeCluster() ... [22:17:08.393] | : . ' , ; ` | : workers: '2' [22:17:08.393] | : . ' , ; ` | : R_FUTURE_PLAN: NA [22:17:08.394] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [22:17:08.395] | : . ' , ; ` | : List of 2 [22:17:08.395] | : . ' , ; ` | : $ : int 2 [22:17:08.395] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:09.164] | : . ' , ; ` | : Generated cluster UUID [22:17:09.165] | : . ' , ; ` | : Cluster UUID: 'cd59e2f5919681e0161e3be902670676' [22:17:09.165] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:09.169] | : . ' , ; ` | .makeCluster() ... done [22:17:09.169] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:09.171] | : . ' , ; ` makeCluster(workers, ...) ... done [22:17:09.172] | : . ' , ; ` Number of workers: 2 [22:17:09.172] | : . ' , ; ` Workers UUID: 'cd59e2f5919681e0161e3be902670676' [22:17:09.173] | : . ' , ; Starting new cluster ... done [22:17:09.173] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [22:17:09.174] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [22:17:09.174] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [22:17:09.175] | : . makeFutureBackend() ... done [22:17:09.176] | : . nbrOfWorkers(NULL) ... [22:17:09.176] | : . ' List of 4 [22:17:09.176] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:17:09.176] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:17:09.176] | : . ' $ : language nbrOfWorkers() [22:17:09.176] | : . ' $ : language nbrOfWorkers.NULL() [22:17:09.179] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.179] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.180] | : . ' Number of workers: 2 [22:17:09.180] | : . nbrOfWorkers(NULL) ... done [22:17:09.181] | : . plan(): nbrOfWorkers() = 2 [22:17:09.181] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [22:17:09.182] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:17:09.182] | future(..., label = NULL) ... [22:17:09.183] | : lazy: FALSE [22:17:09.183] | : stdout: TRUE [22:17:09.184] | : conditions: [n=1] 'condition' [22:17:09.184] | : getGlobalsAndPackages() ... [22:17:09.185] | : . Searching for globals ... [22:17:09.188] | : . ' globals found: [1] '{' [22:17:09.189] | : . Searching for globals ... done [22:17:09.189] | : . Resolving globals: FALSE [22:17:09.190] | : . Search for packages associated with the globals ... [22:17:09.191] | : . ' Packages associated with globals: [1] 'base' [22:17:09.191] | : . ' Packages: [1] 'base' [22:17:09.192] | : . Search for packages associated with the globals ... done [22:17:09.192] | : . Packages after dropping 'base': [0] [22:17:09.193] | : . globals: [0] [22:17:09.193] | : . packages: [0] [22:17:09.194] | : getGlobalsAndPackages() ... done [22:17:09.194] | : run() for 'Future' () ... [22:17:09.195] | : . state: 'created' [22:17:09.195] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.196] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.196] | : . Using MultisessionFutureBackend ... [22:17:09.197] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:09.197] | : . ' Launching futures ... [22:17:09.198] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:09.199] | : . ' , ; Workers: [n=2] [22:17:09.199] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:09.201] | : . ' , ; FutureRegistry: 'workers-cd59e2f5919681e0161e3be902670676' [22:17:09.202] | : . ' , ; requestWorker() ... [22:17:09.202] | : . ' , ; ` requestNode() ... [22:17:09.203] | : . ' , ; ` | Number of workers: 2 [22:17:09.203] | : . ' , ; ` | Polling for a free worker ... [22:17:09.204] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.204] | : . ' , ; ` | : . Created empty registry 'workers-cd59e2f5919681e0161e3be902670676' [22:17:09.205] | : . ' , ; ` | : . Listing all futures [22:17:09.205] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.206] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.206] | : . ' , ; ` | : Total time: 0 [22:17:09.207] | : . ' , ; ` | Polling for a free worker ... done [22:17:09.207] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.208] | : . ' , ; ` | : Listing all futures [22:17:09.208] | : . ' , ; ` | : Number of registered futures: 0 [22:17:09.209] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.209] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:09.210] | : . ' , ; ` | Index of first available worker: 1 [22:17:09.210] | : . ' , ; ` | Validate that the worker is functional ... [22:17:09.211] | : . ' , ; ` | : Connection is valid [22:17:09.211] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 27160 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:29304') [22:17:09.213] | : . ' , ; ` | : Worker is functional [22:17:09.213] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.214] | : . ' , ; ` | : . Listing all futures [22:17:09.214] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.215] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.215] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:09.216] | : . ' , ; ` requestNode() ... done [22:17:09.216] | : . ' , ; ` cluster node index: 1 [22:17:09.217] | : . ' , ; requestWorker() ... done [22:17:09.217] | : . ' , ; eraseGlobalEnvironment() ... [22:17:09.218] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:09.219] | : . ' , ; launchFuture() ... [22:17:09.219] | : . ' , ; ` cluster node index: 1 [22:17:09.220] | : . ' , ; ` getFutureData() ... [22:17:09.220] | : . ' , ; ` | getFutureCore() ... [22:17:09.221] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:09.221] | : . ' , ; ` | getFutureCore() ... done [22:17:09.222] | : . ' , ; ` | getFutureCapture() ... [22:17:09.222] | : . ' , ; ` | getFutureCapture() ... done [22:17:09.223] | : . ' , ; ` | getFutureContext() ... [22:17:09.223] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.224] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:09.224] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.225] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:09.225] | : . ' , ; ` | getFutureContext() ... done [22:17:09.226] | : . ' , ; ` getFutureData() ... done [22:17:09.227] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... [22:17:09.227] | : . ' , ; ` | Appended future to position #1 [22:17:09.228] | : . ' , ; ` | Number of registered futures: 1 [22:17:09.228] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... done [22:17:09.229] | : . ' , ; launchFuture() ... done [22:17:09.229] | : . ' , ; MultisessionFuture started [22:17:09.230] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:09.230] | : . ' Launching futures ... done [22:17:09.231] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:09.232] | : . Using MultisessionFutureBackend ... done [22:17:09.233] | : run() for 'Future' () ... done [22:17:09.234] | future(..., label = NULL) ... done [22:17:09.235] | future(..., label = NULL) ... [22:17:09.236] | : lazy: FALSE [22:17:09.237] | : stdout: TRUE [22:17:09.237] | : conditions: [n=1] 'condition' [22:17:09.238] | : getGlobalsAndPackages() ... [22:17:09.240] | : . Searching for globals ... [22:17:09.245] | : . ' globals found: [1] '{' [22:17:09.246] | : . Searching for globals ... done [22:17:09.247] | : . Resolving globals: FALSE [22:17:09.248] | : . Search for packages associated with the globals ... [22:17:09.249] | : . ' Packages associated with globals: [1] 'base' [22:17:09.250] | : . ' Packages: [1] 'base' [22:17:09.251] | : . Search for packages associated with the globals ... done [22:17:09.251] | : . Packages after dropping 'base': [0] [22:17:09.252] | : . globals: [0] [22:17:09.253] | : . packages: [0] [22:17:09.254] | : getGlobalsAndPackages() ... done [22:17:09.255] | : run() for 'Future' () ... [22:17:09.256] | : . state: 'created' [22:17:09.257] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.257] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.258] | : . Using MultisessionFutureBackend ... [22:17:09.259] | : . ' Number of futures since start: 1 (1 created, 1 launched, 0 finished) [22:17:09.260] | : . ' Launching futures ... [22:17:09.261] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:09.261] | : . ' , ; Workers: [n=2] [22:17:09.262] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:09.265] | : . ' , ; FutureRegistry: 'workers-cd59e2f5919681e0161e3be902670676' [22:17:09.266] | : . ' , ; requestWorker() ... [22:17:09.267] | : . ' , ; ` requestNode() ... [22:17:09.268] | : . ' , ; ` | Number of workers: 2 [22:17:09.269] | : . ' , ; ` | Polling for a free worker ... [22:17:09.270] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.270] | : . ' , ; ` | : . Listing all futures [22:17:09.271] | : . ' , ; ` | : . Number of registered futures: 1 [22:17:09.272] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.273] | : . ' , ; ` | : Total time: 0 [22:17:09.274] | : . ' , ; ` | Polling for a free worker ... done [22:17:09.275] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.276] | : . ' , ; ` | : Listing all futures [22:17:09.276] | : . ' , ; ` | : Number of registered futures: 1 [22:17:09.277] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.278] | : . ' , ; ` | avail: [n=2] '2' [22:17:09.279] | : . ' , ; ` | Index of first available worker: 2 [22:17:09.280] | : . ' , ; ` | Validate that the worker is functional ... [22:17:09.281] | : . ' , ; ` | : Connection is valid [22:17:09.282] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 77680 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #5 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:29304') [22:17:09.284] | : . ' , ; ` | : Worker is functional [22:17:09.285] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.285] | : . ' , ; ` | : . Listing all futures [22:17:09.286] | : . ' , ; ` | : . Number of registered futures: 1 [22:17:09.286] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.287] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:09.287] | : . ' , ; ` requestNode() ... done [22:17:09.288] | : . ' , ; ` cluster node index: 2 [22:17:09.288] | : . ' , ; requestWorker() ... done [22:17:09.289] | : . ' , ; eraseGlobalEnvironment() ... [22:17:09.289] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:09.290] | : . ' , ; launchFuture() ... [22:17:09.291] | : . ' , ; ` cluster node index: 2 [22:17:09.291] | : . ' , ; ` getFutureData() ... [22:17:09.291] | : . ' , ; ` | getFutureCore() ... [22:17:09.292] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:09.292] | : . ' , ; ` | getFutureCore() ... done [22:17:09.293] | : . ' , ; ` | getFutureCapture() ... [22:17:09.294] | : . ' , ; ` | getFutureCapture() ... done [22:17:09.294] | : . ' , ; ` | getFutureContext() ... [22:17:09.295] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.295] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:09.296] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.296] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:09.297] | : . ' , ; ` | getFutureContext() ... done [22:17:09.297] | : . ' , ; ` getFutureData() ... done [22:17:09.298] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... [22:17:09.298] | : . ' , ; ` | Appended future to position #2 [22:17:09.299] | : . ' , ; ` | Number of registered futures: 2 [22:17:09.299] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... done [22:17:09.300] | : . ' , ; launchFuture() ... done [22:17:09.300] | : . ' , ; MultisessionFuture started [22:17:09.301] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:09.301] | : . ' Launching futures ... done [22:17:09.302] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:09.302] | : . Using MultisessionFutureBackend ... done [22:17:09.303] | : run() for 'Future' () ... done [22:17:09.303] | future(..., label = NULL) ... done [22:17:09.304] | value() for MultisessionFuture () ... [22:17:09.305] | : result() for ClusterFuture ... [22:17:09.305] | : . assertValidConnection() ... [22:17:09.306] | : . ' cluster node index: 1 [22:17:09.307] | : . assertValidConnection() ... done [22:17:09.308] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:09.308] | : . ' cluster node index: 1 [22:17:09.309] | : . ' [1] TRUE [22:17:09.310] | : . ' Received data: [22:17:09.310] | : . ' List of 5 [22:17:09.310] | : . ' $ type : chr "VALUE" [22:17:09.310] | : . ' $ value :List of 16 [22:17:09.310] | : . ' ..$ value : num 2 [22:17:09.310] | : . ' ..$ visible : logi TRUE [22:17:09.310] | : . ' ..$ stdout : chr "" [22:17:09.310] | : . ' ..$ conditions : list() [22:17:09.310] | : . ' ..$ rng : logi FALSE [22:17:09.310] | : . ' ..$ seed : NULL [22:17:09.310] | : . ' ..$ misuseGlobalEnv : NULL [22:17:09.310] | : . ' ..$ misuseConnections :List of 3 [22:17:09.310] | : . ' .. ..$ added : NULL [22:17:09.310] | : . ' .. ..$ removed : NULL [22:17:09.310] | : . ' .. ..$ replaced: NULL [22:17:09.310] | : . ' ..$ misuseDevices : NULL [22:17:09.310] | : . ' ..$ misuseDefaultDevice: list() [22:17:09.310] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.310] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.310] | : . ' ..$ uuid : chr [1:2] "090f17dedd60f0362d9e963d5d479aed" "9" [22:17:09.310] | : . ' ..$ session_uuid : chr "d727d083e9d592da0261da88e65b34be" [22:17:09.310] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:09.310] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:09.310] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:09.310] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:09.310] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:09.310] | : . ' .. .. ..$ pid : int 27160 [22:17:09.310] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.310] | : . ' .. .. ..$ random: int 2147483647 [22:17:09.310] | : . ' ..$ r_info :List of 4 [22:17:09.310] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:09.310] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:09.310] | : . ' .. ..$ os : chr "windows" [22:17:09.310] | : . ' .. ..$ os_name : chr "Windows" [22:17:09.310] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:09.310] | : . ' ..$ version : chr "1.8" [22:17:09.310] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:09.310] | : . ' $ success: logi TRUE [22:17:09.310] | : . ' $ time : 'proc_time' Named num [1:5] 0.08 0.01 0.09 NA NA [22:17:09.310] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:09.310] | : . ' $ tag : NULL [22:17:09.326] | : . ' Received FutureResult [22:17:09.326] | : . ' FutureResult: [22:17:09.326] | : . ' value: 'numeric' [22:17:09.326] | : . ' visible: TRUE [22:17:09.326] | : . ' stdout: character [22:17:09.326] | : . ' conditions: [n = 0] [22:17:09.326] | : . ' RNG used: FALSE [22:17:09.326] | : . ' duration: 0.0799861 secs (started 2026-03-13 22:17:09.228386) [22:17:09.326] | : . ' version: 1.8 [22:17:09.328] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... [22:17:09.328] | : . ' , Removed future from position #1 [22:17:09.329] | : . ' , Number of registered futures: 1 [22:17:09.329] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... done [22:17:09.330] | : . ' Erased future from future backend [22:17:09.330] | : . ' result() for ClusterFuture ... [22:17:09.331] | : . ' , result already collected: FutureResult [22:17:09.331] | : . ' result() for ClusterFuture ... done [22:17:09.332] | : . ' signalConditions() ... [22:17:09.332] | : . ' , include = 'immediateCondition' [22:17:09.333] | : . ' , exclude = [22:17:09.333] | : . ' , resignal = FALSE [22:17:09.334] | : . ' , Number of conditions: 0 [22:17:09.334] | : . ' , int 0 [22:17:09.335] | : . ' signalConditions() ... done [22:17:09.336] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:09.336] | : result() for ClusterFuture ... done [22:17:09.337] | : result() for ClusterFuture ... [22:17:09.337] | : . result already collected: FutureResult [22:17:09.338] | : result() for ClusterFuture ... done [22:17:09.338] | : signalConditions() ... [22:17:09.339] | : . include = 'immediateCondition' [22:17:09.339] | : . exclude = [22:17:09.340] | : . resignal = FALSE [22:17:09.340] | : . Number of conditions: 0 [22:17:09.341] | : . int 0 [22:17:09.342] | : signalConditions() ... done [22:17:09.342] | : relay stdout ... [22:17:09.343] | : relay stdout ... done [22:17:09.343] | : check for misuse ... [22:17:09.344] | : check for misuse ... done [22:17:09.344] | value() for MultisessionFuture () ... done u$a = 2 [22:17:09.345] | value() for MultisessionFuture () ... [22:17:09.345] | : result() for ClusterFuture ... [22:17:09.346] | : . assertValidConnection() ... [22:17:09.346] | : . ' cluster node index: 2 [22:17:09.347] | : . assertValidConnection() ... done [22:17:09.348] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:09.348] | : . ' cluster node index: 2 [22:17:09.363] | : . ' [1] TRUE [22:17:09.363] | : . ' Received data: [22:17:09.364] | : . ' List of 5 [22:17:09.364] | : . ' $ type : chr "VALUE" [22:17:09.364] | : . ' $ value :List of 16 [22:17:09.364] | : . ' ..$ value : num 4 [22:17:09.364] | : . ' ..$ visible : logi TRUE [22:17:09.364] | : . ' ..$ stdout : chr "" [22:17:09.364] | : . ' ..$ conditions : list() [22:17:09.364] | : . ' ..$ rng : logi FALSE [22:17:09.364] | : . ' ..$ seed : NULL [22:17:09.364] | : . ' ..$ misuseGlobalEnv : NULL [22:17:09.364] | : . ' ..$ misuseConnections :List of 3 [22:17:09.364] | : . ' .. ..$ added : NULL [22:17:09.364] | : . ' .. ..$ removed : NULL [22:17:09.364] | : . ' .. ..$ replaced: NULL [22:17:09.364] | : . ' ..$ misuseDevices : NULL [22:17:09.364] | : . ' ..$ misuseDefaultDevice: list() [22:17:09.364] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.364] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.364] | : . ' ..$ uuid : chr [1:2] "090f17dedd60f0362d9e963d5d479aed" "10" [22:17:09.364] | : . ' ..$ session_uuid : chr "1ea6126f84028c0659a679bc85dd8a66" [22:17:09.364] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:09.364] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:09.364] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:09.364] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:09.364] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:09.364] | : . ' .. .. ..$ pid : int 77680 [22:17:09.364] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.364] | : . ' .. .. ..$ random: int 2147483647 [22:17:09.364] | : . ' ..$ r_info :List of 4 [22:17:09.364] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:09.364] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:09.364] | : . ' .. ..$ os : chr "windows" [22:17:09.364] | : . ' .. ..$ os_name : chr "Windows" [22:17:09.364] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:09.364] | : . ' ..$ version : chr "1.8" [22:17:09.364] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:09.364] | : . ' $ success: logi TRUE [22:17:09.364] | : . ' $ time : 'proc_time' Named num [1:5] 0.07 0 0.07 NA NA [22:17:09.364] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:09.364] | : . ' $ tag : NULL [22:17:09.381] | : . ' Received FutureResult [22:17:09.382] | : . ' FutureResult: [22:17:09.382] | : . ' value: 'numeric' [22:17:09.382] | : . ' visible: TRUE [22:17:09.382] | : . ' stdout: character [22:17:09.382] | : . ' conditions: [n = 0] [22:17:09.382] | : . ' RNG used: FALSE [22:17:09.382] | : . ' duration: 0.06191301 secs (started 2026-03-13 22:17:09.299938) [22:17:09.382] | : . ' version: 1.8 [22:17:09.383] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... [22:17:09.384] | : . ' , Removed future from position #1 [22:17:09.384] | : . ' , Number of registered futures: 0 [22:17:09.385] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... done [22:17:09.385] | : . ' Erased future from future backend [22:17:09.386] | : . ' result() for ClusterFuture ... [22:17:09.386] | : . ' , result already collected: FutureResult [22:17:09.387] | : . ' result() for ClusterFuture ... done [22:17:09.387] | : . ' signalConditions() ... [22:17:09.388] | : . ' , include = 'immediateCondition' [22:17:09.388] | : . ' , exclude = [22:17:09.389] | : . ' , resignal = FALSE [22:17:09.389] | : . ' , Number of conditions: 0 [22:17:09.390] | : . ' , int 0 [22:17:09.391] | : . ' signalConditions() ... done [22:17:09.391] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:09.392] | : result() for ClusterFuture ... done [22:17:09.392] | : result() for ClusterFuture ... [22:17:09.393] | : . result already collected: FutureResult [22:17:09.393] | : result() for ClusterFuture ... done [22:17:09.394] | : signalConditions() ... [22:17:09.394] | : . include = 'immediateCondition' [22:17:09.395] | : . exclude = [22:17:09.395] | : . resignal = FALSE [22:17:09.396] | : . Number of conditions: 0 [22:17:09.396] | : . int 0 [22:17:09.397] | : signalConditions() ... done [22:17:09.397] | : relay stdout ... [22:17:09.398] | : relay stdout ... done [22:17:09.398] | : check for misuse ... [22:17:09.399] | : check for misuse ... done [22:17:09.399] | value() for MultisessionFuture () ... done v$a = 4 [22:17:09.400] | future(..., label = NULL) ... [22:17:09.400] | : lazy: FALSE [22:17:09.401] | : stdout: TRUE [22:17:09.401] | : conditions: [n=1] 'condition' [22:17:09.402] | : getGlobalsAndPackages() ... [22:17:09.402] | : . Searching for globals ... [22:17:09.409] | : . ' globals found: [3] '{', '*', 'a' [22:17:09.410] | : . Searching for globals ... done [22:17:09.410] | : . Resolving globals: FALSE [22:17:09.411] | : . Search for packages associated with the globals ... [22:17:09.412] | : . ' Packages associated with globals: [1] 'base' [22:17:09.412] | : . ' Packages: [1] 'base' [22:17:09.413] | : . Search for packages associated with the globals ... done [22:17:09.413] | : . Packages after dropping 'base': [0] [22:17:09.414] | : . globals: [1] 'a' [22:17:09.414] | : . packages: [0] [22:17:09.415] | : getGlobalsAndPackages() ... done [22:17:09.415] | : run() for 'Future' () ... [22:17:09.416] | : . state: 'created' [22:17:09.416] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.417] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.417] | : . Using MultisessionFutureBackend ... [22:17:09.418] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:17:09.419] | : . ' Launching futures ... [22:17:09.419] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:09.420] | : . ' , ; Workers: [n=2] [22:17:09.420] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:09.422] | : . ' , ; FutureRegistry: 'workers-cd59e2f5919681e0161e3be902670676' [22:17:09.423] | : . ' , ; requestWorker() ... [22:17:09.423] | : . ' , ; ` requestNode() ... [22:17:09.424] | : . ' , ; ` | Number of workers: 2 [22:17:09.424] | : . ' , ; ` | Polling for a free worker ... [22:17:09.425] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.425] | : . ' , ; ` | : . Listing all futures [22:17:09.426] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.426] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.427] | : . ' , ; ` | : Total time: 0 [22:17:09.427] | : . ' , ; ` | Polling for a free worker ... done [22:17:09.428] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.428] | : . ' , ; ` | : Listing all futures [22:17:09.429] | : . ' , ; ` | : Number of registered futures: 0 [22:17:09.429] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.430] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:09.430] | : . ' , ; ` | Index of first available worker: 1 [22:17:09.431] | : . ' , ; ` | Validate that the worker is functional ... [22:17:09.431] | : . ' , ; ` | : Connection is valid [22:17:09.432] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 27160 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:29304') [22:17:09.433] | : . ' , ; ` | : Worker is functional [22:17:09.434] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.434] | : . ' , ; ` | : . Listing all futures [22:17:09.435] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.435] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.436] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:09.436] | : . ' , ; ` requestNode() ... done [22:17:09.437] | : . ' , ; ` cluster node index: 1 [22:17:09.437] | : . ' , ; requestWorker() ... done [22:17:09.438] | : . ' , ; eraseGlobalEnvironment() ... [22:17:09.439] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:09.439] | : . ' , ; launchFuture() ... [22:17:09.440] | : . ' , ; ` cluster node index: 1 [22:17:09.440] | : . ' , ; ` getFutureData() ... [22:17:09.441] | : . ' , ; ` | getFutureCore() ... [22:17:09.441] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:09.441] | : . ' , ; ` | getFutureCore() ... done [22:17:09.442] | : . ' , ; ` | getFutureCapture() ... [22:17:09.442] | : . ' , ; ` | getFutureCapture() ... done [22:17:09.443] | : . ' , ; ` | getFutureContext() ... [22:17:09.443] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.444] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:09.444] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.445] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:09.445] | : . ' , ; ` | getFutureContext() ... done [22:17:09.446] | : . ' , ; ` getFutureData() ... done [22:17:09.447] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... [22:17:09.447] | : . ' , ; ` | Appended future to position #1 [22:17:09.448] | : . ' , ; ` | Number of registered futures: 1 [22:17:09.448] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... done [22:17:09.449] | : . ' , ; launchFuture() ... done [22:17:09.449] | : . ' , ; MultisessionFuture started [22:17:09.450] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:09.450] | : . ' Launching futures ... done [22:17:09.451] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:09.451] | : . Using MultisessionFutureBackend ... done [22:17:09.452] | : run() for 'Future' () ... done [22:17:09.452] | future(..., label = NULL) ... done [22:17:09.453] | value() for MultisessionFuture () ... [22:17:09.453] | : result() for ClusterFuture ... [22:17:09.454] | : . assertValidConnection() ... [22:17:09.454] | : . ' cluster node index: 1 [22:17:09.455] | : . assertValidConnection() ... done [22:17:09.456] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:09.456] | : . ' cluster node index: 1 [22:17:09.457] | : . ' [1] TRUE [22:17:09.457] | : . ' Received data: [22:17:09.458] | : . ' List of 5 [22:17:09.458] | : . ' $ type : chr "VALUE" [22:17:09.458] | : . ' $ value :List of 16 [22:17:09.458] | : . ' ..$ value : num 2 [22:17:09.458] | : . ' ..$ visible : logi TRUE [22:17:09.458] | : . ' ..$ stdout : chr "" [22:17:09.458] | : . ' ..$ conditions : list() [22:17:09.458] | : . ' ..$ rng : logi FALSE [22:17:09.458] | : . ' ..$ seed : NULL [22:17:09.458] | : . ' ..$ misuseGlobalEnv : NULL [22:17:09.458] | : . ' ..$ misuseConnections :List of 3 [22:17:09.458] | : . ' .. ..$ added : NULL [22:17:09.458] | : . ' .. ..$ removed : NULL [22:17:09.458] | : . ' .. ..$ replaced: NULL [22:17:09.458] | : . ' ..$ misuseDevices : NULL [22:17:09.458] | : . ' ..$ misuseDefaultDevice: list() [22:17:09.458] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.458] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.458] | : . ' ..$ uuid : chr [1:2] "090f17dedd60f0362d9e963d5d479aed" "11" [22:17:09.458] | : . ' ..$ session_uuid : chr "d727d083e9d592da0261da88e65b34be" [22:17:09.458] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:09.458] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:09.458] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:09.458] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:09.458] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:09.458] | : . ' .. .. ..$ pid : int 27160 [22:17:09.458] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.458] | : . ' .. .. ..$ random: int 2147483647 [22:17:09.458] | : . ' ..$ r_info :List of 4 [22:17:09.458] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:09.458] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:09.458] | : . ' .. ..$ os : chr "windows" [22:17:09.458] | : . ' .. ..$ os_name : chr "Windows" [22:17:09.458] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:09.458] | : . ' ..$ version : chr "1.8" [22:17:09.458] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:09.458] | : . ' $ success: logi TRUE [22:17:09.458] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [22:17:09.458] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:09.458] | : . ' $ tag : NULL [22:17:09.472] | : . ' Received FutureResult [22:17:09.473] | : . ' FutureResult: [22:17:09.473] | : . ' value: 'numeric' [22:17:09.473] | : . ' visible: TRUE [22:17:09.473] | : . ' stdout: character [22:17:09.473] | : . ' conditions: [n = 0] [22:17:09.473] | : . ' RNG used: FALSE [22:17:09.473] | : . ' duration: 0.003702164 secs (started 2026-03-13 22:17:09.447383) [22:17:09.473] | : . ' version: 1.8 [22:17:09.474] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... [22:17:09.475] | : . ' , Removed future from position #1 [22:17:09.475] | : . ' , Number of registered futures: 0 [22:17:09.476] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... done [22:17:09.476] | : . ' Erased future from future backend [22:17:09.477] | : . ' result() for ClusterFuture ... [22:17:09.477] | : . ' , result already collected: FutureResult [22:17:09.478] | : . ' result() for ClusterFuture ... done [22:17:09.478] | : . ' signalConditions() ... [22:17:09.479] | : . ' , include = 'immediateCondition' [22:17:09.479] | : . ' , exclude = [22:17:09.480] | : . ' , resignal = FALSE [22:17:09.480] | : . ' , Number of conditions: 0 [22:17:09.481] | : . ' , int 0 [22:17:09.481] | : . ' signalConditions() ... done [22:17:09.482] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:09.483] | : result() for ClusterFuture ... done [22:17:09.483] | : result() for ClusterFuture ... [22:17:09.484] | : . result already collected: FutureResult [22:17:09.484] | : result() for ClusterFuture ... done [22:17:09.484] | : signalConditions() ... [22:17:09.485] | : . include = 'immediateCondition' [22:17:09.485] | : . exclude = [22:17:09.486] | : . resignal = FALSE [22:17:09.486] | : . Number of conditions: 0 [22:17:09.487] | : . int 0 [22:17:09.488] | : signalConditions() ... done [22:17:09.488] | : relay stdout ... [22:17:09.489] | : relay stdout ... done [22:17:09.489] | : check for misuse ... [22:17:09.490] | : check for misuse ... done [22:17:09.490] | value() for MultisessionFuture () ... done [22:17:09.491] | future(..., label = NULL) ... [22:17:09.491] | : lazy: FALSE [22:17:09.492] | : stdout: TRUE [22:17:09.492] | : conditions: [n=1] 'condition' [22:17:09.493] | : getGlobalsAndPackages() ... [22:17:09.493] | : . Searching for globals ... [22:17:09.499] | : . ' globals found: [3] '{', '*', 'a' [22:17:09.500] | : . Searching for globals ... done [22:17:09.501] | : . Resolving globals: FALSE [22:17:09.501] | : . Search for packages associated with the globals ... [22:17:09.502] | : . ' Packages associated with globals: [1] 'base' [22:17:09.502] | : . ' Packages: [1] 'base' [22:17:09.503] | : . Search for packages associated with the globals ... done [22:17:09.503] | : . Packages after dropping 'base': [0] [22:17:09.504] | : . globals: [1] 'a' [22:17:09.504] | : . packages: [0] [22:17:09.505] | : getGlobalsAndPackages() ... done [22:17:09.506] | : run() for 'Future' () ... [22:17:09.506] | : . state: 'created' [22:17:09.507] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.507] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.508] | : . Using MultisessionFutureBackend ... [22:17:09.508] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:17:09.509] | : . ' Launching futures ... [22:17:09.509] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:09.510] | : . ' , ; Workers: [n=2] [22:17:09.510] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:09.512] | : . ' , ; FutureRegistry: 'workers-cd59e2f5919681e0161e3be902670676' [22:17:09.513] | : . ' , ; requestWorker() ... [22:17:09.513] | : . ' , ; ` requestNode() ... [22:17:09.514] | : . ' , ; ` | Number of workers: 2 [22:17:09.514] | : . ' , ; ` | Polling for a free worker ... [22:17:09.515] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.515] | : . ' , ; ` | : . Listing all futures [22:17:09.516] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.516] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.517] | : . ' , ; ` | : Total time: 0 [22:17:09.517] | : . ' , ; ` | Polling for a free worker ... done [22:17:09.518] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.518] | : . ' , ; ` | : Listing all futures [22:17:09.519] | : . ' , ; ` | : Number of registered futures: 0 [22:17:09.519] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.520] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:09.520] | : . ' , ; ` | Index of first available worker: 1 [22:17:09.521] | : . ' , ; ` | Validate that the worker is functional ... [22:17:09.521] | : . ' , ; ` | : Connection is valid [22:17:09.522] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 27160 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:29304') [22:17:09.523] | : . ' , ; ` | : Worker is functional [22:17:09.524] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.524] | : . ' , ; ` | : . Listing all futures [22:17:09.525] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.525] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.526] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:09.526] | : . ' , ; ` requestNode() ... done [22:17:09.527] | : . ' , ; ` cluster node index: 1 [22:17:09.527] | : . ' , ; requestWorker() ... done [22:17:09.528] | : . ' , ; eraseGlobalEnvironment() ... [22:17:09.528] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:09.529] | : . ' , ; launchFuture() ... [22:17:09.530] | : . ' , ; ` cluster node index: 1 [22:17:09.530] | : . ' , ; ` getFutureData() ... [22:17:09.530] | : . ' , ; ` | getFutureCore() ... [22:17:09.531] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:09.531] | : . ' , ; ` | getFutureCore() ... done [22:17:09.532] | : . ' , ; ` | getFutureCapture() ... [22:17:09.532] | : . ' , ; ` | getFutureCapture() ... done [22:17:09.533] | : . ' , ; ` | getFutureContext() ... [22:17:09.533] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.534] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:09.534] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.535] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:09.536] | : . ' , ; ` | getFutureContext() ... done [22:17:09.536] | : . ' , ; ` getFutureData() ... done [22:17:09.537] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... [22:17:09.537] | : . ' , ; ` | Appended future to position #1 [22:17:09.538] | : . ' , ; ` | Number of registered futures: 1 [22:17:09.538] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... done [22:17:09.539] | : . ' , ; launchFuture() ... done [22:17:09.539] | : . ' , ; MultisessionFuture started [22:17:09.540] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:09.540] | : . ' Launching futures ... done [22:17:09.541] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:09.541] | : . Using MultisessionFutureBackend ... done [22:17:09.542] | : run() for 'Future' () ... done [22:17:09.542] | future(..., label = NULL) ... done [22:17:09.543] | value() for MultisessionFuture () ... [22:17:09.543] | : result() for ClusterFuture ... [22:17:09.544] | : . assertValidConnection() ... [22:17:09.544] | : . ' cluster node index: 1 [22:17:09.545] | : . assertValidConnection() ... done [22:17:09.547] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:09.548] | : . ' cluster node index: 1 [22:17:09.548] | : . ' [1] TRUE [22:17:09.549] | : . ' Received data: [22:17:09.550] | : . ' List of 5 [22:17:09.550] | : . ' $ type : chr "VALUE" [22:17:09.550] | : . ' $ value :List of 16 [22:17:09.550] | : . ' ..$ value : num 2 [22:17:09.550] | : . ' ..$ visible : logi TRUE [22:17:09.550] | : . ' ..$ stdout : chr "" [22:17:09.550] | : . ' ..$ conditions : list() [22:17:09.550] | : . ' ..$ rng : logi FALSE [22:17:09.550] | : . ' ..$ seed : NULL [22:17:09.550] | : . ' ..$ misuseGlobalEnv : NULL [22:17:09.550] | : . ' ..$ misuseConnections :List of 3 [22:17:09.550] | : . ' .. ..$ added : NULL [22:17:09.550] | : . ' .. ..$ removed : NULL [22:17:09.550] | : . ' .. ..$ replaced: NULL [22:17:09.550] | : . ' ..$ misuseDevices : NULL [22:17:09.550] | : . ' ..$ misuseDefaultDevice: list() [22:17:09.550] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.550] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.550] | : . ' ..$ uuid : chr [1:2] "090f17dedd60f0362d9e963d5d479aed" "12" [22:17:09.550] | : . ' ..$ session_uuid : chr "d727d083e9d592da0261da88e65b34be" [22:17:09.550] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:09.550] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:09.550] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:09.550] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:09.550] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:09.550] | : . ' .. .. ..$ pid : int 27160 [22:17:09.550] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.550] | : . ' .. .. ..$ random: int 2147483647 [22:17:09.550] | : . ' ..$ r_info :List of 4 [22:17:09.550] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:09.550] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:09.550] | : . ' .. ..$ os : chr "windows" [22:17:09.550] | : . ' .. ..$ os_name : chr "Windows" [22:17:09.550] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:09.550] | : . ' ..$ version : chr "1.8" [22:17:09.550] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:09.550] | : . ' $ success: logi TRUE [22:17:09.550] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:09.550] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:09.550] | : . ' $ tag : NULL [22:17:09.564] | : . ' Received FutureResult [22:17:09.565] | : . ' FutureResult: [22:17:09.565] | : . ' value: 'numeric' [22:17:09.565] | : . ' visible: TRUE [22:17:09.565] | : . ' stdout: character [22:17:09.565] | : . ' conditions: [n = 0] [22:17:09.565] | : . ' RNG used: FALSE [22:17:09.565] | : . ' duration: 0.003166914 secs (started 2026-03-13 22:17:09.53738) [22:17:09.565] | : . ' version: 1.8 [22:17:09.566] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... [22:17:09.566] | : . ' , Removed future from position #1 [22:17:09.567] | : . ' , Number of registered futures: 0 [22:17:09.567] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... done [22:17:09.568] | : . ' Erased future from future backend [22:17:09.568] | : . ' result() for ClusterFuture ... [22:17:09.569] | : . ' , result already collected: FutureResult [22:17:09.569] | : . ' result() for ClusterFuture ... done [22:17:09.570] | : . ' signalConditions() ... [22:17:09.570] | : . ' , include = 'immediateCondition' [22:17:09.571] | : . ' , exclude = [22:17:09.571] | : . ' , resignal = FALSE [22:17:09.572] | : . ' , Number of conditions: 0 [22:17:09.572] | : . ' , int 0 [22:17:09.573] | : . ' signalConditions() ... done [22:17:09.574] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:09.574] | : result() for ClusterFuture ... done [22:17:09.575] | : result() for ClusterFuture ... [22:17:09.575] | : . result already collected: FutureResult [22:17:09.576] | : result() for ClusterFuture ... done [22:17:09.576] | : signalConditions() ... [22:17:09.577] | : . include = 'immediateCondition' [22:17:09.577] | : . exclude = [22:17:09.578] | : . resignal = FALSE [22:17:09.578] | : . Number of conditions: 0 [22:17:09.579] | : . int 0 [22:17:09.579] | : signalConditions() ... done [22:17:09.580] | : relay stdout ... [22:17:09.580] | : relay stdout ... done [22:17:09.581] | : check for misuse ... [22:17:09.581] | : check for misuse ... done [22:17:09.582] | value() for MultisessionFuture () ... done [22:17:09.583] | future(..., label = NULL) ... [22:17:09.583] | : lazy: FALSE [22:17:09.583] | : stdout: TRUE [22:17:09.584] | : conditions: [n=1] 'condition' [22:17:09.585] | : getGlobalsAndPackages() ... [22:17:09.585] | : . Searching for globals ... [22:17:09.591] | : . ' globals found: [3] '{', '*', 'a' [22:17:09.592] | : . Searching for globals ... done [22:17:09.592] | : . Resolving globals: FALSE [22:17:09.593] | : . Search for packages associated with the globals ... [22:17:09.593] | : . ' Packages associated with globals: [1] 'base' [22:17:09.594] | : . ' Packages: [1] 'base' [22:17:09.595] | : . Search for packages associated with the globals ... done [22:17:09.595] | : . Packages after dropping 'base': [0] [22:17:09.596] | : . globals: [1] 'a' [22:17:09.596] | : . packages: [0] [22:17:09.597] | : getGlobalsAndPackages() ... done [22:17:09.597] | : run() for 'Future' () ... [22:17:09.598] | : . state: 'created' [22:17:09.598] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.599] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.599] | : . Using MultisessionFutureBackend ... [22:17:09.600] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [22:17:09.600] | : . ' Launching futures ... [22:17:09.601] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:09.601] | : . ' , ; Workers: [n=2] [22:17:09.602] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:09.604] | : . ' , ; FutureRegistry: 'workers-cd59e2f5919681e0161e3be902670676' [22:17:09.604] | : . ' , ; requestWorker() ... [22:17:09.605] | : . ' , ; ` requestNode() ... [22:17:09.606] | : . ' , ; ` | Number of workers: 2 [22:17:09.606] | : . ' , ; ` | Polling for a free worker ... [22:17:09.607] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.607] | : . ' , ; ` | : . Listing all futures [22:17:09.607] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.608] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.608] | : . ' , ; ` | : Total time: 0 [22:17:09.609] | : . ' , ; ` | Polling for a free worker ... done [22:17:09.609] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.610] | : . ' , ; ` | : Listing all futures [22:17:09.610] | : . ' , ; ` | : Number of registered futures: 0 [22:17:09.611] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.611] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:09.612] | : . ' , ; ` | Index of first available worker: 1 [22:17:09.612] | : . ' , ; ` | Validate that the worker is functional ... [22:17:09.613] | : . ' , ; ` | : Connection is valid [22:17:09.613] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 27160 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:29304') [22:17:09.615] | : . ' , ; ` | : Worker is functional [22:17:09.615] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.616] | : . ' , ; ` | : . Listing all futures [22:17:09.616] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.617] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.617] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:09.618] | : . ' , ; ` requestNode() ... done [22:17:09.618] | : . ' , ; ` cluster node index: 1 [22:17:09.619] | : . ' , ; requestWorker() ... done [22:17:09.619] | : . ' , ; eraseGlobalEnvironment() ... [22:17:09.620] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:09.621] | : . ' , ; launchFuture() ... [22:17:09.621] | : . ' , ; ` cluster node index: 1 [22:17:09.622] | : . ' , ; ` getFutureData() ... [22:17:09.622] | : . ' , ; ` | getFutureCore() ... [22:17:09.623] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:09.623] | : . ' , ; ` | getFutureCore() ... done [22:17:09.624] | : . ' , ; ` | getFutureCapture() ... [22:17:09.624] | : . ' , ; ` | getFutureCapture() ... done [22:17:09.625] | : . ' , ; ` | getFutureContext() ... [22:17:09.625] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.626] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:09.626] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.627] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:09.627] | : . ' , ; ` | getFutureContext() ... done [22:17:09.628] | : . ' , ; ` getFutureData() ... done [22:17:09.628] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... [22:17:09.629] | : . ' , ; ` | Appended future to position #1 [22:17:09.629] | : . ' , ; ` | Number of registered futures: 1 [22:17:09.630] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... done [22:17:09.630] | : . ' , ; launchFuture() ... done [22:17:09.631] | : . ' , ; MultisessionFuture started [22:17:09.631] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:09.632] | : . ' Launching futures ... done [22:17:09.632] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:09.633] | : . Using MultisessionFutureBackend ... done [22:17:09.633] | : run() for 'Future' () ... done [22:17:09.634] | future(..., label = NULL) ... done [22:17:09.634] | value() for MultisessionFuture () ... [22:17:09.635] | : result() for ClusterFuture ... [22:17:09.635] | : . assertValidConnection() ... [22:17:09.636] | : . ' cluster node index: 1 [22:17:09.637] | : . assertValidConnection() ... done [22:17:09.637] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:09.638] | : . ' cluster node index: 1 [22:17:09.638] | : . ' [1] TRUE [22:17:09.639] | : . ' Received data: [22:17:09.639] | : . ' List of 5 [22:17:09.639] | : . ' $ type : chr "VALUE" [22:17:09.639] | : . ' $ value :List of 16 [22:17:09.639] | : . ' ..$ value : num 2 [22:17:09.639] | : . ' ..$ visible : logi TRUE [22:17:09.639] | : . ' ..$ stdout : chr "" [22:17:09.639] | : . ' ..$ conditions : list() [22:17:09.639] | : . ' ..$ rng : logi FALSE [22:17:09.639] | : . ' ..$ seed : NULL [22:17:09.639] | : . ' ..$ misuseGlobalEnv : NULL [22:17:09.639] | : . ' ..$ misuseConnections :List of 3 [22:17:09.639] | : . ' .. ..$ added : NULL [22:17:09.639] | : . ' .. ..$ removed : NULL [22:17:09.639] | : . ' .. ..$ replaced: NULL [22:17:09.639] | : . ' ..$ misuseDevices : NULL [22:17:09.639] | : . ' ..$ misuseDefaultDevice: list() [22:17:09.639] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.639] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.639] | : . ' ..$ uuid : chr [1:2] "090f17dedd60f0362d9e963d5d479aed" "13" [22:17:09.639] | : . ' ..$ session_uuid : chr "d727d083e9d592da0261da88e65b34be" [22:17:09.639] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:09.639] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:09.639] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:09.639] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:09.639] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:09.639] | : . ' .. .. ..$ pid : int 27160 [22:17:09.639] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.639] | : . ' .. .. ..$ random: int 2147483647 [22:17:09.639] | : . ' ..$ r_info :List of 4 [22:17:09.639] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:09.639] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:09.639] | : . ' .. ..$ os : chr "windows" [22:17:09.639] | : . ' .. ..$ os_name : chr "Windows" [22:17:09.639] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:09.639] | : . ' ..$ version : chr "1.8" [22:17:09.639] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:09.639] | : . ' $ success: logi TRUE [22:17:09.639] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:09.639] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:09.639] | : . ' $ tag : NULL [22:17:09.654] | : . ' Received FutureResult [22:17:09.654] | : . ' FutureResult: [22:17:09.654] | : . ' value: 'numeric' [22:17:09.654] | : . ' visible: TRUE [22:17:09.654] | : . ' stdout: character [22:17:09.654] | : . ' conditions: [n = 0] [22:17:09.654] | : . ' RNG used: FALSE [22:17:09.654] | : . ' duration: 0.003093004 secs (started 2026-03-13 22:17:09.629043) [22:17:09.654] | : . ' version: 1.8 [22:17:09.656] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... [22:17:09.656] | : . ' , Removed future from position #1 [22:17:09.657] | : . ' , Number of registered futures: 0 [22:17:09.657] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... done [22:17:09.658] | : . ' Erased future from future backend [22:17:09.658] | : . ' result() for ClusterFuture ... [22:17:09.659] | : . ' , result already collected: FutureResult [22:17:09.659] | : . ' result() for ClusterFuture ... done [22:17:09.660] | : . ' signalConditions() ... [22:17:09.660] | : . ' , include = 'immediateCondition' [22:17:09.661] | : . ' , exclude = [22:17:09.661] | : . ' , resignal = FALSE [22:17:09.662] | : . ' , Number of conditions: 0 [22:17:09.662] | : . ' , int 0 [22:17:09.663] | : . ' signalConditions() ... done [22:17:09.663] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:09.664] | : result() for ClusterFuture ... done [22:17:09.664] | : result() for ClusterFuture ... [22:17:09.665] | : . result already collected: FutureResult [22:17:09.665] | : result() for ClusterFuture ... done [22:17:09.666] | : signalConditions() ... [22:17:09.666] | : . include = 'immediateCondition' [22:17:09.667] | : . exclude = [22:17:09.667] | : . resignal = FALSE [22:17:09.668] | : . Number of conditions: 0 [22:17:09.668] | : . int 0 [22:17:09.669] | : signalConditions() ... done [22:17:09.670] | : relay stdout ... [22:17:09.670] | : relay stdout ... done [22:17:09.671] | : check for misuse ... [22:17:09.671] | : check for misuse ... done [22:17:09.672] | value() for MultisessionFuture () ... done [22:17:09.672] | future(..., label = NULL) ... [22:17:09.673] | : lazy: TRUE [22:17:09.673] | : stdout: TRUE [22:17:09.674] | : conditions: [n=1] 'condition' [22:17:09.674] | : getGlobalsAndPackages() ... [22:17:09.675] | : . Searching for globals ... [22:17:09.681] | : . ' globals found: [3] '{', '*', 'a' [22:17:09.682] | : . Searching for globals ... done [22:17:09.682] | : . Resolving globals: FALSE [22:17:09.683] | : . Search for packages associated with the globals ... [22:17:09.683] | : . ' Packages associated with globals: [1] 'base' [22:17:09.684] | : . ' Packages: [1] 'base' [22:17:09.684] | : . Search for packages associated with the globals ... done [22:17:09.685] | : . Packages after dropping 'base': [0] [22:17:09.685] | : . globals: [1] 'a' [22:17:09.686] | : . packages: [0] [22:17:09.686] | : getGlobalsAndPackages() ... done [22:17:09.687] | future(..., label = NULL) ... done [22:17:09.688] | value() for Future () ... [22:17:09.688] | : run() for 'Future' () ... [22:17:09.689] | : . state: 'created' [22:17:09.689] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.690] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.690] | : . Using MultisessionFutureBackend ... [22:17:09.691] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [22:17:09.691] | : . ' Launching futures ... [22:17:09.692] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:09.692] | : . ' , ; Workers: [n=2] [22:17:09.693] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:09.695] | : . ' , ; FutureRegistry: 'workers-cd59e2f5919681e0161e3be902670676' [22:17:09.695] | : . ' , ; requestWorker() ... [22:17:09.696] | : . ' , ; ` requestNode() ... [22:17:09.696] | : . ' , ; ` | Number of workers: 2 [22:17:09.697] | : . ' , ; ` | Polling for a free worker ... [22:17:09.697] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.698] | : . ' , ; ` | : . Listing all futures [22:17:09.698] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.699] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.699] | : . ' , ; ` | : Total time: 0 [22:17:09.700] | : . ' , ; ` | Polling for a free worker ... done [22:17:09.700] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.701] | : . ' , ; ` | : Listing all futures [22:17:09.701] | : . ' , ; ` | : Number of registered futures: 0 [22:17:09.702] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.702] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:09.703] | : . ' , ; ` | Index of first available worker: 1 [22:17:09.703] | : . ' , ; ` | Validate that the worker is functional ... [22:17:09.704] | : . ' , ; ` | : Connection is valid [22:17:09.704] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 27160 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:29304') [22:17:09.706] | : . ' , ; ` | : Worker is functional [22:17:09.706] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.707] | : . ' , ; ` | : . Listing all futures [22:17:09.707] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.708] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.708] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:09.709] | : . ' , ; ` requestNode() ... done [22:17:09.709] | : . ' , ; ` cluster node index: 1 [22:17:09.710] | : . ' , ; requestWorker() ... done [22:17:09.710] | : . ' , ; eraseGlobalEnvironment() ... [22:17:09.711] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:09.711] | : . ' , ; launchFuture() ... [22:17:09.712] | : . ' , ; ` cluster node index: 1 [22:17:09.712] | : . ' , ; ` getFutureData() ... [22:17:09.713] | : . ' , ; ` | getFutureCore() ... [22:17:09.713] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:09.714] | : . ' , ; ` | getFutureCore() ... done [22:17:09.714] | : . ' , ; ` | getFutureCapture() ... [22:17:09.715] | : . ' , ; ` | getFutureCapture() ... done [22:17:09.716] | : . ' , ; ` | getFutureContext() ... [22:17:09.716] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.717] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:09.718] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.719] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:09.719] | : . ' , ; ` | getFutureContext() ... done [22:17:09.720] | : . ' , ; ` getFutureData() ... done [22:17:09.721] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... [22:17:09.721] | : . ' , ; ` | Appended future to position #1 [22:17:09.722] | : . ' , ; ` | Number of registered futures: 1 [22:17:09.724] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... done [22:17:09.724] | : . ' , ; launchFuture() ... done [22:17:09.725] | : . ' , ; MultisessionFuture started [22:17:09.725] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:09.726] | : . ' Launching futures ... done [22:17:09.726] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:09.727] | : . Using MultisessionFutureBackend ... done [22:17:09.727] | : run() for 'Future' () ... done [22:17:09.728] | : result() for ClusterFuture ... [22:17:09.728] | : . assertValidConnection() ... [22:17:09.729] | : . ' cluster node index: 1 [22:17:09.729] | : . assertValidConnection() ... done [22:17:09.730] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:09.730] | : . ' cluster node index: 1 [22:17:09.731] | : . ' [1] TRUE [22:17:09.732] | : . ' Received data: [22:17:09.732] | : . ' List of 5 [22:17:09.732] | : . ' $ type : chr "VALUE" [22:17:09.732] | : . ' $ value :List of 16 [22:17:09.732] | : . ' ..$ value : num 2 [22:17:09.732] | : . ' ..$ visible : logi TRUE [22:17:09.732] | : . ' ..$ stdout : chr "" [22:17:09.732] | : . ' ..$ conditions : list() [22:17:09.732] | : . ' ..$ rng : logi FALSE [22:17:09.732] | : . ' ..$ seed : NULL [22:17:09.732] | : . ' ..$ misuseGlobalEnv : NULL [22:17:09.732] | : . ' ..$ misuseConnections :List of 3 [22:17:09.732] | : . ' .. ..$ added : NULL [22:17:09.732] | : . ' .. ..$ removed : NULL [22:17:09.732] | : . ' .. ..$ replaced: NULL [22:17:09.732] | : . ' ..$ misuseDevices : NULL [22:17:09.732] | : . ' ..$ misuseDefaultDevice: list() [22:17:09.732] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.732] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.732] | : . ' ..$ uuid : chr [1:2] "090f17dedd60f0362d9e963d5d479aed" "14" [22:17:09.732] | : . ' ..$ session_uuid : chr "d727d083e9d592da0261da88e65b34be" [22:17:09.732] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:09.732] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:09.732] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:09.732] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:09.732] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:09.732] | : . ' .. .. ..$ pid : int 27160 [22:17:09.732] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.732] | : . ' .. .. ..$ random: int 2147483647 [22:17:09.732] | : . ' ..$ r_info :List of 4 [22:17:09.732] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:09.732] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:09.732] | : . ' .. ..$ os : chr "windows" [22:17:09.732] | : . ' .. ..$ os_name : chr "Windows" [22:17:09.732] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:09.732] | : . ' ..$ version : chr "1.8" [22:17:09.732] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:09.732] | : . ' $ success: logi TRUE [22:17:09.732] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:09.732] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:09.732] | : . ' $ tag : NULL [22:17:09.747] | : . ' Received FutureResult [22:17:09.748] | : . ' FutureResult: [22:17:09.748] | : . ' value: 'numeric' [22:17:09.748] | : . ' visible: TRUE [22:17:09.748] | : . ' stdout: character [22:17:09.748] | : . ' conditions: [n = 0] [22:17:09.748] | : . ' RNG used: FALSE [22:17:09.748] | : . ' duration: 0.003062963 secs (started 2026-03-13 22:17:09.72123) [22:17:09.748] | : . ' version: 1.8 [22:17:09.749] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... [22:17:09.749] | : . ' , Removed future from position #1 [22:17:09.750] | : . ' , Number of registered futures: 0 [22:17:09.751] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... done [22:17:09.751] | : . ' Erased future from future backend [22:17:09.752] | : . ' result() for ClusterFuture ... [22:17:09.752] | : . ' , result already collected: FutureResult [22:17:09.753] | : . ' result() for ClusterFuture ... done [22:17:09.753] | : . ' signalConditions() ... [22:17:09.754] | : . ' , include = 'immediateCondition' [22:17:09.754] | : . ' , exclude = [22:17:09.755] | : . ' , resignal = FALSE [22:17:09.756] | : . ' , Number of conditions: 0 [22:17:09.756] | : . ' , int 0 [22:17:09.757] | : . ' signalConditions() ... done [22:17:09.758] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:09.758] | : result() for ClusterFuture ... done [22:17:09.759] | : result() for ClusterFuture ... [22:17:09.759] | : . result already collected: FutureResult [22:17:09.760] | : result() for ClusterFuture ... done [22:17:09.760] | : signalConditions() ... [22:17:09.761] | : . include = 'immediateCondition' [22:17:09.762] | : . exclude = [22:17:09.762] | : . resignal = FALSE [22:17:09.763] | : . Number of conditions: 0 [22:17:09.763] | : . int 0 [22:17:09.764] | : signalConditions() ... done [22:17:09.765] | : relay stdout ... [22:17:09.765] | : relay stdout ... done [22:17:09.766] | : check for misuse ... [22:17:09.766] | : check for misuse ... done [22:17:09.767] | value() for Future () ... done [22:17:09.768] | future(..., label = NULL) ... [22:17:09.768] | : lazy: TRUE [22:17:09.769] | : stdout: TRUE [22:17:09.769] | : conditions: [n=1] 'condition' [22:17:09.770] | : getGlobalsAndPackages() ... [22:17:09.770] | : . Searching for globals ... [22:17:09.777] | : . ' globals found: [3] '{', '*', 'a' [22:17:09.778] | : . Searching for globals ... done [22:17:09.778] | : . Resolving globals: FALSE [22:17:09.779] | : . Search for packages associated with the globals ... [22:17:09.780] | : . ' Packages associated with globals: [1] 'base' [22:17:09.780] | : . ' Packages: [1] 'base' [22:17:09.781] | : . Search for packages associated with the globals ... done [22:17:09.781] | : . Packages after dropping 'base': [0] [22:17:09.782] | : . globals: [1] 'a' [22:17:09.783] | : . packages: [0] [22:17:09.783] | : getGlobalsAndPackages() ... done [22:17:09.784] | future(..., label = NULL) ... done [22:17:09.784] | value() for Future () ... [22:17:09.785] | : run() for 'Future' () ... [22:17:09.785] | : . state: 'created' [22:17:09.786] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.786] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.787] | : . Using MultisessionFutureBackend ... [22:17:09.787] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [22:17:09.788] | : . ' Launching futures ... [22:17:09.788] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:09.789] | : . ' , ; Workers: [n=2] [22:17:09.789] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:09.791] | : . ' , ; FutureRegistry: 'workers-cd59e2f5919681e0161e3be902670676' [22:17:09.792] | : . ' , ; requestWorker() ... [22:17:09.792] | : . ' , ; ` requestNode() ... [22:17:09.793] | : . ' , ; ` | Number of workers: 2 [22:17:09.793] | : . ' , ; ` | Polling for a free worker ... [22:17:09.794] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.794] | : . ' , ; ` | : . Listing all futures [22:17:09.795] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.795] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.796] | : . ' , ; ` | : Total time: 0 [22:17:09.796] | : . ' , ; ` | Polling for a free worker ... done [22:17:09.797] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.797] | : . ' , ; ` | : Listing all futures [22:17:09.798] | : . ' , ; ` | : Number of registered futures: 0 [22:17:09.798] | : . ' , ; ` | FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.799] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:09.799] | : . ' , ; ` | Index of first available worker: 1 [22:17:09.800] | : . ' , ; ` | Validate that the worker is functional ... [22:17:09.800] | : . ' , ; ` | : Connection is valid [22:17:09.801] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 27160 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:29304') [22:17:09.802] | : . ' , ; ` | : Worker is functional [22:17:09.803] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... [22:17:09.803] | : . ' , ; ` | : . Listing all futures [22:17:09.804] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:09.804] | : . ' , ; ` | : FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'list', earlySignal = 0) ... done [22:17:09.805] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:09.805] | : . ' , ; ` requestNode() ... done [22:17:09.806] | : . ' , ; ` cluster node index: 1 [22:17:09.806] | : . ' , ; requestWorker() ... done [22:17:09.807] | : . ' , ; eraseGlobalEnvironment() ... [22:17:09.807] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:09.808] | : . ' , ; launchFuture() ... [22:17:09.808] | : . ' , ; ` cluster node index: 1 [22:17:09.809] | : . ' , ; ` getFutureData() ... [22:17:09.809] | : . ' , ; ` | getFutureCore() ... [22:17:09.810] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:09.810] | : . ' , ; ` | getFutureCore() ... done [22:17:09.811] | : . ' , ; ` | getFutureCapture() ... [22:17:09.811] | : . ' , ; ` | getFutureCapture() ... done [22:17:09.812] | : . ' , ; ` | getFutureContext() ... [22:17:09.812] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:09.813] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:09.813] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:09.814] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:09.814] | : . ' , ; ` | getFutureContext() ... done [22:17:09.815] | : . ' , ; ` getFutureData() ... done [22:17:09.816] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... [22:17:09.816] | : . ' , ; ` | Appended future to position #1 [22:17:09.817] | : . ' , ; ` | Number of registered futures: 1 [22:17:09.817] | : . ' , ; ` FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'add', earlySignal = 0) ... done [22:17:09.818] | : . ' , ; launchFuture() ... done [22:17:09.818] | : . ' , ; MultisessionFuture started [22:17:09.819] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:09.819] | : . ' Launching futures ... done [22:17:09.820] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:09.820] | : . Using MultisessionFutureBackend ... done [22:17:09.821] | : run() for 'Future' () ... done [22:17:09.821] | : result() for ClusterFuture ... [22:17:09.822] | : . assertValidConnection() ... [22:17:09.822] | : . ' cluster node index: 1 [22:17:09.823] | : . assertValidConnection() ... done [22:17:09.823] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:09.824] | : . ' cluster node index: 1 [22:17:09.825] | : . ' [1] TRUE [22:17:09.825] | : . ' Received data: [22:17:09.826] | : . ' List of 5 [22:17:09.826] | : . ' $ type : chr "VALUE" [22:17:09.826] | : . ' $ value :List of 16 [22:17:09.826] | : . ' ..$ value : num 2 [22:17:09.826] | : . ' ..$ visible : logi TRUE [22:17:09.826] | : . ' ..$ stdout : chr "" [22:17:09.826] | : . ' ..$ conditions : list() [22:17:09.826] | : . ' ..$ rng : logi FALSE [22:17:09.826] | : . ' ..$ seed : NULL [22:17:09.826] | : . ' ..$ misuseGlobalEnv : NULL [22:17:09.826] | : . ' ..$ misuseConnections :List of 3 [22:17:09.826] | : . ' .. ..$ added : NULL [22:17:09.826] | : . ' .. ..$ removed : NULL [22:17:09.826] | : . ' .. ..$ replaced: NULL [22:17:09.826] | : . ' ..$ misuseDevices : NULL [22:17:09.826] | : . ' ..$ misuseDefaultDevice: list() [22:17:09.826] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.826] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.826] | : . ' ..$ uuid : chr [1:2] "090f17dedd60f0362d9e963d5d479aed" "15" [22:17:09.826] | : . ' ..$ session_uuid : chr "d727d083e9d592da0261da88e65b34be" [22:17:09.826] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:09.826] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:09.826] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:09.826] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:09.826] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:09.826] | : . ' .. .. ..$ pid : int 27160 [22:17:09.826] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:09" [22:17:09.826] | : . ' .. .. ..$ random: int 2147483647 [22:17:09.826] | : . ' ..$ r_info :List of 4 [22:17:09.826] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:09.826] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:09.826] | : . ' .. ..$ os : chr "windows" [22:17:09.826] | : . ' .. ..$ os_name : chr "Windows" [22:17:09.826] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:09.826] | : . ' ..$ version : chr "1.8" [22:17:09.826] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:09.826] | : . ' $ success: logi TRUE [22:17:09.826] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:09.826] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:09.826] | : . ' $ tag : NULL [22:17:09.840] | : . ' Received FutureResult [22:17:09.841] | : . ' FutureResult: [22:17:09.841] | : . ' value: 'numeric' [22:17:09.841] | : . ' visible: TRUE [22:17:09.841] | : . ' stdout: character [22:17:09.841] | : . ' conditions: [n = 0] [22:17:09.841] | : . ' RNG used: FALSE [22:17:09.841] | : . ' duration: 0.003233194 secs (started 2026-03-13 22:17:09.816264) [22:17:09.841] | : . ' version: 1.8 [22:17:09.842] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... [22:17:09.843] | : . ' , Removed future from position #1 [22:17:09.843] | : . ' , Number of registered futures: 0 [22:17:09.844] | : . ' FutureRegistry('workers-cd59e2f5919681e0161e3be902670676', action = 'remove', earlySignal = 0) ... done [22:17:09.844] | : . ' Erased future from future backend [22:17:09.845] | : . ' result() for ClusterFuture ... [22:17:09.845] | : . ' , result already collected: FutureResult [22:17:09.846] | : . ' result() for ClusterFuture ... done [22:17:09.846] | : . ' signalConditions() ... [22:17:09.846] | : . ' , include = 'immediateCondition' [22:17:09.847] | : . ' , exclude = [22:17:09.847] | : . ' , resignal = FALSE [22:17:09.848] | : . ' , Number of conditions: 0 [22:17:09.848] | : . ' , int 0 [22:17:09.849] | : . ' signalConditions() ... done [22:17:09.850] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:09.850] | : result() for ClusterFuture ... done [22:17:09.851] | : result() for ClusterFuture ... [22:17:09.851] | : . result already collected: FutureResult [22:17:09.852] | : result() for ClusterFuture ... done [22:17:09.852] | : signalConditions() ... [22:17:09.853] | : . include = 'immediateCondition' [22:17:09.853] | : . exclude = [22:17:09.854] | : . resignal = FALSE [22:17:09.854] | : . Number of conditions: 0 [22:17:09.855] | : . int 0 [22:17:09.855] | : signalConditions() ... done [22:17:09.856] | : relay stdout ... [22:17:09.856] | : relay stdout ... done [22:17:09.857] | : check for misuse ... [22:17:09.857] | : check for misuse ... done [22:17:09.858] | value() for Future () ... done *** futureAssign() with 'multisession' futures ... DONE Testing with 2 cores ... DONE > message("*** futureAssign() - lazy = TRUE / FALSE ... DONE") *** futureAssign() - lazy = TRUE / FALSE ... DONE > message("*** futureAssign() ... DONE") *** futureAssign() ... DONE Failed to undo environment variables: - Expected environment variables: [n=218] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RCPP_NOT_NEEDED_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_03_13_22_15_17_12234' Test time: user.self=2s, sys.self=0.4s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'futureAssign' ... success > > proc.time() user system elapsed 2.18 0.43 3.37