R Under development (unstable) (2024-03-25 r86192 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > source("incl/start.R") [17:26:40.944] plan(): Setting new future strategy stack: [17:26:40.946] List of future strategies: [17:26:40.946] 1. sequential: [17:26:40.946] - args: function (..., envir = parent.frame(), workers = "") [17:26:40.946] - tweaked: FALSE [17:26:40.946] - call: future::plan("sequential") [17:26:40.961] plan(): nbrOfWorkers() = 1 > > message("*** futureSessionInfo() ...") *** futureSessionInfo() ... > > message(" - test = FALSE") - test = FALSE > futureSessionInfo(test = FALSE) *** Package versions future 1.33.2, parallelly 1.37.1, parallel 4.4.0, globals 0.16.3, listenv 0.9.1 *** Allocations availableCores(): system mc.cores _R_CHECK_LIMIT_CORES_ 96 2 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 Number of workers: 1 List of future strategies: 1. sequential: - args: function (..., envir = parent.frame(), workers = "") - tweaked: FALSE - call: future::plan("sequential") *** Basic tests > > message(" - test = TRUE") - test = TRUE > futureSessionInfo(test = TRUE) *** Package versions future 1.33.2, parallelly 1.37.1, parallel 4.4.0, globals 0.16.3, listenv 0.9.1 *** Allocations availableCores(): system mc.cores _R_CHECK_LIMIT_CORES_ 96 2 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 Number of workers: 1 List of future strategies: 1. sequential: - args: function (..., envir = parent.frame(), workers = "") - tweaked: FALSE - call: future::plan("sequential") *** Basic tests Main R session details: pid r sysname release version nodename machine login user 1 21924 4.4.0 Windows Server x64 build 20348 host001 x86-64 user001 user001 effective_user 1 user001 [17:26:40.998] getGlobalsAndPackages() ... [17:26:40.998] Searching for globals... [17:26:41.006] - globals found: [9] '{', 'Sys.sleep', 'delay', 'data.frame', 'ii', 'Sys.getpid', 'getRversion', 'as.list', 'Sys.info' [17:26:41.006] Searching for globals ... DONE [17:26:41.006] Resolving globals: FALSE [17:26:41.007] The total size of the 2 globals is 112 bytes (112 bytes) [17:26:41.008] The total size of the 2 globals exported for future expression ('{; Sys.sleep(delay); data.frame(worker = ii, pid = Sys.getpid(), r = getRversion(),; as.list(Sys.info())); }') is 112 bytes.. This exceeds the maximum allowed size of 500.00 MiB (option 'future.globals.maxSize'). There are two globals: 'delay' (56 bytes of class 'numeric') and 'ii' (56 bytes of class 'numeric') [17:26:41.008] - globals: [2] 'delay', 'ii' [17:26:41.008] [17:26:41.009] getGlobalsAndPackages() ... DONE [17:26:41.009] run() for 'Future' ... [17:26:41.009] - state: 'created' [17:26:41.010] - Future backend: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [17:26:41.010] - Future class: 'SequentialFuture', 'UniprocessFuture', 'Future', 'environment' [17:26:41.010] - Copy elements of temporary 'SequentialFuture' to final 'Future' object ... [17:26:41.011] - Field: 'label' [17:26:41.011] - Field: 'local' [17:26:41.011] - Field: 'owner' [17:26:41.011] - Field: 'envir' [17:26:41.011] - Field: 'packages' [17:26:41.011] - Field: 'gc' [17:26:41.012] - Field: 'conditions' [17:26:41.012] - Field: 'expr' [17:26:41.012] - Field: 'uuid' [17:26:41.012] - Field: 'seed' [17:26:41.012] - Field: 'version' [17:26:41.013] - Field: 'result' [17:26:41.013] - Field: 'asynchronous' [17:26:41.013] - Field: 'calls' [17:26:41.013] - Field: 'globals' [17:26:41.013] - Field: 'stdout' [17:26:41.013] - Field: 'earlySignal' [17:26:41.014] - Field: 'lazy' [17:26:41.014] - Field: 'state' [17:26:41.014] - Copy elements of temporary 'SequentialFuture' to final 'Future' object ... done [17:26:41.014] - Launch lazy future ... [17:26:41.015] Packages needed by the future expression (n = 0): [17:26:41.015] Packages needed by future strategies (n = 0): [17:26:41.016] { [17:26:41.016] { [17:26:41.016] { [17:26:41.016] ...future.startTime <- base::Sys.time() [17:26:41.016] { [17:26:41.016] { [17:26:41.016] { [17:26:41.016] base::local({ [17:26:41.016] has_future <- base::requireNamespace("future", [17:26:41.016] quietly = TRUE) [17:26:41.016] if (has_future) { [17:26:41.016] ns <- base::getNamespace("future") [17:26:41.016] version <- ns[[".package"]][["version"]] [17:26:41.016] if (is.null(version)) [17:26:41.016] version <- utils::packageVersion("future") [17:26:41.016] } [17:26:41.016] else { [17:26:41.016] version <- NULL [17:26:41.016] } [17:26:41.016] if (!has_future || version < "1.8.0") { [17:26:41.016] info <- base::c(r_version = base::gsub("R version ", [17:26:41.016] "", base::R.version$version.string), [17:26:41.016] platform = base::sprintf("%s (%s-bit)", [17:26:41.016] base::R.version$platform, 8 * base::.Machine$sizeof.pointer), [17:26:41.016] os = base::paste(base::Sys.info()[base::c("sysname", [17:26:41.016] "release", "version")], collapse = " "), [17:26:41.016] hostname = base::Sys.info()[["nodename"]]) [17:26:41.016] info <- base::sprintf("%s: %s", base::names(info), [17:26:41.016] info) [17:26:41.016] info <- base::paste(info, collapse = "; ") [17:26:41.016] if (!has_future) { [17:26:41.016] msg <- base::sprintf("Package 'future' is not installed on worker (%s)", [17:26:41.016] info) [17:26:41.016] } [17:26:41.016] else { [17:26:41.016] msg <- base::sprintf("Package 'future' on worker (%s) must be of version >= 1.8.0: %s", [17:26:41.016] info, version) [17:26:41.016] } [17:26:41.016] base::stop(msg) [17:26:41.016] } [17:26:41.016] }) [17:26:41.016] } [17:26:41.016] ...future.strategy.old <- future::plan("list") [17:26:41.016] options(future.plan = NULL) [17:26:41.016] Sys.unsetenv("R_FUTURE_PLAN") [17:26:41.016] future::plan("default", .cleanup = FALSE, .init = FALSE) [17:26:41.016] } [17:26:41.016] ...future.workdir <- getwd() [17:26:41.016] } [17:26:41.016] ...future.oldOptions <- base::as.list(base::.Options) [17:26:41.016] ...future.oldEnvVars <- base::Sys.getenv() [17:26:41.016] } [17:26:41.016] base::options(future.startup.script = FALSE, future.globals.onMissing = NULL, [17:26:41.016] future.globals.maxSize = NULL, future.globals.method = NULL, [17:26:41.016] future.globals.onMissing = NULL, future.globals.onReference = NULL, [17:26:41.016] future.globals.resolve = NULL, future.resolve.recursive = NULL, [17:26:41.016] future.rng.onMisuse = NULL, future.rng.onMisuse.keepFuture = NULL, [17:26:41.016] future.stdout.windows.reencode = NULL, width = 80L) [17:26:41.016] ...future.futureOptionsAdded <- base::setdiff(base::names(base::.Options), [17:26:41.016] base::names(...future.oldOptions)) [17:26:41.016] } [17:26:41.016] if (FALSE) { [17:26:41.016] } [17:26:41.016] else { [17:26:41.016] if (TRUE) { [17:26:41.016] ...future.stdout <- base::rawConnection(base::raw(0L), [17:26:41.016] open = "w") [17:26:41.016] } [17:26:41.016] else { [17:26:41.016] ...future.stdout <- base::file(base::switch(.Platform$OS.type, [17:26:41.016] windows = "NUL", "/dev/null"), open = "w") [17:26:41.016] } [17:26:41.016] base::sink(...future.stdout, type = "output", split = FALSE) [17:26:41.016] base::on.exit(if (!base::is.null(...future.stdout)) { [17:26:41.016] base::sink(type = "output", split = FALSE) [17:26:41.016] base::close(...future.stdout) [17:26:41.016] }, add = TRUE) [17:26:41.016] } [17:26:41.016] ...future.frame <- base::sys.nframe() [17:26:41.016] ...future.conditions <- base::list() [17:26:41.016] ...future.rng <- base::globalenv()$.Random.seed [17:26:41.016] if (FALSE) { [17:26:41.016] ...future.globalenv.names <- c(base::names(base::.GlobalEnv), [17:26:41.016] "...future.value", "...future.globalenv.names", ".Random.seed") [17:26:41.016] } [17:26:41.016] ...future.result <- base::tryCatch({ [17:26:41.016] base::withCallingHandlers({ [17:26:41.016] ...future.value <- base::withVisible(base::local({ [17:26:41.016] Sys.sleep(delay) [17:26:41.016] data.frame(worker = ii, pid = Sys.getpid(), r = getRversion(), [17:26:41.016] as.list(Sys.info())) [17:26:41.016] })) [17:26:41.016] future::FutureResult(value = ...future.value$value, [17:26:41.016] visible = ...future.value$visible, rng = !identical(base::globalenv()$.Random.seed, [17:26:41.016] ...future.rng), globalenv = if (FALSE) [17:26:41.016] list(added = base::setdiff(base::names(base::.GlobalEnv), [17:26:41.016] ...future.globalenv.names)) [17:26:41.016] else NULL, started = ...future.startTime, version = "1.8") [17:26:41.016] }, condition = base::local({ [17:26:41.016] c <- base::c [17:26:41.016] inherits <- base::inherits [17:26:41.016] invokeRestart <- base::invokeRestart [17:26:41.016] length <- base::length [17:26:41.016] list <- base::list [17:26:41.016] seq.int <- base::seq.int [17:26:41.016] signalCondition <- base::signalCondition [17:26:41.016] sys.calls <- base::sys.calls [17:26:41.016] `[[` <- base::`[[` [17:26:41.016] `+` <- base::`+` [17:26:41.016] `<<-` <- base::`<<-` [17:26:41.016] sysCalls <- function(calls = sys.calls(), from = 1L) { [17:26:41.016] calls[seq.int(from = from + 12L, to = length(calls) - [17:26:41.016] 3L)] [17:26:41.016] } [17:26:41.016] function(cond) { [17:26:41.016] is_error <- inherits(cond, "error") [17:26:41.016] ignore <- !is_error && !is.null(NULL) && inherits(cond, [17:26:41.016] NULL) [17:26:41.016] if (is_error) { [17:26:41.016] sessionInformation <- function() { [17:26:41.016] list(r = base::R.Version(), locale = base::Sys.getlocale(), [17:26:41.016] rngkind = base::RNGkind(), namespaces = base::loadedNamespaces(), [17:26:41.016] search = base::search(), system = base::Sys.info()) [17:26:41.016] } [17:26:41.016] ...future.conditions[[length(...future.conditions) + [17:26:41.016] 1L]] <<- list(condition = cond, calls = c(sysCalls(from = ...future.frame), [17:26:41.016] cond$call), session = sessionInformation(), [17:26:41.016] timestamp = base::Sys.time(), signaled = 0L) [17:26:41.016] signalCondition(cond) [17:26:41.016] } [17:26:41.016] else if (!ignore && TRUE && inherits(cond, c("condition", [17:26:41.016] "immediateCondition"))) { [17:26:41.016] signal <- TRUE && inherits(cond, "immediateCondition") [17:26:41.016] ...future.conditions[[length(...future.conditions) + [17:26:41.016] 1L]] <<- list(condition = cond, signaled = base::as.integer(signal)) [17:26:41.016] if (TRUE && !signal) { [17:26:41.016] muffleCondition <- function (cond, pattern = "^muffle") [17:26:41.016] { [17:26:41.016] inherits <- base::inherits [17:26:41.016] invokeRestart <- base::invokeRestart [17:26:41.016] is.null <- base::is.null [17:26:41.016] muffled <- FALSE [17:26:41.016] if (inherits(cond, "message")) { [17:26:41.016] muffled <- grepl(pattern, "muffleMessage") [17:26:41.016] if (muffled) [17:26:41.016] invokeRestart("muffleMessage") [17:26:41.016] } [17:26:41.016] else if (inherits(cond, "warning")) { [17:26:41.016] muffled <- grepl(pattern, "muffleWarning") [17:26:41.016] if (muffled) [17:26:41.016] invokeRestart("muffleWarning") [17:26:41.016] } [17:26:41.016] else if (inherits(cond, "condition")) { [17:26:41.016] if (!is.null(pattern)) { [17:26:41.016] computeRestarts <- base::computeRestarts [17:26:41.016] grepl <- base::grepl [17:26:41.016] restarts <- computeRestarts(cond) [17:26:41.016] for (restart in restarts) { [17:26:41.016] name <- restart$name [17:26:41.016] if (is.null(name)) [17:26:41.016] next [17:26:41.016] if (!grepl(pattern, name)) [17:26:41.016] next [17:26:41.016] invokeRestart(restart) [17:26:41.016] muffled <- TRUE [17:26:41.016] break [17:26:41.016] } [17:26:41.016] } [17:26:41.016] } [17:26:41.016] invisible(muffled) [17:26:41.016] } [17:26:41.016] muffleCondition(cond, pattern = "^muffle") [17:26:41.016] } [17:26:41.016] } [17:26:41.016] else { [17:26:41.016] if (TRUE) { [17:26:41.016] muffleCondition <- function (cond, pattern = "^muffle") [17:26:41.016] { [17:26:41.016] inherits <- base::inherits [17:26:41.016] invokeRestart <- base::invokeRestart [17:26:41.016] is.null <- base::is.null [17:26:41.016] muffled <- FALSE [17:26:41.016] if (inherits(cond, "message")) { [17:26:41.016] muffled <- grepl(pattern, "muffleMessage") [17:26:41.016] if (muffled) [17:26:41.016] invokeRestart("muffleMessage") [17:26:41.016] } [17:26:41.016] else if (inherits(cond, "warning")) { [17:26:41.016] muffled <- grepl(pattern, "muffleWarning") [17:26:41.016] if (muffled) [17:26:41.016] invokeRestart("muffleWarning") [17:26:41.016] } [17:26:41.016] else if (inherits(cond, "condition")) { [17:26:41.016] if (!is.null(pattern)) { [17:26:41.016] computeRestarts <- base::computeRestarts [17:26:41.016] grepl <- base::grepl [17:26:41.016] restarts <- computeRestarts(cond) [17:26:41.016] for (restart in restarts) { [17:26:41.016] name <- restart$name [17:26:41.016] if (is.null(name)) [17:26:41.016] next [17:26:41.016] if (!grepl(pattern, name)) [17:26:41.016] next [17:26:41.016] invokeRestart(restart) [17:26:41.016] muffled <- TRUE [17:26:41.016] break [17:26:41.016] } [17:26:41.016] } [17:26:41.016] } [17:26:41.016] invisible(muffled) [17:26:41.016] } [17:26:41.016] muffleCondition(cond, pattern = "^muffle") [17:26:41.016] } [17:26:41.016] } [17:26:41.016] } [17:26:41.016] })) [17:26:41.016] }, error = function(ex) { [17:26:41.016] base::structure(base::list(value = NULL, visible = NULL, [17:26:41.016] conditions = ...future.conditions, rng = !identical(base::globalenv()$.Random.seed, [17:26:41.016] ...future.rng), started = ...future.startTime, [17:26:41.016] finished = Sys.time(), session_uuid = NA_character_, [17:26:41.016] version = "1.8"), class = "FutureResult") [17:26:41.016] }, finally = { [17:26:41.016] if (!identical(...future.workdir, getwd())) [17:26:41.016] setwd(...future.workdir) [17:26:41.016] { [17:26:41.016] if (identical(getOption("nwarnings"), ...future.oldOptions$nwarnings)) { [17:26:41.016] ...future.oldOptions$nwarnings <- NULL [17:26:41.016] } [17:26:41.016] base::options(...future.oldOptions) [17:26:41.016] if (.Platform$OS.type == "windows") { [17:26:41.016] old_names <- names(...future.oldEnvVars) [17:26:41.016] envs <- base::Sys.getenv() [17:26:41.016] names <- names(envs) [17:26:41.016] common <- intersect(names, old_names) [17:26:41.016] added <- setdiff(names, old_names) [17:26:41.016] removed <- setdiff(old_names, names) [17:26:41.016] changed <- common[...future.oldEnvVars[common] != [17:26:41.016] envs[common]] [17:26:41.016] NAMES <- toupper(changed) [17:26:41.016] args <- list() [17:26:41.016] for (kk in seq_along(NAMES)) { [17:26:41.016] name <- changed[[kk]] [17:26:41.016] NAME <- NAMES[[kk]] [17:26:41.016] if (name != NAME && is.element(NAME, old_names)) [17:26:41.016] next [17:26:41.016] args[[name]] <- ...future.oldEnvVars[[name]] [17:26:41.016] } [17:26:41.016] NAMES <- toupper(added) [17:26:41.016] for (kk in seq_along(NAMES)) { [17:26:41.016] name <- added[[kk]] [17:26:41.016] NAME <- NAMES[[kk]] [17:26:41.016] if (name != NAME && is.element(NAME, old_names)) [17:26:41.016] next [17:26:41.016] args[[name]] <- "" [17:26:41.016] } [17:26:41.016] NAMES <- toupper(removed) [17:26:41.016] for (kk in seq_along(NAMES)) { [17:26:41.016] name <- removed[[kk]] [17:26:41.016] NAME <- NAMES[[kk]] [17:26:41.016] if (name != NAME && is.element(NAME, old_names)) [17:26:41.016] next [17:26:41.016] args[[name]] <- ...future.oldEnvVars[[name]] [17:26:41.016] } [17:26:41.016] if (length(args) > 0) [17:26:41.016] base::do.call(base::Sys.setenv, args = args) [17:26:41.016] args <- names <- old_names <- NAMES <- envs <- common <- added <- removed <- NULL [17:26:41.016] } [17:26:41.016] else { [17:26:41.016] base::do.call(base::Sys.setenv, args = base::as.list(...future.oldEnvVars)) [17:26:41.016] } [17:26:41.016] { [17:26:41.016] if (base::length(...future.futureOptionsAdded) > [17:26:41.016] 0L) { [17:26:41.016] opts <- base::vector("list", length = base::length(...future.futureOptionsAdded)) [17:26:41.016] base::names(opts) <- ...future.futureOptionsAdded [17:26:41.016] base::options(opts) [17:26:41.016] } [17:26:41.016] { [17:26:41.016] { [17:26:41.016] NULL [17:26:41.016] RNGkind("Mersenne-Twister") [17:26:41.016] base::rm(list = ".Random.seed", envir = base::globalenv(), [17:26:41.016] inherits = FALSE) [17:26:41.016] } [17:26:41.016] options(future.plan = NULL) [17:26:41.016] if (is.na(NA_character_)) [17:26:41.016] Sys.unsetenv("R_FUTURE_PLAN") [17:26:41.016] else Sys.setenv(R_FUTURE_PLAN = NA_character_) [17:26:41.016] future::plan(...future.strategy.old, .cleanup = FALSE, [17:26:41.016] .init = FALSE) [17:26:41.016] } [17:26:41.016] } [17:26:41.016] } [17:26:41.016] }) [17:26:41.016] if (TRUE) { [17:26:41.016] base::sink(type = "output", split = FALSE) [17:26:41.016] if (TRUE) { [17:26:41.016] ...future.result$stdout <- base::rawToChar(base::rawConnectionValue(...future.stdout)) [17:26:41.016] } [17:26:41.016] else { [17:26:41.016] ...future.result["stdout"] <- base::list(NULL) [17:26:41.016] } [17:26:41.016] base::close(...future.stdout) [17:26:41.016] ...future.stdout <- NULL [17:26:41.016] } [17:26:41.016] ...future.result$conditions <- ...future.conditions [17:26:41.016] ...future.result$finished <- base::Sys.time() [17:26:41.016] ...future.result [17:26:41.016] } [17:26:41.020] assign_globals() ... [17:26:41.020] List of 2 [17:26:41.020] $ delay: num 1 [17:26:41.020] $ ii : int 1 [17:26:41.020] - attr(*, "where")=List of 2 [17:26:41.020] ..$ delay: [17:26:41.020] ..$ ii : [17:26:41.020] - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [17:26:41.020] - attr(*, "resolved")= logi FALSE [17:26:41.020] - attr(*, "total_size")= num 112 [17:26:41.020] - attr(*, "already-done")= logi TRUE [17:26:41.026] - copied 'delay' to environment [17:26:41.026] - copied 'ii' to environment [17:26:41.026] assign_globals() ... done [17:26:41.027] plan(): Setting new future strategy stack: [17:26:41.027] List of future strategies: [17:26:41.027] 1. sequential: [17:26:41.027] - args: function (..., envir = parent.frame(), workers = "") [17:26:41.027] - tweaked: FALSE [17:26:41.027] - call: NULL [17:26:41.027] plan(): nbrOfWorkers() = 1 [17:26:42.050] plan(): Setting new future strategy stack: [17:26:42.050] List of future strategies: [17:26:42.050] 1. sequential: [17:26:42.050] - args: function (..., envir = parent.frame(), workers = "") [17:26:42.050] - tweaked: FALSE [17:26:42.050] - call: future::plan("sequential") [17:26:42.051] plan(): nbrOfWorkers() = 1 [17:26:42.051] SequentialFuture started (and completed) [17:26:42.052] - Launch lazy future ... done [17:26:42.052] run() for 'SequentialFuture' ... done [17:26:42.053] resolve() on list ... [17:26:42.053] recursive: 0 [17:26:42.053] length: 1 [17:26:42.053] [17:26:42.054] resolved() for 'SequentialFuture' ... [17:26:42.054] - state: 'finished' [17:26:42.054] - run: TRUE [17:26:42.054] - result: 'FutureResult' [17:26:42.054] resolved() for 'SequentialFuture' ... done [17:26:42.054] Future #1 [17:26:42.055] signalConditionsASAP(SequentialFuture, pos=1) ... [17:26:42.055] - nx: 1 [17:26:42.055] - relay: TRUE [17:26:42.055] - stdout: TRUE [17:26:42.056] - signal: TRUE [17:26:42.056] - resignal: FALSE [17:26:42.056] - force: TRUE [17:26:42.056] - relayed: [n=1] FALSE [17:26:42.056] - queued futures: [n=1] FALSE [17:26:42.056] - until=1 [17:26:42.057] - relaying element #1 [17:26:42.059] - relayed: [n=1] TRUE [17:26:42.059] - queued futures: [n=1] TRUE [17:26:42.059] signalConditionsASAP(SequentialFuture, pos=1) ... done [17:26:42.060] length: 0 (resolved future 1) [17:26:42.060] Relaying remaining futures [17:26:42.060] signalConditionsASAP(NULL, pos=0) ... [17:26:42.060] - nx: 1 [17:26:42.060] - relay: TRUE [17:26:42.061] - stdout: TRUE [17:26:42.061] - signal: TRUE [17:26:42.061] - resignal: FALSE [17:26:42.061] - force: TRUE [17:26:42.061] - relayed: [n=1] TRUE [17:26:42.061] - queued futures: [n=1] TRUE - flush all [17:26:42.062] - relayed: [n=1] TRUE [17:26:42.062] - queued futures: [n=1] TRUE [17:26:42.062] signalConditionsASAP(NULL, pos=0) ... done [17:26:42.062] resolve() on list ... DONE Worker R session details: worker pid r sysname release version nodename machine login 1 1 21924 4.4.0 Windows Server x64 build 20348 host001 x86-64 user001 user effective_user 1 user001 user001 Number of unique worker PIDs: 1 (as expected) > > message("*** futureSessionInfo() ... DONE") *** futureSessionInfo() ... DONE > > source("incl/end.R") [17:26:42.066] plan(): Setting new future strategy stack: [17:26:42.066] List of future strategies: [17:26:42.066] 1. FutureStrategy: [17:26:42.066] - args: function (..., envir = parent.frame(), workers = "") [17:26:42.066] - tweaked: FALSE [17:26:42.066] - call: future::plan(oplan) [17:26:42.080] plan(): nbrOfWorkers() = 1 Failed to undo environment variables: - Expected environment variables: [n=204] '!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', 'RTOOLS43_HOME', 'RTOOLS44_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_RTOOLS44_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', '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_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_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_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_CHECK_DOC_FILES_NOTE_IF_ALL_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: List of 3 $ name : chr "MAKEFLAGS" $ expected: 'Dlist' chr "" $ actual : 'Dlist' chr NA > > proc.time() user system elapsed 0.29 0.12 1.40