R Under development (unstable) (2026-01-15 r89304 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) [12:33:09.905] Option 'future.startup.script': TRUE [12:33:09.906] Future startup scripts considered: '.future.R', '~/.future.R' [12:33:09.907] 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) [12:33:09.910] future(..., label = NULL) ... [12:33:09.911] | lazy: TRUE [12:33:09.914] | stdout: TRUE [12:33:09.915] | conditions: [n=1] 'condition' [12:33:09.916] | getGlobalsAndPackages() ... [12:33:09.916] | : Searching for globals ... [12:33:09.940] | : . globals found: [2] '{', 'cat' [12:33:09.941] | : Searching for globals ... done [12:33:09.941] | : Resolving globals: FALSE [12:33:09.941] | : Search for packages associated with the globals ... [12:33:09.942] | : . Packages associated with globals: [1] 'base' [12:33:09.943] | : . Packages: [1] 'base' [12:33:09.943] | : Search for packages associated with the globals ... done [12:33:09.943] | : Packages after dropping 'base': [0] [12:33:09.944] | : globals: [0] [12:33:09.944] | : packages: [0] [12:33:09.944] | getGlobalsAndPackages() ... done [12:33:09.945] future(..., label = NULL) ... done > cat(sprintf("b = %s\n", b)) [12:33:09.946] value() for Future () ... [12:33:09.947] | run() for 'Future' () ... [12:33:09.948] | : state: 'created' [12:33:09.948] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:09.948] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:33:09.948] | : . ' function (..., envir = parent.frame()) [12:33:09.948] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.948] | : . ' - attr(*, "init")= logi TRUE [12:33:09.948] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.948] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.948] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.948] | : . ' - attr(*, "call")= language plan(sequential) [12:33:09.957] | : . ' init: TRUE [12:33:09.957] | : . ' makeFutureBackend() ... [12:33:09.957] | : . ' , Backend function: <'NULL'> [12:33:09.957] | : . ' , Evaluator tweak arguments: [n=0] [12:33:09.957] | : . ' , list() [12:33:09.958] | : . ' , Evaluator formal arguments: [n=1] [12:33:09.958] | : . ' , Dotted pair list of 1 [12:33:09.958] | : . ' , $ envir: language parent.frame() [12:33:09.959] | : . ' , Arguments passed to the future-backend factory: [n=1] [12:33:09.959] | : . ' , List of 1 [12:33:09.959] | : . ' , $ envir: language parent.frame() [12:33:09.960] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:33:09.960] | : . ' makeFutureBackend() ... done [12:33:09.960] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:33:09.961] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:09.961] | : Using SequentialFutureBackend ... [12:33:09.961] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:09.961] | : . Launching futures ... [12:33:09.962] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:09.962] | : . ' , getFutureData() ... [12:33:09.962] | : . ' , ; getFutureCore() ... [12:33:09.962] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:09.962] | : . ' , ; getFutureCore() ... done [12:33:09.963] | : . ' , ; getFutureCapture() ... [12:33:09.963] | : . ' , ; getFutureCapture() ... done [12:33:09.963] | : . ' , ; getFutureContext() ... [12:33:09.964] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:09.964] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:09.964] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:09.964] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:09.965] | : . ' , ; getFutureContext() ... done [12:33:09.965] | : . ' , getFutureData() ... done [12:33:09.970] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:09.970] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:09.971] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:09.971] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:09.972] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:09.972] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:09.972] | : . ' , ; ` | New stack: [12:33:09.973] | : . ' , ; ` | List of 1 [12:33:09.973] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:09.973] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.973] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:09.973] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.973] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.973] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.973] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:09.973] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:09.977] | : . ' , ; ` | Old stack: [12:33:09.977] | : . ' , ; ` | List of 1 [12:33:09.977] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:09.977] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.977] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:09.977] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.977] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.977] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.977] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:09.977] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:09.977] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.977] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.977] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.024] | : . ' , ; ` | Not identical [12:33:10.024] | : . ' , ; ` | all.equal() for future ... [12:33:10.024] | : . ' , ; ` | : List of 2 [12:33:10.024] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.024] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.024] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.024] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.024] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.024] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.024] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.034] | : . ' , ; ` | all.equal() for future ... done [12:33:10.035] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:10.035] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.035] | : . ' , ; ` List of future strategies: [12:33:10.035] | : . ' , ; ` 1. sequential: [12:33:10.035] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:10.035] | : . ' , ; ` - tweaked: FALSE [12:33:10.035] | : . ' , ; ` - call: plan(sequential) [12:33:10.037] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.037] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.042] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.043] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.043] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.043] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:10.044] | : . ' , ; ` | : New stack: [12:33:10.044] | : . ' , ; ` | : List of 1 [12:33:10.044] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.044] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.044] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.044] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.044] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.044] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.044] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.044] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.044] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.044] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.044] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.090] | : . ' , ; ` | : Old stack: [12:33:10.091] | : . ' , ; ` | : List of 1 [12:33:10.091] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.091] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.091] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.091] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.091] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.091] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.091] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.091] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.091] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.091] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.091] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.094] | : . ' , ; ` | : Identical [12:33:10.095] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:10.095] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.095] | : . ' , ; ` | List of future strategies: [12:33:10.095] | : . ' , ; ` | 1. sequential: [12:33:10.095] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:10.095] | : . ' , ; ` | - tweaked: FALSE [12:33:10.095] | : . ' , ; ` | - call: plan(sequential) [12:33:10.096] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.096] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.096] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.100] | : . ' , SequentialFuture started (and completed) [12:33:10.100] | : . ' , signalConditions() ... [12:33:10.100] | : . ' , ; include = 'immediateCondition' [12:33:10.100] | : . ' , ; exclude = [12:33:10.101] | : . ' , ; resignal = FALSE [12:33:10.101] | : . ' , ; Number of conditions: 6 [12:33:10.101] | : . ' , ; int 6 [12:33:10.101] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.102] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.102] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.102] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.102] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.102] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.103] | : . ' , signalConditions() ... done [12:33:10.103] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:10.103] | : . Launching futures ... done [12:33:10.103] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:10.103] | : Using SequentialFutureBackend ... done [12:33:10.104] | run() for 'Future' () ... done [12:33:10.104] | signalConditions() ... [12:33:10.104] | : include = 'immediateCondition' [12:33:10.104] | : exclude = [12:33:10.104] | : resignal = FALSE [12:33:10.104] | : Number of conditions: 6 [12:33:10.105] | : int 6 [12:33:10.105] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.105] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.106] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.106] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.106] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.106] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.106] | signalConditions() ... done [12:33:10.106] | relay stdout ... Future assignment evaluated [12:33:10.107] | relay stdout ... done [12:33:10.107] | check for misuse ... [12:33:10.107] | check for misuse ... done [12:33:10.107] | relay conditions ... [12:33:10.107] | : Future state: 'finished' [12:33:10.108] | : signalConditions() ... [12:33:10.108] | : . include = 'condition' [12:33:10.108] | : . exclude = 'immediateCondition' [12:33:10.108] | : . resignal = TRUE [12:33:10.108] | : . Number of conditions: 6 [12:33:10.108] | : . int 6 [12:33:10.109] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.109] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:09.967] | : . ' , attachPackages() ... [12:33:10.109] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.109] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:09.968] | : . ' , ; packages: [n=1] 'future' [12:33:10.110] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.110] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:09.968] | : . ' , attachPackages() ... done [12:33:10.110] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.110] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:09.968] | : . ' , attachPackages() ... [12:33:10.110] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.111] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:09.969] | : . ' , ; packages: [n=0] [12:33:10.111] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.111] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:09.969] | : . ' , attachPackages() ... done [12:33:10.111] | : signalConditions() ... done [12:33:10.112] | relay conditions ... done [12:33:10.112] 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 ... [12:33:10.156] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.157] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:10.157] | : all.equal() for FutureStrategyList ... [12:33:10.158] | : . New stack: [12:33:10.158] | : . List of 1 [12:33:10.158] | : . $ :function (..., envir = parent.frame()) [12:33:10.158] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.158] | : . ..- attr(*, "init")= logi TRUE [12:33:10.158] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.158] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.158] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.158] | : . ..- attr(*, "call")= language plan(strategy) [12:33:10.158] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.164] | : . Old stack: [12:33:10.165] | : . List of 1 [12:33:10.165] | : . $ :function (..., envir = parent.frame()) [12:33:10.165] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.165] | : . ..- attr(*, "init")= chr "done" [12:33:10.165] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.165] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.165] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.165] | : . ..- attr(*, "call")= language plan(sequential) [12:33:10.165] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.165] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.165] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.165] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.172] | : . Not identical [12:33:10.172] | : . all.equal() for future ... [12:33:10.173] | : . ' List of 2 [12:33:10.173] | : . ' $ target :function (..., envir = parent.frame()) [12:33:10.173] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.173] | : . ' ..- attr(*, "init")= logi TRUE [12:33:10.173] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.173] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.173] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.173] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:10.173] | : . ' $ current:function (..., envir = parent.frame()) [12:33:10.173] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.173] | : . ' ..- attr(*, "init")= chr "done" [12:33:10.173] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.173] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.173] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.173] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:10.173] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.173] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.173] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.184] | : . all.equal() for future ... done [12:33:10.185] | : all.equal() for FutureStrategyList ... done [12:33:10.185] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.185] | : List of future strategies: [12:33:10.185] | : 1. sequential: [12:33:10.185] | : - args: function (..., envir = parent.frame(), workers = "") [12:33:10.185] | : - tweaked: FALSE [12:33:10.185] | : - call: plan(sequential) [12:33:10.187] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:10.187] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.187] future(..., label = NULL) ... [12:33:10.188] | lazy: FALSE [12:33:10.188] | stdout: TRUE [12:33:10.188] | conditions: [n=1] 'condition' [12:33:10.188] | getGlobalsAndPackages() ... [12:33:10.189] | : Searching for globals ... [12:33:10.196] | : . globals found: [1] '{' [12:33:10.196] | : Searching for globals ... done [12:33:10.197] | : Resolving globals: FALSE [12:33:10.197] | : Search for packages associated with the globals ... [12:33:10.197] | : . Packages associated with globals: [1] 'base' [12:33:10.198] | : . Packages: [1] 'base' [12:33:10.198] | : Search for packages associated with the globals ... done [12:33:10.199] | : Packages after dropping 'base': [0] [12:33:10.199] | : globals: [0] [12:33:10.199] | : packages: [0] [12:33:10.200] | getGlobalsAndPackages() ... done [12:33:10.200] | run() for 'Future' () ... [12:33:10.201] | : state: 'created' [12:33:10.201] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.201] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.202] | : Using SequentialFutureBackend ... [12:33:10.202] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:10.202] | : . Launching futures ... [12:33:10.203] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:10.203] | : . ' , getFutureData() ... [12:33:10.203] | : . ' , ; getFutureCore() ... [12:33:10.204] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:10.204] | : . ' , ; getFutureCore() ... done [12:33:10.204] | : . ' , ; getFutureCapture() ... [12:33:10.204] | : . ' , ; getFutureCapture() ... done [12:33:10.205] | : . ' , ; getFutureContext() ... [12:33:10.205] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.205] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:10.206] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.206] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:10.206] | : . ' , ; getFutureContext() ... done [12:33:10.207] | : . ' , getFutureData() ... done [12:33:10.210] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.211] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:10.211] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.212] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.212] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.212] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:10.213] | : . ' , ; ` | New stack: [12:33:10.213] | : . ' , ; ` | List of 1 [12:33:10.213] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.213] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.213] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:10.213] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.213] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.213] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.213] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.213] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.219] | : . ' , ; ` | Old stack: [12:33:10.220] | : . ' , ; ` | List of 1 [12:33:10.220] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.220] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.220] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:10.220] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.220] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.220] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.220] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:10.220] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.220] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.220] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.220] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.227] | : . ' , ; ` | Not identical [12:33:10.227] | : . ' , ; ` | all.equal() for future ... [12:33:10.227] | : . ' , ; ` | : List of 2 [12:33:10.227] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.227] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.227] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.227] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.227] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.227] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.227] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.246] | : . ' , ; ` | all.equal() for future ... done [12:33:10.246] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:10.247] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.247] | : . ' , ; ` List of future strategies: [12:33:10.247] | : . ' , ; ` 1. sequential: [12:33:10.247] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:10.247] | : . ' , ; ` - tweaked: FALSE [12:33:10.247] | : . ' , ; ` - call: plan(sequential) [12:33:10.249] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.249] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.255] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.255] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.256] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.256] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:10.256] | : . ' , ; ` | : New stack: [12:33:10.257] | : . ' , ; ` | : List of 1 [12:33:10.257] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.257] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.257] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.257] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.257] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.257] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.257] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.257] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.257] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.257] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.257] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.266] | : . ' , ; ` | : Old stack: [12:33:10.267] | : . ' , ; ` | : List of 1 [12:33:10.267] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.267] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.267] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.267] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.267] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.267] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.267] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.267] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.267] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.267] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.267] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.275] | : . ' , ; ` | : Identical [12:33:10.276] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:10.276] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.277] | : . ' , ; ` | List of future strategies: [12:33:10.277] | : . ' , ; ` | 1. sequential: [12:33:10.277] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:10.277] | : . ' , ; ` | - tweaked: FALSE [12:33:10.277] | : . ' , ; ` | - call: plan(sequential) [12:33:10.278] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.278] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.279] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.280] | : . ' , SequentialFuture started (and completed) [12:33:10.280] | : . ' , signalConditions() ... [12:33:10.281] | : . ' , ; include = 'immediateCondition' [12:33:10.281] | : . ' , ; exclude = [12:33:10.281] | : . ' , ; resignal = FALSE [12:33:10.282] | : . ' , ; Number of conditions: 6 [12:33:10.282] | : . ' , ; int 6 [12:33:10.283] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.284] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.284] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.284] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.285] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.285] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.285] | : . ' , signalConditions() ... done [12:33:10.286] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:10.286] | : . Launching futures ... done [12:33:10.286] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:10.287] | : Using SequentialFutureBackend ... done [12:33:10.287] | run() for 'Future' () ... done [12:33:10.287] future(..., label = NULL) ... done [12:33:10.288] future(..., label = NULL) ... [12:33:10.288] | lazy: FALSE [12:33:10.288] | stdout: TRUE [12:33:10.289] | conditions: [n=1] 'condition' [12:33:10.289] | getGlobalsAndPackages() ... [12:33:10.289] | : Searching for globals ... [12:33:10.297] | : . globals found: [1] '{' [12:33:10.298] | : Searching for globals ... done [12:33:10.298] | : Resolving globals: FALSE [12:33:10.298] | : Search for packages associated with the globals ... [12:33:10.299] | : . Packages associated with globals: [1] 'base' [12:33:10.300] | : . Packages: [1] 'base' [12:33:10.300] | : Search for packages associated with the globals ... done [12:33:10.300] | : Packages after dropping 'base': [0] [12:33:10.301] | : globals: [0] [12:33:10.301] | : packages: [0] [12:33:10.301] | getGlobalsAndPackages() ... done [12:33:10.302] | run() for 'Future' () ... [12:33:10.302] | : state: 'created' [12:33:10.303] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.303] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.304] | : Using SequentialFutureBackend ... [12:33:10.304] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:33:10.304] | : . Launching futures ... [12:33:10.305] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:10.305] | : . ' , getFutureData() ... [12:33:10.305] | : . ' , ; getFutureCore() ... [12:33:10.306] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:10.306] | : . ' , ; getFutureCore() ... done [12:33:10.306] | : . ' , ; getFutureCapture() ... [12:33:10.307] | : . ' , ; getFutureCapture() ... done [12:33:10.307] | : . ' , ; getFutureContext() ... [12:33:10.307] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.308] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:10.308] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.309] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:10.309] | : . ' , ; getFutureContext() ... done [12:33:10.309] | : . ' , getFutureData() ... done [12:33:10.313] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.314] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:10.314] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.315] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.315] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.316] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:10.316] | : . ' , ; ` | New stack: [12:33:10.316] | : . ' , ; ` | List of 1 [12:33:10.316] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.316] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.316] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:10.316] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.316] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.316] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.316] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.316] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.323] | : . ' , ; ` | Old stack: [12:33:10.323] | : . ' , ; ` | List of 1 [12:33:10.323] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.323] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.323] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:10.323] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.323] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.323] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.323] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:10.323] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.323] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.323] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.323] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.331] | : . ' , ; ` | Not identical [12:33:10.332] | : . ' , ; ` | all.equal() for future ... [12:33:10.332] | : . ' , ; ` | : List of 2 [12:33:10.332] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.332] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.332] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.332] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.332] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.332] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.332] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.345] | : . ' , ; ` | all.equal() for future ... done [12:33:10.346] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:10.346] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.347] | : . ' , ; ` List of future strategies: [12:33:10.347] | : . ' , ; ` 1. sequential: [12:33:10.347] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:10.347] | : . ' , ; ` - tweaked: FALSE [12:33:10.347] | : . ' , ; ` - call: plan(sequential) [12:33:10.348] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.349] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.354] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.355] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.355] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.355] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:10.356] | : . ' , ; ` | : New stack: [12:33:10.356] | : . ' , ; ` | : List of 1 [12:33:10.356] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.356] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.356] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.356] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.356] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.356] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.356] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.356] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.356] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.356] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.356] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.365] | : . ' , ; ` | : Old stack: [12:33:10.366] | : . ' , ; ` | : List of 1 [12:33:10.366] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.366] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.366] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.366] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.366] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.366] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.366] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.366] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.366] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.366] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.366] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.374] | : . ' , ; ` | : Identical [12:33:10.375] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:10.375] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.376] | : . ' , ; ` | List of future strategies: [12:33:10.376] | : . ' , ; ` | 1. sequential: [12:33:10.376] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:10.376] | : . ' , ; ` | - tweaked: FALSE [12:33:10.376] | : . ' , ; ` | - call: plan(sequential) [12:33:10.377] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.378] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.378] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.379] | : . ' , SequentialFuture started (and completed) [12:33:10.380] | : . ' , signalConditions() ... [12:33:10.380] | : . ' , ; include = 'immediateCondition' [12:33:10.380] | : . ' , ; exclude = [12:33:10.381] | : . ' , ; resignal = FALSE [12:33:10.381] | : . ' , ; Number of conditions: 6 [12:33:10.381] | : . ' , ; int 6 [12:33:10.382] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.383] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.383] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.384] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.384] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.384] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.385] | : . ' , signalConditions() ... done [12:33:10.385] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:10.385] | : . Launching futures ... done [12:33:10.386] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:10.386] | : Using SequentialFutureBackend ... done [12:33:10.386] | run() for 'Future' () ... done [12:33:10.387] future(..., label = NULL) ... done [12:33:10.387] value() for SequentialFuture () ... [12:33:10.388] | signalConditions() ... [12:33:10.388] | : include = 'immediateCondition' [12:33:10.388] | : exclude = [12:33:10.389] | : resignal = FALSE [12:33:10.389] | : Number of conditions: 6 [12:33:10.389] | : int 6 [12:33:10.391] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.391] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.391] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.392] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.392] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.392] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.393] | signalConditions() ... done [12:33:10.393] | relay stdout ... [12:33:10.393] | relay stdout ... done [12:33:10.394] | check for misuse ... [12:33:10.394] | check for misuse ... done [12:33:10.394] | relay conditions ... [12:33:10.395] | : Future state: 'finished' [12:33:10.395] | : signalConditions() ... [12:33:10.395] | : . include = 'condition' [12:33:10.396] | : . exclude = 'immediateCondition' [12:33:10.396] | : . resignal = TRUE [12:33:10.396] | : . Number of conditions: 6 [12:33:10.397] | : . int 6 [12:33:10.398] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.398] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:10.207] | : . ' , attachPackages() ... [12:33:10.399] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.399] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:10.208] | : . ' , ; packages: [n=1] 'future' [12:33:10.399] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.400] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:10.208] | : . ' , attachPackages() ... done [12:33:10.400] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.401] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:10.209] | : . ' , attachPackages() ... [12:33:10.401] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.401] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:10.209] | : . ' , ; packages: [n=0] [12:33:10.402] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.402] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:10.209] | : . ' , attachPackages() ... done [12:33:10.403] | : signalConditions() ... done [12:33:10.403] | relay conditions ... done [12:33:10.403] value() for SequentialFuture () ... done u$a = 2 [12:33:10.404] value() for SequentialFuture () ... [12:33:10.404] | signalConditions() ... [12:33:10.405] | : include = 'immediateCondition' [12:33:10.405] | : exclude = [12:33:10.405] | : resignal = FALSE [12:33:10.406] | : Number of conditions: 6 [12:33:10.406] | : int 6 [12:33:10.407] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.407] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.408] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.408] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.408] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.409] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.409] | signalConditions() ... done [12:33:10.409] | relay stdout ... [12:33:10.410] | relay stdout ... done [12:33:10.410] | check for misuse ... [12:33:10.410] | check for misuse ... done [12:33:10.411] | relay conditions ... [12:33:10.411] | : Future state: 'finished' [12:33:10.411] | : signalConditions() ... [12:33:10.412] | : . include = 'condition' [12:33:10.412] | : . exclude = 'immediateCondition' [12:33:10.412] | : . resignal = TRUE [12:33:10.413] | : . Number of conditions: 6 [12:33:10.413] | : . int 6 [12:33:10.414] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.414] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:10.310] | : . ' , attachPackages() ... [12:33:10.415] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.415] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:10.310] | : . ' , ; packages: [n=1] 'future' [12:33:10.416] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.416] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:10.311] | : . ' , attachPackages() ... done [12:33:10.416] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.417] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:10.311] | : . ' , attachPackages() ... [12:33:10.417] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.418] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:10.312] | : . ' , ; packages: [n=0] [12:33:10.418] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.418] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:10.312] | : . ' , attachPackages() ... done [12:33:10.419] | : signalConditions() ... done [12:33:10.419] | relay conditions ... done [12:33:10.419] value() for SequentialFuture () ... done v$a = 4 [12:33:10.420] future(..., label = NULL) ... [12:33:10.420] | lazy: FALSE [12:33:10.420] | stdout: TRUE [12:33:10.421] | conditions: [n=1] 'condition' [12:33:10.421] | getGlobalsAndPackages() ... [12:33:10.421] | : Searching for globals ... [12:33:10.435] | : . globals found: [3] '{', '*', 'a' [12:33:10.435] | : Searching for globals ... done [12:33:10.436] | : Resolving globals: FALSE [12:33:10.436] | : Search for packages associated with the globals ... [12:33:10.436] | : . Packages associated with globals: [1] 'base' [12:33:10.437] | : . Packages: [1] 'base' [12:33:10.438] | : Search for packages associated with the globals ... done [12:33:10.438] | : Packages after dropping 'base': [0] [12:33:10.438] | : globals: [1] 'a' [12:33:10.439] | : packages: [0] [12:33:10.439] | getGlobalsAndPackages() ... done [12:33:10.440] | run() for 'Future' () ... [12:33:10.440] | : state: 'created' [12:33:10.440] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.441] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.441] | : Using SequentialFutureBackend ... [12:33:10.441] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:33:10.442] | : . Launching futures ... [12:33:10.442] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:10.442] | : . ' , getFutureData() ... [12:33:10.443] | : . ' , ; getFutureCore() ... [12:33:10.448] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:10.448] | : . ' , ; getFutureCore() ... done [12:33:10.449] | : . ' , ; getFutureCapture() ... [12:33:10.449] | : . ' , ; getFutureCapture() ... done [12:33:10.449] | : . ' , ; getFutureContext() ... [12:33:10.449] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.450] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:10.450] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.450] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:10.451] | : . ' , ; getFutureContext() ... done [12:33:10.451] | : . ' , getFutureData() ... done [12:33:10.455] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.455] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:10.456] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.456] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.457] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.457] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:10.457] | : . ' , ; ` | New stack: [12:33:10.458] | : . ' , ; ` | List of 1 [12:33:10.458] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.458] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.458] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:10.458] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.458] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.458] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.458] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.458] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.464] | : . ' , ; ` | Old stack: [12:33:10.465] | : . ' , ; ` | List of 1 [12:33:10.465] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.465] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.465] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:10.465] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.465] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.465] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.465] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:10.465] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.465] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.465] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.465] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.472] | : . ' , ; ` | Not identical [12:33:10.472] | : . ' , ; ` | all.equal() for future ... [12:33:10.473] | : . ' , ; ` | : List of 2 [12:33:10.473] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.473] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.473] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.473] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.473] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.473] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.473] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.485] | : . ' , ; ` | all.equal() for future ... done [12:33:10.486] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:10.486] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.486] | : . ' , ; ` List of future strategies: [12:33:10.486] | : . ' , ; ` 1. sequential: [12:33:10.486] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:10.486] | : . ' , ; ` - tweaked: FALSE [12:33:10.486] | : . ' , ; ` - call: plan(sequential) [12:33:10.487] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.488] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.488] | : . ' , assign_globals() ... [12:33:10.489] | : . ' , List of 1 [12:33:10.489] | : . ' , $ a: num 1 [12:33:10.489] | : . ' , - attr(*, "where")=List of 1 [12:33:10.489] | : . ' , ..$ a: [12:33:10.489] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:10.489] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:10.489] | : . ' , - attr(*, "total_size")= num NA [12:33:10.489] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:10.495] | : . ' , - copied 'a' to environment [12:33:10.495] | : . ' , assign_globals() ... done [12:33:10.500] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.501] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.501] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.501] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:10.502] | : . ' , ; ` | : New stack: [12:33:10.502] | : . ' , ; ` | : List of 1 [12:33:10.502] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.502] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.502] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.502] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.502] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.502] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.502] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.502] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.502] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.502] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.502] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.511] | : . ' , ; ` | : Old stack: [12:33:10.511] | : . ' , ; ` | : List of 1 [12:33:10.511] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.511] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.511] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.511] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.511] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.511] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.511] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.511] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.511] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.511] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.511] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.519] | : . ' , ; ` | : Identical [12:33:10.519] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:10.520] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.520] | : . ' , ; ` | List of future strategies: [12:33:10.520] | : . ' , ; ` | 1. sequential: [12:33:10.520] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:10.520] | : . ' , ; ` | - tweaked: FALSE [12:33:10.520] | : . ' , ; ` | - call: plan(sequential) [12:33:10.521] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.521] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.522] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.523] | : . ' , SequentialFuture started (and completed) [12:33:10.523] | : . ' , signalConditions() ... [12:33:10.524] | : . ' , ; include = 'immediateCondition' [12:33:10.524] | : . ' , ; exclude = [12:33:10.524] | : . ' , ; resignal = FALSE [12:33:10.525] | : . ' , ; Number of conditions: 6 [12:33:10.525] | : . ' , ; int 6 [12:33:10.526] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.526] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.527] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.527] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.527] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.528] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.528] | : . ' , signalConditions() ... done [12:33:10.528] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:10.529] | : . Launching futures ... done [12:33:10.529] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:10.529] | : Using SequentialFutureBackend ... done [12:33:10.530] | run() for 'Future' () ... done [12:33:10.530] future(..., label = NULL) ... done [12:33:10.531] value() for SequentialFuture () ... [12:33:10.531] | signalConditions() ... [12:33:10.531] | : include = 'immediateCondition' [12:33:10.532] | : exclude = [12:33:10.532] | : resignal = FALSE [12:33:10.532] | : Number of conditions: 6 [12:33:10.533] | : int 6 [12:33:10.534] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.534] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.534] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.535] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.535] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.535] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.536] | signalConditions() ... done [12:33:10.536] | relay stdout ... [12:33:10.536] | relay stdout ... done [12:33:10.537] | check for misuse ... [12:33:10.538] | check for misuse ... done [12:33:10.538] | relay conditions ... [12:33:10.538] | : Future state: 'finished' [12:33:10.539] | : signalConditions() ... [12:33:10.539] | : . include = 'condition' [12:33:10.539] | : . exclude = 'immediateCondition' [12:33:10.540] | : . resignal = TRUE [12:33:10.540] | : . Number of conditions: 6 [12:33:10.540] | : . int 6 [12:33:10.541] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.542] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:10.452] | : . ' , attachPackages() ... [12:33:10.542] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.542] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:10.452] | : . ' , ; packages: [n=1] 'future' [12:33:10.542] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.543] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:10.453] | : . ' , attachPackages() ... done [12:33:10.543] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.543] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:10.453] | : . ' , attachPackages() ... [12:33:10.544] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.544] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:10.453] | : . ' , ; packages: [n=0] [12:33:10.544] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.545] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:10.454] | : . ' , attachPackages() ... done [12:33:10.545] | : signalConditions() ... done [12:33:10.545] | relay conditions ... done [12:33:10.546] value() for SequentialFuture () ... done [12:33:10.546] future(..., label = NULL) ... [12:33:10.546] | lazy: FALSE [12:33:10.547] | stdout: TRUE [12:33:10.547] | conditions: [n=1] 'condition' [12:33:10.547] | getGlobalsAndPackages() ... [12:33:10.548] | : Searching for globals ... [12:33:10.559] | : . globals found: [3] '{', '*', 'a' [12:33:10.559] | : Searching for globals ... done [12:33:10.559] | : Resolving globals: FALSE [12:33:10.559] | : Search for packages associated with the globals ... [12:33:10.560] | : . Packages associated with globals: [1] 'base' [12:33:10.560] | : . Packages: [1] 'base' [12:33:10.561] | : Search for packages associated with the globals ... done [12:33:10.561] | : Packages after dropping 'base': [0] [12:33:10.561] | : globals: [1] 'a' [12:33:10.561] | : packages: [0] [12:33:10.562] | getGlobalsAndPackages() ... done [12:33:10.562] | run() for 'Future' () ... [12:33:10.562] | : state: 'created' [12:33:10.563] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.563] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.563] | : Using SequentialFutureBackend ... [12:33:10.563] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:33:10.563] | : . Launching futures ... [12:33:10.564] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:10.564] | : . ' , getFutureData() ... [12:33:10.564] | : . ' , ; getFutureCore() ... [12:33:10.564] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:10.565] | : . ' , ; getFutureCore() ... done [12:33:10.565] | : . ' , ; getFutureCapture() ... [12:33:10.565] | : . ' , ; getFutureCapture() ... done [12:33:10.565] | : . ' , ; getFutureContext() ... [12:33:10.565] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.566] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:10.566] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.566] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:10.566] | : . ' , ; getFutureContext() ... done [12:33:10.566] | : . ' , getFutureData() ... done [12:33:10.569] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.569] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:10.569] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.569] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.570] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.570] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:10.570] | : . ' , ; ` | New stack: [12:33:10.570] | : . ' , ; ` | List of 1 [12:33:10.570] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.570] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.570] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:10.570] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.570] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.570] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.570] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.570] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.574] | : . ' , ; ` | Old stack: [12:33:10.575] | : . ' , ; ` | List of 1 [12:33:10.575] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.575] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.575] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:10.575] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.575] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.575] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.575] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:10.575] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.575] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.575] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.575] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.579] | : . ' , ; ` | Not identical [12:33:10.580] | : . ' , ; ` | all.equal() for future ... [12:33:10.580] | : . ' , ; ` | : List of 2 [12:33:10.580] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.580] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.580] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.580] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.580] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.580] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.580] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.587] | : . ' , ; ` | all.equal() for future ... done [12:33:10.588] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:10.588] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.588] | : . ' , ; ` List of future strategies: [12:33:10.588] | : . ' , ; ` 1. sequential: [12:33:10.588] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:10.588] | : . ' , ; ` - tweaked: FALSE [12:33:10.588] | : . ' , ; ` - call: plan(sequential) [12:33:10.589] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.590] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.590] | : . ' , assign_globals() ... [12:33:10.590] | : . ' , List of 1 [12:33:10.590] | : . ' , $ a: num 1 [12:33:10.590] | : . ' , - attr(*, "where")=List of 1 [12:33:10.590] | : . ' , ..$ a: [12:33:10.590] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:10.590] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:10.590] | : . ' , - attr(*, "total_size")= num NA [12:33:10.590] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:10.596] | : . ' , - copied 'a' to environment [12:33:10.596] | : . ' , assign_globals() ... done [12:33:10.600] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.601] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.601] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.602] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:10.602] | : . ' , ; ` | : New stack: [12:33:10.602] | : . ' , ; ` | : List of 1 [12:33:10.602] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.602] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.602] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.602] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.602] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.602] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.602] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.602] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.602] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.602] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.602] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.609] | : . ' , ; ` | : Old stack: [12:33:10.609] | : . ' , ; ` | : List of 1 [12:33:10.609] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.609] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.609] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.609] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.609] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.609] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.609] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.609] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.609] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.609] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.609] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.620] | : . ' , ; ` | : Identical [12:33:10.620] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:10.621] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.621] | : . ' , ; ` | List of future strategies: [12:33:10.621] | : . ' , ; ` | 1. sequential: [12:33:10.621] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:10.621] | : . ' , ; ` | - tweaked: FALSE [12:33:10.621] | : . ' , ; ` | - call: plan(sequential) [12:33:10.622] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.622] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.622] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.623] | : . ' , SequentialFuture started (and completed) [12:33:10.624] | : . ' , signalConditions() ... [12:33:10.624] | : . ' , ; include = 'immediateCondition' [12:33:10.624] | : . ' , ; exclude = [12:33:10.625] | : . ' , ; resignal = FALSE [12:33:10.625] | : . ' , ; Number of conditions: 6 [12:33:10.625] | : . ' , ; int 6 [12:33:10.626] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.626] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.626] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.627] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.627] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.627] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.628] | : . ' , signalConditions() ... done [12:33:10.628] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:10.628] | : . Launching futures ... done [12:33:10.628] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:10.629] | : Using SequentialFutureBackend ... done [12:33:10.629] | run() for 'Future' () ... done [12:33:10.629] future(..., label = NULL) ... done [12:33:10.630] value() for SequentialFuture () ... [12:33:10.630] | signalConditions() ... [12:33:10.630] | : include = 'immediateCondition' [12:33:10.631] | : exclude = [12:33:10.631] | : resignal = FALSE [12:33:10.631] | : Number of conditions: 6 [12:33:10.632] | : int 6 [12:33:10.632] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.633] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.633] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.633] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.634] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.634] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.634] | signalConditions() ... done [12:33:10.635] | relay stdout ... [12:33:10.635] | relay stdout ... done [12:33:10.635] | check for misuse ... [12:33:10.635] | check for misuse ... done [12:33:10.636] | relay conditions ... [12:33:10.636] | : Future state: 'finished' [12:33:10.636] | : signalConditions() ... [12:33:10.637] | : . include = 'condition' [12:33:10.637] | : . exclude = 'immediateCondition' [12:33:10.637] | : . resignal = TRUE [12:33:10.637] | : . Number of conditions: 6 [12:33:10.637] | : . int 6 [12:33:10.638] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.638] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:10.567] | : . ' , attachPackages() ... [12:33:10.638] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.639] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:10.567] | : . ' , ; packages: [n=1] 'future' [12:33:10.639] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.639] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:10.567] | : . ' , attachPackages() ... done [12:33:10.639] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.640] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:10.568] | : . ' , attachPackages() ... [12:33:10.640] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.640] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:10.568] | : . ' , ; packages: [n=0] [12:33:10.640] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.640] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:10.568] | : . ' , attachPackages() ... done [12:33:10.641] | : signalConditions() ... done [12:33:10.641] | relay conditions ... done [12:33:10.641] value() for SequentialFuture () ... done [12:33:10.641] future(..., label = NULL) ... [12:33:10.641] | lazy: FALSE [12:33:10.642] | stdout: TRUE [12:33:10.642] | conditions: [n=1] 'condition' [12:33:10.642] | getGlobalsAndPackages() ... [12:33:10.642] | : Searching for globals ... [12:33:10.650] | : . globals found: [3] '{', '*', 'a' [12:33:10.650] | : Searching for globals ... done [12:33:10.651] | : Resolving globals: FALSE [12:33:10.651] | : Search for packages associated with the globals ... [12:33:10.652] | : . Packages associated with globals: [1] 'base' [12:33:10.652] | : . Packages: [1] 'base' [12:33:10.653] | : Search for packages associated with the globals ... done [12:33:10.653] | : Packages after dropping 'base': [0] [12:33:10.653] | : globals: [1] 'a' [12:33:10.654] | : packages: [0] [12:33:10.654] | getGlobalsAndPackages() ... done [12:33:10.655] | run() for 'Future' () ... [12:33:10.655] | : state: 'created' [12:33:10.655] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.655] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.656] | : Using SequentialFutureBackend ... [12:33:10.656] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:33:10.656] | : . Launching futures ... [12:33:10.657] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:10.657] | : . ' , getFutureData() ... [12:33:10.657] | : . ' , ; getFutureCore() ... [12:33:10.657] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:10.658] | : . ' , ; getFutureCore() ... done [12:33:10.658] | : . ' , ; getFutureCapture() ... [12:33:10.658] | : . ' , ; getFutureCapture() ... done [12:33:10.658] | : . ' , ; getFutureContext() ... [12:33:10.659] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.659] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:10.659] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.660] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:10.660] | : . ' , ; getFutureContext() ... done [12:33:10.660] | : . ' , getFutureData() ... done [12:33:10.663] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.664] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:10.664] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.665] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.665] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.665] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:10.666] | : . ' , ; ` | New stack: [12:33:10.666] | : . ' , ; ` | List of 1 [12:33:10.666] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.666] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.666] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:10.666] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.666] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.666] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.666] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.666] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.671] | : . ' , ; ` | Old stack: [12:33:10.672] | : . ' , ; ` | List of 1 [12:33:10.672] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.672] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.672] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:10.672] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.672] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.672] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.672] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:10.672] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.672] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.672] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.672] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.678] | : . ' , ; ` | Not identical [12:33:10.678] | : . ' , ; ` | all.equal() for future ... [12:33:10.679] | : . ' , ; ` | : List of 2 [12:33:10.679] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.679] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.679] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.679] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.679] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.679] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.679] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.690] | : . ' , ; ` | all.equal() for future ... done [12:33:10.690] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:10.691] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.691] | : . ' , ; ` List of future strategies: [12:33:10.691] | : . ' , ; ` 1. sequential: [12:33:10.691] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:10.691] | : . ' , ; ` - tweaked: FALSE [12:33:10.691] | : . ' , ; ` - call: plan(sequential) [12:33:10.692] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.692] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.693] | : . ' , assign_globals() ... [12:33:10.693] | : . ' , List of 1 [12:33:10.693] | : . ' , $ a: num 1 [12:33:10.693] | : . ' , - attr(*, "where")=List of 1 [12:33:10.693] | : . ' , ..$ a: [12:33:10.693] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:10.693] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:10.693] | : . ' , - attr(*, "total_size")= num NA [12:33:10.693] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:10.699] | : . ' , - copied 'a' to environment [12:33:10.699] | : . ' , assign_globals() ... done [12:33:10.704] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.704] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.704] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.705] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:10.705] | : . ' , ; ` | : New stack: [12:33:10.705] | : . ' , ; ` | : List of 1 [12:33:10.705] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.705] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.705] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.705] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.705] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.705] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.705] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.705] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.705] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.705] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.705] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.712] | : . ' , ; ` | : Old stack: [12:33:10.712] | : . ' , ; ` | : List of 1 [12:33:10.712] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.712] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.712] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.712] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.712] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.712] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.712] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.712] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.712] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.712] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.712] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.719] | : . ' , ; ` | : Identical [12:33:10.720] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:10.720] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.720] | : . ' , ; ` | List of future strategies: [12:33:10.720] | : . ' , ; ` | 1. sequential: [12:33:10.720] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:10.720] | : . ' , ; ` | - tweaked: FALSE [12:33:10.720] | : . ' , ; ` | - call: plan(sequential) [12:33:10.722] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.722] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.722] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.723] | : . ' , SequentialFuture started (and completed) [12:33:10.724] | : . ' , signalConditions() ... [12:33:10.724] | : . ' , ; include = 'immediateCondition' [12:33:10.724] | : . ' , ; exclude = [12:33:10.725] | : . ' , ; resignal = FALSE [12:33:10.725] | : . ' , ; Number of conditions: 6 [12:33:10.725] | : . ' , ; int 6 [12:33:10.726] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.726] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.727] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.727] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.727] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.728] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.728] | : . ' , signalConditions() ... done [12:33:10.728] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:10.729] | : . Launching futures ... done [12:33:10.729] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:10.729] | : Using SequentialFutureBackend ... done [12:33:10.730] | run() for 'Future' () ... done [12:33:10.730] future(..., label = NULL) ... done [12:33:10.730] value() for SequentialFuture () ... [12:33:10.731] | signalConditions() ... [12:33:10.731] | : include = 'immediateCondition' [12:33:10.731] | : exclude = [12:33:10.732] | : resignal = FALSE [12:33:10.732] | : Number of conditions: 6 [12:33:10.732] | : int 6 [12:33:10.733] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.733] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.734] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.734] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.734] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.735] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.735] | signalConditions() ... done [12:33:10.735] | relay stdout ... [12:33:10.736] | relay stdout ... done [12:33:10.736] | check for misuse ... [12:33:10.736] | check for misuse ... done [12:33:10.737] | relay conditions ... [12:33:10.737] | : Future state: 'finished' [12:33:10.737] | : signalConditions() ... [12:33:10.737] | : . include = 'condition' [12:33:10.738] | : . exclude = 'immediateCondition' [12:33:10.738] | : . resignal = TRUE [12:33:10.738] | : . Number of conditions: 6 [12:33:10.739] | : . int 6 [12:33:10.739] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.740] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:10.661] | : . ' , attachPackages() ... [12:33:10.740] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.740] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:10.661] | : . ' , ; packages: [n=1] 'future' [12:33:10.741] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.741] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:10.662] | : . ' , attachPackages() ... done [12:33:10.742] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.742] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:10.662] | : . ' , attachPackages() ... [12:33:10.742] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.743] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:10.662] | : . ' , ; packages: [n=0] [12:33:10.743] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.743] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:10.662] | : . ' , attachPackages() ... done [12:33:10.744] | : signalConditions() ... done [12:33:10.744] | relay conditions ... done [12:33:10.744] value() for SequentialFuture () ... done [12:33:10.745] future(..., label = NULL) ... [12:33:10.745] | lazy: TRUE [12:33:10.745] | stdout: TRUE [12:33:10.745] | conditions: [n=1] 'condition' [12:33:10.746] | getGlobalsAndPackages() ... [12:33:10.746] | : Searching for globals ... [12:33:10.758] | : . globals found: [3] '{', '*', 'a' [12:33:10.758] | : Searching for globals ... done [12:33:10.759] | : Resolving globals: FALSE [12:33:10.759] | : Search for packages associated with the globals ... [12:33:10.760] | : . Packages associated with globals: [1] 'base' [12:33:10.760] | : . Packages: [1] 'base' [12:33:10.761] | : Search for packages associated with the globals ... done [12:33:10.761] | : Packages after dropping 'base': [0] [12:33:10.761] | : globals: [1] 'a' [12:33:10.762] | : packages: [0] [12:33:10.762] | getGlobalsAndPackages() ... done [12:33:10.763] future(..., label = NULL) ... done [12:33:10.763] value() for Future () ... [12:33:10.764] | run() for 'Future' () ... [12:33:10.764] | : state: 'created' [12:33:10.765] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.765] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.765] | : Using SequentialFutureBackend ... [12:33:10.766] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:33:10.766] | : . Launching futures ... [12:33:10.767] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:10.767] | : . ' , getFutureData() ... [12:33:10.767] | : . ' , ; getFutureCore() ... [12:33:10.768] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:10.768] | : . ' , ; getFutureCore() ... done [12:33:10.768] | : . ' , ; getFutureCapture() ... [12:33:10.769] | : . ' , ; getFutureCapture() ... done [12:33:10.769] | : . ' , ; getFutureContext() ... [12:33:10.769] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.770] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:10.770] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.770] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:10.771] | : . ' , ; getFutureContext() ... done [12:33:10.771] | : . ' , getFutureData() ... done [12:33:10.776] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.776] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:10.777] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.777] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.778] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.778] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:10.779] | : . ' , ; ` | New stack: [12:33:10.779] | : . ' , ; ` | List of 1 [12:33:10.779] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.779] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.779] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:10.779] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.779] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.779] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.779] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.779] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.787] | : . ' , ; ` | Old stack: [12:33:10.787] | : . ' , ; ` | List of 1 [12:33:10.787] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.787] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.787] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:10.787] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.787] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.787] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.787] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:10.787] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.787] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.787] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.787] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.801] | : . ' , ; ` | Not identical [12:33:10.802] | : . ' , ; ` | all.equal() for future ... [12:33:10.802] | : . ' , ; ` | : List of 2 [12:33:10.802] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.802] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.802] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.802] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.802] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.802] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.802] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.815] | : . ' , ; ` | all.equal() for future ... done [12:33:10.815] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:10.816] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.816] | : . ' , ; ` List of future strategies: [12:33:10.816] | : . ' , ; ` 1. sequential: [12:33:10.816] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:10.816] | : . ' , ; ` - tweaked: FALSE [12:33:10.816] | : . ' , ; ` - call: plan(sequential) [12:33:10.817] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.817] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.818] | : . ' , assign_globals() ... [12:33:10.818] | : . ' , List of 1 [12:33:10.818] | : . ' , $ a: num 1 [12:33:10.818] | : . ' , - attr(*, "where")=List of 1 [12:33:10.818] | : . ' , ..$ a: [12:33:10.818] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:10.818] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:10.818] | : . ' , - attr(*, "total_size")= num NA [12:33:10.818] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:10.824] | : . ' , - copied 'a' to environment [12:33:10.825] | : . ' , assign_globals() ... done [12:33:10.829] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.830] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.830] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.831] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:10.831] | : . ' , ; ` | : New stack: [12:33:10.831] | : . ' , ; ` | : List of 1 [12:33:10.831] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.831] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.831] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.831] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.831] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.831] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.831] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.831] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.831] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.831] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.831] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.839] | : . ' , ; ` | : Old stack: [12:33:10.839] | : . ' , ; ` | : List of 1 [12:33:10.839] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.839] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.839] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.839] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.839] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.839] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.839] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.839] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.839] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.839] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.839] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.846] | : . ' , ; ` | : Identical [12:33:10.846] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:10.847] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.847] | : . ' , ; ` | List of future strategies: [12:33:10.847] | : . ' , ; ` | 1. sequential: [12:33:10.847] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:10.847] | : . ' , ; ` | - tweaked: FALSE [12:33:10.847] | : . ' , ; ` | - call: plan(sequential) [12:33:10.848] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.849] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.849] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.850] | : . ' , SequentialFuture started (and completed) [12:33:10.850] | : . ' , signalConditions() ... [12:33:10.851] | : . ' , ; include = 'immediateCondition' [12:33:10.851] | : . ' , ; exclude = [12:33:10.851] | : . ' , ; resignal = FALSE [12:33:10.852] | : . ' , ; Number of conditions: 6 [12:33:10.852] | : . ' , ; int 6 [12:33:10.853] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.853] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.854] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.854] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.854] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.855] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.855] | : . ' , signalConditions() ... done [12:33:10.855] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:10.856] | : . Launching futures ... done [12:33:10.856] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:10.856] | : Using SequentialFutureBackend ... done [12:33:10.857] | run() for 'Future' () ... done [12:33:10.857] | signalConditions() ... [12:33:10.857] | : include = 'immediateCondition' [12:33:10.858] | : exclude = [12:33:10.858] | : resignal = FALSE [12:33:10.858] | : Number of conditions: 6 [12:33:10.858] | : int 6 [12:33:10.859] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.860] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.860] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.860] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.860] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.861] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.861] | signalConditions() ... done [12:33:10.861] | relay stdout ... [12:33:10.862] | relay stdout ... done [12:33:10.862] | check for misuse ... [12:33:10.862] | check for misuse ... done [12:33:10.863] | relay conditions ... [12:33:10.863] | : Future state: 'finished' [12:33:10.863] | : signalConditions() ... [12:33:10.864] | : . include = 'condition' [12:33:10.864] | : . exclude = 'immediateCondition' [12:33:10.864] | : . resignal = TRUE [12:33:10.864] | : . Number of conditions: 6 [12:33:10.865] | : . int 6 [12:33:10.866] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.866] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:10.772] | : . ' , attachPackages() ... [12:33:10.867] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.867] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:10.773] | : . ' , ; packages: [n=1] 'future' [12:33:10.867] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.867] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:10.773] | : . ' , attachPackages() ... done [12:33:10.868] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.868] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:10.774] | : . ' , attachPackages() ... [12:33:10.869] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.869] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:10.774] | : . ' , ; packages: [n=0] [12:33:10.869] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.870] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:10.774] | : . ' , attachPackages() ... done [12:33:10.870] | : signalConditions() ... done [12:33:10.870] | relay conditions ... done [12:33:10.871] value() for Future () ... done [12:33:10.871] future(..., label = NULL) ... [12:33:10.871] | lazy: TRUE [12:33:10.872] | stdout: TRUE [12:33:10.872] | conditions: [n=1] 'condition' [12:33:10.872] | getGlobalsAndPackages() ... [12:33:10.873] | : Searching for globals ... [12:33:10.886] | : . globals found: [3] '{', '*', 'a' [12:33:10.886] | : Searching for globals ... done [12:33:10.887] | : Resolving globals: FALSE [12:33:10.887] | : Search for packages associated with the globals ... [12:33:10.888] | : . Packages associated with globals: [1] 'base' [12:33:10.888] | : . Packages: [1] 'base' [12:33:10.889] | : Search for packages associated with the globals ... done [12:33:10.889] | : Packages after dropping 'base': [0] [12:33:10.889] | : globals: [1] 'a' [12:33:10.890] | : packages: [0] [12:33:10.890] | getGlobalsAndPackages() ... done [12:33:10.890] future(..., label = NULL) ... done [12:33:10.891] value() for Future () ... [12:33:10.891] | run() for 'Future' () ... [12:33:10.891] | : state: 'created' [12:33:10.892] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.892] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.892] | : Using SequentialFutureBackend ... [12:33:10.893] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:33:10.893] | : . Launching futures ... [12:33:10.894] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:10.894] | : . ' , getFutureData() ... [12:33:10.894] | : . ' , ; getFutureCore() ... [12:33:10.894] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:10.895] | : . ' , ; getFutureCore() ... done [12:33:10.895] | : . ' , ; getFutureCapture() ... [12:33:10.895] | : . ' , ; getFutureCapture() ... done [12:33:10.896] | : . ' , ; getFutureContext() ... [12:33:10.896] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.896] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:10.897] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.897] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:10.897] | : . ' , ; getFutureContext() ... done [12:33:10.898] | : . ' , getFutureData() ... done [12:33:10.901] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.902] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:10.902] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:10.903] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.903] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.904] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:10.904] | : . ' , ; ` | New stack: [12:33:10.904] | : . ' , ; ` | List of 1 [12:33:10.904] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.904] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.904] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:10.904] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.904] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.904] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.904] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.904] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.911] | : . ' , ; ` | Old stack: [12:33:10.911] | : . ' , ; ` | List of 1 [12:33:10.911] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:10.911] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.911] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:10.911] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.911] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.911] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.911] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:10.911] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.911] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.911] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.911] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.918] | : . ' , ; ` | Not identical [12:33:10.919] | : . ' , ; ` | all.equal() for future ... [12:33:10.919] | : . ' , ; ` | : List of 2 [12:33:10.919] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.919] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:10.919] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.919] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.919] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.919] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.919] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.932] | : . ' , ; ` | all.equal() for future ... done [12:33:10.932] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:10.933] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.933] | : . ' , ; ` List of future strategies: [12:33:10.933] | : . ' , ; ` 1. sequential: [12:33:10.933] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:10.933] | : . ' , ; ` - tweaked: FALSE [12:33:10.933] | : . ' , ; ` - call: plan(sequential) [12:33:10.934] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.935] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.935] | : . ' , assign_globals() ... [12:33:10.935] | : . ' , List of 1 [12:33:10.935] | : . ' , $ a: num 1 [12:33:10.935] | : . ' , - attr(*, "where")=List of 1 [12:33:10.935] | : . ' , ..$ a: [12:33:10.935] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:10.935] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:10.935] | : . ' , - attr(*, "total_size")= num NA [12:33:10.935] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:10.941] | : . ' , - copied 'a' to environment [12:33:10.942] | : . ' , assign_globals() ... done [12:33:10.946] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.947] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:10.947] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:10.948] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:10.948] | : . ' , ; ` | : New stack: [12:33:10.948] | : . ' , ; ` | : List of 1 [12:33:10.948] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.948] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.948] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.948] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.948] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.948] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.948] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.948] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.948] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.948] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.948] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.956] | : . ' , ; ` | : Old stack: [12:33:10.956] | : . ' , ; ` | : List of 1 [12:33:10.956] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:10.956] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:10.956] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:10.956] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.956] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.956] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.956] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:10.956] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:10.956] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:10.956] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:10.956] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:10.963] | : . ' , ; ` | : Identical [12:33:10.964] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:10.964] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:10.964] | : . ' , ; ` | List of future strategies: [12:33:10.964] | : . ' , ; ` | 1. sequential: [12:33:10.964] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:10.964] | : . ' , ; ` | - tweaked: FALSE [12:33:10.964] | : . ' , ; ` | - call: plan(sequential) [12:33:10.965] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:10.966] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.966] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:10.967] | : . ' , SequentialFuture started (and completed) [12:33:10.967] | : . ' , signalConditions() ... [12:33:10.968] | : . ' , ; include = 'immediateCondition' [12:33:10.968] | : . ' , ; exclude = [12:33:10.968] | : . ' , ; resignal = FALSE [12:33:10.968] | : . ' , ; Number of conditions: 6 [12:33:10.969] | : . ' , ; int 6 [12:33:10.970] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.970] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.970] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.971] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.971] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.971] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.972] | : . ' , signalConditions() ... done [12:33:10.972] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:10.972] | : . Launching futures ... done [12:33:10.973] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:10.973] | : Using SequentialFutureBackend ... done [12:33:10.973] | run() for 'Future' () ... done [12:33:10.974] | signalConditions() ... [12:33:10.974] | : include = 'immediateCondition' [12:33:10.975] | : exclude = [12:33:10.975] | : resignal = FALSE [12:33:10.975] | : Number of conditions: 6 [12:33:10.975] | : int 6 [12:33:10.976] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.977] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.977] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.977] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.978] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.978] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.978] | signalConditions() ... done [12:33:10.979] | relay stdout ... [12:33:10.979] | relay stdout ... done [12:33:10.979] | check for misuse ... [12:33:10.980] | check for misuse ... done [12:33:10.980] | relay conditions ... [12:33:10.980] | : Future state: 'finished' [12:33:10.981] | : signalConditions() ... [12:33:10.981] | : . include = 'condition' [12:33:10.981] | : . exclude = 'immediateCondition' [12:33:10.982] | : . resignal = TRUE [12:33:10.982] | : . Number of conditions: 6 [12:33:10.982] | : . int 6 [12:33:10.983] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.984] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:10.898] | : . ' , attachPackages() ... [12:33:10.984] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.985] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:10.899] | : . ' , ; packages: [n=1] 'future' [12:33:10.990] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.991] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:10.899] | : . ' , attachPackages() ... done [12:33:10.991] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.991] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:10.900] | : . ' , attachPackages() ... [12:33:10.992] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.992] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:10.900] | : . ' , ; packages: [n=0] [12:33:10.993] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:10.993] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:10.900] | : . ' , attachPackages() ... done [12:33:10.993] | : signalConditions() ... done [12:33:10.994] | relay conditions ... done [12:33:10.994] value() for Future () ... done *** futureAssign() with 'sequential' futures ... DONE Testing with 1 cores ... DONE Testing with 2 cores ... *** futureAssign() with 'multisession' futures ... [12:33:10.995] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:10.996] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:10.996] | : all.equal() for FutureStrategyList ... [12:33:10.996] | : . New stack: [12:33:10.997] | : . List of 1 [12:33:10.997] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:10.997] | : . rscript_libs = .libPaths()) [12:33:10.997] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:10.997] | : . ..- attr(*, "init")= logi TRUE [12:33:10.997] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:10.997] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:10.997] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:10.997] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:10.997] | : . ..- attr(*, "untweakable")= chr "persistent" [12:33:10.997] | : . ..- attr(*, "call")= language plan(strategy) [12:33:10.997] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:11.004] | : . Old stack: [12:33:11.004] | : . List of 1 [12:33:11.004] | : . $ :function (..., envir = parent.frame()) [12:33:11.004] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:11.004] | : . ..- attr(*, "init")= chr "done" [12:33:11.004] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:11.004] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:11.004] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:11.004] | : . ..- attr(*, "call")= language plan(sequential) [12:33:11.004] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:11.004] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:11.004] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:11.004] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:11.011] | : . Not identical [12:33:11.011] | : . all.equal() for future ... [12:33:11.012] | : . ' List of 2 [12:33:11.012] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:33:11.012] | : . ' rscript_libs = .libPaths()) [12:33:11.012] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:11.012] | : . ' ..- attr(*, "init")= logi TRUE [12:33:11.012] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:11.012] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:11.012] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:11.012] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:11.012] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:33:11.012] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:11.012] | : . ' $ current:function (..., envir = parent.frame()) [12:33:11.012] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:11.012] | : . ' ..- attr(*, "init")= chr "done" [12:33:11.012] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:11.012] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:11.012] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:11.012] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:11.012] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:11.012] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:11.012] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:11.024] | : . ' Formals differ [12:33:11.024] | : . all.equal() for future ... done [12:33:11.025] | : . Future strategies differ at level 1 [12:33:11.025] | : all.equal() for FutureStrategyList ... done [12:33:11.025] | : plan(): Setting new future backend stack: [12:33:11.026] | : List of future strategies: [12:33:11.026] | : 1. multisession: [12:33:11.026] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:33:11.026] | : - tweaked: FALSE [12:33:11.026] | : - call: plan(strategy) [12:33:11.026] | : List of 1 [12:33:11.026] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:11.026] | : rscript_libs = .libPaths()) [12:33:11.026] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:11.026] | : ..- attr(*, "init")= logi TRUE [12:33:11.026] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:11.026] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:11.026] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:11.026] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:11.026] | : ..- attr(*, "untweakable")= chr "persistent" [12:33:11.026] | : ..- attr(*, "call")= language plan(strategy) [12:33:11.026] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:11.033] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:33:11.033] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:11.034] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:33:11.034] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:11.035] | : . Legacy shutdown of cluster workers ... [12:33:11.035] | : . ' Stopping existing cluster ... [12:33:11.036] | : . ' , No pre-existing cluster. Skipping [12:33:11.036] | : . ' Stopping existing cluster ... done [12:33:11.036] | : . Legacy shutdown of cluster workers ... done [12:33:11.037] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:33:11.037] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:33:11.037] | : . function (..., workers = availableCores(constraints = "connections-16"), [12:33:11.037] | : . rscript_libs = .libPaths()) [12:33:11.037] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:11.037] | : . - attr(*, "init")= logi TRUE [12:33:11.037] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:11.037] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:11.037] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:11.037] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:11.037] | : . - attr(*, "untweakable")= chr "persistent" [12:33:11.037] | : . - attr(*, "call")= language plan(strategy) [12:33:11.043] | : . init: TRUE [12:33:11.043] | : . makeFutureBackend() ... [12:33:11.043] | : . ' Backend function: <'NULL'> [12:33:11.044] | : . ' Evaluator tweak arguments: [n=0] [12:33:11.044] | : . ' list() [12:33:11.045] | : . ' Evaluator formal arguments: [n=2] [12:33:11.045] | : . ' Dotted pair list of 2 [12:33:11.045] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:33:11.045] | : . ' $ rscript_libs: language .libPaths() [12:33:11.047] | : . ' Arguments passed to the future-backend factory: [n=2] [12:33:11.047] | : . ' List of 2 [12:33:11.047] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:33:11.047] | : . ' $ rscript_libs: language .libPaths() [12:33:11.049] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:33:11.049] | : . ' , Arguments: [12:33:11.050] | : . ' , List of 5 [12:33:11.050] | : . ' , $ workers : Named int 2 [12:33:11.050] | : . ' , ..- attr(*, "names")= chr "mc.cores" [12:33:11.050] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:33:11.050] | : . ' , $ interrupts : logi TRUE [12:33:11.050] | : . ' , $ gc : logi FALSE [12:33:11.050] | : . ' , $ earlySignal : logi FALSE [12:33:11.147] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:33:11.147] | : . ' , ; workers: 2 [12:33:11.148] | : . ' , ; getCluster() ... [12:33:11.148] | : . ' , ; getCluster() ... done [12:33:11.148] | : . ' , ; Stopping existing cluster ... [12:33:11.149] | : . ' , ; ` No pre-existing cluster. Skipping [12:33:11.149] | : . ' , ; Stopping existing cluster ... done [12:33:11.149] | : . ' , ; Starting new cluster ... [12:33:11.149] | : . ' , ; ` makeCluster(workers, ...) ... [12:33:11.150] | : . ' , ; ` | Arguments: [12:33:11.150] | : . ' , ; ` | List of 2 [12:33:11.150] | : . ' , ; ` | $ : int 2 [12:33:11.150] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:33:11.152] | : . ' , ; ` | .makeCluster() ... [12:33:11.152] | : . ' , ; ` | : workers: '2' [12:33:11.153] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:33:11.153] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:33:11.154] | : . ' , ; ` | : List of 2 [12:33:11.154] | : . ' , ; ` | : $ : int 2 [12:33:11.154] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:33:12.179] | : . ' , ; ` | : Generated cluster UUID [12:33:12.180] | : . ' , ; ` | : Cluster UUID: 'b0210e7fee35d1e4975925f782f457ee' [12:33:12.180] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:12.185] | : . ' , ; ` | .makeCluster() ... done [12:33:12.185] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:12.188] | : . ' , ; ` makeCluster(workers, ...) ... done [12:33:12.188] | : . ' , ; ` Number of workers: 2 [12:33:12.188] | : . ' , ; ` Workers UUID: 'b0210e7fee35d1e4975925f782f457ee' [12:33:12.189] | : . ' , ; Starting new cluster ... done [12:33:12.189] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:33:12.189] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:33:12.189] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:33:12.189] | : . makeFutureBackend() ... done [12:33:12.190] | : . nbrOfWorkers(NULL) ... [12:33:12.190] | : . ' List of 4 [12:33:12.190] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:33:12.190] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:33:12.190] | : . ' $ : language nbrOfWorkers() [12:33:12.190] | : . ' $ : language nbrOfWorkers.NULL() [12:33:12.192] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.193] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.193] | : . ' Number of workers: 2 [12:33:12.193] | : . nbrOfWorkers(NULL) ... done [12:33:12.194] | : . plan(): nbrOfWorkers() = 2 [12:33:12.194] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:33:12.194] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:12.194] | future(..., label = NULL) ... [12:33:12.194] | : lazy: FALSE [12:33:12.195] | : stdout: TRUE [12:33:12.195] | : conditions: [n=1] 'condition' [12:33:12.195] | : getGlobalsAndPackages() ... [12:33:12.195] | : . Searching for globals ... [12:33:12.200] | : . ' globals found: [1] '{' [12:33:12.201] | : . Searching for globals ... done [12:33:12.201] | : . Resolving globals: FALSE [12:33:12.201] | : . Search for packages associated with the globals ... [12:33:12.202] | : . ' Packages associated with globals: [1] 'base' [12:33:12.202] | : . ' Packages: [1] 'base' [12:33:12.202] | : . Search for packages associated with the globals ... done [12:33:12.203] | : . Packages after dropping 'base': [0] [12:33:12.203] | : . globals: [0] [12:33:12.203] | : . packages: [0] [12:33:12.203] | : getGlobalsAndPackages() ... done [12:33:12.204] | : run() for 'Future' () ... [12:33:12.204] | : . state: 'created' [12:33:12.204] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.205] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.205] | : . Using MultisessionFutureBackend ... [12:33:12.205] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:12.205] | : . ' Launching futures ... [12:33:12.206] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:12.206] | : . ' , ; Workers: [n=2] [12:33:12.207] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:12.210] | : . ' , ; FutureRegistry: 'workers-b0210e7fee35d1e4975925f782f457ee' [12:33:12.210] | : . ' , ; requestWorker() ... [12:33:12.210] | : . ' , ; ` requestNode() ... [12:33:12.210] | : . ' , ; ` | Number of workers: 2 [12:33:12.211] | : . ' , ; ` | Polling for a free worker ... [12:33:12.211] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.211] | : . ' , ; ` | : . Created empty registry 'workers-b0210e7fee35d1e4975925f782f457ee' [12:33:12.211] | : . ' , ; ` | : . Listing all futures [12:33:12.212] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.212] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.212] | : . ' , ; ` | : Total time: 0 [12:33:12.212] | : . ' , ; ` | Polling for a free worker ... done [12:33:12.213] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.213] | : . ' , ; ` | : Listing all futures [12:33:12.213] | : . ' , ; ` | : Number of registered futures: 0 [12:33:12.213] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.214] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:12.214] | : . ' , ; ` | Index of first available worker: 1 [12:33:12.214] | : . ' , ; ` | Validate that the worker is functional ... [12:33:12.215] | : . ' , ; ` | : Worker is functional [12:33:12.215] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.216] | : . ' , ; ` | : . Listing all futures [12:33:12.216] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.216] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.216] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:12.217] | : . ' , ; ` requestNode() ... done [12:33:12.217] | : . ' , ; ` cluster node index: 1 [12:33:12.217] | : . ' , ; requestWorker() ... done [12:33:12.217] | : . ' , ; eraseGlobalEnvironment() ... [12:33:12.218] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:12.219] | : . ' , ; launchFuture() ... [12:33:12.219] | : . ' , ; ` cluster node index: 1 [12:33:12.220] | : . ' , ; ` getFutureData() ... [12:33:12.220] | : . ' , ; ` | getFutureCore() ... [12:33:12.221] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:12.221] | : . ' , ; ` | getFutureCore() ... done [12:33:12.221] | : . ' , ; ` | getFutureCapture() ... [12:33:12.222] | : . ' , ; ` | getFutureCapture() ... done [12:33:12.222] | : . ' , ; ` | getFutureContext() ... [12:33:12.222] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.223] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:12.223] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.224] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:12.224] | : . ' , ; ` | getFutureContext() ... done [12:33:12.224] | : . ' , ; ` getFutureData() ... done [12:33:12.225] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... [12:33:12.225] | : . ' , ; ` | Appended future to position #1 [12:33:12.226] | : . ' , ; ` | Number of registered futures: 1 [12:33:12.226] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... done [12:33:12.226] | : . ' , ; launchFuture() ... done [12:33:12.226] | : . ' , ; MultisessionFuture started [12:33:12.227] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:12.227] | : . ' Launching futures ... done [12:33:12.227] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:12.227] | : . Using MultisessionFutureBackend ... done [12:33:12.228] | : run() for 'Future' () ... done [12:33:12.228] | future(..., label = NULL) ... done [12:33:12.228] | future(..., label = NULL) ... [12:33:12.228] | : lazy: FALSE [12:33:12.229] | : stdout: TRUE [12:33:12.229] | : conditions: [n=1] 'condition' [12:33:12.229] | : getGlobalsAndPackages() ... [12:33:12.229] | : . Searching for globals ... [12:33:12.234] | : . ' globals found: [1] '{' [12:33:12.235] | : . Searching for globals ... done [12:33:12.235] | : . Resolving globals: FALSE [12:33:12.235] | : . Search for packages associated with the globals ... [12:33:12.235] | : . ' Packages associated with globals: [1] 'base' [12:33:12.236] | : . ' Packages: [1] 'base' [12:33:12.236] | : . Search for packages associated with the globals ... done [12:33:12.236] | : . Packages after dropping 'base': [0] [12:33:12.237] | : . globals: [0] [12:33:12.237] | : . packages: [0] [12:33:12.237] | : getGlobalsAndPackages() ... done [12:33:12.237] | : run() for 'Future' () ... [12:33:12.238] | : . state: 'created' [12:33:12.238] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.238] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.238] | : . Using MultisessionFutureBackend ... [12:33:12.239] | : . ' Number of futures since start: 1 (1 created, 1 launched, 0 finished) [12:33:12.239] | : . ' Launching futures ... [12:33:12.239] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:12.239] | : . ' , ; Workers: [n=2] [12:33:12.240] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:12.242] | : . ' , ; FutureRegistry: 'workers-b0210e7fee35d1e4975925f782f457ee' [12:33:12.243] | : . ' , ; requestWorker() ... [12:33:12.243] | : . ' , ; ` requestNode() ... [12:33:12.243] | : . ' , ; ` | Number of workers: 2 [12:33:12.243] | : . ' , ; ` | Polling for a free worker ... [12:33:12.244] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.244] | : . ' , ; ` | : . Listing all futures [12:33:12.244] | : . ' , ; ` | : . Number of registered futures: 1 [12:33:12.244] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.244] | : . ' , ; ` | : Total time: 0 [12:33:12.245] | : . ' , ; ` | Polling for a free worker ... done [12:33:12.245] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.245] | : . ' , ; ` | : Listing all futures [12:33:12.245] | : . ' , ; ` | : Number of registered futures: 1 [12:33:12.246] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.246] | : . ' , ; ` | avail: [n=2] '2' [12:33:12.246] | : . ' , ; ` | Index of first available worker: 2 [12:33:12.246] | : . ' , ; ` | Validate that the worker is functional ... [12:33:12.247] | : . ' , ; ` | : Worker is functional [12:33:12.248] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.248] | : . ' , ; ` | : . Listing all futures [12:33:12.248] | : . ' , ; ` | : . Number of registered futures: 1 [12:33:12.249] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.249] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:12.249] | : . ' , ; ` requestNode() ... done [12:33:12.250] | : . ' , ; ` cluster node index: 2 [12:33:12.250] | : . ' , ; requestWorker() ... done [12:33:12.250] | : . ' , ; eraseGlobalEnvironment() ... [12:33:12.251] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:12.252] | : . ' , ; launchFuture() ... [12:33:12.252] | : . ' , ; ` cluster node index: 2 [12:33:12.253] | : . ' , ; ` getFutureData() ... [12:33:12.253] | : . ' , ; ` | getFutureCore() ... [12:33:12.253] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:12.254] | : . ' , ; ` | getFutureCore() ... done [12:33:12.254] | : . ' , ; ` | getFutureCapture() ... [12:33:12.254] | : . ' , ; ` | getFutureCapture() ... done [12:33:12.254] | : . ' , ; ` | getFutureContext() ... [12:33:12.255] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.255] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:12.255] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.256] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:12.256] | : . ' , ; ` | getFutureContext() ... done [12:33:12.256] | : . ' , ; ` getFutureData() ... done [12:33:12.257] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... [12:33:12.257] | : . ' , ; ` | Appended future to position #2 [12:33:12.258] | : . ' , ; ` | Number of registered futures: 2 [12:33:12.258] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... done [12:33:12.258] | : . ' , ; launchFuture() ... done [12:33:12.258] | : . ' , ; MultisessionFuture started [12:33:12.259] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:12.259] | : . ' Launching futures ... done [12:33:12.259] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:12.259] | : . Using MultisessionFutureBackend ... done [12:33:12.260] | : run() for 'Future' () ... done [12:33:12.260] | future(..., label = NULL) ... done [12:33:12.260] | value() for MultisessionFuture () ... [12:33:12.261] | : result() for ClusterFuture ... [12:33:12.262] | : . assertValidConnection() ... [12:33:12.262] | : . ' cluster node index: 1 [12:33:12.263] | : . assertValidConnection() ... done [12:33:12.264] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:12.264] | : . ' cluster node index: 1 [12:33:12.309] | : . ' [1] TRUE [12:33:12.310] | : . ' Received data: [12:33:12.310] | : . ' List of 5 [12:33:12.310] | : . ' $ type : chr "VALUE" [12:33:12.310] | : . ' $ value :List of 16 [12:33:12.310] | : . ' ..$ value : num 2 [12:33:12.310] | : . ' ..$ visible : logi TRUE [12:33:12.310] | : . ' ..$ stdout : chr "" [12:33:12.310] | : . ' ..$ conditions : list() [12:33:12.310] | : . ' ..$ rng : logi FALSE [12:33:12.310] | : . ' ..$ seed : NULL [12:33:12.310] | : . ' ..$ misuseGlobalEnv : NULL [12:33:12.310] | : . ' ..$ misuseConnections :List of 3 [12:33:12.310] | : . ' .. ..$ added : NULL [12:33:12.310] | : . ' .. ..$ removed : NULL [12:33:12.310] | : . ' .. ..$ replaced: NULL [12:33:12.310] | : . ' ..$ misuseDevices : NULL [12:33:12.310] | : . ' ..$ misuseDefaultDevice: list() [12:33:12.310] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.310] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.310] | : . ' ..$ uuid : chr [1:2] "b6a09301184b566385f043c7a0da000b" "9" [12:33:12.310] | : . ' ..$ session_uuid : chr "ff34253e603c82f8389aefbb68398e9c" [12:33:12.310] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:12.310] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:12.310] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:12.310] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:12.310] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:12.310] | : . ' .. .. ..$ pid : int 77008 [12:33:12.310] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.310] | : . ' .. .. ..$ random: int 2147483647 [12:33:12.310] | : . ' ..$ r_info :List of 4 [12:33:12.310] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:12.310] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:12.310] | : . ' .. ..$ os : chr "windows" [12:33:12.310] | : . ' .. ..$ os_name : chr "Windows" [12:33:12.310] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:12.310] | : . ' ..$ version : chr "1.8" [12:33:12.310] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:12.310] | : . ' $ success: logi TRUE [12:33:12.310] | : . ' $ time : 'proc_time' Named num [1:5] 0.06 0.03 0.1 NA NA [12:33:12.310] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:12.310] | : . ' $ tag : NULL [12:33:12.335] | : . ' Received FutureResult [12:33:12.335] | : . ' FutureResult: [12:33:12.335] | : . ' value: 'numeric' [12:33:12.335] | : . ' visible: TRUE [12:33:12.335] | : . ' stdout: character [12:33:12.335] | : . ' conditions: [n = 0] [12:33:12.335] | : . ' RNG used: FALSE [12:33:12.335] | : . ' duration: 0.0797379 secs (started 2026-01-16 12:33:12.22769) [12:33:12.335] | : . ' version: 1.8 [12:33:12.336] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... [12:33:12.337] | : . ' , Removed future from position #1 [12:33:12.337] | : . ' , Number of registered futures: 1 [12:33:12.337] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... done [12:33:12.337] | : . ' Erased future from future backend [12:33:12.338] | : . ' result() for ClusterFuture ... [12:33:12.338] | : . ' , result already collected: FutureResult [12:33:12.338] | : . ' result() for ClusterFuture ... done [12:33:12.339] | : . ' signalConditions() ... [12:33:12.339] | : . ' , include = 'immediateCondition' [12:33:12.339] | : . ' , exclude = [12:33:12.340] | : . ' , resignal = FALSE [12:33:12.340] | : . ' , Number of conditions: 0 [12:33:12.340] | : . ' , int 0 [12:33:12.341] | : . ' signalConditions() ... done [12:33:12.342] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:12.342] | : result() for ClusterFuture ... done [12:33:12.342] | : result() for ClusterFuture ... [12:33:12.343] | : . result already collected: FutureResult [12:33:12.343] | : result() for ClusterFuture ... done [12:33:12.343] | : signalConditions() ... [12:33:12.344] | : . include = 'immediateCondition' [12:33:12.344] | : . exclude = [12:33:12.344] | : . resignal = FALSE [12:33:12.345] | : . Number of conditions: 0 [12:33:12.345] | : . int 0 [12:33:12.346] | : signalConditions() ... done [12:33:12.346] | : relay stdout ... [12:33:12.347] | : relay stdout ... done [12:33:12.347] | : check for misuse ... [12:33:12.347] | : check for misuse ... done [12:33:12.348] | value() for MultisessionFuture () ... done u$a = 2 [12:33:12.348] | value() for MultisessionFuture () ... [12:33:12.348] | : result() for ClusterFuture ... [12:33:12.349] | : . assertValidConnection() ... [12:33:12.349] | : . ' cluster node index: 2 [12:33:12.350] | : . assertValidConnection() ... done [12:33:12.350] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:12.351] | : . ' cluster node index: 2 [12:33:12.351] | : . ' [1] TRUE [12:33:12.352] | : . ' Received data: [12:33:12.352] | : . ' List of 5 [12:33:12.352] | : . ' $ type : chr "VALUE" [12:33:12.352] | : . ' $ value :List of 16 [12:33:12.352] | : . ' ..$ value : num 4 [12:33:12.352] | : . ' ..$ visible : logi TRUE [12:33:12.352] | : . ' ..$ stdout : chr "" [12:33:12.352] | : . ' ..$ conditions : list() [12:33:12.352] | : . ' ..$ rng : logi FALSE [12:33:12.352] | : . ' ..$ seed : NULL [12:33:12.352] | : . ' ..$ misuseGlobalEnv : NULL [12:33:12.352] | : . ' ..$ misuseConnections :List of 3 [12:33:12.352] | : . ' .. ..$ added : NULL [12:33:12.352] | : . ' .. ..$ removed : NULL [12:33:12.352] | : . ' .. ..$ replaced: NULL [12:33:12.352] | : . ' ..$ misuseDevices : NULL [12:33:12.352] | : . ' ..$ misuseDefaultDevice: list() [12:33:12.352] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.352] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.352] | : . ' ..$ uuid : chr [1:2] "b6a09301184b566385f043c7a0da000b" "10" [12:33:12.352] | : . ' ..$ session_uuid : chr "a457ca76025397f4e7236d10764fc9b3" [12:33:12.352] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:12.352] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:12.352] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:12.352] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:12.352] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:12.352] | : . ' .. .. ..$ pid : int 32144 [12:33:12.352] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.352] | : . ' .. .. ..$ random: int 2147483647 [12:33:12.352] | : . ' ..$ r_info :List of 4 [12:33:12.352] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:12.352] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:12.352] | : . ' .. ..$ os : chr "windows" [12:33:12.352] | : . ' .. ..$ os_name : chr "Windows" [12:33:12.352] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:12.352] | : . ' ..$ version : chr "1.8" [12:33:12.352] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:12.352] | : . ' $ success: logi TRUE [12:33:12.352] | : . ' $ time : 'proc_time' Named num [1:5] 0.07 0 0.07 NA NA [12:33:12.352] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:12.352] | : . ' $ tag : NULL [12:33:12.382] | : . ' Received FutureResult [12:33:12.382] | : . ' FutureResult: [12:33:12.382] | : . ' value: 'numeric' [12:33:12.382] | : . ' visible: TRUE [12:33:12.382] | : . ' stdout: character [12:33:12.382] | : . ' conditions: [n = 0] [12:33:12.382] | : . ' RNG used: FALSE [12:33:12.382] | : . ' duration: 0.07618499 secs (started 2026-01-16 12:33:12.259447) [12:33:12.382] | : . ' version: 1.8 [12:33:12.384] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... [12:33:12.384] | : . ' , Removed future from position #1 [12:33:12.384] | : . ' , Number of registered futures: 0 [12:33:12.385] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... done [12:33:12.385] | : . ' Erased future from future backend [12:33:12.385] | : . ' result() for ClusterFuture ... [12:33:12.386] | : . ' , result already collected: FutureResult [12:33:12.386] | : . ' result() for ClusterFuture ... done [12:33:12.386] | : . ' signalConditions() ... [12:33:12.387] | : . ' , include = 'immediateCondition' [12:33:12.387] | : . ' , exclude = [12:33:12.387] | : . ' , resignal = FALSE [12:33:12.388] | : . ' , Number of conditions: 0 [12:33:12.388] | : . ' , int 0 [12:33:12.389] | : . ' signalConditions() ... done [12:33:12.389] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:12.390] | : result() for ClusterFuture ... done [12:33:12.390] | : result() for ClusterFuture ... [12:33:12.390] | : . result already collected: FutureResult [12:33:12.391] | : result() for ClusterFuture ... done [12:33:12.391] | : signalConditions() ... [12:33:12.391] | : . include = 'immediateCondition' [12:33:12.391] | : . exclude = [12:33:12.392] | : . resignal = FALSE [12:33:12.392] | : . Number of conditions: 0 [12:33:12.392] | : . int 0 [12:33:12.393] | : signalConditions() ... done [12:33:12.394] | : relay stdout ... [12:33:12.394] | : relay stdout ... done [12:33:12.394] | : check for misuse ... [12:33:12.395] | : check for misuse ... done [12:33:12.395] | value() for MultisessionFuture () ... done v$a = 4 [12:33:12.395] | future(..., label = NULL) ... [12:33:12.396] | : lazy: FALSE [12:33:12.396] | : stdout: TRUE [12:33:12.396] | : conditions: [n=1] 'condition' [12:33:12.397] | : getGlobalsAndPackages() ... [12:33:12.397] | : . Searching for globals ... [12:33:12.410] | : . ' globals found: [3] '{', '*', 'a' [12:33:12.410] | : . Searching for globals ... done [12:33:12.411] | : . Resolving globals: FALSE [12:33:12.411] | : . Search for packages associated with the globals ... [12:33:12.412] | : . ' Packages associated with globals: [1] 'base' [12:33:12.412] | : . ' Packages: [1] 'base' [12:33:12.413] | : . Search for packages associated with the globals ... done [12:33:12.413] | : . Packages after dropping 'base': [0] [12:33:12.413] | : . globals: [1] 'a' [12:33:12.414] | : . packages: [0] [12:33:12.414] | : getGlobalsAndPackages() ... done [12:33:12.415] | : run() for 'Future' () ... [12:33:12.415] | : . state: 'created' [12:33:12.415] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.416] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.416] | : . Using MultisessionFutureBackend ... [12:33:12.417] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:33:12.417] | : . ' Launching futures ... [12:33:12.417] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:12.418] | : . ' , ; Workers: [n=2] [12:33:12.418] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:12.422] | : . ' , ; FutureRegistry: 'workers-b0210e7fee35d1e4975925f782f457ee' [12:33:12.422] | : . ' , ; requestWorker() ... [12:33:12.423] | : . ' , ; ` requestNode() ... [12:33:12.423] | : . ' , ; ` | Number of workers: 2 [12:33:12.423] | : . ' , ; ` | Polling for a free worker ... [12:33:12.424] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.424] | : . ' , ; ` | : . Listing all futures [12:33:12.424] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.425] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.425] | : . ' , ; ` | : Total time: 0 [12:33:12.426] | : . ' , ; ` | Polling for a free worker ... done [12:33:12.426] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.426] | : . ' , ; ` | : Listing all futures [12:33:12.427] | : . ' , ; ` | : Number of registered futures: 0 [12:33:12.427] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.427] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:12.428] | : . ' , ; ` | Index of first available worker: 1 [12:33:12.428] | : . ' , ; ` | Validate that the worker is functional ... [12:33:12.429] | : . ' , ; ` | : Worker is functional [12:33:12.429] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.430] | : . ' , ; ` | : . Listing all futures [12:33:12.430] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.430] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.431] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:12.431] | : . ' , ; ` requestNode() ... done [12:33:12.431] | : . ' , ; ` cluster node index: 1 [12:33:12.432] | : . ' , ; requestWorker() ... done [12:33:12.432] | : . ' , ; eraseGlobalEnvironment() ... [12:33:12.433] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:12.434] | : . ' , ; launchFuture() ... [12:33:12.434] | : . ' , ; ` cluster node index: 1 [12:33:12.434] | : . ' , ; ` getFutureData() ... [12:33:12.434] | : . ' , ; ` | getFutureCore() ... [12:33:12.435] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:12.435] | : . ' , ; ` | getFutureCore() ... done [12:33:12.435] | : . ' , ; ` | getFutureCapture() ... [12:33:12.435] | : . ' , ; ` | getFutureCapture() ... done [12:33:12.435] | : . ' , ; ` | getFutureContext() ... [12:33:12.435] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.436] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:12.436] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.436] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:12.436] | : . ' , ; ` | getFutureContext() ... done [12:33:12.436] | : . ' , ; ` getFutureData() ... done [12:33:12.437] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... [12:33:12.437] | : . ' , ; ` | Appended future to position #1 [12:33:12.438] | : . ' , ; ` | Number of registered futures: 1 [12:33:12.438] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... done [12:33:12.438] | : . ' , ; launchFuture() ... done [12:33:12.438] | : . ' , ; MultisessionFuture started [12:33:12.439] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:12.439] | : . ' Launching futures ... done [12:33:12.439] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:12.439] | : . Using MultisessionFutureBackend ... done [12:33:12.440] | : run() for 'Future' () ... done [12:33:12.440] | future(..., label = NULL) ... done [12:33:12.440] | value() for MultisessionFuture () ... [12:33:12.441] | : result() for ClusterFuture ... [12:33:12.441] | : . assertValidConnection() ... [12:33:12.441] | : . ' cluster node index: 1 [12:33:12.442] | : . assertValidConnection() ... done [12:33:12.442] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:12.443] | : . ' cluster node index: 1 [12:33:12.446] | : . ' [1] TRUE [12:33:12.446] | : . ' Received data: [12:33:12.447] | : . ' List of 5 [12:33:12.447] | : . ' $ type : chr "VALUE" [12:33:12.447] | : . ' $ value :List of 16 [12:33:12.447] | : . ' ..$ value : num 2 [12:33:12.447] | : . ' ..$ visible : logi TRUE [12:33:12.447] | : . ' ..$ stdout : chr "" [12:33:12.447] | : . ' ..$ conditions : list() [12:33:12.447] | : . ' ..$ rng : logi FALSE [12:33:12.447] | : . ' ..$ seed : NULL [12:33:12.447] | : . ' ..$ misuseGlobalEnv : NULL [12:33:12.447] | : . ' ..$ misuseConnections :List of 3 [12:33:12.447] | : . ' .. ..$ added : NULL [12:33:12.447] | : . ' .. ..$ removed : NULL [12:33:12.447] | : . ' .. ..$ replaced: NULL [12:33:12.447] | : . ' ..$ misuseDevices : NULL [12:33:12.447] | : . ' ..$ misuseDefaultDevice: list() [12:33:12.447] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.447] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.447] | : . ' ..$ uuid : chr [1:2] "b6a09301184b566385f043c7a0da000b" "11" [12:33:12.447] | : . ' ..$ session_uuid : chr "ff34253e603c82f8389aefbb68398e9c" [12:33:12.447] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:12.447] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:12.447] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:12.447] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:12.447] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:12.447] | : . ' .. .. ..$ pid : int 77008 [12:33:12.447] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.447] | : . ' .. .. ..$ random: int 2147483647 [12:33:12.447] | : . ' ..$ r_info :List of 4 [12:33:12.447] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:12.447] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:12.447] | : . ' .. ..$ os : chr "windows" [12:33:12.447] | : . ' .. ..$ os_name : chr "Windows" [12:33:12.447] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:12.447] | : . ' ..$ version : chr "1.8" [12:33:12.447] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:12.447] | : . ' $ success: logi TRUE [12:33:12.447] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:12.447] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:12.447] | : . ' $ tag : NULL [12:33:12.473] | : . ' Received FutureResult [12:33:12.474] | : . ' FutureResult: [12:33:12.474] | : . ' value: 'numeric' [12:33:12.474] | : . ' visible: TRUE [12:33:12.474] | : . ' stdout: character [12:33:12.474] | : . ' conditions: [n = 0] [12:33:12.474] | : . ' RNG used: FALSE [12:33:12.474] | : . ' duration: 0.006083012 secs (started 2026-01-16 12:33:12.437926) [12:33:12.474] | : . ' version: 1.8 [12:33:12.475] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... [12:33:12.475] | : . ' , Removed future from position #1 [12:33:12.476] | : . ' , Number of registered futures: 0 [12:33:12.476] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... done [12:33:12.477] | : . ' Erased future from future backend [12:33:12.477] | : . ' result() for ClusterFuture ... [12:33:12.477] | : . ' , result already collected: FutureResult [12:33:12.478] | : . ' result() for ClusterFuture ... done [12:33:12.478] | : . ' signalConditions() ... [12:33:12.478] | : . ' , include = 'immediateCondition' [12:33:12.478] | : . ' , exclude = [12:33:12.479] | : . ' , resignal = FALSE [12:33:12.479] | : . ' , Number of conditions: 0 [12:33:12.480] | : . ' , int 0 [12:33:12.481] | : . ' signalConditions() ... done [12:33:12.481] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:12.481] | : result() for ClusterFuture ... done [12:33:12.482] | : result() for ClusterFuture ... [12:33:12.482] | : . result already collected: FutureResult [12:33:12.482] | : result() for ClusterFuture ... done [12:33:12.483] | : signalConditions() ... [12:33:12.483] | : . include = 'immediateCondition' [12:33:12.483] | : . exclude = [12:33:12.484] | : . resignal = FALSE [12:33:12.484] | : . Number of conditions: 0 [12:33:12.484] | : . int 0 [12:33:12.485] | : signalConditions() ... done [12:33:12.486] | : relay stdout ... [12:33:12.486] | : relay stdout ... done [12:33:12.486] | : check for misuse ... [12:33:12.487] | : check for misuse ... done [12:33:12.487] | value() for MultisessionFuture () ... done [12:33:12.487] | future(..., label = NULL) ... [12:33:12.488] | : lazy: FALSE [12:33:12.488] | : stdout: TRUE [12:33:12.489] | : conditions: [n=1] 'condition' [12:33:12.489] | : getGlobalsAndPackages() ... [12:33:12.489] | : . Searching for globals ... [12:33:12.503] | : . ' globals found: [3] '{', '*', 'a' [12:33:12.504] | : . Searching for globals ... done [12:33:12.504] | : . Resolving globals: FALSE [12:33:12.504] | : . Search for packages associated with the globals ... [12:33:12.505] | : . ' Packages associated with globals: [1] 'base' [12:33:12.506] | : . ' Packages: [1] 'base' [12:33:12.506] | : . Search for packages associated with the globals ... done [12:33:12.507] | : . Packages after dropping 'base': [0] [12:33:12.507] | : . globals: [1] 'a' [12:33:12.507] | : . packages: [0] [12:33:12.508] | : getGlobalsAndPackages() ... done [12:33:12.508] | : run() for 'Future' () ... [12:33:12.509] | : . state: 'created' [12:33:12.509] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.509] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.510] | : . Using MultisessionFutureBackend ... [12:33:12.510] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:33:12.510] | : . ' Launching futures ... [12:33:12.511] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:12.511] | : . ' , ; Workers: [n=2] [12:33:12.511] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:12.515] | : . ' , ; FutureRegistry: 'workers-b0210e7fee35d1e4975925f782f457ee' [12:33:12.515] | : . ' , ; requestWorker() ... [12:33:12.516] | : . ' , ; ` requestNode() ... [12:33:12.516] | : . ' , ; ` | Number of workers: 2 [12:33:12.516] | : . ' , ; ` | Polling for a free worker ... [12:33:12.517] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.517] | : . ' , ; ` | : . Listing all futures [12:33:12.517] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.518] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.518] | : . ' , ; ` | : Total time: 0 [12:33:12.518] | : . ' , ; ` | Polling for a free worker ... done [12:33:12.518] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.519] | : . ' , ; ` | : Listing all futures [12:33:12.519] | : . ' , ; ` | : Number of registered futures: 0 [12:33:12.519] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.520] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:12.520] | : . ' , ; ` | Index of first available worker: 1 [12:33:12.520] | : . ' , ; ` | Validate that the worker is functional ... [12:33:12.521] | : . ' , ; ` | : Worker is functional [12:33:12.522] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.522] | : . ' , ; ` | : . Listing all futures [12:33:12.522] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.523] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.523] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:12.523] | : . ' , ; ` requestNode() ... done [12:33:12.524] | : . ' , ; ` cluster node index: 1 [12:33:12.524] | : . ' , ; requestWorker() ... done [12:33:12.524] | : . ' , ; eraseGlobalEnvironment() ... [12:33:12.525] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:12.526] | : . ' , ; launchFuture() ... [12:33:12.526] | : . ' , ; ` cluster node index: 1 [12:33:12.526] | : . ' , ; ` getFutureData() ... [12:33:12.526] | : . ' , ; ` | getFutureCore() ... [12:33:12.527] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:12.527] | : . ' , ; ` | getFutureCore() ... done [12:33:12.527] | : . ' , ; ` | getFutureCapture() ... [12:33:12.527] | : . ' , ; ` | getFutureCapture() ... done [12:33:12.528] | : . ' , ; ` | getFutureContext() ... [12:33:12.528] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.528] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:12.529] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.529] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:12.529] | : . ' , ; ` | getFutureContext() ... done [12:33:12.529] | : . ' , ; ` getFutureData() ... done [12:33:12.530] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... [12:33:12.530] | : . ' , ; ` | Appended future to position #1 [12:33:12.531] | : . ' , ; ` | Number of registered futures: 1 [12:33:12.531] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... done [12:33:12.531] | : . ' , ; launchFuture() ... done [12:33:12.531] | : . ' , ; MultisessionFuture started [12:33:12.532] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:12.532] | : . ' Launching futures ... done [12:33:12.532] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:12.532] | : . Using MultisessionFutureBackend ... done [12:33:12.533] | : run() for 'Future' () ... done [12:33:12.533] | future(..., label = NULL) ... done [12:33:12.533] | value() for MultisessionFuture () ... [12:33:12.534] | : result() for ClusterFuture ... [12:33:12.534] | : . assertValidConnection() ... [12:33:12.534] | : . ' cluster node index: 1 [12:33:12.535] | : . assertValidConnection() ... done [12:33:12.535] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:12.536] | : . ' cluster node index: 1 [12:33:12.536] | : . ' [1] TRUE [12:33:12.537] | : . ' Received data: [12:33:12.537] | : . ' List of 5 [12:33:12.537] | : . ' $ type : chr "VALUE" [12:33:12.537] | : . ' $ value :List of 16 [12:33:12.537] | : . ' ..$ value : num 2 [12:33:12.537] | : . ' ..$ visible : logi TRUE [12:33:12.537] | : . ' ..$ stdout : chr "" [12:33:12.537] | : . ' ..$ conditions : list() [12:33:12.537] | : . ' ..$ rng : logi FALSE [12:33:12.537] | : . ' ..$ seed : NULL [12:33:12.537] | : . ' ..$ misuseGlobalEnv : NULL [12:33:12.537] | : . ' ..$ misuseConnections :List of 3 [12:33:12.537] | : . ' .. ..$ added : NULL [12:33:12.537] | : . ' .. ..$ removed : NULL [12:33:12.537] | : . ' .. ..$ replaced: NULL [12:33:12.537] | : . ' ..$ misuseDevices : NULL [12:33:12.537] | : . ' ..$ misuseDefaultDevice: list() [12:33:12.537] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.537] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.537] | : . ' ..$ uuid : chr [1:2] "b6a09301184b566385f043c7a0da000b" "12" [12:33:12.537] | : . ' ..$ session_uuid : chr "ff34253e603c82f8389aefbb68398e9c" [12:33:12.537] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:12.537] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:12.537] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:12.537] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:12.537] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:12.537] | : . ' .. .. ..$ pid : int 77008 [12:33:12.537] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.537] | : . ' .. .. ..$ random: int 2147483647 [12:33:12.537] | : . ' ..$ r_info :List of 4 [12:33:12.537] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:12.537] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:12.537] | : . ' .. ..$ os : chr "windows" [12:33:12.537] | : . ' .. ..$ os_name : chr "Windows" [12:33:12.537] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:12.537] | : . ' ..$ version : chr "1.8" [12:33:12.537] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:12.537] | : . ' $ success: logi TRUE [12:33:12.537] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:12.537] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:12.537] | : . ' $ tag : NULL [12:33:12.564] | : . ' Received FutureResult [12:33:12.564] | : . ' FutureResult: [12:33:12.564] | : . ' value: 'numeric' [12:33:12.564] | : . ' visible: TRUE [12:33:12.564] | : . ' stdout: character [12:33:12.564] | : . ' conditions: [n = 0] [12:33:12.564] | : . ' RNG used: FALSE [12:33:12.564] | : . ' duration: 0.004457951 secs (started 2026-01-16 12:33:12.530869) [12:33:12.564] | : . ' version: 1.8 [12:33:12.565] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... [12:33:12.566] | : . ' , Removed future from position #1 [12:33:12.566] | : . ' , Number of registered futures: 0 [12:33:12.566] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... done [12:33:12.567] | : . ' Erased future from future backend [12:33:12.567] | : . ' result() for ClusterFuture ... [12:33:12.567] | : . ' , result already collected: FutureResult [12:33:12.567] | : . ' result() for ClusterFuture ... done [12:33:12.568] | : . ' signalConditions() ... [12:33:12.568] | : . ' , include = 'immediateCondition' [12:33:12.568] | : . ' , exclude = [12:33:12.569] | : . ' , resignal = FALSE [12:33:12.569] | : . ' , Number of conditions: 0 [12:33:12.569] | : . ' , int 0 [12:33:12.570] | : . ' signalConditions() ... done [12:33:12.570] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:12.570] | : result() for ClusterFuture ... done [12:33:12.571] | : result() for ClusterFuture ... [12:33:12.571] | : . result already collected: FutureResult [12:33:12.571] | : result() for ClusterFuture ... done [12:33:12.572] | : signalConditions() ... [12:33:12.572] | : . include = 'immediateCondition' [12:33:12.572] | : . exclude = [12:33:12.572] | : . resignal = FALSE [12:33:12.573] | : . Number of conditions: 0 [12:33:12.573] | : . int 0 [12:33:12.574] | : signalConditions() ... done [12:33:12.574] | : relay stdout ... [12:33:12.574] | : relay stdout ... done [12:33:12.574] | : check for misuse ... [12:33:12.575] | : check for misuse ... done [12:33:12.575] | value() for MultisessionFuture () ... done [12:33:12.575] | future(..., label = NULL) ... [12:33:12.576] | : lazy: FALSE [12:33:12.576] | : stdout: TRUE [12:33:12.576] | : conditions: [n=1] 'condition' [12:33:12.576] | : getGlobalsAndPackages() ... [12:33:12.576] | : . Searching for globals ... [12:33:12.583] | : . ' globals found: [3] '{', '*', 'a' [12:33:12.584] | : . Searching for globals ... done [12:33:12.584] | : . Resolving globals: FALSE [12:33:12.584] | : . Search for packages associated with the globals ... [12:33:12.584] | : . ' Packages associated with globals: [1] 'base' [12:33:12.585] | : . ' Packages: [1] 'base' [12:33:12.585] | : . Search for packages associated with the globals ... done [12:33:12.585] | : . Packages after dropping 'base': [0] [12:33:12.585] | : . globals: [1] 'a' [12:33:12.586] | : . packages: [0] [12:33:12.586] | : getGlobalsAndPackages() ... done [12:33:12.586] | : run() for 'Future' () ... [12:33:12.586] | : . state: 'created' [12:33:12.587] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.587] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.587] | : . Using MultisessionFutureBackend ... [12:33:12.587] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:33:12.587] | : . ' Launching futures ... [12:33:12.588] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:12.588] | : . ' , ; Workers: [n=2] [12:33:12.588] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:12.590] | : . ' , ; FutureRegistry: 'workers-b0210e7fee35d1e4975925f782f457ee' [12:33:12.590] | : . ' , ; requestWorker() ... [12:33:12.590] | : . ' , ; ` requestNode() ... [12:33:12.590] | : . ' , ; ` | Number of workers: 2 [12:33:12.591] | : . ' , ; ` | Polling for a free worker ... [12:33:12.591] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.591] | : . ' , ; ` | : . Listing all futures [12:33:12.591] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.591] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.591] | : . ' , ; ` | : Total time: 0 [12:33:12.592] | : . ' , ; ` | Polling for a free worker ... done [12:33:12.592] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.592] | : . ' , ; ` | : Listing all futures [12:33:12.592] | : . ' , ; ` | : Number of registered futures: 0 [12:33:12.592] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.593] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:12.593] | : . ' , ; ` | Index of first available worker: 1 [12:33:12.593] | : . ' , ; ` | Validate that the worker is functional ... [12:33:12.594] | : . ' , ; ` | : Worker is functional [12:33:12.594] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.595] | : . ' , ; ` | : . Listing all futures [12:33:12.595] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.595] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.596] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:12.596] | : . ' , ; ` requestNode() ... done [12:33:12.596] | : . ' , ; ` cluster node index: 1 [12:33:12.597] | : . ' , ; requestWorker() ... done [12:33:12.597] | : . ' , ; eraseGlobalEnvironment() ... [12:33:12.598] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:12.598] | : . ' , ; launchFuture() ... [12:33:12.599] | : . ' , ; ` cluster node index: 1 [12:33:12.599] | : . ' , ; ` getFutureData() ... [12:33:12.599] | : . ' , ; ` | getFutureCore() ... [12:33:12.600] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:12.600] | : . ' , ; ` | getFutureCore() ... done [12:33:12.600] | : . ' , ; ` | getFutureCapture() ... [12:33:12.601] | : . ' , ; ` | getFutureCapture() ... done [12:33:12.601] | : . ' , ; ` | getFutureContext() ... [12:33:12.601] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.602] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:12.602] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.602] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:12.603] | : . ' , ; ` | getFutureContext() ... done [12:33:12.603] | : . ' , ; ` getFutureData() ... done [12:33:12.604] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... [12:33:12.605] | : . ' , ; ` | Appended future to position #1 [12:33:12.605] | : . ' , ; ` | Number of registered futures: 1 [12:33:12.605] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... done [12:33:12.606] | : . ' , ; launchFuture() ... done [12:33:12.606] | : . ' , ; MultisessionFuture started [12:33:12.606] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:12.607] | : . ' Launching futures ... done [12:33:12.607] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:12.608] | : . Using MultisessionFutureBackend ... done [12:33:12.608] | : run() for 'Future' () ... done [12:33:12.608] | future(..., label = NULL) ... done [12:33:12.609] | value() for MultisessionFuture () ... [12:33:12.609] | : result() for ClusterFuture ... [12:33:12.610] | : . assertValidConnection() ... [12:33:12.610] | : . ' cluster node index: 1 [12:33:12.611] | : . assertValidConnection() ... done [12:33:12.612] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:12.612] | : . ' cluster node index: 1 [12:33:12.613] | : . ' [1] TRUE [12:33:12.613] | : . ' Received data: [12:33:12.614] | : . ' List of 5 [12:33:12.614] | : . ' $ type : chr "VALUE" [12:33:12.614] | : . ' $ value :List of 16 [12:33:12.614] | : . ' ..$ value : num 2 [12:33:12.614] | : . ' ..$ visible : logi TRUE [12:33:12.614] | : . ' ..$ stdout : chr "" [12:33:12.614] | : . ' ..$ conditions : list() [12:33:12.614] | : . ' ..$ rng : logi FALSE [12:33:12.614] | : . ' ..$ seed : NULL [12:33:12.614] | : . ' ..$ misuseGlobalEnv : NULL [12:33:12.614] | : . ' ..$ misuseConnections :List of 3 [12:33:12.614] | : . ' .. ..$ added : NULL [12:33:12.614] | : . ' .. ..$ removed : NULL [12:33:12.614] | : . ' .. ..$ replaced: NULL [12:33:12.614] | : . ' ..$ misuseDevices : NULL [12:33:12.614] | : . ' ..$ misuseDefaultDevice: list() [12:33:12.614] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.614] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.614] | : . ' ..$ uuid : chr [1:2] "b6a09301184b566385f043c7a0da000b" "13" [12:33:12.614] | : . ' ..$ session_uuid : chr "ff34253e603c82f8389aefbb68398e9c" [12:33:12.614] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:12.614] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:12.614] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:12.614] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:12.614] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:12.614] | : . ' .. .. ..$ pid : int 77008 [12:33:12.614] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.614] | : . ' .. .. ..$ random: int 2147483647 [12:33:12.614] | : . ' ..$ r_info :List of 4 [12:33:12.614] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:12.614] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:12.614] | : . ' .. ..$ os : chr "windows" [12:33:12.614] | : . ' .. ..$ os_name : chr "Windows" [12:33:12.614] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:12.614] | : . ' ..$ version : chr "1.8" [12:33:12.614] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:12.614] | : . ' $ success: logi TRUE [12:33:12.614] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:12.614] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:12.614] | : . ' $ tag : NULL [12:33:12.641] | : . ' Received FutureResult [12:33:12.642] | : . ' FutureResult: [12:33:12.642] | : . ' value: 'numeric' [12:33:12.642] | : . ' visible: TRUE [12:33:12.642] | : . ' stdout: character [12:33:12.642] | : . ' conditions: [n = 0] [12:33:12.642] | : . ' RNG used: FALSE [12:33:12.642] | : . ' duration: 0.005549908 secs (started 2026-01-16 12:33:12.605037) [12:33:12.642] | : . ' version: 1.8 [12:33:12.643] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... [12:33:12.644] | : . ' , Removed future from position #1 [12:33:12.644] | : . ' , Number of registered futures: 0 [12:33:12.645] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... done [12:33:12.645] | : . ' Erased future from future backend [12:33:12.645] | : . ' result() for ClusterFuture ... [12:33:12.646] | : . ' , result already collected: FutureResult [12:33:12.646] | : . ' result() for ClusterFuture ... done [12:33:12.647] | : . ' signalConditions() ... [12:33:12.647] | : . ' , include = 'immediateCondition' [12:33:12.647] | : . ' , exclude = [12:33:12.648] | : . ' , resignal = FALSE [12:33:12.648] | : . ' , Number of conditions: 0 [12:33:12.648] | : . ' , int 0 [12:33:12.649] | : . ' signalConditions() ... done [12:33:12.650] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:12.650] | : result() for ClusterFuture ... done [12:33:12.651] | : result() for ClusterFuture ... [12:33:12.651] | : . result already collected: FutureResult [12:33:12.651] | : result() for ClusterFuture ... done [12:33:12.651] | : signalConditions() ... [12:33:12.652] | : . include = 'immediateCondition' [12:33:12.652] | : . exclude = [12:33:12.652] | : . resignal = FALSE [12:33:12.653] | : . Number of conditions: 0 [12:33:12.653] | : . int 0 [12:33:12.654] | : signalConditions() ... done [12:33:12.654] | : relay stdout ... [12:33:12.655] | : relay stdout ... done [12:33:12.655] | : check for misuse ... [12:33:12.655] | : check for misuse ... done [12:33:12.656] | value() for MultisessionFuture () ... done [12:33:12.656] | future(..., label = NULL) ... [12:33:12.657] | : lazy: TRUE [12:33:12.657] | : stdout: TRUE [12:33:12.657] | : conditions: [n=1] 'condition' [12:33:12.658] | : getGlobalsAndPackages() ... [12:33:12.658] | : . Searching for globals ... [12:33:12.671] | : . ' globals found: [3] '{', '*', 'a' [12:33:12.672] | : . Searching for globals ... done [12:33:12.672] | : . Resolving globals: FALSE [12:33:12.672] | : . Search for packages associated with the globals ... [12:33:12.673] | : . ' Packages associated with globals: [1] 'base' [12:33:12.674] | : . ' Packages: [1] 'base' [12:33:12.674] | : . Search for packages associated with the globals ... done [12:33:12.674] | : . Packages after dropping 'base': [0] [12:33:12.675] | : . globals: [1] 'a' [12:33:12.675] | : . packages: [0] [12:33:12.675] | : getGlobalsAndPackages() ... done [12:33:12.676] | future(..., label = NULL) ... done [12:33:12.676] | value() for Future () ... [12:33:12.677] | : run() for 'Future' () ... [12:33:12.677] | : . state: 'created' [12:33:12.677] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.678] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.678] | : . Using MultisessionFutureBackend ... [12:33:12.678] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:33:12.679] | : . ' Launching futures ... [12:33:12.679] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:12.679] | : . ' , ; Workers: [n=2] [12:33:12.680] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:12.683] | : . ' , ; FutureRegistry: 'workers-b0210e7fee35d1e4975925f782f457ee' [12:33:12.683] | : . ' , ; requestWorker() ... [12:33:12.684] | : . ' , ; ` requestNode() ... [12:33:12.684] | : . ' , ; ` | Number of workers: 2 [12:33:12.684] | : . ' , ; ` | Polling for a free worker ... [12:33:12.685] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.685] | : . ' , ; ` | : . Listing all futures [12:33:12.685] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.685] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.686] | : . ' , ; ` | : Total time: 0 [12:33:12.686] | : . ' , ; ` | Polling for a free worker ... done [12:33:12.686] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.687] | : . ' , ; ` | : Listing all futures [12:33:12.687] | : . ' , ; ` | : Number of registered futures: 0 [12:33:12.687] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.687] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:12.688] | : . ' , ; ` | Index of first available worker: 1 [12:33:12.688] | : . ' , ; ` | Validate that the worker is functional ... [12:33:12.689] | : . ' , ; ` | : Worker is functional [12:33:12.689] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.690] | : . ' , ; ` | : . Listing all futures [12:33:12.690] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.690] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.690] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:12.691] | : . ' , ; ` requestNode() ... done [12:33:12.691] | : . ' , ; ` cluster node index: 1 [12:33:12.691] | : . ' , ; requestWorker() ... done [12:33:12.692] | : . ' , ; eraseGlobalEnvironment() ... [12:33:12.692] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:12.693] | : . ' , ; launchFuture() ... [12:33:12.693] | : . ' , ; ` cluster node index: 1 [12:33:12.693] | : . ' , ; ` getFutureData() ... [12:33:12.694] | : . ' , ; ` | getFutureCore() ... [12:33:12.694] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:12.694] | : . ' , ; ` | getFutureCore() ... done [12:33:12.694] | : . ' , ; ` | getFutureCapture() ... [12:33:12.695] | : . ' , ; ` | getFutureCapture() ... done [12:33:12.695] | : . ' , ; ` | getFutureContext() ... [12:33:12.695] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.696] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:12.696] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.696] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:12.697] | : . ' , ; ` | getFutureContext() ... done [12:33:12.697] | : . ' , ; ` getFutureData() ... done [12:33:12.698] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... [12:33:12.698] | : . ' , ; ` | Appended future to position #1 [12:33:12.698] | : . ' , ; ` | Number of registered futures: 1 [12:33:12.699] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... done [12:33:12.699] | : . ' , ; launchFuture() ... done [12:33:12.699] | : . ' , ; MultisessionFuture started [12:33:12.700] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:12.700] | : . ' Launching futures ... done [12:33:12.700] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:12.701] | : . Using MultisessionFutureBackend ... done [12:33:12.701] | : run() for 'Future' () ... done [12:33:12.701] | : result() for ClusterFuture ... [12:33:12.702] | : . assertValidConnection() ... [12:33:12.702] | : . ' cluster node index: 1 [12:33:12.703] | : . assertValidConnection() ... done [12:33:12.703] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:12.704] | : . ' cluster node index: 1 [12:33:12.706] | : . ' [1] TRUE [12:33:12.707] | : . ' Received data: [12:33:12.707] | : . ' List of 5 [12:33:12.707] | : . ' $ type : chr "VALUE" [12:33:12.707] | : . ' $ value :List of 16 [12:33:12.707] | : . ' ..$ value : num 2 [12:33:12.707] | : . ' ..$ visible : logi TRUE [12:33:12.707] | : . ' ..$ stdout : chr "" [12:33:12.707] | : . ' ..$ conditions : list() [12:33:12.707] | : . ' ..$ rng : logi FALSE [12:33:12.707] | : . ' ..$ seed : NULL [12:33:12.707] | : . ' ..$ misuseGlobalEnv : NULL [12:33:12.707] | : . ' ..$ misuseConnections :List of 3 [12:33:12.707] | : . ' .. ..$ added : NULL [12:33:12.707] | : . ' .. ..$ removed : NULL [12:33:12.707] | : . ' .. ..$ replaced: NULL [12:33:12.707] | : . ' ..$ misuseDevices : NULL [12:33:12.707] | : . ' ..$ misuseDefaultDevice: list() [12:33:12.707] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.707] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.707] | : . ' ..$ uuid : chr [1:2] "b6a09301184b566385f043c7a0da000b" "14" [12:33:12.707] | : . ' ..$ session_uuid : chr "ff34253e603c82f8389aefbb68398e9c" [12:33:12.707] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:12.707] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:12.707] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:12.707] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:12.707] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:12.707] | : . ' .. .. ..$ pid : int 77008 [12:33:12.707] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.707] | : . ' .. .. ..$ random: int 2147483647 [12:33:12.707] | : . ' ..$ r_info :List of 4 [12:33:12.707] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:12.707] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:12.707] | : . ' .. ..$ os : chr "windows" [12:33:12.707] | : . ' .. ..$ os_name : chr "Windows" [12:33:12.707] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:12.707] | : . ' ..$ version : chr "1.8" [12:33:12.707] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:12.707] | : . ' $ success: logi TRUE [12:33:12.707] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:12.707] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:12.707] | : . ' $ tag : NULL [12:33:12.737] | : . ' Received FutureResult [12:33:12.738] | : . ' FutureResult: [12:33:12.738] | : . ' value: 'numeric' [12:33:12.738] | : . ' visible: TRUE [12:33:12.738] | : . ' stdout: character [12:33:12.738] | : . ' conditions: [n = 0] [12:33:12.738] | : . ' RNG used: FALSE [12:33:12.738] | : . ' duration: 0.006198883 secs (started 2026-01-16 12:33:12.698678) [12:33:12.738] | : . ' version: 1.8 [12:33:12.739] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... [12:33:12.739] | : . ' , Removed future from position #1 [12:33:12.739] | : . ' , Number of registered futures: 0 [12:33:12.740] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... done [12:33:12.740] | : . ' Erased future from future backend [12:33:12.740] | : . ' result() for ClusterFuture ... [12:33:12.741] | : . ' , result already collected: FutureResult [12:33:12.741] | : . ' result() for ClusterFuture ... done [12:33:12.741] | : . ' signalConditions() ... [12:33:12.742] | : . ' , include = 'immediateCondition' [12:33:12.742] | : . ' , exclude = [12:33:12.742] | : . ' , resignal = FALSE [12:33:12.742] | : . ' , Number of conditions: 0 [12:33:12.743] | : . ' , int 0 [12:33:12.743] | : . ' signalConditions() ... done [12:33:12.744] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:12.744] | : result() for ClusterFuture ... done [12:33:12.745] | : result() for ClusterFuture ... [12:33:12.745] | : . result already collected: FutureResult [12:33:12.745] | : result() for ClusterFuture ... done [12:33:12.746] | : signalConditions() ... [12:33:12.746] | : . include = 'immediateCondition' [12:33:12.746] | : . exclude = [12:33:12.746] | : . resignal = FALSE [12:33:12.747] | : . Number of conditions: 0 [12:33:12.747] | : . int 0 [12:33:12.748] | : signalConditions() ... done [12:33:12.748] | : relay stdout ... [12:33:12.748] | : relay stdout ... done [12:33:12.749] | : check for misuse ... [12:33:12.749] | : check for misuse ... done [12:33:12.749] | value() for Future () ... done [12:33:12.750] | future(..., label = NULL) ... [12:33:12.750] | : lazy: TRUE [12:33:12.750] | : stdout: TRUE [12:33:12.750] | : conditions: [n=1] 'condition' [12:33:12.751] | : getGlobalsAndPackages() ... [12:33:12.751] | : . Searching for globals ... [12:33:12.763] | : . ' globals found: [3] '{', '*', 'a' [12:33:12.763] | : . Searching for globals ... done [12:33:12.764] | : . Resolving globals: FALSE [12:33:12.764] | : . Search for packages associated with the globals ... [12:33:12.764] | : . ' Packages associated with globals: [1] 'base' [12:33:12.765] | : . ' Packages: [1] 'base' [12:33:12.765] | : . Search for packages associated with the globals ... done [12:33:12.766] | : . Packages after dropping 'base': [0] [12:33:12.766] | : . globals: [1] 'a' [12:33:12.766] | : . packages: [0] [12:33:12.766] | : getGlobalsAndPackages() ... done [12:33:12.767] | future(..., label = NULL) ... done [12:33:12.767] | value() for Future () ... [12:33:12.768] | : run() for 'Future' () ... [12:33:12.768] | : . state: 'created' [12:33:12.768] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.769] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.769] | : . Using MultisessionFutureBackend ... [12:33:12.769] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:33:12.770] | : . ' Launching futures ... [12:33:12.770] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:12.770] | : . ' , ; Workers: [n=2] [12:33:12.770] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:12.773] | : . ' , ; FutureRegistry: 'workers-b0210e7fee35d1e4975925f782f457ee' [12:33:12.774] | : . ' , ; requestWorker() ... [12:33:12.774] | : . ' , ; ` requestNode() ... [12:33:12.774] | : . ' , ; ` | Number of workers: 2 [12:33:12.775] | : . ' , ; ` | Polling for a free worker ... [12:33:12.775] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.775] | : . ' , ; ` | : . Listing all futures [12:33:12.776] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.776] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.776] | : . ' , ; ` | : Total time: 0 [12:33:12.776] | : . ' , ; ` | Polling for a free worker ... done [12:33:12.777] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.777] | : . ' , ; ` | : Listing all futures [12:33:12.777] | : . ' , ; ` | : Number of registered futures: 0 [12:33:12.777] | : . ' , ; ` | FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.778] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:12.778] | : . ' , ; ` | Index of first available worker: 1 [12:33:12.778] | : . ' , ; ` | Validate that the worker is functional ... [12:33:12.779] | : . ' , ; ` | : Worker is functional [12:33:12.779] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... [12:33:12.780] | : . ' , ; ` | : . Listing all futures [12:33:12.780] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:12.780] | : . ' , ; ` | : FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'list', earlySignal = 0) ... done [12:33:12.780] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:12.781] | : . ' , ; ` requestNode() ... done [12:33:12.781] | : . ' , ; ` cluster node index: 1 [12:33:12.781] | : . ' , ; requestWorker() ... done [12:33:12.782] | : . ' , ; eraseGlobalEnvironment() ... [12:33:12.782] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:12.783] | : . ' , ; launchFuture() ... [12:33:12.783] | : . ' , ; ` cluster node index: 1 [12:33:12.783] | : . ' , ; ` getFutureData() ... [12:33:12.783] | : . ' , ; ` | getFutureCore() ... [12:33:12.784] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:12.784] | : . ' , ; ` | getFutureCore() ... done [12:33:12.784] | : . ' , ; ` | getFutureCapture() ... [12:33:12.784] | : . ' , ; ` | getFutureCapture() ... done [12:33:12.785] | : . ' , ; ` | getFutureContext() ... [12:33:12.785] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:12.785] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:12.786] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:12.786] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:12.786] | : . ' , ; ` | getFutureContext() ... done [12:33:12.786] | : . ' , ; ` getFutureData() ... done [12:33:12.787] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... [12:33:12.787] | : . ' , ; ` | Appended future to position #1 [12:33:12.788] | : . ' , ; ` | Number of registered futures: 1 [12:33:12.788] | : . ' , ; ` FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'add', earlySignal = 0) ... done [12:33:12.788] | : . ' , ; launchFuture() ... done [12:33:12.788] | : . ' , ; MultisessionFuture started [12:33:12.789] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:12.789] | : . ' Launching futures ... done [12:33:12.789] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:12.790] | : . Using MultisessionFutureBackend ... done [12:33:12.790] | : run() for 'Future' () ... done [12:33:12.790] | : result() for ClusterFuture ... [12:33:12.791] | : . assertValidConnection() ... [12:33:12.791] | : . ' cluster node index: 1 [12:33:12.792] | : . assertValidConnection() ... done [12:33:12.792] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:12.792] | : . ' cluster node index: 1 [12:33:12.797] | : . ' [1] TRUE [12:33:12.797] | : . ' Received data: [12:33:12.798] | : . ' List of 5 [12:33:12.798] | : . ' $ type : chr "VALUE" [12:33:12.798] | : . ' $ value :List of 16 [12:33:12.798] | : . ' ..$ value : num 2 [12:33:12.798] | : . ' ..$ visible : logi TRUE [12:33:12.798] | : . ' ..$ stdout : chr "" [12:33:12.798] | : . ' ..$ conditions : list() [12:33:12.798] | : . ' ..$ rng : logi FALSE [12:33:12.798] | : . ' ..$ seed : NULL [12:33:12.798] | : . ' ..$ misuseGlobalEnv : NULL [12:33:12.798] | : . ' ..$ misuseConnections :List of 3 [12:33:12.798] | : . ' .. ..$ added : NULL [12:33:12.798] | : . ' .. ..$ removed : NULL [12:33:12.798] | : . ' .. ..$ replaced: NULL [12:33:12.798] | : . ' ..$ misuseDevices : NULL [12:33:12.798] | : . ' ..$ misuseDefaultDevice: list() [12:33:12.798] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.798] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.798] | : . ' ..$ uuid : chr [1:2] "b6a09301184b566385f043c7a0da000b" "15" [12:33:12.798] | : . ' ..$ session_uuid : chr "ff34253e603c82f8389aefbb68398e9c" [12:33:12.798] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:12.798] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:12.798] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:12.798] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:12.798] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:12.798] | : . ' .. .. ..$ pid : int 77008 [12:33:12.798] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:12" [12:33:12.798] | : . ' .. .. ..$ random: int 2147483647 [12:33:12.798] | : . ' ..$ r_info :List of 4 [12:33:12.798] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:12.798] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:12.798] | : . ' .. ..$ os : chr "windows" [12:33:12.798] | : . ' .. ..$ os_name : chr "Windows" [12:33:12.798] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:12.798] | : . ' ..$ version : chr "1.8" [12:33:12.798] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:12.798] | : . ' $ success: logi TRUE [12:33:12.798] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [12:33:12.798] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:12.798] | : . ' $ tag : NULL [12:33:12.819] | : . ' Received FutureResult [12:33:12.819] | : . ' FutureResult: [12:33:12.819] | : . ' value: 'numeric' [12:33:12.819] | : . ' visible: TRUE [12:33:12.819] | : . ' stdout: character [12:33:12.819] | : . ' conditions: [n = 0] [12:33:12.819] | : . ' RNG used: FALSE [12:33:12.819] | : . ' duration: 0.004876137 secs (started 2026-01-16 12:33:12.787859) [12:33:12.819] | : . ' version: 1.8 [12:33:12.820] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... [12:33:12.820] | : . ' , Removed future from position #1 [12:33:12.821] | : . ' , Number of registered futures: 0 [12:33:12.821] | : . ' FutureRegistry('workers-b0210e7fee35d1e4975925f782f457ee', action = 'remove', earlySignal = 0) ... done [12:33:12.821] | : . ' Erased future from future backend [12:33:12.822] | : . ' result() for ClusterFuture ... [12:33:12.822] | : . ' , result already collected: FutureResult [12:33:12.822] | : . ' result() for ClusterFuture ... done [12:33:12.822] | : . ' signalConditions() ... [12:33:12.823] | : . ' , include = 'immediateCondition' [12:33:12.823] | : . ' , exclude = [12:33:12.823] | : . ' , resignal = FALSE [12:33:12.823] | : . ' , Number of conditions: 0 [12:33:12.824] | : . ' , int 0 [12:33:12.824] | : . ' signalConditions() ... done [12:33:12.825] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:12.825] | : result() for ClusterFuture ... done [12:33:12.825] | : result() for ClusterFuture ... [12:33:12.826] | : . result already collected: FutureResult [12:33:12.826] | : result() for ClusterFuture ... done [12:33:12.826] | : signalConditions() ... [12:33:12.826] | : . include = 'immediateCondition' [12:33:12.827] | : . exclude = [12:33:12.827] | : . resignal = FALSE [12:33:12.827] | : . Number of conditions: 0 [12:33:12.827] | : . int 0 [12:33:12.828] | : signalConditions() ... done [12:33:12.828] | : relay stdout ... [12:33:12.829] | : relay stdout ... done [12:33:12.829] | : check for misuse ... [12:33:12.829] | : check for misuse ... done [12:33:12.829] | 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=217] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_01_16_12_30_17_22682' Test time: user.self=2s, sys.self=0.1s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'futureAssign' ... success > > proc.time() user system elapsed 2.39 0.25 3.67