R Under development (unstable) (2026-03-12 r89611 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-tweak.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("tweak") Test 'tweak' ... chr "none" > message("*** Tweaking future strategies ...") *** Tweaking future strategies ... > message("*** y <- tweak(future::sequential) ...") *** y <- tweak(future::sequential) ... > sequential2 <- future::tweak(future::sequential) > print(args(sequential2)) function (..., envir = parent.frame()) NULL > stopifnot(identical(sequential2, future::sequential)) > stopifnot(!inherits(sequential2, "tweaked")) > message("*** y <- tweak(future::sequential, abc = FALSE) ...") *** y <- tweak(future::sequential, abc = FALSE) ... > sequential2 <- future::tweak(future::sequential, abc = FALSE) Warning in tweak.future(future::sequential, abc = FALSE) : Detected 1 unknown future arguments: 'abc' > print(args(sequential2)) function (..., abc = FALSE, envir = parent.frame()) NULL > stopifnot(!identical(sequential2, future::sequential)) > stopifnot(inherits(sequential2, "tweaked")) > stopifnot(identical(formals(sequential2)$abc, FALSE)) > message("*** y <- tweak('sequential', abc = FALSE) ...") *** y <- tweak('sequential', abc = FALSE) ... > sequential2 <- future::tweak("sequential", abc = FALSE) Warning in tweak.future(strategy, ..., penvir = penvir) : Detected 1 unknown future arguments: 'abc' > print(args(sequential2)) function (..., abc = FALSE, envir = parent.frame()) NULL > stopifnot(!identical(sequential2, future::sequential)) > stopifnot(inherits(sequential2, "tweaked")) > stopifnot(identical(formals(sequential2)$abc, FALSE)) > library(future) [22:19:10.523] Option 'future.startup.script': TRUE [22:19:10.524] Future startup scripts considered: '.future.R', '~/.future.R' [22:19:10.525] Future startup scripts found: > message("*** y <- tweak(sequential, abc = FALSE) ...") *** y <- tweak(sequential, abc = FALSE) ... > sequential2 <- future::tweak(sequential, abc = FALSE) Warning in tweak.future(sequential, abc = FALSE) : Detected 1 unknown future arguments: 'abc' > print(args(sequential2)) function (..., abc = FALSE, envir = parent.frame()) NULL > stopifnot(!identical(sequential2, future::sequential)) > stopifnot(inherits(sequential2, "tweaked")) > stopifnot(identical(formals(sequential2)$abc, FALSE)) > message("*** y <- tweak('sequential', abc = FALSE) ...") *** y <- tweak('sequential', abc = FALSE) ... > sequential2 <- future::tweak("sequential", abc = FALSE) Warning in tweak.future(strategy, ..., penvir = penvir) : Detected 1 unknown future arguments: 'abc' > print(args(sequential2)) function (..., abc = FALSE, envir = parent.frame()) NULL > stopifnot(!identical(sequential2, future::sequential)) > stopifnot(inherits(sequential2, "tweaked")) > stopifnot(identical(formals(sequential2)$abc, FALSE)) > message("*** y <- tweak('sequential', abc = FALSE, abc = 1, def = TRUE) ...") *** y <- tweak('sequential', abc = FALSE, abc = 1, def = TRUE) ... > res <- tryCatch({ + sequential2 <- future::tweak("sequential", abc = FALSE, abc = 1, + def = TRUE) + }, warning = function(w) { + w .... [TRUNCATED] > stopifnot(inherits(res, "warning")) > sequential2 <- future::tweak("sequential", abc = FALSE, + abc = 1, def = TRUE) Warning in tweak.future(strategy, ..., penvir = penvir) : Detected 2 unknown future arguments: 'abc', 'def' > print(args(sequential2)) function (..., abc = FALSE, def = TRUE, envir = parent.frame()) NULL > stopifnot(!identical(sequential2, future::sequential)) > stopifnot(inherits(sequential2, "tweaked")) > stopifnot(identical(formals(sequential2)$abc, FALSE)) > message("*** y <- tweak(cluster, rscript_startup = quote(...)) ...") *** y <- tweak(cluster, rscript_startup = quote(...)) ... > cl <- 42 > cluster2 <- tweak(cluster, workers = cl, rscript_startup = quote(options(abc = 42))) Warning in tweak.future(cluster, workers = cl, rscript_startup = quote(options(abc = 42L))) : Detected 1 unknown future arguments: 'rscript_startup' > print(args(cluster2)) function (..., workers = 42L, rscript_startup = quote(options(abc = 42L))) NULL > stopifnot(!identical(cluster2, future::cluster)) > stopifnot(inherits(cluster2, "tweaked")) > formals2 <- formals(cluster2) > stopifnot(identical(formals2$workers, cl)) > stopifnot("rscript_startup" %in% names(formals2)) > rscript_startup <- formals2$rscript_startup > stopifnot(!is.null(rscript_startup), is.language(rscript_startup), + is.call(rscript_startup)) > value <- eval(rscript_startup) > stopifnot(is.language(value), is.call(value)) > message("*** plan() - tweak without introducting package dependencies ...") *** plan() - tweak without introducting package dependencies ... > if (!covr_testing && requireNamespace("grid")) { + local({ + cl <- makeClusterPSOCK(1) + on.exit(parallel:::stopCluster(cl)) + .... [TRUNCATED] Loading required namespace: grid [22:19:11.208] plan(<'call'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.209] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:19:11.209] | : all.equal() for FutureStrategyList ... [22:19:11.210] | : . New stack: [22:19:11.211] | : . List of 1 [22:19:11.211] | : . $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [22:19:11.211] | : . session_info = list(process = list(pid = 22260L), r = list(platform = "x86_64-w64-mingw32", [22:19:11.211] | : . arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [22:19:11.211] | : . status = "Under development (unstable)", major = "4", minor = "6.0", [22:19:11.211] | : . year = "2026", month = "03", day = "12", `svn rev` = "89611", language = "R", [22:19:11.211] | : . version.string = "R Under development (unstable) (2026-03-12 r89611 ucrt)", [22:19:11.211] | : . nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [22:19:11.211] | : . sysname = "Windows", release = "Server x64", version = "build 20348", [22:19:11.211] | : . nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [22:19:11.211] | : . effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [22:19:11.211] | : . `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [22:19:11.211] | : . extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [22:19:11.211] | : . xz = "5.8.2", libdeflate = "1.25", zstd = "1.5.7", PCRE = "10.47 2025-10-21", [22:19:11.211] | : . ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [22:19:11.211] | : . readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [22:19:11.211] | : . tempdir = "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9", libs = c("D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625", [22:19:11.211] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [22:19:11.211] | : . ..- attr(*, "init")= logi TRUE [22:19:11.211] | : . ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [22:19:11.211] | : . earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [22:19:11.211] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.211] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.211] | : . ..- attr(*, "tweaks")=List of 1 [22:19:11.211] | : . .. ..$ workers:List of 1 [22:19:11.211] | : . .. .. ..$ :List of 4 [22:19:11.211] | : . .. .. .. ..$ con : 'sockconn' int 4 [22:19:11.211] | : . .. .. .. .. ..- attr(*, "conn_id")= [22:19:11.211] | : . .. .. .. ..$ host : chr "localhost" [22:19:11.211] | : . .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.211] | : . .. .. .. ..$ rank : int 0 [22:19:11.211] | : . .. .. .. ..$ session_info:List of 9 [22:19:11.211] | : . .. .. .. .. ..$ process :List of 1 [22:19:11.211] | : . .. .. .. .. .. ..$ pid: int 22260 [22:19:11.211] | : . .. .. .. .. ..$ r :List of 16 [22:19:11.211] | : . .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [22:19:11.211] | : . .. .. .. .. .. ..$ arch : chr "x86_64" [22:19:11.211] | : . .. .. .. .. .. ..$ os : chr "mingw32" [22:19:11.211] | : . .. .. .. .. .. ..$ crt : chr "ucrt" [22:19:11.211] | : . .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [22:19:11.211] | : . .. .. .. .. .. ..$ status : chr "Under development (unstable)" [22:19:11.211] | : . .. .. .. .. .. ..$ major : chr "4" [22:19:11.211] | : . .. .. .. .. .. ..$ minor : chr "6.0" [22:19:11.211] | : . .. .. .. .. .. ..$ year : chr "2026" [22:19:11.211] | : . .. .. .. .. .. ..$ month : chr "03" [22:19:11.211] | : . .. .. .. .. .. ..$ day : chr "12" [22:19:11.211] | : . .. .. .. .. .. ..$ svn rev : chr "89611" [22:19:11.211] | : . .. .. .. .. .. ..$ language : chr "R" [22:19:11.211] | : . .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-03-12 r89611 ucrt)" [22:19:11.211] | : . .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [22:19:11.211] | : . .. .. .. .. .. ..$ os.type : chr "windows" [22:19:11.211] | : . .. .. .. .. ..$ system :List of 9 [22:19:11.211] | : . .. .. .. .. .. ..$ sysname : chr "Windows" [22:19:11.211] | : . .. .. .. .. .. ..$ release : chr "Server x64" [22:19:11.211] | : . .. .. .. .. .. ..$ version : chr "build 20348" [22:19:11.211] | : . .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [22:19:11.211] | : . .. .. .. .. .. ..$ machine : chr "x86-64" [22:19:11.211] | : . .. .. .. .. .. ..$ login : chr "CRAN" [22:19:11.211] | : . .. .. .. .. .. ..$ user : chr "CRAN" [22:19:11.211] | : . .. .. .. .. .. ..$ effective_user: chr "CRAN" [22:19:11.211] | : . .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [22:19:11.211] | : . .. .. .. .. ..$ l10n :List of 5 [22:19:11.211] | : . .. .. .. .. .. ..$ MBCS : logi TRUE [22:19:11.211] | : . .. .. .. .. .. ..$ UTF-8 : logi TRUE [22:19:11.211] | : . .. .. .. .. .. ..$ Latin-1 : logi FALSE [22:19:11.211] | : . .. .. .. .. .. ..$ codepage : int 65001 [22:19:11.211] | : . .. .. .. .. .. ..$ system.codepage: int 65001 [22:19:11.211] | : . .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.2" "1.25" ... [22:19:11.211] | : . .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [22:19:11.211] | : . .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [22:19:11.211] | : . .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9" [22:19:11.211] | : . .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:11.211] | : . .. .. .. .. ..$ pkgs : NULL [22:19:11.211] | : . .. .. .. ..- attr(*, "options")=List of 35 [22:19:11.211] | : . .. .. .. .. ..$ worker : chr "localhost" [22:19:11.211] | : . .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.211] | : . .. .. .. .. ..$ master : chr "localhost" [22:19:11.211] | : . .. .. .. .. ..$ port : int 29675 [22:19:11.211] | : . .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.211] | : . .. .. .. .. ..$ timeout : num 120 [22:19:11.211] | : . .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:19:11.211] | : . .. .. .. .. ..$ homogeneous : logi TRUE [22:19:11.211] | : . .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:89976:CRANWIN3:CRAN"| __truncated__ [22:19:11.211] | : . .. .. .. .. ..$ rscript_envs : NULL [22:19:11.211] | : . .. .. .. .. ..$ rscript_libs : NULL [22:19:11.211] | : . .. .. .. .. ..$ rscript_startup : NULL [22:19:11.211] | : . .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [22:19:11.211] | : . .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.211] | : . .. .. .. .. ..$ methods : logi TRUE [22:19:11.211] | : . .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.211] | : . .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.211] | : . .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.211] | : . .. .. .. .. ..$ renice : int NA [22:19:11.211] | : . .. .. .. .. ..$ rshcmd : NULL [22:19:11.211] | : . .. .. .. .. ..$ user : chr(0) [22:19:11.211] | : . .. .. .. .. ..$ revtunnel : logi FALSE [22:19:11.211] | : . .. .. .. .. ..$ rshlogfile : NULL [22:19:11.211] | : . .. .. .. .. ..$ rshopts : chr(0) [22:19:11.211] | : . .. .. .. .. ..$ rank : int 0 [22:19:11.211] | : . .. .. .. .. ..$ manual : logi FALSE [22:19:11.211] | : . .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.211] | : . .. .. .. .. ..$ quiet : logi FALSE [22:19:11.211] | : . .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.211] | : . .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.211] | : . .. .. .. .. ..$ rshcmd_label : NULL [22:19:11.211] | : . .. .. .. .. ..$ rsh_call : NULL [22:19:11.211] | : . .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.211] | : . .. .. .. .. ..$ localMachine : logi TRUE [22:19:11.211] | : . .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:19:11.211] | : . master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:19:11.211] | : . 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:19:11.211] | : . 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:19:11.211] | : . rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:19:11.211] | : . "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:19:11.211] | : . "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:19:11.211] | : . socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:19:11.211] | : . "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:19:11.211] | : . FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:19:11.211] | : . NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:19:11.211] | : . NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:19:11.211] | : . setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:19:11.211] | : . "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:19:11.211] | : . FALSE), action = c("launch", "options"), verbose = FALSE) [22:19:11.211] | : . .. .. .. .. ..$ arguments :List of 29 [22:19:11.211] | : . .. .. .. .. .. ..$ worker : chr "localhost" [22:19:11.211] | : . .. .. .. .. .. ..$ master : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ port : int 29675 [22:19:11.211] | : . .. .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.211] | : . .. .. .. .. .. ..$ timeout : num 120 [22:19:11.211] | : . .. .. .. .. .. ..$ rscript : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ homogeneous : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ rscript_args : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ rscript_envs : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ rscript_libs : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ rscript_startup : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ rscript_sh : chr "auto" [22:19:11.211] | : . .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.211] | : . .. .. .. .. .. ..$ methods : logi TRUE [22:19:11.211] | : . .. .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.211] | : . .. .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.211] | : . .. .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.211] | : . .. .. .. .. .. ..$ renice : int NA [22:19:11.211] | : . .. .. .. .. .. ..$ rshcmd : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ user : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ revtunnel : logi NA [22:19:11.211] | : . .. .. .. .. .. ..$ rshlogfile : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ rshopts : NULL [22:19:11.211] | : . .. .. .. .. .. ..$ rank : int 1 [22:19:11.211] | : . .. .. .. .. .. ..$ manual : logi FALSE [22:19:11.211] | : . .. .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.211] | : . .. .. .. .. .. ..$ quiet : logi FALSE [22:19:11.211] | : . .. .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.211] | : . .. .. .. .. .. ..$ calls : logi FALSE [22:19:11.211] | : . .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:19:11.211] | : . .. .. .. ..- attr(*, "calls")=Dotted pair list of 18 [22:19:11.211] | : . .. .. .. .. ..$ : language future:::testme("tweak") [22:19:11.211] | : . .. .. .. .. ..$ : language source(file.path(path, "run.R")) [22:19:11.211] | : . .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.211] | : . .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.211] | : . .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.211] | : . .. .. .. .. ..$ : language main() [22:19:11.211] | : . .. .. .. .. ..$ : language testme_run_test(testme) [22:19:11.211] | : . .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [22:19:11.211] | : . .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.211] | : . .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.211] | : . .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.211] | : . .. .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [22:19:11.211] | : . .. .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [22:19:11.211] | : . .. .. .. .. ..$ : language eval(expr, p) [22:19:11.211] | : . .. .. .. .. ..$ : language eval(expr, p) [22:19:11.211] | : . .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.211] | : . .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.211] | : . .. .. .. .. ..$ : language makeClusterPSOCK(1L) [22:19:11.211] | : . .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [22:19:11.211] | : . .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [22:19:11.211] | : . ..- attr(*, "call")= language future::plan(future::cluster, workers = cl) [22:19:11.211] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.269] | : . Old stack: [22:19:11.270] | : . List of 1 [22:19:11.270] | : . $ :function (..., envir = parent.frame()) [22:19:11.270] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.270] | : . ..- attr(*, "init")= logi TRUE [22:19:11.270] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.270] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.270] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.270] | : . ..- attr(*, "call")= language plan(sequential) [22:19:11.270] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.274] | : . Not identical [22:19:11.275] | : . all.equal() for future ... [22:19:11.275] | : . ' List of 2 [22:19:11.275] | : . ' $ target :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [22:19:11.275] | : . ' session_info = list(process = list(pid = 22260L), r = list(platform = "x86_64-w64-mingw32", [22:19:11.275] | : . ' arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [22:19:11.275] | : . ' status = "Under development (unstable)", major = "4", minor = "6.0", [22:19:11.275] | : . ' year = "2026", month = "03", day = "12", `svn rev` = "89611", language = "R", [22:19:11.275] | : . ' version.string = "R Under development (unstable) (2026-03-12 r89611 ucrt)", [22:19:11.275] | : . ' nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [22:19:11.275] | : . ' sysname = "Windows", release = "Server x64", version = "build 20348", [22:19:11.275] | : . ' nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [22:19:11.275] | : . ' effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [22:19:11.275] | : . ' `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [22:19:11.275] | : . ' extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [22:19:11.275] | : . ' xz = "5.8.2", libdeflate = "1.25", zstd = "1.5.7", PCRE = "10.47 2025-10-21", [22:19:11.275] | : . ' ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [22:19:11.275] | : . ' readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [22:19:11.275] | : . ' tempdir = "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9", libs = c("D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625", [22:19:11.275] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [22:19:11.275] | : . ' ..- attr(*, "init")= logi TRUE [22:19:11.275] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [22:19:11.275] | : . ' earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [22:19:11.275] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.275] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.275] | : . ' ..- attr(*, "tweaks")=List of 1 [22:19:11.275] | : . ' .. ..$ workers:List of 1 [22:19:11.275] | : . ' .. .. ..$ :List of 4 [22:19:11.275] | : . ' .. .. .. ..$ con : 'sockconn' int 4 [22:19:11.275] | : . ' .. .. .. .. ..- attr(*, "conn_id")= [22:19:11.275] | : . ' .. .. .. ..$ host : chr "localhost" [22:19:11.275] | : . ' .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.275] | : . ' .. .. .. ..$ rank : int 0 [22:19:11.275] | : . ' .. .. .. ..$ session_info:List of 9 [22:19:11.275] | : . ' .. .. .. .. ..$ process :List of 1 [22:19:11.275] | : . ' .. .. .. .. .. ..$ pid: int 22260 [22:19:11.275] | : . ' .. .. .. .. ..$ r :List of 16 [22:19:11.275] | : . ' .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [22:19:11.275] | : . ' .. .. .. .. .. ..$ arch : chr "x86_64" [22:19:11.275] | : . ' .. .. .. .. .. ..$ os : chr "mingw32" [22:19:11.275] | : . ' .. .. .. .. .. ..$ crt : chr "ucrt" [22:19:11.275] | : . ' .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [22:19:11.275] | : . ' .. .. .. .. .. ..$ status : chr "Under development (unstable)" [22:19:11.275] | : . ' .. .. .. .. .. ..$ major : chr "4" [22:19:11.275] | : . ' .. .. .. .. .. ..$ minor : chr "6.0" [22:19:11.275] | : . ' .. .. .. .. .. ..$ year : chr "2026" [22:19:11.275] | : . ' .. .. .. .. .. ..$ month : chr "03" [22:19:11.275] | : . ' .. .. .. .. .. ..$ day : chr "12" [22:19:11.275] | : . ' .. .. .. .. .. ..$ svn rev : chr "89611" [22:19:11.275] | : . ' .. .. .. .. .. ..$ language : chr "R" [22:19:11.275] | : . ' .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-03-12 r89611 ucrt)" [22:19:11.275] | : . ' .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [22:19:11.275] | : . ' .. .. .. .. .. ..$ os.type : chr "windows" [22:19:11.275] | : . ' .. .. .. .. ..$ system :List of 9 [22:19:11.275] | : . ' .. .. .. .. .. ..$ sysname : chr "Windows" [22:19:11.275] | : . ' .. .. .. .. .. ..$ release : chr "Server x64" [22:19:11.275] | : . ' .. .. .. .. .. ..$ version : chr "build 20348" [22:19:11.275] | : . ' .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [22:19:11.275] | : . ' .. .. .. .. .. ..$ machine : chr "x86-64" [22:19:11.275] | : . ' .. .. .. .. .. ..$ login : chr "CRAN" [22:19:11.275] | : . ' .. .. .. .. .. ..$ user : chr "CRAN" [22:19:11.275] | : . ' .. .. .. .. .. ..$ effective_user: chr "CRAN" [22:19:11.275] | : . ' .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [22:19:11.275] | : . ' .. .. .. .. ..$ l10n :List of 5 [22:19:11.275] | : . ' .. .. .. .. .. ..$ MBCS : logi TRUE [22:19:11.275] | : . ' .. .. .. .. .. ..$ UTF-8 : logi TRUE [22:19:11.275] | : . ' .. .. .. .. .. ..$ Latin-1 : logi FALSE [22:19:11.275] | : . ' .. .. .. .. .. ..$ codepage : int 65001 [22:19:11.275] | : . ' .. .. .. .. .. ..$ system.codepage: int 65001 [22:19:11.275] | : . ' .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.2" "1.25" ... [22:19:11.275] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [22:19:11.275] | : . ' .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [22:19:11.275] | : . ' .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9" [22:19:11.275] | : . ' .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:11.275] | : . ' .. .. .. .. ..$ pkgs : NULL [22:19:11.275] | : . ' .. .. .. ..- attr(*, "options")=List of 35 [22:19:11.275] | : . ' .. .. .. .. ..$ worker : chr "localhost" [22:19:11.275] | : . ' .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.275] | : . ' .. .. .. .. ..$ master : chr "localhost" [22:19:11.275] | : . ' .. .. .. .. ..$ port : int 29675 [22:19:11.275] | : . ' .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.275] | : . ' .. .. .. .. ..$ timeout : num 120 [22:19:11.275] | : . ' .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:19:11.275] | : . ' .. .. .. .. ..$ homogeneous : logi TRUE [22:19:11.275] | : . ' .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:89976:CRANWIN3:CRAN"| __truncated__ [22:19:11.275] | : . ' .. .. .. .. ..$ rscript_envs : NULL [22:19:11.275] | : . ' .. .. .. .. ..$ rscript_libs : NULL [22:19:11.275] | : . ' .. .. .. .. ..$ rscript_startup : NULL [22:19:11.275] | : . ' .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [22:19:11.275] | : . ' .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.275] | : . ' .. .. .. .. ..$ methods : logi TRUE [22:19:11.275] | : . ' .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.275] | : . ' .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.275] | : . ' .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.275] | : . ' .. .. .. .. ..$ renice : int NA [22:19:11.275] | : . ' .. .. .. .. ..$ rshcmd : NULL [22:19:11.275] | : . ' .. .. .. .. ..$ user : chr(0) [22:19:11.275] | : . ' .. .. .. .. ..$ revtunnel : logi FALSE [22:19:11.275] | : . ' .. .. .. .. ..$ rshlogfile : NULL [22:19:11.275] | : . ' .. .. .. .. ..$ rshopts : chr(0) [22:19:11.275] | : . ' .. .. .. .. ..$ rank : int 0 [22:19:11.275] | : . ' .. .. .. .. ..$ manual : logi FALSE [22:19:11.275] | : . ' .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.275] | : . ' .. .. .. .. ..$ quiet : logi FALSE [22:19:11.275] | : . ' .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.275] | : . ' .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.275] | : . ' .. .. .. .. ..$ rshcmd_label : NULL [22:19:11.275] | : . ' .. .. .. .. ..$ rsh_call : NULL [22:19:11.275] | : . ' .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.275] | : . ' .. .. .. .. ..$ localMachine : logi TRUE [22:19:11.275] | : . ' .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:19:11.275] | : . ' master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:19:11.275] | : . ' 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:19:11.275] | : . ' 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:19:11.275] | : . ' rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:19:11.275] | : . ' "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:19:11.275] | : . ' "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:19:11.275] | : . ' socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:19:11.275] | : . ' "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:19:11.275] | : . ' FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:19:11.275] | : . ' NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:19:11.275] | : . ' NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:19:11.275] | : . ' setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:19:11.275] | : . ' "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:19:11.275] | : . ' FALSE), action = c("launch", "options"), verbose = FALSE) [22:19:11.275] | : . ' .. .. .. .. ..$ arguments :List of 29 [22:19:11.275] | : . ' .. .. .. .. .. ..$ worker : chr "localhost" [22:19:11.275] | : . ' .. .. .. .. .. ..$ master : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ port : int 29675 [22:19:11.275] | : . ' .. .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.275] | : . ' .. .. .. .. .. ..$ timeout : num 120 [22:19:11.275] | : . ' .. .. .. .. .. ..$ rscript : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ homogeneous : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ rscript_args : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ rscript_envs : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ rscript_libs : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ rscript_startup : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ rscript_sh : chr "auto" [22:19:11.275] | : . ' .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.275] | : . ' .. .. .. .. .. ..$ methods : logi TRUE [22:19:11.275] | : . ' .. .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.275] | : . ' .. .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.275] | : . ' .. .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.275] | : . ' .. .. .. .. .. ..$ renice : int NA [22:19:11.275] | : . ' .. .. .. .. .. ..$ rshcmd : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ user : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ revtunnel : logi NA [22:19:11.275] | : . ' .. .. .. .. .. ..$ rshlogfile : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ rshopts : NULL [22:19:11.275] | : . ' .. .. .. .. .. ..$ rank : int 1 [22:19:11.275] | : . ' .. .. .. .. .. ..$ manual : logi FALSE [22:19:11.275] | : . ' .. .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.275] | : . ' .. .. .. .. .. ..$ quiet : logi FALSE [22:19:11.275] | : . ' .. .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.275] | : . ' .. .. .. .. .. ..$ calls : logi FALSE [22:19:11.275] | : . ' .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:19:11.275] | : . ' .. .. .. ..- attr(*, "calls")=Dotted pair list of 18 [22:19:11.275] | : . ' .. .. .. .. ..$ : language future:::testme("tweak") [22:19:11.275] | : . ' .. .. .. .. ..$ : language source(file.path(path, "run.R")) [22:19:11.275] | : . ' .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.275] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.275] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.275] | : . ' .. .. .. .. ..$ : language main() [22:19:11.275] | : . ' .. .. .. .. ..$ : language testme_run_test(testme) [22:19:11.275] | : . ' .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [22:19:11.275] | : . ' .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.275] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.275] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.275] | : . ' .. .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [22:19:11.275] | : . ' .. .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [22:19:11.275] | : . ' .. .. .. .. ..$ : language eval(expr, p) [22:19:11.275] | : . ' .. .. .. .. ..$ : language eval(expr, p) [22:19:11.275] | : . ' .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.275] | : . ' .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.275] | : . ' .. .. .. .. ..$ : language makeClusterPSOCK(1L) [22:19:11.275] | : . ' .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [22:19:11.275] | : . ' .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [22:19:11.275] | : . ' ..- attr(*, "call")= language future::plan(future::cluster, workers = cl) [22:19:11.275] | : . ' $ current:function (..., envir = parent.frame()) [22:19:11.275] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.275] | : . ' ..- attr(*, "init")= logi TRUE [22:19:11.275] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.275] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.275] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.275] | : . ' ..- attr(*, "call")= language plan(sequential) [22:19:11.333] | : . ' Formals differ [22:19:11.334] | : . all.equal() for future ... done [22:19:11.335] | : . Future strategies differ at level 1 [22:19:11.335] | : all.equal() for FutureStrategyList ... done [22:19:11.336] | : plan(): Setting new future backend stack: [22:19:11.336] | : List of future strategies: [22:19:11.336] | : 1. cluster: [22:19:11.336] | : - args: function (..., workers = "") [22:19:11.336] | : - tweaked: TRUE [22:19:11.336] | : - call: future::plan(future::cluster, workers = cl) [22:19:11.339] | : List of 1 [22:19:11.339] | : $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [22:19:11.339] | : session_info = list(process = list(pid = 22260L), r = list(platform = "x86_64-w64-mingw32", [22:19:11.339] | : arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [22:19:11.339] | : status = "Under development (unstable)", major = "4", minor = "6.0", [22:19:11.339] | : year = "2026", month = "03", day = "12", `svn rev` = "89611", language = "R", [22:19:11.339] | : version.string = "R Under development (unstable) (2026-03-12 r89611 ucrt)", [22:19:11.339] | : nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [22:19:11.339] | : sysname = "Windows", release = "Server x64", version = "build 20348", [22:19:11.339] | : nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [22:19:11.339] | : effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [22:19:11.339] | : `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [22:19:11.339] | : extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [22:19:11.339] | : xz = "5.8.2", libdeflate = "1.25", zstd = "1.5.7", PCRE = "10.47 2025-10-21", [22:19:11.339] | : ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [22:19:11.339] | : readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [22:19:11.339] | : tempdir = "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9", libs = c("D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625", [22:19:11.339] | : ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [22:19:11.339] | : ..- attr(*, "init")= logi TRUE [22:19:11.339] | : ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [22:19:11.339] | : earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [22:19:11.339] | : .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.339] | : ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.339] | : ..- attr(*, "tweaks")=List of 1 [22:19:11.339] | : .. ..$ workers:List of 1 [22:19:11.339] | : .. .. ..$ :List of 4 [22:19:11.339] | : .. .. .. ..$ con : 'sockconn' int 4 [22:19:11.339] | : .. .. .. .. ..- attr(*, "conn_id")= [22:19:11.339] | : .. .. .. ..$ host : chr "localhost" [22:19:11.339] | : .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.339] | : .. .. .. ..$ rank : int 0 [22:19:11.339] | : .. .. .. ..$ session_info:List of 9 [22:19:11.339] | : .. .. .. .. ..$ process :List of 1 [22:19:11.339] | : .. .. .. .. .. ..$ pid: int 22260 [22:19:11.339] | : .. .. .. .. ..$ r :List of 16 [22:19:11.339] | : .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [22:19:11.339] | : .. .. .. .. .. ..$ arch : chr "x86_64" [22:19:11.339] | : .. .. .. .. .. ..$ os : chr "mingw32" [22:19:11.339] | : .. .. .. .. .. ..$ crt : chr "ucrt" [22:19:11.339] | : .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [22:19:11.339] | : .. .. .. .. .. ..$ status : chr "Under development (unstable)" [22:19:11.339] | : .. .. .. .. .. ..$ major : chr "4" [22:19:11.339] | : .. .. .. .. .. ..$ minor : chr "6.0" [22:19:11.339] | : .. .. .. .. .. ..$ year : chr "2026" [22:19:11.339] | : .. .. .. .. .. ..$ month : chr "03" [22:19:11.339] | : .. .. .. .. .. ..$ day : chr "12" [22:19:11.339] | : .. .. .. .. .. ..$ svn rev : chr "89611" [22:19:11.339] | : .. .. .. .. .. ..$ language : chr "R" [22:19:11.339] | : .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-03-12 r89611 ucrt)" [22:19:11.339] | : .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [22:19:11.339] | : .. .. .. .. .. ..$ os.type : chr "windows" [22:19:11.339] | : .. .. .. .. ..$ system :List of 9 [22:19:11.339] | : .. .. .. .. .. ..$ sysname : chr "Windows" [22:19:11.339] | : .. .. .. .. .. ..$ release : chr "Server x64" [22:19:11.339] | : .. .. .. .. .. ..$ version : chr "build 20348" [22:19:11.339] | : .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [22:19:11.339] | : .. .. .. .. .. ..$ machine : chr "x86-64" [22:19:11.339] | : .. .. .. .. .. ..$ login : chr "CRAN" [22:19:11.339] | : .. .. .. .. .. ..$ user : chr "CRAN" [22:19:11.339] | : .. .. .. .. .. ..$ effective_user: chr "CRAN" [22:19:11.339] | : .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [22:19:11.339] | : .. .. .. .. ..$ l10n :List of 5 [22:19:11.339] | : .. .. .. .. .. ..$ MBCS : logi TRUE [22:19:11.339] | : .. .. .. .. .. ..$ UTF-8 : logi TRUE [22:19:11.339] | : .. .. .. .. .. ..$ Latin-1 : logi FALSE [22:19:11.339] | : .. .. .. .. .. ..$ codepage : int 65001 [22:19:11.339] | : .. .. .. .. .. ..$ system.codepage: int 65001 [22:19:11.339] | : .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.2" "1.25" ... [22:19:11.339] | : .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [22:19:11.339] | : .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [22:19:11.339] | : .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9" [22:19:11.339] | : .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:11.339] | : .. .. .. .. ..$ pkgs : NULL [22:19:11.339] | : .. .. .. ..- attr(*, "options")=List of 35 [22:19:11.339] | : .. .. .. .. ..$ worker : chr "localhost" [22:19:11.339] | : .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.339] | : .. .. .. .. ..$ master : chr "localhost" [22:19:11.339] | : .. .. .. .. ..$ port : int 29675 [22:19:11.339] | : .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.339] | : .. .. .. .. ..$ timeout : num 120 [22:19:11.339] | : .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:19:11.339] | : .. .. .. .. ..$ homogeneous : logi TRUE [22:19:11.339] | : .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:89976:CRANWIN3:CRAN"| __truncated__ [22:19:11.339] | : .. .. .. .. ..$ rscript_envs : NULL [22:19:11.339] | : .. .. .. .. ..$ rscript_libs : NULL [22:19:11.339] | : .. .. .. .. ..$ rscript_startup : NULL [22:19:11.339] | : .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [22:19:11.339] | : .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.339] | : .. .. .. .. ..$ methods : logi TRUE [22:19:11.339] | : .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.339] | : .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.339] | : .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.339] | : .. .. .. .. ..$ renice : int NA [22:19:11.339] | : .. .. .. .. ..$ rshcmd : NULL [22:19:11.339] | : .. .. .. .. ..$ user : chr(0) [22:19:11.339] | : .. .. .. .. ..$ revtunnel : logi FALSE [22:19:11.339] | : .. .. .. .. ..$ rshlogfile : NULL [22:19:11.339] | : .. .. .. .. ..$ rshopts : chr(0) [22:19:11.339] | : .. .. .. .. ..$ rank : int 0 [22:19:11.339] | : .. .. .. .. ..$ manual : logi FALSE [22:19:11.339] | : .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.339] | : .. .. .. .. ..$ quiet : logi FALSE [22:19:11.339] | : .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.339] | : .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.339] | : .. .. .. .. ..$ rshcmd_label : NULL [22:19:11.339] | : .. .. .. .. ..$ rsh_call : NULL [22:19:11.339] | : .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.339] | : .. .. .. .. ..$ localMachine : logi TRUE [22:19:11.339] | : .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:19:11.339] | : master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:19:11.339] | : 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:19:11.339] | : 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:19:11.339] | : rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:19:11.339] | : "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:19:11.339] | : "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:19:11.339] | : socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:19:11.339] | : "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:19:11.339] | : FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:19:11.339] | : NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:19:11.339] | : NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:19:11.339] | : setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:19:11.339] | : "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:19:11.339] | : FALSE), action = c("launch", "options"), verbose = FALSE) [22:19:11.339] | : .. .. .. .. ..$ arguments :List of 29 [22:19:11.339] | : .. .. .. .. .. ..$ worker : chr "localhost" [22:19:11.339] | : .. .. .. .. .. ..$ master : NULL [22:19:11.339] | : .. .. .. .. .. ..$ port : int 29675 [22:19:11.339] | : .. .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.339] | : .. .. .. .. .. ..$ timeout : num 120 [22:19:11.339] | : .. .. .. .. .. ..$ rscript : NULL [22:19:11.339] | : .. .. .. .. .. ..$ homogeneous : NULL [22:19:11.339] | : .. .. .. .. .. ..$ rscript_args : NULL [22:19:11.339] | : .. .. .. .. .. ..$ rscript_envs : NULL [22:19:11.339] | : .. .. .. .. .. ..$ rscript_libs : NULL [22:19:11.339] | : .. .. .. .. .. ..$ rscript_startup : NULL [22:19:11.339] | : .. .. .. .. .. ..$ rscript_sh : chr "auto" [22:19:11.339] | : .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.339] | : .. .. .. .. .. ..$ methods : logi TRUE [22:19:11.339] | : .. .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.339] | : .. .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.339] | : .. .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.339] | : .. .. .. .. .. ..$ renice : int NA [22:19:11.339] | : .. .. .. .. .. ..$ rshcmd : NULL [22:19:11.339] | : .. .. .. .. .. ..$ user : NULL [22:19:11.339] | : .. .. .. .. .. ..$ revtunnel : logi NA [22:19:11.339] | : .. .. .. .. .. ..$ rshlogfile : NULL [22:19:11.339] | : .. .. .. .. .. ..$ rshopts : NULL [22:19:11.339] | : .. .. .. .. .. ..$ rank : int 1 [22:19:11.339] | : .. .. .. .. .. ..$ manual : logi FALSE [22:19:11.339] | : .. .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.339] | : .. .. .. .. .. ..$ quiet : logi FALSE [22:19:11.339] | : .. .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.339] | : .. .. .. .. .. ..$ calls : logi FALSE [22:19:11.339] | : .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:19:11.339] | : .. .. .. ..- attr(*, "calls")=Dotted pair list of 18 [22:19:11.339] | : .. .. .. .. ..$ : language future:::testme("tweak") [22:19:11.339] | : .. .. .. .. ..$ : language source(file.path(path, "run.R")) [22:19:11.339] | : .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.339] | : .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.339] | : .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.339] | : .. .. .. .. ..$ : language main() [22:19:11.339] | : .. .. .. .. ..$ : language testme_run_test(testme) [22:19:11.339] | : .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [22:19:11.339] | : .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.339] | : .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.339] | : .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.339] | : .. .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [22:19:11.339] | : .. .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [22:19:11.339] | : .. .. .. .. ..$ : language eval(expr, p) [22:19:11.339] | : .. .. .. .. ..$ : language eval(expr, p) [22:19:11.339] | : .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.339] | : .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.339] | : .. .. .. .. ..$ : language makeClusterPSOCK(1L) [22:19:11.339] | : .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [22:19:11.339] | : .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [22:19:11.339] | : ..- attr(*, "call")= language future::plan(future::cluster, workers = cl) [22:19:11.339] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.392] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [22:19:11.393] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.394] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [22:19:11.394] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.395] | : . Legacy shutdown of cluster workers ... [22:19:11.395] | : . ' Stopping existing cluster ... [22:19:11.396] | : . ' , No pre-existing cluster. Skipping [22:19:11.397] | : . ' Stopping existing cluster ... done [22:19:11.398] | : . Legacy shutdown of cluster workers ... done [22:19:11.399] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [22:19:11.400] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [22:19:11.401] | : . function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [22:19:11.401] | : . session_info = list(process = list(pid = 22260L), r = list(platform = "x86_64-w64-mingw32", [22:19:11.401] | : . arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [22:19:11.401] | : . status = "Under development (unstable)", major = "4", minor = "6.0", [22:19:11.401] | : . year = "2026", month = "03", day = "12", `svn rev` = "89611", language = "R", [22:19:11.401] | : . version.string = "R Under development (unstable) (2026-03-12 r89611 ucrt)", [22:19:11.401] | : . nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [22:19:11.401] | : . sysname = "Windows", release = "Server x64", version = "build 20348", [22:19:11.401] | : . nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [22:19:11.401] | : . effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [22:19:11.401] | : . `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [22:19:11.401] | : . extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [22:19:11.401] | : . xz = "5.8.2", libdeflate = "1.25", zstd = "1.5.7", PCRE = "10.47 2025-10-21", [22:19:11.401] | : . ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [22:19:11.401] | : . readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [22:19:11.401] | : . tempdir = "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9", libs = c("D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625", [22:19:11.401] | : . - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [22:19:11.401] | : . - attr(*, "init")= logi TRUE [22:19:11.401] | : . - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [22:19:11.401] | : . earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [22:19:11.401] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.401] | : . - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.401] | : . - attr(*, "tweaks")=List of 1 [22:19:11.401] | : . ..$ workers:List of 1 [22:19:11.401] | : . .. ..$ :List of 4 [22:19:11.401] | : . .. .. ..$ con : 'sockconn' int 4 [22:19:11.401] | : . .. .. .. ..- attr(*, "conn_id")= [22:19:11.401] | : . .. .. ..$ host : chr "localhost" [22:19:11.401] | : . .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.401] | : . .. .. ..$ rank : int 0 [22:19:11.401] | : . .. .. ..$ session_info:List of 9 [22:19:11.401] | : . .. .. .. ..$ process :List of 1 [22:19:11.401] | : . .. .. .. .. ..$ pid: int 22260 [22:19:11.401] | : . .. .. .. ..$ r :List of 16 [22:19:11.401] | : . .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [22:19:11.401] | : . .. .. .. .. ..$ arch : chr "x86_64" [22:19:11.401] | : . .. .. .. .. ..$ os : chr "mingw32" [22:19:11.401] | : . .. .. .. .. ..$ crt : chr "ucrt" [22:19:11.401] | : . .. .. .. .. ..$ system : chr "x86_64, mingw32" [22:19:11.401] | : . .. .. .. .. ..$ status : chr "Under development (unstable)" [22:19:11.401] | : . .. .. .. .. ..$ major : chr "4" [22:19:11.401] | : . .. .. .. .. ..$ minor : chr "6.0" [22:19:11.401] | : . .. .. .. .. ..$ year : chr "2026" [22:19:11.401] | : . .. .. .. .. ..$ month : chr "03" [22:19:11.401] | : . .. .. .. .. ..$ day : chr "12" [22:19:11.401] | : . .. .. .. .. ..$ svn rev : chr "89611" [22:19:11.401] | : . .. .. .. .. ..$ language : chr "R" [22:19:11.401] | : . .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-03-12 r89611 ucrt)" [22:19:11.401] | : . .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [22:19:11.401] | : . .. .. .. .. ..$ os.type : chr "windows" [22:19:11.401] | : . .. .. .. ..$ system :List of 9 [22:19:11.401] | : . .. .. .. .. ..$ sysname : chr "Windows" [22:19:11.401] | : . .. .. .. .. ..$ release : chr "Server x64" [22:19:11.401] | : . .. .. .. .. ..$ version : chr "build 20348" [22:19:11.401] | : . .. .. .. .. ..$ nodename : chr "CRANWIN3" [22:19:11.401] | : . .. .. .. .. ..$ machine : chr "x86-64" [22:19:11.401] | : . .. .. .. .. ..$ login : chr "CRAN" [22:19:11.401] | : . .. .. .. .. ..$ user : chr "CRAN" [22:19:11.401] | : . .. .. .. .. ..$ effective_user: chr "CRAN" [22:19:11.401] | : . .. .. .. .. ..$ udomain : chr "CRANWIN3" [22:19:11.401] | : . .. .. .. ..$ l10n :List of 5 [22:19:11.401] | : . .. .. .. .. ..$ MBCS : logi TRUE [22:19:11.401] | : . .. .. .. .. ..$ UTF-8 : logi TRUE [22:19:11.401] | : . .. .. .. .. ..$ Latin-1 : logi FALSE [22:19:11.401] | : . .. .. .. .. ..$ codepage : int 65001 [22:19:11.401] | : . .. .. .. .. ..$ system.codepage: int 65001 [22:19:11.401] | : . .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.2" "1.25" ... [22:19:11.401] | : . .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [22:19:11.401] | : . .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [22:19:11.401] | : . .. .. .. ..$ tempdir : chr "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9" [22:19:11.401] | : . .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:11.401] | : . .. .. .. ..$ pkgs : NULL [22:19:11.401] | : . .. .. ..- attr(*, "options")=List of 35 [22:19:11.401] | : . .. .. .. ..$ worker : chr "localhost" [22:19:11.401] | : . .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.401] | : . .. .. .. ..$ master : chr "localhost" [22:19:11.401] | : . .. .. .. ..$ port : int 29675 [22:19:11.401] | : . .. .. .. ..$ connectTimeout : num 120 [22:19:11.401] | : . .. .. .. ..$ timeout : num 120 [22:19:11.401] | : . .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:19:11.401] | : . .. .. .. ..$ homogeneous : logi TRUE [22:19:11.401] | : . .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:89976:CRANWIN3:CRAN"| __truncated__ [22:19:11.401] | : . .. .. .. ..$ rscript_envs : NULL [22:19:11.401] | : . .. .. .. ..$ rscript_libs : NULL [22:19:11.401] | : . .. .. .. ..$ rscript_startup : NULL [22:19:11.401] | : . .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [22:19:11.401] | : . .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.401] | : . .. .. .. ..$ methods : logi TRUE [22:19:11.401] | : . .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.401] | : . .. .. .. ..$ useXDR : logi FALSE [22:19:11.401] | : . .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.401] | : . .. .. .. ..$ renice : int NA [22:19:11.401] | : . .. .. .. ..$ rshcmd : NULL [22:19:11.401] | : . .. .. .. ..$ user : chr(0) [22:19:11.401] | : . .. .. .. ..$ revtunnel : logi FALSE [22:19:11.401] | : . .. .. .. ..$ rshlogfile : NULL [22:19:11.401] | : . .. .. .. ..$ rshopts : chr(0) [22:19:11.401] | : . .. .. .. ..$ rank : int 0 [22:19:11.401] | : . .. .. .. ..$ manual : logi FALSE [22:19:11.401] | : . .. .. .. ..$ dryrun : logi FALSE [22:19:11.401] | : . .. .. .. ..$ quiet : logi FALSE [22:19:11.401] | : . .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.401] | : . .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.401] | : . .. .. .. ..$ rshcmd_label : NULL [22:19:11.401] | : . .. .. .. ..$ rsh_call : NULL [22:19:11.401] | : . .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.401] | : . .. .. .. ..$ localMachine : logi TRUE [22:19:11.401] | : . .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:19:11.401] | : . master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:19:11.401] | : . 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:19:11.401] | : . 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:19:11.401] | : . rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:19:11.401] | : . "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:19:11.401] | : . "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:19:11.401] | : . socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:19:11.401] | : . "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:19:11.401] | : . FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:19:11.401] | : . NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:19:11.401] | : . NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:19:11.401] | : . setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:19:11.401] | : . "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:19:11.401] | : . FALSE), action = c("launch", "options"), verbose = FALSE) [22:19:11.401] | : . .. .. .. ..$ arguments :List of 29 [22:19:11.401] | : . .. .. .. .. ..$ worker : chr "localhost" [22:19:11.401] | : . .. .. .. .. ..$ master : NULL [22:19:11.401] | : . .. .. .. .. ..$ port : int 29675 [22:19:11.401] | : . .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.401] | : . .. .. .. .. ..$ timeout : num 120 [22:19:11.401] | : . .. .. .. .. ..$ rscript : NULL [22:19:11.401] | : . .. .. .. .. ..$ homogeneous : NULL [22:19:11.401] | : . .. .. .. .. ..$ rscript_args : NULL [22:19:11.401] | : . .. .. .. .. ..$ rscript_envs : NULL [22:19:11.401] | : . .. .. .. .. ..$ rscript_libs : NULL [22:19:11.401] | : . .. .. .. .. ..$ rscript_startup : NULL [22:19:11.401] | : . .. .. .. .. ..$ rscript_sh : chr "auto" [22:19:11.401] | : . .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.401] | : . .. .. .. .. ..$ methods : logi TRUE [22:19:11.401] | : . .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.401] | : . .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.401] | : . .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.401] | : . .. .. .. .. ..$ renice : int NA [22:19:11.401] | : . .. .. .. .. ..$ rshcmd : NULL [22:19:11.401] | : . .. .. .. .. ..$ user : NULL [22:19:11.401] | : . .. .. .. .. ..$ revtunnel : logi NA [22:19:11.401] | : . .. .. .. .. ..$ rshlogfile : NULL [22:19:11.401] | : . .. .. .. .. ..$ rshopts : NULL [22:19:11.401] | : . .. .. .. .. ..$ rank : int 1 [22:19:11.401] | : . .. .. .. .. ..$ manual : logi FALSE [22:19:11.401] | : . .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.401] | : . .. .. .. .. ..$ quiet : logi FALSE [22:19:11.401] | : . .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.401] | : . .. .. .. .. ..$ calls : logi FALSE [22:19:11.401] | : . .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:19:11.401] | : . .. .. ..- attr(*, "calls")=Dotted pair list of 18 [22:19:11.401] | : . .. .. .. ..$ : language future:::testme("tweak") [22:19:11.401] | : . .. .. .. ..$ : language source(file.path(path, "run.R")) [22:19:11.401] | : . .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.401] | : . .. .. .. ..$ : language eval(ei, envir) [22:19:11.401] | : . .. .. .. ..$ : language eval(ei, envir) [22:19:11.401] | : . .. .. .. ..$ : language main() [22:19:11.401] | : . .. .. .. ..$ : language testme_run_test(testme) [22:19:11.401] | : . .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [22:19:11.401] | : . .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.401] | : . .. .. .. ..$ : language eval(ei, envir) [22:19:11.401] | : . .. .. .. ..$ : language eval(ei, envir) [22:19:11.401] | : . .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [22:19:11.401] | : . .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [22:19:11.401] | : . .. .. .. ..$ : language eval(expr, p) [22:19:11.401] | : . .. .. .. ..$ : language eval(expr, p) [22:19:11.401] | : . .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.401] | : . .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.401] | : . .. .. .. ..$ : language makeClusterPSOCK(1L) [22:19:11.401] | : . .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [22:19:11.401] | : . .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [22:19:11.401] | : . - attr(*, "call")= language future::plan(future::cluster, workers = cl) [22:19:11.452] | : . init: TRUE [22:19:11.453] | : . makeFutureBackend() ... [22:19:11.453] | : . ' Backend function: <'NULL'> [22:19:11.454] | : . ' Evaluator tweak arguments: [n=1] [22:19:11.454] | : . ' List of 1 [22:19:11.454] | : . ' $ workers:List of 1 [22:19:11.454] | : . ' ..$ :List of 4 [22:19:11.454] | : . ' .. ..$ con : 'sockconn' int 4 [22:19:11.454] | : . ' .. .. ..- attr(*, "conn_id")= [22:19:11.454] | : . ' .. ..$ host : chr "localhost" [22:19:11.454] | : . ' .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.454] | : . ' .. ..$ rank : int 0 [22:19:11.454] | : . ' .. ..$ session_info:List of 9 [22:19:11.454] | : . ' .. .. ..$ process :List of 1 [22:19:11.454] | : . ' .. .. .. ..$ pid: int 22260 [22:19:11.454] | : . ' .. .. ..$ r :List of 16 [22:19:11.454] | : . ' .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [22:19:11.454] | : . ' .. .. .. ..$ arch : chr "x86_64" [22:19:11.454] | : . ' .. .. .. ..$ os : chr "mingw32" [22:19:11.454] | : . ' .. .. .. ..$ crt : chr "ucrt" [22:19:11.454] | : . ' .. .. .. ..$ system : chr "x86_64, mingw32" [22:19:11.454] | : . ' .. .. .. ..$ status : chr "Under development (unstable)" [22:19:11.454] | : . ' .. .. .. ..$ major : chr "4" [22:19:11.454] | : . ' .. .. .. ..$ minor : chr "6.0" [22:19:11.454] | : . ' .. .. .. ..$ year : chr "2026" [22:19:11.454] | : . ' .. .. .. ..$ month : chr "03" [22:19:11.454] | : . ' .. .. .. ..$ day : chr "12" [22:19:11.454] | : . ' .. .. .. ..$ svn rev : chr "89611" [22:19:11.454] | : . ' .. .. .. ..$ language : chr "R" [22:19:11.454] | : . ' .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-03-12 r89611 ucrt)" [22:19:11.454] | : . ' .. .. .. ..$ nickname : chr "Unsuffered Consequences" [22:19:11.454] | : . ' .. .. .. ..$ os.type : chr "windows" [22:19:11.454] | : . ' .. .. ..$ system :List of 9 [22:19:11.454] | : . ' .. .. .. ..$ sysname : chr "Windows" [22:19:11.454] | : . ' .. .. .. ..$ release : chr "Server x64" [22:19:11.454] | : . ' .. .. .. ..$ version : chr "build 20348" [22:19:11.454] | : . ' .. .. .. ..$ nodename : chr "CRANWIN3" [22:19:11.454] | : . ' .. .. .. ..$ machine : chr "x86-64" [22:19:11.454] | : . ' .. .. .. ..$ login : chr "CRAN" [22:19:11.454] | : . ' .. .. .. ..$ user : chr "CRAN" [22:19:11.454] | : . ' .. .. .. ..$ effective_user: chr "CRAN" [22:19:11.454] | : . ' .. .. .. ..$ udomain : chr "CRANWIN3" [22:19:11.454] | : . ' .. .. ..$ l10n :List of 5 [22:19:11.454] | : . ' .. .. .. ..$ MBCS : logi TRUE [22:19:11.454] | : . ' .. .. .. ..$ UTF-8 : logi TRUE [22:19:11.454] | : . ' .. .. .. ..$ Latin-1 : logi FALSE [22:19:11.454] | : . ' .. .. .. ..$ codepage : int 65001 [22:19:11.454] | : . ' .. .. .. ..$ system.codepage: int 65001 [22:19:11.454] | : . ' .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.2" "1.25" ... [22:19:11.454] | : . ' .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [22:19:11.454] | : . ' .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [22:19:11.454] | : . ' .. .. ..$ tempdir : chr "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9" [22:19:11.454] | : . ' .. .. ..$ libs : chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:11.454] | : . ' .. .. ..$ pkgs : NULL [22:19:11.454] | : . ' .. ..- attr(*, "options")=List of 35 [22:19:11.454] | : . ' .. .. ..$ worker : chr "localhost" [22:19:11.454] | : . ' .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.454] | : . ' .. .. ..$ master : chr "localhost" [22:19:11.454] | : . ' .. .. ..$ port : int 29675 [22:19:11.454] | : . ' .. .. ..$ connectTimeout : num 120 [22:19:11.454] | : . ' .. .. ..$ timeout : num 120 [22:19:11.454] | : . ' .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:19:11.454] | : . ' .. .. ..$ homogeneous : logi TRUE [22:19:11.454] | : . ' .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:89976:CRANWIN3:CRAN"| __truncated__ [22:19:11.454] | : . ' .. .. ..$ rscript_envs : NULL [22:19:11.454] | : . ' .. .. ..$ rscript_libs : NULL [22:19:11.454] | : . ' .. .. ..$ rscript_startup : NULL [22:19:11.454] | : . ' .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [22:19:11.454] | : . ' .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.454] | : . ' .. .. ..$ methods : logi TRUE [22:19:11.454] | : . ' .. .. ..$ socketOptions : chr "no-delay" [22:19:11.454] | : . ' .. .. ..$ useXDR : logi FALSE [22:19:11.454] | : . ' .. .. ..$ outfile : chr "/dev/null" [22:19:11.454] | : . ' .. .. ..$ renice : int NA [22:19:11.454] | : . ' .. .. ..$ rshcmd : NULL [22:19:11.454] | : . ' .. .. ..$ user : chr(0) [22:19:11.454] | : . ' .. .. ..$ revtunnel : logi FALSE [22:19:11.454] | : . ' .. .. ..$ rshlogfile : NULL [22:19:11.454] | : . ' .. .. ..$ rshopts : chr(0) [22:19:11.454] | : . ' .. .. ..$ rank : int 0 [22:19:11.454] | : . ' .. .. ..$ manual : logi FALSE [22:19:11.454] | : . ' .. .. ..$ dryrun : logi FALSE [22:19:11.454] | : . ' .. .. ..$ quiet : logi FALSE [22:19:11.454] | : . ' .. .. ..$ setup_strategy : chr "parallel" [22:19:11.454] | : . ' .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.454] | : . ' .. .. ..$ rshcmd_label : NULL [22:19:11.454] | : . ' .. .. ..$ rsh_call : NULL [22:19:11.454] | : . ' .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.454] | : . ' .. .. ..$ localMachine : logi TRUE [22:19:11.454] | : . ' .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:19:11.454] | : . ' master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:19:11.454] | : . ' 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:19:11.454] | : . ' 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:19:11.454] | : . ' rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:19:11.454] | : . ' "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:19:11.454] | : . ' "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:19:11.454] | : . ' socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:19:11.454] | : . ' "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:19:11.454] | : . ' FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:19:11.454] | : . ' NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:19:11.454] | : . ' NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:19:11.454] | : . ' setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:19:11.454] | : . ' "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:19:11.454] | : . ' FALSE), action = c("launch", "options"), verbose = FALSE) [22:19:11.454] | : . ' .. .. ..$ arguments :List of 29 [22:19:11.454] | : . ' .. .. .. ..$ worker : chr "localhost" [22:19:11.454] | : . ' .. .. .. ..$ master : NULL [22:19:11.454] | : . ' .. .. .. ..$ port : int 29675 [22:19:11.454] | : . ' .. .. .. ..$ connectTimeout : num 120 [22:19:11.454] | : . ' .. .. .. ..$ timeout : num 120 [22:19:11.454] | : . ' .. .. .. ..$ rscript : NULL [22:19:11.454] | : . ' .. .. .. ..$ homogeneous : NULL [22:19:11.454] | : . ' .. .. .. ..$ rscript_args : NULL [22:19:11.454] | : . ' .. .. .. ..$ rscript_envs : NULL [22:19:11.454] | : . ' .. .. .. ..$ rscript_libs : NULL [22:19:11.454] | : . ' .. .. .. ..$ rscript_startup : NULL [22:19:11.454] | : . ' .. .. .. ..$ rscript_sh : chr "auto" [22:19:11.454] | : . ' .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.454] | : . ' .. .. .. ..$ methods : logi TRUE [22:19:11.454] | : . ' .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.454] | : . ' .. .. .. ..$ useXDR : logi FALSE [22:19:11.454] | : . ' .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.454] | : . ' .. .. .. ..$ renice : int NA [22:19:11.454] | : . ' .. .. .. ..$ rshcmd : NULL [22:19:11.454] | : . ' .. .. .. ..$ user : NULL [22:19:11.454] | : . ' .. .. .. ..$ revtunnel : logi NA [22:19:11.454] | : . ' .. .. .. ..$ rshlogfile : NULL [22:19:11.454] | : . ' .. .. .. ..$ rshopts : NULL [22:19:11.454] | : . ' .. .. .. ..$ rank : int 1 [22:19:11.454] | : . ' .. .. .. ..$ manual : logi FALSE [22:19:11.454] | : . ' .. .. .. ..$ dryrun : logi FALSE [22:19:11.454] | : . ' .. .. .. ..$ quiet : logi FALSE [22:19:11.454] | : . ' .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.454] | : . ' .. .. .. ..$ calls : logi FALSE [22:19:11.454] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:19:11.454] | : . ' .. ..- attr(*, "calls")=Dotted pair list of 18 [22:19:11.454] | : . ' .. .. ..$ : language future:::testme("tweak") [22:19:11.454] | : . ' .. .. ..$ : language source(file.path(path, "run.R")) [22:19:11.454] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.454] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.454] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.454] | : . ' .. .. ..$ : language main() [22:19:11.454] | : . ' .. .. ..$ : language testme_run_test(testme) [22:19:11.454] | : . ' .. .. ..$ : language source(testme[["script"]], echo = TRUE) [22:19:11.454] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.454] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.454] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.454] | : . ' .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [22:19:11.454] | : . ' .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [22:19:11.454] | : . ' .. .. ..$ : language eval(expr, p) [22:19:11.454] | : . ' .. .. ..$ : language eval(expr, p) [22:19:11.454] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.454] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.454] | : . ' .. .. ..$ : language makeClusterPSOCK(1L) [22:19:11.454] | : . ' .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [22:19:11.454] | : . ' ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [22:19:11.501] | : . ' Evaluator formal arguments: [n=1] [22:19:11.502] | : . ' Dotted pair list of 1 [22:19:11.502] | : . ' $ workers:List of 1 [22:19:11.502] | : . ' ..$ :List of 4 [22:19:11.502] | : . ' .. ..$ con : 'sockconn' int 4 [22:19:11.502] | : . ' .. .. ..- attr(*, "conn_id")= [22:19:11.502] | : . ' .. ..$ host : chr "localhost" [22:19:11.502] | : . ' .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.502] | : . ' .. ..$ rank : int 0 [22:19:11.502] | : . ' .. ..$ session_info:List of 9 [22:19:11.502] | : . ' .. .. ..$ process :List of 1 [22:19:11.502] | : . ' .. .. .. ..$ pid: int 22260 [22:19:11.502] | : . ' .. .. ..$ r :List of 16 [22:19:11.502] | : . ' .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [22:19:11.502] | : . ' .. .. .. ..$ arch : chr "x86_64" [22:19:11.502] | : . ' .. .. .. ..$ os : chr "mingw32" [22:19:11.502] | : . ' .. .. .. ..$ crt : chr "ucrt" [22:19:11.502] | : . ' .. .. .. ..$ system : chr "x86_64, mingw32" [22:19:11.502] | : . ' .. .. .. ..$ status : chr "Under development (unstable)" [22:19:11.502] | : . ' .. .. .. ..$ major : chr "4" [22:19:11.502] | : . ' .. .. .. ..$ minor : chr "6.0" [22:19:11.502] | : . ' .. .. .. ..$ year : chr "2026" [22:19:11.502] | : . ' .. .. .. ..$ month : chr "03" [22:19:11.502] | : . ' .. .. .. ..$ day : chr "12" [22:19:11.502] | : . ' .. .. .. ..$ svn rev : chr "89611" [22:19:11.502] | : . ' .. .. .. ..$ language : chr "R" [22:19:11.502] | : . ' .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-03-12 r89611 ucrt)" [22:19:11.502] | : . ' .. .. .. ..$ nickname : chr "Unsuffered Consequences" [22:19:11.502] | : . ' .. .. .. ..$ os.type : chr "windows" [22:19:11.502] | : . ' .. .. ..$ system :List of 9 [22:19:11.502] | : . ' .. .. .. ..$ sysname : chr "Windows" [22:19:11.502] | : . ' .. .. .. ..$ release : chr "Server x64" [22:19:11.502] | : . ' .. .. .. ..$ version : chr "build 20348" [22:19:11.502] | : . ' .. .. .. ..$ nodename : chr "CRANWIN3" [22:19:11.502] | : . ' .. .. .. ..$ machine : chr "x86-64" [22:19:11.502] | : . ' .. .. .. ..$ login : chr "CRAN" [22:19:11.502] | : . ' .. .. .. ..$ user : chr "CRAN" [22:19:11.502] | : . ' .. .. .. ..$ effective_user: chr "CRAN" [22:19:11.502] | : . ' .. .. .. ..$ udomain : chr "CRANWIN3" [22:19:11.502] | : . ' .. .. ..$ l10n :List of 5 [22:19:11.502] | : . ' .. .. .. ..$ MBCS : logi TRUE [22:19:11.502] | : . ' .. .. .. ..$ UTF-8 : logi TRUE [22:19:11.502] | : . ' .. .. .. ..$ Latin-1 : logi FALSE [22:19:11.502] | : . ' .. .. .. ..$ codepage : int 65001 [22:19:11.502] | : . ' .. .. .. ..$ system.codepage: int 65001 [22:19:11.502] | : . ' .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.2" "1.25" ... [22:19:11.502] | : . ' .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [22:19:11.502] | : . ' .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [22:19:11.502] | : . ' .. .. ..$ tempdir : chr "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9" [22:19:11.502] | : . ' .. .. ..$ libs : chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:11.502] | : . ' .. .. ..$ pkgs : NULL [22:19:11.502] | : . ' .. ..- attr(*, "options")=List of 35 [22:19:11.502] | : . ' .. .. ..$ worker : chr "localhost" [22:19:11.502] | : . ' .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.502] | : . ' .. .. ..$ master : chr "localhost" [22:19:11.502] | : . ' .. .. ..$ port : int 29675 [22:19:11.502] | : . ' .. .. ..$ connectTimeout : num 120 [22:19:11.502] | : . ' .. .. ..$ timeout : num 120 [22:19:11.502] | : . ' .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:19:11.502] | : . ' .. .. ..$ homogeneous : logi TRUE [22:19:11.502] | : . ' .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:89976:CRANWIN3:CRAN"| __truncated__ [22:19:11.502] | : . ' .. .. ..$ rscript_envs : NULL [22:19:11.502] | : . ' .. .. ..$ rscript_libs : NULL [22:19:11.502] | : . ' .. .. ..$ rscript_startup : NULL [22:19:11.502] | : . ' .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [22:19:11.502] | : . ' .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.502] | : . ' .. .. ..$ methods : logi TRUE [22:19:11.502] | : . ' .. .. ..$ socketOptions : chr "no-delay" [22:19:11.502] | : . ' .. .. ..$ useXDR : logi FALSE [22:19:11.502] | : . ' .. .. ..$ outfile : chr "/dev/null" [22:19:11.502] | : . ' .. .. ..$ renice : int NA [22:19:11.502] | : . ' .. .. ..$ rshcmd : NULL [22:19:11.502] | : . ' .. .. ..$ user : chr(0) [22:19:11.502] | : . ' .. .. ..$ revtunnel : logi FALSE [22:19:11.502] | : . ' .. .. ..$ rshlogfile : NULL [22:19:11.502] | : . ' .. .. ..$ rshopts : chr(0) [22:19:11.502] | : . ' .. .. ..$ rank : int 0 [22:19:11.502] | : . ' .. .. ..$ manual : logi FALSE [22:19:11.502] | : . ' .. .. ..$ dryrun : logi FALSE [22:19:11.502] | : . ' .. .. ..$ quiet : logi FALSE [22:19:11.502] | : . ' .. .. ..$ setup_strategy : chr "parallel" [22:19:11.502] | : . ' .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.502] | : . ' .. .. ..$ rshcmd_label : NULL [22:19:11.502] | : . ' .. .. ..$ rsh_call : NULL [22:19:11.502] | : . ' .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.502] | : . ' .. .. ..$ localMachine : logi TRUE [22:19:11.502] | : . ' .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:19:11.502] | : . ' master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:19:11.502] | : . ' 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:19:11.502] | : . ' 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:19:11.502] | : . ' rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:19:11.502] | : . ' "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:19:11.502] | : . ' "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:19:11.502] | : . ' socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:19:11.502] | : . ' "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:19:11.502] | : . ' FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:19:11.502] | : . ' NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:19:11.502] | : . ' NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:19:11.502] | : . ' setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:19:11.502] | : . ' "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:19:11.502] | : . ' FALSE), action = c("launch", "options"), verbose = FALSE) [22:19:11.502] | : . ' .. .. ..$ arguments :List of 29 [22:19:11.502] | : . ' .. .. .. ..$ worker : chr "localhost" [22:19:11.502] | : . ' .. .. .. ..$ master : NULL [22:19:11.502] | : . ' .. .. .. ..$ port : int 29675 [22:19:11.502] | : . ' .. .. .. ..$ connectTimeout : num 120 [22:19:11.502] | : . ' .. .. .. ..$ timeout : num 120 [22:19:11.502] | : . ' .. .. .. ..$ rscript : NULL [22:19:11.502] | : . ' .. .. .. ..$ homogeneous : NULL [22:19:11.502] | : . ' .. .. .. ..$ rscript_args : NULL [22:19:11.502] | : . ' .. .. .. ..$ rscript_envs : NULL [22:19:11.502] | : . ' .. .. .. ..$ rscript_libs : NULL [22:19:11.502] | : . ' .. .. .. ..$ rscript_startup : NULL [22:19:11.502] | : . ' .. .. .. ..$ rscript_sh : chr "auto" [22:19:11.502] | : . ' .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.502] | : . ' .. .. .. ..$ methods : logi TRUE [22:19:11.502] | : . ' .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.502] | : . ' .. .. .. ..$ useXDR : logi FALSE [22:19:11.502] | : . ' .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.502] | : . ' .. .. .. ..$ renice : int NA [22:19:11.502] | : . ' .. .. .. ..$ rshcmd : NULL [22:19:11.502] | : . ' .. .. .. ..$ user : NULL [22:19:11.502] | : . ' .. .. .. ..$ revtunnel : logi NA [22:19:11.502] | : . ' .. .. .. ..$ rshlogfile : NULL [22:19:11.502] | : . ' .. .. .. ..$ rshopts : NULL [22:19:11.502] | : . ' .. .. .. ..$ rank : int 1 [22:19:11.502] | : . ' .. .. .. ..$ manual : logi FALSE [22:19:11.502] | : . ' .. .. .. ..$ dryrun : logi FALSE [22:19:11.502] | : . ' .. .. .. ..$ quiet : logi FALSE [22:19:11.502] | : . ' .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.502] | : . ' .. .. .. ..$ calls : logi FALSE [22:19:11.502] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:19:11.502] | : . ' .. ..- attr(*, "calls")=Dotted pair list of 18 [22:19:11.502] | : . ' .. .. ..$ : language future:::testme("tweak") [22:19:11.502] | : . ' .. .. ..$ : language source(file.path(path, "run.R")) [22:19:11.502] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.502] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.502] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.502] | : . ' .. .. ..$ : language main() [22:19:11.502] | : . ' .. .. ..$ : language testme_run_test(testme) [22:19:11.502] | : . ' .. .. ..$ : language source(testme[["script"]], echo = TRUE) [22:19:11.502] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.502] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.502] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.502] | : . ' .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [22:19:11.502] | : . ' .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [22:19:11.502] | : . ' .. .. ..$ : language eval(expr, p) [22:19:11.502] | : . ' .. .. ..$ : language eval(expr, p) [22:19:11.502] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.502] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.502] | : . ' .. .. ..$ : language makeClusterPSOCK(1L) [22:19:11.502] | : . ' .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [22:19:11.502] | : . ' ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [22:19:11.547] | : . ' Arguments passed to the future-backend factory: [n=1] [22:19:11.548] | : . ' List of 1 [22:19:11.548] | : . ' $ workers:List of 1 [22:19:11.548] | : . ' ..$ :List of 4 [22:19:11.548] | : . ' .. ..$ con : 'sockconn' int 4 [22:19:11.548] | : . ' .. .. ..- attr(*, "conn_id")= [22:19:11.548] | : . ' .. ..$ host : chr "localhost" [22:19:11.548] | : . ' .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.548] | : . ' .. ..$ rank : int 0 [22:19:11.548] | : . ' .. ..$ session_info:List of 9 [22:19:11.548] | : . ' .. .. ..$ process :List of 1 [22:19:11.548] | : . ' .. .. .. ..$ pid: int 22260 [22:19:11.548] | : . ' .. .. ..$ r :List of 16 [22:19:11.548] | : . ' .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [22:19:11.548] | : . ' .. .. .. ..$ arch : chr "x86_64" [22:19:11.548] | : . ' .. .. .. ..$ os : chr "mingw32" [22:19:11.548] | : . ' .. .. .. ..$ crt : chr "ucrt" [22:19:11.548] | : . ' .. .. .. ..$ system : chr "x86_64, mingw32" [22:19:11.548] | : . ' .. .. .. ..$ status : chr "Under development (unstable)" [22:19:11.548] | : . ' .. .. .. ..$ major : chr "4" [22:19:11.548] | : . ' .. .. .. ..$ minor : chr "6.0" [22:19:11.548] | : . ' .. .. .. ..$ year : chr "2026" [22:19:11.548] | : . ' .. .. .. ..$ month : chr "03" [22:19:11.548] | : . ' .. .. .. ..$ day : chr "12" [22:19:11.548] | : . ' .. .. .. ..$ svn rev : chr "89611" [22:19:11.548] | : . ' .. .. .. ..$ language : chr "R" [22:19:11.548] | : . ' .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-03-12 r89611 ucrt)" [22:19:11.548] | : . ' .. .. .. ..$ nickname : chr "Unsuffered Consequences" [22:19:11.548] | : . ' .. .. .. ..$ os.type : chr "windows" [22:19:11.548] | : . ' .. .. ..$ system :List of 9 [22:19:11.548] | : . ' .. .. .. ..$ sysname : chr "Windows" [22:19:11.548] | : . ' .. .. .. ..$ release : chr "Server x64" [22:19:11.548] | : . ' .. .. .. ..$ version : chr "build 20348" [22:19:11.548] | : . ' .. .. .. ..$ nodename : chr "CRANWIN3" [22:19:11.548] | : . ' .. .. .. ..$ machine : chr "x86-64" [22:19:11.548] | : . ' .. .. .. ..$ login : chr "CRAN" [22:19:11.548] | : . ' .. .. .. ..$ user : chr "CRAN" [22:19:11.548] | : . ' .. .. .. ..$ effective_user: chr "CRAN" [22:19:11.548] | : . ' .. .. .. ..$ udomain : chr "CRANWIN3" [22:19:11.548] | : . ' .. .. ..$ l10n :List of 5 [22:19:11.548] | : . ' .. .. .. ..$ MBCS : logi TRUE [22:19:11.548] | : . ' .. .. .. ..$ UTF-8 : logi TRUE [22:19:11.548] | : . ' .. .. .. ..$ Latin-1 : logi FALSE [22:19:11.548] | : . ' .. .. .. ..$ codepage : int 65001 [22:19:11.548] | : . ' .. .. .. ..$ system.codepage: int 65001 [22:19:11.548] | : . ' .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.2" "1.25" ... [22:19:11.548] | : . ' .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [22:19:11.548] | : . ' .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [22:19:11.548] | : . ' .. .. ..$ tempdir : chr "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9" [22:19:11.548] | : . ' .. .. ..$ libs : chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:11.548] | : . ' .. .. ..$ pkgs : NULL [22:19:11.548] | : . ' .. ..- attr(*, "options")=List of 35 [22:19:11.548] | : . ' .. .. ..$ worker : chr "localhost" [22:19:11.548] | : . ' .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.548] | : . ' .. .. ..$ master : chr "localhost" [22:19:11.548] | : . ' .. .. ..$ port : int 29675 [22:19:11.548] | : . ' .. .. ..$ connectTimeout : num 120 [22:19:11.548] | : . ' .. .. ..$ timeout : num 120 [22:19:11.548] | : . ' .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:19:11.548] | : . ' .. .. ..$ homogeneous : logi TRUE [22:19:11.548] | : . ' .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:89976:CRANWIN3:CRAN"| __truncated__ [22:19:11.548] | : . ' .. .. ..$ rscript_envs : NULL [22:19:11.548] | : . ' .. .. ..$ rscript_libs : NULL [22:19:11.548] | : . ' .. .. ..$ rscript_startup : NULL [22:19:11.548] | : . ' .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [22:19:11.548] | : . ' .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.548] | : . ' .. .. ..$ methods : logi TRUE [22:19:11.548] | : . ' .. .. ..$ socketOptions : chr "no-delay" [22:19:11.548] | : . ' .. .. ..$ useXDR : logi FALSE [22:19:11.548] | : . ' .. .. ..$ outfile : chr "/dev/null" [22:19:11.548] | : . ' .. .. ..$ renice : int NA [22:19:11.548] | : . ' .. .. ..$ rshcmd : NULL [22:19:11.548] | : . ' .. .. ..$ user : chr(0) [22:19:11.548] | : . ' .. .. ..$ revtunnel : logi FALSE [22:19:11.548] | : . ' .. .. ..$ rshlogfile : NULL [22:19:11.548] | : . ' .. .. ..$ rshopts : chr(0) [22:19:11.548] | : . ' .. .. ..$ rank : int 0 [22:19:11.548] | : . ' .. .. ..$ manual : logi FALSE [22:19:11.548] | : . ' .. .. ..$ dryrun : logi FALSE [22:19:11.548] | : . ' .. .. ..$ quiet : logi FALSE [22:19:11.548] | : . ' .. .. ..$ setup_strategy : chr "parallel" [22:19:11.548] | : . ' .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.548] | : . ' .. .. ..$ rshcmd_label : NULL [22:19:11.548] | : . ' .. .. ..$ rsh_call : NULL [22:19:11.548] | : . ' .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.548] | : . ' .. .. ..$ localMachine : logi TRUE [22:19:11.548] | : . ' .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:19:11.548] | : . ' master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:19:11.548] | : . ' 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:19:11.548] | : . ' 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:19:11.548] | : . ' rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:19:11.548] | : . ' "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:19:11.548] | : . ' "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:19:11.548] | : . ' socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:19:11.548] | : . ' "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:19:11.548] | : . ' FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:19:11.548] | : . ' NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:19:11.548] | : . ' NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:19:11.548] | : . ' setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:19:11.548] | : . ' "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:19:11.548] | : . ' FALSE), action = c("launch", "options"), verbose = FALSE) [22:19:11.548] | : . ' .. .. ..$ arguments :List of 29 [22:19:11.548] | : . ' .. .. .. ..$ worker : chr "localhost" [22:19:11.548] | : . ' .. .. .. ..$ master : NULL [22:19:11.548] | : . ' .. .. .. ..$ port : int 29675 [22:19:11.548] | : . ' .. .. .. ..$ connectTimeout : num 120 [22:19:11.548] | : . ' .. .. .. ..$ timeout : num 120 [22:19:11.548] | : . ' .. .. .. ..$ rscript : NULL [22:19:11.548] | : . ' .. .. .. ..$ homogeneous : NULL [22:19:11.548] | : . ' .. .. .. ..$ rscript_args : NULL [22:19:11.548] | : . ' .. .. .. ..$ rscript_envs : NULL [22:19:11.548] | : . ' .. .. .. ..$ rscript_libs : NULL [22:19:11.548] | : . ' .. .. .. ..$ rscript_startup : NULL [22:19:11.548] | : . ' .. .. .. ..$ rscript_sh : chr "auto" [22:19:11.548] | : . ' .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.548] | : . ' .. .. .. ..$ methods : logi TRUE [22:19:11.548] | : . ' .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.548] | : . ' .. .. .. ..$ useXDR : logi FALSE [22:19:11.548] | : . ' .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.548] | : . ' .. .. .. ..$ renice : int NA [22:19:11.548] | : . ' .. .. .. ..$ rshcmd : NULL [22:19:11.548] | : . ' .. .. .. ..$ user : NULL [22:19:11.548] | : . ' .. .. .. ..$ revtunnel : logi NA [22:19:11.548] | : . ' .. .. .. ..$ rshlogfile : NULL [22:19:11.548] | : . ' .. .. .. ..$ rshopts : NULL [22:19:11.548] | : . ' .. .. .. ..$ rank : int 1 [22:19:11.548] | : . ' .. .. .. ..$ manual : logi FALSE [22:19:11.548] | : . ' .. .. .. ..$ dryrun : logi FALSE [22:19:11.548] | : . ' .. .. .. ..$ quiet : logi FALSE [22:19:11.548] | : . ' .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.548] | : . ' .. .. .. ..$ calls : logi FALSE [22:19:11.548] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:19:11.548] | : . ' .. ..- attr(*, "calls")=Dotted pair list of 18 [22:19:11.548] | : . ' .. .. ..$ : language future:::testme("tweak") [22:19:11.548] | : . ' .. .. ..$ : language source(file.path(path, "run.R")) [22:19:11.548] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.548] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.548] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.548] | : . ' .. .. ..$ : language main() [22:19:11.548] | : . ' .. .. ..$ : language testme_run_test(testme) [22:19:11.548] | : . ' .. .. ..$ : language source(testme[["script"]], echo = TRUE) [22:19:11.548] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.548] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.548] | : . ' .. .. ..$ : language eval(ei, envir) [22:19:11.548] | : . ' .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [22:19:11.548] | : . ' .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [22:19:11.548] | : . ' .. .. ..$ : language eval(expr, p) [22:19:11.548] | : . ' .. .. ..$ : language eval(expr, p) [22:19:11.548] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.548] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.548] | : . ' .. .. ..$ : language makeClusterPSOCK(1L) [22:19:11.548] | : . ' .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [22:19:11.548] | : . ' ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [22:19:11.594] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = FALSE) ... [22:19:11.595] | : . ' , Stopping existing cluster ... [22:19:11.596] | : . ' , ; No pre-existing cluster. Skipping [22:19:11.596] | : . ' , Stopping existing cluster ... done [22:19:11.597] | : . ' , Number of workers: 1 [22:19:11.604] | : . ' , Generated workers UUID [22:19:11.605] | : . ' , Workers UUID: '851a41ef6f92143679c98fda596ee82d' [22:19:11.605] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = FALSE) ... done [22:19:11.606] | : . ' Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [22:19:11.607] | : . makeFutureBackend() ... done [22:19:11.607] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [22:19:11.608] | : nbrOfWorkers(NULL) ... [22:19:11.608] | : . List of 4 [22:19:11.608] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:19:11.608] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:19:11.608] | : . $ : language nbrOfWorkers() [22:19:11.608] | : . $ : language nbrOfWorkers.NULL() [22:19:11.611] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.611] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.612] | : . Number of workers: 1 [22:19:11.612] | : nbrOfWorkers(NULL) ... done [22:19:11.613] | : plan(): nbrOfWorkers() = 1 [22:19:11.613] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:19:11.614] plan(<'call'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.621] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.622] | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.623] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:19:11.623] | : . all.equal() for FutureStrategyList ... [22:19:11.624] | : . ' New stack: [22:19:11.624] | : . ' List of 1 [22:19:11.624] | : . ' $ :function (..., envir = parent.frame()) [22:19:11.624] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.624] | : . ' ..- attr(*, "init")= logi TRUE [22:19:11.624] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.624] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.624] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.624] | : . ' ..- attr(*, "call")= language plan(sequential) [22:19:11.624] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.628] | : . ' Old stack: [22:19:11.628] | : . ' List of 1 [22:19:11.628] | : . ' $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [22:19:11.628] | : . ' session_info = list(process = list(pid = 22260L), r = list(platform = "x86_64-w64-mingw32", [22:19:11.628] | : . ' arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [22:19:11.628] | : . ' status = "Under development (unstable)", major = "4", minor = "6.0", [22:19:11.628] | : . ' year = "2026", month = "03", day = "12", `svn rev` = "89611", language = "R", [22:19:11.628] | : . ' version.string = "R Under development (unstable) (2026-03-12 r89611 ucrt)", [22:19:11.628] | : . ' nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [22:19:11.628] | : . ' sysname = "Windows", release = "Server x64", version = "build 20348", [22:19:11.628] | : . ' nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [22:19:11.628] | : . ' effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [22:19:11.628] | : . ' `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [22:19:11.628] | : . ' extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [22:19:11.628] | : . ' xz = "5.8.2", libdeflate = "1.25", zstd = "1.5.7", PCRE = "10.47 2025-10-21", [22:19:11.628] | : . ' ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [22:19:11.628] | : . ' readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [22:19:11.628] | : . ' tempdir = "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9", libs = c("D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625", [22:19:11.628] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [22:19:11.628] | : . ' ..- attr(*, "init")= chr "done" [22:19:11.628] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [22:19:11.628] | : . ' earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [22:19:11.628] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.628] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.628] | : . ' ..- attr(*, "tweaks")=List of 1 [22:19:11.628] | : . ' .. ..$ workers:List of 1 [22:19:11.628] | : . ' .. .. ..$ :List of 4 [22:19:11.628] | : . ' .. .. .. ..$ con : 'sockconn' int 4 [22:19:11.628] | : . ' .. .. .. .. ..- attr(*, "conn_id")= [22:19:11.628] | : . ' .. .. .. ..$ host : chr "localhost" [22:19:11.628] | : . ' .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.628] | : . ' .. .. .. ..$ rank : int 0 [22:19:11.628] | : . ' .. .. .. ..$ session_info:List of 9 [22:19:11.628] | : . ' .. .. .. .. ..$ process :List of 1 [22:19:11.628] | : . ' .. .. .. .. .. ..$ pid: int 22260 [22:19:11.628] | : . ' .. .. .. .. ..$ r :List of 16 [22:19:11.628] | : . ' .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [22:19:11.628] | : . ' .. .. .. .. .. ..$ arch : chr "x86_64" [22:19:11.628] | : . ' .. .. .. .. .. ..$ os : chr "mingw32" [22:19:11.628] | : . ' .. .. .. .. .. ..$ crt : chr "ucrt" [22:19:11.628] | : . ' .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [22:19:11.628] | : . ' .. .. .. .. .. ..$ status : chr "Under development (unstable)" [22:19:11.628] | : . ' .. .. .. .. .. ..$ major : chr "4" [22:19:11.628] | : . ' .. .. .. .. .. ..$ minor : chr "6.0" [22:19:11.628] | : . ' .. .. .. .. .. ..$ year : chr "2026" [22:19:11.628] | : . ' .. .. .. .. .. ..$ month : chr "03" [22:19:11.628] | : . ' .. .. .. .. .. ..$ day : chr "12" [22:19:11.628] | : . ' .. .. .. .. .. ..$ svn rev : chr "89611" [22:19:11.628] | : . ' .. .. .. .. .. ..$ language : chr "R" [22:19:11.628] | : . ' .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-03-12 r89611 ucrt)" [22:19:11.628] | : . ' .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [22:19:11.628] | : . ' .. .. .. .. .. ..$ os.type : chr "windows" [22:19:11.628] | : . ' .. .. .. .. ..$ system :List of 9 [22:19:11.628] | : . ' .. .. .. .. .. ..$ sysname : chr "Windows" [22:19:11.628] | : . ' .. .. .. .. .. ..$ release : chr "Server x64" [22:19:11.628] | : . ' .. .. .. .. .. ..$ version : chr "build 20348" [22:19:11.628] | : . ' .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [22:19:11.628] | : . ' .. .. .. .. .. ..$ machine : chr "x86-64" [22:19:11.628] | : . ' .. .. .. .. .. ..$ login : chr "CRAN" [22:19:11.628] | : . ' .. .. .. .. .. ..$ user : chr "CRAN" [22:19:11.628] | : . ' .. .. .. .. .. ..$ effective_user: chr "CRAN" [22:19:11.628] | : . ' .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [22:19:11.628] | : . ' .. .. .. .. ..$ l10n :List of 5 [22:19:11.628] | : . ' .. .. .. .. .. ..$ MBCS : logi TRUE [22:19:11.628] | : . ' .. .. .. .. .. ..$ UTF-8 : logi TRUE [22:19:11.628] | : . ' .. .. .. .. .. ..$ Latin-1 : logi FALSE [22:19:11.628] | : . ' .. .. .. .. .. ..$ codepage : int 65001 [22:19:11.628] | : . ' .. .. .. .. .. ..$ system.codepage: int 65001 [22:19:11.628] | : . ' .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.2" "1.25" ... [22:19:11.628] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [22:19:11.628] | : . ' .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [22:19:11.628] | : . ' .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9" [22:19:11.628] | : . ' .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:11.628] | : . ' .. .. .. .. ..$ pkgs : NULL [22:19:11.628] | : . ' .. .. .. ..- attr(*, "options")=List of 35 [22:19:11.628] | : . ' .. .. .. .. ..$ worker : chr "localhost" [22:19:11.628] | : . ' .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.628] | : . ' .. .. .. .. ..$ master : chr "localhost" [22:19:11.628] | : . ' .. .. .. .. ..$ port : int 29675 [22:19:11.628] | : . ' .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.628] | : . ' .. .. .. .. ..$ timeout : num 120 [22:19:11.628] | : . ' .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:19:11.628] | : . ' .. .. .. .. ..$ homogeneous : logi TRUE [22:19:11.628] | : . ' .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:89976:CRANWIN3:CRAN"| __truncated__ [22:19:11.628] | : . ' .. .. .. .. ..$ rscript_envs : NULL [22:19:11.628] | : . ' .. .. .. .. ..$ rscript_libs : NULL [22:19:11.628] | : . ' .. .. .. .. ..$ rscript_startup : NULL [22:19:11.628] | : . ' .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [22:19:11.628] | : . ' .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.628] | : . ' .. .. .. .. ..$ methods : logi TRUE [22:19:11.628] | : . ' .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.628] | : . ' .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.628] | : . ' .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.628] | : . ' .. .. .. .. ..$ renice : int NA [22:19:11.628] | : . ' .. .. .. .. ..$ rshcmd : NULL [22:19:11.628] | : . ' .. .. .. .. ..$ user : chr(0) [22:19:11.628] | : . ' .. .. .. .. ..$ revtunnel : logi FALSE [22:19:11.628] | : . ' .. .. .. .. ..$ rshlogfile : NULL [22:19:11.628] | : . ' .. .. .. .. ..$ rshopts : chr(0) [22:19:11.628] | : . ' .. .. .. .. ..$ rank : int 0 [22:19:11.628] | : . ' .. .. .. .. ..$ manual : logi FALSE [22:19:11.628] | : . ' .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.628] | : . ' .. .. .. .. ..$ quiet : logi FALSE [22:19:11.628] | : . ' .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.628] | : . ' .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.628] | : . ' .. .. .. .. ..$ rshcmd_label : NULL [22:19:11.628] | : . ' .. .. .. .. ..$ rsh_call : NULL [22:19:11.628] | : . ' .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.628] | : . ' .. .. .. .. ..$ localMachine : logi TRUE [22:19:11.628] | : . ' .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:19:11.628] | : . ' master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:19:11.628] | : . ' 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:19:11.628] | : . ' 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:19:11.628] | : . ' rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:19:11.628] | : . ' "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:19:11.628] | : . ' "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:19:11.628] | : . ' socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:19:11.628] | : . ' "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:19:11.628] | : . ' FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:19:11.628] | : . ' NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:19:11.628] | : . ' NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:19:11.628] | : . ' setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:19:11.628] | : . ' "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:19:11.628] | : . ' FALSE), action = c("launch", "options"), verbose = FALSE) [22:19:11.628] | : . ' .. .. .. .. ..$ arguments :List of 29 [22:19:11.628] | : . ' .. .. .. .. .. ..$ worker : chr "localhost" [22:19:11.628] | : . ' .. .. .. .. .. ..$ master : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ port : int 29675 [22:19:11.628] | : . ' .. .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.628] | : . ' .. .. .. .. .. ..$ timeout : num 120 [22:19:11.628] | : . ' .. .. .. .. .. ..$ rscript : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ homogeneous : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ rscript_args : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ rscript_envs : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ rscript_libs : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ rscript_startup : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ rscript_sh : chr "auto" [22:19:11.628] | : . ' .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.628] | : . ' .. .. .. .. .. ..$ methods : logi TRUE [22:19:11.628] | : . ' .. .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.628] | : . ' .. .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.628] | : . ' .. .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.628] | : . ' .. .. .. .. .. ..$ renice : int NA [22:19:11.628] | : . ' .. .. .. .. .. ..$ rshcmd : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ user : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ revtunnel : logi NA [22:19:11.628] | : . ' .. .. .. .. .. ..$ rshlogfile : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ rshopts : NULL [22:19:11.628] | : . ' .. .. .. .. .. ..$ rank : int 1 [22:19:11.628] | : . ' .. .. .. .. .. ..$ manual : logi FALSE [22:19:11.628] | : . ' .. .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.628] | : . ' .. .. .. .. .. ..$ quiet : logi FALSE [22:19:11.628] | : . ' .. .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.628] | : . ' .. .. .. .. .. ..$ calls : logi FALSE [22:19:11.628] | : . ' .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:19:11.628] | : . ' .. .. .. ..- attr(*, "calls")=Dotted pair list of 18 [22:19:11.628] | : . ' .. .. .. .. ..$ : language future:::testme("tweak") [22:19:11.628] | : . ' .. .. .. .. ..$ : language source(file.path(path, "run.R")) [22:19:11.628] | : . ' .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.628] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.628] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.628] | : . ' .. .. .. .. ..$ : language main() [22:19:11.628] | : . ' .. .. .. .. ..$ : language testme_run_test(testme) [22:19:11.628] | : . ' .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [22:19:11.628] | : . ' .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.628] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.628] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.628] | : . ' .. .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [22:19:11.628] | : . ' .. .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [22:19:11.628] | : . ' .. .. .. .. ..$ : language eval(expr, p) [22:19:11.628] | : . ' .. .. .. .. ..$ : language eval(expr, p) [22:19:11.628] | : . ' .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.628] | : . ' .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.628] | : . ' .. .. .. .. ..$ : language makeClusterPSOCK(1L) [22:19:11.628] | : . ' .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [22:19:11.628] | : . ' .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [22:19:11.628] | : . ' ..- attr(*, "call")= language future::plan(future::cluster, workers = cl) [22:19:11.628] | : . ' ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [22:19:11.628] | : . ' .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [22:19:11.628] | : . ' earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [22:19:11.628] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.628] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.680] | : . ' Not identical [22:19:11.681] | : . ' all.equal() for future ... [22:19:11.682] | : . ' , List of 2 [22:19:11.682] | : . ' , $ target :function (..., envir = parent.frame()) [22:19:11.682] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.682] | : . ' , ..- attr(*, "init")= logi TRUE [22:19:11.682] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.682] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.682] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.682] | : . ' , ..- attr(*, "call")= language plan(sequential) [22:19:11.682] | : . ' , $ current:function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [22:19:11.682] | : . ' , session_info = list(process = list(pid = 22260L), r = list(platform = "x86_64-w64-mingw32", [22:19:11.682] | : . ' , arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [22:19:11.682] | : . ' , status = "Under development (unstable)", major = "4", minor = "6.0", [22:19:11.682] | : . ' , year = "2026", month = "03", day = "12", `svn rev` = "89611", language = "R", [22:19:11.682] | : . ' , version.string = "R Under development (unstable) (2026-03-12 r89611 ucrt)", [22:19:11.682] | : . ' , nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [22:19:11.682] | : . ' , sysname = "Windows", release = "Server x64", version = "build 20348", [22:19:11.682] | : . ' , nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [22:19:11.682] | : . ' , effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [22:19:11.682] | : . ' , `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [22:19:11.682] | : . ' , extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [22:19:11.682] | : . ' , xz = "5.8.2", libdeflate = "1.25", zstd = "1.5.7", PCRE = "10.47 2025-10-21", [22:19:11.682] | : . ' , ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [22:19:11.682] | : . ' , readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [22:19:11.682] | : . ' , tempdir = "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9", libs = c("D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625", [22:19:11.682] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [22:19:11.682] | : . ' , ..- attr(*, "init")= chr "done" [22:19:11.682] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [22:19:11.682] | : . ' , earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [22:19:11.682] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.682] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.682] | : . ' , ..- attr(*, "tweaks")=List of 1 [22:19:11.682] | : . ' , .. ..$ workers:List of 1 [22:19:11.682] | : . ' , .. .. ..$ :List of 4 [22:19:11.682] | : . ' , .. .. .. ..$ con : 'sockconn' int 4 [22:19:11.682] | : . ' , .. .. .. .. ..- attr(*, "conn_id")= [22:19:11.682] | : . ' , .. .. .. ..$ host : chr "localhost" [22:19:11.682] | : . ' , .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.682] | : . ' , .. .. .. ..$ rank : int 0 [22:19:11.682] | : . ' , .. .. .. ..$ session_info:List of 9 [22:19:11.682] | : . ' , .. .. .. .. ..$ process :List of 1 [22:19:11.682] | : . ' , .. .. .. .. .. ..$ pid: int 22260 [22:19:11.682] | : . ' , .. .. .. .. ..$ r :List of 16 [22:19:11.682] | : . ' , .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ arch : chr "x86_64" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ os : chr "mingw32" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ crt : chr "ucrt" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ status : chr "Under development (unstable)" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ major : chr "4" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ minor : chr "6.0" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ year : chr "2026" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ month : chr "03" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ day : chr "12" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ svn rev : chr "89611" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ language : chr "R" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-03-12 r89611 ucrt)" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ os.type : chr "windows" [22:19:11.682] | : . ' , .. .. .. .. ..$ system :List of 9 [22:19:11.682] | : . ' , .. .. .. .. .. ..$ sysname : chr "Windows" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ release : chr "Server x64" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ version : chr "build 20348" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ machine : chr "x86-64" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ login : chr "CRAN" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ user : chr "CRAN" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ effective_user: chr "CRAN" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [22:19:11.682] | : . ' , .. .. .. .. ..$ l10n :List of 5 [22:19:11.682] | : . ' , .. .. .. .. .. ..$ MBCS : logi TRUE [22:19:11.682] | : . ' , .. .. .. .. .. ..$ UTF-8 : logi TRUE [22:19:11.682] | : . ' , .. .. .. .. .. ..$ Latin-1 : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. .. ..$ codepage : int 65001 [22:19:11.682] | : . ' , .. .. .. .. .. ..$ system.codepage: int 65001 [22:19:11.682] | : . ' , .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.2" "1.25" ... [22:19:11.682] | : . ' , .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [22:19:11.682] | : . ' , .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [22:19:11.682] | : . ' , .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_03_13_22_15_17_12234\\RtmpoNlVs9" [22:19:11.682] | : . ' , .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:19:11.682] | : . ' , .. .. .. .. ..$ pkgs : NULL [22:19:11.682] | : . ' , .. .. .. ..- attr(*, "options")=List of 35 [22:19:11.682] | : . ' , .. .. .. .. ..$ worker : chr "localhost" [22:19:11.682] | : . ' , .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [22:19:11.682] | : . ' , .. .. .. .. ..$ master : chr "localhost" [22:19:11.682] | : . ' , .. .. .. .. ..$ port : int 29675 [22:19:11.682] | : . ' , .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.682] | : . ' , .. .. .. .. ..$ timeout : num 120 [22:19:11.682] | : . ' , .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:19:11.682] | : . ' , .. .. .. .. ..$ homogeneous : logi TRUE [22:19:11.682] | : . ' , .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:89976:CRANWIN3:CRAN"| __truncated__ [22:19:11.682] | : . ' , .. .. .. .. ..$ rscript_envs : NULL [22:19:11.682] | : . ' , .. .. .. .. ..$ rscript_libs : NULL [22:19:11.682] | : . ' , .. .. .. .. ..$ rscript_startup : NULL [22:19:11.682] | : . ' , .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [22:19:11.682] | : . ' , .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.682] | : . ' , .. .. .. .. ..$ methods : logi TRUE [22:19:11.682] | : . ' , .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.682] | : . ' , .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.682] | : . ' , .. .. .. .. ..$ renice : int NA [22:19:11.682] | : . ' , .. .. .. .. ..$ rshcmd : NULL [22:19:11.682] | : . ' , .. .. .. .. ..$ user : chr(0) [22:19:11.682] | : . ' , .. .. .. .. ..$ revtunnel : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. ..$ rshlogfile : NULL [22:19:11.682] | : . ' , .. .. .. .. ..$ rshopts : chr(0) [22:19:11.682] | : . ' , .. .. .. .. ..$ rank : int 0 [22:19:11.682] | : . ' , .. .. .. .. ..$ manual : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. ..$ quiet : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.682] | : . ' , .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.682] | : . ' , .. .. .. .. ..$ rshcmd_label : NULL [22:19:11.682] | : . ' , .. .. .. .. ..$ rsh_call : NULL [22:19:11.682] | : . ' , .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:19:11.682] | : . ' , .. .. .. .. ..$ localMachine : logi TRUE [22:19:11.682] | : . ' , .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:19:11.682] | : . ' , master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:19:11.682] | : . ' , 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:19:11.682] | : . ' , 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:19:11.682] | : . ' , rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:19:11.682] | : . ' , "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:19:11.682] | : . ' , "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:19:11.682] | : . ' , socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:19:11.682] | : . ' , "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:19:11.682] | : . ' , FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:19:11.682] | : . ' , NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:19:11.682] | : . ' , NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:19:11.682] | : . ' , setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:19:11.682] | : . ' , "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:19:11.682] | : . ' , FALSE), action = c("launch", "options"), verbose = FALSE) [22:19:11.682] | : . ' , .. .. .. .. ..$ arguments :List of 29 [22:19:11.682] | : . ' , .. .. .. .. .. ..$ worker : chr "localhost" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ master : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ port : int 29675 [22:19:11.682] | : . ' , .. .. .. .. .. ..$ connectTimeout : num 120 [22:19:11.682] | : . ' , .. .. .. .. .. ..$ timeout : num 120 [22:19:11.682] | : . ' , .. .. .. .. .. ..$ rscript : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ homogeneous : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ rscript_args : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ rscript_envs : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ rscript_libs : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ rscript_startup : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ rscript_sh : chr "auto" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:19:11.682] | : . ' , .. .. .. .. .. ..$ methods : logi TRUE [22:19:11.682] | : . ' , .. .. .. .. .. ..$ socketOptions : chr "no-delay" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ useXDR : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. .. ..$ outfile : chr "/dev/null" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ renice : int NA [22:19:11.682] | : . ' , .. .. .. .. .. ..$ rshcmd : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ user : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ revtunnel : logi NA [22:19:11.682] | : . ' , .. .. .. .. .. ..$ rshlogfile : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ rshopts : NULL [22:19:11.682] | : . ' , .. .. .. .. .. ..$ rank : int 1 [22:19:11.682] | : . ' , .. .. .. .. .. ..$ manual : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. .. ..$ dryrun : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. .. ..$ quiet : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. .. ..$ setup_strategy : chr "parallel" [22:19:11.682] | : . ' , .. .. .. .. .. ..$ calls : logi FALSE [22:19:11.682] | : . ' , .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:19:11.682] | : . ' , .. .. .. ..- attr(*, "calls")=Dotted pair list of 18 [22:19:11.682] | : . ' , .. .. .. .. ..$ : language future:::testme("tweak") [22:19:11.682] | : . ' , .. .. .. .. ..$ : language source(file.path(path, "run.R")) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language main() [22:19:11.682] | : . ' , .. .. .. .. ..$ : language testme_run_test(testme) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language eval(ei, envir) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [22:19:11.682] | : . ' , .. .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language eval(expr, p) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language eval(expr, p) [22:19:11.682] | : . ' , .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.682] | : . ' , .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [22:19:11.682] | : . ' , .. .. .. .. ..$ : language makeClusterPSOCK(1L) [22:19:11.682] | : . ' , .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [22:19:11.682] | : . ' , .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [22:19:11.682] | : . ' , ..- attr(*, "call")= language future::plan(future::cluster, workers = cl) [22:19:11.682] | : . ' , ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [22:19:11.682] | : . ' , .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [22:19:11.682] | : . ' , earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [22:19:11.682] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [22:19:11.742] | : . ' , Formals differ [22:19:11.742] | : . ' all.equal() for future ... done [22:19:11.743] | : . ' Future strategies differ at level 1 [22:19:11.743] | : . all.equal() for FutureStrategyList ... done [22:19:11.744] | : . plan(): Setting new future backend stack: [22:19:11.744] | : . List of future strategies: [22:19:11.744] | : . 1. sequential: [22:19:11.744] | : . - args: function (..., envir = parent.frame(), workers = "") [22:19:11.744] | : . - tweaked: FALSE [22:19:11.744] | : . - call: plan(sequential) [22:19:11.745] | : . List of 1 [22:19:11.745] | : . $ :function (..., envir = parent.frame()) [22:19:11.745] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.745] | : . ..- attr(*, "init")= logi TRUE [22:19:11.745] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.745] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.745] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.745] | : . ..- attr(*, "call")= language plan(sequential) [22:19:11.745] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.749] | : . plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [22:19:11.750] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.751] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [22:19:11.752] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.753] | : . ' stopWorkers() for ClusterFutureBackend ... [22:19:11.753] | : . ' , Interrupt active futures ... [22:19:11.755] | : . ' , ; Number of futures: 0 [22:19:11.755] | : . ' , Interrupt active futures ... done [22:19:11.756] | : . ' , Clear future registry ... [22:19:11.757] | : . ' , Clear future registry ... done [22:19:11.757] | : . ' , Stop cluster workers ... [22:19:11.758] | : . ' , ; Stopping existing cluster ... [22:19:11.758] | : . ' , ; ` No pre-existing cluster. Skipping [22:19:11.759] | : . ' , ; Stopping existing cluster ... done [22:19:11.759] | : . ' , Stop cluster workers ... done [22:19:11.760] | : . ' stopWorkers() for ClusterFutureBackend ... done [22:19:11.760] | : . ' Legacy shutdown of cluster workers ... [22:19:11.761] | : . ' , Stopping existing cluster ... [22:19:11.762] | : . ' , ; No pre-existing cluster. Skipping [22:19:11.762] | : . ' , Stopping existing cluster ... done [22:19:11.763] | : . ' Legacy shutdown of cluster workers ... done [22:19:11.763] | : . plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [22:19:11.764] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:19:11.764] | : . ' function (..., envir = parent.frame()) [22:19:11.764] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.764] | : . ' - attr(*, "init")= logi TRUE [22:19:11.764] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.764] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.764] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.764] | : . ' - attr(*, "call")= language plan(sequential) [22:19:11.767] | : . ' init: TRUE [22:19:11.768] | : . ' makeFutureBackend() ... [22:19:11.768] | : . ' , Backend function: <'NULL'> [22:19:11.769] | : . ' , Evaluator tweak arguments: [n=0] [22:19:11.769] | : . ' , list() [22:19:11.770] | : . ' , Evaluator formal arguments: [n=1] [22:19:11.771] | : . ' , Dotted pair list of 1 [22:19:11.771] | : . ' , $ envir: language parent.frame() [22:19:11.772] | : . ' , Arguments passed to the future-backend factory: [n=1] [22:19:11.773] | : . ' , List of 1 [22:19:11.773] | : . ' , $ envir: language parent.frame() [22:19:11.774] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:19:11.774] | : . ' makeFutureBackend() ... done [22:19:11.775] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:19:11.776] | : . nbrOfWorkers(NULL) ... [22:19:11.776] | : . ' List of 4 [22:19:11.776] | : . ' $ : language plan_set(strategy, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:19:11.776] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:19:11.776] | : . ' $ : language nbrOfWorkers() [22:19:11.776] | : . ' $ : language nbrOfWorkers.NULL() [22:19:11.778] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.779] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.780] | : . ' Number of workers: 1 [22:19:11.780] | : . nbrOfWorkers(NULL) ... done [22:19:11.781] | : . plan(): nbrOfWorkers() = 1 [22:19:11.781] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:19:11.782] | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.782] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message("*** plan() - tweak without introducting package dependencies ... DONE") *** plan() - tweak without introducting package dependencies ... DONE > message("*** y %<-% { expr } %tweak% tweaks ...") *** y %<-% { expr } %tweak% tweaks ... > plan(sequential) [22:19:11.783] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.784] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:19:11.785] | : all.equal() for FutureStrategyList ... [22:19:11.785] | : . New stack: [22:19:11.786] | : . List of 1 [22:19:11.786] | : . $ :function (..., envir = parent.frame()) [22:19:11.786] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.786] | : . ..- attr(*, "init")= logi TRUE [22:19:11.786] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.786] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.786] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.786] | : . ..- attr(*, "call")= language plan(sequential) [22:19:11.786] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.789] | : . Old stack: [22:19:11.790] | : . List of 1 [22:19:11.790] | : . $ :function (..., envir = parent.frame()) [22:19:11.790] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.790] | : . ..- attr(*, "init")= chr "done" [22:19:11.790] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.790] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.790] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.790] | : . ..- attr(*, "call")= language plan(sequential) [22:19:11.790] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:11.790] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.790] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.790] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.794] | : . Not identical [22:19:11.795] | : . all.equal() for future ... [22:19:11.795] | : . ' List of 2 [22:19:11.795] | : . ' $ target :function (..., envir = parent.frame()) [22:19:11.795] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.795] | : . ' ..- attr(*, "init")= logi TRUE [22:19:11.795] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.795] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.795] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.795] | : . ' ..- attr(*, "call")= language plan(sequential) [22:19:11.795] | : . ' $ current:function (..., envir = parent.frame()) [22:19:11.795] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.795] | : . ' ..- attr(*, "init")= chr "done" [22:19:11.795] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.795] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.795] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.795] | : . ' ..- attr(*, "call")= language plan(sequential) [22:19:11.795] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:11.795] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.795] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.802] | : . all.equal() for future ... done [22:19:11.803] | : all.equal() for FutureStrategyList ... done [22:19:11.803] | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:11.804] | : List of future strategies: [22:19:11.804] | : 1. sequential: [22:19:11.804] | : - args: function (..., envir = parent.frame(), workers = "") [22:19:11.804] | : - tweaked: FALSE [22:19:11.804] | : - call: plan(sequential) [22:19:11.805] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:19:11.805] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > a <- 0 > x %<-% { + a <- 1 + a + } [22:19:11.807] future(..., label = NULL) ... [22:19:11.807] | lazy: FALSE [22:19:11.808] | stdout: TRUE [22:19:11.808] | conditions: [n=1] 'condition' [22:19:11.809] | getGlobalsAndPackages() ... [22:19:11.810] | : Searching for globals ... [22:19:11.819] | : . globals found: [2] '{', '<-' [22:19:11.820] | : Searching for globals ... done [22:19:11.821] | : Resolving globals: FALSE [22:19:11.821] | : Search for packages associated with the globals ... [22:19:11.822] | : . Packages associated with globals: [1] 'base' [22:19:11.823] | : . Packages: [1] 'base' [22:19:11.823] | : Search for packages associated with the globals ... done [22:19:11.824] | : Packages after dropping 'base': [0] [22:19:11.824] | : globals: [0] [22:19:11.825] | : packages: [0] [22:19:11.825] | getGlobalsAndPackages() ... done [22:19:11.826] | run() for 'Future' () ... [22:19:11.827] | : state: 'created' [22:19:11.827] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.828] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.828] | : Using SequentialFutureBackend ... [22:19:11.829] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:19:11.829] | : . Launching futures ... [22:19:11.830] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:11.831] | : . ' , getFutureData() ... [22:19:11.831] | : . ' , ; getFutureCore() ... [22:19:11.832] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:19:11.832] | : . ' , ; getFutureCore() ... done [22:19:11.833] | : . ' , ; getFutureCapture() ... [22:19:11.833] | : . ' , ; getFutureCapture() ... done [22:19:11.834] | : . ' , ; getFutureContext() ... [22:19:11.834] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.835] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:11.835] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.836] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:11.836] | : . ' , ; getFutureContext() ... done [22:19:11.837] | : . ' , getFutureData() ... done [22:19:11.843] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.843] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:19:11.844] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.845] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:11.845] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:11.846] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:11.846] | : . ' , ; ` | New stack: [22:19:11.847] | : . ' , ; ` | List of 1 [22:19:11.847] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:11.847] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.847] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:11.847] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.847] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.847] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.847] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:11.847] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.850] | : . ' , ; ` | Old stack: [22:19:11.851] | : . ' , ; ` | List of 1 [22:19:11.851] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:11.851] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.851] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:11.851] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.851] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.851] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.851] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:19:11.851] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:11.851] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.851] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.851] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.855] | : . ' , ; ` | Not identical [22:19:11.856] | : . ' , ; ` | all.equal() for future ... [22:19:11.856] | : . ' , ; ` | : List of 2 [22:19:11.856] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.856] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:11.856] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.856] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:11.856] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:11.856] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.856] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.863] | : . ' , ; ` | all.equal() for future ... done [22:19:11.864] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:11.865] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:11.865] | : . ' , ; ` List of future strategies: [22:19:11.865] | : . ' , ; ` 1. sequential: [22:19:11.865] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:11.865] | : . ' , ; ` - tweaked: FALSE [22:19:11.865] | : . ' , ; ` - call: plan(sequential) [22:19:11.866] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:11.867] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:11.871] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:11.871] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:11.872] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:11.873] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:11.873] | : . ' , ; ` | : New stack: [22:19:11.874] | : . ' , ; ` | : List of 1 [22:19:11.874] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:11.874] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.874] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:11.874] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.874] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.874] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.874] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:11.874] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:11.874] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.874] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.874] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.881] | : . ' , ; ` | : Old stack: [22:19:11.881] | : . ' , ; ` | : List of 1 [22:19:11.881] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:11.881] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.881] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:11.881] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.881] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.881] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.881] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:19:11.881] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:11.881] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.881] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.881] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.886] | : . ' , ; ` | : Identical [22:19:11.886] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:11.887] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:19:11.887] | : . ' , ; ` | List of future strategies: [22:19:11.887] | : . ' , ; ` | 1. sequential: [22:19:11.887] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:11.887] | : . ' , ; ` | - tweaked: FALSE [22:19:11.887] | : . ' , ; ` | - call: plan(sequential) [22:19:11.888] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:11.889] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:11.889] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:11.893] | : . ' , SequentialFuture started (and completed) [22:19:11.894] | : . ' , signalConditions() ... [22:19:11.894] | : . ' , ; include = 'immediateCondition' [22:19:11.895] | : . ' , ; exclude = [22:19:11.895] | : . ' , ; resignal = FALSE [22:19:11.896] | : . ' , ; Number of conditions: 6 [22:19:11.896] | : . ' , ; int 6 [22:19:11.897] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.898] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.898] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.899] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.899] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.900] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.900] | : . ' , signalConditions() ... done [22:19:11.901] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:11.901] | : . Launching futures ... done [22:19:11.902] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:11.902] | : Using SequentialFutureBackend ... done [22:19:11.903] | run() for 'Future' () ... done [22:19:11.903] future(..., label = NULL) ... done > print(x) [22:19:11.904] value() for SequentialFuture () ... [22:19:11.905] | signalConditions() ... [22:19:11.905] | : include = 'immediateCondition' [22:19:11.906] | : exclude = [22:19:11.906] | : resignal = FALSE [22:19:11.907] | : Number of conditions: 6 [22:19:11.907] | : int 6 [22:19:11.908] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.909] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.909] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.910] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.910] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.911] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.911] | signalConditions() ... done [22:19:11.912] | relay stdout ... [22:19:11.912] | relay stdout ... done [22:19:11.913] | check for misuse ... [22:19:11.913] | check for misuse ... done [22:19:11.914] | relay conditions ... [22:19:11.914] | : Future state: 'finished' [22:19:11.915] | : signalConditions() ... [22:19:11.915] | : . include = 'condition' [22:19:11.916] | : . exclude = 'immediateCondition' [22:19:11.916] | : . resignal = TRUE [22:19:11.917] | : . Number of conditions: 6 [22:19:11.917] | : . int 6 [22:19:11.918] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.918] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:11.839] | : . ' , attachPackages() ... [22:19:11.919] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.919] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:11.840] | : . ' , ; packages: [n=1] 'future' [22:19:11.920] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.921] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:11.840] | : . ' , attachPackages() ... done [22:19:11.921] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.922] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:11.841] | : . ' , attachPackages() ... [22:19:11.922] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.923] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:11.841] | : . ' , ; packages: [n=0] [22:19:11.923] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:11.924] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:11.842] | : . ' , attachPackages() ... done [22:19:11.924] | : signalConditions() ... done [22:19:11.925] | relay conditions ... done [22:19:11.925] value() for SequentialFuture () ... done [1] 1 > stopifnot(a == 0, x == 1) > plan(sequential, abc = FALSE) [22:19:11.926] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... Warning in tweak.future(base::quote(function (..., envir = parent.frame()) : Detected 1 unknown future arguments: 'abc' [22:19:11.927] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:19:11.928] | : all.equal() for FutureStrategyList ... [22:19:11.928] | : . New stack: [22:19:11.929] | : . List of 1 [22:19:11.929] | : . $ :function (..., abc = FALSE, envir = parent.frame()) [22:19:11.929] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:11.929] | : . ..- attr(*, "init")= logi TRUE [22:19:11.929] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.929] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.929] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.929] | : . ..- attr(*, "tweaks")=List of 1 [22:19:11.929] | : . .. ..$ abc: logi FALSE [22:19:11.929] | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:11.929] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.933] | : . Old stack: [22:19:11.933] | : . List of 1 [22:19:11.933] | : . $ :function (..., envir = parent.frame()) [22:19:11.933] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.933] | : . ..- attr(*, "init")= chr "done" [22:19:11.933] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.933] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.933] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.933] | : . ..- attr(*, "call")= language plan(sequential) [22:19:11.933] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:11.933] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.933] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.933] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.938] | : . Not identical [22:19:11.939] | : . all.equal() for future ... [22:19:11.939] | : . ' List of 2 [22:19:11.939] | : . ' $ target :function (..., abc = FALSE, envir = parent.frame()) [22:19:11.939] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:11.939] | : . ' ..- attr(*, "init")= logi TRUE [22:19:11.939] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.939] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.939] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.939] | : . ' ..- attr(*, "tweaks")=List of 1 [22:19:11.939] | : . ' .. ..$ abc: logi FALSE [22:19:11.939] | : . ' ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:11.939] | : . ' $ current:function (..., envir = parent.frame()) [22:19:11.939] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:11.939] | : . ' ..- attr(*, "init")= chr "done" [22:19:11.939] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.939] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.939] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.939] | : . ' ..- attr(*, "call")= language plan(sequential) [22:19:11.939] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:11.939] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.939] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.947] | : . ' Formals differ [22:19:11.947] | : . all.equal() for future ... done [22:19:11.948] | : . Future strategies differ at level 1 [22:19:11.948] | : all.equal() for FutureStrategyList ... done [22:19:11.949] | : plan(): Setting new future backend stack: [22:19:11.949] | : List of future strategies: [22:19:11.949] | : 1. sequential: [22:19:11.949] | : - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [22:19:11.949] | : - tweaked: TRUE [22:19:11.949] | : - call: plan(sequential, abc = FALSE) [22:19:11.950] | : List of 1 [22:19:11.950] | : $ :function (..., abc = FALSE, envir = parent.frame()) [22:19:11.950] | : ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:11.950] | : ..- attr(*, "init")= logi TRUE [22:19:11.950] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.950] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.950] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.950] | : ..- attr(*, "tweaks")=List of 1 [22:19:11.950] | : .. ..$ abc: logi FALSE [22:19:11.950] | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:11.950] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:11.954] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [22:19:11.955] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.955] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [22:19:11.956] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.956] | : . Legacy shutdown of cluster workers ... [22:19:11.957] | : . ' Stopping existing cluster ... [22:19:11.957] | : . ' , No pre-existing cluster. Skipping [22:19:11.958] | : . ' Stopping existing cluster ... done [22:19:11.958] | : . Legacy shutdown of cluster workers ... done [22:19:11.959] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [22:19:11.959] | : plan(): plan_init() of 'tweaked', 'sequential', 'uniprocess', 'future', 'function' ... [22:19:11.960] | : . function (..., abc = FALSE, envir = parent.frame()) [22:19:11.960] | : . - attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:11.960] | : . - attr(*, "init")= logi TRUE [22:19:11.960] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:11.960] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.960] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:11.960] | : . - attr(*, "tweaks")=List of 1 [22:19:11.960] | : . ..$ abc: logi FALSE [22:19:11.960] | : . - attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:11.963] | : . init: TRUE [22:19:11.964] | : . makeFutureBackend() ... [22:19:11.964] | : . ' Backend function: <'NULL'> [22:19:11.965] | : . ' Evaluator tweak arguments: [n=1] [22:19:11.965] | : . ' List of 1 [22:19:11.965] | : . ' $ abc: logi FALSE [22:19:11.967] | : . ' Evaluator formal arguments: [n=2] [22:19:11.967] | : . ' Dotted pair list of 2 [22:19:11.967] | : . ' $ abc : logi FALSE [22:19:11.967] | : . ' $ envir: language parent.frame() [22:19:11.969] | : . ' Arguments passed to the future-backend factory: [n=2] [22:19:11.969] | : . ' List of 2 [22:19:11.969] | : . ' $ abc : logi FALSE [22:19:11.969] | : . ' $ envir: language parent.frame() [22:19:11.971] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:19:11.971] | : . makeFutureBackend() ... done [22:19:11.972] | : plan(): plan_init() of 'tweaked', 'sequential', 'uniprocess', 'future', 'function' ... done [22:19:11.973] | : nbrOfWorkers(NULL) ... [22:19:11.973] | : . List of 4 [22:19:11.973] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:19:11.973] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:19:11.973] | : . $ : language nbrOfWorkers() [22:19:11.973] | : . $ : language nbrOfWorkers.NULL() [22:19:11.975] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.976] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.976] | : . Number of workers: 1 [22:19:11.977] | : nbrOfWorkers(NULL) ... done [22:19:11.977] | : plan(): nbrOfWorkers() = 1 [22:19:11.978] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:19:11.978] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > a <- 0 > x %<-% { + a <- 1 + a + } [22:19:11.979] future(..., label = NULL) ... [22:19:11.980] | lazy: FALSE [22:19:11.980] | stdout: TRUE [22:19:11.981] | conditions: [n=1] 'condition' [22:19:11.981] | getGlobalsAndPackages() ... [22:19:11.982] | : Searching for globals ... [22:19:11.989] | : . globals found: [2] '{', '<-' [22:19:11.990] | : Searching for globals ... done [22:19:11.990] | : Resolving globals: FALSE [22:19:11.991] | : Search for packages associated with the globals ... [22:19:11.991] | : . Packages associated with globals: [1] 'base' [22:19:11.992] | : . Packages: [1] 'base' [22:19:11.992] | : Search for packages associated with the globals ... done [22:19:11.993] | : Packages after dropping 'base': [0] [22:19:11.993] | : globals: [0] [22:19:11.994] | : packages: [0] [22:19:11.994] | getGlobalsAndPackages() ... done [22:19:11.995] | run() for 'Future' () ... [22:19:11.996] | : state: 'created' [22:19:11.996] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:11.997] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:11.997] | : Using SequentialFutureBackend ... [22:19:11.998] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:19:11.998] | : . Launching futures ... [22:19:11.999] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:11.999] | : . ' , getFutureData() ... [22:19:12.000] | : . ' , ; getFutureCore() ... [22:19:12.000] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:19:12.001] | : . ' , ; getFutureCore() ... done [22:19:12.001] | : . ' , ; getFutureCapture() ... [22:19:12.002] | : . ' , ; getFutureCapture() ... done [22:19:12.002] | : . ' , ; getFutureContext() ... [22:19:12.003] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.003] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:12.004] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.004] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:12.005] | : . ' , ; getFutureContext() ... done [22:19:12.005] | : . ' , getFutureData() ... done [22:19:12.010] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.010] | : . ' , ; Getting full stack: [n=1] 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [22:19:12.011] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.011] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.012] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:12.012] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:12.013] | : . ' , ; ` | New stack: [22:19:12.013] | : . ' , ; ` | List of 1 [22:19:12.013] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:12.013] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.013] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:12.013] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.013] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.013] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.013] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.013] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.017] | : . ' , ; ` | Old stack: [22:19:12.018] | : . ' , ; ` | List of 1 [22:19:12.018] | : . ' , ; ` | $ :function (..., abc = FALSE, envir = parent.frame()) [22:19:12.018] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.018] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:12.018] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.018] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.018] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.018] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [22:19:12.018] | : . ' , ; ` | .. ..$ abc: logi FALSE [22:19:12.018] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.018] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.018] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.018] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.018] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.025] | : . ' , ; ` | Not identical [22:19:12.026] | : . ' , ; ` | all.equal() for future ... [22:19:12.026] | : . ' , ; ` | : List of 2 [22:19:12.026] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.026] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.026] | : . ' , ; ` | : $ current:function (..., abc = FALSE, envir = parent.frame()) [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.026] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "tweaks")=List of 1 [22:19:12.026] | : . ' , ; ` | : .. ..$ abc: logi FALSE [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.026] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.026] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.026] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.033] | : . ' , ; ` | : Formals differ [22:19:12.034] | : . ' , ; ` | all.equal() for future ... done [22:19:12.035] | : . ' , ; ` | Future strategies differ at level 1 [22:19:12.035] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:12.036] | : . ' , ; ` plan(): Setting new future backend stack: [22:19:12.036] | : . ' , ; ` List of future strategies: [22:19:12.036] | : . ' , ; ` 1. sequential: [22:19:12.036] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:12.036] | : . ' , ; ` - tweaked: FALSE [22:19:12.036] | : . ' , ; ` - call: plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.037] | : . ' , ; ` List of 1 [22:19:12.037] | : . ' , ; ` $ :function (..., envir = parent.frame()) [22:19:12.037] | : . ' , ; ` ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.037] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [22:19:12.037] | : . ' , ; ` ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.037] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.037] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.037] | : . ' , ; ` ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.037] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.040] | : . ' , ; ` plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [22:19:12.041] | : . ' , ; ` plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [22:19:12.042] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:12.042] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:12.045] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.046] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.046] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:12.047] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:12.047] | : . ' , ; ` | : New stack: [22:19:12.048] | : . ' , ; ` | : List of 1 [22:19:12.048] | : . ' , ; ` | : $ :function (..., abc = FALSE, envir = parent.frame()) [22:19:12.048] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.048] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:12.048] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.048] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.048] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.048] | : . ' , ; ` | : ..- attr(*, "tweaks")=List of 1 [22:19:12.048] | : . ' , ; ` | : .. ..$ abc: logi FALSE [22:19:12.048] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.048] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.048] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.048] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.048] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.053] | : . ' , ; ` | : Old stack: [22:19:12.053] | : . ' , ; ` | : List of 1 [22:19:12.053] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:12.053] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.053] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:12.053] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.053] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.053] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.053] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.053] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.057] | : . ' , ; ` | : Not identical [22:19:12.057] | : . ' , ; ` | : all.equal() for future ... [22:19:12.058] | : . ' , ; ` | : . List of 2 [22:19:12.058] | : . ' , ; ` | : . $ target :function (..., abc = FALSE, envir = parent.frame()) [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.058] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "tweaks")=List of 1 [22:19:12.058] | : . ' , ; ` | : . .. ..$ abc: logi FALSE [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.058] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.058] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.058] | : . ' , ; ` | : . $ current:function (..., envir = parent.frame()) [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.058] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.058] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.065] | : . ' , ; ` | : . Formals differ [22:19:12.066] | : . ' , ; ` | : all.equal() for future ... done [22:19:12.066] | : . ' , ; ` | : Future strategies differ at level 1 [22:19:12.067] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:12.067] | : . ' , ; ` | plan(): Setting new future backend stack: [22:19:12.068] | : . ' , ; ` | List of future strategies: [22:19:12.068] | : . ' , ; ` | 1. sequential: [22:19:12.068] | : . ' , ; ` | - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [22:19:12.068] | : . ' , ; ` | - tweaked: TRUE [22:19:12.068] | : . ' , ; ` | - call: plan(sequential, abc = FALSE) [22:19:12.069] | : . ' , ; ` | List of 1 [22:19:12.069] | : . ' , ; ` | $ :function (..., abc = FALSE, envir = parent.frame()) [22:19:12.069] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.069] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:12.069] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.069] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.069] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.069] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [22:19:12.069] | : . ' , ; ` | .. ..$ abc: logi FALSE [22:19:12.069] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.069] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.069] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.069] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.069] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.074] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [22:19:12.075] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [22:19:12.075] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:12.076] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:12.076] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:12.077] | : . ' , SequentialFuture started (and completed) [22:19:12.077] | : . ' , signalConditions() ... [22:19:12.078] | : . ' , ; include = 'immediateCondition' [22:19:12.078] | : . ' , ; exclude = [22:19:12.079] | : . ' , ; resignal = FALSE [22:19:12.079] | : . ' , ; Number of conditions: 6 [22:19:12.080] | : . ' , ; int 6 [22:19:12.081] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.081] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.082] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.082] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.083] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.083] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.084] | : . ' , signalConditions() ... done [22:19:12.084] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:12.085] | : . Launching futures ... done [22:19:12.085] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:12.086] | : Using SequentialFutureBackend ... done [22:19:12.086] | run() for 'Future' () ... done [22:19:12.087] future(..., label = NULL) ... done > print(x) [22:19:12.087] value() for SequentialFuture () ... [22:19:12.088] | signalConditions() ... [22:19:12.089] | : include = 'immediateCondition' [22:19:12.089] | : exclude = [22:19:12.089] | : resignal = FALSE [22:19:12.090] | : Number of conditions: 6 [22:19:12.090] | : int 6 [22:19:12.091] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.092] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.092] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.093] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.093] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.094] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.094] | signalConditions() ... done [22:19:12.095] | relay stdout ... [22:19:12.095] | relay stdout ... done [22:19:12.096] | check for misuse ... [22:19:12.096] | check for misuse ... done [22:19:12.097] | relay conditions ... [22:19:12.097] | : Future state: 'finished' [22:19:12.098] | : signalConditions() ... [22:19:12.098] | : . include = 'condition' [22:19:12.099] | : . exclude = 'immediateCondition' [22:19:12.099] | : . resignal = TRUE [22:19:12.100] | : . Number of conditions: 6 [22:19:12.100] | : . int 6 [22:19:12.101] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.102] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:12.006] | : . ' , attachPackages() ... [22:19:12.102] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.103] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:12.006] | : . ' , ; packages: [n=1] 'future' [22:19:12.103] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.104] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:12.007] | : . ' , attachPackages() ... done [22:19:12.104] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.105] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:12.008] | : . ' , attachPackages() ... [22:19:12.105] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.106] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:12.008] | : . ' , ; packages: [n=0] [22:19:12.106] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.107] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:12.009] | : . ' , attachPackages() ... done [22:19:12.107] | : signalConditions() ... done [22:19:12.108] | relay conditions ... done [22:19:12.108] value() for SequentialFuture () ... done [1] 1 > stopifnot(a == 0, x == 1) > x %<-% { + a <- 2 + a + } %tweak% list(abc = TRUE) [22:19:12.109] plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.110] | Getting full stack: [n=1] 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [22:19:12.110] plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.111] plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = TRUE) ... [22:19:12.112] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = TRUE) ... [22:19:12.112] | : all.equal() for FutureStrategyList ... [22:19:12.113] | : . New stack: [22:19:12.113] | : . List of 1 [22:19:12.113] | : . $ :function (..., abc = TRUE, envir = parent.frame()) [22:19:12.113] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.113] | : . ..- attr(*, "init")= logi TRUE [22:19:12.113] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.113] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.113] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.113] | : . ..- attr(*, "tweaks")=List of 2 [22:19:12.113] | : . .. ..$ abc: logi FALSE [22:19:12.113] | : . .. ..$ abc: logi TRUE [22:19:12.113] | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.113] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.118] | : . Old stack: [22:19:12.119] | : . List of 1 [22:19:12.119] | : . $ :function (..., abc = FALSE, envir = parent.frame()) [22:19:12.119] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.119] | : . ..- attr(*, "init")= chr "done" [22:19:12.119] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.119] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.119] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.119] | : . ..- attr(*, "tweaks")=List of 1 [22:19:12.119] | : . .. ..$ abc: logi FALSE [22:19:12.119] | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.119] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.119] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.119] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.119] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.124] | : . Not identical [22:19:12.124] | : . all.equal() for future ... [22:19:12.125] | : . ' List of 2 [22:19:12.125] | : . ' $ target :function (..., abc = TRUE, envir = parent.frame()) [22:19:12.125] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.125] | : . ' ..- attr(*, "init")= logi TRUE [22:19:12.125] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.125] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.125] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.125] | : . ' ..- attr(*, "tweaks")=List of 2 [22:19:12.125] | : . ' .. ..$ abc: logi FALSE [22:19:12.125] | : . ' .. ..$ abc: logi TRUE [22:19:12.125] | : . ' ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.125] | : . ' $ current:function (..., abc = FALSE, envir = parent.frame()) [22:19:12.125] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.125] | : . ' ..- attr(*, "init")= chr "done" [22:19:12.125] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.125] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.125] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.125] | : . ' ..- attr(*, "tweaks")=List of 1 [22:19:12.125] | : . ' .. ..$ abc: logi FALSE [22:19:12.125] | : . ' ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.125] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.125] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.125] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.133] | : . ' Formals differ [22:19:12.134] | : . all.equal() for future ... done [22:19:12.134] | : . Future strategies differ at level 1 [22:19:12.135] | : all.equal() for FutureStrategyList ... done [22:19:12.135] | : plan(): Setting new future backend stack: [22:19:12.136] | : List of future strategies: [22:19:12.136] | : 1. sequential: [22:19:12.136] | : - args: function (..., abc = TRUE, envir = parent.frame(), workers = "") [22:19:12.136] | : - tweaked: TRUE [22:19:12.136] | : - call: plan(sequential, abc = FALSE) [22:19:12.137] | : List of 1 [22:19:12.137] | : $ :function (..., abc = TRUE, envir = parent.frame()) [22:19:12.137] | : ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.137] | : ..- attr(*, "init")= logi TRUE [22:19:12.137] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.137] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.137] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.137] | : ..- attr(*, "tweaks")=List of 2 [22:19:12.137] | : .. ..$ abc: logi FALSE [22:19:12.137] | : .. ..$ abc: logi TRUE [22:19:12.137] | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.137] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.144] | : plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [22:19:12.144] | : plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [22:19:12.145] | : plan(): plan_init() of 'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function' ... [22:19:12.145] | : . function (..., abc = TRUE, envir = parent.frame()) [22:19:12.145] | : . - attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.145] | : . - attr(*, "init")= logi TRUE [22:19:12.145] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.145] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.145] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.145] | : . - attr(*, "tweaks")=List of 2 [22:19:12.145] | : . ..$ abc: logi FALSE [22:19:12.145] | : . ..$ abc: logi TRUE [22:19:12.145] | : . - attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.149] | : . init: TRUE [22:19:12.150] | : . makeFutureBackend() ... [22:19:12.150] | : . ' Backend function: <'NULL'> [22:19:12.151] | : . ' Evaluator tweak arguments: [n=2] [22:19:12.151] | : . ' List of 2 [22:19:12.151] | : . ' $ abc: logi FALSE [22:19:12.151] | : . ' $ abc: logi TRUE [22:19:12.153] | : . ' Evaluator formal arguments: [n=2] [22:19:12.153] | : . ' Dotted pair list of 2 [22:19:12.153] | : . ' $ abc : logi TRUE [22:19:12.153] | : . ' $ envir: language parent.frame() [22:19:12.155] | : . ' Arguments passed to the future-backend factory: [n=3] [22:19:12.156] | : . ' List of 3 [22:19:12.156] | : . ' $ abc : logi TRUE [22:19:12.156] | : . ' $ abc : logi TRUE [22:19:12.156] | : . ' $ envir: language parent.frame() [22:19:12.158] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:19:12.158] | : . makeFutureBackend() ... done [22:19:12.159] | : plan(): plan_init() of 'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function' ... done [22:19:12.159] | : nbrOfWorkers(NULL) ... [22:19:12.160] | : . List of 4 [22:19:12.160] | : . $ : language plan_set(strategy, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:19:12.160] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:19:12.160] | : . $ : language nbrOfWorkers() [22:19:12.160] | : . $ : language nbrOfWorkers.NULL() [22:19:12.162] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.163] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.163] | : . Number of workers: 1 [22:19:12.164] | : nbrOfWorkers(NULL) ... done [22:19:12.164] | : plan(): nbrOfWorkers() = 1 [22:19:12.165] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = TRUE) ... done [22:19:12.165] plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = TRUE) ... done [22:19:12.166] future(..., label = NULL) ... [22:19:12.166] | lazy: FALSE [22:19:12.167] | stdout: TRUE [22:19:12.167] | conditions: [n=1] 'condition' [22:19:12.168] | getGlobalsAndPackages() ... [22:19:12.168] | : Searching for globals ... [22:19:12.176] | : . globals found: [2] '{', '<-' [22:19:12.176] | : Searching for globals ... done [22:19:12.177] | : Resolving globals: FALSE [22:19:12.177] | : Search for packages associated with the globals ... [22:19:12.178] | : . Packages associated with globals: [1] 'base' [22:19:12.179] | : . Packages: [1] 'base' [22:19:12.179] | : Search for packages associated with the globals ... done [22:19:12.180] | : Packages after dropping 'base': [0] [22:19:12.180] | : globals: [0] [22:19:12.181] | : packages: [0] [22:19:12.181] | getGlobalsAndPackages() ... done [22:19:12.182] | run() for 'Future' () ... [22:19:12.182] | : state: 'created' [22:19:12.183] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.184] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.184] | : Using SequentialFutureBackend ... [22:19:12.184] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:19:12.185] | : . Launching futures ... [22:19:12.186] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:12.186] | : . ' , getFutureData() ... [22:19:12.187] | : . ' , ; getFutureCore() ... [22:19:12.187] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:19:12.188] | : . ' , ; getFutureCore() ... done [22:19:12.188] | : . ' , ; getFutureCapture() ... [22:19:12.189] | : . ' , ; getFutureCapture() ... done [22:19:12.189] | : . ' , ; getFutureContext() ... [22:19:12.190] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.190] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:19:12.191] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.191] | : . ' , ; ` Packages needed by future backend (n = 0): [22:19:12.192] | : . ' , ; getFutureContext() ... done [22:19:12.192] | : . ' , getFutureData() ... done [22:19:12.197] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.197] | : . ' , ; Getting full stack: [n=1] 'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [22:19:12.198] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.198] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.199] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:12.200] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:19:12.200] | : . ' , ; ` | New stack: [22:19:12.201] | : . ' , ; ` | List of 1 [22:19:12.201] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:19:12.201] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.201] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:12.201] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.201] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.201] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.201] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.201] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.204] | : . ' , ; ` | Old stack: [22:19:12.205] | : . ' , ; ` | List of 1 [22:19:12.205] | : . ' , ; ` | $ :function (..., abc = TRUE, envir = parent.frame()) [22:19:12.205] | : . ' , ; ` | ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.205] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:12.205] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.205] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.205] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.205] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 2 [22:19:12.205] | : . ' , ; ` | .. ..$ abc: logi FALSE [22:19:12.205] | : . ' , ; ` | .. ..$ abc: logi TRUE [22:19:12.205] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.205] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.205] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.205] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.205] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.210] | : . ' , ; ` | Not identical [22:19:12.211] | : . ' , ; ` | all.equal() for future ... [22:19:12.211] | : . ' , ; ` | : List of 2 [22:19:12.211] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.211] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.211] | : . ' , ; ` | : $ current:function (..., abc = TRUE, envir = parent.frame()) [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.211] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "tweaks")=List of 2 [22:19:12.211] | : . ' , ; ` | : .. ..$ abc: logi FALSE [22:19:12.211] | : . ' , ; ` | : .. ..$ abc: logi TRUE [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.211] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.211] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.211] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.219] | : . ' , ; ` | : Formals differ [22:19:12.220] | : . ' , ; ` | all.equal() for future ... done [22:19:12.221] | : . ' , ; ` | Future strategies differ at level 1 [22:19:12.221] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:19:12.222] | : . ' , ; ` plan(): Setting new future backend stack: [22:19:12.222] | : . ' , ; ` List of future strategies: [22:19:12.222] | : . ' , ; ` 1. sequential: [22:19:12.222] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:19:12.222] | : . ' , ; ` - tweaked: FALSE [22:19:12.222] | : . ' , ; ` - call: plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.223] | : . ' , ; ` List of 1 [22:19:12.223] | : . ' , ; ` $ :function (..., envir = parent.frame()) [22:19:12.223] | : . ' , ; ` ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.223] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [22:19:12.223] | : . ' , ; ` ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.223] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.223] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.223] | : . ' , ; ` ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.223] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.228] | : . ' , ; ` plan(): plan_cleanup(<'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [22:19:12.228] | : . ' , ; ` plan(): plan_cleanup(<'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [22:19:12.229] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:12.230] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:12.233] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.233] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.234] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:12.234] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:12.235] | : . ' , ; ` | : New stack: [22:19:12.235] | : . ' , ; ` | : List of 1 [22:19:12.235] | : . ' , ; ` | : $ :function (..., abc = TRUE, envir = parent.frame()) [22:19:12.235] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.235] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:19:12.235] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.235] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.235] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.235] | : . ' , ; ` | : ..- attr(*, "tweaks")=List of 2 [22:19:12.235] | : . ' , ; ` | : .. ..$ abc: logi FALSE [22:19:12.235] | : . ' , ; ` | : .. ..$ abc: logi TRUE [22:19:12.235] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.235] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.235] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.235] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.235] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.241] | : . ' , ; ` | : Old stack: [22:19:12.241] | : . ' , ; ` | : List of 1 [22:19:12.241] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:19:12.241] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.241] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:19:12.241] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.241] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.241] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.241] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.241] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.245] | : . ' , ; ` | : Not identical [22:19:12.245] | : . ' , ; ` | : all.equal() for future ... [22:19:12.246] | : . ' , ; ` | : . List of 2 [22:19:12.246] | : . ' , ; ` | : . $ target :function (..., abc = TRUE, envir = parent.frame()) [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.246] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "tweaks")=List of 2 [22:19:12.246] | : . ' , ; ` | : . .. ..$ abc: logi FALSE [22:19:12.246] | : . ' , ; ` | : . .. ..$ abc: logi TRUE [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.246] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.246] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.246] | : . ' , ; ` | : . $ current:function (..., envir = parent.frame()) [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.246] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.246] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:19:12.254] | : . ' , ; ` | : . Formals differ [22:19:12.254] | : . ' , ; ` | : all.equal() for future ... done [22:19:12.255] | : . ' , ; ` | : Future strategies differ at level 1 [22:19:12.255] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:12.256] | : . ' , ; ` | plan(): Setting new future backend stack: [22:19:12.256] | : . ' , ; ` | List of future strategies: [22:19:12.256] | : . ' , ; ` | 1. sequential: [22:19:12.256] | : . ' , ; ` | - args: function (..., abc = TRUE, envir = parent.frame(), workers = "") [22:19:12.256] | : . ' , ; ` | - tweaked: TRUE [22:19:12.256] | : . ' , ; ` | - call: plan(sequential, abc = FALSE) [22:19:12.257] | : . ' , ; ` | List of 1 [22:19:12.257] | : . ' , ; ` | $ :function (..., abc = TRUE, envir = parent.frame()) [22:19:12.257] | : . ' , ; ` | ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.257] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:12.257] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.257] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.257] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.257] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 2 [22:19:12.257] | : . ' , ; ` | .. ..$ abc: logi FALSE [22:19:12.257] | : . ' , ; ` | .. ..$ abc: logi TRUE [22:19:12.257] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.257] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.257] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.257] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.257] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.265] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [22:19:12.265] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [22:19:12.266] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:12.266] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:12.267] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:12.268] | : . ' , SequentialFuture started (and completed) [22:19:12.268] | : . ' , signalConditions() ... [22:19:12.269] | : . ' , ; include = 'immediateCondition' [22:19:12.269] | : . ' , ; exclude = [22:19:12.270] | : . ' , ; resignal = FALSE [22:19:12.270] | : . ' , ; Number of conditions: 6 [22:19:12.271] | : . ' , ; int 6 [22:19:12.272] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.272] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.273] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.273] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.274] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.274] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.275] | : . ' , signalConditions() ... done [22:19:12.275] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:12.276] | : . Launching futures ... done [22:19:12.276] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:12.277] | : Using SequentialFutureBackend ... done [22:19:12.277] | run() for 'Future' () ... done [22:19:12.278] future(..., label = NULL) ... done [22:19:12.278] plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.279] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:12.279] | : all.equal() for FutureStrategyList ... [22:19:12.280] | : . New stack: [22:19:12.280] | : . List of 1 [22:19:12.280] | : . $ :function (..., abc = FALSE, envir = parent.frame()) [22:19:12.280] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.280] | : . ..- attr(*, "init")= chr "done" [22:19:12.280] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.280] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.280] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.280] | : . ..- attr(*, "tweaks")=List of 1 [22:19:12.280] | : . .. ..$ abc: logi FALSE [22:19:12.280] | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.280] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.280] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.280] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.280] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.285] | : . Old stack: [22:19:12.286] | : . List of 1 [22:19:12.286] | : . $ :function (..., abc = TRUE, envir = parent.frame()) [22:19:12.286] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.286] | : . ..- attr(*, "init")= chr "done" [22:19:12.286] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.286] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.286] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.286] | : . ..- attr(*, "tweaks")=List of 2 [22:19:12.286] | : . .. ..$ abc: logi FALSE [22:19:12.286] | : . .. ..$ abc: logi TRUE [22:19:12.286] | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.286] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.286] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.286] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.286] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.291] | : . Not identical [22:19:12.292] | : . all.equal() for future ... [22:19:12.292] | : . ' List of 2 [22:19:12.292] | : . ' $ target :function (..., abc = FALSE, envir = parent.frame()) [22:19:12.292] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.292] | : . ' ..- attr(*, "init")= chr "done" [22:19:12.292] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.292] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.292] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.292] | : . ' ..- attr(*, "tweaks")=List of 1 [22:19:12.292] | : . ' .. ..$ abc: logi FALSE [22:19:12.292] | : . ' ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.292] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.292] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.292] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.292] | : . ' $ current:function (..., abc = TRUE, envir = parent.frame()) [22:19:12.292] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [22:19:12.292] | : . ' ..- attr(*, "init")= chr "done" [22:19:12.292] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.292] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.292] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.292] | : . ' ..- attr(*, "tweaks")=List of 2 [22:19:12.292] | : . ' .. ..$ abc: logi FALSE [22:19:12.292] | : . ' .. ..$ abc: logi TRUE [22:19:12.292] | : . ' ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.292] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.292] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.292] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.307] | : . ' Formals differ [22:19:12.308] | : . all.equal() for future ... done [22:19:12.308] | : . Future strategies differ at level 1 [22:19:12.309] | : all.equal() for FutureStrategyList ... done [22:19:12.309] | : plan(): Setting new future backend stack: [22:19:12.310] | : List of future strategies: [22:19:12.310] | : 1. sequential: [22:19:12.310] | : - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [22:19:12.310] | : - tweaked: TRUE [22:19:12.310] | : - call: plan(sequential, abc = FALSE) [22:19:12.311] | : List of 1 [22:19:12.311] | : $ :function (..., abc = FALSE, envir = parent.frame()) [22:19:12.311] | : ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.311] | : ..- attr(*, "init")= chr "done" [22:19:12.311] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.311] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.311] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.311] | : ..- attr(*, "tweaks")=List of 1 [22:19:12.311] | : .. ..$ abc: logi FALSE [22:19:12.311] | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [22:19:12.311] | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.311] | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.311] | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.311] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.317] | : plan(): plan_cleanup(<'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [22:19:12.318] | : plan(): plan_cleanup(<'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [22:19:12.318] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:12.319] plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done > print(x) [22:19:12.319] value() for SequentialFuture () ... [22:19:12.320] | signalConditions() ... [22:19:12.321] | : include = 'immediateCondition' [22:19:12.321] | : exclude = [22:19:12.322] | : resignal = FALSE [22:19:12.322] | : Number of conditions: 6 [22:19:12.323] | : int 6 [22:19:12.324] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.324] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.325] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.325] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.326] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.326] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.327] | signalConditions() ... done [22:19:12.327] | relay stdout ... [22:19:12.328] | relay stdout ... done [22:19:12.328] | check for misuse ... [22:19:12.329] | check for misuse ... done [22:19:12.329] | relay conditions ... [22:19:12.330] | : Future state: 'finished' [22:19:12.330] | : signalConditions() ... [22:19:12.331] | : . include = 'condition' [22:19:12.331] | : . exclude = 'immediateCondition' [22:19:12.332] | : . resignal = TRUE [22:19:12.332] | : . Number of conditions: 6 [22:19:12.333] | : . int 6 [22:19:12.334] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.334] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:12.193] | : . ' , attachPackages() ... [22:19:12.335] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.335] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:12.194] | : . ' , ; packages: [n=1] 'future' [22:19:12.336] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.336] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:12.194] | : . ' , attachPackages() ... done [22:19:12.337] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.338] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:12.195] | : . ' , attachPackages() ... [22:19:12.338] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.339] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:12.195] | : . ' , ; packages: [n=0] [22:19:12.339] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.340] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:12.196] | : . ' , attachPackages() ... done [22:19:12.340] | : signalConditions() ... done [22:19:12.341] | relay conditions ... done [22:19:12.342] value() for SequentialFuture () ... done [1] 2 > stopifnot(a == 0, x == 2) > plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.342] plan(<'call'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... Warning in tweak.future(sequential, abc = FALSE) : Detected 1 unknown future arguments: 'abc' [22:19:12.344] | plan(): plan_set(<2 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:19:12.344] | : all.equal() for FutureStrategyList ... [22:19:12.345] | : . Different lengths [22:19:12.345] | : all.equal() for FutureStrategyList ... done [22:19:12.346] | : plan(): Setting new future backend stack: [22:19:12.346] | : List of future strategies: [22:19:12.346] | : 1. sequential: [22:19:12.346] | : - args: function (..., envir = parent.frame(), workers = "") [22:19:12.346] | : - tweaked: FALSE [22:19:12.346] | : - call: plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.346] | : 2. sequential: [22:19:12.346] | : - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [22:19:12.346] | : - tweaked: TRUE [22:19:12.346] | : - call: plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.348] | : List of 2 [22:19:12.348] | : $ A:function (..., envir = parent.frame()) [22:19:12.348] | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.348] | : ..- attr(*, "init")= logi TRUE [22:19:12.348] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.348] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.348] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.348] | : ..- attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.348] | : $ B:function (..., abc = FALSE, envir = parent.frame()) [22:19:12.348] | : ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.348] | : ..- attr(*, "init")= logi TRUE [22:19:12.348] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.348] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.348] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.348] | : ..- attr(*, "tweaks")=List of 1 [22:19:12.348] | : .. ..$ abc: logi FALSE [22:19:12.348] | : ..- attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.348] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.355] | : plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [22:19:12.356] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.356] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [22:19:12.357] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.357] | : . Legacy shutdown of cluster workers ... [22:19:12.358] | : . ' Stopping existing cluster ... [22:19:12.358] | : . ' , No pre-existing cluster. Skipping [22:19:12.359] | : . ' Stopping existing cluster ... done [22:19:12.359] | : . Legacy shutdown of cluster workers ... done [22:19:12.360] | : plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [22:19:12.360] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:19:12.361] | : . function (..., envir = parent.frame()) [22:19:12.361] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.361] | : . - attr(*, "init")= logi TRUE [22:19:12.361] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.361] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.361] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.361] | : . - attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.364] | : . init: TRUE [22:19:12.365] | : . makeFutureBackend() ... [22:19:12.365] | : . ' Backend function: <'NULL'> [22:19:12.366] | : . ' Evaluator tweak arguments: [n=0] [22:19:12.366] | : . ' list() [22:19:12.367] | : . ' Evaluator formal arguments: [n=1] [22:19:12.368] | : . ' Dotted pair list of 1 [22:19:12.368] | : . ' $ envir: language parent.frame() [22:19:12.369] | : . ' Arguments passed to the future-backend factory: [n=1] [22:19:12.370] | : . ' List of 1 [22:19:12.370] | : . ' $ envir: language parent.frame() [22:19:12.371] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:19:12.372] | : . makeFutureBackend() ... done [22:19:12.373] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:19:12.373] | : nbrOfWorkers(NULL) ... [22:19:12.374] | : . List of 4 [22:19:12.374] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:19:12.374] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:19:12.374] | : . $ : language nbrOfWorkers() [22:19:12.374] | : . $ : language nbrOfWorkers.NULL() [22:19:12.377] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.377] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.378] | : . Number of workers: 1 [22:19:12.378] | : nbrOfWorkers(NULL) ... done [22:19:12.379] | : plan(): nbrOfWorkers() = 1 [22:19:12.379] | plan(): plan_set(<2 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:19:12.380] plan(<'call'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > a <- 0 > x %<-% { + stopifnot(identical(names(plan("list")), "B")) + a <- 1 + a + } [22:19:12.381] future(..., label = NULL) ... [22:19:12.382] | lazy: FALSE [22:19:12.382] | stdout: TRUE [22:19:12.383] | conditions: [n=1] 'condition' [22:19:12.383] | getGlobalsAndPackages() ... [22:19:12.384] | : Searching for globals ... [22:19:12.435] | : . globals found: [6] '{', 'stopifnot', 'identical', 'names', 'plan', '<-' [22:19:12.436] | : Searching for globals ... done [22:19:12.436] | : Resolving globals: FALSE [22:19:12.437] | : Search for packages associated with the globals ... [22:19:12.437] | : . Packages associated with globals: [1] 'base' [22:19:12.439] | : . Packages: [1] 'base' [22:19:12.439] | : Search for packages associated with the globals ... done [22:19:12.440] | : Packages after dropping 'base': [0] [22:19:12.440] | : globals: [1] 'plan' [22:19:12.441] | : packages: [0] [22:19:12.441] | getGlobalsAndPackages() ... done [22:19:12.442] | run() for 'Future' () ... [22:19:12.443] | : state: 'created' [22:19:12.444] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.444] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.445] | : Using SequentialFutureBackend ... [22:19:12.445] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:19:12.446] | : . Launching futures ... [22:19:12.446] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:19:12.447] | : . ' , getFutureData() ... [22:19:12.448] | : . ' , ; getFutureCore() ... [22:19:12.448] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:19:12.449] | : . ' , ; getFutureCore() ... done [22:19:12.449] | : . ' , ; getFutureCapture() ... [22:19:12.450] | : . ' , ; getFutureCapture() ... done [22:19:12.450] | : . ' , ; getFutureContext() ... [22:19:12.451] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.451] | : . ' , ; ` | Getting stack without first backend: [n=1] 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [22:19:12.452] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.453] | : . ' , ; ` Packages needed by future strategies (n = 0): [22:19:12.453] | : . ' , ; getFutureContext() ... done [22:19:12.454] | : . ' , getFutureData() ... done [22:19:12.459] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.459] | : . ' , ; Getting full stack: [n=2] 'c("sequential", "uniprocess", "future", "function")', 'c("tweaked", "sequential", "uniprocess", "future", "function")' [22:19:12.460] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.461] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.461] | : . ' , ; plan(<'list'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.462] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:12.463] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:12.463] | : . ' , ; ` | : Different lengths [22:19:12.464] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:12.464] | : . ' , ; ` | plan(): Setting new future backend stack: [22:19:12.465] | : . ' , ; ` | List of future strategies: [22:19:12.465] | : . ' , ; ` | 1. sequential: [22:19:12.465] | : . ' , ; ` | - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [22:19:12.465] | : . ' , ; ` | - tweaked: TRUE [22:19:12.465] | : . ' , ; ` | - call: plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.466] | : . ' , ; ` | List of 1 [22:19:12.466] | : . ' , ; ` | $ B:function (..., abc = FALSE, envir = parent.frame()) [22:19:12.466] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.466] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:12.466] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.466] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.466] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.466] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [22:19:12.466] | : . ' , ; ` | .. ..$ abc: logi FALSE [22:19:12.466] | : . ' , ; ` | ..- attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.466] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.472] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [22:19:12.472] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [22:19:12.473] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:12.474] | : . ' , ; plan(<'list'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:12.474] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:12.475] | : . ' , assign_globals() ... [22:19:12.475] | : . ' , List of 1 [22:19:12.475] | : . ' , $ plan:function (strategy = NULL, ..., substitute = TRUE, .skip = FALSE, .call = TRUE, [22:19:12.475] | : . ' , .cleanup = NA, .init = TRUE) [22:19:12.475] | : . ' , - attr(*, "where")=List of 1 [22:19:12.475] | : . ' , ..$ plan: [22:19:12.475] | : . ' , .. ..- attr(*, "name")= chr "package:future" [22:19:12.475] | : . ' , .. ..- attr(*, "path")= chr "D:/RCompile/CRANincoming/R-devel/lib/future" [22:19:12.475] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:19:12.475] | : . ' , - attr(*, "resolved")= logi FALSE [22:19:12.475] | : . ' , - attr(*, "total_size")= num NA [22:19:12.475] | : . ' , - attr(*, "already-done")= logi TRUE [22:19:12.481] | : . ' , - copied 'plan' to environment [22:19:12.481] | : . ' , assign_globals() ... done [22:19:12.487] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.488] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:19:12.488] | : . ' , ; ` plan(): plan_set(<2 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:19:12.489] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:19:12.489] | : . ' , ; ` | : Different lengths [22:19:12.490] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:19:12.490] | : . ' , ; ` | plan(): Setting new future backend stack: [22:19:12.491] | : . ' , ; ` | List of future strategies: [22:19:12.491] | : . ' , ; ` | 1. sequential: [22:19:12.491] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:19:12.491] | : . ' , ; ` | - tweaked: FALSE [22:19:12.491] | : . ' , ; ` | - call: plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.491] | : . ' , ; ` | 2. sequential: [22:19:12.491] | : . ' , ; ` | - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [22:19:12.491] | : . ' , ; ` | - tweaked: TRUE [22:19:12.491] | : . ' , ; ` | - call: plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.492] | : . ' , ; ` | List of 2 [22:19:12.492] | : . ' , ; ` | $ A:function (..., envir = parent.frame()) [22:19:12.492] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:19:12.492] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:19:12.492] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.492] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.492] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.492] | : . ' , ; ` | ..- attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.492] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:19:12.492] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.492] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.492] | : . ' , ; ` | $ B:function (..., abc = FALSE, envir = parent.frame()) [22:19:12.492] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [22:19:12.492] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:19:12.492] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:19:12.492] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.492] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:19:12.492] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [22:19:12.492] | : . ' , ; ` | .. ..$ abc: logi FALSE [22:19:12.492] | : . ' , ; ` | ..- attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [22:19:12.492] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:19:12.502] | : . ' , ; ` | plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [22:19:12.502] | : . ' , ; ` | plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [22:19:12.503] | : . ' , ; ` plan(): plan_set(<2 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:19:12.504] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:12.504] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:19:12.505] | : . ' , SequentialFuture started (and completed) [22:19:12.506] | : . ' , signalConditions() ... [22:19:12.506] | : . ' , ; include = 'immediateCondition' [22:19:12.507] | : . ' , ; exclude = [22:19:12.507] | : . ' , ; resignal = FALSE [22:19:12.508] | : . ' , ; Number of conditions: 9 [22:19:12.508] | : . ' , ; int 9 [22:19:12.509] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.510] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.510] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.511] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.511] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.512] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.512] | : . ' , ; Condition #7 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.513] | : . ' , ; Condition #8 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.513] | : . ' , ; Condition #9 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.514] | : . ' , signalConditions() ... done [22:19:12.514] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:19:12.515] | : . Launching futures ... done [22:19:12.516] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:19:12.516] | : Using SequentialFutureBackend ... done [22:19:12.517] | run() for 'Future' () ... done [22:19:12.517] future(..., label = NULL) ... done > print(x) [22:19:12.518] value() for SequentialFuture () ... [22:19:12.519] | signalConditions() ... [22:19:12.519] | : include = 'immediateCondition' [22:19:12.520] | : exclude = [22:19:12.520] | : resignal = FALSE [22:19:12.521] | : Number of conditions: 9 [22:19:12.521] | : int 9 [22:19:12.522] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.523] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.523] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.524] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.524] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.525] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.525] | : Condition #7 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.526] | : Condition #8 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.526] | : Condition #9 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.527] | signalConditions() ... done [22:19:12.527] | relay stdout ... [22:19:12.528] | relay stdout ... done [22:19:12.528] | check for misuse ... [22:19:12.529] | check for misuse ... done [22:19:12.530] | relay conditions ... [22:19:12.530] | : Future state: 'finished' [22:19:12.531] | : signalConditions() ... [22:19:12.531] | : . include = 'condition' [22:19:12.532] | : . exclude = 'immediateCondition' [22:19:12.532] | : . resignal = TRUE [22:19:12.533] | : . Number of conditions: 9 [22:19:12.533] | : . int 9 [22:19:12.534] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.535] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:19:12.455] | : . ' , attachPackages() ... [22:19:12.535] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.536] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:19:12.455] | : . ' , ; packages: [n=0] [22:19:12.536] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.537] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:19:12.456] | : . ' , attachPackages() ... done [22:19:12.538] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.538] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:19:12.456] | : . ' , attachPackages() ... [22:19:12.539] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.539] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:19:12.457] | : . ' , ; packages: [n=0] [22:19:12.540] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.540] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:19:12.458] | : . ' , attachPackages() ... done [22:19:12.541] | : . Condition #7 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.541] | : . Condition #7: 'simpleMessage', 'message', 'condition' [22:19:12.482] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:19:12.542] | : . Condition #8 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.542] | : . Condition #8: 'simpleMessage', 'message', 'condition' [22:19:12.483] | : . ' , ; Getting full stack: [n=1] 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [22:19:12.543] | : . Condition #9 (class: 'simpleMessage', 'message', 'condition'): [22:19:12.544] | : . Condition #9: 'simpleMessage', 'message', 'condition' [22:19:12.484] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:19:12.544] | : signalConditions() ... done [22:19:12.545] | relay conditions ... done [22:19:12.545] value() for SequentialFuture () ... done [1] 1 > stopifnot(a == 0, x == 1) > message("*** y %<-% { expr } %tweak% tweaks ... DONE") *** y %<-% { expr } %tweak% tweaks ... DONE > message("*** tweak() - abc = TRUE ...") *** tweak() - abc = TRUE ... > res <- tryCatch(tweak(multisession, gc = TRUE), condition = identity) > stopifnot(inherits(res, "tweaked")) > res <- tryCatch(tweak(sequential, abc = TRUE), condition = identity) > stopifnot(inherits(res, "warning")) > res <- tryCatch(tweak(multicore, abc = TRUE), condition = identity) > stopifnot(inherits(res, "warning")) > message("*** tweak() - abc = TRUE ... DONE") *** tweak() - abc = TRUE ... DONE > message("*** tweak() - odds and ends ...") *** tweak() - odds and ends ... > length.Formula <- function(x) c(1, 1) > expr <- structure(y ~ x, class = "Formula") > stopifnot(length(length(expr)) == 2) > gp <- future::getGlobalsAndPackages(expr) [22:19:12.549] getGlobalsAndPackages() ... [22:19:12.550] | Searching for globals ... [22:19:12.562] | : globals found: [4] '{', 'y', 'x', '~' [22:19:12.563] | Searching for globals ... done [22:19:12.563] | Resolving globals: FALSE [22:19:12.564] | Search for packages associated with the globals ... [22:19:12.564] | : Packages associated with globals: [1] 'base' [22:19:12.565] | : Packages: [1] 'base' [22:19:12.566] | Search for packages associated with the globals ... done [22:19:12.567] | The total size of the 1 globals is 39 bytes (39 bytes) [22:19:12.568] | The total size of the 1 globals exported for future expression ('y ~ x') is 39 bytes There is one global: 'x' (39 bytes of class 'numeric') [22:19:12.568] | Packages after dropping 'base': [0] [22:19:12.569] | globals: [1] 'x' [22:19:12.569] | packages: [0] [22:19:12.570] getGlobalsAndPackages() ... done > stopifnot(!inherits(gp, "error"), is.list(gp), all(c("expr", + "globals", "packages") %in% names(gp))) > message("*** tweak() - odds and ends ... DONE") *** tweak() - odds and ends ... DONE > message("*** tweak() - exceptions ...") *** tweak() - exceptions ... > res <- try(tweak(""), silent = TRUE) > stopifnot(inherits(res, "try-error")) > res <- try(tweak(base::eval), silent = TRUE) > stopifnot(inherits(res, "try-error")) > res <- try(tweak(sequential, "unnamed-argument"), + silent = TRUE) > stopifnot(inherits(res, "try-error")) > res <- try(tweak(sequential, lazy = TRUE), silent = TRUE) > stopifnot(inherits(res, "try-error")) > res <- try(tweak(sequential, seed = 42), silent = TRUE) > stopifnot(inherits(res, "try-error")) > message("*** tweak() - exceptions ... DONE") *** tweak() - exceptions ... DONE > message("*** Tweaking future strategies ... DONE") *** Tweaking future strategies ... DONE Failed to undo environment variables: - Expected environment variables: [n=218] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RCPP_NOT_NEEDED_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_03_13_22_15_17_12234' Test time: user.self=2s, sys.self=0.1s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'tweak' ... success > > proc.time() user system elapsed 1.82 0.12 2.56