R Under development (unstable) (2025-11-15 r89024 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-sequential.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("sequential") Test 'sequential' ... 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-sequential.R' > library(future) [23:15:35.118] Option 'future.startup.script': TRUE [23:15:35.119] Future startup scripts considered: '.future.R', '~/.future.R' [23:15:35.120] Future startup scripts found: > message("*** sequential() ...") *** sequential() ... > message("- sequential() w/ required packages ...") - sequential() w/ required packages ... > f <- future(median(1:3), lazy = TRUE) [23:15:35.123] future(..., label = NULL) ... [23:15:35.124] | lazy: TRUE [23:15:35.124] | stdout: TRUE [23:15:35.124] | conditions: [n=1] 'condition' [23:15:35.124] | gc: FALSE [23:15:35.125] | earlySignal: FALSE [23:15:35.126] | getGlobalsAndPackages() ... [23:15:35.126] | : Searching for globals ... [23:15:35.155] | : . globals found: [2] 'median', ':' [23:15:35.156] | : Searching for globals ... done [23:15:35.156] | : Resolving globals: FALSE [23:15:35.157] | : Search for packages associated with the globals ... [23:15:35.157] | : . Packages associated with globals: [2] 'stats', 'base' [23:15:35.158] | : . Packages: [2] 'stats', 'base' [23:15:35.158] | : Search for packages associated with the globals ... done [23:15:35.159] | : Packages after dropping 'base': [1] 'stats' [23:15:35.159] | : Packages after dropping non-attached packages: [1] 'stats' [23:15:35.159] | : globals: [0] [23:15:35.160] | : packages: [1] 'stats' [23:15:35.160] | getGlobalsAndPackages() ... done [23:15:35.161] future(..., label = NULL) ... done > print(f) Future: Label: Expression: median(1:3) Globals: Packages: 1 packages ('stats') L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: TRUE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'created' Resolved: FALSE Unique identifier: baf8f53f168d5d9a2712c07a4a1214c9-1 Owner process: baf8f53f168d5d9a2712c07a4a1214c9 Class: 'Future', 'environment' Value: Conditions captured: > try(unloadNamespace("stats")) > v <- value(f) [23:15:35.167] value() for Future () ... [23:15:35.168] | run() for 'Future' () ... [23:15:35.168] | : state: 'created' [23:15:35.168] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:35.169] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [23:15:35.169] | : . ' function (..., envir = parent.frame()) [23:15:35.169] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:35.169] | : . ' - attr(*, "init")= logi TRUE [23:15:35.169] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.169] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.169] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.169] | : . ' - attr(*, "call")= language plan(sequential) [23:15:35.352] | : . ' init: TRUE [23:15:35.352] | : . ' makeFutureBackend() ... [23:15:35.352] | : . ' , Backend function: <'NULL'> [23:15:35.353] | : . ' , Evaluator tweak arguments: [n=0] [23:15:35.353] | : . ' , list() [23:15:35.353] | : . ' , Evaluator formal arguments: [n=0] [23:15:35.354] | : . ' , NULL [23:15:35.354] | : . ' , Arguments passed to the future-backend factory: [n=0] [23:15:35.355] | : . ' , list() [23:15:35.355] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:15:35.356] | : . ' makeFutureBackend() ... done [23:15:35.356] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [23:15:35.356] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:35.356] | : Using SequentialFutureBackend ... [23:15:35.357] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:15:35.357] | : . Launching futures ... [23:15:35.358] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:15:35.358] | : . ' , getFutureData() ... [23:15:35.358] | : . ' , ; getFutureCore() ... [23:15:35.359] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [23:15:35.359] | : . ' , ; getFutureCore() ... done [23:15:35.359] | : . ' , ; getFutureCapture() ... [23:15:35.360] | : . ' , ; getFutureCapture() ... done [23:15:35.360] | : . ' , ; getFutureContext() ... [23:15:35.361] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:35.361] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:15:35.361] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:35.361] | : . ' , ; ` Packages needed by future backend (n = 0): [23:15:35.362] | : . ' , ; getFutureContext() ... done [23:15:35.362] | : . ' , getFutureData() ... done [23:15:35.375] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:15:35.375] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:15:35.376] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:15:35.377] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:35.377] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:35.378] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:15:35.378] | : . ' , ; ` | New stack: [23:15:35.378] | : . ' , ; ` | List of 1 [23:15:35.378] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:35.378] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:35.378] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:15:35.378] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.378] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.378] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.378] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:35.378] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:35.384] | : . ' , ; ` | Old stack: [23:15:35.385] | : . ' , ; ` | List of 1 [23:15:35.385] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:15:35.385] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:35.385] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:15:35.385] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.385] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.385] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.385] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:15:35.385] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:35.385] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.385] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.385] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:35.392] | : . ' , ; ` | Not identical [23:15:35.392] | : . ' , ; ` | all.equal() for future ... [23:15:35.392] | : . ' , ; ` | : List of 2 [23:15:35.392] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.392] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:15:35.392] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.392] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:35.392] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:35.392] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.392] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.404] | : . ' , ; ` | all.equal() for future ... done [23:15:35.404] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:15:35.405] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:35.405] | : . ' , ; ` List of future strategies: [23:15:35.405] | : . ' , ; ` 1. sequential: [23:15:35.405] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:15:35.405] | : . ' , ; ` - tweaked: FALSE [23:15:35.405] | : . ' , ; ` - call: plan(sequential) [23:15:35.406] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:35.407] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:35.413] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:35.414] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:15:35.414] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:15:35.414] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:15:35.415] | : . ' , ; ` | : New stack: [23:15:35.415] | : . ' , ; ` | : List of 1 [23:15:35.415] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:35.415] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:35.415] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:35.415] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.415] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.415] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.415] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:35.415] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:35.415] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.415] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.415] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:35.423] | : . ' , ; ` | : Old stack: [23:15:35.423] | : . ' , ; ` | : List of 1 [23:15:35.423] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:15:35.423] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:15:35.423] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:15:35.423] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.423] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.423] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.423] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:15:35.423] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:15:35.423] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:15:35.423] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:15:35.423] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:15:35.430] | : . ' , ; ` | : Identical [23:15:35.431] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:15:35.431] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:15:35.431] | : . ' , ; ` | List of future strategies: [23:15:35.431] | : . ' , ; ` | 1. sequential: [23:15:35.431] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:15:35.431] | : . ' , ; ` | - tweaked: FALSE [23:15:35.431] | : . ' , ; ` | - call: plan(sequential) [23:15:35.432] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:15:35.433] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:35.433] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:15:35.440] | : . ' , SequentialFuture started (and completed) [23:15:35.441] | : . ' , signalConditions() ... [23:15:35.441] | : . ' , ; include = 'immediateCondition' [23:15:35.442] | : . ' , ; exclude = [23:15:35.442] | : . ' , ; resignal = FALSE [23:15:35.442] | : . ' , ; Number of conditions: 6 [23:15:35.442] | : . ' , ; int 6 [23:15:35.443] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.444] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.444] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.444] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.445] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.445] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.445] | : . ' , signalConditions() ... done [23:15:35.446] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:15:35.446] | : . Launching futures ... done [23:15:35.446] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:15:35.447] | : Using SequentialFutureBackend ... done [23:15:35.447] | run() for 'Future' () ... done [23:15:35.447] | signalConditions() ... [23:15:35.448] | : include = 'immediateCondition' [23:15:35.448] | : exclude = [23:15:35.448] | : resignal = FALSE [23:15:35.449] | : Number of conditions: 6 [23:15:35.449] | : int 6 [23:15:35.450] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.450] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.450] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.451] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.451] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.451] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.452] | signalConditions() ... done [23:15:35.452] | relay stdout ... [23:15:35.452] | relay stdout ... done [23:15:35.453] | check for misuse ... [23:15:35.453] | check for misuse ... done [23:15:35.453] | relay conditions ... [23:15:35.453] | : Future state: 'finished' [23:15:35.454] | : signalConditions() ... [23:15:35.454] | : . include = 'condition' [23:15:35.454] | : . exclude = 'immediateCondition' [23:15:35.455] | : . resignal = TRUE [23:15:35.455] | : . Number of conditions: 6 [23:15:35.455] | : . int 6 [23:15:35.456] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.456] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:15:35.365] | : . ' , attachPackages() ... [23:15:35.457] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.457] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:15:35.366] | : . ' , ; packages: [n=1] 'future' [23:15:35.458] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.458] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:15:35.366] | : . ' , attachPackages() ... done [23:15:35.458] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.459] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:15:35.367] | : . ' , attachPackages() ... [23:15:35.459] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.459] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:15:35.367] | : . ' , ; packages: [n=1] 'stats' [23:15:35.460] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:15:35.460] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:15:35.374] | : . ' , attachPackages() ... done [23:15:35.460] | : signalConditions() ... done [23:15:35.461] | relay conditions ... done [23:15:35.461] value() for Future () ... done > print(v) [1] 2 > stopifnot(identical(v, 2)) > stopifnot("stats" %in% loadedNamespaces()) > message("- SequentialFuture() - 'local = FALSE' is defunct ...") - SequentialFuture() - 'local = FALSE' is defunct ... > res <- tryCatch({ + f <- SequentialFuture(42, local = FALSE) + }, error = identity) > stopifnot(inherits(res, "error")) > message("*** sequential() ... DONE") *** sequential() ... 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=214] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', '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_11_16_23_10_16_9296' Sourcing 6 epilogue scripts ... done Test time: user.self=0.4s, sys.self=0.04s, elapsed=0.5s, user.child=NAs, sys.child=NAs Test 'sequential' ... success > > proc.time() user system elapsed 0.71 0.21 0.87