R version 4.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script incl/testme/test-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) [08:47:23.474] Option 'future.startup.script': TRUE [08:47:23.475] Future startup scripts considered: '.future.R', '~/.future.R' [08:47:23.476] Future startup scripts found: > message("*** future() ...") *** future() ... > message("*** future() w/ lazy = TRUE ...") *** future() w/ lazy = TRUE ... > f <- future({ + 42 + }, lazy = TRUE) [08:47:23.478] getGlobalsAndPackages() ... [08:47:23.478] | Searching for globals ... [08:47:23.482] | : globals found: [1] '{' [08:47:23.482] | Searching for globals ... DONE [08:47:23.482] | Resolving globals: FALSE [08:47:23.482] | Search for packages associated with the globals ... [08:47:23.483] | : Packages associated with globals: [1] 'base' [08:47:23.483] | : Packages: [1] 'base' [08:47:23.483] | Search for packages associated with the globals ... DONE [08:47:23.483] | Packages after dropping 'base': [0] [08:47:23.484] | globals: [0] [08:47:23.484] | packages: [0] [08:47:23.484] getGlobalsAndPackages() ... done > print(resolved(f)) [08:47:23.485] resolved() for 'Future' ... [08:47:23.485] | state: 'created' [08:47:23.485] | run: TRUE [08:47:23.485] | run() ... [08:47:23.486] | : run() for Future ('Future') ... [08:47:23.486] | : . state: 'created' [08:47:23.486] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.486] | : . | makeFutureBackend() ... [08:47:23.487] | : . | : Backend function: <'NULL'> [08:47:23.487] | : . | : Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:47:23.487] | : . | makeFutureBackend() ... done [08:47:23.487] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.487] | : . Using SequentialFutureBackend ... [08:47:23.488] | : . | Launching futures ... [08:47:23.488] | : . | : launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:23.488] | : . | : . getFutureData() ... [08:47:23.489] | : . | : . | getFutureCore() ... [08:47:23.489] | : . | : . | : Packages needed by the future expression (n = 0): [08:47:23.489] | : . | : . | getFutureCore() ... done [08:47:23.489] | : . | : . | getFutureCapture() ... [08:47:23.489] | : . | : . | getFutureCapture() ... done [08:47:23.490] | : . | : . | getFutureContext() ... [08:47:23.490] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.490] | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:23.490] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.490] | : . | : . | : Packages needed by future strategies (n = 0): [08:47:23.491] | : . | : . | getFutureContext() ... done [08:47:23.491] | : . | : . getFutureData() ... done [08:47:23.492] | : . | : . attachPackages() ... [08:47:23.493] | : . | : . | packages: [n=1] 'future' [08:47:23.493] | : . | : . attachPackages() ... DONE [08:47:23.493] | : . | : . attachPackages() ... [08:47:23.494] | : . | : . | packages: [n=0] [08:47:23.494] | : . | : . attachPackages() ... DONE [08:47:23.494] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.495] | : . | : . | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:23.495] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.496] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.496] | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:23.496] | : . | : . | : all.equal() for FutureStrategyList ... [08:47:23.497] | : . | : . | : . New stack: [08:47:23.497] | : . | : . | : . List of 1 [08:47:23.497] | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.497] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.497] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.497] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.497] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.497] | : . | : . | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:23.497] | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.506] | : . | : . | : . Old stack: [08:47:23.506] | : . | : . | : . List of 1 [08:47:23.506] | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.506] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.506] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.506] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.506] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.506] | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:23.506] | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.506] | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.506] | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.506] | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.511] | : . | : . | : . Not identical [08:47:23.511] | : . | : . | : . all.equal() for future ... [08:47:23.512] | : . | : . | : . | List of 2 [08:47:23.512] | : . | : . | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.512] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.512] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.512] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.512] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.512] | : . | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:23.512] | : . | : . | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.512] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.512] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.512] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.512] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.512] | : . | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:23.512] | : . | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.512] | : . | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.512] | : . | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.519] | : . | : . | : . all.equal() for future ... done [08:47:23.520] | : . | : . | : all.equal() for FutureStrategyList ... done [08:47:23.520] | : . | : . | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:23.520] | : . | : . | : List of future strategies: [08:47:23.520] | : . | : . | : 1. sequential: [08:47:23.520] | : . | : . | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:23.520] | : . | : . | : - tweaked: FALSE [08:47:23.520] | : . | : . | : - call: plan(sequential) [08:47:23.522] | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:23.522] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.527] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.528] | : . | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.528] | : . | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:23.529] | : . | : . | : . all.equal() for FutureStrategyList ... [08:47:23.529] | : . | : . | : . | New stack: [08:47:23.529] | : . | : . | : . | List of 1 [08:47:23.529] | : . | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.529] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.529] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.529] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.529] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.529] | : . | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:23.529] | : . | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.529] | : . | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.529] | : . | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.529] | : . | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.538] | : . | : . | : . | Old stack: [08:47:23.539] | : . | : . | : . | List of 1 [08:47:23.539] | : . | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.539] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.539] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.539] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.539] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.539] | : . | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:23.539] | : . | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.539] | : . | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.539] | : . | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.539] | : . | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.544] | : . | : . | : . | Identical [08:47:23.545] | : . | : . | : . all.equal() for FutureStrategyList ... done [08:47:23.545] | : . | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:23.545] | : . | : . | : . List of future strategies: [08:47:23.545] | : . | : . | : . 1. sequential: [08:47:23.545] | : . | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:23.545] | : . | : . | : . - tweaked: FALSE [08:47:23.545] | : . | : . | : . - call: plan(sequential) [08:47:23.546] | : . | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:23.546] | : . | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.547] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.547] | : . | : . SequentialFuture started (and completed) [08:47:23.548] | : . | : launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:23.549] | : . | Launching futures ... done [08:47:23.549] | : . | Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:23.549] | : . Using SequentialFutureBackend ... done [08:47:23.550] | : run() for Future ('SequentialFuture') ... done [08:47:23.550] | run() ... done [08:47:23.550] | resolved() ... [08:47:23.551] | : resolved() for 'SequentialFuture' ... [08:47:23.551] | : . state: 'finished' [08:47:23.551] | : . run: TRUE [08:47:23.552] | : . result: 'FutureResult' [08:47:23.552] | : resolved() for 'SequentialFuture' ... done [08:47:23.552] | : resolved: TRUE [08:47:23.553] | resolved() ... done [08:47:23.553] resolved() for 'SequentialFuture' ... done [1] TRUE > y <- value(f) > 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] [08:47:23.555] getGlobalsAndPackages() ... [08:47:23.555] | Searching for globals ... [08:47:23.557] | : globals found: [2] '{', 'a' [08:47:23.557] | Searching for globals ... DONE [08:47:23.558] | Resolving globals: FALSE [08:47:23.558] | Search for packages associated with the globals ... [08:47:23.558] | : Packages associated with globals: [1] 'base' [08:47:23.559] | : Packages: [1] 'base' [08:47:23.559] | Search for packages associated with the globals ... DONE [08:47:23.560] | Packages after dropping 'base': [0] [08:47:23.560] | globals: [1] 'a' [08:47:23.560] | packages: [0] [08:47:23.560] getGlobalsAndPackages() ... done [08:47:23.561] run() for Future ('Future') ... [08:47:23.561] | state: 'created' [08:47:23.561] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.562] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.562] | Using SequentialFutureBackend ... [08:47:23.562] | : Launching futures ... [08:47:23.563] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:23.563] | : . | getFutureData() ... [08:47:23.563] | : . | : getFutureCore() ... [08:47:23.564] | : . | : . Packages needed by the future expression (n = 0): [08:47:23.564] | : . | : getFutureCore() ... done [08:47:23.564] | : . | : getFutureCapture() ... [08:47:23.564] | : . | : getFutureCapture() ... done [08:47:23.565] | : . | : getFutureContext() ... [08:47:23.565] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.565] | : . | : . | Getting stack without first strategy: [n=0] [08:47:23.566] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.566] | : . | : . Packages needed by future strategies (n = 0): [08:47:23.566] | : . | : getFutureContext() ... done [08:47:23.566] | : . | getFutureData() ... done [08:47:23.567] | : . | attachPackages() ... [08:47:23.567] | : . | : packages: [n=1] 'future' [08:47:23.567] | : . | attachPackages() ... DONE [08:47:23.568] | : . | attachPackages() ... [08:47:23.568] | : . | : packages: [n=0] [08:47:23.568] | : . | attachPackages() ... DONE [08:47:23.569] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.569] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:23.570] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.570] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.571] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:23.571] | : . | : . all.equal() for FutureStrategyList ... [08:47:23.571] | : . | : . | New stack: [08:47:23.571] | : . | : . | List of 1 [08:47:23.571] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.571] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.571] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.571] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.571] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.571] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:23.571] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.578] | : . | : . | Old stack: [08:47:23.579] | : . | : . | List of 1 [08:47:23.579] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.579] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.579] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.579] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.579] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.579] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:23.579] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.579] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.579] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.579] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.584] | : . | : . | Not identical [08:47:23.584] | : . | : . | all.equal() for future ... [08:47:23.585] | : . | : . | : List of 2 [08:47:23.585] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.585] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.585] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.585] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.585] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.585] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:23.585] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.585] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.585] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.585] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.585] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.585] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:23.585] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.585] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.585] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.594] | : . | : . | all.equal() for future ... done [08:47:23.594] | : . | : . all.equal() for FutureStrategyList ... done [08:47:23.594] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:23.594] | : . | : . List of future strategies: [08:47:23.594] | : . | : . 1. sequential: [08:47:23.594] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:23.594] | : . | : . - tweaked: FALSE [08:47:23.594] | : . | : . - call: plan(sequential) [08:47:23.595] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:23.596] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.596] | : . | assign_globals() ... [08:47:23.596] | : . | List of 1 [08:47:23.596] | : . | $ a: int 42 [08:47:23.596] | : . | - attr(*, "where")=List of 1 [08:47:23.596] | : . | ..$ a: [08:47:23.596] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:23.596] | : . | - attr(*, "resolved")= logi FALSE [08:47:23.596] | : . | - attr(*, "total_size")= num NA [08:47:23.596] | : . | - attr(*, "already-done")= logi TRUE [08:47:23.601] | : . | - copied 'a' to environment [08:47:23.601] | : . | assign_globals() ... done [08:47:23.640] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.640] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.641] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:23.641] | : . | : . | all.equal() for FutureStrategyList ... [08:47:23.641] | : . | : . | : New stack: [08:47:23.642] | : . | : . | : List of 1 [08:47:23.642] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.642] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.642] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.642] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.642] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.642] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:23.642] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.642] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.642] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.642] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.648] | : . | : . | : Old stack: [08:47:23.648] | : . | : . | : List of 1 [08:47:23.648] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.648] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.648] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.648] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.648] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.648] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:23.648] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.648] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.648] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.648] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.653] | : . | : . | : Identical [08:47:23.653] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:23.653] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:23.653] | : . | : . | List of future strategies: [08:47:23.653] | : . | : . | 1. sequential: [08:47:23.653] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:23.653] | : . | : . | - tweaked: FALSE [08:47:23.653] | : . | : . | - call: plan(sequential) [08:47:23.654] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:23.654] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.655] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.655] | : . | SequentialFuture started (and completed) [08:47:23.655] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:23.656] | : Launching futures ... done [08:47:23.656] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:23.656] | Using SequentialFutureBackend ... done [08:47:23.657] run() for Future ('SequentialFuture') ... 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) [08:47:23.658] getGlobalsAndPackages() ... [08:47:23.658] | Searching for globals ... [08:47:23.659] | : globals found: [0] [08:47:23.659] | Searching for globals ... DONE [08:47:23.659] | globals: [0] [08:47:23.659] | packages: [0] [08:47:23.659] getGlobalsAndPackages() ... 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) Resolved: FALSE Value: Conditions captured: Early signaling: FALSE Owner process: 9c5298684096162a09c0bad276be263a Class: 'Future', 'environment' > y <- value(f) [08:47:23.661] run() for Future ('Future') ... [08:47:23.661] | state: 'created' [08:47:23.662] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.662] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.662] | Using SequentialFutureBackend ... [08:47:23.662] | : Launching futures ... [08:47:23.663] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:23.663] | : . | getFutureData() ... [08:47:23.663] | : . | : getFutureCore() ... [08:47:23.663] | : . | : . Packages needed by the future expression (n = 0): [08:47:23.664] | : . | : getFutureCore() ... done [08:47:23.664] | : . | : getFutureCapture() ... [08:47:23.664] | : . | : getFutureCapture() ... done [08:47:23.664] | : . | : getFutureContext() ... [08:47:23.664] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.665] | : . | : . | Getting stack without first strategy: [n=0] [08:47:23.665] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.665] | : . | : . Packages needed by future strategies (n = 0): [08:47:23.666] | : . | : getFutureContext() ... done [08:47:23.666] | : . | getFutureData() ... done [08:47:23.666] | : . | attachPackages() ... [08:47:23.666] | : . | : packages: [n=1] 'future' [08:47:23.667] | : . | attachPackages() ... DONE [08:47:23.667] | : . | attachPackages() ... [08:47:23.667] | : . | : packages: [n=0] [08:47:23.667] | : . | attachPackages() ... DONE [08:47:23.668] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.668] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:23.669] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.669] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.670] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:23.670] | : . | : . all.equal() for FutureStrategyList ... [08:47:23.670] | : . | : . | New stack: [08:47:23.670] | : . | : . | List of 1 [08:47:23.670] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.670] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.670] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.670] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.670] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.670] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:23.670] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.677] | : . | : . | Old stack: [08:47:23.677] | : . | : . | List of 1 [08:47:23.677] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.677] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.677] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.677] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.677] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.677] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:23.677] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.677] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.677] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.677] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.682] | : . | : . | Not identical [08:47:23.682] | : . | : . | all.equal() for future ... [08:47:23.682] | : . | : . | : List of 2 [08:47:23.682] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.682] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.682] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.682] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.682] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.682] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:23.682] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.682] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.682] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.682] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.682] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.682] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:23.682] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.682] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.682] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.690] | : . | : . | all.equal() for future ... done [08:47:23.691] | : . | : . all.equal() for FutureStrategyList ... done [08:47:23.691] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:23.691] | : . | : . List of future strategies: [08:47:23.691] | : . | : . 1. sequential: [08:47:23.691] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:23.691] | : . | : . - tweaked: FALSE [08:47:23.691] | : . | : . - call: plan(sequential) [08:47:23.692] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:23.692] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.695] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.696] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.696] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:23.696] | : . | : . | all.equal() for FutureStrategyList ... [08:47:23.696] | : . | : . | : New stack: [08:47:23.697] | : . | : . | : List of 1 [08:47:23.697] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.697] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.697] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.697] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.697] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.697] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:23.697] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.697] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.697] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.697] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.704] | : . | : . | : Old stack: [08:47:23.705] | : . | : . | : List of 1 [08:47:23.705] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.705] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.705] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.705] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.705] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.705] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:23.705] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.705] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.705] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.705] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.709] | : . | : . | : Identical [08:47:23.710] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:23.710] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:23.710] | : . | : . | List of future strategies: [08:47:23.710] | : . | : . | 1. sequential: [08:47:23.710] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:23.710] | : . | : . | - tweaked: FALSE [08:47:23.710] | : . | : . | - call: plan(sequential) [08:47:23.711] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:23.711] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.711] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.712] | : . | SequentialFuture started (and completed) [08:47:23.712] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:23.713] | : Launching futures ... done [08:47:23.713] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:23.713] | Using SequentialFutureBackend ... done [08:47:23.713] run() for Future ('SequentialFuture') ... 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) [08:47:23.715] getGlobalsAndPackages() ... [08:47:23.715] | Searching for globals ... [08:47:23.716] | : globals found: [1] '{' [08:47:23.716] | Searching for globals ... DONE [08:47:23.717] | Resolving globals: FALSE [08:47:23.717] | Search for packages associated with the globals ... [08:47:23.717] | : Packages associated with globals: [1] 'base' [08:47:23.718] | : Packages: [1] 'base' [08:47:23.718] | Search for packages associated with the globals ... DONE [08:47:23.718] | Packages after dropping 'base': [0] [08:47:23.718] | globals: [0] [08:47:23.719] | packages: [0] [08:47:23.719] getGlobalsAndPackages() ... done > print(resolved(f)) [08:47:23.719] resolved() for 'Future' ... [08:47:23.720] | state: 'created' [08:47:23.720] | run: TRUE [08:47:23.720] | run() ... [08:47:23.720] | : run() for Future ('Future') ... [08:47:23.721] | : . state: 'created' [08:47:23.721] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.721] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.721] | : . Using SequentialFutureBackend ... [08:47:23.722] | : . | Launching futures ... [08:47:23.722] | : . | : launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:23.722] | : . | : . getFutureData() ... [08:47:23.722] | : . | : . | getFutureCore() ... [08:47:23.723] | : . | : . | : Packages needed by the future expression (n = 0): [08:47:23.723] | : . | : . | getFutureCore() ... done [08:47:23.723] | : . | : . | getFutureCapture() ... [08:47:23.723] | : . | : . | getFutureCapture() ... done [08:47:23.723] | : . | : . | getFutureContext() ... [08:47:23.724] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.724] | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:23.724] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.724] | : . | : . | : Packages needed by future strategies (n = 0): [08:47:23.725] | : . | : . | getFutureContext() ... done [08:47:23.725] | : . | : . getFutureData() ... done [08:47:23.725] | : . | : . attachPackages() ... [08:47:23.726] | : . | : . | packages: [n=1] 'future' [08:47:23.726] | : . | : . attachPackages() ... DONE [08:47:23.726] | : . | : . attachPackages() ... [08:47:23.726] | : . | : . | packages: [n=0] [08:47:23.727] | : . | : . attachPackages() ... DONE [08:47:23.727] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.728] | : . | : . | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:23.728] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.728] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.729] | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:23.729] | : . | : . | : all.equal() for FutureStrategyList ... [08:47:23.729] | : . | : . | : . New stack: [08:47:23.729] | : . | : . | : . List of 1 [08:47:23.729] | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.729] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.729] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.729] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.729] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.729] | : . | : . | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:23.729] | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.735] | : . | : . | : . Old stack: [08:47:23.736] | : . | : . | : . List of 1 [08:47:23.736] | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.736] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.736] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.736] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.736] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.736] | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:23.736] | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.736] | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.736] | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.736] | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.741] | : . | : . | : . Not identical [08:47:23.741] | : . | : . | : . all.equal() for future ... [08:47:23.741] | : . | : . | : . | List of 2 [08:47:23.741] | : . | : . | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.741] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.741] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.741] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.741] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.741] | : . | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:23.741] | : . | : . | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.741] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.741] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.741] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.741] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.741] | : . | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:23.741] | : . | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.741] | : . | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.741] | : . | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.749] | : . | : . | : . all.equal() for future ... done [08:47:23.749] | : . | : . | : all.equal() for FutureStrategyList ... done [08:47:23.749] | : . | : . | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:23.749] | : . | : . | : List of future strategies: [08:47:23.749] | : . | : . | : 1. sequential: [08:47:23.749] | : . | : . | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:23.749] | : . | : . | : - tweaked: FALSE [08:47:23.749] | : . | : . | : - call: plan(sequential) [08:47:23.750] | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:23.750] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.753] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.754] | : . | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.754] | : . | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:23.754] | : . | : . | : . all.equal() for FutureStrategyList ... [08:47:23.754] | : . | : . | : . | New stack: [08:47:23.755] | : . | : . | : . | List of 1 [08:47:23.755] | : . | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.755] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.755] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.755] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.755] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.755] | : . | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:23.755] | : . | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.755] | : . | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.755] | : . | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.755] | : . | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.761] | : . | : . | : . | Old stack: [08:47:23.762] | : . | : . | : . | List of 1 [08:47:23.762] | : . | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.762] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.762] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.762] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.762] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.762] | : . | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:23.762] | : . | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.762] | : . | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.762] | : . | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.762] | : . | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.766] | : . | : . | : . | Identical [08:47:23.767] | : . | : . | : . all.equal() for FutureStrategyList ... done [08:47:23.767] | : . | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:23.767] | : . | : . | : . List of future strategies: [08:47:23.767] | : . | : . | : . 1. sequential: [08:47:23.767] | : . | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:23.767] | : . | : . | : . - tweaked: FALSE [08:47:23.767] | : . | : . | : . - call: plan(sequential) [08:47:23.768] | : . | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:23.768] | : . | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.768] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.769] | : . | : . SequentialFuture started (and completed) [08:47:23.769] | : . | : launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:23.769] | : . | Launching futures ... done [08:47:23.770] | : . | Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:23.770] | : . Using SequentialFutureBackend ... done [08:47:23.770] | : run() for Future ('SequentialFuture') ... done [08:47:23.770] | run() ... done [08:47:23.771] | resolved() ... [08:47:23.771] | : resolved() for 'SequentialFuture' ... [08:47:23.771] | : . state: 'finished' [08:47:23.771] | : . run: TRUE [08:47:23.772] | : . result: 'FutureResult' [08:47:23.772] | : resolved() for 'SequentialFuture' ... done [08:47:23.772] | : resolved: TRUE [08:47:23.772] | resolved() ... done [08:47:23.773] resolved() for 'SequentialFuture' ... done [1] TRUE > y <- value(f) > print(y) [1] 42 > stopifnot(y == 42) > message("*** future() w/ gc = TRUE ...") *** future() w/ gc = TRUE ... > f <- future(42, gc = TRUE, lazy = TRUE) [08:47:23.774] getGlobalsAndPackages() ... [08:47:23.774] | Searching for globals ... [08:47:23.775] | : globals found: [0] [08:47:23.775] | Searching for globals ... DONE [08:47:23.775] | globals: [0] [08:47:23.775] | packages: [0] [08:47:23.776] getGlobalsAndPackages() ... 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) Resolved: FALSE Value: Conditions captured: Early signaling: FALSE Owner process: 9c5298684096162a09c0bad276be263a Class: 'Future', 'environment' > y <- value(f) [08:47:23.777] run() for Future ('Future') ... [08:47:23.777] | state: 'created' [08:47:23.777] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.777] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.778] | Using SequentialFutureBackend ... [08:47:23.778] | : Launching futures ... [08:47:23.778] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:23.778] | : . | getFutureData() ... [08:47:23.779] | : . | : getFutureCore() ... [08:47:23.779] | : . | : . Packages needed by the future expression (n = 0): [08:47:23.779] | : . | : getFutureCore() ... done [08:47:23.779] | : . | : getFutureCapture() ... [08:47:23.779] | : . | : getFutureCapture() ... done [08:47:23.780] | : . | : getFutureContext() ... [08:47:23.780] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.780] | : . | : . | Getting stack without first strategy: [n=0] [08:47:23.780] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.781] | : . | : . Packages needed by future strategies (n = 0): [08:47:23.782] | : . | : getFutureContext() ... done [08:47:23.782] | : . | getFutureData() ... done [08:47:23.783] | : . | attachPackages() ... [08:47:23.783] | : . | : packages: [n=1] 'future' [08:47:23.783] | : . | attachPackages() ... DONE [08:47:23.784] | : . | attachPackages() ... [08:47:23.784] | : . | : packages: [n=0] [08:47:23.784] | : . | attachPackages() ... DONE [08:47:23.785] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:23.786] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:23.786] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:23.787] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.787] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:23.788] | : . | : . all.equal() for FutureStrategyList ... [08:47:23.788] | : . | : . | New stack: [08:47:23.788] | : . | : . | List of 1 [08:47:23.788] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.788] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.788] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.788] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.788] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.788] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:23.788] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.793] | : . | : . | Old stack: [08:47:23.793] | : . | : . | List of 1 [08:47:23.793] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.793] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.793] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.793] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.793] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.793] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:23.793] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.793] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.793] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.793] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.801] | : . | : . | Not identical [08:47:23.801] | : . | : . | all.equal() for future ... [08:47:23.801] | : . | : . | : List of 2 [08:47:23.801] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.801] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.801] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.801] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.801] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.801] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:23.801] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.801] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.801] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.801] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.801] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.801] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:23.801] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.801] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.801] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.811] | : . | : . | all.equal() for future ... done [08:47:23.812] | : . | : . all.equal() for FutureStrategyList ... done [08:47:23.812] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:23.812] | : . | : . List of future strategies: [08:47:23.812] | : . | : . 1. sequential: [08:47:23.812] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:23.812] | : . | : . - tweaked: FALSE [08:47:23.812] | : . | : . - call: plan(sequential) [08:47:23.813] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:23.814] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.817] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.818] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:23.818] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:23.819] | : . | : . | all.equal() for FutureStrategyList ... [08:47:23.819] | : . | : . | : New stack: [08:47:23.819] | : . | : . | : List of 1 [08:47:23.819] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.819] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.819] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.819] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.819] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.819] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:23.819] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.819] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.819] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.819] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.825] | : . | : . | : Old stack: [08:47:23.825] | : . | : . | : List of 1 [08:47:23.825] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:23.825] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:23.825] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.825] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.825] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.825] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:23.825] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:23.825] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:23.825] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:23.825] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:23.833] | : . | : . | : Identical [08:47:23.834] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:23.834] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:23.834] | : . | : . | List of future strategies: [08:47:23.834] | : . | : . | 1. sequential: [08:47:23.834] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:23.834] | : . | : . | - tweaked: FALSE [08:47:23.834] | : . | : . | - call: plan(sequential) [08:47:23.835] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:23.836] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.836] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:23.837] | : . | SequentialFuture started (and completed) [08:47:23.837] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:23.837] | : Launching futures ... done [08:47:23.838] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:23.838] | Using SequentialFutureBackend ... done [08:47:23.838] run() for Future ('SequentialFuture') ... 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) [08:47:23.840] 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_04_10_08_45_16_15127' Sourcing 6 epilogue scripts ... done Test time: user.self=0.5s, sys.self=0s, elapsed=0.5s, user.child=NAs, sys.child=NAs Test 'future' ... success > > proc.time() user system elapsed 0.81 0.06 0.85