R Under development (unstable) (2025-07-28 r88462 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-backtrace.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("backtrace") Test 'backtrace' ... 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-backtrace.R' > library(future) [12:32:02.486] Option 'future.startup.script': TRUE [12:32:02.488] Future startup scripts considered: '.future.R', '~/.future.R' [12:32:02.488] Future startup scripts found: > message("*** backtrace( ) - explicit future ...") *** backtrace( ) - explicit future ... > f <- future({ + 42 + stop("Woops") + }) [12:32:02.490] future(..., label = NULL) ... [12:32:02.491] | lazy: FALSE [12:32:02.491] | stdout: TRUE [12:32:02.491] | conditions: [n=1] 'condition' [12:32:02.491] | gc: FALSE [12:32:02.492] | earlySignal: FALSE [12:32:02.493] | getGlobalsAndPackages() ... [12:32:02.493] | : Searching for globals ... [12:32:02.519] | : . globals found: [2] '{', 'stop' [12:32:02.520] | : Searching for globals ... done [12:32:02.520] | : Resolving globals: FALSE [12:32:02.521] | : Search for packages associated with the globals ... [12:32:02.521] | : . Packages associated with globals: [1] 'base' [12:32:02.522] | : . Packages: [1] 'base' [12:32:02.523] | : Search for packages associated with the globals ... done [12:32:02.523] | : Packages after dropping 'base': [0] [12:32:02.523] | : globals: [0] [12:32:02.524] | : packages: [0] [12:32:02.524] | getGlobalsAndPackages() ... done [12:32:02.526] | run() for 'Future' () ... [12:32:02.526] | : state: 'created' [12:32:02.526] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.527] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:32:02.527] | : . ' function (..., envir = parent.frame()) [12:32:02.527] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.527] | : . ' - attr(*, "init")= logi TRUE [12:32:02.527] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.527] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.527] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.527] | : . ' - attr(*, "call")= language plan(sequential) [12:32:02.536] | : . ' init: TRUE [12:32:02.537] | : . ' makeFutureBackend() ... [12:32:02.537] | : . ' , Backend function: <'NULL'> [12:32:02.538] | : . ' , Evaluator tweak arguments: [n=0] [12:32:02.538] | : . ' , list() [12:32:02.539] | : . ' , Evaluator formal arguments: [n=0] [12:32:02.539] | : . ' , list() [12:32:02.540] | : . ' , Backend factory arguments: [n=0] [12:32:02.540] | : . ' , NULL [12:32:02.541] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:32:02.542] | : . ' makeFutureBackend() ... done [12:32:02.542] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:32:02.542] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.543] | : Using SequentialFutureBackend ... [12:32:02.543] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:32:02.543] | : . Launching futures ... [12:32:02.544] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:02.545] | : . ' , getFutureData() ... [12:32:02.545] | : . ' , ; getFutureCore() ... [12:32:02.545] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:02.546] | : . ' , ; getFutureCore() ... done [12:32:02.546] | : . ' , ; getFutureCapture() ... [12:32:02.546] | : . ' , ; getFutureCapture() ... done [12:32:02.547] | : . ' , ; getFutureContext() ... [12:32:02.547] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.548] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:02.548] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.548] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:02.549] | : . ' , ; getFutureContext() ... done [12:32:02.549] | : . ' , getFutureData() ... done [12:32:02.555] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.556] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:02.556] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.557] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.558] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:02.558] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:02.559] | : . ' , ; ` | New stack: [12:32:02.559] | : . ' , ; ` | List of 1 [12:32:02.559] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:02.559] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.559] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:02.559] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.559] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.559] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.559] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:02.559] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.565] | : . ' , ; ` | Old stack: [12:32:02.565] | : . ' , ; ` | List of 1 [12:32:02.565] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:02.565] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.565] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:02.565] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.565] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.565] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.565] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:02.565] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.565] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.565] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.565] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.573] | : . ' , ; ` | Not identical [12:32:02.573] | : . ' , ; ` | all.equal() for future ... [12:32:02.574] | : . ' , ; ` | : List of 2 [12:32:02.574] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.574] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:02.574] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.574] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.574] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.574] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.574] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.581] | : . ' , ; ` | all.equal() for future ... done [12:32:02.581] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:02.582] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:02.582] | : . ' , ; ` List of future strategies: [12:32:02.582] | : . ' , ; ` 1. sequential: [12:32:02.582] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:02.582] | : . ' , ; ` - tweaked: FALSE [12:32:02.582] | : . ' , ; ` - call: plan(sequential) [12:32:02.583] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:02.583] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.589] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.590] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.590] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:02.590] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:02.591] | : . ' , ; ` | : New stack: [12:32:02.591] | : . ' , ; ` | : List of 1 [12:32:02.591] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:02.591] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.591] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.591] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.591] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.591] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.591] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.591] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.591] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.591] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.591] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.632] | : . ' , ; ` | : Old stack: [12:32:02.632] | : . ' , ; ` | : List of 1 [12:32:02.632] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:02.632] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.632] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.632] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.632] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.632] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.632] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.632] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.632] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.632] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.632] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.636] | : . ' , ; ` | : Identical [12:32:02.636] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:02.637] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:02.637] | : . ' , ; ` | List of future strategies: [12:32:02.637] | : . ' , ; ` | 1. sequential: [12:32:02.637] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:02.637] | : . ' , ; ` | - tweaked: FALSE [12:32:02.637] | : . ' , ; ` | - call: plan(sequential) [12:32:02.637] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:02.638] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.638] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.642] | : . ' , SequentialFuture started (and completed) [12:32:02.643] | : . ' , signalConditions() ... [12:32:02.644] | : . ' , ; include = 'immediateCondition' [12:32:02.644] | : . ' , ; exclude = [12:32:02.644] | : . ' , ; resignal = FALSE [12:32:02.644] | : . ' , ; Number of conditions: 7 [12:32:02.645] | : . ' , ; int 7 [12:32:02.646] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.646] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.646] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.647] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.647] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.647] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.647] | : . ' , ; Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:02.648] | : . ' , signalConditions() ... done [12:32:02.648] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:02.648] | : . Launching futures ... done [12:32:02.649] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:02.649] | : Using SequentialFutureBackend ... done [12:32:02.649] | run() for 'Future' () ... done [12:32:02.649] future(..., label = NULL) ... done > v <- value(f, signal = FALSE) [12:32:02.650] value() for SequentialFuture () ... [12:32:02.651] | signalConditions() ... [12:32:02.651] | : include = 'immediateCondition' [12:32:02.651] | : exclude = [12:32:02.651] | : resignal = FALSE [12:32:02.652] | : Number of conditions: 7 [12:32:02.652] | : int 7 [12:32:02.686] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.686] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.686] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.687] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.687] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.687] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.687] | : Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:02.687] | signalConditions() ... done [12:32:02.687] | relay stdout ... [12:32:02.688] | relay stdout ... done [12:32:02.688] | check for misuse ... [12:32:02.688] | check for misuse ... done [12:32:02.688] value() for SequentialFuture () ... done > print(v) > calls <- backtrace(f) [12:32:02.690] resolved() ... [12:32:02.690] | resolved() for SequentialFuture () ... [12:32:02.691] | : state: 'finished' [12:32:02.691] | : run: TRUE [12:32:02.691] | : result: 'FutureResult' [12:32:02.692] | resolved() for SequentialFuture () ... done [12:32:02.692] resolved() ... done > print(calls) [[1]] future:::testme("backtrace") [[2]] source(file.path(path, "run.R")) [[3]] withVisible(eval(ei, envir)) [[4]] eval(ei, envir) [[5]] eval(ei, envir) [[6]] source(testme[["script"]], echo = TRUE) [[7]] withVisible(eval(ei, envir)) [[8]] eval(ei, envir) [[9]] eval(ei, envir) [[10]] future({ 42L stop("Woops") }) [[11]] Future(expr, substitute = FALSE, envir = envir, lazy = TRUE, seed = seed, globals = globals, packages = packages, stdout = stdout, conditions = conditions, earlySignal = earlySignal, label = label, gc = gc, onReference = onReference, ...) [[12]] eval(expr, envir = globalenv()) [[13]] eval(expr, envir = globalenv()) [[14]] local({ { 42L stop("Woops") } }) [[15]] eval.parent(substitute(eval(quote(expr), envir))) [[16]] eval(expr, p) [[17]] eval(expr, p) [[18]] eval(quote({ { 42L stop("Woops") } }), new.env()) [[19]] eval(quote({ { 42L stop("Woops") } }), new.env()) [[20]] stop("Woops") [[21]] eval(quote({ { 42L stop("Woops") } }), new.env()) > message("*** backtrace( ) - explicit future ... DONE") *** backtrace( ) - explicit future ... DONE > message("*** backtrace( ) - implicit future ...") *** backtrace( ) - implicit future ... > v %<-% { + 42 + stop("Woops") + } [12:32:02.694] future(..., label = NULL) ... [12:32:02.694] | lazy: FALSE [12:32:02.695] | stdout: TRUE [12:32:02.695] | conditions: [n=1] 'condition' [12:32:02.695] | gc: FALSE [12:32:02.695] | earlySignal: FALSE [12:32:02.696] | getGlobalsAndPackages() ... [12:32:02.696] | : Searching for globals ... [12:32:02.706] | : . globals found: [2] '{', 'stop' [12:32:02.707] | : Searching for globals ... done [12:32:02.707] | : Resolving globals: FALSE [12:32:02.707] | : Search for packages associated with the globals ... [12:32:02.708] | : . Packages associated with globals: [1] 'base' [12:32:02.708] | : . Packages: [1] 'base' [12:32:02.708] | : Search for packages associated with the globals ... done [12:32:02.709] | : Packages after dropping 'base': [0] [12:32:02.709] | : globals: [0] [12:32:02.709] | : packages: [0] [12:32:02.710] | getGlobalsAndPackages() ... done [12:32:02.710] | run() for 'Future' () ... [12:32:02.710] | : state: 'created' [12:32:02.711] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.711] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.711] | : Using SequentialFutureBackend ... [12:32:02.712] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:32:02.712] | : . Launching futures ... [12:32:02.712] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:02.713] | : . ' , getFutureData() ... [12:32:02.713] | : . ' , ; getFutureCore() ... [12:32:02.713] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:02.713] | : . ' , ; getFutureCore() ... done [12:32:02.714] | : . ' , ; getFutureCapture() ... [12:32:02.714] | : . ' , ; getFutureCapture() ... done [12:32:02.714] | : . ' , ; getFutureContext() ... [12:32:02.715] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.715] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:02.715] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.715] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:02.716] | : . ' , ; getFutureContext() ... done [12:32:02.716] | : . ' , getFutureData() ... done [12:32:02.719] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.719] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:02.720] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.720] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.721] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:02.721] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:02.721] | : . ' , ; ` | New stack: [12:32:02.721] | : . ' , ; ` | List of 1 [12:32:02.721] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:02.721] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.721] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:02.721] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.721] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.721] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.721] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:02.721] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.727] | : . ' , ; ` | Old stack: [12:32:02.727] | : . ' , ; ` | List of 1 [12:32:02.727] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:02.727] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.727] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:02.727] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.727] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.727] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.727] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:02.727] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.727] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.727] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.727] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.735] | : . ' , ; ` | Not identical [12:32:02.736] | : . ' , ; ` | all.equal() for future ... [12:32:02.736] | : . ' , ; ` | : List of 2 [12:32:02.736] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.736] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:02.736] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.736] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.736] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.736] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.736] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.749] | : . ' , ; ` | all.equal() for future ... done [12:32:02.749] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:02.749] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:02.750] | : . ' , ; ` List of future strategies: [12:32:02.750] | : . ' , ; ` 1. sequential: [12:32:02.750] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:02.750] | : . ' , ; ` - tweaked: FALSE [12:32:02.750] | : . ' , ; ` - call: plan(sequential) [12:32:02.751] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:02.751] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.756] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.757] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.757] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:02.757] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:02.758] | : . ' , ; ` | : New stack: [12:32:02.758] | : . ' , ; ` | : List of 1 [12:32:02.758] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:02.758] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.758] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.758] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.758] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.758] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.758] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.758] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.758] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.758] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.758] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.765] | : . ' , ; ` | : Old stack: [12:32:02.766] | : . ' , ; ` | : List of 1 [12:32:02.766] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:02.766] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.766] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.766] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.766] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.766] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.766] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.766] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.766] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.766] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.766] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.774] | : . ' , ; ` | : Identical [12:32:02.774] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:02.774] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:02.775] | : . ' , ; ` | List of future strategies: [12:32:02.775] | : . ' , ; ` | 1. sequential: [12:32:02.775] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:02.775] | : . ' , ; ` | - tweaked: FALSE [12:32:02.775] | : . ' , ; ` | - call: plan(sequential) [12:32:02.776] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:02.776] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.776] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.777] | : . ' , SequentialFuture started (and completed) [12:32:02.778] | : . ' , signalConditions() ... [12:32:02.778] | : . ' , ; include = 'immediateCondition' [12:32:02.778] | : . ' , ; exclude = [12:32:02.779] | : . ' , ; resignal = FALSE [12:32:02.779] | : . ' , ; Number of conditions: 7 [12:32:02.779] | : . ' , ; int 7 [12:32:02.780] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.781] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.781] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.781] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.782] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.782] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.782] | : . ' , ; Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:02.783] | : . ' , signalConditions() ... done [12:32:02.783] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:02.784] | : . Launching futures ... done [12:32:02.784] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:02.784] | : Using SequentialFutureBackend ... done [12:32:02.785] | run() for 'Future' () ... done [12:32:02.785] future(..., label = NULL) ... done > calls <- backtrace(v) [12:32:02.786] resolved() ... [12:32:02.786] | resolved() for SequentialFuture () ... [12:32:02.787] | : state: 'finished' [12:32:02.787] | : run: TRUE [12:32:02.787] | : result: 'FutureResult' [12:32:02.788] | resolved() for SequentialFuture () ... done [12:32:02.788] resolved() ... done > print(calls) [[1]] future:::testme("backtrace") [[2]] source(file.path(path, "run.R")) [[3]] withVisible(eval(ei, envir)) [[4]] eval(ei, envir) [[5]] eval(ei, envir) [[6]] source(testme[["script"]], echo = TRUE) [[7]] withVisible(eval(ei, envir)) [[8]] eval(ei, envir) [[9]] eval(ei, envir) [[10]] v %<-% { 42L stop("Woops") } [[11]] futureAssignInternal(target, expr, envir = envir, substitute = FALSE) [[12]] futureAssign(name, expr, envir = envir, assign.env = assign.env, substitute = FALSE) [[13]] do.call(future::future, args = future.args, envir = envir) [[14]] (function (expr, envir = parent.frame(), substitute = TRUE, lazy = FALSE, seed = FALSE, globals = TRUE, packages = NULL, stdout = TRUE, conditions = "condition", label = NULL, gc = FALSE, earlySignal = FALSE, ...) { debug <- isTRUE(getOption("future.debug")) if (debug) { mdebugf_push("future(..., label = %s) ...", sQuoteLabel(label)) mdebugf("lazy: %s", lazy) mdebugf("stdout: %s", stdout) mdebugf("conditions: [n=%d] %s", length(conditions), commaq(conditions)) mdebugf("gc: %s", gc) mdebugf("earlySignal: %s", earlySignal) on.exit(mdebugf_pop()) } if (substitute) expr <- substitute(expr) t_start <- Sys.time() onReference <- getOption("future.globals.onReference") if (is.null(onReference)) onReference <- "ignore" if (!is.null(globals)) { gp <- getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, globals = globals, onReference = onReference, maxSize = +Inf) expr <- gp[["expr"]] globals <- gp[["globals"]] if (length(packages) > 0 || length(gp[["packages"]]) > 0) { packages <- c(gp[["packages"]], packages) } gp <- NULL attr(globals, "already-done") <- TRUE } future <- Future(expr, substitute = FALSE, envir = envir, lazy = TRUE, seed = seed, globals = globals, packages = packages, stdout = stdout, conditions = conditions, earlySignal = earlySignal, label = label, gc = gc, onReference = onReference, ...) future[[".defaultLocal"]] <- !is.element("local", names(list(...))) if (isTRUE(getOption("future.journal"))) { future <- makeFutureJournal(future, event = "create", category = "overhead", start = t_start) } if (!lazy) { future <- run(future) future[["lazy"]] <- FALSE stop_if_not(inherits(future, "Future"), !future[["lazy"]]) } future })({ 42L stop("Woops") }, envir = , lazy = FALSE, seed = FALSE, globals = TRUE, packages = NULL, stdout = TRUE, conditions = "condition", earlySignal = FALSE, label = NULL, gc = FALSE) [[15]] Future(expr, substitute = FALSE, envir = envir, lazy = TRUE, seed = seed, globals = globals, packages = packages, stdout = stdout, conditions = conditions, earlySignal = earlySignal, label = label, gc = gc, onReference = onReference, ...) [[16]] eval(expr, envir = globalenv()) [[17]] eval(expr, envir = globalenv()) [[18]] local({ { 42L stop("Woops") } }) [[19]] eval.parent(substitute(eval(quote(expr), envir))) [[20]] eval(expr, p) [[21]] eval(expr, p) [[22]] eval(quote({ { 42L stop("Woops") } }), new.env()) [[23]] eval(quote({ { 42L stop("Woops") } }), new.env()) [[24]] stop("Woops") [[25]] eval(quote({ { 42L stop("Woops") } }), new.env()) > message("*** backtrace( ) - implicit future ... DONE") *** backtrace( ) - implicit future ... DONE > message("*** backtrace( ) - subsetting ...") *** backtrace( ) - subsetting ... > env <- new.env() > env[["a"]] %<-% { + 42 + stop("Woops") + } [12:32:02.792] future(..., label = NULL) ... [12:32:02.792] | lazy: FALSE [12:32:02.793] | stdout: TRUE [12:32:02.793] | conditions: [n=1] 'condition' [12:32:02.793] | gc: FALSE [12:32:02.794] | earlySignal: FALSE [12:32:02.794] | getGlobalsAndPackages() ... [12:32:02.794] | : Searching for globals ... [12:32:02.808] | : . globals found: [2] '{', 'stop' [12:32:02.809] | : Searching for globals ... done [12:32:02.809] | : Resolving globals: FALSE [12:32:02.810] | : Search for packages associated with the globals ... [12:32:02.810] | : . Packages associated with globals: [1] 'base' [12:32:02.811] | : . Packages: [1] 'base' [12:32:02.811] | : Search for packages associated with the globals ... done [12:32:02.811] | : Packages after dropping 'base': [0] [12:32:02.812] | : globals: [0] [12:32:02.812] | : packages: [0] [12:32:02.812] | getGlobalsAndPackages() ... done [12:32:02.813] | run() for 'Future' () ... [12:32:02.813] | : state: 'created' [12:32:02.814] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.814] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.814] | : Using SequentialFutureBackend ... [12:32:02.815] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:32:02.815] | : . Launching futures ... [12:32:02.815] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:02.816] | : . ' , getFutureData() ... [12:32:02.816] | : . ' , ; getFutureCore() ... [12:32:02.816] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:02.817] | : . ' , ; getFutureCore() ... done [12:32:02.817] | : . ' , ; getFutureCapture() ... [12:32:02.817] | : . ' , ; getFutureCapture() ... done [12:32:02.818] | : . ' , ; getFutureContext() ... [12:32:02.818] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.818] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:02.819] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.819] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:02.819] | : . ' , ; getFutureContext() ... done [12:32:02.820] | : . ' , getFutureData() ... done [12:32:02.823] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.823] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:02.824] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.824] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.825] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:02.825] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:02.825] | : . ' , ; ` | New stack: [12:32:02.826] | : . ' , ; ` | List of 1 [12:32:02.826] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:02.826] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.826] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:02.826] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.826] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.826] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.826] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:02.826] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.832] | : . ' , ; ` | Old stack: [12:32:02.832] | : . ' , ; ` | List of 1 [12:32:02.832] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:02.832] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.832] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:02.832] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.832] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.832] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.832] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:02.832] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.832] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.832] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.832] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.840] | : . ' , ; ` | Not identical [12:32:02.840] | : . ' , ; ` | all.equal() for future ... [12:32:02.840] | : . ' , ; ` | : List of 2 [12:32:02.840] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.840] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:02.840] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.840] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.840] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.840] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.840] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.854] | : . ' , ; ` | all.equal() for future ... done [12:32:02.854] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:02.855] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:02.855] | : . ' , ; ` List of future strategies: [12:32:02.855] | : . ' , ; ` 1. sequential: [12:32:02.855] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:02.855] | : . ' , ; ` - tweaked: FALSE [12:32:02.855] | : . ' , ; ` - call: plan(sequential) [12:32:02.856] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:02.856] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.862] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.862] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.862] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:02.863] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:02.863] | : . ' , ; ` | : New stack: [12:32:02.863] | : . ' , ; ` | : List of 1 [12:32:02.863] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:02.863] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.863] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.863] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.863] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.863] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.863] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.863] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.863] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.863] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.863] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.873] | : . ' , ; ` | : Old stack: [12:32:02.873] | : . ' , ; ` | : List of 1 [12:32:02.873] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:02.873] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.873] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.873] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.873] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.873] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.873] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.873] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.873] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.873] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.873] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.879] | : . ' , ; ` | : Identical [12:32:02.880] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:02.880] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:02.880] | : . ' , ; ` | List of future strategies: [12:32:02.880] | : . ' , ; ` | 1. sequential: [12:32:02.880] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:02.880] | : . ' , ; ` | - tweaked: FALSE [12:32:02.880] | : . ' , ; ` | - call: plan(sequential) [12:32:02.881] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:02.881] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.882] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.882] | : . ' , SequentialFuture started (and completed) [12:32:02.883] | : . ' , signalConditions() ... [12:32:02.883] | : . ' , ; include = 'immediateCondition' [12:32:02.883] | : . ' , ; exclude = [12:32:02.884] | : . ' , ; resignal = FALSE [12:32:02.884] | : . ' , ; Number of conditions: 7 [12:32:02.884] | : . ' , ; int 7 [12:32:02.885] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.885] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.885] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.886] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.886] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.886] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.887] | : . ' , ; Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:02.887] | : . ' , signalConditions() ... done [12:32:02.887] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:02.887] | : . Launching futures ... done [12:32:02.888] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:02.888] | : Using SequentialFutureBackend ... done [12:32:02.888] | run() for 'Future' () ... done [12:32:02.889] future(..., label = NULL) ... done > env[["b"]] %<-% { + 42 + stop("Woops") + } [12:32:02.889] future(..., label = NULL) ... [12:32:02.890] | lazy: FALSE [12:32:02.890] | stdout: TRUE [12:32:02.890] | conditions: [n=1] 'condition' [12:32:02.890] | gc: FALSE [12:32:02.891] | earlySignal: FALSE [12:32:02.891] | getGlobalsAndPackages() ... [12:32:02.891] | : Searching for globals ... [12:32:02.902] | : . globals found: [2] '{', 'stop' [12:32:02.902] | : Searching for globals ... done [12:32:02.903] | : Resolving globals: FALSE [12:32:02.903] | : Search for packages associated with the globals ... [12:32:02.904] | : . Packages associated with globals: [1] 'base' [12:32:02.904] | : . Packages: [1] 'base' [12:32:02.904] | : Search for packages associated with the globals ... done [12:32:02.905] | : Packages after dropping 'base': [0] [12:32:02.905] | : globals: [0] [12:32:02.905] | : packages: [0] [12:32:02.905] | getGlobalsAndPackages() ... done [12:32:02.906] | run() for 'Future' () ... [12:32:02.906] | : state: 'created' [12:32:02.907] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.907] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.907] | : Using SequentialFutureBackend ... [12:32:02.907] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:32:02.908] | : . Launching futures ... [12:32:02.909] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:02.909] | : . ' , getFutureData() ... [12:32:02.909] | : . ' , ; getFutureCore() ... [12:32:02.909] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:02.910] | : . ' , ; getFutureCore() ... done [12:32:02.910] | : . ' , ; getFutureCapture() ... [12:32:02.910] | : . ' , ; getFutureCapture() ... done [12:32:02.911] | : . ' , ; getFutureContext() ... [12:32:02.911] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.911] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:02.911] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.912] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:02.912] | : . ' , ; getFutureContext() ... done [12:32:02.912] | : . ' , getFutureData() ... done [12:32:02.915] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.916] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:02.916] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.916] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.917] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:02.917] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:02.917] | : . ' , ; ` | New stack: [12:32:02.918] | : . ' , ; ` | List of 1 [12:32:02.918] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:02.918] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.918] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:02.918] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.918] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.918] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.918] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:02.918] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.923] | : . ' , ; ` | Old stack: [12:32:02.923] | : . ' , ; ` | List of 1 [12:32:02.923] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:02.923] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.923] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:02.923] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.923] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.923] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.923] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:02.923] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.923] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.923] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.923] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.929] | : . ' , ; ` | Not identical [12:32:02.929] | : . ' , ; ` | all.equal() for future ... [12:32:02.930] | : . ' , ; ` | : List of 2 [12:32:02.930] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.930] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:02.930] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.930] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.930] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.930] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.930] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.940] | : . ' , ; ` | all.equal() for future ... done [12:32:02.940] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:02.940] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:02.941] | : . ' , ; ` List of future strategies: [12:32:02.941] | : . ' , ; ` 1. sequential: [12:32:02.941] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:02.941] | : . ' , ; ` - tweaked: FALSE [12:32:02.941] | : . ' , ; ` - call: plan(sequential) [12:32:02.942] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:02.942] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.947] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.947] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:02.947] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:02.948] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:02.948] | : . ' , ; ` | : New stack: [12:32:02.948] | : . ' , ; ` | : List of 1 [12:32:02.948] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:02.948] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.948] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.948] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.948] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.948] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.948] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.948] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.948] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.948] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.948] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.954] | : . ' , ; ` | : Old stack: [12:32:02.954] | : . ' , ; ` | : List of 1 [12:32:02.954] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:02.954] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:02.954] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:02.954] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.954] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.954] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.954] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:02.954] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:02.954] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:02.954] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:02.954] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:02.960] | : . ' , ; ` | : Identical [12:32:02.961] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:02.961] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:02.961] | : . ' , ; ` | List of future strategies: [12:32:02.961] | : . ' , ; ` | 1. sequential: [12:32:02.961] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:02.961] | : . ' , ; ` | - tweaked: FALSE [12:32:02.961] | : . ' , ; ` | - call: plan(sequential) [12:32:02.962] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:02.962] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.963] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:02.964] | : . ' , SequentialFuture started (and completed) [12:32:02.964] | : . ' , signalConditions() ... [12:32:02.964] | : . ' , ; include = 'immediateCondition' [12:32:02.964] | : . ' , ; exclude = [12:32:02.965] | : . ' , ; resignal = FALSE [12:32:02.965] | : . ' , ; Number of conditions: 7 [12:32:02.965] | : . ' , ; int 7 [12:32:02.966] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.966] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.967] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.967] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.967] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.967] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:02.968] | : . ' , ; Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:02.968] | : . ' , signalConditions() ... done [12:32:02.968] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:02.968] | : . Launching futures ... done [12:32:02.969] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:02.969] | : Using SequentialFutureBackend ... done [12:32:02.969] | run() for 'Future' () ... done [12:32:02.970] future(..., label = NULL) ... done > calls <- backtrace(env[["b"]]) [12:32:02.970] resolved() ... [12:32:02.971] | resolved() for SequentialFuture () ... [12:32:02.971] | : state: 'finished' [12:32:02.971] | : run: TRUE [12:32:02.972] | : result: 'FutureResult' [12:32:02.972] | resolved() for SequentialFuture () ... done [12:32:02.972] resolved() ... done > print(calls) [[1]] future:::testme("backtrace") [[2]] source(file.path(path, "run.R")) [[3]] withVisible(eval(ei, envir)) [[4]] eval(ei, envir) [[5]] eval(ei, envir) [[6]] source(testme[["script"]], echo = TRUE) [[7]] withVisible(eval(ei, envir)) [[8]] eval(ei, envir) [[9]] eval(ei, envir) [[10]] env[["b"]] %<-% { 42L stop("Woops") } [[11]] futureAssignInternal(target, expr, envir = envir, substitute = FALSE) [[12]] futureAssign(name, expr, envir = envir, assign.env = assign.env, substitute = FALSE) [[13]] do.call(future::future, args = future.args, envir = envir) [[14]] (function (expr, envir = parent.frame(), substitute = TRUE, lazy = FALSE, seed = FALSE, globals = TRUE, packages = NULL, stdout = TRUE, conditions = "condition", label = NULL, gc = FALSE, earlySignal = FALSE, ...) { debug <- isTRUE(getOption("future.debug")) if (debug) { mdebugf_push("future(..., label = %s) ...", sQuoteLabel(label)) mdebugf("lazy: %s", lazy) mdebugf("stdout: %s", stdout) mdebugf("conditions: [n=%d] %s", length(conditions), commaq(conditions)) mdebugf("gc: %s", gc) mdebugf("earlySignal: %s", earlySignal) on.exit(mdebugf_pop()) } if (substitute) expr <- substitute(expr) t_start <- Sys.time() onReference <- getOption("future.globals.onReference") if (is.null(onReference)) onReference <- "ignore" if (!is.null(globals)) { gp <- getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, globals = globals, onReference = onReference, maxSize = +Inf) expr <- gp[["expr"]] globals <- gp[["globals"]] if (length(packages) > 0 || length(gp[["packages"]]) > 0) { packages <- c(gp[["packages"]], packages) } gp <- NULL attr(globals, "already-done") <- TRUE } future <- Future(expr, substitute = FALSE, envir = envir, lazy = TRUE, seed = seed, globals = globals, packages = packages, stdout = stdout, conditions = conditions, earlySignal = earlySignal, label = label, gc = gc, onReference = onReference, ...) future[[".defaultLocal"]] <- !is.element("local", names(list(...))) if (isTRUE(getOption("future.journal"))) { future <- makeFutureJournal(future, event = "create", category = "overhead", start = t_start) } if (!lazy) { future <- run(future) future[["lazy"]] <- FALSE stop_if_not(inherits(future, "Future"), !future[["lazy"]]) } future })({ 42L stop("Woops") }, envir = , lazy = FALSE, seed = FALSE, globals = TRUE, packages = NULL, stdout = TRUE, conditions = "condition", earlySignal = FALSE, label = NULL, gc = FALSE) [[15]] Future(expr, substitute = FALSE, envir = envir, lazy = TRUE, seed = seed, globals = globals, packages = packages, stdout = stdout, conditions = conditions, earlySignal = earlySignal, label = label, gc = gc, onReference = onReference, ...) [[16]] eval(expr, envir = globalenv()) [[17]] eval(expr, envir = globalenv()) [[18]] local({ { 42L stop("Woops") } }) [[19]] eval.parent(substitute(eval(quote(expr), envir))) [[20]] eval(expr, p) [[21]] eval(expr, p) [[22]] eval(quote({ { 42L stop("Woops") } }), new.env()) [[23]] eval(quote({ { 42L stop("Woops") } }), new.env()) [[24]] stop("Woops") [[25]] eval(quote({ { 42L stop("Woops") } }), new.env()) > stopifnot(is.list(calls)) > lenv <- listenv::listenv() > lenv[[1]] %<-% { + 42 + stop("Woops") + } [12:32:02.976] future(..., label = NULL) ... [12:32:02.976] | lazy: FALSE [12:32:02.976] | stdout: TRUE [12:32:02.977] | conditions: [n=1] 'condition' [12:32:02.977] | gc: FALSE [12:32:02.977] | earlySignal: FALSE [12:32:02.977] | getGlobalsAndPackages() ... [12:32:02.978] | : Searching for globals ... [12:32:02.989] | : . globals found: [2] '{', 'stop' [12:32:02.990] | : Searching for globals ... done [12:32:02.990] | : Resolving globals: FALSE [12:32:02.990] | : Search for packages associated with the globals ... [12:32:02.991] | : . Packages associated with globals: [1] 'base' [12:32:02.991] | : . Packages: [1] 'base' [12:32:02.992] | : Search for packages associated with the globals ... done [12:32:02.992] | : Packages after dropping 'base': [0] [12:32:02.992] | : globals: [0] [12:32:02.993] | : packages: [0] [12:32:02.993] | getGlobalsAndPackages() ... done [12:32:02.993] | run() for 'Future' () ... [12:32:02.994] | : state: 'created' [12:32:02.994] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.994] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.995] | : Using SequentialFutureBackend ... [12:32:02.995] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:32:02.995] | : . Launching futures ... [12:32:02.995] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:02.996] | : . ' , getFutureData() ... [12:32:02.996] | : . ' , ; getFutureCore() ... [12:32:02.996] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:02.997] | : . ' , ; getFutureCore() ... done [12:32:02.997] | : . ' , ; getFutureCapture() ... [12:32:02.997] | : . ' , ; getFutureCapture() ... done [12:32:02.997] | : . ' , ; getFutureContext() ... [12:32:02.998] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:02.998] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:02.998] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:02.999] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:02.999] | : . ' , ; getFutureContext() ... done [12:32:02.999] | : . ' , getFutureData() ... done [12:32:03.002] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.003] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:03.003] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.003] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.004] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.004] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:03.004] | : . ' , ; ` | New stack: [12:32:03.005] | : . ' , ; ` | List of 1 [12:32:03.005] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.005] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.005] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:03.005] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.005] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.005] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.005] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.005] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.010] | : . ' , ; ` | Old stack: [12:32:03.011] | : . ' , ; ` | List of 1 [12:32:03.011] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.011] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.011] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:03.011] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.011] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.011] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.011] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:03.011] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.011] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.011] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.011] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.017] | : . ' , ; ` | Not identical [12:32:03.017] | : . ' , ; ` | all.equal() for future ... [12:32:03.018] | : . ' , ; ` | : List of 2 [12:32:03.018] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.018] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.018] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.018] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.018] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.018] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.018] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.027] | : . ' , ; ` | all.equal() for future ... done [12:32:03.027] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:03.028] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.028] | : . ' , ; ` List of future strategies: [12:32:03.028] | : . ' , ; ` 1. sequential: [12:32:03.028] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:03.028] | : . ' , ; ` - tweaked: FALSE [12:32:03.028] | : . ' , ; ` - call: plan(sequential) [12:32:03.029] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.029] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.033] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.033] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.034] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.034] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:03.034] | : . ' , ; ` | : New stack: [12:32:03.034] | : . ' , ; ` | : List of 1 [12:32:03.034] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.034] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.034] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.034] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.034] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.034] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.034] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.034] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.034] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.034] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.034] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.041] | : . ' , ; ` | : Old stack: [12:32:03.041] | : . ' , ; ` | : List of 1 [12:32:03.041] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.041] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.041] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.041] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.041] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.041] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.041] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.041] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.041] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.041] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.041] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.047] | : . ' , ; ` | : Identical [12:32:03.047] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:03.047] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.048] | : . ' , ; ` | List of future strategies: [12:32:03.048] | : . ' , ; ` | 1. sequential: [12:32:03.048] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:03.048] | : . ' , ; ` | - tweaked: FALSE [12:32:03.048] | : . ' , ; ` | - call: plan(sequential) [12:32:03.049] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.049] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.049] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.050] | : . ' , SequentialFuture started (and completed) [12:32:03.050] | : . ' , signalConditions() ... [12:32:03.051] | : . ' , ; include = 'immediateCondition' [12:32:03.051] | : . ' , ; exclude = [12:32:03.051] | : . ' , ; resignal = FALSE [12:32:03.051] | : . ' , ; Number of conditions: 7 [12:32:03.052] | : . ' , ; int 7 [12:32:03.053] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.053] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.053] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.053] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.054] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.054] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.054] | : . ' , ; Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:03.055] | : . ' , signalConditions() ... done [12:32:03.055] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:03.055] | : . Launching futures ... done [12:32:03.055] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:03.056] | : Using SequentialFutureBackend ... done [12:32:03.056] | run() for 'Future' () ... done [12:32:03.056] future(..., label = NULL) ... done > lenv[[2]] %<-% { + 42 + stop("Woops") + } [12:32:03.057] future(..., label = NULL) ... [12:32:03.058] | lazy: FALSE [12:32:03.058] | stdout: TRUE [12:32:03.058] | conditions: [n=1] 'condition' [12:32:03.058] | gc: FALSE [12:32:03.059] | earlySignal: FALSE [12:32:03.059] | getGlobalsAndPackages() ... [12:32:03.059] | : Searching for globals ... [12:32:03.068] | : . globals found: [2] '{', 'stop' [12:32:03.068] | : Searching for globals ... done [12:32:03.069] | : Resolving globals: FALSE [12:32:03.069] | : Search for packages associated with the globals ... [12:32:03.069] | : . Packages associated with globals: [1] 'base' [12:32:03.069] | : . Packages: [1] 'base' [12:32:03.070] | : Search for packages associated with the globals ... done [12:32:03.070] | : Packages after dropping 'base': [0] [12:32:03.070] | : globals: [0] [12:32:03.070] | : packages: [0] [12:32:03.070] | getGlobalsAndPackages() ... done [12:32:03.071] | run() for 'Future' () ... [12:32:03.071] | : state: 'created' [12:32:03.071] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.071] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.072] | : Using SequentialFutureBackend ... [12:32:03.072] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:32:03.072] | : . Launching futures ... [12:32:03.072] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:03.072] | : . ' , getFutureData() ... [12:32:03.073] | : . ' , ; getFutureCore() ... [12:32:03.073] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:03.073] | : . ' , ; getFutureCore() ... done [12:32:03.073] | : . ' , ; getFutureCapture() ... [12:32:03.073] | : . ' , ; getFutureCapture() ... done [12:32:03.073] | : . ' , ; getFutureContext() ... [12:32:03.074] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.074] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:03.074] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.074] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:03.074] | : . ' , ; getFutureContext() ... done [12:32:03.075] | : . ' , getFutureData() ... done [12:32:03.077] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.077] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:03.077] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.077] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.078] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.078] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:03.078] | : . ' , ; ` | New stack: [12:32:03.078] | : . ' , ; ` | List of 1 [12:32:03.078] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.078] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.078] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:03.078] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.078] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.078] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.078] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.078] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.082] | : . ' , ; ` | Old stack: [12:32:03.082] | : . ' , ; ` | List of 1 [12:32:03.082] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.082] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.082] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:03.082] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.082] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.082] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.082] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:03.082] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.082] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.082] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.082] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.086] | : . ' , ; ` | Not identical [12:32:03.086] | : . ' , ; ` | all.equal() for future ... [12:32:03.086] | : . ' , ; ` | : List of 2 [12:32:03.086] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.086] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.086] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.086] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.086] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.086] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.086] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.093] | : . ' , ; ` | all.equal() for future ... done [12:32:03.093] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:03.093] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.093] | : . ' , ; ` List of future strategies: [12:32:03.093] | : . ' , ; ` 1. sequential: [12:32:03.093] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:03.093] | : . ' , ; ` - tweaked: FALSE [12:32:03.093] | : . ' , ; ` - call: plan(sequential) [12:32:03.094] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.095] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.099] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.100] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.100] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.100] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:03.101] | : . ' , ; ` | : New stack: [12:32:03.101] | : . ' , ; ` | : List of 1 [12:32:03.101] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.101] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.101] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.101] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.101] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.101] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.101] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.101] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.101] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.101] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.101] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.107] | : . ' , ; ` | : Old stack: [12:32:03.108] | : . ' , ; ` | : List of 1 [12:32:03.108] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.108] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.108] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.108] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.108] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.108] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.108] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.108] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.108] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.108] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.108] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.114] | : . ' , ; ` | : Identical [12:32:03.114] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:03.114] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.114] | : . ' , ; ` | List of future strategies: [12:32:03.114] | : . ' , ; ` | 1. sequential: [12:32:03.114] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:03.114] | : . ' , ; ` | - tweaked: FALSE [12:32:03.114] | : . ' , ; ` | - call: plan(sequential) [12:32:03.115] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.115] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.116] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.116] | : . ' , SequentialFuture started (and completed) [12:32:03.117] | : . ' , signalConditions() ... [12:32:03.117] | : . ' , ; include = 'immediateCondition' [12:32:03.117] | : . ' , ; exclude = [12:32:03.118] | : . ' , ; resignal = FALSE [12:32:03.118] | : . ' , ; Number of conditions: 7 [12:32:03.118] | : . ' , ; int 7 [12:32:03.119] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.119] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.119] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.120] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.120] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.120] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.120] | : . ' , ; Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:03.121] | : . ' , signalConditions() ... done [12:32:03.121] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:03.121] | : . Launching futures ... done [12:32:03.122] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:03.122] | : Using SequentialFutureBackend ... done [12:32:03.122] | run() for 'Future' () ... done [12:32:03.122] future(..., label = NULL) ... done > calls <- backtrace(lenv[[2]]) [12:32:03.123] resolved() ... [12:32:03.123] | resolved() for SequentialFuture () ... [12:32:03.124] | : state: 'finished' [12:32:03.124] | : run: TRUE [12:32:03.124] | : result: 'FutureResult' [12:32:03.125] | resolved() for SequentialFuture () ... done [12:32:03.125] resolved() ... done > print(calls) [[1]] future:::testme("backtrace") [[2]] source(file.path(path, "run.R")) [[3]] withVisible(eval(ei, envir)) [[4]] eval(ei, envir) [[5]] eval(ei, envir) [[6]] source(testme[["script"]], echo = TRUE) [[7]] withVisible(eval(ei, envir)) [[8]] eval(ei, envir) [[9]] eval(ei, envir) [[10]] lenv[[2]] %<-% { 42L stop("Woops") } [[11]] futureAssignInternal(target, expr, envir = envir, substitute = FALSE) [[12]] futureAssign(name, expr, envir = envir, assign.env = assign.env, substitute = FALSE) [[13]] do.call(future::future, args = future.args, envir = envir) [[14]] (function (expr, envir = parent.frame(), substitute = TRUE, lazy = FALSE, seed = FALSE, globals = TRUE, packages = NULL, stdout = TRUE, conditions = "condition", label = NULL, gc = FALSE, earlySignal = FALSE, ...) { debug <- isTRUE(getOption("future.debug")) if (debug) { mdebugf_push("future(..., label = %s) ...", sQuoteLabel(label)) mdebugf("lazy: %s", lazy) mdebugf("stdout: %s", stdout) mdebugf("conditions: [n=%d] %s", length(conditions), commaq(conditions)) mdebugf("gc: %s", gc) mdebugf("earlySignal: %s", earlySignal) on.exit(mdebugf_pop()) } if (substitute) expr <- substitute(expr) t_start <- Sys.time() onReference <- getOption("future.globals.onReference") if (is.null(onReference)) onReference <- "ignore" if (!is.null(globals)) { gp <- getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, globals = globals, onReference = onReference, maxSize = +Inf) expr <- gp[["expr"]] globals <- gp[["globals"]] if (length(packages) > 0 || length(gp[["packages"]]) > 0) { packages <- c(gp[["packages"]], packages) } gp <- NULL attr(globals, "already-done") <- TRUE } future <- Future(expr, substitute = FALSE, envir = envir, lazy = TRUE, seed = seed, globals = globals, packages = packages, stdout = stdout, conditions = conditions, earlySignal = earlySignal, label = label, gc = gc, onReference = onReference, ...) future[[".defaultLocal"]] <- !is.element("local", names(list(...))) if (isTRUE(getOption("future.journal"))) { future <- makeFutureJournal(future, event = "create", category = "overhead", start = t_start) } if (!lazy) { future <- run(future) future[["lazy"]] <- FALSE stop_if_not(inherits(future, "Future"), !future[["lazy"]]) } future })({ 42L stop("Woops") }, envir = , lazy = FALSE, seed = FALSE, globals = TRUE, packages = NULL, stdout = TRUE, conditions = "condition", earlySignal = FALSE, label = NULL, gc = FALSE) [[15]] Future(expr, substitute = FALSE, envir = envir, lazy = TRUE, seed = seed, globals = globals, packages = packages, stdout = stdout, conditions = conditions, earlySignal = earlySignal, label = label, gc = gc, onReference = onReference, ...) [[16]] eval(expr, envir = globalenv()) [[17]] eval(expr, envir = globalenv()) [[18]] local({ { 42L stop("Woops") } }) [[19]] eval.parent(substitute(eval(quote(expr), envir))) [[20]] eval(expr, p) [[21]] eval(expr, p) [[22]] eval(quote({ { 42L stop("Woops") } }), new.env()) [[23]] eval(quote({ { 42L stop("Woops") } }), new.env()) [[24]] stop("Woops") [[25]] eval(quote({ { 42L stop("Woops") } }), new.env()) > stopifnot(is.list(calls)) > ll <- list() > ll[[1]] <- future({ + 42 + stop("Woops") + }) [12:32:03.128] future(..., label = NULL) ... [12:32:03.128] | lazy: FALSE [12:32:03.128] | stdout: TRUE [12:32:03.129] | conditions: [n=1] 'condition' [12:32:03.129] | gc: FALSE [12:32:03.129] | earlySignal: FALSE [12:32:03.129] | getGlobalsAndPackages() ... [12:32:03.130] | : Searching for globals ... [12:32:03.140] | : . globals found: [2] '{', 'stop' [12:32:03.140] | : Searching for globals ... done [12:32:03.140] | : Resolving globals: FALSE [12:32:03.141] | : Search for packages associated with the globals ... [12:32:03.141] | : . Packages associated with globals: [1] 'base' [12:32:03.141] | : . Packages: [1] 'base' [12:32:03.142] | : Search for packages associated with the globals ... done [12:32:03.142] | : Packages after dropping 'base': [0] [12:32:03.142] | : globals: [0] [12:32:03.142] | : packages: [0] [12:32:03.143] | getGlobalsAndPackages() ... done [12:32:03.143] | run() for 'Future' () ... [12:32:03.143] | : state: 'created' [12:32:03.144] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.144] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.144] | : Using SequentialFutureBackend ... [12:32:03.144] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:32:03.145] | : . Launching futures ... [12:32:03.145] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:03.145] | : . ' , getFutureData() ... [12:32:03.146] | : . ' , ; getFutureCore() ... [12:32:03.146] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:03.146] | : . ' , ; getFutureCore() ... done [12:32:03.146] | : . ' , ; getFutureCapture() ... [12:32:03.147] | : . ' , ; getFutureCapture() ... done [12:32:03.147] | : . ' , ; getFutureContext() ... [12:32:03.147] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.147] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:03.148] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.148] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:03.148] | : . ' , ; getFutureContext() ... done [12:32:03.148] | : . ' , getFutureData() ... done [12:32:03.151] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.151] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:03.152] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.152] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.153] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.153] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:03.153] | : . ' , ; ` | New stack: [12:32:03.153] | : . ' , ; ` | List of 1 [12:32:03.153] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.153] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.153] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:03.153] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.153] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.153] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.153] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.153] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.161] | : . ' , ; ` | Old stack: [12:32:03.161] | : . ' , ; ` | List of 1 [12:32:03.161] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.161] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.161] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:03.161] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.161] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.161] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.161] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:03.161] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.161] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.161] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.161] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.165] | : . ' , ; ` | Not identical [12:32:03.165] | : . ' , ; ` | all.equal() for future ... [12:32:03.165] | : . ' , ; ` | : List of 2 [12:32:03.165] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.165] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.165] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.165] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.165] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.165] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.165] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.174] | : . ' , ; ` | all.equal() for future ... done [12:32:03.174] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:03.174] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.174] | : . ' , ; ` List of future strategies: [12:32:03.174] | : . ' , ; ` 1. sequential: [12:32:03.174] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:03.174] | : . ' , ; ` - tweaked: FALSE [12:32:03.174] | : . ' , ; ` - call: plan(sequential) [12:32:03.175] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.176] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.180] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.180] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.181] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.181] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:03.181] | : . ' , ; ` | : New stack: [12:32:03.181] | : . ' , ; ` | : List of 1 [12:32:03.181] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.181] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.181] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.181] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.181] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.181] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.181] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.181] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.181] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.181] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.181] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.187] | : . ' , ; ` | : Old stack: [12:32:03.188] | : . ' , ; ` | : List of 1 [12:32:03.188] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.188] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.188] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.188] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.188] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.188] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.188] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.188] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.188] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.188] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.188] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.192] | : . ' , ; ` | : Identical [12:32:03.192] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:03.193] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.193] | : . ' , ; ` | List of future strategies: [12:32:03.193] | : . ' , ; ` | 1. sequential: [12:32:03.193] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:03.193] | : . ' , ; ` | - tweaked: FALSE [12:32:03.193] | : . ' , ; ` | - call: plan(sequential) [12:32:03.193] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.194] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.194] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.194] | : . ' , SequentialFuture started (and completed) [12:32:03.195] | : . ' , signalConditions() ... [12:32:03.195] | : . ' , ; include = 'immediateCondition' [12:32:03.195] | : . ' , ; exclude = [12:32:03.195] | : . ' , ; resignal = FALSE [12:32:03.195] | : . ' , ; Number of conditions: 7 [12:32:03.195] | : . ' , ; int 7 [12:32:03.196] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.196] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.196] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.196] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.197] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.197] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.197] | : . ' , ; Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:03.197] | : . ' , signalConditions() ... done [12:32:03.197] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:03.197] | : . Launching futures ... done [12:32:03.198] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:03.198] | : Using SequentialFutureBackend ... done [12:32:03.198] | run() for 'Future' () ... done [12:32:03.198] future(..., label = NULL) ... done > ll[[2]] <- future({ + 42 + stop("Woops") + }) [12:32:03.198] future(..., label = NULL) ... [12:32:03.199] | lazy: FALSE [12:32:03.199] | stdout: TRUE [12:32:03.199] | conditions: [n=1] 'condition' [12:32:03.199] | gc: FALSE [12:32:03.199] | earlySignal: FALSE [12:32:03.199] | getGlobalsAndPackages() ... [12:32:03.199] | : Searching for globals ... [12:32:03.206] | : . globals found: [2] '{', 'stop' [12:32:03.206] | : Searching for globals ... done [12:32:03.207] | : Resolving globals: FALSE [12:32:03.207] | : Search for packages associated with the globals ... [12:32:03.207] | : . Packages associated with globals: [1] 'base' [12:32:03.207] | : . Packages: [1] 'base' [12:32:03.208] | : Search for packages associated with the globals ... done [12:32:03.208] | : Packages after dropping 'base': [0] [12:32:03.208] | : globals: [0] [12:32:03.208] | : packages: [0] [12:32:03.208] | getGlobalsAndPackages() ... done [12:32:03.209] | run() for 'Future' () ... [12:32:03.209] | : state: 'created' [12:32:03.209] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.209] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.209] | : Using SequentialFutureBackend ... [12:32:03.209] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:32:03.210] | : . Launching futures ... [12:32:03.210] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:03.210] | : . ' , getFutureData() ... [12:32:03.210] | : . ' , ; getFutureCore() ... [12:32:03.210] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:03.210] | : . ' , ; getFutureCore() ... done [12:32:03.211] | : . ' , ; getFutureCapture() ... [12:32:03.211] | : . ' , ; getFutureCapture() ... done [12:32:03.211] | : . ' , ; getFutureContext() ... [12:32:03.211] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.211] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:03.211] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.212] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:03.212] | : . ' , ; getFutureContext() ... done [12:32:03.212] | : . ' , getFutureData() ... done [12:32:03.214] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.215] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:03.215] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.216] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.216] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.216] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:03.217] | : . ' , ; ` | New stack: [12:32:03.217] | : . ' , ; ` | List of 1 [12:32:03.217] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.217] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.217] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:03.217] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.217] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.217] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.217] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.217] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.222] | : . ' , ; ` | Old stack: [12:32:03.223] | : . ' , ; ` | List of 1 [12:32:03.223] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.223] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.223] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:03.223] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.223] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.223] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.223] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:03.223] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.223] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.223] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.223] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.229] | : . ' , ; ` | Not identical [12:32:03.229] | : . ' , ; ` | all.equal() for future ... [12:32:03.230] | : . ' , ; ` | : List of 2 [12:32:03.230] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.230] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.230] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.230] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.230] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.230] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.230] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.241] | : . ' , ; ` | all.equal() for future ... done [12:32:03.241] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:03.241] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.242] | : . ' , ; ` List of future strategies: [12:32:03.242] | : . ' , ; ` 1. sequential: [12:32:03.242] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:03.242] | : . ' , ; ` - tweaked: FALSE [12:32:03.242] | : . ' , ; ` - call: plan(sequential) [12:32:03.243] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.243] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.248] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.248] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.248] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.249] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:03.249] | : . ' , ; ` | : New stack: [12:32:03.249] | : . ' , ; ` | : List of 1 [12:32:03.249] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.249] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.249] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.249] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.249] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.249] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.249] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.249] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.249] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.249] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.249] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.254] | : . ' , ; ` | : Old stack: [12:32:03.255] | : . ' , ; ` | : List of 1 [12:32:03.255] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.255] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.255] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.255] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.255] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.255] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.255] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.255] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.255] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.255] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.255] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.261] | : . ' , ; ` | : Identical [12:32:03.261] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:03.262] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.262] | : . ' , ; ` | List of future strategies: [12:32:03.262] | : . ' , ; ` | 1. sequential: [12:32:03.262] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:03.262] | : . ' , ; ` | - tweaked: FALSE [12:32:03.262] | : . ' , ; ` | - call: plan(sequential) [12:32:03.263] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.263] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.263] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.264] | : . ' , SequentialFuture started (and completed) [12:32:03.265] | : . ' , signalConditions() ... [12:32:03.265] | : . ' , ; include = 'immediateCondition' [12:32:03.265] | : . ' , ; exclude = [12:32:03.265] | : . ' , ; resignal = FALSE [12:32:03.266] | : . ' , ; Number of conditions: 7 [12:32:03.266] | : . ' , ; int 7 [12:32:03.267] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.267] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.267] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.268] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.268] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.268] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.269] | : . ' , ; Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:03.269] | : . ' , signalConditions() ... done [12:32:03.269] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:03.269] | : . Launching futures ... done [12:32:03.270] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:03.270] | : Using SequentialFutureBackend ... done [12:32:03.270] | run() for 'Future' () ... done [12:32:03.270] future(..., label = NULL) ... done > vs <- value(ll, signal = FALSE) [12:32:03.272] value() for list ... [12:32:03.272] | recursive: 0 [12:32:03.272] | reduce: FALSE [12:32:03.273] | length: 2 [12:32:03.273] | Number of remaining objects: 2 [12:32:03.274] | checking value #1: [12:32:03.274] | 'obj' is SequentialFuture [12:32:03.274] | resolved() ... [12:32:03.274] | : resolved() for SequentialFuture () ... [12:32:03.275] | : . state: 'finished' [12:32:03.275] | : . run: TRUE [12:32:03.275] | : . result: 'FutureResult' [12:32:03.275] | : resolved() for SequentialFuture () ... done [12:32:03.276] | resolved() ... done [12:32:03.276] | SequentialFuture #1 [12:32:03.276] | signalConditionsASAP(SequentialFuture, pos=1) ... [12:32:03.276] | : nx: 2 [12:32:03.276] | : relay: TRUE [12:32:03.277] | : stdout: TRUE [12:32:03.277] | : signal: FALSE [12:32:03.277] | : resignal: FALSE [12:32:03.277] | : force: TRUE [12:32:03.278] | : relayed: [n=2] FALSE, FALSE [12:32:03.278] | : queued futures: [n=2] FALSE, FALSE [12:32:03.278] | : until=1 [12:32:03.278] | : relaying element #1 [12:32:03.279] | : value() for SequentialFuture () ... [12:32:03.279] | : . signalConditions() ... [12:32:03.279] | : . ' include = 'immediateCondition' [12:32:03.279] | : . ' exclude = [12:32:03.280] | : . ' resignal = FALSE [12:32:03.280] | : . ' Number of conditions: 7 [12:32:03.280] | : . ' int 7 [12:32:03.281] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.282] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.282] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.282] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.282] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.283] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.283] | : . ' Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:03.283] | : . signalConditions() ... done [12:32:03.283] | : . relay stdout ... [12:32:03.284] | : . relay stdout ... done [12:32:03.284] | : . check for misuse ... [12:32:03.284] | : . check for misuse ... done [12:32:03.285] | : value() for SequentialFuture () ... done [12:32:03.285] | : relayed: [n=2] TRUE, FALSE [12:32:03.285] | : queued futures: [n=2] TRUE, FALSE [12:32:03.285] | signalConditionsASAP(SequentialFuture, pos=1) ... done [12:32:03.286] | value(, ...) ... [12:32:03.286] | value(, ...) ... done [12:32:03.286] | value() for SequentialFuture () ... [12:32:03.287] | : signalConditions() ... [12:32:03.287] | : . include = 'immediateCondition' [12:32:03.287] | : . exclude = [12:32:03.287] | : . resignal = FALSE [12:32:03.288] | : . Number of conditions: 7 [12:32:03.288] | : . int 7 [12:32:03.289] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.289] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.290] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.290] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.290] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.290] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.291] | : . Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:03.291] | : signalConditions() ... done [12:32:03.291] | : check for misuse ... [12:32:03.291] | : check for misuse ... done [12:32:03.292] | value() for SequentialFuture () ... done [12:32:03.292] | value: [12:32:03.292] | signalConditionsASAP(SequentialFuture, pos=1) ... [12:32:03.293] | : nx: 2 [12:32:03.293] | : relay: TRUE [12:32:03.293] | : stdout: TRUE [12:32:03.293] | : signal: FALSE [12:32:03.293] | : resignal: FALSE [12:32:03.294] | : force: TRUE [12:32:03.294] | : relayed: [n=2] TRUE, FALSE [12:32:03.294] | : queued futures: [n=2] TRUE, FALSE [12:32:03.299] | : until=2 [12:32:03.299] | : relaying element #2 [12:32:03.300] | : relayed: [n=2] TRUE, FALSE [12:32:03.300] | : queued futures: [n=2] TRUE, FALSE [12:32:03.300] | signalConditionsASAP(SequentialFuture, pos=1) ... done [12:32:03.301] | resolve() for SequentialFuture ... [12:32:03.301] | resolve() for SequentialFuture ... done [12:32:03.301] | length: 1 (resolved future 1) [12:32:03.301] value() for list ... done [12:32:03.302] checking value #2: [12:32:03.302] 'obj' is SequentialFuture [12:32:03.302] resolved() ... [12:32:03.302] | resolved() for SequentialFuture () ... [12:32:03.303] | : state: 'finished' [12:32:03.303] | : run: TRUE [12:32:03.303] | : result: 'FutureResult' [12:32:03.303] | resolved() for SequentialFuture () ... done [12:32:03.304] resolved() ... done [12:32:03.304] SequentialFuture #2 [12:32:03.304] signalConditionsASAP(SequentialFuture, pos=2) ... [12:32:03.304] | nx: 2 [12:32:03.305] | relay: TRUE [12:32:03.305] | stdout: TRUE [12:32:03.305] | signal: FALSE [12:32:03.305] | resignal: FALSE [12:32:03.306] | force: TRUE [12:32:03.306] | relayed: [n=2] TRUE, FALSE [12:32:03.306] | queued futures: [n=2] TRUE, FALSE [12:32:03.306] | until=2 [12:32:03.307] | relaying element #2 [12:32:03.307] | value() for SequentialFuture () ... [12:32:03.307] | : signalConditions() ... [12:32:03.308] | : . include = 'immediateCondition' [12:32:03.308] | : . exclude = [12:32:03.308] | : . resignal = FALSE [12:32:03.308] | : . Number of conditions: 7 [12:32:03.309] | : . int 7 [12:32:03.310] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.310] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.310] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.311] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.311] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.311] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.311] | : . Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:03.312] | : signalConditions() ... done [12:32:03.312] | : relay stdout ... [12:32:03.312] | : relay stdout ... done [12:32:03.313] | : check for misuse ... [12:32:03.313] | : check for misuse ... done [12:32:03.313] | value() for SequentialFuture () ... done [12:32:03.313] | relayed: [n=2] TRUE, TRUE [12:32:03.314] | queued futures: [n=2] TRUE, TRUE [12:32:03.314] signalConditionsASAP(SequentialFuture, pos=2) ... done [12:32:03.314] value(, ...) ... [12:32:03.315] value(, ...) ... done [12:32:03.315] value() for SequentialFuture () ... [12:32:03.315] | signalConditions() ... [12:32:03.315] | : include = 'immediateCondition' [12:32:03.316] | : exclude = [12:32:03.316] | : resignal = FALSE [12:32:03.316] | : Number of conditions: 7 [12:32:03.317] | : int 7 [12:32:03.318] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.318] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.318] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.318] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.319] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.319] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.319] | : Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:03.320] | signalConditions() ... done [12:32:03.320] | check for misuse ... [12:32:03.320] | check for misuse ... done [12:32:03.320] value() for SequentialFuture () ... done [12:32:03.321] value: [12:32:03.321] signalConditionsASAP(SequentialFuture, pos=2) ... [12:32:03.321] | nx: 2 [12:32:03.321] | relay: TRUE [12:32:03.322] | stdout: TRUE [12:32:03.322] | signal: FALSE [12:32:03.322] | resignal: FALSE [12:32:03.322] | force: TRUE [12:32:03.323] | relayed: [n=2] TRUE, TRUE [12:32:03.323] | queued futures: [n=2] TRUE, TRUE [12:32:03.323] | until=2 [12:32:03.323] | relayed: [n=2] TRUE, TRUE [12:32:03.324] | queued futures: [n=2] TRUE, TRUE [12:32:03.324] signalConditionsASAP(SequentialFuture, pos=2) ... done [12:32:03.324] resolve() for SequentialFuture ... [12:32:03.324] resolve() for SequentialFuture ... done [12:32:03.325] length: 0 (resolved future 2) [12:32:03.325] Relaying remaining futures ... [12:32:03.325] | signalConditionsASAP(NULL, pos=0) ... [12:32:03.326] | : nx: 2 [12:32:03.326] | : relay: TRUE [12:32:03.326] | : stdout: TRUE [12:32:03.326] | : signal: FALSE [12:32:03.327] | : resignal: FALSE [12:32:03.327] | : force: TRUE [12:32:03.327] | : relayed: [n=2] TRUE, TRUE [12:32:03.327] | : queued futures: [n=2] TRUE, TRUE - flush all [12:32:03.328] | : relayed: [n=2] TRUE, TRUE [12:32:03.328] | : queued futures: [n=2] TRUE, TRUE [12:32:03.328] | signalConditionsASAP(NULL, pos=0) ... done [12:32:03.329] Relaying remaining futures ... done > calls <- backtrace(ll[[2]]) [12:32:03.330] resolved() ... [12:32:03.330] | resolved() for SequentialFuture () ... [12:32:03.330] | : state: 'finished' [12:32:03.330] | : run: TRUE [12:32:03.331] | : result: 'FutureResult' [12:32:03.331] | resolved() for SequentialFuture () ... done [12:32:03.331] resolved() ... done > print(calls) [[1]] future:::testme("backtrace") [[2]] source(file.path(path, "run.R")) [[3]] withVisible(eval(ei, envir)) [[4]] eval(ei, envir) [[5]] eval(ei, envir) [[6]] source(testme[["script"]], echo = TRUE) [[7]] withVisible(eval(ei, envir)) [[8]] eval(ei, envir) [[9]] eval(ei, envir) [[10]] future({ 42L stop("Woops") }) [[11]] Future(expr, substitute = FALSE, envir = envir, lazy = TRUE, seed = seed, globals = globals, packages = packages, stdout = stdout, conditions = conditions, earlySignal = earlySignal, label = label, gc = gc, onReference = onReference, ...) [[12]] eval(expr, envir = globalenv()) [[13]] eval(expr, envir = globalenv()) [[14]] local({ { 42L stop("Woops") } }) [[15]] eval.parent(substitute(eval(quote(expr), envir))) [[16]] eval(expr, p) [[17]] eval(expr, p) [[18]] eval(quote({ { 42L stop("Woops") } }), new.env()) [[19]] eval(quote({ { 42L stop("Woops") } }), new.env()) [[20]] stop("Woops") [[21]] eval(quote({ { 42L stop("Woops") } }), new.env()) > stopifnot(is.list(calls)) > message("*** backtrace( ) - subsetting ... DONE") *** backtrace( ) - subsetting ... DONE > message("*** backtrace( ) - exceptions ...") *** backtrace( ) - exceptions ... > message("- No condition ...") - No condition ... > f <- future(42) [12:32:03.333] future(..., label = NULL) ... [12:32:03.333] | lazy: FALSE [12:32:03.333] | stdout: TRUE [12:32:03.334] | conditions: [n=1] 'condition' [12:32:03.334] | gc: FALSE [12:32:03.334] | earlySignal: FALSE [12:32:03.334] | getGlobalsAndPackages() ... [12:32:03.334] | : Searching for globals ... [12:32:03.336] | : . globals found: [0] [12:32:03.336] | : Searching for globals ... done [12:32:03.336] | : globals: [0] [12:32:03.336] | : packages: [0] [12:32:03.336] | getGlobalsAndPackages() ... done [12:32:03.337] | run() for 'Future' () ... [12:32:03.337] | : state: 'created' [12:32:03.337] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.337] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.338] | : Using SequentialFutureBackend ... [12:32:03.338] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:32:03.338] | : . Launching futures ... [12:32:03.338] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:03.338] | : . ' , getFutureData() ... [12:32:03.338] | : . ' , ; getFutureCore() ... [12:32:03.339] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:03.339] | : . ' , ; getFutureCore() ... done [12:32:03.339] | : . ' , ; getFutureCapture() ... [12:32:03.339] | : . ' , ; getFutureCapture() ... done [12:32:03.339] | : . ' , ; getFutureContext() ... [12:32:03.339] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.340] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:03.340] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.340] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:03.340] | : . ' , ; getFutureContext() ... done [12:32:03.340] | : . ' , getFutureData() ... done [12:32:03.342] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.343] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:03.343] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.343] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.343] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.344] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:03.344] | : . ' , ; ` | New stack: [12:32:03.344] | : . ' , ; ` | List of 1 [12:32:03.344] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.344] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.344] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:03.344] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.344] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.344] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.344] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.344] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.347] | : . ' , ; ` | Old stack: [12:32:03.347] | : . ' , ; ` | List of 1 [12:32:03.347] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.347] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.347] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:03.347] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.347] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.347] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.347] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:03.347] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.347] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.347] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.347] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.351] | : . ' , ; ` | Not identical [12:32:03.351] | : . ' , ; ` | all.equal() for future ... [12:32:03.352] | : . ' , ; ` | : List of 2 [12:32:03.352] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.352] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.352] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.352] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.352] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.352] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.352] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.359] | : . ' , ; ` | all.equal() for future ... done [12:32:03.359] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:03.359] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.360] | : . ' , ; ` List of future strategies: [12:32:03.360] | : . ' , ; ` 1. sequential: [12:32:03.360] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:03.360] | : . ' , ; ` - tweaked: FALSE [12:32:03.360] | : . ' , ; ` - call: plan(sequential) [12:32:03.360] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.360] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.363] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.363] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.364] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.364] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:03.364] | : . ' , ; ` | : New stack: [12:32:03.364] | : . ' , ; ` | : List of 1 [12:32:03.364] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.364] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.364] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.364] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.364] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.364] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.364] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.364] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.364] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.364] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.364] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.370] | : . ' , ; ` | : Old stack: [12:32:03.371] | : . ' , ; ` | : List of 1 [12:32:03.371] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.371] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.371] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.371] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.371] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.371] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.371] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.371] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.371] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.371] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.371] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.376] | : . ' , ; ` | : Identical [12:32:03.377] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:03.377] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.377] | : . ' , ; ` | List of future strategies: [12:32:03.377] | : . ' , ; ` | 1. sequential: [12:32:03.377] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:03.377] | : . ' , ; ` | - tweaked: FALSE [12:32:03.377] | : . ' , ; ` | - call: plan(sequential) [12:32:03.378] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.378] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.379] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.379] | : . ' , SequentialFuture started (and completed) [12:32:03.380] | : . ' , signalConditions() ... [12:32:03.380] | : . ' , ; include = 'immediateCondition' [12:32:03.380] | : . ' , ; exclude = [12:32:03.380] | : . ' , ; resignal = FALSE [12:32:03.381] | : . ' , ; Number of conditions: 6 [12:32:03.381] | : . ' , ; int 6 [12:32:03.382] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.382] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.382] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.382] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.383] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.383] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.383] | : . ' , signalConditions() ... done [12:32:03.383] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:03.384] | : . Launching futures ... done [12:32:03.384] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:03.384] | : Using SequentialFutureBackend ... done [12:32:03.384] | run() for 'Future' () ... done [12:32:03.385] future(..., label = NULL) ... done > res <- tryCatch(backtrace(f), error = identity) [12:32:03.385] resolved() ... [12:32:03.386] | resolved() for SequentialFuture () ... [12:32:03.386] | : state: 'finished' [12:32:03.386] | : run: TRUE [12:32:03.386] | : result: 'FutureResult' [12:32:03.386] | resolved() for SequentialFuture () ... done [12:32:03.387] resolved() ... done > print(res) > stopifnot(inherits(res, "error")) > message("- No call stack ...") - No call stack ... > f <- future({ + 42 + stop("Woops") + }) [12:32:03.388] future(..., label = NULL) ... [12:32:03.388] | lazy: FALSE [12:32:03.388] | stdout: TRUE [12:32:03.389] | conditions: [n=1] 'condition' [12:32:03.389] | gc: FALSE [12:32:03.389] | earlySignal: FALSE [12:32:03.389] | getGlobalsAndPackages() ... [12:32:03.389] | : Searching for globals ... [12:32:03.397] | : . globals found: [2] '{', 'stop' [12:32:03.397] | : Searching for globals ... done [12:32:03.398] | : Resolving globals: FALSE [12:32:03.398] | : Search for packages associated with the globals ... [12:32:03.398] | : . Packages associated with globals: [1] 'base' [12:32:03.398] | : . Packages: [1] 'base' [12:32:03.398] | : Search for packages associated with the globals ... done [12:32:03.399] | : Packages after dropping 'base': [0] [12:32:03.399] | : globals: [0] [12:32:03.399] | : packages: [0] [12:32:03.399] | getGlobalsAndPackages() ... done [12:32:03.399] | run() for 'Future' () ... [12:32:03.400] | : state: 'created' [12:32:03.400] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.400] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.400] | : Using SequentialFutureBackend ... [12:32:03.400] | : . Number of futures since start: 9 (9 created, 9 launched, 9 finished) [12:32:03.400] | : . Launching futures ... [12:32:03.401] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:03.401] | : . ' , getFutureData() ... [12:32:03.401] | : . ' , ; getFutureCore() ... [12:32:03.401] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:03.401] | : . ' , ; getFutureCore() ... done [12:32:03.401] | : . ' , ; getFutureCapture() ... [12:32:03.402] | : . ' , ; getFutureCapture() ... done [12:32:03.402] | : . ' , ; getFutureContext() ... [12:32:03.402] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.402] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:03.402] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.402] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:03.403] | : . ' , ; getFutureContext() ... done [12:32:03.403] | : . ' , getFutureData() ... done [12:32:03.405] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.405] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:03.405] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.405] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.406] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.406] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:03.406] | : . ' , ; ` | New stack: [12:32:03.406] | : . ' , ; ` | List of 1 [12:32:03.406] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.406] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.406] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:03.406] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.406] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.406] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.406] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.406] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.410] | : . ' , ; ` | Old stack: [12:32:03.410] | : . ' , ; ` | List of 1 [12:32:03.410] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:03.410] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.410] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:03.410] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.410] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.410] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.410] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:03.410] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.410] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.410] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.410] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.416] | : . ' , ; ` | Not identical [12:32:03.416] | : . ' , ; ` | all.equal() for future ... [12:32:03.416] | : . ' , ; ` | : List of 2 [12:32:03.416] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.416] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:03.416] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.416] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.416] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.416] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.416] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.430] | : . ' , ; ` | all.equal() for future ... done [12:32:03.431] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:03.431] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.431] | : . ' , ; ` List of future strategies: [12:32:03.431] | : . ' , ; ` 1. sequential: [12:32:03.431] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:03.431] | : . ' , ; ` - tweaked: FALSE [12:32:03.431] | : . ' , ; ` - call: plan(sequential) [12:32:03.432] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.432] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.438] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.439] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:03.439] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:03.439] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:03.440] | : . ' , ; ` | : New stack: [12:32:03.440] | : . ' , ; ` | : List of 1 [12:32:03.440] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.440] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.440] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.440] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.440] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.440] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.440] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.440] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.440] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.440] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.440] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.448] | : . ' , ; ` | : Old stack: [12:32:03.449] | : . ' , ; ` | : List of 1 [12:32:03.449] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:03.449] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.449] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:03.449] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.449] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.449] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.449] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:03.449] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.449] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.449] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.449] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.456] | : . ' , ; ` | : Identical [12:32:03.457] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:03.457] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:03.457] | : . ' , ; ` | List of future strategies: [12:32:03.457] | : . ' , ; ` | 1. sequential: [12:32:03.457] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:03.457] | : . ' , ; ` | - tweaked: FALSE [12:32:03.457] | : . ' , ; ` | - call: plan(sequential) [12:32:03.459] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:03.459] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.459] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:03.460] | : . ' , SequentialFuture started (and completed) [12:32:03.461] | : . ' , signalConditions() ... [12:32:03.461] | : . ' , ; include = 'immediateCondition' [12:32:03.461] | : . ' , ; exclude = [12:32:03.462] | : . ' , ; resignal = FALSE [12:32:03.462] | : . ' , ; Number of conditions: 7 [12:32:03.462] | : . ' , ; int 7 [12:32:03.463] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.464] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.464] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.464] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.465] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.465] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.465] | : . ' , ; Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:03.466] | : . ' , signalConditions() ... done [12:32:03.466] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:03.466] | : . Launching futures ... done [12:32:03.467] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:03.467] | : Using SequentialFutureBackend ... done [12:32:03.468] | run() for 'Future' () ... done [12:32:03.468] future(..., label = NULL) ... done > v <- value(f, signal = FALSE) [12:32:03.468] value() for SequentialFuture () ... [12:32:03.469] | signalConditions() ... [12:32:03.469] | : include = 'immediateCondition' [12:32:03.470] | : exclude = [12:32:03.470] | : resignal = FALSE [12:32:03.471] | : Number of conditions: 7 [12:32:03.471] | : int 7 [12:32:03.472] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.472] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.473] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.473] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.473] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.474] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:03.474] | : Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:03.474] | signalConditions() ... done [12:32:03.475] | relay stdout ... [12:32:03.475] | relay stdout ... done [12:32:03.475] | check for misuse ... [12:32:03.476] | check for misuse ... done [12:32:03.476] value() for SequentialFuture () ... done > if (availableCores() >= 2) { + message("- Non-resolved future ...") + plan(multisession, workers = 2) + message("- plan set") + f <- .... [TRUNCATED] - Non-resolved future ... [12:32:03.481] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.482] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:32:03.483] | : all.equal() for FutureStrategyList ... [12:32:03.483] | : . New stack: [12:32:03.483] | : . List of 1 [12:32:03.483] | : . $ :function (..., workers = 2L) [12:32:03.483] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:32:03.483] | : . ..- attr(*, "init")= logi TRUE [12:32:03.483] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:03.483] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:03.483] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:03.483] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:03.483] | : . ..- attr(*, "untweakable")= chr "persistent" [12:32:03.483] | : . ..- attr(*, "tweaks")=List of 1 [12:32:03.483] | : . .. ..$ workers: int 2 [12:32:03.483] | : . ..- attr(*, "call")= language plan(multisession, workers = 2L) [12:32:03.483] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.492] | : . Old stack: [12:32:03.492] | : . List of 1 [12:32:03.492] | : . $ :function (..., envir = parent.frame()) [12:32:03.492] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.492] | : . ..- attr(*, "init")= chr "done" [12:32:03.492] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.492] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.492] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.492] | : . ..- attr(*, "call")= language plan(sequential) [12:32:03.492] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.492] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.492] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.492] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.498] | : . Not identical [12:32:03.499] | : . all.equal() for future ... [12:32:03.499] | : . ' List of 2 [12:32:03.499] | : . ' $ target :function (..., workers = 2L) [12:32:03.499] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:32:03.499] | : . ' ..- attr(*, "init")= logi TRUE [12:32:03.499] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:03.499] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:03.499] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:03.499] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:03.499] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:32:03.499] | : . ' ..- attr(*, "tweaks")=List of 1 [12:32:03.499] | : . ' .. ..$ workers: int 2 [12:32:03.499] | : . ' ..- attr(*, "call")= language plan(multisession, workers = 2L) [12:32:03.499] | : . ' $ current:function (..., envir = parent.frame()) [12:32:03.499] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:03.499] | : . ' ..- attr(*, "init")= chr "done" [12:32:03.499] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.499] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.499] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.499] | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:03.499] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:03.499] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:03.499] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:03.511] | : . ' Formals differ [12:32:03.511] | : . all.equal() for future ... done [12:32:03.511] | : . Future strategies differ at level 1 [12:32:03.512] | : all.equal() for FutureStrategyList ... done [12:32:03.512] | : plan(): Setting new future backend stack: [12:32:03.512] | : List of future strategies: [12:32:03.512] | : 1. multisession: [12:32:03.512] | : - args: function (..., workers = 2L) [12:32:03.512] | : - tweaked: TRUE [12:32:03.512] | : - call: plan(multisession, workers = 2L) [12:32:03.513] | : List of 1 [12:32:03.513] | : $ :function (..., workers = 2L) [12:32:03.513] | : ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:32:03.513] | : ..- attr(*, "init")= logi TRUE [12:32:03.513] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:03.513] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:03.513] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:03.513] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:03.513] | : ..- attr(*, "untweakable")= chr "persistent" [12:32:03.513] | : ..- attr(*, "tweaks")=List of 1 [12:32:03.513] | : .. ..$ workers: int 2 [12:32:03.513] | : ..- attr(*, "call")= language plan(multisession, workers = 2L) [12:32:03.513] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:03.520] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:32:03.520] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:03.520] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:32:03.520] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:03.521] | : . Legacy shutdown of cluster workers ... [12:32:03.521] | : . ' Stopping existing cluster ... [12:32:03.522] | : . ' , No pre-existing cluster. Skipping [12:32:03.522] | : . ' Stopping existing cluster ... done [12:32:03.522] | : . Legacy shutdown of cluster workers ... done [12:32:03.522] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:32:03.523] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:32:03.523] | : . function (..., workers = 2L) [12:32:03.523] | : . - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:32:03.523] | : . - attr(*, "init")= logi TRUE [12:32:03.523] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:03.523] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:03.523] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:03.523] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:03.523] | : . - attr(*, "untweakable")= chr "persistent" [12:32:03.523] | : . - attr(*, "tweaks")=List of 1 [12:32:03.523] | : . ..$ workers: int 2 [12:32:03.523] | : . - attr(*, "call")= language plan(multisession, workers = 2L) [12:32:03.528] | : . init: TRUE [12:32:03.528] | : . makeFutureBackend() ... [12:32:03.529] | : . ' Backend function: <'NULL'> [12:32:03.529] | : . ' Evaluator tweak arguments: [n=1] [12:32:03.529] | : . ' List of 1 [12:32:03.529] | : . ' $ workers: int 2 [12:32:03.530] | : . ' Evaluator formal arguments: [n=1] [12:32:03.530] | : . ' List of 1 [12:32:03.530] | : . ' $ workers: int 2 [12:32:03.532] | : . ' Backend factory arguments: [n=1] [12:32:03.532] | : . ' Dotted pair list of 1 [12:32:03.532] | : . ' $ workers: int 2 [12:32:03.533] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:32:03.533] | : . ' , Arguments: [12:32:03.534] | : . ' , List of 5 [12:32:03.534] | : . ' , $ workers : int 2 [12:32:03.534] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:03.534] | : . ' , $ interrupts : logi TRUE [12:32:03.534] | : . ' , $ gc : logi FALSE [12:32:03.534] | : . ' , $ earlySignal : logi FALSE [12:32:03.537] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:32:03.538] | : . ' , ; workers: 2 [12:32:03.538] | : . ' , ; getCluster() ... [12:32:03.538] | : . ' , ; getCluster() ... done [12:32:03.538] | : . ' , ; Stopping existing cluster ... [12:32:03.539] | : . ' , ; ` No pre-existing cluster. Skipping [12:32:03.539] | : . ' , ; Stopping existing cluster ... done [12:32:03.539] | : . ' , ; Starting new cluster ... [12:32:03.539] | : . ' , ; ` makeCluster(workers, ...) ... [12:32:03.539] | : . ' , ; ` | Arguments: [12:32:03.540] | : . ' , ; ` | List of 2 [12:32:03.540] | : . ' , ; ` | $ : int 2 [12:32:03.540] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:03.542] | : . ' , ; ` | .makeCluster() ... [12:32:03.542] | : . ' , ; ` | : workers: '2' [12:32:03.542] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:32:03.543] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:32:03.543] | : . ' , ; ` | : List of 2 [12:32:03.543] | : . ' , ; ` | : $ : int 2 [12:32:03.543] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:04.680] | : . ' , ; ` | : Generated cluster UUID [12:32:04.681] | : . ' , ; ` | : Cluster UUID: '01bfa250d8f274e33d78a3d3524a41c4' [12:32:04.681] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:04.685] | : . ' , ; ` | .makeCluster() ... done [12:32:04.685] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:04.688] | : . ' , ; ` makeCluster(workers, ...) ... done [12:32:04.688] | : . ' , ; ` Number of workers: 2 [12:32:04.689] | : . ' , ; ` Workers UUID: '01bfa250d8f274e33d78a3d3524a41c4' [12:32:04.689] | : . ' , ; Starting new cluster ... done [12:32:04.689] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:32:04.690] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:32:04.690] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:32:04.690] | : . makeFutureBackend() ... done [12:32:04.691] | : . nbrOfWorkers(NULL) ... [12:32:04.691] | : . ' List of 4 [12:32:04.691] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:32:04.691] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:32:04.691] | : . ' $ : language nbrOfWorkers() [12:32:04.691] | : . ' $ : language nbrOfWorkers.NULL() [12:32:04.694] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:04.694] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:04.695] | : . ' Number of workers: 2 [12:32:04.695] | : . nbrOfWorkers(NULL) ... done [12:32:04.695] | : . plan(): nbrOfWorkers() = 2 [12:32:04.696] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:32:04.696] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done - plan set [12:32:04.696] | future(..., label = NULL) ... [12:32:04.697] | : lazy: FALSE [12:32:04.697] | : stdout: TRUE [12:32:04.697] | : conditions: [n=1] 'condition' [12:32:04.697] | : gc: FALSE [12:32:04.698] | : earlySignal: FALSE [12:32:04.698] | : getGlobalsAndPackages() ... [12:32:04.698] | : . Searching for globals ... [12:32:04.714] | : . ' globals found: [3] '{', 'Sys.sleep', 'stop' [12:32:04.714] | : . Searching for globals ... done [12:32:04.714] | : . Resolving globals: FALSE [12:32:04.715] | : . Search for packages associated with the globals ... [12:32:04.715] | : . ' Packages associated with globals: [1] 'base' [12:32:04.716] | : . ' Packages: [1] 'base' [12:32:04.716] | : . Search for packages associated with the globals ... done [12:32:04.716] | : . Packages after dropping 'base': [0] [12:32:04.717] | : . globals: [0] [12:32:04.717] | : . packages: [0] [12:32:04.717] | : getGlobalsAndPackages() ... done [12:32:04.718] | : run() for 'Future' () ... [12:32:04.718] | : . state: 'created' [12:32:04.718] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:04.718] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:04.719] | : . Using MultisessionFutureBackend ... [12:32:04.719] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:32:04.719] | : . ' Launching futures ... [12:32:04.720] | : . ' , launchFuture() for ClusterFutureBackend ... [12:32:04.720] | : . ' , ; Workers: [n=2] [12:32:04.721] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:04.723] | : . ' , ; FutureRegistry: 'workers-01bfa250d8f274e33d78a3d3524a41c4' [12:32:04.724] | : . ' , ; requestWorker() ... [12:32:04.724] | : . ' , ; ` requestNode() ... [12:32:04.724] | : . ' , ; ` | Number of workers: 2 [12:32:04.725] | : . ' , ; ` | Polling for a free worker ... [12:32:04.725] | : . ' , ; ` | : FutureRegistry('workers-01bfa250d8f274e33d78a3d3524a41c4', action = 'list', earlySignal = 0) ... [12:32:04.725] | : . ' , ; ` | : . Created empty registry 'workers-01bfa250d8f274e33d78a3d3524a41c4' [12:32:04.725] | : . ' , ; ` | : . Listing all futures [12:32:04.726] | : . ' , ; ` | : . Number of registered futures: 0 [12:32:04.726] | : . ' , ; ` | : FutureRegistry('workers-01bfa250d8f274e33d78a3d3524a41c4', action = 'list', earlySignal = 0) ... done [12:32:04.726] | : . ' , ; ` | : Total time: 0 [12:32:04.726] | : . ' , ; ` | Polling for a free worker ... done [12:32:04.727] | : . ' , ; ` | FutureRegistry('workers-01bfa250d8f274e33d78a3d3524a41c4', action = 'list', earlySignal = 0) ... [12:32:04.727] | : . ' , ; ` | : Listing all futures [12:32:04.727] | : . ' , ; ` | : Number of registered futures: 0 [12:32:04.727] | : . ' , ; ` | FutureRegistry('workers-01bfa250d8f274e33d78a3d3524a41c4', action = 'list', earlySignal = 0) ... done [12:32:04.728] | : . ' , ; ` | avail: [n=2] '1', '2' [12:32:04.728] | : . ' , ; ` | Index of first available worker: 1 [12:32:04.728] | : . ' , ; ` | Validate that the worker is functional ... [12:32:04.729] | : . ' , ; ` | : Worker is functional [12:32:04.729] | : . ' , ; ` | : FutureRegistry('workers-01bfa250d8f274e33d78a3d3524a41c4', action = 'list', earlySignal = 0) ... [12:32:04.730] | : . ' , ; ` | : . Listing all futures [12:32:04.730] | : . ' , ; ` | : . Number of registered futures: 0 [12:32:04.730] | : . ' , ; ` | : FutureRegistry('workers-01bfa250d8f274e33d78a3d3524a41c4', action = 'list', earlySignal = 0) ... done [12:32:04.730] | : . ' , ; ` | Validate that the worker is functional ... done [12:32:04.731] | : . ' , ; ` requestNode() ... done [12:32:04.731] | : . ' , ; ` cluster node index: 1 [12:32:04.731] | : . ' , ; requestWorker() ... done [12:32:04.731] | : . ' , ; eraseGlobalEnvironment() ... [12:32:04.732] | : . ' , ; eraseGlobalEnvironment() ... done [12:32:04.733] | : . ' , ; launchFuture() ... [12:32:04.733] | : . ' , ; ` cluster node index: 1 [12:32:04.733] | : . ' , ; ` getFutureData() ... [12:32:04.733] | : . ' , ; ` | getFutureCore() ... [12:32:04.734] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:32:04.734] | : . ' , ; ` | getFutureCore() ... done [12:32:04.734] | : . ' , ; ` | getFutureCapture() ... [12:32:04.734] | : . ' , ; ` | getFutureCapture() ... done [12:32:04.735] | : . ' , ; ` | getFutureContext() ... [12:32:04.735] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:04.735] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:32:04.736] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:04.736] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:32:04.736] | : . ' , ; ` | getFutureContext() ... done [12:32:04.737] | : . ' , ; ` getFutureData() ... done [12:32:04.737] | : . ' , ; ` FutureRegistry('workers-01bfa250d8f274e33d78a3d3524a41c4', action = 'add', earlySignal = 0) ... [12:32:04.738] | : . ' , ; ` | Appended future to position #1 [12:32:04.738] | : . ' , ; ` | Number of registered futures: 1 [12:32:04.738] | : . ' , ; ` FutureRegistry('workers-01bfa250d8f274e33d78a3d3524a41c4', action = 'add', earlySignal = 0) ... done [12:32:04.738] | : . ' , ; launchFuture() ... done [12:32:04.738] | : . ' , ; MultisessionFuture started [12:32:04.739] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:32:04.739] | : . ' Launching futures ... done [12:32:04.739] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:04.739] | : . Using MultisessionFutureBackend ... done [12:32:04.739] | : run() for 'Future' () ... done [12:32:04.740] | future(..., label = NULL) ... done [12:32:04.740] | resolved() ... [12:32:04.741] | : resolved() for MultisessionFuture () ... [12:32:04.741] | : . Cluster node socket connection: index=4, id=397 [12:32:04.742] | : . assertValidConnection() ... [12:32:04.742] | : . ' cluster node index: 1 [12:32:04.742] | : . assertValidConnection() ... done [12:32:04.939] | : . socketSelect(list(), timeout = 0.01, write = FALSE) returned FALSE; not resolved [12:32:04.939] | : resolved() for MultisessionFuture () ... done [12:32:04.939] | resolved() ... done [12:32:04.940] | resolve() for MultisessionFuture ... [12:32:04.940] | : resolved() ... [12:32:04.941] | : . resolved() for MultisessionFuture () ... [12:32:04.941] | : . ' Cluster node socket connection: index=4, id=397 [12:32:04.942] | : . ' assertValidConnection() ... [12:32:04.942] | : . ' , cluster node index: 1 [12:32:04.943] | : . ' assertValidConnection() ... done [12:32:05.135] | : . ' receiveMessageFromWorker() for ClusterFuture ... [12:32:05.136] | : . ' , cluster node index: 1 [12:32:05.136] | : . ' , [1] TRUE [12:32:05.137] | : . ' , Received data: [12:32:05.137] | : . ' , List of 5 [12:32:05.137] | : . ' , $ type : chr "VALUE" [12:32:05.137] | : . ' , $ value :List of 16 [12:32:05.137] | : . ' , ..$ value : NULL [12:32:05.137] | : . ' , ..$ visible : logi TRUE [12:32:05.137] | : . ' , ..$ stdout : chr "" [12:32:05.137] | : . ' , ..$ conditions :List of 1 [12:32:05.137] | : . ' , .. ..$ :List of 5 [12:32:05.137] | : . ' , .. .. ..$ condition:List of 2 [12:32:05.137] | : . ' , .. .. .. ..$ message: chr "Woops" [12:32:05.137] | : . ' , .. .. .. ..$ call : language eval(quote({ { ... [12:32:05.137] | : . ' , .. .. .. ..- attr(*, "class")= chr [1:3] "simpleError" "error" "condition" [12:32:05.137] | : . ' , .. .. ..$ calls :List of 10 [12:32:05.137] | : . ' , .. .. .. ..$ : language eval(expr, envir = globalenv()) [12:32:05.137] | : . ' , .. .. .. ..$ : language eval(expr, envir = globalenv()) [12:32:05.137] | : . ' , .. .. .. ..$ : language local({ { ... [12:32:05.137] | : . ' , .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:32:05.137] | : . ' , .. .. .. ..$ : language eval(expr, p) [12:32:05.137] | : . ' , .. .. .. ..$ : language eval(expr, p) [12:32:05.137] | : . ' , .. .. .. ..$ : language eval(quote({ { ... [12:32:05.137] | : . ' , .. .. .. ..$ : language eval(quote({ { ... [12:32:05.137] | : . ' , .. .. .. ..$ : language stop("Woops") [12:32:05.137] | : . ' , .. .. .. ..$ : language eval(quote({ { ... [12:32:05.137] | : . ' , .. .. ..$ session :List of 6 [12:32:05.137] | : . ' , .. .. .. ..$ r :List of 15 [12:32:05.137] | : . ' , .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:32:05.137] | : . ' , .. .. .. .. ..$ arch : chr "x86_64" [12:32:05.137] | : . ' , .. .. .. .. ..$ os : chr "mingw32" [12:32:05.137] | : . ' , .. .. .. .. ..$ crt : chr "ucrt" [12:32:05.137] | : . ' , .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:32:05.137] | : . ' , .. .. .. .. ..$ status : chr "Under development (unstable)" [12:32:05.137] | : . ' , .. .. .. .. ..$ major : chr "4" [12:32:05.137] | : . ' , .. .. .. .. ..$ minor : chr "6.0" [12:32:05.137] | : . ' , .. .. .. .. ..$ year : chr "2025" [12:32:05.137] | : . ' , .. .. .. .. ..$ month : chr "07" [12:32:05.137] | : . ' , .. .. .. .. ..$ day : chr "28" [12:32:05.137] | : . ' , .. .. .. .. ..$ svn rev : chr "88462" [12:32:05.137] | : . ' , .. .. .. .. ..$ language : chr "R" [12:32:05.137] | : . ' , .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:32:05.137] | : . ' , .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:32:05.137] | : . ' , .. .. .. ..$ locale : chr "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" [12:32:05.137] | : . ' , .. .. .. ..$ rngkind : chr [1:3] "Mersenne-Twister" "Inversion" "Rejection" [12:32:05.137] | : . ' , .. .. .. ..$ namespaces: chr [1:17] "compiler" "parallelly" "graphics" "tools" ... [12:32:05.137] | : . ' , .. .. .. ..$ search : chr [1:10] ".GlobalEnv" "package:future" "package:stats" "package:graphics" ... [12:32:05.137] | : . ' , .. .. .. ..$ system : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:05.137] | : . ' , .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:05.137] | : . ' , .. .. ..$ timestamp: POSIXct[1:1], format: "2025-07-29 12:32:05" [12:32:05.137] | : . ' , .. .. ..$ signaled : int 0 [12:32:05.137] | : . ' , ..$ rng : logi FALSE [12:32:05.137] | : . ' , ..$ seed : NULL [12:32:05.137] | : . ' , ..$ misuseGlobalEnv : NULL [12:32:05.137] | : . ' , ..$ misuseConnections :List of 3 [12:32:05.137] | : . ' , .. ..$ added : NULL [12:32:05.137] | : . ' , .. ..$ removed : NULL [12:32:05.137] | : . ' , .. ..$ replaced: NULL [12:32:05.137] | : . ' , ..$ misuseDevices : NULL [12:32:05.137] | : . ' , ..$ misuseDefaultDevice: list() [12:32:05.137] | : . ' , ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:04" [12:32:05.137] | : . ' , ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:05" [12:32:05.137] | : . ' , ..$ uuid : chr [1:2] "3eaf27c071c336b526cd1623fd670f08" "11" [12:32:05.137] | : . ' , ..$ session_uuid : chr "261d8fa479917b482497eb77ffd54ee0" [12:32:05.137] | : . ' , .. ..- attr(*, "source")=List of 5 [12:32:05.137] | : . ' , .. .. ..$ host : Named chr "CRANWIN3" [12:32:05.137] | : . ' , .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:05.137] | : . ' , .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:05.137] | : . ' , .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:05.137] | : . ' , .. .. ..$ pid : int 18812 [12:32:05.137] | : . ' , .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:04" [12:32:05.137] | : . ' , .. .. ..$ random: int 2147483647 [12:32:05.137] | : . ' , ..$ r_info :List of 4 [12:32:05.137] | : . ' , .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:05.137] | : . ' , .. .. ..$ : int [1:3] 4 6 0 [12:32:05.137] | : . ' , .. ..$ os : chr "windows" [12:32:05.137] | : . ' , .. ..$ os_name : chr "Windows" [12:32:05.137] | : . ' , .. ..$ captures_utf8: logi TRUE [12:32:05.137] | : . ' , ..$ version : chr "1.8" [12:32:05.137] | : . ' , ..- attr(*, "class")= chr "FutureResult" [12:32:05.137] | : . ' , $ success: logi TRUE [12:32:05.137] | : . ' , $ time : 'proc_time' Named num [1:5] 0.08 0 0.39 NA NA [12:32:05.137] | : . ' , ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:05.137] | : . ' , $ tag : NULL [12:32:05.178] | : . ' , Received FutureResult [12:32:05.178] | : . ' , FutureResult: [12:32:05.178] | : . ' , value: 'NULL' [12:32:05.178] | : . ' , visible: TRUE [12:32:05.178] | : . ' , stdout: character [12:32:05.178] | : . ' , conditions: [n = 1] simpleError [12:32:05.178] | : . ' , RNG used: FALSE [12:32:05.178] | : . ' , duration: 0.3937371 secs (started 2025-07-29 12:32:04.739419) [12:32:05.178] | : . ' , version: 1.8 [12:32:05.179] | : . ' , FutureRegistry('workers-01bfa250d8f274e33d78a3d3524a41c4', action = 'remove', earlySignal = 0) ... [12:32:05.179] | : . ' , ; Removed future from position #1 [12:32:05.180] | : . ' , ; Number of registered futures: 0 [12:32:05.180] | : . ' , FutureRegistry('workers-01bfa250d8f274e33d78a3d3524a41c4', action = 'remove', earlySignal = 0) ... done [12:32:05.180] | : . ' , Erased future from future backend [12:32:05.181] | : . ' , result() for ClusterFuture ... [12:32:05.181] | : . ' , ; result already collected: FutureResult [12:32:05.181] | : . ' , result() for ClusterFuture ... done [12:32:05.182] | : . ' , signalConditions() ... [12:32:05.182] | : . ' , ; include = 'immediateCondition' [12:32:05.182] | : . ' , ; exclude = [12:32:05.183] | : . ' , ; resignal = FALSE [12:32:05.183] | : . ' , ; Number of conditions: 1 [12:32:05.183] | : . ' , ; int 1 [12:32:05.184] | : . ' , ; Condition #1 (class: 'simpleError', 'error', 'condition'): [12:32:05.184] | : . ' , signalConditions() ... done [12:32:05.184] | : . ' receiveMessageFromWorker() for ClusterFuture ... done [12:32:05.185] | : . ' receiveMessageFromWorker() returned object of class FutureResult; resolved [12:32:05.185] | : . resolved() for MultisessionFuture () ... done [12:32:05.185] | : . assertFutureResult() ... [12:32:05.185] | : . ' Future uuid: 3eaf27c071c336b526cd1623fd670f08-11 [12:32:05.185] | : . ' identical; success [12:32:05.186] | : . assertFutureResult() ... done [12:32:05.186] | : resolved() ... done [12:32:05.186] | : A MultisessionFuture was resolved (result was not collected) [12:32:05.187] | resolve() for MultisessionFuture ... done MultisessionFuture: Label: Expression: { Sys.sleep(0.3) 42L stop("Woops") } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 3eaf27c071c336b526cd1623fd670f08-11 Owner process: 3eaf27c071c336b526cd1623fd670f08 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: 27 bytes of class 'NULL' Conditions captured: [n=1] 'simpleError' Duration: 0.3937371 secs (started 2025-07-29 12:32:04.739419) Worker process: 261d8fa479917b482497eb77ffd54ee0 > message("*** backtrace( ) - exceptions ... DONE") *** backtrace( ) - exceptions ... 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_INTERNAL__', '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_07_29_12_30_17_31216' Sourcing 6 epilogue scripts ... done Test time: user.self=1s, sys.self=0.06s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'backtrace' ... success > > proc.time() user system elapsed 1.71 0.18 3.23