R version 4.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" 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 incl/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) [08:47:55.922] Option 'future.startup.script': TRUE [08:47:55.924] Future startup scripts considered: '.future.R', '~/.future.R' [08:47:55.924] 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 [08:47:55.958] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:55.959] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:55.959] | : all.equal() for FutureStrategyList ... [08:47:55.960] | : . New stack: [08:47:55.960] | : . List of 1 [08:47:55.960] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:55.960] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:55.960] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:55.960] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:55.960] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:55.960] | : . ..- attr(*, "call")= language plan(strategy) [08:47:55.960] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:55.966] | : . Old stack: [08:47:55.967] | : . List of 1 [08:47:55.967] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:55.967] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:55.967] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:55.967] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:55.967] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:55.967] | : . ..- attr(*, "call")= language plan(sequential) [08:47:55.967] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:55.970] | : . Not identical [08:47:55.971] | : . all.equal() for future ... [08:47:55.971] | : . | List of 2 [08:47:55.971] | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:55.971] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:55.971] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:55.971] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:55.971] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:55.971] | : . | ..- attr(*, "call")= language plan(strategy) [08:47:55.971] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:55.971] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:55.971] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:55.971] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:55.971] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:55.971] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:55.979] | : . all.equal() for future ... done [08:47:55.979] | : all.equal() for FutureStrategyList ... done [08:47:55.979] | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:55.979] | : List of future strategies: [08:47:55.979] | : 1. sequential: [08:47:55.979] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:55.979] | : - tweaked: FALSE [08:47:55.979] | : - call: plan(sequential) [08:47:55.981] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:55.981] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:55.982] getGlobalsAndPackages() ... [08:47:55.982] | Searching for globals ... [08:47:55.995] | : globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [08:47:55.995] | Searching for globals ... DONE [08:47:55.995] | Resolving globals: FALSE [08:47:55.996] | Search for packages associated with the globals ... [08:47:55.996] | : Packages associated with globals: [1] 'base' [08:47:55.997] | : Packages: [1] 'base' [08:47:55.998] | Search for packages associated with the globals ... DONE [08:47:55.998] | Packages after dropping 'base': [0] [08:47:55.998] | globals: [1] 'my_fcn' [08:47:55.998] | packages: [0] [08:47:55.999] getGlobalsAndPackages() ... done [08:47:56.001] run() for Future ('Future') ... [08:47:56.001] | state: 'created' [08:47:56.001] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:56.002] | : makeFutureBackend() ... [08:47:56.002] | : . Backend function: <'NULL'> [08:47:56.002] | : . Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:47:56.003] | : makeFutureBackend() ... done [08:47:56.003] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:56.003] | Using SequentialFutureBackend ... [08:47:56.004] | : Launching futures ... [08:47:56.004] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:56.005] | : . | getFutureData() ... [08:47:56.005] | : . | : getFutureCore() ... [08:47:56.005] | : . | : . Packages needed by the future expression (n = 0): [08:47:56.006] | : . | : getFutureCore() ... done [08:47:56.006] | : . | : getFutureCapture() ... [08:47:56.006] | : . | : getFutureCapture() ... done [08:47:56.007] | : . | : getFutureContext() ... [08:47:56.007] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:56.008] | : . | : . | Getting stack without first strategy: [n=0] [08:47:56.008] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:56.008] | : . | : . Packages needed by future strategies (n = 0): [08:47:56.008] | : . | : getFutureContext() ... done [08:47:56.009] | : . | getFutureData() ... done [08:47:56.011] | : . | attachPackages() ... [08:47:56.011] | : . | : packages: [n=1] 'future' [08:47:56.012] | : . | attachPackages() ... DONE [08:47:56.012] | : . | attachPackages() ... [08:47:56.012] | : . | : packages: [n=0] [08:47:56.012] | : . | attachPackages() ... DONE [08:47:56.013] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:56.014] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:56.014] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:56.015] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:56.015] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:56.016] | : . | : . all.equal() for FutureStrategyList ... [08:47:56.016] | : . | : . | New stack: [08:47:56.016] | : . | : . | List of 1 [08:47:56.016] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.016] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.016] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.016] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.016] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.016] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:56.016] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.021] | : . | : . | Old stack: [08:47:56.021] | : . | : . | List of 1 [08:47:56.021] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.021] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.021] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.021] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.021] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.021] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:56.021] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.021] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.021] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.021] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.030] | : . | : . | Not identical [08:47:56.030] | : . | : . | all.equal() for future ... [08:47:56.031] | : . | : . | : List of 2 [08:47:56.031] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.031] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.031] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.031] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.031] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.031] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:56.031] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.031] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.031] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.031] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.031] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.031] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:56.031] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.031] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.031] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.038] | : . | : . | all.equal() for future ... done [08:47:56.039] | : . | : . all.equal() for FutureStrategyList ... done [08:47:56.039] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:56.039] | : . | : . List of future strategies: [08:47:56.039] | : . | : . 1. sequential: [08:47:56.039] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:56.039] | : . | : . - tweaked: FALSE [08:47:56.039] | : . | : . - call: plan(sequential) [08:47:56.040] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:56.040] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:56.040] | : . | assign_globals() ... [08:47:56.041] | : . | List of 1 [08:47:56.041] | : . | $ my_fcn:Formal class 'standardGeneric' [package "methods"] with 8 slots [08:47:56.041] | : . | .. ..@ .Data :function (x) [08:47:56.041] | : . | .. ..@ generic : chr "my_fcn" [08:47:56.041] | : . | .. .. ..- attr(*, "package")= chr ".GlobalEnv" [08:47:56.041] | : . | .. ..@ package : chr ".GlobalEnv" [08:47:56.041] | : . | .. ..@ group : list() [08:47:56.041] | : . | .. ..@ valueClass: chr(0) [08:47:56.041] | : . | .. ..@ signature : chr "x" [08:47:56.041] | : . | .. ..@ default : NULL [08:47:56.041] | : . | .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [08:47:56.041] | : . | - attr(*, "where")=List of 1 [08:47:56.041] | : . | ..$ my_fcn: [08:47:56.041] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:56.041] | : . | - attr(*, "resolved")= logi FALSE [08:47:56.041] | : . | - attr(*, "total_size")= num NA [08:47:56.041] | : . | - attr(*, "already-done")= logi TRUE [08:47:56.085] | : . | - reassign environment for 'my_fcn' [where=emptyenv()] [08:47:56.085] | : . | - copied 'my_fcn' to environment [08:47:56.085] | : . | assign_globals() ... done [08:47:56.089] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:56.089] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:56.090] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:56.090] | : . | : . | all.equal() for FutureStrategyList ... [08:47:56.090] | : . | : . | : New stack: [08:47:56.090] | : . | : . | : List of 1 [08:47:56.090] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.090] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.090] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.090] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.090] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.090] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:56.090] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.090] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.090] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.090] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.095] | : . | : . | : Old stack: [08:47:56.095] | : . | : . | : List of 1 [08:47:56.095] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.095] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.095] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.095] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.095] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.095] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:56.095] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.095] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.095] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.095] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.101] | : . | : . | : Identical [08:47:56.101] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:56.102] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:56.102] | : . | : . | List of future strategies: [08:47:56.102] | : . | : . | 1. sequential: [08:47:56.102] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:56.102] | : . | : . | - tweaked: FALSE [08:47:56.102] | : . | : . | - call: plan(sequential) [08:47:56.103] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:56.103] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:56.104] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:56.104] | : . | SequentialFuture started (and completed) [08:47:56.105] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:56.106] | : Launching futures ... done [08:47:56.150] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:56.151] | Using SequentialFutureBackend ... done [08:47:56.151] run() for Future ('SequentialFuture') ... 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" [08:47:56.153] getGlobalsAndPackages() ... [08:47:56.153] | Searching for globals ... [08:47:56.163] | : globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [08:47:56.163] | Searching for globals ... DONE [08:47:56.164] | Resolving globals: FALSE [08:47:56.164] | Search for packages associated with the globals ... [08:47:56.164] | : Packages associated with globals: [1] 'base' [08:47:56.165] | : Packages: [1] 'base' [08:47:56.165] | Search for packages associated with the globals ... DONE [08:47:56.166] | Packages after dropping 'base': [0] [08:47:56.166] | globals: [1] 'my_fcn' [08:47:56.167] | packages: [0] [08:47:56.167] getGlobalsAndPackages() ... done [08:47:56.167] run() for Future ('Future') ... [08:47:56.168] | state: 'created' [08:47:56.168] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:56.169] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:56.169] | Using SequentialFutureBackend ... [08:47:56.169] | : Launching futures ... [08:47:56.170] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:56.170] | : . | getFutureData() ... [08:47:56.170] | : . | : getFutureCore() ... [08:47:56.171] | : . | : . Packages needed by the future expression (n = 0): [08:47:56.171] | : . | : getFutureCore() ... done [08:47:56.171] | : . | : getFutureCapture() ... [08:47:56.172] | : . | : getFutureCapture() ... done [08:47:56.172] | : . | : getFutureContext() ... [08:47:56.172] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:56.173] | : . | : . | Getting stack without first strategy: [n=0] [08:47:56.173] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:56.173] | : . | : . Packages needed by future strategies (n = 0): [08:47:56.174] | : . | : getFutureContext() ... done [08:47:56.174] | : . | getFutureData() ... done [08:47:56.174] | : . | attachPackages() ... [08:47:56.175] | : . | : packages: [n=1] 'future' [08:47:56.175] | : . | attachPackages() ... DONE [08:47:56.175] | : . | attachPackages() ... [08:47:56.176] | : . | : packages: [n=0] [08:47:56.176] | : . | attachPackages() ... DONE [08:47:56.177] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:56.177] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:56.178] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:56.178] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:56.179] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:56.179] | : . | : . all.equal() for FutureStrategyList ... [08:47:56.179] | : . | : . | New stack: [08:47:56.180] | : . | : . | List of 1 [08:47:56.180] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.180] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.180] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.180] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.180] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.180] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:56.180] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.185] | : . | : . | Old stack: [08:47:56.185] | : . | : . | List of 1 [08:47:56.185] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.185] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.185] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.185] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.185] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.185] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:56.185] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.185] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.185] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.185] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.192] | : . | : . | Not identical [08:47:56.192] | : . | : . | all.equal() for future ... [08:47:56.193] | : . | : . | : List of 2 [08:47:56.193] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.193] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.193] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.193] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.193] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.193] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:56.193] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.193] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.193] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.193] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.193] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.193] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:56.193] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.193] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.193] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.206] | : . | : . | all.equal() for future ... done [08:47:56.206] | : . | : . all.equal() for FutureStrategyList ... done [08:47:56.206] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:56.207] | : . | : . List of future strategies: [08:47:56.207] | : . | : . 1. sequential: [08:47:56.207] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:56.207] | : . | : . - tweaked: FALSE [08:47:56.207] | : . | : . - call: plan(sequential) [08:47:56.208] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:56.208] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:56.209] | : . | assign_globals() ... [08:47:56.209] | : . | List of 1 [08:47:56.209] | : . | $ my_fcn:Formal class 'standardGeneric' [package "methods"] with 8 slots [08:47:56.209] | : . | .. ..@ .Data :function (x) [08:47:56.209] | : . | .. ..@ generic : chr "my_fcn" [08:47:56.209] | : . | .. .. ..- attr(*, "package")= chr ".GlobalEnv" [08:47:56.209] | : . | .. ..@ package : chr ".GlobalEnv" [08:47:56.209] | : . | .. ..@ group : list() [08:47:56.209] | : . | .. ..@ valueClass: chr(0) [08:47:56.209] | : . | .. ..@ signature : chr "x" [08:47:56.209] | : . | .. ..@ default : NULL [08:47:56.209] | : . | .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [08:47:56.209] | : . | - attr(*, "where")=List of 1 [08:47:56.209] | : . | ..$ my_fcn: [08:47:56.209] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:56.209] | : . | - attr(*, "resolved")= logi FALSE [08:47:56.209] | : . | - attr(*, "total_size")= num NA [08:47:56.209] | : . | - attr(*, "already-done")= logi TRUE [08:47:56.222] | : . | - reassign environment for 'my_fcn' [where=emptyenv()] [08:47:56.223] | : . | - copied 'my_fcn' to environment [08:47:56.223] | : . | assign_globals() ... done [08:47:56.230] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:56.231] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:56.231] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:56.232] | : . | : . | all.equal() for FutureStrategyList ... [08:47:56.232] | : . | : . | : New stack: [08:47:56.232] | : . | : . | : List of 1 [08:47:56.232] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.232] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.232] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.232] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.232] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.232] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:56.232] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.232] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.232] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.232] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.240] | : . | : . | : Old stack: [08:47:56.241] | : . | : . | : List of 1 [08:47:56.241] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.241] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.241] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.241] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.241] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.241] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:56.241] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.241] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.241] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.241] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.249] | : . | : . | : Identical [08:47:56.249] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:56.249] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:56.250] | : . | : . | List of future strategies: [08:47:56.250] | : . | : . | 1. sequential: [08:47:56.250] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:56.250] | : . | : . | - tweaked: FALSE [08:47:56.250] | : . | : . | - call: plan(sequential) [08:47:56.251] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:56.252] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:56.252] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:56.252] | : . | SequentialFuture started (and completed) [08:47:56.253] | : . | signalConditions() ... [08:47:56.253] | : . | : include = 'immediateCondition' [08:47:56.253] | : . | : exclude = [08:47:56.253] | : . | : resignal = FALSE [08:47:56.254] | : . | : Number of conditions: 1 [08:47:56.254] | : . | signalConditions() ... done [08:47:56.254] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:56.254] | : Launching futures ... done [08:47:56.255] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:56.255] | Using SequentialFutureBackend ... done [08:47:56.255] run() for Future ('SequentialFuture') ... done [08:47:56.256] signalConditions() ... [08:47:56.256] | include = 'immediateCondition' [08:47:56.256] | exclude = [08:47:56.256] | resignal = FALSE [08:47:56.257] | Number of conditions: 1 [08:47:56.257] signalConditions() ... done [08:47:56.257] Future state: 'finished' [08:47:56.257] signalConditions() ... [08:47:56.258] | include = 'condition' [08:47:56.258] | exclude = 'immediateCondition' [08:47:56.258] | resignal = TRUE [08:47:56.258] | Number of conditions: 1 [08:47:56.259] | Condition #1: 'simpleError', 'error', 'condition' [08:47:56.259] signalConditions() ... done future.globals.keepWhere=FALSE [08:47:56.259] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:56.260] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:56.260] | : all.equal() for FutureStrategyList ... [08:47:56.260] | : . New stack: [08:47:56.260] | : . List of 1 [08:47:56.260] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.260] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.260] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.260] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.260] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.260] | : . ..- attr(*, "call")= language plan(sequential) [08:47:56.260] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.265] | : . Old stack: [08:47:56.265] | : . List of 1 [08:47:56.265] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.265] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.265] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.265] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.265] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.265] | : . ..- attr(*, "call")= language plan(sequential) [08:47:56.265] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.265] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.265] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.265] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.270] | : . Not identical [08:47:56.270] | : . all.equal() for future ... [08:47:56.271] | : . | List of 2 [08:47:56.271] | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.271] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.271] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.271] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.271] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.271] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:56.271] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.271] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.271] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.271] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.271] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.271] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:56.271] | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.271] | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.271] | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.279] | : . all.equal() for future ... done [08:47:56.280] | : all.equal() for FutureStrategyList ... done [08:47:56.280] | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:56.280] | : List of future strategies: [08:47:56.280] | : 1. sequential: [08:47:56.280] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:56.280] | : - tweaked: FALSE [08:47:56.280] | : - call: plan(sequential) [08:47:56.281] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:56.281] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done Type of future: multisession [08:47:56.282] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:56.282] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:56.283] | : all.equal() for FutureStrategyList ... [08:47:56.283] | : . New stack: [08:47:56.283] | : . List of 1 [08:47:56.283] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:56.283] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.283] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:56.283] | : . ..- attr(*, "init")= logi TRUE [08:47:56.283] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:56.283] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:56.283] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:56.283] | : . ..- attr(*, "untweakable")= chr "persistent" [08:47:56.283] | : . ..- attr(*, "call")= language plan(strategy) [08:47:56.283] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.287] | : . Old stack: [08:47:56.288] | : . List of 1 [08:47:56.288] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.288] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.288] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.288] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.288] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.288] | : . ..- attr(*, "call")= language plan(sequential) [08:47:56.288] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.288] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.288] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.288] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.292] | : . Not identical [08:47:56.292] | : . all.equal() for future ... [08:47:56.292] | : . | List of 2 [08:47:56.292] | : . | $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:56.292] | : . | gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.292] | : . | ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:56.292] | : . | ..- attr(*, "init")= logi TRUE [08:47:56.292] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:56.292] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:56.292] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:56.292] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:47:56.292] | : . | ..- attr(*, "call")= language plan(strategy) [08:47:56.292] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.292] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:56.292] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.292] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.292] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.292] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:56.292] | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:56.292] | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:56.292] | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:56.300] | : . | Formals differ [08:47:56.300] | : . all.equal() for future ... done [08:47:56.300] | : . Future strategies differ at level 1 [08:47:56.300] | : all.equal() for FutureStrategyList ... done [08:47:56.301] | : plan(): Setting new future strategy stack: [08:47:56.301] | : List of future strategies: [08:47:56.301] | : 1. multisession: [08:47:56.301] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.301] | : - tweaked: FALSE [08:47:56.301] | : - call: plan(strategy) [08:47:56.301] | : List of 1 [08:47:56.301] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:56.301] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.301] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:56.301] | : ..- attr(*, "init")= logi TRUE [08:47:56.301] | : ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:56.301] | : .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:56.301] | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:56.301] | : ..- attr(*, "untweakable")= chr "persistent" [08:47:56.301] | : ..- attr(*, "call")= language plan(strategy) [08:47:56.301] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:56.306] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [08:47:56.306] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:56.306] | : . | Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:47:56.306] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:56.307] | : . Legacy shutdown of cluster workers ... [08:47:56.307] | : . | Stopping existing cluster ... [08:47:56.307] | : . | : No pre-existing cluster. Skipping [08:47:56.308] | : . | Stopping existing cluster ... done [08:47:56.308] | : . Legacy shutdown of cluster workers ... done [08:47:56.308] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [08:47:56.308] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [08:47:56.308] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:56.308] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:56.308] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:56.308] | : . - attr(*, "init")= logi TRUE [08:47:56.308] | : . - attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:56.308] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:56.308] | : . - attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:56.308] | : . - attr(*, "untweakable")= chr "persistent" [08:47:56.308] | : . - attr(*, "call")= language plan(strategy) [08:47:56.312] | : . init: TRUE [08:47:56.312] | : . makeFutureBackend() ... [08:47:56.313] | : . | Backend function: <'NULL'> [08:47:56.315] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [08:47:56.315] | : . | : workers: 2 [08:47:56.316] | : . | : getCluster() ... [08:47:56.316] | : . | : getCluster() ... done [08:47:56.316] | : . | : Stopping existing cluster ... [08:47:56.316] | : . | : . No pre-existing cluster. Skipping [08:47:56.316] | : . | : Stopping existing cluster ... done [08:47:56.317] | : . | : Starting new cluster ... [08:47:56.317] | : . | : . makeCluster(workers, ...) ... [08:47:56.317] | : . | : . | Arguments: [08:47:56.317] | : . | : . | List of 2 [08:47:56.317] | : . | : . | $ : int 2 [08:47:56.317] | : . | : . | $ rscript_libs: chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:47:57.264] | : . | : . | Generated cluster UUID [08:47:57.265] | : . | : . | Cluster UUID: '42e0d12af40fa7484421f8611b18cb36' [08:47:57.265] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:57.270] | : . | : . makeCluster(workers, ...) ... done [08:47:57.270] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:57.272] | : . | : Starting new cluster ... done [08:47:57.272] | : . | : Number of workers: 2 [08:47:57.273] | : . | : Workers UUID: '42e0d12af40fa7484421f8611b18cb36' [08:47:57.273] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [08:47:57.273] | : . | Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:47:57.273] | : . makeFutureBackend() ... done [08:47:57.274] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [08:47:57.274] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:57.274] | : . Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:47:57.274] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:57.275] | : plan(): nbrOfWorkers() = 2 [08:47:57.275] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:57.275] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:57.275] getGlobalsAndPackages() ... [08:47:57.275] | Searching for globals ... [08:47:57.278] | : globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [08:47:57.279] | Searching for globals ... DONE [08:47:57.279] | Resolving globals: FALSE [08:47:57.279] | Search for packages associated with the globals ... [08:47:57.279] | : Packages associated with globals: [1] 'base' [08:47:57.280] | : Packages: [1] 'base' [08:47:57.280] | Search for packages associated with the globals ... DONE [08:47:57.280] | Packages after dropping 'base': [0] [08:47:57.280] | globals: [1] 'my_fcn' [08:47:57.281] | packages: [0] [08:47:57.281] getGlobalsAndPackages() ... done [08:47:57.281] run() for Future ('Future') ... [08:47:57.281] | state: 'created' [08:47:57.282] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:57.282] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:57.282] | Using MultisessionFutureBackend ... [08:47:57.282] | : Launching futures ... [08:47:57.283] | : . launchFuture() for ClusterFutureBackend ... [08:47:57.283] | : . | Workers: [n=2] [08:47:57.283] | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:57.285] | : . | FutureRegistry: 'workers-42e0d12af40fa7484421f8611b18cb36' [08:47:57.285] | : . | requestWorker() ... [08:47:57.286] | : . | : requestNode() ... [08:47:57.286] | : . | : . Number of workers: 2 [08:47:57.286] | : . | : . Polling for a free worker ... [08:47:57.286] | : . | : . | FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'list', earlySignal = 0) ... [08:47:57.286] | : . | : . | : Created empty registry 'workers-42e0d12af40fa7484421f8611b18cb36' [08:47:57.286] | : . | : . | : Listing all futures [08:47:57.287] | : . | : . | : Number of registered futures: 0 [08:47:57.287] | : . | : . | FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'list', earlySignal = 0) ... done [08:47:57.287] | : . | : . | Total time: 0 [08:47:57.287] | : . | : . Polling for a free worker ... done [08:47:57.287] | : . | : . FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'list', earlySignal = 0) ... [08:47:57.287] | : . | : . | Listing all futures [08:47:57.288] | : . | : . | Number of registered futures: 0 [08:47:57.288] | : . | : . FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'list', earlySignal = 0) ... done [08:47:57.288] | : . | : . Index of first available worker: 1 [08:47:57.288] | : . | : . Validate that the worker is functional ... [08:47:57.471] | : . | : . | Worker is functional [08:47:57.472] | : . | : . requestNode() ... done [08:47:57.472] | : . | : . cluster node index: 1 [08:47:57.472] | : . | : requestWorker() ... done [08:47:57.473] | : . | : eraseGlobalEnvironment() ... [08:47:57.473] | : . | : eraseGlobalEnvironment() ... done [08:47:57.474] | : . | : launchFuture() ... [08:47:57.474] | : . | : . cluster node index: 1 [08:47:57.474] | : . | : . getFutureData() ... [08:47:57.474] | : . | : . | getFutureCore() ... [08:47:57.474] | : . | : . | : Packages needed by the future expression (n = 0): [08:47:57.475] | : . | : . | getFutureCore() ... done [08:47:57.475] | : . | : . | getFutureCapture() ... [08:47:57.475] | : . | : . | getFutureCapture() ... done [08:47:57.475] | : . | : . | getFutureContext() ... [08:47:57.475] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:57.475] | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:57.476] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:57.476] | : . | : . | : Packages needed by future strategies (n = 0): [08:47:57.476] | : . | : . | getFutureContext() ... done [08:47:57.476] | : . | : . getFutureData() ... done [08:47:57.477] | : . | : . FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'add', earlySignal = 0) ... [08:47:57.477] | : . | : . | Appended future to position #1 [08:47:57.477] | : . | : . | Number of registered futures: 1 [08:47:57.477] | : . | : . FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'add', earlySignal = 0) ... done [08:47:57.478] | : . | : launchFuture() ... done [08:47:57.478] | : . | : MultisessionFuture started [08:47:57.478] | : . | launchFuture() for ClusterFutureBackend ... done [08:47:57.478] | : . Launching futures ... done [08:47:57.478] | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:57.479] | : Using MultisessionFutureBackend ... done [08:47:57.479] | run() for Future ('MultisessionFuture') ... done [08:47:57.479] | result() for ClusterFuture ... [08:47:57.480] | : assertValidConnection() ... [08:47:57.480] | : . cluster node index: 1 [08:47:57.480] | : assertValidConnection() ... done [08:47:57.481] | : receiveMessageFromWorker() for ClusterFuture ... [08:47:57.481] | : . cluster node index: 1 [08:47:57.574] | : . [1] TRUE [08:47:57.575] | : . received data: [08:47:57.575] | : . List of 5 [08:47:57.575] | : . $ type : chr "VALUE" [08:47:57.575] | : . $ value :List of 13 [08:47:57.575] | : . ..$ value :Formal class 'standardGeneric' [package "methods"] with 8 slots [08:47:57.575] | : . .. .. ..@ .Data :function (x) [08:47:57.575] | : . .. .. ..@ generic : chr "my_fcn" [08:47:57.575] | : . .. .. .. ..- attr(*, "package")= chr ".GlobalEnv" [08:47:57.575] | : . .. .. ..@ package : chr ".GlobalEnv" [08:47:57.575] | : . .. .. ..@ group : list() [08:47:57.575] | : . .. .. ..@ valueClass: chr(0) [08:47:57.575] | : . .. .. ..@ signature : chr "x" [08:47:57.575] | : . .. .. ..@ default : NULL [08:47:57.575] | : . .. .. ..@ skeleton : language (function (x) stop(gettextf("invalid call in method dispatch to '%s' (no default method)", ... [08:47:57.575] | : . ..$ visible : logi TRUE [08:47:57.575] | : . ..$ stdout : chr "" [08:47:57.575] | : . ..$ conditions : list() [08:47:57.575] | : . ..$ rng : logi FALSE [08:47:57.575] | : . ..$ misuseGlobalEnv : NULL [08:47:57.575] | : . ..$ misuseConnections:List of 3 [08:47:57.575] | : . .. ..$ added : NULL [08:47:57.575] | : . .. ..$ removed : NULL [08:47:57.575] | : . .. ..$ replaced: NULL [08:47:57.575] | : . ..$ misuseDevices : NULL [08:47:57.575] | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:57" [08:47:57.575] | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:57" [08:47:57.575] | : . ..$ session_uuid : chr "552c90eac94ad852e61167a5580e72cc" [08:47:57.575] | : . .. ..- attr(*, "source")=List of 5 [08:47:57.575] | : . .. .. ..$ host : Named chr "CRANWIN3" [08:47:57.575] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:57.575] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:57.575] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:57.575] | : . .. .. ..$ pid : int 8668 [08:47:57.575] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:57" [08:47:57.575] | : . .. .. ..$ random: int 2147483647 [08:47:57.575] | : . ..$ r_info :List of 4 [08:47:57.575] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:57.575] | : . .. .. ..$ : int [1:3] 4 5 0 [08:47:57.575] | : . .. ..$ os : chr "windows" [08:47:57.575] | : . .. ..$ os_name : chr "Windows" [08:47:57.575] | : . .. ..$ captures_utf8: logi TRUE [08:47:57.575] | : . ..$ version : chr "1.8" [08:47:57.575] | : . ..- attr(*, "class")= chr "FutureResult" [08:47:57.575] | : . $ success: logi TRUE [08:47:57.575] | : . $ time : 'proc_time' Named num [1:5] 0.09 0 0.1 NA NA [08:47:57.575] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:57.575] | : . $ tag : NULL [08:47:57.605] | : . Received FutureResult [08:47:57.605] | : . FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'remove', earlySignal = 0) ... [08:47:57.611] | : . | Removed future from position #1 [08:47:57.611] | : . | Number of registered futures: 0 [08:47:57.612] | : . FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'remove', earlySignal = 0) ... done [08:47:57.612] | : . Erased future from future backend [08:47:57.612] | : . result() for ClusterFuture ... [08:47:57.613] | : . | result already collected: FutureResult [08:47:57.613] | : . result() for ClusterFuture ... done [08:47:57.613] | : receiveMessageFromWorker() for ClusterFuture ... done [08:47:57.614] | result() for ClusterFuture ... done [08:47:57.614] | result() for ClusterFuture ... [08:47:57.614] | : result already collected: FutureResult [08:47:57.615] | result() for ClusterFuture ... 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" [08:47:57.616] | getGlobalsAndPackages() ... [08:47:57.616] | : Searching for globals ... [08:47:57.620] | : . globals found: [7] '{', 'my_fcn', 'standardGeneric', 'NULL', 'stop', 'gettextf', 'x' [08:47:57.620] | : Searching for globals ... DONE [08:47:57.620] | : Resolving globals: FALSE [08:47:57.621] | : Search for packages associated with the globals ... [08:47:57.621] | : . Packages associated with globals: [1] 'base' [08:47:57.621] | : . Packages: [1] 'base' [08:47:57.622] | : Search for packages associated with the globals ... DONE [08:47:57.622] | : Packages after dropping 'base': [0] [08:47:57.622] | : globals: [1] 'my_fcn' [08:47:57.622] | : packages: [0] [08:47:57.623] | getGlobalsAndPackages() ... done [08:47:57.623] | run() for Future ('Future') ... [08:47:57.623] | : state: 'created' [08:47:57.623] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:57.624] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:57.624] | : Using MultisessionFutureBackend ... [08:47:57.624] | : . Launching futures ... [08:47:57.624] | : . | launchFuture() for ClusterFutureBackend ... [08:47:57.625] | : . | : Workers: [n=2] [08:47:57.625] | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:57.628] | : . | : FutureRegistry: 'workers-42e0d12af40fa7484421f8611b18cb36' [08:47:57.629] | : . | : requestWorker() ... [08:47:57.629] | : . | : . requestNode() ... [08:47:57.630] | : . | : . | Number of workers: 2 [08:47:57.630] | : . | : . | Polling for a free worker ... [08:47:57.630] | : . | : . | : FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'list', earlySignal = 0) ... [08:47:57.631] | : . | : . | : . Listing all futures [08:47:57.631] | : . | : . | : . Number of registered futures: 0 [08:47:57.631] | : . | : . | : FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'list', earlySignal = 0) ... done [08:47:57.631] | : . | : . | : Total time: 0 [08:47:57.631] | : . | : . | Polling for a free worker ... done [08:47:57.632] | : . | : . | FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'list', earlySignal = 0) ... [08:47:57.632] | : . | : . | : Listing all futures [08:47:57.632] | : . | : . | : Number of registered futures: 0 [08:47:57.633] | : . | : . | FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'list', earlySignal = 0) ... done [08:47:57.633] | : . | : . | Index of first available worker: 1 [08:47:57.633] | : . | : . | Validate that the worker is functional ... [08:47:57.698] | : . | : . | : Worker is functional [08:47:57.698] | : . | : . | requestNode() ... done [08:47:57.698] | : . | : . | cluster node index: 1 [08:47:57.699] | : . | : . requestWorker() ... done [08:47:57.699] | : . | : . eraseGlobalEnvironment() ... [08:47:57.700] | : . | : . eraseGlobalEnvironment() ... done [08:47:57.700] | : . | : . launchFuture() ... [08:47:57.701] | : . | : . | cluster node index: 1 [08:47:57.701] | : . | : . | getFutureData() ... [08:47:57.701] | : . | : . | : getFutureCore() ... [08:47:57.701] | : . | : . | : . Packages needed by the future expression (n = 0): [08:47:57.702] | : . | : . | : getFutureCore() ... done [08:47:57.702] | : . | : . | : getFutureCapture() ... [08:47:57.702] | : . | : . | : getFutureCapture() ... done [08:47:57.703] | : . | : . | : getFutureContext() ... [08:47:57.703] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:57.703] | : . | : . | : . | Getting stack without first strategy: [n=0] [08:47:57.704] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:57.704] | : . | : . | : . Packages needed by future strategies (n = 0): [08:47:57.704] | : . | : . | : getFutureContext() ... done [08:47:57.705] | : . | : . | getFutureData() ... done [08:47:57.705] | : . | : . | FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'add', earlySignal = 0) ... [08:47:57.706] | : . | : . | : Appended future to position #1 [08:47:57.706] | : . | : . | : Number of registered futures: 1 [08:47:57.706] | : . | : . | FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'add', earlySignal = 0) ... done [08:47:57.706] | : . | : . launchFuture() ... done [08:47:57.707] | : . | : . MultisessionFuture started [08:47:57.707] | : . | : launchFuture() for ClusterFutureBackend ... done [08:47:57.707] | : . | Launching futures ... done [08:47:57.708] | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:57.708] | : . Using MultisessionFutureBackend ... done [08:47:57.708] | : run() for Future ('MultisessionFuture') ... done [08:47:57.709] | : result() for ClusterFuture ... [08:47:57.709] | : . assertValidConnection() ... [08:47:57.709] | : . | cluster node index: 1 [08:47:57.710] | : . assertValidConnection() ... done [08:47:57.710] | : . receiveMessageFromWorker() for ClusterFuture ... [08:47:57.711] | : . | cluster node index: 1 [08:47:57.718] | : . | [1] TRUE [08:47:57.718] | : . | received data: [08:47:57.718] | : . | List of 5 [08:47:57.718] | : . | $ type : chr "VALUE" [08:47:57.718] | : . | $ value :List of 13 [08:47:57.718] | : . | ..$ value : NULL [08:47:57.718] | : . | ..$ visible : logi TRUE [08:47:57.718] | : . | ..$ stdout : chr "" [08:47:57.718] | : . | ..$ conditions :List of 1 [08:47:57.718] | : . | .. ..$ :List of 5 [08:47:57.718] | : . | .. .. ..$ condition:List of 2 [08:47:57.718] | : . | .. .. .. ..$ message: chr "unable to find an inherited method for function 'my_fcn' for signature 'x = \"numeric\"'" [08:47:57.718] | : . | .. .. .. ..$ call : NULL [08:47:57.718] | : . | .. .. .. ..- attr(*, "class")= chr [1:3] "simpleError" "error" "condition" [08:47:57.718] | : . | .. .. ..$ calls :List of 11 [08:47:57.718] | : . | .. .. .. ..$ : language eval(expr, envir = globalenv()) [08:47:57.718] | : . | .. .. .. ..$ : language eval(expr, envir = globalenv()) [08:47:57.718] | : . | .. .. .. ..$ : language local({ { ... [08:47:57.718] | : . | .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [08:47:57.718] | : . | .. .. .. ..$ : language eval(expr, p) [08:47:57.718] | : . | .. .. .. ..$ : language eval(expr, p) [08:47:57.718] | : . | .. .. .. ..$ : language eval(quote({ { ... [08:47:57.718] | : . | .. .. .. ..$ : language eval(quote({ { ... [08:47:57.718] | : . | .. .. .. ..$ : language my_fcn(3) [08:47:57.718] | : . | .. .. .. ..$ : language (function (classes, fdef, mtable) { ... [08:47:57.718] | : . | .. .. .. ..$ : language stop(gettextf("unable to find an inherited method for function %s for signature %s", sQuote(fdef@generic), s| __truncated__ [08:47:57.718] | : . | .. .. ..$ session :List of 6 [08:47:57.718] | : . | .. .. .. ..$ r :List of 15 [08:47:57.718] | : . | .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:47:57.718] | : . | .. .. .. .. ..$ arch : chr "x86_64" [08:47:57.718] | : . | .. .. .. .. ..$ os : chr "mingw32" [08:47:57.718] | : . | .. .. .. .. ..$ crt : chr "ucrt" [08:47:57.718] | : . | .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:47:57.718] | : . | .. .. .. .. ..$ status : chr "RC" [08:47:57.718] | : . | .. .. .. .. ..$ major : chr "4" [08:47:57.718] | : . | .. .. .. .. ..$ minor : chr "5.0" [08:47:57.718] | : . | .. .. .. .. ..$ year : chr "2025" [08:47:57.718] | : . | .. .. .. .. ..$ month : chr "04" [08:47:57.718] | : . | .. .. .. .. ..$ day : chr "04" [08:47:57.718] | : . | .. .. .. .. ..$ svn rev : chr "88126" [08:47:57.718] | : . | .. .. .. .. ..$ language : chr "R" [08:47:57.718] | : . | .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:47:57.718] | : . | .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:47:57.718] | : . | .. .. .. ..$ locale : chr "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" [08:47:57.718] | : . | .. .. .. ..$ rngkind : chr [1:3] "Mersenne-Twister" "Inversion" "Rejection" [08:47:57.718] | : . | .. .. .. ..$ namespaces: chr [1:16] "compiler" "parallelly" "graphics" "tools" ... [08:47:57.718] | : . | .. .. .. ..$ search : chr [1:10] ".GlobalEnv" "package:future" "package:stats" "package:graphics" ... [08:47:57.718] | : . | .. .. .. ..$ system : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:57.718] | : . | .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:57.718] | : . | .. .. ..$ timestamp: POSIXct[1:1], format: "2025-04-10 08:47:57" [08:47:57.718] | : . | .. .. ..$ signaled : int 0 [08:47:57.718] | : . | ..$ rng : logi FALSE [08:47:57.718] | : . | ..$ misuseGlobalEnv : NULL [08:47:57.718] | : . | ..$ misuseConnections:List of 3 [08:47:57.718] | : . | .. ..$ added : NULL [08:47:57.718] | : . | .. ..$ removed : NULL [08:47:57.718] | : . | .. ..$ replaced: NULL [08:47:57.718] | : . | ..$ misuseDevices : NULL [08:47:57.718] | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:57" [08:47:57.718] | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:57" [08:47:57.718] | : . | ..$ session_uuid : chr "552c90eac94ad852e61167a5580e72cc" [08:47:57.718] | : . | .. ..- attr(*, "source")=List of 5 [08:47:57.718] | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:47:57.718] | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:57.718] | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:57.718] | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:57.718] | : . | .. .. ..$ pid : int 8668 [08:47:57.718] | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:57" [08:47:57.718] | : . | .. .. ..$ random: int 2147483647 [08:47:57.718] | : . | ..$ r_info :List of 4 [08:47:57.718] | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:57.718] | : . | .. .. ..$ : int [1:3] 4 5 0 [08:47:57.718] | : . | .. ..$ os : chr "windows" [08:47:57.718] | : . | .. ..$ os_name : chr "Windows" [08:47:57.718] | : . | .. ..$ captures_utf8: logi TRUE [08:47:57.718] | : . | ..$ version : chr "1.8" [08:47:57.718] | : . | ..- attr(*, "class")= chr "FutureResult" [08:47:57.718] | : . | $ success: logi TRUE [08:47:57.718] | : . | $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:47:57.718] | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:57.718] | : . | $ tag : NULL [08:47:57.762] | : . | Received FutureResult [08:47:57.762] | : . | FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'remove', earlySignal = 0) ... [08:47:57.763] | : . | : Removed future from position #1 [08:47:57.763] | : . | : Number of registered futures: 0 [08:47:57.763] | : . | FutureRegistry('workers-42e0d12af40fa7484421f8611b18cb36', action = 'remove', earlySignal = 0) ... done [08:47:57.763] | : . | Erased future from future backend [08:47:57.763] | : . | result() for ClusterFuture ... [08:47:57.763] | : . | : result already collected: FutureResult [08:47:57.764] | : . | result() for ClusterFuture ... done [08:47:57.764] | : . | signalConditions() ... [08:47:57.764] | : . | : include = 'immediateCondition' [08:47:57.764] | : . | : exclude = [08:47:57.764] | : . | : resignal = FALSE [08:47:57.764] | : . | : Number of conditions: 1 [08:47:57.765] | : . | signalConditions() ... done [08:47:57.765] | : . receiveMessageFromWorker() for ClusterFuture ... done [08:47:57.765] | : result() for ClusterFuture ... done [08:47:57.765] | : result() for ClusterFuture ... [08:47:57.765] | : . result already collected: FutureResult [08:47:57.766] | : result() for ClusterFuture ... done [08:47:57.766] | : signalConditions() ... [08:47:57.766] | : . include = 'immediateCondition' [08:47:57.766] | : . exclude = [08:47:57.767] | : . resignal = FALSE [08:47:57.767] | : . Number of conditions: 1 [08:47:57.767] | : signalConditions() ... done [08:47:57.767] | : Future state: 'finished' [08:47:57.767] | : result() for ClusterFuture ... [08:47:57.768] | : . result already collected: FutureResult [08:47:57.768] | : result() for ClusterFuture ... done [08:47:57.768] | : signalConditions() ... [08:47:57.768] | : . include = 'condition' [08:47:57.768] | : . exclude = 'immediateCondition' [08:47:57.768] | : . resignal = TRUE [08:47:57.769] | : . Number of conditions: 1 [08:47:57.769] | : . Condition #1: 'simpleError', 'error', 'condition' [08:47:57.769] | : signalConditions() ... done future.globals.keepWhere=FALSE [08:47:57.769] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:57.770] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:57.770] | : . | all.equal() for FutureStrategyList ... [08:47:57.770] | : . | : New stack: [08:47:57.770] | : . | : List of 1 [08:47:57.770] | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:57.770] | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:57.770] | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:57.770] | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:57.770] | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:57.770] | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:57.770] | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:57.773] | : . | : Old stack: [08:47:57.773] | : . | : List of 1 [08:47:57.773] | : . | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:57.773] | : . | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:57.773] | : . | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:57.773] | : . | : ..- attr(*, "init")= chr "done" [08:47:57.773] | : . | : ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:57.773] | : . | : .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:57.773] | : . | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:57.773] | : . | : ..- attr(*, "untweakable")= chr "persistent" [08:47:57.773] | : . | : ..- attr(*, "call")= language plan(strategy) [08:47:57.773] | : . | : ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [08:47:57.773] | : . | : .. ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:57.773] | : . | : .. .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:57.773] | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:57.778] | : . | : Not identical [08:47:57.778] | : . | : all.equal() for future ... [08:47:57.778] | : . | : . List of 2 [08:47:57.778] | : . | : . $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:57.778] | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:57.778] | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:57.778] | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:57.778] | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:57.778] | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:57.778] | : . | : . $ current:function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:57.778] | : . | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:57.778] | : . | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:57.778] | : . | : . ..- attr(*, "init")= chr "done" [08:47:57.778] | : . | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:57.778] | : . | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:57.778] | : . | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:57.778] | : . | : . ..- attr(*, "untweakable")= chr "persistent" [08:47:57.778] | : . | : . ..- attr(*, "call")= language plan(strategy) [08:47:57.778] | : . | : . ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [08:47:57.778] | : . | : . .. ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:57.778] | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:57.784] | : . | : . Formals differ [08:47:57.784] | : . | : all.equal() for future ... done [08:47:57.785] | : . | : Future strategies differ at level 1 [08:47:57.785] | : . | all.equal() for FutureStrategyList ... done [08:47:57.785] | : . | plan(): Setting new future strategy stack: [08:47:57.785] | : . | List of future strategies: [08:47:57.785] | : . | 1. sequential: [08:47:57.785] | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:57.785] | : . | - tweaked: FALSE [08:47:57.785] | : . | - call: plan(sequential) [08:47:57.786] | : . | List of 1 [08:47:57.786] | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:57.786] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:57.786] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:57.786] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:57.786] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:57.786] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:57.786] | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:57.788] | : . | plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [08:47:57.789] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:57.789] | : . | : . Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:47:57.789] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:57.789] | : . | : stopWorkers() for MultisessionFutureBackend ... [08:47:57.789] | : . | : . Interrupt active futures ... [08:47:57.791] | : . | : . | Number of futures: 0 [08:47:57.791] | : . | : . Interrupt active futures ... done [08:47:57.791] | : . | : . Clear future registry ... [08:47:57.791] | : . | : . Clear future registry ... done [08:47:57.792] | : . | : . Stop cluster workers ... [08:47:57.792] | : . | : . | Stopping existing cluster ... [08:47:57.792] | : . | : . | : Cluster to shut down: [08:47:57.792] | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:57.799] | : . | : . | : Stopped cluster: 'NULL' [08:47:57.800] | : . | : . | Stopping existing cluster ... done [08:47:57.800] | : . | : . Stop cluster workers ... done [08:47:57.800] | : . | : stopWorkers() for MultisessionFutureBackend ... done [08:47:57.801] | : . | : Legacy shutdown of cluster workers ... [08:47:57.801] | : . | : . Stopping existing cluster ... [08:47:57.801] | : . | : . | No pre-existing cluster. Skipping [08:47:57.801] | : . | : . Stopping existing cluster ... done [08:47:57.802] | : . | : Legacy shutdown of cluster workers ... done [08:47:57.802] | : . | plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [08:47:57.802] | : . | plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [08:47:57.803] | : . | : function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:57.803] | : . | : - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:57.803] | : . | : - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:57.803] | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:57.803] | : . | : - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:57.803] | : . | : - attr(*, "call")= language plan(sequential) [08:47:57.806] | : . | : init: NULL [08:47:57.807] | : . | plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [08:47:57.807] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:57.808] | : . | : Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:47:57.808] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:57.808] | : . | Backend function: <'NULL'> [08:47:57.809] | : . | Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:47:57.809] | : . | plan(): nbrOfWorkers() = 1 [08:47:57.810] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:57.810] | : 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_04_10_08_45_16_15127' Sourcing 6 epilogue scripts ... done Test time: user.self=0.9s, sys.self=0.03s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'globals,S4methods' ... success > > proc.time() user system elapsed 1.17 0.10 2.34