R Under development (unstable) (2026-01-15 r89304 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > #! /usr/bin/env Rscript > ## 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' ... chr "none" > library(future) [12:34:09.234] Option 'future.startup.script': TRUE [12:34:09.235] Future startup scripts considered: '.future.R', '~/.future.R' [12:34:09.236] 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) [12:34:09.240] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:09.246] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:09.246] | : all.equal() for FutureStrategyList ... [12:34:09.247] | : . New stack: [12:34:09.247] | : . List of 1 [12:34:09.247] | : . $ :function (..., workers = 2L) [12:34:09.247] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:09.247] | : . ..- attr(*, "init")= logi TRUE [12:34:09.247] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:09.247] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:09.247] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:09.247] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:09.247] | : . ..- attr(*, "untweakable")= chr "persistent" [12:34:09.247] | : . ..- attr(*, "tweaks")=List of 1 [12:34:09.247] | : . .. ..$ workers: int 2 [12:34:09.247] | : . ..- attr(*, "call")= language plan(multisession, workers = 2L) [12:34:09.247] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:09.256] | : . Old stack: [12:34:09.256] | : . List of 1 [12:34:09.256] | : . $ :function (..., envir = parent.frame()) [12:34:09.256] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:09.256] | : . ..- attr(*, "init")= logi TRUE [12:34:09.256] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:09.256] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:09.256] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:09.256] | : . ..- attr(*, "call")= language plan(sequential) [12:34:09.256] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:09.262] | : . Not identical [12:34:09.262] | : . all.equal() for future ... [12:34:09.263] | : . ' List of 2 [12:34:09.263] | : . ' $ target :function (..., workers = 2L) [12:34:09.263] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:09.263] | : . ' ..- attr(*, "init")= logi TRUE [12:34:09.263] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:09.263] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:09.263] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:09.263] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:09.263] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:34:09.263] | : . ' ..- attr(*, "tweaks")=List of 1 [12:34:09.263] | : . ' .. ..$ workers: int 2 [12:34:09.263] | : . ' ..- attr(*, "call")= language plan(multisession, workers = 2L) [12:34:09.263] | : . ' $ current:function (..., envir = parent.frame()) [12:34:09.263] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:09.263] | : . ' ..- attr(*, "init")= logi TRUE [12:34:09.263] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:09.263] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:09.263] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:09.263] | : . ' ..- attr(*, "call")= language plan(sequential) [12:34:09.272] | : . ' Formals differ [12:34:09.272] | : . all.equal() for future ... done [12:34:09.273] | : . Future strategies differ at level 1 [12:34:09.273] | : all.equal() for FutureStrategyList ... done [12:34:09.273] | : plan(): Setting new future backend stack: [12:34:09.273] | : List of future strategies: [12:34:09.273] | : 1. multisession: [12:34:09.273] | : - args: function (..., workers = 2L) [12:34:09.273] | : - tweaked: TRUE [12:34:09.273] | : - call: plan(multisession, workers = 2L) [12:34:09.274] | : List of 1 [12:34:09.274] | : $ :function (..., workers = 2L) [12:34:09.274] | : ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:09.274] | : ..- attr(*, "init")= logi TRUE [12:34:09.274] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:09.274] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:09.274] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:09.274] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:09.274] | : ..- attr(*, "untweakable")= chr "persistent" [12:34:09.274] | : ..- attr(*, "tweaks")=List of 1 [12:34:09.274] | : .. ..$ workers: int 2 [12:34:09.274] | : ..- attr(*, "call")= language plan(multisession, workers = 2L) [12:34:09.274] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:09.281] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:34:09.281] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:09.281] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:34:09.282] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:09.282] | : . Legacy shutdown of cluster workers ... [12:34:09.282] | : . ' Stopping existing cluster ... [12:34:09.283] | : . ' , No pre-existing cluster. Skipping [12:34:09.283] | : . ' Stopping existing cluster ... done [12:34:09.283] | : . Legacy shutdown of cluster workers ... done [12:34:09.283] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:09.283] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:09.283] | : . function (..., workers = 2L) [12:34:09.283] | : . - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:09.283] | : . - attr(*, "init")= logi TRUE [12:34:09.283] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:09.283] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:09.283] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:09.283] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:09.283] | : . - attr(*, "untweakable")= chr "persistent" [12:34:09.283] | : . - attr(*, "tweaks")=List of 1 [12:34:09.283] | : . ..$ workers: int 2 [12:34:09.283] | : . - attr(*, "call")= language plan(multisession, workers = 2L) [12:34:09.287] | : . init: TRUE [12:34:09.288] | : . makeFutureBackend() ... [12:34:09.288] | : . ' Backend function: <'NULL'> [12:34:09.288] | : . ' Evaluator tweak arguments: [n=1] [12:34:09.288] | : . ' List of 1 [12:34:09.288] | : . ' $ workers: int 2 [12:34:09.289] | : . ' Evaluator formal arguments: [n=1] [12:34:09.289] | : . ' Dotted pair list of 1 [12:34:09.289] | : . ' $ workers: int 2 [12:34:09.290] | : . ' Arguments passed to the future-backend factory: [n=1] [12:34:09.291] | : . ' List of 1 [12:34:09.291] | : . ' $ workers: int 2 [12:34:09.291] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:34:09.292] | : . ' , Arguments: [12:34:09.292] | : . ' , List of 5 [12:34:09.292] | : . ' , $ workers : int 2 [12:34:09.292] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:09.292] | : . ' , $ interrupts : logi TRUE [12:34:09.292] | : . ' , $ gc : logi FALSE [12:34:09.292] | : . ' , $ earlySignal : logi FALSE [12:34:09.294] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:34:09.295] | : . ' , ; workers: 2 [12:34:09.295] | : . ' , ; getCluster() ... [12:34:09.295] | : . ' , ; getCluster() ... done [12:34:09.295] | : . ' , ; Stopping existing cluster ... [12:34:09.295] | : . ' , ; ` No pre-existing cluster. Skipping [12:34:09.295] | : . ' , ; Stopping existing cluster ... done [12:34:09.296] | : . ' , ; Starting new cluster ... [12:34:09.296] | : . ' , ; ` makeCluster(workers, ...) ... [12:34:09.296] | : . ' , ; ` | Arguments: [12:34:09.296] | : . ' , ; ` | List of 2 [12:34:09.296] | : . ' , ; ` | $ : int 2 [12:34:09.296] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:09.298] | : . ' , ; ` | .makeCluster() ... [12:34:09.298] | : . ' , ; ` | : workers: '2' [12:34:09.298] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:34:09.298] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:34:09.299] | : . ' , ; ` | : List of 2 [12:34:09.299] | : . ' , ; ` | : $ : int 2 [12:34:09.299] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:10.400] | : . ' , ; ` | : Generated cluster UUID [12:34:10.400] | : . ' , ; ` | : Cluster UUID: 'f64fe55bcdc04e120a18e46658699564' [12:34:10.401] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:10.405] | : . ' , ; ` | .makeCluster() ... done [12:34:10.405] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:10.408] | : . ' , ; ` makeCluster(workers, ...) ... done [12:34:10.408] | : . ' , ; ` Number of workers: 2 [12:34:10.409] | : . ' , ; ` Workers UUID: 'f64fe55bcdc04e120a18e46658699564' [12:34:10.409] | : . ' , ; Starting new cluster ... done [12:34:10.410] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:34:10.410] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:34:10.410] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:34:10.410] | : . makeFutureBackend() ... done [12:34:10.411] | : . nbrOfWorkers(NULL) ... [12:34:10.411] | : . ' List of 4 [12:34:10.411] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:10.411] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:10.411] | : . ' $ : language nbrOfWorkers() [12:34:10.411] | : . ' $ : language nbrOfWorkers.NULL() [12:34:10.415] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:10.415] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:10.415] | : . ' Number of workers: 2 [12:34:10.416] | : . nbrOfWorkers(NULL) ... done [12:34:10.416] | : . plan(): nbrOfWorkers() = 2 [12:34:10.416] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:10.416] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > print(plan("backend")) [12:34:10.417] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:10.417] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:10.418] | FutureRegistry('workers-f64fe55bcdc04e120a18e46658699564', action = 'list', earlySignal = 0) ... [12:34:10.418] | : Created empty registry 'workers-f64fe55bcdc04e120a18e46658699564' [12:34:10.419] | : Listing all futures [12:34:10.419] | : Number of registered futures: 0 [12:34:10.419] | FutureRegistry('workers-f64fe55bcdc04e120a18e46658699564', action = 'list', earlySignal = 0) ... done MultisessionFutureBackend: Inherits: ClusterFutureBackend, MultiprocessFutureBackend, FutureBackend UUID: 2004a052d17f8e75b106ff2b8a969875 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/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", "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 on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) - [ OK ] Node 1/2: valid connection, alive [RichSOCKnode of a socket cluster on local host 'localhost' with pid 101248 (R Under development (unstable) (2026-01-15 r89304 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:36906')] - [ OK ] Node 2/2: valid connection, alive [RichSOCKnode of a socket cluster on local host 'localhost' with pid 78792 (R Under development (unstable) (2026-01-15 r89304 ucrt), x86_64-w64-mingw32) using socket connection #5 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:36906')] > 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 } [12:34:14.218] | future(..., label = NULL) ... [12:34:14.219] | : lazy: FALSE [12:34:14.219] | : stdout: TRUE [12:34:14.219] | : conditions: [n=1] 'condition' [12:34:14.221] | : getGlobalsAndPackages() ... [12:34:14.221] | : . Searching for globals ... [12:34:14.249] | : . ' globals found: [2] '{', 'a' [12:34:14.249] | : . Searching for globals ... done [12:34:14.249] | : . Resolving globals: FALSE [12:34:14.249] | : . Search for packages associated with the globals ... [12:34:14.250] | : . ' Packages associated with globals: [1] 'base' [12:34:14.251] | : . ' Packages: [1] 'base' [12:34:14.251] | : . Search for packages associated with the globals ... done [12:34:14.251] | : . Packages after dropping 'base': [0] [12:34:14.251] | : . globals: [1] 'a' [12:34:14.251] | : . packages: [0] [12:34:14.252] | : getGlobalsAndPackages() ... done [12:34:14.252] | : run() for 'Future' () ... [12:34:14.253] | : . state: 'created' [12:34:14.253] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:14.253] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:14.253] | : . Using MultisessionFutureBackend ... [12:34:14.253] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:34:14.255] | : . Using MultisessionFutureBackend ... done [12:34:14.255] | : run() for 'Future' () ... done (a915e0a971849f2e61a74940ad52be58-1); on a915e0a971849f2e61a74940ad52be58@CRANWIN3<43892>]> Occurred on: a915e0a971849f2e61a74940ad52be58 [CRANWIN3; pid 43892] Future: a915e0a971849f2e61a74940ad52be58-1 () DEBUG: BEGIN TROUBLESHOOTING HELP Future: Label: Expression: { a } Globals: 1 objects totaling 4.24 KiB (integer 'a' of 3.94 KiB) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: TRUE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'created' ("Future was created, but is yet to be submitted") Resolved: FALSE Unique identifier: a915e0a971849f2e61a74940ad52be58-1 Owner process: a915e0a971849f2e61a74940ad52be58 Class: 'Future', 'environment' Value: Conditions captured: DEBUG: END TROUBLESHOOTING HELP Expression B: { a * b } [12:34:14.258] | : future(..., label = NULL) ... [12:34:14.258] | : . lazy: FALSE [12:34:14.258] | : . stdout: TRUE [12:34:14.258] | : . conditions: [n=1] 'condition' [12:34:14.258] | : . getGlobalsAndPackages() ... [12:34:14.259] | : . ' Searching for globals ... [12:34:14.268] | : . ' , globals found: [4] '{', '*', 'a', 'b' [12:34:14.268] | : . ' Searching for globals ... done [12:34:14.268] | : . ' Resolving globals: FALSE [12:34:14.269] | : . ' Search for packages associated with the globals ... [12:34:14.270] | : . ' , Packages associated with globals: [1] 'base' [12:34:14.270] | : . ' , Packages: [1] 'base' [12:34:14.271] | : . ' Search for packages associated with the globals ... done [12:34:14.271] | : . ' Packages after dropping 'base': [0] [12:34:14.271] | : . ' globals: [2] 'a', 'b' [12:34:14.272] | : . ' packages: [0] [12:34:14.272] | : . getGlobalsAndPackages() ... done [12:34:14.273] | : . run() for 'Future' () ... [12:34:14.273] | : . ' state: 'created' [12:34:14.274] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:14.274] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:14.274] | : . ' Using MultisessionFutureBackend ... [12:34:14.275] | : . ' , Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:34:14.276] | : . ' Using MultisessionFutureBackend ... done [12:34:14.276] | : . run() for 'Future' () ... done (a915e0a971849f2e61a74940ad52be58-2); on a915e0a971849f2e61a74940ad52be58@CRANWIN3<43892>]> Occurred on: a915e0a971849f2e61a74940ad52be58 [CRANWIN3; pid 43892] Future: a915e0a971849f2e61a74940ad52be58-2 () DEBUG: BEGIN TROUBLESHOOTING HELP Future: Label: Expression: { a * b } Globals: 2 objects totaling 7.78 KiB (integer 'a' of 3.94 KiB, integer 'b' of 3.55 KiB) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: TRUE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'created' ("Future was created, but is yet to be submitted") Resolved: FALSE Unique identifier: a915e0a971849f2e61a74940ad52be58-2 Owner process: a915e0a971849f2e61a74940ad52be58 Class: 'Future', 'environment' Value: Conditions captured: DEBUG: END TROUBLESHOOTING HELP Expression C: { a * b * c } [12:34:14.279] | : . future(..., label = NULL) ... [12:34:14.279] | : . ' lazy: FALSE [12:34:14.280] | : . ' stdout: TRUE [12:34:14.280] | : . ' conditions: [n=1] 'condition' [12:34:14.280] | : . ' getGlobalsAndPackages() ... [12:34:14.281] | : . ' , Searching for globals ... [12:34:14.298] | : . ' , ; globals found: [5] '{', '*', 'a', 'b', 'c' [12:34:14.299] | : . ' , Searching for globals ... done [12:34:14.299] | : . ' , Resolving globals: FALSE [12:34:14.300] | : . ' , Search for packages associated with the globals ... [12:34:14.300] | : . ' , ; Packages associated with globals: [1] 'base' [12:34:14.301] | : . ' , ; Packages: [1] 'base' [12:34:14.301] | : . ' , Search for packages associated with the globals ... done [12:34:14.301] | : . ' , Packages after dropping 'base': [0] [12:34:14.302] | : . ' , globals: [3] 'a', 'b', 'c' [12:34:14.302] | : . ' , packages: [0] [12:34:14.302] | : . ' getGlobalsAndPackages() ... done [12:34:14.303] | : . ' run() for 'Future' () ... [12:34:14.303] | : . ' , state: 'created' [12:34:14.303] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:14.304] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:14.304] | : . ' , Using MultisessionFutureBackend ... [12:34:14.304] | : . ' , ; Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:34:14.306] | : . ' , Using MultisessionFutureBackend ... done [12:34:14.306] | : . ' run() for 'Future' () ... done (a915e0a971849f2e61a74940ad52be58-3); on a915e0a971849f2e61a74940ad52be58@CRANWIN3<43892>]> Occurred on: a915e0a971849f2e61a74940ad52be58 [CRANWIN3; pid 43892] Future: a915e0a971849f2e61a74940ad52be58-3 () DEBUG: BEGIN TROUBLESHOOTING HELP Future: Label: Expression: { a * b * c } Globals: 3 objects totaling 10.94 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) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: TRUE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'created' ("Future was created, but is yet to be submitted") Resolved: FALSE Unique identifier: a915e0a971849f2e61a74940ad52be58-3 Owner process: a915e0a971849f2e61a74940ad52be58 Class: 'Future', 'environment' Value: Conditions captured: DEBUG: END TROUBLESHOOTING HELP Expression D: { a * b * c * d } [12:34:14.308] | : . ' future(..., label = NULL) ... [12:34:14.309] | : . ' , lazy: FALSE [12:34:14.309] | : . ' , stdout: TRUE [12:34:14.309] | : . ' , conditions: [n=1] 'condition' [12:34:14.309] | : . ' , getGlobalsAndPackages() ... [12:34:14.310] | : . ' , ; Searching for globals ... [12:34:14.334] | : . ' , ; ` globals found: [6] '{', '*', 'a', 'b', 'c', 'd' [12:34:14.334] | : . ' , ; Searching for globals ... done [12:34:14.334] | : . ' , ; Resolving globals: FALSE [12:34:14.335] | : . ' , ; Search for packages associated with the globals ... [12:34:14.335] | : . ' , ; ` Packages associated with globals: [1] 'base' [12:34:14.336] | : . ' , ; ` Packages: [1] 'base' [12:34:14.336] | : . ' , ; Search for packages associated with the globals ... done [12:34:14.336] | : . ' , ; Packages after dropping 'base': [0] [12:34:14.336] | : . ' , ; globals: [4] 'a', 'b', 'c', 'd' [12:34:14.336] | : . ' , ; packages: [0] [12:34:14.337] | : . ' , getGlobalsAndPackages() ... done [12:34:14.337] | : . ' , run() for 'Future' () ... [12:34:14.337] | : . ' , ; state: 'created' [12:34:14.338] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:14.338] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:14.338] | : . ' , ; Using MultisessionFutureBackend ... [12:34:14.339] | : . ' , ; ` Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:34:14.340] | : . ' , ; Using MultisessionFutureBackend ... done [12:34:14.340] | : . ' , run() for 'Future' () ... done (a915e0a971849f2e61a74940ad52be58-4); on a915e0a971849f2e61a74940ad52be58@CRANWIN3<43892>]> Occurred on: a915e0a971849f2e61a74940ad52be58 [CRANWIN3; pid 43892] Future: a915e0a971849f2e61a74940ad52be58-4 () DEBUG: BEGIN TROUBLESHOOTING HELP Future: Label: Expression: { a * b * c * d } Globals: 4 objects totaling 13.70 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) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: TRUE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'created' ("Future was created, but is yet to be submitted") Resolved: FALSE Unique identifier: a915e0a971849f2e61a74940ad52be58-4 Owner process: a915e0a971849f2e61a74940ad52be58 Class: 'Future', 'environment' Value: Conditions captured: DEBUG: END TROUBLESHOOTING HELP Expression E: { a * b * c * d * e } [12:34:14.341] | : . ' , future(..., label = NULL) ... [12:34:14.342] | : . ' , ; lazy: FALSE [12:34:14.342] | : . ' , ; stdout: TRUE [12:34:14.342] | : . ' , ; conditions: [n=1] 'condition' [12:34:14.342] | : . ' , ; getGlobalsAndPackages() ... [12:34:14.343] | : . ' , ; ` Searching for globals ... [12:34:14.366] | : . ' , ; ` | globals found: [7] '{', '*', 'a', 'b', 'c', 'd', 'e' [12:34:14.366] | : . ' , ; ` Searching for globals ... done [12:34:14.366] | : . ' , ; ` Resolving globals: FALSE [12:34:14.367] | : . ' , ; ` Search for packages associated with the globals ... [12:34:14.370] | : . ' , ; ` | Packages associated with globals: [1] 'base' [12:34:14.371] | : . ' , ; ` | Packages: [1] 'base' [12:34:14.371] | : . ' , ; ` Search for packages associated with the globals ... done [12:34:14.371] | : . ' , ; ` Packages after dropping 'base': [0] [12:34:14.372] | : . ' , ; ` globals: [5] 'a', 'b', 'c', 'd', 'e' [12:34:14.372] | : . ' , ; ` packages: [0] [12:34:14.372] | : . ' , ; getGlobalsAndPackages() ... done [12:34:14.373] | : . ' , ; run() for 'Future' () ... [12:34:14.373] | : . ' , ; ` state: 'created' [12:34:14.373] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:14.374] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:14.374] | : . ' , ; ` Using MultisessionFutureBackend ... [12:34:14.374] | : . ' , ; ` | Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:34:14.375] | : . ' , ; ` Using MultisessionFutureBackend ... done [12:34:14.375] | : . ' , ; run() for 'Future' () ... done (a915e0a971849f2e61a74940ad52be58-5); on a915e0a971849f2e61a74940ad52be58@CRANWIN3<43892>]> Occurred on: a915e0a971849f2e61a74940ad52be58 [CRANWIN3; pid 43892] Future: a915e0a971849f2e61a74940ad52be58-5 () DEBUG: BEGIN TROUBLESHOOTING HELP Future: Label: Expression: { a * b * c * d * e } Globals: 5 objects totaling 13.73 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) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: TRUE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'created' ("Future was created, but is yet to be submitted") Resolved: FALSE Unique identifier: a915e0a971849f2e61a74940ad52be58-5 Owner process: a915e0a971849f2e61a74940ad52be58 Class: 'Future', 'environment' Value: Conditions captured: DEBUG: END TROUBLESHOOTING HELP > message("*** Globals - too large ... DONE") *** Globals - too large ... DONE Failed to undo environment variables: - Expected environment variables: [n=217] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', '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_BIBENTRIES_CITED_NOT_SHOWN_', '_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_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_01_16_12_30_17_22682' Test time: user.self=0.8s, sys.self=1s, elapsed=5s, user.child=NAs, sys.child=NAs Test 'globals,toolarge' ... success > > proc.time() user system elapsed 1.26 1.57 5.92