R Under development (unstable) (2026-03-12 r89611 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-futureSessionInfo.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("futureSessionInfo") Test 'futureSessionInfo' ... chr "none" > library(future) [22:17:22.898] Option 'future.startup.script': TRUE [22:17:22.900] Future startup scripts considered: '.future.R', '~/.future.R' [22:17:22.901] Future startup scripts found: > message("*** futureSessionInfo() ...") *** futureSessionInfo() ... > message(" - test = FALSE") - test = FALSE > futureSessionInfo(test = FALSE) *** Package versions future 1.70.0, parallelly 1.46.1, parallel 4.6.0, globals 0.19.1, listenv 0.10.1 *** Allocations availableCores(): system /proc/self/status mc.cores 96 96 2 _R_CHECK_LIMIT_CORES_ 2 availableWorkers(): $mc.cores [1] "localhost" "localhost" $`_R_CHECK_LIMIT_CORES_` [1] "localhost" "localhost" $system [1] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [7] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [13] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [19] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [25] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [31] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [37] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [43] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [49] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [55] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [61] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [67] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [73] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [79] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [85] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [91] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" *** Settings - future.plan= - future.fork.multithreading.enable= - future.globals.maxSize= - future.globals.onReference= - future.resolve.recursive= - future.rng.onMisuse= - future.wait.timeout= - future.wait.interval= - future.wait.alpha= - future.startup.script= *** Backends [22:17:22.916] nbrOfWorkers(NULL) ... [22:17:22.917] | List of 4 [22:17:22.917] | $ : language message(sprintf(fmt, ...), appendLF = appendLF, domain = domain) [22:17:22.917] | $ : language sprintf(fmt, ...) [22:17:22.917] | $ : language nbrOfWorkers() [22:17:22.917] | $ : language nbrOfWorkers.NULL() [22:17:22.919] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:22.920] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:17:22.920] | : . function (..., envir = parent.frame()) [22:17:22.920] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:22.920] | : . - attr(*, "init")= logi TRUE [22:17:22.920] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:22.920] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:22.920] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:22.920] | : . - attr(*, "call")= language plan(sequential) [22:17:22.924] | : . init: TRUE [22:17:22.924] | : . makeFutureBackend() ... [22:17:22.925] | : . ' Backend function: <'NULL'> [22:17:22.925] | : . ' Evaluator tweak arguments: [n=0] [22:17:22.926] | : . ' list() [22:17:22.927] | : . ' Evaluator formal arguments: [n=1] [22:17:22.927] | : . ' Dotted pair list of 1 [22:17:22.927] | : . ' $ envir: language parent.frame() [22:17:22.928] | : . ' Arguments passed to the future-backend factory: [n=1] [22:17:22.929] | : . ' List of 1 [22:17:22.929] | : . ' $ envir: language parent.frame() [22:17:22.930] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:17:22.931] | : . makeFutureBackend() ... done [22:17:22.931] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:17:22.932] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:22.932] | Number of workers: 1 [22:17:22.933] nbrOfWorkers(NULL) ... done Number of workers: 1 [22:17:22.934] plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:22.934] | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:22.935] plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done List of future strategies: 1. sequential: - args: function (..., envir = parent.frame(), workers = "") - tweaked: FALSE - call: plan(sequential) *** Basic tests > message(" - test = TRUE") - test = TRUE > futureSessionInfo(test = TRUE) *** Package versions future 1.70.0, parallelly 1.46.1, parallel 4.6.0, globals 0.19.1, listenv 0.10.1 *** Allocations availableCores(): system /proc/self/status mc.cores 96 96 2 _R_CHECK_LIMIT_CORES_ 2 availableWorkers(): $mc.cores [1] "localhost" "localhost" $`_R_CHECK_LIMIT_CORES_` [1] "localhost" "localhost" $system [1] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [7] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [13] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [19] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [25] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [31] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [37] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [43] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [49] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [55] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [61] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [67] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [73] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [79] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [85] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" [91] "localhost" "localhost" "localhost" "localhost" "localhost" "localhost" *** Settings - future.plan= - future.fork.multithreading.enable= - future.globals.maxSize= - future.globals.onReference= - future.resolve.recursive= - future.rng.onMisuse= - future.wait.timeout= - future.wait.interval= - future.wait.alpha= - future.startup.script= *** Backends [22:17:22.949] nbrOfWorkers(NULL) ... [22:17:22.949] | List of 4 [22:17:22.949] | $ : language message(sprintf(fmt, ...), appendLF = appendLF, domain = domain) [22:17:22.949] | $ : language sprintf(fmt, ...) [22:17:22.949] | $ : language nbrOfWorkers() [22:17:22.949] | $ : language nbrOfWorkers.NULL() [22:17:22.952] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:22.952] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:22.953] | Number of workers: 1 [22:17:22.953] nbrOfWorkers(NULL) ... done Number of workers: 1 [22:17:22.954] plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:22.954] | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:22.955] plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done List of future strategies: 1. sequential: - args: function (..., envir = parent.frame(), workers = "") - tweaked: FALSE - call: plan(sequential) *** Basic tests Main R session details: pid r sysname release version nodename machine login user 1 19532 4.6.0 Windows Server x64 build 20348 host001 x86-64 user001 user001 effective_user udomain 1 user001 CRANWIN3 [22:17:22.961] nbrOfWorkers(NULL) ... [22:17:22.961] | List of 4 [22:17:22.961] | $ : language eval(ei, envir) [22:17:22.961] | $ : language futureSessionInfo(test = TRUE) [22:17:22.961] | $ : language nbrOfWorkers() [22:17:22.961] | $ : language nbrOfWorkers.NULL() [22:17:22.963] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:22.964] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:22.964] | Number of workers: 1 [22:17:22.965] nbrOfWorkers(NULL) ... done [22:17:22.965] future(..., label = 'futureSessionInfo-1') ... [22:17:22.966] | lazy: FALSE [22:17:22.967] | stdout: TRUE [22:17:22.967] | conditions: [n=1] 'condition' [22:17:22.968] | getGlobalsAndPackages() ... [22:17:22.969] | : Searching for globals ... [22:17:22.986] | : . globals found: [9] '{', 'Sys.sleep', 'delay', 'data.frame', 'ii', 'Sys.getpid', 'getRversion', 'as.list', 'Sys.info' [22:17:22.986] | : Searching for globals ... done [22:17:22.987] | : Resolving globals: FALSE [22:17:22.987] | : Search for packages associated with the globals ... [22:17:22.988] | : . Packages associated with globals: [1] 'base' [22:17:22.989] | : . Packages: [1] 'base' [22:17:22.989] | : Search for packages associated with the globals ... done [22:17:22.990] | : Packages after dropping 'base': [0] [22:17:22.990] | : globals: [2] 'delay', 'ii' [22:17:22.991] | : packages: [0] [22:17:22.991] | getGlobalsAndPackages() ... done [22:17:22.992] | run() for 'Future' ('futureSessionInfo-1') ... [22:17:22.993] | : state: 'created' [22:17:22.993] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:22.994] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:22.994] | : Using SequentialFutureBackend ... [22:17:22.995] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:22.996] | : . Launching futures ... [22:17:22.996] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:22.997] | : . ' , getFutureData() ... [22:17:22.998] | : . ' , ; getFutureCore() ... [22:17:22.998] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:22.999] | : . ' , ; getFutureCore() ... done [22:17:22.999] | : . ' , ; getFutureCapture() ... [22:17:23.000] | : . ' , ; getFutureCapture() ... done [22:17:23.000] | : . ' , ; getFutureContext() ... [22:17:23.001] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:23.001] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:23.002] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:23.002] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:23.003] | : . ' , ; getFutureContext() ... done [22:17:23.004] | : . ' , getFutureData() ... done [22:17:23.036] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:23.037] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:23.038] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:23.038] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:23.039] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:23.039] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:23.040] | : . ' , ; ` | New stack: [22:17:23.040] | : . ' , ; ` | List of 1 [22:17:23.040] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:23.040] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:23.040] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:23.040] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:23.040] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:23.040] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:23.040] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:23.040] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:23.044] | : . ' , ; ` | Old stack: [22:17:23.045] | : . ' , ; ` | List of 1 [22:17:23.045] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:23.045] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:23.045] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:23.045] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:23.045] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:23.045] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:23.045] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:23.045] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:23.045] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:23.045] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:23.045] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:23.049] | : . ' , ; ` | Not identical [22:17:23.050] | : . ' , ; ` | all.equal() for future ... [22:17:23.050] | : . ' , ; ` | : List of 2 [22:17:23.050] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:23.050] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:23.050] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:23.050] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:23.050] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:23.050] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:23.050] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:23.083] | : . ' , ; ` | all.equal() for future ... done [22:17:23.084] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:23.084] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:23.085] | : . ' , ; ` List of future strategies: [22:17:23.085] | : . ' , ; ` 1. sequential: [22:17:23.085] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:23.085] | : . ' , ; ` - tweaked: FALSE [22:17:23.085] | : . ' , ; ` - call: plan(sequential) [22:17:23.086] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:23.086] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:23.087] | : . ' , assign_globals() ... [22:17:23.087] | : . ' , List of 2 [22:17:23.087] | : . ' , $ delay: num 1 [22:17:23.087] | : . ' , $ ii : int 1 [22:17:23.087] | : . ' , - attr(*, "where")=List of 2 [22:17:23.087] | : . ' , ..$ delay: [22:17:23.087] | : . ' , ..$ ii : [22:17:23.087] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:23.087] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:23.087] | : . ' , - attr(*, "total_size")= num NA [22:17:23.087] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:23.092] | : . ' , - copied 'delay' to environment [22:17:23.092] | : . ' , - copied 'ii' to environment [22:17:23.093] | : . ' , assign_globals() ... done [22:17:24.128] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:24.129] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:24.130] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:24.130] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:24.131] | : . ' , ; ` | : New stack: [22:17:24.132] | : . ' , ; ` | : List of 1 [22:17:24.132] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:24.132] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:24.132] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:24.132] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:24.132] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:24.132] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:24.132] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:24.132] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:24.132] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:24.132] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:24.132] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:24.137] | : . ' , ; ` | : Old stack: [22:17:24.137] | : . ' , ; ` | : List of 1 [22:17:24.137] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:24.137] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:24.137] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:24.137] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:24.137] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:24.137] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:24.137] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:24.137] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:24.137] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:24.137] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:24.137] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:24.142] | : . ' , ; ` | : Identical [22:17:24.143] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:24.143] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:24.144] | : . ' , ; ` | List of future strategies: [22:17:24.144] | : . ' , ; ` | 1. sequential: [22:17:24.144] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:24.144] | : . ' , ; ` | - tweaked: FALSE [22:17:24.144] | : . ' , ; ` | - call: plan(sequential) [22:17:24.145] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:24.145] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:24.146] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:24.152] | : . ' , SequentialFuture started (and completed) [22:17:24.153] | : . ' , signalConditions() ... [22:17:24.153] | : . ' , ; include = 'immediateCondition' [22:17:24.154] | : . ' , ; exclude = [22:17:24.155] | : . ' , ; resignal = FALSE [22:17:24.155] | : . ' , ; Number of conditions: 6 [22:17:24.156] | : . ' , ; int 6 [22:17:24.157] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.158] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.158] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.159] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.159] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.160] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.161] | : . ' , signalConditions() ... done [22:17:24.161] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:24.162] | : . Launching futures ... done [22:17:24.163] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:24.163] | : Using SequentialFutureBackend ... done [22:17:24.164] | run() for 'Future' ('futureSessionInfo-1') ... done [22:17:24.164] future(..., label = 'futureSessionInfo-1') ... done [22:17:24.166] value() for list ... [22:17:24.166] | recursive: 0 [22:17:24.167] | reduce: FALSE [22:17:24.168] | length: 1 [22:17:24.169] | Number of remaining objects: 1 [22:17:24.169] | checking value #1: [22:17:24.170] | 'obj' is SequentialFuture [22:17:24.171] | resolved() ... [22:17:24.171] | : resolved() for SequentialFuture ('futureSessionInfo-1') ... [22:17:24.172] | : . state: 'finished' [22:17:24.172] | : . run: NULL [22:17:24.173] | : . result: 'FutureResult' [22:17:24.173] | : resolved() for SequentialFuture ('futureSessionInfo-1') ... done [22:17:24.174] | resolved() ... done [22:17:24.174] | SequentialFuture #1 [22:17:24.175] | signalConditionsASAP(SequentialFuture, pos=1) ... [22:17:24.175] | : nx: 1 [22:17:24.176] | : relay: TRUE [22:17:24.176] | : stdout: TRUE [22:17:24.177] | : signal: TRUE [22:17:24.177] | : resignal: FALSE [22:17:24.178] | : force: TRUE [22:17:24.179] | : relayed: [n=1] FALSE [22:17:24.179] | : queued futures: [n=1] FALSE [22:17:24.180] | : until=1 [22:17:24.180] | : relaying element #1 [22:17:24.181] | : value() for SequentialFuture ('futureSessionInfo-1') ... [22:17:24.182] | : . signalConditions() ... [22:17:24.182] | : . ' include = 'immediateCondition' [22:17:24.183] | : . ' exclude = [22:17:24.183] | : . ' resignal = FALSE [22:17:24.184] | : . ' Number of conditions: 6 [22:17:24.184] | : . ' int 6 [22:17:24.185] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.186] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.187] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.187] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.188] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.188] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.189] | : . signalConditions() ... done [22:17:24.189] | : . relay stdout ... [22:17:24.190] | : . relay stdout ... done [22:17:24.190] | : . check for misuse ... [22:17:24.191] | : . check for misuse ... done [22:17:24.191] | : value() for SequentialFuture ('futureSessionInfo-1') ... done [22:17:24.192] | : signalConditions() ... [22:17:24.193] | : . include = 'immediateCondition' [22:17:24.193] | : . exclude = [22:17:24.194] | : . resignal = FALSE [22:17:24.194] | : . Number of conditions: 6 [22:17:24.195] | : . int 6 [22:17:24.196] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.196] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.197] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.197] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.198] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.198] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.199] | : signalConditions() ... done [22:17:24.199] | : signalConditions() ... [22:17:24.200] | : . include = 'condition' [22:17:24.200] | : . exclude = 'error', 'immediateCondition' [22:17:24.201] | : . resignal = TRUE [22:17:24.202] | : . Number of conditions: 6 [22:17:24.202] | : . int 6 [22:17:24.203] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.204] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:23.005] | : . ' , attachPackages() ... [22:17:24.204] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.205] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:23.006] | : . ' , ; packages: [n=1] 'future' [22:17:24.205] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.206] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:23.007] | : . ' , attachPackages() ... done [22:17:24.206] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.207] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:23.034] | : . ' , attachPackages() ... [22:17:24.208] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.208] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:23.035] | : . ' , ; packages: [n=0] [22:17:24.209] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.209] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:23.035] | : . ' , attachPackages() ... done [22:17:24.210] | : signalConditions() ... done [22:17:24.210] | : relayed: [n=1] TRUE [22:17:24.211] | : queued futures: [n=1] TRUE [22:17:24.211] | signalConditionsASAP(SequentialFuture, pos=1) ... done [22:17:24.212] | value(, ...) ... [22:17:24.212] | : value() for SequentialFuture ('futureSessionInfo-1') ... [22:17:24.213] | : . signalConditions() ... [22:17:24.214] | : . ' include = 'immediateCondition' [22:17:24.214] | : . ' exclude = [22:17:24.215] | : . ' resignal = FALSE [22:17:24.215] | : . ' Number of conditions: 6 [22:17:24.216] | : . ' int 6 [22:17:24.217] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.218] | : . ' already signaled, skipping [22:17:24.218] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.219] | : . ' already signaled, skipping [22:17:24.219] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.220] | : . ' already signaled, skipping [22:17:24.221] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.221] | : . ' already signaled, skipping [22:17:24.222] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.222] | : . ' already signaled, skipping [22:17:24.223] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:24.224] | : . ' already signaled, skipping [22:17:24.224] | : . signalConditions() ... done [22:17:24.225] | : . check for misuse ... [22:17:24.226] | : . check for misuse ... done [22:17:24.226] | : value() for SequentialFuture ('futureSessionInfo-1') ... done [22:17:24.227] | : value: [22:17:24.228] | value(, ...) ... done [22:17:24.228] | signalConditionsASAP(SequentialFuture, pos=1) ... [22:17:24.229] | : nx: 1 [22:17:24.230] | : relay: TRUE [22:17:24.230] | : stdout: TRUE [22:17:24.231] | : signal: TRUE [22:17:24.231] | : resignal: FALSE [22:17:24.232] | : force: TRUE [22:17:24.232] | : relayed: [n=1] TRUE [22:17:24.233] | : queued futures: [n=1] TRUE [22:17:24.233] | : until=1 [22:17:24.234] | : relayed: [n=1] TRUE [22:17:24.234] | : queued futures: [n=1] TRUE [22:17:24.235] | signalConditionsASAP(SequentialFuture, pos=1) ... done [22:17:24.236] | resolve() for SequentialFuture ... [22:17:24.236] | resolve() for SequentialFuture ... done [22:17:24.237] | length: 0 (resolved future 1) [22:17:24.237] | Relaying remaining futures ... [22:17:24.238] | : signalConditionsASAP(NULL, pos=0) ... [22:17:24.238] | : . nx: 1 [22:17:24.239] | : . relay: TRUE [22:17:24.239] | : . stdout: TRUE [22:17:24.240] | : . signal: TRUE [22:17:24.241] | : . resignal: FALSE [22:17:24.241] | : . force: TRUE [22:17:24.242] | : . relayed: [n=1] TRUE [22:17:24.242] | : . queued futures: [n=1] TRUE - flush all [22:17:24.243] | : . relayed: [n=1] TRUE [22:17:24.243] | : . queued futures: [n=1] TRUE [22:17:24.244] | : signalConditionsASAP(NULL, pos=0) ... done [22:17:24.244] | Relaying remaining futures ... done [22:17:24.245] value() for list ... done Worker R session details: worker pid r sysname release version nodename machine login 1 1 19532 4.6.0 Windows Server x64 build 20348 host001 x86-64 user001 user effective_user udomain 1 user001 user001 CRANWIN3 [22:17:24.249] nbrOfWorkers(NULL) ... [22:17:24.250] | List of 4 [22:17:24.250] | $ : language eval(ei, envir) [22:17:24.250] | $ : language futureSessionInfo(test = TRUE) [22:17:24.250] | $ : language nbrOfWorkers() [22:17:24.250] | $ : language nbrOfWorkers.NULL() [22:17:24.253] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:24.253] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:24.254] | Number of workers: 1 [22:17:24.254] nbrOfWorkers(NULL) ... done Number of unique worker PIDs: 1 (as expected) > message("*** futureSessionInfo() ... DONE") *** futureSessionInfo() ... DONE Failed to undo environment variables: - Expected environment variables: [n=218] '!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_RCPP_NOT_NEEDED_', '_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_03_13_22_15_17_12234' Test time: user.self=0.4s, sys.self=0.1s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'futureSessionInfo' ... success > > proc.time() user system elapsed 0.67 0.15 1.84