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.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("future") Test 'future' ... 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.R' > library(future) [01:57:00.908] Option 'future.startup.script': TRUE [01:57:00.909] Future startup scripts considered: '.future.R', '~/.future.R' [01:57:00.910] Future startup scripts found: > message("*** future() ...") *** future() ... > message("*** future() w/ lazy = TRUE ...") *** future() w/ lazy = TRUE ... > f <- future({ + 42 + }, lazy = TRUE) [01:57:00.911] future(..., label = NULL) ... [01:57:00.912] | lazy: TRUE [01:57:00.912] | stdout: TRUE [01:57:00.912] | conditions: [n=1] 'condition' [01:57:00.912] | gc: FALSE [01:57:00.912] | earlySignal: FALSE [01:57:00.913] | getGlobalsAndPackages() ... [01:57:00.913] | : Searching for globals ... [01:57:00.925] | : . globals found: [1] '{' [01:57:00.925] | : Searching for globals ... done [01:57:00.925] | : Resolving globals: FALSE [01:57:00.926] | : Search for packages associated with the globals ... [01:57:00.926] | : . Packages associated with globals: [1] 'base' [01:57:00.926] | : . Packages: [1] 'base' [01:57:00.927] | : Search for packages associated with the globals ... done [01:57:00.927] | : Packages after dropping 'base': [0] [01:57:00.927] | : globals: [0] [01:57:00.927] | : packages: [0] [01:57:00.927] | getGlobalsAndPackages() ... done [01:57:00.928] future(..., label = NULL) ... done > print(resolved(f)) [01:57:00.928] resolved() for Future (NULL) ... [01:57:00.928] | state: 'created' [01:57:00.931] | run: TRUE [01:57:00.931] | run() ... [01:57:00.931] | : run() for 'Future' (NULL) ... [01:57:00.932] | : . state: 'created' [01:57:00.932] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:00.932] | : . ' plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [01:57:00.932] | : . ' , function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:00.932] | : . ' , - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:00.932] | : . ' , - attr(*, "init")= logi TRUE [01:57:00.932] | : . ' , - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:00.932] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.932] | : . ' , - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.932] | : . ' , - attr(*, "call")= language plan(sequential) [01:57:00.937] | : . ' , init: TRUE [01:57:00.938] | : . ' , makeFutureBackend() ... [01:57:00.938] | : . ' , ; Backend function: <'NULL'> [01:57:00.938] | : . ' , ; Evaluator tweak arguments: [n=0] [01:57:00.938] | : . ' , ; list() [01:57:00.939] | : . ' , ; Evaluator formal arguments: [n=2] [01:57:00.939] | : . ' , ; list() [01:57:00.939] | : . ' , ; Backend factory arguments: [n=2] [01:57:00.939] | : . ' , ; Dotted pair list of 2 [01:57:00.939] | : . ' , ; $ gc : logi FALSE [01:57:00.939] | : . ' , ; $ earlySignal: logi FALSE [01:57:00.941] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:57:00.941] | : . ' , makeFutureBackend() ... done [01:57:00.941] | : . ' plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [01:57:00.941] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:00.941] | : . Using SequentialFutureBackend ... [01:57:00.942] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:00.942] | : . ' Launching futures ... [01:57:00.942] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:00.942] | : . ' , ; getFutureData() ... [01:57:00.943] | : . ' , ; ` getFutureCore() ... [01:57:00.943] | : . ' , ; ` | Packages needed by the future expression (n = 0): [01:57:00.943] | : . ' , ; ` getFutureCore() ... done [01:57:00.943] | : . ' , ; ` getFutureCapture() ... [01:57:00.943] | : . ' , ; ` getFutureCapture() ... done [01:57:00.944] | : . ' , ; ` getFutureContext() ... [01:57:00.944] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:00.944] | : . ' , ; ` | : Getting stack without first backend: [n=0] [01:57:00.944] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:00.944] | : . ' , ; ` | Packages needed by future backend (n = 0): [01:57:00.945] | : . ' , ; ` getFutureContext() ... done [01:57:00.945] | : . ' , ; getFutureData() ... done [01:57:00.946] | : . ' , ; attachPackages() ... [01:57:00.946] | : . ' , ; ` packages: [n=1] 'future' [01:57:00.946] | : . ' , ; attachPackages() ... done [01:57:00.947] | : . ' , ; attachPackages() ... [01:57:00.947] | : . ' , ; ` packages: [n=0] [01:57:00.947] | : . ' , ; attachPackages() ... done [01:57:00.947] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:00.948] | : . ' , ; ` Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:00.948] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:00.949] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:00.949] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:00.949] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:00.949] | : . ' , ; ` | : New stack: [01:57:00.949] | : . ' , ; ` | : List of 1 [01:57:00.949] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:00.949] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:00.949] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:00.949] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:00.949] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.949] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.949] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:00.949] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:00.953] | : . ' , ; ` | : Old stack: [01:57:00.953] | : . ' , ; ` | : List of 1 [01:57:00.953] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:00.953] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:00.953] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:00.953] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:00.953] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.953] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.953] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:00.953] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:00.953] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:00.953] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.953] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:00.959] | : . ' , ; ` | : Not identical [01:57:00.959] | : . ' , ; ` | : all.equal() for future ... [01:57:00.960] | : . ' , ; ` | : . List of 2 [01:57:00.960] | : . ' , ; ` | : . $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:00.960] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:00.960] | : . ' , ; ` | : . $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:00.960] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [01:57:00.960] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:00.960] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:00.960] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.967] | : . ' , ; ` | : all.equal() for future ... done [01:57:00.967] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:00.967] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:00.967] | : . ' , ; ` | List of future strategies: [01:57:00.967] | : . ' , ; ` | 1. sequential: [01:57:00.967] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:00.967] | : . ' , ; ` | - tweaked: FALSE [01:57:00.967] | : . ' , ; ` | - call: plan(sequential) [01:57:00.968] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:00.968] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:00.972] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:00.972] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:00.973] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:00.973] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [01:57:00.973] | : . ' , ; ` | : . New stack: [01:57:00.973] | : . ' , ; ` | : . List of 1 [01:57:00.973] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:00.973] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:00.973] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [01:57:00.973] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:00.973] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.973] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.973] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [01:57:00.973] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:00.973] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:00.973] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:00.973] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.007] | : . ' , ; ` | : . Old stack: [01:57:01.007] | : . ' , ; ` | : . List of 1 [01:57:01.007] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.007] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.007] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [01:57:01.007] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.007] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.007] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.007] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [01:57:01.007] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.007] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.007] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.007] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.012] | : . ' , ; ` | : . Identical [01:57:01.012] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [01:57:01.012] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.012] | : . ' , ; ` | : List of future strategies: [01:57:01.012] | : . ' , ; ` | : 1. sequential: [01:57:01.012] | : . ' , ; ` | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.012] | : . ' , ; ` | : - tweaked: FALSE [01:57:01.012] | : . ' , ; ` | : - call: plan(sequential) [01:57:01.013] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.013] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.013] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.017] | : . ' , ; SequentialFuture started (and completed) [01:57:01.018] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:01.018] | : . ' Launching futures ... done [01:57:01.018] | : . ' Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:01.019] | : . Using SequentialFutureBackend ... done [01:57:01.019] | : run() for 'Future' (NULL) ... done [01:57:01.019] | run() ... done [01:57:01.019] | resolved() ... [01:57:01.019] | : resolved() for SequentialFuture (NULL) ... [01:57:01.020] | : . state: 'finished' [01:57:01.020] | : . run: TRUE [01:57:01.020] | : . result: 'FutureResult' [01:57:01.020] | : resolved() for SequentialFuture (NULL) ... done [01:57:01.020] | : resolved: TRUE [01:57:01.020] | resolved() ... done [01:57:01.021] resolved() for Future (NULL) ... done [1] TRUE > y <- value(f) [01:57:01.021] value() for SequentialFuture (NULL) ... [01:57:01.021] | relay stdout ... [01:57:01.022] | relay stdout ... done [01:57:01.022] | check for misuse ... [01:57:01.022] | check for misuse ... done [01:57:01.022] value() for SequentialFuture (NULL) ... done > print(y) [1] 42 > stopifnot(y == 42) > message("*** future() w/ lazy = TRUE ... DONE") *** future() w/ lazy = TRUE ... DONE > message("*** future() w/ lazy = TRUE in local() ...") *** future() w/ lazy = TRUE in local() ... > local({ + a <- 42 + f <- future({ + a + }, lazy = TRUE) + a <- 0 + y <- value(f) + print(y) + stopifnot(y == 42) .... [TRUNCATED] [01:57:01.023] future(..., label = NULL) ... [01:57:01.023] | lazy: TRUE [01:57:01.023] | stdout: TRUE [01:57:01.023] | conditions: [n=1] 'condition' [01:57:01.024] | gc: FALSE [01:57:01.024] | earlySignal: FALSE [01:57:01.024] | getGlobalsAndPackages() ... [01:57:01.024] | : Searching for globals ... [01:57:01.055] | : . globals found: [2] '{', 'a' [01:57:01.055] | : Searching for globals ... done [01:57:01.055] | : Resolving globals: FALSE [01:57:01.055] | : Search for packages associated with the globals ... [01:57:01.056] | : . Packages associated with globals: [1] 'base' [01:57:01.056] | : . Packages: [1] 'base' [01:57:01.056] | : Search for packages associated with the globals ... done [01:57:01.056] | : Packages after dropping 'base': [0] [01:57:01.057] | : globals: [1] 'a' [01:57:01.057] | : packages: [0] [01:57:01.057] | getGlobalsAndPackages() ... done [01:57:01.057] future(..., label = NULL) ... done [01:57:01.057] value() for Future (NULL) ... [01:57:01.058] | run() for 'Future' (NULL) ... [01:57:01.058] | : state: 'created' [01:57:01.058] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.058] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.058] | : Using SequentialFutureBackend ... [01:57:01.058] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [01:57:01.059] | : . Launching futures ... [01:57:01.059] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:01.059] | : . ' , getFutureData() ... [01:57:01.059] | : . ' , ; getFutureCore() ... [01:57:01.059] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:01.060] | : . ' , ; getFutureCore() ... done [01:57:01.060] | : . ' , ; getFutureCapture() ... [01:57:01.060] | : . ' , ; getFutureCapture() ... done [01:57:01.060] | : . ' , ; getFutureContext() ... [01:57:01.060] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.060] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:01.061] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.061] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:01.061] | : . ' , ; getFutureContext() ... done [01:57:01.061] | : . ' , getFutureData() ... done [01:57:01.061] | : . ' , attachPackages() ... [01:57:01.061] | : . ' , ; packages: [n=1] 'future' [01:57:01.062] | : . ' , attachPackages() ... done [01:57:01.062] | : . ' , attachPackages() ... [01:57:01.062] | : . ' , ; packages: [n=0] [01:57:01.062] | : . ' , attachPackages() ... done [01:57:01.063] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.063] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:01.063] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.063] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.064] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.064] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:01.064] | : . ' , ; ` | New stack: [01:57:01.064] | : . ' , ; ` | List of 1 [01:57:01.064] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.064] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.064] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:01.064] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.064] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.064] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.064] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.064] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.067] | : . ' , ; ` | Old stack: [01:57:01.068] | : . ' , ; ` | List of 1 [01:57:01.068] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.068] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.068] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:01.068] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.068] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.068] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.068] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:01.068] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.068] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.068] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.068] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.071] | : . ' , ; ` | Not identical [01:57:01.072] | : . ' , ; ` | all.equal() for future ... [01:57:01.072] | : . ' , ; ` | : List of 2 [01:57:01.072] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.072] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.072] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.072] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.072] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.072] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.072] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.079] | : . ' , ; ` | all.equal() for future ... done [01:57:01.079] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:01.079] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.079] | : . ' , ; ` List of future strategies: [01:57:01.079] | : . ' , ; ` 1. sequential: [01:57:01.079] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.079] | : . ' , ; ` - tweaked: FALSE [01:57:01.079] | : . ' , ; ` - call: plan(sequential) [01:57:01.080] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.080] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.081] | : . ' , assign_globals() ... [01:57:01.081] | : . ' , List of 1 [01:57:01.081] | : . ' , $ a: int 42 [01:57:01.081] | : . ' , - attr(*, "where")=List of 1 [01:57:01.081] | : . ' , ..$ a: [01:57:01.081] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:01.081] | : . ' , - attr(*, "resolved")= logi FALSE [01:57:01.081] | : . ' , - attr(*, "total_size")= num NA [01:57:01.081] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:01.085] | : . ' , - copied 'a' to environment [01:57:01.085] | : . ' , assign_globals() ... done [01:57:01.087] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.088] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.088] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.088] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:01.088] | : . ' , ; ` | : New stack: [01:57:01.088] | : . ' , ; ` | : List of 1 [01:57:01.088] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.088] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.088] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.088] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.088] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.088] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.088] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.088] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.088] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.088] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.088] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.093] | : . ' , ; ` | : Old stack: [01:57:01.093] | : . ' , ; ` | : List of 1 [01:57:01.093] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.093] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.093] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.093] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.093] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.093] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.093] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.093] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.093] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.093] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.093] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.098] | : . ' , ; ` | : Identical [01:57:01.098] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:01.098] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.098] | : . ' , ; ` | List of future strategies: [01:57:01.098] | : . ' , ; ` | 1. sequential: [01:57:01.098] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.098] | : . ' , ; ` | - tweaked: FALSE [01:57:01.098] | : . ' , ; ` | - call: plan(sequential) [01:57:01.099] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.099] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.100] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.100] | : . ' , SequentialFuture started (and completed) [01:57:01.100] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:01.101] | : . Launching futures ... done [01:57:01.101] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:01.101] | : Using SequentialFutureBackend ... done [01:57:01.101] | run() for 'Future' (NULL) ... done [01:57:01.101] | relay stdout ... [01:57:01.102] | relay stdout ... done [01:57:01.102] | check for misuse ... [01:57:01.102] | check for misuse ... done [01:57:01.102] value() for Future (NULL) ... done [1] 42 > message("*** future() w/ lazy = TRUE in local() ... DONE") *** future() w/ lazy = TRUE in local() ... DONE > message("*** future() w/ gc = TRUE ...") *** future() w/ gc = TRUE ... > f <- future(42, gc = TRUE, lazy = TRUE) [01:57:01.103] future(..., label = NULL) ... [01:57:01.103] | lazy: TRUE [01:57:01.103] | stdout: TRUE [01:57:01.104] | conditions: [n=1] 'condition' [01:57:01.104] | gc: TRUE [01:57:01.104] | earlySignal: FALSE [01:57:01.104] | getGlobalsAndPackages() ... [01:57:01.104] | : Searching for globals ... [01:57:01.106] | : . globals found: [0] [01:57:01.106] | : Searching for globals ... done [01:57:01.107] | : globals: [0] [01:57:01.107] | : packages: [0] [01:57:01.107] | getGlobalsAndPackages() ... done [01:57:01.107] future(..., label = NULL) ... done > print(f) Future: Label: NULL Expression: [1] 42 Lazy evaluation: TRUE 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: 'created' Resolved: FALSE Value: Conditions captured: Early signaling: FALSE Owner process: ca64321c01a76be4b61aabed89c2ca37 Class: 'Future', 'environment' > y <- value(f) [01:57:01.109] value() for Future (NULL) ... [01:57:01.109] | run() for 'Future' (NULL) ... [01:57:01.109] | : state: 'created' [01:57:01.109] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.109] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.110] | : Using SequentialFutureBackend ... [01:57:01.110] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [01:57:01.110] | : . Launching futures ... [01:57:01.110] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:01.110] | : . ' , getFutureData() ... [01:57:01.111] | : . ' , ; getFutureCore() ... [01:57:01.111] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:01.111] | : . ' , ; getFutureCore() ... done [01:57:01.111] | : . ' , ; getFutureCapture() ... [01:57:01.111] | : . ' , ; getFutureCapture() ... done [01:57:01.112] | : . ' , ; getFutureContext() ... [01:57:01.112] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.112] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:01.112] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.112] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:01.113] | : . ' , ; getFutureContext() ... done [01:57:01.113] | : . ' , getFutureData() ... done [01:57:01.113] | : . ' , attachPackages() ... [01:57:01.113] | : . ' , ; packages: [n=1] 'future' [01:57:01.114] | : . ' , attachPackages() ... done [01:57:01.114] | : . ' , attachPackages() ... [01:57:01.114] | : . ' , ; packages: [n=0] [01:57:01.114] | : . ' , attachPackages() ... done [01:57:01.115] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.115] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:01.115] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.116] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.116] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.116] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:01.116] | : . ' , ; ` | New stack: [01:57:01.116] | : . ' , ; ` | List of 1 [01:57:01.116] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.116] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.116] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:01.116] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.116] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.116] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.116] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.116] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.120] | : . ' , ; ` | Old stack: [01:57:01.120] | : . ' , ; ` | List of 1 [01:57:01.120] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.120] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.120] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:01.120] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.120] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.120] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.120] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:01.120] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.120] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.120] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.120] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.125] | : . ' , ; ` | Not identical [01:57:01.125] | : . ' , ; ` | all.equal() for future ... [01:57:01.125] | : . ' , ; ` | : List of 2 [01:57:01.125] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.125] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.125] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.125] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.125] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.125] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.125] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.133] | : . ' , ; ` | all.equal() for future ... done [01:57:01.133] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:01.134] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.134] | : . ' , ; ` List of future strategies: [01:57:01.134] | : . ' , ; ` 1. sequential: [01:57:01.134] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.134] | : . ' , ; ` - tweaked: FALSE [01:57:01.134] | : . ' , ; ` - call: plan(sequential) [01:57:01.134] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.135] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.137] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.138] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.138] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.138] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:01.138] | : . ' , ; ` | : New stack: [01:57:01.138] | : . ' , ; ` | : List of 1 [01:57:01.138] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.138] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.138] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.138] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.138] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.138] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.138] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.138] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.138] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.138] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.138] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.143] | : . ' , ; ` | : Old stack: [01:57:01.144] | : . ' , ; ` | : List of 1 [01:57:01.144] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.144] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.144] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.144] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.144] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.144] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.144] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.144] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.144] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.144] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.144] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.149] | : . ' , ; ` | : Identical [01:57:01.149] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:01.149] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.149] | : . ' , ; ` | List of future strategies: [01:57:01.149] | : . ' , ; ` | 1. sequential: [01:57:01.149] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.149] | : . ' , ; ` | - tweaked: FALSE [01:57:01.149] | : . ' , ; ` | - call: plan(sequential) [01:57:01.150] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.150] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.150] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.151] | : . ' , SequentialFuture started (and completed) [01:57:01.151] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:01.152] | : . Launching futures ... done [01:57:01.152] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:01.152] | : Using SequentialFutureBackend ... done [01:57:01.152] | run() for 'Future' (NULL) ... done [01:57:01.152] | relay stdout ... [01:57:01.153] | relay stdout ... done [01:57:01.153] | check for misuse ... [01:57:01.153] | check for misuse ... done [01:57:01.153] value() for Future (NULL) ... done > print(y) [1] 42 > stopifnot(y == 42) > message("*** future() w/ gc = TRUE ... DONE") *** future() w/ gc = TRUE ... DONE > message("*** future() ... DONE") *** future() ... DONE > message("*** future() ...") *** future() ... > f <- future({ + 42 + }, lazy = TRUE) [01:57:01.154] future(..., label = NULL) ... [01:57:01.155] | lazy: TRUE [01:57:01.155] | stdout: TRUE [01:57:01.155] | conditions: [n=1] 'condition' [01:57:01.155] | gc: FALSE [01:57:01.155] | earlySignal: FALSE [01:57:01.156] | getGlobalsAndPackages() ... [01:57:01.156] | : Searching for globals ... [01:57:01.161] | : . globals found: [1] '{' [01:57:01.161] | : Searching for globals ... done [01:57:01.161] | : Resolving globals: FALSE [01:57:01.161] | : Search for packages associated with the globals ... [01:57:01.162] | : . Packages associated with globals: [1] 'base' [01:57:01.162] | : . Packages: [1] 'base' [01:57:01.162] | : Search for packages associated with the globals ... done [01:57:01.162] | : Packages after dropping 'base': [0] [01:57:01.163] | : globals: [0] [01:57:01.163] | : packages: [0] [01:57:01.163] | getGlobalsAndPackages() ... done [01:57:01.163] future(..., label = NULL) ... done > print(resolved(f)) [01:57:01.164] resolved() for Future (NULL) ... [01:57:01.164] | state: 'created' [01:57:01.164] | run: TRUE [01:57:01.164] | run() ... [01:57:01.166] | : run() for 'Future' (NULL) ... [01:57:01.167] | : . state: 'created' [01:57:01.167] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.167] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.167] | : . Using SequentialFutureBackend ... [01:57:01.167] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [01:57:01.167] | : . ' Launching futures ... [01:57:01.168] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:01.168] | : . ' , ; getFutureData() ... [01:57:01.168] | : . ' , ; ` getFutureCore() ... [01:57:01.168] | : . ' , ; ` | Packages needed by the future expression (n = 0): [01:57:01.168] | : . ' , ; ` getFutureCore() ... done [01:57:01.168] | : . ' , ; ` getFutureCapture() ... [01:57:01.169] | : . ' , ; ` getFutureCapture() ... done [01:57:01.169] | : . ' , ; ` getFutureContext() ... [01:57:01.169] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.169] | : . ' , ; ` | : Getting stack without first backend: [n=0] [01:57:01.169] | : . ' , ; ` | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.170] | : . ' , ; ` | Packages needed by future backend (n = 0): [01:57:01.170] | : . ' , ; ` getFutureContext() ... done [01:57:01.170] | : . ' , ; getFutureData() ... done [01:57:01.170] | : . ' , ; attachPackages() ... [01:57:01.170] | : . ' , ; ` packages: [n=1] 'future' [01:57:01.171] | : . ' , ; attachPackages() ... done [01:57:01.171] | : . ' , ; attachPackages() ... [01:57:01.171] | : . ' , ; ` packages: [n=0] [01:57:01.171] | : . ' , ; attachPackages() ... done [01:57:01.171] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.172] | : . ' , ; ` Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:01.172] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.172] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.173] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.173] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:01.173] | : . ' , ; ` | : New stack: [01:57:01.173] | : . ' , ; ` | : List of 1 [01:57:01.173] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.173] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.173] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:01.173] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.173] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.173] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.173] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.173] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.176] | : . ' , ; ` | : Old stack: [01:57:01.176] | : . ' , ; ` | : List of 1 [01:57:01.176] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.176] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.176] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.176] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.176] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.176] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.176] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.176] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.176] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.176] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.176] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.180] | : . ' , ; ` | : Not identical [01:57:01.180] | : . ' , ; ` | : all.equal() for future ... [01:57:01.181] | : . ' , ; ` | : . List of 2 [01:57:01.181] | : . ' , ; ` | : . $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.181] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.181] | : . ' , ; ` | : . $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.181] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [01:57:01.181] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.181] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.181] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.187] | : . ' , ; ` | : all.equal() for future ... done [01:57:01.187] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:01.188] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.188] | : . ' , ; ` | List of future strategies: [01:57:01.188] | : . ' , ; ` | 1. sequential: [01:57:01.188] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.188] | : . ' , ; ` | - tweaked: FALSE [01:57:01.188] | : . ' , ; ` | - call: plan(sequential) [01:57:01.188] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.189] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.191] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.191] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.191] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.191] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [01:57:01.192] | : . ' , ; ` | : . New stack: [01:57:01.192] | : . ' , ; ` | : . List of 1 [01:57:01.192] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.192] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.192] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [01:57:01.192] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.192] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.192] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.192] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [01:57:01.192] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.192] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.192] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.192] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.196] | : . ' , ; ` | : . Old stack: [01:57:01.196] | : . ' , ; ` | : . List of 1 [01:57:01.196] | : . ' , ; ` | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.196] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.196] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [01:57:01.196] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.196] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.196] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.196] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [01:57:01.196] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.196] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.196] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.196] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.200] | : . ' , ; ` | : . Identical [01:57:01.200] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [01:57:01.200] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.200] | : . ' , ; ` | : List of future strategies: [01:57:01.200] | : . ' , ; ` | : 1. sequential: [01:57:01.200] | : . ' , ; ` | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.200] | : . ' , ; ` | : - tweaked: FALSE [01:57:01.200] | : . ' , ; ` | : - call: plan(sequential) [01:57:01.201] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.201] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.201] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.202] | : . ' , ; SequentialFuture started (and completed) [01:57:01.202] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:01.202] | : . ' Launching futures ... done [01:57:01.203] | : . ' Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:01.203] | : . Using SequentialFutureBackend ... done [01:57:01.203] | : run() for 'Future' (NULL) ... done [01:57:01.203] | run() ... done [01:57:01.203] | resolved() ... [01:57:01.203] | : resolved() for SequentialFuture (NULL) ... [01:57:01.204] | : . state: 'finished' [01:57:01.204] | : . run: TRUE [01:57:01.204] | : . result: 'FutureResult' [01:57:01.204] | : resolved() for SequentialFuture (NULL) ... done [01:57:01.204] | : resolved: TRUE [01:57:01.204] | resolved() ... done [01:57:01.205] resolved() for Future (NULL) ... done [1] TRUE > y <- value(f) [01:57:01.205] value() for SequentialFuture (NULL) ... [01:57:01.205] | relay stdout ... [01:57:01.205] | relay stdout ... done [01:57:01.205] | check for misuse ... [01:57:01.206] | check for misuse ... done [01:57:01.206] value() for SequentialFuture (NULL) ... done > print(y) [1] 42 > stopifnot(y == 42) > message("*** future() w/ gc = TRUE ...") *** future() w/ gc = TRUE ... > f <- future(42, gc = TRUE, lazy = TRUE) [01:57:01.206] future(..., label = NULL) ... [01:57:01.206] | lazy: TRUE [01:57:01.207] | stdout: TRUE [01:57:01.207] | conditions: [n=1] 'condition' [01:57:01.207] | gc: TRUE [01:57:01.207] | earlySignal: FALSE [01:57:01.207] | getGlobalsAndPackages() ... [01:57:01.207] | : Searching for globals ... [01:57:01.209] | : . globals found: [0] [01:57:01.209] | : Searching for globals ... done [01:57:01.209] | : globals: [0] [01:57:01.209] | : packages: [0] [01:57:01.210] | getGlobalsAndPackages() ... done [01:57:01.210] future(..., label = NULL) ... done > print(f) Future: Label: NULL Expression: [1] 42 Lazy evaluation: TRUE 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: 'created' Resolved: FALSE Value: Conditions captured: Early signaling: FALSE Owner process: ca64321c01a76be4b61aabed89c2ca37 Class: 'Future', 'environment' > y <- value(f) [01:57:01.211] value() for Future (NULL) ... [01:57:01.211] | run() for 'Future' (NULL) ... [01:57:01.211] | : state: 'created' [01:57:01.211] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.211] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.211] | : Using SequentialFutureBackend ... [01:57:01.212] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [01:57:01.212] | : . Launching futures ... [01:57:01.212] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:01.212] | : . ' , getFutureData() ... [01:57:01.212] | : . ' , ; getFutureCore() ... [01:57:01.212] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:01.213] | : . ' , ; getFutureCore() ... done [01:57:01.213] | : . ' , ; getFutureCapture() ... [01:57:01.213] | : . ' , ; getFutureCapture() ... done [01:57:01.213] | : . ' , ; getFutureContext() ... [01:57:01.213] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.214] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:01.214] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.214] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:01.214] | : . ' , ; getFutureContext() ... done [01:57:01.214] | : . ' , getFutureData() ... done [01:57:01.215] | : . ' , attachPackages() ... [01:57:01.215] | : . ' , ; packages: [n=1] 'future' [01:57:01.215] | : . ' , attachPackages() ... done [01:57:01.215] | : . ' , attachPackages() ... [01:57:01.215] | : . ' , ; packages: [n=0] [01:57:01.215] | : . ' , attachPackages() ... done [01:57:01.216] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.216] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:01.216] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.217] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.217] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.217] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:01.217] | : . ' , ; ` | New stack: [01:57:01.217] | : . ' , ; ` | List of 1 [01:57:01.217] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.217] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.217] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:01.217] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.217] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.217] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.217] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.217] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.221] | : . ' , ; ` | Old stack: [01:57:01.221] | : . ' , ; ` | List of 1 [01:57:01.221] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.221] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.221] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:01.221] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.221] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.221] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.221] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:01.221] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.221] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.221] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.221] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.225] | : . ' , ; ` | Not identical [01:57:01.225] | : . ' , ; ` | all.equal() for future ... [01:57:01.225] | : . ' , ; ` | : List of 2 [01:57:01.225] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.225] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.225] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.225] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.225] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.225] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.225] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.232] | : . ' , ; ` | all.equal() for future ... done [01:57:01.232] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:01.232] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.232] | : . ' , ; ` List of future strategies: [01:57:01.232] | : . ' , ; ` 1. sequential: [01:57:01.232] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.232] | : . ' , ; ` - tweaked: FALSE [01:57:01.232] | : . ' , ; ` - call: plan(sequential) [01:57:01.233] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.233] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.235] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.236] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.236] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.236] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:01.236] | : . ' , ; ` | : New stack: [01:57:01.236] | : . ' , ; ` | : List of 1 [01:57:01.236] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.236] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.236] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.236] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.236] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.236] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.236] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.236] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.236] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.236] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.236] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.240] | : . ' , ; ` | : Old stack: [01:57:01.240] | : . ' , ; ` | : List of 1 [01:57:01.240] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.240] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.240] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.240] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.240] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.240] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.240] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.240] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.240] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.240] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.240] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.244] | : . ' , ; ` | : Identical [01:57:01.245] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:01.245] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.245] | : . ' , ; ` | List of future strategies: [01:57:01.245] | : . ' , ; ` | 1. sequential: [01:57:01.245] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.245] | : . ' , ; ` | - tweaked: FALSE [01:57:01.245] | : . ' , ; ` | - call: plan(sequential) [01:57:01.245] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.246] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.246] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.246] | : . ' , SequentialFuture started (and completed) [01:57:01.247] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:01.247] | : . Launching futures ... done [01:57:01.247] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:01.247] | : Using SequentialFutureBackend ... done [01:57:01.247] | run() for 'Future' (NULL) ... done [01:57:01.247] | relay stdout ... [01:57:01.248] | relay stdout ... done [01:57:01.248] | check for misuse ... [01:57:01.248] | check for misuse ... done [01:57:01.248] value() for Future (NULL) ... done > print(y) [1] 42 > stopifnot(y == 42) > message("*** future() w/ gc = TRUE ... DONE") *** future() w/ gc = TRUE ... DONE > message("*** future() - exceptions ...") *** future() - exceptions ... > target <- list(name = "", envir = new.env(), + code = "Yo!", exists = TRUE) > res <- tryCatch(get_future(target, mustExist = TRUE), + error = identity) [01:57:01.249] ERROR: Future ('') not found in environment '': 'Yo!' > stopifnot(inherits(res, "error")) > message("*** future() - exceptions ... DONE") *** future() - exceptions ... DONE > message("*** future() ... DONE") *** future() ... 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=0.4s, sys.self=0s, elapsed=0.4s, user.child=NAs, sys.child=NAs Test 'future' ... success > > proc.time() user system elapsed 0.57 0.10 0.67