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-futureSessionInfo.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("futureSessionInfo") Test 'futureSessionInfo' ... chr "none" > library(future) [12:33:28.453] Option 'future.startup.script': TRUE [12:33:28.454] Future startup scripts considered: '.future.R', '~/.future.R' [12:33:28.455] Future startup scripts found: > message("*** futureSessionInfo() ...") *** futureSessionInfo() ... > message(" - test = FALSE") - test = FALSE > futureSessionInfo(test = FALSE) *** Package versions future 1.69.0, parallelly 1.46.1, parallel 4.6.0, globals 0.18.0, listenv 0.10.0 *** 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 [12:33:28.483] nbrOfWorkers(NULL) ... [12:33:28.483] | List of 4 [12:33:28.483] | $ : language message(sprintf(fmt, ...), appendLF = appendLF, domain = domain) [12:33:28.483] | $ : language sprintf(fmt, ...) [12:33:28.483] | $ : language nbrOfWorkers() [12:33:28.483] | $ : language nbrOfWorkers.NULL() [12:33:28.487] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:28.487] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:33:28.487] | : . function (..., envir = parent.frame()) [12:33:28.487] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:28.487] | : . - attr(*, "init")= logi TRUE [12:33:28.487] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:28.487] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.487] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.487] | : . - attr(*, "call")= language plan(sequential) [12:33:28.493] | : . init: TRUE [12:33:28.493] | : . makeFutureBackend() ... [12:33:28.494] | : . ' Backend function: <'NULL'> [12:33:28.494] | : . ' Evaluator tweak arguments: [n=0] [12:33:28.494] | : . ' list() [12:33:28.495] | : . ' Evaluator formal arguments: [n=1] [12:33:28.495] | : . ' Dotted pair list of 1 [12:33:28.495] | : . ' $ envir: language parent.frame() [12:33:28.496] | : . ' Arguments passed to the future-backend factory: [n=1] [12:33:28.497] | : . ' List of 1 [12:33:28.497] | : . ' $ envir: language parent.frame() [12:33:28.498] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:33:28.499] | : . makeFutureBackend() ... done [12:33:28.499] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:33:28.499] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:28.500] | Number of workers: 1 [12:33:28.500] nbrOfWorkers(NULL) ... done Number of workers: 1 [12:33:28.501] plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:28.501] | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:28.501] 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.69.0, parallelly 1.46.1, parallel 4.6.0, globals 0.18.0, listenv 0.10.0 *** 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 [12:33:28.521] nbrOfWorkers(NULL) ... [12:33:28.521] | List of 4 [12:33:28.521] | $ : language message(sprintf(fmt, ...), appendLF = appendLF, domain = domain) [12:33:28.521] | $ : language sprintf(fmt, ...) [12:33:28.521] | $ : language nbrOfWorkers() [12:33:28.521] | $ : language nbrOfWorkers.NULL() [12:33:28.524] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:28.525] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:28.525] | Number of workers: 1 [12:33:28.525] nbrOfWorkers(NULL) ... done Number of workers: 1 [12:33:28.526] plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:28.526] | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:28.527] 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 18704 4.6.0 Windows Server x64 build 20348 host001 x86-64 user001 user001 effective_user udomain 1 user001 CRANWIN3 [12:33:28.534] nbrOfWorkers(NULL) ... [12:33:28.534] | List of 4 [12:33:28.534] | $ : language eval(ei, envir) [12:33:28.534] | $ : language futureSessionInfo(test = TRUE) [12:33:28.534] | $ : language nbrOfWorkers() [12:33:28.534] | $ : language nbrOfWorkers.NULL() [12:33:28.536] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:28.536] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:28.536] | Number of workers: 1 [12:33:28.536] nbrOfWorkers(NULL) ... done [12:33:28.537] future(..., label = 'futureSessionInfo-1') ... [12:33:28.537] | lazy: FALSE [12:33:28.538] | stdout: TRUE [12:33:28.538] | conditions: [n=1] 'condition' [12:33:28.539] | getGlobalsAndPackages() ... [12:33:28.540] | : Searching for globals ... [12:33:28.575] | : . globals found: [9] '{', 'Sys.sleep', 'delay', 'data.frame', 'ii', 'Sys.getpid', 'getRversion', 'as.list', 'Sys.info' [12:33:28.575] | : Searching for globals ... done [12:33:28.576] | : Resolving globals: FALSE [12:33:28.576] | : Search for packages associated with the globals ... [12:33:28.577] | : . Packages associated with globals: [1] 'base' [12:33:28.578] | : . Packages: [1] 'base' [12:33:28.578] | : Search for packages associated with the globals ... done [12:33:28.578] | : Packages after dropping 'base': [0] [12:33:28.579] | : globals: [2] 'delay', 'ii' [12:33:28.615] | : packages: [0] [12:33:28.616] | getGlobalsAndPackages() ... done [12:33:28.617] | run() for 'Future' ('futureSessionInfo-1') ... [12:33:28.618] | : state: 'created' [12:33:28.618] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:28.619] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:28.619] | : Using SequentialFutureBackend ... [12:33:28.619] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:28.620] | : . Launching futures ... [12:33:28.620] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:28.623] | : . ' , getFutureData() ... [12:33:28.623] | : . ' , ; getFutureCore() ... [12:33:28.624] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:28.624] | : . ' , ; getFutureCore() ... done [12:33:28.625] | : . ' , ; getFutureCapture() ... [12:33:28.625] | : . ' , ; getFutureCapture() ... done [12:33:28.626] | : . ' , ; getFutureContext() ... [12:33:28.626] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:28.626] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:28.627] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:28.627] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:28.628] | : . ' , ; getFutureContext() ... done [12:33:28.628] | : . ' , getFutureData() ... done [12:33:28.634] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:28.634] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:28.635] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:28.636] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:28.636] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:28.636] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:28.637] | : . ' , ; ` | New stack: [12:33:28.637] | : . ' , ; ` | List of 1 [12:33:28.637] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:28.637] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:28.637] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:28.637] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:28.637] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.637] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.637] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:28.637] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:28.643] | : . ' , ; ` | Old stack: [12:33:28.643] | : . ' , ; ` | List of 1 [12:33:28.643] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:28.643] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:28.643] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:28.643] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:28.643] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.643] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.643] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:28.643] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:28.643] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:28.643] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.643] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:28.649] | : . ' , ; ` | Not identical [12:33:28.650] | : . ' , ; ` | all.equal() for future ... [12:33:28.650] | : . ' , ; ` | : List of 2 [12:33:28.650] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:28.650] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:28.650] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:28.650] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:28.650] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:28.650] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:28.650] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:28.703] | : . ' , ; ` | all.equal() for future ... done [12:33:28.703] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:28.703] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:28.704] | : . ' , ; ` List of future strategies: [12:33:28.704] | : . ' , ; ` 1. sequential: [12:33:28.704] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:28.704] | : . ' , ; ` - tweaked: FALSE [12:33:28.704] | : . ' , ; ` - call: plan(sequential) [12:33:28.705] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:28.705] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:28.706] | : . ' , assign_globals() ... [12:33:28.706] | : . ' , List of 2 [12:33:28.706] | : . ' , $ delay: num 1 [12:33:28.706] | : . ' , $ ii : int 1 [12:33:28.706] | : . ' , - attr(*, "where")=List of 2 [12:33:28.706] | : . ' , ..$ delay: [12:33:28.706] | : . ' , ..$ ii : [12:33:28.706] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:28.706] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:28.706] | : . ' , - attr(*, "total_size")= num NA [12:33:28.706] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:28.713] | : . ' , - copied 'delay' to environment [12:33:28.713] | : . ' , - copied 'ii' to environment [12:33:28.713] | : . ' , assign_globals() ... done [12:33:29.753] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:29.754] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:29.754] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:29.754] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:29.755] | : . ' , ; ` | : New stack: [12:33:29.755] | : . ' , ; ` | : List of 1 [12:33:29.755] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:29.755] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:29.755] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:29.755] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:29.755] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:29.755] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:29.755] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:29.755] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:29.755] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:29.755] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:29.755] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:29.762] | : . ' , ; ` | : Old stack: [12:33:29.762] | : . ' , ; ` | : List of 1 [12:33:29.762] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:29.762] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:29.762] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:29.762] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:29.762] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:29.762] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:29.762] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:29.762] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:29.762] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:29.762] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:29.762] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:29.769] | : . ' , ; ` | : Identical [12:33:29.770] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:29.770] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:29.770] | : . ' , ; ` | List of future strategies: [12:33:29.770] | : . ' , ; ` | 1. sequential: [12:33:29.770] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:29.770] | : . ' , ; ` | - tweaked: FALSE [12:33:29.770] | : . ' , ; ` | - call: plan(sequential) [12:33:29.771] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:29.771] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:29.771] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:29.777] | : . ' , SequentialFuture started (and completed) [12:33:29.778] | : . ' , signalConditions() ... [12:33:29.779] | : . ' , ; include = 'immediateCondition' [12:33:29.779] | : . ' , ; exclude = [12:33:29.779] | : . ' , ; resignal = FALSE [12:33:29.779] | : . ' , ; Number of conditions: 6 [12:33:29.780] | : . ' , ; int 6 [12:33:29.781] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.781] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.781] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.782] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.782] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.782] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.783] | : . ' , signalConditions() ... done [12:33:29.783] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:29.783] | : . Launching futures ... done [12:33:29.784] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:29.784] | : Using SequentialFutureBackend ... done [12:33:29.784] | run() for 'Future' ('futureSessionInfo-1') ... done [12:33:29.785] future(..., label = 'futureSessionInfo-1') ... done [12:33:29.786] value() for list ... [12:33:29.786] | recursive: 0 [12:33:29.787] | reduce: FALSE [12:33:29.787] | length: 1 [12:33:29.788] | Number of remaining objects: 1 [12:33:29.788] | checking value #1: [12:33:29.789] | 'obj' is SequentialFuture [12:33:29.789] | resolved() ... [12:33:29.789] | : resolved() for SequentialFuture ('futureSessionInfo-1') ... [12:33:29.790] | : . state: 'finished' [12:33:29.790] | : . run: NULL [12:33:29.790] | : . result: 'FutureResult' [12:33:29.791] | : resolved() for SequentialFuture ('futureSessionInfo-1') ... done [12:33:29.791] | resolved() ... done [12:33:29.791] | SequentialFuture #1 [12:33:29.792] | signalConditionsASAP(SequentialFuture, pos=1) ... [12:33:29.792] | : nx: 1 [12:33:29.792] | : relay: TRUE [12:33:29.792] | : stdout: TRUE [12:33:29.793] | : signal: TRUE [12:33:29.793] | : resignal: FALSE [12:33:29.793] | : force: TRUE [12:33:29.794] | : relayed: [n=1] FALSE [12:33:29.794] | : queued futures: [n=1] FALSE [12:33:29.794] | : until=1 [12:33:29.794] | : relaying element #1 [12:33:29.795] | : value() for SequentialFuture ('futureSessionInfo-1') ... [12:33:29.796] | : . signalConditions() ... [12:33:29.796] | : . ' include = 'immediateCondition' [12:33:29.796] | : . ' exclude = [12:33:29.797] | : . ' resignal = FALSE [12:33:29.797] | : . ' Number of conditions: 6 [12:33:29.797] | : . ' int 6 [12:33:29.798] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.799] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.799] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.799] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.800] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.800] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.800] | : . signalConditions() ... done [12:33:29.801] | : . relay stdout ... [12:33:29.801] | : . relay stdout ... done [12:33:29.801] | : . check for misuse ... [12:33:29.802] | : . check for misuse ... done [12:33:29.802] | : value() for SequentialFuture ('futureSessionInfo-1') ... done [12:33:29.802] | : signalConditions() ... [12:33:29.802] | : . include = 'immediateCondition' [12:33:29.803] | : . exclude = [12:33:29.803] | : . resignal = FALSE [12:33:29.803] | : . Number of conditions: 6 [12:33:29.804] | : . int 6 [12:33:29.805] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.805] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.805] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.805] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.806] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.806] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.806] | : signalConditions() ... done [12:33:29.807] | : signalConditions() ... [12:33:29.807] | : . include = 'condition' [12:33:29.807] | : . exclude = 'error', 'immediateCondition' [12:33:29.808] | : . resignal = TRUE [12:33:29.808] | : . Number of conditions: 6 [12:33:29.808] | : . int 6 [12:33:29.809] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.810] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:28.631] | : . ' , attachPackages() ... [12:33:29.810] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.810] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:28.632] | : . ' , ; packages: [n=1] 'future' [12:33:29.811] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.811] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:28.632] | : . ' , attachPackages() ... done [12:33:29.811] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.812] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:28.633] | : . ' , attachPackages() ... [12:33:29.812] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.812] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:28.633] | : . ' , ; packages: [n=0] [12:33:29.813] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.813] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:28.633] | : . ' , attachPackages() ... done [12:33:29.813] | : signalConditions() ... done [12:33:29.814] | : relayed: [n=1] TRUE [12:33:29.814] | : queued futures: [n=1] TRUE [12:33:29.814] | signalConditionsASAP(SequentialFuture, pos=1) ... done [12:33:29.815] | value(, ...) ... [12:33:29.815] | value(, ...) ... done [12:33:29.815] | value() for SequentialFuture ('futureSessionInfo-1') ... [12:33:29.816] | : signalConditions() ... [12:33:29.816] | : . include = 'immediateCondition' [12:33:29.816] | : . exclude = [12:33:29.816] | : . resignal = FALSE [12:33:29.817] | : . Number of conditions: 6 [12:33:29.817] | : . int 6 [12:33:29.818] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.818] | : . already signaled, skipping [12:33:29.819] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.819] | : . already signaled, skipping [12:33:29.819] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.819] | : . already signaled, skipping [12:33:29.820] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.820] | : . already signaled, skipping [12:33:29.820] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.821] | : . already signaled, skipping [12:33:29.821] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:29.821] | : . already signaled, skipping [12:33:29.821] | : signalConditions() ... done [12:33:29.822] | : check for misuse ... [12:33:29.822] | : check for misuse ... done [12:33:29.822] | value() for SequentialFuture ('futureSessionInfo-1') ... done [12:33:29.823] | value: [12:33:29.823] | signalConditionsASAP(SequentialFuture, pos=1) ... [12:33:29.823] | : nx: 1 [12:33:29.823] | : relay: TRUE [12:33:29.824] | : stdout: TRUE [12:33:29.824] | : signal: TRUE [12:33:29.824] | : resignal: FALSE [12:33:29.825] | : force: TRUE [12:33:29.825] | : relayed: [n=1] TRUE [12:33:29.825] | : queued futures: [n=1] TRUE [12:33:29.825] | : until=1 [12:33:29.826] | : relayed: [n=1] TRUE [12:33:29.826] | : queued futures: [n=1] TRUE [12:33:29.826] | signalConditionsASAP(SequentialFuture, pos=1) ... done [12:33:29.827] | resolve() for SequentialFuture ... [12:33:29.827] | resolve() for SequentialFuture ... done [12:33:29.828] | length: 0 (resolved future 1) [12:33:29.828] value() for list ... done [12:33:29.828] Relaying remaining futures ... [12:33:29.828] | signalConditionsASAP(NULL, pos=0) ... [12:33:29.829] | : nx: 1 [12:33:29.829] | : relay: TRUE [12:33:29.829] | : stdout: TRUE [12:33:29.829] | : signal: TRUE [12:33:29.830] | : resignal: FALSE [12:33:29.830] | : force: TRUE [12:33:29.830] | : relayed: [n=1] TRUE [12:33:29.830] | : queued futures: [n=1] TRUE - flush all [12:33:29.831] | : relayed: [n=1] TRUE [12:33:29.831] | : queued futures: [n=1] TRUE [12:33:29.832] | signalConditionsASAP(NULL, pos=0) ... done [12:33:29.832] Relaying remaining futures ... done Worker R session details: worker pid r sysname release version nodename machine login 1 1 18704 4.6.0 Windows Server x64 build 20348 host001 x86-64 user001 user effective_user udomain 1 user001 user001 CRANWIN3 [12:33:29.837] nbrOfWorkers(NULL) ... [12:33:29.838] | List of 4 [12:33:29.838] | $ : language eval(ei, envir) [12:33:29.838] | $ : language futureSessionInfo(test = TRUE) [12:33:29.838] | $ : language nbrOfWorkers() [12:33:29.838] | $ : language nbrOfWorkers.NULL() [12:33:29.841] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:29.842] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:29.842] | Number of workers: 1 [12:33:29.842] 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=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.5s, sys.self=0.02s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'futureSessionInfo' ... success > > proc.time() user system elapsed 1.00 0.09 2.10