R Under development (unstable) (2025-06-04 r88278 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-futureAssign.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("futureAssign") Test 'futureAssign' ... Sourcing 9 prologue scripts ... 01/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/001.load.R' 02/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/002.record-state.R' 03/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/030.imports.R' 04/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/050.utils.R' 05/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.context.R' 06/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.options.R' 07/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/091.envvars.R' 08/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/099.future-setup.R' 09/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/995.detrius-connections.R' Sourcing 9 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/test-futureAssign.R' > library(future) [05:57:51.009] Option 'future.startup.script': TRUE [05:57:51.010] Future startup scripts considered: '.future.R', '~/.future.R' [05:57:51.011] 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) [05:57:51.014] future(..., label = NULL) ... [05:57:51.015] | lazy: TRUE [05:57:51.015] | stdout: TRUE [05:57:51.015] | conditions: [n=1] 'condition' [05:57:51.015] | gc: FALSE [05:57:51.016] | earlySignal: FALSE [05:57:51.017] | getGlobalsAndPackages() ... [05:57:51.017] | : Searching for globals ... [05:57:51.044] | : . globals found: [2] '{', 'cat' [05:57:51.044] | : Searching for globals ... done [05:57:51.045] | : Resolving globals: FALSE [05:57:51.045] | : Search for packages associated with the globals ... [05:57:51.045] | : . Packages associated with globals: [1] 'base' [05:57:51.046] | : . Packages: [1] 'base' [05:57:51.046] | : Search for packages associated with the globals ... done [05:57:51.046] | : Packages after dropping 'base': [0] [05:57:51.047] | : globals: [0] [05:57:51.047] | : packages: [0] [05:57:51.047] | getGlobalsAndPackages() ... done [05:57:51.047] future(..., label = NULL) ... done > cat(sprintf("b = %s\n", b)) [05:57:51.048] value() for Future () ... [05:57:51.049] | run() for 'Future' () ... [05:57:51.049] | : state: 'created' [05:57:51.049] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.049] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [05:57:51.049] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.049] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.049] | : . ' - attr(*, "init")= logi TRUE [05:57:51.049] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.049] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.049] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.049] | : . ' - attr(*, "call")= language plan(sequential) [05:57:51.054] | : . ' init: TRUE [05:57:51.054] | : . ' makeFutureBackend() ... [05:57:51.055] | : . ' , Backend function: <'NULL'> [05:57:51.055] | : . ' , Evaluator tweak arguments: [n=0] [05:57:51.055] | : . ' , list() [05:57:51.055] | : . ' , Evaluator formal arguments: [n=2] [05:57:51.055] | : . ' , list() [05:57:51.056] | : . ' , Backend factory arguments: [n=2] [05:57:51.056] | : . ' , Dotted pair list of 2 [05:57:51.056] | : . ' , $ gc : logi FALSE [05:57:51.056] | : . ' , $ earlySignal: logi FALSE [05:57:51.057] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [05:57:51.057] | : . ' makeFutureBackend() ... done [05:57:51.058] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [05:57:51.058] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.058] | : Using SequentialFutureBackend ... [05:57:51.058] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [05:57:51.058] | : . Launching futures ... [05:57:51.059] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:51.059] | : . ' , getFutureData() ... [05:57:51.059] | : . ' , ; getFutureCore() ... [05:57:51.059] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:51.059] | : . ' , ; getFutureCore() ... done [05:57:51.060] | : . ' , ; getFutureCapture() ... [05:57:51.060] | : . ' , ; getFutureCapture() ... done [05:57:51.060] | : . ' , ; getFutureContext() ... [05:57:51.060] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.061] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:51.061] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.061] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:51.062] | : . ' , ; getFutureContext() ... done [05:57:51.062] | : . ' , getFutureData() ... done [05:57:51.066] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.067] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:51.067] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.068] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.068] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.068] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:51.069] | : . ' , ; ` | New stack: [05:57:51.069] | : . ' , ; ` | List of 1 [05:57:51.069] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.069] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.069] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:51.069] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.069] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.069] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.069] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.069] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.077] | : . ' , ; ` | Old stack: [05:57:51.077] | : . ' , ; ` | List of 1 [05:57:51.077] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.077] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.077] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:51.077] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.077] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.077] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.077] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:51.077] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.077] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.077] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.077] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.083] | : . ' , ; ` | Not identical [05:57:51.083] | : . ' , ; ` | all.equal() for future ... [05:57:51.083] | : . ' , ; ` | : List of 2 [05:57:51.083] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.083] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.083] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.083] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.083] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.083] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.083] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.093] | : . ' , ; ` | all.equal() for future ... done [05:57:51.093] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:51.093] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.093] | : . ' , ; ` List of future strategies: [05:57:51.093] | : . ' , ; ` 1. sequential: [05:57:51.093] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.093] | : . ' , ; ` - tweaked: FALSE [05:57:51.093] | : . ' , ; ` - call: plan(sequential) [05:57:51.095] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.095] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.132] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.132] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.133] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.133] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:51.133] | : . ' , ; ` | : New stack: [05:57:51.133] | : . ' , ; ` | : List of 1 [05:57:51.133] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.133] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.133] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.133] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.133] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.133] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.133] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.133] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.133] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.133] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.133] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.137] | : . ' , ; ` | : Old stack: [05:57:51.137] | : . ' , ; ` | : List of 1 [05:57:51.137] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.137] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.137] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.137] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.137] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.137] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.137] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.137] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.137] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.137] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.137] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.141] | : . ' , ; ` | : Identical [05:57:51.142] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:51.142] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.142] | : . ' , ; ` | List of future strategies: [05:57:51.142] | : . ' , ; ` | 1. sequential: [05:57:51.142] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.142] | : . ' , ; ` | - tweaked: FALSE [05:57:51.142] | : . ' , ; ` | - call: plan(sequential) [05:57:51.143] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.143] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.143] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.147] | : . ' , SequentialFuture started (and completed) [05:57:51.147] | : . ' , signalConditions() ... [05:57:51.147] | : . ' , ; include = 'immediateCondition' [05:57:51.147] | : . ' , ; exclude = [05:57:51.148] | : . ' , ; resignal = FALSE [05:57:51.148] | : . ' , ; Number of conditions: 6 [05:57:51.148] | : . ' , ; int 6 [05:57:51.149] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.149] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.149] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.149] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.149] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.149] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.181] | : . ' , signalConditions() ... done [05:57:51.181] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:51.182] | : . Launching futures ... done [05:57:51.182] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:51.182] | : Using SequentialFutureBackend ... done [05:57:51.182] | run() for 'Future' () ... done [05:57:51.183] | signalConditions() ... [05:57:51.183] | : include = 'immediateCondition' [05:57:51.183] | : exclude = [05:57:51.183] | : resignal = FALSE [05:57:51.184] | : Number of conditions: 6 [05:57:51.184] | : int 6 [05:57:51.185] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.185] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.185] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.185] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.186] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.186] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.186] | signalConditions() ... done [05:57:51.186] | relay stdout ... Future assignment evaluated [05:57:51.187] | relay stdout ... done [05:57:51.187] | check for misuse ... [05:57:51.187] | check for misuse ... done [05:57:51.187] | relay conditions ... [05:57:51.188] | : Future state: 'finished' [05:57:51.188] | : signalConditions() ... [05:57:51.188] | : . include = 'condition' [05:57:51.188] | : . exclude = 'immediateCondition' [05:57:51.189] | : . resignal = TRUE [05:57:51.189] | : . Number of conditions: 6 [05:57:51.189] | : . int 6 [05:57:51.190] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.190] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:51.064] | : . ' , attachPackages() ... [05:57:51.190] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.190] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:51.064] | : . ' , ; packages: [n=1] 'future' [05:57:51.191] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.191] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:51.065] | : . ' , attachPackages() ... done [05:57:51.191] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.191] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:51.065] | : . ' , attachPackages() ... [05:57:51.191] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.191] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:51.065] | : . ' , ; packages: [n=0] [05:57:51.192] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.192] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:51.066] | : . ' , attachPackages() ... done [05:57:51.192] | : signalConditions() ... done [05:57:51.192] | relay conditions ... done [05:57:51.192] 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 ... [05:57:51.236] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.236] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:57:51.237] | : all.equal() for FutureStrategyList ... [05:57:51.237] | : . New stack: [05:57:51.237] | : . List of 1 [05:57:51.237] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.237] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.237] | : . ..- attr(*, "init")= logi TRUE [05:57:51.237] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.237] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.237] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.237] | : . ..- attr(*, "call")= language plan(strategy) [05:57:51.237] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.242] | : . Old stack: [05:57:51.243] | : . List of 1 [05:57:51.243] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.243] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.243] | : . ..- attr(*, "init")= chr "done" [05:57:51.243] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.243] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.243] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.243] | : . ..- attr(*, "call")= language plan(sequential) [05:57:51.243] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.243] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.243] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.243] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.249] | : . Not identical [05:57:51.249] | : . all.equal() for future ... [05:57:51.249] | : . ' List of 2 [05:57:51.249] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.249] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.249] | : . ' ..- attr(*, "init")= logi TRUE [05:57:51.249] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.249] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.249] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.249] | : . ' ..- attr(*, "call")= language plan(strategy) [05:57:51.249] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.249] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.249] | : . ' ..- attr(*, "init")= chr "done" [05:57:51.249] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.249] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.249] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.249] | : . ' ..- attr(*, "call")= language plan(sequential) [05:57:51.249] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.249] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.249] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.260] | : . all.equal() for future ... done [05:57:51.260] | : all.equal() for FutureStrategyList ... done [05:57:51.261] | : plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.261] | : List of future strategies: [05:57:51.261] | : 1. sequential: [05:57:51.261] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.261] | : - tweaked: FALSE [05:57:51.261] | : - call: plan(sequential) [05:57:51.262] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:57:51.262] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.262] future(..., label = NULL) ... [05:57:51.263] | lazy: FALSE [05:57:51.263] | stdout: TRUE [05:57:51.263] | conditions: [n=1] 'condition' [05:57:51.263] | gc: FALSE [05:57:51.264] | earlySignal: FALSE [05:57:51.264] | getGlobalsAndPackages() ... [05:57:51.264] | : Searching for globals ... [05:57:51.270] | : . globals found: [1] '{' [05:57:51.271] | : Searching for globals ... done [05:57:51.271] | : Resolving globals: FALSE [05:57:51.271] | : Search for packages associated with the globals ... [05:57:51.272] | : . Packages associated with globals: [1] 'base' [05:57:51.272] | : . Packages: [1] 'base' [05:57:51.272] | : Search for packages associated with the globals ... done [05:57:51.273] | : Packages after dropping 'base': [0] [05:57:51.273] | : globals: [0] [05:57:51.273] | : packages: [0] [05:57:51.273] | getGlobalsAndPackages() ... done [05:57:51.274] | run() for 'Future' () ... [05:57:51.274] | : state: 'created' [05:57:51.274] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.275] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.275] | : Using SequentialFutureBackend ... [05:57:51.275] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [05:57:51.276] | : . Launching futures ... [05:57:51.276] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:51.276] | : . ' , getFutureData() ... [05:57:51.276] | : . ' , ; getFutureCore() ... [05:57:51.277] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:51.277] | : . ' , ; getFutureCore() ... done [05:57:51.277] | : . ' , ; getFutureCapture() ... [05:57:51.277] | : . ' , ; getFutureCapture() ... done [05:57:51.278] | : . ' , ; getFutureContext() ... [05:57:51.278] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.278] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:51.279] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.279] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:51.279] | : . ' , ; getFutureContext() ... done [05:57:51.279] | : . ' , getFutureData() ... done [05:57:51.282] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.283] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:51.283] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.283] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.284] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.284] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:51.284] | : . ' , ; ` | New stack: [05:57:51.285] | : . ' , ; ` | List of 1 [05:57:51.285] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.285] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.285] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:51.285] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.285] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.285] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.285] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.285] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.290] | : . ' , ; ` | Old stack: [05:57:51.290] | : . ' , ; ` | List of 1 [05:57:51.290] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.290] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.290] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:51.290] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.290] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.290] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.290] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:51.290] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.290] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.290] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.290] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.298] | : . ' , ; ` | Not identical [05:57:51.298] | : . ' , ; ` | all.equal() for future ... [05:57:51.298] | : . ' , ; ` | : List of 2 [05:57:51.298] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.298] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.298] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.298] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.298] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.298] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.298] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.310] | : . ' , ; ` | all.equal() for future ... done [05:57:51.311] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:51.311] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.311] | : . ' , ; ` List of future strategies: [05:57:51.311] | : . ' , ; ` 1. sequential: [05:57:51.311] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.311] | : . ' , ; ` - tweaked: FALSE [05:57:51.311] | : . ' , ; ` - call: plan(sequential) [05:57:51.312] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.313] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.317] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.317] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.318] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.318] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:51.318] | : . ' , ; ` | : New stack: [05:57:51.318] | : . ' , ; ` | : List of 1 [05:57:51.318] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.318] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.318] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.318] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.318] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.318] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.318] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.318] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.318] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.318] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.318] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.328] | : . ' , ; ` | : Old stack: [05:57:51.328] | : . ' , ; ` | : List of 1 [05:57:51.328] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.328] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.328] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.328] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.328] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.328] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.328] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.328] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.328] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.328] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.328] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.334] | : . ' , ; ` | : Identical [05:57:51.334] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:51.335] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.335] | : . ' , ; ` | List of future strategies: [05:57:51.335] | : . ' , ; ` | 1. sequential: [05:57:51.335] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.335] | : . ' , ; ` | - tweaked: FALSE [05:57:51.335] | : . ' , ; ` | - call: plan(sequential) [05:57:51.336] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.336] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.336] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.337] | : . ' , SequentialFuture started (and completed) [05:57:51.337] | : . ' , signalConditions() ... [05:57:51.338] | : . ' , ; include = 'immediateCondition' [05:57:51.338] | : . ' , ; exclude = [05:57:51.338] | : . ' , ; resignal = FALSE [05:57:51.338] | : . ' , ; Number of conditions: 6 [05:57:51.339] | : . ' , ; int 6 [05:57:51.340] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.340] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.340] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.340] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.341] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.341] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.341] | : . ' , signalConditions() ... done [05:57:51.342] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:51.342] | : . Launching futures ... done [05:57:51.342] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:51.342] | : Using SequentialFutureBackend ... done [05:57:51.343] | run() for 'Future' () ... done [05:57:51.343] future(..., label = NULL) ... done [05:57:51.343] future(..., label = NULL) ... [05:57:51.343] | lazy: FALSE [05:57:51.344] | stdout: TRUE [05:57:51.344] | conditions: [n=1] 'condition' [05:57:51.344] | gc: FALSE [05:57:51.344] | earlySignal: FALSE [05:57:51.345] | getGlobalsAndPackages() ... [05:57:51.345] | : Searching for globals ... [05:57:51.351] | : . globals found: [1] '{' [05:57:51.351] | : Searching for globals ... done [05:57:51.351] | : Resolving globals: FALSE [05:57:51.352] | : Search for packages associated with the globals ... [05:57:51.352] | : . Packages associated with globals: [1] 'base' [05:57:51.353] | : . Packages: [1] 'base' [05:57:51.353] | : Search for packages associated with the globals ... done [05:57:51.353] | : Packages after dropping 'base': [0] [05:57:51.353] | : globals: [0] [05:57:51.354] | : packages: [0] [05:57:51.354] | getGlobalsAndPackages() ... done [05:57:51.354] | run() for 'Future' () ... [05:57:51.355] | : state: 'created' [05:57:51.355] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.355] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.356] | : Using SequentialFutureBackend ... [05:57:51.356] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [05:57:51.356] | : . Launching futures ... [05:57:51.356] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:51.357] | : . ' , getFutureData() ... [05:57:51.357] | : . ' , ; getFutureCore() ... [05:57:51.357] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:51.357] | : . ' , ; getFutureCore() ... done [05:57:51.358] | : . ' , ; getFutureCapture() ... [05:57:51.358] | : . ' , ; getFutureCapture() ... done [05:57:51.358] | : . ' , ; getFutureContext() ... [05:57:51.359] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.359] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:51.359] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.359] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:51.360] | : . ' , ; getFutureContext() ... done [05:57:51.360] | : . ' , getFutureData() ... done [05:57:51.363] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.363] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:51.364] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.364] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.365] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.365] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:51.365] | : . ' , ; ` | New stack: [05:57:51.365] | : . ' , ; ` | List of 1 [05:57:51.365] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.365] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.365] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:51.365] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.365] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.365] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.365] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.365] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.371] | : . ' , ; ` | Old stack: [05:57:51.371] | : . ' , ; ` | List of 1 [05:57:51.371] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.371] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.371] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:51.371] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.371] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.371] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.371] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:51.371] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.371] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.371] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.371] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.377] | : . ' , ; ` | Not identical [05:57:51.377] | : . ' , ; ` | all.equal() for future ... [05:57:51.378] | : . ' , ; ` | : List of 2 [05:57:51.378] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.378] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.378] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.378] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.378] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.378] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.378] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.388] | : . ' , ; ` | all.equal() for future ... done [05:57:51.388] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:51.388] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.389] | : . ' , ; ` List of future strategies: [05:57:51.389] | : . ' , ; ` 1. sequential: [05:57:51.389] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.389] | : . ' , ; ` - tweaked: FALSE [05:57:51.389] | : . ' , ; ` - call: plan(sequential) [05:57:51.390] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.390] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.393] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.394] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.394] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.394] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:51.395] | : . ' , ; ` | : New stack: [05:57:51.395] | : . ' , ; ` | : List of 1 [05:57:51.395] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.395] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.395] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.395] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.395] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.395] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.395] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.395] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.395] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.395] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.395] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.401] | : . ' , ; ` | : Old stack: [05:57:51.401] | : . ' , ; ` | : List of 1 [05:57:51.401] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.401] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.401] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.401] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.401] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.401] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.401] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.401] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.401] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.401] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.401] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.407] | : . ' , ; ` | : Identical [05:57:51.408] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:51.408] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.408] | : . ' , ; ` | List of future strategies: [05:57:51.408] | : . ' , ; ` | 1. sequential: [05:57:51.408] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.408] | : . ' , ; ` | - tweaked: FALSE [05:57:51.408] | : . ' , ; ` | - call: plan(sequential) [05:57:51.409] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.409] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.409] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.410] | : . ' , SequentialFuture started (and completed) [05:57:51.410] | : . ' , signalConditions() ... [05:57:51.411] | : . ' , ; include = 'immediateCondition' [05:57:51.411] | : . ' , ; exclude = [05:57:51.411] | : . ' , ; resignal = FALSE [05:57:51.411] | : . ' , ; Number of conditions: 6 [05:57:51.412] | : . ' , ; int 6 [05:57:51.412] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.413] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.413] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.413] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.413] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.414] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.414] | : . ' , signalConditions() ... done [05:57:51.414] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:51.415] | : . Launching futures ... done [05:57:51.415] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:51.415] | : Using SequentialFutureBackend ... done [05:57:51.415] | run() for 'Future' () ... done [05:57:51.416] future(..., label = NULL) ... done [05:57:51.416] value() for SequentialFuture () ... [05:57:51.416] | signalConditions() ... [05:57:51.417] | : include = 'immediateCondition' [05:57:51.417] | : exclude = [05:57:51.417] | : resignal = FALSE [05:57:51.417] | : Number of conditions: 6 [05:57:51.417] | : int 6 [05:57:51.418] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.419] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.419] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.419] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.419] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.420] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.420] | signalConditions() ... done [05:57:51.420] | relay stdout ... [05:57:51.420] | relay stdout ... done [05:57:51.421] | check for misuse ... [05:57:51.421] | check for misuse ... done [05:57:51.421] | relay conditions ... [05:57:51.421] | : Future state: 'finished' [05:57:51.422] | : signalConditions() ... [05:57:51.422] | : . include = 'condition' [05:57:51.422] | : . exclude = 'immediateCondition' [05:57:51.422] | : . resignal = TRUE [05:57:51.423] | : . Number of conditions: 6 [05:57:51.423] | : . int 6 [05:57:51.424] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.424] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:51.280] | : . ' , attachPackages() ... [05:57:51.424] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.425] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:51.280] | : . ' , ; packages: [n=1] 'future' [05:57:51.425] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.425] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:51.281] | : . ' , attachPackages() ... done [05:57:51.426] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.426] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:51.281] | : . ' , attachPackages() ... [05:57:51.426] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.426] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:51.281] | : . ' , ; packages: [n=0] [05:57:51.427] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.427] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:51.281] | : . ' , attachPackages() ... done [05:57:51.427] | : signalConditions() ... done [05:57:51.428] | relay conditions ... done [05:57:51.428] value() for SequentialFuture () ... done u$a = 2 [05:57:51.428] value() for SequentialFuture () ... [05:57:51.429] | signalConditions() ... [05:57:51.429] | : include = 'immediateCondition' [05:57:51.429] | : exclude = [05:57:51.429] | : resignal = FALSE [05:57:51.430] | : Number of conditions: 6 [05:57:51.430] | : int 6 [05:57:51.431] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.431] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.431] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.431] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.432] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.432] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.432] | signalConditions() ... done [05:57:51.432] | relay stdout ... [05:57:51.433] | relay stdout ... done [05:57:51.433] | check for misuse ... [05:57:51.433] | check for misuse ... done [05:57:51.434] | relay conditions ... [05:57:51.434] | : Future state: 'finished' [05:57:51.434] | : signalConditions() ... [05:57:51.434] | : . include = 'condition' [05:57:51.435] | : . exclude = 'immediateCondition' [05:57:51.435] | : . resignal = TRUE [05:57:51.435] | : . Number of conditions: 6 [05:57:51.435] | : . int 6 [05:57:51.436] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.436] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:51.361] | : . ' , attachPackages() ... [05:57:51.437] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.437] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:51.361] | : . ' , ; packages: [n=1] 'future' [05:57:51.437] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.438] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:51.361] | : . ' , attachPackages() ... done [05:57:51.438] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.438] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:51.362] | : . ' , attachPackages() ... [05:57:51.438] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.439] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:51.362] | : . ' , ; packages: [n=0] [05:57:51.439] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.439] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:51.362] | : . ' , attachPackages() ... done [05:57:51.440] | : signalConditions() ... done [05:57:51.440] | relay conditions ... done [05:57:51.440] value() for SequentialFuture () ... done v$a = 4 [05:57:51.440] future(..., label = NULL) ... [05:57:51.441] | lazy: FALSE [05:57:51.441] | stdout: TRUE [05:57:51.441] | conditions: [n=1] 'condition' [05:57:51.441] | gc: FALSE [05:57:51.442] | earlySignal: FALSE [05:57:51.442] | getGlobalsAndPackages() ... [05:57:51.442] | : Searching for globals ... [05:57:51.453] | : . globals found: [3] '{', '*', 'a' [05:57:51.453] | : Searching for globals ... done [05:57:51.453] | : Resolving globals: FALSE [05:57:51.454] | : Search for packages associated with the globals ... [05:57:51.454] | : . Packages associated with globals: [1] 'base' [05:57:51.455] | : . Packages: [1] 'base' [05:57:51.455] | : Search for packages associated with the globals ... done [05:57:51.455] | : Packages after dropping 'base': [0] [05:57:51.456] | : globals: [1] 'a' [05:57:51.456] | : packages: [0] [05:57:51.456] | getGlobalsAndPackages() ... done [05:57:51.457] | run() for 'Future' () ... [05:57:51.457] | : state: 'created' [05:57:51.457] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.457] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.458] | : Using SequentialFutureBackend ... [05:57:51.458] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [05:57:51.458] | : . Launching futures ... [05:57:51.459] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:51.459] | : . ' , getFutureData() ... [05:57:51.459] | : . ' , ; getFutureCore() ... [05:57:51.459] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:51.460] | : . ' , ; getFutureCore() ... done [05:57:51.460] | : . ' , ; getFutureCapture() ... [05:57:51.460] | : . ' , ; getFutureCapture() ... done [05:57:51.460] | : . ' , ; getFutureContext() ... [05:57:51.461] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.461] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:51.461] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.462] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:51.462] | : . ' , ; getFutureContext() ... done [05:57:51.462] | : . ' , getFutureData() ... done [05:57:51.465] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.465] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:51.466] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.466] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.467] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.467] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:51.467] | : . ' , ; ` | New stack: [05:57:51.468] | : . ' , ; ` | List of 1 [05:57:51.468] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.468] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.468] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:51.468] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.468] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.468] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.468] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.468] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.474] | : . ' , ; ` | Old stack: [05:57:51.474] | : . ' , ; ` | List of 1 [05:57:51.474] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.474] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.474] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:51.474] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.474] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.474] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.474] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:51.474] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.474] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.474] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.474] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.484] | : . ' , ; ` | Not identical [05:57:51.484] | : . ' , ; ` | all.equal() for future ... [05:57:51.484] | : . ' , ; ` | : List of 2 [05:57:51.484] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.484] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.484] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.484] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.484] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.484] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.484] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.494] | : . ' , ; ` | all.equal() for future ... done [05:57:51.494] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:51.494] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.494] | : . ' , ; ` List of future strategies: [05:57:51.494] | : . ' , ; ` 1. sequential: [05:57:51.494] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.494] | : . ' , ; ` - tweaked: FALSE [05:57:51.494] | : . ' , ; ` - call: plan(sequential) [05:57:51.495] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.495] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.496] | : . ' , assign_globals() ... [05:57:51.496] | : . ' , List of 1 [05:57:51.496] | : . ' , $ a: num 1 [05:57:51.496] | : . ' , - attr(*, "where")=List of 1 [05:57:51.496] | : . ' , ..$ a: [05:57:51.496] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:57:51.496] | : . ' , - attr(*, "resolved")= logi FALSE [05:57:51.496] | : . ' , - attr(*, "total_size")= num NA [05:57:51.496] | : . ' , - attr(*, "already-done")= logi TRUE [05:57:51.501] | : . ' , - copied 'a' to environment [05:57:51.501] | : . ' , assign_globals() ... done [05:57:51.504] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.504] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.505] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.505] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:51.505] | : . ' , ; ` | : New stack: [05:57:51.505] | : . ' , ; ` | : List of 1 [05:57:51.505] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.505] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.505] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.505] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.505] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.505] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.505] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.505] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.505] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.505] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.505] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.511] | : . ' , ; ` | : Old stack: [05:57:51.511] | : . ' , ; ` | : List of 1 [05:57:51.511] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.511] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.511] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.511] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.511] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.511] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.511] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.511] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.511] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.511] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.511] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.517] | : . ' , ; ` | : Identical [05:57:51.517] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:51.517] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.517] | : . ' , ; ` | List of future strategies: [05:57:51.517] | : . ' , ; ` | 1. sequential: [05:57:51.517] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.517] | : . ' , ; ` | - tweaked: FALSE [05:57:51.517] | : . ' , ; ` | - call: plan(sequential) [05:57:51.518] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.519] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.519] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.519] | : . ' , SequentialFuture started (and completed) [05:57:51.520] | : . ' , signalConditions() ... [05:57:51.520] | : . ' , ; include = 'immediateCondition' [05:57:51.520] | : . ' , ; exclude = [05:57:51.520] | : . ' , ; resignal = FALSE [05:57:51.521] | : . ' , ; Number of conditions: 6 [05:57:51.521] | : . ' , ; int 6 [05:57:51.522] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.522] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.522] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.522] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.523] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.523] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.523] | : . ' , signalConditions() ... done [05:57:51.523] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:51.524] | : . Launching futures ... done [05:57:51.524] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:51.524] | : Using SequentialFutureBackend ... done [05:57:51.524] | run() for 'Future' () ... done [05:57:51.525] future(..., label = NULL) ... done [05:57:51.525] value() for SequentialFuture () ... [05:57:51.525] | signalConditions() ... [05:57:51.525] | : include = 'immediateCondition' [05:57:51.526] | : exclude = [05:57:51.526] | : resignal = FALSE [05:57:51.526] | : Number of conditions: 6 [05:57:51.526] | : int 6 [05:57:51.527] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.527] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.527] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.528] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.528] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.528] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.528] | signalConditions() ... done [05:57:51.528] | relay stdout ... [05:57:51.529] | relay stdout ... done [05:57:51.529] | check for misuse ... [05:57:51.529] | check for misuse ... done [05:57:51.529] | relay conditions ... [05:57:51.530] | : Future state: 'finished' [05:57:51.530] | : signalConditions() ... [05:57:51.530] | : . include = 'condition' [05:57:51.530] | : . exclude = 'immediateCondition' [05:57:51.530] | : . resignal = TRUE [05:57:51.531] | : . Number of conditions: 6 [05:57:51.531] | : . int 6 [05:57:51.531] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.532] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:51.463] | : . ' , attachPackages() ... [05:57:51.532] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.532] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:51.463] | : . ' , ; packages: [n=1] 'future' [05:57:51.533] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.533] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:51.463] | : . ' , attachPackages() ... done [05:57:51.533] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.533] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:51.464] | : . ' , attachPackages() ... [05:57:51.534] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.534] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:51.464] | : . ' , ; packages: [n=0] [05:57:51.534] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.534] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:51.464] | : . ' , attachPackages() ... done [05:57:51.535] | : signalConditions() ... done [05:57:51.535] | relay conditions ... done [05:57:51.535] value() for SequentialFuture () ... done [05:57:51.536] future(..., label = NULL) ... [05:57:51.536] | lazy: FALSE [05:57:51.536] | stdout: TRUE [05:57:51.536] | conditions: [n=1] 'condition' [05:57:51.536] | gc: FALSE [05:57:51.537] | earlySignal: FALSE [05:57:51.537] | getGlobalsAndPackages() ... [05:57:51.537] | : Searching for globals ... [05:57:51.546] | : . globals found: [3] '{', '*', 'a' [05:57:51.547] | : Searching for globals ... done [05:57:51.547] | : Resolving globals: FALSE [05:57:51.547] | : Search for packages associated with the globals ... [05:57:51.547] | : . Packages associated with globals: [1] 'base' [05:57:51.548] | : . Packages: [1] 'base' [05:57:51.548] | : Search for packages associated with the globals ... done [05:57:51.548] | : Packages after dropping 'base': [0] [05:57:51.549] | : globals: [1] 'a' [05:57:51.549] | : packages: [0] [05:57:51.549] | getGlobalsAndPackages() ... done [05:57:51.550] | run() for 'Future' () ... [05:57:51.550] | : state: 'created' [05:57:51.550] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.550] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.550] | : Using SequentialFutureBackend ... [05:57:51.551] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [05:57:51.551] | : . Launching futures ... [05:57:51.551] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:51.551] | : . ' , getFutureData() ... [05:57:51.552] | : . ' , ; getFutureCore() ... [05:57:51.552] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:51.552] | : . ' , ; getFutureCore() ... done [05:57:51.552] | : . ' , ; getFutureCapture() ... [05:57:51.553] | : . ' , ; getFutureCapture() ... done [05:57:51.553] | : . ' , ; getFutureContext() ... [05:57:51.553] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.553] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:51.554] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.554] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:51.554] | : . ' , ; getFutureContext() ... done [05:57:51.554] | : . ' , getFutureData() ... done [05:57:51.557] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.557] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:51.557] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.558] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.558] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.558] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:51.559] | : . ' , ; ` | New stack: [05:57:51.559] | : . ' , ; ` | List of 1 [05:57:51.559] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.559] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.559] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:51.559] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.559] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.559] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.559] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.559] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.564] | : . ' , ; ` | Old stack: [05:57:51.564] | : . ' , ; ` | List of 1 [05:57:51.564] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.564] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.564] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:51.564] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.564] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.564] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.564] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:51.564] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.564] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.564] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.564] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.570] | : . ' , ; ` | Not identical [05:57:51.570] | : . ' , ; ` | all.equal() for future ... [05:57:51.571] | : . ' , ; ` | : List of 2 [05:57:51.571] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.571] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.571] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.571] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.571] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.571] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.571] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.580] | : . ' , ; ` | all.equal() for future ... done [05:57:51.580] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:51.581] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.581] | : . ' , ; ` List of future strategies: [05:57:51.581] | : . ' , ; ` 1. sequential: [05:57:51.581] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.581] | : . ' , ; ` - tweaked: FALSE [05:57:51.581] | : . ' , ; ` - call: plan(sequential) [05:57:51.582] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.582] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.582] | : . ' , assign_globals() ... [05:57:51.583] | : . ' , List of 1 [05:57:51.583] | : . ' , $ a: num 1 [05:57:51.583] | : . ' , - attr(*, "where")=List of 1 [05:57:51.583] | : . ' , ..$ a: [05:57:51.583] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:57:51.583] | : . ' , - attr(*, "resolved")= logi FALSE [05:57:51.583] | : . ' , - attr(*, "total_size")= num NA [05:57:51.583] | : . ' , - attr(*, "already-done")= logi TRUE [05:57:51.587] | : . ' , - copied 'a' to environment [05:57:51.587] | : . ' , assign_globals() ... done [05:57:51.590] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.591] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.591] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.591] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:51.591] | : . ' , ; ` | : New stack: [05:57:51.592] | : . ' , ; ` | : List of 1 [05:57:51.592] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.592] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.592] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.592] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.592] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.592] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.592] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.592] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.592] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.592] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.592] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.597] | : . ' , ; ` | : Old stack: [05:57:51.597] | : . ' , ; ` | : List of 1 [05:57:51.597] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.597] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.597] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.597] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.597] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.597] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.597] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.597] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.597] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.597] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.597] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.603] | : . ' , ; ` | : Identical [05:57:51.603] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:51.603] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.604] | : . ' , ; ` | List of future strategies: [05:57:51.604] | : . ' , ; ` | 1. sequential: [05:57:51.604] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.604] | : . ' , ; ` | - tweaked: FALSE [05:57:51.604] | : . ' , ; ` | - call: plan(sequential) [05:57:51.605] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.605] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.605] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.606] | : . ' , SequentialFuture started (and completed) [05:57:51.606] | : . ' , signalConditions() ... [05:57:51.606] | : . ' , ; include = 'immediateCondition' [05:57:51.607] | : . ' , ; exclude = [05:57:51.607] | : . ' , ; resignal = FALSE [05:57:51.607] | : . ' , ; Number of conditions: 6 [05:57:51.607] | : . ' , ; int 6 [05:57:51.608] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.608] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.608] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.609] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.609] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.609] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.609] | : . ' , signalConditions() ... done [05:57:51.610] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:51.610] | : . Launching futures ... done [05:57:51.610] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:51.610] | : Using SequentialFutureBackend ... done [05:57:51.611] | run() for 'Future' () ... done [05:57:51.611] future(..., label = NULL) ... done [05:57:51.611] value() for SequentialFuture () ... [05:57:51.612] | signalConditions() ... [05:57:51.612] | : include = 'immediateCondition' [05:57:51.612] | : exclude = [05:57:51.612] | : resignal = FALSE [05:57:51.612] | : Number of conditions: 6 [05:57:51.613] | : int 6 [05:57:51.613] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.614] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.614] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.614] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.614] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.617] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.618] | signalConditions() ... done [05:57:51.618] | relay stdout ... [05:57:51.618] | relay stdout ... done [05:57:51.618] | check for misuse ... [05:57:51.619] | check for misuse ... done [05:57:51.619] | relay conditions ... [05:57:51.619] | : Future state: 'finished' [05:57:51.619] | : signalConditions() ... [05:57:51.619] | : . include = 'condition' [05:57:51.620] | : . exclude = 'immediateCondition' [05:57:51.620] | : . resignal = TRUE [05:57:51.620] | : . Number of conditions: 6 [05:57:51.620] | : . int 6 [05:57:51.621] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.621] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:51.555] | : . ' , attachPackages() ... [05:57:51.622] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.622] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:51.555] | : . ' , ; packages: [n=1] 'future' [05:57:51.622] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.622] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:51.555] | : . ' , attachPackages() ... done [05:57:51.623] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.623] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:51.556] | : . ' , attachPackages() ... [05:57:51.623] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.624] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:51.556] | : . ' , ; packages: [n=0] [05:57:51.624] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.624] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:51.556] | : . ' , attachPackages() ... done [05:57:51.624] | : signalConditions() ... done [05:57:51.625] | relay conditions ... done [05:57:51.625] value() for SequentialFuture () ... done [05:57:51.625] future(..., label = NULL) ... [05:57:51.625] | lazy: FALSE [05:57:51.626] | stdout: TRUE [05:57:51.626] | conditions: [n=1] 'condition' [05:57:51.626] | gc: FALSE [05:57:51.626] | earlySignal: FALSE [05:57:51.626] | getGlobalsAndPackages() ... [05:57:51.627] | : Searching for globals ... [05:57:51.637] | : . globals found: [3] '{', '*', 'a' [05:57:51.637] | : Searching for globals ... done [05:57:51.637] | : Resolving globals: FALSE [05:57:51.638] | : Search for packages associated with the globals ... [05:57:51.638] | : . Packages associated with globals: [1] 'base' [05:57:51.639] | : . Packages: [1] 'base' [05:57:51.639] | : Search for packages associated with the globals ... done [05:57:51.639] | : Packages after dropping 'base': [0] [05:57:51.640] | : globals: [1] 'a' [05:57:51.640] | : packages: [0] [05:57:51.640] | getGlobalsAndPackages() ... done [05:57:51.641] | run() for 'Future' () ... [05:57:51.641] | : state: 'created' [05:57:51.641] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.641] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.642] | : Using SequentialFutureBackend ... [05:57:51.642] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [05:57:51.642] | : . Launching futures ... [05:57:51.643] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:51.643] | : . ' , getFutureData() ... [05:57:51.643] | : . ' , ; getFutureCore() ... [05:57:51.643] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:51.643] | : . ' , ; getFutureCore() ... done [05:57:51.643] | : . ' , ; getFutureCapture() ... [05:57:51.644] | : . ' , ; getFutureCapture() ... done [05:57:51.644] | : . ' , ; getFutureContext() ... [05:57:51.644] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.644] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:51.644] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.644] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:51.645] | : . ' , ; getFutureContext() ... done [05:57:51.645] | : . ' , getFutureData() ... done [05:57:51.647] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.647] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:51.647] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.648] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.648] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.648] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:51.648] | : . ' , ; ` | New stack: [05:57:51.649] | : . ' , ; ` | List of 1 [05:57:51.649] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.649] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.649] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:51.649] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.649] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.649] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.649] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.649] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.653] | : . ' , ; ` | Old stack: [05:57:51.653] | : . ' , ; ` | List of 1 [05:57:51.653] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.653] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.653] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:51.653] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.653] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.653] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.653] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:51.653] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.653] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.653] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.653] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.658] | : . ' , ; ` | Not identical [05:57:51.658] | : . ' , ; ` | all.equal() for future ... [05:57:51.658] | : . ' , ; ` | : List of 2 [05:57:51.658] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.658] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.658] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.658] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.658] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.658] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.658] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.667] | : . ' , ; ` | all.equal() for future ... done [05:57:51.667] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:51.667] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.667] | : . ' , ; ` List of future strategies: [05:57:51.667] | : . ' , ; ` 1. sequential: [05:57:51.667] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.667] | : . ' , ; ` - tweaked: FALSE [05:57:51.667] | : . ' , ; ` - call: plan(sequential) [05:57:51.668] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.668] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.669] | : . ' , assign_globals() ... [05:57:51.669] | : . ' , List of 1 [05:57:51.669] | : . ' , $ a: num 1 [05:57:51.669] | : . ' , - attr(*, "where")=List of 1 [05:57:51.669] | : . ' , ..$ a: [05:57:51.669] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:57:51.669] | : . ' , - attr(*, "resolved")= logi FALSE [05:57:51.669] | : . ' , - attr(*, "total_size")= num NA [05:57:51.669] | : . ' , - attr(*, "already-done")= logi TRUE [05:57:51.673] | : . ' , - copied 'a' to environment [05:57:51.673] | : . ' , assign_globals() ... done [05:57:51.676] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.676] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.676] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.677] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:51.677] | : . ' , ; ` | : New stack: [05:57:51.677] | : . ' , ; ` | : List of 1 [05:57:51.677] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.677] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.677] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.677] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.677] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.677] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.677] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.677] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.677] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.677] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.677] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.682] | : . ' , ; ` | : Old stack: [05:57:51.683] | : . ' , ; ` | : List of 1 [05:57:51.683] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.683] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.683] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.683] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.683] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.683] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.683] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.683] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.683] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.683] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.683] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.688] | : . ' , ; ` | : Identical [05:57:51.688] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:51.688] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.688] | : . ' , ; ` | List of future strategies: [05:57:51.688] | : . ' , ; ` | 1. sequential: [05:57:51.688] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.688] | : . ' , ; ` | - tweaked: FALSE [05:57:51.688] | : . ' , ; ` | - call: plan(sequential) [05:57:51.689] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.689] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.689] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.690] | : . ' , SequentialFuture started (and completed) [05:57:51.690] | : . ' , signalConditions() ... [05:57:51.691] | : . ' , ; include = 'immediateCondition' [05:57:51.691] | : . ' , ; exclude = [05:57:51.691] | : . ' , ; resignal = FALSE [05:57:51.691] | : . ' , ; Number of conditions: 6 [05:57:51.691] | : . ' , ; int 6 [05:57:51.692] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.692] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.693] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.693] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.693] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.693] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.693] | : . ' , signalConditions() ... done [05:57:51.694] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:51.694] | : . Launching futures ... done [05:57:51.694] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:51.694] | : Using SequentialFutureBackend ... done [05:57:51.695] | run() for 'Future' () ... done [05:57:51.695] future(..., label = NULL) ... done [05:57:51.695] value() for SequentialFuture () ... [05:57:51.695] | signalConditions() ... [05:57:51.695] | : include = 'immediateCondition' [05:57:51.696] | : exclude = [05:57:51.696] | : resignal = FALSE [05:57:51.696] | : Number of conditions: 6 [05:57:51.696] | : int 6 [05:57:51.697] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.697] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.697] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.698] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.698] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.698] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.698] | signalConditions() ... done [05:57:51.698] | relay stdout ... [05:57:51.699] | relay stdout ... done [05:57:51.699] | check for misuse ... [05:57:51.699] | check for misuse ... done [05:57:51.699] | relay conditions ... [05:57:51.700] | : Future state: 'finished' [05:57:51.700] | : signalConditions() ... [05:57:51.700] | : . include = 'condition' [05:57:51.700] | : . exclude = 'immediateCondition' [05:57:51.700] | : . resignal = TRUE [05:57:51.701] | : . Number of conditions: 6 [05:57:51.701] | : . int 6 [05:57:51.701] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.702] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:51.645] | : . ' , attachPackages() ... [05:57:51.702] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.702] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:51.645] | : . ' , ; packages: [n=1] 'future' [05:57:51.703] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.703] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:51.646] | : . ' , attachPackages() ... done [05:57:51.703] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.703] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:51.646] | : . ' , attachPackages() ... [05:57:51.704] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.704] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:51.646] | : . ' , ; packages: [n=0] [05:57:51.704] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.704] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:51.646] | : . ' , attachPackages() ... done [05:57:51.705] | : signalConditions() ... done [05:57:51.705] | relay conditions ... done [05:57:51.705] value() for SequentialFuture () ... done [05:57:51.705] future(..., label = NULL) ... [05:57:51.706] | lazy: TRUE [05:57:51.706] | stdout: TRUE [05:57:51.706] | conditions: [n=1] 'condition' [05:57:51.706] | gc: FALSE [05:57:51.706] | earlySignal: FALSE [05:57:51.707] | getGlobalsAndPackages() ... [05:57:51.707] | : Searching for globals ... [05:57:51.716] | : . globals found: [3] '{', '*', 'a' [05:57:51.716] | : Searching for globals ... done [05:57:51.716] | : Resolving globals: FALSE [05:57:51.716] | : Search for packages associated with the globals ... [05:57:51.717] | : . Packages associated with globals: [1] 'base' [05:57:51.717] | : . Packages: [1] 'base' [05:57:51.718] | : Search for packages associated with the globals ... done [05:57:51.718] | : Packages after dropping 'base': [0] [05:57:51.718] | : globals: [1] 'a' [05:57:51.718] | : packages: [0] [05:57:51.718] | getGlobalsAndPackages() ... done [05:57:51.719] future(..., label = NULL) ... done [05:57:51.719] value() for Future () ... [05:57:51.719] | run() for 'Future' () ... [05:57:51.720] | : state: 'created' [05:57:51.720] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.720] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.720] | : Using SequentialFutureBackend ... [05:57:51.721] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [05:57:51.721] | : . Launching futures ... [05:57:51.721] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:51.721] | : . ' , getFutureData() ... [05:57:51.721] | : . ' , ; getFutureCore() ... [05:57:51.722] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:51.722] | : . ' , ; getFutureCore() ... done [05:57:51.722] | : . ' , ; getFutureCapture() ... [05:57:51.722] | : . ' , ; getFutureCapture() ... done [05:57:51.723] | : . ' , ; getFutureContext() ... [05:57:51.723] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.723] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:51.723] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.724] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:51.724] | : . ' , ; getFutureContext() ... done [05:57:51.724] | : . ' , getFutureData() ... done [05:57:51.726] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.727] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:51.727] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.727] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.728] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.728] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:51.728] | : . ' , ; ` | New stack: [05:57:51.728] | : . ' , ; ` | List of 1 [05:57:51.728] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.728] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.728] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:51.728] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.728] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.728] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.728] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.728] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.733] | : . ' , ; ` | Old stack: [05:57:51.733] | : . ' , ; ` | List of 1 [05:57:51.733] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.733] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.733] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:51.733] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.733] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.733] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.733] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:51.733] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.733] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.733] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.733] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.739] | : . ' , ; ` | Not identical [05:57:51.739] | : . ' , ; ` | all.equal() for future ... [05:57:51.739] | : . ' , ; ` | : List of 2 [05:57:51.739] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.739] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.739] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.739] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.739] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.739] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.739] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.751] | : . ' , ; ` | all.equal() for future ... done [05:57:51.751] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:51.752] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.752] | : . ' , ; ` List of future strategies: [05:57:51.752] | : . ' , ; ` 1. sequential: [05:57:51.752] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.752] | : . ' , ; ` - tweaked: FALSE [05:57:51.752] | : . ' , ; ` - call: plan(sequential) [05:57:51.753] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.753] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.753] | : . ' , assign_globals() ... [05:57:51.753] | : . ' , List of 1 [05:57:51.753] | : . ' , $ a: num 1 [05:57:51.753] | : . ' , - attr(*, "where")=List of 1 [05:57:51.753] | : . ' , ..$ a: [05:57:51.753] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:57:51.753] | : . ' , - attr(*, "resolved")= logi FALSE [05:57:51.753] | : . ' , - attr(*, "total_size")= num NA [05:57:51.753] | : . ' , - attr(*, "already-done")= logi TRUE [05:57:51.758] | : . ' , - copied 'a' to environment [05:57:51.758] | : . ' , assign_globals() ... done [05:57:51.761] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.761] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.762] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.762] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:51.762] | : . ' , ; ` | : New stack: [05:57:51.763] | : . ' , ; ` | : List of 1 [05:57:51.763] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.763] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.763] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.763] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.763] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.763] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.763] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.763] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.763] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.763] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.763] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.768] | : . ' , ; ` | : Old stack: [05:57:51.768] | : . ' , ; ` | : List of 1 [05:57:51.768] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.768] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.768] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.768] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.768] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.768] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.768] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.768] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.768] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.768] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.768] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.774] | : . ' , ; ` | : Identical [05:57:51.774] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:51.775] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.775] | : . ' , ; ` | List of future strategies: [05:57:51.775] | : . ' , ; ` | 1. sequential: [05:57:51.775] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.775] | : . ' , ; ` | - tweaked: FALSE [05:57:51.775] | : . ' , ; ` | - call: plan(sequential) [05:57:51.776] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.776] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.776] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.777] | : . ' , SequentialFuture started (and completed) [05:57:51.777] | : . ' , signalConditions() ... [05:57:51.777] | : . ' , ; include = 'immediateCondition' [05:57:51.778] | : . ' , ; exclude = [05:57:51.778] | : . ' , ; resignal = FALSE [05:57:51.778] | : . ' , ; Number of conditions: 6 [05:57:51.778] | : . ' , ; int 6 [05:57:51.779] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.779] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.780] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.780] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.780] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.780] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.781] | : . ' , signalConditions() ... done [05:57:51.781] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:51.781] | : . Launching futures ... done [05:57:51.781] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:51.782] | : Using SequentialFutureBackend ... done [05:57:51.782] | run() for 'Future' () ... done [05:57:51.782] | signalConditions() ... [05:57:51.782] | : include = 'immediateCondition' [05:57:51.783] | : exclude = [05:57:51.783] | : resignal = FALSE [05:57:51.783] | : Number of conditions: 6 [05:57:51.783] | : int 6 [05:57:51.784] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.784] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.784] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.785] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.785] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.785] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.785] | signalConditions() ... done [05:57:51.785] | relay stdout ... [05:57:51.786] | relay stdout ... done [05:57:51.786] | check for misuse ... [05:57:51.786] | check for misuse ... done [05:57:51.786] | relay conditions ... [05:57:51.787] | : Future state: 'finished' [05:57:51.787] | : signalConditions() ... [05:57:51.787] | : . include = 'condition' [05:57:51.787] | : . exclude = 'immediateCondition' [05:57:51.788] | : . resignal = TRUE [05:57:51.788] | : . Number of conditions: 6 [05:57:51.788] | : . int 6 [05:57:51.789] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.789] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:51.724] | : . ' , attachPackages() ... [05:57:51.789] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.789] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:51.725] | : . ' , ; packages: [n=1] 'future' [05:57:51.790] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.790] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:51.725] | : . ' , attachPackages() ... done [05:57:51.790] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.790] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:51.725] | : . ' , attachPackages() ... [05:57:51.791] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.791] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:51.726] | : . ' , ; packages: [n=0] [05:57:51.791] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.791] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:51.726] | : . ' , attachPackages() ... done [05:57:51.792] | : signalConditions() ... done [05:57:51.792] | relay conditions ... done [05:57:51.792] value() for Future () ... done [05:57:51.792] future(..., label = NULL) ... [05:57:51.793] | lazy: TRUE [05:57:51.793] | stdout: TRUE [05:57:51.793] | conditions: [n=1] 'condition' [05:57:51.793] | gc: FALSE [05:57:51.794] | earlySignal: FALSE [05:57:51.794] | getGlobalsAndPackages() ... [05:57:51.794] | : Searching for globals ... [05:57:51.805] | : . globals found: [3] '{', '*', 'a' [05:57:51.805] | : Searching for globals ... done [05:57:51.806] | : Resolving globals: FALSE [05:57:51.806] | : Search for packages associated with the globals ... [05:57:51.806] | : . Packages associated with globals: [1] 'base' [05:57:51.807] | : . Packages: [1] 'base' [05:57:51.807] | : Search for packages associated with the globals ... done [05:57:51.807] | : Packages after dropping 'base': [0] [05:57:51.808] | : globals: [1] 'a' [05:57:51.808] | : packages: [0] [05:57:51.808] | getGlobalsAndPackages() ... done [05:57:51.809] future(..., label = NULL) ... done [05:57:51.809] value() for Future () ... [05:57:51.809] | run() for 'Future' () ... [05:57:51.810] | : state: 'created' [05:57:51.810] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.810] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.811] | : Using SequentialFutureBackend ... [05:57:51.811] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [05:57:51.811] | : . Launching futures ... [05:57:51.812] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:51.812] | : . ' , getFutureData() ... [05:57:51.812] | : . ' , ; getFutureCore() ... [05:57:51.812] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:51.813] | : . ' , ; getFutureCore() ... done [05:57:51.813] | : . ' , ; getFutureCapture() ... [05:57:51.813] | : . ' , ; getFutureCapture() ... done [05:57:51.813] | : . ' , ; getFutureContext() ... [05:57:51.814] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.814] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:51.814] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.815] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:51.815] | : . ' , ; getFutureContext() ... done [05:57:51.815] | : . ' , getFutureData() ... done [05:57:51.818] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.818] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:51.818] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.819] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.819] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.819] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:51.820] | : . ' , ; ` | New stack: [05:57:51.820] | : . ' , ; ` | List of 1 [05:57:51.820] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.820] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.820] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:51.820] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.820] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.820] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.820] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.820] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.825] | : . ' , ; ` | Old stack: [05:57:51.825] | : . ' , ; ` | List of 1 [05:57:51.825] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.825] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.825] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:51.825] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.825] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.825] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.825] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:51.825] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.825] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.825] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.825] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.831] | : . ' , ; ` | Not identical [05:57:51.831] | : . ' , ; ` | all.equal() for future ... [05:57:51.832] | : . ' , ; ` | : List of 2 [05:57:51.832] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.832] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:51.832] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.832] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.832] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.832] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.832] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.842] | : . ' , ; ` | all.equal() for future ... done [05:57:51.843] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:51.843] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.843] | : . ' , ; ` List of future strategies: [05:57:51.843] | : . ' , ; ` 1. sequential: [05:57:51.843] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.843] | : . ' , ; ` - tweaked: FALSE [05:57:51.843] | : . ' , ; ` - call: plan(sequential) [05:57:51.844] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.845] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.845] | : . ' , assign_globals() ... [05:57:51.845] | : . ' , List of 1 [05:57:51.845] | : . ' , $ a: num 1 [05:57:51.845] | : . ' , - attr(*, "where")=List of 1 [05:57:51.845] | : . ' , ..$ a: [05:57:51.845] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:57:51.845] | : . ' , - attr(*, "resolved")= logi FALSE [05:57:51.845] | : . ' , - attr(*, "total_size")= num NA [05:57:51.845] | : . ' , - attr(*, "already-done")= logi TRUE [05:57:51.850] | : . ' , - copied 'a' to environment [05:57:51.851] | : . ' , assign_globals() ... done [05:57:51.855] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.855] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:51.855] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:51.856] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:51.856] | : . ' , ; ` | : New stack: [05:57:51.856] | : . ' , ; ` | : List of 1 [05:57:51.856] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.856] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.856] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.856] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.856] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.856] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.856] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.856] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.856] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.856] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.856] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.862] | : . ' , ; ` | : Old stack: [05:57:51.863] | : . ' , ; ` | : List of 1 [05:57:51.863] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.863] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.863] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:51.863] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.863] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.863] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.863] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:51.863] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.863] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.863] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.863] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.869] | : . ' , ; ` | : Identical [05:57:51.869] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:51.870] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:51.870] | : . ' , ; ` | List of future strategies: [05:57:51.870] | : . ' , ; ` | 1. sequential: [05:57:51.870] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:51.870] | : . ' , ; ` | - tweaked: FALSE [05:57:51.870] | : . ' , ; ` | - call: plan(sequential) [05:57:51.871] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:51.871] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.872] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:51.872] | : . ' , SequentialFuture started (and completed) [05:57:51.873] | : . ' , signalConditions() ... [05:57:51.873] | : . ' , ; include = 'immediateCondition' [05:57:51.873] | : . ' , ; exclude = [05:57:51.874] | : . ' , ; resignal = FALSE [05:57:51.874] | : . ' , ; Number of conditions: 6 [05:57:51.874] | : . ' , ; int 6 [05:57:51.875] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.875] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.875] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.876] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.876] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.876] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.877] | : . ' , signalConditions() ... done [05:57:51.877] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:51.877] | : . Launching futures ... done [05:57:51.878] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:51.878] | : Using SequentialFutureBackend ... done [05:57:51.878] | run() for 'Future' () ... done [05:57:51.878] | signalConditions() ... [05:57:51.879] | : include = 'immediateCondition' [05:57:51.879] | : exclude = [05:57:51.879] | : resignal = FALSE [05:57:51.879] | : Number of conditions: 6 [05:57:51.879] | : int 6 [05:57:51.880] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.880] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.881] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.881] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.881] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.881] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.881] | signalConditions() ... done [05:57:51.882] | relay stdout ... [05:57:51.882] | relay stdout ... done [05:57:51.882] | check for misuse ... [05:57:51.882] | check for misuse ... done [05:57:51.883] | relay conditions ... [05:57:51.883] | : Future state: 'finished' [05:57:51.883] | : signalConditions() ... [05:57:51.883] | : . include = 'condition' [05:57:51.883] | : . exclude = 'immediateCondition' [05:57:51.884] | : . resignal = TRUE [05:57:51.884] | : . Number of conditions: 6 [05:57:51.884] | : . int 6 [05:57:51.885] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.885] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:57:51.816] | : . ' , attachPackages() ... [05:57:51.885] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.885] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:57:51.816] | : . ' , ; packages: [n=1] 'future' [05:57:51.886] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.886] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:57:51.816] | : . ' , attachPackages() ... done [05:57:51.886] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.886] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:57:51.816] | : . ' , attachPackages() ... [05:57:51.887] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.887] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:57:51.817] | : . ' , ; packages: [n=0] [05:57:51.887] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:51.887] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:57:51.817] | : . ' , attachPackages() ... done [05:57:51.888] | : signalConditions() ... done [05:57:51.888] | relay conditions ... done [05:57:51.888] value() for Future () ... done *** futureAssign() with 'sequential' futures ... DONE Testing with 1 cores ... DONE Testing with 2 cores ... *** futureAssign() with 'multisession' futures ... [05:57:51.889] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.892] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:57:51.892] | : all.equal() for FutureStrategyList ... [05:57:51.893] | : . New stack: [05:57:51.893] | : . List of 1 [05:57:51.893] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:57:51.893] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.893] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:57:51.893] | : . ..- attr(*, "init")= logi TRUE [05:57:51.893] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:57:51.893] | : . gc = FALSE, earlySignal = FALSE, ...) [05:57:51.893] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:51.893] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:51.893] | : . ..- attr(*, "untweakable")= chr "persistent" [05:57:51.893] | : . ..- attr(*, "call")= language plan(strategy) [05:57:51.893] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.897] | : . Old stack: [05:57:51.897] | : . List of 1 [05:57:51.897] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.897] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.897] | : . ..- attr(*, "init")= chr "done" [05:57:51.897] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.897] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.897] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.897] | : . ..- attr(*, "call")= language plan(sequential) [05:57:51.897] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.897] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.897] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.897] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.902] | : . Not identical [05:57:51.902] | : . all.equal() for future ... [05:57:51.903] | : . ' List of 2 [05:57:51.903] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:57:51.903] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.903] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:57:51.903] | : . ' ..- attr(*, "init")= logi TRUE [05:57:51.903] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:57:51.903] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:57:51.903] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:51.903] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:51.903] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:57:51.903] | : . ' ..- attr(*, "call")= language plan(strategy) [05:57:51.903] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.903] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:51.903] | : . ' ..- attr(*, "init")= chr "done" [05:57:51.903] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.903] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.903] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.903] | : . ' ..- attr(*, "call")= language plan(sequential) [05:57:51.903] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:51.903] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:51.903] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:51.911] | : . ' Formals differ [05:57:51.911] | : . all.equal() for future ... done [05:57:51.911] | : . Future strategies differ at level 1 [05:57:51.911] | : all.equal() for FutureStrategyList ... done [05:57:51.911] | : plan(): Setting new future backend stack: [05:57:51.911] | : List of future strategies: [05:57:51.911] | : 1. multisession: [05:57:51.911] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.911] | : - tweaked: FALSE [05:57:51.911] | : - call: plan(strategy) [05:57:51.912] | : List of 1 [05:57:51.912] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:57:51.912] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.912] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:57:51.912] | : ..- attr(*, "init")= logi TRUE [05:57:51.912] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:57:51.912] | : gc = FALSE, earlySignal = FALSE, ...) [05:57:51.912] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:51.912] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:51.912] | : ..- attr(*, "untweakable")= chr "persistent" [05:57:51.912] | : ..- attr(*, "call")= language plan(strategy) [05:57:51.912] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:51.915] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [05:57:51.916] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:51.916] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [05:57:51.916] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:51.916] | : . Legacy shutdown of cluster workers ... [05:57:51.917] | : . ' Stopping existing cluster ... [05:57:51.917] | : . ' , No pre-existing cluster. Skipping [05:57:51.917] | : . ' Stopping existing cluster ... done [05:57:51.917] | : . Legacy shutdown of cluster workers ... done [05:57:51.917] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [05:57:51.917] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [05:57:51.918] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:57:51.918] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:51.918] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:57:51.918] | : . - attr(*, "init")= logi TRUE [05:57:51.918] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:57:51.918] | : . gc = FALSE, earlySignal = FALSE, ...) [05:57:51.918] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:51.918] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:57:51.918] | : . - attr(*, "untweakable")= chr "persistent" [05:57:51.918] | : . - attr(*, "call")= language plan(strategy) [05:57:51.920] | : . init: TRUE [05:57:51.921] | : . makeFutureBackend() ... [05:57:51.921] | : . ' Backend function: <'NULL'> [05:57:51.921] | : . ' Evaluator tweak arguments: [n=0] [05:57:51.921] | : . ' list() [05:57:51.921] | : . ' Evaluator formal arguments: [n=4] [05:57:51.922] | : . ' list() [05:57:51.922] | : . ' Backend factory arguments: [n=4] [05:57:51.922] | : . ' Dotted pair list of 4 [05:57:51.922] | : . ' $ workers : language availableCores() [05:57:51.922] | : . ' $ rscript_libs: language .libPaths() [05:57:51.922] | : . ' $ gc : logi FALSE [05:57:51.922] | : . ' $ earlySignal : logi FALSE [05:57:51.924] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [05:57:51.924] | : . ' , Arguments: [05:57:51.924] | : . ' , List of 5 [05:57:51.924] | : . ' , $ workers : Named int 2 [05:57:51.924] | : . ' , ..- attr(*, "names")= chr "mc.cores" [05:57:51.924] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:57:51.924] | : . ' , $ interrupts : logi TRUE [05:57:51.924] | : . ' , $ gc : logi FALSE [05:57:51.924] | : . ' , $ earlySignal : logi FALSE [05:57:51.929] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [05:57:51.929] | : . ' , ; workers: 2 [05:57:51.929] | : . ' , ; getCluster() ... [05:57:51.929] | : . ' , ; getCluster() ... done [05:57:51.929] | : . ' , ; Stopping existing cluster ... [05:57:51.930] | : . ' , ; ` No pre-existing cluster. Skipping [05:57:51.930] | : . ' , ; Stopping existing cluster ... done [05:57:51.930] | : . ' , ; Starting new cluster ... [05:57:51.930] | : . ' , ; ` makeCluster(workers, ...) ... [05:57:51.930] | : . ' , ; ` | Arguments: [05:57:51.930] | : . ' , ; ` | List of 2 [05:57:51.930] | : . ' , ; ` | $ : int 2 [05:57:51.930] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:57:51.932] | : . ' , ; ` | .makeCluster() ... [05:57:51.932] | : . ' , ; ` | : workers: '2' [05:57:51.932] | : . ' , ; ` | : R_FUTURE_PLAN: NA [05:57:51.933] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [05:57:51.933] | : . ' , ; ` | : List of 2 [05:57:51.933] | : . ' , ; ` | : $ : int 2 [05:57:51.933] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:57:52.896] | : . ' , ; ` | : Generated cluster UUID [05:57:52.896] | : . ' , ; ` | : Cluster UUID: '020af284d2edcb21463f2241840812b9' [05:57:52.896] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:52.900] | : . ' , ; ` | .makeCluster() ... done [05:57:52.901] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:52.903] | : . ' , ; ` makeCluster(workers, ...) ... done [05:57:52.903] | : . ' , ; ` Number of workers: 2 [05:57:52.904] | : . ' , ; ` Workers UUID: '020af284d2edcb21463f2241840812b9' [05:57:52.904] | : . ' , ; Starting new cluster ... done [05:57:52.904] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [05:57:52.905] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [05:57:52.905] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [05:57:52.905] | : . makeFutureBackend() ... done [05:57:52.906] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:52.906] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:52.906] | : . plan(): nbrOfWorkers() = 2 [05:57:52.906] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [05:57:52.907] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:57:52.907] | future(..., label = NULL) ... [05:57:52.907] | : lazy: FALSE [05:57:52.907] | : stdout: TRUE [05:57:52.907] | : conditions: [n=1] 'condition' [05:57:52.908] | : gc: FALSE [05:57:52.908] | : earlySignal: FALSE [05:57:52.908] | : getGlobalsAndPackages() ... [05:57:52.908] | : . Searching for globals ... [05:57:52.913] | : . ' globals found: [1] '{' [05:57:52.914] | : . Searching for globals ... done [05:57:52.914] | : . Resolving globals: FALSE [05:57:52.914] | : . Search for packages associated with the globals ... [05:57:52.914] | : . ' Packages associated with globals: [1] 'base' [05:57:52.915] | : . ' Packages: [1] 'base' [05:57:52.915] | : . Search for packages associated with the globals ... done [05:57:52.915] | : . Packages after dropping 'base': [0] [05:57:52.916] | : . globals: [0] [05:57:52.916] | : . packages: [0] [05:57:52.916] | : getGlobalsAndPackages() ... done [05:57:52.916] | : run() for 'Future' () ... [05:57:52.917] | : . state: 'created' [05:57:52.917] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:52.917] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:52.917] | : . Using MultisessionFutureBackend ... [05:57:52.918] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [05:57:52.918] | : . ' Launching futures ... [05:57:52.918] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:52.919] | : . ' , ; Workers: [n=2] [05:57:52.919] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:52.921] | : . ' , ; FutureRegistry: 'workers-020af284d2edcb21463f2241840812b9' [05:57:52.922] | : . ' , ; requestWorker() ... [05:57:52.922] | : . ' , ; ` requestNode() ... [05:57:52.922] | : . ' , ; ` | Number of workers: 2 [05:57:52.922] | : . ' , ; ` | Polling for a free worker ... [05:57:52.923] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:52.923] | : . ' , ; ` | : . Created empty registry 'workers-020af284d2edcb21463f2241840812b9' [05:57:52.923] | : . ' , ; ` | : . Listing all futures [05:57:52.923] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:52.923] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:52.924] | : . ' , ; ` | : Total time: 0 [05:57:52.924] | : . ' , ; ` | Polling for a free worker ... done [05:57:52.924] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:52.924] | : . ' , ; ` | : Listing all futures [05:57:52.925] | : . ' , ; ` | : Number of registered futures: 0 [05:57:52.925] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:52.925] | : . ' , ; ` | avail: [n=2] '1', '2' [05:57:52.925] | : . ' , ; ` | Index of first available worker: 1 [05:57:52.926] | : . ' , ; ` | Validate that the worker is functional ... [05:57:53.089] | : . ' , ; ` | : Worker is functional [05:57:53.090] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.090] | : . ' , ; ` | : . Listing all futures [05:57:53.090] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:53.090] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.090] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:53.091] | : . ' , ; ` requestNode() ... done [05:57:53.091] | : . ' , ; ` cluster node index: 1 [05:57:53.091] | : . ' , ; requestWorker() ... done [05:57:53.091] | : . ' , ; eraseGlobalEnvironment() ... [05:57:53.092] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:53.093] | : . ' , ; launchFuture() ... [05:57:53.093] | : . ' , ; ` cluster node index: 1 [05:57:53.093] | : . ' , ; ` getFutureData() ... [05:57:53.093] | : . ' , ; ` | getFutureCore() ... [05:57:53.094] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:53.094] | : . ' , ; ` | getFutureCore() ... done [05:57:53.094] | : . ' , ; ` | getFutureCapture() ... [05:57:53.094] | : . ' , ; ` | getFutureCapture() ... done [05:57:53.094] | : . ' , ; ` | getFutureContext() ... [05:57:53.095] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.095] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:53.095] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.095] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:53.095] | : . ' , ; ` | getFutureContext() ... done [05:57:53.096] | : . ' , ; ` getFutureData() ... done [05:57:53.096] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... [05:57:53.097] | : . ' , ; ` | Appended future to position #1 [05:57:53.097] | : . ' , ; ` | Number of registered futures: 1 [05:57:53.097] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... done [05:57:53.098] | : . ' , ; launchFuture() ... done [05:57:53.098] | : . ' , ; MultisessionFuture started [05:57:53.098] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:53.098] | : . ' Launching futures ... done [05:57:53.099] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:53.099] | : . Using MultisessionFutureBackend ... done [05:57:53.099] | : run() for 'Future' () ... done [05:57:53.100] | future(..., label = NULL) ... done [05:57:53.100] | future(..., label = NULL) ... [05:57:53.100] | : lazy: FALSE [05:57:53.101] | : stdout: TRUE [05:57:53.101] | : conditions: [n=1] 'condition' [05:57:53.101] | : gc: FALSE [05:57:53.101] | : earlySignal: FALSE [05:57:53.102] | : getGlobalsAndPackages() ... [05:57:53.102] | : . Searching for globals ... [05:57:53.108] | : . ' globals found: [1] '{' [05:57:53.109] | : . Searching for globals ... done [05:57:53.109] | : . Resolving globals: FALSE [05:57:53.109] | : . Search for packages associated with the globals ... [05:57:53.110] | : . ' Packages associated with globals: [1] 'base' [05:57:53.110] | : . ' Packages: [1] 'base' [05:57:53.110] | : . Search for packages associated with the globals ... done [05:57:53.111] | : . Packages after dropping 'base': [0] [05:57:53.111] | : . globals: [0] [05:57:53.111] | : . packages: [0] [05:57:53.112] | : getGlobalsAndPackages() ... done [05:57:53.112] | : run() for 'Future' () ... [05:57:53.113] | : . state: 'created' [05:57:53.113] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.113] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.113] | : . Using MultisessionFutureBackend ... [05:57:53.114] | : . ' Number of futures since start: 1 (1 created, 1 launched, 0 finished) [05:57:53.114] | : . ' Launching futures ... [05:57:53.114] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:53.115] | : . ' , ; Workers: [n=2] [05:57:53.115] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:53.118] | : . ' , ; FutureRegistry: 'workers-020af284d2edcb21463f2241840812b9' [05:57:53.119] | : . ' , ; requestWorker() ... [05:57:53.119] | : . ' , ; ` requestNode() ... [05:57:53.119] | : . ' , ; ` | Number of workers: 2 [05:57:53.119] | : . ' , ; ` | Polling for a free worker ... [05:57:53.120] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.120] | : . ' , ; ` | : . Listing all futures [05:57:53.120] | : . ' , ; ` | : . Number of registered futures: 1 [05:57:53.120] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.121] | : . ' , ; ` | : Total time: 0 [05:57:53.121] | : . ' , ; ` | Polling for a free worker ... done [05:57:53.121] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.121] | : . ' , ; ` | : Listing all futures [05:57:53.122] | : . ' , ; ` | : Number of registered futures: 1 [05:57:53.122] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.122] | : . ' , ; ` | avail: [n=2] '2' [05:57:53.123] | : . ' , ; ` | Index of first available worker: 2 [05:57:53.123] | : . ' , ; ` | Validate that the worker is functional ... [05:57:53.310] | : . ' , ; ` | : Worker is functional [05:57:53.310] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.310] | : . ' , ; ` | : . Listing all futures [05:57:53.310] | : . ' , ; ` | : . Number of registered futures: 1 [05:57:53.311] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.311] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:53.311] | : . ' , ; ` requestNode() ... done [05:57:53.311] | : . ' , ; ` cluster node index: 2 [05:57:53.311] | : . ' , ; requestWorker() ... done [05:57:53.312] | : . ' , ; eraseGlobalEnvironment() ... [05:57:53.313] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:53.313] | : . ' , ; launchFuture() ... [05:57:53.313] | : . ' , ; ` cluster node index: 2 [05:57:53.313] | : . ' , ; ` getFutureData() ... [05:57:53.314] | : . ' , ; ` | getFutureCore() ... [05:57:53.314] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:53.314] | : . ' , ; ` | getFutureCore() ... done [05:57:53.314] | : . ' , ; ` | getFutureCapture() ... [05:57:53.314] | : . ' , ; ` | getFutureCapture() ... done [05:57:53.315] | : . ' , ; ` | getFutureContext() ... [05:57:53.315] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.315] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:53.315] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.316] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:53.316] | : . ' , ; ` | getFutureContext() ... done [05:57:53.316] | : . ' , ; ` getFutureData() ... done [05:57:53.317] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... [05:57:53.317] | : . ' , ; ` | Appended future to position #2 [05:57:53.317] | : . ' , ; ` | Number of registered futures: 2 [05:57:53.317] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... done [05:57:53.317] | : . ' , ; launchFuture() ... done [05:57:53.318] | : . ' , ; MultisessionFuture started [05:57:53.318] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:53.318] | : . ' Launching futures ... done [05:57:53.318] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:53.318] | : . Using MultisessionFutureBackend ... done [05:57:53.319] | : run() for 'Future' () ... done [05:57:53.319] | future(..., label = NULL) ... done [05:57:53.319] | value() for MultisessionFuture () ... [05:57:53.319] | : result() for ClusterFuture ... [05:57:53.320] | : . assertValidConnection() ... [05:57:53.320] | : . ' cluster node index: 1 [05:57:53.321] | : . assertValidConnection() ... done [05:57:53.322] | : . receiveMessageFromWorker() for ClusterFuture ... [05:57:53.322] | : . ' cluster node index: 1 [05:57:53.322] | : . ' [1] TRUE [05:57:53.322] | : . ' received data: [05:57:53.323] | : . ' List of 5 [05:57:53.323] | : . ' $ type : chr "VALUE" [05:57:53.323] | : . ' $ value :List of 16 [05:57:53.323] | : . ' ..$ value : num 2 [05:57:53.323] | : . ' ..$ visible : logi TRUE [05:57:53.323] | : . ' ..$ stdout : chr "" [05:57:53.323] | : . ' ..$ conditions : list() [05:57:53.323] | : . ' ..$ rng : logi FALSE [05:57:53.323] | : . ' ..$ seed : NULL [05:57:53.323] | : . ' ..$ misuseGlobalEnv : NULL [05:57:53.323] | : . ' ..$ misuseConnections :List of 3 [05:57:53.323] | : . ' .. ..$ added : NULL [05:57:53.323] | : . ' .. ..$ removed : NULL [05:57:53.323] | : . ' .. ..$ replaced: NULL [05:57:53.323] | : . ' ..$ misuseDevices : NULL [05:57:53.323] | : . ' ..$ misuseDefaultDevice: list() [05:57:53.323] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.323] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.323] | : . ' ..$ uuid : chr [1:2] "8997dd43f1460e973a658f23a8b1af09" "9" [05:57:53.323] | : . ' ..$ session_uuid : chr "6f216ff4f402c31cc62b20fc949ccc9b" [05:57:53.323] | : . ' .. ..- attr(*, "source")=List of 5 [05:57:53.323] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:57:53.323] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:53.323] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:53.323] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:53.323] | : . ' .. .. ..$ pid : int 59120 [05:57:53.323] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.323] | : . ' .. .. ..$ random: int 2147483647 [05:57:53.323] | : . ' ..$ r_info :List of 4 [05:57:53.323] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:53.323] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:57:53.323] | : . ' .. ..$ os : chr "windows" [05:57:53.323] | : . ' .. ..$ os_name : chr "Windows" [05:57:53.323] | : . ' .. ..$ captures_utf8: logi TRUE [05:57:53.323] | : . ' ..$ version : chr "1.8" [05:57:53.323] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:57:53.323] | : . ' $ success: logi TRUE [05:57:53.323] | : . ' $ time : 'proc_time' Named num [1:5] 0.09 0 0.1 NA NA [05:57:53.323] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:53.323] | : . ' $ tag : NULL [05:57:53.339] | : . ' Received FutureResult [05:57:53.340] | : . ' FutureResult: [05:57:53.340] | : . ' value: 'numeric' [05:57:53.340] | : . ' visible: TRUE [05:57:53.340] | : . ' stdout: character [05:57:53.340] | : . ' conditions: [n = 0] [05:57:53.340] | : . ' RNG used: FALSE [05:57:53.340] | : . ' duration: 0.09152102 secs (started 2025-06-05 05:57:53.099026) [05:57:53.340] | : . ' version: 1.8 [05:57:53.341] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... [05:57:53.341] | : . ' , Removed future from position #1 [05:57:53.341] | : . ' , Number of registered futures: 1 [05:57:53.341] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... done [05:57:53.342] | : . ' Erased future from future backend [05:57:53.342] | : . ' result() for ClusterFuture ... [05:57:53.342] | : . ' , result already collected: FutureResult [05:57:53.342] | : . ' result() for ClusterFuture ... done [05:57:53.342] | : . ' signalConditions() ... [05:57:53.343] | : . ' , include = 'immediateCondition' [05:57:53.343] | : . ' , exclude = [05:57:53.343] | : . ' , resignal = FALSE [05:57:53.343] | : . ' , Number of conditions: 0 [05:57:53.344] | : . ' , int 0 [05:57:53.344] | : . ' signalConditions() ... done [05:57:53.344] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:57:53.345] | : result() for ClusterFuture ... done [05:57:53.345] | : result() for ClusterFuture ... [05:57:53.345] | : . result already collected: FutureResult [05:57:53.348] | : result() for ClusterFuture ... done [05:57:53.349] | : signalConditions() ... [05:57:53.349] | : . include = 'immediateCondition' [05:57:53.349] | : . exclude = [05:57:53.349] | : . resignal = FALSE [05:57:53.349] | : . Number of conditions: 0 [05:57:53.350] | : . int 0 [05:57:53.350] | : signalConditions() ... done [05:57:53.350] | : relay stdout ... [05:57:53.351] | : relay stdout ... done [05:57:53.351] | : check for misuse ... [05:57:53.351] | : check for misuse ... done [05:57:53.351] | value() for MultisessionFuture () ... done u$a = 2 [05:57:53.351] | value() for MultisessionFuture () ... [05:57:53.352] | : result() for ClusterFuture ... [05:57:53.352] | : . assertValidConnection() ... [05:57:53.352] | : . ' cluster node index: 2 [05:57:53.353] | : . assertValidConnection() ... done [05:57:53.353] | : . receiveMessageFromWorker() for ClusterFuture ... [05:57:53.353] | : . ' cluster node index: 2 [05:57:53.408] | : . ' [1] TRUE [05:57:53.409] | : . ' received data: [05:57:53.409] | : . ' List of 5 [05:57:53.409] | : . ' $ type : chr "VALUE" [05:57:53.409] | : . ' $ value :List of 16 [05:57:53.409] | : . ' ..$ value : num 4 [05:57:53.409] | : . ' ..$ visible : logi TRUE [05:57:53.409] | : . ' ..$ stdout : chr "" [05:57:53.409] | : . ' ..$ conditions : list() [05:57:53.409] | : . ' ..$ rng : logi FALSE [05:57:53.409] | : . ' ..$ seed : NULL [05:57:53.409] | : . ' ..$ misuseGlobalEnv : NULL [05:57:53.409] | : . ' ..$ misuseConnections :List of 3 [05:57:53.409] | : . ' .. ..$ added : NULL [05:57:53.409] | : . ' .. ..$ removed : NULL [05:57:53.409] | : . ' .. ..$ replaced: NULL [05:57:53.409] | : . ' ..$ misuseDevices : NULL [05:57:53.409] | : . ' ..$ misuseDefaultDevice: list() [05:57:53.409] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.409] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.409] | : . ' ..$ uuid : chr [1:2] "8997dd43f1460e973a658f23a8b1af09" "10" [05:57:53.409] | : . ' ..$ session_uuid : chr "aee1bfa6fbb4a7635636eaeff91ec7d4" [05:57:53.409] | : . ' .. ..- attr(*, "source")=List of 5 [05:57:53.409] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:57:53.409] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:53.409] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:53.409] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:53.409] | : . ' .. .. ..$ pid : int 139912 [05:57:53.409] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.409] | : . ' .. .. ..$ random: int 2147483647 [05:57:53.409] | : . ' ..$ r_info :List of 4 [05:57:53.409] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:53.409] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:57:53.409] | : . ' .. ..$ os : chr "windows" [05:57:53.409] | : . ' .. ..$ os_name : chr "Windows" [05:57:53.409] | : . ' .. ..$ captures_utf8: logi TRUE [05:57:53.409] | : . ' ..$ version : chr "1.8" [05:57:53.409] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:57:53.409] | : . ' $ success: logi TRUE [05:57:53.409] | : . ' $ time : 'proc_time' Named num [1:5] 0.09 0 0.1 NA NA [05:57:53.409] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:53.409] | : . ' $ tag : NULL [05:57:53.430] | : . ' Received FutureResult [05:57:53.430] | : . ' FutureResult: [05:57:53.430] | : . ' value: 'numeric' [05:57:53.430] | : . ' visible: TRUE [05:57:53.430] | : . ' stdout: character [05:57:53.430] | : . ' conditions: [n = 0] [05:57:53.430] | : . ' RNG used: FALSE [05:57:53.430] | : . ' duration: 0.08754301 secs (started 2025-06-05 05:57:53.319275) [05:57:53.430] | : . ' version: 1.8 [05:57:53.431] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... [05:57:53.431] | : . ' , Removed future from position #1 [05:57:53.432] | : . ' , Number of registered futures: 0 [05:57:53.432] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... done [05:57:53.432] | : . ' Erased future from future backend [05:57:53.433] | : . ' result() for ClusterFuture ... [05:57:53.433] | : . ' , result already collected: FutureResult [05:57:53.433] | : . ' result() for ClusterFuture ... done [05:57:53.433] | : . ' signalConditions() ... [05:57:53.434] | : . ' , include = 'immediateCondition' [05:57:53.434] | : . ' , exclude = [05:57:53.434] | : . ' , resignal = FALSE [05:57:53.434] | : . ' , Number of conditions: 0 [05:57:53.434] | : . ' , int 0 [05:57:53.435] | : . ' signalConditions() ... done [05:57:53.436] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:57:53.436] | : result() for ClusterFuture ... done [05:57:53.436] | : result() for ClusterFuture ... [05:57:53.436] | : . result already collected: FutureResult [05:57:53.436] | : result() for ClusterFuture ... done [05:57:53.437] | : signalConditions() ... [05:57:53.437] | : . include = 'immediateCondition' [05:57:53.437] | : . exclude = [05:57:53.437] | : . resignal = FALSE [05:57:53.438] | : . Number of conditions: 0 [05:57:53.438] | : . int 0 [05:57:53.438] | : signalConditions() ... done [05:57:53.439] | : relay stdout ... [05:57:53.439] | : relay stdout ... done [05:57:53.439] | : check for misuse ... [05:57:53.439] | : check for misuse ... done [05:57:53.440] | value() for MultisessionFuture () ... done v$a = 4 [05:57:53.440] | future(..., label = NULL) ... [05:57:53.440] | : lazy: FALSE [05:57:53.440] | : stdout: TRUE [05:57:53.441] | : conditions: [n=1] 'condition' [05:57:53.441] | : gc: FALSE [05:57:53.441] | : earlySignal: FALSE [05:57:53.441] | : getGlobalsAndPackages() ... [05:57:53.441] | : . Searching for globals ... [05:57:53.451] | : . ' globals found: [3] '{', '*', 'a' [05:57:53.451] | : . Searching for globals ... done [05:57:53.451] | : . Resolving globals: FALSE [05:57:53.452] | : . Search for packages associated with the globals ... [05:57:53.452] | : . ' Packages associated with globals: [1] 'base' [05:57:53.453] | : . ' Packages: [1] 'base' [05:57:53.453] | : . Search for packages associated with the globals ... done [05:57:53.453] | : . Packages after dropping 'base': [0] [05:57:53.454] | : . globals: [1] 'a' [05:57:53.454] | : . packages: [0] [05:57:53.454] | : getGlobalsAndPackages() ... done [05:57:53.455] | : run() for 'Future' () ... [05:57:53.455] | : . state: 'created' [05:57:53.455] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.456] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.456] | : . Using MultisessionFutureBackend ... [05:57:53.456] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [05:57:53.456] | : . ' Launching futures ... [05:57:53.457] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:53.457] | : . ' , ; Workers: [n=2] [05:57:53.457] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:53.460] | : . ' , ; FutureRegistry: 'workers-020af284d2edcb21463f2241840812b9' [05:57:53.461] | : . ' , ; requestWorker() ... [05:57:53.461] | : . ' , ; ` requestNode() ... [05:57:53.461] | : . ' , ; ` | Number of workers: 2 [05:57:53.462] | : . ' , ; ` | Polling for a free worker ... [05:57:53.462] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.462] | : . ' , ; ` | : . Listing all futures [05:57:53.463] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:53.463] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.463] | : . ' , ; ` | : Total time: 0 [05:57:53.463] | : . ' , ; ` | Polling for a free worker ... done [05:57:53.464] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.464] | : . ' , ; ` | : Listing all futures [05:57:53.464] | : . ' , ; ` | : Number of registered futures: 0 [05:57:53.465] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.465] | : . ' , ; ` | avail: [n=2] '1', '2' [05:57:53.465] | : . ' , ; ` | Index of first available worker: 1 [05:57:53.465] | : . ' , ; ` | Validate that the worker is functional ... [05:57:53.534] | : . ' , ; ` | : Worker is functional [05:57:53.534] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.534] | : . ' , ; ` | : . Listing all futures [05:57:53.535] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:53.535] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.535] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:53.535] | : . ' , ; ` requestNode() ... done [05:57:53.535] | : . ' , ; ` cluster node index: 1 [05:57:53.536] | : . ' , ; requestWorker() ... done [05:57:53.536] | : . ' , ; eraseGlobalEnvironment() ... [05:57:53.537] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:53.537] | : . ' , ; launchFuture() ... [05:57:53.537] | : . ' , ; ` cluster node index: 1 [05:57:53.537] | : . ' , ; ` getFutureData() ... [05:57:53.537] | : . ' , ; ` | getFutureCore() ... [05:57:53.538] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:53.538] | : . ' , ; ` | getFutureCore() ... done [05:57:53.538] | : . ' , ; ` | getFutureCapture() ... [05:57:53.538] | : . ' , ; ` | getFutureCapture() ... done [05:57:53.538] | : . ' , ; ` | getFutureContext() ... [05:57:53.539] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.539] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:53.539] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.539] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:53.540] | : . ' , ; ` | getFutureContext() ... done [05:57:53.540] | : . ' , ; ` getFutureData() ... done [05:57:53.540] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... [05:57:53.541] | : . ' , ; ` | Appended future to position #1 [05:57:53.541] | : . ' , ; ` | Number of registered futures: 1 [05:57:53.541] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... done [05:57:53.541] | : . ' , ; launchFuture() ... done [05:57:53.541] | : . ' , ; MultisessionFuture started [05:57:53.542] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:53.542] | : . ' Launching futures ... done [05:57:53.542] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:53.542] | : . Using MultisessionFutureBackend ... done [05:57:53.543] | : run() for 'Future' () ... done [05:57:53.543] | future(..., label = NULL) ... done [05:57:53.543] | value() for MultisessionFuture () ... [05:57:53.543] | : result() for ClusterFuture ... [05:57:53.544] | : . assertValidConnection() ... [05:57:53.544] | : . ' cluster node index: 1 [05:57:53.544] | : . assertValidConnection() ... done [05:57:53.545] | : . receiveMessageFromWorker() for ClusterFuture ... [05:57:53.545] | : . ' cluster node index: 1 [05:57:53.547] | : . ' [1] TRUE [05:57:53.548] | : . ' received data: [05:57:53.548] | : . ' List of 5 [05:57:53.548] | : . ' $ type : chr "VALUE" [05:57:53.548] | : . ' $ value :List of 16 [05:57:53.548] | : . ' ..$ value : num 2 [05:57:53.548] | : . ' ..$ visible : logi TRUE [05:57:53.548] | : . ' ..$ stdout : chr "" [05:57:53.548] | : . ' ..$ conditions : list() [05:57:53.548] | : . ' ..$ rng : logi FALSE [05:57:53.548] | : . ' ..$ seed : NULL [05:57:53.548] | : . ' ..$ misuseGlobalEnv : NULL [05:57:53.548] | : . ' ..$ misuseConnections :List of 3 [05:57:53.548] | : . ' .. ..$ added : NULL [05:57:53.548] | : . ' .. ..$ removed : NULL [05:57:53.548] | : . ' .. ..$ replaced: NULL [05:57:53.548] | : . ' ..$ misuseDevices : NULL [05:57:53.548] | : . ' ..$ misuseDefaultDevice: list() [05:57:53.548] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.548] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.548] | : . ' ..$ uuid : chr [1:2] "8997dd43f1460e973a658f23a8b1af09" "11" [05:57:53.548] | : . ' ..$ session_uuid : chr "6f216ff4f402c31cc62b20fc949ccc9b" [05:57:53.548] | : . ' .. ..- attr(*, "source")=List of 5 [05:57:53.548] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:57:53.548] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:53.548] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:53.548] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:53.548] | : . ' .. .. ..$ pid : int 59120 [05:57:53.548] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.548] | : . ' .. .. ..$ random: int 2147483647 [05:57:53.548] | : . ' ..$ r_info :List of 4 [05:57:53.548] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:53.548] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:57:53.548] | : . ' .. ..$ os : chr "windows" [05:57:53.548] | : . ' .. ..$ os_name : chr "Windows" [05:57:53.548] | : . ' .. ..$ captures_utf8: logi TRUE [05:57:53.548] | : . ' ..$ version : chr "1.8" [05:57:53.548] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:57:53.548] | : . ' $ success: logi TRUE [05:57:53.548] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [05:57:53.548] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:53.548] | : . ' $ tag : NULL [05:57:53.565] | : . ' Received FutureResult [05:57:53.565] | : . ' FutureResult: [05:57:53.565] | : . ' value: 'numeric' [05:57:53.565] | : . ' visible: TRUE [05:57:53.565] | : . ' stdout: character [05:57:53.565] | : . ' conditions: [n = 0] [05:57:53.565] | : . ' RNG used: FALSE [05:57:53.565] | : . ' duration: 0.004904032 secs (started 2025-06-05 05:57:53.541324) [05:57:53.565] | : . ' version: 1.8 [05:57:53.566] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... [05:57:53.566] | : . ' , Removed future from position #1 [05:57:53.566] | : . ' , Number of registered futures: 0 [05:57:53.567] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... done [05:57:53.567] | : . ' Erased future from future backend [05:57:53.567] | : . ' result() for ClusterFuture ... [05:57:53.567] | : . ' , result already collected: FutureResult [05:57:53.567] | : . ' result() for ClusterFuture ... done [05:57:53.568] | : . ' signalConditions() ... [05:57:53.568] | : . ' , include = 'immediateCondition' [05:57:53.568] | : . ' , exclude = [05:57:53.568] | : . ' , resignal = FALSE [05:57:53.569] | : . ' , Number of conditions: 0 [05:57:53.569] | : . ' , int 0 [05:57:53.569] | : . ' signalConditions() ... done [05:57:53.570] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:57:53.570] | : result() for ClusterFuture ... done [05:57:53.570] | : result() for ClusterFuture ... [05:57:53.570] | : . result already collected: FutureResult [05:57:53.571] | : result() for ClusterFuture ... done [05:57:53.571] | : signalConditions() ... [05:57:53.571] | : . include = 'immediateCondition' [05:57:53.571] | : . exclude = [05:57:53.571] | : . resignal = FALSE [05:57:53.571] | : . Number of conditions: 0 [05:57:53.571] | : . int 0 [05:57:53.572] | : signalConditions() ... done [05:57:53.572] | : relay stdout ... [05:57:53.572] | : relay stdout ... done [05:57:53.572] | : check for misuse ... [05:57:53.572] | : check for misuse ... done [05:57:53.572] | value() for MultisessionFuture () ... done [05:57:53.573] | future(..., label = NULL) ... [05:57:53.573] | : lazy: FALSE [05:57:53.573] | : stdout: TRUE [05:57:53.573] | : conditions: [n=1] 'condition' [05:57:53.573] | : gc: FALSE [05:57:53.573] | : earlySignal: FALSE [05:57:53.573] | : getGlobalsAndPackages() ... [05:57:53.574] | : . Searching for globals ... [05:57:53.580] | : . ' globals found: [3] '{', '*', 'a' [05:57:53.580] | : . Searching for globals ... done [05:57:53.581] | : . Resolving globals: FALSE [05:57:53.581] | : . Search for packages associated with the globals ... [05:57:53.581] | : . ' Packages associated with globals: [1] 'base' [05:57:53.582] | : . ' Packages: [1] 'base' [05:57:53.582] | : . Search for packages associated with the globals ... done [05:57:53.582] | : . Packages after dropping 'base': [0] [05:57:53.582] | : . globals: [1] 'a' [05:57:53.583] | : . packages: [0] [05:57:53.583] | : getGlobalsAndPackages() ... done [05:57:53.583] | : run() for 'Future' () ... [05:57:53.583] | : . state: 'created' [05:57:53.586] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.586] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.586] | : . Using MultisessionFutureBackend ... [05:57:53.587] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [05:57:53.587] | : . ' Launching futures ... [05:57:53.587] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:53.587] | : . ' , ; Workers: [n=2] [05:57:53.587] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:53.590] | : . ' , ; FutureRegistry: 'workers-020af284d2edcb21463f2241840812b9' [05:57:53.590] | : . ' , ; requestWorker() ... [05:57:53.590] | : . ' , ; ` requestNode() ... [05:57:53.590] | : . ' , ; ` | Number of workers: 2 [05:57:53.591] | : . ' , ; ` | Polling for a free worker ... [05:57:53.591] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.591] | : . ' , ; ` | : . Listing all futures [05:57:53.591] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:53.591] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.592] | : . ' , ; ` | : Total time: 0 [05:57:53.592] | : . ' , ; ` | Polling for a free worker ... done [05:57:53.592] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.592] | : . ' , ; ` | : Listing all futures [05:57:53.592] | : . ' , ; ` | : Number of registered futures: 0 [05:57:53.592] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.593] | : . ' , ; ` | avail: [n=2] '1', '2' [05:57:53.593] | : . ' , ; ` | Index of first available worker: 1 [05:57:53.593] | : . ' , ; ` | Validate that the worker is functional ... [05:57:53.694] | : . ' , ; ` | : Worker is functional [05:57:53.695] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.695] | : . ' , ; ` | : . Listing all futures [05:57:53.695] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:53.695] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.696] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:53.696] | : . ' , ; ` requestNode() ... done [05:57:53.696] | : . ' , ; ` cluster node index: 1 [05:57:53.696] | : . ' , ; requestWorker() ... done [05:57:53.697] | : . ' , ; eraseGlobalEnvironment() ... [05:57:53.697] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:53.698] | : . ' , ; launchFuture() ... [05:57:53.698] | : . ' , ; ` cluster node index: 1 [05:57:53.698] | : . ' , ; ` getFutureData() ... [05:57:53.699] | : . ' , ; ` | getFutureCore() ... [05:57:53.699] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:53.699] | : . ' , ; ` | getFutureCore() ... done [05:57:53.700] | : . ' , ; ` | getFutureCapture() ... [05:57:53.700] | : . ' , ; ` | getFutureCapture() ... done [05:57:53.700] | : . ' , ; ` | getFutureContext() ... [05:57:53.700] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.701] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:53.701] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.701] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:53.701] | : . ' , ; ` | getFutureContext() ... done [05:57:53.702] | : . ' , ; ` getFutureData() ... done [05:57:53.702] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... [05:57:53.703] | : . ' , ; ` | Appended future to position #1 [05:57:53.703] | : . ' , ; ` | Number of registered futures: 1 [05:57:53.703] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... done [05:57:53.703] | : . ' , ; launchFuture() ... done [05:57:53.704] | : . ' , ; MultisessionFuture started [05:57:53.704] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:53.704] | : . ' Launching futures ... done [05:57:53.704] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:53.705] | : . Using MultisessionFutureBackend ... done [05:57:53.705] | : run() for 'Future' () ... done [05:57:53.705] | future(..., label = NULL) ... done [05:57:53.706] | value() for MultisessionFuture () ... [05:57:53.706] | : result() for ClusterFuture ... [05:57:53.706] | : . assertValidConnection() ... [05:57:53.707] | : . ' cluster node index: 1 [05:57:53.707] | : . assertValidConnection() ... done [05:57:53.707] | : . receiveMessageFromWorker() for ClusterFuture ... [05:57:53.708] | : . ' cluster node index: 1 [05:57:53.710] | : . ' [1] TRUE [05:57:53.711] | : . ' received data: [05:57:53.711] | : . ' List of 5 [05:57:53.711] | : . ' $ type : chr "VALUE" [05:57:53.711] | : . ' $ value :List of 16 [05:57:53.711] | : . ' ..$ value : num 2 [05:57:53.711] | : . ' ..$ visible : logi TRUE [05:57:53.711] | : . ' ..$ stdout : chr "" [05:57:53.711] | : . ' ..$ conditions : list() [05:57:53.711] | : . ' ..$ rng : logi FALSE [05:57:53.711] | : . ' ..$ seed : NULL [05:57:53.711] | : . ' ..$ misuseGlobalEnv : NULL [05:57:53.711] | : . ' ..$ misuseConnections :List of 3 [05:57:53.711] | : . ' .. ..$ added : NULL [05:57:53.711] | : . ' .. ..$ removed : NULL [05:57:53.711] | : . ' .. ..$ replaced: NULL [05:57:53.711] | : . ' ..$ misuseDevices : NULL [05:57:53.711] | : . ' ..$ misuseDefaultDevice: list() [05:57:53.711] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.711] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.711] | : . ' ..$ uuid : chr [1:2] "8997dd43f1460e973a658f23a8b1af09" "12" [05:57:53.711] | : . ' ..$ session_uuid : chr "6f216ff4f402c31cc62b20fc949ccc9b" [05:57:53.711] | : . ' .. ..- attr(*, "source")=List of 5 [05:57:53.711] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:57:53.711] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:53.711] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:53.711] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:53.711] | : . ' .. .. ..$ pid : int 59120 [05:57:53.711] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.711] | : . ' .. .. ..$ random: int 2147483647 [05:57:53.711] | : . ' ..$ r_info :List of 4 [05:57:53.711] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:53.711] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:57:53.711] | : . ' .. ..$ os : chr "windows" [05:57:53.711] | : . ' .. ..$ os_name : chr "Windows" [05:57:53.711] | : . ' .. ..$ captures_utf8: logi TRUE [05:57:53.711] | : . ' ..$ version : chr "1.8" [05:57:53.711] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:57:53.711] | : . ' $ success: logi TRUE [05:57:53.711] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [05:57:53.711] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:53.711] | : . ' $ tag : NULL [05:57:53.729] | : . ' Received FutureResult [05:57:53.729] | : . ' FutureResult: [05:57:53.729] | : . ' value: 'numeric' [05:57:53.729] | : . ' visible: TRUE [05:57:53.729] | : . ' stdout: character [05:57:53.729] | : . ' conditions: [n = 0] [05:57:53.729] | : . ' RNG used: FALSE [05:57:53.729] | : . ' duration: 0.005604982 secs (started 2025-06-05 05:57:53.703306) [05:57:53.729] | : . ' version: 1.8 [05:57:53.730] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... [05:57:53.730] | : . ' , Removed future from position #1 [05:57:53.730] | : . ' , Number of registered futures: 0 [05:57:53.731] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... done [05:57:53.731] | : . ' Erased future from future backend [05:57:53.731] | : . ' result() for ClusterFuture ... [05:57:53.731] | : . ' , result already collected: FutureResult [05:57:53.731] | : . ' result() for ClusterFuture ... done [05:57:53.732] | : . ' signalConditions() ... [05:57:53.732] | : . ' , include = 'immediateCondition' [05:57:53.732] | : . ' , exclude = [05:57:53.732] | : . ' , resignal = FALSE [05:57:53.733] | : . ' , Number of conditions: 0 [05:57:53.733] | : . ' , int 0 [05:57:53.733] | : . ' signalConditions() ... done [05:57:53.734] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:57:53.734] | : result() for ClusterFuture ... done [05:57:53.734] | : result() for ClusterFuture ... [05:57:53.734] | : . result already collected: FutureResult [05:57:53.734] | : result() for ClusterFuture ... done [05:57:53.735] | : signalConditions() ... [05:57:53.735] | : . include = 'immediateCondition' [05:57:53.735] | : . exclude = [05:57:53.735] | : . resignal = FALSE [05:57:53.736] | : . Number of conditions: 0 [05:57:53.736] | : . int 0 [05:57:53.736] | : signalConditions() ... done [05:57:53.737] | : relay stdout ... [05:57:53.737] | : relay stdout ... done [05:57:53.737] | : check for misuse ... [05:57:53.737] | : check for misuse ... done [05:57:53.737] | value() for MultisessionFuture () ... done [05:57:53.738] | future(..., label = NULL) ... [05:57:53.738] | : lazy: FALSE [05:57:53.738] | : stdout: TRUE [05:57:53.738] | : conditions: [n=1] 'condition' [05:57:53.739] | : gc: FALSE [05:57:53.739] | : earlySignal: FALSE [05:57:53.739] | : getGlobalsAndPackages() ... [05:57:53.739] | : . Searching for globals ... [05:57:53.748] | : . ' globals found: [3] '{', '*', 'a' [05:57:53.748] | : . Searching for globals ... done [05:57:53.748] | : . Resolving globals: FALSE [05:57:53.748] | : . Search for packages associated with the globals ... [05:57:53.749] | : . ' Packages associated with globals: [1] 'base' [05:57:53.749] | : . ' Packages: [1] 'base' [05:57:53.750] | : . Search for packages associated with the globals ... done [05:57:53.750] | : . Packages after dropping 'base': [0] [05:57:53.750] | : . globals: [1] 'a' [05:57:53.750] | : . packages: [0] [05:57:53.750] | : getGlobalsAndPackages() ... done [05:57:53.751] | : run() for 'Future' () ... [05:57:53.751] | : . state: 'created' [05:57:53.751] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.751] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.752] | : . Using MultisessionFutureBackend ... [05:57:53.752] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [05:57:53.752] | : . ' Launching futures ... [05:57:53.752] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:53.753] | : . ' , ; Workers: [n=2] [05:57:53.753] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:53.755] | : . ' , ; FutureRegistry: 'workers-020af284d2edcb21463f2241840812b9' [05:57:53.756] | : . ' , ; requestWorker() ... [05:57:53.756] | : . ' , ; ` requestNode() ... [05:57:53.756] | : . ' , ; ` | Number of workers: 2 [05:57:53.756] | : . ' , ; ` | Polling for a free worker ... [05:57:53.756] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.757] | : . ' , ; ` | : . Listing all futures [05:57:53.757] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:53.757] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.757] | : . ' , ; ` | : Total time: 0 [05:57:53.757] | : . ' , ; ` | Polling for a free worker ... done [05:57:53.758] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.758] | : . ' , ; ` | : Listing all futures [05:57:53.758] | : . ' , ; ` | : Number of registered futures: 0 [05:57:53.758] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.759] | : . ' , ; ` | avail: [n=2] '1', '2' [05:57:53.759] | : . ' , ; ` | Index of first available worker: 1 [05:57:53.759] | : . ' , ; ` | Validate that the worker is functional ... [05:57:53.830] | : . ' , ; ` | : Worker is functional [05:57:53.830] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.830] | : . ' , ; ` | : . Listing all futures [05:57:53.830] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:53.831] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.831] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:53.831] | : . ' , ; ` requestNode() ... done [05:57:53.831] | : . ' , ; ` cluster node index: 1 [05:57:53.831] | : . ' , ; requestWorker() ... done [05:57:53.832] | : . ' , ; eraseGlobalEnvironment() ... [05:57:53.832] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:53.832] | : . ' , ; launchFuture() ... [05:57:53.833] | : . ' , ; ` cluster node index: 1 [05:57:53.833] | : . ' , ; ` getFutureData() ... [05:57:53.833] | : . ' , ; ` | getFutureCore() ... [05:57:53.833] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:53.833] | : . ' , ; ` | getFutureCore() ... done [05:57:53.834] | : . ' , ; ` | getFutureCapture() ... [05:57:53.834] | : . ' , ; ` | getFutureCapture() ... done [05:57:53.834] | : . ' , ; ` | getFutureContext() ... [05:57:53.835] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.835] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:53.835] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.835] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:53.836] | : . ' , ; ` | getFutureContext() ... done [05:57:53.836] | : . ' , ; ` getFutureData() ... done [05:57:53.837] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... [05:57:53.837] | : . ' , ; ` | Appended future to position #1 [05:57:53.837] | : . ' , ; ` | Number of registered futures: 1 [05:57:53.838] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... done [05:57:53.838] | : . ' , ; launchFuture() ... done [05:57:53.838] | : . ' , ; MultisessionFuture started [05:57:53.839] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:53.839] | : . ' Launching futures ... done [05:57:53.839] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:53.839] | : . Using MultisessionFutureBackend ... done [05:57:53.840] | : run() for 'Future' () ... done [05:57:53.840] | future(..., label = NULL) ... done [05:57:53.840] | value() for MultisessionFuture () ... [05:57:53.841] | : result() for ClusterFuture ... [05:57:53.841] | : . assertValidConnection() ... [05:57:53.841] | : . ' cluster node index: 1 [05:57:53.842] | : . assertValidConnection() ... done [05:57:53.842] | : . receiveMessageFromWorker() for ClusterFuture ... [05:57:53.843] | : . ' cluster node index: 1 [05:57:53.843] | : . ' [1] TRUE [05:57:53.843] | : . ' received data: [05:57:53.844] | : . ' List of 5 [05:57:53.844] | : . ' $ type : chr "VALUE" [05:57:53.844] | : . ' $ value :List of 16 [05:57:53.844] | : . ' ..$ value : num 2 [05:57:53.844] | : . ' ..$ visible : logi TRUE [05:57:53.844] | : . ' ..$ stdout : chr "" [05:57:53.844] | : . ' ..$ conditions : list() [05:57:53.844] | : . ' ..$ rng : logi FALSE [05:57:53.844] | : . ' ..$ seed : NULL [05:57:53.844] | : . ' ..$ misuseGlobalEnv : NULL [05:57:53.844] | : . ' ..$ misuseConnections :List of 3 [05:57:53.844] | : . ' .. ..$ added : NULL [05:57:53.844] | : . ' .. ..$ removed : NULL [05:57:53.844] | : . ' .. ..$ replaced: NULL [05:57:53.844] | : . ' ..$ misuseDevices : NULL [05:57:53.844] | : . ' ..$ misuseDefaultDevice: list() [05:57:53.844] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.844] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.844] | : . ' ..$ uuid : chr [1:2] "8997dd43f1460e973a658f23a8b1af09" "13" [05:57:53.844] | : . ' ..$ session_uuid : chr "6f216ff4f402c31cc62b20fc949ccc9b" [05:57:53.844] | : . ' .. ..- attr(*, "source")=List of 5 [05:57:53.844] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:57:53.844] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:53.844] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:53.844] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:53.844] | : . ' .. .. ..$ pid : int 59120 [05:57:53.844] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.844] | : . ' .. .. ..$ random: int 2147483647 [05:57:53.844] | : . ' ..$ r_info :List of 4 [05:57:53.844] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:53.844] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:57:53.844] | : . ' .. ..$ os : chr "windows" [05:57:53.844] | : . ' .. ..$ os_name : chr "Windows" [05:57:53.844] | : . ' .. ..$ captures_utf8: logi TRUE [05:57:53.844] | : . ' ..$ version : chr "1.8" [05:57:53.844] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:57:53.844] | : . ' $ success: logi TRUE [05:57:53.844] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [05:57:53.844] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:53.844] | : . ' $ tag : NULL [05:57:53.866] | : . ' Received FutureResult [05:57:53.866] | : . ' FutureResult: [05:57:53.866] | : . ' value: 'numeric' [05:57:53.866] | : . ' visible: TRUE [05:57:53.866] | : . ' stdout: character [05:57:53.866] | : . ' conditions: [n = 0] [05:57:53.866] | : . ' RNG used: FALSE [05:57:53.866] | : . ' duration: 0.004359007 secs (started 2025-06-05 05:57:53.837555) [05:57:53.866] | : . ' version: 1.8 [05:57:53.867] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... [05:57:53.867] | : . ' , Removed future from position #1 [05:57:53.867] | : . ' , Number of registered futures: 0 [05:57:53.867] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... done [05:57:53.868] | : . ' Erased future from future backend [05:57:53.868] | : . ' result() for ClusterFuture ... [05:57:53.868] | : . ' , result already collected: FutureResult [05:57:53.868] | : . ' result() for ClusterFuture ... done [05:57:53.869] | : . ' signalConditions() ... [05:57:53.869] | : . ' , include = 'immediateCondition' [05:57:53.869] | : . ' , exclude = [05:57:53.869] | : . ' , resignal = FALSE [05:57:53.869] | : . ' , Number of conditions: 0 [05:57:53.870] | : . ' , int 0 [05:57:53.870] | : . ' signalConditions() ... done [05:57:53.871] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:57:53.871] | : result() for ClusterFuture ... done [05:57:53.871] | : result() for ClusterFuture ... [05:57:53.871] | : . result already collected: FutureResult [05:57:53.871] | : result() for ClusterFuture ... done [05:57:53.872] | : signalConditions() ... [05:57:53.872] | : . include = 'immediateCondition' [05:57:53.872] | : . exclude = [05:57:53.872] | : . resignal = FALSE [05:57:53.873] | : . Number of conditions: 0 [05:57:53.873] | : . int 0 [05:57:53.873] | : signalConditions() ... done [05:57:53.874] | : relay stdout ... [05:57:53.874] | : relay stdout ... done [05:57:53.874] | : check for misuse ... [05:57:53.874] | : check for misuse ... done [05:57:53.875] | value() for MultisessionFuture () ... done [05:57:53.875] | future(..., label = NULL) ... [05:57:53.875] | : lazy: TRUE [05:57:53.875] | : stdout: TRUE [05:57:53.876] | : conditions: [n=1] 'condition' [05:57:53.876] | : gc: FALSE [05:57:53.876] | : earlySignal: FALSE [05:57:53.876] | : getGlobalsAndPackages() ... [05:57:53.877] | : . Searching for globals ... [05:57:53.885] | : . ' globals found: [3] '{', '*', 'a' [05:57:53.886] | : . Searching for globals ... done [05:57:53.886] | : . Resolving globals: FALSE [05:57:53.886] | : . Search for packages associated with the globals ... [05:57:53.887] | : . ' Packages associated with globals: [1] 'base' [05:57:53.887] | : . ' Packages: [1] 'base' [05:57:53.887] | : . Search for packages associated with the globals ... done [05:57:53.888] | : . Packages after dropping 'base': [0] [05:57:53.888] | : . globals: [1] 'a' [05:57:53.888] | : . packages: [0] [05:57:53.888] | : getGlobalsAndPackages() ... done [05:57:53.889] | future(..., label = NULL) ... done [05:57:53.889] | value() for Future () ... [05:57:53.889] | : run() for 'Future' () ... [05:57:53.890] | : . state: 'created' [05:57:53.890] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.890] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.890] | : . Using MultisessionFutureBackend ... [05:57:53.891] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [05:57:53.891] | : . ' Launching futures ... [05:57:53.891] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:53.891] | : . ' , ; Workers: [n=2] [05:57:53.892] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:53.894] | : . ' , ; FutureRegistry: 'workers-020af284d2edcb21463f2241840812b9' [05:57:53.894] | : . ' , ; requestWorker() ... [05:57:53.895] | : . ' , ; ` requestNode() ... [05:57:53.895] | : . ' , ; ` | Number of workers: 2 [05:57:53.895] | : . ' , ; ` | Polling for a free worker ... [05:57:53.895] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.896] | : . ' , ; ` | : . Listing all futures [05:57:53.896] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:53.896] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.896] | : . ' , ; ` | : Total time: 0 [05:57:53.896] | : . ' , ; ` | Polling for a free worker ... done [05:57:53.897] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.897] | : . ' , ; ` | : Listing all futures [05:57:53.897] | : . ' , ; ` | : Number of registered futures: 0 [05:57:53.897] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.898] | : . ' , ; ` | avail: [n=2] '1', '2' [05:57:53.898] | : . ' , ; ` | Index of first available worker: 1 [05:57:53.898] | : . ' , ; ` | Validate that the worker is functional ... [05:57:53.965] | : . ' , ; ` | : Worker is functional [05:57:53.965] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:53.965] | : . ' , ; ` | : . Listing all futures [05:57:53.965] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:53.965] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:53.966] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:53.966] | : . ' , ; ` requestNode() ... done [05:57:53.966] | : . ' , ; ` cluster node index: 1 [05:57:53.966] | : . ' , ; requestWorker() ... done [05:57:53.966] | : . ' , ; eraseGlobalEnvironment() ... [05:57:53.967] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:53.967] | : . ' , ; launchFuture() ... [05:57:53.968] | : . ' , ; ` cluster node index: 1 [05:57:53.968] | : . ' , ; ` getFutureData() ... [05:57:53.968] | : . ' , ; ` | getFutureCore() ... [05:57:53.968] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:53.968] | : . ' , ; ` | getFutureCore() ... done [05:57:53.968] | : . ' , ; ` | getFutureCapture() ... [05:57:53.969] | : . ' , ; ` | getFutureCapture() ... done [05:57:53.969] | : . ' , ; ` | getFutureContext() ... [05:57:53.969] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:53.969] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:53.969] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:53.970] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:53.970] | : . ' , ; ` | getFutureContext() ... done [05:57:53.970] | : . ' , ; ` getFutureData() ... done [05:57:53.970] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... [05:57:53.971] | : . ' , ; ` | Appended future to position #1 [05:57:53.971] | : . ' , ; ` | Number of registered futures: 1 [05:57:53.971] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... done [05:57:53.971] | : . ' , ; launchFuture() ... done [05:57:53.971] | : . ' , ; MultisessionFuture started [05:57:53.971] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:53.972] | : . ' Launching futures ... done [05:57:53.972] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:53.972] | : . Using MultisessionFutureBackend ... done [05:57:53.972] | : run() for 'Future' () ... done [05:57:53.972] | : result() for ClusterFuture ... [05:57:53.973] | : . assertValidConnection() ... [05:57:53.973] | : . ' cluster node index: 1 [05:57:53.973] | : . assertValidConnection() ... done [05:57:53.973] | : . receiveMessageFromWorker() for ClusterFuture ... [05:57:53.974] | : . ' cluster node index: 1 [05:57:53.977] | : . ' [1] TRUE [05:57:53.977] | : . ' received data: [05:57:53.977] | : . ' List of 5 [05:57:53.977] | : . ' $ type : chr "VALUE" [05:57:53.977] | : . ' $ value :List of 16 [05:57:53.977] | : . ' ..$ value : num 2 [05:57:53.977] | : . ' ..$ visible : logi TRUE [05:57:53.977] | : . ' ..$ stdout : chr "" [05:57:53.977] | : . ' ..$ conditions : list() [05:57:53.977] | : . ' ..$ rng : logi FALSE [05:57:53.977] | : . ' ..$ seed : NULL [05:57:53.977] | : . ' ..$ misuseGlobalEnv : NULL [05:57:53.977] | : . ' ..$ misuseConnections :List of 3 [05:57:53.977] | : . ' .. ..$ added : NULL [05:57:53.977] | : . ' .. ..$ removed : NULL [05:57:53.977] | : . ' .. ..$ replaced: NULL [05:57:53.977] | : . ' ..$ misuseDevices : NULL [05:57:53.977] | : . ' ..$ misuseDefaultDevice: list() [05:57:53.977] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.977] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.977] | : . ' ..$ uuid : chr [1:2] "8997dd43f1460e973a658f23a8b1af09" "14" [05:57:53.977] | : . ' ..$ session_uuid : chr "6f216ff4f402c31cc62b20fc949ccc9b" [05:57:53.977] | : . ' .. ..- attr(*, "source")=List of 5 [05:57:53.977] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:57:53.977] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:53.977] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:53.977] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:53.977] | : . ' .. .. ..$ pid : int 59120 [05:57:53.977] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:53.977] | : . ' .. .. ..$ random: int 2147483647 [05:57:53.977] | : . ' ..$ r_info :List of 4 [05:57:53.977] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:53.977] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:57:53.977] | : . ' .. ..$ os : chr "windows" [05:57:53.977] | : . ' .. ..$ os_name : chr "Windows" [05:57:53.977] | : . ' .. ..$ captures_utf8: logi TRUE [05:57:53.977] | : . ' ..$ version : chr "1.8" [05:57:53.977] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:57:53.977] | : . ' $ success: logi TRUE [05:57:53.977] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [05:57:53.977] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:53.977] | : . ' $ tag : NULL [05:57:53.997] | : . ' Received FutureResult [05:57:53.997] | : . ' FutureResult: [05:57:53.997] | : . ' value: 'numeric' [05:57:53.997] | : . ' visible: TRUE [05:57:53.997] | : . ' stdout: character [05:57:53.997] | : . ' conditions: [n = 0] [05:57:53.997] | : . ' RNG used: FALSE [05:57:53.997] | : . ' duration: 0.004139185 secs (started 2025-06-05 05:57:53.971217) [05:57:53.997] | : . ' version: 1.8 [05:57:53.998] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... [05:57:53.998] | : . ' , Removed future from position #1 [05:57:53.999] | : . ' , Number of registered futures: 0 [05:57:53.999] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... done [05:57:53.999] | : . ' Erased future from future backend [05:57:53.999] | : . ' result() for ClusterFuture ... [05:57:54.000] | : . ' , result already collected: FutureResult [05:57:54.000] | : . ' result() for ClusterFuture ... done [05:57:54.000] | : . ' signalConditions() ... [05:57:54.000] | : . ' , include = 'immediateCondition' [05:57:54.001] | : . ' , exclude = [05:57:54.001] | : . ' , resignal = FALSE [05:57:54.001] | : . ' , Number of conditions: 0 [05:57:54.001] | : . ' , int 0 [05:57:54.002] | : . ' signalConditions() ... done [05:57:54.002] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:57:54.003] | : result() for ClusterFuture ... done [05:57:54.003] | : result() for ClusterFuture ... [05:57:54.003] | : . result already collected: FutureResult [05:57:54.003] | : result() for ClusterFuture ... done [05:57:54.004] | : signalConditions() ... [05:57:54.004] | : . include = 'immediateCondition' [05:57:54.004] | : . exclude = [05:57:54.004] | : . resignal = FALSE [05:57:54.005] | : . Number of conditions: 0 [05:57:54.005] | : . int 0 [05:57:54.006] | : signalConditions() ... done [05:57:54.006] | : relay stdout ... [05:57:54.006] | : relay stdout ... done [05:57:54.006] | : check for misuse ... [05:57:54.007] | : check for misuse ... done [05:57:54.007] | value() for Future () ... done [05:57:54.007] | future(..., label = NULL) ... [05:57:54.008] | : lazy: TRUE [05:57:54.008] | : stdout: TRUE [05:57:54.008] | : conditions: [n=1] 'condition' [05:57:54.008] | : gc: FALSE [05:57:54.009] | : earlySignal: FALSE [05:57:54.009] | : getGlobalsAndPackages() ... [05:57:54.009] | : . Searching for globals ... [05:57:54.019] | : . ' globals found: [3] '{', '*', 'a' [05:57:54.020] | : . Searching for globals ... done [05:57:54.020] | : . Resolving globals: FALSE [05:57:54.020] | : . Search for packages associated with the globals ... [05:57:54.021] | : . ' Packages associated with globals: [1] 'base' [05:57:54.021] | : . ' Packages: [1] 'base' [05:57:54.022] | : . Search for packages associated with the globals ... done [05:57:54.022] | : . Packages after dropping 'base': [0] [05:57:54.022] | : . globals: [1] 'a' [05:57:54.023] | : . packages: [0] [05:57:54.023] | : getGlobalsAndPackages() ... done [05:57:54.023] | future(..., label = NULL) ... done [05:57:54.024] | value() for Future () ... [05:57:54.024] | : run() for 'Future' () ... [05:57:54.024] | : . state: 'created' [05:57:54.024] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:54.025] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:54.025] | : . Using MultisessionFutureBackend ... [05:57:54.025] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [05:57:54.025] | : . ' Launching futures ... [05:57:54.026] | : . ' , launchFuture() for ClusterFutureBackend ... [05:57:54.026] | : . ' , ; Workers: [n=2] [05:57:54.026] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:57:54.029] | : . ' , ; FutureRegistry: 'workers-020af284d2edcb21463f2241840812b9' [05:57:54.030] | : . ' , ; requestWorker() ... [05:57:54.030] | : . ' , ; ` requestNode() ... [05:57:54.030] | : . ' , ; ` | Number of workers: 2 [05:57:54.030] | : . ' , ; ` | Polling for a free worker ... [05:57:54.030] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:54.030] | : . ' , ; ` | : . Listing all futures [05:57:54.031] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:54.031] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:54.031] | : . ' , ; ` | : Total time: 0 [05:57:54.031] | : . ' , ; ` | Polling for a free worker ... done [05:57:54.031] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:54.031] | : . ' , ; ` | : Listing all futures [05:57:54.032] | : . ' , ; ` | : Number of registered futures: 0 [05:57:54.032] | : . ' , ; ` | FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:54.032] | : . ' , ; ` | avail: [n=2] '1', '2' [05:57:54.032] | : . ' , ; ` | Index of first available worker: 1 [05:57:54.032] | : . ' , ; ` | Validate that the worker is functional ... [05:57:54.110] | : . ' , ; ` | : Worker is functional [05:57:54.111] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... [05:57:54.111] | : . ' , ; ` | : . Listing all futures [05:57:54.111] | : . ' , ; ` | : . Number of registered futures: 0 [05:57:54.112] | : . ' , ; ` | : FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'list', earlySignal = 0) ... done [05:57:54.112] | : . ' , ; ` | Validate that the worker is functional ... done [05:57:54.112] | : . ' , ; ` requestNode() ... done [05:57:54.112] | : . ' , ; ` cluster node index: 1 [05:57:54.113] | : . ' , ; requestWorker() ... done [05:57:54.113] | : . ' , ; eraseGlobalEnvironment() ... [05:57:54.114] | : . ' , ; eraseGlobalEnvironment() ... done [05:57:54.114] | : . ' , ; launchFuture() ... [05:57:54.115] | : . ' , ; ` cluster node index: 1 [05:57:54.115] | : . ' , ; ` getFutureData() ... [05:57:54.115] | : . ' , ; ` | getFutureCore() ... [05:57:54.115] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:57:54.116] | : . ' , ; ` | getFutureCore() ... done [05:57:54.116] | : . ' , ; ` | getFutureCapture() ... [05:57:54.116] | : . ' , ; ` | getFutureCapture() ... done [05:57:54.117] | : . ' , ; ` | getFutureContext() ... [05:57:54.117] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:54.117] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:57:54.117] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:54.118] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:57:54.118] | : . ' , ; ` | getFutureContext() ... done [05:57:54.118] | : . ' , ; ` getFutureData() ... done [05:57:54.122] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... [05:57:54.123] | : . ' , ; ` | Appended future to position #1 [05:57:54.123] | : . ' , ; ` | Number of registered futures: 1 [05:57:54.123] | : . ' , ; ` FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'add', earlySignal = 0) ... done [05:57:54.123] | : . ' , ; launchFuture() ... done [05:57:54.124] | : . ' , ; MultisessionFuture started [05:57:54.124] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:57:54.124] | : . ' Launching futures ... done [05:57:54.124] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:57:54.125] | : . Using MultisessionFutureBackend ... done [05:57:54.125] | : run() for 'Future' () ... done [05:57:54.125] | : result() for ClusterFuture ... [05:57:54.126] | : . assertValidConnection() ... [05:57:54.126] | : . ' cluster node index: 1 [05:57:54.126] | : . assertValidConnection() ... done [05:57:54.127] | : . receiveMessageFromWorker() for ClusterFuture ... [05:57:54.127] | : . ' cluster node index: 1 [05:57:54.130] | : . ' [1] TRUE [05:57:54.131] | : . ' received data: [05:57:54.131] | : . ' List of 5 [05:57:54.131] | : . ' $ type : chr "VALUE" [05:57:54.131] | : . ' $ value :List of 16 [05:57:54.131] | : . ' ..$ value : num 2 [05:57:54.131] | : . ' ..$ visible : logi TRUE [05:57:54.131] | : . ' ..$ stdout : chr "" [05:57:54.131] | : . ' ..$ conditions : list() [05:57:54.131] | : . ' ..$ rng : logi FALSE [05:57:54.131] | : . ' ..$ seed : NULL [05:57:54.131] | : . ' ..$ misuseGlobalEnv : NULL [05:57:54.131] | : . ' ..$ misuseConnections :List of 3 [05:57:54.131] | : . ' .. ..$ added : NULL [05:57:54.131] | : . ' .. ..$ removed : NULL [05:57:54.131] | : . ' .. ..$ replaced: NULL [05:57:54.131] | : . ' ..$ misuseDevices : NULL [05:57:54.131] | : . ' ..$ misuseDefaultDevice: list() [05:57:54.131] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:57:54" [05:57:54.131] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:57:54" [05:57:54.131] | : . ' ..$ uuid : chr [1:2] "8997dd43f1460e973a658f23a8b1af09" "15" [05:57:54.131] | : . ' ..$ session_uuid : chr "6f216ff4f402c31cc62b20fc949ccc9b" [05:57:54.131] | : . ' .. ..- attr(*, "source")=List of 5 [05:57:54.131] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:57:54.131] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:57:54.131] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:57:54.131] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:57:54.131] | : . ' .. .. ..$ pid : int 59120 [05:57:54.131] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:57:53" [05:57:54.131] | : . ' .. .. ..$ random: int 2147483647 [05:57:54.131] | : . ' ..$ r_info :List of 4 [05:57:54.131] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:57:54.131] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:57:54.131] | : . ' .. ..$ os : chr "windows" [05:57:54.131] | : . ' .. ..$ os_name : chr "Windows" [05:57:54.131] | : . ' .. ..$ captures_utf8: logi TRUE [05:57:54.131] | : . ' ..$ version : chr "1.8" [05:57:54.131] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:57:54.131] | : . ' $ success: logi TRUE [05:57:54.131] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [05:57:54.131] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:57:54.131] | : . ' $ tag : NULL [05:57:54.153] | : . ' Received FutureResult [05:57:54.154] | : . ' FutureResult: [05:57:54.154] | : . ' value: 'numeric' [05:57:54.154] | : . ' visible: TRUE [05:57:54.154] | : . ' stdout: character [05:57:54.154] | : . ' conditions: [n = 0] [05:57:54.154] | : . ' RNG used: FALSE [05:57:54.154] | : . ' duration: 0.005882025 secs (started 2025-06-05 05:57:54.122967) [05:57:54.154] | : . ' version: 1.8 [05:57:54.155] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... [05:57:54.155] | : . ' , Removed future from position #1 [05:57:54.156] | : . ' , Number of registered futures: 0 [05:57:54.156] | : . ' FutureRegistry('workers-020af284d2edcb21463f2241840812b9', action = 'remove', earlySignal = 0) ... done [05:57:54.156] | : . ' Erased future from future backend [05:57:54.157] | : . ' result() for ClusterFuture ... [05:57:54.157] | : . ' , result already collected: FutureResult [05:57:54.157] | : . ' result() for ClusterFuture ... done [05:57:54.157] | : . ' signalConditions() ... [05:57:54.158] | : . ' , include = 'immediateCondition' [05:57:54.158] | : . ' , exclude = [05:57:54.158] | : . ' , resignal = FALSE [05:57:54.158] | : . ' , Number of conditions: 0 [05:57:54.159] | : . ' , int 0 [05:57:54.160] | : . ' signalConditions() ... done [05:57:54.160] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:57:54.160] | : result() for ClusterFuture ... done [05:57:54.161] | : result() for ClusterFuture ... [05:57:54.161] | : . result already collected: FutureResult [05:57:54.161] | : result() for ClusterFuture ... done [05:57:54.161] | : signalConditions() ... [05:57:54.162] | : . include = 'immediateCondition' [05:57:54.162] | : . exclude = [05:57:54.162] | : . resignal = FALSE [05:57:54.162] | : . Number of conditions: 0 [05:57:54.163] | : . int 0 [05:57:54.164] | : signalConditions() ... done [05:57:54.164] | : relay stdout ... [05:57:54.164] | : relay stdout ... done [05:57:54.164] | : check for misuse ... [05:57:54.165] | : check for misuse ... done [05:57:54.165] | 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 Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_06_05_05_55_16_20588' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.08s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'futureAssign' ... success > > proc.time() user system elapsed 2.42 0.12 3.73