R Under development (unstable) (2025-11-15 r89024 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-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) [23:13:30.742] Option 'future.startup.script': TRUE [23:13:30.743] Future startup scripts considered: '.future.R', '~/.future.R' [23:13:30.744] 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 [23:13:30.782] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:30.783] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:13:30.783] | : all.equal() for FutureStrategyList ... [23:13:30.783] | : . New stack: [23:13:30.784] | : . List of 1 [23:13:30.784] | : . $ :function (..., envir = parent.frame()) [23:13:30.784] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:30.784] | : . ..- attr(*, "init")= logi TRUE [23:13:30.784] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.784] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.784] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.784] | : . ..- attr(*, "call")= language plan(strategy) [23:13:30.784] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:30.793] | : . Old stack: [23:13:30.794] | : . List of 1 [23:13:30.794] | : . $ :function (..., envir = parent.frame()) [23:13:30.794] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:30.794] | : . ..- attr(*, "init")= logi TRUE [23:13:30.794] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.794] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.794] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.794] | : . ..- attr(*, "call")= language plan(sequential) [23:13:30.794] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:30.800] | : . Not identical [23:13:30.800] | : . all.equal() for future ... [23:13:30.800] | : . ' List of 2 [23:13:30.800] | : . ' $ target :function (..., envir = parent.frame()) [23:13:30.800] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:30.800] | : . ' ..- attr(*, "init")= logi TRUE [23:13:30.800] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.800] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.800] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.800] | : . ' ..- attr(*, "call")= language plan(strategy) [23:13:30.800] | : . ' $ current:function (..., envir = parent.frame()) [23:13:30.800] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:30.800] | : . ' ..- attr(*, "init")= logi TRUE [23:13:30.800] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.800] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.800] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.800] | : . ' ..- attr(*, "call")= language plan(sequential) [23:13:30.814] | : . all.equal() for future ... done [23:13:30.814] | : all.equal() for FutureStrategyList ... done [23:13:30.815] | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:30.815] | : List of future strategies: [23:13:30.815] | : 1. sequential: [23:13:30.815] | : - args: function (..., envir = parent.frame(), workers = "") [23:13:30.815] | : - tweaked: FALSE [23:13:30.815] | : - call: plan(sequential) [23:13:30.816] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:13:30.817] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:30.817] future(..., label = NULL) ... [23:13:30.817] | lazy: TRUE [23:13:30.818] | stdout: TRUE [23:13:30.818] | conditions: [n=1] 'condition' [23:13:30.818] | gc: FALSE [23:13:30.819] | earlySignal: FALSE [23:13:30.820] | getGlobalsAndPackages() ... [23:13:30.820] | : Searching for globals ... [23:13:30.849] | : . globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [23:13:30.850] | : Searching for globals ... done [23:13:30.850] | : Resolving globals: FALSE [23:13:30.850] | : Search for packages associated with the globals ... [23:13:30.851] | : . Packages associated with globals: [1] 'base' [23:13:30.851] | : . Packages: [1] 'base' [23:13:30.852] | : Search for packages associated with the globals ... done [23:13:30.852] | : Packages after dropping 'base': [0] [23:13:30.852] | : globals: [1] 'my_fcn' [23:13:30.852] | : packages: [0] [23:13:30.852] | getGlobalsAndPackages() ... done [23:13:30.853] future(..., label = NULL) ... done [23:13:30.854] value() for Future () ... [23:13:30.855] | run() for 'Future' () ... [23:13:30.855] | : state: 'created' [23:13:30.855] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:30.855] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [23:13:30.855] | : . ' function (..., envir = parent.frame()) [23:13:30.855] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:30.855] | : . ' - attr(*, "init")= logi TRUE [23:13:30.855] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.855] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.855] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.855] | : . ' - attr(*, "call")= language plan(sequential) [23:13:30.892] | : . ' init: TRUE [23:13:30.892] | : . ' makeFutureBackend() ... [23:13:30.893] | : . ' , Backend function: <'NULL'> [23:13:30.893] | : . ' , Evaluator tweak arguments: [n=0] [23:13:30.893] | : . ' , list() [23:13:30.893] | : . ' , Evaluator formal arguments: [n=0] [23:13:30.894] | : . ' , NULL [23:13:30.894] | : . ' , Arguments passed to the future-backend factory: [n=0] [23:13:30.894] | : . ' , list() [23:13:30.895] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:13:30.895] | : . ' makeFutureBackend() ... done [23:13:30.895] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [23:13:30.895] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:30.895] | : Using SequentialFutureBackend ... [23:13:30.896] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:13:30.896] | : . Launching futures ... [23:13:30.896] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:30.897] | : . ' , getFutureData() ... [23:13:30.897] | : . ' , ; getFutureCore() ... [23:13:30.897] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:30.897] | : . ' , ; getFutureCore() ... done [23:13:30.898] | : . ' , ; getFutureCapture() ... [23:13:30.898] | : . ' , ; getFutureCapture() ... done [23:13:30.898] | : . ' , ; getFutureContext() ... [23:13:30.898] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:30.898] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:30.899] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:30.899] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:30.899] | : . ' , ; getFutureContext() ... done [23:13:30.900] | : . ' , getFutureData() ... done [23:13:30.905] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:30.905] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:30.906] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:30.907] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:30.907] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:30.907] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:30.908] | : . ' , ; ` | New stack: [23:13:30.908] | : . ' , ; ` | List of 1 [23:13:30.908] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:30.908] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:30.908] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:30.908] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.908] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.908] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.908] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:30.908] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:30.913] | : . ' , ; ` | Old stack: [23:13:30.914] | : . ' , ; ` | List of 1 [23:13:30.914] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:30.914] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:30.914] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:30.914] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.914] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.914] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.914] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:30.914] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:30.914] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.914] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.914] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:30.961] | : . ' , ; ` | Not identical [23:13:30.961] | : . ' , ; ` | all.equal() for future ... [23:13:30.961] | : . ' , ; ` | : List of 2 [23:13:30.961] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.961] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:30.961] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.961] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:30.961] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:30.961] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.961] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.972] | : . ' , ; ` | all.equal() for future ... done [23:13:30.972] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:30.973] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:30.973] | : . ' , ; ` List of future strategies: [23:13:30.973] | : . ' , ; ` 1. sequential: [23:13:30.973] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:30.973] | : . ' , ; ` - tweaked: FALSE [23:13:30.973] | : . ' , ; ` - call: plan(sequential) [23:13:30.974] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:30.974] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:30.975] | : . ' , assign_globals() ... [23:13:30.975] | : . ' , List of 1 [23:13:30.975] | : . ' , $ my_fcn:Formal class 'standardGeneric' [package "methods"] with 8 slots [23:13:30.975] | : . ' , .. ..@ .Data :function (x) [23:13:30.975] | : . ' , .. ..@ generic : chr "my_fcn" [23:13:30.975] | : . ' , .. .. ..- attr(*, "package")= chr ".GlobalEnv" [23:13:30.975] | : . ' , .. ..@ package : chr ".GlobalEnv" [23:13:30.975] | : . ' , .. ..@ group : list() [23:13:30.975] | : . ' , .. ..@ valueClass: chr(0) [23:13:30.975] | : . ' , .. ..@ signature : chr "x" [23:13:30.975] | : . ' , .. ..@ default : NULL [23:13:30.975] | : . ' , .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [23:13:30.975] | : . ' , - attr(*, "where")=List of 1 [23:13:30.975] | : . ' , ..$ my_fcn: [23:13:30.975] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:30.975] | : . ' , - attr(*, "resolved")= logi FALSE [23:13:30.975] | : . ' , - attr(*, "total_size")= num NA [23:13:30.975] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:30.986] | : . ' , - copied 'my_fcn' to environment [23:13:30.986] | : . ' , assign_globals() ... done [23:13:30.992] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:30.992] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:30.993] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:30.993] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:30.994] | : . ' , ; ` | : New stack: [23:13:30.994] | : . ' , ; ` | : List of 1 [23:13:30.994] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:30.994] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:30.994] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:30.994] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.994] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.994] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.994] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:30.994] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:30.994] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:30.994] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:30.994] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.002] | : . ' , ; ` | : Old stack: [23:13:31.002] | : . ' , ; ` | : List of 1 [23:13:31.002] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:31.002] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.002] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:31.002] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.002] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.002] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.002] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:31.002] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:31.002] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.002] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.002] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.010] | : . ' , ; ` | : Identical [23:13:31.010] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:31.011] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:31.011] | : . ' , ; ` | List of future strategies: [23:13:31.011] | : . ' , ; ` | 1. sequential: [23:13:31.011] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:31.011] | : . ' , ; ` | - tweaked: FALSE [23:13:31.011] | : . ' , ; ` | - call: plan(sequential) [23:13:31.012] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:31.012] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:31.013] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:31.020] | : . ' , SequentialFuture started (and completed) [23:13:31.021] | : . ' , signalConditions() ... [23:13:31.022] | : . ' , ; include = 'immediateCondition' [23:13:31.022] | : . ' , ; exclude = [23:13:31.022] | : . ' , ; resignal = FALSE [23:13:31.023] | : . ' , ; Number of conditions: 6 [23:13:31.023] | : . ' , ; int 6 [23:13:31.024] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.024] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.025] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.025] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.025] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.026] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.026] | : . ' , signalConditions() ... done [23:13:31.027] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:31.027] | : . Launching futures ... done [23:13:31.027] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:31.028] | : Using SequentialFutureBackend ... done [23:13:31.028] | run() for 'Future' () ... done [23:13:31.029] | signalConditions() ... [23:13:31.029] | : include = 'immediateCondition' [23:13:31.029] | : exclude = [23:13:31.030] | : resignal = FALSE [23:13:31.030] | : Number of conditions: 6 [23:13:31.031] | : int 6 [23:13:31.032] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.032] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.032] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.033] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.033] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.034] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.034] | signalConditions() ... done [23:13:31.034] | relay stdout ... [23:13:31.035] | relay stdout ... done [23:13:31.035] | check for misuse ... [23:13:31.036] | check for misuse ... done [23:13:31.036] | relay conditions ... [23:13:31.036] | : Future state: 'finished' [23:13:31.037] | : signalConditions() ... [23:13:31.037] | : . include = 'condition' [23:13:31.037] | : . exclude = 'immediateCondition' [23:13:31.038] | : . resignal = TRUE [23:13:31.038] | : . Number of conditions: 6 [23:13:31.038] | : . int 6 [23:13:31.040] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.040] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:30.902] | : . ' , attachPackages() ... [23:13:31.041] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.041] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:30.903] | : . ' , ; packages: [n=1] 'future' [23:13:31.041] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.042] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:30.904] | : . ' , attachPackages() ... done [23:13:31.042] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.043] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:30.904] | : . ' , attachPackages() ... [23:13:31.043] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.044] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:30.904] | : . ' , ; packages: [n=0] [23:13:31.044] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.045] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:30.905] | : . ' , attachPackages() ... done [23:13:31.045] | : signalConditions() ... done [23:13:31.046] | relay conditions ... done [23:13:31.046] 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" [23:13:31.047] future(..., label = NULL) ... [23:13:31.047] | lazy: TRUE [23:13:31.048] | stdout: TRUE [23:13:31.048] | conditions: [n=1] 'condition' [23:13:31.048] | gc: FALSE [23:13:31.049] | earlySignal: FALSE [23:13:31.049] | getGlobalsAndPackages() ... [23:13:31.049] | : Searching for globals ... [23:13:31.081] | : . globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [23:13:31.081] | : Searching for globals ... done [23:13:31.081] | : Resolving globals: FALSE [23:13:31.082] | : Search for packages associated with the globals ... [23:13:31.082] | : . Packages associated with globals: [1] 'base' [23:13:31.082] | : . Packages: [1] 'base' [23:13:31.083] | : Search for packages associated with the globals ... done [23:13:31.083] | : Packages after dropping 'base': [0] [23:13:31.083] | : globals: [1] 'my_fcn' [23:13:31.083] | : packages: [0] [23:13:31.084] | getGlobalsAndPackages() ... done [23:13:31.084] future(..., label = NULL) ... done [23:13:31.084] value() for Future () ... [23:13:31.084] | run() for 'Future' () ... [23:13:31.085] | : state: 'created' [23:13:31.085] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:31.085] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:31.085] | : Using SequentialFutureBackend ... [23:13:31.085] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [23:13:31.086] | : . Launching futures ... [23:13:31.086] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:31.086] | : . ' , getFutureData() ... [23:13:31.086] | : . ' , ; getFutureCore() ... [23:13:31.086] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:31.087] | : . ' , ; getFutureCore() ... done [23:13:31.087] | : . ' , ; getFutureCapture() ... [23:13:31.087] | : . ' , ; getFutureCapture() ... done [23:13:31.087] | : . ' , ; getFutureContext() ... [23:13:31.087] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:31.088] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:31.088] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:31.088] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:31.088] | : . ' , ; getFutureContext() ... done [23:13:31.089] | : . ' , getFutureData() ... done [23:13:31.091] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:31.091] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:31.091] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:31.092] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:31.092] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:31.092] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:31.092] | : . ' , ; ` | New stack: [23:13:31.093] | : . ' , ; ` | List of 1 [23:13:31.093] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:31.093] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.093] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:31.093] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.093] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.093] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.093] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:31.093] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.097] | : . ' , ; ` | Old stack: [23:13:31.097] | : . ' , ; ` | List of 1 [23:13:31.097] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:31.097] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.097] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:31.097] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.097] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.097] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.097] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:31.097] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:31.097] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.097] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.097] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.102] | : . ' , ; ` | Not identical [23:13:31.102] | : . ' , ; ` | all.equal() for future ... [23:13:31.102] | : . ' , ; ` | : List of 2 [23:13:31.102] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.102] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:31.102] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.102] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:31.102] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:31.102] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.102] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.110] | : . ' , ; ` | all.equal() for future ... done [23:13:31.111] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:31.111] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:31.111] | : . ' , ; ` List of future strategies: [23:13:31.111] | : . ' , ; ` 1. sequential: [23:13:31.111] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:31.111] | : . ' , ; ` - tweaked: FALSE [23:13:31.111] | : . ' , ; ` - call: plan(sequential) [23:13:31.112] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:31.112] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:31.112] | : . ' , assign_globals() ... [23:13:31.112] | : . ' , List of 1 [23:13:31.112] | : . ' , $ my_fcn:Formal class 'standardGeneric' [package "methods"] with 8 slots [23:13:31.112] | : . ' , .. ..@ .Data :function (x) [23:13:31.112] | : . ' , .. ..@ generic : chr "my_fcn" [23:13:31.112] | : . ' , .. .. ..- attr(*, "package")= chr ".GlobalEnv" [23:13:31.112] | : . ' , .. ..@ package : chr ".GlobalEnv" [23:13:31.112] | : . ' , .. ..@ group : list() [23:13:31.112] | : . ' , .. ..@ valueClass: chr(0) [23:13:31.112] | : . ' , .. ..@ signature : chr "x" [23:13:31.112] | : . ' , .. ..@ default : NULL [23:13:31.112] | : . ' , .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [23:13:31.112] | : . ' , - attr(*, "where")=List of 1 [23:13:31.112] | : . ' , ..$ my_fcn: [23:13:31.112] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:31.112] | : . ' , - attr(*, "resolved")= logi FALSE [23:13:31.112] | : . ' , - attr(*, "total_size")= num NA [23:13:31.112] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:31.122] | : . ' , - copied 'my_fcn' to environment [23:13:31.122] | : . ' , assign_globals() ... done [23:13:31.131] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:31.131] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:31.131] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:31.132] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:31.132] | : . ' , ; ` | : New stack: [23:13:31.132] | : . ' , ; ` | : List of 1 [23:13:31.132] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:31.132] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.132] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:31.132] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.132] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.132] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.132] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:31.132] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:31.132] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.132] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.132] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.139] | : . ' , ; ` | : Old stack: [23:13:31.139] | : . ' , ; ` | : List of 1 [23:13:31.139] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:31.139] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.139] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:31.139] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.139] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.139] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.139] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:31.139] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:31.139] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.139] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.139] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.145] | : . ' , ; ` | : Identical [23:13:31.145] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:31.146] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:31.146] | : . ' , ; ` | List of future strategies: [23:13:31.146] | : . ' , ; ` | 1. sequential: [23:13:31.146] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:31.146] | : . ' , ; ` | - tweaked: FALSE [23:13:31.146] | : . ' , ; ` | - call: plan(sequential) [23:13:31.147] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:31.147] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:31.147] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:31.148] | : . ' , SequentialFuture started (and completed) [23:13:31.149] | : . ' , signalConditions() ... [23:13:31.149] | : . ' , ; include = 'immediateCondition' [23:13:31.149] | : . ' , ; exclude = [23:13:31.150] | : . ' , ; resignal = FALSE [23:13:31.150] | : . ' , ; Number of conditions: 6 [23:13:31.150] | : . ' , ; int 6 [23:13:31.151] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.151] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.151] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.152] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.152] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.152] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.153] | : . ' , signalConditions() ... done [23:13:31.153] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:31.153] | : . Launching futures ... done [23:13:31.153] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:31.154] | : Using SequentialFutureBackend ... done [23:13:31.154] | run() for 'Future' () ... done [23:13:31.154] | signalConditions() ... [23:13:31.155] | : include = 'immediateCondition' [23:13:31.155] | : exclude = [23:13:31.155] | : resignal = FALSE [23:13:31.156] | : Number of conditions: 6 [23:13:31.156] | : int 6 [23:13:31.157] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.157] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.157] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.157] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.158] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.158] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.158] | signalConditions() ... done [23:13:31.159] | relay stdout ... [23:13:31.159] | relay stdout ... done [23:13:31.159] | check for misuse ... [23:13:31.160] | check for misuse ... done [23:13:31.160] | relay conditions ... [23:13:31.160] | : Future state: 'finished' [23:13:31.160] | : signalConditions() ... [23:13:31.161] | : . include = 'condition' [23:13:31.161] | : . exclude = 'immediateCondition' [23:13:31.161] | : . resignal = TRUE [23:13:31.161] | : . Number of conditions: 6 [23:13:31.162] | : . int 6 [23:13:31.162] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.163] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:31.089] | : . ' , attachPackages() ... [23:13:31.163] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.163] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:31.089] | : . ' , ; packages: [n=1] 'future' [23:13:31.164] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.164] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:31.090] | : . ' , attachPackages() ... done [23:13:31.164] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.164] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:31.090] | : . ' , attachPackages() ... [23:13:31.165] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.165] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:31.090] | : . ' , ; packages: [n=0] [23:13:31.165] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:31.166] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:31.090] | : . ' , attachPackages() ... done [23:13:31.166] | : signalConditions() ... done [23:13:31.166] | relay conditions ... done [23:13:31.167] value() for Future () ... done [1] -3 future.globals.keepWhere=TRUE [23:13:31.167] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:31.167] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:13:31.168] | : all.equal() for FutureStrategyList ... [23:13:31.168] | : . New stack: [23:13:31.168] | : . List of 1 [23:13:31.168] | : . $ :function (..., envir = parent.frame()) [23:13:31.168] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.168] | : . ..- attr(*, "init")= logi TRUE [23:13:31.168] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.168] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.168] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.168] | : . ..- attr(*, "call")= language plan(sequential) [23:13:31.168] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.174] | : . Old stack: [23:13:31.174] | : . List of 1 [23:13:31.174] | : . $ :function (..., envir = parent.frame()) [23:13:31.174] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.174] | : . ..- attr(*, "init")= chr "done" [23:13:31.174] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.174] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.174] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.174] | : . ..- attr(*, "call")= language plan(sequential) [23:13:31.174] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:31.174] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.174] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.174] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.181] | : . Not identical [23:13:31.181] | : . all.equal() for future ... [23:13:31.181] | : . ' List of 2 [23:13:31.181] | : . ' $ target :function (..., envir = parent.frame()) [23:13:31.181] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.181] | : . ' ..- attr(*, "init")= logi TRUE [23:13:31.181] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.181] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.181] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.181] | : . ' ..- attr(*, "call")= language plan(sequential) [23:13:31.181] | : . ' $ current:function (..., envir = parent.frame()) [23:13:31.181] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.181] | : . ' ..- attr(*, "init")= chr "done" [23:13:31.181] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.181] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.181] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.181] | : . ' ..- attr(*, "call")= language plan(sequential) [23:13:31.181] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:31.181] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.181] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.192] | : . all.equal() for future ... done [23:13:31.192] | : all.equal() for FutureStrategyList ... done [23:13:31.193] | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:31.193] | : List of future strategies: [23:13:31.193] | : 1. sequential: [23:13:31.193] | : - args: function (..., envir = parent.frame(), workers = "") [23:13:31.193] | : - tweaked: FALSE [23:13:31.193] | : - call: plan(sequential) [23:13:31.194] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:13:31.194] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done Type of future: multisession [23:13:31.195] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:31.195] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:13:31.195] | : all.equal() for FutureStrategyList ... [23:13:31.196] | : . New stack: [23:13:31.196] | : . List of 1 [23:13:31.196] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [23:13:31.196] | : . rscript_libs = .libPaths()) [23:13:31.196] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:13:31.196] | : . ..- attr(*, "init")= logi TRUE [23:13:31.196] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:31.196] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:31.196] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:31.196] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:31.196] | : . ..- attr(*, "untweakable")= chr "persistent" [23:13:31.196] | : . ..- attr(*, "call")= language plan(strategy) [23:13:31.196] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.202] | : . Old stack: [23:13:31.202] | : . List of 1 [23:13:31.202] | : . $ :function (..., envir = parent.frame()) [23:13:31.202] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.202] | : . ..- attr(*, "init")= chr "done" [23:13:31.202] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.202] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.202] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.202] | : . ..- attr(*, "call")= language plan(sequential) [23:13:31.202] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:31.202] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.202] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.202] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.209] | : . Not identical [23:13:31.209] | : . all.equal() for future ... [23:13:31.209] | : . ' List of 2 [23:13:31.209] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [23:13:31.209] | : . ' rscript_libs = .libPaths()) [23:13:31.209] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:13:31.209] | : . ' ..- attr(*, "init")= logi TRUE [23:13:31.209] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:31.209] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:31.209] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:31.209] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:31.209] | : . ' ..- attr(*, "untweakable")= chr "persistent" [23:13:31.209] | : . ' ..- attr(*, "call")= language plan(strategy) [23:13:31.209] | : . ' $ current:function (..., envir = parent.frame()) [23:13:31.209] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:31.209] | : . ' ..- attr(*, "init")= chr "done" [23:13:31.209] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.209] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.209] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.209] | : . ' ..- attr(*, "call")= language plan(sequential) [23:13:31.209] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:31.209] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:31.209] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:31.220] | : . ' Formals differ [23:13:31.220] | : . all.equal() for future ... done [23:13:31.221] | : . Future strategies differ at level 1 [23:13:31.221] | : all.equal() for FutureStrategyList ... done [23:13:31.221] | : plan(): Setting new future backend stack: [23:13:31.221] | : List of future strategies: [23:13:31.221] | : 1. multisession: [23:13:31.221] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [23:13:31.221] | : - tweaked: FALSE [23:13:31.221] | : - call: plan(strategy) [23:13:31.222] | : List of 1 [23:13:31.222] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [23:13:31.222] | : rscript_libs = .libPaths()) [23:13:31.222] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:13:31.222] | : ..- attr(*, "init")= logi TRUE [23:13:31.222] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:31.222] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:31.222] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:31.222] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:31.222] | : ..- attr(*, "untweakable")= chr "persistent" [23:13:31.222] | : ..- attr(*, "call")= language plan(strategy) [23:13:31.222] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:31.228] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [23:13:31.228] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:31.229] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [23:13:31.229] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:31.229] | : . Legacy shutdown of cluster workers ... [23:13:31.230] | : . ' Stopping existing cluster ... [23:13:31.230] | : . ' , No pre-existing cluster. Skipping [23:13:31.230] | : . ' Stopping existing cluster ... done [23:13:31.231] | : . Legacy shutdown of cluster workers ... done [23:13:31.231] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [23:13:31.231] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [23:13:31.232] | : . function (..., workers = availableCores(constraints = "connections-16"), [23:13:31.232] | : . rscript_libs = .libPaths()) [23:13:31.232] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:13:31.232] | : . - attr(*, "init")= logi TRUE [23:13:31.232] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:31.232] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:31.232] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:31.232] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:31.232] | : . - attr(*, "untweakable")= chr "persistent" [23:13:31.232] | : . - attr(*, "call")= language plan(strategy) [23:13:31.237] | : . init: TRUE [23:13:31.237] | : . makeFutureBackend() ... [23:13:31.237] | : . ' Backend function: <'NULL'> [23:13:31.238] | : . ' Evaluator tweak arguments: [n=0] [23:13:31.238] | : . ' list() [23:13:31.238] | : . ' Evaluator formal arguments: [n=2] [23:13:31.238] | : . ' Dotted pair list of 2 [23:13:31.238] | : . ' $ workers : language availableCores(constraints = "connections-16") [23:13:31.238] | : . ' $ rscript_libs: language .libPaths() [23:13:31.240] | : . ' Arguments passed to the future-backend factory: [n=2] [23:13:31.240] | : . ' List of 2 [23:13:31.240] | : . ' $ workers : language availableCores(constraints = "connections-16") [23:13:31.240] | : . ' $ rscript_libs: language .libPaths() [23:13:31.241] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [23:13:31.241] | : . ' , Arguments: [23:13:31.242] | : . ' , List of 5 [23:13:31.242] | : . ' , $ workers : Named int 2 [23:13:31.242] | : . ' , ..- attr(*, "names")= chr "mc.cores" [23:13:31.242] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:13:31.242] | : . ' , $ interrupts : logi TRUE [23:13:31.242] | : . ' , $ gc : logi FALSE [23:13:31.242] | : . ' , $ earlySignal : logi FALSE [23:13:31.318] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [23:13:31.318] | : . ' , ; workers: 2 [23:13:31.319] | : . ' , ; getCluster() ... [23:13:31.319] | : . ' , ; getCluster() ... done [23:13:31.319] | : . ' , ; Stopping existing cluster ... [23:13:31.320] | : . ' , ; ` No pre-existing cluster. Skipping [23:13:31.320] | : . ' , ; Stopping existing cluster ... done [23:13:31.320] | : . ' , ; Starting new cluster ... [23:13:31.320] | : . ' , ; ` makeCluster(workers, ...) ... [23:13:31.321] | : . ' , ; ` | Arguments: [23:13:31.321] | : . ' , ; ` | List of 2 [23:13:31.321] | : . ' , ; ` | $ : int 2 [23:13:31.321] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:13:31.323] | : . ' , ; ` | .makeCluster() ... [23:13:31.324] | : . ' , ; ` | : workers: '2' [23:13:31.324] | : . ' , ; ` | : R_FUTURE_PLAN: NA [23:13:31.324] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [23:13:31.325] | : . ' , ; ` | : List of 2 [23:13:31.325] | : . ' , ; ` | : $ : int 2 [23:13:31.325] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:13:32.406] | : . ' , ; ` | : Generated cluster UUID [23:13:32.407] | : . ' , ; ` | : Cluster UUID: 'bfebc8e1ed84df595d3f6b5d9ea637c5' [23:13:32.407] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:32.411] | : . ' , ; ` | .makeCluster() ... done [23:13:32.411] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:32.414] | : . ' , ; ` makeCluster(workers, ...) ... done [23:13:32.414] | : . ' , ; ` Number of workers: 2 [23:13:32.414] | : . ' , ; ` Workers UUID: 'bfebc8e1ed84df595d3f6b5d9ea637c5' [23:13:32.415] | : . ' , ; Starting new cluster ... done [23:13:32.415] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [23:13:32.415] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:13:32.416] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [23:13:32.416] | : . makeFutureBackend() ... done [23:13:32.416] | : . nbrOfWorkers(NULL) ... [23:13:32.416] | : . ' List of 4 [23:13:32.416] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:13:32.416] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:13:32.416] | : . ' $ : language nbrOfWorkers() [23:13:32.416] | : . ' $ : language nbrOfWorkers.NULL() [23:13:32.419] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:32.420] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:32.420] | : . ' Number of workers: 2 [23:13:32.420] | : . nbrOfWorkers(NULL) ... done [23:13:32.420] | : . plan(): nbrOfWorkers() = 2 [23:13:32.421] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [23:13:32.421] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:13:32.421] | future(..., label = NULL) ... [23:13:32.421] | : lazy: TRUE [23:13:32.422] | : stdout: TRUE [23:13:32.422] | : conditions: [n=1] 'condition' [23:13:32.422] | : gc: FALSE [23:13:32.422] | : earlySignal: FALSE [23:13:32.423] | : getGlobalsAndPackages() ... [23:13:32.423] | : . Searching for globals ... [23:13:32.444] | : . ' globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [23:13:32.445] | : . Searching for globals ... done [23:13:32.445] | : . Resolving globals: FALSE [23:13:32.445] | : . Search for packages associated with the globals ... [23:13:32.446] | : . ' Packages associated with globals: [1] 'base' [23:13:32.446] | : . ' Packages: [1] 'base' [23:13:32.447] | : . Search for packages associated with the globals ... done [23:13:32.447] | : . Packages after dropping 'base': [0] [23:13:32.447] | : . globals: [1] 'my_fcn' [23:13:32.448] | : . packages: [0] [23:13:32.448] | : getGlobalsAndPackages() ... done [23:13:32.448] | future(..., label = NULL) ... done [23:13:32.449] | value() for Future () ... [23:13:32.449] | : run() for 'Future' () ... [23:13:32.449] | : . state: 'created' [23:13:32.449] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:32.450] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:32.450] | : . Using MultisessionFutureBackend ... [23:13:32.450] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:13:32.450] | : . ' Launching futures ... [23:13:32.451] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:32.451] | : . ' , ; Workers: [n=2] [23:13:32.452] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:32.454] | : . ' , ; FutureRegistry: 'workers-bfebc8e1ed84df595d3f6b5d9ea637c5' [23:13:32.455] | : . ' , ; requestWorker() ... [23:13:32.455] | : . ' , ; ` requestNode() ... [23:13:32.455] | : . ' , ; ` | Number of workers: 2 [23:13:32.455] | : . ' , ; ` | Polling for a free worker ... [23:13:32.456] | : . ' , ; ` | : FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... [23:13:32.456] | : . ' , ; ` | : . Created empty registry 'workers-bfebc8e1ed84df595d3f6b5d9ea637c5' [23:13:32.456] | : . ' , ; ` | : . Listing all futures [23:13:32.456] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:32.456] | : . ' , ; ` | : FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... done [23:13:32.457] | : . ' , ; ` | : Total time: 0 [23:13:32.457] | : . ' , ; ` | Polling for a free worker ... done [23:13:32.457] | : . ' , ; ` | FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... [23:13:32.457] | : . ' , ; ` | : Listing all futures [23:13:32.458] | : . ' , ; ` | : Number of registered futures: 0 [23:13:32.458] | : . ' , ; ` | FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... done [23:13:32.458] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:32.458] | : . ' , ; ` | Index of first available worker: 1 [23:13:32.459] | : . ' , ; ` | Validate that the worker is functional ... [23:13:32.460] | : . ' , ; ` | : Worker is functional [23:13:32.460] | : . ' , ; ` | : FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... [23:13:32.460] | : . ' , ; ` | : . Listing all futures [23:13:32.460] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:32.461] | : . ' , ; ` | : FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... done [23:13:32.461] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:32.461] | : . ' , ; ` requestNode() ... done [23:13:32.461] | : . ' , ; ` cluster node index: 1 [23:13:32.462] | : . ' , ; requestWorker() ... done [23:13:32.462] | : . ' , ; eraseGlobalEnvironment() ... [23:13:32.463] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:32.463] | : . ' , ; launchFuture() ... [23:13:32.463] | : . ' , ; ` cluster node index: 1 [23:13:32.464] | : . ' , ; ` getFutureData() ... [23:13:32.464] | : . ' , ; ` | getFutureCore() ... [23:13:32.464] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:32.464] | : . ' , ; ` | getFutureCore() ... done [23:13:32.465] | : . ' , ; ` | getFutureCapture() ... [23:13:32.465] | : . ' , ; ` | getFutureCapture() ... done [23:13:32.465] | : . ' , ; ` | getFutureContext() ... [23:13:32.465] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:32.466] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:32.466] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:32.466] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:32.467] | : . ' , ; ` | getFutureContext() ... done [23:13:32.467] | : . ' , ; ` getFutureData() ... done [23:13:32.468] | : . ' , ; ` FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'add', earlySignal = 0) ... [23:13:32.468] | : . ' , ; ` | Appended future to position #1 [23:13:32.468] | : . ' , ; ` | Number of registered futures: 1 [23:13:32.469] | : . ' , ; ` FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'add', earlySignal = 0) ... done [23:13:32.469] | : . ' , ; launchFuture() ... done [23:13:32.469] | : . ' , ; MultisessionFuture started [23:13:32.470] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:32.470] | : . ' Launching futures ... done [23:13:32.470] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:32.470] | : . Using MultisessionFutureBackend ... done [23:13:32.471] | : run() for 'Future' () ... done [23:13:32.471] | : result() for ClusterFuture ... [23:13:32.472] | : . assertValidConnection() ... [23:13:32.472] | : . ' cluster node index: 1 [23:13:32.473] | : . assertValidConnection() ... done [23:13:32.473] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:32.474] | : . ' cluster node index: 1 [23:13:32.574] | : . ' [1] TRUE [23:13:32.575] | : . ' Received data: [23:13:32.575] | : . ' List of 5 [23:13:32.575] | : . ' $ type : chr "VALUE" [23:13:32.575] | : . ' $ value :List of 16 [23:13:32.575] | : . ' ..$ value :Formal class 'standardGeneric' [package "methods"] with 8 slots [23:13:32.575] | : . ' .. .. ..@ .Data :function (x) [23:13:32.575] | : . ' .. .. ..@ generic : chr "my_fcn" [23:13:32.575] | : . ' .. .. .. ..- attr(*, "package")= chr ".GlobalEnv" [23:13:32.575] | : . ' .. .. ..@ package : chr ".GlobalEnv" [23:13:32.575] | : . ' .. .. ..@ group : list() [23:13:32.575] | : . ' .. .. ..@ valueClass: chr(0) [23:13:32.575] | : . ' .. .. ..@ signature : chr "x" [23:13:32.575] | : . ' .. .. ..@ default : NULL [23:13:32.575] | : . ' .. .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [23:13:32.575] | : . ' ..$ visible : logi TRUE [23:13:32.575] | : . ' ..$ stdout : chr "" [23:13:32.575] | : . ' ..$ conditions : list() [23:13:32.575] | : . ' ..$ rng : logi FALSE [23:13:32.575] | : . ' ..$ seed : NULL [23:13:32.575] | : . ' ..$ misuseGlobalEnv : NULL [23:13:32.575] | : . ' ..$ misuseConnections :List of 3 [23:13:32.575] | : . ' .. ..$ added : NULL [23:13:32.575] | : . ' .. ..$ removed : NULL [23:13:32.575] | : . ' .. ..$ replaced: NULL [23:13:32.575] | : . ' ..$ misuseDevices : NULL [23:13:32.575] | : . ' ..$ misuseDefaultDevice: list() [23:13:32.575] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:32" [23:13:32.575] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:32" [23:13:32.575] | : . ' ..$ uuid : chr [1:2] "ab50e6ffa560e15df7c6f51dbdd2ba7b" "3" [23:13:32.575] | : . ' ..$ session_uuid : chr "048d57365b39aae12a7d6dc96ba50da5" [23:13:32.575] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:32.575] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:32.575] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:32.575] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:32.575] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:32.575] | : . ' .. .. ..$ pid : int 34564 [23:13:32.575] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:32" [23:13:32.575] | : . ' .. .. ..$ random: int 2147483647 [23:13:32.575] | : . ' ..$ r_info :List of 4 [23:13:32.575] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:32.575] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:32.575] | : . ' .. ..$ os : chr "windows" [23:13:32.575] | : . ' .. ..$ os_name : chr "Windows" [23:13:32.575] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:32.575] | : . ' ..$ version : chr "1.8" [23:13:32.575] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:32.575] | : . ' $ success: logi TRUE [23:13:32.575] | : . ' $ time : 'proc_time' Named num [1:5] 0.11 0 0.11 NA NA [23:13:32.575] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:32.575] | : . ' $ tag : NULL [23:13:32.595] | : . ' Received FutureResult [23:13:32.595] | : . ' FutureResult: [23:13:32.595] | : . ' value: 'standardGeneric' [23:13:32.595] | : . ' visible: TRUE [23:13:32.595] | : . ' stdout: character [23:13:32.595] | : . ' conditions: [n = 0] [23:13:32.595] | : . ' RNG used: FALSE [23:13:32.595] | : . ' duration: 0.102041 secs (started 2025-11-16 23:13:32.470612) [23:13:32.595] | : . ' version: 1.8 [23:13:32.597] | : . ' FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'remove', earlySignal = 0) ... [23:13:32.597] | : . ' , Removed future from position #1 [23:13:32.597] | : . ' , Number of registered futures: 0 [23:13:32.597] | : . ' FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'remove', earlySignal = 0) ... done [23:13:32.598] | : . ' Erased future from future backend [23:13:32.598] | : . ' result() for ClusterFuture ... [23:13:32.598] | : . ' , result already collected: FutureResult [23:13:32.598] | : . ' result() for ClusterFuture ... done [23:13:32.598] | : . ' signalConditions() ... [23:13:32.599] | : . ' , include = 'immediateCondition' [23:13:32.599] | : . ' , exclude = [23:13:32.599] | : . ' , resignal = FALSE [23:13:32.599] | : . ' , Number of conditions: 0 [23:13:32.599] | : . ' , int 0 [23:13:32.600] | : . ' signalConditions() ... done [23:13:32.600] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:32.600] | : result() for ClusterFuture ... done [23:13:32.601] | : result() for ClusterFuture ... [23:13:32.601] | : . result already collected: FutureResult [23:13:32.601] | : result() for ClusterFuture ... done [23:13:32.601] | : signalConditions() ... [23:13:32.601] | : . include = 'immediateCondition' [23:13:32.602] | : . exclude = [23:13:32.602] | : . resignal = FALSE [23:13:32.602] | : . Number of conditions: 0 [23:13:32.602] | : . int 0 [23:13:32.603] | : signalConditions() ... done [23:13:32.603] | : relay stdout ... [23:13:32.603] | : relay stdout ... done [23:13:32.604] | : check for misuse ... [23:13:32.604] | : check for misuse ... done [23:13:32.604] | 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" [23:13:32.605] | future(..., label = NULL) ... [23:13:32.606] | : lazy: TRUE [23:13:32.606] | : stdout: TRUE [23:13:32.606] | : conditions: [n=1] 'condition' [23:13:32.606] | : gc: FALSE [23:13:32.607] | : earlySignal: FALSE [23:13:32.607] | : getGlobalsAndPackages() ... [23:13:32.607] | : . Searching for globals ... [23:13:32.636] | : . ' globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [23:13:32.637] | : . Searching for globals ... done [23:13:32.637] | : . Resolving globals: FALSE [23:13:32.637] | : . Search for packages associated with the globals ... [23:13:32.638] | : . ' Packages associated with globals: [1] 'base' [23:13:32.639] | : . ' Packages: [1] 'base' [23:13:32.639] | : . Search for packages associated with the globals ... done [23:13:32.639] | : . Packages after dropping 'base': [0] [23:13:32.639] | : . globals: [1] 'my_fcn' [23:13:32.640] | : . packages: [0] [23:13:32.640] | : getGlobalsAndPackages() ... done [23:13:32.640] | future(..., label = NULL) ... done [23:13:32.641] | value() for Future () ... [23:13:32.641] | : run() for 'Future' () ... [23:13:32.641] | : . state: 'created' [23:13:32.642] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:32.642] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:32.642] | : . Using MultisessionFutureBackend ... [23:13:32.642] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [23:13:32.643] | : . ' Launching futures ... [23:13:32.643] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:32.643] | : . ' , ; Workers: [n=2] [23:13:32.644] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:32.647] | : . ' , ; FutureRegistry: 'workers-bfebc8e1ed84df595d3f6b5d9ea637c5' [23:13:32.647] | : . ' , ; requestWorker() ... [23:13:32.647] | : . ' , ; ` requestNode() ... [23:13:32.648] | : . ' , ; ` | Number of workers: 2 [23:13:32.648] | : . ' , ; ` | Polling for a free worker ... [23:13:32.648] | : . ' , ; ` | : FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... [23:13:32.648] | : . ' , ; ` | : . Listing all futures [23:13:32.649] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:32.649] | : . ' , ; ` | : FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... done [23:13:32.649] | : . ' , ; ` | : Total time: 0 [23:13:32.649] | : . ' , ; ` | Polling for a free worker ... done [23:13:32.650] | : . ' , ; ` | FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... [23:13:32.650] | : . ' , ; ` | : Listing all futures [23:13:32.650] | : . ' , ; ` | : Number of registered futures: 0 [23:13:32.650] | : . ' , ; ` | FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... done [23:13:32.651] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:32.651] | : . ' , ; ` | Index of first available worker: 1 [23:13:32.651] | : . ' , ; ` | Validate that the worker is functional ... [23:13:32.652] | : . ' , ; ` | : Worker is functional [23:13:32.652] | : . ' , ; ` | : FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... [23:13:32.653] | : . ' , ; ` | : . Listing all futures [23:13:32.653] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:32.653] | : . ' , ; ` | : FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'list', earlySignal = 0) ... done [23:13:32.653] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:32.654] | : . ' , ; ` requestNode() ... done [23:13:32.654] | : . ' , ; ` cluster node index: 1 [23:13:32.654] | : . ' , ; requestWorker() ... done [23:13:32.655] | : . ' , ; eraseGlobalEnvironment() ... [23:13:32.655] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:32.656] | : . ' , ; launchFuture() ... [23:13:32.656] | : . ' , ; ` cluster node index: 1 [23:13:32.656] | : . ' , ; ` getFutureData() ... [23:13:32.656] | : . ' , ; ` | getFutureCore() ... [23:13:32.657] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:32.657] | : . ' , ; ` | getFutureCore() ... done [23:13:32.657] | : . ' , ; ` | getFutureCapture() ... [23:13:32.658] | : . ' , ; ` | getFutureCapture() ... done [23:13:32.658] | : . ' , ; ` | getFutureContext() ... [23:13:32.658] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:32.658] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:32.659] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:32.659] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:32.659] | : . ' , ; ` | getFutureContext() ... done [23:13:32.660] | : . ' , ; ` getFutureData() ... done [23:13:32.660] | : . ' , ; ` FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'add', earlySignal = 0) ... [23:13:32.661] | : . ' , ; ` | Appended future to position #1 [23:13:32.661] | : . ' , ; ` | Number of registered futures: 1 [23:13:32.661] | : . ' , ; ` FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'add', earlySignal = 0) ... done [23:13:32.661] | : . ' , ; launchFuture() ... done [23:13:32.662] | : . ' , ; MultisessionFuture started [23:13:32.662] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:32.662] | : . ' Launching futures ... done [23:13:32.662] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:32.663] | : . Using MultisessionFutureBackend ... done [23:13:32.663] | : run() for 'Future' () ... done [23:13:32.663] | : result() for ClusterFuture ... [23:13:32.664] | : . assertValidConnection() ... [23:13:32.664] | : . ' cluster node index: 1 [23:13:32.665] | : . assertValidConnection() ... done [23:13:32.665] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:32.665] | : . ' cluster node index: 1 [23:13:32.667] | : . ' [1] TRUE [23:13:32.668] | : . ' Received data: [23:13:32.668] | : . ' List of 5 [23:13:32.668] | : . ' $ type : chr "VALUE" [23:13:32.668] | : . ' $ value :List of 16 [23:13:32.668] | : . ' ..$ value : num -3 [23:13:32.668] | : . ' ..$ visible : logi TRUE [23:13:32.668] | : . ' ..$ stdout : chr "" [23:13:32.668] | : . ' ..$ conditions : list() [23:13:32.668] | : . ' ..$ rng : logi FALSE [23:13:32.668] | : . ' ..$ seed : NULL [23:13:32.668] | : . ' ..$ misuseGlobalEnv : NULL [23:13:32.668] | : . ' ..$ misuseConnections :List of 3 [23:13:32.668] | : . ' .. ..$ added : NULL [23:13:32.668] | : . ' .. ..$ removed : NULL [23:13:32.668] | : . ' .. ..$ replaced: NULL [23:13:32.668] | : . ' ..$ misuseDevices : NULL [23:13:32.668] | : . ' ..$ misuseDefaultDevice: list() [23:13:32.668] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:32" [23:13:32.668] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:32" [23:13:32.668] | : . ' ..$ uuid : chr [1:2] "ab50e6ffa560e15df7c6f51dbdd2ba7b" "4" [23:13:32.668] | : . ' ..$ session_uuid : chr "048d57365b39aae12a7d6dc96ba50da5" [23:13:32.668] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:32.668] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:32.668] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:32.668] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:32.668] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:32.668] | : . ' .. .. ..$ pid : int 34564 [23:13:32.668] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:32" [23:13:32.668] | : . ' .. .. ..$ random: int 2147483647 [23:13:32.668] | : . ' ..$ r_info :List of 4 [23:13:32.668] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:32.668] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:32.668] | : . ' .. ..$ os : chr "windows" [23:13:32.668] | : . ' .. ..$ os_name : chr "Windows" [23:13:32.668] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:32.668] | : . ' ..$ version : chr "1.8" [23:13:32.668] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:32.668] | : . ' $ success: logi TRUE [23:13:32.668] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [23:13:32.668] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:32.668] | : . ' $ tag : NULL [23:13:32.689] | : . ' Received FutureResult [23:13:32.690] | : . ' FutureResult: [23:13:32.690] | : . ' value: 'numeric' [23:13:32.690] | : . ' visible: TRUE [23:13:32.690] | : . ' stdout: character [23:13:32.690] | : . ' conditions: [n = 0] [23:13:32.690] | : . ' RNG used: FALSE [23:13:32.690] | : . ' duration: 0.004791021 secs (started 2025-11-16 23:13:32.661001) [23:13:32.690] | : . ' version: 1.8 [23:13:32.691] | : . ' FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'remove', earlySignal = 0) ... [23:13:32.691] | : . ' , Removed future from position #1 [23:13:32.691] | : . ' , Number of registered futures: 0 [23:13:32.692] | : . ' FutureRegistry('workers-bfebc8e1ed84df595d3f6b5d9ea637c5', action = 'remove', earlySignal = 0) ... done [23:13:32.692] | : . ' Erased future from future backend [23:13:32.692] | : . ' result() for ClusterFuture ... [23:13:32.693] | : . ' , result already collected: FutureResult [23:13:32.693] | : . ' result() for ClusterFuture ... done [23:13:32.693] | : . ' signalConditions() ... [23:13:32.693] | : . ' , include = 'immediateCondition' [23:13:32.694] | : . ' , exclude = [23:13:32.694] | : . ' , resignal = FALSE [23:13:32.694] | : . ' , Number of conditions: 0 [23:13:32.695] | : . ' , int 0 [23:13:32.695] | : . ' signalConditions() ... done [23:13:32.696] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:32.696] | : result() for ClusterFuture ... done [23:13:32.696] | : result() for ClusterFuture ... [23:13:32.696] | : . result already collected: FutureResult [23:13:32.697] | : result() for ClusterFuture ... done [23:13:32.697] | : signalConditions() ... [23:13:32.697] | : . include = 'immediateCondition' [23:13:32.698] | : . exclude = [23:13:32.698] | : . resignal = FALSE [23:13:32.698] | : . Number of conditions: 0 [23:13:32.698] | : . int 0 [23:13:32.699] | : signalConditions() ... done [23:13:32.699] | : relay stdout ... [23:13:32.700] | : relay stdout ... done [23:13:32.700] | : check for misuse ... [23:13:32.700] | : check for misuse ... done [23:13:32.701] | value() for Future () ... done [1] -3 future.globals.keepWhere=TRUE [23:13:32.701] | plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:32.702] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:13:32.702] | : . all.equal() for FutureStrategyList ... [23:13:32.702] | : . ' New stack: [23:13:32.702] | : . ' List of 1 [23:13:32.702] | : . ' $ :function (..., envir = parent.frame()) [23:13:32.702] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:32.702] | : . ' ..- attr(*, "init")= logi TRUE [23:13:32.702] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:32.702] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:32.702] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:32.702] | : . ' ..- attr(*, "call")= language plan(sequential) [23:13:32.702] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:32.708] | : . ' Old stack: [23:13:32.708] | : . ' List of 1 [23:13:32.708] | : . ' $ :function (..., workers = availableCores(constraints = "connections-16"), [23:13:32.708] | : . ' rscript_libs = .libPaths()) [23:13:32.708] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:13:32.708] | : . ' ..- attr(*, "init")= chr "done" [23:13:32.708] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:32.708] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:32.708] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:32.708] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:32.708] | : . ' ..- attr(*, "untweakable")= chr "persistent" [23:13:32.708] | : . ' ..- attr(*, "call")= language plan(strategy) [23:13:32.708] | : . ' ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:13:32.708] | : . ' .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:32.708] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:32.708] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:32.708] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:32.715] | : . ' Not identical [23:13:32.715] | : . ' all.equal() for future ... [23:13:32.716] | : . ' , List of 2 [23:13:32.716] | : . ' , $ target :function (..., envir = parent.frame()) [23:13:32.716] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:32.716] | : . ' , ..- attr(*, "init")= logi TRUE [23:13:32.716] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:32.716] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:32.716] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:32.716] | : . ' , ..- attr(*, "call")= language plan(sequential) [23:13:32.716] | : . ' , $ current:function (..., workers = availableCores(constraints = "connections-16"), [23:13:32.716] | : . ' , rscript_libs = .libPaths()) [23:13:32.716] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:13:32.716] | : . ' , ..- attr(*, "init")= chr "done" [23:13:32.716] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:32.716] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:32.716] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:32.716] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:32.716] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [23:13:32.716] | : . ' , ..- attr(*, "call")= language plan(strategy) [23:13:32.716] | : . ' , ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:13:32.716] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:32.716] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:32.716] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:32.727] | : . ' , Formals differ [23:13:32.727] | : . ' all.equal() for future ... done [23:13:32.727] | : . ' Future strategies differ at level 1 [23:13:32.728] | : . all.equal() for FutureStrategyList ... done [23:13:32.728] | : . plan(): Setting new future backend stack: [23:13:32.728] | : . List of future strategies: [23:13:32.728] | : . 1. sequential: [23:13:32.728] | : . - args: function (..., envir = parent.frame(), workers = "") [23:13:32.728] | : . - tweaked: FALSE [23:13:32.728] | : . - call: plan(sequential) [23:13:32.729] | : . List of 1 [23:13:32.729] | : . $ :function (..., envir = parent.frame()) [23:13:32.729] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:32.729] | : . ..- attr(*, "init")= logi TRUE [23:13:32.729] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:32.729] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:32.729] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:32.729] | : . ..- attr(*, "call")= language plan(sequential) [23:13:32.729] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:32.734] | : . plan(): plan_cleanup(<'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [23:13:32.734] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:32.735] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [23:13:32.735] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:32.736] | : . ' stopWorkers() for MultisessionFutureBackend ... [23:13:32.736] | : . ' , Interrupt active futures ... [23:13:32.737] | : . ' , ; Number of futures: 0 [23:13:32.737] | : . ' , Interrupt active futures ... done [23:13:32.738] | : . ' , Clear future registry ... [23:13:32.739] | : . ' , Clear future registry ... done [23:13:32.739] | : . ' , Stop cluster workers ... [23:13:32.739] | : . ' , ; Stopping existing cluster ... [23:13:32.739] | : . ' , ; ` Cluster to shut down: [23:13:32.740] | : . ' , ; ` Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:32.753] | : . ' , ; ` Stopped cluster: 'c(TRUE, TRUE)' [23:13:32.806] | : . ' , ; Stopping existing cluster ... done [23:13:32.806] | : . ' , Stop cluster workers ... done [23:13:32.807] | : . ' stopWorkers() for MultisessionFutureBackend ... done [23:13:32.807] | : . ' Legacy shutdown of cluster workers ... [23:13:32.807] | : . ' , Stopping existing cluster ... [23:13:32.807] | : . ' , ; No pre-existing cluster. Skipping [23:13:32.808] | : . ' , Stopping existing cluster ... done [23:13:32.808] | : . ' Legacy shutdown of cluster workers ... done [23:13:32.808] | : . plan(): plan_cleanup(<'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [23:13:32.809] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [23:13:32.809] | : . ' function (..., envir = parent.frame()) [23:13:32.809] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:32.809] | : . ' - attr(*, "init")= logi TRUE [23:13:32.809] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:32.809] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:32.809] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:32.809] | : . ' - attr(*, "call")= language plan(sequential) [23:13:32.813] | : . ' init: TRUE [23:13:32.813] | : . ' makeFutureBackend() ... [23:13:32.814] | : . ' , Backend function: <'NULL'> [23:13:32.814] | : . ' , Evaluator tweak arguments: [n=0] [23:13:32.814] | : . ' , list() [23:13:32.815] | : . ' , Evaluator formal arguments: [n=0] [23:13:32.815] | : . ' , NULL [23:13:32.816] | : . ' , Arguments passed to the future-backend factory: [n=0] [23:13:32.816] | : . ' , list() [23:13:32.817] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:13:32.817] | : . ' makeFutureBackend() ... done [23:13:32.818] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [23:13:32.818] | : . nbrOfWorkers(NULL) ... [23:13:32.818] | : . ' List of 4 [23:13:32.818] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:13:32.818] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:13:32.818] | : . ' $ : language nbrOfWorkers() [23:13:32.818] | : . ' $ : language nbrOfWorkers.NULL() [23:13:32.821] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:32.822] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:32.822] | : . ' Number of workers: 1 [23:13:32.822] | : . nbrOfWorkers(NULL) ... done [23:13:32.822] | : . plan(): nbrOfWorkers() = 1 [23:13:32.823] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:13:32.823] | plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message("*** Globals - S4 methods ... DONE") *** Globals - S4 methods ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=214] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_11_16_23_10_16_9296' Sourcing 6 epilogue scripts ... done Test time: user.self=1s, sys.self=0.07s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'globals,S4methods' ... success > > proc.time() user system elapsed 1.32 0.14 2.59