R Under development (unstable) (2025-05-08 r88190 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) [01:57:25.823] Option 'future.startup.script': TRUE [01:57:25.825] Future startup scripts considered: '.future.R', '~/.future.R' [01:57:25.825] 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 [01:57:25.848] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:25.849] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:57:25.849] | : all.equal() for FutureStrategyList ... [01:57:25.849] | : . New stack: [01:57:25.849] | : . List of 1 [01:57:25.849] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.849] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.849] | : . ..- attr(*, "init")= logi TRUE [01:57:25.849] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.849] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.849] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.849] | : . ..- attr(*, "call")= language plan(strategy) [01:57:25.849] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:25.855] | : . Old stack: [01:57:25.855] | : . List of 1 [01:57:25.855] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.855] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.855] | : . ..- attr(*, "init")= logi TRUE [01:57:25.855] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.855] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.855] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.855] | : . ..- attr(*, "call")= language plan(sequential) [01:57:25.855] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:25.858] | : . Not identical [01:57:25.858] | : . all.equal() for future ... [01:57:25.859] | : . ' List of 2 [01:57:25.859] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.859] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.859] | : . ' ..- attr(*, "init")= logi TRUE [01:57:25.859] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.859] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.859] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.859] | : . ' ..- attr(*, "call")= language plan(strategy) [01:57:25.859] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.859] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.859] | : . ' ..- attr(*, "init")= logi TRUE [01:57:25.859] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.859] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.859] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.859] | : . ' ..- attr(*, "call")= language plan(sequential) [01:57:25.866] | : . all.equal() for future ... done [01:57:25.866] | : all.equal() for FutureStrategyList ... done [01:57:25.866] | : plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:25.866] | : List of future strategies: [01:57:25.866] | : 1. sequential: [01:57:25.866] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:25.866] | : - tweaked: FALSE [01:57:25.866] | : - call: plan(sequential) [01:57:25.867] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:57:25.867] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:25.867] future(..., label = NULL) ... [01:57:25.867] | lazy: TRUE [01:57:25.868] | stdout: TRUE [01:57:25.868] | conditions: [n=1] 'condition' [01:57:25.868] | gc: FALSE [01:57:25.868] | earlySignal: FALSE [01:57:25.869] | getGlobalsAndPackages() ... [01:57:25.869] | : Searching for globals ... [01:57:25.893] | : . globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [01:57:25.893] | : Searching for globals ... done [01:57:25.893] | : Resolving globals: FALSE [01:57:25.894] | : Search for packages associated with the globals ... [01:57:25.894] | : . Packages associated with globals: [1] 'base' [01:57:25.895] | : . Packages: [1] 'base' [01:57:25.895] | : Search for packages associated with the globals ... done [01:57:25.895] | : Packages after dropping 'base': [0] [01:57:25.895] | : globals: [1] 'my_fcn' [01:57:25.895] | : packages: [0] [01:57:25.895] | getGlobalsAndPackages() ... done [01:57:25.896] future(..., label = NULL) ... done [01:57:25.896] value() for Future (NULL) ... [01:57:25.897] | run() for 'Future' (NULL) ... [01:57:25.897] | : state: 'created' [01:57:25.897] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:25.897] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [01:57:25.898] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.898] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.898] | : . ' - attr(*, "init")= logi TRUE [01:57:25.898] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.898] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.898] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.898] | : . ' - attr(*, "call")= language plan(sequential) [01:57:25.900] | : . ' init: TRUE [01:57:25.901] | : . ' makeFutureBackend() ... [01:57:25.901] | : . ' , Backend function: <'NULL'> [01:57:25.901] | : . ' , Evaluator tweak arguments: [n=0] [01:57:25.901] | : . ' , list() [01:57:25.901] | : . ' , Evaluator formal arguments: [n=2] [01:57:25.902] | : . ' , list() [01:57:25.902] | : . ' , Backend factory arguments: [n=2] [01:57:25.902] | : . ' , Dotted pair list of 2 [01:57:25.902] | : . ' , $ gc : logi FALSE [01:57:25.902] | : . ' , $ earlySignal: logi FALSE [01:57:25.929] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:57:25.929] | : . ' makeFutureBackend() ... done [01:57:25.929] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [01:57:25.929] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:25.930] | : Using SequentialFutureBackend ... [01:57:25.930] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:25.930] | : . Launching futures ... [01:57:25.930] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:25.931] | : . ' , getFutureData() ... [01:57:25.931] | : . ' , ; getFutureCore() ... [01:57:25.931] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:25.931] | : . ' , ; getFutureCore() ... done [01:57:25.931] | : . ' , ; getFutureCapture() ... [01:57:25.932] | : . ' , ; getFutureCapture() ... done [01:57:25.932] | : . ' , ; getFutureContext() ... [01:57:25.932] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:25.932] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:25.933] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:25.933] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:25.933] | : . ' , ; getFutureContext() ... done [01:57:25.933] | : . ' , getFutureData() ... done [01:57:25.935] | : . ' , attachPackages() ... [01:57:25.935] | : . ' , ; packages: [n=1] 'future' [01:57:25.935] | : . ' , attachPackages() ... done [01:57:25.935] | : . ' , attachPackages() ... [01:57:25.936] | : . ' , ; packages: [n=0] [01:57:25.936] | : . ' , attachPackages() ... done [01:57:25.936] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:25.936] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:25.937] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:25.937] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:25.938] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:25.938] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:25.938] | : . ' , ; ` | New stack: [01:57:25.938] | : . ' , ; ` | List of 1 [01:57:25.938] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.938] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.938] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:25.938] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.938] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.938] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.938] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:25.938] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:25.941] | : . ' , ; ` | Old stack: [01:57:25.942] | : . ' , ; ` | List of 1 [01:57:25.942] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.942] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.942] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:25.942] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.942] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.942] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.942] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:25.942] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:25.942] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.942] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.942] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:25.945] | : . ' , ; ` | Not identical [01:57:25.946] | : . ' , ; ` | all.equal() for future ... [01:57:25.946] | : . ' , ; ` | : List of 2 [01:57:25.946] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.946] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:25.946] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.946] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:25.946] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:25.946] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.946] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.979] | : . ' , ; ` | all.equal() for future ... done [01:57:25.980] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:25.980] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:25.980] | : . ' , ; ` List of future strategies: [01:57:25.980] | : . ' , ; ` 1. sequential: [01:57:25.980] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:25.980] | : . ' , ; ` - tweaked: FALSE [01:57:25.980] | : . ' , ; ` - call: plan(sequential) [01:57:25.981] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:25.981] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:25.981] | : . ' , assign_globals() ... [01:57:25.982] | : . ' , List of 1 [01:57:25.982] | : . ' , $ my_fcn:Formal class 'standardGeneric' [package "methods"] with 8 slots [01:57:25.982] | : . ' , .. ..@ .Data :function (x) [01:57:25.982] | : . ' , .. ..@ generic : chr "my_fcn" [01:57:25.982] | : . ' , .. .. ..- attr(*, "package")= chr ".GlobalEnv" [01:57:25.982] | : . ' , .. ..@ package : chr ".GlobalEnv" [01:57:25.982] | : . ' , .. ..@ group : list() [01:57:25.982] | : . ' , .. ..@ valueClass: chr(0) [01:57:25.982] | : . ' , .. ..@ signature : chr "x" [01:57:25.982] | : . ' , .. ..@ default : NULL [01:57:25.982] | : . ' , .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [01:57:25.982] | : . ' , - attr(*, "where")=List of 1 [01:57:25.982] | : . ' , ..$ my_fcn: [01:57:25.982] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:25.982] | : . ' , - attr(*, "resolved")= logi FALSE [01:57:25.982] | : . ' , - attr(*, "total_size")= num NA [01:57:25.982] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:25.988] | : . ' , - copied 'my_fcn' to environment [01:57:25.988] | : . ' , assign_globals() ... done [01:57:25.992] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:25.992] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:25.992] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:25.992] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:25.993] | : . ' , ; ` | : New stack: [01:57:25.993] | : . ' , ; ` | : List of 1 [01:57:25.993] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.993] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.993] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:25.993] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.993] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.993] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.993] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:25.993] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:25.993] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.993] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.993] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:25.997] | : . ' , ; ` | : Old stack: [01:57:25.998] | : . ' , ; ` | : List of 1 [01:57:25.998] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:25.998] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:25.998] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:25.998] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.998] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.998] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.998] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:25.998] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:25.998] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:25.998] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:25.998] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.002] | : . ' , ; ` | : Identical [01:57:26.003] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:26.003] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:26.003] | : . ' , ; ` | List of future strategies: [01:57:26.003] | : . ' , ; ` | 1. sequential: [01:57:26.003] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:26.003] | : . ' , ; ` | - tweaked: FALSE [01:57:26.003] | : . ' , ; ` | - call: plan(sequential) [01:57:26.004] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:26.004] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:26.004] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:26.008] | : . ' , SequentialFuture started (and completed) [01:57:26.009] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:26.009] | : . Launching futures ... done [01:57:26.009] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:26.009] | : Using SequentialFutureBackend ... done [01:57:26.010] | run() for 'Future' (NULL) ... done [01:57:26.010] | relay stdout ... [01:57:26.010] | relay stdout ... done [01:57:26.010] | check for misuse ... [01:57:26.010] | check for misuse ... done [01:57:26.011] value() for Future (NULL) ... 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" [01:57:26.011] future(..., label = NULL) ... [01:57:26.011] | lazy: TRUE [01:57:26.012] | stdout: TRUE [01:57:26.012] | conditions: [n=1] 'condition' [01:57:26.012] | gc: FALSE [01:57:26.012] | earlySignal: FALSE [01:57:26.012] | getGlobalsAndPackages() ... [01:57:26.013] | : Searching for globals ... [01:57:26.032] | : . globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [01:57:26.032] | : Searching for globals ... done [01:57:26.033] | : Resolving globals: FALSE [01:57:26.033] | : Search for packages associated with the globals ... [01:57:26.033] | : . Packages associated with globals: [1] 'base' [01:57:26.034] | : . Packages: [1] 'base' [01:57:26.034] | : Search for packages associated with the globals ... done [01:57:26.034] | : Packages after dropping 'base': [0] [01:57:26.034] | : globals: [1] 'my_fcn' [01:57:26.035] | : packages: [0] [01:57:26.035] | getGlobalsAndPackages() ... done [01:57:26.035] future(..., label = NULL) ... done [01:57:26.035] value() for Future (NULL) ... [01:57:26.035] | run() for 'Future' (NULL) ... [01:57:26.036] | : state: 'created' [01:57:26.036] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.036] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:26.036] | : Using SequentialFutureBackend ... [01:57:26.037] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [01:57:26.037] | : . Launching futures ... [01:57:26.037] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:26.037] | : . ' , getFutureData() ... [01:57:26.037] | : . ' , ; getFutureCore() ... [01:57:26.038] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:26.038] | : . ' , ; getFutureCore() ... done [01:57:26.038] | : . ' , ; getFutureCapture() ... [01:57:26.038] | : . ' , ; getFutureCapture() ... done [01:57:26.038] | : . ' , ; getFutureContext() ... [01:57:26.038] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.039] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:26.039] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:26.039] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:26.039] | : . ' , ; getFutureContext() ... done [01:57:26.039] | : . ' , getFutureData() ... done [01:57:26.040] | : . ' , attachPackages() ... [01:57:26.040] | : . ' , ; packages: [n=1] 'future' [01:57:26.040] | : . ' , attachPackages() ... done [01:57:26.040] | : . ' , attachPackages() ... [01:57:26.041] | : . ' , ; packages: [n=0] [01:57:26.041] | : . ' , attachPackages() ... done [01:57:26.041] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.042] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:26.042] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:26.042] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:26.042] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:26.043] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:26.043] | : . ' , ; ` | New stack: [01:57:26.043] | : . ' , ; ` | List of 1 [01:57:26.043] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.043] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.043] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:26.043] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.043] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.043] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.043] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:26.043] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.047] | : . ' , ; ` | Old stack: [01:57:26.047] | : . ' , ; ` | List of 1 [01:57:26.047] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.047] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.047] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:26.047] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.047] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.047] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.047] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:26.047] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:26.047] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.047] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.047] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.052] | : . ' , ; ` | Not identical [01:57:26.052] | : . ' , ; ` | all.equal() for future ... [01:57:26.052] | : . ' , ; ` | : List of 2 [01:57:26.052] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.052] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:26.052] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.052] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:26.052] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:26.052] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.052] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.060] | : . ' , ; ` | all.equal() for future ... done [01:57:26.060] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:26.060] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:26.060] | : . ' , ; ` List of future strategies: [01:57:26.060] | : . ' , ; ` 1. sequential: [01:57:26.060] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:26.060] | : . ' , ; ` - tweaked: FALSE [01:57:26.060] | : . ' , ; ` - call: plan(sequential) [01:57:26.061] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:26.061] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:26.061] | : . ' , assign_globals() ... [01:57:26.062] | : . ' , List of 1 [01:57:26.062] | : . ' , $ my_fcn:Formal class 'standardGeneric' [package "methods"] with 8 slots [01:57:26.062] | : . ' , .. ..@ .Data :function (x) [01:57:26.062] | : . ' , .. ..@ generic : chr "my_fcn" [01:57:26.062] | : . ' , .. .. ..- attr(*, "package")= chr ".GlobalEnv" [01:57:26.062] | : . ' , .. ..@ package : chr ".GlobalEnv" [01:57:26.062] | : . ' , .. ..@ group : list() [01:57:26.062] | : . ' , .. ..@ valueClass: chr(0) [01:57:26.062] | : . ' , .. ..@ signature : chr "x" [01:57:26.062] | : . ' , .. ..@ default : NULL [01:57:26.062] | : . ' , .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [01:57:26.062] | : . ' , - attr(*, "where")=List of 1 [01:57:26.062] | : . ' , ..$ my_fcn: [01:57:26.062] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:26.062] | : . ' , - attr(*, "resolved")= logi FALSE [01:57:26.062] | : . ' , - attr(*, "total_size")= num NA [01:57:26.062] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:26.069] | : . ' , - copied 'my_fcn' to environment [01:57:26.070] | : . ' , assign_globals() ... done [01:57:26.073] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:26.074] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:26.074] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:26.074] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:26.074] | : . ' , ; ` | : New stack: [01:57:26.075] | : . ' , ; ` | : List of 1 [01:57:26.075] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.075] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.075] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:26.075] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.075] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.075] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.075] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:26.075] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:26.075] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.075] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.075] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.080] | : . ' , ; ` | : Old stack: [01:57:26.080] | : . ' , ; ` | : List of 1 [01:57:26.080] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.080] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.080] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:26.080] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.080] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.080] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.080] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:26.080] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:26.080] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.080] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.080] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.086] | : . ' , ; ` | : Identical [01:57:26.086] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:26.087] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:26.087] | : . ' , ; ` | List of future strategies: [01:57:26.087] | : . ' , ; ` | 1. sequential: [01:57:26.087] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:26.087] | : . ' , ; ` | - tweaked: FALSE [01:57:26.087] | : . ' , ; ` | - call: plan(sequential) [01:57:26.087] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:26.088] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:26.088] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:26.088] | : . ' , SequentialFuture started (and completed) [01:57:26.088] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:26.089] | : . Launching futures ... done [01:57:26.089] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:26.089] | : Using SequentialFutureBackend ... done [01:57:26.089] | run() for 'Future' (NULL) ... done [01:57:26.089] | relay stdout ... [01:57:26.090] | relay stdout ... done [01:57:26.090] | check for misuse ... [01:57:26.090] | check for misuse ... done [01:57:26.090] value() for Future (NULL) ... done [1] -3 future.globals.keepWhere=TRUE [01:57:26.090] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.091] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:57:26.091] | : all.equal() for FutureStrategyList ... [01:57:26.091] | : . New stack: [01:57:26.091] | : . List of 1 [01:57:26.091] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.091] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.091] | : . ..- attr(*, "init")= logi TRUE [01:57:26.091] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.091] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.091] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.091] | : . ..- attr(*, "call")= language plan(sequential) [01:57:26.091] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.094] | : . Old stack: [01:57:26.095] | : . List of 1 [01:57:26.095] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.095] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.095] | : . ..- attr(*, "init")= chr "done" [01:57:26.095] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.095] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.095] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.095] | : . ..- attr(*, "call")= language plan(sequential) [01:57:26.095] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:26.095] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.095] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.095] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.098] | : . Not identical [01:57:26.099] | : . all.equal() for future ... [01:57:26.099] | : . ' List of 2 [01:57:26.099] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.099] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.099] | : . ' ..- attr(*, "init")= logi TRUE [01:57:26.099] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.099] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.099] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.099] | : . ' ..- attr(*, "call")= language plan(sequential) [01:57:26.099] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.099] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.099] | : . ' ..- attr(*, "init")= chr "done" [01:57:26.099] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.099] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.099] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.099] | : . ' ..- attr(*, "call")= language plan(sequential) [01:57:26.099] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:26.099] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.099] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.105] | : . all.equal() for future ... done [01:57:26.106] | : all.equal() for FutureStrategyList ... done [01:57:26.106] | : plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:26.106] | : List of future strategies: [01:57:26.106] | : 1. sequential: [01:57:26.106] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:26.106] | : - tweaked: FALSE [01:57:26.106] | : - call: plan(sequential) [01:57:26.107] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:57:26.107] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done Type of future: multisession [01:57:26.107] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.107] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:57:26.108] | : all.equal() for FutureStrategyList ... [01:57:26.108] | : . New stack: [01:57:26.108] | : . List of 1 [01:57:26.108] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:26.108] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.108] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:26.108] | : . ..- attr(*, "init")= logi TRUE [01:57:26.108] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:26.108] | : . gc = FALSE, earlySignal = FALSE, ...) [01:57:26.108] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.108] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.108] | : . ..- attr(*, "untweakable")= chr "persistent" [01:57:26.108] | : . ..- attr(*, "call")= language plan(strategy) [01:57:26.108] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.111] | : . Old stack: [01:57:26.111] | : . List of 1 [01:57:26.111] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.111] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.111] | : . ..- attr(*, "init")= chr "done" [01:57:26.111] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.111] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.111] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.111] | : . ..- attr(*, "call")= language plan(sequential) [01:57:26.111] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:26.111] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.111] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.111] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.115] | : . Not identical [01:57:26.116] | : . all.equal() for future ... [01:57:26.116] | : . ' List of 2 [01:57:26.116] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:26.116] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.116] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:26.116] | : . ' ..- attr(*, "init")= logi TRUE [01:57:26.116] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:26.116] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:57:26.116] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.116] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.116] | : . ' ..- attr(*, "untweakable")= chr "persistent" [01:57:26.116] | : . ' ..- attr(*, "call")= language plan(strategy) [01:57:26.116] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.116] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.116] | : . ' ..- attr(*, "init")= chr "done" [01:57:26.116] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.116] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.116] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.116] | : . ' ..- attr(*, "call")= language plan(sequential) [01:57:26.116] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:26.116] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.116] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.122] | : . ' Formals differ [01:57:26.123] | : . all.equal() for future ... done [01:57:26.123] | : . Future strategies differ at level 1 [01:57:26.123] | : all.equal() for FutureStrategyList ... done [01:57:26.123] | : plan(): Setting new future backend stack: [01:57:26.123] | : List of future strategies: [01:57:26.123] | : 1. multisession: [01:57:26.123] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.123] | : - tweaked: FALSE [01:57:26.123] | : - call: plan(strategy) [01:57:26.124] | : List of 1 [01:57:26.124] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:26.124] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.124] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:26.124] | : ..- attr(*, "init")= logi TRUE [01:57:26.124] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:26.124] | : gc = FALSE, earlySignal = FALSE, ...) [01:57:26.124] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.124] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.124] | : ..- attr(*, "untweakable")= chr "persistent" [01:57:26.124] | : ..- attr(*, "call")= language plan(strategy) [01:57:26.124] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.127] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [01:57:26.127] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.128] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [01:57:26.128] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:26.128] | : . Legacy shutdown of cluster workers ... [01:57:26.128] | : . ' Stopping existing cluster ... [01:57:26.129] | : . ' , No pre-existing cluster. Skipping [01:57:26.129] | : . ' Stopping existing cluster ... done [01:57:26.129] | : . Legacy shutdown of cluster workers ... done [01:57:26.129] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [01:57:26.129] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [01:57:26.129] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:26.129] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.129] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:26.129] | : . - attr(*, "init")= logi TRUE [01:57:26.129] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:26.129] | : . gc = FALSE, earlySignal = FALSE, ...) [01:57:26.129] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.129] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.129] | : . - attr(*, "untweakable")= chr "persistent" [01:57:26.129] | : . - attr(*, "call")= language plan(strategy) [01:57:26.132] | : . init: TRUE [01:57:26.132] | : . makeFutureBackend() ... [01:57:26.133] | : . ' Backend function: <'NULL'> [01:57:26.133] | : . ' Evaluator tweak arguments: [n=0] [01:57:26.133] | : . ' list() [01:57:26.133] | : . ' Evaluator formal arguments: [n=4] [01:57:26.133] | : . ' list() [01:57:26.134] | : . ' Backend factory arguments: [n=4] [01:57:26.134] | : . ' Dotted pair list of 4 [01:57:26.134] | : . ' $ workers : language availableCores() [01:57:26.134] | : . ' $ rscript_libs: language .libPaths() [01:57:26.134] | : . ' $ gc : logi FALSE [01:57:26.134] | : . ' $ earlySignal : logi FALSE [01:57:26.136] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [01:57:26.136] | : . ' , Arguments: [01:57:26.136] | : . ' , List of 5 [01:57:26.136] | : . ' , $ workers : Named int 2 [01:57:26.136] | : . ' , ..- attr(*, "names")= chr "mc.cores" [01:57:26.136] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:26.136] | : . ' , $ interrupts : logi TRUE [01:57:26.136] | : . ' , $ gc : logi FALSE [01:57:26.136] | : . ' , $ earlySignal : logi FALSE [01:57:26.141] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [01:57:26.141] | : . ' , ; workers: 2 [01:57:26.141] | : . ' , ; getCluster() ... [01:57:26.141] | : . ' , ; getCluster() ... done [01:57:26.142] | : . ' , ; Stopping existing cluster ... [01:57:26.142] | : . ' , ; ` No pre-existing cluster. Skipping [01:57:26.142] | : . ' , ; Stopping existing cluster ... done [01:57:26.142] | : . ' , ; Starting new cluster ... [01:57:26.142] | : . ' , ; ` makeCluster(workers, ...) ... [01:57:26.142] | : . ' , ; ` | Arguments: [01:57:26.143] | : . ' , ; ` | List of 2 [01:57:26.143] | : . ' , ; ` | $ : int 2 [01:57:26.143] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:26.144] | : . ' , ; ` | .makeCluster() ... [01:57:26.144] | : . ' , ; ` | : workers: '2' [01:57:26.144] | : . ' , ; ` | : R_FUTURE_PLAN: NA [01:57:26.145] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [01:57:26.145] | : . ' , ; ` | : List of 2 [01:57:26.145] | : . ' , ; ` | : $ : int 2 [01:57:26.145] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:26.625] | : . ' , ; ` | : Generated cluster UUID [01:57:26.625] | : . ' , ; ` | : Cluster UUID: 'afd02ce161dc764cbeeeed0c57321ce9' [01:57:26.625] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:26.628] | : . ' , ; ` | .makeCluster() ... done [01:57:26.628] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:26.630] | : . ' , ; ` makeCluster(workers, ...) ... done [01:57:26.630] | : . ' , ; ` Number of workers: 2 [01:57:26.630] | : . ' , ; ` Workers UUID: 'afd02ce161dc764cbeeeed0c57321ce9' [01:57:26.631] | : . ' , ; Starting new cluster ... done [01:57:26.631] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [01:57:26.631] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [01:57:26.631] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [01:57:26.632] | : . makeFutureBackend() ... done [01:57:26.632] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.632] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:26.632] | : . plan(): nbrOfWorkers() = 2 [01:57:26.632] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [01:57:26.633] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:57:26.633] | future(..., label = NULL) ... [01:57:26.633] | : lazy: TRUE [01:57:26.633] | : stdout: TRUE [01:57:26.633] | : conditions: [n=1] 'condition' [01:57:26.633] | : gc: FALSE [01:57:26.634] | : earlySignal: FALSE [01:57:26.634] | : getGlobalsAndPackages() ... [01:57:26.634] | : . Searching for globals ... [01:57:26.647] | : . ' globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [01:57:26.648] | : . Searching for globals ... done [01:57:26.648] | : . Resolving globals: FALSE [01:57:26.648] | : . Search for packages associated with the globals ... [01:57:26.648] | : . ' Packages associated with globals: [1] 'base' [01:57:26.649] | : . ' Packages: [1] 'base' [01:57:26.649] | : . Search for packages associated with the globals ... done [01:57:26.649] | : . Packages after dropping 'base': [0] [01:57:26.649] | : . globals: [1] 'my_fcn' [01:57:26.650] | : . packages: [0] [01:57:26.650] | : getGlobalsAndPackages() ... done [01:57:26.650] | future(..., label = NULL) ... done [01:57:26.650] | value() for Future (NULL) ... [01:57:26.650] | : run() for 'Future' (NULL) ... [01:57:26.651] | : . state: 'created' [01:57:26.651] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.651] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:26.651] | : . Using MultisessionFutureBackend ... [01:57:26.651] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:26.651] | : . ' Launching futures ... [01:57:26.652] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:26.652] | : . ' , ; Workers: [n=2] [01:57:26.652] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:26.654] | : . ' , ; FutureRegistry: 'workers-afd02ce161dc764cbeeeed0c57321ce9' [01:57:26.654] | : . ' , ; requestWorker() ... [01:57:26.654] | : . ' , ; ` requestNode() ... [01:57:26.655] | : . ' , ; ` | Number of workers: 2 [01:57:26.655] | : . ' , ; ` | Polling for a free worker ... [01:57:26.655] | : . ' , ; ` | : FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... [01:57:26.655] | : . ' , ; ` | : . Created empty registry 'workers-afd02ce161dc764cbeeeed0c57321ce9' [01:57:26.655] | : . ' , ; ` | : . Listing all futures [01:57:26.655] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:26.656] | : . ' , ; ` | : FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... done [01:57:26.656] | : . ' , ; ` | : Total time: 0 [01:57:26.656] | : . ' , ; ` | Polling for a free worker ... done [01:57:26.656] | : . ' , ; ` | FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... [01:57:26.656] | : . ' , ; ` | : Listing all futures [01:57:26.656] | : . ' , ; ` | : Number of registered futures: 0 [01:57:26.657] | : . ' , ; ` | FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... done [01:57:26.657] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:26.657] | : . ' , ; ` | Index of first available worker: 1 [01:57:26.657] | : . ' , ; ` | Validate that the worker is functional ... [01:57:26.781] | : . ' , ; ` | : Worker is functional [01:57:26.781] | : . ' , ; ` | : FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... [01:57:26.782] | : . ' , ; ` | : . Listing all futures [01:57:26.782] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:26.782] | : . ' , ; ` | : FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... done [01:57:26.782] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:26.782] | : . ' , ; ` requestNode() ... done [01:57:26.783] | : . ' , ; ` cluster node index: 1 [01:57:26.783] | : . ' , ; requestWorker() ... done [01:57:26.783] | : . ' , ; eraseGlobalEnvironment() ... [01:57:26.784] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:26.784] | : . ' , ; launchFuture() ... [01:57:26.784] | : . ' , ; ` cluster node index: 1 [01:57:26.784] | : . ' , ; ` getFutureData() ... [01:57:26.784] | : . ' , ; ` | getFutureCore() ... [01:57:26.784] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:26.785] | : . ' , ; ` | getFutureCore() ... done [01:57:26.785] | : . ' , ; ` | getFutureCapture() ... [01:57:26.785] | : . ' , ; ` | getFutureCapture() ... done [01:57:26.785] | : . ' , ; ` | getFutureContext() ... [01:57:26.785] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.786] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:26.786] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:26.786] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:26.786] | : . ' , ; ` | getFutureContext() ... done [01:57:26.786] | : . ' , ; ` getFutureData() ... done [01:57:26.787] | : . ' , ; ` FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'add', earlySignal = 0) ... [01:57:26.787] | : . ' , ; ` | Appended future to position #1 [01:57:26.787] | : . ' , ; ` | Number of registered futures: 1 [01:57:26.787] | : . ' , ; ` FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'add', earlySignal = 0) ... done [01:57:26.788] | : . ' , ; launchFuture() ... done [01:57:26.788] | : . ' , ; MultisessionFuture started [01:57:26.788] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:26.788] | : . ' Launching futures ... done [01:57:26.788] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:26.788] | : . Using MultisessionFutureBackend ... done [01:57:26.789] | : run() for 'Future' (NULL) ... done [01:57:26.789] | : result() for ClusterFuture ... [01:57:26.789] | : . assertValidConnection() ... [01:57:26.790] | : . ' cluster node index: 1 [01:57:26.790] | : . assertValidConnection() ... done [01:57:26.791] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:26.791] | : . ' cluster node index: 1 [01:57:26.845] | : . ' [1] TRUE [01:57:26.846] | : . ' received data: [01:57:26.846] | : . ' List of 5 [01:57:26.846] | : . ' $ type : chr "VALUE" [01:57:26.846] | : . ' $ value :List of 14 [01:57:26.846] | : . ' ..$ value :Formal class 'standardGeneric' [package "methods"] with 8 slots [01:57:26.846] | : . ' .. .. ..@ .Data :function (x) [01:57:26.846] | : . ' .. .. ..@ generic : chr "my_fcn" [01:57:26.846] | : . ' .. .. .. ..- attr(*, "package")= chr ".GlobalEnv" [01:57:26.846] | : . ' .. .. ..@ package : chr ".GlobalEnv" [01:57:26.846] | : . ' .. .. ..@ group : list() [01:57:26.846] | : . ' .. .. ..@ valueClass: chr(0) [01:57:26.846] | : . ' .. .. ..@ signature : chr "x" [01:57:26.846] | : . ' .. .. ..@ default : NULL [01:57:26.846] | : . ' .. .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [01:57:26.846] | : . ' ..$ visible : logi TRUE [01:57:26.846] | : . ' ..$ stdout : chr "" [01:57:26.846] | : . ' ..$ conditions : list() [01:57:26.846] | : . ' ..$ rng : logi FALSE [01:57:26.846] | : . ' ..$ misuseGlobalEnv : NULL [01:57:26.846] | : . ' ..$ misuseConnections:List of 3 [01:57:26.846] | : . ' .. ..$ added : NULL [01:57:26.846] | : . ' .. ..$ removed : NULL [01:57:26.846] | : . ' .. ..$ replaced: NULL [01:57:26.846] | : . ' ..$ misuseDevices : NULL [01:57:26.846] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:26" [01:57:26.846] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:26" [01:57:26.846] | : . ' ..$ uuid : chr [1:2] "205c686b56993867f49837811c9d2623" "3" [01:57:26.846] | : . ' ..$ session_uuid : chr "30a163ba60183c7676109197f82b3f40" [01:57:26.846] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:26.846] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:26.846] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:26.846] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:26.846] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:26.846] | : . ' .. .. ..$ pid : int 93980 [01:57:26.846] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:26" [01:57:26.846] | : . ' .. .. ..$ random: int 2147483647 [01:57:26.846] | : . ' ..$ r_info :List of 4 [01:57:26.846] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:26.846] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:26.846] | : . ' .. ..$ os : chr "windows" [01:57:26.846] | : . ' .. ..$ os_name : chr "Windows" [01:57:26.846] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:26.846] | : . ' ..$ version : chr "1.8" [01:57:26.846] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:26.846] | : . ' $ success: logi TRUE [01:57:26.846] | : . ' $ time : 'proc_time' Named num [1:5] 0.06 0 0.06 NA NA [01:57:26.846] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:26.846] | : . ' $ tag : NULL [01:57:26.862] | : . ' Received FutureResult [01:57:26.863] | : . ' FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'remove', earlySignal = 0) ... [01:57:26.863] | : . ' , Removed future from position #1 [01:57:26.863] | : . ' , Number of registered futures: 0 [01:57:26.863] | : . ' FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'remove', earlySignal = 0) ... done [01:57:26.864] | : . ' Erased future from future backend [01:57:26.864] | : . ' result() for ClusterFuture ... [01:57:26.864] | : . ' , result already collected: FutureResult [01:57:26.864] | : . ' result() for ClusterFuture ... done [01:57:26.864] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:26.864] | : result() for ClusterFuture ... done [01:57:26.865] | : result() for ClusterFuture ... [01:57:26.865] | : . result already collected: FutureResult [01:57:26.865] | : result() for ClusterFuture ... done [01:57:26.865] | : relay stdout ... [01:57:26.865] | : relay stdout ... done [01:57:26.865] | : check for misuse ... [01:57:26.866] | : check for misuse ... done [01:57:26.866] | value() for Future (NULL) ... 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" [01:57:26.866] | future(..., label = NULL) ... [01:57:26.867] | : lazy: TRUE [01:57:26.867] | : stdout: TRUE [01:57:26.867] | : conditions: [n=1] 'condition' [01:57:26.867] | : gc: FALSE [01:57:26.867] | : earlySignal: FALSE [01:57:26.867] | : getGlobalsAndPackages() ... [01:57:26.868] | : . Searching for globals ... [01:57:26.886] | : . ' globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [01:57:26.887] | : . Searching for globals ... done [01:57:26.887] | : . Resolving globals: FALSE [01:57:26.887] | : . Search for packages associated with the globals ... [01:57:26.887] | : . ' Packages associated with globals: [1] 'base' [01:57:26.888] | : . ' Packages: [1] 'base' [01:57:26.888] | : . Search for packages associated with the globals ... done [01:57:26.888] | : . Packages after dropping 'base': [0] [01:57:26.888] | : . globals: [1] 'my_fcn' [01:57:26.889] | : . packages: [0] [01:57:26.889] | : getGlobalsAndPackages() ... done [01:57:26.889] | future(..., label = NULL) ... done [01:57:26.889] | value() for Future (NULL) ... [01:57:26.889] | : run() for 'Future' (NULL) ... [01:57:26.890] | : . state: 'created' [01:57:26.890] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.890] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:26.890] | : . Using MultisessionFutureBackend ... [01:57:26.890] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [01:57:26.890] | : . ' Launching futures ... [01:57:26.891] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:26.891] | : . ' , ; Workers: [n=2] [01:57:26.891] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:26.893] | : . ' , ; FutureRegistry: 'workers-afd02ce161dc764cbeeeed0c57321ce9' [01:57:26.893] | : . ' , ; requestWorker() ... [01:57:26.893] | : . ' , ; ` requestNode() ... [01:57:26.893] | : . ' , ; ` | Number of workers: 2 [01:57:26.893] | : . ' , ; ` | Polling for a free worker ... [01:57:26.894] | : . ' , ; ` | : FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... [01:57:26.894] | : . ' , ; ` | : . Listing all futures [01:57:26.894] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:26.894] | : . ' , ; ` | : FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... done [01:57:26.894] | : . ' , ; ` | : Total time: 0 [01:57:26.894] | : . ' , ; ` | Polling for a free worker ... done [01:57:26.895] | : . ' , ; ` | FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... [01:57:26.895] | : . ' , ; ` | : Listing all futures [01:57:26.895] | : . ' , ; ` | : Number of registered futures: 0 [01:57:26.895] | : . ' , ; ` | FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... done [01:57:26.895] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:26.895] | : . ' , ; ` | Index of first available worker: 1 [01:57:26.896] | : . ' , ; ` | Validate that the worker is functional ... [01:57:26.939] | : . ' , ; ` | : Worker is functional [01:57:26.939] | : . ' , ; ` | : FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... [01:57:26.939] | : . ' , ; ` | : . Listing all futures [01:57:26.940] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:26.940] | : . ' , ; ` | : FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'list', earlySignal = 0) ... done [01:57:26.940] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:26.940] | : . ' , ; ` requestNode() ... done [01:57:26.940] | : . ' , ; ` cluster node index: 1 [01:57:26.940] | : . ' , ; requestWorker() ... done [01:57:26.941] | : . ' , ; eraseGlobalEnvironment() ... [01:57:26.941] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:26.941] | : . ' , ; launchFuture() ... [01:57:26.941] | : . ' , ; ` cluster node index: 1 [01:57:26.942] | : . ' , ; ` getFutureData() ... [01:57:26.942] | : . ' , ; ` | getFutureCore() ... [01:57:26.942] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:26.942] | : . ' , ; ` | getFutureCore() ... done [01:57:26.942] | : . ' , ; ` | getFutureCapture() ... [01:57:26.942] | : . ' , ; ` | getFutureCapture() ... done [01:57:26.942] | : . ' , ; ` | getFutureContext() ... [01:57:26.943] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.943] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:26.943] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:26.943] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:26.943] | : . ' , ; ` | getFutureContext() ... done [01:57:26.944] | : . ' , ; ` getFutureData() ... done [01:57:26.944] | : . ' , ; ` FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'add', earlySignal = 0) ... [01:57:26.944] | : . ' , ; ` | Appended future to position #1 [01:57:26.944] | : . ' , ; ` | Number of registered futures: 1 [01:57:26.945] | : . ' , ; ` FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'add', earlySignal = 0) ... done [01:57:26.945] | : . ' , ; launchFuture() ... done [01:57:26.945] | : . ' , ; MultisessionFuture started [01:57:26.945] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:26.945] | : . ' Launching futures ... done [01:57:26.945] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:26.945] | : . Using MultisessionFutureBackend ... done [01:57:26.946] | : run() for 'Future' (NULL) ... done [01:57:26.946] | : result() for ClusterFuture ... [01:57:26.946] | : . assertValidConnection() ... [01:57:26.946] | : . ' cluster node index: 1 [01:57:26.947] | : . assertValidConnection() ... done [01:57:26.947] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:26.947] | : . ' cluster node index: 1 [01:57:26.949] | : . ' [1] TRUE [01:57:26.949] | : . ' received data: [01:57:26.949] | : . ' List of 5 [01:57:26.949] | : . ' $ type : chr "VALUE" [01:57:26.949] | : . ' $ value :List of 14 [01:57:26.949] | : . ' ..$ value : num -3 [01:57:26.949] | : . ' ..$ visible : logi TRUE [01:57:26.949] | : . ' ..$ stdout : chr "" [01:57:26.949] | : . ' ..$ conditions : list() [01:57:26.949] | : . ' ..$ rng : logi FALSE [01:57:26.949] | : . ' ..$ misuseGlobalEnv : NULL [01:57:26.949] | : . ' ..$ misuseConnections:List of 3 [01:57:26.949] | : . ' .. ..$ added : NULL [01:57:26.949] | : . ' .. ..$ removed : NULL [01:57:26.949] | : . ' .. ..$ replaced: NULL [01:57:26.949] | : . ' ..$ misuseDevices : NULL [01:57:26.949] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:26" [01:57:26.949] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:26" [01:57:26.949] | : . ' ..$ uuid : chr [1:2] "205c686b56993867f49837811c9d2623" "4" [01:57:26.949] | : . ' ..$ session_uuid : chr "30a163ba60183c7676109197f82b3f40" [01:57:26.949] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:26.949] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:26.949] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:26.949] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:26.949] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:26.949] | : . ' .. .. ..$ pid : int 93980 [01:57:26.949] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:26" [01:57:26.949] | : . ' .. .. ..$ random: int 2147483647 [01:57:26.949] | : . ' ..$ r_info :List of 4 [01:57:26.949] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:26.949] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:26.949] | : . ' .. ..$ os : chr "windows" [01:57:26.949] | : . ' .. ..$ os_name : chr "Windows" [01:57:26.949] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:26.949] | : . ' ..$ version : chr "1.8" [01:57:26.949] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:26.949] | : . ' $ success: logi TRUE [01:57:26.949] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:26.949] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:26.949] | : . ' $ tag : NULL [01:57:26.969] | : . ' Received FutureResult [01:57:26.970] | : . ' FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'remove', earlySignal = 0) ... [01:57:26.970] | : . ' , Removed future from position #1 [01:57:26.970] | : . ' , Number of registered futures: 0 [01:57:26.971] | : . ' FutureRegistry('workers-afd02ce161dc764cbeeeed0c57321ce9', action = 'remove', earlySignal = 0) ... done [01:57:26.971] | : . ' Erased future from future backend [01:57:26.971] | : . ' result() for ClusterFuture ... [01:57:26.971] | : . ' , result already collected: FutureResult [01:57:26.971] | : . ' result() for ClusterFuture ... done [01:57:26.972] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:26.972] | : result() for ClusterFuture ... done [01:57:26.972] | : result() for ClusterFuture ... [01:57:26.972] | : . result already collected: FutureResult [01:57:26.973] | : result() for ClusterFuture ... done [01:57:26.973] | : relay stdout ... [01:57:26.973] | : relay stdout ... done [01:57:26.973] | : check for misuse ... [01:57:26.973] | : check for misuse ... done [01:57:26.974] | value() for Future (NULL) ... done [1] -3 future.globals.keepWhere=TRUE [01:57:26.974] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.974] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:57:26.975] | : . all.equal() for FutureStrategyList ... [01:57:26.975] | : . ' New stack: [01:57:26.975] | : . ' List of 1 [01:57:26.975] | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.975] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.975] | : . ' ..- attr(*, "init")= logi TRUE [01:57:26.975] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.975] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.975] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.975] | : . ' ..- attr(*, "call")= language plan(sequential) [01:57:26.975] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.979] | : . ' Old stack: [01:57:26.979] | : . ' List of 1 [01:57:26.979] | : . ' $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:26.979] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.979] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:26.979] | : . ' ..- attr(*, "init")= chr "done" [01:57:26.979] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:26.979] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:57:26.979] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.979] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.979] | : . ' ..- attr(*, "untweakable")= chr "persistent" [01:57:26.979] | : . ' ..- attr(*, "call")= language plan(strategy) [01:57:26.979] | : . ' ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [01:57:26.979] | : . ' .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:26.979] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:57:26.979] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.979] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.985] | : . ' Not identical [01:57:26.985] | : . ' all.equal() for future ... [01:57:26.985] | : . ' , List of 2 [01:57:26.985] | : . ' , $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.985] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.985] | : . ' , ..- attr(*, "init")= logi TRUE [01:57:26.985] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.985] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.985] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.985] | : . ' , ..- attr(*, "call")= language plan(sequential) [01:57:26.985] | : . ' , $ current:function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:26.985] | : . ' , gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.985] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:26.985] | : . ' , ..- attr(*, "init")= chr "done" [01:57:26.985] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:26.985] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:57:26.985] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.985] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.985] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [01:57:26.985] | : . ' , ..- attr(*, "call")= language plan(strategy) [01:57:26.985] | : . ' , ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [01:57:26.985] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:26.985] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:57:26.985] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:26.993] | : . ' , Formals differ [01:57:26.993] | : . ' all.equal() for future ... done [01:57:26.994] | : . ' Future strategies differ at level 1 [01:57:26.994] | : . all.equal() for FutureStrategyList ... done [01:57:26.994] | : . plan(): Setting new future backend stack: [01:57:26.994] | : . List of future strategies: [01:57:26.994] | : . 1. sequential: [01:57:26.994] | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:26.994] | : . - tweaked: FALSE [01:57:26.994] | : . - call: plan(sequential) [01:57:26.995] | : . List of 1 [01:57:26.995] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:26.995] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:26.995] | : . ..- attr(*, "init")= logi TRUE [01:57:26.995] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:26.995] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.995] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:26.995] | : . ..- attr(*, "call")= language plan(sequential) [01:57:26.995] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:26.999] | : . plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [01:57:26.999] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:26.999] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [01:57:26.999] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:27.000] | : . ' stopWorkers() for MultisessionFutureBackend ... [01:57:27.000] | : . ' , Interrupt active futures ... [01:57:27.001] | : . ' , ; Number of futures: 0 [01:57:27.001] | : . ' , Interrupt active futures ... done [01:57:27.002] | : . ' , Clear future registry ... [01:57:27.002] | : . ' , Clear future registry ... done [01:57:27.003] | : . ' , Stop cluster workers ... [01:57:27.003] | : . ' , ; Stopping existing cluster ... [01:57:27.003] | : . ' , ; ` Cluster to shut down: [01:57:27.003] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:27.017] | : . ' , ; ` Stopped cluster: 'c(TRUE, TRUE)' [01:57:27.017] | : . ' , ; Stopping existing cluster ... done [01:57:27.017] | : . ' , Stop cluster workers ... done [01:57:27.018] | : . ' stopWorkers() for MultisessionFutureBackend ... done [01:57:27.018] | : . ' Legacy shutdown of cluster workers ... [01:57:27.018] | : . ' , Stopping existing cluster ... [01:57:27.018] | : . ' , ; No pre-existing cluster. Skipping [01:57:27.018] | : . ' , Stopping existing cluster ... done [01:57:27.018] | : . ' Legacy shutdown of cluster workers ... done [01:57:27.019] | : . plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [01:57:27.019] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [01:57:27.019] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:27.019] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:27.019] | : . ' - attr(*, "init")= logi TRUE [01:57:27.019] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:27.019] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:27.019] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:27.019] | : . ' - attr(*, "call")= language plan(sequential) [01:57:27.022] | : . ' init: TRUE [01:57:27.022] | : . ' makeFutureBackend() ... [01:57:27.022] | : . ' , Backend function: <'NULL'> [01:57:27.022] | : . ' , Evaluator tweak arguments: [n=0] [01:57:27.023] | : . ' , list() [01:57:27.023] | : . ' , Evaluator formal arguments: [n=2] [01:57:27.023] | : . ' , list() [01:57:27.023] | : . ' , Backend factory arguments: [n=2] [01:57:27.024] | : . ' , Dotted pair list of 2 [01:57:27.024] | : . ' , $ gc : logi FALSE [01:57:27.024] | : . ' , $ earlySignal: logi FALSE [01:57:27.025] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:57:27.025] | : . ' makeFutureBackend() ... done [01:57:27.025] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [01:57:27.026] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:27.026] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:27.026] | : . plan(): nbrOfWorkers() = 1 [01:57:27.026] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:57:27.026] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message("*** Globals - S4 methods ... DONE") *** Globals - S4 methods ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_05_09_01_55_17_23336' Sourcing 6 epilogue scripts ... done Test time: user.self=0.7s, sys.self=0.03s, elapsed=1s, user.child=NAs, sys.child=NAs Test 'globals,S4methods' ... success > > proc.time() user system elapsed 0.90 0.06 1.53