R Under development (unstable) (2025-05-08 r88190 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-future,labels.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("future,labels") Test 'future,labels' ... 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-future,labels.R' > library(future) [01:56:57.596] Option 'future.startup.script': TRUE [01:56:57.598] Future startup scripts considered: '.future.R', '~/.future.R' [01:56:57.598] Future startup scripts found: > message("*** Futures - labels ...") *** Futures - labels ... > strategies <- supportedStrategies() > for (strategy in strategies) { + message(sprintf("- plan('%s') ...", strategy)) + plan(strategy) + for (label in list(NULL, sprintf("str ..." ... [TRUNCATED] - plan('sequential') ... [01:56:57.614] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.614] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:56:57.615] | : all.equal() for FutureStrategyList ... [01:56:57.615] | : . New stack: [01:56:57.615] | : . List of 1 [01:56:57.615] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.615] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.615] | : . ..- attr(*, "init")= logi TRUE [01:56:57.615] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.615] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.615] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.615] | : . ..- attr(*, "call")= language plan(strategy) [01:56:57.615] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.621] | : . Old stack: [01:56:57.621] | : . List of 1 [01:56:57.621] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.621] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.621] | : . ..- attr(*, "init")= logi TRUE [01:56:57.621] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.621] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.621] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.621] | : . ..- attr(*, "call")= language plan(sequential) [01:56:57.621] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.624] | : . Not identical [01:56:57.624] | : . all.equal() for future ... [01:56:57.624] | : . ' List of 2 [01:56:57.624] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.624] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.624] | : . ' ..- attr(*, "init")= logi TRUE [01:56:57.624] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.624] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.624] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.624] | : . ' ..- attr(*, "call")= language plan(strategy) [01:56:57.624] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.624] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.624] | : . ' ..- attr(*, "init")= logi TRUE [01:56:57.624] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.624] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.624] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.624] | : . ' ..- attr(*, "call")= language plan(sequential) [01:56:57.630] | : . all.equal() for future ... done [01:56:57.630] | : all.equal() for FutureStrategyList ... done [01:56:57.631] | : plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:57.631] | : List of future strategies: [01:56:57.631] | : 1. sequential: [01:56:57.631] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:57.631] | : - tweaked: FALSE [01:56:57.631] | : - call: plan(sequential) [01:56:57.632] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:56:57.632] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.632] future(..., label = NULL) ... [01:56:57.632] | lazy: FALSE [01:56:57.632] | stdout: TRUE [01:56:57.633] | conditions: [n=1] 'condition' [01:56:57.633] | gc: FALSE [01:56:57.633] | earlySignal: FALSE [01:56:57.634] | getGlobalsAndPackages() ... [01:56:57.634] | : Searching for globals ... [01:56:57.644] | : . globals found: [0] [01:56:57.644] | : Searching for globals ... done [01:56:57.644] | : globals: [0] [01:56:57.645] | : packages: [0] [01:56:57.645] | getGlobalsAndPackages() ... done [01:56:57.646] | run() for 'Future' (NULL) ... [01:56:57.646] | : state: 'created' [01:56:57.646] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.646] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [01:56:57.646] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.646] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.646] | : . ' - attr(*, "init")= logi TRUE [01:56:57.646] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.646] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.646] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.646] | : . ' - attr(*, "call")= language plan(sequential) [01:56:57.649] | : . ' init: TRUE [01:56:57.649] | : . ' makeFutureBackend() ... [01:56:57.649] | : . ' , Backend function: <'NULL'> [01:56:57.649] | : . ' , Evaluator tweak arguments: [n=0] [01:56:57.650] | : . ' , list() [01:56:57.650] | : . ' , Evaluator formal arguments: [n=2] [01:56:57.650] | : . ' , list() [01:56:57.651] | : . ' , Backend factory arguments: [n=2] [01:56:57.651] | : . ' , Dotted pair list of 2 [01:56:57.651] | : . ' , $ gc : logi FALSE [01:56:57.651] | : . ' , $ earlySignal: logi FALSE [01:56:57.652] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:56:57.652] | : . ' makeFutureBackend() ... done [01:56:57.653] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [01:56:57.653] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.653] | : Using SequentialFutureBackend ... [01:56:57.653] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:56:57.653] | : . Launching futures ... [01:56:57.654] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:57.654] | : . ' , getFutureData() ... [01:56:57.654] | : . ' , ; getFutureCore() ... [01:56:57.654] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:57.654] | : . ' , ; getFutureCore() ... done [01:56:57.655] | : . ' , ; getFutureCapture() ... [01:56:57.655] | : . ' , ; getFutureCapture() ... done [01:56:57.655] | : . ' , ; getFutureContext() ... [01:56:57.655] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.656] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:57.656] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.656] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:57.656] | : . ' , ; getFutureContext() ... done [01:56:57.656] | : . ' , getFutureData() ... done [01:56:57.658] | : . ' , attachPackages() ... [01:56:57.658] | : . ' , ; packages: [n=1] 'future' [01:56:57.658] | : . ' , attachPackages() ... done [01:56:57.658] | : . ' , attachPackages() ... [01:56:57.658] | : . ' , ; packages: [n=0] [01:56:57.659] | : . ' , attachPackages() ... done [01:56:57.659] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.659] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:57.660] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.660] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.660] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:57.661] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:57.661] | : . ' , ; ` | New stack: [01:56:57.661] | : . ' , ; ` | List of 1 [01:56:57.661] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.661] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.661] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:57.661] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.661] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.661] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.661] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:57.661] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.664] | : . ' , ; ` | Old stack: [01:56:57.664] | : . ' , ; ` | List of 1 [01:56:57.664] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.664] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.664] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:57.664] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.664] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.664] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.664] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:57.664] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.664] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.664] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.664] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.670] | : . ' , ; ` | Not identical [01:56:57.670] | : . ' , ; ` | all.equal() for future ... [01:56:57.670] | : . ' , ; ` | : List of 2 [01:56:57.670] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.670] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:57.670] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.670] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.670] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.670] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.670] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.677] | : . ' , ; ` | all.equal() for future ... done [01:56:57.677] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:57.677] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:57.677] | : . ' , ; ` List of future strategies: [01:56:57.677] | : . ' , ; ` 1. sequential: [01:56:57.677] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:57.677] | : . ' , ; ` - tweaked: FALSE [01:56:57.677] | : . ' , ; ` - call: plan(sequential) [01:56:57.678] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:57.678] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:57.681] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.682] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.682] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:57.682] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:57.683] | : . ' , ; ` | : New stack: [01:56:57.683] | : . ' , ; ` | : List of 1 [01:56:57.683] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.683] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.683] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.683] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.683] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.683] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.683] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.683] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.683] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.683] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.683] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.761] | : . ' , ; ` | : Old stack: [01:56:57.762] | : . ' , ; ` | : List of 1 [01:56:57.762] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.762] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.762] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.762] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.762] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.762] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.762] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.762] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.762] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.762] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.762] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.768] | : . ' , ; ` | : Identical [01:56:57.768] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:57.768] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:57.768] | : . ' , ; ` | List of future strategies: [01:56:57.768] | : . ' , ; ` | 1. sequential: [01:56:57.768] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:57.768] | : . ' , ; ` | - tweaked: FALSE [01:56:57.768] | : . ' , ; ` | - call: plan(sequential) [01:56:57.769] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:57.769] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:57.770] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:57.775] | : . ' , SequentialFuture started (and completed) [01:56:57.776] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:57.776] | : . Launching futures ... done [01:56:57.776] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:57.777] | : Using SequentialFutureBackend ... done [01:56:57.777] | run() for 'Future' (NULL) ... done [01:56:57.777] future(..., label = NULL) ... done SequentialFuture: Label: NULL Expression: [1] 42 Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 19c31c743ee08caa21c6b67a469dcad7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:57.779] value() for SequentialFuture (NULL) ... [01:56:57.779] | relay stdout ... [01:56:57.780] | relay stdout ... done [01:56:57.780] | check for misuse ... [01:56:57.780] | check for misuse ... done [01:56:57.780] value() for SequentialFuture (NULL) ... done [01:56:57.782] future(..., label = NULL) ... [01:56:57.782] | lazy: FALSE [01:56:57.782] | stdout: TRUE [01:56:57.782] | conditions: [n=1] 'condition' [01:56:57.782] | gc: FALSE [01:56:57.783] | earlySignal: FALSE [01:56:57.783] | getGlobalsAndPackages() ... [01:56:57.783] | : Searching for globals ... [01:56:57.791] | : . globals found: [1] '{' [01:56:57.792] | : Searching for globals ... done [01:56:57.792] | : Resolving globals: FALSE [01:56:57.792] | : Search for packages associated with the globals ... [01:56:57.793] | : . Packages associated with globals: [1] 'base' [01:56:57.793] | : . Packages: [1] 'base' [01:56:57.793] | : Search for packages associated with the globals ... done [01:56:57.794] | : Packages after dropping 'base': [0] [01:56:57.794] | : globals: [0] [01:56:57.794] | : packages: [0] [01:56:57.794] | getGlobalsAndPackages() ... done [01:56:57.795] | run() for 'Future' (NULL) ... [01:56:57.795] | : state: 'created' [01:56:57.795] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.795] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.796] | : Using SequentialFutureBackend ... [01:56:57.796] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [01:56:57.796] | : . Launching futures ... [01:56:57.796] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:57.796] | : . ' , getFutureData() ... [01:56:57.797] | : . ' , ; getFutureCore() ... [01:56:57.797] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:57.797] | : . ' , ; getFutureCore() ... done [01:56:57.797] | : . ' , ; getFutureCapture() ... [01:56:57.797] | : . ' , ; getFutureCapture() ... done [01:56:57.798] | : . ' , ; getFutureContext() ... [01:56:57.798] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.798] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:57.798] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.798] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:57.799] | : . ' , ; getFutureContext() ... done [01:56:57.799] | : . ' , getFutureData() ... done [01:56:57.799] | : . ' , attachPackages() ... [01:56:57.799] | : . ' , ; packages: [n=1] 'future' [01:56:57.800] | : . ' , attachPackages() ... done [01:56:57.800] | : . ' , attachPackages() ... [01:56:57.800] | : . ' , ; packages: [n=0] [01:56:57.800] | : . ' , attachPackages() ... done [01:56:57.801] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.801] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:57.802] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.802] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.802] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:57.803] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:57.803] | : . ' , ; ` | New stack: [01:56:57.803] | : . ' , ; ` | List of 1 [01:56:57.803] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.803] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.803] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:57.803] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.803] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.803] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.803] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:57.803] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.807] | : . ' , ; ` | Old stack: [01:56:57.808] | : . ' , ; ` | List of 1 [01:56:57.808] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.808] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.808] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:57.808] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.808] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.808] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.808] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:57.808] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.808] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.808] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.808] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.816] | : . ' , ; ` | Not identical [01:56:57.816] | : . ' , ; ` | all.equal() for future ... [01:56:57.816] | : . ' , ; ` | : List of 2 [01:56:57.816] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.816] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:57.816] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.816] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.816] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.816] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.816] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.824] | : . ' , ; ` | all.equal() for future ... done [01:56:57.824] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:57.824] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:57.824] | : . ' , ; ` List of future strategies: [01:56:57.824] | : . ' , ; ` 1. sequential: [01:56:57.824] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:57.824] | : . ' , ; ` - tweaked: FALSE [01:56:57.824] | : . ' , ; ` - call: plan(sequential) [01:56:57.825] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:57.825] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:57.828] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.828] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.828] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:57.828] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:57.828] | : . ' , ; ` | : New stack: [01:56:57.829] | : . ' , ; ` | : List of 1 [01:56:57.829] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.829] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.829] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.829] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.829] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.829] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.829] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.829] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.829] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.829] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.829] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.892] | : . ' , ; ` | : Old stack: [01:56:57.892] | : . ' , ; ` | : List of 1 [01:56:57.892] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.892] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.892] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.892] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.892] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.892] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.892] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.892] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.892] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.892] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.892] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.897] | : . ' , ; ` | : Identical [01:56:57.897] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:57.897] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:57.897] | : . ' , ; ` | List of future strategies: [01:56:57.897] | : . ' , ; ` | 1. sequential: [01:56:57.897] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:57.897] | : . ' , ; ` | - tweaked: FALSE [01:56:57.897] | : . ' , ; ` | - call: plan(sequential) [01:56:57.898] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:57.898] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:57.899] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:57.899] | : . ' , SequentialFuture started (and completed) [01:56:57.900] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:57.900] | : . Launching futures ... done [01:56:57.900] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:57.900] | : Using SequentialFutureBackend ... done [01:56:57.900] | run() for 'Future' (NULL) ... done [01:56:57.901] future(..., label = NULL) ... done SequentialFuture: Label: NULL Expression: { 42 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 19c31c743ee08caa21c6b67a469dcad7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:57.902] value() for SequentialFuture (NULL) ... [01:56:57.902] | relay stdout ... [01:56:57.902] | relay stdout ... done [01:56:57.902] | check for misuse ... [01:56:57.902] | check for misuse ... done [01:56:57.903] value() for SequentialFuture (NULL) ... done [01:56:57.903] future(..., label = 'strategy = sequential') ... [01:56:57.903] | lazy: FALSE [01:56:57.903] | stdout: TRUE [01:56:57.903] | conditions: [n=1] 'condition' [01:56:57.904] | gc: FALSE [01:56:57.904] | earlySignal: FALSE [01:56:57.904] | getGlobalsAndPackages() ... [01:56:57.904] | : Searching for globals ... [01:56:57.906] | : . globals found: [0] [01:56:57.906] | : Searching for globals ... done [01:56:57.906] | : globals: [0] [01:56:57.906] | : packages: [0] [01:56:57.907] | getGlobalsAndPackages() ... done [01:56:57.907] | run() for 'Future' ('strategy = sequential') ... [01:56:57.907] | : state: 'created' [01:56:57.907] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.908] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.908] | : Using SequentialFutureBackend ... [01:56:57.908] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [01:56:57.908] | : . Launching futures ... [01:56:57.908] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:57.909] | : . ' , getFutureData() ... [01:56:57.909] | : . ' , ; getFutureCore() ... [01:56:57.909] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:57.909] | : . ' , ; getFutureCore() ... done [01:56:57.909] | : . ' , ; getFutureCapture() ... [01:56:57.910] | : . ' , ; getFutureCapture() ... done [01:56:57.910] | : . ' , ; getFutureContext() ... [01:56:57.910] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.910] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:57.910] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.911] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:57.911] | : . ' , ; getFutureContext() ... done [01:56:57.911] | : . ' , getFutureData() ... done [01:56:57.911] | : . ' , attachPackages() ... [01:56:57.911] | : . ' , ; packages: [n=1] 'future' [01:56:57.912] | : . ' , attachPackages() ... done [01:56:57.912] | : . ' , attachPackages() ... [01:56:57.912] | : . ' , ; packages: [n=0] [01:56:57.912] | : . ' , attachPackages() ... done [01:56:57.913] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.913] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:57.913] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.914] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.914] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:57.914] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:57.914] | : . ' , ; ` | New stack: [01:56:57.915] | : . ' , ; ` | List of 1 [01:56:57.915] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.915] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.915] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:57.915] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.915] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.915] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.915] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:57.915] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.918] | : . ' , ; ` | Old stack: [01:56:57.919] | : . ' , ; ` | List of 1 [01:56:57.919] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.919] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.919] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:57.919] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.919] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.919] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.919] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:57.919] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.919] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.919] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.919] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.924] | : . ' , ; ` | Not identical [01:56:57.924] | : . ' , ; ` | all.equal() for future ... [01:56:57.924] | : . ' , ; ` | : List of 2 [01:56:57.924] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.924] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:57.924] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.924] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.924] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.924] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.924] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.933] | : . ' , ; ` | all.equal() for future ... done [01:56:57.933] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:57.934] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:57.934] | : . ' , ; ` List of future strategies: [01:56:57.934] | : . ' , ; ` 1. sequential: [01:56:57.934] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:57.934] | : . ' , ; ` - tweaked: FALSE [01:56:57.934] | : . ' , ; ` - call: plan(sequential) [01:56:57.935] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:57.935] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:57.937] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.938] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.938] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:57.938] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:57.938] | : . ' , ; ` | : New stack: [01:56:57.939] | : . ' , ; ` | : List of 1 [01:56:57.939] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.939] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.939] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.939] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.939] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.939] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.939] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.939] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.939] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.939] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.939] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.943] | : . ' , ; ` | : Old stack: [01:56:57.944] | : . ' , ; ` | : List of 1 [01:56:57.944] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.944] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.944] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.944] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.944] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.944] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.944] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.944] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.944] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.944] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.944] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.948] | : . ' , ; ` | : Identical [01:56:57.949] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:57.949] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:57.949] | : . ' , ; ` | List of future strategies: [01:56:57.949] | : . ' , ; ` | 1. sequential: [01:56:57.949] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:57.949] | : . ' , ; ` | - tweaked: FALSE [01:56:57.949] | : . ' , ; ` | - call: plan(sequential) [01:56:57.950] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:57.950] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:57.950] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:57.951] | : . ' , SequentialFuture started (and completed) [01:56:57.951] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:57.951] | : . Launching futures ... done [01:56:57.952] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:57.952] | : Using SequentialFutureBackend ... done [01:56:57.952] | run() for 'Future' ('strategy = sequential') ... done [01:56:57.952] future(..., label = 'strategy = sequential') ... done SequentialFuture: Label: 'strategy = sequential' Expression: [1] 42 Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 19c31c743ee08caa21c6b67a469dcad7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:57.953] value() for SequentialFuture ('strategy = sequential') ... [01:56:57.953] | relay stdout ... [01:56:57.953] | relay stdout ... done [01:56:57.954] | check for misuse ... [01:56:57.954] | check for misuse ... done [01:56:57.954] value() for SequentialFuture ('strategy = sequential') ... done [01:56:57.954] future(..., label = 'strategy = sequential') ... [01:56:57.955] | lazy: FALSE [01:56:57.955] | stdout: TRUE [01:56:57.955] | conditions: [n=1] 'condition' [01:56:57.955] | gc: FALSE [01:56:57.955] | earlySignal: FALSE [01:56:57.955] | getGlobalsAndPackages() ... [01:56:57.956] | : Searching for globals ... [01:56:57.960] | : . globals found: [1] '{' [01:56:57.960] | : Searching for globals ... done [01:56:57.961] | : Resolving globals: FALSE [01:56:57.961] | : Search for packages associated with the globals ... [01:56:57.961] | : . Packages associated with globals: [1] 'base' [01:56:57.961] | : . Packages: [1] 'base' [01:56:57.962] | : Search for packages associated with the globals ... done [01:56:57.962] | : Packages after dropping 'base': [0] [01:56:57.962] | : globals: [0] [01:56:57.962] | : packages: [0] [01:56:57.963] | getGlobalsAndPackages() ... done [01:56:57.963] | run() for 'Future' ('strategy = sequential') ... [01:56:57.963] | : state: 'created' [01:56:57.963] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.964] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.964] | : Using SequentialFutureBackend ... [01:56:57.964] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [01:56:57.964] | : . Launching futures ... [01:56:57.964] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:57.965] | : . ' , getFutureData() ... [01:56:57.965] | : . ' , ; getFutureCore() ... [01:56:57.965] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:57.965] | : . ' , ; getFutureCore() ... done [01:56:57.965] | : . ' , ; getFutureCapture() ... [01:56:57.966] | : . ' , ; getFutureCapture() ... done [01:56:57.966] | : . ' , ; getFutureContext() ... [01:56:57.966] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.966] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:57.966] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.967] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:57.967] | : . ' , ; getFutureContext() ... done [01:56:57.967] | : . ' , getFutureData() ... done [01:56:57.967] | : . ' , attachPackages() ... [01:56:57.968] | : . ' , ; packages: [n=1] 'future' [01:56:57.968] | : . ' , attachPackages() ... done [01:56:57.968] | : . ' , attachPackages() ... [01:56:57.968] | : . ' , ; packages: [n=0] [01:56:57.969] | : . ' , attachPackages() ... done [01:56:57.969] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:57.969] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:57.970] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:57.970] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.970] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:57.971] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:57.971] | : . ' , ; ` | New stack: [01:56:57.971] | : . ' , ; ` | List of 1 [01:56:57.971] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.971] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.971] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:57.971] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.971] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.971] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.971] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:57.971] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.975] | : . ' , ; ` | Old stack: [01:56:57.975] | : . ' , ; ` | List of 1 [01:56:57.975] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.975] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.975] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:57.975] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.975] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.975] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.975] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:57.975] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.975] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.975] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.975] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:57.980] | : . ' , ; ` | Not identical [01:56:57.981] | : . ' , ; ` | all.equal() for future ... [01:56:57.981] | : . ' , ; ` | : List of 2 [01:56:57.981] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.981] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:57.981] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.981] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.981] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.981] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.981] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.989] | : . ' , ; ` | all.equal() for future ... done [01:56:57.989] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:57.990] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:57.990] | : . ' , ; ` List of future strategies: [01:56:57.990] | : . ' , ; ` 1. sequential: [01:56:57.990] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:57.990] | : . ' , ; ` - tweaked: FALSE [01:56:57.990] | : . ' , ; ` - call: plan(sequential) [01:56:57.991] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:57.991] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:57.994] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.994] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:57.994] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:57.995] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:57.995] | : . ' , ; ` | : New stack: [01:56:57.995] | : . ' , ; ` | : List of 1 [01:56:57.995] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:57.995] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:57.995] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:57.995] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.995] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.995] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.995] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:57.995] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:57.995] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:57.995] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:57.995] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:58.000] | : . ' , ; ` | : Old stack: [01:56:58.001] | : . ' , ; ` | : List of 1 [01:56:58.001] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:58.001] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:58.001] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:58.001] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:58.001] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:58.001] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:58.001] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:58.001] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:58.001] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:58.001] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:58.001] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:58.006] | : . ' , ; ` | : Identical [01:56:58.006] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:58.006] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:58.007] | : . ' , ; ` | List of future strategies: [01:56:58.007] | : . ' , ; ` | 1. sequential: [01:56:58.007] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:58.007] | : . ' , ; ` | - tweaked: FALSE [01:56:58.007] | : . ' , ; ` | - call: plan(sequential) [01:56:58.007] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:58.008] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:58.008] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:58.008] | : . ' , SequentialFuture started (and completed) [01:56:58.009] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:58.009] | : . Launching futures ... done [01:56:58.009] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:58.009] | : Using SequentialFutureBackend ... done [01:56:58.010] | run() for 'Future' ('strategy = sequential') ... done [01:56:58.010] future(..., label = 'strategy = sequential') ... done SequentialFuture: Label: 'strategy = sequential' Expression: { 42 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 19c31c743ee08caa21c6b67a469dcad7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:58.011] value() for SequentialFuture ('strategy = sequential') ... [01:56:58.012] | relay stdout ... [01:56:58.012] | relay stdout ... done [01:56:58.012] | check for misuse ... [01:56:58.012] | check for misuse ... done [01:56:58.013] value() for SequentialFuture ('strategy = sequential') ... done - plan('sequential') ... DONE - plan('multisession') ... [01:56:58.013] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:58.014] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:56:58.014] | : all.equal() for FutureStrategyList ... [01:56:58.014] | : . New stack: [01:56:58.014] | : . List of 1 [01:56:58.014] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:56:58.014] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:58.014] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:56:58.014] | : . ..- attr(*, "init")= logi TRUE [01:56:58.014] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:56:58.014] | : . gc = FALSE, earlySignal = FALSE, ...) [01:56:58.014] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:56:58.014] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:56:58.014] | : . ..- attr(*, "untweakable")= chr "persistent" [01:56:58.014] | : . ..- attr(*, "call")= language plan(strategy) [01:56:58.014] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:58.022] | : . Old stack: [01:56:58.022] | : . List of 1 [01:56:58.022] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:58.022] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:58.022] | : . ..- attr(*, "init")= chr "done" [01:56:58.022] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:58.022] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:58.022] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:58.022] | : . ..- attr(*, "call")= language plan(sequential) [01:56:58.022] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:58.022] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:58.022] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:58.022] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:58.027] | : . Not identical [01:56:58.027] | : . all.equal() for future ... [01:56:58.027] | : . ' List of 2 [01:56:58.027] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:56:58.027] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:58.027] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:56:58.027] | : . ' ..- attr(*, "init")= logi TRUE [01:56:58.027] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:56:58.027] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:56:58.027] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:56:58.027] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:56:58.027] | : . ' ..- attr(*, "untweakable")= chr "persistent" [01:56:58.027] | : . ' ..- attr(*, "call")= language plan(strategy) [01:56:58.027] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:58.027] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:58.027] | : . ' ..- attr(*, "init")= chr "done" [01:56:58.027] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:58.027] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:58.027] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:58.027] | : . ' ..- attr(*, "call")= language plan(sequential) [01:56:58.027] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:58.027] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:58.027] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:58.035] | : . ' Formals differ [01:56:58.035] | : . all.equal() for future ... done [01:56:58.035] | : . Future strategies differ at level 1 [01:56:58.035] | : all.equal() for FutureStrategyList ... done [01:56:58.035] | : plan(): Setting new future backend stack: [01:56:58.036] | : List of future strategies: [01:56:58.036] | : 1. multisession: [01:56:58.036] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:58.036] | : - tweaked: FALSE [01:56:58.036] | : - call: plan(strategy) [01:56:58.036] | : List of 1 [01:56:58.036] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:56:58.036] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:58.036] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:56:58.036] | : ..- attr(*, "init")= logi TRUE [01:56:58.036] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:56:58.036] | : gc = FALSE, earlySignal = FALSE, ...) [01:56:58.036] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:56:58.036] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:56:58.036] | : ..- attr(*, "untweakable")= chr "persistent" [01:56:58.036] | : ..- attr(*, "call")= language plan(strategy) [01:56:58.036] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:58.040] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [01:56:58.040] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:58.041] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [01:56:58.041] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:58.041] | : . Legacy shutdown of cluster workers ... [01:56:58.042] | : . ' Stopping existing cluster ... [01:56:58.042] | : . ' , No pre-existing cluster. Skipping [01:56:58.042] | : . ' Stopping existing cluster ... done [01:56:58.042] | : . Legacy shutdown of cluster workers ... done [01:56:58.042] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [01:56:58.043] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [01:56:58.043] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:56:58.043] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:58.043] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:56:58.043] | : . - attr(*, "init")= logi TRUE [01:56:58.043] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:56:58.043] | : . gc = FALSE, earlySignal = FALSE, ...) [01:56:58.043] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:56:58.043] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:56:58.043] | : . - attr(*, "untweakable")= chr "persistent" [01:56:58.043] | : . - attr(*, "call")= language plan(strategy) [01:56:58.046] | : . init: TRUE [01:56:58.046] | : . makeFutureBackend() ... [01:56:58.046] | : . ' Backend function: <'NULL'> [01:56:58.047] | : . ' Evaluator tweak arguments: [n=0] [01:56:58.047] | : . ' list() [01:56:58.047] | : . ' Evaluator formal arguments: [n=4] [01:56:58.047] | : . ' list() [01:56:58.048] | : . ' Backend factory arguments: [n=4] [01:56:58.048] | : . ' Dotted pair list of 4 [01:56:58.048] | : . ' $ workers : language availableCores() [01:56:58.048] | : . ' $ rscript_libs: language .libPaths() [01:56:58.048] | : . ' $ gc : logi FALSE [01:56:58.048] | : . ' $ earlySignal : logi FALSE [01:56:58.050] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [01:56:58.050] | : . ' , Arguments: [01:56:58.050] | : . ' , List of 5 [01:56:58.050] | : . ' , $ workers : Named int 2 [01:56:58.050] | : . ' , ..- attr(*, "names")= chr "mc.cores" [01:56:58.050] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:56:58.050] | : . ' , $ interrupts : logi TRUE [01:56:58.050] | : . ' , $ gc : logi FALSE [01:56:58.050] | : . ' , $ earlySignal : logi FALSE [01:56:58.056] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [01:56:58.056] | : . ' , ; workers: 2 [01:56:58.056] | : . ' , ; getCluster() ... [01:56:58.056] | : . ' , ; getCluster() ... done [01:56:58.057] | : . ' , ; Stopping existing cluster ... [01:56:58.057] | : . ' , ; ` No pre-existing cluster. Skipping [01:56:58.057] | : . ' , ; Stopping existing cluster ... done [01:56:58.057] | : . ' , ; Starting new cluster ... [01:56:58.057] | : . ' , ; ` makeCluster(workers, ...) ... [01:56:58.057] | : . ' , ; ` | Arguments: [01:56:58.058] | : . ' , ; ` | List of 2 [01:56:58.058] | : . ' , ; ` | $ : int 2 [01:56:58.058] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:56:58.059] | : . ' , ; ` | .makeCluster() ... [01:56:58.059] | : . ' , ; ` | : workers: '2' [01:56:58.059] | : . ' , ; ` | : R_FUTURE_PLAN: NA [01:56:58.060] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [01:56:58.060] | : . ' , ; ` | : List of 2 [01:56:58.060] | : . ' , ; ` | : $ : int 2 [01:56:58.060] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:56:58.681] | : . ' , ; ` | : Generated cluster UUID [01:56:58.682] | : . ' , ; ` | : Cluster UUID: 'f2e9bcb1f8266462c24a0f319d59de5c' [01:56:58.682] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:56:58.685] | : . ' , ; ` | .makeCluster() ... done [01:56:58.685] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:56:58.687] | : . ' , ; ` makeCluster(workers, ...) ... done [01:56:58.687] | : . ' , ; ` Number of workers: 2 [01:56:58.687] | : . ' , ; ` Workers UUID: 'f2e9bcb1f8266462c24a0f319d59de5c' [01:56:58.688] | : . ' , ; Starting new cluster ... done [01:56:58.688] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [01:56:58.688] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [01:56:58.688] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [01:56:58.688] | : . makeFutureBackend() ... done [01:56:58.689] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:58.689] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:58.689] | : . plan(): nbrOfWorkers() = 2 [01:56:58.689] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [01:56:58.689] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:56:58.690] | future(..., label = NULL) ... [01:56:58.690] | : lazy: FALSE [01:56:58.690] | : stdout: TRUE [01:56:58.690] | : conditions: [n=1] 'condition' [01:56:58.690] | : gc: FALSE [01:56:58.690] | : earlySignal: FALSE [01:56:58.691] | : getGlobalsAndPackages() ... [01:56:58.691] | : . Searching for globals ... [01:56:58.692] | : . ' globals found: [0] [01:56:58.693] | : . Searching for globals ... done [01:56:58.693] | : . globals: [0] [01:56:58.693] | : . packages: [0] [01:56:58.693] | : getGlobalsAndPackages() ... done [01:56:58.693] | : run() for 'Future' (NULL) ... [01:56:58.694] | : . state: 'created' [01:56:58.694] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:58.694] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:58.694] | : . Using MultisessionFutureBackend ... [01:56:58.694] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:56:58.694] | : . ' Launching futures ... [01:56:58.695] | : . ' , launchFuture() for ClusterFutureBackend ... [01:56:58.695] | : . ' , ; Workers: [n=2] [01:56:58.695] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:56:58.697] | : . ' , ; FutureRegistry: 'workers-f2e9bcb1f8266462c24a0f319d59de5c' [01:56:58.697] | : . ' , ; requestWorker() ... [01:56:58.697] | : . ' , ; ` requestNode() ... [01:56:58.698] | : . ' , ; ` | Number of workers: 2 [01:56:58.698] | : . ' , ; ` | Polling for a free worker ... [01:56:58.698] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:58.698] | : . ' , ; ` | : . Created empty registry 'workers-f2e9bcb1f8266462c24a0f319d59de5c' [01:56:58.698] | : . ' , ; ` | : . Listing all futures [01:56:58.699] | : . ' , ; ` | : . Number of registered futures: 0 [01:56:58.699] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:58.699] | : . ' , ; ` | : Total time: 0 [01:56:58.699] | : . ' , ; ` | Polling for a free worker ... done [01:56:58.699] | : . ' , ; ` | FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:58.699] | : . ' , ; ` | : Listing all futures [01:56:58.699] | : . ' , ; ` | : Number of registered futures: 0 [01:56:58.700] | : . ' , ; ` | FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:58.700] | : . ' , ; ` | avail: [n=2] '1', '2' [01:56:58.700] | : . ' , ; ` | Index of first available worker: 1 [01:56:58.700] | : . ' , ; ` | Validate that the worker is functional ... [01:56:58.830] | : . ' , ; ` | : Worker is functional [01:56:58.830] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:58.830] | : . ' , ; ` | : . Listing all futures [01:56:58.831] | : . ' , ; ` | : . Number of registered futures: 0 [01:56:58.831] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:58.831] | : . ' , ; ` | Validate that the worker is functional ... done [01:56:58.831] | : . ' , ; ` requestNode() ... done [01:56:58.831] | : . ' , ; ` cluster node index: 1 [01:56:58.831] | : . ' , ; requestWorker() ... done [01:56:58.832] | : . ' , ; eraseGlobalEnvironment() ... [01:56:58.832] | : . ' , ; eraseGlobalEnvironment() ... done [01:56:58.832] | : . ' , ; launchFuture() ... [01:56:58.833] | : . ' , ; ` cluster node index: 1 [01:56:58.833] | : . ' , ; ` getFutureData() ... [01:56:58.833] | : . ' , ; ` | getFutureCore() ... [01:56:58.833] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:56:58.833] | : . ' , ; ` | getFutureCore() ... done [01:56:58.833] | : . ' , ; ` | getFutureCapture() ... [01:56:58.834] | : . ' , ; ` | getFutureCapture() ... done [01:56:58.834] | : . ' , ; ` | getFutureContext() ... [01:56:58.834] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:58.834] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:56:58.834] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:58.834] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:56:58.835] | : . ' , ; ` | getFutureContext() ... done [01:56:58.835] | : . ' , ; ` getFutureData() ... done [01:56:58.836] | : . ' , ; ` FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'add', earlySignal = 0) ... [01:56:58.836] | : . ' , ; ` | Appended future to position #1 [01:56:58.836] | : . ' , ; ` | Number of registered futures: 1 [01:56:58.836] | : . ' , ; ` FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'add', earlySignal = 0) ... done [01:56:58.836] | : . ' , ; launchFuture() ... done [01:56:58.836] | : . ' , ; MultisessionFuture started [01:56:58.837] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:56:58.837] | : . ' Launching futures ... done [01:56:58.837] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:56:58.837] | : . Using MultisessionFutureBackend ... done [01:56:58.837] | : run() for 'Future' (NULL) ... done [01:56:58.837] | future(..., label = NULL) ... done MultisessionFuture: Label: NULL Expression: [1] 42 Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'running' [01:56:58.838] | resolved() for MultisessionFuture (NULL) ... [01:56:58.839] | : Cluster node socket connection: index=4, id=326 [01:56:58.839] | : assertValidConnection() ... [01:56:58.840] | : . cluster node index: 1 [01:56:58.840] | : assertValidConnection() ... done [01:56:58.895] | : receiveMessageFromWorker() for ClusterFuture ... [01:56:58.895] | : . cluster node index: 1 [01:56:58.895] | : . [1] TRUE [01:56:58.896] | : . received data: [01:56:58.896] | : . List of 5 [01:56:58.896] | : . $ type : chr "VALUE" [01:56:58.896] | : . $ value :List of 14 [01:56:58.896] | : . ..$ value : num 42 [01:56:58.896] | : . ..$ visible : logi TRUE [01:56:58.896] | : . ..$ stdout : chr "" [01:56:58.896] | : . ..$ conditions : list() [01:56:58.896] | : . ..$ rng : logi FALSE [01:56:58.896] | : . ..$ misuseGlobalEnv : NULL [01:56:58.896] | : . ..$ misuseConnections:List of 3 [01:56:58.896] | : . .. ..$ added : NULL [01:56:58.896] | : . .. ..$ removed : NULL [01:56:58.896] | : . .. ..$ replaced: NULL [01:56:58.896] | : . ..$ misuseDevices : NULL [01:56:58.896] | : . ..$ started : POSIXct[1:1], format: "2025-05-09 01:56:58" [01:56:58.896] | : . ..$ finished : POSIXct[1:1], format: "2025-05-09 01:56:58" [01:56:58.896] | : . ..$ uuid : chr [1:2] "19c31c743ee08caa21c6b67a469dcad7" "5" [01:56:58.896] | : . ..$ session_uuid : chr "448c7a05ce8782ab575057a8d2710833" [01:56:58.896] | : . .. ..- attr(*, "source")=List of 5 [01:56:58.896] | : . .. .. ..$ host : Named chr "CRANWIN3" [01:56:58.896] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:56:58.896] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:56:58.896] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:56:58.896] | : . .. .. ..$ pid : int 95020 [01:56:58.896] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:56:58" [01:56:58.896] | : . .. .. ..$ random: int 2147483647 [01:56:58.896] | : . ..$ r_info :List of 4 [01:56:58.896] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:56:58.896] | : . .. .. ..$ : int [1:3] 4 6 0 [01:56:58.896] | : . .. ..$ os : chr "windows" [01:56:58.896] | : . .. ..$ os_name : chr "Windows" [01:56:58.896] | : . .. ..$ captures_utf8: logi TRUE [01:56:58.896] | : . ..$ version : chr "1.8" [01:56:58.896] | : . ..- attr(*, "class")= chr "FutureResult" [01:56:58.896] | : . $ success: logi TRUE [01:56:58.896] | : . $ time : 'proc_time' Named num [1:5] 0.05 0.01 0.07 NA NA [01:56:58.896] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:56:58.896] | : . $ tag : NULL [01:56:58.910] | : . Received FutureResult [01:56:58.910] | : . FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'remove', earlySignal = 0) ... [01:56:58.910] | : . ' Removed future from position #1 [01:56:58.911] | : . ' Number of registered futures: 0 [01:56:58.911] | : . FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'remove', earlySignal = 0) ... done [01:56:58.911] | : . Erased future from future backend [01:56:58.911] | : . result() for ClusterFuture ... [01:56:58.911] | : . ' result already collected: FutureResult [01:56:58.912] | : . result() for ClusterFuture ... done [01:56:58.912] | : receiveMessageFromWorker() for ClusterFuture ... done [01:56:58.912] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [01:56:58.912] | resolved() for MultisessionFuture (NULL) ... done [01:56:58.912] | assertFutureResult() ... [01:56:58.912] | : Future uuid: 19c31c743ee08caa21c6b67a469dcad7[01:56:58.912] | : Future uuid: 5 [01:56:58.913] | : identical; success [01:56:58.913] | assertFutureResult() ... done Resolved: TRUE Value: Conditions captured: Early signaling: FALSE Owner process: 19c31c743ee08caa21c6b67a469dcad7 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:56:58.913] | value() for MultisessionFuture (NULL) ... [01:56:58.913] | : result() for ClusterFuture ... [01:56:58.913] | : . result already collected: FutureResult [01:56:58.914] | : result() for ClusterFuture ... done [01:56:58.914] | : result() for ClusterFuture ... [01:56:58.914] | : . result already collected: FutureResult [01:56:58.914] | : result() for ClusterFuture ... done [01:56:58.914] | : relay stdout ... [01:56:58.914] | : relay stdout ... done [01:56:58.915] | : check for misuse ... [01:56:58.915] | : check for misuse ... done [01:56:58.915] | value() for MultisessionFuture (NULL) ... done [01:56:58.915] | future(..., label = NULL) ... [01:56:58.915] | : lazy: FALSE [01:56:58.916] | : stdout: TRUE [01:56:58.916] | : conditions: [n=1] 'condition' [01:56:58.916] | : gc: FALSE [01:56:58.916] | : earlySignal: FALSE [01:56:58.916] | : getGlobalsAndPackages() ... [01:56:58.917] | : . Searching for globals ... [01:56:58.920] | : . ' globals found: [1] '{' [01:56:58.921] | : . Searching for globals ... done [01:56:58.921] | : . Resolving globals: FALSE [01:56:58.921] | : . Search for packages associated with the globals ... [01:56:58.921] | : . ' Packages associated with globals: [1] 'base' [01:56:58.922] | : . ' Packages: [1] 'base' [01:56:58.922] | : . Search for packages associated with the globals ... done [01:56:58.922] | : . Packages after dropping 'base': [0] [01:56:58.922] | : . globals: [0] [01:56:58.922] | : . packages: [0] [01:56:58.922] | : getGlobalsAndPackages() ... done [01:56:58.923] | : run() for 'Future' (NULL) ... [01:56:58.923] | : . state: 'created' [01:56:58.923] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:58.923] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:58.923] | : . Using MultisessionFutureBackend ... [01:56:58.924] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [01:56:58.924] | : . ' Launching futures ... [01:56:58.924] | : . ' , launchFuture() for ClusterFutureBackend ... [01:56:58.924] | : . ' , ; Workers: [n=2] [01:56:58.924] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:56:58.926] | : . ' , ; FutureRegistry: 'workers-f2e9bcb1f8266462c24a0f319d59de5c' [01:56:58.927] | : . ' , ; requestWorker() ... [01:56:58.927] | : . ' , ; ` requestNode() ... [01:56:58.927] | : . ' , ; ` | Number of workers: 2 [01:56:58.927] | : . ' , ; ` | Polling for a free worker ... [01:56:58.927] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:58.927] | : . ' , ; ` | : . Listing all futures [01:56:58.928] | : . ' , ; ` | : . Number of registered futures: 0 [01:56:58.928] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:58.928] | : . ' , ; ` | : Total time: 0 [01:56:58.928] | : . ' , ; ` | Polling for a free worker ... done [01:56:58.928] | : . ' , ; ` | FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:58.928] | : . ' , ; ` | : Listing all futures [01:56:58.929] | : . ' , ; ` | : Number of registered futures: 0 [01:56:58.929] | : . ' , ; ` | FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:58.929] | : . ' , ; ` | avail: [n=2] '1', '2' [01:56:58.929] | : . ' , ; ` | Index of first available worker: 1 [01:56:58.929] | : . ' , ; ` | Validate that the worker is functional ... [01:56:58.977] | : . ' , ; ` | : Worker is functional [01:56:58.977] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:58.977] | : . ' , ; ` | : . Listing all futures [01:56:58.978] | : . ' , ; ` | : . Number of registered futures: 0 [01:56:58.978] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:58.978] | : . ' , ; ` | Validate that the worker is functional ... done [01:56:58.978] | : . ' , ; ` requestNode() ... done [01:56:58.979] | : . ' , ; ` cluster node index: 1 [01:56:58.979] | : . ' , ; requestWorker() ... done [01:56:58.979] | : . ' , ; eraseGlobalEnvironment() ... [01:56:58.980] | : . ' , ; eraseGlobalEnvironment() ... done [01:56:58.981] | : . ' , ; launchFuture() ... [01:56:58.981] | : . ' , ; ` cluster node index: 1 [01:56:58.982] | : . ' , ; ` getFutureData() ... [01:56:58.982] | : . ' , ; ` | getFutureCore() ... [01:56:58.982] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:56:58.983] | : . ' , ; ` | getFutureCore() ... done [01:56:58.983] | : . ' , ; ` | getFutureCapture() ... [01:56:58.983] | : . ' , ; ` | getFutureCapture() ... done [01:56:58.984] | : . ' , ; ` | getFutureContext() ... [01:56:58.984] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:58.984] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:56:58.985] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:58.985] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:56:58.985] | : . ' , ; ` | getFutureContext() ... done [01:56:58.986] | : . ' , ; ` getFutureData() ... done [01:56:58.987] | : . ' , ; ` FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'add', earlySignal = 0) ... [01:56:58.987] | : . ' , ; ` | Appended future to position #1 [01:56:58.987] | : . ' , ; ` | Number of registered futures: 1 [01:56:58.988] | : . ' , ; ` FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'add', earlySignal = 0) ... done [01:56:58.988] | : . ' , ; launchFuture() ... done [01:56:58.988] | : . ' , ; MultisessionFuture started [01:56:58.988] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:56:58.989] | : . ' Launching futures ... done [01:56:58.989] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:56:58.989] | : . Using MultisessionFutureBackend ... done [01:56:58.989] | : run() for 'Future' (NULL) ... done [01:56:58.989] | future(..., label = NULL) ... done MultisessionFuture: Label: NULL Expression: { 42 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'running' [01:56:58.991] | resolved() for MultisessionFuture (NULL) ... [01:56:58.991] | : Cluster node socket connection: index=4, id=326 [01:56:58.992] | : assertValidConnection() ... [01:56:58.992] | : . cluster node index: 1 [01:56:58.992] | : assertValidConnection() ... done [01:56:58.992] | : receiveMessageFromWorker() for ClusterFuture ... [01:56:58.993] | : . cluster node index: 1 [01:56:58.993] | : . [1] TRUE [01:56:58.993] | : . received data: [01:56:58.993] | : . List of 5 [01:56:58.993] | : . $ type : chr "VALUE" [01:56:58.993] | : . $ value :List of 14 [01:56:58.993] | : . ..$ value : num 42 [01:56:58.993] | : . ..$ visible : logi TRUE [01:56:58.993] | : . ..$ stdout : chr "" [01:56:58.993] | : . ..$ conditions : list() [01:56:58.993] | : . ..$ rng : logi FALSE [01:56:58.993] | : . ..$ misuseGlobalEnv : NULL [01:56:58.993] | : . ..$ misuseConnections:List of 3 [01:56:58.993] | : . .. ..$ added : NULL [01:56:58.993] | : . .. ..$ removed : NULL [01:56:58.993] | : . .. ..$ replaced: NULL [01:56:58.993] | : . ..$ misuseDevices : NULL [01:56:58.993] | : . ..$ started : POSIXct[1:1], format: "2025-05-09 01:56:58" [01:56:58.993] | : . ..$ finished : POSIXct[1:1], format: "2025-05-09 01:56:58" [01:56:58.993] | : . ..$ uuid : chr [1:2] "19c31c743ee08caa21c6b67a469dcad7" "6" [01:56:58.993] | : . ..$ session_uuid : chr "448c7a05ce8782ab575057a8d2710833" [01:56:58.993] | : . .. ..- attr(*, "source")=List of 5 [01:56:58.993] | : . .. .. ..$ host : Named chr "CRANWIN3" [01:56:58.993] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:56:58.993] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:56:58.993] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:56:58.993] | : . .. .. ..$ pid : int 95020 [01:56:58.993] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:56:58" [01:56:58.993] | : . .. .. ..$ random: int 2147483647 [01:56:58.993] | : . ..$ r_info :List of 4 [01:56:58.993] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:56:58.993] | : . .. .. ..$ : int [1:3] 4 6 0 [01:56:58.993] | : . .. ..$ os : chr "windows" [01:56:58.993] | : . .. ..$ os_name : chr "Windows" [01:56:58.993] | : . .. ..$ captures_utf8: logi TRUE [01:56:58.993] | : . ..$ version : chr "1.8" [01:56:58.993] | : . ..- attr(*, "class")= chr "FutureResult" [01:56:58.993] | : . $ success: logi TRUE [01:56:58.993] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:56:58.993] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:56:58.993] | : . $ tag : NULL [01:56:59.012] | : . Received FutureResult [01:56:59.012] | : . FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'remove', earlySignal = 0) ... [01:56:59.012] | : . ' Removed future from position #1 [01:56:59.012] | : . ' Number of registered futures: 0 [01:56:59.013] | : . FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'remove', earlySignal = 0) ... done [01:56:59.013] | : . Erased future from future backend [01:56:59.013] | : . result() for ClusterFuture ... [01:56:59.013] | : . ' result already collected: FutureResult [01:56:59.013] | : . result() for ClusterFuture ... done [01:56:59.013] | : receiveMessageFromWorker() for ClusterFuture ... done [01:56:59.014] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [01:56:59.014] | resolved() for MultisessionFuture (NULL) ... done [01:56:59.014] | assertFutureResult() ... [01:56:59.014] | : Future uuid: 19c31c743ee08caa21c6b67a469dcad7[01:56:59.014] | : Future uuid: 6 [01:56:59.014] | : identical; success [01:56:59.014] | assertFutureResult() ... done Resolved: TRUE Value: Conditions captured: Early signaling: FALSE Owner process: 19c31c743ee08caa21c6b67a469dcad7 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:56:59.015] | value() for MultisessionFuture (NULL) ... [01:56:59.015] | : result() for ClusterFuture ... [01:56:59.015] | : . result already collected: FutureResult [01:56:59.015] | : result() for ClusterFuture ... done [01:56:59.016] | : result() for ClusterFuture ... [01:56:59.016] | : . result already collected: FutureResult [01:56:59.016] | : result() for ClusterFuture ... done [01:56:59.016] | : relay stdout ... [01:56:59.016] | : relay stdout ... done [01:56:59.016] | : check for misuse ... [01:56:59.017] | : check for misuse ... done [01:56:59.017] | value() for MultisessionFuture (NULL) ... done [01:56:59.017] | future(..., label = 'strategy = multisession') ... [01:56:59.017] | : lazy: FALSE [01:56:59.017] | : stdout: TRUE [01:56:59.018] | : conditions: [n=1] 'condition' [01:56:59.018] | : gc: FALSE [01:56:59.018] | : earlySignal: FALSE [01:56:59.018] | : getGlobalsAndPackages() ... [01:56:59.018] | : . Searching for globals ... [01:56:59.020] | : . ' globals found: [0] [01:56:59.020] | : . Searching for globals ... done [01:56:59.020] | : . globals: [0] [01:56:59.020] | : . packages: [0] [01:56:59.021] | : getGlobalsAndPackages() ... done [01:56:59.021] | : run() for 'Future' ('strategy = multisession') ... [01:56:59.021] | : . state: 'created' [01:56:59.021] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:59.021] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:59.022] | : . Using MultisessionFutureBackend ... [01:56:59.022] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [01:56:59.022] | : . ' Launching futures ... [01:56:59.022] | : . ' , launchFuture() for ClusterFutureBackend ... [01:56:59.022] | : . ' , ; Workers: [n=2] [01:56:59.023] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:56:59.024] | : . ' , ; FutureRegistry: 'workers-f2e9bcb1f8266462c24a0f319d59de5c' [01:56:59.025] | : . ' , ; requestWorker() ... [01:56:59.025] | : . ' , ; ` requestNode() ... [01:56:59.025] | : . ' , ; ` | Number of workers: 2 [01:56:59.025] | : . ' , ; ` | Polling for a free worker ... [01:56:59.025] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:59.026] | : . ' , ; ` | : . Listing all futures [01:56:59.026] | : . ' , ; ` | : . Number of registered futures: 0 [01:56:59.026] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:59.026] | : . ' , ; ` | : Total time: 0 [01:56:59.026] | : . ' , ; ` | Polling for a free worker ... done [01:56:59.026] | : . ' , ; ` | FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:59.027] | : . ' , ; ` | : Listing all futures [01:56:59.027] | : . ' , ; ` | : Number of registered futures: 0 [01:56:59.027] | : . ' , ; ` | FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:59.027] | : . ' , ; ` | avail: [n=2] '1', '2' [01:56:59.027] | : . ' , ; ` | Index of first available worker: 1 [01:56:59.027] | : . ' , ; ` | Validate that the worker is functional ... [01:56:59.076] | : . ' , ; ` | : Worker is functional [01:56:59.077] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:59.077] | : . ' , ; ` | : . Listing all futures [01:56:59.077] | : . ' , ; ` | : . Number of registered futures: 0 [01:56:59.077] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:59.077] | : . ' , ; ` | Validate that the worker is functional ... done [01:56:59.078] | : . ' , ; ` requestNode() ... done [01:56:59.078] | : . ' , ; ` cluster node index: 1 [01:56:59.078] | : . ' , ; requestWorker() ... done [01:56:59.078] | : . ' , ; eraseGlobalEnvironment() ... [01:56:59.079] | : . ' , ; eraseGlobalEnvironment() ... done [01:56:59.079] | : . ' , ; launchFuture() ... [01:56:59.079] | : . ' , ; ` cluster node index: 1 [01:56:59.080] | : . ' , ; ` getFutureData() ... [01:56:59.080] | : . ' , ; ` | getFutureCore() ... [01:56:59.080] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:56:59.080] | : . ' , ; ` | getFutureCore() ... done [01:56:59.080] | : . ' , ; ` | getFutureCapture() ... [01:56:59.081] | : . ' , ; ` | getFutureCapture() ... done [01:56:59.081] | : . ' , ; ` | getFutureContext() ... [01:56:59.081] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:59.081] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:56:59.081] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:59.082] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:56:59.082] | : . ' , ; ` | getFutureContext() ... done [01:56:59.082] | : . ' , ; ` getFutureData() ... done [01:56:59.082] | : . ' , ; ` FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'add', earlySignal = 0) ... [01:56:59.083] | : . ' , ; ` | Appended future to position #1 [01:56:59.083] | : . ' , ; ` | Number of registered futures: 1 [01:56:59.083] | : . ' , ; ` FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'add', earlySignal = 0) ... done [01:56:59.083] | : . ' , ; launchFuture() ... done [01:56:59.083] | : . ' , ; MultisessionFuture started [01:56:59.084] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:56:59.084] | : . ' Launching futures ... done [01:56:59.084] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:56:59.084] | : . Using MultisessionFutureBackend ... done [01:56:59.084] | : run() for 'Future' ('strategy = multisession') ... done [01:56:59.084] | future(..., label = 'strategy = multisession') ... done MultisessionFuture: Label: 'strategy = multisession' Expression: [1] 42 Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'running' [01:56:59.085] | resolved() for MultisessionFuture ('strategy = multisession') ... [01:56:59.086] | : Cluster node socket connection: index=4, id=326 [01:56:59.086] | : assertValidConnection() ... [01:56:59.086] | : . cluster node index: 1 [01:56:59.086] | : assertValidConnection() ... done [01:56:59.087] | : receiveMessageFromWorker() for ClusterFuture ... [01:56:59.087] | : . cluster node index: 1 [01:56:59.087] | : . [1] TRUE [01:56:59.087] | : . received data: [01:56:59.088] | : . List of 5 [01:56:59.088] | : . $ type : chr "VALUE" [01:56:59.088] | : . $ value :List of 14 [01:56:59.088] | : . ..$ value : num 42 [01:56:59.088] | : . ..$ visible : logi TRUE [01:56:59.088] | : . ..$ stdout : chr "" [01:56:59.088] | : . ..$ conditions : list() [01:56:59.088] | : . ..$ rng : logi FALSE [01:56:59.088] | : . ..$ misuseGlobalEnv : NULL [01:56:59.088] | : . ..$ misuseConnections:List of 3 [01:56:59.088] | : . .. ..$ added : NULL [01:56:59.088] | : . .. ..$ removed : NULL [01:56:59.088] | : . .. ..$ replaced: NULL [01:56:59.088] | : . ..$ misuseDevices : NULL [01:56:59.088] | : . ..$ started : POSIXct[1:1], format: "2025-05-09 01:56:59" [01:56:59.088] | : . ..$ finished : POSIXct[1:1], format: "2025-05-09 01:56:59" [01:56:59.088] | : . ..$ uuid : chr [1:2] "19c31c743ee08caa21c6b67a469dcad7" "7" [01:56:59.088] | : . ..$ session_uuid : chr "448c7a05ce8782ab575057a8d2710833" [01:56:59.088] | : . .. ..- attr(*, "source")=List of 5 [01:56:59.088] | : . .. .. ..$ host : Named chr "CRANWIN3" [01:56:59.088] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:56:59.088] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:56:59.088] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:56:59.088] | : . .. .. ..$ pid : int 95020 [01:56:59.088] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:56:58" [01:56:59.088] | : . .. .. ..$ random: int 2147483647 [01:56:59.088] | : . ..$ r_info :List of 4 [01:56:59.088] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:56:59.088] | : . .. .. ..$ : int [1:3] 4 6 0 [01:56:59.088] | : . .. ..$ os : chr "windows" [01:56:59.088] | : . .. ..$ os_name : chr "Windows" [01:56:59.088] | : . .. ..$ captures_utf8: logi TRUE [01:56:59.088] | : . ..$ version : chr "1.8" [01:56:59.088] | : . ..- attr(*, "class")= chr "FutureResult" [01:56:59.088] | : . $ success: logi TRUE [01:56:59.088] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:56:59.088] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:56:59.088] | : . $ tag : NULL [01:56:59.101] | : . Received FutureResult [01:56:59.101] | : . FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'remove', earlySignal = 0) ... [01:56:59.101] | : . ' Removed future from position #1 [01:56:59.101] | : . ' Number of registered futures: 0 [01:56:59.101] | : . FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'remove', earlySignal = 0) ... done [01:56:59.102] | : . Erased future from future backend [01:56:59.102] | : . result() for ClusterFuture ... [01:56:59.102] | : . ' result already collected: FutureResult [01:56:59.102] | : . result() for ClusterFuture ... done [01:56:59.102] | : receiveMessageFromWorker() for ClusterFuture ... done [01:56:59.103] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [01:56:59.103] | resolved() for MultisessionFuture ('strategy = multisession') ... done [01:56:59.103] | assertFutureResult() ... [01:56:59.103] | : Future uuid: 19c31c743ee08caa21c6b67a469dcad7[01:56:59.103] | : Future uuid: 7 [01:56:59.103] | : identical; success [01:56:59.103] | assertFutureResult() ... done Resolved: TRUE Value: Conditions captured: Early signaling: FALSE Owner process: 19c31c743ee08caa21c6b67a469dcad7 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:56:59.104] | value() for MultisessionFuture ('strategy = multisession') ... [01:56:59.104] | : result() for ClusterFuture ... [01:56:59.104] | : . result already collected: FutureResult [01:56:59.104] | : result() for ClusterFuture ... done [01:56:59.104] | : result() for ClusterFuture ... [01:56:59.105] | : . result already collected: FutureResult [01:56:59.105] | : result() for ClusterFuture ... done [01:56:59.105] | : relay stdout ... [01:56:59.105] | : relay stdout ... done [01:56:59.105] | : check for misuse ... [01:56:59.105] | : check for misuse ... done [01:56:59.106] | value() for MultisessionFuture ('strategy = multisession') ... done [01:56:59.106] | future(..., label = 'strategy = multisession') ... [01:56:59.106] | : lazy: FALSE [01:56:59.106] | : stdout: TRUE [01:56:59.106] | : conditions: [n=1] 'condition' [01:56:59.107] | : gc: FALSE [01:56:59.107] | : earlySignal: FALSE [01:56:59.107] | : getGlobalsAndPackages() ... [01:56:59.107] | : . Searching for globals ... [01:56:59.111] | : . ' globals found: [1] '{' [01:56:59.111] | : . Searching for globals ... done [01:56:59.111] | : . Resolving globals: FALSE [01:56:59.111] | : . Search for packages associated with the globals ... [01:56:59.112] | : . ' Packages associated with globals: [1] 'base' [01:56:59.112] | : . ' Packages: [1] 'base' [01:56:59.112] | : . Search for packages associated with the globals ... done [01:56:59.112] | : . Packages after dropping 'base': [0] [01:56:59.112] | : . globals: [0] [01:56:59.113] | : . packages: [0] [01:56:59.113] | : getGlobalsAndPackages() ... done [01:56:59.113] | : run() for 'Future' ('strategy = multisession') ... [01:56:59.113] | : . state: 'created' [01:56:59.114] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:59.114] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:59.114] | : . Using MultisessionFutureBackend ... [01:56:59.114] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [01:56:59.114] | : . ' Launching futures ... [01:56:59.114] | : . ' , launchFuture() for ClusterFutureBackend ... [01:56:59.115] | : . ' , ; Workers: [n=2] [01:56:59.115] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:56:59.117] | : . ' , ; FutureRegistry: 'workers-f2e9bcb1f8266462c24a0f319d59de5c' [01:56:59.117] | : . ' , ; requestWorker() ... [01:56:59.117] | : . ' , ; ` requestNode() ... [01:56:59.117] | : . ' , ; ` | Number of workers: 2 [01:56:59.117] | : . ' , ; ` | Polling for a free worker ... [01:56:59.118] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:59.118] | : . ' , ; ` | : . Listing all futures [01:56:59.118] | : . ' , ; ` | : . Number of registered futures: 0 [01:56:59.118] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:59.118] | : . ' , ; ` | : Total time: 0 [01:56:59.118] | : . ' , ; ` | Polling for a free worker ... done [01:56:59.119] | : . ' , ; ` | FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:59.119] | : . ' , ; ` | : Listing all futures [01:56:59.119] | : . ' , ; ` | : Number of registered futures: 0 [01:56:59.119] | : . ' , ; ` | FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:59.119] | : . ' , ; ` | avail: [n=2] '1', '2' [01:56:59.120] | : . ' , ; ` | Index of first available worker: 1 [01:56:59.120] | : . ' , ; ` | Validate that the worker is functional ... [01:56:59.167] | : . ' , ; ` | : Worker is functional [01:56:59.167] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... [01:56:59.167] | : . ' , ; ` | : . Listing all futures [01:56:59.167] | : . ' , ; ` | : . Number of registered futures: 0 [01:56:59.167] | : . ' , ; ` | : FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'list', earlySignal = 0) ... done [01:56:59.168] | : . ' , ; ` | Validate that the worker is functional ... done [01:56:59.168] | : . ' , ; ` requestNode() ... done [01:56:59.168] | : . ' , ; ` cluster node index: 1 [01:56:59.168] | : . ' , ; requestWorker() ... done [01:56:59.168] | : . ' , ; eraseGlobalEnvironment() ... [01:56:59.169] | : . ' , ; eraseGlobalEnvironment() ... done [01:56:59.169] | : . ' , ; launchFuture() ... [01:56:59.169] | : . ' , ; ` cluster node index: 1 [01:56:59.169] | : . ' , ; ` getFutureData() ... [01:56:59.169] | : . ' , ; ` | getFutureCore() ... [01:56:59.170] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:56:59.170] | : . ' , ; ` | getFutureCore() ... done [01:56:59.170] | : . ' , ; ` | getFutureCapture() ... [01:56:59.170] | : . ' , ; ` | getFutureCapture() ... done [01:56:59.170] | : . ' , ; ` | getFutureContext() ... [01:56:59.170] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:59.171] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:56:59.171] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:59.171] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:56:59.171] | : . ' , ; ` | getFutureContext() ... done [01:56:59.171] | : . ' , ; ` getFutureData() ... done [01:56:59.172] | : . ' , ; ` FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'add', earlySignal = 0) ... [01:56:59.172] | : . ' , ; ` | Appended future to position #1 [01:56:59.172] | : . ' , ; ` | Number of registered futures: 1 [01:56:59.172] | : . ' , ; ` FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'add', earlySignal = 0) ... done [01:56:59.173] | : . ' , ; launchFuture() ... done [01:56:59.173] | : . ' , ; MultisessionFuture started [01:56:59.173] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:56:59.173] | : . ' Launching futures ... done [01:56:59.173] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:56:59.173] | : . Using MultisessionFutureBackend ... done [01:56:59.174] | : run() for 'Future' ('strategy = multisession') ... done [01:56:59.174] | future(..., label = 'strategy = multisession') ... done MultisessionFuture: Label: 'strategy = multisession' Expression: { 42 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'running' [01:56:59.175] | resolved() for MultisessionFuture ('strategy = multisession') ... [01:56:59.175] | : Cluster node socket connection: index=4, id=326 [01:56:59.175] | : assertValidConnection() ... [01:56:59.175] | : . cluster node index: 1 [01:56:59.176] | : assertValidConnection() ... done [01:56:59.176] | : receiveMessageFromWorker() for ClusterFuture ... [01:56:59.176] | : . cluster node index: 1 [01:56:59.177] | : . [1] TRUE [01:56:59.177] | : . received data: [01:56:59.177] | : . List of 5 [01:56:59.177] | : . $ type : chr "VALUE" [01:56:59.177] | : . $ value :List of 14 [01:56:59.177] | : . ..$ value : num 42 [01:56:59.177] | : . ..$ visible : logi TRUE [01:56:59.177] | : . ..$ stdout : chr "" [01:56:59.177] | : . ..$ conditions : list() [01:56:59.177] | : . ..$ rng : logi FALSE [01:56:59.177] | : . ..$ misuseGlobalEnv : NULL [01:56:59.177] | : . ..$ misuseConnections:List of 3 [01:56:59.177] | : . .. ..$ added : NULL [01:56:59.177] | : . .. ..$ removed : NULL [01:56:59.177] | : . .. ..$ replaced: NULL [01:56:59.177] | : . ..$ misuseDevices : NULL [01:56:59.177] | : . ..$ started : POSIXct[1:1], format: "2025-05-09 01:56:59" [01:56:59.177] | : . ..$ finished : POSIXct[1:1], format: "2025-05-09 01:56:59" [01:56:59.177] | : . ..$ uuid : chr [1:2] "19c31c743ee08caa21c6b67a469dcad7" "8" [01:56:59.177] | : . ..$ session_uuid : chr "448c7a05ce8782ab575057a8d2710833" [01:56:59.177] | : . .. ..- attr(*, "source")=List of 5 [01:56:59.177] | : . .. .. ..$ host : Named chr "CRANWIN3" [01:56:59.177] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:56:59.177] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:56:59.177] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:56:59.177] | : . .. .. ..$ pid : int 95020 [01:56:59.177] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:56:58" [01:56:59.177] | : . .. .. ..$ random: int 2147483647 [01:56:59.177] | : . ..$ r_info :List of 4 [01:56:59.177] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:56:59.177] | : . .. .. ..$ : int [1:3] 4 6 0 [01:56:59.177] | : . .. ..$ os : chr "windows" [01:56:59.177] | : . .. ..$ os_name : chr "Windows" [01:56:59.177] | : . .. ..$ captures_utf8: logi TRUE [01:56:59.177] | : . ..$ version : chr "1.8" [01:56:59.177] | : . ..- attr(*, "class")= chr "FutureResult" [01:56:59.177] | : . $ success: logi TRUE [01:56:59.177] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:56:59.177] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:56:59.177] | : . $ tag : NULL [01:56:59.191] | : . Received FutureResult [01:56:59.191] | : . FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'remove', earlySignal = 0) ... [01:56:59.191] | : . ' Removed future from position #1 [01:56:59.191] | : . ' Number of registered futures: 0 [01:56:59.191] | : . FutureRegistry('workers-f2e9bcb1f8266462c24a0f319d59de5c', action = 'remove', earlySignal = 0) ... done [01:56:59.192] | : . Erased future from future backend [01:56:59.192] | : . result() for ClusterFuture ... [01:56:59.192] | : . ' result already collected: FutureResult [01:56:59.192] | : . result() for ClusterFuture ... done [01:56:59.192] | : receiveMessageFromWorker() for ClusterFuture ... done [01:56:59.192] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [01:56:59.193] | resolved() for MultisessionFuture ('strategy = multisession') ... done [01:56:59.193] | assertFutureResult() ... [01:56:59.193] | : Future uuid: 19c31c743ee08caa21c6b67a469dcad7[01:56:59.193] | : Future uuid: 8 [01:56:59.193] | : identical; success [01:56:59.193] | assertFutureResult() ... done Resolved: TRUE Value: Conditions captured: Early signaling: FALSE Owner process: 19c31c743ee08caa21c6b67a469dcad7 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:56:59.194] | value() for MultisessionFuture ('strategy = multisession') ... [01:56:59.194] | : result() for ClusterFuture ... [01:56:59.194] | : . result already collected: FutureResult [01:56:59.194] | : result() for ClusterFuture ... done [01:56:59.194] | : result() for ClusterFuture ... [01:56:59.194] | : . result already collected: FutureResult [01:56:59.195] | : result() for ClusterFuture ... done [01:56:59.195] | : relay stdout ... [01:56:59.195] | : relay stdout ... done [01:56:59.195] | : check for misuse ... [01:56:59.195] | : check for misuse ... done [01:56:59.198] | value() for MultisessionFuture ('strategy = multisession') ... done - plan('multisession') ... DONE > message("*** Futures - labels ... DONE") *** Futures - labels ... 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_05_09_01_55_17_23336' Sourcing 6 epilogue scripts ... done Test time: user.self=1s, sys.self=0.03s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'future,labels' ... success > > proc.time() user system elapsed 1.26 0.09 1.96