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-globals,S4methods.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("globals,S4methods") Test 'globals,S4methods' ... 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-globals,S4methods.R' > library(future) [12:33:19.361] Option 'future.startup.script': TRUE [12:33:19.363] Future startup scripts considered: '.future.R', '~/.future.R' [12:33:19.363] Future startup scripts found: > library(methods) > message("*** Globals - S4 methods ...") *** Globals - S4 methods ... > setGeneric("my_fcn", function(x) standardGeneric("my_fcn")) [1] "my_fcn" > setMethod("my_fcn", signature(x = "numeric"), function(x) { + -x + }) > org_my_fcn <- my_fcn > truth <- my_fcn(3) > for (strategy in supportedStrategies()) { + message("Type of future: ", strategy) + plan(strategy) + f <- future({ + my_fcn + .... [TRUNCATED] Type of future: sequential [12:33:19.403] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:19.403] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:19.404] | : all.equal() for FutureStrategyList ... [12:33:19.404] | : . New stack: [12:33:19.404] | : . List of 1 [12:33:19.404] | : . $ :function (..., envir = parent.frame()) [12:33:19.404] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.404] | : . ..- attr(*, "init")= logi TRUE [12:33:19.404] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.404] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.404] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.404] | : . ..- attr(*, "call")= language plan(strategy) [12:33:19.404] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.413] | : . Old stack: [12:33:19.414] | : . List of 1 [12:33:19.414] | : . $ :function (..., envir = parent.frame()) [12:33:19.414] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.414] | : . ..- attr(*, "init")= logi TRUE [12:33:19.414] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.414] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.414] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.414] | : . ..- attr(*, "call")= language plan(sequential) [12:33:19.414] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.418] | : . Not identical [12:33:19.419] | : . all.equal() for future ... [12:33:19.419] | : . ' List of 2 [12:33:19.419] | : . ' $ target :function (..., envir = parent.frame()) [12:33:19.419] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.419] | : . ' ..- attr(*, "init")= logi TRUE [12:33:19.419] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.419] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.419] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.419] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:19.419] | : . ' $ current:function (..., envir = parent.frame()) [12:33:19.419] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.419] | : . ' ..- attr(*, "init")= logi TRUE [12:33:19.419] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.419] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.419] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.419] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:19.429] | : . all.equal() for future ... done [12:33:19.430] | : all.equal() for FutureStrategyList ... done [12:33:19.430] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:19.430] | : List of future strategies: [12:33:19.430] | : 1. sequential: [12:33:19.430] | : - args: function (..., envir = parent.frame(), workers = "") [12:33:19.430] | : - tweaked: FALSE [12:33:19.430] | : - call: plan(sequential) [12:33:19.431] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:19.431] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:19.432] future(..., label = NULL) ... [12:33:19.432] | lazy: TRUE [12:33:19.432] | stdout: TRUE [12:33:19.432] | conditions: [n=1] 'condition' [12:33:19.433] | gc: FALSE [12:33:19.433] | earlySignal: FALSE [12:33:19.434] | getGlobalsAndPackages() ... [12:33:19.434] | : Searching for globals ... [12:33:19.472] | : . globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [12:33:19.472] | : Searching for globals ... done [12:33:19.473] | : Resolving globals: FALSE [12:33:19.473] | : Search for packages associated with the globals ... [12:33:19.474] | : . Packages associated with globals: [1] 'base' [12:33:19.475] | : . Packages: [1] 'base' [12:33:19.475] | : Search for packages associated with the globals ... done [12:33:19.476] | : Packages after dropping 'base': [0] [12:33:19.476] | : globals: [1] 'my_fcn' [12:33:19.476] | : packages: [0] [12:33:19.477] | getGlobalsAndPackages() ... done [12:33:19.478] future(..., label = NULL) ... done [12:33:19.479] value() for Future () ... [12:33:19.480] | run() for 'Future' () ... [12:33:19.480] | : state: 'created' [12:33:19.480] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:19.481] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:33:19.481] | : . ' function (..., envir = parent.frame()) [12:33:19.481] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.481] | : . ' - attr(*, "init")= logi TRUE [12:33:19.481] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.481] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.481] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.481] | : . ' - attr(*, "call")= language plan(sequential) [12:33:19.486] | : . ' init: TRUE [12:33:19.486] | : . ' makeFutureBackend() ... [12:33:19.487] | : . ' , Backend function: <'NULL'> [12:33:19.487] | : . ' , Evaluator tweak arguments: [n=0] [12:33:19.487] | : . ' , list() [12:33:19.528] | : . ' , Evaluator formal arguments: [n=0] [12:33:19.528] | : . ' , list() [12:33:19.529] | : . ' , Backend factory arguments: [n=0] [12:33:19.529] | : . ' , NULL [12:33:19.530] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:33:19.531] | : . ' makeFutureBackend() ... done [12:33:19.531] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:33:19.531] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:19.532] | : Using SequentialFutureBackend ... [12:33:19.532] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:19.533] | : . Launching futures ... [12:33:19.533] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:19.533] | : . ' , getFutureData() ... [12:33:19.534] | : . ' , ; getFutureCore() ... [12:33:19.534] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:19.534] | : . ' , ; getFutureCore() ... done [12:33:19.535] | : . ' , ; getFutureCapture() ... [12:33:19.535] | : . ' , ; getFutureCapture() ... done [12:33:19.536] | : . ' , ; getFutureContext() ... [12:33:19.536] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:19.536] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:19.537] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:19.537] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:19.537] | : . ' , ; getFutureContext() ... done [12:33:19.538] | : . ' , getFutureData() ... done [12:33:19.544] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:19.544] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:19.544] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:19.545] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:19.546] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:19.546] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:19.546] | : . ' , ; ` | New stack: [12:33:19.547] | : . ' , ; ` | List of 1 [12:33:19.547] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:19.547] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.547] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:19.547] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.547] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.547] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.547] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:19.547] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.552] | : . ' , ; ` | Old stack: [12:33:19.553] | : . ' , ; ` | List of 1 [12:33:19.553] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:19.553] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.553] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:19.553] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.553] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.553] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.553] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:19.553] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.553] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.553] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.553] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.606] | : . ' , ; ` | Not identical [12:33:19.606] | : . ' , ; ` | all.equal() for future ... [12:33:19.607] | : . ' , ; ` | : List of 2 [12:33:19.607] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.607] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:19.607] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.607] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:19.607] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.607] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.607] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.618] | : . ' , ; ` | all.equal() for future ... done [12:33:19.619] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:19.619] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:19.619] | : . ' , ; ` List of future strategies: [12:33:19.619] | : . ' , ; ` 1. sequential: [12:33:19.619] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:19.619] | : . ' , ; ` - tweaked: FALSE [12:33:19.619] | : . ' , ; ` - call: plan(sequential) [12:33:19.620] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:19.620] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:19.621] | : . ' , assign_globals() ... [12:33:19.621] | : . ' , List of 1 [12:33:19.621] | : . ' , $ my_fcn:Formal class 'standardGeneric' [package "methods"] with 8 slots [12:33:19.621] | : . ' , .. ..@ .Data :function (x) [12:33:19.621] | : . ' , .. ..@ generic : chr "my_fcn" [12:33:19.621] | : . ' , .. .. ..- attr(*, "package")= chr ".GlobalEnv" [12:33:19.621] | : . ' , .. ..@ package : chr ".GlobalEnv" [12:33:19.621] | : . ' , .. ..@ group : list() [12:33:19.621] | : . ' , .. ..@ valueClass: chr(0) [12:33:19.621] | : . ' , .. ..@ signature : chr "x" [12:33:19.621] | : . ' , .. ..@ default : NULL [12:33:19.621] | : . ' , .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [12:33:19.621] | : . ' , - attr(*, "where")=List of 1 [12:33:19.621] | : . ' , ..$ my_fcn: [12:33:19.621] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:19.621] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:19.621] | : . ' , - attr(*, "total_size")= num NA [12:33:19.621] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:19.631] | : . ' , - copied 'my_fcn' to environment [12:33:19.631] | : . ' , assign_globals() ... done [12:33:19.637] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:19.637] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:19.637] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:19.638] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:19.638] | : . ' , ; ` | : New stack: [12:33:19.638] | : . ' , ; ` | : List of 1 [12:33:19.638] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:19.638] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.638] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:19.638] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.638] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.638] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.638] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:19.638] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.638] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.638] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.638] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.645] | : . ' , ; ` | : Old stack: [12:33:19.646] | : . ' , ; ` | : List of 1 [12:33:19.646] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:19.646] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.646] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:19.646] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.646] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.646] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.646] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:19.646] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.646] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.646] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.646] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.653] | : . ' , ; ` | : Identical [12:33:19.654] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:19.654] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:19.654] | : . ' , ; ` | List of future strategies: [12:33:19.654] | : . ' , ; ` | 1. sequential: [12:33:19.654] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:19.654] | : . ' , ; ` | - tweaked: FALSE [12:33:19.654] | : . ' , ; ` | - call: plan(sequential) [12:33:19.655] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:19.656] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:19.656] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:19.662] | : . ' , SequentialFuture started (and completed) [12:33:19.663] | : . ' , signalConditions() ... [12:33:19.664] | : . ' , ; include = 'immediateCondition' [12:33:19.664] | : . ' , ; exclude = [12:33:19.664] | : . ' , ; resignal = FALSE [12:33:19.664] | : . ' , ; Number of conditions: 6 [12:33:19.665] | : . ' , ; int 6 [12:33:19.666] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.666] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.666] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.667] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.667] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.667] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.668] | : . ' , signalConditions() ... done [12:33:19.668] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:19.669] | : . Launching futures ... done [12:33:19.669] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:19.669] | : Using SequentialFutureBackend ... done [12:33:19.669] | run() for 'Future' () ... done [12:33:19.670] | signalConditions() ... [12:33:19.670] | : include = 'immediateCondition' [12:33:19.670] | : exclude = [12:33:19.671] | : resignal = FALSE [12:33:19.671] | : Number of conditions: 6 [12:33:19.671] | : int 6 [12:33:19.672] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.672] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.673] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.673] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.673] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.674] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.674] | signalConditions() ... done [12:33:19.674] | relay stdout ... [12:33:19.675] | relay stdout ... done [12:33:19.675] | check for misuse ... [12:33:19.675] | check for misuse ... done [12:33:19.675] | relay conditions ... [12:33:19.676] | : Future state: 'finished' [12:33:19.676] | : signalConditions() ... [12:33:19.676] | : . include = 'condition' [12:33:19.677] | : . exclude = 'immediateCondition' [12:33:19.677] | : . resignal = TRUE [12:33:19.677] | : . Number of conditions: 6 [12:33:19.677] | : . int 6 [12:33:19.678] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.679] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:19.541] | : . ' , attachPackages() ... [12:33:19.679] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.679] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:19.541] | : . ' , ; packages: [n=1] 'future' [12:33:19.680] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.680] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:19.542] | : . ' , attachPackages() ... done [12:33:19.681] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.681] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:19.542] | : . ' , attachPackages() ... [12:33:19.681] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.681] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:19.542] | : . ' , ; packages: [n=0] [12:33:19.682] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.682] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:19.543] | : . ' , attachPackages() ... done [12:33:19.683] | : signalConditions() ... done [12:33:19.683] | relay conditions ... done [12:33:19.683] value() for Future () ... done new("standardGeneric", .Data = function (x) standardGeneric("my_fcn"), generic = "my_fcn", package = ".GlobalEnv", group = list(), valueClass = character(0), signature = "x", default = NULL, skeleton = (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", "my_fcn"), domain = NA))(x)) attr(,"generic") [1] "my_fcn" attr(,"generic")attr(,"package") [1] ".GlobalEnv" attr(,"package") [1] ".GlobalEnv" attr(,"group") list() attr(,"valueClass") character(0) attr(,"signature") [1] "x" attr(,"default") `\001NULL\001` attr(,"skeleton") (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", "my_fcn"), domain = NA))(x) attr(,"class") [1] "standardGeneric" attr(,"class")attr(,"package") [1] "methods" [12:33:19.685] future(..., label = NULL) ... [12:33:19.685] | lazy: TRUE [12:33:19.685] | stdout: TRUE [12:33:19.685] | conditions: [n=1] 'condition' [12:33:19.686] | gc: FALSE [12:33:19.686] | earlySignal: FALSE [12:33:19.686] | getGlobalsAndPackages() ... [12:33:19.687] | : Searching for globals ... [12:33:19.720] | : . globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [12:33:19.721] | : Searching for globals ... done [12:33:19.721] | : Resolving globals: FALSE [12:33:19.722] | : Search for packages associated with the globals ... [12:33:19.722] | : . Packages associated with globals: [1] 'base' [12:33:19.723] | : . Packages: [1] 'base' [12:33:19.723] | : Search for packages associated with the globals ... done [12:33:19.724] | : Packages after dropping 'base': [0] [12:33:19.724] | : globals: [1] 'my_fcn' [12:33:19.724] | : packages: [0] [12:33:19.725] | getGlobalsAndPackages() ... done [12:33:19.725] future(..., label = NULL) ... done [12:33:19.725] value() for Future () ... [12:33:19.726] | run() for 'Future' () ... [12:33:19.726] | : state: 'created' [12:33:19.726] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:19.727] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:19.727] | : Using SequentialFutureBackend ... [12:33:19.727] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:19.728] | : . Launching futures ... [12:33:19.728] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:19.728] | : . ' , getFutureData() ... [12:33:19.729] | : . ' , ; getFutureCore() ... [12:33:19.729] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:19.729] | : . ' , ; getFutureCore() ... done [12:33:19.729] | : . ' , ; getFutureCapture() ... [12:33:19.730] | : . ' , ; getFutureCapture() ... done [12:33:19.730] | : . ' , ; getFutureContext() ... [12:33:19.730] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:19.731] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:19.731] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:19.731] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:19.732] | : . ' , ; getFutureContext() ... done [12:33:19.732] | : . ' , getFutureData() ... done [12:33:19.735] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:19.736] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:19.736] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:19.737] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:19.737] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:19.737] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:19.738] | : . ' , ; ` | New stack: [12:33:19.738] | : . ' , ; ` | List of 1 [12:33:19.738] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:19.738] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.738] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:19.738] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.738] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.738] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.738] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:19.738] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.745] | : . ' , ; ` | Old stack: [12:33:19.745] | : . ' , ; ` | List of 1 [12:33:19.745] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:19.745] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.745] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:19.745] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.745] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.745] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.745] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:19.745] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.745] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.745] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.745] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.753] | : . ' , ; ` | Not identical [12:33:19.753] | : . ' , ; ` | all.equal() for future ... [12:33:19.753] | : . ' , ; ` | : List of 2 [12:33:19.753] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.753] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:19.753] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.753] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:19.753] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.753] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.753] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.766] | : . ' , ; ` | all.equal() for future ... done [12:33:19.767] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:19.767] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:19.767] | : . ' , ; ` List of future strategies: [12:33:19.767] | : . ' , ; ` 1. sequential: [12:33:19.767] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:19.767] | : . ' , ; ` - tweaked: FALSE [12:33:19.767] | : . ' , ; ` - call: plan(sequential) [12:33:19.769] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:19.769] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:19.769] | : . ' , assign_globals() ... [12:33:19.770] | : . ' , List of 1 [12:33:19.770] | : . ' , $ my_fcn:Formal class 'standardGeneric' [package "methods"] with 8 slots [12:33:19.770] | : . ' , .. ..@ .Data :function (x) [12:33:19.770] | : . ' , .. ..@ generic : chr "my_fcn" [12:33:19.770] | : . ' , .. .. ..- attr(*, "package")= chr ".GlobalEnv" [12:33:19.770] | : . ' , .. ..@ package : chr ".GlobalEnv" [12:33:19.770] | : . ' , .. ..@ group : list() [12:33:19.770] | : . ' , .. ..@ valueClass: chr(0) [12:33:19.770] | : . ' , .. ..@ signature : chr "x" [12:33:19.770] | : . ' , .. ..@ default : NULL [12:33:19.770] | : . ' , .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [12:33:19.770] | : . ' , - attr(*, "where")=List of 1 [12:33:19.770] | : . ' , ..$ my_fcn: [12:33:19.770] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:19.770] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:19.770] | : . ' , - attr(*, "total_size")= num NA [12:33:19.770] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:19.781] | : . ' , - copied 'my_fcn' to environment [12:33:19.782] | : . ' , assign_globals() ... done [12:33:19.791] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:19.792] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:19.792] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:19.792] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:19.793] | : . ' , ; ` | : New stack: [12:33:19.793] | : . ' , ; ` | : List of 1 [12:33:19.793] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:19.793] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.793] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:19.793] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.793] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.793] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.793] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:19.793] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.793] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.793] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.793] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.799] | : . ' , ; ` | : Old stack: [12:33:19.800] | : . ' , ; ` | : List of 1 [12:33:19.800] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:19.800] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.800] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:19.800] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.800] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.800] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.800] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:19.800] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.800] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.800] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.800] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.806] | : . ' , ; ` | : Identical [12:33:19.806] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:19.806] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:19.806] | : . ' , ; ` | List of future strategies: [12:33:19.806] | : . ' , ; ` | 1. sequential: [12:33:19.806] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:19.806] | : . ' , ; ` | - tweaked: FALSE [12:33:19.806] | : . ' , ; ` | - call: plan(sequential) [12:33:19.807] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:19.808] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:19.808] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:19.809] | : . ' , SequentialFuture started (and completed) [12:33:19.809] | : . ' , signalConditions() ... [12:33:19.809] | : . ' , ; include = 'immediateCondition' [12:33:19.810] | : . ' , ; exclude = [12:33:19.810] | : . ' , ; resignal = FALSE [12:33:19.810] | : . ' , ; Number of conditions: 6 [12:33:19.810] | : . ' , ; int 6 [12:33:19.811] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.812] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.812] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.812] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.812] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.813] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.813] | : . ' , signalConditions() ... done [12:33:19.813] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:19.814] | : . Launching futures ... done [12:33:19.814] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:19.814] | : Using SequentialFutureBackend ... done [12:33:19.815] | run() for 'Future' () ... done [12:33:19.815] | signalConditions() ... [12:33:19.815] | : include = 'immediateCondition' [12:33:19.816] | : exclude = [12:33:19.816] | : resignal = FALSE [12:33:19.816] | : Number of conditions: 6 [12:33:19.816] | : int 6 [12:33:19.817] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.818] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.818] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.818] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.818] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.819] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.819] | signalConditions() ... done [12:33:19.819] | relay stdout ... [12:33:19.819] | relay stdout ... done [12:33:19.820] | check for misuse ... [12:33:19.820] | check for misuse ... done [12:33:19.820] | relay conditions ... [12:33:19.820] | : Future state: 'finished' [12:33:19.821] | : signalConditions() ... [12:33:19.821] | : . include = 'condition' [12:33:19.821] | : . exclude = 'immediateCondition' [12:33:19.822] | : . resignal = TRUE [12:33:19.822] | : . Number of conditions: 6 [12:33:19.822] | : . int 6 [12:33:19.823] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.823] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:19.732] | : . ' , attachPackages() ... [12:33:19.824] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.824] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:19.733] | : . ' , ; packages: [n=1] 'future' [12:33:19.825] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.825] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:19.734] | : . ' , attachPackages() ... done [12:33:19.825] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.826] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:19.734] | : . ' , attachPackages() ... [12:33:19.826] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.827] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:19.734] | : . ' , ; packages: [n=0] [12:33:19.827] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:19.827] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:19.735] | : . ' , attachPackages() ... done [12:33:19.828] | : signalConditions() ... done [12:33:19.828] | relay conditions ... done [12:33:19.828] value() for Future () ... done [1] -3 future.globals.keepWhere=TRUE [12:33:19.829] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:19.830] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:19.830] | : all.equal() for FutureStrategyList ... [12:33:19.830] | : . New stack: [12:33:19.831] | : . List of 1 [12:33:19.831] | : . $ :function (..., envir = parent.frame()) [12:33:19.831] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.831] | : . ..- attr(*, "init")= logi TRUE [12:33:19.831] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.831] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.831] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.831] | : . ..- attr(*, "call")= language plan(sequential) [12:33:19.831] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.837] | : . Old stack: [12:33:19.837] | : . List of 1 [12:33:19.837] | : . $ :function (..., envir = parent.frame()) [12:33:19.837] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.837] | : . ..- attr(*, "init")= chr "done" [12:33:19.837] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.837] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.837] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.837] | : . ..- attr(*, "call")= language plan(sequential) [12:33:19.837] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.837] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.837] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.837] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.844] | : . Not identical [12:33:19.845] | : . all.equal() for future ... [12:33:19.845] | : . ' List of 2 [12:33:19.845] | : . ' $ target :function (..., envir = parent.frame()) [12:33:19.845] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.845] | : . ' ..- attr(*, "init")= logi TRUE [12:33:19.845] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.845] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.845] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.845] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:19.845] | : . ' $ current:function (..., envir = parent.frame()) [12:33:19.845] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.845] | : . ' ..- attr(*, "init")= chr "done" [12:33:19.845] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.845] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.845] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.845] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:19.845] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.845] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.845] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.856] | : . all.equal() for future ... done [12:33:19.856] | : all.equal() for FutureStrategyList ... done [12:33:19.857] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:19.857] | : List of future strategies: [12:33:19.857] | : 1. sequential: [12:33:19.857] | : - args: function (..., envir = parent.frame(), workers = "") [12:33:19.857] | : - tweaked: FALSE [12:33:19.857] | : - call: plan(sequential) [12:33:19.858] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:19.858] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done Type of future: multisession [12:33:19.859] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:19.859] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:19.859] | : all.equal() for FutureStrategyList ... [12:33:19.860] | : . New stack: [12:33:19.860] | : . List of 1 [12:33:19.860] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:19.860] | : . rscript_libs = .libPaths()) [12:33:19.860] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:19.860] | : . ..- attr(*, "init")= logi TRUE [12:33:19.860] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:19.860] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:19.860] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:19.860] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:19.860] | : . ..- attr(*, "untweakable")= chr "persistent" [12:33:19.860] | : . ..- attr(*, "call")= language plan(strategy) [12:33:19.860] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.866] | : . Old stack: [12:33:19.866] | : . List of 1 [12:33:19.866] | : . $ :function (..., envir = parent.frame()) [12:33:19.866] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.866] | : . ..- attr(*, "init")= chr "done" [12:33:19.866] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.866] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.866] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.866] | : . ..- attr(*, "call")= language plan(sequential) [12:33:19.866] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.866] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.866] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.866] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.872] | : . Not identical [12:33:19.872] | : . all.equal() for future ... [12:33:19.873] | : . ' List of 2 [12:33:19.873] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:33:19.873] | : . ' rscript_libs = .libPaths()) [12:33:19.873] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:19.873] | : . ' ..- attr(*, "init")= logi TRUE [12:33:19.873] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:19.873] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:19.873] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:19.873] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:19.873] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:33:19.873] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:19.873] | : . ' $ current:function (..., envir = parent.frame()) [12:33:19.873] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:19.873] | : . ' ..- attr(*, "init")= chr "done" [12:33:19.873] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.873] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.873] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.873] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:19.873] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:19.873] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:19.873] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:19.884] | : . ' Formals differ [12:33:19.885] | : . all.equal() for future ... done [12:33:19.885] | : . Future strategies differ at level 1 [12:33:19.885] | : all.equal() for FutureStrategyList ... done [12:33:19.885] | : plan(): Setting new future backend stack: [12:33:19.886] | : List of future strategies: [12:33:19.886] | : 1. multisession: [12:33:19.886] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:33:19.886] | : - tweaked: FALSE [12:33:19.886] | : - call: plan(strategy) [12:33:19.887] | : List of 1 [12:33:19.887] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:19.887] | : rscript_libs = .libPaths()) [12:33:19.887] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:19.887] | : ..- attr(*, "init")= logi TRUE [12:33:19.887] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:19.887] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:19.887] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:19.887] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:19.887] | : ..- attr(*, "untweakable")= chr "persistent" [12:33:19.887] | : ..- attr(*, "call")= language plan(strategy) [12:33:19.887] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:19.893] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:33:19.893] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:19.893] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:33:19.894] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:19.894] | : . Legacy shutdown of cluster workers ... [12:33:19.895] | : . ' Stopping existing cluster ... [12:33:19.895] | : . ' , No pre-existing cluster. Skipping [12:33:19.895] | : . ' Stopping existing cluster ... done [12:33:19.896] | : . Legacy shutdown of cluster workers ... done [12:33:19.896] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:33:19.896] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:33:19.897] | : . function (..., workers = availableCores(constraints = "connections-16"), [12:33:19.897] | : . rscript_libs = .libPaths()) [12:33:19.897] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:19.897] | : . - attr(*, "init")= logi TRUE [12:33:19.897] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:19.897] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:19.897] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:19.897] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:19.897] | : . - attr(*, "untweakable")= chr "persistent" [12:33:19.897] | : . - attr(*, "call")= language plan(strategy) [12:33:19.902] | : . init: TRUE [12:33:19.902] | : . makeFutureBackend() ... [12:33:19.902] | : . ' Backend function: <'NULL'> [12:33:19.903] | : . ' Evaluator tweak arguments: [n=0] [12:33:19.903] | : . ' list() [12:33:19.904] | : . ' Evaluator formal arguments: [n=2] [12:33:19.904] | : . ' list() [12:33:19.905] | : . ' Backend factory arguments: [n=2] [12:33:19.905] | : . ' Dotted pair list of 2 [12:33:19.905] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:33:19.905] | : . ' $ rscript_libs: language .libPaths() [12:33:19.907] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:33:19.907] | : . ' , Arguments: [12:33:19.907] | : . ' , List of 5 [12:33:19.907] | : . ' , $ workers : Named int 2 [12:33:19.907] | : . ' , ..- attr(*, "names")= chr "mc.cores" [12:33:19.907] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:33:19.907] | : . ' , $ interrupts : logi TRUE [12:33:19.907] | : . ' , $ gc : logi FALSE [12:33:19.907] | : . ' , $ earlySignal : logi FALSE [12:33:19.973] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:33:19.973] | : . ' , ; workers: 2 [12:33:19.973] | : . ' , ; getCluster() ... [12:33:19.974] | : . ' , ; getCluster() ... done [12:33:19.974] | : . ' , ; Stopping existing cluster ... [12:33:19.974] | : . ' , ; ` No pre-existing cluster. Skipping [12:33:19.974] | : . ' , ; Stopping existing cluster ... done [12:33:19.975] | : . ' , ; Starting new cluster ... [12:33:19.975] | : . ' , ; ` makeCluster(workers, ...) ... [12:33:19.975] | : . ' , ; ` | Arguments: [12:33:19.975] | : . ' , ; ` | List of 2 [12:33:19.975] | : . ' , ; ` | $ : int 2 [12:33:19.975] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:33:19.977] | : . ' , ; ` | .makeCluster() ... [12:33:19.977] | : . ' , ; ` | : workers: '2' [12:33:19.977] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:33:19.978] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:33:19.978] | : . ' , ; ` | : List of 2 [12:33:19.978] | : . ' , ; ` | : $ : int 2 [12:33:19.978] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:33:21.018] | : . ' , ; ` | : Generated cluster UUID [12:33:21.018] | : . ' , ; ` | : Cluster UUID: 'c1d9eb458c9cc73dc92c07b4c41eee54' [12:33:21.018] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:21.022] | : . ' , ; ` | .makeCluster() ... done [12:33:21.023] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:21.025] | : . ' , ; ` makeCluster(workers, ...) ... done [12:33:21.025] | : . ' , ; ` Number of workers: 2 [12:33:21.026] | : . ' , ; ` Workers UUID: 'c1d9eb458c9cc73dc92c07b4c41eee54' [12:33:21.026] | : . ' , ; Starting new cluster ... done [12:33:21.026] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:33:21.027] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:33:21.027] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:33:21.027] | : . makeFutureBackend() ... done [12:33:21.027] | : . nbrOfWorkers(NULL) ... [12:33:21.028] | : . ' List of 4 [12:33:21.028] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:33:21.028] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:33:21.028] | : . ' $ : language nbrOfWorkers() [12:33:21.028] | : . ' $ : language nbrOfWorkers.NULL() [12:33:21.030] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:21.030] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:21.031] | : . ' Number of workers: 2 [12:33:21.031] | : . nbrOfWorkers(NULL) ... done [12:33:21.031] | : . plan(): nbrOfWorkers() = 2 [12:33:21.031] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:33:21.032] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:21.032] | future(..., label = NULL) ... [12:33:21.032] | : lazy: TRUE [12:33:21.032] | : stdout: TRUE [12:33:21.032] | : conditions: [n=1] 'condition' [12:33:21.032] | : gc: FALSE [12:33:21.033] | : earlySignal: FALSE [12:33:21.033] | : getGlobalsAndPackages() ... [12:33:21.033] | : . Searching for globals ... [12:33:21.050] | : . ' globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [12:33:21.050] | : . Searching for globals ... done [12:33:21.051] | : . Resolving globals: FALSE [12:33:21.051] | : . Search for packages associated with the globals ... [12:33:21.051] | : . ' Packages associated with globals: [1] 'base' [12:33:21.052] | : . ' Packages: [1] 'base' [12:33:21.052] | : . Search for packages associated with the globals ... done [12:33:21.052] | : . Packages after dropping 'base': [0] [12:33:21.053] | : . globals: [1] 'my_fcn' [12:33:21.053] | : . packages: [0] [12:33:21.053] | : getGlobalsAndPackages() ... done [12:33:21.053] | future(..., label = NULL) ... done [12:33:21.054] | value() for Future () ... [12:33:21.054] | : run() for 'Future' () ... [12:33:21.054] | : . state: 'created' [12:33:21.054] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:21.055] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:21.055] | : . Using MultisessionFutureBackend ... [12:33:21.055] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:21.056] | : . ' Launching futures ... [12:33:21.057] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:21.057] | : . ' , ; Workers: [n=2] [12:33:21.058] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:21.062] | : . ' , ; FutureRegistry: 'workers-c1d9eb458c9cc73dc92c07b4c41eee54' [12:33:21.062] | : . ' , ; requestWorker() ... [12:33:21.062] | : . ' , ; ` requestNode() ... [12:33:21.063] | : . ' , ; ` | Number of workers: 2 [12:33:21.063] | : . ' , ; ` | Polling for a free worker ... [12:33:21.063] | : . ' , ; ` | : FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... [12:33:21.064] | : . ' , ; ` | : . Created empty registry 'workers-c1d9eb458c9cc73dc92c07b4c41eee54' [12:33:21.064] | : . ' , ; ` | : . Listing all futures [12:33:21.065] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:21.065] | : . ' , ; ` | : FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... done [12:33:21.065] | : . ' , ; ` | : Total time: 0 [12:33:21.066] | : . ' , ; ` | Polling for a free worker ... done [12:33:21.066] | : . ' , ; ` | FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... [12:33:21.066] | : . ' , ; ` | : Listing all futures [12:33:21.067] | : . ' , ; ` | : Number of registered futures: 0 [12:33:21.067] | : . ' , ; ` | FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... done [12:33:21.067] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:21.067] | : . ' , ; ` | Index of first available worker: 1 [12:33:21.068] | : . ' , ; ` | Validate that the worker is functional ... [12:33:21.068] | : . ' , ; ` | : Worker is functional [12:33:21.069] | : . ' , ; ` | : FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... [12:33:21.069] | : . ' , ; ` | : . Listing all futures [12:33:21.069] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:21.069] | : . ' , ; ` | : FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... done [12:33:21.069] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:21.070] | : . ' , ; ` requestNode() ... done [12:33:21.070] | : . ' , ; ` cluster node index: 1 [12:33:21.070] | : . ' , ; requestWorker() ... done [12:33:21.070] | : . ' , ; eraseGlobalEnvironment() ... [12:33:21.071] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:21.072] | : . ' , ; launchFuture() ... [12:33:21.072] | : . ' , ; ` cluster node index: 1 [12:33:21.072] | : . ' , ; ` getFutureData() ... [12:33:21.072] | : . ' , ; ` | getFutureCore() ... [12:33:21.072] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:21.073] | : . ' , ; ` | getFutureCore() ... done [12:33:21.073] | : . ' , ; ` | getFutureCapture() ... [12:33:21.073] | : . ' , ; ` | getFutureCapture() ... done [12:33:21.073] | : . ' , ; ` | getFutureContext() ... [12:33:21.074] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:21.074] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:21.074] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:21.074] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:21.074] | : . ' , ; ` | getFutureContext() ... done [12:33:21.075] | : . ' , ; ` getFutureData() ... done [12:33:21.076] | : . ' , ; ` FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'add', earlySignal = 0) ... [12:33:21.076] | : . ' , ; ` | Appended future to position #1 [12:33:21.076] | : . ' , ; ` | Number of registered futures: 1 [12:33:21.077] | : . ' , ; ` FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'add', earlySignal = 0) ... done [12:33:21.077] | : . ' , ; launchFuture() ... done [12:33:21.078] | : . ' , ; MultisessionFuture started [12:33:21.078] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:21.078] | : . ' Launching futures ... done [12:33:21.079] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:21.079] | : . Using MultisessionFutureBackend ... done [12:33:21.080] | : run() for 'Future' () ... done [12:33:21.080] | : result() for ClusterFuture ... [12:33:21.081] | : . assertValidConnection() ... [12:33:21.081] | : . ' cluster node index: 1 [12:33:21.082] | : . assertValidConnection() ... done [12:33:21.083] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:21.084] | : . ' cluster node index: 1 [12:33:21.192] | : . ' [1] TRUE [12:33:21.193] | : . ' Received data: [12:33:21.193] | : . ' List of 5 [12:33:21.193] | : . ' $ type : chr "VALUE" [12:33:21.193] | : . ' $ value :List of 16 [12:33:21.193] | : . ' ..$ value :Formal class 'standardGeneric' [package "methods"] with 8 slots [12:33:21.193] | : . ' .. .. ..@ .Data :function (x) [12:33:21.193] | : . ' .. .. ..@ generic : chr "my_fcn" [12:33:21.193] | : . ' .. .. .. ..- attr(*, "package")= chr ".GlobalEnv" [12:33:21.193] | : . ' .. .. ..@ package : chr ".GlobalEnv" [12:33:21.193] | : . ' .. .. ..@ group : list() [12:33:21.193] | : . ' .. .. ..@ valueClass: chr(0) [12:33:21.193] | : . ' .. .. ..@ signature : chr "x" [12:33:21.193] | : . ' .. .. ..@ default : NULL [12:33:21.193] | : . ' .. .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [12:33:21.193] | : . ' ..$ visible : logi TRUE [12:33:21.193] | : . ' ..$ stdout : chr "" [12:33:21.193] | : . ' ..$ conditions : list() [12:33:21.193] | : . ' ..$ rng : logi FALSE [12:33:21.193] | : . ' ..$ seed : NULL [12:33:21.193] | : . ' ..$ misuseGlobalEnv : NULL [12:33:21.193] | : . ' ..$ misuseConnections :List of 3 [12:33:21.193] | : . ' .. ..$ added : NULL [12:33:21.193] | : . ' .. ..$ removed : NULL [12:33:21.193] | : . ' .. ..$ replaced: NULL [12:33:21.193] | : . ' ..$ misuseDevices : NULL [12:33:21.193] | : . ' ..$ misuseDefaultDevice: list() [12:33:21.193] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:21" [12:33:21.193] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:21" [12:33:21.193] | : . ' ..$ uuid : chr [1:2] "9c44f5bf9630a127c31d7233537f07a9" "3" [12:33:21.193] | : . ' ..$ session_uuid : chr "2d150718df04bbb1ba1531af6f11e12b" [12:33:21.193] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:21.193] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:21.193] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:21.193] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:21.193] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:21.193] | : . ' .. .. ..$ pid : int 27988 [12:33:21.193] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:20" [12:33:21.193] | : . ' .. .. ..$ random: int 2147483647 [12:33:21.193] | : . ' ..$ r_info :List of 4 [12:33:21.193] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:21.193] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:21.193] | : . ' .. ..$ os : chr "windows" [12:33:21.193] | : . ' .. ..$ os_name : chr "Windows" [12:33:21.193] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:21.193] | : . ' ..$ version : chr "1.8" [12:33:21.193] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:21.193] | : . ' $ success: logi TRUE [12:33:21.193] | : . ' $ time : 'proc_time' Named num [1:5] 0.11 0 0.11 NA NA [12:33:21.193] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:21.193] | : . ' $ tag : NULL [12:33:21.224] | : . ' Received FutureResult [12:33:21.225] | : . ' FutureResult: [12:33:21.225] | : . ' value: 'standardGeneric' [12:33:21.225] | : . ' visible: TRUE [12:33:21.225] | : . ' stdout: character [12:33:21.225] | : . ' conditions: [n = 0] [12:33:21.225] | : . ' RNG used: FALSE [12:33:21.225] | : . ' duration: 0.1113331 secs (started 2025-07-29 12:33:21.078678) [12:33:21.225] | : . ' version: 1.8 [12:33:21.226] | : . ' FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'remove', earlySignal = 0) ... [12:33:21.227] | : . ' , Removed future from position #1 [12:33:21.227] | : . ' , Number of registered futures: 0 [12:33:21.228] | : . ' FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'remove', earlySignal = 0) ... done [12:33:21.228] | : . ' Erased future from future backend [12:33:21.228] | : . ' result() for ClusterFuture ... [12:33:21.228] | : . ' , result already collected: FutureResult [12:33:21.229] | : . ' result() for ClusterFuture ... done [12:33:21.229] | : . ' signalConditions() ... [12:33:21.229] | : . ' , include = 'immediateCondition' [12:33:21.230] | : . ' , exclude = [12:33:21.230] | : . ' , resignal = FALSE [12:33:21.230] | : . ' , Number of conditions: 0 [12:33:21.230] | : . ' , int 0 [12:33:21.231] | : . ' signalConditions() ... done [12:33:21.232] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:21.232] | : result() for ClusterFuture ... done [12:33:21.232] | : result() for ClusterFuture ... [12:33:21.233] | : . result already collected: FutureResult [12:33:21.233] | : result() for ClusterFuture ... done [12:33:21.233] | : signalConditions() ... [12:33:21.233] | : . include = 'immediateCondition' [12:33:21.234] | : . exclude = [12:33:21.234] | : . resignal = FALSE [12:33:21.234] | : . Number of conditions: 0 [12:33:21.235] | : . int 0 [12:33:21.236] | : signalConditions() ... done [12:33:21.236] | : relay stdout ... [12:33:21.236] | : relay stdout ... done [12:33:21.236] | : check for misuse ... [12:33:21.237] | : check for misuse ... done [12:33:21.237] | value() for Future () ... done new("standardGeneric", .Data = function (x) standardGeneric("my_fcn"), generic = "my_fcn", package = ".GlobalEnv", group = list(), valueClass = character(0), signature = "x", default = NULL, skeleton = (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", "my_fcn"), domain = NA))(x)) attr(,"generic") [1] "my_fcn" attr(,"generic")attr(,"package") [1] ".GlobalEnv" attr(,"package") [1] ".GlobalEnv" attr(,"group") list() attr(,"valueClass") character(0) attr(,"signature") [1] "x" attr(,"default") `\001NULL\001` attr(,"skeleton") (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", "my_fcn"), domain = NA))(x) attr(,"class") [1] "standardGeneric" attr(,"class")attr(,"package") [1] "methods" [12:33:21.238] | future(..., label = NULL) ... [12:33:21.238] | : lazy: TRUE [12:33:21.239] | : stdout: TRUE [12:33:21.239] | : conditions: [n=1] 'condition' [12:33:21.239] | : gc: FALSE [12:33:21.239] | : earlySignal: FALSE [12:33:21.240] | : getGlobalsAndPackages() ... [12:33:21.240] | : . Searching for globals ... [12:33:21.276] | : . ' globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [12:33:21.276] | : . Searching for globals ... done [12:33:21.277] | : . Resolving globals: FALSE [12:33:21.277] | : . Search for packages associated with the globals ... [12:33:21.278] | : . ' Packages associated with globals: [1] 'base' [12:33:21.278] | : . ' Packages: [1] 'base' [12:33:21.279] | : . Search for packages associated with the globals ... done [12:33:21.279] | : . Packages after dropping 'base': [0] [12:33:21.280] | : . globals: [1] 'my_fcn' [12:33:21.280] | : . packages: [0] [12:33:21.280] | : getGlobalsAndPackages() ... done [12:33:21.281] | future(..., label = NULL) ... done [12:33:21.281] | value() for Future () ... [12:33:21.281] | : run() for 'Future' () ... [12:33:21.282] | : . state: 'created' [12:33:21.282] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:21.283] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:21.283] | : . Using MultisessionFutureBackend ... [12:33:21.283] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:21.284] | : . ' Launching futures ... [12:33:21.284] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:21.284] | : . ' , ; Workers: [n=2] [12:33:21.285] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:21.288] | : . ' , ; FutureRegistry: 'workers-c1d9eb458c9cc73dc92c07b4c41eee54' [12:33:21.289] | : . ' , ; requestWorker() ... [12:33:21.289] | : . ' , ; ` requestNode() ... [12:33:21.289] | : . ' , ; ` | Number of workers: 2 [12:33:21.290] | : . ' , ; ` | Polling for a free worker ... [12:33:21.290] | : . ' , ; ` | : FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... [12:33:21.290] | : . ' , ; ` | : . Listing all futures [12:33:21.291] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:21.291] | : . ' , ; ` | : FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... done [12:33:21.291] | : . ' , ; ` | : Total time: 0 [12:33:21.292] | : . ' , ; ` | Polling for a free worker ... done [12:33:21.292] | : . ' , ; ` | FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... [12:33:21.292] | : . ' , ; ` | : Listing all futures [12:33:21.292] | : . ' , ; ` | : Number of registered futures: 0 [12:33:21.293] | : . ' , ; ` | FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... done [12:33:21.293] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:21.293] | : . ' , ; ` | Index of first available worker: 1 [12:33:21.294] | : . ' , ; ` | Validate that the worker is functional ... [12:33:21.295] | : . ' , ; ` | : Worker is functional [12:33:21.295] | : . ' , ; ` | : FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... [12:33:21.295] | : . ' , ; ` | : . Listing all futures [12:33:21.296] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:21.296] | : . ' , ; ` | : FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'list', earlySignal = 0) ... done [12:33:21.296] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:21.297] | : . ' , ; ` requestNode() ... done [12:33:21.297] | : . ' , ; ` cluster node index: 1 [12:33:21.297] | : . ' , ; requestWorker() ... done [12:33:21.298] | : . ' , ; eraseGlobalEnvironment() ... [12:33:21.299] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:21.299] | : . ' , ; launchFuture() ... [12:33:21.299] | : . ' , ; ` cluster node index: 1 [12:33:21.300] | : . ' , ; ` getFutureData() ... [12:33:21.300] | : . ' , ; ` | getFutureCore() ... [12:33:21.300] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:21.301] | : . ' , ; ` | getFutureCore() ... done [12:33:21.301] | : . ' , ; ` | getFutureCapture() ... [12:33:21.301] | : . ' , ; ` | getFutureCapture() ... done [12:33:21.302] | : . ' , ; ` | getFutureContext() ... [12:33:21.302] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:21.302] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:21.303] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:21.303] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:21.304] | : . ' , ; ` | getFutureContext() ... done [12:33:21.304] | : . ' , ; ` getFutureData() ... done [12:33:21.305] | : . ' , ; ` FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'add', earlySignal = 0) ... [12:33:21.305] | : . ' , ; ` | Appended future to position #1 [12:33:21.305] | : . ' , ; ` | Number of registered futures: 1 [12:33:21.306] | : . ' , ; ` FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'add', earlySignal = 0) ... done [12:33:21.306] | : . ' , ; launchFuture() ... done [12:33:21.306] | : . ' , ; MultisessionFuture started [12:33:21.307] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:21.307] | : . ' Launching futures ... done [12:33:21.308] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:21.308] | : . Using MultisessionFutureBackend ... done [12:33:21.308] | : run() for 'Future' () ... done [12:33:21.309] | : result() for ClusterFuture ... [12:33:21.309] | : . assertValidConnection() ... [12:33:21.310] | : . ' cluster node index: 1 [12:33:21.310] | : . assertValidConnection() ... done [12:33:21.311] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:21.311] | : . ' cluster node index: 1 [12:33:21.312] | : . ' [1] TRUE [12:33:21.312] | : . ' Received data: [12:33:21.312] | : . ' List of 5 [12:33:21.312] | : . ' $ type : chr "VALUE" [12:33:21.312] | : . ' $ value :List of 16 [12:33:21.312] | : . ' ..$ value : num -3 [12:33:21.312] | : . ' ..$ visible : logi TRUE [12:33:21.312] | : . ' ..$ stdout : chr "" [12:33:21.312] | : . ' ..$ conditions : list() [12:33:21.312] | : . ' ..$ rng : logi FALSE [12:33:21.312] | : . ' ..$ seed : NULL [12:33:21.312] | : . ' ..$ misuseGlobalEnv : NULL [12:33:21.312] | : . ' ..$ misuseConnections :List of 3 [12:33:21.312] | : . ' .. ..$ added : NULL [12:33:21.312] | : . ' .. ..$ removed : NULL [12:33:21.312] | : . ' .. ..$ replaced: NULL [12:33:21.312] | : . ' ..$ misuseDevices : NULL [12:33:21.312] | : . ' ..$ misuseDefaultDevice: list() [12:33:21.312] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:21" [12:33:21.312] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:21" [12:33:21.312] | : . ' ..$ uuid : chr [1:2] "9c44f5bf9630a127c31d7233537f07a9" "4" [12:33:21.312] | : . ' ..$ session_uuid : chr "2d150718df04bbb1ba1531af6f11e12b" [12:33:21.312] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:21.312] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:21.312] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:21.312] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:21.312] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:21.312] | : . ' .. .. ..$ pid : int 27988 [12:33:21.312] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:20" [12:33:21.312] | : . ' .. .. ..$ random: int 2147483647 [12:33:21.312] | : . ' ..$ r_info :List of 4 [12:33:21.312] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:21.312] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:21.312] | : . ' .. ..$ os : chr "windows" [12:33:21.312] | : . ' .. ..$ os_name : chr "Windows" [12:33:21.312] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:21.312] | : . ' ..$ version : chr "1.8" [12:33:21.312] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:21.312] | : . ' $ success: logi TRUE [12:33:21.312] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:33:21.312] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:21.312] | : . ' $ tag : NULL [12:33:21.330] | : . ' Received FutureResult [12:33:21.330] | : . ' FutureResult: [12:33:21.330] | : . ' value: 'numeric' [12:33:21.330] | : . ' visible: TRUE [12:33:21.330] | : . ' stdout: character [12:33:21.330] | : . ' conditions: [n = 0] [12:33:21.330] | : . ' RNG used: FALSE [12:33:21.330] | : . ' duration: 0.005083084 secs (started 2025-07-29 12:33:21.3056) [12:33:21.330] | : . ' version: 1.8 [12:33:21.330] | : . ' FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'remove', earlySignal = 0) ... [12:33:21.331] | : . ' , Removed future from position #1 [12:33:21.331] | : . ' , Number of registered futures: 0 [12:33:21.331] | : . ' FutureRegistry('workers-c1d9eb458c9cc73dc92c07b4c41eee54', action = 'remove', earlySignal = 0) ... done [12:33:21.331] | : . ' Erased future from future backend [12:33:21.332] | : . ' result() for ClusterFuture ... [12:33:21.332] | : . ' , result already collected: FutureResult [12:33:21.332] | : . ' result() for ClusterFuture ... done [12:33:21.332] | : . ' signalConditions() ... [12:33:21.332] | : . ' , include = 'immediateCondition' [12:33:21.332] | : . ' , exclude = [12:33:21.333] | : . ' , resignal = FALSE [12:33:21.333] | : . ' , Number of conditions: 0 [12:33:21.333] | : . ' , int 0 [12:33:21.333] | : . ' signalConditions() ... done [12:33:21.334] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:21.334] | : result() for ClusterFuture ... done [12:33:21.334] | : result() for ClusterFuture ... [12:33:21.334] | : . result already collected: FutureResult [12:33:21.334] | : result() for ClusterFuture ... done [12:33:21.334] | : signalConditions() ... [12:33:21.335] | : . include = 'immediateCondition' [12:33:21.335] | : . exclude = [12:33:21.335] | : . resignal = FALSE [12:33:21.335] | : . Number of conditions: 0 [12:33:21.335] | : . int 0 [12:33:21.336] | : signalConditions() ... done [12:33:21.336] | : relay stdout ... [12:33:21.336] | : relay stdout ... done [12:33:21.336] | : check for misuse ... [12:33:21.337] | : check for misuse ... done [12:33:21.337] | value() for Future () ... done [1] -3 future.globals.keepWhere=TRUE [12:33:21.337] | plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:21.338] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:21.338] | : . all.equal() for FutureStrategyList ... [12:33:21.338] | : . ' New stack: [12:33:21.339] | : . ' List of 1 [12:33:21.339] | : . ' $ :function (..., envir = parent.frame()) [12:33:21.339] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:21.339] | : . ' ..- attr(*, "init")= logi TRUE [12:33:21.339] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:21.339] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:21.339] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:21.339] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:21.339] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:21.344] | : . ' Old stack: [12:33:21.344] | : . ' List of 1 [12:33:21.344] | : . ' $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:21.344] | : . ' rscript_libs = .libPaths()) [12:33:21.344] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:21.344] | : . ' ..- attr(*, "init")= chr "done" [12:33:21.344] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:21.344] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:21.344] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:21.344] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:21.344] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:33:21.344] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:21.344] | : . ' ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:33:21.344] | : . ' .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:21.344] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:21.344] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:21.344] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:21.351] | : . ' Not identical [12:33:21.351] | : . ' all.equal() for future ... [12:33:21.351] | : . ' , List of 2 [12:33:21.351] | : . ' , $ target :function (..., envir = parent.frame()) [12:33:21.351] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:21.351] | : . ' , ..- attr(*, "init")= logi TRUE [12:33:21.351] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:21.351] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:21.351] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:21.351] | : . ' , ..- attr(*, "call")= language plan(sequential) [12:33:21.351] | : . ' , $ current:function (..., workers = availableCores(constraints = "connections-16"), [12:33:21.351] | : . ' , rscript_libs = .libPaths()) [12:33:21.351] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:21.351] | : . ' , ..- attr(*, "init")= chr "done" [12:33:21.351] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:21.351] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:21.351] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:21.351] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:21.351] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:33:21.351] | : . ' , ..- attr(*, "call")= language plan(strategy) [12:33:21.351] | : . ' , ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:33:21.351] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:21.351] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:21.351] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:21.358] | : . ' , Formals differ [12:33:21.359] | : . ' all.equal() for future ... done [12:33:21.359] | : . ' Future strategies differ at level 1 [12:33:21.359] | : . all.equal() for FutureStrategyList ... done [12:33:21.359] | : . plan(): Setting new future backend stack: [12:33:21.359] | : . List of future strategies: [12:33:21.359] | : . 1. sequential: [12:33:21.359] | : . - args: function (..., envir = parent.frame(), workers = "") [12:33:21.359] | : . - tweaked: FALSE [12:33:21.359] | : . - call: plan(sequential) [12:33:21.360] | : . List of 1 [12:33:21.360] | : . $ :function (..., envir = parent.frame()) [12:33:21.360] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:21.360] | : . ..- attr(*, "init")= logi TRUE [12:33:21.360] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:21.360] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:21.360] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:21.360] | : . ..- attr(*, "call")= language plan(sequential) [12:33:21.360] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:21.363] | : . plan(): plan_cleanup(<'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:33:21.363] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:21.364] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [12:33:21.364] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:21.364] | : . ' stopWorkers() for MultisessionFutureBackend ... [12:33:21.364] | : . ' , Interrupt active futures ... [12:33:21.365] | : . ' , ; Number of futures: 0 [12:33:21.365] | : . ' , Interrupt active futures ... done [12:33:21.365] | : . ' , Clear future registry ... [12:33:21.366] | : . ' , Clear future registry ... done [12:33:21.366] | : . ' , Stop cluster workers ... [12:33:21.366] | : . ' , ; Stopping existing cluster ... [12:33:21.367] | : . ' , ; ` Cluster to shut down: [12:33:21.367] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:21.386] | : . ' , ; ` Stopped cluster: 'c(TRUE, TRUE)' [12:33:21.439] | : . ' , ; Stopping existing cluster ... done [12:33:21.439] | : . ' , Stop cluster workers ... done [12:33:21.439] | : . ' stopWorkers() for MultisessionFutureBackend ... done [12:33:21.440] | : . ' Legacy shutdown of cluster workers ... [12:33:21.440] | : . ' , Stopping existing cluster ... [12:33:21.440] | : . ' , ; No pre-existing cluster. Skipping [12:33:21.440] | : . ' , Stopping existing cluster ... done [12:33:21.441] | : . ' Legacy shutdown of cluster workers ... done [12:33:21.441] | : . plan(): plan_cleanup(<'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:33:21.441] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:33:21.442] | : . ' function (..., envir = parent.frame()) [12:33:21.442] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:21.442] | : . ' - attr(*, "init")= logi TRUE [12:33:21.442] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:21.442] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:21.442] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:21.442] | : . ' - attr(*, "call")= language plan(sequential) [12:33:21.446] | : . ' init: TRUE [12:33:21.446] | : . ' makeFutureBackend() ... [12:33:21.446] | : . ' , Backend function: <'NULL'> [12:33:21.447] | : . ' , Evaluator tweak arguments: [n=0] [12:33:21.447] | : . ' , list() [12:33:21.448] | : . ' , Evaluator formal arguments: [n=0] [12:33:21.448] | : . ' , list() [12:33:21.448] | : . ' , Backend factory arguments: [n=0] [12:33:21.449] | : . ' , NULL [12:33:21.449] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:33:21.450] | : . ' makeFutureBackend() ... done [12:33:21.450] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:33:21.450] | : . nbrOfWorkers(NULL) ... [12:33:21.450] | : . ' List of 4 [12:33:21.450] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:33:21.450] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:33:21.450] | : . ' $ : language nbrOfWorkers() [12:33:21.450] | : . ' $ : language nbrOfWorkers.NULL() [12:33:21.453] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:21.454] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:21.454] | : . ' Number of workers: 1 [12:33:21.454] | : . nbrOfWorkers(NULL) ... done [12:33:21.454] | : . plan(): nbrOfWorkers() = 1 [12:33:21.455] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:21.455] | plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message("*** Globals - S4 methods ... DONE") *** Globals - S4 methods ... 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.08s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'globals,S4methods' ... success > > proc.time() user system elapsed 1.32 0.15 2.57