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-requestNode.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("requestNode") Test 'requestNode' ... 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-requestNode.R' > library(future) [01:58:28.285] Option 'future.startup.script': TRUE [01:58:28.286] Future startup scripts considered: '.future.R', '~/.future.R' [01:58:28.286] Future startup scripts found: > message("*** requestNode() ...") *** requestNode() ... > message("*** requestNode() - exceptions ...") *** requestNode() - exceptions ... > workers <- makeClusterPSOCK(2) > print(workers) 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) > res <- tryCatch({ + requestNode(function() { + }, workers = workers, timeout = -1) + }, error = identity) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + requestNode(function() { + }, workers = workers, alpha = 0) + }, error = identity) > stopifnot(inherits(res, "error")) > parallel::stopCluster(workers) > message("*** requestNode() - exceptions ... DONE") *** requestNode() - exceptions ... DONE > message("*** requestNode() - timeout ...") *** requestNode() - timeout ... > plan(cluster, workers = "localhost") [01:58:28.964] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:28.965] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:58:28.965] | : all.equal() for FutureStrategyList ... [01:58:28.966] | : . New stack: [01:58:28.966] | : . List of 1 [01:58:28.966] | : . $ :function (..., workers = "localhost", envir = parent.frame()) [01:58:28.966] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:28.966] | : . ..- attr(*, "init")= logi TRUE [01:58:28.966] | : . ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:28.966] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:28.966] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:28.966] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:28.966] | : . ..- attr(*, "tweaks")=List of 1 [01:58:28.966] | : . .. ..$ workers: chr "localhost" [01:58:28.966] | : . ..- attr(*, "call")= language plan(cluster, workers = "localhost") [01:58:28.966] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:28.972] | : . Old stack: [01:58:28.972] | : . List of 1 [01:58:28.972] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:28.972] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:28.972] | : . ..- attr(*, "init")= logi TRUE [01:58:28.972] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:28.972] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:28.972] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:28.972] | : . ..- attr(*, "call")= language plan(sequential) [01:58:28.972] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:28.975] | : . Not identical [01:58:28.976] | : . all.equal() for future ... [01:58:28.976] | : . ' List of 2 [01:58:28.976] | : . ' $ target :function (..., workers = "localhost", envir = parent.frame()) [01:58:28.976] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:28.976] | : . ' ..- attr(*, "init")= logi TRUE [01:58:28.976] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:28.976] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:28.976] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:28.976] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:28.976] | : . ' ..- attr(*, "tweaks")=List of 1 [01:58:28.976] | : . ' .. ..$ workers: chr "localhost" [01:58:28.976] | : . ' ..- attr(*, "call")= language plan(cluster, workers = "localhost") [01:58:28.976] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:28.976] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:28.976] | : . ' ..- attr(*, "init")= logi TRUE [01:58:28.976] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:28.976] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:28.976] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:28.976] | : . ' ..- attr(*, "call")= language plan(sequential) [01:58:28.982] | : . ' Formals differ [01:58:28.982] | : . all.equal() for future ... done [01:58:28.982] | : . Future strategies differ at level 1 [01:58:28.983] | : all.equal() for FutureStrategyList ... done [01:58:28.983] | : plan(): Setting new future backend stack: [01:58:28.983] | : List of future strategies: [01:58:28.983] | : 1. cluster: [01:58:28.983] | : - args: function (..., workers = "localhost", envir = parent.frame()) [01:58:28.983] | : - tweaked: TRUE [01:58:28.983] | : - call: plan(cluster, workers = "localhost") [01:58:28.984] | : List of 1 [01:58:28.984] | : $ :function (..., workers = "localhost", envir = parent.frame()) [01:58:28.984] | : ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:28.984] | : ..- attr(*, "init")= logi TRUE [01:58:28.984] | : ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:28.984] | : earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:28.984] | : .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:28.984] | : ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:28.984] | : ..- attr(*, "tweaks")=List of 1 [01:58:28.984] | : .. ..$ workers: chr "localhost" [01:58:28.984] | : ..- attr(*, "call")= language plan(cluster, workers = "localhost") [01:58:28.984] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:28.988] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [01:58:28.989] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:28.989] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [01:58:28.989] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:28.989] | : . Legacy shutdown of cluster workers ... [01:58:28.990] | : . ' Stopping existing cluster ... [01:58:28.990] | : . ' , No pre-existing cluster. Skipping [01:58:28.990] | : . ' Stopping existing cluster ... done [01:58:28.990] | : . Legacy shutdown of cluster workers ... done [01:58:28.991] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [01:58:28.991] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [01:58:28.991] | : . function (..., workers = "localhost", envir = parent.frame()) [01:58:28.991] | : . - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:28.991] | : . - attr(*, "init")= logi TRUE [01:58:28.991] | : . - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:28.991] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:28.991] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:28.991] | : . - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:28.991] | : . - attr(*, "tweaks")=List of 1 [01:58:28.991] | : . ..$ workers: chr "localhost" [01:58:28.991] | : . - attr(*, "call")= language plan(cluster, workers = "localhost") [01:58:28.995] | : . init: TRUE [01:58:28.995] | : . makeFutureBackend() ... [01:58:28.996] | : . ' Backend function: <'NULL'> [01:58:28.996] | : . ' Evaluator tweak arguments: [n=1] [01:58:28.996] | : . ' List of 1 [01:58:28.996] | : . ' $ workers: chr "localhost" [01:58:28.997] | : . ' Evaluator formal arguments: [n=1] [01:58:28.997] | : . ' List of 1 [01:58:28.997] | : . ' $ workers: chr "localhost" [01:58:28.998] | : . ' Backend factory arguments: [n=1] [01:58:28.998] | : . ' Dotted pair list of 1 [01:58:28.998] | : . ' $ workers: chr "localhost" [01:58:28.999] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [01:58:28.999] | : . ' , workers: [n=1] 'localhost' [01:58:29.000] | : . ' , getCluster() ... [01:58:29.000] | : . ' , getCluster() ... done [01:58:29.000] | : . ' , Stopping existing cluster ... [01:58:29.000] | : . ' , ; No pre-existing cluster. Skipping [01:58:29.000] | : . ' , Stopping existing cluster ... done [01:58:29.001] | : . ' , Starting new cluster ... [01:58:29.001] | : . ' , ; makeCluster(workers, ...) ... [01:58:29.001] | : . ' , ; ` Arguments: [01:58:29.001] | : . ' , ; ` List of 1 [01:58:29.001] | : . ' , ; ` $ : chr "localhost" [01:58:29.002] | : . ' , ; ` .makeCluster() ... [01:58:29.002] | : . ' , ; ` | workers: 'localhost' [01:58:29.003] | : . ' , ; ` | R_FUTURE_PLAN: NA [01:58:29.003] | : . ' , ; ` | parallelly::makeClusterPSOCK() arguments: [01:58:29.003] | : . ' , ; ` | List of 1 [01:58:29.003] | : . ' , ; ` | $ : chr "localhost" [01:58:29.185] | : . ' , ; ` | Generated cluster UUID [01:58:29.186] | : . ' , ; ` | Cluster UUID: '081ae9f0d4458bc551b8554227e4c5ea' [01:58:29.186] | : . ' , ; ` | Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:29.188] | : . ' , ; ` .makeCluster() ... done [01:58:29.188] | : . ' , ; ` Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:29.189] | : . ' , ; makeCluster(workers, ...) ... done [01:58:29.190] | : . ' , ; Number of workers: 1 [01:58:29.190] | : . ' , ; Workers UUID: '081ae9f0d4458bc551b8554227e4c5ea' [01:58:29.190] | : . ' , Starting new cluster ... done [01:58:29.191] | : . ' , Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [01:58:29.191] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [01:58:29.191] | : . makeFutureBackend() ... done [01:58:29.191] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:29.192] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:29.192] | : . plan(): nbrOfWorkers() = 1 [01:58:29.192] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [01:58:29.192] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > f <- future({ + Sys.sleep(0.2) + 1 + }) [01:58:29.193] | future(..., label = NULL) ... [01:58:29.193] | : lazy: FALSE [01:58:29.193] | : stdout: TRUE [01:58:29.193] | : conditions: [n=1] 'condition' [01:58:29.193] | : gc: FALSE [01:58:29.194] | : earlySignal: FALSE [01:58:29.195] | : getGlobalsAndPackages() ... [01:58:29.195] | : . Searching for globals ... [01:58:29.213] | : . ' globals found: [2] '{', 'Sys.sleep' [01:58:29.213] | : . Searching for globals ... done [01:58:29.213] | : . Resolving globals: FALSE [01:58:29.213] | : . Search for packages associated with the globals ... [01:58:29.214] | : . ' Packages associated with globals: [1] 'base' [01:58:29.214] | : . ' Packages: [1] 'base' [01:58:29.214] | : . Search for packages associated with the globals ... done [01:58:29.215] | : . Packages after dropping 'base': [0] [01:58:29.215] | : . globals: [0] [01:58:29.215] | : . packages: [0] [01:58:29.215] | : getGlobalsAndPackages() ... done [01:58:29.216] | : run() for 'Future' (NULL) ... [01:58:29.216] | : . state: 'created' [01:58:29.217] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:29.217] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:29.217] | : . Using ClusterFutureBackend ... [01:58:29.217] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:58:29.218] | : . ' Launching futures ... [01:58:29.218] | : . ' , launchFuture() for ClusterFutureBackend ... [01:58:29.218] | : . ' , ; Workers: [n=1] [01:58:29.219] | : . ' , ; Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:29.220] | : . ' , ; FutureRegistry: 'workers-081ae9f0d4458bc551b8554227e4c5ea' [01:58:29.220] | : . ' , ; requestWorker() ... [01:58:29.221] | : . ' , ; ` requestNode() ... [01:58:29.221] | : . ' , ; ` | Number of workers: 1 [01:58:29.221] | : . ' , ; ` | Polling for a free worker ... [01:58:29.221] | : . ' , ; ` | : FutureRegistry('workers-081ae9f0d4458bc551b8554227e4c5ea', action = 'list', earlySignal = 0) ... [01:58:29.222] | : . ' , ; ` | : . Created empty registry 'workers-081ae9f0d4458bc551b8554227e4c5ea' [01:58:29.222] | : . ' , ; ` | : . Listing all futures [01:58:29.222] | : . ' , ; ` | : . Number of registered futures: 0 [01:58:29.222] | : . ' , ; ` | : FutureRegistry('workers-081ae9f0d4458bc551b8554227e4c5ea', action = 'list', earlySignal = 0) ... done [01:58:29.222] | : . ' , ; ` | : Total time: 0 [01:58:29.223] | : . ' , ; ` | Polling for a free worker ... done [01:58:29.223] | : . ' , ; ` | FutureRegistry('workers-081ae9f0d4458bc551b8554227e4c5ea', action = 'list', earlySignal = 0) ... [01:58:29.223] | : . ' , ; ` | : Listing all futures [01:58:29.223] | : . ' , ; ` | : Number of registered futures: 0 [01:58:29.223] | : . ' , ; ` | FutureRegistry('workers-081ae9f0d4458bc551b8554227e4c5ea', action = 'list', earlySignal = 0) ... done [01:58:29.224] | : . ' , ; ` | avail: [n=1] '1' [01:58:29.224] | : . ' , ; ` | Index of first available worker: 1 [01:58:29.224] | : . ' , ; ` | Validate that the worker is functional ... [01:58:29.334] | : . ' , ; ` | : Worker is functional [01:58:29.335] | : . ' , ; ` | : FutureRegistry('workers-081ae9f0d4458bc551b8554227e4c5ea', action = 'list', earlySignal = 0) ... [01:58:29.335] | : . ' , ; ` | : . Listing all futures [01:58:29.335] | : . ' , ; ` | : . Number of registered futures: 0 [01:58:29.335] | : . ' , ; ` | : FutureRegistry('workers-081ae9f0d4458bc551b8554227e4c5ea', action = 'list', earlySignal = 0) ... done [01:58:29.335] | : . ' , ; ` | Validate that the worker is functional ... done [01:58:29.335] | : . ' , ; ` requestNode() ... done [01:58:29.336] | : . ' , ; ` cluster node index: 1 [01:58:29.336] | : . ' , ; requestWorker() ... done [01:58:29.336] | : . ' , ; eraseGlobalEnvironment() ... [01:58:29.337] | : . ' , ; eraseGlobalEnvironment() ... done [01:58:29.337] | : . ' , ; launchFuture() ... [01:58:29.337] | : . ' , ; ` cluster node index: 1 [01:58:29.337] | : . ' , ; ` getFutureData() ... [01:58:29.337] | : . ' , ; ` | getFutureCore() ... [01:58:29.338] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:58:29.338] | : . ' , ; ` | getFutureCore() ... done [01:58:29.338] | : . ' , ; ` | getFutureCapture() ... [01:58:29.338] | : . ' , ; ` | getFutureCapture() ... done [01:58:29.338] | : . ' , ; ` | getFutureContext() ... [01:58:29.339] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:29.339] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:58:29.339] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:29.339] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:58:29.339] | : . ' , ; ` | getFutureContext() ... done [01:58:29.340] | : . ' , ; ` getFutureData() ... done [01:58:29.340] | : . ' , ; ` FutureRegistry('workers-081ae9f0d4458bc551b8554227e4c5ea', action = 'add', earlySignal = 0) ... [01:58:29.340] | : . ' , ; ` | Appended future to position #1 [01:58:29.341] | : . ' , ; ` | Number of registered futures: 1 [01:58:29.341] | : . ' , ; ` FutureRegistry('workers-081ae9f0d4458bc551b8554227e4c5ea', action = 'add', earlySignal = 0) ... done [01:58:29.341] | : . ' , ; launchFuture() ... done [01:58:29.341] | : . ' , ; ClusterFuture started [01:58:29.341] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:58:29.341] | : . ' Launching futures ... done [01:58:29.342] | : . ' Future launched: 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:58:29.342] | : . Using ClusterFutureBackend ... done [01:58:29.342] | : run() for 'Future' (NULL) ... done [01:58:29.342] | future(..., label = NULL) ... done > res <- tryCatch({ + requestNode(function() { + }, workers = f$workers, timeout = 0.5, delta = 0.1) + }, error = identity) > stopifnot(inherits(res, "error")) > v <- value(f) [01:58:29.343] | value() for ClusterFuture (NULL) ... [01:58:29.343] | : result() for ClusterFuture ... [01:58:29.344] | : . assertValidConnection() ... [01:58:29.344] | : . ' cluster node index: 1 [01:58:29.345] | : . assertValidConnection() ... done [01:58:29.345] | : . receiveMessageFromWorker() for ClusterFuture ... [01:58:29.345] | : . ' cluster node index: 1 [01:58:29.602] | : . ' [1] TRUE [01:58:29.603] | : . ' received data: [01:58:29.603] | : . ' List of 5 [01:58:29.603] | : . ' $ type : chr "VALUE" [01:58:29.603] | : . ' $ value :List of 14 [01:58:29.603] | : . ' ..$ value : num 1 [01:58:29.603] | : . ' ..$ visible : logi TRUE [01:58:29.603] | : . ' ..$ stdout : chr "" [01:58:29.603] | : . ' ..$ conditions : list() [01:58:29.603] | : . ' ..$ rng : logi FALSE [01:58:29.603] | : . ' ..$ misuseGlobalEnv : NULL [01:58:29.603] | : . ' ..$ misuseConnections:List of 3 [01:58:29.603] | : . ' .. ..$ added : NULL [01:58:29.603] | : . ' .. ..$ removed : NULL [01:58:29.603] | : . ' .. ..$ replaced: NULL [01:58:29.603] | : . ' ..$ misuseDevices : NULL [01:58:29.603] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:58:29" [01:58:29.603] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:58:29" [01:58:29.603] | : . ' ..$ uuid : chr [1:2] "346f83068e24d587c29fee958e1de64c" "1" [01:58:29.603] | : . ' ..$ session_uuid : chr "19a2183a663329aa6a92f96debabe3b3" [01:58:29.603] | : . ' .. ..- attr(*, "source")=List of 5 [01:58:29.603] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:58:29.603] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:58:29.603] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:58:29.603] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:58:29.603] | : . ' .. .. ..$ pid : int 35620 [01:58:29.603] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:58:29" [01:58:29.603] | : . ' .. .. ..$ random: int 2147483647 [01:58:29.603] | : . ' ..$ r_info :List of 4 [01:58:29.603] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:58:29.603] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:58:29.603] | : . ' .. ..$ os : chr "windows" [01:58:29.603] | : . ' .. ..$ os_name : chr "Windows" [01:58:29.603] | : . ' .. ..$ captures_utf8: logi TRUE [01:58:29.603] | : . ' ..$ version : chr "1.8" [01:58:29.603] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:58:29.603] | : . ' $ success: logi TRUE [01:58:29.603] | : . ' $ time : 'proc_time' Named num [1:5] 0.06 0 0.26 NA NA [01:58:29.603] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:58:29.603] | : . ' $ tag : NULL [01:58:29.617] | : . ' Received FutureResult [01:58:29.617] | : . ' FutureRegistry('workers-081ae9f0d4458bc551b8554227e4c5ea', action = 'remove', earlySignal = 0) ... [01:58:29.620] | : . ' , Removed future from position #1 [01:58:29.621] | : . ' , Number of registered futures: 0 [01:58:29.621] | : . ' FutureRegistry('workers-081ae9f0d4458bc551b8554227e4c5ea', action = 'remove', earlySignal = 0) ... done [01:58:29.621] | : . ' Erased future from future backend [01:58:29.621] | : . ' result() for ClusterFuture ... [01:58:29.622] | : . ' , result already collected: FutureResult [01:58:29.622] | : . ' result() for ClusterFuture ... done [01:58:29.622] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:58:29.622] | : result() for ClusterFuture ... done [01:58:29.622] | : result() for ClusterFuture ... [01:58:29.623] | : . result already collected: FutureResult [01:58:29.623] | : result() for ClusterFuture ... done [01:58:29.623] | : relay stdout ... [01:58:29.623] | : relay stdout ... done [01:58:29.623] | : check for misuse ... [01:58:29.623] | : check for misuse ... done [01:58:29.624] | value() for ClusterFuture (NULL) ... done > print(v) [1] 1 > stopifnot(v == 1) > plan(sequential) [01:58:29.624] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:29.624] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:58:29.625] | : . all.equal() for FutureStrategyList ... [01:58:29.625] | : . ' New stack: [01:58:29.625] | : . ' List of 1 [01:58:29.625] | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:29.625] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:29.625] | : . ' ..- attr(*, "init")= logi TRUE [01:58:29.625] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:29.625] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:29.625] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:29.625] | : . ' ..- attr(*, "call")= language plan(sequential) [01:58:29.625] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:29.628] | : . ' Old stack: [01:58:29.629] | : . ' List of 1 [01:58:29.629] | : . ' $ :function (..., workers = "localhost", envir = parent.frame()) [01:58:29.629] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:29.629] | : . ' ..- attr(*, "init")= chr "done" [01:58:29.629] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:29.629] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:29.629] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:29.629] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:29.629] | : . ' ..- attr(*, "tweaks")=List of 1 [01:58:29.629] | : . ' .. ..$ workers: chr "localhost" [01:58:29.629] | : . ' ..- attr(*, "call")= language plan(cluster, workers = "localhost") [01:58:29.629] | : . ' ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [01:58:29.629] | : . ' .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:29.629] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:29.629] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:29.629] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:29.634] | : . ' Not identical [01:58:29.634] | : . ' all.equal() for future ... [01:58:29.634] | : . ' , List of 2 [01:58:29.634] | : . ' , $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:29.634] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:29.634] | : . ' , ..- attr(*, "init")= logi TRUE [01:58:29.634] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:29.634] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:29.634] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:29.634] | : . ' , ..- attr(*, "call")= language plan(sequential) [01:58:29.634] | : . ' , $ current:function (..., workers = "localhost", envir = parent.frame()) [01:58:29.634] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:29.634] | : . ' , ..- attr(*, "init")= chr "done" [01:58:29.634] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:29.634] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:29.634] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:29.634] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:29.634] | : . ' , ..- attr(*, "tweaks")=List of 1 [01:58:29.634] | : . ' , .. ..$ workers: chr "localhost" [01:58:29.634] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = "localhost") [01:58:29.634] | : . ' , ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [01:58:29.634] | : . ' , .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:29.634] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:29.634] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:29.641] | : . ' , Formals differ [01:58:29.641] | : . ' all.equal() for future ... done [01:58:29.641] | : . ' Future strategies differ at level 1 [01:58:29.641] | : . all.equal() for FutureStrategyList ... done [01:58:29.641] | : . plan(): Setting new future backend stack: [01:58:29.642] | : . List of future strategies: [01:58:29.642] | : . 1. sequential: [01:58:29.642] | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:58:29.642] | : . - tweaked: FALSE [01:58:29.642] | : . - call: plan(sequential) [01:58:29.642] | : . List of 1 [01:58:29.642] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:29.642] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:29.642] | : . ..- attr(*, "init")= logi TRUE [01:58:29.642] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:29.642] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:29.642] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:29.642] | : . ..- attr(*, "call")= language plan(sequential) [01:58:29.642] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:29.645] | : . plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [01:58:29.646] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:29.646] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [01:58:29.646] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:29.646] | : . ' stopWorkers() for ClusterFutureBackend ... [01:58:29.647] | : . ' , Interrupt active futures ... [01:58:29.647] | : . ' , ; Number of futures: 0 [01:58:29.648] | : . ' , Interrupt active futures ... done [01:58:29.648] | : . ' , Clear future registry ... [01:58:29.648] | : . ' , Clear future registry ... done [01:58:29.648] | : . ' , Stop cluster workers ... [01:58:29.649] | : . ' , ; Stopping existing cluster ... [01:58:29.649] | : . ' , ; ` Cluster to shut down: [01:58:29.649] | : . ' , ; ` Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:29.655] | : . ' , ; ` Stopped cluster: 'TRUE' [01:58:29.655] | : . ' , ; Stopping existing cluster ... done [01:58:29.656] | : . ' , Stop cluster workers ... done [01:58:29.656] | : . ' stopWorkers() for ClusterFutureBackend ... done [01:58:29.656] | : . ' Legacy shutdown of cluster workers ... [01:58:29.656] | : . ' , Stopping existing cluster ... [01:58:29.656] | : . ' , ; No pre-existing cluster. Skipping [01:58:29.657] | : . ' , Stopping existing cluster ... done [01:58:29.657] | : . ' Legacy shutdown of cluster workers ... done [01:58:29.657] | : . plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [01:58:29.657] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [01:58:29.658] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:29.658] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:29.658] | : . ' - attr(*, "init")= logi TRUE [01:58:29.658] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:29.658] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:29.658] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:29.658] | : . ' - attr(*, "call")= language plan(sequential) [01:58:29.661] | : . ' init: TRUE [01:58:29.661] | : . ' makeFutureBackend() ... [01:58:29.662] | : . ' , Backend function: <'NULL'> [01:58:29.662] | : . ' , Evaluator tweak arguments: [n=0] [01:58:29.662] | : . ' , list() [01:58:29.663] | : . ' , Evaluator formal arguments: [n=2] [01:58:29.663] | : . ' , list() [01:58:29.663] | : . ' , Backend factory arguments: [n=2] [01:58:29.664] | : . ' , Dotted pair list of 2 [01:58:29.664] | : . ' , $ gc : logi FALSE [01:58:29.664] | : . ' , $ earlySignal: logi FALSE [01:58:29.665] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:58:29.666] | : . ' makeFutureBackend() ... done [01:58:29.666] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [01:58:29.666] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:29.666] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:29.667] | : . plan(): nbrOfWorkers() = 1 [01:58:29.667] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:58:29.667] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message("*** requestNode() - timeout ... DONE") *** requestNode() - timeout ... DONE > message("*** requestNode() ... DONE") *** requestNode() ... 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.3s, sys.self=0.05s, elapsed=1s, user.child=NAs, sys.child=NAs Test 'requestNode' ... success > > proc.time() user system elapsed 0.45 0.14 1.70