R Under development (unstable) (2025-07-28 r88462 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) [12:32:30.806] Option 'future.startup.script': TRUE [12:32:30.807] Future startup scripts considered: '.future.R', '~/.future.R' [12:32:30.808] 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') ... [12:32:30.819] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:30.819] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:32:30.819] | : all.equal() for FutureStrategyList ... [12:32:30.820] | : . New stack: [12:32:30.820] | : . List of 1 [12:32:30.820] | : . $ :function (..., envir = parent.frame()) [12:32:30.820] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:30.820] | : . ..- attr(*, "init")= logi TRUE [12:32:30.820] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:30.820] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:30.820] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:30.820] | : . ..- attr(*, "call")= language plan(strategy) [12:32:30.820] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:30.826] | : . Old stack: [12:32:30.826] | : . List of 1 [12:32:30.826] | : . $ :function (..., envir = parent.frame()) [12:32:30.826] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:30.826] | : . ..- attr(*, "init")= logi TRUE [12:32:30.826] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:30.826] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:30.826] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:30.826] | : . ..- attr(*, "call")= language plan(sequential) [12:32:30.826] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:30.833] | : . Not identical [12:32:30.834] | : . all.equal() for future ... [12:32:30.834] | : . ' List of 2 [12:32:30.834] | : . ' $ target :function (..., envir = parent.frame()) [12:32:30.834] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:30.834] | : . ' ..- attr(*, "init")= logi TRUE [12:32:30.834] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:30.834] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:30.834] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:30.834] | : . ' ..- attr(*, "call")= language plan(strategy) [12:32:30.834] | : . ' $ current:function (..., envir = parent.frame()) [12:32:30.834] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:30.834] | : . ' ..- attr(*, "init")= logi TRUE [12:32:30.834] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:30.834] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:30.834] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:30.834] | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:30.840] | : . all.equal() for future ... done [12:32:30.840] | : all.equal() for FutureStrategyList ... done [12:32:30.840] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:30.841] | : List of future strategies: [12:32:30.841] | : 1. sequential: [12:32:30.841] | : - args: function (..., envir = parent.frame(), workers = "") [12:32:30.841] | : - tweaked: FALSE [12:32:30.841] | : - call: plan(sequential) [12:32:30.842] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:32:30.842] 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[12:32:30.937] future(..., label = NULL) ... [12:32:30.937] | lazy: TRUE [12:32:30.937] | stdout: TRUE [12:32:30.938] | conditions: [n=1] 'condition' [12:32:30.938] | gc: FALSE [12:32:30.938] | earlySignal: FALSE [12:32:30.940] | getGlobalsAndPackages() ... [12:32:30.940] | : Searching for globals ... [12:32:31.060] | : . globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [12:32:31.061] | : Searching for globals ... done [12:32:31.061] | : Resolving globals: FALSE [12:32:31.062] | : Search for packages associated with the globals ... [12:32:31.062] | : . Packages associated with globals: [2] 'base', 'future' [12:32:31.064] | : . Packages: [2] 'base', 'future' [12:32:31.064] | : Search for packages associated with the globals ... done [12:32:31.065] | : Packages after dropping 'base': [1] 'future' [12:32:31.065] | : Packages after dropping non-attached packages: [1] 'future' [12:32:31.065] | : globals: [4] 'ii', 'n', 'C', 'delay' [12:32:31.066] | : packages: [1] 'future' [12:32:31.066] | getGlobalsAndPackages() ... done [12:32:31.067] future(..., label = NULL) ... done 2[12:32:31.077] future(..., label = NULL) ... [12:32:31.077] | lazy: TRUE [12:32:31.077] | stdout: TRUE [12:32:31.078] | conditions: [n=1] 'condition' [12:32:31.078] | gc: FALSE [12:32:31.078] | earlySignal: FALSE [12:32:31.079] | getGlobalsAndPackages() ... [12:32:31.079] | : Searching for globals ... [12:32:31.185] | : . globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [12:32:31.185] | : Searching for globals ... done [12:32:31.186] | : Resolving globals: FALSE [12:32:31.186] | : Search for packages associated with the globals ... [12:32:31.187] | : . Packages associated with globals: [2] 'base', 'future' [12:32:31.188] | : . Packages: [2] 'base', 'future' [12:32:31.188] | : Search for packages associated with the globals ... done [12:32:31.189] | : Packages after dropping 'base': [1] 'future' [12:32:31.189] | : Packages after dropping non-attached packages: [1] 'future' [12:32:31.190] | : globals: [4] 'ii', 'n', 'C', 'delay' [12:32:31.190] | : packages: [1] 'future' [12:32:31.191] | getGlobalsAndPackages() ... done [12:32:31.191] future(..., label = NULL) ... done 3[12:32:31.192] future(..., label = NULL) ... [12:32:31.192] | lazy: TRUE [12:32:31.193] | stdout: TRUE [12:32:31.193] | conditions: [n=1] 'condition' [12:32:31.194] | gc: FALSE [12:32:31.194] | earlySignal: FALSE [12:32:31.194] | getGlobalsAndPackages() ... [12:32:31.195] | : Searching for globals ... [12:32:31.251] | : . globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [12:32:31.252] | : Searching for globals ... done [12:32:31.252] | : Resolving globals: FALSE [12:32:31.252] | : Search for packages associated with the globals ... [12:32:31.253] | : . Packages associated with globals: [2] 'base', 'future' [12:32:31.253] | : . Packages: [2] 'base', 'future' [12:32:31.254] | : Search for packages associated with the globals ... done [12:32:31.254] | : Packages after dropping 'base': [1] 'future' [12:32:31.254] | : Packages after dropping non-attached packages: [1] 'future' [12:32:31.255] | : globals: [4] 'ii', 'n', 'C', 'delay' [12:32:31.255] | : packages: [1] 'future' [12:32:31.255] | getGlobalsAndPackages() ... done [12:32:31.256] future(..., label = NULL) ... done 4[12:32:31.257] future(..., label = NULL) ... [12:32:31.257] | lazy: TRUE [12:32:31.257] | stdout: TRUE [12:32:31.258] | conditions: [n=1] 'condition' [12:32:31.258] | gc: FALSE [12:32:31.258] | earlySignal: FALSE [12:32:31.259] | getGlobalsAndPackages() ... [12:32:31.259] | : Searching for globals ... [12:32:31.321] | : . globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [12:32:31.322] | : Searching for globals ... done [12:32:31.322] | : Resolving globals: FALSE [12:32:31.322] | : Search for packages associated with the globals ... [12:32:31.323] | : . Packages associated with globals: [2] 'base', 'future' [12:32:31.323] | : . Packages: [2] 'base', 'future' [12:32:31.324] | : Search for packages associated with the globals ... done [12:32:31.324] | : Packages after dropping 'base': [1] 'future' [12:32:31.324] | : Packages after dropping non-attached packages: [1] 'future' [12:32:31.325] | : globals: [4] 'ii', 'n', 'C', 'delay' [12:32:31.325] | : packages: [1] 'future' [12:32:31.325] | getGlobalsAndPackages() ... done [12:32:31.326] future(..., label = NULL) ... done > message(".") . > ## Calculate and plot tiles > repeat { + counts <- plot_what_is_done(counts) + if (!any(sapply(counts, FUN = inherits, "Future"))) break + } [12:32:31.343] resolved() ... [12:32:31.344] | resolved() for Future () ... [12:32:31.344] | : state: 'created' [12:32:31.344] | : run: TRUE [12:32:31.345] | : run() ... [12:32:31.345] | : . run() for 'Future' () ... [12:32:31.346] | : . ' state: 'created' [12:32:31.346] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.346] | : . ' , plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:32:31.346] | : . ' , ; function (..., envir = parent.frame()) [12:32:31.346] | : . ' , ; - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.346] | : . ' , ; - attr(*, "init")= logi TRUE [12:32:31.346] | : . ' , ; - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.346] | : . ' , ; ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.346] | : . ' , ; - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.346] | : . ' , ; - attr(*, "call")= language plan(sequential) [12:32:31.350] | : . ' , ; init: TRUE [12:32:31.351] | : . ' , ; makeFutureBackend() ... [12:32:31.351] | : . ' , ; ` Backend function: <'NULL'> [12:32:31.351] | : . ' , ; ` Evaluator tweak arguments: [n=0] [12:32:31.352] | : . ' , ; ` list() [12:32:31.352] | : . ' , ; ` Evaluator formal arguments: [n=0] [12:32:31.352] | : . ' , ; ` list() [12:32:31.353] | : . ' , ; ` Backend factory arguments: [n=0] [12:32:31.353] | : . ' , ; ` NULL [12:32:31.354] | : . ' , ; ` Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:32:31.354] | : . ' , ; makeFutureBackend() ... done [12:32:31.354] | : . ' , plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:32:31.355] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.355] | : . ' Using SequentialFutureBackend ... [12:32:31.355] | : . ' , Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:32:31.356] | : . ' , Launching futures ... [12:32:31.356] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:31.356] | : . ' , ; ` getFutureData() ... [12:32:31.357] | : . ' , ; ` | getFutureCore() ... [12:32:31.357] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'future' [12:32:31.357] | : . ' , ; ` | getFutureCore() ... done [12:32:31.357] | : . ' , ; ` | getFutureCapture() ... [12:32:31.358] | : . ' , ; ` | getFutureCapture() ... done [12:32:31.358] | : . ' , ; ` | getFutureContext() ... [12:32:31.358] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.359] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:32:31.359] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.359] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:32:31.359] | : . ' , ; ` | getFutureContext() ... done [12:32:31.360] | : . ' , ; ` getFutureData() ... done [12:32:31.365] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.365] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:31.365] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.366] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.367] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:31.367] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [12:32:31.367] | : . ' , ; ` | : . New stack: [12:32:31.368] | : . ' , ; ` | : . List of 1 [12:32:31.368] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:31.368] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.368] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:32:31.368] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.368] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.368] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.368] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:31.368] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.373] | : . ' , ; ` | : . Old stack: [12:32:31.373] | : . ' , ; ` | : . List of 1 [12:32:31.373] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:31.373] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.373] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:31.373] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.373] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.373] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.373] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:31.373] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.373] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.373] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.373] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.380] | : . ' , ; ` | : . Not identical [12:32:31.380] | : . ' , ; ` | : . all.equal() for future ... [12:32:31.380] | : . ' , ; ` | : . ' List of 2 [12:32:31.380] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.380] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:31.380] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.380] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.380] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.380] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.380] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.392] | : . ' , ; ` | : . all.equal() for future ... done [12:32:31.392] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [12:32:31.392] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:31.393] | : . ' , ; ` | : List of future strategies: [12:32:31.393] | : . ' , ; ` | : 1. sequential: [12:32:31.393] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [12:32:31.393] | : . ' , ; ` | : - tweaked: FALSE [12:32:31.393] | : . ' , ; ` | : - call: plan(sequential) [12:32:31.394] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:31.394] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.395] | : . ' , ; ` assign_globals() ... [12:32:31.395] | : . ' , ; ` List of 4 [12:32:31.395] | : . ' , ; ` $ ii : int 1 [12:32:31.395] | : . ' , ; ` $ n : int 4 [12:32:31.395] | : . ' , ; ` $ C : cplx [1:25, 1:25] -2.25-1.5i -2.25-1.44i -2.25-1.38i ... [12:32:31.395] | : . ' , ; ` ..- attr(*, "region")=List of 2 [12:32:31.395] | : . ' , ; ` .. ..$ xrange: num [1:2] -2.25 -0.781 [12:32:31.395] | : . ' , ; ` .. ..$ yrange: num [1:2] -1.5 -0.0306 [12:32:31.395] | : . ' , ; ` ..- attr(*, "tile")= int [1:2] 1 1 [12:32:31.395] | : . ' , ; ` $ delay:function (counts) [12:32:31.395] | : . ' , ; ` ..- attr(*, "srcref")= 'srcref' int [1:8] 41 12 41 30 12 30 41 41 [12:32:31.395] | : . ' , ; ` .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:31.395] | : . ' , ; ` - attr(*, "where")=List of 4 [12:32:31.395] | : . ' , ; ` ..$ ii : [12:32:31.395] | : . ' , ; ` ..$ n : [12:32:31.395] | : . ' , ; ` ..$ C : [12:32:31.395] | : . ' , ; ` ..$ delay: [12:32:31.395] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:31.395] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [12:32:31.395] | : . ' , ; ` - attr(*, "total_size")= num NA [12:32:31.395] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [12:32:31.408] | : . ' , ; ` - copied 'ii' to environment [12:32:31.408] | : . ' , ; ` - copied 'n' to environment [12:32:31.408] | : . ' , ; ` - copied 'C' to environment [12:32:31.409] | : . ' , ; ` - reassign environment for 'delay' [where=globalenv()] [12:32:31.409] | : . ' , ; ` - copied 'delay' to environment [12:32:31.409] | : . ' , ; ` assign_globals() ... done [12:32:31.417] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.417] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.418] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:31.418] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [12:32:31.418] | : . ' , ; ` | : . ' New stack: [12:32:31.419] | : . ' , ; ` | : . ' List of 1 [12:32:31.419] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:31.419] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.419] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.419] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.419] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.419] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.419] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.419] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.419] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.419] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.419] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.425] | : . ' , ; ` | : . ' Old stack: [12:32:31.425] | : . ' , ; ` | : . ' List of 1 [12:32:31.425] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:31.425] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.425] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.425] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.425] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.425] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.425] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.425] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.425] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.425] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.425] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.431] | : . ' , ; ` | : . ' Identical [12:32:31.431] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [12:32:31.432] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:31.432] | : . ' , ; ` | : . List of future strategies: [12:32:31.432] | : . ' , ; ` | : . 1. sequential: [12:32:31.432] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [12:32:31.432] | : . ' , ; ` | : . - tweaked: FALSE [12:32:31.432] | : . ' , ; ` | : . - call: plan(sequential) [12:32:31.433] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:31.433] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.434] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.442] | : . ' , ; ` SequentialFuture started (and completed) [12:32:31.443] | : . ' , ; ` signalConditions() ... [12:32:31.443] | : . ' , ; ` | include = 'immediateCondition' [12:32:31.444] | : . ' , ; ` | exclude = [12:32:31.444] | : . ' , ; ` | resignal = FALSE [12:32:31.444] | : . ' , ; ` | Number of conditions: 8 [12:32:31.444] | : . ' , ; ` | int 8 [12:32:31.445] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.445] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.446] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.446] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.446] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.446] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.447] | : . ' , ; ` | Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.447] | : . ' , ; ` | Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.447] | : . ' , ; ` signalConditions() ... done [12:32:31.448] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:31.448] | : . ' , Launching futures ... done [12:32:31.448] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:31.448] | : . ' Using SequentialFutureBackend ... done [12:32:31.449] | : . run() for 'Future' () ... done [12:32:31.449] | : run() ... done [12:32:31.449] | : resolved() ... [12:32:31.449] | : . resolved() ... [12:32:31.450] | : . ' resolved() for SequentialFuture () ... [12:32:31.450] | : . ' , state: 'finished' [12:32:31.450] | : . ' , run: TRUE [12:32:31.450] | : . ' , result: 'FutureResult' [12:32:31.451] | : . ' resolved() for SequentialFuture () ... done [12:32:31.451] | : . resolved() ... done [12:32:31.451] | : . resolved: TRUE [12:32:31.451] | : resolved() ... done [12:32:31.452] | resolved() for Future () ... done [12:32:31.452] resolved() ... done Plotting tile #1 of 4 ... [12:32:31.453] value() for SequentialFuture () ... [12:32:31.453] | signalConditions() ... [12:32:31.453] | : include = 'immediateCondition' [12:32:31.454] | : exclude = [12:32:31.454] | : resignal = FALSE [12:32:31.454] | : Number of conditions: 8 [12:32:31.454] | : int 8 [12:32:31.455] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.455] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.456] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.456] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.456] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.457] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.457] | : Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.457] | : Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.457] | signalConditions() ... done [12:32:31.458] | relay stdout ... [12:32:31.458] | relay stdout ... done [12:32:31.458] | check for misuse ... [12:32:31.459] | check for misuse ... done [12:32:31.459] | relay conditions ... [12:32:31.459] | : Future state: 'finished' [12:32:31.460] | : signalConditions() ... [12:32:31.460] | : . include = 'condition' [12:32:31.460] | : . exclude = 'immediateCondition' [12:32:31.460] | : . resignal = TRUE [12:32:31.460] | : . Number of conditions: 8 [12:32:31.461] | : . int 8 [12:32:31.461] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.462] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:32:31.362] | : . ' , ; ` attachPackages() ... [12:32:31.462] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.462] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:32:31.362] | : . ' , ; ` | packages: [n=1] 'future' [12:32:31.463] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.463] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:32:31.363] | : . ' , ; ` attachPackages() ... done [12:32:31.463] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.464] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:32:31.363] | : . ' , ; ` attachPackages() ... [12:32:31.464] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.464] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:32:31.364] | : . ' , ; ` | packages: [n=1] 'future' [12:32:31.464] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.465] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:32:31.364] | : . ' , ; ` attachPackages() ... done [12:32:31.465] | : . Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.465] | : . Condition #7: 'simpleMessage', 'message', 'condition' Calculating tile #1 of 4 ...[12:32:31.466] | : . Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.466] | : . Condition #8: 'simpleMessage', 'message', 'condition' done [12:32:31.466] | : signalConditions() ... done [12:32:31.466] | relay conditions ... done [12:32:31.467] value() for SequentialFuture () ... done [12:32:31.469] resolved() ... [12:32:31.469] | resolved() for Future () ... [12:32:31.470] | : state: 'created' [12:32:31.470] | : run: TRUE [12:32:31.470] | : run() ... [12:32:31.470] | : . run() for 'Future' () ... [12:32:31.471] | : . ' state: 'created' [12:32:31.471] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.471] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.471] | : . ' Using SequentialFutureBackend ... [12:32:31.472] | : . ' , Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:32:31.472] | : . ' , Launching futures ... [12:32:31.472] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:31.472] | : . ' , ; ` getFutureData() ... [12:32:31.473] | : . ' , ; ` | getFutureCore() ... [12:32:31.473] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'future' [12:32:31.473] | : . ' , ; ` | getFutureCore() ... done [12:32:31.473] | : . ' , ; ` | getFutureCapture() ... [12:32:31.474] | : . ' , ; ` | getFutureCapture() ... done [12:32:31.474] | : . ' , ; ` | getFutureContext() ... [12:32:31.474] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.474] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:32:31.475] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.475] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:32:31.475] | : . ' , ; ` | getFutureContext() ... done [12:32:31.476] | : . ' , ; ` getFutureData() ... done [12:32:31.478] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.479] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:31.479] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.479] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.480] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:31.480] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [12:32:31.480] | : . ' , ; ` | : . New stack: [12:32:31.481] | : . ' , ; ` | : . List of 1 [12:32:31.481] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:31.481] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.481] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:32:31.481] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.481] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.481] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.481] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:31.481] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.485] | : . ' , ; ` | : . Old stack: [12:32:31.486] | : . ' , ; ` | : . List of 1 [12:32:31.486] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:31.486] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.486] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:31.486] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.486] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.486] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.486] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:31.486] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.486] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.486] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.486] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.492] | : . ' , ; ` | : . Not identical [12:32:31.492] | : . ' , ; ` | : . all.equal() for future ... [12:32:31.492] | : . ' , ; ` | : . ' List of 2 [12:32:31.492] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.492] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:31.492] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.492] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.492] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.492] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.492] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.502] | : . ' , ; ` | : . all.equal() for future ... done [12:32:31.503] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [12:32:31.503] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:31.503] | : . ' , ; ` | : List of future strategies: [12:32:31.503] | : . ' , ; ` | : 1. sequential: [12:32:31.503] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [12:32:31.503] | : . ' , ; ` | : - tweaked: FALSE [12:32:31.503] | : . ' , ; ` | : - call: plan(sequential) [12:32:31.504] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:31.504] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.505] | : . ' , ; ` assign_globals() ... [12:32:31.505] | : . ' , ; ` List of 4 [12:32:31.505] | : . ' , ; ` $ ii : int 2 [12:32:31.505] | : . ' , ; ` $ n : int 4 [12:32:31.505] | : . ' , ; ` $ C : cplx [1:25, 1:25] -0.719-1.5i -0.719-1.44i -0.719-1.38i ... [12:32:31.505] | : . ' , ; ` ..- attr(*, "region")=List of 2 [12:32:31.505] | : . ' , ; ` .. ..$ xrange: num [1:2] -0.719 0.75 [12:32:31.505] | : . ' , ; ` .. ..$ yrange: num [1:2] -1.5 -0.0306 [12:32:31.505] | : . ' , ; ` ..- attr(*, "tile")= int [1:2] 1 2 [12:32:31.505] | : . ' , ; ` $ delay:function (counts) [12:32:31.505] | : . ' , ; ` ..- attr(*, "srcref")= 'srcref' int [1:8] 41 12 41 30 12 30 41 41 [12:32:31.505] | : . ' , ; ` .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:31.505] | : . ' , ; ` - attr(*, "where")=List of 4 [12:32:31.505] | : . ' , ; ` ..$ ii : [12:32:31.505] | : . ' , ; ` ..$ n : [12:32:31.505] | : . ' , ; ` ..$ C : [12:32:31.505] | : . ' , ; ` ..$ delay: [12:32:31.505] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:31.505] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [12:32:31.505] | : . ' , ; ` - attr(*, "total_size")= num NA [12:32:31.505] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [12:32:31.516] | : . ' , ; ` - copied 'ii' to environment [12:32:31.517] | : . ' , ; ` - copied 'n' to environment [12:32:31.517] | : . ' , ; ` - copied 'C' to environment [12:32:31.517] | : . ' , ; ` - reassign environment for 'delay' [where=globalenv()] [12:32:31.517] | : . ' , ; ` - copied 'delay' to environment [12:32:31.518] | : . ' , ; ` assign_globals() ... done [12:32:31.526] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.526] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.526] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:31.527] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [12:32:31.527] | : . ' , ; ` | : . ' New stack: [12:32:31.527] | : . ' , ; ` | : . ' List of 1 [12:32:31.527] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:31.527] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.527] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.527] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.527] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.527] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.527] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.527] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.527] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.527] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.527] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.534] | : . ' , ; ` | : . ' Old stack: [12:32:31.535] | : . ' , ; ` | : . ' List of 1 [12:32:31.535] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:31.535] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.535] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.535] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.535] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.535] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.535] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.535] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.535] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.535] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.535] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.542] | : . ' , ; ` | : . ' Identical [12:32:31.542] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [12:32:31.542] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:31.543] | : . ' , ; ` | : . List of future strategies: [12:32:31.543] | : . ' , ; ` | : . 1. sequential: [12:32:31.543] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [12:32:31.543] | : . ' , ; ` | : . - tweaked: FALSE [12:32:31.543] | : . ' , ; ` | : . - call: plan(sequential) [12:32:31.544] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:31.544] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.545] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.546] | : . ' , ; ` SequentialFuture started (and completed) [12:32:31.546] | : . ' , ; ` signalConditions() ... [12:32:31.546] | : . ' , ; ` | include = 'immediateCondition' [12:32:31.547] | : . ' , ; ` | exclude = [12:32:31.547] | : . ' , ; ` | resignal = FALSE [12:32:31.547] | : . ' , ; ` | Number of conditions: 8 [12:32:31.547] | : . ' , ; ` | int 8 [12:32:31.548] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.549] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.549] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.549] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.550] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.550] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.550] | : . ' , ; ` | Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.550] | : . ' , ; ` | Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.551] | : . ' , ; ` signalConditions() ... done [12:32:31.551] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:31.551] | : . ' , Launching futures ... done [12:32:31.552] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:31.552] | : . ' Using SequentialFutureBackend ... done [12:32:31.552] | : . run() for 'Future' () ... done [12:32:31.553] | : run() ... done [12:32:31.553] | : resolved() ... [12:32:31.553] | : . resolved() ... [12:32:31.553] | : . ' resolved() for SequentialFuture () ... [12:32:31.554] | : . ' , state: 'finished' [12:32:31.554] | : . ' , run: TRUE [12:32:31.554] | : . ' , result: 'FutureResult' [12:32:31.555] | : . ' resolved() for SequentialFuture () ... done [12:32:31.555] | : . resolved() ... done [12:32:31.555] | : . resolved: TRUE [12:32:31.555] | : resolved() ... done [12:32:31.556] | resolved() for Future () ... done [12:32:31.556] resolved() ... done Plotting tile #2 of 4 ... [12:32:31.556] value() for SequentialFuture () ... [12:32:31.557] | signalConditions() ... [12:32:31.557] | : include = 'immediateCondition' [12:32:31.557] | : exclude = [12:32:31.558] | : resignal = FALSE [12:32:31.558] | : Number of conditions: 8 [12:32:31.558] | : int 8 [12:32:31.559] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.559] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.560] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.560] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.560] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.561] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.561] | : Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.561] | : Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.561] | signalConditions() ... done [12:32:31.562] | relay stdout ... [12:32:31.562] | relay stdout ... done [12:32:31.562] | check for misuse ... [12:32:31.563] | check for misuse ... done [12:32:31.563] | relay conditions ... [12:32:31.563] | : Future state: 'finished' [12:32:31.563] | : signalConditions() ... [12:32:31.564] | : . include = 'condition' [12:32:31.564] | : . exclude = 'immediateCondition' [12:32:31.564] | : . resignal = TRUE [12:32:31.565] | : . Number of conditions: 8 [12:32:31.565] | : . int 8 [12:32:31.566] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.566] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:32:31.476] | : . ' , ; ` attachPackages() ... [12:32:31.566] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.567] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:32:31.476] | : . ' , ; ` | packages: [n=1] 'future' [12:32:31.567] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.567] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:32:31.477] | : . ' , ; ` attachPackages() ... done [12:32:31.568] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.568] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:32:31.477] | : . ' , ; ` attachPackages() ... [12:32:31.568] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.569] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:32:31.477] | : . ' , ; ` | packages: [n=1] 'future' [12:32:31.569] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.569] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:32:31.478] | : . ' , ; ` attachPackages() ... done [12:32:31.570] | : . Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.570] | : . Condition #7: 'simpleMessage', 'message', 'condition' Calculating tile #2 of 4 ...[12:32:31.570] | : . Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.571] | : . Condition #8: 'simpleMessage', 'message', 'condition' done [12:32:31.571] | : signalConditions() ... done [12:32:31.572] | relay conditions ... done [12:32:31.572] value() for SequentialFuture () ... done [12:32:31.573] resolved() ... [12:32:31.574] | resolved() for Future () ... [12:32:31.574] | : state: 'created' [12:32:31.574] | : run: TRUE [12:32:31.575] | : run() ... [12:32:31.575] | : . run() for 'Future' () ... [12:32:31.575] | : . ' state: 'created' [12:32:31.576] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.576] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.576] | : . ' Using SequentialFutureBackend ... [12:32:31.577] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:32:31.577] | : . ' , Launching futures ... [12:32:31.577] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:31.578] | : . ' , ; ` getFutureData() ... [12:32:31.578] | : . ' , ; ` | getFutureCore() ... [12:32:31.578] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'future' [12:32:31.579] | : . ' , ; ` | getFutureCore() ... done [12:32:31.579] | : . ' , ; ` | getFutureCapture() ... [12:32:31.579] | : . ' , ; ` | getFutureCapture() ... done [12:32:31.580] | : . ' , ; ` | getFutureContext() ... [12:32:31.580] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.580] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:32:31.581] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.581] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:32:31.581] | : . ' , ; ` | getFutureContext() ... done [12:32:31.581] | : . ' , ; ` getFutureData() ... done [12:32:31.585] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.585] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:31.586] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.586] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.587] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:31.587] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [12:32:31.587] | : . ' , ; ` | : . New stack: [12:32:31.588] | : . ' , ; ` | : . List of 1 [12:32:31.588] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:31.588] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.588] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:32:31.588] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.588] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.588] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.588] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:31.588] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.594] | : . ' , ; ` | : . Old stack: [12:32:31.594] | : . ' , ; ` | : . List of 1 [12:32:31.594] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:31.594] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.594] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:31.594] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.594] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.594] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.594] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:31.594] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.594] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.594] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.594] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.605] | : . ' , ; ` | : . Not identical [12:32:31.606] | : . ' , ; ` | : . all.equal() for future ... [12:32:31.606] | : . ' , ; ` | : . ' List of 2 [12:32:31.606] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.606] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:31.606] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.606] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.606] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.606] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.606] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.618] | : . ' , ; ` | : . all.equal() for future ... done [12:32:31.618] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [12:32:31.618] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:31.619] | : . ' , ; ` | : List of future strategies: [12:32:31.619] | : . ' , ; ` | : 1. sequential: [12:32:31.619] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [12:32:31.619] | : . ' , ; ` | : - tweaked: FALSE [12:32:31.619] | : . ' , ; ` | : - call: plan(sequential) [12:32:31.620] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:31.620] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.621] | : . ' , ; ` assign_globals() ... [12:32:31.621] | : . ' , ; ` List of 4 [12:32:31.621] | : . ' , ; ` $ ii : int 3 [12:32:31.621] | : . ' , ; ` $ n : int 4 [12:32:31.621] | : . ' , ; ` $ C : cplx [1:25, 1:25] -2.25+0.0306i -2.25+0.0918i -2.25+0.1531i ... [12:32:31.621] | : . ' , ; ` ..- attr(*, "region")=List of 2 [12:32:31.621] | : . ' , ; ` .. ..$ xrange: num [1:2] -2.25 -0.781 [12:32:31.621] | : . ' , ; ` .. ..$ yrange: num [1:2] 0.0306 1.5 [12:32:31.621] | : . ' , ; ` ..- attr(*, "tile")= int [1:2] 2 1 [12:32:31.621] | : . ' , ; ` $ delay:function (counts) [12:32:31.621] | : . ' , ; ` ..- attr(*, "srcref")= 'srcref' int [1:8] 41 12 41 30 12 30 41 41 [12:32:31.621] | : . ' , ; ` .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:31.621] | : . ' , ; ` - attr(*, "where")=List of 4 [12:32:31.621] | : . ' , ; ` ..$ ii : [12:32:31.621] | : . ' , ; ` ..$ n : [12:32:31.621] | : . ' , ; ` ..$ C : [12:32:31.621] | : . ' , ; ` ..$ delay: [12:32:31.621] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:31.621] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [12:32:31.621] | : . ' , ; ` - attr(*, "total_size")= num NA [12:32:31.621] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [12:32:31.634] | : . ' , ; ` - copied 'ii' to environment [12:32:31.635] | : . ' , ; ` - copied 'n' to environment [12:32:31.635] | : . ' , ; ` - copied 'C' to environment [12:32:31.635] | : . ' , ; ` - reassign environment for 'delay' [where=globalenv()] [12:32:31.636] | : . ' , ; ` - copied 'delay' to environment [12:32:31.636] | : . ' , ; ` assign_globals() ... done [12:32:31.642] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.642] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.643] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:31.643] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [12:32:31.643] | : . ' , ; ` | : . ' New stack: [12:32:31.644] | : . ' , ; ` | : . ' List of 1 [12:32:31.644] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:31.644] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.644] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.644] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.644] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.644] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.644] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.644] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.644] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.644] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.644] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.651] | : . ' , ; ` | : . ' Old stack: [12:32:31.651] | : . ' , ; ` | : . ' List of 1 [12:32:31.651] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:31.651] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.651] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.651] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.651] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.651] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.651] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.651] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.651] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.651] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.651] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.658] | : . ' , ; ` | : . ' Identical [12:32:31.658] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [12:32:31.658] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:31.659] | : . ' , ; ` | : . List of future strategies: [12:32:31.659] | : . ' , ; ` | : . 1. sequential: [12:32:31.659] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [12:32:31.659] | : . ' , ; ` | : . - tweaked: FALSE [12:32:31.659] | : . ' , ; ` | : . - call: plan(sequential) [12:32:31.660] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:31.660] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.660] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.661] | : . ' , ; ` SequentialFuture started (and completed) [12:32:31.662] | : . ' , ; ` signalConditions() ... [12:32:31.662] | : . ' , ; ` | include = 'immediateCondition' [12:32:31.662] | : . ' , ; ` | exclude = [12:32:31.662] | : . ' , ; ` | resignal = FALSE [12:32:31.663] | : . ' , ; ` | Number of conditions: 8 [12:32:31.663] | : . ' , ; ` | int 8 [12:32:31.664] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.664] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.665] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.665] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.665] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.665] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.666] | : . ' , ; ` | Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.666] | : . ' , ; ` | Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.666] | : . ' , ; ` signalConditions() ... done [12:32:31.667] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:31.667] | : . ' , Launching futures ... done [12:32:31.667] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:31.668] | : . ' Using SequentialFutureBackend ... done [12:32:31.668] | : . run() for 'Future' () ... done [12:32:31.668] | : run() ... done [12:32:31.668] | : resolved() ... [12:32:31.669] | : . resolved() ... [12:32:31.669] | : . ' resolved() for SequentialFuture () ... [12:32:31.669] | : . ' , state: 'finished' [12:32:31.670] | : . ' , run: TRUE [12:32:31.670] | : . ' , result: 'FutureResult' [12:32:31.670] | : . ' resolved() for SequentialFuture () ... done [12:32:31.671] | : . resolved() ... done [12:32:31.671] | : . resolved: TRUE [12:32:31.671] | : resolved() ... done [12:32:31.672] | resolved() for Future () ... done [12:32:31.672] resolved() ... done Plotting tile #3 of 4 ... [12:32:31.672] value() for SequentialFuture () ... [12:32:31.673] | signalConditions() ... [12:32:31.673] | : include = 'immediateCondition' [12:32:31.673] | : exclude = [12:32:31.674] | : resignal = FALSE [12:32:31.674] | : Number of conditions: 8 [12:32:31.674] | : int 8 [12:32:31.675] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.676] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.676] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.676] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.677] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.677] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.677] | : Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.678] | : Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.678] | signalConditions() ... done [12:32:31.678] | relay stdout ... [12:32:31.678] | relay stdout ... done [12:32:31.679] | check for misuse ... [12:32:31.679] | check for misuse ... done [12:32:31.679] | relay conditions ... [12:32:31.680] | : Future state: 'finished' [12:32:31.680] | : signalConditions() ... [12:32:31.680] | : . include = 'condition' [12:32:31.681] | : . exclude = 'immediateCondition' [12:32:31.681] | : . resignal = TRUE [12:32:31.681] | : . Number of conditions: 8 [12:32:31.681] | : . int 8 [12:32:31.682] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.683] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:32:31.582] | : . ' , ; ` attachPackages() ... [12:32:31.683] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.683] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:32:31.582] | : . ' , ; ` | packages: [n=1] 'future' [12:32:31.684] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.684] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:32:31.583] | : . ' , ; ` attachPackages() ... done [12:32:31.685] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.685] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:32:31.583] | : . ' , ; ` attachPackages() ... [12:32:31.685] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.685] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:32:31.584] | : . ' , ; ` | packages: [n=1] 'future' [12:32:31.686] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.686] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:32:31.584] | : . ' , ; ` attachPackages() ... done [12:32:31.686] | : . Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.687] | : . Condition #7: 'simpleMessage', 'message', 'condition' Calculating tile #3 of 4 ...[12:32:31.687] | : . Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.687] | : . Condition #8: 'simpleMessage', 'message', 'condition' done [12:32:31.688] | : signalConditions() ... done [12:32:31.688] | relay conditions ... done [12:32:31.688] value() for SequentialFuture () ... done [12:32:31.690] resolved() ... [12:32:31.690] | resolved() for Future () ... [12:32:31.690] | : state: 'created' [12:32:31.691] | : run: TRUE [12:32:31.691] | : run() ... [12:32:31.691] | : . run() for 'Future' () ... [12:32:31.692] | : . ' state: 'created' [12:32:31.692] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.692] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.692] | : . ' Using SequentialFutureBackend ... [12:32:31.693] | : . ' , Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:32:31.693] | : . ' , Launching futures ... [12:32:31.693] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:31.694] | : . ' , ; ` getFutureData() ... [12:32:31.694] | : . ' , ; ` | getFutureCore() ... [12:32:31.694] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'future' [12:32:31.695] | : . ' , ; ` | getFutureCore() ... done [12:32:31.695] | : . ' , ; ` | getFutureCapture() ... [12:32:31.695] | : . ' , ; ` | getFutureCapture() ... done [12:32:31.696] | : . ' , ; ` | getFutureContext() ... [12:32:31.696] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.696] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:32:31.696] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.697] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:32:31.697] | : . ' , ; ` | getFutureContext() ... done [12:32:31.697] | : . ' , ; ` getFutureData() ... done [12:32:31.701] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.701] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:31.702] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.702] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.702] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:31.703] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [12:32:31.703] | : . ' , ; ` | : . New stack: [12:32:31.703] | : . ' , ; ` | : . List of 1 [12:32:31.703] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:31.703] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.703] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:32:31.703] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.703] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.703] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.703] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:31.703] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.709] | : . ' , ; ` | : . Old stack: [12:32:31.709] | : . ' , ; ` | : . List of 1 [12:32:31.709] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:31.709] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.709] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:31.709] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.709] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.709] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.709] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:31.709] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.709] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.709] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.709] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.717] | : . ' , ; ` | : . Not identical [12:32:31.717] | : . ' , ; ` | : . all.equal() for future ... [12:32:31.717] | : . ' , ; ` | : . ' List of 2 [12:32:31.717] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.717] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:31.717] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.717] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.717] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.717] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.717] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.729] | : . ' , ; ` | : . all.equal() for future ... done [12:32:31.730] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [12:32:31.730] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:31.730] | : . ' , ; ` | : List of future strategies: [12:32:31.730] | : . ' , ; ` | : 1. sequential: [12:32:31.730] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [12:32:31.730] | : . ' , ; ` | : - tweaked: FALSE [12:32:31.730] | : . ' , ; ` | : - call: plan(sequential) [12:32:31.731] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:31.732] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.732] | : . ' , ; ` assign_globals() ... [12:32:31.732] | : . ' , ; ` List of 4 [12:32:31.732] | : . ' , ; ` $ ii : int 4 [12:32:31.732] | : . ' , ; ` $ n : int 4 [12:32:31.732] | : . ' , ; ` $ C : cplx [1:25, 1:25] -0.719+0.0306i -0.719+0.0918i -0.719+0.1531i ... [12:32:31.732] | : . ' , ; ` ..- attr(*, "region")=List of 2 [12:32:31.732] | : . ' , ; ` .. ..$ xrange: num [1:2] -0.719 0.75 [12:32:31.732] | : . ' , ; ` .. ..$ yrange: num [1:2] 0.0306 1.5 [12:32:31.732] | : . ' , ; ` ..- attr(*, "tile")= int [1:2] 2 2 [12:32:31.732] | : . ' , ; ` $ delay:function (counts) [12:32:31.732] | : . ' , ; ` ..- attr(*, "srcref")= 'srcref' int [1:8] 41 12 41 30 12 30 41 41 [12:32:31.732] | : . ' , ; ` .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:31.732] | : . ' , ; ` - attr(*, "where")=List of 4 [12:32:31.732] | : . ' , ; ` ..$ ii : [12:32:31.732] | : . ' , ; ` ..$ n : [12:32:31.732] | : . ' , ; ` ..$ C : [12:32:31.732] | : . ' , ; ` ..$ delay: [12:32:31.732] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:31.732] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [12:32:31.732] | : . ' , ; ` - attr(*, "total_size")= num NA [12:32:31.732] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [12:32:31.746] | : . ' , ; ` - copied 'ii' to environment [12:32:31.746] | : . ' , ; ` - copied 'n' to environment [12:32:31.746] | : . ' , ; ` - copied 'C' to environment [12:32:31.747] | : . ' , ; ` - reassign environment for 'delay' [where=globalenv()] [12:32:31.747] | : . ' , ; ` - copied 'delay' to environment [12:32:31.747] | : . ' , ; ` assign_globals() ... done [12:32:31.755] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.756] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:31.756] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:31.756] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [12:32:31.757] | : . ' , ; ` | : . ' New stack: [12:32:31.757] | : . ' , ; ` | : . ' List of 1 [12:32:31.757] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:31.757] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.757] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.757] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.757] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.757] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.757] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.757] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.757] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.757] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.757] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.765] | : . ' , ; ` | : . ' Old stack: [12:32:31.765] | : . ' , ; ` | : . ' List of 1 [12:32:31.765] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:31.765] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.765] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:31.765] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.765] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.765] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.765] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.765] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.765] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.765] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.765] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.776] | : . ' , ; ` | : . ' Identical [12:32:31.777] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [12:32:31.777] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:31.777] | : . ' , ; ` | : . List of future strategies: [12:32:31.777] | : . ' , ; ` | : . 1. sequential: [12:32:31.777] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [12:32:31.777] | : . ' , ; ` | : . - tweaked: FALSE [12:32:31.777] | : . ' , ; ` | : . - call: plan(sequential) [12:32:31.779] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:31.779] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.779] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:31.780] | : . ' , ; ` SequentialFuture started (and completed) [12:32:31.781] | : . ' , ; ` signalConditions() ... [12:32:31.781] | : . ' , ; ` | include = 'immediateCondition' [12:32:31.781] | : . ' , ; ` | exclude = [12:32:31.782] | : . ' , ; ` | resignal = FALSE [12:32:31.782] | : . ' , ; ` | Number of conditions: 8 [12:32:31.782] | : . ' , ; ` | int 8 [12:32:31.783] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.783] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.784] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.784] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.784] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.785] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.785] | : . ' , ; ` | Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.785] | : . ' , ; ` | Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.786] | : . ' , ; ` signalConditions() ... done [12:32:31.786] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:31.786] | : . ' , Launching futures ... done [12:32:31.787] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:31.787] | : . ' Using SequentialFutureBackend ... done [12:32:31.787] | : . run() for 'Future' () ... done [12:32:31.788] | : run() ... done [12:32:31.788] | : resolved() ... [12:32:31.788] | : . resolved() ... [12:32:31.788] | : . ' resolved() for SequentialFuture () ... [12:32:31.789] | : . ' , state: 'finished' [12:32:31.789] | : . ' , run: TRUE [12:32:31.789] | : . ' , result: 'FutureResult' [12:32:31.790] | : . ' resolved() for SequentialFuture () ... done [12:32:31.790] | : . resolved() ... done [12:32:31.790] | : . resolved: TRUE [12:32:31.791] | : resolved() ... done [12:32:31.791] | resolved() for Future () ... done [12:32:31.791] resolved() ... done Plotting tile #4 of 4 ... [12:32:31.792] value() for SequentialFuture () ... [12:32:31.792] | signalConditions() ... [12:32:31.792] | : include = 'immediateCondition' [12:32:31.792] | : exclude = [12:32:31.793] | : resignal = FALSE [12:32:31.793] | : Number of conditions: 8 [12:32:31.793] | : int 8 [12:32:31.794] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.795] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.795] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.795] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.795] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.796] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.796] | : Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.796] | : Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.797] | signalConditions() ... done [12:32:31.797] | relay stdout ... [12:32:31.797] | relay stdout ... done [12:32:31.798] | check for misuse ... [12:32:31.798] | check for misuse ... done [12:32:31.798] | relay conditions ... [12:32:31.798] | : Future state: 'finished' [12:32:31.799] | : signalConditions() ... [12:32:31.799] | : . include = 'condition' [12:32:31.799] | : . exclude = 'immediateCondition' [12:32:31.800] | : . resignal = TRUE [12:32:31.800] | : . Number of conditions: 8 [12:32:31.800] | : . int 8 [12:32:31.801] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.801] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:32:31.698] | : . ' , ; ` attachPackages() ... [12:32:31.802] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.802] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:32:31.698] | : . ' , ; ` | packages: [n=1] 'future' [12:32:31.803] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.803] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:32:31.699] | : . ' , ; ` attachPackages() ... done [12:32:31.803] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.804] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:32:31.699] | : . ' , ; ` attachPackages() ... [12:32:31.804] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.804] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:32:31.699] | : . ' , ; ` | packages: [n=1] 'future' [12:32:31.805] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.805] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:32:31.700] | : . ' , ; ` attachPackages() ... done [12:32:31.805] | : . Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.806] | : . Condition #7: 'simpleMessage', 'message', 'condition' Calculating tile #4 of 4 ...[12:32:31.806] | : . Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:32:31.806] | : . Condition #8: 'simpleMessage', 'message', 'condition' done [12:32:31.807] | : signalConditions() ... done [12:32:31.807] | relay conditions ... done [12:32:31.807] 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') ... [12:32:31.811] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.812] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:32:31.812] | : all.equal() for FutureStrategyList ... [12:32:31.812] | : . New stack: [12:32:31.813] | : . List of 1 [12:32:31.813] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:32:31.813] | : . rscript_libs = .libPaths()) [12:32:31.813] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:31.813] | : . ..- attr(*, "init")= logi TRUE [12:32:31.813] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:31.813] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:31.813] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:31.813] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:31.813] | : . ..- attr(*, "untweakable")= chr "persistent" [12:32:31.813] | : . ..- attr(*, "call")= language plan(strategy) [12:32:31.813] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.820] | : . Old stack: [12:32:31.820] | : . List of 1 [12:32:31.820] | : . $ :function (..., envir = parent.frame()) [12:32:31.820] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.820] | : . ..- attr(*, "init")= chr "done" [12:32:31.820] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.820] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.820] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.820] | : . ..- attr(*, "call")= language plan(sequential) [12:32:31.820] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.820] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.820] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.820] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.829] | : . Not identical [12:32:31.829] | : . all.equal() for future ... [12:32:31.829] | : . ' List of 2 [12:32:31.829] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:32:31.829] | : . ' rscript_libs = .libPaths()) [12:32:31.829] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:31.829] | : . ' ..- attr(*, "init")= logi TRUE [12:32:31.829] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:31.829] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:31.829] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:31.829] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:31.829] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:32:31.829] | : . ' ..- attr(*, "call")= language plan(strategy) [12:32:31.829] | : . ' $ current:function (..., envir = parent.frame()) [12:32:31.829] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:31.829] | : . ' ..- attr(*, "init")= chr "done" [12:32:31.829] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.829] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.829] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.829] | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:31.829] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:31.829] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:31.829] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:31.839] | : . ' Formals differ [12:32:31.839] | : . all.equal() for future ... done [12:32:31.839] | : . Future strategies differ at level 1 [12:32:31.839] | : all.equal() for FutureStrategyList ... done [12:32:31.839] | : plan(): Setting new future backend stack: [12:32:31.840] | : List of future strategies: [12:32:31.840] | : 1. multisession: [12:32:31.840] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:32:31.840] | : - tweaked: FALSE [12:32:31.840] | : - call: plan(strategy) [12:32:31.840] | : List of 1 [12:32:31.840] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [12:32:31.840] | : rscript_libs = .libPaths()) [12:32:31.840] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:31.840] | : ..- attr(*, "init")= logi TRUE [12:32:31.840] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:31.840] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:31.840] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:31.840] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:31.840] | : ..- attr(*, "untweakable")= chr "persistent" [12:32:31.840] | : ..- attr(*, "call")= language plan(strategy) [12:32:31.840] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:31.845] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:32:31.845] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:31.845] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:32:31.846] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:31.846] | : . Legacy shutdown of cluster workers ... [12:32:31.846] | : . ' Stopping existing cluster ... [12:32:31.846] | : . ' , No pre-existing cluster. Skipping [12:32:31.847] | : . ' Stopping existing cluster ... done [12:32:31.847] | : . Legacy shutdown of cluster workers ... done [12:32:31.847] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:32:31.847] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:32:31.848] | : . function (..., workers = availableCores(constraints = "connections-16"), [12:32:31.848] | : . rscript_libs = .libPaths()) [12:32:31.848] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:31.848] | : . - attr(*, "init")= logi TRUE [12:32:31.848] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:31.848] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:31.848] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:31.848] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:31.848] | : . - attr(*, "untweakable")= chr "persistent" [12:32:31.848] | : . - attr(*, "call")= language plan(strategy) [12:32:31.851] | : . init: TRUE [12:32:31.851] | : . makeFutureBackend() ... [12:32:31.851] | : . ' Backend function: <'NULL'> [12:32:31.852] | : . ' Evaluator tweak arguments: [n=0] [12:32:31.852] | : . ' list() [12:32:31.852] | : . ' Evaluator formal arguments: [n=2] [12:32:31.852] | : . ' list() [12:32:31.853] | : . ' Backend factory arguments: [n=2] [12:32:31.853] | : . ' Dotted pair list of 2 [12:32:31.853] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:32:31.853] | : . ' $ rscript_libs: language .libPaths() [12:32:31.855] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:32:31.855] | : . ' , Arguments: [12:32:31.855] | : . ' , List of 5 [12:32:31.855] | : . ' , $ workers : Named int 2 [12:32:31.855] | : . ' , ..- attr(*, "names")= chr "mc.cores" [12:32:31.855] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:31.855] | : . ' , $ interrupts : logi TRUE [12:32:31.855] | : . ' , $ gc : logi FALSE [12:32:31.855] | : . ' , $ earlySignal : logi FALSE [12:32:31.921] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:32:31.922] | : . ' , ; workers: 2 [12:32:31.922] | : . ' , ; getCluster() ... [12:32:31.922] | : . ' , ; getCluster() ... done [12:32:31.923] | : . ' , ; Stopping existing cluster ... [12:32:31.923] | : . ' , ; ` No pre-existing cluster. Skipping [12:32:31.923] | : . ' , ; Stopping existing cluster ... done [12:32:31.923] | : . ' , ; Starting new cluster ... [12:32:31.924] | : . ' , ; ` makeCluster(workers, ...) ... [12:32:31.924] | : . ' , ; ` | Arguments: [12:32:31.924] | : . ' , ; ` | List of 2 [12:32:31.924] | : . ' , ; ` | $ : int 2 [12:32:31.924] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:31.927] | : . ' , ; ` | .makeCluster() ... [12:32:31.927] | : . ' , ; ` | : workers: '2' [12:32:31.927] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:32:31.928] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:32:31.928] | : . ' , ; ` | : List of 2 [12:32:31.928] | : . ' , ; ` | : $ : int 2 [12:32:31.928] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:33.004] | : . ' , ; ` | : Generated cluster UUID [12:32:33.005] | : . ' , ; ` | : Cluster UUID: '076c5095d212e0774b5172116a979312' [12:32:33.005] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:33.009] | : . ' , ; ` | .makeCluster() ... done [12:32:33.010] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:33.012] | : . ' , ; ` makeCluster(workers, ...) ... done [12:32:33.013] | : . ' , ; ` Number of workers: 2 [12:32:33.013] | : . ' , ; ` Workers UUID: '076c5095d212e0774b5172116a979312' [12:32:33.013] | : . ' , ; Starting new cluster ... done [12:32:33.014] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:32:33.014] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:32:33.014] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:32:33.015] | : . makeFutureBackend() ... done [12:32:33.015] | : . nbrOfWorkers(NULL) ... [12:32:33.015] | : . ' List of 4 [12:32:33.015] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:32:33.015] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:32:33.015] | : . ' $ : language nbrOfWorkers() [12:32:33.015] | : . ' $ : language nbrOfWorkers.NULL() [12:32:33.019] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:33.019] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:33.019] | : . ' Number of workers: 2 [12:32:33.020] | : . nbrOfWorkers(NULL) ... done [12:32:33.020] | : . plan(): nbrOfWorkers() = 2 [12:32:33.020] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:32:33.020] | 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[12:32:33.030] | future(..., label = NULL) ... [12:32:33.031] | : lazy: TRUE [12:32:33.031] | : stdout: TRUE [12:32:33.031] | : conditions: [n=1] 'condition' [12:32:33.031] | : gc: FALSE [12:32:33.032] | : earlySignal: FALSE [12:32:33.032] | : getGlobalsAndPackages() ... [12:32:33.032] | : . Searching for globals ... [12:32:33.078] | : . ' globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [12:32:33.078] | : . Searching for globals ... done [12:32:33.079] | : . Resolving globals: FALSE [12:32:33.079] | : . Search for packages associated with the globals ... [12:32:33.080] | : . ' Packages associated with globals: [2] 'base', 'future' [12:32:33.080] | : . ' Packages: [2] 'base', 'future' [12:32:33.081] | : . Search for packages associated with the globals ... done [12:32:33.081] | : . Packages after dropping 'base': [1] 'future' [12:32:33.081] | : . Packages after dropping non-attached packages: [1] 'future' [12:32:33.082] | : . globals: [4] 'ii', 'n', 'C', 'delay' [12:32:33.082] | : . packages: [1] 'future' [12:32:33.082] | : getGlobalsAndPackages() ... done [12:32:33.083] | future(..., label = NULL) ... done 2[12:32:33.087] | future(..., label = NULL) ... [12:32:33.088] | : lazy: TRUE [12:32:33.088] | : stdout: TRUE [12:32:33.088] | : conditions: [n=1] 'condition' [12:32:33.088] | : gc: FALSE [12:32:33.088] | : earlySignal: FALSE [12:32:33.088] | : getGlobalsAndPackages() ... [12:32:33.089] | : . Searching for globals ... [12:32:33.125] | : . ' globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [12:32:33.126] | : . Searching for globals ... done [12:32:33.126] | : . Resolving globals: FALSE [12:32:33.126] | : . Search for packages associated with the globals ... [12:32:33.126] | : . ' Packages associated with globals: [2] 'base', 'future' [12:32:33.127] | : . ' Packages: [2] 'base', 'future' [12:32:33.127] | : . Search for packages associated with the globals ... done [12:32:33.127] | : . Packages after dropping 'base': [1] 'future' [12:32:33.128] | : . Packages after dropping non-attached packages: [1] 'future' [12:32:33.128] | : . globals: [4] 'ii', 'n', 'C', 'delay' [12:32:33.128] | : . packages: [1] 'future' [12:32:33.128] | : getGlobalsAndPackages() ... done [12:32:33.129] | future(..., label = NULL) ... done 3[12:32:33.129] | future(..., label = NULL) ... [12:32:33.130] | : lazy: TRUE [12:32:33.130] | : stdout: TRUE [12:32:33.130] | : conditions: [n=1] 'condition' [12:32:33.131] | : gc: FALSE [12:32:33.131] | : earlySignal: FALSE [12:32:33.131] | : getGlobalsAndPackages() ... [12:32:33.132] | : . Searching for globals ... [12:32:33.179] | : . ' globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [12:32:33.179] | : . Searching for globals ... done [12:32:33.180] | : . Resolving globals: FALSE [12:32:33.180] | : . Search for packages associated with the globals ... [12:32:33.180] | : . ' Packages associated with globals: [2] 'base', 'future' [12:32:33.181] | : . ' Packages: [2] 'base', 'future' [12:32:33.181] | : . Search for packages associated with the globals ... done [12:32:33.181] | : . Packages after dropping 'base': [1] 'future' [12:32:33.182] | : . Packages after dropping non-attached packages: [1] 'future' [12:32:33.182] | : . globals: [4] 'ii', 'n', 'C', 'delay' [12:32:33.182] | : . packages: [1] 'future' [12:32:33.182] | : getGlobalsAndPackages() ... done [12:32:33.183] | future(..., label = NULL) ... done 4[12:32:33.183] | future(..., label = NULL) ... [12:32:33.183] | : lazy: TRUE [12:32:33.183] | : stdout: TRUE [12:32:33.183] | : conditions: [n=1] 'condition' [12:32:33.184] | : gc: FALSE [12:32:33.184] | : earlySignal: FALSE [12:32:33.184] | : getGlobalsAndPackages() ... [12:32:33.184] | : . Searching for globals ... [12:32:33.229] | : . ' globals found: [9] '{', 'message', 'sprintf', 'ii', 'n', '<-', 'mandelbrot', 'C', 'delay' [12:32:33.230] | : . Searching for globals ... done [12:32:33.230] | : . Resolving globals: FALSE [12:32:33.230] | : . Search for packages associated with the globals ... [12:32:33.231] | : . ' Packages associated with globals: [2] 'base', 'future' [12:32:33.232] | : . ' Packages: [2] 'base', 'future' [12:32:33.232] | : . Search for packages associated with the globals ... done [12:32:33.233] | : . Packages after dropping 'base': [1] 'future' [12:32:33.233] | : . Packages after dropping non-attached packages: [1] 'future' [12:32:33.234] | : . globals: [4] 'ii', 'n', 'C', 'delay' [12:32:33.234] | : . packages: [1] 'future' [12:32:33.234] | : getGlobalsAndPackages() ... done [12:32:33.235] | future(..., label = NULL) ... done > message(".") . > ## Calculate and plot tiles > repeat { + counts <- plot_what_is_done(counts) + if (!any(sapply(counts, FUN = inherits, "Future"))) break + } [12:32:33.252] | resolved() ... [12:32:33.253] | : resolved() for Future () ... [12:32:33.253] | : . state: 'created' [12:32:33.254] | : . run: TRUE [12:32:33.254] | : . run() ... [12:32:33.254] | : . ' run() for 'Future' () ... [12:32:33.254] | : . ' , state: 'created' [12:32:33.255] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:33.255] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:33.255] | : . ' , Using MultisessionFutureBackend ... [12:32:33.256] | : . ' , ; Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:32:33.256] | : . ' , ; Launching futures ... [12:32:33.257] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [12:32:33.257] | : . ' , ; ` | Workers: [n=2] [12:32:33.257] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:33.261] | : . ' , ; ` | FutureRegistry: 'workers-076c5095d212e0774b5172116a979312' [12:32:33.261] | : . ' , ; ` | requestWorker() ... [12:32:33.261] | : . ' , ; ` | : requestNode() ... [12:32:33.261] | : . ' , ; ` | : . Number of workers: 2 [12:32:33.262] | : . ' , ; ` | : . Polling for a free worker ... [12:32:33.262] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.262] | : . ' , ; ` | : . ' , Created empty registry 'workers-076c5095d212e0774b5172116a979312' [12:32:33.263] | : . ' , ; ` | : . ' , Listing all futures [12:32:33.263] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:33.263] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.263] | : . ' , ; ` | : . ' Total time: 0 [12:32:33.264] | : . ' , ; ` | : . Polling for a free worker ... done [12:32:33.264] | : . ' , ; ` | : . FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.264] | : . ' , ; ` | : . ' Listing all futures [12:32:33.264] | : . ' , ; ` | : . ' Number of registered futures: 0 [12:32:33.265] | : . ' , ; ` | : . FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.265] | : . ' , ; ` | : . avail: [n=2] '1', '2' [12:32:33.265] | : . ' , ; ` | : . Index of first available worker: 1 [12:32:33.266] | : . ' , ; ` | : . Validate that the worker is functional ... [12:32:33.266] | : . ' , ; ` | : . ' Worker is functional [12:32:33.267] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.267] | : . ' , ; ` | : . ' , Listing all futures [12:32:33.267] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:33.268] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.268] | : . ' , ; ` | : . Validate that the worker is functional ... done [12:32:33.268] | : . ' , ; ` | : requestNode() ... done [12:32:33.268] | : . ' , ; ` | : cluster node index: 1 [12:32:33.269] | : . ' , ; ` | requestWorker() ... done [12:32:33.269] | : . ' , ; ` | eraseGlobalEnvironment() ... [12:32:33.270] | : . ' , ; ` | eraseGlobalEnvironment() ... done [12:32:33.271] | : . ' , ; ` | launchFuture() ... [12:32:33.271] | : . ' , ; ` | : cluster node index: 1 [12:32:33.271] | : . ' , ; ` | : getFutureData() ... [12:32:33.271] | : . ' , ; ` | : . getFutureCore() ... [12:32:33.272] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 1): 'future' [12:32:33.272] | : . ' , ; ` | : . getFutureCore() ... done [12:32:33.272] | : . ' , ; ` | : . getFutureCapture() ... [12:32:33.273] | : . ' , ; ` | : . getFutureCapture() ... done [12:32:33.273] | : . ' , ; ` | : . getFutureContext() ... [12:32:33.273] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:33.273] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [12:32:33.274] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:33.274] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [12:32:33.274] | : . ' , ; ` | : . getFutureContext() ... done [12:32:33.275] | : . ' , ; ` | : getFutureData() ... done [12:32:33.276] | : . ' , ; ` | : FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'add', earlySignal = 0) ... [12:32:33.276] | : . ' , ; ` | : . Appended future to position #1 [12:32:33.277] | : . ' , ; ` | : . Number of registered futures: 1 [12:32:33.277] | : . ' , ; ` | : FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'add', earlySignal = 0) ... done [12:32:33.277] | : . ' , ; ` | launchFuture() ... done [12:32:33.277] | : . ' , ; ` | MultisessionFuture started [12:32:33.278] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [12:32:33.278] | : . ' , ; Launching futures ... done [12:32:33.278] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:33.278] | : . ' , Using MultisessionFutureBackend ... done [12:32:33.279] | : . ' run() for 'Future' () ... done [12:32:33.279] | : . run() ... done [12:32:33.279] | : . resolved() ... [12:32:33.279] | : . ' resolved() ... [12:32:33.280] | : . ' , resolved() for MultisessionFuture () ... [12:32:33.281] | : . ' , ; Cluster node socket connection: index=4, id=353 [12:32:33.282] | : . ' , ; assertValidConnection() ... [12:32:33.282] | : . ' , ; ` cluster node index: 1 [12:32:33.282] | : . ' , ; assertValidConnection() ... done [12:32:33.377] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:33.378] | : . ' , ; ` cluster node index: 1 [12:32:33.378] | : . ' , ; ` [1] TRUE [12:32:33.379] | : . ' , ; ` Received data: [12:32:33.379] | : . ' , ; ` List of 5 [12:32:33.379] | : . ' , ; ` $ type : chr "VALUE" [12:32:33.379] | : . ' , ; ` $ value :List of 16 [12:32:33.379] | : . ' , ; ` ..$ value : 'Mandelbrot' int [1:25, 1:25] 1 1 1 1 1 1 1 1 1 1 ... [12:32:33.379] | : . ' , ; ` .. ..- attr(*, "params")=List of 3 [12:32:33.379] | : . ' , ; ` .. .. ..$ Z : cplx [1:25, 1:25] -2.25-1.5i -2.25-1.44i -2.25-1.38i ... [12:32:33.379] | : . ' , ; ` .. .. .. ..- attr(*, "region")=List of 2 [12:32:33.379] | : . ' , ; ` .. .. .. .. ..$ xrange: num [1:2] -2.25 -0.781 [12:32:33.379] | : . ' , ; ` .. .. .. .. ..$ yrange: num [1:2] -1.5 -0.0306 [12:32:33.379] | : . ' , ; ` .. .. .. ..- attr(*, "tile")= int [1:2] 1 1 [12:32:33.379] | : . ' , ; ` .. .. ..$ maxIter: int 200 [12:32:33.379] | : . ' , ; ` .. .. ..$ tau : num 2 [12:32:33.379] | : . ' , ; ` ..$ visible : logi TRUE [12:32:33.379] | : . ' , ; ` ..$ stdout : chr "" [12:32:33.379] | : . ' , ; ` ..$ conditions :List of 2 [12:32:33.379] | : . ' , ; ` .. ..$ :List of 2 [12:32:33.379] | : . ' , ; ` .. .. ..$ condition:List of 2 [12:32:33.379] | : . ' , ; ` .. .. .. ..$ message: chr "Calculating tile #1 of 4 ..." [12:32:33.379] | : . ' , ; ` .. .. .. ..$ call : language message(sprintf("Calculating tile #%d of %d ...", ii, n), appendLF = FALSE) [12:32:33.379] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 69 5 69 79 5 79 69 69 [12:32:33.379] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:33.379] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [12:32:33.379] | : . ' , ; ` .. .. ..$ signaled : int 0 [12:32:33.379] | : . ' , ; ` .. ..$ :List of 2 [12:32:33.379] | : . ' , ; ` .. .. ..$ condition:List of 2 [12:32:33.379] | : . ' , ; ` .. .. .. ..$ message: chr " done\n" [12:32:33.379] | : . ' , ; ` .. .. .. ..$ call : language message(" done") [12:32:33.379] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 75 5 75 20 5 20 75 75 [12:32:33.379] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:33.379] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [12:32:33.379] | : . ' , ; ` .. .. ..$ signaled : int 0 [12:32:33.379] | : . ' , ; ` ..$ rng : logi FALSE [12:32:33.379] | : . ' , ; ` ..$ seed : NULL [12:32:33.379] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:33.379] | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:33.379] | : . ' , ; ` .. ..$ added : NULL [12:32:33.379] | : . ' , ; ` .. ..$ removed : NULL [12:32:33.379] | : . ' , ; ` .. ..$ replaced: NULL [12:32:33.379] | : . ' , ; ` ..$ misuseDevices : NULL [12:32:33.379] | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:33.379] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:33" [12:32:33.379] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:33" [12:32:33.379] | : . ' , ; ` ..$ uuid : chr [1:2] "c2c7b8d1fa8c0e5aa6c1935d641d4aef" "5" [12:32:33.379] | : . ' , ; ` ..$ session_uuid : chr "e074d1bf9ff16b67f156dadaa7e387e4" [12:32:33.379] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:33.379] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:33.379] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:33.379] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:33.379] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:33.379] | : . ' , ; ` .. .. ..$ pid : int 155020 [12:32:33.379] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:32" [12:32:33.379] | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:33.379] | : . ' , ; ` ..$ r_info :List of 4 [12:32:33.379] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:33.379] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:33.379] | : . ' , ; ` .. ..$ os : chr "windows" [12:32:33.379] | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:33.379] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:33.379] | : . ' , ; ` ..$ version : chr "1.8" [12:32:33.379] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:33.379] | : . ' , ; ` $ success: logi TRUE [12:32:33.379] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.08 0.02 0.09 NA NA [12:32:33.379] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:33.379] | : . ' , ; ` $ tag : NULL [12:32:33.415] | : . ' , ; ` Received FutureResult [12:32:33.416] | : . ' , ; ` FutureResult: [12:32:33.416] | : . ' , ; ` value: 'Mandelbrot', 'matrix', 'array' [12:32:33.416] | : . ' , ; ` visible: TRUE [12:32:33.416] | : . ' , ; ` stdout: character [12:32:33.416] | : . ' , ; ` conditions: [n = 2] simpleMessage, simpleMessage [12:32:33.416] | : . ' , ; ` RNG used: FALSE [12:32:33.416] | : . ' , ; ` duration: 0.09628296 secs (started 2025-07-29 12:32:33.278567) [12:32:33.416] | : . ' , ; ` version: 1.8 [12:32:33.417] | : . ' , ; ` FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'remove', earlySignal = 0) ... [12:32:33.417] | : . ' , ; ` | Removed future from position #1 [12:32:33.417] | : . ' , ; ` | Number of registered futures: 0 [12:32:33.417] | : . ' , ; ` FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'remove', earlySignal = 0) ... done [12:32:33.418] | : . ' , ; ` Erased future from future backend [12:32:33.418] | : . ' , ; ` result() for ClusterFuture ... [12:32:33.418] | : . ' , ; ` | result already collected: FutureResult [12:32:33.418] | : . ' , ; ` result() for ClusterFuture ... done [12:32:33.419] | : . ' , ; ` signalConditions() ... [12:32:33.419] | : . ' , ; ` | include = 'immediateCondition' [12:32:33.419] | : . ' , ; ` | exclude = [12:32:33.419] | : . ' , ; ` | resignal = FALSE [12:32:33.419] | : . ' , ; ` | Number of conditions: 2 [12:32:33.420] | : . ' , ; ` | int 2 [12:32:33.420] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.421] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.421] | : . ' , ; ` signalConditions() ... done [12:32:33.421] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:33.421] | : . ' , ; receiveMessageFromWorker() returned object of class FutureResult; resolved [12:32:33.421] | : . ' , resolved() for MultisessionFuture () ... done [12:32:33.422] | : . ' , assertFutureResult() ... [12:32:33.422] | : . ' , ; Future uuid: c2c7b8d1fa8c0e5aa6c1935d641d4aef-5 [12:32:33.425] | : . ' , ; identical; success [12:32:33.425] | : . ' , assertFutureResult() ... done [12:32:33.425] | : . ' resolved() ... done [12:32:33.426] | : . ' resolved: TRUE [12:32:33.426] | : . resolved() ... done [12:32:33.426] | : resolved() for Future () ... done [12:32:33.426] | resolved() ... done Plotting tile #1 of 4 ... [12:32:33.427] | value() for MultisessionFuture () ... [12:32:33.427] | : result() for ClusterFuture ... [12:32:33.427] | : . result already collected: FutureResult [12:32:33.427] | : result() for ClusterFuture ... done [12:32:33.428] | : result() for ClusterFuture ... [12:32:33.428] | : . result already collected: FutureResult [12:32:33.428] | : result() for ClusterFuture ... done [12:32:33.428] | : signalConditions() ... [12:32:33.429] | : . include = 'immediateCondition' [12:32:33.429] | : . exclude = [12:32:33.429] | : . resignal = FALSE [12:32:33.429] | : . Number of conditions: 2 [12:32:33.429] | : . int 2 [12:32:33.430] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.430] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.430] | : signalConditions() ... done [12:32:33.431] | : relay stdout ... [12:32:33.431] | : relay stdout ... done [12:32:33.431] | : check for misuse ... [12:32:33.431] | : check for misuse ... done [12:32:33.431] | : relay conditions ... [12:32:33.432] | : . Future state: 'finished' [12:32:33.432] | : . result() for ClusterFuture ... [12:32:33.432] | : . ' result already collected: FutureResult [12:32:33.432] | : . result() for ClusterFuture ... done [12:32:33.432] | : . signalConditions() ... [12:32:33.433] | : . ' include = 'condition' [12:32:33.433] | : . ' exclude = 'immediateCondition' [12:32:33.433] | : . ' resignal = TRUE [12:32:33.433] | : . ' Number of conditions: 2 [12:32:33.433] | : . ' int 2 [12:32:33.434] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.434] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Calculating tile #1 of 4 ...[12:32:33.435] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.435] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' done [12:32:33.435] | : . signalConditions() ... done [12:32:33.436] | : relay conditions ... done [12:32:33.436] | value() for MultisessionFuture () ... done [12:32:33.437] | resolved() ... [12:32:33.438] | : resolved() for Future () ... [12:32:33.438] | : . state: 'created' [12:32:33.438] | : . run: TRUE [12:32:33.439] | : . run() ... [12:32:33.439] | : . ' run() for 'Future' () ... [12:32:33.439] | : . ' , state: 'created' [12:32:33.440] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:33.440] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:33.440] | : . ' , Using MultisessionFutureBackend ... [12:32:33.441] | : . ' , ; Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:32:33.441] | : . ' , ; Launching futures ... [12:32:33.441] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [12:32:33.442] | : . ' , ; ` | Workers: [n=2] [12:32:33.442] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:33.444] | : . ' , ; ` | FutureRegistry: 'workers-076c5095d212e0774b5172116a979312' [12:32:33.444] | : . ' , ; ` | requestWorker() ... [12:32:33.445] | : . ' , ; ` | : requestNode() ... [12:32:33.445] | : . ' , ; ` | : . Number of workers: 2 [12:32:33.445] | : . ' , ; ` | : . Polling for a free worker ... [12:32:33.445] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.445] | : . ' , ; ` | : . ' , Listing all futures [12:32:33.446] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:33.446] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.446] | : . ' , ; ` | : . ' Total time: 0 [12:32:33.446] | : . ' , ; ` | : . Polling for a free worker ... done [12:32:33.446] | : . ' , ; ` | : . FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.447] | : . ' , ; ` | : . ' Listing all futures [12:32:33.447] | : . ' , ; ` | : . ' Number of registered futures: 0 [12:32:33.447] | : . ' , ; ` | : . FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.447] | : . ' , ; ` | : . avail: [n=2] '1', '2' [12:32:33.447] | : . ' , ; ` | : . Index of first available worker: 1 [12:32:33.448] | : . ' , ; ` | : . Validate that the worker is functional ... [12:32:33.448] | : . ' , ; ` | : . ' Worker is functional [12:32:33.449] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.449] | : . ' , ; ` | : . ' , Listing all futures [12:32:33.449] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:33.449] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.449] | : . ' , ; ` | : . Validate that the worker is functional ... done [12:32:33.450] | : . ' , ; ` | : requestNode() ... done [12:32:33.450] | : . ' , ; ` | : cluster node index: 1 [12:32:33.450] | : . ' , ; ` | requestWorker() ... done [12:32:33.450] | : . ' , ; ` | eraseGlobalEnvironment() ... [12:32:33.451] | : . ' , ; ` | eraseGlobalEnvironment() ... done [12:32:33.451] | : . ' , ; ` | launchFuture() ... [12:32:33.451] | : . ' , ; ` | : cluster node index: 1 [12:32:33.451] | : . ' , ; ` | : getFutureData() ... [12:32:33.451] | : . ' , ; ` | : . getFutureCore() ... [12:32:33.452] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 1): 'future' [12:32:33.452] | : . ' , ; ` | : . getFutureCore() ... done [12:32:33.452] | : . ' , ; ` | : . getFutureCapture() ... [12:32:33.452] | : . ' , ; ` | : . getFutureCapture() ... done [12:32:33.453] | : . ' , ; ` | : . getFutureContext() ... [12:32:33.453] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:33.453] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [12:32:33.453] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:33.454] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [12:32:33.454] | : . ' , ; ` | : . getFutureContext() ... done [12:32:33.454] | : . ' , ; ` | : getFutureData() ... done [12:32:33.455] | : . ' , ; ` | : FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'add', earlySignal = 0) ... [12:32:33.455] | : . ' , ; ` | : . Appended future to position #1 [12:32:33.455] | : . ' , ; ` | : . Number of registered futures: 1 [12:32:33.456] | : . ' , ; ` | : FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'add', earlySignal = 0) ... done [12:32:33.456] | : . ' , ; ` | launchFuture() ... done [12:32:33.456] | : . ' , ; ` | MultisessionFuture started [12:32:33.456] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [12:32:33.456] | : . ' , ; Launching futures ... done [12:32:33.457] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:33.457] | : . ' , Using MultisessionFutureBackend ... done [12:32:33.457] | : . ' run() for 'Future' () ... done [12:32:33.457] | : . run() ... done [12:32:33.458] | : . resolved() ... [12:32:33.458] | : . ' resolved() ... [12:32:33.458] | : . ' , resolved() for MultisessionFuture () ... [12:32:33.458] | : . ' , ; Cluster node socket connection: index=4, id=353 [12:32:33.459] | : . ' , ; assertValidConnection() ... [12:32:33.459] | : . ' , ; ` cluster node index: 1 [12:32:33.459] | : . ' , ; assertValidConnection() ... done [12:32:33.464] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:33.465] | : . ' , ; ` cluster node index: 1 [12:32:33.465] | : . ' , ; ` [1] TRUE [12:32:33.466] | : . ' , ; ` Received data: [12:32:33.466] | : . ' , ; ` List of 5 [12:32:33.466] | : . ' , ; ` $ type : chr "VALUE" [12:32:33.466] | : . ' , ; ` $ value :List of 16 [12:32:33.466] | : . ' , ; ` ..$ value : 'Mandelbrot' int [1:25, 1:25] 1 1 1 1 2 2 2 2 2 3 ... [12:32:33.466] | : . ' , ; ` .. ..- attr(*, "params")=List of 3 [12:32:33.466] | : . ' , ; ` .. .. ..$ Z : cplx [1:25, 1:25] -0.719-1.5i -0.719-1.44i -0.719-1.38i ... [12:32:33.466] | : . ' , ; ` .. .. .. ..- attr(*, "region")=List of 2 [12:32:33.466] | : . ' , ; ` .. .. .. .. ..$ xrange: num [1:2] -0.719 0.75 [12:32:33.466] | : . ' , ; ` .. .. .. .. ..$ yrange: num [1:2] -1.5 -0.0306 [12:32:33.466] | : . ' , ; ` .. .. .. ..- attr(*, "tile")= int [1:2] 1 2 [12:32:33.466] | : . ' , ; ` .. .. ..$ maxIter: int 200 [12:32:33.466] | : . ' , ; ` .. .. ..$ tau : num 2 [12:32:33.466] | : . ' , ; ` ..$ visible : logi TRUE [12:32:33.466] | : . ' , ; ` ..$ stdout : chr "" [12:32:33.466] | : . ' , ; ` ..$ conditions :List of 2 [12:32:33.466] | : . ' , ; ` .. ..$ :List of 2 [12:32:33.466] | : . ' , ; ` .. .. ..$ condition:List of 2 [12:32:33.466] | : . ' , ; ` .. .. .. ..$ message: chr "Calculating tile #2 of 4 ..." [12:32:33.466] | : . ' , ; ` .. .. .. ..$ call : language message(sprintf("Calculating tile #%d of %d ...", ii, n), appendLF = FALSE) [12:32:33.466] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 69 5 69 79 5 79 69 69 [12:32:33.466] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:33.466] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [12:32:33.466] | : . ' , ; ` .. .. ..$ signaled : int 0 [12:32:33.466] | : . ' , ; ` .. ..$ :List of 2 [12:32:33.466] | : . ' , ; ` .. .. ..$ condition:List of 2 [12:32:33.466] | : . ' , ; ` .. .. .. ..$ message: chr " done\n" [12:32:33.466] | : . ' , ; ` .. .. .. ..$ call : language message(" done") [12:32:33.466] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 75 5 75 20 5 20 75 75 [12:32:33.466] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:33.466] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [12:32:33.466] | : . ' , ; ` .. .. ..$ signaled : int 0 [12:32:33.466] | : . ' , ; ` ..$ rng : logi FALSE [12:32:33.466] | : . ' , ; ` ..$ seed : NULL [12:32:33.466] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:33.466] | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:33.466] | : . ' , ; ` .. ..$ added : NULL [12:32:33.466] | : . ' , ; ` .. ..$ removed : NULL [12:32:33.466] | : . ' , ; ` .. ..$ replaced: NULL [12:32:33.466] | : . ' , ; ` ..$ misuseDevices : NULL [12:32:33.466] | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:33.466] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:33" [12:32:33.466] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:33" [12:32:33.466] | : . ' , ; ` ..$ uuid : chr [1:2] "c2c7b8d1fa8c0e5aa6c1935d641d4aef" "6" [12:32:33.466] | : . ' , ; ` ..$ session_uuid : chr "e074d1bf9ff16b67f156dadaa7e387e4" [12:32:33.466] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:33.466] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:33.466] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:33.466] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:33.466] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:33.466] | : . ' , ; ` .. .. ..$ pid : int 155020 [12:32:33.466] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:32" [12:32:33.466] | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:33.466] | : . ' , ; ` ..$ r_info :List of 4 [12:32:33.466] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:33.466] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:33.466] | : . ' , ; ` .. ..$ os : chr "windows" [12:32:33.466] | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:33.466] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:33.466] | : . ' , ; ` ..$ version : chr "1.8" [12:32:33.466] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:33.466] | : . ' , ; ` $ success: logi TRUE [12:32:33.466] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [12:32:33.466] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:33.466] | : . ' , ; ` $ tag : NULL [12:32:33.499] | : . ' , ; ` Received FutureResult [12:32:33.499] | : . ' , ; ` FutureResult: [12:32:33.499] | : . ' , ; ` value: 'Mandelbrot', 'matrix', 'array' [12:32:33.499] | : . ' , ; ` visible: TRUE [12:32:33.499] | : . ' , ; ` stdout: character [12:32:33.499] | : . ' , ; ` conditions: [n = 2] simpleMessage, simpleMessage [12:32:33.499] | : . ' , ; ` RNG used: FALSE [12:32:33.499] | : . ' , ; ` duration: 0.007249832 secs (started 2025-07-29 12:32:33.456015) [12:32:33.499] | : . ' , ; ` version: 1.8 [12:32:33.500] | : . ' , ; ` FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'remove', earlySignal = 0) ... [12:32:33.500] | : . ' , ; ` | Removed future from position #1 [12:32:33.501] | : . ' , ; ` | Number of registered futures: 0 [12:32:33.501] | : . ' , ; ` FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'remove', earlySignal = 0) ... done [12:32:33.501] | : . ' , ; ` Erased future from future backend [12:32:33.501] | : . ' , ; ` result() for ClusterFuture ... [12:32:33.501] | : . ' , ; ` | result already collected: FutureResult [12:32:33.502] | : . ' , ; ` result() for ClusterFuture ... done [12:32:33.502] | : . ' , ; ` signalConditions() ... [12:32:33.502] | : . ' , ; ` | include = 'immediateCondition' [12:32:33.502] | : . ' , ; ` | exclude = [12:32:33.502] | : . ' , ; ` | resignal = FALSE [12:32:33.503] | : . ' , ; ` | Number of conditions: 2 [12:32:33.503] | : . ' , ; ` | int 2 [12:32:33.503] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.504] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.504] | : . ' , ; ` signalConditions() ... done [12:32:33.504] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:33.505] | : . ' , ; receiveMessageFromWorker() returned object of class FutureResult; resolved [12:32:33.505] | : . ' , resolved() for MultisessionFuture () ... done [12:32:33.505] | : . ' , assertFutureResult() ... [12:32:33.506] | : . ' , ; Future uuid: c2c7b8d1fa8c0e5aa6c1935d641d4aef-6 [12:32:33.506] | : . ' , ; identical; success [12:32:33.506] | : . ' , assertFutureResult() ... done [12:32:33.507] | : . ' resolved() ... done [12:32:33.507] | : . ' resolved: TRUE [12:32:33.507] | : . resolved() ... done [12:32:33.507] | : resolved() for Future () ... done [12:32:33.507] | resolved() ... done Plotting tile #2 of 4 ... [12:32:33.508] | value() for MultisessionFuture () ... [12:32:33.508] | : result() for ClusterFuture ... [12:32:33.508] | : . result already collected: FutureResult [12:32:33.508] | : result() for ClusterFuture ... done [12:32:33.508] | : result() for ClusterFuture ... [12:32:33.509] | : . result already collected: FutureResult [12:32:33.509] | : result() for ClusterFuture ... done [12:32:33.509] | : signalConditions() ... [12:32:33.509] | : . include = 'immediateCondition' [12:32:33.509] | : . exclude = [12:32:33.510] | : . resignal = FALSE [12:32:33.510] | : . Number of conditions: 2 [12:32:33.510] | : . int 2 [12:32:33.511] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.511] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.511] | : signalConditions() ... done [12:32:33.511] | : relay stdout ... [12:32:33.511] | : relay stdout ... done [12:32:33.512] | : check for misuse ... [12:32:33.512] | : check for misuse ... done [12:32:33.512] | : relay conditions ... [12:32:33.512] | : . Future state: 'finished' [12:32:33.512] | : . result() for ClusterFuture ... [12:32:33.513] | : . ' result already collected: FutureResult [12:32:33.513] | : . result() for ClusterFuture ... done [12:32:33.513] | : . signalConditions() ... [12:32:33.513] | : . ' include = 'condition' [12:32:33.513] | : . ' exclude = 'immediateCondition' [12:32:33.514] | : . ' resignal = TRUE [12:32:33.514] | : . ' Number of conditions: 2 [12:32:33.514] | : . ' int 2 [12:32:33.515] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.515] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Calculating tile #2 of 4 ...[12:32:33.515] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.515] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' done [12:32:33.516] | : . signalConditions() ... done [12:32:33.516] | : relay conditions ... done [12:32:33.516] | value() for MultisessionFuture () ... done [12:32:33.517] | resolved() ... [12:32:33.517] | : resolved() for Future () ... [12:32:33.518] | : . state: 'created' [12:32:33.518] | : . run: TRUE [12:32:33.518] | : . run() ... [12:32:33.518] | : . ' run() for 'Future' () ... [12:32:33.518] | : . ' , state: 'created' [12:32:33.519] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:33.519] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:33.519] | : . ' , Using MultisessionFutureBackend ... [12:32:33.519] | : . ' , ; Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:32:33.519] | : . ' , ; Launching futures ... [12:32:33.520] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [12:32:33.520] | : . ' , ; ` | Workers: [n=2] [12:32:33.520] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:33.524] | : . ' , ; ` | FutureRegistry: 'workers-076c5095d212e0774b5172116a979312' [12:32:33.524] | : . ' , ; ` | requestWorker() ... [12:32:33.525] | : . ' , ; ` | : requestNode() ... [12:32:33.525] | : . ' , ; ` | : . Number of workers: 2 [12:32:33.525] | : . ' , ; ` | : . Polling for a free worker ... [12:32:33.526] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.526] | : . ' , ; ` | : . ' , Listing all futures [12:32:33.526] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:33.527] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.527] | : . ' , ; ` | : . ' Total time: 0 [12:32:33.527] | : . ' , ; ` | : . Polling for a free worker ... done [12:32:33.528] | : . ' , ; ` | : . FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.528] | : . ' , ; ` | : . ' Listing all futures [12:32:33.528] | : . ' , ; ` | : . ' Number of registered futures: 0 [12:32:33.529] | : . ' , ; ` | : . FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.529] | : . ' , ; ` | : . avail: [n=2] '1', '2' [12:32:33.529] | : . ' , ; ` | : . Index of first available worker: 1 [12:32:33.529] | : . ' , ; ` | : . Validate that the worker is functional ... [12:32:33.530] | : . ' , ; ` | : . ' Worker is functional [12:32:33.531] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.531] | : . ' , ; ` | : . ' , Listing all futures [12:32:33.531] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:33.532] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.532] | : . ' , ; ` | : . Validate that the worker is functional ... done [12:32:33.533] | : . ' , ; ` | : requestNode() ... done [12:32:33.533] | : . ' , ; ` | : cluster node index: 1 [12:32:33.533] | : . ' , ; ` | requestWorker() ... done [12:32:33.534] | : . ' , ; ` | eraseGlobalEnvironment() ... [12:32:33.535] | : . ' , ; ` | eraseGlobalEnvironment() ... done [12:32:33.535] | : . ' , ; ` | launchFuture() ... [12:32:33.535] | : . ' , ; ` | : cluster node index: 1 [12:32:33.536] | : . ' , ; ` | : getFutureData() ... [12:32:33.536] | : . ' , ; ` | : . getFutureCore() ... [12:32:33.536] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 1): 'future' [12:32:33.537] | : . ' , ; ` | : . getFutureCore() ... done [12:32:33.537] | : . ' , ; ` | : . getFutureCapture() ... [12:32:33.538] | : . ' , ; ` | : . getFutureCapture() ... done [12:32:33.538] | : . ' , ; ` | : . getFutureContext() ... [12:32:33.538] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:33.539] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [12:32:33.539] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:33.539] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [12:32:33.540] | : . ' , ; ` | : . getFutureContext() ... done [12:32:33.540] | : . ' , ; ` | : getFutureData() ... done [12:32:33.541] | : . ' , ; ` | : FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'add', earlySignal = 0) ... [12:32:33.542] | : . ' , ; ` | : . Appended future to position #1 [12:32:33.542] | : . ' , ; ` | : . Number of registered futures: 1 [12:32:33.542] | : . ' , ; ` | : FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'add', earlySignal = 0) ... done [12:32:33.543] | : . ' , ; ` | launchFuture() ... done [12:32:33.543] | : . ' , ; ` | MultisessionFuture started [12:32:33.543] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [12:32:33.543] | : . ' , ; Launching futures ... done [12:32:33.544] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:33.544] | : . ' , Using MultisessionFutureBackend ... done [12:32:33.544] | : . ' run() for 'Future' () ... done [12:32:33.545] | : . run() ... done [12:32:33.545] | : . resolved() ... [12:32:33.545] | : . ' resolved() ... [12:32:33.546] | : . ' , resolved() for MultisessionFuture () ... [12:32:33.547] | : . ' , ; Cluster node socket connection: index=4, id=353 [12:32:33.547] | : . ' , ; assertValidConnection() ... [12:32:33.547] | : . ' , ; ` cluster node index: 1 [12:32:33.548] | : . ' , ; assertValidConnection() ... done [12:32:33.551] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:33.551] | : . ' , ; ` cluster node index: 1 [12:32:33.552] | : . ' , ; ` [1] TRUE [12:32:33.552] | : . ' , ; ` Received data: [12:32:33.553] | : . ' , ; ` List of 5 [12:32:33.553] | : . ' , ; ` $ type : chr "VALUE" [12:32:33.553] | : . ' , ; ` $ value :List of 16 [12:32:33.553] | : . ' , ; ` ..$ value : 'Mandelbrot' int [1:25, 1:25] 1 1 1 1 1 1 1 1 1 1 ... [12:32:33.553] | : . ' , ; ` .. ..- attr(*, "params")=List of 3 [12:32:33.553] | : . ' , ; ` .. .. ..$ Z : cplx [1:25, 1:25] -2.25+0.0306i -2.25+0.0918i -2.25+0.1531i ... [12:32:33.553] | : . ' , ; ` .. .. .. ..- attr(*, "region")=List of 2 [12:32:33.553] | : . ' , ; ` .. .. .. .. ..$ xrange: num [1:2] -2.25 -0.781 [12:32:33.553] | : . ' , ; ` .. .. .. .. ..$ yrange: num [1:2] 0.0306 1.5 [12:32:33.553] | : . ' , ; ` .. .. .. ..- attr(*, "tile")= int [1:2] 2 1 [12:32:33.553] | : . ' , ; ` .. .. ..$ maxIter: int 200 [12:32:33.553] | : . ' , ; ` .. .. ..$ tau : num 2 [12:32:33.553] | : . ' , ; ` ..$ visible : logi TRUE [12:32:33.553] | : . ' , ; ` ..$ stdout : chr "" [12:32:33.553] | : . ' , ; ` ..$ conditions :List of 2 [12:32:33.553] | : . ' , ; ` .. ..$ :List of 2 [12:32:33.553] | : . ' , ; ` .. .. ..$ condition:List of 2 [12:32:33.553] | : . ' , ; ` .. .. .. ..$ message: chr "Calculating tile #3 of 4 ..." [12:32:33.553] | : . ' , ; ` .. .. .. ..$ call : language message(sprintf("Calculating tile #%d of %d ...", ii, n), appendLF = FALSE) [12:32:33.553] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 69 5 69 79 5 79 69 69 [12:32:33.553] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:33.553] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [12:32:33.553] | : . ' , ; ` .. .. ..$ signaled : int 0 [12:32:33.553] | : . ' , ; ` .. ..$ :List of 2 [12:32:33.553] | : . ' , ; ` .. .. ..$ condition:List of 2 [12:32:33.553] | : . ' , ; ` .. .. .. ..$ message: chr " done\n" [12:32:33.553] | : . ' , ; ` .. .. .. ..$ call : language message(" done") [12:32:33.553] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 75 5 75 20 5 20 75 75 [12:32:33.553] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:33.553] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [12:32:33.553] | : . ' , ; ` .. .. ..$ signaled : int 0 [12:32:33.553] | : . ' , ; ` ..$ rng : logi FALSE [12:32:33.553] | : . ' , ; ` ..$ seed : NULL [12:32:33.553] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:33.553] | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:33.553] | : . ' , ; ` .. ..$ added : NULL [12:32:33.553] | : . ' , ; ` .. ..$ removed : NULL [12:32:33.553] | : . ' , ; ` .. ..$ replaced: NULL [12:32:33.553] | : . ' , ; ` ..$ misuseDevices : NULL [12:32:33.553] | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:33.553] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:33" [12:32:33.553] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:33" [12:32:33.553] | : . ' , ; ` ..$ uuid : chr [1:2] "c2c7b8d1fa8c0e5aa6c1935d641d4aef" "7" [12:32:33.553] | : . ' , ; ` ..$ session_uuid : chr "e074d1bf9ff16b67f156dadaa7e387e4" [12:32:33.553] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:33.553] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:33.553] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:33.553] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:33.553] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:33.553] | : . ' , ; ` .. .. ..$ pid : int 155020 [12:32:33.553] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:32" [12:32:33.553] | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:33.553] | : . ' , ; ` ..$ r_info :List of 4 [12:32:33.553] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:33.553] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:33.553] | : . ' , ; ` .. ..$ os : chr "windows" [12:32:33.553] | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:33.553] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:33.553] | : . ' , ; ` ..$ version : chr "1.8" [12:32:33.553] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:33.553] | : . ' , ; ` $ success: logi TRUE [12:32:33.553] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:32:33.553] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:33.553] | : . ' , ; ` $ tag : NULL [12:32:33.587] | : . ' , ; ` Received FutureResult [12:32:33.587] | : . ' , ; ` FutureResult: [12:32:33.587] | : . ' , ; ` value: 'Mandelbrot', 'matrix', 'array' [12:32:33.587] | : . ' , ; ` visible: TRUE [12:32:33.587] | : . ' , ; ` stdout: character [12:32:33.587] | : . ' , ; ` conditions: [n = 2] simpleMessage, simpleMessage [12:32:33.587] | : . ' , ; ` RNG used: FALSE [12:32:33.587] | : . ' , ; ` duration: 0.007799864 secs (started 2025-07-29 12:32:33.542206) [12:32:33.587] | : . ' , ; ` version: 1.8 [12:32:33.588] | : . ' , ; ` FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'remove', earlySignal = 0) ... [12:32:33.589] | : . ' , ; ` | Removed future from position #1 [12:32:33.589] | : . ' , ; ` | Number of registered futures: 0 [12:32:33.589] | : . ' , ; ` FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'remove', earlySignal = 0) ... done [12:32:33.589] | : . ' , ; ` Erased future from future backend [12:32:33.590] | : . ' , ; ` result() for ClusterFuture ... [12:32:33.590] | : . ' , ; ` | result already collected: FutureResult [12:32:33.590] | : . ' , ; ` result() for ClusterFuture ... done [12:32:33.590] | : . ' , ; ` signalConditions() ... [12:32:33.590] | : . ' , ; ` | include = 'immediateCondition' [12:32:33.591] | : . ' , ; ` | exclude = [12:32:33.591] | : . ' , ; ` | resignal = FALSE [12:32:33.591] | : . ' , ; ` | Number of conditions: 2 [12:32:33.591] | : . ' , ; ` | int 2 [12:32:33.592] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.593] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.593] | : . ' , ; ` signalConditions() ... done [12:32:33.593] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:33.593] | : . ' , ; receiveMessageFromWorker() returned object of class FutureResult; resolved [12:32:33.593] | : . ' , resolved() for MultisessionFuture () ... done [12:32:33.594] | : . ' , assertFutureResult() ... [12:32:33.594] | : . ' , ; Future uuid: c2c7b8d1fa8c0e5aa6c1935d641d4aef-7 [12:32:33.594] | : . ' , ; identical; success [12:32:33.594] | : . ' , assertFutureResult() ... done [12:32:33.594] | : . ' resolved() ... done [12:32:33.595] | : . ' resolved: TRUE [12:32:33.595] | : . resolved() ... done [12:32:33.595] | : resolved() for Future () ... done [12:32:33.595] | resolved() ... done Plotting tile #3 of 4 ... [12:32:33.596] | value() for MultisessionFuture () ... [12:32:33.596] | : result() for ClusterFuture ... [12:32:33.596] | : . result already collected: FutureResult [12:32:33.597] | : result() for ClusterFuture ... done [12:32:33.597] | : result() for ClusterFuture ... [12:32:33.597] | : . result already collected: FutureResult [12:32:33.598] | : result() for ClusterFuture ... done [12:32:33.598] | : signalConditions() ... [12:32:33.598] | : . include = 'immediateCondition' [12:32:33.599] | : . exclude = [12:32:33.599] | : . resignal = FALSE [12:32:33.599] | : . Number of conditions: 2 [12:32:33.600] | : . int 2 [12:32:33.601] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.601] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.601] | : signalConditions() ... done [12:32:33.602] | : relay stdout ... [12:32:33.602] | : relay stdout ... done [12:32:33.602] | : check for misuse ... [12:32:33.603] | : check for misuse ... done [12:32:33.603] | : relay conditions ... [12:32:33.603] | : . Future state: 'finished' [12:32:33.604] | : . result() for ClusterFuture ... [12:32:33.604] | : . ' result already collected: FutureResult [12:32:33.604] | : . result() for ClusterFuture ... done [12:32:33.605] | : . signalConditions() ... [12:32:33.605] | : . ' include = 'condition' [12:32:33.605] | : . ' exclude = 'immediateCondition' [12:32:33.606] | : . ' resignal = TRUE [12:32:33.606] | : . ' Number of conditions: 2 [12:32:33.606] | : . ' int 2 [12:32:33.607] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.607] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Calculating tile #3 of 4 ...[12:32:33.607] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.607] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' done [12:32:33.608] | : . signalConditions() ... done [12:32:33.608] | : relay conditions ... done [12:32:33.608] | value() for MultisessionFuture () ... done [12:32:33.609] | resolved() ... [12:32:33.610] | : resolved() for Future () ... [12:32:33.610] | : . state: 'created' [12:32:33.611] | : . run: TRUE [12:32:33.611] | : . run() ... [12:32:33.611] | : . ' run() for 'Future' () ... [12:32:33.612] | : . ' , state: 'created' [12:32:33.612] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:33.612] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:33.613] | : . ' , Using MultisessionFutureBackend ... [12:32:33.613] | : . ' , ; Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:32:33.614] | : . ' , ; Launching futures ... [12:32:33.614] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [12:32:33.614] | : . ' , ; ` | Workers: [n=2] [12:32:33.615] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:33.619] | : . ' , ; ` | FutureRegistry: 'workers-076c5095d212e0774b5172116a979312' [12:32:33.619] | : . ' , ; ` | requestWorker() ... [12:32:33.619] | : . ' , ; ` | : requestNode() ... [12:32:33.620] | : . ' , ; ` | : . Number of workers: 2 [12:32:33.620] | : . ' , ; ` | : . Polling for a free worker ... [12:32:33.620] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.621] | : . ' , ; ` | : . ' , Listing all futures [12:32:33.621] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:33.621] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.621] | : . ' , ; ` | : . ' Total time: 0 [12:32:33.622] | : . ' , ; ` | : . Polling for a free worker ... done [12:32:33.622] | : . ' , ; ` | : . FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.622] | : . ' , ; ` | : . ' Listing all futures [12:32:33.622] | : . ' , ; ` | : . ' Number of registered futures: 0 [12:32:33.622] | : . ' , ; ` | : . FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.623] | : . ' , ; ` | : . avail: [n=2] '1', '2' [12:32:33.623] | : . ' , ; ` | : . Index of first available worker: 1 [12:32:33.623] | : . ' , ; ` | : . Validate that the worker is functional ... [12:32:33.624] | : . ' , ; ` | : . ' Worker is functional [12:32:33.624] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... [12:32:33.624] | : . ' , ; ` | : . ' , Listing all futures [12:32:33.624] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:33.625] | : . ' , ; ` | : . ' FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'list', earlySignal = 0) ... done [12:32:33.625] | : . ' , ; ` | : . Validate that the worker is functional ... done [12:32:33.625] | : . ' , ; ` | : requestNode() ... done [12:32:33.625] | : . ' , ; ` | : cluster node index: 1 [12:32:33.625] | : . ' , ; ` | requestWorker() ... done [12:32:33.626] | : . ' , ; ` | eraseGlobalEnvironment() ... [12:32:33.627] | : . ' , ; ` | eraseGlobalEnvironment() ... done [12:32:33.627] | : . ' , ; ` | launchFuture() ... [12:32:33.627] | : . ' , ; ` | : cluster node index: 1 [12:32:33.627] | : . ' , ; ` | : getFutureData() ... [12:32:33.628] | : . ' , ; ` | : . getFutureCore() ... [12:32:33.628] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 1): 'future' [12:32:33.628] | : . ' , ; ` | : . getFutureCore() ... done [12:32:33.628] | : . ' , ; ` | : . getFutureCapture() ... [12:32:33.628] | : . ' , ; ` | : . getFutureCapture() ... done [12:32:33.629] | : . ' , ; ` | : . getFutureContext() ... [12:32:33.629] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:33.629] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [12:32:33.629] | : . ' , ; ` | : . ' plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:33.630] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [12:32:33.630] | : . ' , ; ` | : . getFutureContext() ... done [12:32:33.630] | : . ' , ; ` | : getFutureData() ... done [12:32:33.631] | : . ' , ; ` | : FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'add', earlySignal = 0) ... [12:32:33.631] | : . ' , ; ` | : . Appended future to position #1 [12:32:33.631] | : . ' , ; ` | : . Number of registered futures: 1 [12:32:33.631] | : . ' , ; ` | : FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'add', earlySignal = 0) ... done [12:32:33.632] | : . ' , ; ` | launchFuture() ... done [12:32:33.632] | : . ' , ; ` | MultisessionFuture started [12:32:33.632] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [12:32:33.632] | : . ' , ; Launching futures ... done [12:32:33.633] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:33.633] | : . ' , Using MultisessionFutureBackend ... done [12:32:33.633] | : . ' run() for 'Future' () ... done [12:32:33.633] | : . run() ... done [12:32:33.633] | : . resolved() ... [12:32:33.634] | : . ' resolved() ... [12:32:33.634] | : . ' , resolved() for MultisessionFuture () ... [12:32:33.634] | : . ' , ; Cluster node socket connection: index=4, id=353 [12:32:33.635] | : . ' , ; assertValidConnection() ... [12:32:33.635] | : . ' , ; ` cluster node index: 1 [12:32:33.636] | : . ' , ; assertValidConnection() ... done [12:32:33.644] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:33.644] | : . ' , ; ` cluster node index: 1 [12:32:33.645] | : . ' , ; ` [1] TRUE [12:32:33.646] | : . ' , ; ` Received data: [12:32:33.646] | : . ' , ; ` List of 5 [12:32:33.646] | : . ' , ; ` $ type : chr "VALUE" [12:32:33.646] | : . ' , ; ` $ value :List of 16 [12:32:33.646] | : . ' , ; ` ..$ value : 'Mandelbrot' int [1:25, 1:25] 200 200 200 109 195 15 9 8 5 5 ... [12:32:33.646] | : . ' , ; ` .. ..- attr(*, "params")=List of 3 [12:32:33.646] | : . ' , ; ` .. .. ..$ Z : cplx [1:25, 1:25] -0.719+0.0306i -0.719+0.0918i -0.719+0.1531i ... [12:32:33.646] | : . ' , ; ` .. .. .. ..- attr(*, "region")=List of 2 [12:32:33.646] | : . ' , ; ` .. .. .. .. ..$ xrange: num [1:2] -0.719 0.75 [12:32:33.646] | : . ' , ; ` .. .. .. .. ..$ yrange: num [1:2] 0.0306 1.5 [12:32:33.646] | : . ' , ; ` .. .. .. ..- attr(*, "tile")= int [1:2] 2 2 [12:32:33.646] | : . ' , ; ` .. .. ..$ maxIter: int 200 [12:32:33.646] | : . ' , ; ` .. .. ..$ tau : num 2 [12:32:33.646] | : . ' , ; ` ..$ visible : logi TRUE [12:32:33.646] | : . ' , ; ` ..$ stdout : chr "" [12:32:33.646] | : . ' , ; ` ..$ conditions :List of 2 [12:32:33.646] | : . ' , ; ` .. ..$ :List of 2 [12:32:33.646] | : . ' , ; ` .. .. ..$ condition:List of 2 [12:32:33.646] | : . ' , ; ` .. .. .. ..$ message: chr "Calculating tile #4 of 4 ..." [12:32:33.646] | : . ' , ; ` .. .. .. ..$ call : language message(sprintf("Calculating tile #%d of %d ...", ii, n), appendLF = FALSE) [12:32:33.646] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 69 5 69 79 5 79 69 69 [12:32:33.646] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:33.646] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [12:32:33.646] | : . ' , ; ` .. .. ..$ signaled : int 0 [12:32:33.646] | : . ' , ; ` .. ..$ :List of 2 [12:32:33.646] | : . ' , ; ` .. .. ..$ condition:List of 2 [12:32:33.646] | : . ' , ; ` .. .. .. ..$ message: chr " done\n" [12:32:33.646] | : . ' , ; ` .. .. .. ..$ call : language message(" done") [12:32:33.646] | : . ' , ; ` .. .. .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 75 5 75 20 5 20 75 75 [12:32:33.646] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' [12:32:33.646] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [12:32:33.646] | : . ' , ; ` .. .. ..$ signaled : int 0 [12:32:33.646] | : . ' , ; ` ..$ rng : logi FALSE [12:32:33.646] | : . ' , ; ` ..$ seed : NULL [12:32:33.646] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:33.646] | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:33.646] | : . ' , ; ` .. ..$ added : NULL [12:32:33.646] | : . ' , ; ` .. ..$ removed : NULL [12:32:33.646] | : . ' , ; ` .. ..$ replaced: NULL [12:32:33.646] | : . ' , ; ` ..$ misuseDevices : NULL [12:32:33.646] | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:33.646] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:33" [12:32:33.646] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:33" [12:32:33.646] | : . ' , ; ` ..$ uuid : chr [1:2] "c2c7b8d1fa8c0e5aa6c1935d641d4aef" "8" [12:32:33.646] | : . ' , ; ` ..$ session_uuid : chr "e074d1bf9ff16b67f156dadaa7e387e4" [12:32:33.646] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:33.646] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:33.646] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:33.646] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:33.646] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:33.646] | : . ' , ; ` .. .. ..$ pid : int 155020 [12:32:33.646] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:32" [12:32:33.646] | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:33.646] | : . ' , ; ` ..$ r_info :List of 4 [12:32:33.646] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:33.646] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:33.646] | : . ' , ; ` .. ..$ os : chr "windows" [12:32:33.646] | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:33.646] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:33.646] | : . ' , ; ` ..$ version : chr "1.8" [12:32:33.646] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:33.646] | : . ' , ; ` $ success: logi TRUE [12:32:33.646] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:32:33.646] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:33.646] | : . ' , ; ` $ tag : NULL [12:32:33.686] | : . ' , ; ` Received FutureResult [12:32:33.686] | : . ' , ; ` FutureResult: [12:32:33.686] | : . ' , ; ` value: 'Mandelbrot', 'matrix', 'array' [12:32:33.686] | : . ' , ; ` visible: TRUE [12:32:33.686] | : . ' , ; ` stdout: character [12:32:33.686] | : . ' , ; ` conditions: [n = 2] simpleMessage, simpleMessage [12:32:33.686] | : . ' , ; ` RNG used: FALSE [12:32:33.686] | : . ' , ; ` duration: 0.009825945 secs (started 2025-07-29 12:32:33.632152) [12:32:33.686] | : . ' , ; ` version: 1.8 [12:32:33.687] | : . ' , ; ` FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'remove', earlySignal = 0) ... [12:32:33.687] | : . ' , ; ` | Removed future from position #1 [12:32:33.687] | : . ' , ; ` | Number of registered futures: 0 [12:32:33.688] | : . ' , ; ` FutureRegistry('workers-076c5095d212e0774b5172116a979312', action = 'remove', earlySignal = 0) ... done [12:32:33.688] | : . ' , ; ` Erased future from future backend [12:32:33.689] | : . ' , ; ` result() for ClusterFuture ... [12:32:33.689] | : . ' , ; ` | result already collected: FutureResult [12:32:33.689] | : . ' , ; ` result() for ClusterFuture ... done [12:32:33.690] | : . ' , ; ` signalConditions() ... [12:32:33.690] | : . ' , ; ` | include = 'immediateCondition' [12:32:33.690] | : . ' , ; ` | exclude = [12:32:33.691] | : . ' , ; ` | resignal = FALSE [12:32:33.691] | : . ' , ; ` | Number of conditions: 2 [12:32:33.691] | : . ' , ; ` | int 2 [12:32:33.692] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.692] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.693] | : . ' , ; ` signalConditions() ... done [12:32:33.693] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:33.693] | : . ' , ; receiveMessageFromWorker() returned object of class FutureResult; resolved [12:32:33.694] | : . ' , resolved() for MultisessionFuture () ... done [12:32:33.694] | : . ' , assertFutureResult() ... [12:32:33.694] | : . ' , ; Future uuid: c2c7b8d1fa8c0e5aa6c1935d641d4aef-8 [12:32:33.695] | : . ' , ; identical; success [12:32:33.695] | : . ' , assertFutureResult() ... done [12:32:33.695] | : . ' resolved() ... done [12:32:33.695] | : . ' resolved: TRUE [12:32:33.695] | : . resolved() ... done [12:32:33.696] | : resolved() for Future () ... done [12:32:33.696] | resolved() ... done Plotting tile #4 of 4 ... [12:32:33.696] | value() for MultisessionFuture () ... [12:32:33.696] | : result() for ClusterFuture ... [12:32:33.696] | : . result already collected: FutureResult [12:32:33.697] | : result() for ClusterFuture ... done [12:32:33.697] | : result() for ClusterFuture ... [12:32:33.697] | : . result already collected: FutureResult [12:32:33.697] | : result() for ClusterFuture ... done [12:32:33.697] | : signalConditions() ... [12:32:33.698] | : . include = 'immediateCondition' [12:32:33.698] | : . exclude = [12:32:33.698] | : . resignal = FALSE [12:32:33.698] | : . Number of conditions: 2 [12:32:33.699] | : . int 2 [12:32:33.699] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.700] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.700] | : signalConditions() ... done [12:32:33.700] | : relay stdout ... [12:32:33.700] | : relay stdout ... done [12:32:33.700] | : check for misuse ... [12:32:33.701] | : check for misuse ... done [12:32:33.701] | : relay conditions ... [12:32:33.701] | : . Future state: 'finished' [12:32:33.701] | : . result() for ClusterFuture ... [12:32:33.702] | : . ' result already collected: FutureResult [12:32:33.702] | : . result() for ClusterFuture ... done [12:32:33.702] | : . signalConditions() ... [12:32:33.702] | : . ' include = 'condition' [12:32:33.702] | : . ' exclude = 'immediateCondition' [12:32:33.703] | : . ' resignal = TRUE [12:32:33.703] | : . ' Number of conditions: 2 [12:32:33.703] | : . ' int 2 [12:32:33.704] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.705] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Calculating tile #4 of 4 ...[12:32:33.705] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:33.706] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' done [12:32:33.706] | : . signalConditions() ... done [12:32:33.706] | : relay conditions ... done [12:32:33.707] | 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=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_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_07_29_12_30_17_31216' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.1s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'demo-mandelbrot' ... success > > proc.time() user system elapsed 2.15 0.23 3.50