R version 4.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" 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 incl/testme/test-futureAssign_OP.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("futureAssign_OP") Test 'futureAssign_OP' ... 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_OP.R' > library(future) [08:47:27.924] Option 'future.startup.script': TRUE [08:47:27.926] Future startup scripts considered: '.future.R', '~/.future.R' [08:47:27.926] Future startup scripts found: > message("*** %<-% ...") *** %<-% ... > 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 ... *** %<-% with 'sequential' futures ... [08:47:28.007] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.008] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:28.008] | : all.equal() for FutureStrategyList ... [08:47:28.009] | : . New stack: [08:47:28.009] | : . List of 1 [08:47:28.009] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.009] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.009] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.009] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.009] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.009] | : . ..- attr(*, "call")= language plan(strategy) [08:47:28.009] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.019] | : . Old stack: [08:47:28.019] | : . List of 1 [08:47:28.019] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.019] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.019] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.019] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.019] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.019] | : . ..- attr(*, "call")= language plan(sequential) [08:47:28.019] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.024] | : . Not identical [08:47:28.024] | : . all.equal() for future ... [08:47:28.024] | : . | List of 2 [08:47:28.024] | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.024] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.024] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.024] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.024] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.024] | : . | ..- attr(*, "call")= language plan(strategy) [08:47:28.024] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.024] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.024] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.024] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.024] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.024] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.032] | : . all.equal() for future ... done [08:47:28.033] | : all.equal() for FutureStrategyList ... done [08:47:28.033] | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.033] | : List of future strategies: [08:47:28.033] | : 1. sequential: [08:47:28.033] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.033] | : - tweaked: FALSE [08:47:28.033] | : - call: plan(sequential) [08:47:28.035] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:28.035] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done ** Future evaluation without globals [08:47:28.038] getGlobalsAndPackages() ... [08:47:28.038] | Searching for globals ... [08:47:28.046] | : globals found: [2] '{', '<-' [08:47:28.046] | Searching for globals ... DONE [08:47:28.047] | Resolving globals: FALSE [08:47:28.047] | Search for packages associated with the globals ... [08:47:28.048] | : Packages associated with globals: [1] 'base' [08:47:28.048] | : Packages: [1] 'base' [08:47:28.049] | Search for packages associated with the globals ... DONE [08:47:28.049] | Packages after dropping 'base': [0] [08:47:28.049] | globals: [0] [08:47:28.050] | packages: [0] [08:47:28.050] getGlobalsAndPackages() ... done [08:47:28.051] run() for Future ('Future') ... [08:47:28.051] | state: 'created' [08:47:28.052] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.052] | : makeFutureBackend() ... [08:47:28.052] | : . Backend function: <'NULL'> [08:47:28.053] | : . Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:47:28.053] | : makeFutureBackend() ... done [08:47:28.054] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.054] | Using SequentialFutureBackend ... [08:47:28.054] | : Launching futures ... [08:47:28.055] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:28.055] | : . | getFutureData() ... [08:47:28.056] | : . | : getFutureCore() ... [08:47:28.056] | : . | : . Packages needed by the future expression (n = 0): [08:47:28.056] | : . | : getFutureCore() ... done [08:47:28.057] | : . | : getFutureCapture() ... [08:47:28.057] | : . | : getFutureCapture() ... done [08:47:28.057] | : . | : getFutureContext() ... [08:47:28.058] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.058] | : . | : . | Getting stack without first strategy: [n=0] [08:47:28.058] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.059] | : . | : . Packages needed by future strategies (n = 0): [08:47:28.059] | : . | : getFutureContext() ... done [08:47:28.059] | : . | getFutureData() ... done [08:47:28.065] | : . | attachPackages() ... [08:47:28.066] | : . | : packages: [n=1] 'future' [08:47:28.066] | : . | attachPackages() ... DONE [08:47:28.066] | : . | attachPackages() ... [08:47:28.067] | : . | : packages: [n=0] [08:47:28.067] | : . | attachPackages() ... DONE [08:47:28.068] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.068] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:28.068] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.069] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.070] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.070] | : . | : . all.equal() for FutureStrategyList ... [08:47:28.070] | : . | : . | New stack: [08:47:28.071] | : . | : . | List of 1 [08:47:28.071] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.071] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.071] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.071] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.071] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.071] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.071] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.075] | : . | : . | Old stack: [08:47:28.075] | : . | : . | List of 1 [08:47:28.075] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.075] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.075] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.075] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.075] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.075] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.075] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.075] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.075] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.075] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.082] | : . | : . | Not identical [08:47:28.082] | : . | : . | all.equal() for future ... [08:47:28.083] | : . | : . | : List of 2 [08:47:28.083] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.083] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.083] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.083] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.083] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.083] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.083] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.083] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.083] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.083] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.083] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.083] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.083] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.083] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.083] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.094] | : . | : . | all.equal() for future ... done [08:47:28.094] | : . | : . all.equal() for FutureStrategyList ... done [08:47:28.095] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.095] | : . | : . List of future strategies: [08:47:28.095] | : . | : . 1. sequential: [08:47:28.095] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.095] | : . | : . - tweaked: FALSE [08:47:28.095] | : . | : . - call: plan(sequential) [08:47:28.096] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.096] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.142] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.142] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.143] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.143] | : . | : . | all.equal() for FutureStrategyList ... [08:47:28.143] | : . | : . | : New stack: [08:47:28.144] | : . | : . | : List of 1 [08:47:28.144] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.144] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.144] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.144] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.144] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.144] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.144] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.144] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.144] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.144] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.151] | : . | : . | : Old stack: [08:47:28.151] | : . | : . | : List of 1 [08:47:28.151] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.151] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.151] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.151] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.151] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.151] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.151] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.151] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.151] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.151] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.158] | : . | : . | : Identical [08:47:28.159] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:28.159] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.159] | : . | : . | List of future strategies: [08:47:28.159] | : . | : . | 1. sequential: [08:47:28.159] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.159] | : . | : . | - tweaked: FALSE [08:47:28.159] | : . | : . | - call: plan(sequential) [08:47:28.160] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.161] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.161] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.162] | : . | SequentialFuture started (and completed) [08:47:28.163] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:28.164] | : Launching futures ... done [08:47:28.164] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:28.164] | Using SequentialFutureBackend ... done [08:47:28.165] run() for Future ('SequentialFuture') ... done ** Future evaluation with globals [08:47:28.167] getGlobalsAndPackages() ... [08:47:28.167] | Searching for globals ... [08:47:28.169] | : globals found: [3] '{', '<-', 'a' [08:47:28.170] | Searching for globals ... DONE [08:47:28.170] | Resolving globals: FALSE [08:47:28.171] | Search for packages associated with the globals ... [08:47:28.171] | : Packages associated with globals: [1] 'base' [08:47:28.172] | : Packages: [1] 'base' [08:47:28.172] | Search for packages associated with the globals ... DONE [08:47:28.173] | Packages after dropping 'base': [0] [08:47:28.173] | globals: [1] 'a' [08:47:28.173] | packages: [0] [08:47:28.174] getGlobalsAndPackages() ... done [08:47:28.174] run() for Future ('Future') ... [08:47:28.175] | state: 'created' [08:47:28.175] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.175] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.176] | Using SequentialFutureBackend ... [08:47:28.176] | : Launching futures ... [08:47:28.176] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:28.177] | : . | getFutureData() ... [08:47:28.177] | : . | : getFutureCore() ... [08:47:28.177] | : . | : . Packages needed by the future expression (n = 0): [08:47:28.178] | : . | : getFutureCore() ... done [08:47:28.178] | : . | : getFutureCapture() ... [08:47:28.178] | : . | : getFutureCapture() ... done [08:47:28.181] | : . | : getFutureContext() ... [08:47:28.182] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.182] | : . | : . | Getting stack without first strategy: [n=0] [08:47:28.182] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.183] | : . | : . Packages needed by future strategies (n = 0): [08:47:28.183] | : . | : getFutureContext() ... done [08:47:28.184] | : . | getFutureData() ... done [08:47:28.184] | : . | attachPackages() ... [08:47:28.184] | : . | : packages: [n=1] 'future' [08:47:28.185] | : . | attachPackages() ... DONE [08:47:28.185] | : . | attachPackages() ... [08:47:28.185] | : . | : packages: [n=0] [08:47:28.186] | : . | attachPackages() ... DONE [08:47:28.187] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.187] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:28.187] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.188] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.189] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.189] | : . | : . all.equal() for FutureStrategyList ... [08:47:28.189] | : . | : . | New stack: [08:47:28.190] | : . | : . | List of 1 [08:47:28.190] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.190] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.190] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.190] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.190] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.190] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.190] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.195] | : . | : . | Old stack: [08:47:28.195] | : . | : . | List of 1 [08:47:28.195] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.195] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.195] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.195] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.195] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.195] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.195] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.195] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.195] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.195] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.202] | : . | : . | Not identical [08:47:28.202] | : . | : . | all.equal() for future ... [08:47:28.202] | : . | : . | : List of 2 [08:47:28.202] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.202] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.202] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.202] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.202] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.202] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.202] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.202] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.202] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.202] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.202] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.202] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.202] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.202] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.202] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.213] | : . | : . | all.equal() for future ... done [08:47:28.213] | : . | : . all.equal() for FutureStrategyList ... done [08:47:28.213] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.214] | : . | : . List of future strategies: [08:47:28.214] | : . | : . 1. sequential: [08:47:28.214] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.214] | : . | : . - tweaked: FALSE [08:47:28.214] | : . | : . - call: plan(sequential) [08:47:28.216] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.217] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.217] | : . | assign_globals() ... [08:47:28.217] | : . | List of 1 [08:47:28.217] | : . | $ a: num 2 [08:47:28.217] | : . | - attr(*, "where")=List of 1 [08:47:28.217] | : . | ..$ a: [08:47:28.217] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:28.217] | : . | - attr(*, "resolved")= logi FALSE [08:47:28.217] | : . | - attr(*, "total_size")= num NA [08:47:28.217] | : . | - attr(*, "already-done")= logi TRUE [08:47:28.222] | : . | - copied 'a' to environment [08:47:28.222] | : . | assign_globals() ... done [08:47:28.225] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.226] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.226] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.226] | : . | : . | all.equal() for FutureStrategyList ... [08:47:28.226] | : . | : . | : New stack: [08:47:28.227] | : . | : . | : List of 1 [08:47:28.227] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.227] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.227] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.227] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.227] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.227] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.227] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.227] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.227] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.227] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.231] | : . | : . | : Old stack: [08:47:28.231] | : . | : . | : List of 1 [08:47:28.231] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.231] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.231] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.231] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.231] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.231] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.231] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.231] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.231] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.231] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.237] | : . | : . | : Identical [08:47:28.238] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:28.238] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.238] | : . | : . | List of future strategies: [08:47:28.238] | : . | : . | 1. sequential: [08:47:28.238] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.238] | : . | : . | - tweaked: FALSE [08:47:28.238] | : . | : . | - call: plan(sequential) [08:47:28.239] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.239] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.239] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.240] | : . | SequentialFuture started (and completed) [08:47:28.241] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:28.241] | : Launching futures ... done [08:47:28.241] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:28.241] | Using SequentialFutureBackend ... done [08:47:28.242] run() for Future ('SequentialFuture') ... done ** Future evaluation with errors [08:47:28.242] getGlobalsAndPackages() ... [08:47:28.243] | Searching for globals ... [08:47:28.285] | : globals found: [3] '{', '<-', 'stop' [08:47:28.286] | Searching for globals ... DONE [08:47:28.286] | Resolving globals: FALSE [08:47:28.287] | Search for packages associated with the globals ... [08:47:28.287] | : Packages associated with globals: [1] 'base' [08:47:28.288] | : Packages: [1] 'base' [08:47:28.288] | Search for packages associated with the globals ... DONE [08:47:28.289] | Packages after dropping 'base': [0] [08:47:28.289] | globals: [0] [08:47:28.289] | packages: [0] [08:47:28.290] getGlobalsAndPackages() ... done [08:47:28.290] run() for Future ('Future') ... [08:47:28.291] | state: 'created' [08:47:28.291] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.292] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.292] | Using SequentialFutureBackend ... [08:47:28.292] | : Launching futures ... [08:47:28.293] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:28.293] | : . | getFutureData() ... [08:47:28.293] | : . | : getFutureCore() ... [08:47:28.294] | : . | : . Packages needed by the future expression (n = 0): [08:47:28.294] | : . | : getFutureCore() ... done [08:47:28.294] | : . | : getFutureCapture() ... [08:47:28.295] | : . | : getFutureCapture() ... done [08:47:28.295] | : . | : getFutureContext() ... [08:47:28.295] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.296] | : . | : . | Getting stack without first strategy: [n=0] [08:47:28.296] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.297] | : . | : . Packages needed by future strategies (n = 0): [08:47:28.297] | : . | : getFutureContext() ... done [08:47:28.297] | : . | getFutureData() ... done [08:47:28.298] | : . | attachPackages() ... [08:47:28.298] | : . | : packages: [n=1] 'future' [08:47:28.299] | : . | attachPackages() ... DONE [08:47:28.299] | : . | attachPackages() ... [08:47:28.299] | : . | : packages: [n=0] [08:47:28.300] | : . | attachPackages() ... DONE [08:47:28.301] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.301] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:28.302] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.302] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.303] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.303] | : . | : . all.equal() for FutureStrategyList ... [08:47:28.304] | : . | : . | New stack: [08:47:28.304] | : . | : . | List of 1 [08:47:28.304] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.304] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.304] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.304] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.304] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.304] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.304] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.309] | : . | : . | Old stack: [08:47:28.309] | : . | : . | List of 1 [08:47:28.309] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.309] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.309] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.309] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.309] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.309] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.309] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.309] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.309] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.309] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.316] | : . | : . | Not identical [08:47:28.317] | : . | : . | all.equal() for future ... [08:47:28.317] | : . | : . | : List of 2 [08:47:28.317] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.317] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.317] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.317] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.317] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.317] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.317] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.317] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.317] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.317] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.317] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.317] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.317] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.317] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.317] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.329] | : . | : . | all.equal() for future ... done [08:47:28.330] | : . | : . all.equal() for FutureStrategyList ... done [08:47:28.330] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.330] | : . | : . List of future strategies: [08:47:28.330] | : . | : . 1. sequential: [08:47:28.330] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.330] | : . | : . - tweaked: FALSE [08:47:28.330] | : . | : . - call: plan(sequential) [08:47:28.332] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.332] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.339] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.339] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.339] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.340] | : . | : . | all.equal() for FutureStrategyList ... [08:47:28.340] | : . | : . | : New stack: [08:47:28.341] | : . | : . | : List of 1 [08:47:28.341] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.341] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.341] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.341] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.341] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.341] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.341] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.341] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.341] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.341] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.349] | : . | : . | : Old stack: [08:47:28.350] | : . | : . | : List of 1 [08:47:28.350] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.350] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.350] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.350] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.350] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.350] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.350] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.350] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.350] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.350] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.358] | : . | : . | : Identical [08:47:28.358] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:28.359] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.359] | : . | : . | List of future strategies: [08:47:28.359] | : . | : . | 1. sequential: [08:47:28.359] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.359] | : . | : . | - tweaked: FALSE [08:47:28.359] | : . | : . | - call: plan(sequential) [08:47:28.360] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.361] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.361] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.362] | : . | SequentialFuture started (and completed) [08:47:28.362] | : . | signalConditions() ... [08:47:28.363] | : . | : include = 'immediateCondition' [08:47:28.363] | : . | : exclude = [08:47:28.363] | : . | : resignal = FALSE [08:47:28.364] | : . | : Number of conditions: 1 [08:47:28.364] | : . | signalConditions() ... done [08:47:28.365] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:28.365] | : Launching futures ... done [08:47:28.365] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:28.366] | Using SequentialFutureBackend ... done [08:47:28.366] run() for Future ('SequentialFuture') ... done [08:47:28.367] signalConditions() ... [08:47:28.367] | include = 'immediateCondition' [08:47:28.368] | exclude = [08:47:28.368] | resignal = FALSE [08:47:28.369] | Number of conditions: 1 [08:47:28.369] signalConditions() ... done [08:47:28.369] Future state: 'finished' [08:47:28.370] signalConditions() ... [08:47:28.370] | include = 'condition' [08:47:28.371] | exclude = 'immediateCondition' [08:47:28.371] | resignal = TRUE [08:47:28.371] | Number of conditions: 1 [08:47:28.372] | Condition #1: 'simpleError', 'error', 'condition' [08:47:28.372] signalConditions() ... done [08:47:28.374] getGlobalsAndPackages() ... [08:47:28.375] | Searching for globals ... [08:47:28.380] | : globals found: [6] '{', 'if', '==', '%%', 'ii', 'stop' [08:47:28.380] | Searching for globals ... DONE [08:47:28.381] | Resolving globals: FALSE [08:47:28.381] | Search for packages associated with the globals ... [08:47:28.382] | : Packages associated with globals: [1] 'base' [08:47:28.383] | : Packages: [1] 'base' [08:47:28.383] | Search for packages associated with the globals ... DONE [08:47:28.384] | Packages after dropping 'base': [0] [08:47:28.384] | globals: [1] 'ii' [08:47:28.384] | packages: [0] [08:47:28.385] getGlobalsAndPackages() ... done [08:47:28.385] run() for Future ('Future') ... [08:47:28.386] | state: 'created' [08:47:28.386] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.387] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.387] | Using SequentialFutureBackend ... [08:47:28.387] | : Launching futures ... [08:47:28.388] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:28.388] | : . | getFutureData() ... [08:47:28.389] | : . | : getFutureCore() ... [08:47:28.389] | : . | : . Packages needed by the future expression (n = 0): [08:47:28.389] | : . | : getFutureCore() ... done [08:47:28.390] | : . | : getFutureCapture() ... [08:47:28.390] | : . | : getFutureCapture() ... done [08:47:28.391] | : . | : getFutureContext() ... [08:47:28.391] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.391] | : . | : . | Getting stack without first strategy: [n=0] [08:47:28.392] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.392] | : . | : . Packages needed by future strategies (n = 0): [08:47:28.393] | : . | : getFutureContext() ... done [08:47:28.393] | : . | getFutureData() ... done [08:47:28.394] | : . | attachPackages() ... [08:47:28.394] | : . | : packages: [n=1] 'future' [08:47:28.395] | : . | attachPackages() ... DONE [08:47:28.395] | : . | attachPackages() ... [08:47:28.395] | : . | : packages: [n=0] [08:47:28.396] | : . | attachPackages() ... DONE [08:47:28.397] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.397] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:28.398] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.398] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.399] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.399] | : . | : . all.equal() for FutureStrategyList ... [08:47:28.400] | : . | : . | New stack: [08:47:28.400] | : . | : . | List of 1 [08:47:28.400] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.400] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.400] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.400] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.400] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.400] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.400] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.406] | : . | : . | Old stack: [08:47:28.406] | : . | : . | List of 1 [08:47:28.406] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.406] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.406] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.406] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.406] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.406] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.406] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.406] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.406] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.406] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.414] | : . | : . | Not identical [08:47:28.415] | : . | : . | all.equal() for future ... [08:47:28.415] | : . | : . | : List of 2 [08:47:28.415] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.415] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.415] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.415] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.415] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.415] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.415] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.415] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.415] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.415] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.415] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.415] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.415] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.415] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.415] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.429] | : . | : . | all.equal() for future ... done [08:47:28.429] | : . | : . all.equal() for FutureStrategyList ... done [08:47:28.430] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.430] | : . | : . List of future strategies: [08:47:28.430] | : . | : . 1. sequential: [08:47:28.430] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.430] | : . | : . - tweaked: FALSE [08:47:28.430] | : . | : . - call: plan(sequential) [08:47:28.431] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.432] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.432] | : . | assign_globals() ... [08:47:28.433] | : . | List of 1 [08:47:28.433] | : . | $ ii: int 1 [08:47:28.433] | : . | - attr(*, "where")=List of 1 [08:47:28.433] | : . | ..$ ii: [08:47:28.433] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:28.433] | : . | - attr(*, "resolved")= logi FALSE [08:47:28.433] | : . | - attr(*, "total_size")= num NA [08:47:28.433] | : . | - attr(*, "already-done")= logi TRUE [08:47:28.439] | : . | - copied 'ii' to environment [08:47:28.440] | : . | assign_globals() ... done [08:47:28.445] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.445] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.446] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.446] | : . | : . | all.equal() for FutureStrategyList ... [08:47:28.447] | : . | : . | : New stack: [08:47:28.447] | : . | : . | : List of 1 [08:47:28.447] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.447] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.447] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.447] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.447] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.447] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.447] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.447] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.447] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.447] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.456] | : . | : . | : Old stack: [08:47:28.456] | : . | : . | : List of 1 [08:47:28.456] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.456] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.456] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.456] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.456] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.456] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.456] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.456] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.456] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.456] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.465] | : . | : . | : Identical [08:47:28.465] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:28.466] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.466] | : . | : . | List of future strategies: [08:47:28.466] | : . | : . | 1. sequential: [08:47:28.466] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.466] | : . | : . | - tweaked: FALSE [08:47:28.466] | : . | : . | - call: plan(sequential) [08:47:28.467] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.468] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.468] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.469] | : . | SequentialFuture started (and completed) [08:47:28.470] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:28.470] | : Launching futures ... done [08:47:28.470] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:28.471] | Using SequentialFutureBackend ... done [08:47:28.471] run() for Future ('SequentialFuture') ... done [08:47:28.472] getGlobalsAndPackages() ... [08:47:28.473] | Searching for globals ... [08:47:28.477] | : globals found: [6] '{', 'if', '==', '%%', 'ii', 'stop' [08:47:28.478] | Searching for globals ... DONE [08:47:28.478] | Resolving globals: FALSE [08:47:28.479] | Search for packages associated with the globals ... [08:47:28.479] | : Packages associated with globals: [1] 'base' [08:47:28.480] | : Packages: [1] 'base' [08:47:28.481] | Search for packages associated with the globals ... DONE [08:47:28.481] | Packages after dropping 'base': [0] [08:47:28.482] | globals: [1] 'ii' [08:47:28.482] | packages: [0] [08:47:28.482] getGlobalsAndPackages() ... done [08:47:28.483] run() for Future ('Future') ... [08:47:28.484] | state: 'created' [08:47:28.484] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.484] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.485] | Using SequentialFutureBackend ... [08:47:28.485] | : Launching futures ... [08:47:28.486] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:28.486] | : . | getFutureData() ... [08:47:28.486] | : . | : getFutureCore() ... [08:47:28.487] | : . | : . Packages needed by the future expression (n = 0): [08:47:28.487] | : . | : getFutureCore() ... done [08:47:28.488] | : . | : getFutureCapture() ... [08:47:28.488] | : . | : getFutureCapture() ... done [08:47:28.488] | : . | : getFutureContext() ... [08:47:28.489] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.489] | : . | : . | Getting stack without first strategy: [n=0] [08:47:28.490] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.490] | : . | : . Packages needed by future strategies (n = 0): [08:47:28.490] | : . | : getFutureContext() ... done [08:47:28.491] | : . | getFutureData() ... done [08:47:28.491] | : . | attachPackages() ... [08:47:28.492] | : . | : packages: [n=1] 'future' [08:47:28.492] | : . | attachPackages() ... DONE [08:47:28.493] | : . | attachPackages() ... [08:47:28.493] | : . | : packages: [n=0] [08:47:28.493] | : . | attachPackages() ... DONE [08:47:28.494] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.495] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:28.498] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.499] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.499] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.500] | : . | : . all.equal() for FutureStrategyList ... [08:47:28.500] | : . | : . | New stack: [08:47:28.500] | : . | : . | List of 1 [08:47:28.500] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.500] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.500] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.500] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.500] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.500] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.500] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.506] | : . | : . | Old stack: [08:47:28.506] | : . | : . | List of 1 [08:47:28.506] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.506] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.506] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.506] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.506] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.506] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.506] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.506] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.506] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.506] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.512] | : . | : . | Not identical [08:47:28.513] | : . | : . | all.equal() for future ... [08:47:28.513] | : . | : . | : List of 2 [08:47:28.513] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.513] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.513] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.513] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.513] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.513] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.513] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.513] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.513] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.513] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.513] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.513] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.513] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.513] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.513] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.524] | : . | : . | all.equal() for future ... done [08:47:28.524] | : . | : . all.equal() for FutureStrategyList ... done [08:47:28.525] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.525] | : . | : . List of future strategies: [08:47:28.525] | : . | : . 1. sequential: [08:47:28.525] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.525] | : . | : . - tweaked: FALSE [08:47:28.525] | : . | : . - call: plan(sequential) [08:47:28.526] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.527] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.527] | : . | assign_globals() ... [08:47:28.527] | : . | List of 1 [08:47:28.527] | : . | $ ii: int 2 [08:47:28.527] | : . | - attr(*, "where")=List of 1 [08:47:28.527] | : . | ..$ ii: [08:47:28.527] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:28.527] | : . | - attr(*, "resolved")= logi FALSE [08:47:28.527] | : . | - attr(*, "total_size")= num NA [08:47:28.527] | : . | - attr(*, "already-done")= logi TRUE [08:47:28.533] | : . | - copied 'ii' to environment [08:47:28.533] | : . | assign_globals() ... done [08:47:28.538] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.539] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.539] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.539] | : . | : . | all.equal() for FutureStrategyList ... [08:47:28.540] | : . | : . | : New stack: [08:47:28.540] | : . | : . | : List of 1 [08:47:28.540] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.540] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.540] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.540] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.540] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.540] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.540] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.540] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.540] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.540] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.547] | : . | : . | : Old stack: [08:47:28.547] | : . | : . | : List of 1 [08:47:28.547] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.547] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.547] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.547] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.547] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.547] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.547] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.547] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.547] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.547] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.554] | : . | : . | : Identical [08:47:28.555] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:28.555] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.555] | : . | : . | List of future strategies: [08:47:28.555] | : . | : . | 1. sequential: [08:47:28.555] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.555] | : . | : . | - tweaked: FALSE [08:47:28.555] | : . | : . | - call: plan(sequential) [08:47:28.556] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.557] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.557] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.558] | : . | SequentialFuture started (and completed) [08:47:28.558] | : . | signalConditions() ... [08:47:28.559] | : . | : include = 'immediateCondition' [08:47:28.559] | : . | : exclude = [08:47:28.559] | : . | : resignal = FALSE [08:47:28.560] | : . | : Number of conditions: 1 [08:47:28.560] | : . | signalConditions() ... done [08:47:28.561] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:28.561] | : Launching futures ... done [08:47:28.561] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:28.562] | Using SequentialFutureBackend ... done [08:47:28.562] run() for Future ('SequentialFuture') ... done [08:47:28.563] getGlobalsAndPackages() ... [08:47:28.563] | Searching for globals ... [08:47:28.567] | : globals found: [6] '{', 'if', '==', '%%', 'ii', 'stop' [08:47:28.567] | Searching for globals ... DONE [08:47:28.568] | Resolving globals: FALSE [08:47:28.568] | Search for packages associated with the globals ... [08:47:28.569] | : Packages associated with globals: [1] 'base' [08:47:28.570] | : Packages: [1] 'base' [08:47:28.570] | Search for packages associated with the globals ... DONE [08:47:28.570] | Packages after dropping 'base': [0] [08:47:28.571] | globals: [1] 'ii' [08:47:28.571] | packages: [0] [08:47:28.571] getGlobalsAndPackages() ... done [08:47:28.572] run() for Future ('Future') ... [08:47:28.572] | state: 'created' [08:47:28.573] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.573] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.573] | Using SequentialFutureBackend ... [08:47:28.574] | : Launching futures ... [08:47:28.574] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:28.574] | : . | getFutureData() ... [08:47:28.575] | : . | : getFutureCore() ... [08:47:28.575] | : . | : . Packages needed by the future expression (n = 0): [08:47:28.575] | : . | : getFutureCore() ... done [08:47:28.576] | : . | : getFutureCapture() ... [08:47:28.576] | : . | : getFutureCapture() ... done [08:47:28.576] | : . | : getFutureContext() ... [08:47:28.577] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.577] | : . | : . | Getting stack without first strategy: [n=0] [08:47:28.577] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.578] | : . | : . Packages needed by future strategies (n = 0): [08:47:28.578] | : . | : getFutureContext() ... done [08:47:28.578] | : . | getFutureData() ... done [08:47:28.579] | : . | attachPackages() ... [08:47:28.579] | : . | : packages: [n=1] 'future' [08:47:28.579] | : . | attachPackages() ... DONE [08:47:28.580] | : . | attachPackages() ... [08:47:28.580] | : . | : packages: [n=0] [08:47:28.580] | : . | attachPackages() ... DONE [08:47:28.581] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.582] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:28.582] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.583] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.583] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.584] | : . | : . all.equal() for FutureStrategyList ... [08:47:28.584] | : . | : . | New stack: [08:47:28.584] | : . | : . | List of 1 [08:47:28.584] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.584] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.584] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.584] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.584] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.584] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.584] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.590] | : . | : . | Old stack: [08:47:28.590] | : . | : . | List of 1 [08:47:28.590] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.590] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.590] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.590] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.590] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.590] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.590] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.590] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.590] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.590] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.597] | : . | : . | Not identical [08:47:28.597] | : . | : . | all.equal() for future ... [08:47:28.597] | : . | : . | : List of 2 [08:47:28.597] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.597] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.597] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.597] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.597] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.597] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.597] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.597] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.597] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.597] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.597] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.597] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.597] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.597] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.597] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.609] | : . | : . | all.equal() for future ... done [08:47:28.609] | : . | : . all.equal() for FutureStrategyList ... done [08:47:28.609] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.610] | : . | : . List of future strategies: [08:47:28.610] | : . | : . 1. sequential: [08:47:28.610] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.610] | : . | : . - tweaked: FALSE [08:47:28.610] | : . | : . - call: plan(sequential) [08:47:28.611] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.611] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.612] | : . | assign_globals() ... [08:47:28.612] | : . | List of 1 [08:47:28.612] | : . | $ ii: int 3 [08:47:28.612] | : . | - attr(*, "where")=List of 1 [08:47:28.612] | : . | ..$ ii: [08:47:28.612] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:28.612] | : . | - attr(*, "resolved")= logi FALSE [08:47:28.612] | : . | - attr(*, "total_size")= num NA [08:47:28.612] | : . | - attr(*, "already-done")= logi TRUE [08:47:28.617] | : . | - copied 'ii' to environment [08:47:28.618] | : . | assign_globals() ... done [08:47:28.622] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.622] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.623] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.623] | : . | : . | all.equal() for FutureStrategyList ... [08:47:28.623] | : . | : . | : New stack: [08:47:28.624] | : . | : . | : List of 1 [08:47:28.624] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.624] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.624] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.624] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.624] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.624] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.624] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.624] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.624] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.624] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.631] | : . | : . | : Old stack: [08:47:28.631] | : . | : . | : List of 1 [08:47:28.631] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.631] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.631] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.631] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.631] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.631] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.631] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.631] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.631] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.631] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.638] | : . | : . | : Identical [08:47:28.638] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:28.638] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.639] | : . | : . | List of future strategies: [08:47:28.639] | : . | : . | 1. sequential: [08:47:28.639] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.639] | : . | : . | - tweaked: FALSE [08:47:28.639] | : . | : . | - call: plan(sequential) [08:47:28.640] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.640] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.641] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.641] | : . | SequentialFuture started (and completed) [08:47:28.642] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:28.642] | : Launching futures ... done [08:47:28.643] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:28.643] | Using SequentialFutureBackend ... done [08:47:28.643] run() for Future ('SequentialFuture') ... done [08:47:28.644] signalConditions() ... [08:47:28.645] | include = 'immediateCondition' [08:47:28.645] | exclude = [08:47:28.645] | resignal = FALSE [08:47:28.646] | Number of conditions: 1 [08:47:28.646] signalConditions() ... done [08:47:28.646] Future state: 'finished' [08:47:28.647] signalConditions() ... [08:47:28.647] | include = 'condition' [08:47:28.648] | exclude = 'immediateCondition' [08:47:28.648] | resignal = TRUE [08:47:28.648] | Number of conditions: 1 [08:47:28.649] | Condition #1: 'simpleError', 'error', 'condition' [08:47:28.649] signalConditions() ... done Warning in get(var, envir = x, inherits = FALSE) : restarting interrupted promise evaluation [08:47:28.652] signalConditions() ... [08:47:28.652] | include = 'immediateCondition' [08:47:28.652] | exclude = [08:47:28.653] | resignal = FALSE [08:47:28.653] | Number of conditions: 1 [08:47:28.653] signalConditions() ... done [08:47:28.654] Future state: 'finished' [08:47:28.654] signalConditions() ... [08:47:28.654] | include = 'condition' [08:47:28.655] | exclude = 'immediateCondition' [08:47:28.655] | resignal = TRUE [08:47:28.656] | Number of conditions: 1 [08:47:28.656] | Condition #1: 'simpleError', 'error', 'condition' [08:47:28.656] signalConditions() ... done Warning in get(var, envir = x, inherits = FALSE) : restarting interrupted promise evaluation [08:47:28.657] signalConditions() ... [08:47:28.657] | include = 'immediateCondition' [08:47:28.658] | exclude = [08:47:28.658] | resignal = FALSE [08:47:28.658] | Number of conditions: 1 [08:47:28.659] signalConditions() ... done [08:47:28.659] Future state: 'finished' [08:47:28.659] signalConditions() ... [08:47:28.660] | include = 'condition' [08:47:28.660] | exclude = 'immediateCondition' [08:47:28.660] | resignal = TRUE [08:47:28.660] | Number of conditions: 1 [08:47:28.661] | Condition #1: 'simpleError', 'error', 'condition' [08:47:28.661] signalConditions() ... done ** Future evaluation with a poor-man's "progress bar" [08:47:28.662] getGlobalsAndPackages() ... [08:47:28.662] | Searching for globals ... [08:47:28.666] | : globals found: [4] '{', 'cat', 'for', ':' [08:47:28.667] | Searching for globals ... DONE [08:47:28.667] | Resolving globals: FALSE [08:47:28.667] | Search for packages associated with the globals ... [08:47:28.668] | : Packages associated with globals: [1] 'base' [08:47:28.668] | : Packages: [1] 'base' [08:47:28.669] | Search for packages associated with the globals ... DONE [08:47:28.669] | Packages after dropping 'base': [0] [08:47:28.669] | globals: [0] [08:47:28.670] | packages: [0] [08:47:28.670] getGlobalsAndPackages() ... done [08:47:28.670] run() for Future ('Future') ... [08:47:28.671] | state: 'created' [08:47:28.671] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.671] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.672] | Using SequentialFutureBackend ... [08:47:28.672] | : Launching futures ... [08:47:28.672] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:28.673] | : . | getFutureData() ... [08:47:28.673] | : . | : getFutureCore() ... [08:47:28.673] | : . | : . Packages needed by the future expression (n = 0): [08:47:28.673] | : . | : getFutureCore() ... done [08:47:28.674] | : . | : getFutureCapture() ... [08:47:28.674] | : . | : getFutureCapture() ... done [08:47:28.674] | : . | : getFutureContext() ... [08:47:28.674] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.675] | : . | : . | Getting stack without first strategy: [n=0] [08:47:28.675] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.675] | : . | : . Packages needed by future strategies (n = 0): [08:47:28.675] | : . | : getFutureContext() ... done [08:47:28.675] | : . | getFutureData() ... done [08:47:28.676] | : . | attachPackages() ... [08:47:28.676] | : . | : packages: [n=1] 'future' [08:47:28.676] | : . | attachPackages() ... DONE [08:47:28.676] | : . | attachPackages() ... [08:47:28.677] | : . | : packages: [n=0] [08:47:28.677] | : . | attachPackages() ... DONE [08:47:28.677] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.678] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:28.678] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.678] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.678] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.679] | : . | : . all.equal() for FutureStrategyList ... [08:47:28.679] | : . | : . | New stack: [08:47:28.679] | : . | : . | List of 1 [08:47:28.679] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.679] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.679] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.679] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.679] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.679] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.679] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.686] | : . | : . | Old stack: [08:47:28.686] | : . | : . | List of 1 [08:47:28.686] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.686] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.686] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.686] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.686] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.686] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.686] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.686] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.686] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.686] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.692] | : . | : . | Not identical [08:47:28.692] | : . | : . | all.equal() for future ... [08:47:28.692] | : . | : . | : List of 2 [08:47:28.692] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.692] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.692] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.692] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.692] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.692] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.692] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.692] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.692] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.692] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.692] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.692] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.692] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.692] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.692] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.701] | : . | : . | all.equal() for future ... done [08:47:28.701] | : . | : . all.equal() for FutureStrategyList ... done [08:47:28.701] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.702] | : . | : . List of future strategies: [08:47:28.702] | : . | : . 1. sequential: [08:47:28.702] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.702] | : . | : . - tweaked: FALSE [08:47:28.702] | : . | : . - call: plan(sequential) [08:47:28.702] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.703] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.706] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.707] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.707] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.708] | : . | : . | all.equal() for FutureStrategyList ... [08:47:28.708] | : . | : . | : New stack: [08:47:28.708] | : . | : . | : List of 1 [08:47:28.708] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.708] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.708] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.708] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.708] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.708] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.708] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.708] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.708] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.708] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.714] | : . | : . | : Old stack: [08:47:28.715] | : . | : . | : List of 1 [08:47:28.715] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.715] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.715] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.715] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.715] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.715] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.715] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.715] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.715] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.715] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.721] | : . | : . | : Identical [08:47:28.721] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:28.721] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.722] | : . | : . | List of future strategies: [08:47:28.722] | : . | : . | 1. sequential: [08:47:28.722] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.722] | : . | : . | - tweaked: FALSE [08:47:28.722] | : . | : . | - call: plan(sequential) [08:47:28.723] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.723] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.723] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.723] | : . | SequentialFuture started (and completed) [08:47:28.724] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:28.724] | : Launching futures ... done [08:47:28.724] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:28.724] | Using SequentialFutureBackend ... done [08:47:28.724] run() for Future ('SequentialFuture') ... done ** Collecting results v1 = 1 v2 = 2 Warning in sprintf(...) : restarting interrupted promise evaluation [08:47:28.725] signalConditions() ... [08:47:28.725] | include = 'immediateCondition' [08:47:28.725] | exclude = [08:47:28.725] | resignal = FALSE [08:47:28.726] | Number of conditions: 1 [08:47:28.726] signalConditions() ... done [08:47:28.726] Future state: 'finished' [08:47:28.726] signalConditions() ... [08:47:28.726] | include = 'condition' [08:47:28.726] | exclude = 'immediateCondition' [08:47:28.727] | resignal = TRUE [08:47:28.727] | Number of conditions: 1 [08:47:28.727] | Condition #1: 'simpleError', 'error', 'condition' [08:47:28.727] signalConditions() ... done v3: (as expect) Processing: .......... [100%] v4 = 4 ** Left-to-right and right-to-left future assignments [08:47:28.728] getGlobalsAndPackages() ... [08:47:28.728] | Searching for globals ... [08:47:28.729] | : globals found: [0] [08:47:28.729] | Searching for globals ... DONE [08:47:28.729] | globals: [0] [08:47:28.729] | packages: [0] [08:47:28.729] getGlobalsAndPackages() ... done [08:47:28.730] run() for Future ('Future') ... [08:47:28.730] | state: 'created' [08:47:28.730] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.730] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.730] | Using SequentialFutureBackend ... [08:47:28.731] | : Launching futures ... [08:47:28.731] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:28.731] | : . | getFutureData() ... [08:47:28.731] | : . | : getFutureCore() ... [08:47:28.731] | : . | : . Packages needed by the future expression (n = 0): [08:47:28.731] | : . | : getFutureCore() ... done [08:47:28.732] | : . | : getFutureCapture() ... [08:47:28.732] | : . | : getFutureCapture() ... done [08:47:28.732] | : . | : getFutureContext() ... [08:47:28.732] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.732] | : . | : . | Getting stack without first strategy: [n=0] [08:47:28.733] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.733] | : . | : . Packages needed by future strategies (n = 0): [08:47:28.733] | : . | : getFutureContext() ... done [08:47:28.733] | : . | getFutureData() ... done [08:47:28.733] | : . | attachPackages() ... [08:47:28.733] | : . | : packages: [n=1] 'future' [08:47:28.734] | : . | attachPackages() ... DONE [08:47:28.734] | : . | attachPackages() ... [08:47:28.735] | : . | : packages: [n=0] [08:47:28.735] | : . | attachPackages() ... DONE [08:47:28.737] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.737] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:28.737] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.738] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.739] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.739] | : . | : . all.equal() for FutureStrategyList ... [08:47:28.739] | : . | : . | New stack: [08:47:28.740] | : . | : . | List of 1 [08:47:28.740] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.740] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.740] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.740] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.740] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.740] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.740] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.745] | : . | : . | Old stack: [08:47:28.745] | : . | : . | List of 1 [08:47:28.745] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.745] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.745] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.745] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.745] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.745] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.745] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.745] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.745] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.745] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.751] | : . | : . | Not identical [08:47:28.751] | : . | : . | all.equal() for future ... [08:47:28.752] | : . | : . | : List of 2 [08:47:28.752] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.752] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.752] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.752] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.752] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.752] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.752] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.752] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.752] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.752] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.752] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.752] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.752] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.752] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.752] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.761] | : . | : . | all.equal() for future ... done [08:47:28.762] | : . | : . all.equal() for FutureStrategyList ... done [08:47:28.762] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.762] | : . | : . List of future strategies: [08:47:28.762] | : . | : . 1. sequential: [08:47:28.762] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.762] | : . | : . - tweaked: FALSE [08:47:28.762] | : . | : . - call: plan(sequential) [08:47:28.763] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.764] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.768] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.768] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.768] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.769] | : . | : . | all.equal() for FutureStrategyList ... [08:47:28.769] | : . | : . | : New stack: [08:47:28.769] | : . | : . | : List of 1 [08:47:28.769] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.769] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.769] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.769] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.769] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.769] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.769] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.769] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.769] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.769] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.775] | : . | : . | : Old stack: [08:47:28.775] | : . | : . | : List of 1 [08:47:28.775] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.775] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.775] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.775] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.775] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.775] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.775] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.775] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.775] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.775] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.781] | : . | : . | : Identical [08:47:28.781] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:28.782] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.782] | : . | : . | List of future strategies: [08:47:28.782] | : . | : . | 1. sequential: [08:47:28.782] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.782] | : . | : . | - tweaked: FALSE [08:47:28.782] | : . | : . | - call: plan(sequential) [08:47:28.783] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.783] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.784] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.784] | : . | SequentialFuture started (and completed) [08:47:28.785] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:28.785] | : Launching futures ... done [08:47:28.785] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:28.786] | Using SequentialFutureBackend ... done [08:47:28.786] run() for Future ('SequentialFuture') ... done c = 1 [08:47:28.787] getGlobalsAndPackages() ... [08:47:28.787] | Searching for globals ... [08:47:28.788] | : globals found: [0] [08:47:28.788] | Searching for globals ... DONE [08:47:28.788] | globals: [0] [08:47:28.789] | packages: [0] [08:47:28.789] getGlobalsAndPackages() ... done [08:47:28.790] run() for Future ('Future') ... [08:47:28.790] | state: 'created' [08:47:28.790] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.790] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.791] | Using SequentialFutureBackend ... [08:47:28.791] | : Launching futures ... [08:47:28.791] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:28.792] | : . | getFutureData() ... [08:47:28.792] | : . | : getFutureCore() ... [08:47:28.792] | : . | : . Packages needed by the future expression (n = 0): [08:47:28.793] | : . | : getFutureCore() ... done [08:47:28.793] | : . | : getFutureCapture() ... [08:47:28.793] | : . | : getFutureCapture() ... done [08:47:28.793] | : . | : getFutureContext() ... [08:47:28.794] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.794] | : . | : . | Getting stack without first strategy: [n=0] [08:47:28.794] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.795] | : . | : . Packages needed by future strategies (n = 0): [08:47:28.795] | : . | : getFutureContext() ... done [08:47:28.795] | : . | getFutureData() ... done [08:47:28.796] | : . | attachPackages() ... [08:47:28.796] | : . | : packages: [n=1] 'future' [08:47:28.796] | : . | attachPackages() ... DONE [08:47:28.797] | : . | attachPackages() ... [08:47:28.797] | : . | : packages: [n=0] [08:47:28.797] | : . | attachPackages() ... DONE [08:47:28.798] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.798] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:28.799] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.799] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.800] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.800] | : . | : . all.equal() for FutureStrategyList ... [08:47:28.800] | : . | : . | New stack: [08:47:28.801] | : . | : . | List of 1 [08:47:28.801] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.801] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.801] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.801] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.801] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.801] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.801] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.805] | : . | : . | Old stack: [08:47:28.805] | : . | : . | List of 1 [08:47:28.805] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.805] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.805] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.805] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.805] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.805] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.805] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.805] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.805] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.805] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.811] | : . | : . | Not identical [08:47:28.812] | : . | : . | all.equal() for future ... [08:47:28.812] | : . | : . | : List of 2 [08:47:28.812] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.812] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.812] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.812] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.812] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.812] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.812] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.812] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.812] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.812] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.812] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.812] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.812] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.812] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.812] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.822] | : . | : . | all.equal() for future ... done [08:47:28.822] | : . | : . all.equal() for FutureStrategyList ... done [08:47:28.823] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.823] | : . | : . List of future strategies: [08:47:28.823] | : . | : . 1. sequential: [08:47:28.823] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.823] | : . | : . - tweaked: FALSE [08:47:28.823] | : . | : . - call: plan(sequential) [08:47:28.824] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.824] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.828] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.829] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.829] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.829] | : . | : . | all.equal() for FutureStrategyList ... [08:47:28.830] | : . | : . | : New stack: [08:47:28.830] | : . | : . | : List of 1 [08:47:28.830] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.830] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.830] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.830] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.830] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.830] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.830] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.830] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.830] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.830] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.840] | : . | : . | : Old stack: [08:47:28.840] | : . | : . | : List of 1 [08:47:28.840] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.840] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.840] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.840] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.840] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.840] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.840] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.840] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.840] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.840] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.847] | : . | : . | : Identical [08:47:28.848] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:28.848] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.848] | : . | : . | List of future strategies: [08:47:28.848] | : . | : . | 1. sequential: [08:47:28.848] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.848] | : . | : . | - tweaked: FALSE [08:47:28.848] | : . | : . | - call: plan(sequential) [08:47:28.850] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.850] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.850] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:28.851] | : . | SequentialFuture started (and completed) [08:47:28.852] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:28.852] | : Launching futures ... done [08:47:28.852] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:28.853] | Using SequentialFutureBackend ... done [08:47:28.853] run() for Future ('SequentialFuture') ... done d = 1 ** Nested future assignments [08:47:28.854] getGlobalsAndPackages() ... [08:47:28.855] | Searching for globals ... [08:47:28.863] | : globals found: [5] '{', '<-', '%<-%', '%->%', '+' [08:47:28.863] | Searching for globals ... DONE [08:47:28.864] | Resolving globals: FALSE [08:47:28.864] | Search for packages associated with the globals ... [08:47:28.864] | : Packages associated with globals: [2] 'base', 'future' [08:47:28.865] | : Packages: [2] 'base', 'future' [08:47:28.865] | Search for packages associated with the globals ... DONE [08:47:28.865] | Packages after dropping 'base': [1] 'future' [08:47:28.866] | Packages after dropping non-attached packages: [1] 'future' [08:47:28.866] | globals: [0] [08:47:28.866] | packages: [1] 'future' [08:47:28.867] getGlobalsAndPackages() ... done [08:47:28.867] run() for Future ('Future') ... [08:47:28.867] | state: 'created' [08:47:28.868] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.868] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.868] | Using SequentialFutureBackend ... [08:47:28.868] | : Launching futures ... [08:47:28.869] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:28.869] | : . | getFutureData() ... [08:47:28.869] | : . | : getFutureCore() ... [08:47:28.869] | : . | : . Packages needed by the future expression (n = 1): 'future' [08:47:28.870] | : . | : getFutureCore() ... done [08:47:28.870] | : . | : getFutureCapture() ... [08:47:28.870] | : . | : getFutureCapture() ... done [08:47:28.870] | : . | : getFutureContext() ... [08:47:28.871] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.871] | : . | : . | Getting stack without first strategy: [n=0] [08:47:28.871] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.871] | : . | : . Packages needed by future strategies (n = 0): [08:47:28.872] | : . | : getFutureContext() ... done [08:47:28.872] | : . | getFutureData() ... done [08:47:28.872] | : . | attachPackages() ... [08:47:28.872] | : . | : packages: [n=1] 'future' [08:47:28.873] | : . | attachPackages() ... DONE [08:47:28.873] | : . | attachPackages() ... [08:47:28.873] | : . | : packages: [n=1] 'future' [08:47:28.874] | : . | attachPackages() ... DONE [08:47:28.874] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:28.875] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:28.875] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:28.876] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:28.876] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:28.876] | : . | : . all.equal() for FutureStrategyList ... [08:47:28.876] | : . | : . | New stack: [08:47:28.877] | : . | : . | List of 1 [08:47:28.877] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.877] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.877] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.877] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.877] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.877] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.877] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.881] | : . | : . | Old stack: [08:47:28.881] | : . | : . | List of 1 [08:47:28.881] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.881] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.881] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.881] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.881] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.881] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:28.881] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.881] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.881] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.881] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:28.886] | : . | : . | Not identical [08:47:28.886] | : . | : . | all.equal() for future ... [08:47:28.887] | : . | : . | : List of 2 [08:47:28.887] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.887] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.887] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.887] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.887] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.887] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.887] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.887] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.887] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.887] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.887] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.887] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.887] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.887] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.887] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.893] | : . | : . | all.equal() for future ... done [08:47:28.894] | : . | : . all.equal() for FutureStrategyList ... done [08:47:28.894] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:28.894] | : . | : . List of future strategies: [08:47:28.894] | : . | : . 1. sequential: [08:47:28.894] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.894] | : . | : . - tweaked: FALSE [08:47:28.894] | : . | : . - call: plan(sequential) [08:47:28.895] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:28.895] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.025] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.026] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.026] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:29.026] | : . | : . | all.equal() for FutureStrategyList ... [08:47:29.027] | : . | : . | : New stack: [08:47:29.027] | : . | : . | : List of 1 [08:47:29.027] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.027] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.027] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.027] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.027] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.027] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:29.027] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:29.027] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.027] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.027] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.033] | : . | : . | : Old stack: [08:47:29.034] | : . | : . | : List of 1 [08:47:29.034] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.034] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.034] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.034] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.034] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.034] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:29.034] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:29.034] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.034] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.034] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.040] | : . | : . | : Identical [08:47:29.040] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:29.041] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:29.041] | : . | : . | List of future strategies: [08:47:29.041] | : . | : . | 1. sequential: [08:47:29.041] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:29.041] | : . | : . | - tweaked: FALSE [08:47:29.041] | : . | : . | - call: plan(sequential) [08:47:29.042] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:29.043] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.043] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.043] | : . | SequentialFuture started (and completed) [08:47:29.044] | : . | signalConditions() ... [08:47:29.044] | : . | : include = 'immediateCondition' [08:47:29.044] | : . | : exclude = [08:47:29.045] | : . | : resignal = FALSE [08:47:29.045] | : . | : Number of conditions: 146 [08:47:29.046] | : . | signalConditions() ... done [08:47:29.046] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:29.046] | : Launching futures ... done [08:47:29.047] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:29.047] | Using SequentialFutureBackend ... done [08:47:29.047] run() for Future ('SequentialFuture') ... done [08:47:29.048] signalConditions() ... [08:47:29.048] | include = 'immediateCondition' [08:47:29.049] | exclude = [08:47:29.049] | resignal = FALSE [08:47:29.049] | Number of conditions: 146 [08:47:29.050] signalConditions() ... done [08:47:29.050] Future state: 'finished' [08:47:29.051] signalConditions() ... [08:47:29.051] | include = 'condition' [08:47:29.051] | exclude = 'immediateCondition' [08:47:29.052] | resignal = TRUE [08:47:29.052] | Number of conditions: 146 [08:47:29.052] | Condition #1: 'simpleMessage', 'message', 'condition' [08:47:28.895] | : . | getGlobalsAndPackages() ... [08:47:29.053] | Condition #2: 'simpleMessage', 'message', 'condition' [08:47:28.896] | : . | : Searching for globals ... [08:47:29.053] | Condition #3: 'simpleMessage', 'message', 'condition' [08:47:28.896] | : . | : . globals found: [0] [08:47:29.053] | Condition #4: 'simpleMessage', 'message', 'condition' [08:47:28.897] | : . | : Searching for globals ... DONE [08:47:29.054] | Condition #5: 'simpleMessage', 'message', 'condition' [08:47:28.897] | : . | : globals: [0] [08:47:29.054] | Condition #6: 'simpleMessage', 'message', 'condition' [08:47:28.897] | : . | : packages: [0] [08:47:29.055] | Condition #7: 'simpleMessage', 'message', 'condition' [08:47:28.897] | : . | getGlobalsAndPackages() ... done [08:47:29.055] | Condition #8: 'simpleMessage', 'message', 'condition' [08:47:28.897] | : . | run() for Future ('Future') ... [08:47:29.055] | Condition #9: 'simpleMessage', 'message', 'condition' [08:47:28.898] | : . | : state: 'created' [08:47:29.056] | Condition #10: 'simpleMessage', 'message', 'condition' [08:47:28.898] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.056] | Condition #11: 'simpleMessage', 'message', 'condition' [08:47:28.898] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:29.057] | Condition #12: 'simpleMessage', 'message', 'condition' [08:47:28.898] | : . | : Using SequentialFutureBackend ... [08:47:29.057] | Condition #13: 'simpleMessage', 'message', 'condition' [08:47:28.899] | : . | : . Launching futures ... [08:47:29.058] | Condition #14: 'simpleMessage', 'message', 'condition' [08:47:28.899] | : . | : . | launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:29.058] | Condition #15: 'simpleMessage', 'message', 'condition' [08:47:28.899] | : . | : . | : getFutureData() ... [08:47:29.058] | Condition #16: 'simpleMessage', 'message', 'condition' [08:47:28.899] | : . | : . | : . getFutureCore() ... [08:47:29.059] | Condition #17: 'simpleMessage', 'message', 'condition' [08:47:28.899] | : . | : . | : . | Packages needed by the future expression (n = 0): [08:47:29.059] | Condition #18: 'simpleMessage', 'message', 'condition' [08:47:28.900] | : . | : . | : . getFutureCore() ... done [08:47:29.060] | Condition #19: 'simpleMessage', 'message', 'condition' [08:47:28.900] | : . | : . | : . getFutureCapture() ... [08:47:29.060] | Condition #20: 'simpleMessage', 'message', 'condition' [08:47:28.900] | : . | : . | : . getFutureCapture() ... done [08:47:29.061] | Condition #21: 'simpleMessage', 'message', 'condition' [08:47:28.900] | : . | : . | : . getFutureContext() ... [08:47:29.061] | Condition #22: 'simpleMessage', 'message', 'condition' [08:47:28.900] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.061] | Condition #23: 'simpleMessage', 'message', 'condition' [08:47:28.901] | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:47:29.062] | Condition #24: 'simpleMessage', 'message', 'condition' [08:47:28.901] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:29.062] | Condition #25: 'simpleMessage', 'message', 'condition' [08:47:28.901] | : . | : . | : . | Packages needed by future strategies (n = 0): [08:47:29.063] | Condition #26: 'simpleMessage', 'message', 'condition' [08:47:28.901] | : . | : . | : . getFutureContext() ... done [08:47:29.063] | Condition #27: 'simpleMessage', 'message', 'condition' [08:47:28.901] | : . | : . | : getFutureData() ... done [08:47:29.063] | Condition #28: 'simpleMessage', 'message', 'condition' [08:47:28.902] | : . | : . | : attachPackages() ... [08:47:29.064] | Condition #29: 'simpleMessage', 'message', 'condition' [08:47:28.902] | : . | : . | : . packages: [n=1] 'future' [08:47:29.064] | Condition #30: 'simpleMessage', 'message', 'condition' [08:47:28.902] | : . | : . | : attachPackages() ... DONE [08:47:29.065] | Condition #31: 'simpleMessage', 'message', 'condition' [08:47:28.903] | : . | : . | : attachPackages() ... [08:47:29.065] | Condition #32: 'simpleMessage', 'message', 'condition' [08:47:28.903] | : . | : . | : . packages: [n=0] [08:47:29.066] | Condition #33: 'simpleMessage', 'message', 'condition' [08:47:28.903] | : . | : . | : attachPackages() ... DONE [08:47:29.066] | Condition #34: 'simpleMessage', 'message', 'condition' [08:47:28.903] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.066] | Condition #35: 'simpleMessage', 'message', 'condition' [08:47:28.904] | : . | : . | : . Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:29.067] | Condition #36: 'simpleMessage', 'message', 'condition' [08:47:28.904] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:29.067] | Condition #37: 'simpleMessage', 'message', 'condition' [08:47:28.904] | : . | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.068] | Condition #38: 'simpleMessage', 'message', 'condition' [08:47:28.905] | : . | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:29.068] | Condition #39: 'simpleMessage', 'message', 'condition' [08:47:28.905] | : . | : . | : . | all.equal() for FutureStrategyList ... [08:47:29.068] | Condition #40: 'simpleMessage', 'message', 'condition' [08:47:28.905] | : . | : . | : . | : New stack: [08:47:29.069] | Condition #41: 'simpleMessage', 'message', 'condition' [08:47:28.905] | : . | : . | : . | : List of 1 [08:47:28.905] | : . | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.905] | : . | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.905] | : . | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.905] | : . | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.905] | : . | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.905] | : . | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.905] | : . | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.069] | Condition #42: 'simpleMessage', 'message', 'condition' [08:47:28.908] | : . | : . | : . | : Old stack: [08:47:29.070] | Condition #43: 'simpleMessage', 'message', 'condition' [08:47:28.909] | : . | : . | : . | : List of 1 [08:47:28.909] | : . | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.909] | : . | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.909] | : . | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.909] | : . | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.909] | : . | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.909] | : . | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.909] | : . | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.909] | : . | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.909] | : . | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.909] | : . | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.070] | Condition #44: 'simpleMessage', 'message', 'condition' [08:47:28.914] | : . | : . | : . | : Not identical [08:47:29.071] | Condition #45: 'simpleMessage', 'message', 'condition' [08:47:28.915] | : . | : . | : . | : all.equal() for future ... [08:47:29.071] | Condition #46: 'simpleMessage', 'message', 'condition' [08:47:28.915] | : . | : . | : . | : . List of 2 [08:47:28.915] | : . | : . | : . | : . $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.915] | : . | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.915] | : . | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.915] | : . | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.915] | : . | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.915] | : . | : . | : . | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.915] | : . | : . | : . | : . $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.915] | : . | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.915] | : . | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.915] | : . | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.915] | : . | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.915] | : . | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:28.915] | : . | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.915] | : . | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.915] | : . | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.071] | Condition #47: 'simpleMessage', 'message', 'condition' [08:47:28.926] | : . | : . | : . | : all.equal() for future ... done [08:47:29.072] | Condition #48: 'simpleMessage', 'message', 'condition' [08:47:28.926] | : . | : . | : . | all.equal() for FutureStrategyList ... done [08:47:29.072] | Condition #49: 'simpleMessage', 'message', 'condition' [08:47:28.926] | : . | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:29.073] | Condition #50: 'simpleMessage', 'message', 'condition' [08:47:28.927] | : . | : . | : . | List of future strategies: [08:47:28.927] | : . | : . | : . | 1. sequential: [08:47:28.927] | : . | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.927] | : . | : . | : . | - tweaked: FALSE [08:47:28.927] | : . | : . | : . | - call: plan(sequential) [08:47:29.073] | Condition #51: 'simpleMessage', 'message', 'condition' [08:47:28.928] | : . | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:29.073] | Condition #52: 'simpleMessage', 'message', 'condition' [08:47:28.928] | : . | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.074] | Condition #53: 'simpleMessage', 'message', 'condition' [08:47:28.932] | : . | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.074] | Condition #54: 'simpleMessage', 'message', 'condition' [08:47:28.932] | : . | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.075] | Condition #55: 'simpleMessage', 'message', 'condition' [08:47:28.933] | : . | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:29.075] | Condition #56: 'simpleMessage', 'message', 'condition' [08:47:28.933] | : . | : . | : . | : all.equal() for FutureStrategyList ... [08:47:29.075] | Condition #57: 'simpleMessage', 'message', 'condition' [08:47:28.934] | : . | : . | : . | : . New stack: [08:47:29.076] | Condition #58: 'simpleMessage', 'message', 'condition' [08:47:28.934] | : . | : . | : . | : . List of 1 [08:47:28.934] | : . | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.934] | : . | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.934] | : . | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.934] | : . | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.934] | : . | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.934] | : . | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:28.934] | : . | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.934] | : . | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.934] | : . | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.934] | : . | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.076] | Condition #59: 'simpleMessage', 'message', 'condition' [08:47:28.940] | : . | : . | : . | : . Old stack: [08:47:29.077] | Condition #60: 'simpleMessage', 'message', 'condition' [08:47:28.941] | : . | : . | : . | : . List of 1 [08:47:28.941] | : . | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.941] | : . | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.941] | : . | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.941] | : . | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.941] | : . | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.941] | : . | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:28.941] | : . | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.941] | : . | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.941] | : . | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.941] | : . | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.077] | Condition #61: 'simpleMessage', 'message', 'condition' [08:47:28.947] | : . | : . | : . | : . Identical [08:47:29.078] | Condition #62: 'simpleMessage', 'message', 'condition' [08:47:28.947] | : . | : . | : . | : all.equal() for FutureStrategyList ... done [08:47:29.078] | Condition #63: 'simpleMessage', 'message', 'condition' [08:47:28.948] | : . | : . | : . | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:29.078] | Condition #64: 'simpleMessage', 'message', 'condition' [08:47:28.948] | : . | : . | : . | : List of future strategies: [08:47:28.948] | : . | : . | : . | : 1. sequential: [08:47:28.948] | : . | : . | : . | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.948] | : . | : . | : . | : - tweaked: FALSE [08:47:28.948] | : . | : . | : . | : - call: plan(sequential) [08:47:29.079] | Condition #65: 'simpleMessage', 'message', 'condition' [08:47:28.949] | : . | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:29.079] | Condition #66: 'simpleMessage', 'message', 'condition' [08:47:28.949] | : . | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.080] | Condition #67: 'simpleMessage', 'message', 'condition' [08:47:28.950] | : . | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.080] | Condition #68: 'simpleMessage', 'message', 'condition' [08:47:28.950] | : . | : . | : SequentialFuture started (and completed) [08:47:29.080] | Condition #69: 'simpleMessage', 'message', 'condition' [08:47:28.951] | : . | : . | launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:29.081] | Condition #70: 'simpleMessage', 'message', 'condition' [08:47:28.951] | : . | : . Launching futures ... done [08:47:29.081] | Condition #71: 'simpleMessage', 'message', 'condition' [08:47:28.951] | : . | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:29.082] | Condition #72: 'simpleMessage', 'message', 'condition' [08:47:28.952] | : . | : Using SequentialFutureBackend ... done [08:47:29.082] | Condition #73: 'simpleMessage', 'message', 'condition' [08:47:28.952] | : . | run() for Future ('SequentialFuture') ... done [08:47:29.083] | Condition #74: 'simpleMessage', 'message', 'condition' [08:47:28.953] | : . | getGlobalsAndPackages() ... [08:47:29.083] | Condition #75: 'simpleMessage', 'message', 'condition' [08:47:28.953] | : . | : Searching for globals ... [08:47:29.083] | Condition #76: 'simpleMessage', 'message', 'condition' [08:47:28.954] | : . | : . globals found: [0] [08:47:29.084] | Condition #77: 'simpleMessage', 'message', 'condition' [08:47:28.954] | : . | : Searching for globals ... DONE [08:47:29.084] | Condition #78: 'simpleMessage', 'message', 'condition' [08:47:28.955] | : . | : globals: [0] [08:47:29.085] | Condition #79: 'simpleMessage', 'message', 'condition' [08:47:28.955] | : . | : packages: [0] [08:47:29.085] | Condition #80: 'simpleMessage', 'message', 'condition' [08:47:28.955] | : . | getGlobalsAndPackages() ... done [08:47:29.085] | Condition #81: 'simpleMessage', 'message', 'condition' [08:47:28.956] | : . | run() for Future ('Future') ... [08:47:29.086] | Condition #82: 'simpleMessage', 'message', 'condition' [08:47:28.956] | : . | : state: 'created' [08:47:29.086] | Condition #83: 'simpleMessage', 'message', 'condition' [08:47:28.957] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.087] | Condition #84: 'simpleMessage', 'message', 'condition' [08:47:28.957] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:29.087] | Condition #85: 'simpleMessage', 'message', 'condition' [08:47:28.958] | : . | : Using SequentialFutureBackend ... [08:47:29.087] | Condition #86: 'simpleMessage', 'message', 'condition' [08:47:28.958] | : . | : . Launching futures ... [08:47:29.088] | Condition #87: 'simpleMessage', 'message', 'condition' [08:47:28.958] | : . | : . | launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:29.088] | Condition #88: 'simpleMessage', 'message', 'condition' [08:47:28.959] | : . | : . | : getFutureData() ... [08:47:29.089] | Condition #89: 'simpleMessage', 'message', 'condition' [08:47:28.959] | : . | : . | : . getFutureCore() ... [08:47:29.089] | Condition #90: 'simpleMessage', 'message', 'condition' [08:47:28.959] | : . | : . | : . | Packages needed by the future expression (n = 0): [08:47:29.089] | Condition #91: 'simpleMessage', 'message', 'condition' [08:47:28.960] | : . | : . | : . getFutureCore() ... done [08:47:29.090] | Condition #92: 'simpleMessage', 'message', 'condition' [08:47:28.960] | : . | : . | : . getFutureCapture() ... [08:47:29.090] | Condition #93: 'simpleMessage', 'message', 'condition' [08:47:28.960] | : . | : . | : . getFutureCapture() ... done [08:47:29.091] | Condition #94: 'simpleMessage', 'message', 'condition' [08:47:28.961] | : . | : . | : . getFutureContext() ... [08:47:29.091] | Condition #95: 'simpleMessage', 'message', 'condition' [08:47:28.961] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.091] | Condition #96: 'simpleMessage', 'message', 'condition' [08:47:28.961] | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:47:29.092] | Condition #97: 'simpleMessage', 'message', 'condition' [08:47:28.962] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:29.092] | Condition #98: 'simpleMessage', 'message', 'condition' [08:47:28.962] | : . | : . | : . | Packages needed by future strategies (n = 0): [08:47:29.092] | Condition #99: 'simpleMessage', 'message', 'condition' [08:47:28.963] | : . | : . | : . getFutureContext() ... done [08:47:29.093] | Condition #100: 'simpleMessage', 'message', 'condition' [08:47:28.963] | : . | : . | : getFutureData() ... done [08:47:29.093] | Condition #101: 'simpleMessage', 'message', 'condition' [08:47:28.963] | : . | : . | : attachPackages() ... [08:47:29.094] | Condition #102: 'simpleMessage', 'message', 'condition' [08:47:28.964] | : . | : . | : . packages: [n=1] 'future' [08:47:29.094] | Condition #103: 'simpleMessage', 'message', 'condition' [08:47:28.964] | : . | : . | : attachPackages() ... DONE [08:47:29.094] | Condition #104: 'simpleMessage', 'message', 'condition' [08:47:28.965] | : . | : . | : attachPackages() ... [08:47:29.095] | Condition #105: 'simpleMessage', 'message', 'condition' [08:47:28.965] | : . | : . | : . packages: [n=0] [08:47:29.095] | Condition #106: 'simpleMessage', 'message', 'condition' [08:47:28.965] | : . | : . | : attachPackages() ... DONE [08:47:29.096] | Condition #107: 'simpleMessage', 'message', 'condition' [08:47:28.966] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.096] | Condition #108: 'simpleMessage', 'message', 'condition' [08:47:28.967] | : . | : . | : . Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:29.096] | Condition #109: 'simpleMessage', 'message', 'condition' [08:47:28.967] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:29.097] | Condition #110: 'simpleMessage', 'message', 'condition' [08:47:28.968] | : . | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.097] | Condition #111: 'simpleMessage', 'message', 'condition' [08:47:28.968] | : . | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:29.098] | Condition #112: 'simpleMessage', 'message', 'condition' [08:47:28.969] | : . | : . | : . | all.equal() for FutureStrategyList ... [08:47:29.098] | Condition #113: 'simpleMessage', 'message', 'condition' [08:47:28.969] | : . | : . | : . | : New stack: [08:47:29.098] | Condition #114: 'simpleMessage', 'message', 'condition' [08:47:28.969] | : . | : . | : . | : List of 1 [08:47:28.969] | : . | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.969] | : . | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.969] | : . | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.969] | : . | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.969] | : . | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.969] | : . | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.969] | : . | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.099] | Condition #115: 'simpleMessage', 'message', 'condition' [08:47:28.974] | : . | : . | : . | : Old stack: [08:47:29.099] | Condition #116: 'simpleMessage', 'message', 'condition' [08:47:28.974] | : . | : . | : . | : List of 1 [08:47:28.974] | : . | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.974] | : . | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.974] | : . | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.974] | : . | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.974] | : . | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.974] | : . | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:28.974] | : . | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.974] | : . | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.974] | : . | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.974] | : . | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.100] | Condition #117: 'simpleMessage', 'message', 'condition' [08:47:28.981] | : . | : . | : . | : Not identical [08:47:29.100] | Condition #118: 'simpleMessage', 'message', 'condition' [08:47:28.981] | : . | : . | : . | : all.equal() for future ... [08:47:29.101] | Condition #119: 'simpleMessage', 'message', 'condition' [08:47:28.981] | : . | : . | : . | : . List of 2 [08:47:28.981] | : . | : . | : . | : . $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.981] | : . | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.981] | : . | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.981] | : . | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.981] | : . | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.981] | : . | : . | : . | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:28.981] | : . | : . | : . | : . $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:28.981] | : . | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:28.981] | : . | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.981] | : . | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.981] | : . | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:28.981] | : . | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:28.981] | : . | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:28.981] | : . | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:28.981] | : . | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.101] | Condition #120: 'simpleMessage', 'message', 'condition' [08:47:28.994] | : . | : . | : . | : all.equal() for future ... done [08:47:29.102] | Condition #121: 'simpleMessage', 'message', 'condition' [08:47:28.995] | : . | : . | : . | all.equal() for FutureStrategyList ... done [08:47:29.102] | Condition #122: 'simpleMessage', 'message', 'condition' [08:47:28.995] | : . | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:29.102] | Condition #123: 'simpleMessage', 'message', 'condition' [08:47:28.996] | : . | : . | : . | List of future strategies: [08:47:28.996] | : . | : . | : . | 1. sequential: [08:47:28.996] | : . | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:28.996] | : . | : . | : . | - tweaked: FALSE [08:47:28.996] | : . | : . | : . | - call: plan(sequential) [08:47:29.103] | Condition #124: 'simpleMessage', 'message', 'condition' [08:47:28.997] | : . | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:29.103] | Condition #125: 'simpleMessage', 'message', 'condition' [08:47:28.997] | : . | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.104] | Condition #126: 'simpleMessage', 'message', 'condition' [08:47:29.001] | : . | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.104] | Condition #127: 'simpleMessage', 'message', 'condition' [08:47:29.001] | : . | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.104] | Condition #128: 'simpleMessage', 'message', 'condition' [08:47:29.002] | : . | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:29.105] | Condition #129: 'simpleMessage', 'message', 'condition' [08:47:29.002] | : . | : . | : . | : all.equal() for FutureStrategyList ... [08:47:29.105] | Condition #130: 'simpleMessage', 'message', 'condition' [08:47:29.002] | : . | : . | : . | : . New stack: [08:47:29.106] | Condition #131: 'simpleMessage', 'message', 'condition' [08:47:29.003] | : . | : . | : . | : . List of 1 [08:47:29.003] | : . | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.003] | : . | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.003] | : . | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.003] | : . | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.003] | : . | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.003] | : . | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:29.003] | : . | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:29.003] | : . | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.003] | : . | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.003] | : . | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.106] | Condition #132: 'simpleMessage', 'message', 'condition' [08:47:29.009] | : . | : . | : . | : . Old stack: [08:47:29.106] | Condition #133: 'simpleMessage', 'message', 'condition' [08:47:29.009] | : . | : . | : . | : . List of 1 [08:47:29.009] | : . | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.009] | : . | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.009] | : . | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.009] | : . | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.009] | : . | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.009] | : . | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:29.009] | : . | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:29.009] | : . | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.009] | : . | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.009] | : . | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.107] | Condition #134: 'simpleMessage', 'message', 'condition' [08:47:29.016] | : . | : . | : . | : . Identical [08:47:29.107] | Condition #135: 'simpleMessage', 'message', 'condition' [08:47:29.016] | : . | : . | : . | : all.equal() for FutureStrategyList ... done [08:47:29.107] | Condition #136: 'simpleMessage', 'message', 'condition' [08:47:29.016] | : . | : . | : . | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:29.108] | Condition #137: 'simpleMessage', 'message', 'condition' [08:47:29.017] | : . | : . | : . | : List of future strategies: [08:47:29.017] | : . | : . | : . | : 1. sequential: [08:47:29.017] | : . | : . | : . | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:29.017] | : . | : . | : . | : - tweaked: FALSE [08:47:29.017] | : . | : . | : . | : - call: plan(sequential) [08:47:29.108] | Condition #138: 'simpleMessage', 'message', 'condition' [08:47:29.018] | : . | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:29.109] | Condition #139: 'simpleMessage', 'message', 'condition' [08:47:29.018] | : . | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.109] | Condition #140: 'simpleMessage', 'message', 'condition' [08:47:29.018] | : . | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.109] | Condition #141: 'simpleMessage', 'message', 'condition' [08:47:29.019] | : . | : . | : SequentialFuture started (and completed) [08:47:29.110] | Condition #142: 'simpleMessage', 'message', 'condition' [08:47:29.020] | : . | : . | launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:29.110] | Condition #143: 'simpleMessage', 'message', 'condition' [08:47:29.020] | : . | : . Launching futures ... done [08:47:29.111] | Condition #144: 'simpleMessage', 'message', 'condition' [08:47:29.020] | : . | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:29.111] | Condition #145: 'simpleMessage', 'message', 'condition' [08:47:29.021] | : . | : Using SequentialFutureBackend ... done [08:47:29.111] | Condition #146: 'simpleMessage', 'message', 'condition' [08:47:29.021] | : . | run() for Future ('SequentialFuture') ... done [08:47:29.112] signalConditions() ... done a = 10 [08:47:29.113] getGlobalsAndPackages() ... [08:47:29.113] | Searching for globals ... [08:47:29.115] | : globals found: [3] '{', '+', 'a' [08:47:29.115] | Searching for globals ... DONE [08:47:29.116] | Resolving globals: FALSE [08:47:29.116] | Search for packages associated with the globals ... [08:47:29.116] | : Packages associated with globals: [1] 'base' [08:47:29.117] | : Packages: [1] 'base' [08:47:29.117] | Search for packages associated with the globals ... DONE [08:47:29.117] | Packages after dropping 'base': [0] [08:47:29.118] | globals: [1] 'a' [08:47:29.118] | packages: [0] [08:47:29.118] getGlobalsAndPackages() ... done [08:47:29.119] run() for Future ('Future') ... [08:47:29.119] | state: 'created' [08:47:29.119] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.120] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:29.120] | Using SequentialFutureBackend ... [08:47:29.120] | : Launching futures ... [08:47:29.121] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:29.121] | : . | getFutureData() ... [08:47:29.121] | : . | : getFutureCore() ... [08:47:29.121] | : . | : . Packages needed by the future expression (n = 0): [08:47:29.122] | : . | : getFutureCore() ... done [08:47:29.122] | : . | : getFutureCapture() ... [08:47:29.122] | : . | : getFutureCapture() ... done [08:47:29.122] | : . | : getFutureContext() ... [08:47:29.123] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.123] | : . | : . | Getting stack without first strategy: [n=0] [08:47:29.123] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:29.124] | : . | : . Packages needed by future strategies (n = 0): [08:47:29.124] | : . | : getFutureContext() ... done [08:47:29.124] | : . | getFutureData() ... done [08:47:29.124] | : . | attachPackages() ... [08:47:29.125] | : . | : packages: [n=1] 'future' [08:47:29.125] | : . | attachPackages() ... DONE [08:47:29.125] | : . | attachPackages() ... [08:47:29.126] | : . | : packages: [n=0] [08:47:29.126] | : . | attachPackages() ... DONE [08:47:29.127] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.127] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:29.128] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:29.128] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.128] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:29.129] | : . | : . all.equal() for FutureStrategyList ... [08:47:29.129] | : . | : . | New stack: [08:47:29.129] | : . | : . | List of 1 [08:47:29.129] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.129] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.129] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.129] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.129] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.129] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:29.129] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.133] | : . | : . | Old stack: [08:47:29.134] | : . | : . | List of 1 [08:47:29.134] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.134] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.134] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.134] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.134] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.134] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:29.134] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:29.134] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.134] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.134] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.137] | : . | : . | Not identical [08:47:29.138] | : . | : . | all.equal() for future ... [08:47:29.138] | : . | : . | : List of 2 [08:47:29.138] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.138] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.138] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.138] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.138] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.138] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:29.138] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.138] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.138] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.138] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.138] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.138] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:29.138] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:29.138] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.138] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.146] | : . | : . | all.equal() for future ... done [08:47:29.146] | : . | : . all.equal() for FutureStrategyList ... done [08:47:29.147] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:29.147] | : . | : . List of future strategies: [08:47:29.147] | : . | : . 1. sequential: [08:47:29.147] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:29.147] | : . | : . - tweaked: FALSE [08:47:29.147] | : . | : . - call: plan(sequential) [08:47:29.148] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:29.149] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.149] | : . | assign_globals() ... [08:47:29.149] | : . | List of 1 [08:47:29.149] | : . | $ a: num 10 [08:47:29.149] | : . | - attr(*, "where")=List of 1 [08:47:29.149] | : . | ..$ a: [08:47:29.149] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:29.149] | : . | - attr(*, "resolved")= logi FALSE [08:47:29.149] | : . | - attr(*, "total_size")= num NA [08:47:29.149] | : . | - attr(*, "already-done")= logi TRUE [08:47:29.154] | : . | - copied 'a' to environment [08:47:29.154] | : . | assign_globals() ... done [08:47:29.158] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.161] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:29.161] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:29.162] | : . | : . | all.equal() for FutureStrategyList ... [08:47:29.162] | : . | : . | : New stack: [08:47:29.162] | : . | : . | : List of 1 [08:47:29.162] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.162] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.162] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.162] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.162] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.162] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:29.162] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:29.162] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.162] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.162] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.169] | : . | : . | : Old stack: [08:47:29.169] | : . | : . | : List of 1 [08:47:29.169] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.169] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.169] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.169] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.169] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.169] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:29.169] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:29.169] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.169] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.169] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.174] | : . | : . | : Identical [08:47:29.175] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:29.175] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:29.175] | : . | : . | List of future strategies: [08:47:29.175] | : . | : . | 1. sequential: [08:47:29.175] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:29.175] | : . | : . | - tweaked: FALSE [08:47:29.175] | : . | : . | - call: plan(sequential) [08:47:29.176] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:29.177] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.177] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:29.177] | : . | SequentialFuture started (and completed) [08:47:29.178] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:29.178] | : Launching futures ... done [08:47:29.178] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:29.179] | Using SequentialFutureBackend ... done [08:47:29.179] run() for Future ('SequentialFuture') ... done b = 11 *** %<-% with 'sequential' futures ... DONE Testing with 1 cores ... DONE Testing with 2 cores ... *** %<-% with 'multisession' futures ... [08:47:29.180] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.181] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:29.181] | : all.equal() for FutureStrategyList ... [08:47:29.181] | : . New stack: [08:47:29.182] | : . List of 1 [08:47:29.182] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:29.182] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.182] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:29.182] | : . ..- attr(*, "init")= logi TRUE [08:47:29.182] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:29.182] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:29.182] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:29.182] | : . ..- attr(*, "untweakable")= chr "persistent" [08:47:29.182] | : . ..- attr(*, "call")= language plan(strategy) [08:47:29.182] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.188] | : . Old stack: [08:47:29.188] | : . List of 1 [08:47:29.188] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.188] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.188] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.188] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.188] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.188] | : . ..- attr(*, "call")= language plan(sequential) [08:47:29.188] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:29.188] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.188] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.188] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.195] | : . Not identical [08:47:29.196] | : . all.equal() for future ... [08:47:29.196] | : . | List of 2 [08:47:29.196] | : . | $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:29.196] | : . | gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.196] | : . | ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:29.196] | : . | ..- attr(*, "init")= logi TRUE [08:47:29.196] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:29.196] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:29.196] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:29.196] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:47:29.196] | : . | ..- attr(*, "call")= language plan(strategy) [08:47:29.196] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.196] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:29.196] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.196] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.196] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.196] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:29.196] | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:29.196] | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:29.196] | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:29.207] | : . | Formals differ [08:47:29.207] | : . all.equal() for future ... done [08:47:29.207] | : . Future strategies differ at level 1 [08:47:29.208] | : all.equal() for FutureStrategyList ... done [08:47:29.208] | : plan(): Setting new future strategy stack: [08:47:29.208] | : List of future strategies: [08:47:29.208] | : 1. multisession: [08:47:29.208] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.208] | : - tweaked: FALSE [08:47:29.208] | : - call: plan(strategy) [08:47:29.209] | : List of 1 [08:47:29.209] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:29.209] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.209] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:29.209] | : ..- attr(*, "init")= logi TRUE [08:47:29.209] | : ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:29.209] | : .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:29.209] | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:29.209] | : ..- attr(*, "untweakable")= chr "persistent" [08:47:29.209] | : ..- attr(*, "call")= language plan(strategy) [08:47:29.209] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:29.214] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [08:47:29.215] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:29.215] | : . | Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:47:29.216] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:29.216] | : . Legacy shutdown of cluster workers ... [08:47:29.216] | : . | Stopping existing cluster ... [08:47:29.217] | : . | : No pre-existing cluster. Skipping [08:47:29.217] | : . | Stopping existing cluster ... done [08:47:29.217] | : . Legacy shutdown of cluster workers ... done [08:47:29.218] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [08:47:29.218] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [08:47:29.218] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:29.218] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:29.218] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:29.218] | : . - attr(*, "init")= logi TRUE [08:47:29.218] | : . - attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:29.218] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:29.218] | : . - attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:29.218] | : . - attr(*, "untweakable")= chr "persistent" [08:47:29.218] | : . - attr(*, "call")= language plan(strategy) [08:47:29.226] | : . init: TRUE [08:47:29.226] | : . makeFutureBackend() ... [08:47:29.227] | : . | Backend function: <'NULL'> [08:47:29.231] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [08:47:29.231] | : . | : workers: 2 [08:47:29.231] | : . | : getCluster() ... [08:47:29.232] | : . | : getCluster() ... done [08:47:29.232] | : . | : Stopping existing cluster ... [08:47:29.232] | : . | : . No pre-existing cluster. Skipping [08:47:29.233] | : . | : Stopping existing cluster ... done [08:47:29.233] | : . | : Starting new cluster ... [08:47:29.233] | : . | : . makeCluster(workers, ...) ... [08:47:29.234] | : . | : . | Arguments: [08:47:29.234] | : . | : . | List of 2 [08:47:29.234] | : . | : . | $ : int 2 [08:47:29.234] | : . | : . | $ rscript_libs: chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:47:30.046] | : . | : . | Generated cluster UUID [08:47:30.047] | : . | : . | Cluster UUID: 'ae480a9e8d25799028a9a80137c92eff' [08:47:30.047] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:30.052] | : . | : . makeCluster(workers, ...) ... done [08:47:30.052] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:30.055] | : . | : Starting new cluster ... done [08:47:30.055] | : . | : Number of workers: 2 [08:47:30.056] | : . | : Workers UUID: 'ae480a9e8d25799028a9a80137c92eff' [08:47:30.056] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [08:47:30.057] | : . | Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:47:30.057] | : . makeFutureBackend() ... done [08:47:30.057] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [08:47:30.058] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.058] | : . Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:47:30.059] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.059] | : plan(): nbrOfWorkers() = 2 [08:47:30.059] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:30.060] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done ** Future evaluation without globals [08:47:30.061] getGlobalsAndPackages() ... [08:47:30.061] | Searching for globals ... [08:47:30.063] | : globals found: [2] '{', '<-' [08:47:30.063] | Searching for globals ... DONE [08:47:30.063] | Resolving globals: FALSE [08:47:30.064] | Search for packages associated with the globals ... [08:47:30.064] | : Packages associated with globals: [1] 'base' [08:47:30.065] | : Packages: [1] 'base' [08:47:30.065] | Search for packages associated with the globals ... DONE [08:47:30.066] | Packages after dropping 'base': [0] [08:47:30.066] | globals: [0] [08:47:30.066] | packages: [0] [08:47:30.067] getGlobalsAndPackages() ... done [08:47:30.067] run() for Future ('Future') ... [08:47:30.068] | state: 'created' [08:47:30.068] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.068] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.068] | Using MultisessionFutureBackend ... [08:47:30.069] | : Launching futures ... [08:47:30.069] | : . launchFuture() for ClusterFutureBackend ... [08:47:30.070] | : . | Workers: [n=2] [08:47:30.070] | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:30.072] | : . | FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:30.073] | : . | requestWorker() ... [08:47:30.073] | : . | : requestNode() ... [08:47:30.073] | : . | : . Number of workers: 2 [08:47:30.073] | : . | : . Polling for a free worker ... [08:47:30.073] | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.074] | : . | : . | : Created empty registry 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:30.074] | : . | : . | : Listing all futures [08:47:30.074] | : . | : . | : Number of registered futures: 0 [08:47:30.074] | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.075] | : . | : . | Total time: 0 [08:47:30.075] | : . | : . Polling for a free worker ... done [08:47:30.075] | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.075] | : . | : . | Listing all futures [08:47:30.075] | : . | : . | Number of registered futures: 0 [08:47:30.076] | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.076] | : . | : . Index of first available worker: 1 [08:47:30.076] | : . | : . Validate that the worker is functional ... [08:47:30.266] | : . | : . | Worker is functional [08:47:30.267] | : . | : . requestNode() ... done [08:47:30.267] | : . | : . cluster node index: 1 [08:47:30.267] | : . | : requestWorker() ... done [08:47:30.268] | : . | : eraseGlobalEnvironment() ... [08:47:30.269] | : . | : eraseGlobalEnvironment() ... done [08:47:30.269] | : . | : launchFuture() ... [08:47:30.269] | : . | : . cluster node index: 1 [08:47:30.269] | : . | : . getFutureData() ... [08:47:30.270] | : . | : . | getFutureCore() ... [08:47:30.270] | : . | : . | : Packages needed by the future expression (n = 0): [08:47:30.270] | : . | : . | getFutureCore() ... done [08:47:30.270] | : . | : . | getFutureCapture() ... [08:47:30.271] | : . | : . | getFutureCapture() ... done [08:47:30.271] | : . | : . | getFutureContext() ... [08:47:30.271] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.272] | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:30.272] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.272] | : . | : . | : Packages needed by future strategies (n = 0): [08:47:30.272] | : . | : . | getFutureContext() ... done [08:47:30.273] | : . | : . getFutureData() ... done [08:47:30.274] | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:30.274] | : . | : . | Appended future to position #1 [08:47:30.274] | : . | : . | Number of registered futures: 1 [08:47:30.274] | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:30.275] | : . | : launchFuture() ... done [08:47:30.275] | : . | : MultisessionFuture started [08:47:30.275] | : . | launchFuture() for ClusterFutureBackend ... done [08:47:30.276] | : . Launching futures ... done [08:47:30.276] | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:30.276] | : Using MultisessionFutureBackend ... done [08:47:30.276] | run() for Future ('MultisessionFuture') ... done [08:47:30.277] | result() for ClusterFuture ... [08:47:30.278] | : assertValidConnection() ... [08:47:30.278] | : . cluster node index: 1 [08:47:30.279] | : assertValidConnection() ... done [08:47:30.280] | : receiveMessageFromWorker() for ClusterFuture ... [08:47:30.280] | : . cluster node index: 1 [08:47:30.369] | : . [1] TRUE [08:47:30.370] | : . received data: [08:47:30.370] | : . List of 5 [08:47:30.370] | : . $ type : chr "VALUE" [08:47:30.370] | : . $ value :List of 13 [08:47:30.370] | : . ..$ value : num 1 [08:47:30.370] | : . ..$ visible : logi FALSE [08:47:30.370] | : . ..$ stdout : chr "" [08:47:30.370] | : . ..$ conditions : list() [08:47:30.370] | : . ..$ rng : logi FALSE [08:47:30.370] | : . ..$ misuseGlobalEnv : NULL [08:47:30.370] | : . ..$ misuseConnections:List of 3 [08:47:30.370] | : . .. ..$ added : NULL [08:47:30.370] | : . .. ..$ removed : NULL [08:47:30.370] | : . .. ..$ replaced: NULL [08:47:30.370] | : . ..$ misuseDevices : NULL [08:47:30.370] | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.370] | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.370] | : . ..$ session_uuid : chr "4d20737a1149c4d89abbd4de90420afa" [08:47:30.370] | : . .. ..- attr(*, "source")=List of 5 [08:47:30.370] | : . .. .. ..$ host : Named chr "CRANWIN3" [08:47:30.370] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:30.370] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:30.370] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:30.370] | : . .. .. ..$ pid : int 52896 [08:47:30.370] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.370] | : . .. .. ..$ random: int 2147483647 [08:47:30.370] | : . ..$ r_info :List of 4 [08:47:30.370] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:30.370] | : . .. .. ..$ : int [1:3] 4 5 0 [08:47:30.370] | : . .. ..$ os : chr "windows" [08:47:30.370] | : . .. ..$ os_name : chr "Windows" [08:47:30.370] | : . .. ..$ captures_utf8: logi TRUE [08:47:30.370] | : . ..$ version : chr "1.8" [08:47:30.370] | : . ..- attr(*, "class")= chr "FutureResult" [08:47:30.370] | : . $ success: logi TRUE [08:47:30.370] | : . $ time : 'proc_time' Named num [1:5] 0.07 0.02 0.09 NA NA [08:47:30.370] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:30.370] | : . $ tag : NULL [08:47:30.393] | : . Received FutureResult [08:47:30.393] | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:30.396] | : . | Removed future from position #1 [08:47:30.396] | : . | Number of registered futures: 0 [08:47:30.396] | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:30.397] | : . Erased future from future backend [08:47:30.397] | : . result() for ClusterFuture ... [08:47:30.397] | : . | result already collected: FutureResult [08:47:30.397] | : . result() for ClusterFuture ... done [08:47:30.397] | : receiveMessageFromWorker() for ClusterFuture ... done [08:47:30.398] | result() for ClusterFuture ... done [08:47:30.398] | result() for ClusterFuture ... [08:47:30.398] | : result already collected: FutureResult [08:47:30.398] | result() for ClusterFuture ... done ** Future evaluation with globals [08:47:30.399] | getGlobalsAndPackages() ... [08:47:30.399] | : Searching for globals ... [08:47:30.401] | : . globals found: [3] '{', '<-', 'a' [08:47:30.401] | : Searching for globals ... DONE [08:47:30.401] | : Resolving globals: FALSE [08:47:30.401] | : Search for packages associated with the globals ... [08:47:30.402] | : . Packages associated with globals: [1] 'base' [08:47:30.402] | : . Packages: [1] 'base' [08:47:30.402] | : Search for packages associated with the globals ... DONE [08:47:30.403] | : Packages after dropping 'base': [0] [08:47:30.403] | : globals: [1] 'a' [08:47:30.403] | : packages: [0] [08:47:30.403] | getGlobalsAndPackages() ... done [08:47:30.403] | run() for Future ('Future') ... [08:47:30.404] | : state: 'created' [08:47:30.404] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.404] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.404] | : Using MultisessionFutureBackend ... [08:47:30.405] | : . Launching futures ... [08:47:30.405] | : . | launchFuture() for ClusterFutureBackend ... [08:47:30.405] | : . | : Workers: [n=2] [08:47:30.405] | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:30.408] | : . | : FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:30.409] | : . | : requestWorker() ... [08:47:30.409] | : . | : . requestNode() ... [08:47:30.409] | : . | : . | Number of workers: 2 [08:47:30.410] | : . | : . | Polling for a free worker ... [08:47:30.410] | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.410] | : . | : . | : . Listing all futures [08:47:30.410] | : . | : . | : . Number of registered futures: 0 [08:47:30.411] | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.411] | : . | : . | : Total time: 0 [08:47:30.411] | : . | : . | Polling for a free worker ... done [08:47:30.412] | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.412] | : . | : . | : Listing all futures [08:47:30.412] | : . | : . | : Number of registered futures: 0 [08:47:30.413] | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.413] | : . | : . | Index of first available worker: 1 [08:47:30.413] | : . | : . | Validate that the worker is functional ... [08:47:30.471] | : . | : . | : Worker is functional [08:47:30.472] | : . | : . | requestNode() ... done [08:47:30.472] | : . | : . | cluster node index: 1 [08:47:30.473] | : . | : . requestWorker() ... done [08:47:30.473] | : . | : . eraseGlobalEnvironment() ... [08:47:30.474] | : . | : . eraseGlobalEnvironment() ... done [08:47:30.475] | : . | : . launchFuture() ... [08:47:30.475] | : . | : . | cluster node index: 1 [08:47:30.475] | : . | : . | getFutureData() ... [08:47:30.476] | : . | : . | : getFutureCore() ... [08:47:30.476] | : . | : . | : . Packages needed by the future expression (n = 0): [08:47:30.476] | : . | : . | : getFutureCore() ... done [08:47:30.476] | : . | : . | : getFutureCapture() ... [08:47:30.477] | : . | : . | : getFutureCapture() ... done [08:47:30.477] | : . | : . | : getFutureContext() ... [08:47:30.477] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.478] | : . | : . | : . | Getting stack without first strategy: [n=0] [08:47:30.478] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.478] | : . | : . | : . Packages needed by future strategies (n = 0): [08:47:30.478] | : . | : . | : getFutureContext() ... done [08:47:30.479] | : . | : . | getFutureData() ... done [08:47:30.479] | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:30.480] | : . | : . | : Appended future to position #1 [08:47:30.480] | : . | : . | : Number of registered futures: 1 [08:47:30.480] | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:30.480] | : . | : . launchFuture() ... done [08:47:30.481] | : . | : . MultisessionFuture started [08:47:30.481] | : . | : launchFuture() for ClusterFutureBackend ... done [08:47:30.481] | : . | Launching futures ... done [08:47:30.482] | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:30.482] | : . Using MultisessionFutureBackend ... done [08:47:30.482] | : run() for Future ('MultisessionFuture') ... done [08:47:30.483] | : result() for ClusterFuture ... [08:47:30.483] | : . assertValidConnection() ... [08:47:30.483] | : . | cluster node index: 1 [08:47:30.484] | : . assertValidConnection() ... done [08:47:30.484] | : . receiveMessageFromWorker() for ClusterFuture ... [08:47:30.485] | : . | cluster node index: 1 [08:47:30.485] | : . | [1] TRUE [08:47:30.486] | : . | received data: [08:47:30.486] | : . | List of 5 [08:47:30.486] | : . | $ type : chr "VALUE" [08:47:30.486] | : . | $ value :List of 13 [08:47:30.486] | : . | ..$ value : num 2 [08:47:30.486] | : . | ..$ visible : logi FALSE [08:47:30.486] | : . | ..$ stdout : chr "" [08:47:30.486] | : . | ..$ conditions : list() [08:47:30.486] | : . | ..$ rng : logi FALSE [08:47:30.486] | : . | ..$ misuseGlobalEnv : NULL [08:47:30.486] | : . | ..$ misuseConnections:List of 3 [08:47:30.486] | : . | .. ..$ added : NULL [08:47:30.486] | : . | .. ..$ removed : NULL [08:47:30.486] | : . | .. ..$ replaced: NULL [08:47:30.486] | : . | ..$ misuseDevices : NULL [08:47:30.486] | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.486] | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.486] | : . | ..$ session_uuid : chr "4d20737a1149c4d89abbd4de90420afa" [08:47:30.486] | : . | .. ..- attr(*, "source")=List of 5 [08:47:30.486] | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:47:30.486] | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:30.486] | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:30.486] | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:30.486] | : . | .. .. ..$ pid : int 52896 [08:47:30.486] | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.486] | : . | .. .. ..$ random: int 2147483647 [08:47:30.486] | : . | ..$ r_info :List of 4 [08:47:30.486] | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:30.486] | : . | .. .. ..$ : int [1:3] 4 5 0 [08:47:30.486] | : . | .. ..$ os : chr "windows" [08:47:30.486] | : . | .. ..$ os_name : chr "Windows" [08:47:30.486] | : . | .. ..$ captures_utf8: logi TRUE [08:47:30.486] | : . | ..$ version : chr "1.8" [08:47:30.486] | : . | ..- attr(*, "class")= chr "FutureResult" [08:47:30.486] | : . | $ success: logi TRUE [08:47:30.486] | : . | $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [08:47:30.486] | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:30.486] | : . | $ tag : NULL [08:47:30.504] | : . | Received FutureResult [08:47:30.504] | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:30.504] | : . | : Removed future from position #1 [08:47:30.504] | : . | : Number of registered futures: 0 [08:47:30.504] | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:30.505] | : . | Erased future from future backend [08:47:30.505] | : . | result() for ClusterFuture ... [08:47:30.505] | : . | : result already collected: FutureResult [08:47:30.505] | : . | result() for ClusterFuture ... done [08:47:30.505] | : . receiveMessageFromWorker() for ClusterFuture ... done [08:47:30.506] | : result() for ClusterFuture ... done [08:47:30.506] | : result() for ClusterFuture ... [08:47:30.506] | : . result already collected: FutureResult [08:47:30.506] | : result() for ClusterFuture ... done ** Future evaluation with errors [08:47:30.507] | : getGlobalsAndPackages() ... [08:47:30.507] | : . Searching for globals ... [08:47:30.510] | : . | globals found: [3] '{', '<-', 'stop' [08:47:30.511] | : . Searching for globals ... DONE [08:47:30.511] | : . Resolving globals: FALSE [08:47:30.511] | : . Search for packages associated with the globals ... [08:47:30.512] | : . | Packages associated with globals: [1] 'base' [08:47:30.513] | : . | Packages: [1] 'base' [08:47:30.513] | : . Search for packages associated with the globals ... DONE [08:47:30.513] | : . Packages after dropping 'base': [0] [08:47:30.514] | : . globals: [0] [08:47:30.514] | : . packages: [0] [08:47:30.514] | : getGlobalsAndPackages() ... done [08:47:30.515] | : run() for Future ('Future') ... [08:47:30.515] | : . state: 'created' [08:47:30.516] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.516] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.517] | : . Using MultisessionFutureBackend ... [08:47:30.517] | : . | Launching futures ... [08:47:30.517] | : . | : launchFuture() for ClusterFutureBackend ... [08:47:30.518] | : . | : . Workers: [n=2] [08:47:30.518] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:30.520] | : . | : . FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:30.521] | : . | : . requestWorker() ... [08:47:30.521] | : . | : . | requestNode() ... [08:47:30.521] | : . | : . | : Number of workers: 2 [08:47:30.521] | : . | : . | : Polling for a free worker ... [08:47:30.522] | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.522] | : . | : . | : . | Listing all futures [08:47:30.522] | : . | : . | : . | Number of registered futures: 0 [08:47:30.522] | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.522] | : . | : . | : . Total time: 0 [08:47:30.523] | : . | : . | : Polling for a free worker ... done [08:47:30.523] | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.523] | : . | : . | : . Listing all futures [08:47:30.523] | : . | : . | : . Number of registered futures: 0 [08:47:30.523] | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.524] | : . | : . | : Index of first available worker: 1 [08:47:30.524] | : . | : . | : Validate that the worker is functional ... [08:47:30.589] | : . | : . | : . Worker is functional [08:47:30.590] | : . | : . | : requestNode() ... done [08:47:30.590] | : . | : . | : cluster node index: 1 [08:47:30.591] | : . | : . | requestWorker() ... done [08:47:30.591] | : . | : . | eraseGlobalEnvironment() ... [08:47:30.592] | : . | : . | eraseGlobalEnvironment() ... done [08:47:30.592] | : . | : . | launchFuture() ... [08:47:30.592] | : . | : . | : cluster node index: 1 [08:47:30.593] | : . | : . | : getFutureData() ... [08:47:30.593] | : . | : . | : . getFutureCore() ... [08:47:30.593] | : . | : . | : . | Packages needed by the future expression (n = 0): [08:47:30.594] | : . | : . | : . getFutureCore() ... done [08:47:30.594] | : . | : . | : . getFutureCapture() ... [08:47:30.594] | : . | : . | : . getFutureCapture() ... done [08:47:30.594] | : . | : . | : . getFutureContext() ... [08:47:30.595] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.595] | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:47:30.595] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.596] | : . | : . | : . | Packages needed by future strategies (n = 0): [08:47:30.596] | : . | : . | : . getFutureContext() ... done [08:47:30.597] | : . | : . | : getFutureData() ... done [08:47:30.597] | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:30.598] | : . | : . | : . Appended future to position #1 [08:47:30.598] | : . | : . | : . Number of registered futures: 1 [08:47:30.598] | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:30.599] | : . | : . | launchFuture() ... done [08:47:30.599] | : . | : . | MultisessionFuture started [08:47:30.599] | : . | : . launchFuture() for ClusterFutureBackend ... done [08:47:30.599] | : . | : Launching futures ... done [08:47:30.600] | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:30.600] | : . | Using MultisessionFutureBackend ... done [08:47:30.600] | : . run() for Future ('MultisessionFuture') ... done [08:47:30.601] | : . result() for ClusterFuture ... [08:47:30.601] | : . | assertValidConnection() ... [08:47:30.602] | : . | : cluster node index: 1 [08:47:30.603] | : . | assertValidConnection() ... done [08:47:30.603] | : . | receiveMessageFromWorker() for ClusterFuture ... [08:47:30.603] | : . | : cluster node index: 1 [08:47:30.606] | : . | : [1] TRUE [08:47:30.606] | : . | : received data: [08:47:30.607] | : . | : List of 5 [08:47:30.607] | : . | : $ type : chr "VALUE" [08:47:30.607] | : . | : $ value :List of 13 [08:47:30.607] | : . | : ..$ value : NULL [08:47:30.607] | : . | : ..$ visible : logi TRUE [08:47:30.607] | : . | : ..$ stdout : chr "" [08:47:30.607] | : . | : ..$ conditions :List of 1 [08:47:30.607] | : . | : .. ..$ :List of 5 [08:47:30.607] | : . | : .. .. ..$ condition:List of 2 [08:47:30.607] | : . | : .. .. .. ..$ message: chr "Woops!" [08:47:30.607] | : . | : .. .. .. ..$ call : language eval(quote({ { ... [08:47:30.607] | : . | : .. .. .. ..- attr(*, "class")= chr [1:3] "simpleError" "error" "condition" [08:47:30.607] | : . | : .. .. ..$ calls :List of 10 [08:47:30.607] | : . | : .. .. .. ..$ : language eval(expr, envir = globalenv()) [08:47:30.607] | : . | : .. .. .. ..$ : language eval(expr, envir = globalenv()) [08:47:30.607] | : . | : .. .. .. ..$ : language local({ { ... [08:47:30.607] | : . | : .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [08:47:30.607] | : . | : .. .. .. ..$ : language eval(expr, p) [08:47:30.607] | : . | : .. .. .. ..$ : language eval(expr, p) [08:47:30.607] | : . | : .. .. .. ..$ : language eval(quote({ { ... [08:47:30.607] | : . | : .. .. .. ..$ : language eval(quote({ { ... [08:47:30.607] | : . | : .. .. .. ..$ : language stop("Woops!") [08:47:30.607] | : . | : .. .. .. ..$ : language eval(quote({ { ... [08:47:30.607] | : . | : .. .. ..$ session :List of 6 [08:47:30.607] | : . | : .. .. .. ..$ r :List of 15 [08:47:30.607] | : . | : .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:47:30.607] | : . | : .. .. .. .. ..$ arch : chr "x86_64" [08:47:30.607] | : . | : .. .. .. .. ..$ os : chr "mingw32" [08:47:30.607] | : . | : .. .. .. .. ..$ crt : chr "ucrt" [08:47:30.607] | : . | : .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:47:30.607] | : . | : .. .. .. .. ..$ status : chr "RC" [08:47:30.607] | : . | : .. .. .. .. ..$ major : chr "4" [08:47:30.607] | : . | : .. .. .. .. ..$ minor : chr "5.0" [08:47:30.607] | : . | : .. .. .. .. ..$ year : chr "2025" [08:47:30.607] | : . | : .. .. .. .. ..$ month : chr "04" [08:47:30.607] | : . | : .. .. .. .. ..$ day : chr "04" [08:47:30.607] | : . | : .. .. .. .. ..$ svn rev : chr "88126" [08:47:30.607] | : . | : .. .. .. .. ..$ language : chr "R" [08:47:30.607] | : . | : .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:47:30.607] | : . | : .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:47:30.607] | : . | : .. .. .. ..$ locale : chr "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" [08:47:30.607] | : . | : .. .. .. ..$ rngkind : chr [1:3] "Mersenne-Twister" "Inversion" "Rejection" [08:47:30.607] | : . | : .. .. .. ..$ namespaces: chr [1:16] "compiler" "parallelly" "graphics" "tools" ... [08:47:30.607] | : . | : .. .. .. ..$ search : chr [1:10] ".GlobalEnv" "package:future" "package:stats" "package:graphics" ... [08:47:30.607] | : . | : .. .. .. ..$ system : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:30.607] | : . | : .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:30.607] | : . | : .. .. ..$ timestamp: POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.607] | : . | : .. .. ..$ signaled : int 0 [08:47:30.607] | : . | : ..$ rng : logi FALSE [08:47:30.607] | : . | : ..$ misuseGlobalEnv : NULL [08:47:30.607] | : . | : ..$ misuseConnections:List of 3 [08:47:30.607] | : . | : .. ..$ added : NULL [08:47:30.607] | : . | : .. ..$ removed : NULL [08:47:30.607] | : . | : .. ..$ replaced: NULL [08:47:30.607] | : . | : ..$ misuseDevices : NULL [08:47:30.607] | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.607] | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.607] | : . | : ..$ session_uuid : chr "4d20737a1149c4d89abbd4de90420afa" [08:47:30.607] | : . | : .. ..- attr(*, "source")=List of 5 [08:47:30.607] | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:47:30.607] | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:30.607] | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:30.607] | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:30.607] | : . | : .. .. ..$ pid : int 52896 [08:47:30.607] | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.607] | : . | : .. .. ..$ random: int 2147483647 [08:47:30.607] | : . | : ..$ r_info :List of 4 [08:47:30.607] | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:30.607] | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:47:30.607] | : . | : .. ..$ os : chr "windows" [08:47:30.607] | : . | : .. ..$ os_name : chr "Windows" [08:47:30.607] | : . | : .. ..$ captures_utf8: logi TRUE [08:47:30.607] | : . | : ..$ version : chr "1.8" [08:47:30.607] | : . | : ..- attr(*, "class")= chr "FutureResult" [08:47:30.607] | : . | : $ success: logi TRUE [08:47:30.607] | : . | : $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:47:30.607] | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:30.607] | : . | : $ tag : NULL [08:47:30.644] | : . | : Received FutureResult [08:47:30.645] | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:30.645] | : . | : . Removed future from position #1 [08:47:30.645] | : . | : . Number of registered futures: 0 [08:47:30.646] | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:30.646] | : . | : Erased future from future backend [08:47:30.646] | : . | : result() for ClusterFuture ... [08:47:30.646] | : . | : . result already collected: FutureResult [08:47:30.647] | : . | : result() for ClusterFuture ... done [08:47:30.647] | : . | : signalConditions() ... [08:47:30.647] | : . | : . include = 'immediateCondition' [08:47:30.647] | : . | : . exclude = [08:47:30.648] | : . | : . resignal = FALSE [08:47:30.648] | : . | : . Number of conditions: 1 [08:47:30.648] | : . | : signalConditions() ... done [08:47:30.649] | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:47:30.649] | : . result() for ClusterFuture ... done [08:47:30.649] | : . result() for ClusterFuture ... [08:47:30.650] | : . | result already collected: FutureResult [08:47:30.650] | : . result() for ClusterFuture ... done [08:47:30.650] | : . signalConditions() ... [08:47:30.650] | : . | include = 'immediateCondition' [08:47:30.651] | : . | exclude = [08:47:30.651] | : . | resignal = FALSE [08:47:30.651] | : . | Number of conditions: 1 [08:47:30.652] | : . signalConditions() ... done [08:47:30.652] | : . Future state: 'finished' [08:47:30.652] | : . result() for ClusterFuture ... [08:47:30.652] | : . | result already collected: FutureResult [08:47:30.653] | : . result() for ClusterFuture ... done [08:47:30.653] | : . signalConditions() ... [08:47:30.653] | : . | include = 'condition' [08:47:30.654] | : . | exclude = 'immediateCondition' [08:47:30.654] | : . | resignal = TRUE [08:47:30.654] | : . | Number of conditions: 1 [08:47:30.654] | : . | Condition #1: 'simpleError', 'error', 'condition' [08:47:30.655] | : . signalConditions() ... done [08:47:30.656] | : . getGlobalsAndPackages() ... [08:47:30.656] | : . | Searching for globals ... [08:47:30.659] | : . | : globals found: [6] '{', 'if', '==', '%%', 'ii', 'stop' [08:47:30.659] | : . | Searching for globals ... DONE [08:47:30.660] | : . | Resolving globals: FALSE [08:47:30.660] | : . | Search for packages associated with the globals ... [08:47:30.660] | : . | : Packages associated with globals: [1] 'base' [08:47:30.661] | : . | : Packages: [1] 'base' [08:47:30.661] | : . | Search for packages associated with the globals ... DONE [08:47:30.662] | : . | Packages after dropping 'base': [0] [08:47:30.662] | : . | globals: [1] 'ii' [08:47:30.662] | : . | packages: [0] [08:47:30.663] | : . getGlobalsAndPackages() ... done [08:47:30.663] | : . run() for Future ('Future') ... [08:47:30.663] | : . | state: 'created' [08:47:30.664] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.664] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.664] | : . | Using MultisessionFutureBackend ... [08:47:30.665] | : . | : Launching futures ... [08:47:30.665] | : . | : . launchFuture() for ClusterFutureBackend ... [08:47:30.665] | : . | : . | Workers: [n=2] [08:47:30.665] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:30.668] | : . | : . | FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:30.669] | : . | : . | requestWorker() ... [08:47:30.669] | : . | : . | : requestNode() ... [08:47:30.669] | : . | : . | : . Number of workers: 2 [08:47:30.670] | : . | : . | : . Polling for a free worker ... [08:47:30.670] | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.670] | : . | : . | : . | : Listing all futures [08:47:30.670] | : . | : . | : . | : Number of registered futures: 0 [08:47:30.671] | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.671] | : . | : . | : . | Total time: 0 [08:47:30.671] | : . | : . | : . Polling for a free worker ... done [08:47:30.672] | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.672] | : . | : . | : . | Listing all futures [08:47:30.672] | : . | : . | : . | Number of registered futures: 0 [08:47:30.672] | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.673] | : . | : . | : . Index of first available worker: 1 [08:47:30.673] | : . | : . | : . Validate that the worker is functional ... [08:47:30.723] | : . | : . | : . | Worker is functional [08:47:30.724] | : . | : . | : . requestNode() ... done [08:47:30.724] | : . | : . | : . cluster node index: 1 [08:47:30.724] | : . | : . | : requestWorker() ... done [08:47:30.725] | : . | : . | : eraseGlobalEnvironment() ... [08:47:30.725] | : . | : . | : eraseGlobalEnvironment() ... done [08:47:30.726] | : . | : . | : launchFuture() ... [08:47:30.726] | : . | : . | : . cluster node index: 1 [08:47:30.726] | : . | : . | : . getFutureData() ... [08:47:30.726] | : . | : . | : . | getFutureCore() ... [08:47:30.727] | : . | : . | : . | : Packages needed by the future expression (n = 0): [08:47:30.727] | : . | : . | : . | getFutureCore() ... done [08:47:30.727] | : . | : . | : . | getFutureCapture() ... [08:47:30.728] | : . | : . | : . | getFutureCapture() ... done [08:47:30.728] | : . | : . | : . | getFutureContext() ... [08:47:30.728] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.728] | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:30.729] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.729] | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:47:30.729] | : . | : . | : . | getFutureContext() ... done [08:47:30.730] | : . | : . | : . getFutureData() ... done [08:47:30.730] | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:30.731] | : . | : . | : . | Appended future to position #1 [08:47:30.731] | : . | : . | : . | Number of registered futures: 1 [08:47:30.731] | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:30.731] | : . | : . | : launchFuture() ... done [08:47:30.732] | : . | : . | : MultisessionFuture started [08:47:30.732] | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:47:30.732] | : . | : . Launching futures ... done [08:47:30.733] | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:30.733] | : . | : Using MultisessionFutureBackend ... done [08:47:30.733] | : . | run() for Future ('MultisessionFuture') ... done [08:47:30.734] | : . | getGlobalsAndPackages() ... [08:47:30.735] | : . | : Searching for globals ... [08:47:30.738] | : . | : . globals found: [6] '{', 'if', '==', '%%', 'ii', 'stop' [08:47:30.738] | : . | : Searching for globals ... DONE [08:47:30.738] | : . | : Resolving globals: FALSE [08:47:30.739] | : . | : Search for packages associated with the globals ... [08:47:30.739] | : . | : . Packages associated with globals: [1] 'base' [08:47:30.740] | : . | : . Packages: [1] 'base' [08:47:30.740] | : . | : Search for packages associated with the globals ... DONE [08:47:30.740] | : . | : Packages after dropping 'base': [0] [08:47:30.741] | : . | : globals: [1] 'ii' [08:47:30.741] | : . | : packages: [0] [08:47:30.741] | : . | getGlobalsAndPackages() ... done [08:47:30.742] | : . | run() for Future ('Future') ... [08:47:30.742] | : . | : state: 'created' [08:47:30.742] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.743] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.743] | : . | : Using MultisessionFutureBackend ... [08:47:30.743] | : . | : . Launching futures ... [08:47:30.744] | : . | : . | launchFuture() for ClusterFutureBackend ... [08:47:30.744] | : . | : . | : Workers: [n=2] [08:47:30.744] | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:30.747] | : . | : . | : FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:30.748] | : . | : . | : requestWorker() ... [08:47:30.748] | : . | : . | : . requestNode() ... [08:47:30.748] | : . | : . | : . | Number of workers: 2 [08:47:30.748] | : . | : . | : . | Polling for a free worker ... [08:47:30.749] | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.749] | : . | : . | : . | : . Listing all futures [08:47:30.749] | : . | : . | : . | : . Number of registered futures: 1 [08:47:30.750] | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.750] | : . | : . | : . | : Total time: 0 [08:47:30.750] | : . | : . | : . | Polling for a free worker ... done [08:47:30.750] | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.751] | : . | : . | : . | : Listing all futures [08:47:30.751] | : . | : . | : . | : Number of registered futures: 1 [08:47:30.751] | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.751] | : . | : . | : . | Index of first available worker: 2 [08:47:30.752] | : . | : . | : . | Validate that the worker is functional ... [08:47:30.920] | : . | : . | : . | : Worker is functional [08:47:30.920] | : . | : . | : . | requestNode() ... done [08:47:30.920] | : . | : . | : . | cluster node index: 2 [08:47:30.921] | : . | : . | : . requestWorker() ... done [08:47:30.921] | : . | : . | : . eraseGlobalEnvironment() ... [08:47:30.922] | : . | : . | : . eraseGlobalEnvironment() ... done [08:47:30.922] | : . | : . | : . launchFuture() ... [08:47:30.922] | : . | : . | : . | cluster node index: 2 [08:47:30.923] | : . | : . | : . | getFutureData() ... [08:47:30.923] | : . | : . | : . | : getFutureCore() ... [08:47:30.923] | : . | : . | : . | : . Packages needed by the future expression (n = 0): [08:47:30.924] | : . | : . | : . | : getFutureCore() ... done [08:47:30.924] | : . | : . | : . | : getFutureCapture() ... [08:47:30.924] | : . | : . | : . | : getFutureCapture() ... done [08:47:30.925] | : . | : . | : . | : getFutureContext() ... [08:47:30.925] | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.925] | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:47:30.926] | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.926] | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:47:30.926] | : . | : . | : . | : getFutureContext() ... done [08:47:30.927] | : . | : . | : . | getFutureData() ... done [08:47:30.927] | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:30.928] | : . | : . | : . | : Appended future to position #2 [08:47:30.928] | : . | : . | : . | : Number of registered futures: 2 [08:47:30.928] | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:30.928] | : . | : . | : . launchFuture() ... done [08:47:30.928] | : . | : . | : . MultisessionFuture started [08:47:30.929] | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:47:30.929] | : . | : . | Launching futures ... done [08:47:30.929] | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:30.929] | : . | : . Using MultisessionFutureBackend ... done [08:47:30.929] | : . | : run() for Future ('MultisessionFuture') ... done [08:47:30.930] | : . | : getGlobalsAndPackages() ... [08:47:30.930] | : . | : . Searching for globals ... [08:47:30.933] | : . | : . | globals found: [6] '{', 'if', '==', '%%', 'ii', 'stop' [08:47:30.933] | : . | : . Searching for globals ... DONE [08:47:30.933] | : . | : . Resolving globals: FALSE [08:47:30.934] | : . | : . Search for packages associated with the globals ... [08:47:30.934] | : . | : . | Packages associated with globals: [1] 'base' [08:47:30.935] | : . | : . | Packages: [1] 'base' [08:47:30.935] | : . | : . Search for packages associated with the globals ... DONE [08:47:30.936] | : . | : . Packages after dropping 'base': [0] [08:47:30.936] | : . | : . globals: [1] 'ii' [08:47:30.936] | : . | : . packages: [0] [08:47:30.936] | : . | : getGlobalsAndPackages() ... done [08:47:30.937] | : . | : run() for Future ('Future') ... [08:47:30.937] | : . | : . state: 'created' [08:47:30.937] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:30.938] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:30.938] | : . | : . Using MultisessionFutureBackend ... [08:47:30.938] | : . | : . | Launching futures ... [08:47:30.939] | : . | : . | : launchFuture() for ClusterFutureBackend ... [08:47:30.939] | : . | : . | : . Workers: [n=2] [08:47:30.939] | : . | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:30.943] | : . | : . | : . FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:30.944] | : . | : . | : . requestWorker() ... [08:47:30.944] | : . | : . | : . | requestNode() ... [08:47:30.944] | : . | : . | : . | : Number of workers: 2 [08:47:30.945] | : . | : . | : . | : Polling for a free worker ... [08:47:30.945] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.945] | : . | : . | : . | : . | Listing all futures [08:47:30.946] | : . | : . | : . | : . | Number of registered futures: 2 [08:47:30.946] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.946] | : . | : . | : . | : . Poll #1 (0): usedNodes() = 2, workers = 2 [08:47:30.968] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'collect-first', earlySignal = 1) ... [08:47:30.968] | : . | : . | : . | : . | collectValues('workers-ae480a9e8d25799028a9a80137c92eff', firstOnly = TRUE) ... [08:47:30.969] | : . | : . | : . | : . | : isFutureResolved() ... [08:47:30.970] | : . | : . | : . | : . | : . assertValidConnection() ... [08:47:30.970] | : . | : . | : . | : . | : . | cluster node index: 1 [08:47:30.970] | : . | : . | : . | : . | : . assertValidConnection() ... done [08:47:30.971] | : . | : . | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:47:30.971] | : . | : . | : . | : . | : . | cluster node index: 1 [08:47:30.971] | : . | : . | : . | : . | : . | [1] TRUE [08:47:30.971] | : . | : . | : . | : . | : . | received data: [08:47:30.971] | : . | : . | : . | : . | : . | List of 5 [08:47:30.971] | : . | : . | : . | : . | : . | $ type : chr "VALUE" [08:47:30.971] | : . | : . | : . | : . | : . | $ value :List of 13 [08:47:30.971] | : . | : . | : . | : . | : . | ..$ value : int 1 [08:47:30.971] | : . | : . | : . | : . | : . | ..$ visible : logi TRUE [08:47:30.971] | : . | : . | : . | : . | : . | ..$ stdout : chr "" [08:47:30.971] | : . | : . | : . | : . | : . | ..$ conditions : list() [08:47:30.971] | : . | : . | : . | : . | : . | ..$ rng : logi FALSE [08:47:30.971] | : . | : . | : . | : . | : . | ..$ misuseGlobalEnv : NULL [08:47:30.971] | : . | : . | : . | : . | : . | ..$ misuseConnections:List of 3 [08:47:30.971] | : . | : . | : . | : . | : . | .. ..$ added : NULL [08:47:30.971] | : . | : . | : . | : . | : . | .. ..$ removed : NULL [08:47:30.971] | : . | : . | : . | : . | : . | .. ..$ replaced: NULL [08:47:30.971] | : . | : . | : . | : . | : . | ..$ misuseDevices : NULL [08:47:30.971] | : . | : . | : . | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.971] | : . | : . | : . | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.971] | : . | : . | : . | : . | : . | ..$ session_uuid : chr "4d20737a1149c4d89abbd4de90420afa" [08:47:30.971] | : . | : . | : . | : . | : . | .. ..- attr(*, "source")=List of 5 [08:47:30.971] | : . | : . | : . | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:47:30.971] | : . | : . | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:30.971] | : . | : . | : . | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:30.971] | : . | : . | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:30.971] | : . | : . | : . | : . | : . | .. .. ..$ pid : int 52896 [08:47:30.971] | : . | : . | : . | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:30.971] | : . | : . | : . | : . | : . | .. .. ..$ random: int 2147483647 [08:47:30.971] | : . | : . | : . | : . | : . | ..$ r_info :List of 4 [08:47:30.971] | : . | : . | : . | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:30.971] | : . | : . | : . | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:47:30.971] | : . | : . | : . | : . | : . | .. ..$ os : chr "windows" [08:47:30.971] | : . | : . | : . | : . | : . | .. ..$ os_name : chr "Windows" [08:47:30.971] | : . | : . | : . | : . | : . | .. ..$ captures_utf8: logi TRUE [08:47:30.971] | : . | : . | : . | : . | : . | ..$ version : chr "1.8" [08:47:30.971] | : . | : . | : . | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:47:30.971] | : . | : . | : . | : . | : . | $ success: logi TRUE [08:47:30.971] | : . | : . | : . | : . | : . | $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [08:47:30.971] | : . | : . | : . | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:30.971] | : . | : . | : . | : . | : . | $ tag : NULL [08:47:30.987] | : . | : . | : . | : . | : . | Received FutureResult [08:47:30.988] | : . | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:30.988] | : . | : . | : . | : . | : . | : Removed future from position #1 [08:47:30.988] | : . | : . | : . | : . | : . | : Number of registered futures: 1 [08:47:30.988] | : . | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:30.989] | : . | : . | : . | : . | : . | Erased future from future backend [08:47:30.989] | : . | : . | : . | : . | : . | result() for ClusterFuture ... [08:47:30.989] | : . | : . | : . | : . | : . | : result already collected: FutureResult [08:47:30.990] | : . | : . | : . | : . | : . | result() for ClusterFuture ... done [08:47:30.990] | : . | : . | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:47:30.990] | : . | : . | : . | : . | : isFutureResolved() ... done [08:47:30.991] | : . | : . | : . | : . | : Future at position #1 is resolved ... [08:47:30.991] | : . | : . | : . | : . | : . result() for ClusterFuture ... [08:47:30.991] | : . | : . | : . | : . | : . | result already collected: FutureResult [08:47:30.992] | : . | : . | : . | : . | : . result() for ClusterFuture ... done [08:47:30.992] | : . | : . | : . | : . | : . result() for ClusterFuture ... [08:47:30.992] | : . | : . | : . | : . | : . | result already collected: FutureResult [08:47:30.992] | : . | : . | : . | : . | : . result() for ClusterFuture ... done [08:47:30.993] | : . | : . | : . | : . | : Future at position #1 is resolved ... done [08:47:30.993] | : . | : . | : . | : . | collectValues('workers-ae480a9e8d25799028a9a80137c92eff', firstOnly = TRUE) ... done [08:47:30.993] | : . | : . | : . | : . | Early signaling of 2 future candidates ... [08:47:30.993] | : . | : . | : . | : . | Number of futures with early signaling requested: 0 [08:47:30.994] | : . | : . | : . | : . | Early signaling of 2 future candidates ... done [08:47:30.994] | : . | : . | : . | : . | Number of registered futures: 2 [08:47:30.994] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'collect-first', earlySignal = 1) ... done [08:47:30.994] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.995] | : . | : . | : . | : . | Listing all futures [08:47:30.995] | : . | : . | : . | : . | Number of registered futures: 1 [08:47:30.995] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.996] | : . | : . | : . | : . Total time: 0.0493459701538086 [08:47:30.996] | : . | : . | : . | : Polling for a free worker ... done [08:47:30.996] | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:30.996] | : . | : . | : . | : . Listing all futures [08:47:30.997] | : . | : . | : . | : . Number of registered futures: 1 [08:47:30.997] | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:30.997] | : . | : . | : . | : Index of first available worker: 1 [08:47:30.997] | : . | : . | : . | : Validate that the worker is functional ... [08:47:31.051] | : . | : . | : . | : . Worker is functional [08:47:31.052] | : . | : . | : . | : requestNode() ... done [08:47:31.052] | : . | : . | : . | : cluster node index: 1 [08:47:31.052] | : . | : . | : . | requestWorker() ... done [08:47:31.053] | : . | : . | : . | eraseGlobalEnvironment() ... [08:47:31.054] | : . | : . | : . | eraseGlobalEnvironment() ... done [08:47:31.054] | : . | : . | : . | launchFuture() ... [08:47:31.054] | : . | : . | : . | : cluster node index: 1 [08:47:31.055] | : . | : . | : . | : getFutureData() ... [08:47:31.055] | : . | : . | : . | : . getFutureCore() ... [08:47:31.055] | : . | : . | : . | : . | Packages needed by the future expression (n = 0): [08:47:31.055] | : . | : . | : . | : . getFutureCore() ... done [08:47:31.056] | : . | : . | : . | : . getFutureCapture() ... [08:47:31.056] | : . | : . | : . | : . getFutureCapture() ... done [08:47:31.056] | : . | : . | : . | : . getFutureContext() ... [08:47:31.057] | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.057] | : . | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:47:31.057] | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.057] | : . | : . | : . | : . | Packages needed by future strategies (n = 0): [08:47:31.058] | : . | : . | : . | : . getFutureContext() ... done [08:47:31.058] | : . | : . | : . | : getFutureData() ... done [08:47:31.059] | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:31.059] | : . | : . | : . | : . Appended future to position #2 [08:47:31.059] | : . | : . | : . | : . Number of registered futures: 2 [08:47:31.059] | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:31.060] | : . | : . | : . | launchFuture() ... done [08:47:31.060] | : . | : . | : . | MultisessionFuture started [08:47:31.060] | : . | : . | : . launchFuture() for ClusterFutureBackend ... done [08:47:31.060] | : . | : . | : Launching futures ... done [08:47:31.061] | : . | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:31.061] | : . | : . | Using MultisessionFutureBackend ... done [08:47:31.061] | : . | : . run() for Future ('MultisessionFuture') ... done [08:47:31.062] | : . | : . result() for ClusterFuture ... [08:47:31.062] | : . | : . | result already collected: FutureResult [08:47:31.062] | : . | : . result() for ClusterFuture ... done [08:47:31.063] | : . | : . result() for ClusterFuture ... [08:47:31.063] | : . | : . | result already collected: FutureResult [08:47:31.063] | : . | : . result() for ClusterFuture ... done [08:47:31.063] | : . | : . result() for ClusterFuture ... [08:47:31.064] | : . | : . | assertValidConnection() ... [08:47:31.064] | : . | : . | : cluster node index: 2 [08:47:31.065] | : . | : . | assertValidConnection() ... done [08:47:31.065] | : . | : . | receiveMessageFromWorker() for ClusterFuture ... [08:47:31.065] | : . | : . | : cluster node index: 2 [08:47:31.066] | : . | : . | : [1] TRUE [08:47:31.066] | : . | : . | : received data: [08:47:31.066] | : . | : . | : List of 5 [08:47:31.066] | : . | : . | : $ type : chr "VALUE" [08:47:31.066] | : . | : . | : $ value :List of 13 [08:47:31.066] | : . | : . | : ..$ value : NULL [08:47:31.066] | : . | : . | : ..$ visible : logi TRUE [08:47:31.066] | : . | : . | : ..$ stdout : chr "" [08:47:31.066] | : . | : . | : ..$ conditions :List of 1 [08:47:31.066] | : . | : . | : .. ..$ :List of 5 [08:47:31.066] | : . | : . | : .. .. ..$ condition:List of 2 [08:47:31.066] | : . | : . | : .. .. .. ..$ message: chr "Woops!" [08:47:31.066] | : . | : . | : .. .. .. ..$ call : language eval(quote({ { ... [08:47:31.066] | : . | : . | : .. .. .. ..- attr(*, "class")= chr [1:3] "simpleError" "error" "condition" [08:47:31.066] | : . | : . | : .. .. ..$ calls :List of 10 [08:47:31.066] | : . | : . | : .. .. .. ..$ : language eval(expr, envir = globalenv()) [08:47:31.066] | : . | : . | : .. .. .. ..$ : language eval(expr, envir = globalenv()) [08:47:31.066] | : . | : . | : .. .. .. ..$ : language local({ { ... [08:47:31.066] | : . | : . | : .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [08:47:31.066] | : . | : . | : .. .. .. ..$ : language eval(expr, p) [08:47:31.066] | : . | : . | : .. .. .. ..$ : language eval(expr, p) [08:47:31.066] | : . | : . | : .. .. .. ..$ : language eval(quote({ { ... [08:47:31.066] | : . | : . | : .. .. .. ..$ : language eval(quote({ { ... [08:47:31.066] | : . | : . | : .. .. .. ..$ : language stop("Woops!") [08:47:31.066] | : . | : . | : .. .. .. ..$ : language eval(quote({ { ... [08:47:31.066] | : . | : . | : .. .. ..$ session :List of 6 [08:47:31.066] | : . | : . | : .. .. .. ..$ r :List of 15 [08:47:31.066] | : . | : . | : .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ arch : chr "x86_64" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ os : chr "mingw32" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ crt : chr "ucrt" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ status : chr "RC" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ major : chr "4" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ minor : chr "5.0" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ year : chr "2025" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ month : chr "04" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ day : chr "04" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ svn rev : chr "88126" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ language : chr "R" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:47:31.066] | : . | : . | : .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:47:31.066] | : . | : . | : .. .. .. ..$ locale : chr "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" [08:47:31.066] | : . | : . | : .. .. .. ..$ rngkind : chr [1:3] "Mersenne-Twister" "Inversion" "Rejection" [08:47:31.066] | : . | : . | : .. .. .. ..$ namespaces: chr [1:16] "compiler" "parallelly" "graphics" "tools" ... [08:47:31.066] | : . | : . | : .. .. .. ..$ search : chr [1:10] ".GlobalEnv" "package:future" "package:stats" "package:graphics" ... [08:47:31.066] | : . | : . | : .. .. .. ..$ system : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:31.066] | : . | : . | : .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:31.066] | : . | : . | : .. .. ..$ timestamp: POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.066] | : . | : . | : .. .. ..$ signaled : int 0 [08:47:31.066] | : . | : . | : ..$ rng : logi FALSE [08:47:31.066] | : . | : . | : ..$ misuseGlobalEnv : NULL [08:47:31.066] | : . | : . | : ..$ misuseConnections:List of 3 [08:47:31.066] | : . | : . | : .. ..$ added : NULL [08:47:31.066] | : . | : . | : .. ..$ removed : NULL [08:47:31.066] | : . | : . | : .. ..$ replaced: NULL [08:47:31.066] | : . | : . | : ..$ misuseDevices : NULL [08:47:31.066] | : . | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:31.066] | : . | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.066] | : . | : . | : ..$ session_uuid : chr "e94cf240be85be06e5eec8bd3d86b807" [08:47:31.066] | : . | : . | : .. ..- attr(*, "source")=List of 5 [08:47:31.066] | : . | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:47:31.066] | : . | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:31.066] | : . | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:31.066] | : . | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:31.066] | : . | : . | : .. .. ..$ pid : int 18596 [08:47:31.066] | : . | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:31.066] | : . | : . | : .. .. ..$ random: int 2147483647 [08:47:31.066] | : . | : . | : ..$ r_info :List of 4 [08:47:31.066] | : . | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:31.066] | : . | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:47:31.066] | : . | : . | : .. ..$ os : chr "windows" [08:47:31.066] | : . | : . | : .. ..$ os_name : chr "Windows" [08:47:31.066] | : . | : . | : .. ..$ captures_utf8: logi TRUE [08:47:31.066] | : . | : . | : ..$ version : chr "1.8" [08:47:31.066] | : . | : . | : ..- attr(*, "class")= chr "FutureResult" [08:47:31.066] | : . | : . | : $ success: logi TRUE [08:47:31.066] | : . | : . | : $ time : 'proc_time' Named num [1:5] 0.09 0 0.1 NA NA [08:47:31.066] | : . | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:31.066] | : . | : . | : $ tag : NULL [08:47:31.107] | : . | : . | : Received FutureResult [08:47:31.108] | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:31.108] | : . | : . | : . Removed future from position #1 [08:47:31.108] | : . | : . | : . Number of registered futures: 1 [08:47:31.109] | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:31.109] | : . | : . | : Erased future from future backend [08:47:31.109] | : . | : . | : result() for ClusterFuture ... [08:47:31.109] | : . | : . | : . result already collected: FutureResult [08:47:31.110] | : . | : . | : result() for ClusterFuture ... done [08:47:31.110] | : . | : . | : signalConditions() ... [08:47:31.110] | : . | : . | : . include = 'immediateCondition' [08:47:31.111] | : . | : . | : . exclude = [08:47:31.111] | : . | : . | : . resignal = FALSE [08:47:31.111] | : . | : . | : . Number of conditions: 1 [08:47:31.112] | : . | : . | : signalConditions() ... done [08:47:31.112] | : . | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:47:31.112] | : . | : . result() for ClusterFuture ... done [08:47:31.112] | : . | : . result() for ClusterFuture ... [08:47:31.113] | : . | : . | result already collected: FutureResult [08:47:31.113] | : . | : . result() for ClusterFuture ... done [08:47:31.113] | : . | : . signalConditions() ... [08:47:31.114] | : . | : . | include = 'immediateCondition' [08:47:31.114] | : . | : . | exclude = [08:47:31.114] | : . | : . | resignal = FALSE [08:47:31.114] | : . | : . | Number of conditions: 1 [08:47:31.115] | : . | : . signalConditions() ... done [08:47:31.115] | : . | : . Future state: 'finished' [08:47:31.115] | : . | : . result() for ClusterFuture ... [08:47:31.116] | : . | : . | result already collected: FutureResult [08:47:31.116] | : . | : . result() for ClusterFuture ... done [08:47:31.116] | : . | : . signalConditions() ... [08:47:31.116] | : . | : . | include = 'condition' [08:47:31.117] | : . | : . | exclude = 'immediateCondition' [08:47:31.117] | : . | : . | resignal = TRUE [08:47:31.117] | : . | : . | Number of conditions: 1 [08:47:31.118] | : . | : . | Condition #1: 'simpleError', 'error', 'condition' [08:47:31.118] | : . | : . signalConditions() ... done [08:47:31.119] | : . | : . result() for ClusterFuture ... [08:47:31.122] | : . | : . | assertValidConnection() ... [08:47:31.123] | : . | : . | : cluster node index: 1 [08:47:31.123] | : . | : . | assertValidConnection() ... done [08:47:31.124] | : . | : . | receiveMessageFromWorker() for ClusterFuture ... [08:47:31.124] | : . | : . | : cluster node index: 1 [08:47:31.124] | : . | : . | : [1] TRUE [08:47:31.125] | : . | : . | : received data: [08:47:31.125] | : . | : . | : List of 5 [08:47:31.125] | : . | : . | : $ type : chr "VALUE" [08:47:31.125] | : . | : . | : $ value :List of 13 [08:47:31.125] | : . | : . | : ..$ value : int 3 [08:47:31.125] | : . | : . | : ..$ visible : logi TRUE [08:47:31.125] | : . | : . | : ..$ stdout : chr "" [08:47:31.125] | : . | : . | : ..$ conditions : list() [08:47:31.125] | : . | : . | : ..$ rng : logi FALSE [08:47:31.125] | : . | : . | : ..$ misuseGlobalEnv : NULL [08:47:31.125] | : . | : . | : ..$ misuseConnections:List of 3 [08:47:31.125] | : . | : . | : .. ..$ added : NULL [08:47:31.125] | : . | : . | : .. ..$ removed : NULL [08:47:31.125] | : . | : . | : .. ..$ replaced: NULL [08:47:31.125] | : . | : . | : ..$ misuseDevices : NULL [08:47:31.125] | : . | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.125] | : . | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.125] | : . | : . | : ..$ session_uuid : chr "4d20737a1149c4d89abbd4de90420afa" [08:47:31.125] | : . | : . | : .. ..- attr(*, "source")=List of 5 [08:47:31.125] | : . | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:47:31.125] | : . | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:31.125] | : . | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:31.125] | : . | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:31.125] | : . | : . | : .. .. ..$ pid : int 52896 [08:47:31.125] | : . | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:31.125] | : . | : . | : .. .. ..$ random: int 2147483647 [08:47:31.125] | : . | : . | : ..$ r_info :List of 4 [08:47:31.125] | : . | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:31.125] | : . | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:47:31.125] | : . | : . | : .. ..$ os : chr "windows" [08:47:31.125] | : . | : . | : .. ..$ os_name : chr "Windows" [08:47:31.125] | : . | : . | : .. ..$ captures_utf8: logi TRUE [08:47:31.125] | : . | : . | : ..$ version : chr "1.8" [08:47:31.125] | : . | : . | : ..- attr(*, "class")= chr "FutureResult" [08:47:31.125] | : . | : . | : $ success: logi TRUE [08:47:31.125] | : . | : . | : $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [08:47:31.125] | : . | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:31.125] | : . | : . | : $ tag : NULL [08:47:31.145] | : . | : . | : Received FutureResult [08:47:31.145] | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:31.145] | : . | : . | : . Removed future from position #1 [08:47:31.145] | : . | : . | : . Number of registered futures: 0 [08:47:31.146] | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:31.146] | : . | : . | : Erased future from future backend [08:47:31.146] | : . | : . | : result() for ClusterFuture ... [08:47:31.147] | : . | : . | : . result already collected: FutureResult [08:47:31.147] | : . | : . | : result() for ClusterFuture ... done [08:47:31.147] | : . | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:47:31.148] | : . | : . result() for ClusterFuture ... done [08:47:31.148] | : . | : . result() for ClusterFuture ... [08:47:31.148] | : . | : . | result already collected: FutureResult [08:47:31.148] | : . | : . result() for ClusterFuture ... done Warning in get(var, envir = x, inherits = FALSE) : restarting interrupted promise evaluation [08:47:31.149] | : . | : . result() for ClusterFuture ... [08:47:31.150] | : . | : . | result already collected: FutureResult [08:47:31.150] | : . | : . result() for ClusterFuture ... done [08:47:31.150] | : . | : . result() for ClusterFuture ... [08:47:31.151] | : . | : . | result already collected: FutureResult [08:47:31.151] | : . | : . result() for ClusterFuture ... done [08:47:31.151] | : . | : . signalConditions() ... [08:47:31.151] | : . | : . | include = 'immediateCondition' [08:47:31.152] | : . | : . | exclude = [08:47:31.152] | : . | : . | resignal = FALSE [08:47:31.152] | : . | : . | Number of conditions: 1 [08:47:31.153] | : . | : . signalConditions() ... done [08:47:31.153] | : . | : . Future state: 'finished' [08:47:31.153] | : . | : . result() for ClusterFuture ... [08:47:31.154] | : . | : . | result already collected: FutureResult [08:47:31.154] | : . | : . result() for ClusterFuture ... done [08:47:31.154] | : . | : . signalConditions() ... [08:47:31.155] | : . | : . | include = 'condition' [08:47:31.155] | : . | : . | exclude = 'immediateCondition' [08:47:31.155] | : . | : . | resignal = TRUE [08:47:31.155] | : . | : . | Number of conditions: 1 [08:47:31.156] | : . | : . | Condition #1: 'simpleError', 'error', 'condition' [08:47:31.156] | : . | : . signalConditions() ... done Warning in get(var, envir = x, inherits = FALSE) : restarting interrupted promise evaluation [08:47:31.157] | : . | : . result() for ClusterFuture ... [08:47:31.157] | : . | : . | result already collected: FutureResult [08:47:31.157] | : . | : . result() for ClusterFuture ... done [08:47:31.158] | : . | : . result() for ClusterFuture ... [08:47:31.158] | : . | : . | result already collected: FutureResult [08:47:31.158] | : . | : . result() for ClusterFuture ... done [08:47:31.159] | : . | : . signalConditions() ... [08:47:31.159] | : . | : . | include = 'immediateCondition' [08:47:31.159] | : . | : . | exclude = [08:47:31.159] | : . | : . | resignal = FALSE [08:47:31.160] | : . | : . | Number of conditions: 1 [08:47:31.160] | : . | : . signalConditions() ... done [08:47:31.160] | : . | : . Future state: 'finished' [08:47:31.161] | : . | : . result() for ClusterFuture ... [08:47:31.161] | : . | : . | result already collected: FutureResult [08:47:31.161] | : . | : . result() for ClusterFuture ... done [08:47:31.161] | : . | : . signalConditions() ... [08:47:31.162] | : . | : . | include = 'condition' [08:47:31.162] | : . | : . | exclude = 'immediateCondition' [08:47:31.162] | : . | : . | resignal = TRUE [08:47:31.163] | : . | : . | Number of conditions: 1 [08:47:31.163] | : . | : . | Condition #1: 'simpleError', 'error', 'condition' [08:47:31.163] | : . | : . signalConditions() ... done ** Future evaluation with a poor-man's "progress bar" [08:47:31.164] | : . | : . getGlobalsAndPackages() ... [08:47:31.164] | : . | : . | Searching for globals ... [08:47:31.168] | : . | : . | : globals found: [4] '{', 'cat', 'for', ':' [08:47:31.168] | : . | : . | Searching for globals ... DONE [08:47:31.169] | : . | : . | Resolving globals: FALSE [08:47:31.169] | : . | : . | Search for packages associated with the globals ... [08:47:31.169] | : . | : . | : Packages associated with globals: [1] 'base' [08:47:31.170] | : . | : . | : Packages: [1] 'base' [08:47:31.170] | : . | : . | Search for packages associated with the globals ... DONE [08:47:31.171] | : . | : . | Packages after dropping 'base': [0] [08:47:31.171] | : . | : . | globals: [0] [08:47:31.171] | : . | : . | packages: [0] [08:47:31.171] | : . | : . getGlobalsAndPackages() ... done [08:47:31.172] | : . | : . run() for Future ('Future') ... [08:47:31.172] | : . | : . | state: 'created' [08:47:31.173] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.173] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.173] | : . | : . | Using MultisessionFutureBackend ... [08:47:31.174] | : . | : . | : Launching futures ... [08:47:31.174] | : . | : . | : . launchFuture() for ClusterFutureBackend ... [08:47:31.174] | : . | : . | : . | Workers: [n=2] [08:47:31.174] | : . | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:31.178] | : . | : . | : . | FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:31.178] | : . | : . | : . | requestWorker() ... [08:47:31.178] | : . | : . | : . | : requestNode() ... [08:47:31.178] | : . | : . | : . | : . Number of workers: 2 [08:47:31.179] | : . | : . | : . | : . Polling for a free worker ... [08:47:31.179] | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:31.179] | : . | : . | : . | : . | : Listing all futures [08:47:31.180] | : . | : . | : . | : . | : Number of registered futures: 0 [08:47:31.180] | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:31.180] | : . | : . | : . | : . | Total time: 0 [08:47:31.180] | : . | : . | : . | : . Polling for a free worker ... done [08:47:31.181] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:31.181] | : . | : . | : . | : . | Listing all futures [08:47:31.181] | : . | : . | : . | : . | Number of registered futures: 0 [08:47:31.182] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:31.182] | : . | : . | : . | : . Index of first available worker: 1 [08:47:31.182] | : . | : . | : . | : . Validate that the worker is functional ... [08:47:31.279] | : . | : . | : . | : . | Worker is functional [08:47:31.279] | : . | : . | : . | : . requestNode() ... done [08:47:31.280] | : . | : . | : . | : . cluster node index: 1 [08:47:31.280] | : . | : . | : . | : requestWorker() ... done [08:47:31.280] | : . | : . | : . | : eraseGlobalEnvironment() ... [08:47:31.281] | : . | : . | : . | : eraseGlobalEnvironment() ... done [08:47:31.282] | : . | : . | : . | : launchFuture() ... [08:47:31.282] | : . | : . | : . | : . cluster node index: 1 [08:47:31.282] | : . | : . | : . | : . getFutureData() ... [08:47:31.282] | : . | : . | : . | : . | getFutureCore() ... [08:47:31.283] | : . | : . | : . | : . | : Packages needed by the future expression (n = 0): [08:47:31.283] | : . | : . | : . | : . | getFutureCore() ... done [08:47:31.283] | : . | : . | : . | : . | getFutureCapture() ... [08:47:31.284] | : . | : . | : . | : . | getFutureCapture() ... done [08:47:31.284] | : . | : . | : . | : . | getFutureContext() ... [08:47:31.284] | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.285] | : . | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:31.285] | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.285] | : . | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:47:31.285] | : . | : . | : . | : . | getFutureContext() ... done [08:47:31.286] | : . | : . | : . | : . getFutureData() ... done [08:47:31.286] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:31.287] | : . | : . | : . | : . | Appended future to position #1 [08:47:31.287] | : . | : . | : . | : . | Number of registered futures: 1 [08:47:31.287] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:31.288] | : . | : . | : . | : launchFuture() ... done [08:47:31.288] | : . | : . | : . | : MultisessionFuture started [08:47:31.288] | : . | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:47:31.288] | : . | : . | : . Launching futures ... done [08:47:31.289] | : . | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:31.289] | : . | : . | : Using MultisessionFutureBackend ... done [08:47:31.289] | : . | : . | run() for Future ('MultisessionFuture') ... done ** Collecting results v1 = 1 v2 = 2 Warning in sprintf(...) : restarting interrupted promise evaluation [08:47:31.290] | : . | : . | result() for ClusterFuture ... [08:47:31.290] | : . | : . | : result already collected: FutureResult [08:47:31.291] | : . | : . | result() for ClusterFuture ... done [08:47:31.291] | : . | : . | result() for ClusterFuture ... [08:47:31.291] | : . | : . | : result already collected: FutureResult [08:47:31.291] | : . | : . | result() for ClusterFuture ... done [08:47:31.292] | : . | : . | signalConditions() ... [08:47:31.292] | : . | : . | : include = 'immediateCondition' [08:47:31.292] | : . | : . | : exclude = [08:47:31.292] | : . | : . | : resignal = FALSE [08:47:31.293] | : . | : . | : Number of conditions: 1 [08:47:31.293] | : . | : . | signalConditions() ... done [08:47:31.293] | : . | : . | Future state: 'finished' [08:47:31.293] | : . | : . | result() for ClusterFuture ... [08:47:31.294] | : . | : . | : result already collected: FutureResult [08:47:31.294] | : . | : . | result() for ClusterFuture ... done [08:47:31.294] | : . | : . | signalConditions() ... [08:47:31.294] | : . | : . | : include = 'condition' [08:47:31.295] | : . | : . | : exclude = 'immediateCondition' [08:47:31.295] | : . | : . | : resignal = TRUE [08:47:31.295] | : . | : . | : Number of conditions: 1 [08:47:31.295] | : . | : . | : Condition #1: 'simpleError', 'error', 'condition' [08:47:31.296] | : . | : . | signalConditions() ... done v3: (as expect) [08:47:31.296] | : . | : . | result() for ClusterFuture ... [08:47:31.296] | : . | : . | : assertValidConnection() ... [08:47:31.297] | : . | : . | : . cluster node index: 1 [08:47:31.297] | : . | : . | : assertValidConnection() ... done [08:47:31.298] | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:47:31.298] | : . | : . | : . cluster node index: 1 [08:47:31.298] | : . | : . | : . [1] TRUE [08:47:31.299] | : . | : . | : . received data: [08:47:31.299] | : . | : . | : . List of 5 [08:47:31.299] | : . | : . | : . $ type : chr "VALUE" [08:47:31.299] | : . | : . | : . $ value :List of 13 [08:47:31.299] | : . | : . | : . ..$ value : num 4 [08:47:31.299] | : . | : . | : . ..$ visible : logi TRUE [08:47:31.299] | : . | : . | : . ..$ stdout : chr "Processing: .......... [100%]\n" [08:47:31.299] | : . | : . | : . ..$ conditions : list() [08:47:31.299] | : . | : . | : . ..$ rng : logi FALSE [08:47:31.299] | : . | : . | : . ..$ misuseGlobalEnv : NULL [08:47:31.299] | : . | : . | : . ..$ misuseConnections:List of 3 [08:47:31.299] | : . | : . | : . .. ..$ added : NULL [08:47:31.299] | : . | : . | : . .. ..$ removed : NULL [08:47:31.299] | : . | : . | : . .. ..$ replaced: NULL [08:47:31.299] | : . | : . | : . ..$ misuseDevices : NULL [08:47:31.299] | : . | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.299] | : . | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.299] | : . | : . | : . ..$ session_uuid : chr "4d20737a1149c4d89abbd4de90420afa" [08:47:31.299] | : . | : . | : . .. ..- attr(*, "source")=List of 5 [08:47:31.299] | : . | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:47:31.299] | : . | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:31.299] | : . | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:31.299] | : . | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:31.299] | : . | : . | : . .. .. ..$ pid : int 52896 [08:47:31.299] | : . | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:31.299] | : . | : . | : . .. .. ..$ random: int 2147483647 [08:47:31.299] | : . | : . | : . ..$ r_info :List of 4 [08:47:31.299] | : . | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:31.299] | : . | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:47:31.299] | : . | : . | : . .. ..$ os : chr "windows" [08:47:31.299] | : . | : . | : . .. ..$ os_name : chr "Windows" [08:47:31.299] | : . | : . | : . .. ..$ captures_utf8: logi TRUE [08:47:31.299] | : . | : . | : . ..$ version : chr "1.8" [08:47:31.299] | : . | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:47:31.299] | : . | : . | : . $ success: logi TRUE [08:47:31.299] | : . | : . | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:47:31.299] | : . | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:31.299] | : . | : . | : . $ tag : NULL [08:47:31.316] | : . | : . | : . Received FutureResult [08:47:31.317] | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:31.317] | : . | : . | : . | Removed future from position #1 [08:47:31.317] | : . | : . | : . | Number of registered futures: 0 [08:47:31.317] | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:31.318] | : . | : . | : . Erased future from future backend [08:47:31.318] | : . | : . | : . result() for ClusterFuture ... [08:47:31.318] | : . | : . | : . | result already collected: FutureResult [08:47:31.318] | : . | : . | : . result() for ClusterFuture ... done [08:47:31.319] | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:47:31.319] | : . | : . | result() for ClusterFuture ... done [08:47:31.319] | : . | : . | result() for ClusterFuture ... [08:47:31.319] | : . | : . | : result already collected: FutureResult [08:47:31.320] | : . | : . | result() for ClusterFuture ... done Processing: .......... [100%] v4 = 4 ** Left-to-right and right-to-left future assignments [08:47:31.320] | : . | : . | getGlobalsAndPackages() ... [08:47:31.321] | : . | : . | : Searching for globals ... [08:47:31.321] | : . | : . | : . globals found: [0] [08:47:31.322] | : . | : . | : Searching for globals ... DONE [08:47:31.322] | : . | : . | : globals: [0] [08:47:31.322] | : . | : . | : packages: [0] [08:47:31.322] | : . | : . | getGlobalsAndPackages() ... done [08:47:31.323] | : . | : . | run() for Future ('Future') ... [08:47:31.323] | : . | : . | : state: 'created' [08:47:31.323] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.324] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.324] | : . | : . | : Using MultisessionFutureBackend ... [08:47:31.324] | : . | : . | : . Launching futures ... [08:47:31.324] | : . | : . | : . | launchFuture() for ClusterFutureBackend ... [08:47:31.325] | : . | : . | : . | : Workers: [n=2] [08:47:31.325] | : . | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:31.328] | : . | : . | : . | : FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:31.328] | : . | : . | : . | : requestWorker() ... [08:47:31.328] | : . | : . | : . | : . requestNode() ... [08:47:31.328] | : . | : . | : . | : . | Number of workers: 2 [08:47:31.329] | : . | : . | : . | : . | Polling for a free worker ... [08:47:31.329] | : . | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:31.329] | : . | : . | : . | : . | : . Listing all futures [08:47:31.329] | : . | : . | : . | : . | : . Number of registered futures: 0 [08:47:31.330] | : . | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:31.330] | : . | : . | : . | : . | : Total time: 0 [08:47:31.330] | : . | : . | : . | : . | Polling for a free worker ... done [08:47:31.330] | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:31.331] | : . | : . | : . | : . | : Listing all futures [08:47:31.331] | : . | : . | : . | : . | : Number of registered futures: 0 [08:47:31.331] | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:31.331] | : . | : . | : . | : . | Index of first available worker: 1 [08:47:31.331] | : . | : . | : . | : . | Validate that the worker is functional ... [08:47:31.381] | : . | : . | : . | : . | : Worker is functional [08:47:31.382] | : . | : . | : . | : . | requestNode() ... done [08:47:31.382] | : . | : . | : . | : . | cluster node index: 1 [08:47:31.383] | : . | : . | : . | : . requestWorker() ... done [08:47:31.383] | : . | : . | : . | : . eraseGlobalEnvironment() ... [08:47:31.384] | : . | : . | : . | : . eraseGlobalEnvironment() ... done [08:47:31.384] | : . | : . | : . | : . launchFuture() ... [08:47:31.385] | : . | : . | : . | : . | cluster node index: 1 [08:47:31.385] | : . | : . | : . | : . | getFutureData() ... [08:47:31.385] | : . | : . | : . | : . | : getFutureCore() ... [08:47:31.386] | : . | : . | : . | : . | : . Packages needed by the future expression (n = 0): [08:47:31.386] | : . | : . | : . | : . | : getFutureCore() ... done [08:47:31.386] | : . | : . | : . | : . | : getFutureCapture() ... [08:47:31.387] | : . | : . | : . | : . | : getFutureCapture() ... done [08:47:31.387] | : . | : . | : . | : . | : getFutureContext() ... [08:47:31.387] | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.388] | : . | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:47:31.388] | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.389] | : . | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:47:31.389] | : . | : . | : . | : . | : getFutureContext() ... done [08:47:31.389] | : . | : . | : . | : . | getFutureData() ... done [08:47:31.390] | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:31.391] | : . | : . | : . | : . | : Appended future to position #1 [08:47:31.391] | : . | : . | : . | : . | : Number of registered futures: 1 [08:47:31.391] | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:31.392] | : . | : . | : . | : . launchFuture() ... done [08:47:31.392] | : . | : . | : . | : . MultisessionFuture started [08:47:31.392] | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:47:31.393] | : . | : . | : . | Launching futures ... done [08:47:31.393] | : . | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:31.393] | : . | : . | : . Using MultisessionFutureBackend ... done [08:47:31.394] | : . | : . | : run() for Future ('MultisessionFuture') ... done [08:47:31.394] | : . | : . | : result() for ClusterFuture ... [08:47:31.395] | : . | : . | : . assertValidConnection() ... [08:47:31.395] | : . | : . | : . | cluster node index: 1 [08:47:31.396] | : . | : . | : . assertValidConnection() ... done [08:47:31.396] | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:47:31.397] | : . | : . | : . | cluster node index: 1 [08:47:31.397] | : . | : . | : . | [1] TRUE [08:47:31.398] | : . | : . | : . | received data: [08:47:31.398] | : . | : . | : . | List of 5 [08:47:31.398] | : . | : . | : . | $ type : chr "VALUE" [08:47:31.398] | : . | : . | : . | $ value :List of 13 [08:47:31.398] | : . | : . | : . | ..$ value : num 1 [08:47:31.398] | : . | : . | : . | ..$ visible : logi TRUE [08:47:31.398] | : . | : . | : . | ..$ stdout : chr "" [08:47:31.398] | : . | : . | : . | ..$ conditions : list() [08:47:31.398] | : . | : . | : . | ..$ rng : logi FALSE [08:47:31.398] | : . | : . | : . | ..$ misuseGlobalEnv : NULL [08:47:31.398] | : . | : . | : . | ..$ misuseConnections:List of 3 [08:47:31.398] | : . | : . | : . | .. ..$ added : NULL [08:47:31.398] | : . | : . | : . | .. ..$ removed : NULL [08:47:31.398] | : . | : . | : . | .. ..$ replaced: NULL [08:47:31.398] | : . | : . | : . | ..$ misuseDevices : NULL [08:47:31.398] | : . | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.398] | : . | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.398] | : . | : . | : . | ..$ session_uuid : chr "4d20737a1149c4d89abbd4de90420afa" [08:47:31.398] | : . | : . | : . | .. ..- attr(*, "source")=List of 5 [08:47:31.398] | : . | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:47:31.398] | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:31.398] | : . | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:31.398] | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:31.398] | : . | : . | : . | .. .. ..$ pid : int 52896 [08:47:31.398] | : . | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:31.398] | : . | : . | : . | .. .. ..$ random: int 2147483647 [08:47:31.398] | : . | : . | : . | ..$ r_info :List of 4 [08:47:31.398] | : . | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:31.398] | : . | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:47:31.398] | : . | : . | : . | .. ..$ os : chr "windows" [08:47:31.398] | : . | : . | : . | .. ..$ os_name : chr "Windows" [08:47:31.398] | : . | : . | : . | .. ..$ captures_utf8: logi TRUE [08:47:31.398] | : . | : . | : . | ..$ version : chr "1.8" [08:47:31.398] | : . | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:47:31.398] | : . | : . | : . | $ success: logi TRUE [08:47:31.398] | : . | : . | : . | $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:47:31.398] | : . | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:31.398] | : . | : . | : . | $ tag : NULL [08:47:31.418] | : . | : . | : . | Received FutureResult [08:47:31.418] | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:31.419] | : . | : . | : . | : Removed future from position #1 [08:47:31.419] | : . | : . | : . | : Number of registered futures: 0 [08:47:31.419] | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:31.419] | : . | : . | : . | Erased future from future backend [08:47:31.419] | : . | : . | : . | result() for ClusterFuture ... [08:47:31.420] | : . | : . | : . | : result already collected: FutureResult [08:47:31.420] | : . | : . | : . | result() for ClusterFuture ... done [08:47:31.420] | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:47:31.420] | : . | : . | : result() for ClusterFuture ... done [08:47:31.420] | : . | : . | : result() for ClusterFuture ... [08:47:31.421] | : . | : . | : . result already collected: FutureResult [08:47:31.421] | : . | : . | : result() for ClusterFuture ... done c = 1 [08:47:31.421] | : . | : . | : getGlobalsAndPackages() ... [08:47:31.422] | : . | : . | : . Searching for globals ... [08:47:31.422] | : . | : . | : . | globals found: [0] [08:47:31.423] | : . | : . | : . Searching for globals ... DONE [08:47:31.423] | : . | : . | : . globals: [0] [08:47:31.423] | : . | : . | : . packages: [0] [08:47:31.424] | : . | : . | : getGlobalsAndPackages() ... done [08:47:31.424] | : . | : . | : run() for Future ('Future') ... [08:47:31.425] | : . | : . | : . state: 'created' [08:47:31.425] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.426] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.426] | : . | : . | : . Using MultisessionFutureBackend ... [08:47:31.426] | : . | : . | : . | Launching futures ... [08:47:31.427] | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... [08:47:31.427] | : . | : . | : . | : . Workers: [n=2] [08:47:31.427] | : . | : . | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:31.431] | : . | : . | : . | : . FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:31.431] | : . | : . | : . | : . requestWorker() ... [08:47:31.431] | : . | : . | : . | : . | requestNode() ... [08:47:31.432] | : . | : . | : . | : . | : Number of workers: 2 [08:47:31.432] | : . | : . | : . | : . | : Polling for a free worker ... [08:47:31.432] | : . | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:31.433] | : . | : . | : . | : . | : . | Listing all futures [08:47:31.433] | : . | : . | : . | : . | : . | Number of registered futures: 0 [08:47:31.433] | : . | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:31.434] | : . | : . | : . | : . | : . Total time: 0 [08:47:31.434] | : . | : . | : . | : . | : Polling for a free worker ... done [08:47:31.434] | : . | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:31.435] | : . | : . | : . | : . | : . Listing all futures [08:47:31.435] | : . | : . | : . | : . | : . Number of registered futures: 0 [08:47:31.435] | : . | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:31.436] | : . | : . | : . | : . | : Index of first available worker: 1 [08:47:31.436] | : . | : . | : . | : . | : Validate that the worker is functional ... [08:47:31.499] | : . | : . | : . | : . | : . Worker is functional [08:47:31.499] | : . | : . | : . | : . | : requestNode() ... done [08:47:31.500] | : . | : . | : . | : . | : cluster node index: 1 [08:47:31.500] | : . | : . | : . | : . | requestWorker() ... done [08:47:31.501] | : . | : . | : . | : . | eraseGlobalEnvironment() ... [08:47:31.502] | : . | : . | : . | : . | eraseGlobalEnvironment() ... done [08:47:31.502] | : . | : . | : . | : . | launchFuture() ... [08:47:31.502] | : . | : . | : . | : . | : cluster node index: 1 [08:47:31.503] | : . | : . | : . | : . | : getFutureData() ... [08:47:31.503] | : . | : . | : . | : . | : . getFutureCore() ... [08:47:31.503] | : . | : . | : . | : . | : . | Packages needed by the future expression (n = 0): [08:47:31.504] | : . | : . | : . | : . | : . getFutureCore() ... done [08:47:31.504] | : . | : . | : . | : . | : . getFutureCapture() ... [08:47:31.505] | : . | : . | : . | : . | : . getFutureCapture() ... done [08:47:31.505] | : . | : . | : . | : . | : . getFutureContext() ... [08:47:31.505] | : . | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.506] | : . | : . | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:47:31.506] | : . | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.506] | : . | : . | : . | : . | : . | Packages needed by future strategies (n = 0): [08:47:31.507] | : . | : . | : . | : . | : . getFutureContext() ... done [08:47:31.507] | : . | : . | : . | : . | : getFutureData() ... done [08:47:31.508] | : . | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:31.508] | : . | : . | : . | : . | : . Appended future to position #1 [08:47:31.508] | : . | : . | : . | : . | : . Number of registered futures: 1 [08:47:31.508] | : . | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:31.508] | : . | : . | : . | : . | launchFuture() ... done [08:47:31.509] | : . | : . | : . | : . | MultisessionFuture started [08:47:31.509] | : . | : . | : . | : . launchFuture() for ClusterFutureBackend ... done [08:47:31.509] | : . | : . | : . | : Launching futures ... done [08:47:31.509] | : . | : . | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:31.510] | : . | : . | : . | Using MultisessionFutureBackend ... done [08:47:31.510] | : . | : . | : . run() for Future ('MultisessionFuture') ... done [08:47:31.511] | : . | : . | : . result() for ClusterFuture ... [08:47:31.511] | : . | : . | : . | assertValidConnection() ... [08:47:31.511] | : . | : . | : . | : cluster node index: 1 [08:47:31.512] | : . | : . | : . | assertValidConnection() ... done [08:47:31.512] | : . | : . | : . | receiveMessageFromWorker() for ClusterFuture ... [08:47:31.512] | : . | : . | : . | : cluster node index: 1 [08:47:31.518] | : . | : . | : . | : [1] TRUE [08:47:31.519] | : . | : . | : . | : received data: [08:47:31.519] | : . | : . | : . | : List of 5 [08:47:31.519] | : . | : . | : . | : $ type : chr "VALUE" [08:47:31.519] | : . | : . | : . | : $ value :List of 13 [08:47:31.519] | : . | : . | : . | : ..$ value : num 1 [08:47:31.519] | : . | : . | : . | : ..$ visible : logi TRUE [08:47:31.519] | : . | : . | : . | : ..$ stdout : chr "" [08:47:31.519] | : . | : . | : . | : ..$ conditions : list() [08:47:31.519] | : . | : . | : . | : ..$ rng : logi FALSE [08:47:31.519] | : . | : . | : . | : ..$ misuseGlobalEnv : NULL [08:47:31.519] | : . | : . | : . | : ..$ misuseConnections:List of 3 [08:47:31.519] | : . | : . | : . | : .. ..$ added : NULL [08:47:31.519] | : . | : . | : . | : .. ..$ removed : NULL [08:47:31.519] | : . | : . | : . | : .. ..$ replaced: NULL [08:47:31.519] | : . | : . | : . | : ..$ misuseDevices : NULL [08:47:31.519] | : . | : . | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.519] | : . | : . | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.519] | : . | : . | : . | : ..$ session_uuid : chr "4d20737a1149c4d89abbd4de90420afa" [08:47:31.519] | : . | : . | : . | : .. ..- attr(*, "source")=List of 5 [08:47:31.519] | : . | : . | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:47:31.519] | : . | : . | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:31.519] | : . | : . | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:31.519] | : . | : . | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:31.519] | : . | : . | : . | : .. .. ..$ pid : int 52896 [08:47:31.519] | : . | : . | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:31.519] | : . | : . | : . | : .. .. ..$ random: int 2147483647 [08:47:31.519] | : . | : . | : . | : ..$ r_info :List of 4 [08:47:31.519] | : . | : . | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:31.519] | : . | : . | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:47:31.519] | : . | : . | : . | : .. ..$ os : chr "windows" [08:47:31.519] | : . | : . | : . | : .. ..$ os_name : chr "Windows" [08:47:31.519] | : . | : . | : . | : .. ..$ captures_utf8: logi TRUE [08:47:31.519] | : . | : . | : . | : ..$ version : chr "1.8" [08:47:31.519] | : . | : . | : . | : ..- attr(*, "class")= chr "FutureResult" [08:47:31.519] | : . | : . | : . | : $ success: logi TRUE [08:47:31.519] | : . | : . | : . | : $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [08:47:31.519] | : . | : . | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:31.519] | : . | : . | : . | : $ tag : NULL [08:47:31.540] | : . | : . | : . | : Received FutureResult [08:47:31.540] | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:31.541] | : . | : . | : . | : . Removed future from position #1 [08:47:31.541] | : . | : . | : . | : . Number of registered futures: 0 [08:47:31.541] | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:31.541] | : . | : . | : . | : Erased future from future backend [08:47:31.542] | : . | : . | : . | : result() for ClusterFuture ... [08:47:31.542] | : . | : . | : . | : . result already collected: FutureResult [08:47:31.542] | : . | : . | : . | : result() for ClusterFuture ... done [08:47:31.542] | : . | : . | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:47:31.543] | : . | : . | : . result() for ClusterFuture ... done [08:47:31.543] | : . | : . | : . result() for ClusterFuture ... [08:47:31.543] | : . | : . | : . | result already collected: FutureResult [08:47:31.544] | : . | : . | : . result() for ClusterFuture ... done d = 1 ** Nested future assignments [08:47:31.544] | : . | : . | : . getGlobalsAndPackages() ... [08:47:31.545] | : . | : . | : . | Searching for globals ... [08:47:31.551] | : . | : . | : . | : globals found: [5] '{', '<-', '%<-%', '%->%', '+' [08:47:31.552] | : . | : . | : . | Searching for globals ... DONE [08:47:31.552] | : . | : . | : . | Resolving globals: FALSE [08:47:31.552] | : . | : . | : . | Search for packages associated with the globals ... [08:47:31.553] | : . | : . | : . | : Packages associated with globals: [2] 'base', 'future' [08:47:31.553] | : . | : . | : . | : Packages: [2] 'base', 'future' [08:47:31.554] | : . | : . | : . | Search for packages associated with the globals ... DONE [08:47:31.554] | : . | : . | : . | Packages after dropping 'base': [1] 'future' [08:47:31.554] | : . | : . | : . | Packages after dropping non-attached packages: [1] 'future' [08:47:31.554] | : . | : . | : . | globals: [0] [08:47:31.554] | : . | : . | : . | packages: [1] 'future' [08:47:31.555] | : . | : . | : . getGlobalsAndPackages() ... done [08:47:31.555] | : . | : . | : . run() for Future ('Future') ... [08:47:31.555] | : . | : . | : . | state: 'created' [08:47:31.556] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.556] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.556] | : . | : . | : . | Using MultisessionFutureBackend ... [08:47:31.556] | : . | : . | : . | : Launching futures ... [08:47:31.556] | : . | : . | : . | : . launchFuture() for ClusterFutureBackend ... [08:47:31.557] | : . | : . | : . | : . | Workers: [n=2] [08:47:31.557] | : . | : . | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:31.559] | : . | : . | : . | : . | FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:31.559] | : . | : . | : . | : . | requestWorker() ... [08:47:31.559] | : . | : . | : . | : . | : requestNode() ... [08:47:31.559] | : . | : . | : . | : . | : . Number of workers: 2 [08:47:31.560] | : . | : . | : . | : . | : . Polling for a free worker ... [08:47:31.560] | : . | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:31.560] | : . | : . | : . | : . | : . | : Listing all futures [08:47:31.560] | : . | : . | : . | : . | : . | : Number of registered futures: 0 [08:47:31.560] | : . | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:31.561] | : . | : . | : . | : . | : . | Total time: 0 [08:47:31.561] | : . | : . | : . | : . | : . Polling for a free worker ... done [08:47:31.561] | : . | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:31.561] | : . | : . | : . | : . | : . | Listing all futures [08:47:31.561] | : . | : . | : . | : . | : . | Number of registered futures: 0 [08:47:31.561] | : . | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:31.562] | : . | : . | : . | : . | : . Index of first available worker: 1 [08:47:31.562] | : . | : . | : . | : . | : . Validate that the worker is functional ... [08:47:31.617] | : . | : . | : . | : . | : . | Worker is functional [08:47:31.617] | : . | : . | : . | : . | : . requestNode() ... done [08:47:31.617] | : . | : . | : . | : . | : . cluster node index: 1 [08:47:31.618] | : . | : . | : . | : . | : requestWorker() ... done [08:47:31.618] | : . | : . | : . | : . | : eraseGlobalEnvironment() ... [08:47:31.618] | : . | : . | : . | : . | : eraseGlobalEnvironment() ... done [08:47:31.619] | : . | : . | : . | : . | : launchFuture() ... [08:47:31.619] | : . | : . | : . | : . | : . cluster node index: 1 [08:47:31.619] | : . | : . | : . | : . | : . getFutureData() ... [08:47:31.619] | : . | : . | : . | : . | : . | getFutureCore() ... [08:47:31.619] | : . | : . | : . | : . | : . | : Packages needed by the future expression (n = 1): 'future' [08:47:31.620] | : . | : . | : . | : . | : . | getFutureCore() ... done [08:47:31.620] | : . | : . | : . | : . | : . | getFutureCapture() ... [08:47:31.620] | : . | : . | : . | : . | : . | getFutureCapture() ... done [08:47:31.620] | : . | : . | : . | : . | : . | getFutureContext() ... [08:47:31.620] | : . | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.620] | : . | : . | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:31.621] | : . | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.621] | : . | : . | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:47:31.621] | : . | : . | : . | : . | : . | getFutureContext() ... done [08:47:31.621] | : . | : . | : . | : . | : . getFutureData() ... done [08:47:31.622] | : . | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:31.622] | : . | : . | : . | : . | : . | Appended future to position #1 [08:47:31.622] | : . | : . | : . | : . | : . | Number of registered futures: 1 [08:47:31.622] | : . | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:31.623] | : . | : . | : . | : . | : launchFuture() ... done [08:47:31.623] | : . | : . | : . | : . | : MultisessionFuture started [08:47:31.623] | : . | : . | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:47:31.623] | : . | : . | : . | : . Launching futures ... done [08:47:31.623] | : . | : . | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:31.624] | : . | : . | : . | : Using MultisessionFutureBackend ... done [08:47:31.624] | : . | : . | : . | run() for Future ('MultisessionFuture') ... done [08:47:31.624] | : . | : . | : . | result() for ClusterFuture ... [08:47:31.624] | : . | : . | : . | : assertValidConnection() ... [08:47:31.625] | : . | : . | : . | : . cluster node index: 1 [08:47:31.625] | : . | : . | : . | : assertValidConnection() ... done [08:47:31.625] | : . | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:47:31.625] | : . | : . | : . | : . cluster node index: 1 [08:47:31.656] | : . | : . | : . | : . [1] TRUE [08:47:31.657] | : . | : . | : . | : . received data: [08:47:31.657] | : . | : . | : . | : . List of 5 [08:47:31.657] | : . | : . | : . | : . $ type : chr "VALUE" [08:47:31.657] | : . | : . | : . | : . $ value :List of 13 [08:47:31.657] | : . | : . | : . | : . ..$ value : num 10 [08:47:31.657] | : . | : . | : . | : . ..$ visible : logi TRUE [08:47:31.657] | : . | : . | : . | : . ..$ stdout : chr "" [08:47:31.657] | : . | : . | : . | : . ..$ conditions : list() [08:47:31.657] | : . | : . | : . | : . ..$ rng : logi FALSE [08:47:31.657] | : . | : . | : . | : . ..$ misuseGlobalEnv : NULL [08:47:31.657] | : . | : . | : . | : . ..$ misuseConnections:List of 3 [08:47:31.657] | : . | : . | : . | : . .. ..$ added : NULL [08:47:31.657] | : . | : . | : . | : . .. ..$ removed : NULL [08:47:31.657] | : . | : . | : . | : . .. ..$ replaced: NULL [08:47:31.657] | : . | : . | : . | : . ..$ misuseDevices : NULL [08:47:31.657] | : . | : . | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.657] | : . | : . | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.657] | : . | : . | : . | : . ..$ session_uuid : chr "4d20737a1149c4d89abbd4de90420afa" [08:47:31.657] | : . | : . | : . | : . .. ..- attr(*, "source")=List of 5 [08:47:31.657] | : . | : . | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:47:31.657] | : . | : . | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:31.657] | : . | : . | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:31.657] | : . | : . | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:31.657] | : . | : . | : . | : . .. .. ..$ pid : int 52896 [08:47:31.657] | : . | : . | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:31.657] | : . | : . | : . | : . .. .. ..$ random: int 2147483647 [08:47:31.657] | : . | : . | : . | : . ..$ r_info :List of 4 [08:47:31.657] | : . | : . | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:31.657] | : . | : . | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:47:31.657] | : . | : . | : . | : . .. ..$ os : chr "windows" [08:47:31.657] | : . | : . | : . | : . .. ..$ os_name : chr "Windows" [08:47:31.657] | : . | : . | : . | : . .. ..$ captures_utf8: logi TRUE [08:47:31.657] | : . | : . | : . | : . ..$ version : chr "1.8" [08:47:31.657] | : . | : . | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:47:31.657] | : . | : . | : . | : . $ success: logi TRUE [08:47:31.657] | : . | : . | : . | : . $ time : 'proc_time' Named num [1:5] 0.05 0 0.05 NA NA [08:47:31.657] | : . | : . | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:31.657] | : . | : . | : . | : . $ tag : NULL [08:47:31.672] | : . | : . | : . | : . Received FutureResult [08:47:31.673] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:31.673] | : . | : . | : . | : . | Removed future from position #1 [08:47:31.673] | : . | : . | : . | : . | Number of registered futures: 0 [08:47:31.673] | : . | : . | : . | : . FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:31.674] | : . | : . | : . | : . Erased future from future backend [08:47:31.674] | : . | : . | : . | : . result() for ClusterFuture ... [08:47:31.674] | : . | : . | : . | : . | result already collected: FutureResult [08:47:31.675] | : . | : . | : . | : . result() for ClusterFuture ... done [08:47:31.675] | : . | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:47:31.675] | : . | : . | : . | result() for ClusterFuture ... done [08:47:31.675] | : . | : . | : . | result() for ClusterFuture ... [08:47:31.676] | : . | : . | : . | : result already collected: FutureResult [08:47:31.676] | : . | : . | : . | result() for ClusterFuture ... done a = 10 [08:47:31.676] | : . | : . | : . | getGlobalsAndPackages() ... [08:47:31.677] | : . | : . | : . | : Searching for globals ... [08:47:31.678] | : . | : . | : . | : . globals found: [3] '{', '+', 'a' [08:47:31.678] | : . | : . | : . | : Searching for globals ... DONE [08:47:31.679] | : . | : . | : . | : Resolving globals: FALSE [08:47:31.679] | : . | : . | : . | : Search for packages associated with the globals ... [08:47:31.679] | : . | : . | : . | : . Packages associated with globals: [1] 'base' [08:47:31.680] | : . | : . | : . | : . Packages: [1] 'base' [08:47:31.680] | : . | : . | : . | : Search for packages associated with the globals ... DONE [08:47:31.680] | : . | : . | : . | : Packages after dropping 'base': [0] [08:47:31.681] | : . | : . | : . | : globals: [1] 'a' [08:47:31.681] | : . | : . | : . | : packages: [0] [08:47:31.681] | : . | : . | : . | getGlobalsAndPackages() ... done [08:47:31.682] | : . | : . | : . | run() for Future ('Future') ... [08:47:31.682] | : . | : . | : . | : state: 'created' [08:47:31.682] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.682] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.683] | : . | : . | : . | : Using MultisessionFutureBackend ... [08:47:31.683] | : . | : . | : . | : . Launching futures ... [08:47:31.683] | : . | : . | : . | : . | launchFuture() for ClusterFutureBackend ... [08:47:31.684] | : . | : . | : . | : . | : Workers: [n=2] [08:47:31.684] | : . | : . | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:31.687] | : . | : . | : . | : . | : FutureRegistry: 'workers-ae480a9e8d25799028a9a80137c92eff' [08:47:31.687] | : . | : . | : . | : . | : requestWorker() ... [08:47:31.687] | : . | : . | : . | : . | : . requestNode() ... [08:47:31.688] | : . | : . | : . | : . | : . | Number of workers: 2 [08:47:31.688] | : . | : . | : . | : . | : . | Polling for a free worker ... [08:47:31.688] | : . | : . | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:31.688] | : . | : . | : . | : . | : . | : . Listing all futures [08:47:31.689] | : . | : . | : . | : . | : . | : . Number of registered futures: 0 [08:47:31.689] | : . | : . | : . | : . | : . | : FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:31.689] | : . | : . | : . | : . | : . | : Total time: 0 [08:47:31.689] | : . | : . | : . | : . | : . | Polling for a free worker ... done [08:47:31.689] | : . | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... [08:47:31.689] | : . | : . | : . | : . | : . | : Listing all futures [08:47:31.690] | : . | : . | : . | : . | : . | : Number of registered futures: 0 [08:47:31.690] | : . | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'list', earlySignal = 0) ... done [08:47:31.690] | : . | : . | : . | : . | : . | Index of first available worker: 1 [08:47:31.690] | : . | : . | : . | : . | : . | Validate that the worker is functional ... [08:47:31.738] | : . | : . | : . | : . | : . | : Worker is functional [08:47:31.738] | : . | : . | : . | : . | : . | requestNode() ... done [08:47:31.739] | : . | : . | : . | : . | : . | cluster node index: 1 [08:47:31.739] | : . | : . | : . | : . | : . requestWorker() ... done [08:47:31.739] | : . | : . | : . | : . | : . eraseGlobalEnvironment() ... [08:47:31.740] | : . | : . | : . | : . | : . eraseGlobalEnvironment() ... done [08:47:31.740] | : . | : . | : . | : . | : . launchFuture() ... [08:47:31.740] | : . | : . | : . | : . | : . | cluster node index: 1 [08:47:31.740] | : . | : . | : . | : . | : . | getFutureData() ... [08:47:31.740] | : . | : . | : . | : . | : . | : getFutureCore() ... [08:47:31.741] | : . | : . | : . | : . | : . | : . Packages needed by the future expression (n = 0): [08:47:31.741] | : . | : . | : . | : . | : . | : getFutureCore() ... done [08:47:31.741] | : . | : . | : . | : . | : . | : getFutureCapture() ... [08:47:31.741] | : . | : . | : . | : . | : . | : getFutureCapture() ... done [08:47:31.741] | : . | : . | : . | : . | : . | : getFutureContext() ... [08:47:31.741] | : . | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:31.742] | : . | : . | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:47:31.742] | : . | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:31.742] | : . | : . | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:47:31.743] | : . | : . | : . | : . | : . | : getFutureContext() ... done [08:47:31.743] | : . | : . | : . | : . | : . | getFutureData() ... done [08:47:31.743] | : . | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... [08:47:31.744] | : . | : . | : . | : . | : . | : Appended future to position #1 [08:47:31.744] | : . | : . | : . | : . | : . | : Number of registered futures: 1 [08:47:31.744] | : . | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'add', earlySignal = 0) ... done [08:47:31.744] | : . | : . | : . | : . | : . launchFuture() ... done [08:47:31.745] | : . | : . | : . | : . | : . MultisessionFuture started [08:47:31.745] | : . | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:47:31.745] | : . | : . | : . | : . | Launching futures ... done [08:47:31.745] | : . | : . | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:31.746] | : . | : . | : . | : . Using MultisessionFutureBackend ... done [08:47:31.746] | : . | : . | : . | : run() for Future ('MultisessionFuture') ... done [08:47:31.746] | : . | : . | : . | : result() for ClusterFuture ... [08:47:31.747] | : . | : . | : . | : . assertValidConnection() ... [08:47:31.747] | : . | : . | : . | : . | cluster node index: 1 [08:47:31.748] | : . | : . | : . | : . assertValidConnection() ... done [08:47:31.748] | : . | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:47:31.748] | : . | : . | : . | : . | cluster node index: 1 [08:47:31.751] | : . | : . | : . | : . | [1] TRUE [08:47:31.751] | : . | : . | : . | : . | received data: [08:47:31.751] | : . | : . | : . | : . | List of 5 [08:47:31.751] | : . | : . | : . | : . | $ type : chr "VALUE" [08:47:31.751] | : . | : . | : . | : . | $ value :List of 13 [08:47:31.751] | : . | : . | : . | : . | ..$ value : num 11 [08:47:31.751] | : . | : . | : . | : . | ..$ visible : logi TRUE [08:47:31.751] | : . | : . | : . | : . | ..$ stdout : chr "" [08:47:31.751] | : . | : . | : . | : . | ..$ conditions : list() [08:47:31.751] | : . | : . | : . | : . | ..$ rng : logi FALSE [08:47:31.751] | : . | : . | : . | : . | ..$ misuseGlobalEnv : NULL [08:47:31.751] | : . | : . | : . | : . | ..$ misuseConnections:List of 3 [08:47:31.751] | : . | : . | : . | : . | .. ..$ added : NULL [08:47:31.751] | : . | : . | : . | : . | .. ..$ removed : NULL [08:47:31.751] | : . | : . | : . | : . | .. ..$ replaced: NULL [08:47:31.751] | : . | : . | : . | : . | ..$ misuseDevices : NULL [08:47:31.751] | : . | : . | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.751] | : . | : . | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:31" [08:47:31.751] | : . | : . | : . | : . | ..$ session_uuid : chr "4d20737a1149c4d89abbd4de90420afa" [08:47:31.751] | : . | : . | : . | : . | .. ..- attr(*, "source")=List of 5 [08:47:31.751] | : . | : . | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:47:31.751] | : . | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:31.751] | : . | : . | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:31.751] | : . | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:31.751] | : . | : . | : . | : . | .. .. ..$ pid : int 52896 [08:47:31.751] | : . | : . | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:30" [08:47:31.751] | : . | : . | : . | : . | .. .. ..$ random: int 2147483647 [08:47:31.751] | : . | : . | : . | : . | ..$ r_info :List of 4 [08:47:31.751] | : . | : . | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:31.751] | : . | : . | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:47:31.751] | : . | : . | : . | : . | .. ..$ os : chr "windows" [08:47:31.751] | : . | : . | : . | : . | .. ..$ os_name : chr "Windows" [08:47:31.751] | : . | : . | : . | : . | .. ..$ captures_utf8: logi TRUE [08:47:31.751] | : . | : . | : . | : . | ..$ version : chr "1.8" [08:47:31.751] | : . | : . | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:47:31.751] | : . | : . | : . | : . | $ success: logi TRUE [08:47:31.751] | : . | : . | : . | : . | $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [08:47:31.751] | : . | : . | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:31.751] | : . | : . | : . | : . | $ tag : NULL [08:47:31.764] | : . | : . | : . | : . | Received FutureResult [08:47:31.764] | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... [08:47:31.765] | : . | : . | : . | : . | : Removed future from position #1 [08:47:31.765] | : . | : . | : . | : . | : Number of registered futures: 0 [08:47:31.765] | : . | : . | : . | : . | FutureRegistry('workers-ae480a9e8d25799028a9a80137c92eff', action = 'remove', earlySignal = 0) ... done [08:47:31.765] | : . | : . | : . | : . | Erased future from future backend [08:47:31.766] | : . | : . | : . | : . | result() for ClusterFuture ... [08:47:31.766] | : . | : . | : . | : . | : result already collected: FutureResult [08:47:31.766] | : . | : . | : . | : . | result() for ClusterFuture ... done [08:47:31.767] | : . | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:47:31.767] | : . | : . | : . | : result() for ClusterFuture ... done [08:47:31.767] | : . | : . | : . | : result() for ClusterFuture ... [08:47:31.767] | : . | : . | : . | : . result already collected: FutureResult [08:47:31.767] | : . | : . | : . | : result() for ClusterFuture ... done b = 11 *** %<-% with 'multisession' futures ... DONE Testing with 2 cores ... DONE > message("*** %<-% ... DONE") *** %<-% ... 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_04_10_08_45_16_15127' Sourcing 6 epilogue scripts ... done Test time: user.self=3s, sys.self=0.1s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'futureAssign_OP' ... success > > proc.time() user system elapsed 2.89 0.18 4.32