R Under development (unstable) (2025-06-04 r88278 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) [05:58:30.740] Option 'future.startup.script': TRUE [05:58:30.741] Future startup scripts considered: '.future.R', '~/.future.R' [05:58:30.741] 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 [05:58:30.766] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:30.766] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:58:30.766] | : all.equal() for FutureStrategyList ... [05:58:30.767] | : . New stack: [05:58:30.767] | : . List of 1 [05:58:30.767] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.767] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.767] | : . ..- attr(*, "init")= logi TRUE [05:58:30.767] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.767] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.767] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.767] | : . ..- attr(*, "call")= language plan(strategy) [05:58:30.767] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:30.772] | : . Old stack: [05:58:30.773] | : . List of 1 [05:58:30.773] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.773] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.773] | : . ..- attr(*, "init")= logi TRUE [05:58:30.773] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.773] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.773] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.773] | : . ..- attr(*, "call")= language plan(sequential) [05:58:30.773] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:30.776] | : . Not identical [05:58:30.776] | : . all.equal() for future ... [05:58:30.776] | : . ' List of 2 [05:58:30.776] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.776] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.776] | : . ' ..- attr(*, "init")= logi TRUE [05:58:30.776] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.776] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.776] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.776] | : . ' ..- attr(*, "call")= language plan(strategy) [05:58:30.776] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.776] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.776] | : . ' ..- attr(*, "init")= logi TRUE [05:58:30.776] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.776] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.776] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.776] | : . ' ..- attr(*, "call")= language plan(sequential) [05:58:30.784] | : . all.equal() for future ... done [05:58:30.785] | : all.equal() for FutureStrategyList ... done [05:58:30.785] | : plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:30.785] | : List of future strategies: [05:58:30.785] | : 1. sequential: [05:58:30.785] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:30.785] | : - tweaked: FALSE [05:58:30.785] | : - call: plan(sequential) [05:58:30.786] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:58:30.786] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:30.786] future(..., label = NULL) ... [05:58:30.787] | lazy: TRUE [05:58:30.787] | stdout: TRUE [05:58:30.787] | conditions: [n=1] 'condition' [05:58:30.787] | gc: FALSE [05:58:30.787] | earlySignal: FALSE [05:58:30.788] | getGlobalsAndPackages() ... [05:58:30.788] | : Searching for globals ... [05:58:30.821] | : . globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [05:58:30.821] | : Searching for globals ... done [05:58:30.821] | : Resolving globals: FALSE [05:58:30.822] | : Search for packages associated with the globals ... [05:58:30.822] | : . Packages associated with globals: [1] 'base' [05:58:30.823] | : . Packages: [1] 'base' [05:58:30.823] | : Search for packages associated with the globals ... done [05:58:30.824] | : Packages after dropping 'base': [0] [05:58:30.824] | : globals: [1] 'my_fcn' [05:58:30.824] | : packages: [0] [05:58:30.824] | getGlobalsAndPackages() ... done [05:58:30.825] future(..., label = NULL) ... done [05:58:30.826] value() for Future () ... [05:58:30.827] | run() for 'Future' () ... [05:58:30.827] | : state: 'created' [05:58:30.827] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:30.827] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [05:58:30.828] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.828] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.828] | : . ' - attr(*, "init")= logi TRUE [05:58:30.828] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.828] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.828] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.828] | : . ' - attr(*, "call")= language plan(sequential) [05:58:30.832] | : . ' init: TRUE [05:58:30.832] | : . ' makeFutureBackend() ... [05:58:30.832] | : . ' , Backend function: <'NULL'> [05:58:30.833] | : . ' , Evaluator tweak arguments: [n=0] [05:58:30.833] | : . ' , list() [05:58:30.874] | : . ' , Evaluator formal arguments: [n=2] [05:58:30.874] | : . ' , list() [05:58:30.875] | : . ' , Backend factory arguments: [n=2] [05:58:30.875] | : . ' , Dotted pair list of 2 [05:58:30.875] | : . ' , $ gc : logi FALSE [05:58:30.875] | : . ' , $ earlySignal: logi FALSE [05:58:30.877] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [05:58:30.878] | : . ' makeFutureBackend() ... done [05:58:30.878] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [05:58:30.878] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:30.879] | : Using SequentialFutureBackend ... [05:58:30.879] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [05:58:30.879] | : . Launching futures ... [05:58:30.880] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:30.880] | : . ' , getFutureData() ... [05:58:30.880] | : . ' , ; getFutureCore() ... [05:58:30.881] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:30.881] | : . ' , ; getFutureCore() ... done [05:58:30.881] | : . ' , ; getFutureCapture() ... [05:58:30.881] | : . ' , ; getFutureCapture() ... done [05:58:30.882] | : . ' , ; getFutureContext() ... [05:58:30.882] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:30.882] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:30.883] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:30.883] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:30.883] | : . ' , ; getFutureContext() ... done [05:58:30.884] | : . ' , getFutureData() ... done [05:58:30.889] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:30.889] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:30.889] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:30.890] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:30.890] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:30.891] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:30.891] | : . ' , ; ` | New stack: [05:58:30.891] | : . ' , ; ` | List of 1 [05:58:30.891] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.891] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.891] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:30.891] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.891] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.891] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.891] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:30.891] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:30.896] | : . ' , ; ` | Old stack: [05:58:30.896] | : . ' , ; ` | List of 1 [05:58:30.896] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.896] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.896] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:30.896] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.896] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.896] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.896] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:30.896] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:30.896] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.896] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.896] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:30.943] | : . ' , ; ` | Not identical [05:58:30.943] | : . ' , ; ` | all.equal() for future ... [05:58:30.943] | : . ' , ; ` | : List of 2 [05:58:30.943] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.943] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:30.943] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.943] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:30.943] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:30.943] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.943] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.954] | : . ' , ; ` | all.equal() for future ... done [05:58:30.954] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:30.955] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:30.955] | : . ' , ; ` List of future strategies: [05:58:30.955] | : . ' , ; ` 1. sequential: [05:58:30.955] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:30.955] | : . ' , ; ` - tweaked: FALSE [05:58:30.955] | : . ' , ; ` - call: plan(sequential) [05:58:30.956] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:30.956] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:30.957] | : . ' , assign_globals() ... [05:58:30.957] | : . ' , List of 1 [05:58:30.957] | : . ' , $ my_fcn:Formal class 'standardGeneric' [package "methods"] with 8 slots [05:58:30.957] | : . ' , .. ..@ .Data :function (x) [05:58:30.957] | : . ' , .. ..@ generic : chr "my_fcn" [05:58:30.957] | : . ' , .. .. ..- attr(*, "package")= chr ".GlobalEnv" [05:58:30.957] | : . ' , .. ..@ package : chr ".GlobalEnv" [05:58:30.957] | : . ' , .. ..@ group : list() [05:58:30.957] | : . ' , .. ..@ valueClass: chr(0) [05:58:30.957] | : . ' , .. ..@ signature : chr "x" [05:58:30.957] | : . ' , .. ..@ default : NULL [05:58:30.957] | : . ' , .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [05:58:30.957] | : . ' , - attr(*, "where")=List of 1 [05:58:30.957] | : . ' , ..$ my_fcn: [05:58:30.957] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:30.957] | : . ' , - attr(*, "resolved")= logi FALSE [05:58:30.957] | : . ' , - attr(*, "total_size")= num NA [05:58:30.957] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:30.967] | : . ' , - copied 'my_fcn' to environment [05:58:30.967] | : . ' , assign_globals() ... done [05:58:30.973] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:30.973] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:30.974] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:30.974] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:30.974] | : . ' , ; ` | : New stack: [05:58:30.975] | : . ' , ; ` | : List of 1 [05:58:30.975] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.975] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.975] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:30.975] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.975] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.975] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.975] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:30.975] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:30.975] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.975] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.975] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:30.983] | : . ' , ; ` | : Old stack: [05:58:30.983] | : . ' , ; ` | : List of 1 [05:58:30.983] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:30.983] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:30.983] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:30.983] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.983] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.983] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.983] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:30.983] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:30.983] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:30.983] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:30.983] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:30.991] | : . ' , ; ` | : Identical [05:58:30.991] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:30.992] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:30.992] | : . ' , ; ` | List of future strategies: [05:58:30.992] | : . ' , ; ` | 1. sequential: [05:58:30.992] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:30.992] | : . ' , ; ` | - tweaked: FALSE [05:58:30.992] | : . ' , ; ` | - call: plan(sequential) [05:58:30.993] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:30.993] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:30.994] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:30.999] | : . ' , SequentialFuture started (and completed) [05:58:31.000] | : . ' , signalConditions() ... [05:58:31.000] | : . ' , ; include = 'immediateCondition' [05:58:31.001] | : . ' , ; exclude = [05:58:31.001] | : . ' , ; resignal = FALSE [05:58:31.001] | : . ' , ; Number of conditions: 6 [05:58:31.001] | : . ' , ; int 6 [05:58:31.002] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.003] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.003] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.003] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.004] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.004] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.004] | : . ' , signalConditions() ... done [05:58:31.005] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:31.005] | : . Launching futures ... done [05:58:31.005] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:31.006] | : Using SequentialFutureBackend ... done [05:58:31.006] | run() for 'Future' () ... done [05:58:31.006] | signalConditions() ... [05:58:31.007] | : include = 'immediateCondition' [05:58:31.007] | : exclude = [05:58:31.007] | : resignal = FALSE [05:58:31.007] | : Number of conditions: 6 [05:58:31.008] | : int 6 [05:58:31.008] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.009] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.009] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.009] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.009] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.010] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.010] | signalConditions() ... done [05:58:31.010] | relay stdout ... [05:58:31.010] | relay stdout ... done [05:58:31.010] | check for misuse ... [05:58:31.011] | check for misuse ... done [05:58:31.011] | relay conditions ... [05:58:31.011] | : Future state: 'finished' [05:58:31.011] | : signalConditions() ... [05:58:31.012] | : . include = 'condition' [05:58:31.012] | : . exclude = 'immediateCondition' [05:58:31.012] | : . resignal = TRUE [05:58:31.012] | : . Number of conditions: 6 [05:58:31.012] | : . int 6 [05:58:31.013] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.013] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:30.886] | : . ' , attachPackages() ... [05:58:31.014] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.014] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:30.886] | : . ' , ; packages: [n=1] 'future' [05:58:31.014] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.015] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:30.887] | : . ' , attachPackages() ... done [05:58:31.015] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.015] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:30.887] | : . ' , attachPackages() ... [05:58:31.015] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.016] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:30.887] | : . ' , ; packages: [n=0] [05:58:31.016] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.016] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:30.888] | : . ' , attachPackages() ... done [05:58:31.016] | : signalConditions() ... done [05:58:31.017] | relay conditions ... done [05:58:31.017] 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" [05:58:31.018] future(..., label = NULL) ... [05:58:31.018] | lazy: TRUE [05:58:31.018] | stdout: TRUE [05:58:31.018] | conditions: [n=1] 'condition' [05:58:31.018] | gc: FALSE [05:58:31.019] | earlySignal: FALSE [05:58:31.019] | getGlobalsAndPackages() ... [05:58:31.019] | : Searching for globals ... [05:58:31.043] | : . globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [05:58:31.044] | : Searching for globals ... done [05:58:31.044] | : Resolving globals: FALSE [05:58:31.044] | : Search for packages associated with the globals ... [05:58:31.045] | : . Packages associated with globals: [1] 'base' [05:58:31.045] | : . Packages: [1] 'base' [05:58:31.045] | : Search for packages associated with the globals ... done [05:58:31.046] | : Packages after dropping 'base': [0] [05:58:31.046] | : globals: [1] 'my_fcn' [05:58:31.046] | : packages: [0] [05:58:31.046] | getGlobalsAndPackages() ... done [05:58:31.047] future(..., label = NULL) ... done [05:58:31.047] value() for Future () ... [05:58:31.047] | run() for 'Future' () ... [05:58:31.047] | : state: 'created' [05:58:31.048] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:31.048] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:31.048] | : Using SequentialFutureBackend ... [05:58:31.048] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [05:58:31.049] | : . Launching futures ... [05:58:31.049] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:31.049] | : . ' , getFutureData() ... [05:58:31.049] | : . ' , ; getFutureCore() ... [05:58:31.050] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:31.050] | : . ' , ; getFutureCore() ... done [05:58:31.050] | : . ' , ; getFutureCapture() ... [05:58:31.050] | : . ' , ; getFutureCapture() ... done [05:58:31.051] | : . ' , ; getFutureContext() ... [05:58:31.051] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:31.051] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:31.051] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:31.052] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:31.052] | : . ' , ; getFutureContext() ... done [05:58:31.052] | : . ' , getFutureData() ... done [05:58:31.055] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:31.055] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:31.055] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:31.055] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:31.056] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:31.056] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:31.056] | : . ' , ; ` | New stack: [05:58:31.056] | : . ' , ; ` | List of 1 [05:58:31.056] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.056] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.056] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:31.056] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.056] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.056] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.056] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:31.056] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:31.061] | : . ' , ; ` | Old stack: [05:58:31.061] | : . ' , ; ` | List of 1 [05:58:31.061] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.061] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.061] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:31.061] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.061] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.061] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.061] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:31.061] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:31.061] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.061] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.061] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:31.067] | : . ' , ; ` | Not identical [05:58:31.067] | : . ' , ; ` | all.equal() for future ... [05:58:31.067] | : . ' , ; ` | : List of 2 [05:58:31.067] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.067] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:31.067] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.067] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:31.067] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:31.067] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.067] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.077] | : . ' , ; ` | all.equal() for future ... done [05:58:31.077] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:31.077] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:31.078] | : . ' , ; ` List of future strategies: [05:58:31.078] | : . ' , ; ` 1. sequential: [05:58:31.078] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:31.078] | : . ' , ; ` - tweaked: FALSE [05:58:31.078] | : . ' , ; ` - call: plan(sequential) [05:58:31.079] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:31.079] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:31.079] | : . ' , assign_globals() ... [05:58:31.079] | : . ' , List of 1 [05:58:31.079] | : . ' , $ my_fcn:Formal class 'standardGeneric' [package "methods"] with 8 slots [05:58:31.079] | : . ' , .. ..@ .Data :function (x) [05:58:31.079] | : . ' , .. ..@ generic : chr "my_fcn" [05:58:31.079] | : . ' , .. .. ..- attr(*, "package")= chr ".GlobalEnv" [05:58:31.079] | : . ' , .. ..@ package : chr ".GlobalEnv" [05:58:31.079] | : . ' , .. ..@ group : list() [05:58:31.079] | : . ' , .. ..@ valueClass: chr(0) [05:58:31.079] | : . ' , .. ..@ signature : chr "x" [05:58:31.079] | : . ' , .. ..@ default : NULL [05:58:31.079] | : . ' , .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [05:58:31.079] | : . ' , - attr(*, "where")=List of 1 [05:58:31.079] | : . ' , ..$ my_fcn: [05:58:31.079] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:31.079] | : . ' , - attr(*, "resolved")= logi FALSE [05:58:31.079] | : . ' , - attr(*, "total_size")= num NA [05:58:31.079] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:31.087] | : . ' , - copied 'my_fcn' to environment [05:58:31.088] | : . ' , assign_globals() ... done [05:58:31.095] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:31.095] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:31.095] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:31.095] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:31.096] | : . ' , ; ` | : New stack: [05:58:31.096] | : . ' , ; ` | : List of 1 [05:58:31.096] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.096] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.096] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:31.096] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.096] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.096] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.096] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:31.096] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:31.096] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.096] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.096] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:31.099] | : . ' , ; ` | : Old stack: [05:58:31.099] | : . ' , ; ` | : List of 1 [05:58:31.099] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.099] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.099] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:31.099] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.099] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.099] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.099] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:31.099] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:31.099] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.099] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.099] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:31.103] | : . ' , ; ` | : Identical [05:58:31.103] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:31.103] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:31.103] | : . ' , ; ` | List of future strategies: [05:58:31.103] | : . ' , ; ` | 1. sequential: [05:58:31.103] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:31.103] | : . ' , ; ` | - tweaked: FALSE [05:58:31.103] | : . ' , ; ` | - call: plan(sequential) [05:58:31.104] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:31.104] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:31.104] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:31.105] | : . ' , SequentialFuture started (and completed) [05:58:31.105] | : . ' , signalConditions() ... [05:58:31.105] | : . ' , ; include = 'immediateCondition' [05:58:31.105] | : . ' , ; exclude = [05:58:31.105] | : . ' , ; resignal = FALSE [05:58:31.105] | : . ' , ; Number of conditions: 6 [05:58:31.106] | : . ' , ; int 6 [05:58:31.106] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.106] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.106] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.107] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.107] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.107] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.107] | : . ' , signalConditions() ... done [05:58:31.107] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:31.107] | : . Launching futures ... done [05:58:31.108] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:31.108] | : Using SequentialFutureBackend ... done [05:58:31.108] | run() for 'Future' () ... done [05:58:31.108] | signalConditions() ... [05:58:31.108] | : include = 'immediateCondition' [05:58:31.108] | : exclude = [05:58:31.108] | : resignal = FALSE [05:58:31.109] | : Number of conditions: 6 [05:58:31.109] | : int 6 [05:58:31.109] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.109] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.110] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.110] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.110] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.110] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.110] | signalConditions() ... done [05:58:31.110] | relay stdout ... [05:58:31.110] | relay stdout ... done [05:58:31.111] | check for misuse ... [05:58:31.111] | check for misuse ... done [05:58:31.111] | relay conditions ... [05:58:31.111] | : Future state: 'finished' [05:58:31.112] | : signalConditions() ... [05:58:31.112] | : . include = 'condition' [05:58:31.112] | : . exclude = 'immediateCondition' [05:58:31.112] | : . resignal = TRUE [05:58:31.112] | : . Number of conditions: 6 [05:58:31.113] | : . int 6 [05:58:31.113] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.114] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:31.052] | : . ' , attachPackages() ... [05:58:31.114] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.114] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:31.053] | : . ' , ; packages: [n=1] 'future' [05:58:31.114] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.115] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:31.053] | : . ' , attachPackages() ... done [05:58:31.115] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.115] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:31.053] | : . ' , attachPackages() ... [05:58:31.115] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.116] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:31.054] | : . ' , ; packages: [n=0] [05:58:31.116] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:31.116] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:31.054] | : . ' , attachPackages() ... done [05:58:31.117] | : signalConditions() ... done [05:58:31.117] | relay conditions ... done [05:58:31.117] value() for Future () ... done [1] -3 future.globals.keepWhere=TRUE [05:58:31.117] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:31.118] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:58:31.118] | : all.equal() for FutureStrategyList ... [05:58:31.118] | : . New stack: [05:58:31.118] | : . List of 1 [05:58:31.118] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.118] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.118] | : . ..- attr(*, "init")= logi TRUE [05:58:31.118] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.118] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.118] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.118] | : . ..- attr(*, "call")= language plan(sequential) [05:58:31.118] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:31.123] | : . Old stack: [05:58:31.123] | : . List of 1 [05:58:31.123] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.123] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.123] | : . ..- attr(*, "init")= chr "done" [05:58:31.123] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.123] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.123] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.123] | : . ..- attr(*, "call")= language plan(sequential) [05:58:31.123] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:31.123] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.123] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.123] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:31.128] | : . Not identical [05:58:31.129] | : . all.equal() for future ... [05:58:31.129] | : . ' List of 2 [05:58:31.129] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.129] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.129] | : . ' ..- attr(*, "init")= logi TRUE [05:58:31.129] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.129] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.129] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.129] | : . ' ..- attr(*, "call")= language plan(sequential) [05:58:31.129] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.129] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.129] | : . ' ..- attr(*, "init")= chr "done" [05:58:31.129] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.129] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.129] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.129] | : . ' ..- attr(*, "call")= language plan(sequential) [05:58:31.129] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:31.129] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.129] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.140] | : . all.equal() for future ... done [05:58:31.141] | : all.equal() for FutureStrategyList ... done [05:58:31.141] | : plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:31.141] | : List of future strategies: [05:58:31.141] | : 1. sequential: [05:58:31.141] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:31.141] | : - tweaked: FALSE [05:58:31.141] | : - call: plan(sequential) [05:58:31.143] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:58:31.143] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done Type of future: multisession [05:58:31.143] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:31.144] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:58:31.144] | : all.equal() for FutureStrategyList ... [05:58:31.145] | : . New stack: [05:58:31.145] | : . List of 1 [05:58:31.145] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:58:31.145] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.145] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:58:31.145] | : . ..- attr(*, "init")= logi TRUE [05:58:31.145] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:31.145] | : . gc = FALSE, earlySignal = FALSE, ...) [05:58:31.145] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:31.145] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:31.145] | : . ..- attr(*, "untweakable")= chr "persistent" [05:58:31.145] | : . ..- attr(*, "call")= language plan(strategy) [05:58:31.145] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:31.151] | : . Old stack: [05:58:31.151] | : . List of 1 [05:58:31.151] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.151] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.151] | : . ..- attr(*, "init")= chr "done" [05:58:31.151] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.151] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.151] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.151] | : . ..- attr(*, "call")= language plan(sequential) [05:58:31.151] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:31.151] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.151] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.151] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:31.156] | : . Not identical [05:58:31.156] | : . all.equal() for future ... [05:58:31.156] | : . ' List of 2 [05:58:31.156] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:58:31.156] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.156] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:58:31.156] | : . ' ..- attr(*, "init")= logi TRUE [05:58:31.156] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:31.156] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:58:31.156] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:31.156] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:31.156] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:58:31.156] | : . ' ..- attr(*, "call")= language plan(strategy) [05:58:31.156] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.156] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:31.156] | : . ' ..- attr(*, "init")= chr "done" [05:58:31.156] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.156] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.156] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.156] | : . ' ..- attr(*, "call")= language plan(sequential) [05:58:31.156] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:31.156] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:31.156] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:31.166] | : . ' Formals differ [05:58:31.166] | : . all.equal() for future ... done [05:58:31.166] | : . Future strategies differ at level 1 [05:58:31.167] | : all.equal() for FutureStrategyList ... done [05:58:31.167] | : plan(): Setting new future backend stack: [05:58:31.167] | : List of future strategies: [05:58:31.167] | : 1. multisession: [05:58:31.167] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.167] | : - tweaked: FALSE [05:58:31.167] | : - call: plan(strategy) [05:58:31.168] | : List of 1 [05:58:31.168] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:58:31.168] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.168] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:58:31.168] | : ..- attr(*, "init")= logi TRUE [05:58:31.168] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:31.168] | : gc = FALSE, earlySignal = FALSE, ...) [05:58:31.168] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:31.168] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:31.168] | : ..- attr(*, "untweakable")= chr "persistent" [05:58:31.168] | : ..- attr(*, "call")= language plan(strategy) [05:58:31.168] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:31.174] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [05:58:31.174] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:31.175] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [05:58:31.175] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:31.175] | : . Legacy shutdown of cluster workers ... [05:58:31.176] | : . ' Stopping existing cluster ... [05:58:31.176] | : . ' , No pre-existing cluster. Skipping [05:58:31.176] | : . ' Stopping existing cluster ... done [05:58:31.177] | : . Legacy shutdown of cluster workers ... done [05:58:31.177] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [05:58:31.177] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [05:58:31.177] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:58:31.177] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:31.177] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:58:31.177] | : . - attr(*, "init")= logi TRUE [05:58:31.177] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:31.177] | : . gc = FALSE, earlySignal = FALSE, ...) [05:58:31.177] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:31.177] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:31.177] | : . - attr(*, "untweakable")= chr "persistent" [05:58:31.177] | : . - attr(*, "call")= language plan(strategy) [05:58:31.182] | : . init: TRUE [05:58:31.182] | : . makeFutureBackend() ... [05:58:31.183] | : . ' Backend function: <'NULL'> [05:58:31.183] | : . ' Evaluator tweak arguments: [n=0] [05:58:31.183] | : . ' list() [05:58:31.184] | : . ' Evaluator formal arguments: [n=4] [05:58:31.184] | : . ' list() [05:58:31.185] | : . ' Backend factory arguments: [n=4] [05:58:31.185] | : . ' Dotted pair list of 4 [05:58:31.185] | : . ' $ workers : language availableCores() [05:58:31.185] | : . ' $ rscript_libs: language .libPaths() [05:58:31.185] | : . ' $ gc : logi FALSE [05:58:31.185] | : . ' $ earlySignal : logi FALSE [05:58:31.188] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [05:58:31.188] | : . ' , Arguments: [05:58:31.188] | : . ' , List of 5 [05:58:31.188] | : . ' , $ workers : Named int 2 [05:58:31.188] | : . ' , ..- attr(*, "names")= chr "mc.cores" [05:58:31.188] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:58:31.188] | : . ' , $ interrupts : logi TRUE [05:58:31.188] | : . ' , $ gc : logi FALSE [05:58:31.188] | : . ' , $ earlySignal : logi FALSE [05:58:31.194] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [05:58:31.194] | : . ' , ; workers: 2 [05:58:31.194] | : . ' , ; getCluster() ... [05:58:31.195] | : . ' , ; getCluster() ... done [05:58:31.195] | : . ' , ; Stopping existing cluster ... [05:58:31.195] | : . ' , ; ` No pre-existing cluster. Skipping [05:58:31.195] | : . ' , ; Stopping existing cluster ... done [05:58:31.195] | : . ' , ; Starting new cluster ... [05:58:31.195] | : . ' , ; ` makeCluster(workers, ...) ... [05:58:31.196] | : . ' , ; ` | Arguments: [05:58:31.196] | : . ' , ; ` | List of 2 [05:58:31.196] | : . ' , ; ` | $ : int 2 [05:58:31.196] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:58:31.197] | : . ' , ; ` | .makeCluster() ... [05:58:31.198] | : . ' , ; ` | : workers: '2' [05:58:31.198] | : . ' , ; ` | : R_FUTURE_PLAN: NA [05:58:31.198] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [05:58:31.198] | : . ' , ; ` | : List of 2 [05:58:31.198] | : . ' , ; ` | : $ : int 2 [05:58:31.198] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:58:32.004] | : . ' , ; ` | : Generated cluster UUID [05:58:32.004] | : . ' , ; ` | : Cluster UUID: '86400bf1fd4f906e1c8b2418d86d0a56' [05:58:32.005] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:32.009] | : . ' , ; ` | .makeCluster() ... done [05:58:32.009] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:32.012] | : . ' , ; ` makeCluster(workers, ...) ... done [05:58:32.012] | : . ' , ; ` Number of workers: 2 [05:58:32.012] | : . ' , ; ` Workers UUID: '86400bf1fd4f906e1c8b2418d86d0a56' [05:58:32.013] | : . ' , ; Starting new cluster ... done [05:58:32.013] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [05:58:32.013] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [05:58:32.014] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [05:58:32.014] | : . makeFutureBackend() ... done [05:58:32.014] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:32.014] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:32.015] | : . plan(): nbrOfWorkers() = 2 [05:58:32.015] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [05:58:32.015] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:58:32.015] | future(..., label = NULL) ... [05:58:32.016] | : lazy: TRUE [05:58:32.016] | : stdout: TRUE [05:58:32.016] | : conditions: [n=1] 'condition' [05:58:32.016] | : gc: FALSE [05:58:32.017] | : earlySignal: FALSE [05:58:32.017] | : getGlobalsAndPackages() ... [05:58:32.017] | : . Searching for globals ... [05:58:32.036] | : . ' globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [05:58:32.037] | : . Searching for globals ... done [05:58:32.037] | : . Resolving globals: FALSE [05:58:32.037] | : . Search for packages associated with the globals ... [05:58:32.038] | : . ' Packages associated with globals: [1] 'base' [05:58:32.038] | : . ' Packages: [1] 'base' [05:58:32.039] | : . Search for packages associated with the globals ... done [05:58:32.039] | : . Packages after dropping 'base': [0] [05:58:32.039] | : . globals: [1] 'my_fcn' [05:58:32.039] | : . packages: [0] [05:58:32.040] | : getGlobalsAndPackages() ... done [05:58:32.040] | future(..., label = NULL) ... done [05:58:32.040] | value() for Future () ... [05:58:32.041] | : run() for 'Future' () ... [05:58:32.041] | : . state: 'created' [05:58:32.041] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:32.041] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:32.042] | : . Using MultisessionFutureBackend ... [05:58:32.042] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [05:58:32.042] | : . ' Launching futures ... [05:58:32.043] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:32.043] | : . ' , ; Workers: [n=2] [05:58:32.043] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:32.046] | : . ' , ; FutureRegistry: 'workers-86400bf1fd4f906e1c8b2418d86d0a56' [05:58:32.046] | : . ' , ; requestWorker() ... [05:58:32.046] | : . ' , ; ` requestNode() ... [05:58:32.047] | : . ' , ; ` | Number of workers: 2 [05:58:32.047] | : . ' , ; ` | Polling for a free worker ... [05:58:32.047] | : . ' , ; ` | : FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... [05:58:32.047] | : . ' , ; ` | : . Created empty registry 'workers-86400bf1fd4f906e1c8b2418d86d0a56' [05:58:32.048] | : . ' , ; ` | : . Listing all futures [05:58:32.048] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:32.048] | : . ' , ; ` | : FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... done [05:58:32.048] | : . ' , ; ` | : Total time: 0 [05:58:32.048] | : . ' , ; ` | Polling for a free worker ... done [05:58:32.049] | : . ' , ; ` | FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... [05:58:32.049] | : . ' , ; ` | : Listing all futures [05:58:32.049] | : . ' , ; ` | : Number of registered futures: 0 [05:58:32.049] | : . ' , ; ` | FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... done [05:58:32.050] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:32.050] | : . ' , ; ` | Index of first available worker: 1 [05:58:32.050] | : . ' , ; ` | Validate that the worker is functional ... [05:58:32.232] | : . ' , ; ` | : Worker is functional [05:58:32.232] | : . ' , ; ` | : FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... [05:58:32.232] | : . ' , ; ` | : . Listing all futures [05:58:32.233] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:32.233] | : . ' , ; ` | : FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... done [05:58:32.233] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:32.233] | : . ' , ; ` requestNode() ... done [05:58:32.233] | : . ' , ; ` cluster node index: 1 [05:58:32.234] | : . ' , ; requestWorker() ... done [05:58:32.234] | : . ' , ; eraseGlobalEnvironment() ... [05:58:32.235] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:32.235] | : . ' , ; launchFuture() ... [05:58:32.235] | : . ' , ; ` cluster node index: 1 [05:58:32.235] | : . ' , ; ` getFutureData() ... [05:58:32.236] | : . ' , ; ` | getFutureCore() ... [05:58:32.236] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:32.236] | : . ' , ; ` | getFutureCore() ... done [05:58:32.236] | : . ' , ; ` | getFutureCapture() ... [05:58:32.237] | : . ' , ; ` | getFutureCapture() ... done [05:58:32.237] | : . ' , ; ` | getFutureContext() ... [05:58:32.237] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:32.237] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:32.238] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:32.238] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:32.238] | : . ' , ; ` | getFutureContext() ... done [05:58:32.239] | : . ' , ; ` getFutureData() ... done [05:58:32.239] | : . ' , ; ` FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'add', earlySignal = 0) ... [05:58:32.240] | : . ' , ; ` | Appended future to position #1 [05:58:32.240] | : . ' , ; ` | Number of registered futures: 1 [05:58:32.240] | : . ' , ; ` FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'add', earlySignal = 0) ... done [05:58:32.240] | : . ' , ; launchFuture() ... done [05:58:32.241] | : . ' , ; MultisessionFuture started [05:58:32.241] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:32.241] | : . ' Launching futures ... done [05:58:32.241] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:32.241] | : . Using MultisessionFutureBackend ... done [05:58:32.242] | : run() for 'Future' () ... done [05:58:32.242] | : result() for ClusterFuture ... [05:58:32.243] | : . assertValidConnection() ... [05:58:32.243] | : . ' cluster node index: 1 [05:58:32.244] | : . assertValidConnection() ... done [05:58:32.244] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:32.245] | : . ' cluster node index: 1 [05:58:32.333] | : . ' [1] TRUE [05:58:32.333] | : . ' received data: [05:58:32.334] | : . ' List of 5 [05:58:32.334] | : . ' $ type : chr "VALUE" [05:58:32.334] | : . ' $ value :List of 16 [05:58:32.334] | : . ' ..$ value :Formal class 'standardGeneric' [package "methods"] with 8 slots [05:58:32.334] | : . ' .. .. ..@ .Data :function (x) [05:58:32.334] | : . ' .. .. ..@ generic : chr "my_fcn" [05:58:32.334] | : . ' .. .. .. ..- attr(*, "package")= chr ".GlobalEnv" [05:58:32.334] | : . ' .. .. ..@ package : chr ".GlobalEnv" [05:58:32.334] | : . ' .. .. ..@ group : list() [05:58:32.334] | : . ' .. .. ..@ valueClass: chr(0) [05:58:32.334] | : . ' .. .. ..@ signature : chr "x" [05:58:32.334] | : . ' .. .. ..@ default : NULL [05:58:32.334] | : . ' .. .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [05:58:32.334] | : . ' ..$ visible : logi TRUE [05:58:32.334] | : . ' ..$ stdout : chr "" [05:58:32.334] | : . ' ..$ conditions : list() [05:58:32.334] | : . ' ..$ rng : logi FALSE [05:58:32.334] | : . ' ..$ seed : NULL [05:58:32.334] | : . ' ..$ misuseGlobalEnv : NULL [05:58:32.334] | : . ' ..$ misuseConnections :List of 3 [05:58:32.334] | : . ' .. ..$ added : NULL [05:58:32.334] | : . ' .. ..$ removed : NULL [05:58:32.334] | : . ' .. ..$ replaced: NULL [05:58:32.334] | : . ' ..$ misuseDevices : NULL [05:58:32.334] | : . ' ..$ misuseDefaultDevice: list() [05:58:32.334] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:32" [05:58:32.334] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:32" [05:58:32.334] | : . ' ..$ uuid : chr [1:2] "87c1212ad89966fcf6b540487e63851d" "3" [05:58:32.334] | : . ' ..$ session_uuid : chr "8349da92ad0e94ff2c6e2ee837a8a8b8" [05:58:32.334] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:32.334] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:32.334] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:32.334] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:32.334] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:32.334] | : . ' .. .. ..$ pid : int 205580 [05:58:32.334] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:32" [05:58:32.334] | : . ' .. .. ..$ random: int 2147483647 [05:58:32.334] | : . ' ..$ r_info :List of 4 [05:58:32.334] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:32.334] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:32.334] | : . ' .. ..$ os : chr "windows" [05:58:32.334] | : . ' .. ..$ os_name : chr "Windows" [05:58:32.334] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:32.334] | : . ' ..$ version : chr "1.8" [05:58:32.334] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:32.334] | : . ' $ success: logi TRUE [05:58:32.334] | : . ' $ time : 'proc_time' Named num [1:5] 0.1 0 0.09 NA NA [05:58:32.334] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:32.334] | : . ' $ tag : NULL [05:58:32.356] | : . ' Received FutureResult [05:58:32.356] | : . ' FutureResult: [05:58:32.356] | : . ' value: 'standardGeneric' [05:58:32.356] | : . ' visible: TRUE [05:58:32.356] | : . ' stdout: character [05:58:32.356] | : . ' conditions: [n = 0] [05:58:32.356] | : . ' RNG used: FALSE [05:58:32.356] | : . ' duration: 0.08977294 secs (started 2025-06-05 05:58:32.241663) [05:58:32.356] | : . ' version: 1.8 [05:58:32.357] | : . ' FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'remove', earlySignal = 0) ... [05:58:32.357] | : . ' , Removed future from position #1 [05:58:32.357] | : . ' , Number of registered futures: 0 [05:58:32.358] | : . ' FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'remove', earlySignal = 0) ... done [05:58:32.358] | : . ' Erased future from future backend [05:58:32.358] | : . ' result() for ClusterFuture ... [05:58:32.358] | : . ' , result already collected: FutureResult [05:58:32.359] | : . ' result() for ClusterFuture ... done [05:58:32.359] | : . ' signalConditions() ... [05:58:32.359] | : . ' , include = 'immediateCondition' [05:58:32.359] | : . ' , exclude = [05:58:32.359] | : . ' , resignal = FALSE [05:58:32.360] | : . ' , Number of conditions: 0 [05:58:32.360] | : . ' , int 0 [05:58:32.361] | : . ' signalConditions() ... done [05:58:32.361] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:32.361] | : result() for ClusterFuture ... done [05:58:32.361] | : result() for ClusterFuture ... [05:58:32.362] | : . result already collected: FutureResult [05:58:32.362] | : result() for ClusterFuture ... done [05:58:32.362] | : signalConditions() ... [05:58:32.362] | : . include = 'immediateCondition' [05:58:32.362] | : . exclude = [05:58:32.363] | : . resignal = FALSE [05:58:32.363] | : . Number of conditions: 0 [05:58:32.363] | : . int 0 [05:58:32.364] | : signalConditions() ... done [05:58:32.364] | : relay stdout ... [05:58:32.364] | : relay stdout ... done [05:58:32.364] | : check for misuse ... [05:58:32.364] | : check for misuse ... done [05:58:32.365] | 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" [05:58:32.366] | future(..., label = NULL) ... [05:58:32.366] | : lazy: TRUE [05:58:32.366] | : stdout: TRUE [05:58:32.366] | : conditions: [n=1] 'condition' [05:58:32.366] | : gc: FALSE [05:58:32.367] | : earlySignal: FALSE [05:58:32.367] | : getGlobalsAndPackages() ... [05:58:32.367] | : . Searching for globals ... [05:58:32.395] | : . ' globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [05:58:32.396] | : . Searching for globals ... done [05:58:32.396] | : . Resolving globals: FALSE [05:58:32.396] | : . Search for packages associated with the globals ... [05:58:32.397] | : . ' Packages associated with globals: [1] 'base' [05:58:32.397] | : . ' Packages: [1] 'base' [05:58:32.398] | : . Search for packages associated with the globals ... done [05:58:32.398] | : . Packages after dropping 'base': [0] [05:58:32.398] | : . globals: [1] 'my_fcn' [05:58:32.398] | : . packages: [0] [05:58:32.399] | : getGlobalsAndPackages() ... done [05:58:32.399] | future(..., label = NULL) ... done [05:58:32.400] | value() for Future () ... [05:58:32.400] | : run() for 'Future' () ... [05:58:32.400] | : . state: 'created' [05:58:32.400] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:32.401] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:32.401] | : . Using MultisessionFutureBackend ... [05:58:32.401] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [05:58:32.402] | : . ' Launching futures ... [05:58:32.402] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:32.402] | : . ' , ; Workers: [n=2] [05:58:32.402] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:32.405] | : . ' , ; FutureRegistry: 'workers-86400bf1fd4f906e1c8b2418d86d0a56' [05:58:32.406] | : . ' , ; requestWorker() ... [05:58:32.406] | : . ' , ; ` requestNode() ... [05:58:32.406] | : . ' , ; ` | Number of workers: 2 [05:58:32.407] | : . ' , ; ` | Polling for a free worker ... [05:58:32.407] | : . ' , ; ` | : FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... [05:58:32.407] | : . ' , ; ` | : . Listing all futures [05:58:32.407] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:32.408] | : . ' , ; ` | : FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... done [05:58:32.408] | : . ' , ; ` | : Total time: 0 [05:58:32.408] | : . ' , ; ` | Polling for a free worker ... done [05:58:32.408] | : . ' , ; ` | FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... [05:58:32.409] | : . ' , ; ` | : Listing all futures [05:58:32.409] | : . ' , ; ` | : Number of registered futures: 0 [05:58:32.409] | : . ' , ; ` | FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... done [05:58:32.409] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:32.410] | : . ' , ; ` | Index of first available worker: 1 [05:58:32.410] | : . ' , ; ` | Validate that the worker is functional ... [05:58:32.472] | : . ' , ; ` | : Worker is functional [05:58:32.472] | : . ' , ; ` | : FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... [05:58:32.472] | : . ' , ; ` | : . Listing all futures [05:58:32.472] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:32.473] | : . ' , ; ` | : FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'list', earlySignal = 0) ... done [05:58:32.473] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:32.473] | : . ' , ; ` requestNode() ... done [05:58:32.473] | : . ' , ; ` cluster node index: 1 [05:58:32.473] | : . ' , ; requestWorker() ... done [05:58:32.473] | : . ' , ; eraseGlobalEnvironment() ... [05:58:32.474] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:32.474] | : . ' , ; launchFuture() ... [05:58:32.474] | : . ' , ; ` cluster node index: 1 [05:58:32.474] | : . ' , ; ` getFutureData() ... [05:58:32.475] | : . ' , ; ` | getFutureCore() ... [05:58:32.475] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:32.475] | : . ' , ; ` | getFutureCore() ... done [05:58:32.475] | : . ' , ; ` | getFutureCapture() ... [05:58:32.476] | : . ' , ; ` | getFutureCapture() ... done [05:58:32.476] | : . ' , ; ` | getFutureContext() ... [05:58:32.476] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:32.476] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:32.477] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:32.477] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:32.477] | : . ' , ; ` | getFutureContext() ... done [05:58:32.477] | : . ' , ; ` getFutureData() ... done [05:58:32.478] | : . ' , ; ` FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'add', earlySignal = 0) ... [05:58:32.478] | : . ' , ; ` | Appended future to position #1 [05:58:32.478] | : . ' , ; ` | Number of registered futures: 1 [05:58:32.479] | : . ' , ; ` FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'add', earlySignal = 0) ... done [05:58:32.479] | : . ' , ; launchFuture() ... done [05:58:32.479] | : . ' , ; MultisessionFuture started [05:58:32.479] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:32.480] | : . ' Launching futures ... done [05:58:32.480] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:32.480] | : . Using MultisessionFutureBackend ... done [05:58:32.480] | : run() for 'Future' () ... done [05:58:32.481] | : result() for ClusterFuture ... [05:58:32.481] | : . assertValidConnection() ... [05:58:32.481] | : . ' cluster node index: 1 [05:58:32.482] | : . assertValidConnection() ... done [05:58:32.482] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:32.482] | : . ' cluster node index: 1 [05:58:32.485] | : . ' [1] TRUE [05:58:32.486] | : . ' received data: [05:58:32.486] | : . ' List of 5 [05:58:32.486] | : . ' $ type : chr "VALUE" [05:58:32.486] | : . ' $ value :List of 16 [05:58:32.486] | : . ' ..$ value : num -3 [05:58:32.486] | : . ' ..$ visible : logi TRUE [05:58:32.486] | : . ' ..$ stdout : chr "" [05:58:32.486] | : . ' ..$ conditions : list() [05:58:32.486] | : . ' ..$ rng : logi FALSE [05:58:32.486] | : . ' ..$ seed : NULL [05:58:32.486] | : . ' ..$ misuseGlobalEnv : NULL [05:58:32.486] | : . ' ..$ misuseConnections :List of 3 [05:58:32.486] | : . ' .. ..$ added : NULL [05:58:32.486] | : . ' .. ..$ removed : NULL [05:58:32.486] | : . ' .. ..$ replaced: NULL [05:58:32.486] | : . ' ..$ misuseDevices : NULL [05:58:32.486] | : . ' ..$ misuseDefaultDevice: list() [05:58:32.486] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:32" [05:58:32.486] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:32" [05:58:32.486] | : . ' ..$ uuid : chr [1:2] "87c1212ad89966fcf6b540487e63851d" "4" [05:58:32.486] | : . ' ..$ session_uuid : chr "8349da92ad0e94ff2c6e2ee837a8a8b8" [05:58:32.486] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:32.486] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:32.486] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:32.486] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:32.486] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:32.486] | : . ' .. .. ..$ pid : int 205580 [05:58:32.486] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:32" [05:58:32.486] | : . ' .. .. ..$ random: int 2147483647 [05:58:32.486] | : . ' ..$ r_info :List of 4 [05:58:32.486] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:32.486] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:32.486] | : . ' .. ..$ os : chr "windows" [05:58:32.486] | : . ' .. ..$ os_name : chr "Windows" [05:58:32.486] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:32.486] | : . ' ..$ version : chr "1.8" [05:58:32.486] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:32.486] | : . ' $ success: logi TRUE [05:58:32.486] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [05:58:32.486] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:32.486] | : . ' $ tag : NULL [05:58:32.500] | : . ' Received FutureResult [05:58:32.500] | : . ' FutureResult: [05:58:32.500] | : . ' value: 'numeric' [05:58:32.500] | : . ' visible: TRUE [05:58:32.500] | : . ' stdout: character [05:58:32.500] | : . ' conditions: [n = 0] [05:58:32.500] | : . ' RNG used: FALSE [05:58:32.500] | : . ' duration: 0.005242109 secs (started 2025-06-05 05:58:32.47892) [05:58:32.500] | : . ' version: 1.8 [05:58:32.501] | : . ' FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'remove', earlySignal = 0) ... [05:58:32.501] | : . ' , Removed future from position #1 [05:58:32.501] | : . ' , Number of registered futures: 0 [05:58:32.502] | : . ' FutureRegistry('workers-86400bf1fd4f906e1c8b2418d86d0a56', action = 'remove', earlySignal = 0) ... done [05:58:32.502] | : . ' Erased future from future backend [05:58:32.502] | : . ' result() for ClusterFuture ... [05:58:32.502] | : . ' , result already collected: FutureResult [05:58:32.502] | : . ' result() for ClusterFuture ... done [05:58:32.503] | : . ' signalConditions() ... [05:58:32.503] | : . ' , include = 'immediateCondition' [05:58:32.503] | : . ' , exclude = [05:58:32.503] | : . ' , resignal = FALSE [05:58:32.503] | : . ' , Number of conditions: 0 [05:58:32.504] | : . ' , int 0 [05:58:32.504] | : . ' signalConditions() ... done [05:58:32.505] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:32.505] | : result() for ClusterFuture ... done [05:58:32.505] | : result() for ClusterFuture ... [05:58:32.505] | : . result already collected: FutureResult [05:58:32.505] | : result() for ClusterFuture ... done [05:58:32.505] | : signalConditions() ... [05:58:32.506] | : . include = 'immediateCondition' [05:58:32.506] | : . exclude = [05:58:32.506] | : . resignal = FALSE [05:58:32.506] | : . Number of conditions: 0 [05:58:32.507] | : . int 0 [05:58:32.507] | : signalConditions() ... done [05:58:32.507] | : relay stdout ... [05:58:32.508] | : relay stdout ... done [05:58:32.508] | : check for misuse ... [05:58:32.508] | : check for misuse ... done [05:58:32.508] | value() for Future () ... done [1] -3 future.globals.keepWhere=TRUE [05:58:32.509] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:32.509] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:58:32.509] | : . all.equal() for FutureStrategyList ... [05:58:32.510] | : . ' New stack: [05:58:32.510] | : . ' List of 1 [05:58:32.510] | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:32.510] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:32.510] | : . ' ..- attr(*, "init")= logi TRUE [05:58:32.510] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:32.510] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:32.510] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:32.510] | : . ' ..- attr(*, "call")= language plan(sequential) [05:58:32.510] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:32.514] | : . ' Old stack: [05:58:32.514] | : . ' List of 1 [05:58:32.514] | : . ' $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:58:32.514] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:32.514] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:58:32.514] | : . ' ..- attr(*, "init")= chr "done" [05:58:32.514] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:32.514] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:58:32.514] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:32.514] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:32.514] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:58:32.514] | : . ' ..- attr(*, "call")= language plan(strategy) [05:58:32.514] | : . ' ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:58:32.514] | : . ' .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:32.514] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:58:32.514] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:32.514] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:32.519] | : . ' Not identical [05:58:32.520] | : . ' all.equal() for future ... [05:58:32.520] | : . ' , List of 2 [05:58:32.520] | : . ' , $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:32.520] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:32.520] | : . ' , ..- attr(*, "init")= logi TRUE [05:58:32.520] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:32.520] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:32.520] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:32.520] | : . ' , ..- attr(*, "call")= language plan(sequential) [05:58:32.520] | : . ' , $ current:function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:58:32.520] | : . ' , gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:32.520] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:58:32.520] | : . ' , ..- attr(*, "init")= chr "done" [05:58:32.520] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:32.520] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:58:32.520] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:32.520] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:32.520] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [05:58:32.520] | : . ' , ..- attr(*, "call")= language plan(strategy) [05:58:32.520] | : . ' , ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:58:32.520] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:32.520] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:58:32.520] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:32.528] | : . ' , Formals differ [05:58:32.529] | : . ' all.equal() for future ... done [05:58:32.529] | : . ' Future strategies differ at level 1 [05:58:32.529] | : . all.equal() for FutureStrategyList ... done [05:58:32.529] | : . plan(): Setting new future backend stack: [05:58:32.529] | : . List of future strategies: [05:58:32.529] | : . 1. sequential: [05:58:32.529] | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:32.529] | : . - tweaked: FALSE [05:58:32.529] | : . - call: plan(sequential) [05:58:32.530] | : . List of 1 [05:58:32.530] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:32.530] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:32.530] | : . ..- attr(*, "init")= logi TRUE [05:58:32.530] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:32.530] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:32.530] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:32.530] | : . ..- attr(*, "call")= language plan(sequential) [05:58:32.530] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:32.534] | : . plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [05:58:32.534] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:32.535] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [05:58:32.535] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:32.535] | : . ' stopWorkers() for MultisessionFutureBackend ... [05:58:32.535] | : . ' , Interrupt active futures ... [05:58:32.536] | : . ' , ; Number of futures: 0 [05:58:32.537] | : . ' , Interrupt active futures ... done [05:58:32.537] | : . ' , Clear future registry ... [05:58:32.537] | : . ' , Clear future registry ... done [05:58:32.538] | : . ' , Stop cluster workers ... [05:58:32.538] | : . ' , ; Stopping existing cluster ... [05:58:32.538] | : . ' , ; ` Cluster to shut down: [05:58:32.538] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:32.549] | : . ' , ; ` Stopped cluster: 'c(TRUE, TRUE)' [05:58:32.597] | : . ' , ; Stopping existing cluster ... done [05:58:32.598] | : . ' , Stop cluster workers ... done [05:58:32.598] | : . ' stopWorkers() for MultisessionFutureBackend ... done [05:58:32.598] | : . ' Legacy shutdown of cluster workers ... [05:58:32.599] | : . ' , Stopping existing cluster ... [05:58:32.599] | : . ' , ; No pre-existing cluster. Skipping [05:58:32.599] | : . ' , Stopping existing cluster ... done [05:58:32.599] | : . ' Legacy shutdown of cluster workers ... done [05:58:32.599] | : . plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [05:58:32.599] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [05:58:32.600] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:32.600] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:32.600] | : . ' - attr(*, "init")= logi TRUE [05:58:32.600] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:32.600] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:32.600] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:32.600] | : . ' - attr(*, "call")= language plan(sequential) [05:58:32.603] | : . ' init: TRUE [05:58:32.603] | : . ' makeFutureBackend() ... [05:58:32.603] | : . ' , Backend function: <'NULL'> [05:58:32.604] | : . ' , Evaluator tweak arguments: [n=0] [05:58:32.604] | : . ' , list() [05:58:32.604] | : . ' , Evaluator formal arguments: [n=2] [05:58:32.604] | : . ' , list() [05:58:32.605] | : . ' , Backend factory arguments: [n=2] [05:58:32.605] | : . ' , Dotted pair list of 2 [05:58:32.605] | : . ' , $ gc : logi FALSE [05:58:32.605] | : . ' , $ earlySignal: logi FALSE [05:58:32.607] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [05:58:32.607] | : . ' makeFutureBackend() ... done [05:58:32.607] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [05:58:32.607] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:32.608] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:32.608] | : . plan(): nbrOfWorkers() = 1 [05:58:32.608] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:58:32.608] | plan(, .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_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_06_05_05_55_16_20588' Sourcing 6 epilogue scripts ... done Test time: user.self=1s, sys.self=0.05s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'globals,S4methods' ... success > > proc.time() user system elapsed 1.32 0.15 2.32