R Under development (unstable) (2025-11-15 r89024 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-demo-mandelbrot.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("demo-mandelbrot") Test 'demo-mandelbrot' ... Sourcing 9 prologue scripts ... 01/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/001.load.R' 02/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/002.record-state.R' 03/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/030.imports.R' 04/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/050.utils.R' 05/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.context.R' 06/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.options.R' 07/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/091.envvars.R' 08/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/099.future-setup.R' 09/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/995.detrius-connections.R' Sourcing 9 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/test-demo-mandelbrot.R' > library(future) [23:12:43.240] Option 'future.startup.script': TRUE [23:12:43.241] Future startup scripts considered: '.future.R', '~/.future.R' [23:12:43.242] Future startup scripts found: > if (getRversion() < "4.1") options(future.debug = FALSE) > message("*** Mandelbrot demo of the 'future' package ...") *** Mandelbrot demo of the 'future' package ... > options(future.demo.mandelbrot.nrow = 2) > options(future.demo.mandelbrot.resolution = 50) > options(future.demo.mandelbrot.delay = FALSE) > for (cores in 1:availCores) { + message(sprintf("Testing with %d cores ...", cores)) + options(mc.cores = cores) + for (strategy in supp .... [TRUNCATED] Testing with 1 cores ... - plan('sequential') ... [23:12:43.257] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:43.258] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:12:43.258] | : all.equal() for FutureStrategyList ... [23:12:43.258] | : . New stack: [23:12:43.259] | : . List of 1 [23:12:43.259] | : . $ :function (..., envir = parent.frame()) [23:12:43.259] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.259] | : . ..- attr(*, "init")= logi TRUE [23:12:43.259] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.259] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.259] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.259] | : . ..- attr(*, "call")= language plan(strategy) [23:12:43.259] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.272] | : . Old stack: [23:12:43.272] | : . List of 1 [23:12:43.272] | : . $ :function (..., envir = parent.frame()) [23:12:43.272] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.272] | : . ..- attr(*, "init")= logi TRUE [23:12:43.272] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.272] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.272] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.272] | : . ..- attr(*, "call")= language plan(sequential) [23:12:43.272] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.277] | : . Not identical [23:12:43.277] | : . all.equal() for future ... [23:12:43.278] | : . ' List of 2 [23:12:43.278] | : . ' $ target :function (..., envir = parent.frame()) [23:12:43.278] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.278] | : . ' ..- attr(*, "init")= logi TRUE [23:12:43.278] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.278] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.278] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.278] | : . ' ..- attr(*, "call")= language plan(strategy) [23:12:43.278] | : . ' $ current:function (..., envir = parent.frame()) [23:12:43.278] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.278] | : . ' ..- attr(*, "init")= logi TRUE [23:12:43.278] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.278] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.278] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.278] | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:43.289] | : . all.equal() for future ... done [23:12:43.290] | : all.equal() for FutureStrategyList ... done [23:12:43.290] | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:43.290] | : List of future strategies: [23:12:43.290] | : 1. sequential: [23:12:43.290] | : - args: function (..., envir = parent.frame(), workers = "") [23:12:43.290] | : - tweaked: FALSE [23:12:43.290] | : - call: plan(sequential) [23:12:43.292] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:12:43.292] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done demo(mandelbrot) ---- ~~~~~~~~~~ > library(future) > library(graphics) > plot_what_is_done <- function(counts) { + for (kk in seq_along(counts)) { + f <- counts[[kk]] + + ## Already plotted? + if (!inherits(f, "Future")) next + + ## Not resolved? + if (!resolved(f)) next + + message(sprintf("Plotting tile #%d of %d ...", kk, n)) + counts[[kk]] <- value(f) + screen(kk) + plot(counts[[kk]]) + } + + counts + } > ## Options > region <- getOption("future.demo.mandelbrot.region", 1L) > if (!is.list(region)) { + if (region == 1L) { + region <- list(xmid = -0.75, ymid = 0.0, side = 3.0) + } else if (region == 2L) { + region <- list(xmid = 0.283, ymid = -0.0095, side = 0.00026) + } else if (region == 3L) { + region <- list(xmid = 0.282989, ymid = -0.01, side = 3e-8) + } + } > nrow <- getOption("future.demo.mandelbrot.nrow", 3L) > resolution <- getOption("future.demo.mandelbrot.resolution", 400L) > delay <- getOption("future.demo.mandelbrot.delay", interactive()) > if (isTRUE(delay)) { + delay <- function(counts) Sys.sleep(1.0) + } else if (!is.function(delay)) { + delay <- function(counts) {} + } > ## Generate Mandelbrot tiles to be computed > Cs <- mandelbrot_tiles(xmid = region$xmid, ymid = region$ymid, + side = region$side, nrow = nrow, + resolution = resolution) > if (interactive()) { + dev.new() + plot.new() + split.screen(dim(Cs)) + for (ii in seq_along(Cs)) { + screen(ii) + par(mar = c(0, 0, 0, 0)) + text(x = 1 / 2, y = 1 / 2, sprintf("Future #%d\nunresolved", ii), cex = 2) + } + } else { + split.screen(dim(Cs)) + } [1] 1 2 3 4 > ## Create all Mandelbrot tiles via lazy futures > n <- length(Cs) > message(sprintf("Creating %d Mandelbrot tiles:", n), appendLF = FALSE) Creating 4 Mandelbrot tiles: > counts <- lapply(seq_along(Cs), FUN=function(ii) { + message(" ", ii, appendLF = FALSE) + C <- Cs[[ii]] + future({ + message(sprintf("Calculating tile #%d of %d ...", ii, n), appendLF = FALSE) + fit <- mandelbrot(C) + + ## Emulate slowness + delay(fit) + + message(" done") + fit + }, lazy = TRUE) + }) 1[23:12:43.376] future(..., label = NULL) ... [23:12:43.377] | lazy: TRUE [23:12:43.377] | stdout: TRUE [23:12:43.377] | conditions: [n=1] 'condition' [23:12:43.378] | gc: FALSE [23:12:43.378] | earlySignal: FALSE [23:12:43.379] | getGlobalsAndPackages() ... [23:12:43.379] | : Searching for globals ... [23:12:43.478] | : . globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [23:12:43.478] | : Searching for globals ... done [23:12:43.478] | : Resolving globals: FALSE [23:12:43.479] | : Search for packages associated with the globals ... [23:12:43.479] | : . Packages associated with globals: [2] 'base', 'future' [23:12:43.480] | : . Packages: [2] 'base', 'future' [23:12:43.480] | : Search for packages associated with the globals ... done [23:12:43.481] | : Packages after dropping 'base': [1] 'future' [23:12:43.481] | : Packages after dropping non-attached packages: [1] 'future' [23:12:43.481] | : globals: [4] 'ii', 'n', 'C', 'delay' [23:12:43.482] | : packages: [1] 'future' [23:12:43.482] | getGlobalsAndPackages() ... done [23:12:43.483] future(..., label = NULL) ... done 2[23:12:43.490] future(..., label = NULL) ... [23:12:43.491] | lazy: TRUE [23:12:43.491] | stdout: TRUE [23:12:43.491] | conditions: [n=1] 'condition' [23:12:43.491] | gc: FALSE [23:12:43.491] | earlySignal: FALSE [23:12:43.492] | getGlobalsAndPackages() ... [23:12:43.492] | : Searching for globals ... [23:12:43.589] | : . globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [23:12:43.590] | : Searching for globals ... done [23:12:43.590] | : Resolving globals: FALSE [23:12:43.591] | : Search for packages associated with the globals ... [23:12:43.591] | : . Packages associated with globals: [2] 'base', 'future' [23:12:43.592] | : . Packages: [2] 'base', 'future' [23:12:43.593] | : Search for packages associated with the globals ... done [23:12:43.593] | : Packages after dropping 'base': [1] 'future' [23:12:43.593] | : Packages after dropping non-attached packages: [1] 'future' [23:12:43.594] | : globals: [4] 'ii', 'n', 'C', 'delay' [23:12:43.594] | : packages: [1] 'future' [23:12:43.594] | getGlobalsAndPackages() ... done [23:12:43.595] future(..., label = NULL) ... done 3[23:12:43.596] future(..., label = NULL) ... [23:12:43.596] | lazy: TRUE [23:12:43.596] | stdout: TRUE [23:12:43.596] | conditions: [n=1] 'condition' [23:12:43.597] | gc: FALSE [23:12:43.597] | earlySignal: FALSE [23:12:43.597] | getGlobalsAndPackages() ... [23:12:43.598] | : Searching for globals ... [23:12:43.657] | : . globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [23:12:43.657] | : Searching for globals ... done [23:12:43.658] | : Resolving globals: FALSE [23:12:43.658] | : Search for packages associated with the globals ... [23:12:43.659] | : . Packages associated with globals: [2] 'base', 'future' [23:12:43.659] | : . Packages: [2] 'base', 'future' [23:12:43.660] | : Search for packages associated with the globals ... done [23:12:43.660] | : Packages after dropping 'base': [1] 'future' [23:12:43.661] | : Packages after dropping non-attached packages: [1] 'future' [23:12:43.661] | : globals: [4] 'ii', 'n', 'C', 'delay' [23:12:43.661] | : packages: [1] 'future' [23:12:43.662] | getGlobalsAndPackages() ... done [23:12:43.662] future(..., label = NULL) ... done 4[23:12:43.663] future(..., label = NULL) ... [23:12:43.663] | lazy: TRUE [23:12:43.663] | stdout: TRUE [23:12:43.664] | conditions: [n=1] 'condition' [23:12:43.664] | gc: FALSE [23:12:43.664] | earlySignal: FALSE [23:12:43.665] | getGlobalsAndPackages() ... [23:12:43.665] | : Searching for globals ... [23:12:43.723] | : . globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [23:12:43.724] | : Searching for globals ... done [23:12:43.724] | : Resolving globals: FALSE [23:12:43.724] | : Search for packages associated with the globals ... [23:12:43.725] | : . Packages associated with globals: [2] 'base', 'future' [23:12:43.726] | : . Packages: [2] 'base', 'future' [23:12:43.726] | : Search for packages associated with the globals ... done [23:12:43.726] | : Packages after dropping 'base': [1] 'future' [23:12:43.727] | : Packages after dropping non-attached packages: [1] 'future' [23:12:43.727] | : globals: [4] 'ii', 'n', 'C', 'delay' [23:12:43.727] | : packages: [1] 'future' [23:12:43.727] | getGlobalsAndPackages() ... done [23:12:43.728] future(..., label = NULL) ... done > message(".") . > ## Calculate and plot tiles > repeat { + counts <- plot_what_is_done(counts) + if (!any(sapply(counts, FUN = inherits, "Future"))) break + } [23:12:43.745] resolved() ... [23:12:43.746] | resolved() for Future () ... [23:12:43.746] | : state: 'created' [23:12:43.746] | : run: TRUE [23:12:43.747] | : run() ... [23:12:43.747] | : . run() for 'Future' () ... [23:12:43.748] | : . ' state: 'created' [23:12:43.748] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:43.748] | : . ' , plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [23:12:43.749] | : . ' , ; function (..., envir = parent.frame()) [23:12:43.749] | : . ' , ; - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.749] | : . ' , ; - attr(*, "init")= logi TRUE [23:12:43.749] | : . ' , ; - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.749] | : . ' , ; ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.749] | : . ' , ; - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.749] | : . ' , ; - attr(*, "call")= language plan(sequential) [23:12:43.752] | : . ' , ; init: TRUE [23:12:43.753] | : . ' , ; makeFutureBackend() ... [23:12:43.753] | : . ' , ; ` Backend function: <'NULL'> [23:12:43.754] | : . ' , ; ` Evaluator tweak arguments: [n=0] [23:12:43.754] | : . ' , ; ` list() [23:12:43.754] | : . ' , ; ` Evaluator formal arguments: [n=0] [23:12:43.755] | : . ' , ; ` NULL [23:12:43.755] | : . ' , ; ` Arguments passed to the future-backend factory: [n=0] [23:12:43.755] | : . ' , ; ` list() [23:12:43.756] | : . ' , ; ` Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:12:43.756] | : . ' , ; makeFutureBackend() ... done [23:12:43.757] | : . ' , plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [23:12:43.757] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:43.757] | : . ' Using SequentialFutureBackend ... [23:12:43.757] | : . ' , Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:12:43.758] | : . ' , Launching futures ... [23:12:43.758] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:12:43.759] | : . ' , ; ` getFutureData() ... [23:12:43.759] | : . ' , ; ` | getFutureCore() ... [23:12:43.759] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'future' [23:12:43.760] | : . ' , ; ` | getFutureCore() ... done [23:12:43.760] | : . ' , ; ` | getFutureCapture() ... [23:12:43.760] | : . ' , ; ` | getFutureCapture() ... done [23:12:43.761] | : . ' , ; ` | getFutureContext() ... [23:12:43.761] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:43.761] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:12:43.762] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:43.762] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:12:43.762] | : . ' , ; ` | getFutureContext() ... done [23:12:43.763] | : . ' , ; ` getFutureData() ... done [23:12:43.768] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:43.768] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:12:43.768] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:43.769] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:43.770] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:43.770] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [23:12:43.770] | : . ' , ; ` | : . New stack: [23:12:43.770] | : . ' , ; ` | : . List of 1 [23:12:43.770] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:43.770] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.770] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [23:12:43.770] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.770] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.770] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.770] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:43.770] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.775] | : . ' , ; ` | : . Old stack: [23:12:43.776] | : . ' , ; ` | : . List of 1 [23:12:43.776] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:43.776] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.776] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [23:12:43.776] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.776] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.776] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.776] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [23:12:43.776] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:43.776] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.776] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.776] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.782] | : . ' , ; ` | : . Not identical [23:12:43.782] | : . ' , ; ` | : . all.equal() for future ... [23:12:43.783] | : . ' , ; ` | : . ' List of 2 [23:12:43.783] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.783] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:43.783] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.783] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:43.783] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:43.783] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.783] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.793] | : . ' , ; ` | : . all.equal() for future ... done [23:12:43.794] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [23:12:43.794] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:43.794] | : . ' , ; ` | : List of future strategies: [23:12:43.794] | : . ' , ; ` | : 1. sequential: [23:12:43.794] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [23:12:43.794] | : . ' , ; ` | : - tweaked: FALSE [23:12:43.794] | : . ' , ; ` | : - call: plan(sequential) [23:12:43.795] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:43.795] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:43.796] | : . ' , ; ` assign_globals() ... [23:12:43.796] | : . ' , ; ` List of 4 [23:12:43.796] | : . ' , ; ` $ ii : int 1 [23:12:43.796] | : . ' , ; ` $ n : int 4 [23:12:43.796] | : . ' , ; ` $ C : cplx [1:25, 1:25] -2.25-1.5i -2.25-1.44i -2.25-1.38i ... [23:12:43.796] | : . ' , ; ` ..- attr(*, "region")=List of 2 [23:12:43.796] | : . ' , ; ` .. ..$ xrange: num [1:2] -2.25 -0.781 [23:12:43.796] | : . ' , ; ` .. ..$ yrange: num [1:2] -1.5 -0.0306 [23:12:43.796] | : . ' , ; ` ..- attr(*, "tile")= int [1:2] 1 1 [23:12:43.796] | : . ' , ; ` $ delay:function (counts) [23:12:43.796] | : . ' , ; ` ..- attr(*, "srcref")= 'srcref' int [1:8] 41 12 41 30 12 30 41 41 [23:12:43.796] | : . ' , ; ` .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:43.796] | : . ' , ; ` - attr(*, "where")=List of 4 [23:12:43.796] | : . ' , ; ` ..$ ii : [23:12:43.796] | : . ' , ; ` ..$ n : [23:12:43.796] | : . ' , ; ` ..$ C : [23:12:43.796] | : . ' , ; ` ..$ delay: [23:12:43.796] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:12:43.796] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [23:12:43.796] | : . ' , ; ` - attr(*, "total_size")= num NA [23:12:43.796] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [23:12:43.807] | : . ' , ; ` - copied 'ii' to environment [23:12:43.807] | : . ' , ; ` - copied 'n' to environment [23:12:43.807] | : . ' , ; ` - copied 'C' to environment [23:12:43.808] | : . ' , ; ` - reassign environment for 'delay' [where=globalenv()] [23:12:43.808] | : . ' , ; ` - copied 'delay' to environment [23:12:43.808] | : . ' , ; ` assign_globals() ... done [23:12:43.815] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:43.816] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:43.816] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:43.816] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [23:12:43.817] | : . ' , ; ` | : . ' New stack: [23:12:43.817] | : . ' , ; ` | : . ' List of 1 [23:12:43.817] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:43.817] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.817] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:43.817] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.817] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.817] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.817] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:43.817] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:43.817] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.817] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.817] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.823] | : . ' , ; ` | : . ' Old stack: [23:12:43.824] | : . ' , ; ` | : . ' List of 1 [23:12:43.824] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:43.824] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.824] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:43.824] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.824] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.824] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.824] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:43.824] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:43.824] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.824] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.824] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.830] | : . ' , ; ` | : . ' Identical [23:12:43.830] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [23:12:43.831] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:43.831] | : . ' , ; ` | : . List of future strategies: [23:12:43.831] | : . ' , ; ` | : . 1. sequential: [23:12:43.831] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [23:12:43.831] | : . ' , ; ` | : . - tweaked: FALSE [23:12:43.831] | : . ' , ; ` | : . - call: plan(sequential) [23:12:43.832] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:43.832] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:43.833] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:43.842] | : . ' , ; ` SequentialFuture started (and completed) [23:12:43.843] | : . ' , ; ` signalConditions() ... [23:12:43.843] | : . ' , ; ` | include = 'immediateCondition' [23:12:43.844] | : . ' , ; ` | exclude = [23:12:43.844] | : . ' , ; ` | resignal = FALSE [23:12:43.844] | : . ' , ; ` | Number of conditions: 8 [23:12:43.844] | : . ' , ; ` | int 8 [23:12:43.845] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.846] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.846] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.846] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.846] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.847] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.847] | : . ' , ; ` | Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.847] | : . ' , ; ` | Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.848] | : . ' , ; ` signalConditions() ... done [23:12:43.848] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:12:43.848] | : . ' , Launching futures ... done [23:12:43.849] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:12:43.849] | : . ' Using SequentialFutureBackend ... done [23:12:43.849] | : . run() for 'Future' () ... done [23:12:43.849] | : run() ... done [23:12:43.850] | : resolved() ... [23:12:43.850] | : . resolved() ... [23:12:43.850] | : . ' resolved() for SequentialFuture () ... [23:12:43.850] | : . ' , state: 'finished' [23:12:43.851] | : . ' , run: TRUE [23:12:43.851] | : . ' , result: 'FutureResult' [23:12:43.851] | : . ' resolved() for SequentialFuture () ... done [23:12:43.852] | : . resolved() ... done [23:12:43.852] | : . resolved: TRUE [23:12:43.852] | : resolved() ... done [23:12:43.852] | resolved() for Future () ... done [23:12:43.853] resolved() ... done Plotting tile #1 of 4 ... [23:12:43.854] value() for SequentialFuture () ... [23:12:43.854] | signalConditions() ... [23:12:43.854] | : include = 'immediateCondition' [23:12:43.855] | : exclude = [23:12:43.855] | : resignal = FALSE [23:12:43.855] | : Number of conditions: 8 [23:12:43.855] | : int 8 [23:12:43.856] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.857] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.857] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.857] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.857] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.858] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.858] | : Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.858] | : Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.859] | signalConditions() ... done [23:12:43.859] | relay stdout ... [23:12:43.859] | relay stdout ... done [23:12:43.859] | check for misuse ... [23:12:43.860] | check for misuse ... done [23:12:43.860] | relay conditions ... [23:12:43.860] | : Future state: 'finished' [23:12:43.860] | : signalConditions() ... [23:12:43.861] | : . include = 'condition' [23:12:43.861] | : . exclude = 'immediateCondition' [23:12:43.861] | : . resignal = TRUE [23:12:43.861] | : . Number of conditions: 8 [23:12:43.862] | : . int 8 [23:12:43.863] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.863] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:12:43.765] | : . ' , ; ` attachPackages() ... [23:12:43.863] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.863] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:12:43.766] | : . ' , ; ` | packages: [n=1] 'future' [23:12:43.864] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.864] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:12:43.766] | : . ' , ; ` attachPackages() ... done [23:12:43.864] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.865] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:12:43.766] | : . ' , ; ` attachPackages() ... [23:12:43.865] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.865] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:12:43.767] | : . ' , ; ` | packages: [n=1] 'future' [23:12:43.866] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.866] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:12:43.767] | : . ' , ; ` attachPackages() ... done [23:12:43.866] | : . Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.867] | : . Condition #7: 'simpleMessage', 'message', 'condition' Calculating tile #1 of 4 ...[23:12:43.867] | : . Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.867] | : . Condition #8: 'simpleMessage', 'message', 'condition' done [23:12:43.868] | : signalConditions() ... done [23:12:43.868] | relay conditions ... done [23:12:43.868] value() for SequentialFuture () ... done [23:12:43.871] resolved() ... [23:12:43.871] | resolved() for Future () ... [23:12:43.871] | : state: 'created' [23:12:43.872] | : run: TRUE [23:12:43.872] | : run() ... [23:12:43.872] | : . run() for 'Future' () ... [23:12:43.872] | : . ' state: 'created' [23:12:43.873] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:43.873] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:43.873] | : . ' Using SequentialFutureBackend ... [23:12:43.873] | : . ' , Number of futures since start: 1 (1 created, 1 launched, 1 finished) [23:12:43.874] | : . ' , Launching futures ... [23:12:43.874] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:12:43.874] | : . ' , ; ` getFutureData() ... [23:12:43.874] | : . ' , ; ` | getFutureCore() ... [23:12:43.875] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'future' [23:12:43.875] | : . ' , ; ` | getFutureCore() ... done [23:12:43.875] | : . ' , ; ` | getFutureCapture() ... [23:12:43.875] | : . ' , ; ` | getFutureCapture() ... done [23:12:43.876] | : . ' , ; ` | getFutureContext() ... [23:12:43.876] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:43.876] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:12:43.876] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:43.877] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:12:43.877] | : . ' , ; ` | getFutureContext() ... done [23:12:43.877] | : . ' , ; ` getFutureData() ... done [23:12:43.880] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:43.880] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:12:43.881] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:43.881] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:43.881] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:43.882] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [23:12:43.882] | : . ' , ; ` | : . New stack: [23:12:43.882] | : . ' , ; ` | : . List of 1 [23:12:43.882] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:43.882] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.882] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [23:12:43.882] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.882] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.882] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.882] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:43.882] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.887] | : . ' , ; ` | : . Old stack: [23:12:43.887] | : . ' , ; ` | : . List of 1 [23:12:43.887] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:43.887] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.887] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [23:12:43.887] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.887] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.887] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.887] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [23:12:43.887] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:43.887] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.887] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.887] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.893] | : . ' , ; ` | : . Not identical [23:12:43.893] | : . ' , ; ` | : . all.equal() for future ... [23:12:43.893] | : . ' , ; ` | : . ' List of 2 [23:12:43.893] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.893] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:43.893] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.893] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:43.893] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:43.893] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.893] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.903] | : . ' , ; ` | : . all.equal() for future ... done [23:12:43.903] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [23:12:43.903] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:43.903] | : . ' , ; ` | : List of future strategies: [23:12:43.903] | : . ' , ; ` | : 1. sequential: [23:12:43.903] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [23:12:43.903] | : . ' , ; ` | : - tweaked: FALSE [23:12:43.903] | : . ' , ; ` | : - call: plan(sequential) [23:12:43.904] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:43.905] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:43.905] | : . ' , ; ` assign_globals() ... [23:12:43.905] | : . ' , ; ` List of 4 [23:12:43.905] | : . ' , ; ` $ ii : int 2 [23:12:43.905] | : . ' , ; ` $ n : int 4 [23:12:43.905] | : . ' , ; ` $ C : cplx [1:25, 1:25] -0.719-1.5i -0.719-1.44i -0.719-1.38i ... [23:12:43.905] | : . ' , ; ` ..- attr(*, "region")=List of 2 [23:12:43.905] | : . ' , ; ` .. ..$ xrange: num [1:2] -0.719 0.75 [23:12:43.905] | : . ' , ; ` .. ..$ yrange: num [1:2] -1.5 -0.0306 [23:12:43.905] | : . ' , ; ` ..- attr(*, "tile")= int [1:2] 1 2 [23:12:43.905] | : . ' , ; ` $ delay:function (counts) [23:12:43.905] | : . ' , ; ` ..- attr(*, "srcref")= 'srcref' int [1:8] 41 12 41 30 12 30 41 41 [23:12:43.905] | : . ' , ; ` .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:43.905] | : . ' , ; ` - attr(*, "where")=List of 4 [23:12:43.905] | : . ' , ; ` ..$ ii : [23:12:43.905] | : . ' , ; ` ..$ n : [23:12:43.905] | : . ' , ; ` ..$ C : [23:12:43.905] | : . ' , ; ` ..$ delay: [23:12:43.905] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:12:43.905] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [23:12:43.905] | : . ' , ; ` - attr(*, "total_size")= num NA [23:12:43.905] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [23:12:43.917] | : . ' , ; ` - copied 'ii' to environment [23:12:43.917] | : . ' , ; ` - copied 'n' to environment [23:12:43.917] | : . ' , ; ` - copied 'C' to environment [23:12:43.918] | : . ' , ; ` - reassign environment for 'delay' [where=globalenv()] [23:12:43.918] | : . ' , ; ` - copied 'delay' to environment [23:12:43.918] | : . ' , ; ` assign_globals() ... done [23:12:43.927] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:43.928] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:43.928] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:43.928] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [23:12:43.929] | : . ' , ; ` | : . ' New stack: [23:12:43.929] | : . ' , ; ` | : . ' List of 1 [23:12:43.929] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:43.929] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.929] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:43.929] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.929] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.929] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.929] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:43.929] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:43.929] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.929] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.929] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.937] | : . ' , ; ` | : . ' Old stack: [23:12:43.937] | : . ' , ; ` | : . ' List of 1 [23:12:43.937] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:43.937] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.937] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:43.937] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.937] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.937] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.937] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:43.937] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:43.937] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.937] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.937] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.944] | : . ' , ; ` | : . ' Identical [23:12:43.945] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [23:12:43.945] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:43.945] | : . ' , ; ` | : . List of future strategies: [23:12:43.945] | : . ' , ; ` | : . 1. sequential: [23:12:43.945] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [23:12:43.945] | : . ' , ; ` | : . - tweaked: FALSE [23:12:43.945] | : . ' , ; ` | : . - call: plan(sequential) [23:12:43.946] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:43.947] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:43.947] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:43.948] | : . ' , ; ` SequentialFuture started (and completed) [23:12:43.948] | : . ' , ; ` signalConditions() ... [23:12:43.949] | : . ' , ; ` | include = 'immediateCondition' [23:12:43.949] | : . ' , ; ` | exclude = [23:12:43.949] | : . ' , ; ` | resignal = FALSE [23:12:43.950] | : . ' , ; ` | Number of conditions: 8 [23:12:43.950] | : . ' , ; ` | int 8 [23:12:43.951] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.951] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.952] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.952] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.952] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.952] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.953] | : . ' , ; ` | Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.953] | : . ' , ; ` | Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.953] | : . ' , ; ` signalConditions() ... done [23:12:43.954] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:12:43.954] | : . ' , Launching futures ... done [23:12:43.954] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:12:43.955] | : . ' Using SequentialFutureBackend ... done [23:12:43.955] | : . run() for 'Future' () ... done [23:12:43.955] | : run() ... done [23:12:43.956] | : resolved() ... [23:12:43.956] | : . resolved() ... [23:12:43.956] | : . ' resolved() for SequentialFuture () ... [23:12:43.957] | : . ' , state: 'finished' [23:12:43.957] | : . ' , run: TRUE [23:12:43.957] | : . ' , result: 'FutureResult' [23:12:43.958] | : . ' resolved() for SequentialFuture () ... done [23:12:43.958] | : . resolved() ... done [23:12:43.958] | : . resolved: TRUE [23:12:43.958] | : resolved() ... done [23:12:43.959] | resolved() for Future () ... done [23:12:43.959] resolved() ... done Plotting tile #2 of 4 ... [23:12:43.960] value() for SequentialFuture () ... [23:12:43.960] | signalConditions() ... [23:12:43.960] | : include = 'immediateCondition' [23:12:43.961] | : exclude = [23:12:43.961] | : resignal = FALSE [23:12:43.961] | : Number of conditions: 8 [23:12:43.961] | : int 8 [23:12:43.962] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.963] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.963] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.963] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.964] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.964] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.964] | : Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.965] | : Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.965] | signalConditions() ... done [23:12:43.965] | relay stdout ... [23:12:43.966] | relay stdout ... done [23:12:43.966] | check for misuse ... [23:12:43.966] | check for misuse ... done [23:12:43.967] | relay conditions ... [23:12:43.967] | : Future state: 'finished' [23:12:43.967] | : signalConditions() ... [23:12:43.967] | : . include = 'condition' [23:12:43.968] | : . exclude = 'immediateCondition' [23:12:43.968] | : . resignal = TRUE [23:12:43.968] | : . Number of conditions: 8 [23:12:43.969] | : . int 8 [23:12:43.970] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.970] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:12:43.878] | : . ' , ; ` attachPackages() ... [23:12:43.970] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.971] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:12:43.878] | : . ' , ; ` | packages: [n=1] 'future' [23:12:43.971] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.972] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:12:43.878] | : . ' , ; ` attachPackages() ... done [23:12:43.972] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.972] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:12:43.879] | : . ' , ; ` attachPackages() ... [23:12:43.973] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.973] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:12:43.879] | : . ' , ; ` | packages: [n=1] 'future' [23:12:43.973] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.974] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:12:43.879] | : . ' , ; ` attachPackages() ... done [23:12:43.974] | : . Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.974] | : . Condition #7: 'simpleMessage', 'message', 'condition' Calculating tile #2 of 4 ...[23:12:43.975] | : . Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:43.975] | : . Condition #8: 'simpleMessage', 'message', 'condition' done [23:12:43.975] | : signalConditions() ... done [23:12:43.976] | relay conditions ... done [23:12:43.976] value() for SequentialFuture () ... done [23:12:43.977] resolved() ... [23:12:43.978] | resolved() for Future () ... [23:12:43.978] | : state: 'created' [23:12:43.978] | : run: TRUE [23:12:43.978] | : run() ... [23:12:43.979] | : . run() for 'Future' () ... [23:12:43.979] | : . ' state: 'created' [23:12:43.979] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:43.980] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:43.980] | : . ' Using SequentialFutureBackend ... [23:12:43.980] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [23:12:43.980] | : . ' , Launching futures ... [23:12:43.981] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:12:43.981] | : . ' , ; ` getFutureData() ... [23:12:43.981] | : . ' , ; ` | getFutureCore() ... [23:12:43.982] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'future' [23:12:43.982] | : . ' , ; ` | getFutureCore() ... done [23:12:43.982] | : . ' , ; ` | getFutureCapture() ... [23:12:43.983] | : . ' , ; ` | getFutureCapture() ... done [23:12:43.983] | : . ' , ; ` | getFutureContext() ... [23:12:43.983] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:43.984] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:12:43.984] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:43.984] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:12:43.985] | : . ' , ; ` | getFutureContext() ... done [23:12:43.985] | : . ' , ; ` getFutureData() ... done [23:12:43.987] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:43.987] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:12:43.988] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:43.988] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:43.989] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:43.989] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [23:12:43.989] | : . ' , ; ` | : . New stack: [23:12:43.989] | : . ' , ; ` | : . List of 1 [23:12:43.989] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:43.989] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.989] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [23:12:43.989] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.989] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.989] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.989] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:43.989] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:43.994] | : . ' , ; ` | : . Old stack: [23:12:43.994] | : . ' , ; ` | : . List of 1 [23:12:43.994] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:43.994] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:43.994] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [23:12:43.994] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.994] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.994] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.994] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [23:12:43.994] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:43.994] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:43.994] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:43.994] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:44.001] | : . ' , ; ` | : . Not identical [23:12:44.001] | : . ' , ; ` | : . all.equal() for future ... [23:12:44.001] | : . ' , ; ` | : . ' List of 2 [23:12:44.001] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.001] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:44.001] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.001] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:44.001] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:44.001] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.001] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.010] | : . ' , ; ` | : . all.equal() for future ... done [23:12:44.010] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [23:12:44.011] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:44.011] | : . ' , ; ` | : List of future strategies: [23:12:44.011] | : . ' , ; ` | : 1. sequential: [23:12:44.011] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [23:12:44.011] | : . ' , ; ` | : - tweaked: FALSE [23:12:44.011] | : . ' , ; ` | : - call: plan(sequential) [23:12:44.012] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:44.012] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:44.012] | : . ' , ; ` assign_globals() ... [23:12:44.012] | : . ' , ; ` List of 4 [23:12:44.012] | : . ' , ; ` $ ii : int 3 [23:12:44.012] | : . ' , ; ` $ n : int 4 [23:12:44.012] | : . ' , ; ` $ C : cplx [1:25, 1:25] -2.25+0.0306i -2.25+0.0918i -2.25+0.1531i ... [23:12:44.012] | : . ' , ; ` ..- attr(*, "region")=List of 2 [23:12:44.012] | : . ' , ; ` .. ..$ xrange: num [1:2] -2.25 -0.781 [23:12:44.012] | : . ' , ; ` .. ..$ yrange: num [1:2] 0.0306 1.5 [23:12:44.012] | : . ' , ; ` ..- attr(*, "tile")= int [1:2] 2 1 [23:12:44.012] | : . ' , ; ` $ delay:function (counts) [23:12:44.012] | : . ' , ; ` ..- attr(*, "srcref")= 'srcref' int [1:8] 41 12 41 30 12 30 41 41 [23:12:44.012] | : . ' , ; ` .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:44.012] | : . ' , ; ` - attr(*, "where")=List of 4 [23:12:44.012] | : . ' , ; ` ..$ ii : [23:12:44.012] | : . ' , ; ` ..$ n : [23:12:44.012] | : . ' , ; ` ..$ C : [23:12:44.012] | : . ' , ; ` ..$ delay: [23:12:44.012] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:12:44.012] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [23:12:44.012] | : . ' , ; ` - attr(*, "total_size")= num NA [23:12:44.012] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [23:12:44.027] | : . ' , ; ` - copied 'ii' to environment [23:12:44.027] | : . ' , ; ` - copied 'n' to environment [23:12:44.027] | : . ' , ; ` - copied 'C' to environment [23:12:44.028] | : . ' , ; ` - reassign environment for 'delay' [where=globalenv()] [23:12:44.028] | : . ' , ; ` - copied 'delay' to environment [23:12:44.028] | : . ' , ; ` assign_globals() ... done [23:12:44.035] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:44.035] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:44.036] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:44.036] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [23:12:44.036] | : . ' , ; ` | : . ' New stack: [23:12:44.037] | : . ' , ; ` | : . ' List of 1 [23:12:44.037] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:44.037] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.037] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:44.037] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.037] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.037] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.037] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:44.037] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:44.037] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.037] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.037] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:44.045] | : . ' , ; ` | : . ' Old stack: [23:12:44.045] | : . ' , ; ` | : . ' List of 1 [23:12:44.045] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:44.045] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.045] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:44.045] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.045] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.045] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.045] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:44.045] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:44.045] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.045] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.045] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:44.053] | : . ' , ; ` | : . ' Identical [23:12:44.054] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [23:12:44.054] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:44.054] | : . ' , ; ` | : . List of future strategies: [23:12:44.054] | : . ' , ; ` | : . 1. sequential: [23:12:44.054] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [23:12:44.054] | : . ' , ; ` | : . - tweaked: FALSE [23:12:44.054] | : . ' , ; ` | : . - call: plan(sequential) [23:12:44.056] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:44.056] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:44.057] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:44.058] | : . ' , ; ` SequentialFuture started (and completed) [23:12:44.058] | : . ' , ; ` signalConditions() ... [23:12:44.058] | : . ' , ; ` | include = 'immediateCondition' [23:12:44.059] | : . ' , ; ` | exclude = [23:12:44.059] | : . ' , ; ` | resignal = FALSE [23:12:44.059] | : . ' , ; ` | Number of conditions: 8 [23:12:44.059] | : . ' , ; ` | int 8 [23:12:44.060] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.060] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.061] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.061] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.062] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.062] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.062] | : . ' , ; ` | Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.063] | : . ' , ; ` | Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.063] | : . ' , ; ` signalConditions() ... done [23:12:44.063] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:12:44.064] | : . ' , Launching futures ... done [23:12:44.064] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:12:44.065] | : . ' Using SequentialFutureBackend ... done [23:12:44.065] | : . run() for 'Future' () ... done [23:12:44.065] | : run() ... done [23:12:44.066] | : resolved() ... [23:12:44.066] | : . resolved() ... [23:12:44.066] | : . ' resolved() for SequentialFuture () ... [23:12:44.067] | : . ' , state: 'finished' [23:12:44.067] | : . ' , run: TRUE [23:12:44.067] | : . ' , result: 'FutureResult' [23:12:44.068] | : . ' resolved() for SequentialFuture () ... done [23:12:44.068] | : . resolved() ... done [23:12:44.068] | : . resolved: TRUE [23:12:44.069] | : resolved() ... done [23:12:44.069] | resolved() for Future () ... done [23:12:44.070] resolved() ... done Plotting tile #3 of 4 ... [23:12:44.070] value() for SequentialFuture () ... [23:12:44.070] | signalConditions() ... [23:12:44.071] | : include = 'immediateCondition' [23:12:44.071] | : exclude = [23:12:44.071] | : resignal = FALSE [23:12:44.072] | : Number of conditions: 8 [23:12:44.072] | : int 8 [23:12:44.073] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.074] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.074] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.074] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.075] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.075] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.076] | : Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.076] | : Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.076] | signalConditions() ... done [23:12:44.077] | relay stdout ... [23:12:44.077] | relay stdout ... done [23:12:44.077] | check for misuse ... [23:12:44.078] | check for misuse ... done [23:12:44.078] | relay conditions ... [23:12:44.078] | : Future state: 'finished' [23:12:44.079] | : signalConditions() ... [23:12:44.079] | : . include = 'condition' [23:12:44.079] | : . exclude = 'immediateCondition' [23:12:44.080] | : . resignal = TRUE [23:12:44.080] | : . Number of conditions: 8 [23:12:44.080] | : . int 8 [23:12:44.082] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.082] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:12:43.985] | : . ' , ; ` attachPackages() ... [23:12:44.082] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.083] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:12:43.985] | : . ' , ; ` | packages: [n=1] 'future' [23:12:44.083] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.084] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:12:43.986] | : . ' , ; ` attachPackages() ... done [23:12:44.084] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.085] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:12:43.986] | : . ' , ; ` attachPackages() ... [23:12:44.085] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.085] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:12:43.986] | : . ' , ; ` | packages: [n=1] 'future' [23:12:44.086] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.086] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:12:43.987] | : . ' , ; ` attachPackages() ... done [23:12:44.087] | : . Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.087] | : . Condition #7: 'simpleMessage', 'message', 'condition' Calculating tile #3 of 4 ...[23:12:44.088] | : . Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.088] | : . Condition #8: 'simpleMessage', 'message', 'condition' done [23:12:44.088] | : signalConditions() ... done [23:12:44.089] | relay conditions ... done [23:12:44.089] value() for SequentialFuture () ... done [23:12:44.091] resolved() ... [23:12:44.091] | resolved() for Future () ... [23:12:44.091] | : state: 'created' [23:12:44.092] | : run: TRUE [23:12:44.092] | : run() ... [23:12:44.092] | : . run() for 'Future' () ... [23:12:44.093] | : . ' state: 'created' [23:12:44.093] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:44.094] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:44.094] | : . ' Using SequentialFutureBackend ... [23:12:44.094] | : . ' , Number of futures since start: 3 (3 created, 3 launched, 3 finished) [23:12:44.095] | : . ' , Launching futures ... [23:12:44.095] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:12:44.095] | : . ' , ; ` getFutureData() ... [23:12:44.096] | : . ' , ; ` | getFutureCore() ... [23:12:44.096] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'future' [23:12:44.097] | : . ' , ; ` | getFutureCore() ... done [23:12:44.097] | : . ' , ; ` | getFutureCapture() ... [23:12:44.097] | : . ' , ; ` | getFutureCapture() ... done [23:12:44.098] | : . ' , ; ` | getFutureContext() ... [23:12:44.098] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:44.098] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:12:44.099] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:44.099] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:12:44.099] | : . ' , ; ` | getFutureContext() ... done [23:12:44.100] | : . ' , ; ` getFutureData() ... done [23:12:44.104] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:44.104] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:12:44.105] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:44.105] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:44.106] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:44.106] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [23:12:44.107] | : . ' , ; ` | : . New stack: [23:12:44.107] | : . ' , ; ` | : . List of 1 [23:12:44.107] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:44.107] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.107] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [23:12:44.107] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.107] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.107] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.107] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:44.107] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:44.114] | : . ' , ; ` | : . Old stack: [23:12:44.114] | : . ' , ; ` | : . List of 1 [23:12:44.114] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:44.114] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.114] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [23:12:44.114] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.114] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.114] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.114] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [23:12:44.114] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:44.114] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.114] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.114] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:44.121] | : . ' , ; ` | : . Not identical [23:12:44.122] | : . ' , ; ` | : . all.equal() for future ... [23:12:44.122] | : . ' , ; ` | : . ' List of 2 [23:12:44.122] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.122] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:44.122] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.122] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:44.122] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:44.122] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.122] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.134] | : . ' , ; ` | : . all.equal() for future ... done [23:12:44.134] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [23:12:44.134] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:44.135] | : . ' , ; ` | : List of future strategies: [23:12:44.135] | : . ' , ; ` | : 1. sequential: [23:12:44.135] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [23:12:44.135] | : . ' , ; ` | : - tweaked: FALSE [23:12:44.135] | : . ' , ; ` | : - call: plan(sequential) [23:12:44.136] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:44.136] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:44.137] | : . ' , ; ` assign_globals() ... [23:12:44.137] | : . ' , ; ` List of 4 [23:12:44.137] | : . ' , ; ` $ ii : int 4 [23:12:44.137] | : . ' , ; ` $ n : int 4 [23:12:44.137] | : . ' , ; ` $ C : cplx [1:25, 1:25] -0.719+0.0306i -0.719+0.0918i -0.719+0.1531i ... [23:12:44.137] | : . ' , ; ` ..- attr(*, "region")=List of 2 [23:12:44.137] | : . ' , ; ` .. ..$ xrange: num [1:2] -0.719 0.75 [23:12:44.137] | : . ' , ; ` .. ..$ yrange: num [1:2] 0.0306 1.5 [23:12:44.137] | : . ' , ; ` ..- attr(*, "tile")= int [1:2] 2 2 [23:12:44.137] | : . ' , ; ` $ delay:function (counts) [23:12:44.137] | : . ' , ; ` ..- attr(*, "srcref")= 'srcref' int [1:8] 41 12 41 30 12 30 41 41 [23:12:44.137] | : . ' , ; ` .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:44.137] | : . ' , ; ` - attr(*, "where")=List of 4 [23:12:44.137] | : . ' , ; ` ..$ ii : [23:12:44.137] | : . ' , ; ` ..$ n : [23:12:44.137] | : . ' , ; ` ..$ C : [23:12:44.137] | : . ' , ; ` ..$ delay: [23:12:44.137] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:12:44.137] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [23:12:44.137] | : . ' , ; ` - attr(*, "total_size")= num NA [23:12:44.137] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [23:12:44.149] | : . ' , ; ` - copied 'ii' to environment [23:12:44.150] | : . ' , ; ` - copied 'n' to environment [23:12:44.150] | : . ' , ; ` - copied 'C' to environment [23:12:44.150] | : . ' , ; ` - reassign environment for 'delay' [where=globalenv()] [23:12:44.151] | : . ' , ; ` - copied 'delay' to environment [23:12:44.151] | : . ' , ; ` assign_globals() ... done [23:12:44.159] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:44.159] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:44.159] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:44.160] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [23:12:44.160] | : . ' , ; ` | : . ' New stack: [23:12:44.160] | : . ' , ; ` | : . ' List of 1 [23:12:44.160] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:44.160] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.160] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:44.160] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.160] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.160] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.160] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:44.160] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:44.160] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.160] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.160] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:44.168] | : . ' , ; ` | : . ' Old stack: [23:12:44.168] | : . ' , ; ` | : . ' List of 1 [23:12:44.168] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:44.168] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.168] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:44.168] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.168] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.168] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.168] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:44.168] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:44.168] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.168] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.168] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:44.179] | : . ' , ; ` | : . ' Identical [23:12:44.179] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [23:12:44.179] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:44.180] | : . ' , ; ` | : . List of future strategies: [23:12:44.180] | : . ' , ; ` | : . 1. sequential: [23:12:44.180] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [23:12:44.180] | : . ' , ; ` | : . - tweaked: FALSE [23:12:44.180] | : . ' , ; ` | : . - call: plan(sequential) [23:12:44.181] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:44.181] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:44.181] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:44.182] | : . ' , ; ` SequentialFuture started (and completed) [23:12:44.183] | : . ' , ; ` signalConditions() ... [23:12:44.183] | : . ' , ; ` | include = 'immediateCondition' [23:12:44.183] | : . ' , ; ` | exclude = [23:12:44.183] | : . ' , ; ` | resignal = FALSE [23:12:44.184] | : . ' , ; ` | Number of conditions: 8 [23:12:44.184] | : . ' , ; ` | int 8 [23:12:44.185] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.185] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.186] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.186] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.186] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.186] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.187] | : . ' , ; ` | Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.187] | : . ' , ; ` | Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.187] | : . ' , ; ` signalConditions() ... done [23:12:44.188] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:12:44.188] | : . ' , Launching futures ... done [23:12:44.188] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:12:44.189] | : . ' Using SequentialFutureBackend ... done [23:12:44.189] | : . run() for 'Future' () ... done [23:12:44.189] | : run() ... done [23:12:44.190] | : resolved() ... [23:12:44.190] | : . resolved() ... [23:12:44.190] | : . ' resolved() for SequentialFuture () ... [23:12:44.191] | : . ' , state: 'finished' [23:12:44.191] | : . ' , run: TRUE [23:12:44.191] | : . ' , result: 'FutureResult' [23:12:44.191] | : . ' resolved() for SequentialFuture () ... done [23:12:44.192] | : . resolved() ... done [23:12:44.192] | : . resolved: TRUE [23:12:44.192] | : resolved() ... done [23:12:44.193] | resolved() for Future () ... done [23:12:44.193] resolved() ... done Plotting tile #4 of 4 ... [23:12:44.193] value() for SequentialFuture () ... [23:12:44.194] | signalConditions() ... [23:12:44.194] | : include = 'immediateCondition' [23:12:44.194] | : exclude = [23:12:44.194] | : resignal = FALSE [23:12:44.195] | : Number of conditions: 8 [23:12:44.195] | : int 8 [23:12:44.196] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.196] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.196] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.197] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.197] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.197] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.198] | : Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.198] | : Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.198] | signalConditions() ... done [23:12:44.198] | relay stdout ... [23:12:44.199] | relay stdout ... done [23:12:44.199] | check for misuse ... [23:12:44.199] | check for misuse ... done [23:12:44.199] | relay conditions ... [23:12:44.200] | : Future state: 'finished' [23:12:44.200] | : signalConditions() ... [23:12:44.200] | : . include = 'condition' [23:12:44.201] | : . exclude = 'immediateCondition' [23:12:44.201] | : . resignal = TRUE [23:12:44.201] | : . Number of conditions: 8 [23:12:44.201] | : . int 8 [23:12:44.202] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.202] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:12:44.101] | : . ' , ; ` attachPackages() ... [23:12:44.203] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.203] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:12:44.101] | : . ' , ; ` | packages: [n=1] 'future' [23:12:44.203] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.204] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:12:44.102] | : . ' , ; ` attachPackages() ... done [23:12:44.204] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.204] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:12:44.102] | : . ' , ; ` attachPackages() ... [23:12:44.205] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.205] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:12:44.102] | : . ' , ; ` | packages: [n=1] 'future' [23:12:44.205] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.206] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:12:44.103] | : . ' , ; ` attachPackages() ... done [23:12:44.206] | : . Condition #7 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.206] | : . Condition #7: 'simpleMessage', 'message', 'condition' Calculating tile #4 of 4 ...[23:12:44.207] | : . Condition #8 (class: 'simpleMessage', 'message', 'condition'): [23:12:44.207] | : . Condition #8: 'simpleMessage', 'message', 'condition' done [23:12:44.207] | : signalConditions() ... done [23:12:44.208] | relay conditions ... done [23:12:44.208] value() for SequentialFuture () ... done > close.screen() [1] 1 2 3 4 > message("SUGGESTION: Try to rerun this demo after changing strategy for how futures are resolved, e.g. plan(multisession).\n") SUGGESTION: Try to rerun this demo after changing strategy for how futures are resolved, e.g. plan(multisession). - plan('sequential') ... DONE Testing with 1 cores ... DONE Testing with 2 cores ... - plan('multisession') ... [23:12:44.212] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:44.213] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:12:44.213] | : all.equal() for FutureStrategyList ... [23:12:44.213] | : . New stack: [23:12:44.214] | : . List of 1 [23:12:44.214] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [23:12:44.214] | : . rscript_libs = .libPaths()) [23:12:44.214] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:12:44.214] | : . ..- attr(*, "init")= logi TRUE [23:12:44.214] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:44.214] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:44.214] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:44.214] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:44.214] | : . ..- attr(*, "untweakable")= chr "persistent" [23:12:44.214] | : . ..- attr(*, "call")= language plan(strategy) [23:12:44.214] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:44.221] | : . Old stack: [23:12:44.222] | : . List of 1 [23:12:44.222] | : . $ :function (..., envir = parent.frame()) [23:12:44.222] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.222] | : . ..- attr(*, "init")= chr "done" [23:12:44.222] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.222] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.222] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.222] | : . ..- attr(*, "call")= language plan(sequential) [23:12:44.222] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:44.222] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.222] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.222] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:44.230] | : . Not identical [23:12:44.230] | : . all.equal() for future ... [23:12:44.231] | : . ' List of 2 [23:12:44.231] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [23:12:44.231] | : . ' rscript_libs = .libPaths()) [23:12:44.231] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:12:44.231] | : . ' ..- attr(*, "init")= logi TRUE [23:12:44.231] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:44.231] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:44.231] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:44.231] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:44.231] | : . ' ..- attr(*, "untweakable")= chr "persistent" [23:12:44.231] | : . ' ..- attr(*, "call")= language plan(strategy) [23:12:44.231] | : . ' $ current:function (..., envir = parent.frame()) [23:12:44.231] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:44.231] | : . ' ..- attr(*, "init")= chr "done" [23:12:44.231] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.231] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.231] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.231] | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:44.231] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:44.231] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:44.231] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:44.244] | : . ' Formals differ [23:12:44.245] | : . all.equal() for future ... done [23:12:44.245] | : . Future strategies differ at level 1 [23:12:44.245] | : all.equal() for FutureStrategyList ... done [23:12:44.246] | : plan(): Setting new future backend stack: [23:12:44.246] | : List of future strategies: [23:12:44.246] | : 1. multisession: [23:12:44.246] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [23:12:44.246] | : - tweaked: FALSE [23:12:44.246] | : - call: plan(strategy) [23:12:44.247] | : List of 1 [23:12:44.247] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [23:12:44.247] | : rscript_libs = .libPaths()) [23:12:44.247] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:12:44.247] | : ..- attr(*, "init")= logi TRUE [23:12:44.247] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:44.247] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:44.247] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:44.247] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:44.247] | : ..- attr(*, "untweakable")= chr "persistent" [23:12:44.247] | : ..- attr(*, "call")= language plan(strategy) [23:12:44.247] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:44.254] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [23:12:44.255] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:44.255] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [23:12:44.256] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:44.256] | : . Legacy shutdown of cluster workers ... [23:12:44.257] | : . ' Stopping existing cluster ... [23:12:44.257] | : . ' , No pre-existing cluster. Skipping [23:12:44.257] | : . ' Stopping existing cluster ... done [23:12:44.258] | : . Legacy shutdown of cluster workers ... done [23:12:44.258] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [23:12:44.259] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [23:12:44.259] | : . function (..., workers = availableCores(constraints = "connections-16"), [23:12:44.259] | : . rscript_libs = .libPaths()) [23:12:44.259] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:12:44.259] | : . - attr(*, "init")= logi TRUE [23:12:44.259] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:44.259] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:44.259] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:44.259] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:44.259] | : . - attr(*, "untweakable")= chr "persistent" [23:12:44.259] | : . - attr(*, "call")= language plan(strategy) [23:12:44.265] | : . init: TRUE [23:12:44.265] | : . makeFutureBackend() ... [23:12:44.266] | : . ' Backend function: <'NULL'> [23:12:44.266] | : . ' Evaluator tweak arguments: [n=0] [23:12:44.266] | : . ' list() [23:12:44.267] | : . ' Evaluator formal arguments: [n=2] [23:12:44.267] | : . ' Dotted pair list of 2 [23:12:44.267] | : . ' $ workers : language availableCores(constraints = "connections-16") [23:12:44.267] | : . ' $ rscript_libs: language .libPaths() [23:12:44.270] | : . ' Arguments passed to the future-backend factory: [n=2] [23:12:44.270] | : . ' List of 2 [23:12:44.270] | : . ' $ workers : language availableCores(constraints = "connections-16") [23:12:44.270] | : . ' $ rscript_libs: language .libPaths() [23:12:44.272] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [23:12:44.273] | : . ' , Arguments: [23:12:44.273] | : . ' , List of 5 [23:12:44.273] | : . ' , $ workers : Named int 2 [23:12:44.273] | : . ' , ..- attr(*, "names")= chr "mc.cores" [23:12:44.273] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:12:44.273] | : . ' , $ interrupts : logi TRUE [23:12:44.273] | : . ' , $ gc : logi FALSE [23:12:44.273] | : . ' , $ earlySignal : logi FALSE [23:12:44.342] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [23:12:44.343] | : . ' , ; workers: 2 [23:12:44.343] | : . ' , ; getCluster() ... [23:12:44.344] | : . ' , ; getCluster() ... done [23:12:44.344] | : . ' , ; Stopping existing cluster ... [23:12:44.344] | : . ' , ; ` No pre-existing cluster. Skipping [23:12:44.345] | : . ' , ; Stopping existing cluster ... done [23:12:44.345] | : . ' , ; Starting new cluster ... [23:12:44.345] | : . ' , ; ` makeCluster(workers, ...) ... [23:12:44.346] | : . ' , ; ` | Arguments: [23:12:44.346] | : . ' , ; ` | List of 2 [23:12:44.346] | : . ' , ; ` | $ : int 2 [23:12:44.346] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:12:44.348] | : . ' , ; ` | .makeCluster() ... [23:12:44.349] | : . ' , ; ` | : workers: '2' [23:12:44.349] | : . ' , ; ` | : R_FUTURE_PLAN: NA [23:12:44.350] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [23:12:44.350] | : . ' , ; ` | : List of 2 [23:12:44.350] | : . ' , ; ` | : $ : int 2 [23:12:44.350] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:12:45.417] | : . ' , ; ` | : Generated cluster UUID [23:12:45.418] | : . ' , ; ` | : Cluster UUID: '3ea0174513e7da9316bb4b3a7279c754' [23:12:45.418] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:45.423] | : . ' , ; ` | .makeCluster() ... done [23:12:45.423] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:45.426] | : . ' , ; ` makeCluster(workers, ...) ... done [23:12:45.426] | : . ' , ; ` Number of workers: 2 [23:12:45.426] | : . ' , ; ` Workers UUID: '3ea0174513e7da9316bb4b3a7279c754' [23:12:45.427] | : . ' , ; Starting new cluster ... done [23:12:45.427] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [23:12:45.427] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:12:45.428] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [23:12:45.428] | : . makeFutureBackend() ... done [23:12:45.428] | : . nbrOfWorkers(NULL) ... [23:12:45.429] | : . ' List of 4 [23:12:45.429] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:12:45.429] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:12:45.429] | : . ' $ : language nbrOfWorkers() [23:12:45.429] | : . ' $ : language nbrOfWorkers.NULL() [23:12:45.431] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:45.432] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:45.432] | : . ' Number of workers: 2 [23:12:45.432] | : . nbrOfWorkers(NULL) ... done [23:12:45.433] | : . plan(): nbrOfWorkers() = 2 [23:12:45.433] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [23:12:45.433] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done demo(mandelbrot) ---- ~~~~~~~~~~ > library(future) > library(graphics) > plot_what_is_done <- function(counts) { + for (kk in seq_along(counts)) { + f <- counts[[kk]] + + ## Already plotted? + if (!inherits(f, "Future")) next + + ## Not resolved? + if (!resolved(f)) next + + message(sprintf("Plotting tile #%d of %d ...", kk, n)) + counts[[kk]] <- value(f) + screen(kk) + plot(counts[[kk]]) + } + + counts + } > ## Options > region <- getOption("future.demo.mandelbrot.region", 1L) > if (!is.list(region)) { + if (region == 1L) { + region <- list(xmid = -0.75, ymid = 0.0, side = 3.0) + } else if (region == 2L) { + region <- list(xmid = 0.283, ymid = -0.0095, side = 0.00026) + } else if (region == 3L) { + region <- list(xmid = 0.282989, ymid = -0.01, side = 3e-8) + } + } > nrow <- getOption("future.demo.mandelbrot.nrow", 3L) > resolution <- getOption("future.demo.mandelbrot.resolution", 400L) > delay <- getOption("future.demo.mandelbrot.delay", interactive()) > if (isTRUE(delay)) { + delay <- function(counts) Sys.sleep(1.0) + } else if (!is.function(delay)) { + delay <- function(counts) {} + } > ## Generate Mandelbrot tiles to be computed > Cs <- mandelbrot_tiles(xmid = region$xmid, ymid = region$ymid, + side = region$side, nrow = nrow, + resolution = resolution) > if (interactive()) { + dev.new() + plot.new() + split.screen(dim(Cs)) + for (ii in seq_along(Cs)) { + screen(ii) + par(mar = c(0, 0, 0, 0)) + text(x = 1 / 2, y = 1 / 2, sprintf("Future #%d\nunresolved", ii), cex = 2) + } + } else { + split.screen(dim(Cs)) + } [1] 5 6 7 8 > ## Create all Mandelbrot tiles via lazy futures > n <- length(Cs) > message(sprintf("Creating %d Mandelbrot tiles:", n), appendLF = FALSE) Creating 4 Mandelbrot tiles: > counts <- lapply(seq_along(Cs), FUN=function(ii) { + message(" ", ii, appendLF = FALSE) + C <- Cs[[ii]] + future({ + message(sprintf("Calculating tile #%d of %d ...", ii, n), appendLF = FALSE) + fit <- mandelbrot(C) + + ## Emulate slowness + delay(fit) + + message(" done") + fit + }, lazy = TRUE) + }) 1[23:12:45.443] | future(..., label = NULL) ... [23:12:45.444] | : lazy: TRUE [23:12:45.444] | : stdout: TRUE [23:12:45.444] | : conditions: [n=1] 'condition' [23:12:45.444] | : gc: FALSE [23:12:45.445] | : earlySignal: FALSE [23:12:45.445] | : getGlobalsAndPackages() ... [23:12:45.445] | : . Searching for globals ... [23:12:45.493] | : . ' globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [23:12:45.493] | : . Searching for globals ... done [23:12:45.493] | : . Resolving globals: FALSE [23:12:45.494] | : . Search for packages associated with the globals ... [23:12:45.494] | : . ' Packages associated with globals: [2] 'base', 'future' [23:12:45.495] | : . ' Packages: [2] 'base', 'future' [23:12:45.495] | : . Search for packages associated with the globals ... done [23:12:45.496] | : . Packages after dropping 'base': [1] 'future' [23:12:45.496] | : . Packages after dropping non-attached packages: [1] 'future' [23:12:45.496] | : . globals: [4] 'ii', 'n', 'C', 'delay' [23:12:45.497] | : . packages: [1] 'future' [23:12:45.497] | : getGlobalsAndPackages() ... done [23:12:45.498] | future(..., label = NULL) ... done 2[23:12:45.505] | future(..., label = NULL) ... [23:12:45.506] | : lazy: TRUE [23:12:45.506] | : stdout: TRUE [23:12:45.506] | : conditions: [n=1] 'condition' [23:12:45.506] | : gc: FALSE [23:12:45.507] | : earlySignal: FALSE [23:12:45.507] | : getGlobalsAndPackages() ... [23:12:45.507] | : . Searching for globals ... [23:12:45.558] | : . ' globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [23:12:45.558] | : . Searching for globals ... done [23:12:45.559] | : . Resolving globals: FALSE [23:12:45.559] | : . Search for packages associated with the globals ... [23:12:45.559] | : . ' Packages associated with globals: [2] 'base', 'future' [23:12:45.560] | : . ' Packages: [2] 'base', 'future' [23:12:45.560] | : . Search for packages associated with the globals ... done [23:12:45.561] | : . Packages after dropping 'base': [1] 'future' [23:12:45.561] | : . Packages after dropping non-attached packages: [1] 'future' [23:12:45.561] | : . globals: [4] 'ii', 'n', 'C', 'delay' [23:12:45.562] | : . packages: [1] 'future' [23:12:45.562] | : getGlobalsAndPackages() ... done [23:12:45.562] | future(..., label = NULL) ... done 3[23:12:45.563] | future(..., label = NULL) ... [23:12:45.563] | : lazy: TRUE [23:12:45.563] | : stdout: TRUE [23:12:45.564] | : conditions: [n=1] 'condition' [23:12:45.564] | : gc: FALSE [23:12:45.564] | : earlySignal: FALSE [23:12:45.564] | : getGlobalsAndPackages() ... [23:12:45.565] | : . Searching for globals ... [23:12:45.612] | : . ' globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [23:12:45.613] | : . Searching for globals ... done [23:12:45.613] | : . Resolving globals: FALSE [23:12:45.613] | : . Search for packages associated with the globals ... [23:12:45.614] | : . ' Packages associated with globals: [2] 'base', 'future' [23:12:45.615] | : . ' Packages: [2] 'base', 'future' [23:12:45.615] | : . Search for packages associated with the globals ... done [23:12:45.615] | : . Packages after dropping 'base': [1] 'future' [23:12:45.616] | : . Packages after dropping non-attached packages: [1] 'future' [23:12:45.616] | : . globals: [4] 'ii', 'n', 'C', 'delay' [23:12:45.616] | : . packages: [1] 'future' [23:12:45.617] | : getGlobalsAndPackages() ... done [23:12:45.617] | future(..., label = NULL) ... done 4[23:12:45.618] | future(..., label = NULL) ... [23:12:45.618] | : lazy: TRUE [23:12:45.618] | : stdout: TRUE [23:12:45.618] | : conditions: [n=1] 'condition' [23:12:45.619] | : gc: FALSE [23:12:45.619] | : earlySignal: FALSE [23:12:45.619] | : getGlobalsAndPackages() ... [23:12:45.619] | : . Searching for globals ... [23:12:45.667] | : . ' globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [23:12:45.667] | : . Searching for globals ... done [23:12:45.667] | : . Resolving globals: FALSE [23:12:45.668] | : . Search for packages associated with the globals ... [23:12:45.668] | : . ' Packages associated with globals: [2] 'base', 'future' [23:12:45.669] | : . ' Packages: [2] 'base', 'future' [23:12:45.669] | : . Search for packages associated with the globals ... done [23:12:45.670] | : . Packages after dropping 'base': [1] 'future' [23:12:45.670] | : . Packages after dropping non-attached packages: [1] 'future' [23:12:45.670] | : . globals: [4] 'ii', 'n', 'C', 'delay' [23:12:45.670] | : . packages: [1] 'future' [23:12:45.671] | : getGlobalsAndPackages() ... done [23:12:45.671] | future(..., label = NULL) ... done > message(".") . > ## Calculate and plot tiles > repeat { + counts <- plot_what_is_done(counts) + if (!any(sapply(counts, FUN = inherits, "Future"))) break + } [23:12:45.687] | resolved() ... [23:12:45.688] | : resolved() for Future () ... [23:12:45.688] | : . state: 'created' [23:12:45.688] | : . run: TRUE [23:12:45.688] | : . run() ... [23:12:45.689] | : . ' run() for 'Future' () ... [23:12:45.689] | : . ' , state: 'created' [23:12:45.689] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:45.690] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:45.690] | : . ' , Using MultisessionFutureBackend ... [23:12:45.690] | : . ' , ; Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:12:45.690] | : . ' , ; Launching futures ... [23:12:45.691] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [23:12:45.691] | : . ' , ; ` | Workers: [n=2] [23:12:45.692] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:45.695] | : . ' , ; ` | FutureRegistry: 'workers-3ea0174513e7da9316bb4b3a7279c754' [23:12:45.695] | : . ' , ; ` | requestWorker() ... [23:12:45.695] | : . ' , ; ` | : requestNode() ... [23:12:45.695] | : . ' , ; ` | : . Number of workers: 2 [23:12:45.696] | : . ' , ; ` | : . Polling for a free worker ... [23:12:45.696] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:45.696] | : . ' , ; ` | : . ' , Created empty registry 'workers-3ea0174513e7da9316bb4b3a7279c754' [23:12:45.696] | : . ' , ; ` | : . ' , Listing all futures [23:12:45.697] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:45.697] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:45.697] | : . ' , ; ` | : . ' Total time: 0 [23:12:45.698] | : . ' , ; ` | : . Polling for a free worker ... done [23:12:45.698] | : . ' , ; ` | : . FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:45.698] | : . ' , ; ` | : . ' Listing all futures [23:12:45.698] | : . ' , ; ` | : . ' Number of registered futures: 0 [23:12:45.699] | : . ' , ; ` | : . FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:45.699] | : . ' , ; ` | : . avail: [n=2] '1', '2' [23:12:45.699] | : . ' , ; ` | : . Index of first available worker: 1 [23:12:45.699] | : . ' , ; ` | : . Validate that the worker is functional ... [23:12:45.700] | : . ' , ; ` | : . ' Worker is functional [23:12:45.701] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:45.701] | : . ' , ; ` | : . ' , Listing all futures [23:12:45.702] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:45.702] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:45.702] | : . ' , ; ` | : . Validate that the worker is functional ... done [23:12:45.703] | : . ' , ; ` | : requestNode() ... done [23:12:45.703] | : . ' , ; ` | : cluster node index: 1 [23:12:45.703] | : . ' , ; ` | requestWorker() ... done [23:12:45.704] | : . ' , ; ` | eraseGlobalEnvironment() ... [23:12:45.705] | : . ' , ; ` | eraseGlobalEnvironment() ... done [23:12:45.705] | : . ' , ; ` | launchFuture() ... [23:12:45.705] | : . ' , ; ` | : cluster node index: 1 [23:12:45.706] | : . ' , ; ` | : getFutureData() ... [23:12:45.706] | : . ' , ; ` | : . getFutureCore() ... [23:12:45.706] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 1): 'future' [23:12:45.707] | : . ' , ; ` | : . getFutureCore() ... done [23:12:45.707] | : . ' , ; ` | : . getFutureCapture() ... [23:12:45.707] | : . ' , ; ` | : . getFutureCapture() ... done [23:12:45.708] | : . ' , ; ` | : . getFutureContext() ... [23:12:45.708] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:45.708] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [23:12:45.709] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:45.709] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [23:12:45.709] | : . ' , ; ` | : . getFutureContext() ... done [23:12:45.710] | : . ' , ; ` | : getFutureData() ... done [23:12:45.711] | : . ' , ; ` | : FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'add', earlySignal = 0) ... [23:12:45.711] | : . ' , ; ` | : . Appended future to position #1 [23:12:45.712] | : . ' , ; ` | : . Number of registered futures: 1 [23:12:45.712] | : . ' , ; ` | : FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'add', earlySignal = 0) ... done [23:12:45.712] | : . ' , ; ` | launchFuture() ... done [23:12:45.713] | : . ' , ; ` | MultisessionFuture started [23:12:45.713] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [23:12:45.713] | : . ' , ; Launching futures ... done [23:12:45.713] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:45.714] | : . ' , Using MultisessionFutureBackend ... done [23:12:45.714] | : . ' run() for 'Future' () ... done [23:12:45.714] | : . run() ... done [23:12:45.715] | : . resolved() ... [23:12:45.715] | : . ' resolved() ... [23:12:45.716] | : . ' , resolved() for MultisessionFuture () ... [23:12:45.717] | : . ' , ; Cluster node socket connection: index=4, id=353 [23:12:45.718] | : . ' , ; assertValidConnection() ... [23:12:45.718] | : . ' , ; ` cluster node index: 1 [23:12:45.719] | : . ' , ; assertValidConnection() ... done [23:12:45.840] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [23:12:45.840] | : . ' , ; ` cluster node index: 1 [23:12:45.841] | : . ' , ; ` [1] TRUE [23:12:45.841] | : . ' , ; ` Received data: [23:12:45.842] | : . ' , ; ` List of 5 [23:12:45.842] | : . ' , ; ` $ type : chr "VALUE" [23:12:45.842] | : . ' , ; ` $ value :List of 16 [23:12:45.842] | : . ' , ; ` ..$ value : 'Mandelbrot' int [1:25, 1:25] 1 1 1 1 1 1 1 1 1 1 ... [23:12:45.842] | : . ' , ; ` .. ..- attr(*, "params")=List of 3 [23:12:45.842] | : . ' , ; ` .. .. ..$ Z : cplx [1:25, 1:25] -2.25-1.5i -2.25-1.44i -2.25-1.38i ... [23:12:45.842] | : . ' , ; ` .. .. .. ..- attr(*, "region")=List of 2 [23:12:45.842] | : . ' , ; ` .. .. .. .. ..$ xrange: num [1:2] -2.25 -0.781 [23:12:45.842] | : . ' , ; ` .. .. .. .. ..$ yrange: num [1:2] -1.5 -0.0306 [23:12:45.842] | : . ' , ; ` .. .. .. ..- attr(*, "tile")= int [1:2] 1 1 [23:12:45.842] | : . ' , ; ` .. .. ..$ maxIter: int 200 [23:12:45.842] | : . ' , ; ` .. .. ..$ tau : num 2 [23:12:45.842] | : . ' , ; ` ..$ visible : logi TRUE [23:12:45.842] | : . ' , ; ` ..$ stdout : chr "" [23:12:45.842] | : . ' , ; ` ..$ conditions :List of 2 [23:12:45.842] | : . ' , ; ` .. ..$ :List of 2 [23:12:45.842] | : . ' , ; ` .. .. ..$ condition:List of 2 [23:12:45.842] | : . ' , ; ` .. .. .. ..$ message: chr "Calculating tile #1 of 4 ..." [23:12:45.842] | : . ' , ; ` .. .. .. ..$ call : language message(sprintf("Calculating tile #%d of %d ...", ii, n), appendLF = FALSE) [23:12:45.842] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 69 5 69 79 5 79 69 69 [23:12:45.842] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:45.842] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [23:12:45.842] | : . ' , ; ` .. .. ..$ signaled : int 0 [23:12:45.842] | : . ' , ; ` .. ..$ :List of 2 [23:12:45.842] | : . ' , ; ` .. .. ..$ condition:List of 2 [23:12:45.842] | : . ' , ; ` .. .. .. ..$ message: chr " done\n" [23:12:45.842] | : . ' , ; ` .. .. .. ..$ call : language message(" done") [23:12:45.842] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 75 5 75 20 5 20 75 75 [23:12:45.842] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:45.842] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [23:12:45.842] | : . ' , ; ` .. .. ..$ signaled : int 0 [23:12:45.842] | : . ' , ; ` ..$ rng : logi FALSE [23:12:45.842] | : . ' , ; ` ..$ seed : NULL [23:12:45.842] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [23:12:45.842] | : . ' , ; ` ..$ misuseConnections :List of 3 [23:12:45.842] | : . ' , ; ` .. ..$ added : NULL [23:12:45.842] | : . ' , ; ` .. ..$ removed : NULL [23:12:45.842] | : . ' , ; ` .. ..$ replaced: NULL [23:12:45.842] | : . ' , ; ` ..$ misuseDevices : NULL [23:12:45.842] | : . ' , ; ` ..$ misuseDefaultDevice: list() [23:12:45.842] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:45" [23:12:45.842] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:45" [23:12:45.842] | : . ' , ; ` ..$ uuid : chr [1:2] "8a42788535f06b63bec67f76292e5081" "5" [23:12:45.842] | : . ' , ; ` ..$ session_uuid : chr "ee63e6af7572e3e4808685a8f5185b4e" [23:12:45.842] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [23:12:45.842] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [23:12:45.842] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:45.842] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:45.842] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:45.842] | : . ' , ; ` .. .. ..$ pid : int 77456 [23:12:45.842] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:45" [23:12:45.842] | : . ' , ; ` .. .. ..$ random: int 2147483647 [23:12:45.842] | : . ' , ; ` ..$ r_info :List of 4 [23:12:45.842] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:45.842] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [23:12:45.842] | : . ' , ; ` .. ..$ os : chr "windows" [23:12:45.842] | : . ' , ; ` .. ..$ os_name : chr "Windows" [23:12:45.842] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [23:12:45.842] | : . ' , ; ` ..$ version : chr "1.8" [23:12:45.842] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [23:12:45.842] | : . ' , ; ` $ success: logi TRUE [23:12:45.842] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.12 0 0.13 NA NA [23:12:45.842] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:45.842] | : . ' , ; ` $ tag : NULL [23:12:45.875] | : . ' , ; ` Received FutureResult [23:12:45.875] | : . ' , ; ` FutureResult: [23:12:45.875] | : . ' , ; ` value: 'Mandelbrot', 'matrix', 'array' [23:12:45.875] | : . ' , ; ` visible: TRUE [23:12:45.875] | : . ' , ; ` stdout: character [23:12:45.875] | : . ' , ; ` conditions: [n = 2] simpleMessage, simpleMessage [23:12:45.875] | : . ' , ; ` RNG used: FALSE [23:12:45.875] | : . ' , ; ` duration: 0.1233211 secs (started 2025-11-16 23:12:45.713729) [23:12:45.875] | : . ' , ; ` version: 1.8 [23:12:45.877] | : . ' , ; ` FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'remove', earlySignal = 0) ... [23:12:45.877] | : . ' , ; ` | Removed future from position #1 [23:12:45.877] | : . ' , ; ` | Number of registered futures: 0 [23:12:45.878] | : . ' , ; ` FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'remove', earlySignal = 0) ... done [23:12:45.878] | : . ' , ; ` Erased future from future backend [23:12:45.879] | : . ' , ; ` result() for ClusterFuture ... [23:12:45.879] | : . ' , ; ` | result already collected: FutureResult [23:12:45.879] | : . ' , ; ` result() for ClusterFuture ... done [23:12:45.879] | : . ' , ; ` signalConditions() ... [23:12:45.880] | : . ' , ; ` | include = 'immediateCondition' [23:12:45.880] | : . ' , ; ` | exclude = [23:12:45.880] | : . ' , ; ` | resignal = FALSE [23:12:45.881] | : . ' , ; ` | Number of conditions: 2 [23:12:45.881] | : . ' , ; ` | int 2 [23:12:45.882] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.882] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.882] | : . ' , ; ` signalConditions() ... done [23:12:45.883] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [23:12:45.883] | : . ' , ; receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:45.883] | : . ' , resolved() for MultisessionFuture () ... done [23:12:45.884] | : . ' , assertFutureResult() ... [23:12:45.884] | : . ' , ; Future uuid: 8a42788535f06b63bec67f76292e5081-5 [23:12:45.884] | : . ' , ; identical; success [23:12:45.884] | : . ' , assertFutureResult() ... done [23:12:45.885] | : . ' resolved() ... done [23:12:45.885] | : . ' resolved: TRUE [23:12:45.885] | : . resolved() ... done [23:12:45.886] | : resolved() for Future () ... done [23:12:45.889] | resolved() ... done Plotting tile #1 of 4 ... [23:12:45.889] | value() for MultisessionFuture () ... [23:12:45.889] | : result() for ClusterFuture ... [23:12:45.890] | : . result already collected: FutureResult [23:12:45.890] | : result() for ClusterFuture ... done [23:12:45.890] | : result() for ClusterFuture ... [23:12:45.890] | : . result already collected: FutureResult [23:12:45.891] | : result() for ClusterFuture ... done [23:12:45.891] | : signalConditions() ... [23:12:45.891] | : . include = 'immediateCondition' [23:12:45.891] | : . exclude = [23:12:45.892] | : . resignal = FALSE [23:12:45.892] | : . Number of conditions: 2 [23:12:45.892] | : . int 2 [23:12:45.893] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.893] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.894] | : signalConditions() ... done [23:12:45.894] | : relay stdout ... [23:12:45.894] | : relay stdout ... done [23:12:45.894] | : check for misuse ... [23:12:45.895] | : check for misuse ... done [23:12:45.895] | : relay conditions ... [23:12:45.895] | : . Future state: 'finished' [23:12:45.896] | : . result() for ClusterFuture ... [23:12:45.896] | : . ' result already collected: FutureResult [23:12:45.896] | : . result() for ClusterFuture ... done [23:12:45.896] | : . signalConditions() ... [23:12:45.897] | : . ' include = 'condition' [23:12:45.897] | : . ' exclude = 'immediateCondition' [23:12:45.897] | : . ' resignal = TRUE [23:12:45.897] | : . ' Number of conditions: 2 [23:12:45.898] | : . ' int 2 [23:12:45.899] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.899] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Calculating tile #1 of 4 ...[23:12:45.899] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.899] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' done [23:12:45.900] | : . signalConditions() ... done [23:12:45.900] | : relay conditions ... done [23:12:45.900] | value() for MultisessionFuture () ... done [23:12:45.902] | resolved() ... [23:12:45.902] | : resolved() for Future () ... [23:12:45.902] | : . state: 'created' [23:12:45.902] | : . run: TRUE [23:12:45.903] | : . run() ... [23:12:45.903] | : . ' run() for 'Future' () ... [23:12:45.903] | : . ' , state: 'created' [23:12:45.904] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:45.904] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:45.904] | : . ' , Using MultisessionFutureBackend ... [23:12:45.904] | : . ' , ; Number of futures since start: 1 (1 created, 1 launched, 1 finished) [23:12:45.905] | : . ' , ; Launching futures ... [23:12:45.905] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [23:12:45.905] | : . ' , ; ` | Workers: [n=2] [23:12:45.906] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:45.909] | : . ' , ; ` | FutureRegistry: 'workers-3ea0174513e7da9316bb4b3a7279c754' [23:12:45.909] | : . ' , ; ` | requestWorker() ... [23:12:45.909] | : . ' , ; ` | : requestNode() ... [23:12:45.910] | : . ' , ; ` | : . Number of workers: 2 [23:12:45.910] | : . ' , ; ` | : . Polling for a free worker ... [23:12:45.910] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:45.911] | : . ' , ; ` | : . ' , Listing all futures [23:12:45.911] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:45.911] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:45.912] | : . ' , ; ` | : . ' Total time: 0 [23:12:45.912] | : . ' , ; ` | : . Polling for a free worker ... done [23:12:45.912] | : . ' , ; ` | : . FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:45.912] | : . ' , ; ` | : . ' Listing all futures [23:12:45.913] | : . ' , ; ` | : . ' Number of registered futures: 0 [23:12:45.913] | : . ' , ; ` | : . FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:45.913] | : . ' , ; ` | : . avail: [n=2] '1', '2' [23:12:45.913] | : . ' , ; ` | : . Index of first available worker: 1 [23:12:45.914] | : . ' , ; ` | : . Validate that the worker is functional ... [23:12:45.914] | : . ' , ; ` | : . ' Worker is functional [23:12:45.915] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:45.915] | : . ' , ; ` | : . ' , Listing all futures [23:12:45.915] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:45.916] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:45.916] | : . ' , ; ` | : . Validate that the worker is functional ... done [23:12:45.916] | : . ' , ; ` | : requestNode() ... done [23:12:45.916] | : . ' , ; ` | : cluster node index: 1 [23:12:45.917] | : . ' , ; ` | requestWorker() ... done [23:12:45.917] | : . ' , ; ` | eraseGlobalEnvironment() ... [23:12:45.918] | : . ' , ; ` | eraseGlobalEnvironment() ... done [23:12:45.918] | : . ' , ; ` | launchFuture() ... [23:12:45.918] | : . ' , ; ` | : cluster node index: 1 [23:12:45.919] | : . ' , ; ` | : getFutureData() ... [23:12:45.919] | : . ' , ; ` | : . getFutureCore() ... [23:12:45.919] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 1): 'future' [23:12:45.920] | : . ' , ; ` | : . getFutureCore() ... done [23:12:45.920] | : . ' , ; ` | : . getFutureCapture() ... [23:12:45.920] | : . ' , ; ` | : . getFutureCapture() ... done [23:12:45.920] | : . ' , ; ` | : . getFutureContext() ... [23:12:45.921] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:45.921] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [23:12:45.921] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:45.922] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [23:12:45.922] | : . ' , ; ` | : . getFutureContext() ... done [23:12:45.922] | : . ' , ; ` | : getFutureData() ... done [23:12:45.923] | : . ' , ; ` | : FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'add', earlySignal = 0) ... [23:12:45.924] | : . ' , ; ` | : . Appended future to position #1 [23:12:45.924] | : . ' , ; ` | : . Number of registered futures: 1 [23:12:45.924] | : . ' , ; ` | : FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'add', earlySignal = 0) ... done [23:12:45.924] | : . ' , ; ` | launchFuture() ... done [23:12:45.925] | : . ' , ; ` | MultisessionFuture started [23:12:45.925] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [23:12:45.925] | : . ' , ; Launching futures ... done [23:12:45.926] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:45.926] | : . ' , Using MultisessionFutureBackend ... done [23:12:45.926] | : . ' run() for 'Future' () ... done [23:12:45.926] | : . run() ... done [23:12:45.927] | : . resolved() ... [23:12:45.927] | : . ' resolved() ... [23:12:45.927] | : . ' , resolved() for MultisessionFuture () ... [23:12:45.928] | : . ' , ; Cluster node socket connection: index=4, id=353 [23:12:45.928] | : . ' , ; assertValidConnection() ... [23:12:45.929] | : . ' , ; ` cluster node index: 1 [23:12:45.929] | : . ' , ; assertValidConnection() ... done [23:12:45.937] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [23:12:45.937] | : . ' , ; ` cluster node index: 1 [23:12:45.938] | : . ' , ; ` [1] TRUE [23:12:45.938] | : . ' , ; ` Received data: [23:12:45.939] | : . ' , ; ` List of 5 [23:12:45.939] | : . ' , ; ` $ type : chr "VALUE" [23:12:45.939] | : . ' , ; ` $ value :List of 16 [23:12:45.939] | : . ' , ; ` ..$ value : 'Mandelbrot' int [1:25, 1:25] 1 1 1 1 2 2 2 2 2 3 ... [23:12:45.939] | : . ' , ; ` .. ..- attr(*, "params")=List of 3 [23:12:45.939] | : . ' , ; ` .. .. ..$ Z : cplx [1:25, 1:25] -0.719-1.5i -0.719-1.44i -0.719-1.38i ... [23:12:45.939] | : . ' , ; ` .. .. .. ..- attr(*, "region")=List of 2 [23:12:45.939] | : . ' , ; ` .. .. .. .. ..$ xrange: num [1:2] -0.719 0.75 [23:12:45.939] | : . ' , ; ` .. .. .. .. ..$ yrange: num [1:2] -1.5 -0.0306 [23:12:45.939] | : . ' , ; ` .. .. .. ..- attr(*, "tile")= int [1:2] 1 2 [23:12:45.939] | : . ' , ; ` .. .. ..$ maxIter: int 200 [23:12:45.939] | : . ' , ; ` .. .. ..$ tau : num 2 [23:12:45.939] | : . ' , ; ` ..$ visible : logi TRUE [23:12:45.939] | : . ' , ; ` ..$ stdout : chr "" [23:12:45.939] | : . ' , ; ` ..$ conditions :List of 2 [23:12:45.939] | : . ' , ; ` .. ..$ :List of 2 [23:12:45.939] | : . ' , ; ` .. .. ..$ condition:List of 2 [23:12:45.939] | : . ' , ; ` .. .. .. ..$ message: chr "Calculating tile #2 of 4 ..." [23:12:45.939] | : . ' , ; ` .. .. .. ..$ call : language message(sprintf("Calculating tile #%d of %d ...", ii, n), appendLF = FALSE) [23:12:45.939] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 69 5 69 79 5 79 69 69 [23:12:45.939] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:45.939] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [23:12:45.939] | : . ' , ; ` .. .. ..$ signaled : int 0 [23:12:45.939] | : . ' , ; ` .. ..$ :List of 2 [23:12:45.939] | : . ' , ; ` .. .. ..$ condition:List of 2 [23:12:45.939] | : . ' , ; ` .. .. .. ..$ message: chr " done\n" [23:12:45.939] | : . ' , ; ` .. .. .. ..$ call : language message(" done") [23:12:45.939] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 75 5 75 20 5 20 75 75 [23:12:45.939] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:45.939] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [23:12:45.939] | : . ' , ; ` .. .. ..$ signaled : int 0 [23:12:45.939] | : . ' , ; ` ..$ rng : logi FALSE [23:12:45.939] | : . ' , ; ` ..$ seed : NULL [23:12:45.939] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [23:12:45.939] | : . ' , ; ` ..$ misuseConnections :List of 3 [23:12:45.939] | : . ' , ; ` .. ..$ added : NULL [23:12:45.939] | : . ' , ; ` .. ..$ removed : NULL [23:12:45.939] | : . ' , ; ` .. ..$ replaced: NULL [23:12:45.939] | : . ' , ; ` ..$ misuseDevices : NULL [23:12:45.939] | : . ' , ; ` ..$ misuseDefaultDevice: list() [23:12:45.939] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:45" [23:12:45.939] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:45" [23:12:45.939] | : . ' , ; ` ..$ uuid : chr [1:2] "8a42788535f06b63bec67f76292e5081" "6" [23:12:45.939] | : . ' , ; ` ..$ session_uuid : chr "ee63e6af7572e3e4808685a8f5185b4e" [23:12:45.939] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [23:12:45.939] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [23:12:45.939] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:45.939] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:45.939] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:45.939] | : . ' , ; ` .. .. ..$ pid : int 77456 [23:12:45.939] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:45" [23:12:45.939] | : . ' , ; ` .. .. ..$ random: int 2147483647 [23:12:45.939] | : . ' , ; ` ..$ r_info :List of 4 [23:12:45.939] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:45.939] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [23:12:45.939] | : . ' , ; ` .. ..$ os : chr "windows" [23:12:45.939] | : . ' , ; ` .. ..$ os_name : chr "Windows" [23:12:45.939] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [23:12:45.939] | : . ' , ; ` ..$ version : chr "1.8" [23:12:45.939] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [23:12:45.939] | : . ' , ; ` $ success: logi TRUE [23:12:45.939] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [23:12:45.939] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:45.939] | : . ' , ; ` $ tag : NULL [23:12:45.974] | : . ' , ; ` Received FutureResult [23:12:45.975] | : . ' , ; ` FutureResult: [23:12:45.975] | : . ' , ; ` value: 'Mandelbrot', 'matrix', 'array' [23:12:45.975] | : . ' , ; ` visible: TRUE [23:12:45.975] | : . ' , ; ` stdout: character [23:12:45.975] | : . ' , ; ` conditions: [n = 2] simpleMessage, simpleMessage [23:12:45.975] | : . ' , ; ` RNG used: FALSE [23:12:45.975] | : . ' , ; ` duration: 0.01074314 secs (started 2025-11-16 23:12:45.924219) [23:12:45.975] | : . ' , ; ` version: 1.8 [23:12:45.976] | : . ' , ; ` FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'remove', earlySignal = 0) ... [23:12:45.976] | : . ' , ; ` | Removed future from position #1 [23:12:45.976] | : . ' , ; ` | Number of registered futures: 0 [23:12:45.977] | : . ' , ; ` FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'remove', earlySignal = 0) ... done [23:12:45.977] | : . ' , ; ` Erased future from future backend [23:12:45.977] | : . ' , ; ` result() for ClusterFuture ... [23:12:45.977] | : . ' , ; ` | result already collected: FutureResult [23:12:45.978] | : . ' , ; ` result() for ClusterFuture ... done [23:12:45.978] | : . ' , ; ` signalConditions() ... [23:12:45.978] | : . ' , ; ` | include = 'immediateCondition' [23:12:45.978] | : . ' , ; ` | exclude = [23:12:45.979] | : . ' , ; ` | resignal = FALSE [23:12:45.979] | : . ' , ; ` | Number of conditions: 2 [23:12:45.979] | : . ' , ; ` | int 2 [23:12:45.980] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.980] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.980] | : . ' , ; ` signalConditions() ... done [23:12:45.981] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [23:12:45.981] | : . ' , ; receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:45.981] | : . ' , resolved() for MultisessionFuture () ... done [23:12:45.982] | : . ' , assertFutureResult() ... [23:12:45.982] | : . ' , ; Future uuid: 8a42788535f06b63bec67f76292e5081-6 [23:12:45.982] | : . ' , ; identical; success [23:12:45.982] | : . ' , assertFutureResult() ... done [23:12:45.983] | : . ' resolved() ... done [23:12:45.983] | : . ' resolved: TRUE [23:12:45.983] | : . resolved() ... done [23:12:45.984] | : resolved() for Future () ... done [23:12:45.984] | resolved() ... done Plotting tile #2 of 4 ... [23:12:45.984] | value() for MultisessionFuture () ... [23:12:45.985] | : result() for ClusterFuture ... [23:12:45.985] | : . result already collected: FutureResult [23:12:45.985] | : result() for ClusterFuture ... done [23:12:45.985] | : result() for ClusterFuture ... [23:12:45.986] | : . result already collected: FutureResult [23:12:45.986] | : result() for ClusterFuture ... done [23:12:45.986] | : signalConditions() ... [23:12:45.986] | : . include = 'immediateCondition' [23:12:45.987] | : . exclude = [23:12:45.987] | : . resignal = FALSE [23:12:45.987] | : . Number of conditions: 2 [23:12:45.988] | : . int 2 [23:12:45.988] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.989] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.989] | : signalConditions() ... done [23:12:45.989] | : relay stdout ... [23:12:45.990] | : relay stdout ... done [23:12:45.990] | : check for misuse ... [23:12:45.990] | : check for misuse ... done [23:12:45.990] | : relay conditions ... [23:12:45.991] | : . Future state: 'finished' [23:12:45.991] | : . result() for ClusterFuture ... [23:12:45.991] | : . ' result already collected: FutureResult [23:12:45.992] | : . result() for ClusterFuture ... done [23:12:45.992] | : . signalConditions() ... [23:12:45.992] | : . ' include = 'condition' [23:12:45.992] | : . ' exclude = 'immediateCondition' [23:12:45.993] | : . ' resignal = TRUE [23:12:45.993] | : . ' Number of conditions: 2 [23:12:45.993] | : . ' int 2 [23:12:45.994] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.994] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Calculating tile #2 of 4 ...[23:12:45.995] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:45.995] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' done [23:12:45.995] | : . signalConditions() ... done [23:12:45.996] | : relay conditions ... done [23:12:45.996] | value() for MultisessionFuture () ... done [23:12:45.997] | resolved() ... [23:12:45.997] | : resolved() for Future () ... [23:12:45.998] | : . state: 'created' [23:12:45.998] | : . run: TRUE [23:12:45.998] | : . run() ... [23:12:45.998] | : . ' run() for 'Future' () ... [23:12:45.999] | : . ' , state: 'created' [23:12:45.999] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:45.999] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:46.000] | : . ' , Using MultisessionFutureBackend ... [23:12:46.000] | : . ' , ; Number of futures since start: 2 (2 created, 2 launched, 2 finished) [23:12:46.000] | : . ' , ; Launching futures ... [23:12:46.001] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [23:12:46.001] | : . ' , ; ` | Workers: [n=2] [23:12:46.001] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:46.004] | : . ' , ; ` | FutureRegistry: 'workers-3ea0174513e7da9316bb4b3a7279c754' [23:12:46.004] | : . ' , ; ` | requestWorker() ... [23:12:46.005] | : . ' , ; ` | : requestNode() ... [23:12:46.005] | : . ' , ; ` | : . Number of workers: 2 [23:12:46.005] | : . ' , ; ` | : . Polling for a free worker ... [23:12:46.005] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:46.006] | : . ' , ; ` | : . ' , Listing all futures [23:12:46.006] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:46.006] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:46.007] | : . ' , ; ` | : . ' Total time: 0 [23:12:46.007] | : . ' , ; ` | : . Polling for a free worker ... done [23:12:46.007] | : . ' , ; ` | : . FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:46.007] | : . ' , ; ` | : . ' Listing all futures [23:12:46.008] | : . ' , ; ` | : . ' Number of registered futures: 0 [23:12:46.008] | : . ' , ; ` | : . FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:46.008] | : . ' , ; ` | : . avail: [n=2] '1', '2' [23:12:46.009] | : . ' , ; ` | : . Index of first available worker: 1 [23:12:46.009] | : . ' , ; ` | : . Validate that the worker is functional ... [23:12:46.010] | : . ' , ; ` | : . ' Worker is functional [23:12:46.010] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:46.011] | : . ' , ; ` | : . ' , Listing all futures [23:12:46.011] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:46.011] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:46.012] | : . ' , ; ` | : . Validate that the worker is functional ... done [23:12:46.012] | : . ' , ; ` | : requestNode() ... done [23:12:46.012] | : . ' , ; ` | : cluster node index: 1 [23:12:46.012] | : . ' , ; ` | requestWorker() ... done [23:12:46.013] | : . ' , ; ` | eraseGlobalEnvironment() ... [23:12:46.014] | : . ' , ; ` | eraseGlobalEnvironment() ... done [23:12:46.014] | : . ' , ; ` | launchFuture() ... [23:12:46.014] | : . ' , ; ` | : cluster node index: 1 [23:12:46.015] | : . ' , ; ` | : getFutureData() ... [23:12:46.015] | : . ' , ; ` | : . getFutureCore() ... [23:12:46.016] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 1): 'future' [23:12:46.016] | : . ' , ; ` | : . getFutureCore() ... done [23:12:46.016] | : . ' , ; ` | : . getFutureCapture() ... [23:12:46.016] | : . ' , ; ` | : . getFutureCapture() ... done [23:12:46.017] | : . ' , ; ` | : . getFutureContext() ... [23:12:46.017] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:46.017] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [23:12:46.018] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:46.018] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [23:12:46.018] | : . ' , ; ` | : . getFutureContext() ... done [23:12:46.018] | : . ' , ; ` | : getFutureData() ... done [23:12:46.019] | : . ' , ; ` | : FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'add', earlySignal = 0) ... [23:12:46.020] | : . ' , ; ` | : . Appended future to position #1 [23:12:46.020] | : . ' , ; ` | : . Number of registered futures: 1 [23:12:46.021] | : . ' , ; ` | : FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'add', earlySignal = 0) ... done [23:12:46.022] | : . ' , ; ` | launchFuture() ... done [23:12:46.022] | : . ' , ; ` | MultisessionFuture started [23:12:46.022] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [23:12:46.023] | : . ' , ; Launching futures ... done [23:12:46.023] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:46.023] | : . ' , Using MultisessionFutureBackend ... done [23:12:46.023] | : . ' run() for 'Future' () ... done [23:12:46.024] | : . run() ... done [23:12:46.024] | : . resolved() ... [23:12:46.024] | : . ' resolved() ... [23:12:46.025] | : . ' , resolved() for MultisessionFuture () ... [23:12:46.025] | : . ' , ; Cluster node socket connection: index=4, id=353 [23:12:46.026] | : . ' , ; assertValidConnection() ... [23:12:46.026] | : . ' , ; ` cluster node index: 1 [23:12:46.026] | : . ' , ; assertValidConnection() ... done [23:12:46.029] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [23:12:46.029] | : . ' , ; ` cluster node index: 1 [23:12:46.030] | : . ' , ; ` [1] TRUE [23:12:46.031] | : . ' , ; ` Received data: [23:12:46.031] | : . ' , ; ` List of 5 [23:12:46.031] | : . ' , ; ` $ type : chr "VALUE" [23:12:46.031] | : . ' , ; ` $ value :List of 16 [23:12:46.031] | : . ' , ; ` ..$ value : 'Mandelbrot' int [1:25, 1:25] 1 1 1 1 1 1 1 1 1 1 ... [23:12:46.031] | : . ' , ; ` .. ..- attr(*, "params")=List of 3 [23:12:46.031] | : . ' , ; ` .. .. ..$ Z : cplx [1:25, 1:25] -2.25+0.0306i -2.25+0.0918i -2.25+0.1531i ... [23:12:46.031] | : . ' , ; ` .. .. .. ..- attr(*, "region")=List of 2 [23:12:46.031] | : . ' , ; ` .. .. .. .. ..$ xrange: num [1:2] -2.25 -0.781 [23:12:46.031] | : . ' , ; ` .. .. .. .. ..$ yrange: num [1:2] 0.0306 1.5 [23:12:46.031] | : . ' , ; ` .. .. .. ..- attr(*, "tile")= int [1:2] 2 1 [23:12:46.031] | : . ' , ; ` .. .. ..$ maxIter: int 200 [23:12:46.031] | : . ' , ; ` .. .. ..$ tau : num 2 [23:12:46.031] | : . ' , ; ` ..$ visible : logi TRUE [23:12:46.031] | : . ' , ; ` ..$ stdout : chr "" [23:12:46.031] | : . ' , ; ` ..$ conditions :List of 2 [23:12:46.031] | : . ' , ; ` .. ..$ :List of 2 [23:12:46.031] | : . ' , ; ` .. .. ..$ condition:List of 2 [23:12:46.031] | : . ' , ; ` .. .. .. ..$ message: chr "Calculating tile #3 of 4 ..." [23:12:46.031] | : . ' , ; ` .. .. .. ..$ call : language message(sprintf("Calculating tile #%d of %d ...", ii, n), appendLF = FALSE) [23:12:46.031] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 69 5 69 79 5 79 69 69 [23:12:46.031] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:46.031] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [23:12:46.031] | : . ' , ; ` .. .. ..$ signaled : int 0 [23:12:46.031] | : . ' , ; ` .. ..$ :List of 2 [23:12:46.031] | : . ' , ; ` .. .. ..$ condition:List of 2 [23:12:46.031] | : . ' , ; ` .. .. .. ..$ message: chr " done\n" [23:12:46.031] | : . ' , ; ` .. .. .. ..$ call : language message(" done") [23:12:46.031] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 75 5 75 20 5 20 75 75 [23:12:46.031] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:46.031] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [23:12:46.031] | : . ' , ; ` .. .. ..$ signaled : int 0 [23:12:46.031] | : . ' , ; ` ..$ rng : logi FALSE [23:12:46.031] | : . ' , ; ` ..$ seed : NULL [23:12:46.031] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [23:12:46.031] | : . ' , ; ` ..$ misuseConnections :List of 3 [23:12:46.031] | : . ' , ; ` .. ..$ added : NULL [23:12:46.031] | : . ' , ; ` .. ..$ removed : NULL [23:12:46.031] | : . ' , ; ` .. ..$ replaced: NULL [23:12:46.031] | : . ' , ; ` ..$ misuseDevices : NULL [23:12:46.031] | : . ' , ; ` ..$ misuseDefaultDevice: list() [23:12:46.031] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:46" [23:12:46.031] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:46" [23:12:46.031] | : . ' , ; ` ..$ uuid : chr [1:2] "8a42788535f06b63bec67f76292e5081" "7" [23:12:46.031] | : . ' , ; ` ..$ session_uuid : chr "ee63e6af7572e3e4808685a8f5185b4e" [23:12:46.031] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [23:12:46.031] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [23:12:46.031] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:46.031] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:46.031] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:46.031] | : . ' , ; ` .. .. ..$ pid : int 77456 [23:12:46.031] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:45" [23:12:46.031] | : . ' , ; ` .. .. ..$ random: int 2147483647 [23:12:46.031] | : . ' , ; ` ..$ r_info :List of 4 [23:12:46.031] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:46.031] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [23:12:46.031] | : . ' , ; ` .. ..$ os : chr "windows" [23:12:46.031] | : . ' , ; ` .. ..$ os_name : chr "Windows" [23:12:46.031] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [23:12:46.031] | : . ' , ; ` ..$ version : chr "1.8" [23:12:46.031] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [23:12:46.031] | : . ' , ; ` $ success: logi TRUE [23:12:46.031] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:12:46.031] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:46.031] | : . ' , ; ` $ tag : NULL [23:12:46.067] | : . ' , ; ` Received FutureResult [23:12:46.068] | : . ' , ; ` FutureResult: [23:12:46.068] | : . ' , ; ` value: 'Mandelbrot', 'matrix', 'array' [23:12:46.068] | : . ' , ; ` visible: TRUE [23:12:46.068] | : . ' , ; ` stdout: character [23:12:46.068] | : . ' , ; ` conditions: [n = 2] simpleMessage, simpleMessage [23:12:46.068] | : . ' , ; ` RNG used: FALSE [23:12:46.068] | : . ' , ; ` duration: 0.006265879 secs (started 2025-11-16 23:12:46.021809) [23:12:46.068] | : . ' , ; ` version: 1.8 [23:12:46.068] | : . ' , ; ` FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'remove', earlySignal = 0) ... [23:12:46.068] | : . ' , ; ` | Removed future from position #1 [23:12:46.069] | : . ' , ; ` | Number of registered futures: 0 [23:12:46.069] | : . ' , ; ` FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'remove', earlySignal = 0) ... done [23:12:46.069] | : . ' , ; ` Erased future from future backend [23:12:46.069] | : . ' , ; ` result() for ClusterFuture ... [23:12:46.069] | : . ' , ; ` | result already collected: FutureResult [23:12:46.070] | : . ' , ; ` result() for ClusterFuture ... done [23:12:46.070] | : . ' , ; ` signalConditions() ... [23:12:46.070] | : . ' , ; ` | include = 'immediateCondition' [23:12:46.070] | : . ' , ; ` | exclude = [23:12:46.070] | : . ' , ; ` | resignal = FALSE [23:12:46.070] | : . ' , ; ` | Number of conditions: 2 [23:12:46.070] | : . ' , ; ` | int 2 [23:12:46.071] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.071] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.071] | : . ' , ; ` signalConditions() ... done [23:12:46.072] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [23:12:46.072] | : . ' , ; receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:46.072] | : . ' , resolved() for MultisessionFuture () ... done [23:12:46.072] | : . ' , assertFutureResult() ... [23:12:46.072] | : . ' , ; Future uuid: 8a42788535f06b63bec67f76292e5081-7 [23:12:46.072] | : . ' , ; identical; success [23:12:46.072] | : . ' , assertFutureResult() ... done [23:12:46.073] | : . ' resolved() ... done [23:12:46.073] | : . ' resolved: TRUE [23:12:46.073] | : . resolved() ... done [23:12:46.073] | : resolved() for Future () ... done [23:12:46.073] | resolved() ... done Plotting tile #3 of 4 ... [23:12:46.074] | value() for MultisessionFuture () ... [23:12:46.074] | : result() for ClusterFuture ... [23:12:46.074] | : . result already collected: FutureResult [23:12:46.074] | : result() for ClusterFuture ... done [23:12:46.074] | : result() for ClusterFuture ... [23:12:46.074] | : . result already collected: FutureResult [23:12:46.075] | : result() for ClusterFuture ... done [23:12:46.075] | : signalConditions() ... [23:12:46.075] | : . include = 'immediateCondition' [23:12:46.075] | : . exclude = [23:12:46.075] | : . resignal = FALSE [23:12:46.075] | : . Number of conditions: 2 [23:12:46.075] | : . int 2 [23:12:46.076] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.076] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.076] | : signalConditions() ... done [23:12:46.076] | : relay stdout ... [23:12:46.077] | : relay stdout ... done [23:12:46.077] | : check for misuse ... [23:12:46.077] | : check for misuse ... done [23:12:46.077] | : relay conditions ... [23:12:46.077] | : . Future state: 'finished' [23:12:46.077] | : . result() for ClusterFuture ... [23:12:46.078] | : . ' result already collected: FutureResult [23:12:46.078] | : . result() for ClusterFuture ... done [23:12:46.078] | : . signalConditions() ... [23:12:46.078] | : . ' include = 'condition' [23:12:46.078] | : . ' exclude = 'immediateCondition' [23:12:46.078] | : . ' resignal = TRUE [23:12:46.079] | : . ' Number of conditions: 2 [23:12:46.079] | : . ' int 2 [23:12:46.079] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.079] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Calculating tile #3 of 4 ...[23:12:46.080] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.080] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' done [23:12:46.080] | : . signalConditions() ... done [23:12:46.080] | : relay conditions ... done [23:12:46.080] | value() for MultisessionFuture () ... done [23:12:46.081] | resolved() ... [23:12:46.081] | : resolved() for Future () ... [23:12:46.082] | : . state: 'created' [23:12:46.082] | : . run: TRUE [23:12:46.082] | : . run() ... [23:12:46.083] | : . ' run() for 'Future' () ... [23:12:46.083] | : . ' , state: 'created' [23:12:46.083] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:46.083] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:46.084] | : . ' , Using MultisessionFutureBackend ... [23:12:46.084] | : . ' , ; Number of futures since start: 3 (3 created, 3 launched, 3 finished) [23:12:46.084] | : . ' , ; Launching futures ... [23:12:46.085] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [23:12:46.085] | : . ' , ; ` | Workers: [n=2] [23:12:46.085] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:46.087] | : . ' , ; ` | FutureRegistry: 'workers-3ea0174513e7da9316bb4b3a7279c754' [23:12:46.087] | : . ' , ; ` | requestWorker() ... [23:12:46.087] | : . ' , ; ` | : requestNode() ... [23:12:46.087] | : . ' , ; ` | : . Number of workers: 2 [23:12:46.088] | : . ' , ; ` | : . Polling for a free worker ... [23:12:46.088] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:46.088] | : . ' , ; ` | : . ' , Listing all futures [23:12:46.088] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:46.089] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:46.089] | : . ' , ; ` | : . ' Total time: 0 [23:12:46.089] | : . ' , ; ` | : . Polling for a free worker ... done [23:12:46.089] | : . ' , ; ` | : . FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:46.089] | : . ' , ; ` | : . ' Listing all futures [23:12:46.090] | : . ' , ; ` | : . ' Number of registered futures: 0 [23:12:46.090] | : . ' , ; ` | : . FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:46.090] | : . ' , ; ` | : . avail: [n=2] '1', '2' [23:12:46.090] | : . ' , ; ` | : . Index of first available worker: 1 [23:12:46.090] | : . ' , ; ` | : . Validate that the worker is functional ... [23:12:46.091] | : . ' , ; ` | : . ' Worker is functional [23:12:46.091] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... [23:12:46.091] | : . ' , ; ` | : . ' , Listing all futures [23:12:46.091] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:46.092] | : . ' , ; ` | : . ' FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'list', earlySignal = 0) ... done [23:12:46.092] | : . ' , ; ` | : . Validate that the worker is functional ... done [23:12:46.092] | : . ' , ; ` | : requestNode() ... done [23:12:46.092] | : . ' , ; ` | : cluster node index: 1 [23:12:46.092] | : . ' , ; ` | requestWorker() ... done [23:12:46.092] | : . ' , ; ` | eraseGlobalEnvironment() ... [23:12:46.093] | : . ' , ; ` | eraseGlobalEnvironment() ... done [23:12:46.093] | : . ' , ; ` | launchFuture() ... [23:12:46.093] | : . ' , ; ` | : cluster node index: 1 [23:12:46.094] | : . ' , ; ` | : getFutureData() ... [23:12:46.094] | : . ' , ; ` | : . getFutureCore() ... [23:12:46.094] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 1): 'future' [23:12:46.094] | : . ' , ; ` | : . getFutureCore() ... done [23:12:46.094] | : . ' , ; ` | : . getFutureCapture() ... [23:12:46.094] | : . ' , ; ` | : . getFutureCapture() ... done [23:12:46.095] | : . ' , ; ` | : . getFutureContext() ... [23:12:46.095] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:46.095] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [23:12:46.095] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:46.095] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [23:12:46.095] | : . ' , ; ` | : . getFutureContext() ... done [23:12:46.096] | : . ' , ; ` | : getFutureData() ... done [23:12:46.096] | : . ' , ; ` | : FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'add', earlySignal = 0) ... [23:12:46.097] | : . ' , ; ` | : . Appended future to position #1 [23:12:46.097] | : . ' , ; ` | : . Number of registered futures: 1 [23:12:46.097] | : . ' , ; ` | : FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'add', earlySignal = 0) ... done [23:12:46.097] | : . ' , ; ` | launchFuture() ... done [23:12:46.097] | : . ' , ; ` | MultisessionFuture started [23:12:46.097] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [23:12:46.098] | : . ' , ; Launching futures ... done [23:12:46.098] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:46.098] | : . ' , Using MultisessionFutureBackend ... done [23:12:46.098] | : . ' run() for 'Future' () ... done [23:12:46.098] | : . run() ... done [23:12:46.098] | : . resolved() ... [23:12:46.099] | : . ' resolved() ... [23:12:46.099] | : . ' , resolved() for MultisessionFuture () ... [23:12:46.099] | : . ' , ; Cluster node socket connection: index=4, id=353 [23:12:46.099] | : . ' , ; assertValidConnection() ... [23:12:46.100] | : . ' , ; ` cluster node index: 1 [23:12:46.100] | : . ' , ; assertValidConnection() ... done [23:12:46.108] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [23:12:46.108] | : . ' , ; ` cluster node index: 1 [23:12:46.109] | : . ' , ; ` [1] TRUE [23:12:46.109] | : . ' , ; ` Received data: [23:12:46.109] | : . ' , ; ` List of 5 [23:12:46.109] | : . ' , ; ` $ type : chr "VALUE" [23:12:46.109] | : . ' , ; ` $ value :List of 16 [23:12:46.109] | : . ' , ; ` ..$ value : 'Mandelbrot' int [1:25, 1:25] 200 200 200 109 195 15 9 8 5 5 ... [23:12:46.109] | : . ' , ; ` .. ..- attr(*, "params")=List of 3 [23:12:46.109] | : . ' , ; ` .. .. ..$ Z : cplx [1:25, 1:25] -0.719+0.0306i -0.719+0.0918i -0.719+0.1531i ... [23:12:46.109] | : . ' , ; ` .. .. .. ..- attr(*, "region")=List of 2 [23:12:46.109] | : . ' , ; ` .. .. .. .. ..$ xrange: num [1:2] -0.719 0.75 [23:12:46.109] | : . ' , ; ` .. .. .. .. ..$ yrange: num [1:2] 0.0306 1.5 [23:12:46.109] | : . ' , ; ` .. .. .. ..- attr(*, "tile")= int [1:2] 2 2 [23:12:46.109] | : . ' , ; ` .. .. ..$ maxIter: int 200 [23:12:46.109] | : . ' , ; ` .. .. ..$ tau : num 2 [23:12:46.109] | : . ' , ; ` ..$ visible : logi TRUE [23:12:46.109] | : . ' , ; ` ..$ stdout : chr "" [23:12:46.109] | : . ' , ; ` ..$ conditions :List of 2 [23:12:46.109] | : . ' , ; ` .. ..$ :List of 2 [23:12:46.109] | : . ' , ; ` .. .. ..$ condition:List of 2 [23:12:46.109] | : . ' , ; ` .. .. .. ..$ message: chr "Calculating tile #4 of 4 ..." [23:12:46.109] | : . ' , ; ` .. .. .. ..$ call : language message(sprintf("Calculating tile #%d of %d ...", ii, n), appendLF = FALSE) [23:12:46.109] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 69 5 69 79 5 79 69 69 [23:12:46.109] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:46.109] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [23:12:46.109] | : . ' , ; ` .. .. ..$ signaled : int 0 [23:12:46.109] | : . ' , ; ` .. ..$ :List of 2 [23:12:46.109] | : . ' , ; ` .. .. ..$ condition:List of 2 [23:12:46.109] | : . ' , ; ` .. .. .. ..$ message: chr " done\n" [23:12:46.109] | : . ' , ; ` .. .. .. ..$ call : language message(" done") [23:12:46.109] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 75 5 75 20 5 20 75 75 [23:12:46.109] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [23:12:46.109] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [23:12:46.109] | : . ' , ; ` .. .. ..$ signaled : int 0 [23:12:46.109] | : . ' , ; ` ..$ rng : logi FALSE [23:12:46.109] | : . ' , ; ` ..$ seed : NULL [23:12:46.109] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [23:12:46.109] | : . ' , ; ` ..$ misuseConnections :List of 3 [23:12:46.109] | : . ' , ; ` .. ..$ added : NULL [23:12:46.109] | : . ' , ; ` .. ..$ removed : NULL [23:12:46.109] | : . ' , ; ` .. ..$ replaced: NULL [23:12:46.109] | : . ' , ; ` ..$ misuseDevices : NULL [23:12:46.109] | : . ' , ; ` ..$ misuseDefaultDevice: list() [23:12:46.109] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:46" [23:12:46.109] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:46" [23:12:46.109] | : . ' , ; ` ..$ uuid : chr [1:2] "8a42788535f06b63bec67f76292e5081" "8" [23:12:46.109] | : . ' , ; ` ..$ session_uuid : chr "ee63e6af7572e3e4808685a8f5185b4e" [23:12:46.109] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [23:12:46.109] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [23:12:46.109] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:46.109] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:46.109] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:46.109] | : . ' , ; ` .. .. ..$ pid : int 77456 [23:12:46.109] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:45" [23:12:46.109] | : . ' , ; ` .. .. ..$ random: int 2147483647 [23:12:46.109] | : . ' , ; ` ..$ r_info :List of 4 [23:12:46.109] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:46.109] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [23:12:46.109] | : . ' , ; ` .. ..$ os : chr "windows" [23:12:46.109] | : . ' , ; ` .. ..$ os_name : chr "Windows" [23:12:46.109] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [23:12:46.109] | : . ' , ; ` ..$ version : chr "1.8" [23:12:46.109] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [23:12:46.109] | : . ' , ; ` $ success: logi TRUE [23:12:46.109] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [23:12:46.109] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:46.109] | : . ' , ; ` $ tag : NULL [23:12:46.145] | : . ' , ; ` Received FutureResult [23:12:46.145] | : . ' , ; ` FutureResult: [23:12:46.145] | : . ' , ; ` value: 'Mandelbrot', 'matrix', 'array' [23:12:46.145] | : . ' , ; ` visible: TRUE [23:12:46.145] | : . ' , ; ` stdout: character [23:12:46.145] | : . ' , ; ` conditions: [n = 2] simpleMessage, simpleMessage [23:12:46.145] | : . ' , ; ` RNG used: FALSE [23:12:46.145] | : . ' , ; ` duration: 0.008932114 secs (started 2025-11-16 23:12:46.09754) [23:12:46.145] | : . ' , ; ` version: 1.8 [23:12:46.146] | : . ' , ; ` FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'remove', earlySignal = 0) ... [23:12:46.146] | : . ' , ; ` | Removed future from position #1 [23:12:46.147] | : . ' , ; ` | Number of registered futures: 0 [23:12:46.147] | : . ' , ; ` FutureRegistry('workers-3ea0174513e7da9316bb4b3a7279c754', action = 'remove', earlySignal = 0) ... done [23:12:46.147] | : . ' , ; ` Erased future from future backend [23:12:46.148] | : . ' , ; ` result() for ClusterFuture ... [23:12:46.148] | : . ' , ; ` | result already collected: FutureResult [23:12:46.148] | : . ' , ; ` result() for ClusterFuture ... done [23:12:46.149] | : . ' , ; ` signalConditions() ... [23:12:46.149] | : . ' , ; ` | include = 'immediateCondition' [23:12:46.149] | : . ' , ; ` | exclude = [23:12:46.150] | : . ' , ; ` | resignal = FALSE [23:12:46.150] | : . ' , ; ` | Number of conditions: 2 [23:12:46.150] | : . ' , ; ` | int 2 [23:12:46.151] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.151] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.152] | : . ' , ; ` signalConditions() ... done [23:12:46.152] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [23:12:46.152] | : . ' , ; receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:46.153] | : . ' , resolved() for MultisessionFuture () ... done [23:12:46.153] | : . ' , assertFutureResult() ... [23:12:46.153] | : . ' , ; Future uuid: 8a42788535f06b63bec67f76292e5081-8 [23:12:46.154] | : . ' , ; identical; success [23:12:46.154] | : . ' , assertFutureResult() ... done [23:12:46.154] | : . ' resolved() ... done [23:12:46.154] | : . ' resolved: TRUE [23:12:46.155] | : . resolved() ... done [23:12:46.155] | : resolved() for Future () ... done [23:12:46.155] | resolved() ... done Plotting tile #4 of 4 ... [23:12:46.156] | value() for MultisessionFuture () ... [23:12:46.156] | : result() for ClusterFuture ... [23:12:46.157] | : . result already collected: FutureResult [23:12:46.157] | : result() for ClusterFuture ... done [23:12:46.157] | : result() for ClusterFuture ... [23:12:46.158] | : . result already collected: FutureResult [23:12:46.158] | : result() for ClusterFuture ... done [23:12:46.158] | : signalConditions() ... [23:12:46.158] | : . include = 'immediateCondition' [23:12:46.159] | : . exclude = [23:12:46.159] | : . resignal = FALSE [23:12:46.159] | : . Number of conditions: 2 [23:12:46.160] | : . int 2 [23:12:46.161] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.161] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.161] | : signalConditions() ... done [23:12:46.161] | : relay stdout ... [23:12:46.162] | : relay stdout ... done [23:12:46.162] | : check for misuse ... [23:12:46.162] | : check for misuse ... done [23:12:46.163] | : relay conditions ... [23:12:46.163] | : . Future state: 'finished' [23:12:46.163] | : . result() for ClusterFuture ... [23:12:46.163] | : . ' result already collected: FutureResult [23:12:46.164] | : . result() for ClusterFuture ... done [23:12:46.164] | : . signalConditions() ... [23:12:46.164] | : . ' include = 'condition' [23:12:46.164] | : . ' exclude = 'immediateCondition' [23:12:46.165] | : . ' resignal = TRUE [23:12:46.165] | : . ' Number of conditions: 2 [23:12:46.165] | : . ' int 2 [23:12:46.166] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.166] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Calculating tile #4 of 4 ...[23:12:46.167] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:46.167] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' done [23:12:46.167] | : . signalConditions() ... done [23:12:46.168] | : relay conditions ... done [23:12:46.168] | value() for MultisessionFuture () ... done > close.screen() [1] 1 2 3 4 5 6 7 8 > message("SUGGESTION: Try to rerun this demo after changing strategy for how futures are resolved, e.g. plan(multisession).\n") SUGGESTION: Try to rerun this demo after changing strategy for how futures are resolved, e.g. plan(multisession). - plan('multisession') ... DONE Testing with 2 cores ... DONE > message("*** Mandelbrot demo of the 'future' package ... DONE") *** Mandelbrot demo of the 'future' package ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=214] '!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', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_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: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_11_16_23_10_16_9296' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.08s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'demo-mandelbrot' ... success > > proc.time() user system elapsed 2.26 0.17 3.56