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,toolarge.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("globals,toolarge") Test 'globals,toolarge' ... 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,toolarge.R' > library(future) [01:57:44.194] Option 'future.startup.script': TRUE [01:57:44.195] Future startup scripts considered: '.future.R', '~/.future.R' [01:57:44.195] Future startup scripts found: > message("*** Globals - too large ...") *** Globals - too large ... > a <- integer(length = 1000) > ooptsT <- options(future.globals.maxSize = object.size(a) - + 100) > limit <- getOption("future.globals.maxSize") > cat(sprintf("Max total size of globals: %g bytes\n", + limit)) Max total size of globals: 3948 bytes > plan(multisession, workers = 2) [01:57:44.198] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:44.199] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:57:44.199] | : all.equal() for FutureStrategyList ... [01:57:44.199] | : . New stack: [01:57:44.199] | : . List of 1 [01:57:44.199] | : . $ :function (..., workers = 2L, envir = parent.frame()) [01:57:44.199] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:57:44.199] | : . ..- attr(*, "init")= logi TRUE [01:57:44.199] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:44.199] | : . gc = FALSE, earlySignal = FALSE, ...) [01:57:44.199] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:44.199] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:44.199] | : . ..- attr(*, "untweakable")= chr "persistent" [01:57:44.199] | : . ..- attr(*, "tweaks")=List of 1 [01:57:44.199] | : . .. ..$ workers: int 2 [01:57:44.199] | : . ..- attr(*, "call")= language plan(multisession, workers = 2L) [01:57:44.199] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:44.212] | : . Old stack: [01:57:44.213] | : . List of 1 [01:57:44.213] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:44.213] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:44.213] | : . ..- attr(*, "init")= logi TRUE [01:57:44.213] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:44.213] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:44.213] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:44.213] | : . ..- attr(*, "call")= language plan(sequential) [01:57:44.213] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:44.218] | : . Not identical [01:57:44.218] | : . all.equal() for future ... [01:57:44.219] | : . ' List of 2 [01:57:44.219] | : . ' $ target :function (..., workers = 2L, envir = parent.frame()) [01:57:44.219] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:57:44.219] | : . ' ..- attr(*, "init")= logi TRUE [01:57:44.219] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:44.219] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:57:44.219] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:44.219] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:44.219] | : . ' ..- attr(*, "untweakable")= chr "persistent" [01:57:44.219] | : . ' ..- attr(*, "tweaks")=List of 1 [01:57:44.219] | : . ' .. ..$ workers: int 2 [01:57:44.219] | : . ' ..- attr(*, "call")= language plan(multisession, workers = 2L) [01:57:44.219] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:44.219] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:44.219] | : . ' ..- attr(*, "init")= logi TRUE [01:57:44.219] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:44.219] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:44.219] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:44.219] | : . ' ..- attr(*, "call")= language plan(sequential) [01:57:44.233] | : . ' Formals differ [01:57:44.233] | : . all.equal() for future ... done [01:57:44.233] | : . Future strategies differ at level 1 [01:57:44.234] | : all.equal() for FutureStrategyList ... done [01:57:44.234] | : plan(): Setting new future backend stack: [01:57:44.234] | : List of future strategies: [01:57:44.234] | : 1. multisession: [01:57:44.234] | : - args: function (..., workers = 2L, envir = parent.frame()) [01:57:44.234] | : - tweaked: TRUE [01:57:44.234] | : - call: plan(multisession, workers = 2L) [01:57:44.235] | : List of 1 [01:57:44.235] | : $ :function (..., workers = 2L, envir = parent.frame()) [01:57:44.235] | : ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:57:44.235] | : ..- attr(*, "init")= logi TRUE [01:57:44.235] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:44.235] | : gc = FALSE, earlySignal = FALSE, ...) [01:57:44.235] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:44.235] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:44.235] | : ..- attr(*, "untweakable")= chr "persistent" [01:57:44.235] | : ..- attr(*, "tweaks")=List of 1 [01:57:44.235] | : .. ..$ workers: int 2 [01:57:44.235] | : ..- attr(*, "call")= language plan(multisession, workers = 2L) [01:57:44.235] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:44.240] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [01:57:44.240] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:44.241] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [01:57:44.241] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:44.241] | : . Legacy shutdown of cluster workers ... [01:57:44.242] | : . ' Stopping existing cluster ... [01:57:44.242] | : . ' , No pre-existing cluster. Skipping [01:57:44.242] | : . ' Stopping existing cluster ... done [01:57:44.242] | : . Legacy shutdown of cluster workers ... done [01:57:44.242] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [01:57:44.243] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [01:57:44.243] | : . function (..., workers = 2L, envir = parent.frame()) [01:57:44.243] | : . - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:57:44.243] | : . - attr(*, "init")= logi TRUE [01:57:44.243] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:44.243] | : . gc = FALSE, earlySignal = FALSE, ...) [01:57:44.243] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:44.243] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:44.243] | : . - attr(*, "untweakable")= chr "persistent" [01:57:44.243] | : . - attr(*, "tweaks")=List of 1 [01:57:44.243] | : . ..$ workers: int 2 [01:57:44.243] | : . - attr(*, "call")= language plan(multisession, workers = 2L) [01:57:44.247] | : . init: TRUE [01:57:44.247] | : . makeFutureBackend() ... [01:57:44.247] | : . ' Backend function: <'NULL'> [01:57:44.247] | : . ' Evaluator tweak arguments: [n=1] [01:57:44.248] | : . ' List of 1 [01:57:44.248] | : . ' $ workers: int 2 [01:57:44.249] | : . ' Evaluator formal arguments: [n=1] [01:57:44.249] | : . ' List of 1 [01:57:44.249] | : . ' $ workers: int 2 [01:57:44.250] | : . ' Backend factory arguments: [n=1] [01:57:44.250] | : . ' Dotted pair list of 1 [01:57:44.250] | : . ' $ workers: int 2 [01:57:44.251] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [01:57:44.251] | : . ' , Arguments: [01:57:44.251] | : . ' , List of 5 [01:57:44.251] | : . ' , $ workers : int 2 [01:57:44.251] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:44.251] | : . ' , $ interrupts : logi TRUE [01:57:44.251] | : . ' , $ gc : logi FALSE [01:57:44.251] | : . ' , $ earlySignal : logi FALSE [01:57:44.254] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [01:57:44.254] | : . ' , ; workers: 2 [01:57:44.254] | : . ' , ; getCluster() ... [01:57:44.254] | : . ' , ; getCluster() ... done [01:57:44.255] | : . ' , ; Stopping existing cluster ... [01:57:44.255] | : . ' , ; ` No pre-existing cluster. Skipping [01:57:44.255] | : . ' , ; Stopping existing cluster ... done [01:57:44.255] | : . ' , ; Starting new cluster ... [01:57:44.255] | : . ' , ; ` makeCluster(workers, ...) ... [01:57:44.255] | : . ' , ; ` | Arguments: [01:57:44.256] | : . ' , ; ` | List of 2 [01:57:44.256] | : . ' , ; ` | $ : int 2 [01:57:44.256] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:44.257] | : . ' , ; ` | .makeCluster() ... [01:57:44.257] | : . ' , ; ` | : workers: '2' [01:57:44.260] | : . ' , ; ` | : R_FUTURE_PLAN: NA [01:57:44.260] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [01:57:44.260] | : . ' , ; ` | : List of 2 [01:57:44.260] | : . ' , ; ` | : $ : int 2 [01:57:44.260] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:44.901] | : . ' , ; ` | : Generated cluster UUID [01:57:44.902] | : . ' , ; ` | : Cluster UUID: 'd763f5ee443d781229bce0d661bb9d0e' [01:57:44.902] | : . ' , ; ` | : 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:44.905] | : . ' , ; ` | .makeCluster() ... done [01:57:44.905] | : . ' , ; ` | 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:44.907] | : . ' , ; ` makeCluster(workers, ...) ... done [01:57:44.907] | : . ' , ; ` Number of workers: 2 [01:57:44.907] | : . ' , ; ` Workers UUID: 'd763f5ee443d781229bce0d661bb9d0e' [01:57:44.908] | : . ' , ; Starting new cluster ... done [01:57:44.908] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [01:57:44.908] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [01:57:44.908] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [01:57:44.908] | : . makeFutureBackend() ... done [01:57:44.909] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:44.909] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:44.909] | : . plan(): nbrOfWorkers() = 2 [01:57:44.909] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [01:57:44.909] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > print(plan("backend")) [01:57:44.910] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:44.910] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:44.911] | FutureRegistry('workers-d763f5ee443d781229bce0d661bb9d0e', action = 'list', earlySignal = 0) ... [01:57:44.911] | : Created empty registry 'workers-d763f5ee443d781229bce0d661bb9d0e' [01:57:44.911] | : Listing all futures [01:57:44.911] | : Number of registered futures: 0 [01:57:44.911] | FutureRegistry('workers-d763f5ee443d781229bce0d661bb9d0e', action = 'list', earlySignal = 0) ... done MultisessionFutureBackend: Inherits: ClusterFutureBackend, MultiprocessFutureBackend, FutureBackend UUID: 27598eeb83b3a6526d558d8bb81e6217 Number of workers: 2 Number of free workers: 2 Available cores: 2 Automatic garbage collection: FALSE Early signaling: FALSE Interrupts are enabled: TRUE Maximum total size of globals: 3.86 KiB Maximum total size of value: 3.86 KiB Argument 'rscript_libs': c("D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0", Argument 'rscript_libs': "D:/RCompile/recent/R/library") Argument 'persistent': FALSE Argument 'wait.timeout': 86400 Argument 'wait.interval': 0.01 Argument 'wait.alpha': 1.01 Argument 'hooks': FALSE Number of active futures: 0 Number of futures since start: 0 (0 created, 0 launched, 0 finished) Total runtime of futures: 0 secs (NaN secs/finished future) Workers of type RichSOCKcluster: - Summary: 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) - [ OK ] Node 1/2: valid connection, alive [RichSOCKnode of a socket cluster on local host 'localhost' with pid 58952 (R Under development (unstable) (2025-05-08 r88190 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:20982')] - [ OK ] Node 2/2: valid connection, alive [RichSOCKnode of a socket cluster on local host 'localhost' with pid 74792 (R Under development (unstable) (2025-05-08 r88190 ucrt), x86_64-w64-mingw32) using socket connection #5 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:20982')] > exprs <- list(A = substitute({ + a + }, env = list()), B = substitute({ + a * b + }, env = list()), C = substitute({ + a * b * c + }, en .... [TRUNCATED] > a <- integer(length = 1000) > b <- integer(length = 900) > c <- integer(length = 800) > d <- integer(length = 700) > e <- integer(length = 1) > for (name in names(exprs)) { + message(sprintf("Expression %s:", name)) + expr <- exprs[[name]] + print(expr) + res <- tryCatch({ + .... [TRUNCATED] Expression A: { a } [01:57:46.748] | future(..., label = NULL) ... [01:57:46.748] | : lazy: FALSE [01:57:46.749] | : stdout: TRUE [01:57:46.749] | : conditions: [n=1] 'condition' [01:57:46.749] | : gc: FALSE [01:57:46.749] | : earlySignal: FALSE [01:57:46.750] | : getGlobalsAndPackages() ... [01:57:46.751] | : . Searching for globals ... [01:57:46.769] | : . ' globals found: [2] '{', 'a' [01:57:46.769] | : . Searching for globals ... done [01:57:46.769] | : . Resolving globals: FALSE [01:57:46.769] | : . Search for packages associated with the globals ... [01:57:46.770] | : . ' Packages associated with globals: [1] 'base' [01:57:46.770] | : . ' Packages: [1] 'base' [01:57:46.770] | : . Search for packages associated with the globals ... done [01:57:46.771] | : . Packages after dropping 'base': [0] [01:57:46.771] | : . globals: [1] 'a' [01:57:46.771] | : . packages: [0] [01:57:46.771] | : getGlobalsAndPackages() ... done [01:57:46.772] | : run() for 'Future' (NULL) ... [01:57:46.772] | : . state: 'created' [01:57:46.772] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:46.772] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:46.773] | : . Using MultisessionFutureBackend ... [01:57:46.773] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:46.774] | : . Using MultisessionFutureBackend ... done [01:57:46.774] | : run() for 'Future' (NULL) ... done Future UUID: 9c9f3a908f77b37ec35fc4edfdb4238a-1 DEBUG: BEGIN TROUBLESHOOTING HELP Future involved: Future: Label: NULL Expression: { a } Lazy evaluation: TRUE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: 1 objects totaling 3.94 KiB (integer 'a' of 3.94 KiB) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'created' Resolved: FALSE Value: Conditions captured: Early signaling: FALSE Owner process: 9c9f3a908f77b37ec35fc4edfdb4238a Class: 'Future', 'environment' DEBUG: END TROUBLESHOOTING HELP Expression B: { a * b } [01:57:46.776] | : future(..., label = NULL) ... [01:57:46.776] | : . lazy: FALSE [01:57:46.776] | : . stdout: TRUE [01:57:46.776] | : . conditions: [n=1] 'condition' [01:57:46.776] | : . gc: FALSE [01:57:46.777] | : . earlySignal: FALSE [01:57:46.777] | : . getGlobalsAndPackages() ... [01:57:46.777] | : . ' Searching for globals ... [01:57:46.783] | : . ' , globals found: [4] '{', '*', 'a', 'b' [01:57:46.784] | : . ' Searching for globals ... done [01:57:46.784] | : . ' Resolving globals: FALSE [01:57:46.784] | : . ' Search for packages associated with the globals ... [01:57:46.784] | : . ' , Packages associated with globals: [1] 'base' [01:57:46.785] | : . ' , Packages: [1] 'base' [01:57:46.785] | : . ' Search for packages associated with the globals ... done [01:57:46.785] | : . ' Packages after dropping 'base': [0] [01:57:46.785] | : . ' globals: [2] 'a', 'b' [01:57:46.785] | : . ' packages: [0] [01:57:46.786] | : . getGlobalsAndPackages() ... done [01:57:46.786] | : . run() for 'Future' (NULL) ... [01:57:46.786] | : . ' state: 'created' [01:57:46.786] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:46.787] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:46.787] | : . ' Using MultisessionFutureBackend ... [01:57:46.787] | : . ' , Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:46.788] | : . ' Using MultisessionFutureBackend ... done [01:57:46.788] | : . run() for 'Future' (NULL) ... done Future UUID: 9c9f3a908f77b37ec35fc4edfdb4238a-2 DEBUG: BEGIN TROUBLESHOOTING HELP Future involved: Future: Label: NULL Expression: { a * b } Lazy evaluation: TRUE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: 2 objects totaling 7.48 KiB (integer 'a' of 3.94 KiB, integer 'b' of 3.55 KiB) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'created' Resolved: FALSE Value: Conditions captured: Early signaling: FALSE Owner process: 9c9f3a908f77b37ec35fc4edfdb4238a Class: 'Future', 'environment' DEBUG: END TROUBLESHOOTING HELP Expression C: { a * b * c } [01:57:46.789] | : . future(..., label = NULL) ... [01:57:46.789] | : . ' lazy: FALSE [01:57:46.789] | : . ' stdout: TRUE [01:57:46.789] | : . ' conditions: [n=1] 'condition' [01:57:46.789] | : . ' gc: FALSE [01:57:46.790] | : . ' earlySignal: FALSE [01:57:46.790] | : . ' getGlobalsAndPackages() ... [01:57:46.790] | : . ' , Searching for globals ... [01:57:46.799] | : . ' , ; globals found: [5] '{', '*', 'a', 'b', 'c' [01:57:46.799] | : . ' , Searching for globals ... done [01:57:46.800] | : . ' , Resolving globals: FALSE [01:57:46.800] | : . ' , Search for packages associated with the globals ... [01:57:46.800] | : . ' , ; Packages associated with globals: [1] 'base' [01:57:46.800] | : . ' , ; Packages: [1] 'base' [01:57:46.801] | : . ' , Search for packages associated with the globals ... done [01:57:46.801] | : . ' , Packages after dropping 'base': [0] [01:57:46.801] | : . ' , globals: [3] 'a', 'b', 'c' [01:57:46.801] | : . ' , packages: [0] [01:57:46.801] | : . ' getGlobalsAndPackages() ... done [01:57:46.802] | : . ' run() for 'Future' (NULL) ... [01:57:46.802] | : . ' , state: 'created' [01:57:46.802] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:46.802] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:46.802] | : . ' , Using MultisessionFutureBackend ... [01:57:46.803] | : . ' , ; Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:46.803] | : . ' , Using MultisessionFutureBackend ... done [01:57:46.803] | : . ' run() for 'Future' (NULL) ... done Future UUID: 9c9f3a908f77b37ec35fc4edfdb4238a-3 DEBUG: BEGIN TROUBLESHOOTING HELP Future involved: Future: Label: NULL Expression: { a * b * c } Lazy evaluation: TRUE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: 3 objects totaling 10.64 KiB (integer 'a' of 3.94 KiB, integer 'b' of 3.55 KiB, integer 'c' of 3.16 KiB) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'created' Resolved: FALSE Value: Conditions captured: Early signaling: FALSE Owner process: 9c9f3a908f77b37ec35fc4edfdb4238a Class: 'Future', 'environment' DEBUG: END TROUBLESHOOTING HELP Expression D: { a * b * c * d } [01:57:46.804] | : . ' future(..., label = NULL) ... [01:57:46.805] | : . ' , lazy: FALSE [01:57:46.805] | : . ' , stdout: TRUE [01:57:46.805] | : . ' , conditions: [n=1] 'condition' [01:57:46.805] | : . ' , gc: FALSE [01:57:46.805] | : . ' , earlySignal: FALSE [01:57:46.805] | : . ' , getGlobalsAndPackages() ... [01:57:46.806] | : . ' , ; Searching for globals ... [01:57:46.818] | : . ' , ; ` globals found: [6] '{', '*', 'a', 'b', 'c', 'd' [01:57:46.818] | : . ' , ; Searching for globals ... done [01:57:46.818] | : . ' , ; Resolving globals: FALSE [01:57:46.818] | : . ' , ; Search for packages associated with the globals ... [01:57:46.819] | : . ' , ; ` Packages associated with globals: [1] 'base' [01:57:46.819] | : . ' , ; ` Packages: [1] 'base' [01:57:46.819] | : . ' , ; Search for packages associated with the globals ... done [01:57:46.820] | : . ' , ; Packages after dropping 'base': [0] [01:57:46.820] | : . ' , ; globals: [4] 'a', 'b', 'c', 'd' [01:57:46.820] | : . ' , ; packages: [0] [01:57:46.820] | : . ' , getGlobalsAndPackages() ... done [01:57:46.820] | : . ' , run() for 'Future' (NULL) ... [01:57:46.821] | : . ' , ; state: 'created' [01:57:46.821] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:46.821] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:46.821] | : . ' , ; Using MultisessionFutureBackend ... [01:57:46.821] | : . ' , ; ` Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:46.822] | : . ' , ; Using MultisessionFutureBackend ... done [01:57:46.822] | : . ' , run() for 'Future' (NULL) ... done Future UUID: 9c9f3a908f77b37ec35fc4edfdb4238a-4 DEBUG: BEGIN TROUBLESHOOTING HELP Future involved: Future: Label: NULL Expression: { a * b * c * d } Lazy evaluation: TRUE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: 4 objects totaling 13.40 KiB (integer 'a' of 3.94 KiB, integer 'b' of 3.55 KiB, integer 'c' of 3.16 KiB, integer 'd' of 2.76 KiB) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'created' Resolved: FALSE Value: Conditions captured: Early signaling: FALSE Owner process: 9c9f3a908f77b37ec35fc4edfdb4238a Class: 'Future', 'environment' DEBUG: END TROUBLESHOOTING HELP Expression E: { a * b * c * d * e } [01:57:46.823] | : . ' , future(..., label = NULL) ... [01:57:46.823] | : . ' , ; lazy: FALSE [01:57:46.824] | : . ' , ; stdout: TRUE [01:57:46.824] | : . ' , ; conditions: [n=1] 'condition' [01:57:46.824] | : . ' , ; gc: FALSE [01:57:46.824] | : . ' , ; earlySignal: FALSE [01:57:46.824] | : . ' , ; getGlobalsAndPackages() ... [01:57:46.824] | : . ' , ; ` Searching for globals ... [01:57:46.841] | : . ' , ; ` | globals found: [7] '{', '*', 'a', 'b', 'c', 'd', 'e' [01:57:46.841] | : . ' , ; ` Searching for globals ... done [01:57:46.842] | : . ' , ; ` Resolving globals: FALSE [01:57:46.842] | : . ' , ; ` Search for packages associated with the globals ... [01:57:46.842] | : . ' , ; ` | Packages associated with globals: [1] 'base' [01:57:46.843] | : . ' , ; ` | Packages: [1] 'base' [01:57:46.843] | : . ' , ; ` Search for packages associated with the globals ... done [01:57:46.843] | : . ' , ; ` Packages after dropping 'base': [0] [01:57:46.843] | : . ' , ; ` globals: [5] 'a', 'b', 'c', 'd', 'e' [01:57:46.843] | : . ' , ; ` packages: [0] [01:57:46.843] | : . ' , ; getGlobalsAndPackages() ... done [01:57:46.844] | : . ' , ; run() for 'Future' (NULL) ... [01:57:46.844] | : . ' , ; ` state: 'created' [01:57:46.844] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:46.844] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:46.844] | : . ' , ; ` Using MultisessionFutureBackend ... [01:57:46.845] | : . ' , ; ` | Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:46.845] | : . ' , ; ` Using MultisessionFutureBackend ... done [01:57:46.845] | : . ' , ; run() for 'Future' (NULL) ... done Future UUID: 9c9f3a908f77b37ec35fc4edfdb4238a-5 DEBUG: BEGIN TROUBLESHOOTING HELP Future involved: Future: Label: NULL Expression: { a * b * c * d * e } Lazy evaluation: TRUE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: 5 objects totaling 13.44 KiB (integer 'a' of 3.94 KiB, integer 'b' of 3.55 KiB, integer 'c' of 3.16 KiB, integer 'd' of 2.76 KiB, integer 'e' of 35 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'created' Resolved: FALSE Value: Conditions captured: Early signaling: FALSE Owner process: 9c9f3a908f77b37ec35fc4edfdb4238a Class: 'Future', 'environment' DEBUG: END TROUBLESHOOTING HELP > message("*** Globals - too large ... DONE") *** Globals - too large ... 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.4s, sys.self=0.2s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'globals,toolarge' ... success > > proc.time() user system elapsed 0.71 0.25 3.06