R Under development (unstable) (2026-01-15 r89304 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-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) [12:35:55.537] Option 'future.startup.script': TRUE [12:35:55.538] Future startup scripts considered: '.future.R', '~/.future.R' [12:35:55.539] 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 [12:35:56.462] plan(<'call'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:56.463] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:35:56.464] | : all.equal() for FutureStrategyList ... [12:35:56.464] | : . New stack: [12:35:56.464] | : . List of 1 [12:35:56.464] | : . $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [12:35:56.464] | : . session_info = list(process = list(pid = 45364L), r = list(platform = "x86_64-w64-mingw32", [12:35:56.464] | : . arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:35:56.464] | : . status = "Under development (unstable)", major = "4", minor = "6.0", [12:35:56.464] | : . year = "2026", month = "01", day = "15", `svn rev` = "89304", language = "R", [12:35:56.464] | : . version.string = "R Under development (unstable) (2026-01-15 r89304 ucrt)", [12:35:56.464] | : . nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:35:56.464] | : . sysname = "Windows", release = "Server x64", version = "build 20348", [12:35:56.464] | : . nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:35:56.464] | : . effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:35:56.464] | : . `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:35:56.464] | : . extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:35:56.464] | : . xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [12:35:56.464] | : . ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:35:56.464] | : . readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:35:56.464] | : . tempdir = "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh", libs = c("D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", [12:35:56.464] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:35:56.464] | : . ..- attr(*, "init")= logi TRUE [12:35:56.464] | : . ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:35:56.464] | : . earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:35:56.464] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:56.464] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:56.464] | : . ..- attr(*, "tweaks")=List of 1 [12:35:56.464] | : . .. ..$ workers:List of 1 [12:35:56.464] | : . .. .. ..$ :List of 4 [12:35:56.464] | : . .. .. .. ..$ con : 'sockconn' int 4 [12:35:56.464] | : . .. .. .. .. ..- attr(*, "conn_id")= [12:35:56.464] | : . .. .. .. ..$ host : chr "localhost" [12:35:56.464] | : . .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.464] | : . .. .. .. ..$ rank : int 0 [12:35:56.464] | : . .. .. .. ..$ session_info:List of 9 [12:35:56.464] | : . .. .. .. .. ..$ process :List of 1 [12:35:56.464] | : . .. .. .. .. .. ..$ pid: int 45364 [12:35:56.464] | : . .. .. .. .. ..$ r :List of 16 [12:35:56.464] | : . .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:35:56.464] | : . .. .. .. .. .. ..$ arch : chr "x86_64" [12:35:56.464] | : . .. .. .. .. .. ..$ os : chr "mingw32" [12:35:56.464] | : . .. .. .. .. .. ..$ crt : chr "ucrt" [12:35:56.464] | : . .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:35:56.464] | : . .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:35:56.464] | : . .. .. .. .. .. ..$ major : chr "4" [12:35:56.464] | : . .. .. .. .. .. ..$ minor : chr "6.0" [12:35:56.464] | : . .. .. .. .. .. ..$ year : chr "2026" [12:35:56.464] | : . .. .. .. .. .. ..$ month : chr "01" [12:35:56.464] | : . .. .. .. .. .. ..$ day : chr "15" [12:35:56.464] | : . .. .. .. .. .. ..$ svn rev : chr "89304" [12:35:56.464] | : . .. .. .. .. .. ..$ language : chr "R" [12:35:56.464] | : . .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:35:56.464] | : . .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:35:56.464] | : . .. .. .. .. .. ..$ os.type : chr "windows" [12:35:56.464] | : . .. .. .. .. ..$ system :List of 9 [12:35:56.464] | : . .. .. .. .. .. ..$ sysname : chr "Windows" [12:35:56.464] | : . .. .. .. .. .. ..$ release : chr "Server x64" [12:35:56.464] | : . .. .. .. .. .. ..$ version : chr "build 20348" [12:35:56.464] | : . .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:35:56.464] | : . .. .. .. .. .. ..$ machine : chr "x86-64" [12:35:56.464] | : . .. .. .. .. .. ..$ login : chr "CRAN" [12:35:56.464] | : . .. .. .. .. .. ..$ user : chr "CRAN" [12:35:56.464] | : . .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:35:56.464] | : . .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:35:56.464] | : . .. .. .. .. ..$ l10n :List of 5 [12:35:56.464] | : . .. .. .. .. .. ..$ MBCS : logi TRUE [12:35:56.464] | : . .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:35:56.464] | : . .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:35:56.464] | : . .. .. .. .. .. ..$ codepage : int 65001 [12:35:56.464] | : . .. .. .. .. .. ..$ system.codepage: int 65001 [12:35:56.464] | : . .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:35:56.464] | : . .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:35:56.464] | : . .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:35:56.464] | : . .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh" [12:35:56.464] | : . .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:56.464] | : . .. .. .. .. ..$ pkgs : NULL [12:35:56.464] | : . .. .. .. ..- attr(*, "options")=List of 35 [12:35:56.464] | : . .. .. .. .. ..$ worker : chr "localhost" [12:35:56.464] | : . .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.464] | : . .. .. .. .. ..$ master : chr "localhost" [12:35:56.464] | : . .. .. .. .. ..$ port : int 32401 [12:35:56.464] | : . .. .. .. .. ..$ connectTimeout : num 120 [12:35:56.464] | : . .. .. .. .. ..$ timeout : num 120 [12:35:56.464] | : . .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:35:56.464] | : . .. .. .. .. ..$ homogeneous : logi TRUE [12:35:56.464] | : . .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:97840:CRANWIN3:CRAN"| __truncated__ [12:35:56.464] | : . .. .. .. .. ..$ rscript_envs : NULL [12:35:56.464] | : . .. .. .. .. ..$ rscript_libs : NULL [12:35:56.464] | : . .. .. .. .. ..$ rscript_startup : NULL [12:35:56.464] | : . .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:35:56.464] | : . .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.464] | : . .. .. .. .. ..$ methods : logi TRUE [12:35:56.464] | : . .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.464] | : . .. .. .. .. ..$ useXDR : logi FALSE [12:35:56.464] | : . .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.464] | : . .. .. .. .. ..$ renice : int NA [12:35:56.464] | : . .. .. .. .. ..$ rshcmd : NULL [12:35:56.464] | : . .. .. .. .. ..$ user : chr(0) [12:35:56.464] | : . .. .. .. .. ..$ revtunnel : logi FALSE [12:35:56.464] | : . .. .. .. .. ..$ rshlogfile : NULL [12:35:56.464] | : . .. .. .. .. ..$ rshopts : chr(0) [12:35:56.464] | : . .. .. .. .. ..$ rank : int 0 [12:35:56.464] | : . .. .. .. .. ..$ manual : logi FALSE [12:35:56.464] | : . .. .. .. .. ..$ dryrun : logi FALSE [12:35:56.464] | : . .. .. .. .. ..$ quiet : logi FALSE [12:35:56.464] | : . .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.464] | : . .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.464] | : . .. .. .. .. ..$ rshcmd_label : NULL [12:35:56.464] | : . .. .. .. .. ..$ rsh_call : NULL [12:35:56.464] | : . .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.464] | : . .. .. .. .. ..$ localMachine : logi TRUE [12:35:56.464] | : . .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:35:56.464] | : . master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:35:56.464] | : . 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:35:56.464] | : . 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:35:56.464] | : . rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:35:56.464] | : . "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:35:56.464] | : . "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:35:56.464] | : . socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:35:56.464] | : . "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:35:56.464] | : . FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:35:56.464] | : . NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:35:56.464] | : . NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:35:56.464] | : . setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:35:56.464] | : . "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:35:56.464] | : . FALSE), action = c("launch", "options"), verbose = FALSE) [12:35:56.464] | : . .. .. .. .. ..$ arguments :List of 29 [12:35:56.464] | : . .. .. .. .. .. ..$ worker : chr "localhost" [12:35:56.464] | : . .. .. .. .. .. ..$ master : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ port : int 32401 [12:35:56.464] | : . .. .. .. .. .. ..$ connectTimeout : num 120 [12:35:56.464] | : . .. .. .. .. .. ..$ timeout : num 120 [12:35:56.464] | : . .. .. .. .. .. ..$ rscript : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ homogeneous : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ rscript_args : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ rscript_envs : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ rscript_libs : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ rscript_startup : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:35:56.464] | : . .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.464] | : . .. .. .. .. .. ..$ methods : logi TRUE [12:35:56.464] | : . .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.464] | : . .. .. .. .. .. ..$ useXDR : logi FALSE [12:35:56.464] | : . .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.464] | : . .. .. .. .. .. ..$ renice : int NA [12:35:56.464] | : . .. .. .. .. .. ..$ rshcmd : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ user : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ revtunnel : logi NA [12:35:56.464] | : . .. .. .. .. .. ..$ rshlogfile : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ rshopts : NULL [12:35:56.464] | : . .. .. .. .. .. ..$ rank : int 1 [12:35:56.464] | : . .. .. .. .. .. ..$ manual : logi FALSE [12:35:56.464] | : . .. .. .. .. .. ..$ dryrun : logi FALSE [12:35:56.464] | : . .. .. .. .. .. ..$ quiet : logi FALSE [12:35:56.464] | : . .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.464] | : . .. .. .. .. .. ..$ calls : logi FALSE [12:35:56.464] | : . .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:35:56.464] | : . .. .. .. ..- attr(*, "calls")=Dotted pair list of 18 [12:35:56.464] | : . .. .. .. .. ..$ : language future:::testme("tweak") [12:35:56.464] | : . .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:35:56.464] | : . .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.464] | : . .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.464] | : . .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.464] | : . .. .. .. .. ..$ : language main() [12:35:56.464] | : . .. .. .. .. ..$ : language testme_run_test(testme) [12:35:56.464] | : . .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:35:56.464] | : . .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.464] | : . .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.464] | : . .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.464] | : . .. .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [12:35:56.464] | : . .. .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:35:56.464] | : . .. .. .. .. ..$ : language eval(expr, p) [12:35:56.464] | : . .. .. .. .. ..$ : language eval(expr, p) [12:35:56.464] | : . .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.464] | : . .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.464] | : . .. .. .. .. ..$ : language makeClusterPSOCK(1L) [12:35:56.464] | : . .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:35:56.464] | : . .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:35:56.464] | : . ..- attr(*, "call")= language future::plan(future::cluster, workers = cl) [12:35:56.464] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:56.543] | : . Old stack: [12:35:56.543] | : . List of 1 [12:35:56.543] | : . $ :function (..., envir = parent.frame()) [12:35:56.543] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:56.543] | : . ..- attr(*, "init")= logi TRUE [12:35:56.543] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:56.543] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:56.543] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:56.543] | : . ..- attr(*, "call")= language plan(sequential) [12:35:56.543] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:56.549] | : . Not identical [12:35:56.549] | : . all.equal() for future ... [12:35:56.549] | : . ' List of 2 [12:35:56.549] | : . ' $ target :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [12:35:56.549] | : . ' session_info = list(process = list(pid = 45364L), r = list(platform = "x86_64-w64-mingw32", [12:35:56.549] | : . ' arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:35:56.549] | : . ' status = "Under development (unstable)", major = "4", minor = "6.0", [12:35:56.549] | : . ' year = "2026", month = "01", day = "15", `svn rev` = "89304", language = "R", [12:35:56.549] | : . ' version.string = "R Under development (unstable) (2026-01-15 r89304 ucrt)", [12:35:56.549] | : . ' nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:35:56.549] | : . ' sysname = "Windows", release = "Server x64", version = "build 20348", [12:35:56.549] | : . ' nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:35:56.549] | : . ' effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:35:56.549] | : . ' `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:35:56.549] | : . ' extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:35:56.549] | : . ' xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [12:35:56.549] | : . ' ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:35:56.549] | : . ' readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:35:56.549] | : . ' tempdir = "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh", libs = c("D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", [12:35:56.549] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:35:56.549] | : . ' ..- attr(*, "init")= logi TRUE [12:35:56.549] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:35:56.549] | : . ' earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:35:56.549] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:56.549] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:56.549] | : . ' ..- attr(*, "tweaks")=List of 1 [12:35:56.549] | : . ' .. ..$ workers:List of 1 [12:35:56.549] | : . ' .. .. ..$ :List of 4 [12:35:56.549] | : . ' .. .. .. ..$ con : 'sockconn' int 4 [12:35:56.549] | : . ' .. .. .. .. ..- attr(*, "conn_id")= [12:35:56.549] | : . ' .. .. .. ..$ host : chr "localhost" [12:35:56.549] | : . ' .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.549] | : . ' .. .. .. ..$ rank : int 0 [12:35:56.549] | : . ' .. .. .. ..$ session_info:List of 9 [12:35:56.549] | : . ' .. .. .. .. ..$ process :List of 1 [12:35:56.549] | : . ' .. .. .. .. .. ..$ pid: int 45364 [12:35:56.549] | : . ' .. .. .. .. ..$ r :List of 16 [12:35:56.549] | : . ' .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:35:56.549] | : . ' .. .. .. .. .. ..$ arch : chr "x86_64" [12:35:56.549] | : . ' .. .. .. .. .. ..$ os : chr "mingw32" [12:35:56.549] | : . ' .. .. .. .. .. ..$ crt : chr "ucrt" [12:35:56.549] | : . ' .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:35:56.549] | : . ' .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:35:56.549] | : . ' .. .. .. .. .. ..$ major : chr "4" [12:35:56.549] | : . ' .. .. .. .. .. ..$ minor : chr "6.0" [12:35:56.549] | : . ' .. .. .. .. .. ..$ year : chr "2026" [12:35:56.549] | : . ' .. .. .. .. .. ..$ month : chr "01" [12:35:56.549] | : . ' .. .. .. .. .. ..$ day : chr "15" [12:35:56.549] | : . ' .. .. .. .. .. ..$ svn rev : chr "89304" [12:35:56.549] | : . ' .. .. .. .. .. ..$ language : chr "R" [12:35:56.549] | : . ' .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:35:56.549] | : . ' .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:35:56.549] | : . ' .. .. .. .. .. ..$ os.type : chr "windows" [12:35:56.549] | : . ' .. .. .. .. ..$ system :List of 9 [12:35:56.549] | : . ' .. .. .. .. .. ..$ sysname : chr "Windows" [12:35:56.549] | : . ' .. .. .. .. .. ..$ release : chr "Server x64" [12:35:56.549] | : . ' .. .. .. .. .. ..$ version : chr "build 20348" [12:35:56.549] | : . ' .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:35:56.549] | : . ' .. .. .. .. .. ..$ machine : chr "x86-64" [12:35:56.549] | : . ' .. .. .. .. .. ..$ login : chr "CRAN" [12:35:56.549] | : . ' .. .. .. .. .. ..$ user : chr "CRAN" [12:35:56.549] | : . ' .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:35:56.549] | : . ' .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:35:56.549] | : . ' .. .. .. .. ..$ l10n :List of 5 [12:35:56.549] | : . ' .. .. .. .. .. ..$ MBCS : logi TRUE [12:35:56.549] | : . ' .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:35:56.549] | : . ' .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:35:56.549] | : . ' .. .. .. .. .. ..$ codepage : int 65001 [12:35:56.549] | : . ' .. .. .. .. .. ..$ system.codepage: int 65001 [12:35:56.549] | : . ' .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:35:56.549] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:35:56.549] | : . ' .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:35:56.549] | : . ' .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh" [12:35:56.549] | : . ' .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:56.549] | : . ' .. .. .. .. ..$ pkgs : NULL [12:35:56.549] | : . ' .. .. .. ..- attr(*, "options")=List of 35 [12:35:56.549] | : . ' .. .. .. .. ..$ worker : chr "localhost" [12:35:56.549] | : . ' .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.549] | : . ' .. .. .. .. ..$ master : chr "localhost" [12:35:56.549] | : . ' .. .. .. .. ..$ port : int 32401 [12:35:56.549] | : . ' .. .. .. .. ..$ connectTimeout : num 120 [12:35:56.549] | : . ' .. .. .. .. ..$ timeout : num 120 [12:35:56.549] | : . ' .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:35:56.549] | : . ' .. .. .. .. ..$ homogeneous : logi TRUE [12:35:56.549] | : . ' .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:97840:CRANWIN3:CRAN"| __truncated__ [12:35:56.549] | : . ' .. .. .. .. ..$ rscript_envs : NULL [12:35:56.549] | : . ' .. .. .. .. ..$ rscript_libs : NULL [12:35:56.549] | : . ' .. .. .. .. ..$ rscript_startup : NULL [12:35:56.549] | : . ' .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:35:56.549] | : . ' .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.549] | : . ' .. .. .. .. ..$ methods : logi TRUE [12:35:56.549] | : . ' .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.549] | : . ' .. .. .. .. ..$ useXDR : logi FALSE [12:35:56.549] | : . ' .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.549] | : . ' .. .. .. .. ..$ renice : int NA [12:35:56.549] | : . ' .. .. .. .. ..$ rshcmd : NULL [12:35:56.549] | : . ' .. .. .. .. ..$ user : chr(0) [12:35:56.549] | : . ' .. .. .. .. ..$ revtunnel : logi FALSE [12:35:56.549] | : . ' .. .. .. .. ..$ rshlogfile : NULL [12:35:56.549] | : . ' .. .. .. .. ..$ rshopts : chr(0) [12:35:56.549] | : . ' .. .. .. .. ..$ rank : int 0 [12:35:56.549] | : . ' .. .. .. .. ..$ manual : logi FALSE [12:35:56.549] | : . ' .. .. .. .. ..$ dryrun : logi FALSE [12:35:56.549] | : . ' .. .. .. .. ..$ quiet : logi FALSE [12:35:56.549] | : . ' .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.549] | : . ' .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.549] | : . ' .. .. .. .. ..$ rshcmd_label : NULL [12:35:56.549] | : . ' .. .. .. .. ..$ rsh_call : NULL [12:35:56.549] | : . ' .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.549] | : . ' .. .. .. .. ..$ localMachine : logi TRUE [12:35:56.549] | : . ' .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:35:56.549] | : . ' master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:35:56.549] | : . ' 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:35:56.549] | : . ' 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:35:56.549] | : . ' rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:35:56.549] | : . ' "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:35:56.549] | : . ' "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:35:56.549] | : . ' socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:35:56.549] | : . ' "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:35:56.549] | : . ' FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:35:56.549] | : . ' NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:35:56.549] | : . ' NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:35:56.549] | : . ' setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:35:56.549] | : . ' "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:35:56.549] | : . ' FALSE), action = c("launch", "options"), verbose = FALSE) [12:35:56.549] | : . ' .. .. .. .. ..$ arguments :List of 29 [12:35:56.549] | : . ' .. .. .. .. .. ..$ worker : chr "localhost" [12:35:56.549] | : . ' .. .. .. .. .. ..$ master : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ port : int 32401 [12:35:56.549] | : . ' .. .. .. .. .. ..$ connectTimeout : num 120 [12:35:56.549] | : . ' .. .. .. .. .. ..$ timeout : num 120 [12:35:56.549] | : . ' .. .. .. .. .. ..$ rscript : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ homogeneous : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ rscript_args : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ rscript_envs : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ rscript_libs : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ rscript_startup : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:35:56.549] | : . ' .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.549] | : . ' .. .. .. .. .. ..$ methods : logi TRUE [12:35:56.549] | : . ' .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.549] | : . ' .. .. .. .. .. ..$ useXDR : logi FALSE [12:35:56.549] | : . ' .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.549] | : . ' .. .. .. .. .. ..$ renice : int NA [12:35:56.549] | : . ' .. .. .. .. .. ..$ rshcmd : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ user : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ revtunnel : logi NA [12:35:56.549] | : . ' .. .. .. .. .. ..$ rshlogfile : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ rshopts : NULL [12:35:56.549] | : . ' .. .. .. .. .. ..$ rank : int 1 [12:35:56.549] | : . ' .. .. .. .. .. ..$ manual : logi FALSE [12:35:56.549] | : . ' .. .. .. .. .. ..$ dryrun : logi FALSE [12:35:56.549] | : . ' .. .. .. .. .. ..$ quiet : logi FALSE [12:35:56.549] | : . ' .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.549] | : . ' .. .. .. .. .. ..$ calls : logi FALSE [12:35:56.549] | : . ' .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:35:56.549] | : . ' .. .. .. ..- attr(*, "calls")=Dotted pair list of 18 [12:35:56.549] | : . ' .. .. .. .. ..$ : language future:::testme("tweak") [12:35:56.549] | : . ' .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:35:56.549] | : . ' .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.549] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.549] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.549] | : . ' .. .. .. .. ..$ : language main() [12:35:56.549] | : . ' .. .. .. .. ..$ : language testme_run_test(testme) [12:35:56.549] | : . ' .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:35:56.549] | : . ' .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.549] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.549] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.549] | : . ' .. .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [12:35:56.549] | : . ' .. .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:35:56.549] | : . ' .. .. .. .. ..$ : language eval(expr, p) [12:35:56.549] | : . ' .. .. .. .. ..$ : language eval(expr, p) [12:35:56.549] | : . ' .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.549] | : . ' .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.549] | : . ' .. .. .. .. ..$ : language makeClusterPSOCK(1L) [12:35:56.549] | : . ' .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:35:56.549] | : . ' .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:35:56.549] | : . ' ..- attr(*, "call")= language future::plan(future::cluster, workers = cl) [12:35:56.549] | : . ' $ current:function (..., envir = parent.frame()) [12:35:56.549] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:56.549] | : . ' ..- attr(*, "init")= logi TRUE [12:35:56.549] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:56.549] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:56.549] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:56.549] | : . ' ..- attr(*, "call")= language plan(sequential) [12:35:56.623] | : . ' Formals differ [12:35:56.623] | : . all.equal() for future ... done [12:35:56.623] | : . Future strategies differ at level 1 [12:35:56.623] | : all.equal() for FutureStrategyList ... done [12:35:56.624] | : plan(): Setting new future backend stack: [12:35:56.624] | : List of future strategies: [12:35:56.624] | : 1. cluster: [12:35:56.624] | : - args: function (..., workers = "") [12:35:56.624] | : - tweaked: TRUE [12:35:56.624] | : - call: future::plan(future::cluster, workers = cl) [12:35:56.626] | : List of 1 [12:35:56.626] | : $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [12:35:56.626] | : session_info = list(process = list(pid = 45364L), r = list(platform = "x86_64-w64-mingw32", [12:35:56.626] | : arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:35:56.626] | : status = "Under development (unstable)", major = "4", minor = "6.0", [12:35:56.626] | : year = "2026", month = "01", day = "15", `svn rev` = "89304", language = "R", [12:35:56.626] | : version.string = "R Under development (unstable) (2026-01-15 r89304 ucrt)", [12:35:56.626] | : nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:35:56.626] | : sysname = "Windows", release = "Server x64", version = "build 20348", [12:35:56.626] | : nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:35:56.626] | : effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:35:56.626] | : `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:35:56.626] | : extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:35:56.626] | : xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [12:35:56.626] | : ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:35:56.626] | : readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:35:56.626] | : tempdir = "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh", libs = c("D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", [12:35:56.626] | : ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:35:56.626] | : ..- attr(*, "init")= logi TRUE [12:35:56.626] | : ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:35:56.626] | : earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:35:56.626] | : .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:56.626] | : ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:56.626] | : ..- attr(*, "tweaks")=List of 1 [12:35:56.626] | : .. ..$ workers:List of 1 [12:35:56.626] | : .. .. ..$ :List of 4 [12:35:56.626] | : .. .. .. ..$ con : 'sockconn' int 4 [12:35:56.626] | : .. .. .. .. ..- attr(*, "conn_id")= [12:35:56.626] | : .. .. .. ..$ host : chr "localhost" [12:35:56.626] | : .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.626] | : .. .. .. ..$ rank : int 0 [12:35:56.626] | : .. .. .. ..$ session_info:List of 9 [12:35:56.626] | : .. .. .. .. ..$ process :List of 1 [12:35:56.626] | : .. .. .. .. .. ..$ pid: int 45364 [12:35:56.626] | : .. .. .. .. ..$ r :List of 16 [12:35:56.626] | : .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:35:56.626] | : .. .. .. .. .. ..$ arch : chr "x86_64" [12:35:56.626] | : .. .. .. .. .. ..$ os : chr "mingw32" [12:35:56.626] | : .. .. .. .. .. ..$ crt : chr "ucrt" [12:35:56.626] | : .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:35:56.626] | : .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:35:56.626] | : .. .. .. .. .. ..$ major : chr "4" [12:35:56.626] | : .. .. .. .. .. ..$ minor : chr "6.0" [12:35:56.626] | : .. .. .. .. .. ..$ year : chr "2026" [12:35:56.626] | : .. .. .. .. .. ..$ month : chr "01" [12:35:56.626] | : .. .. .. .. .. ..$ day : chr "15" [12:35:56.626] | : .. .. .. .. .. ..$ svn rev : chr "89304" [12:35:56.626] | : .. .. .. .. .. ..$ language : chr "R" [12:35:56.626] | : .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:35:56.626] | : .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:35:56.626] | : .. .. .. .. .. ..$ os.type : chr "windows" [12:35:56.626] | : .. .. .. .. ..$ system :List of 9 [12:35:56.626] | : .. .. .. .. .. ..$ sysname : chr "Windows" [12:35:56.626] | : .. .. .. .. .. ..$ release : chr "Server x64" [12:35:56.626] | : .. .. .. .. .. ..$ version : chr "build 20348" [12:35:56.626] | : .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:35:56.626] | : .. .. .. .. .. ..$ machine : chr "x86-64" [12:35:56.626] | : .. .. .. .. .. ..$ login : chr "CRAN" [12:35:56.626] | : .. .. .. .. .. ..$ user : chr "CRAN" [12:35:56.626] | : .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:35:56.626] | : .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:35:56.626] | : .. .. .. .. ..$ l10n :List of 5 [12:35:56.626] | : .. .. .. .. .. ..$ MBCS : logi TRUE [12:35:56.626] | : .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:35:56.626] | : .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:35:56.626] | : .. .. .. .. .. ..$ codepage : int 65001 [12:35:56.626] | : .. .. .. .. .. ..$ system.codepage: int 65001 [12:35:56.626] | : .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:35:56.626] | : .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:35:56.626] | : .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:35:56.626] | : .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh" [12:35:56.626] | : .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:56.626] | : .. .. .. .. ..$ pkgs : NULL [12:35:56.626] | : .. .. .. ..- attr(*, "options")=List of 35 [12:35:56.626] | : .. .. .. .. ..$ worker : chr "localhost" [12:35:56.626] | : .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.626] | : .. .. .. .. ..$ master : chr "localhost" [12:35:56.626] | : .. .. .. .. ..$ port : int 32401 [12:35:56.626] | : .. .. .. .. ..$ connectTimeout : num 120 [12:35:56.626] | : .. .. .. .. ..$ timeout : num 120 [12:35:56.626] | : .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:35:56.626] | : .. .. .. .. ..$ homogeneous : logi TRUE [12:35:56.626] | : .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:97840:CRANWIN3:CRAN"| __truncated__ [12:35:56.626] | : .. .. .. .. ..$ rscript_envs : NULL [12:35:56.626] | : .. .. .. .. ..$ rscript_libs : NULL [12:35:56.626] | : .. .. .. .. ..$ rscript_startup : NULL [12:35:56.626] | : .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:35:56.626] | : .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.626] | : .. .. .. .. ..$ methods : logi TRUE [12:35:56.626] | : .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.626] | : .. .. .. .. ..$ useXDR : logi FALSE [12:35:56.626] | : .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.626] | : .. .. .. .. ..$ renice : int NA [12:35:56.626] | : .. .. .. .. ..$ rshcmd : NULL [12:35:56.626] | : .. .. .. .. ..$ user : chr(0) [12:35:56.626] | : .. .. .. .. ..$ revtunnel : logi FALSE [12:35:56.626] | : .. .. .. .. ..$ rshlogfile : NULL [12:35:56.626] | : .. .. .. .. ..$ rshopts : chr(0) [12:35:56.626] | : .. .. .. .. ..$ rank : int 0 [12:35:56.626] | : .. .. .. .. ..$ manual : logi FALSE [12:35:56.626] | : .. .. .. .. ..$ dryrun : logi FALSE [12:35:56.626] | : .. .. .. .. ..$ quiet : logi FALSE [12:35:56.626] | : .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.626] | : .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.626] | : .. .. .. .. ..$ rshcmd_label : NULL [12:35:56.626] | : .. .. .. .. ..$ rsh_call : NULL [12:35:56.626] | : .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.626] | : .. .. .. .. ..$ localMachine : logi TRUE [12:35:56.626] | : .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:35:56.626] | : master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:35:56.626] | : 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:35:56.626] | : 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:35:56.626] | : rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:35:56.626] | : "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:35:56.626] | : "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:35:56.626] | : socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:35:56.626] | : "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:35:56.626] | : FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:35:56.626] | : NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:35:56.626] | : NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:35:56.626] | : setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:35:56.626] | : "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:35:56.626] | : FALSE), action = c("launch", "options"), verbose = FALSE) [12:35:56.626] | : .. .. .. .. ..$ arguments :List of 29 [12:35:56.626] | : .. .. .. .. .. ..$ worker : chr "localhost" [12:35:56.626] | : .. .. .. .. .. ..$ master : NULL [12:35:56.626] | : .. .. .. .. .. ..$ port : int 32401 [12:35:56.626] | : .. .. .. .. .. ..$ connectTimeout : num 120 [12:35:56.626] | : .. .. .. .. .. ..$ timeout : num 120 [12:35:56.626] | : .. .. .. .. .. ..$ rscript : NULL [12:35:56.626] | : .. .. .. .. .. ..$ homogeneous : NULL [12:35:56.626] | : .. .. .. .. .. ..$ rscript_args : NULL [12:35:56.626] | : .. .. .. .. .. ..$ rscript_envs : NULL [12:35:56.626] | : .. .. .. .. .. ..$ rscript_libs : NULL [12:35:56.626] | : .. .. .. .. .. ..$ rscript_startup : NULL [12:35:56.626] | : .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:35:56.626] | : .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.626] | : .. .. .. .. .. ..$ methods : logi TRUE [12:35:56.626] | : .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.626] | : .. .. .. .. .. ..$ useXDR : logi FALSE [12:35:56.626] | : .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.626] | : .. .. .. .. .. ..$ renice : int NA [12:35:56.626] | : .. .. .. .. .. ..$ rshcmd : NULL [12:35:56.626] | : .. .. .. .. .. ..$ user : NULL [12:35:56.626] | : .. .. .. .. .. ..$ revtunnel : logi NA [12:35:56.626] | : .. .. .. .. .. ..$ rshlogfile : NULL [12:35:56.626] | : .. .. .. .. .. ..$ rshopts : NULL [12:35:56.626] | : .. .. .. .. .. ..$ rank : int 1 [12:35:56.626] | : .. .. .. .. .. ..$ manual : logi FALSE [12:35:56.626] | : .. .. .. .. .. ..$ dryrun : logi FALSE [12:35:56.626] | : .. .. .. .. .. ..$ quiet : logi FALSE [12:35:56.626] | : .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.626] | : .. .. .. .. .. ..$ calls : logi FALSE [12:35:56.626] | : .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:35:56.626] | : .. .. .. ..- attr(*, "calls")=Dotted pair list of 18 [12:35:56.626] | : .. .. .. .. ..$ : language future:::testme("tweak") [12:35:56.626] | : .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:35:56.626] | : .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.626] | : .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.626] | : .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.626] | : .. .. .. .. ..$ : language main() [12:35:56.626] | : .. .. .. .. ..$ : language testme_run_test(testme) [12:35:56.626] | : .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:35:56.626] | : .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.626] | : .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.626] | : .. .. .. .. ..$ : language eval(ei, envir) [12:35:56.626] | : .. .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [12:35:56.626] | : .. .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:35:56.626] | : .. .. .. .. ..$ : language eval(expr, p) [12:35:56.626] | : .. .. .. .. ..$ : language eval(expr, p) [12:35:56.626] | : .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.626] | : .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.626] | : .. .. .. .. ..$ : language makeClusterPSOCK(1L) [12:35:56.626] | : .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:35:56.626] | : .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:35:56.626] | : ..- attr(*, "call")= language future::plan(future::cluster, workers = cl) [12:35:56.626] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:56.723] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:35:56.724] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:56.724] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:35:56.725] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:56.725] | : . Legacy shutdown of cluster workers ... [12:35:56.726] | : . ' Stopping existing cluster ... [12:35:56.727] | : . ' , No pre-existing cluster. Skipping [12:35:56.727] | : . ' Stopping existing cluster ... done [12:35:56.727] | : . Legacy shutdown of cluster workers ... done [12:35:56.728] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:35:56.728] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [12:35:56.729] | : . function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [12:35:56.729] | : . session_info = list(process = list(pid = 45364L), r = list(platform = "x86_64-w64-mingw32", [12:35:56.729] | : . arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:35:56.729] | : . status = "Under development (unstable)", major = "4", minor = "6.0", [12:35:56.729] | : . year = "2026", month = "01", day = "15", `svn rev` = "89304", language = "R", [12:35:56.729] | : . version.string = "R Under development (unstable) (2026-01-15 r89304 ucrt)", [12:35:56.729] | : . nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:35:56.729] | : . sysname = "Windows", release = "Server x64", version = "build 20348", [12:35:56.729] | : . nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:35:56.729] | : . effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:35:56.729] | : . `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:35:56.729] | : . extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:35:56.729] | : . xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [12:35:56.729] | : . ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:35:56.729] | : . readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:35:56.729] | : . tempdir = "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh", libs = c("D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", [12:35:56.729] | : . - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:35:56.729] | : . - attr(*, "init")= logi TRUE [12:35:56.729] | : . - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:35:56.729] | : . earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:35:56.729] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:56.729] | : . - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:56.729] | : . - attr(*, "tweaks")=List of 1 [12:35:56.729] | : . ..$ workers:List of 1 [12:35:56.729] | : . .. ..$ :List of 4 [12:35:56.729] | : . .. .. ..$ con : 'sockconn' int 4 [12:35:56.729] | : . .. .. .. ..- attr(*, "conn_id")= [12:35:56.729] | : . .. .. ..$ host : chr "localhost" [12:35:56.729] | : . .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.729] | : . .. .. ..$ rank : int 0 [12:35:56.729] | : . .. .. ..$ session_info:List of 9 [12:35:56.729] | : . .. .. .. ..$ process :List of 1 [12:35:56.729] | : . .. .. .. .. ..$ pid: int 45364 [12:35:56.729] | : . .. .. .. ..$ r :List of 16 [12:35:56.729] | : . .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:35:56.729] | : . .. .. .. .. ..$ arch : chr "x86_64" [12:35:56.729] | : . .. .. .. .. ..$ os : chr "mingw32" [12:35:56.729] | : . .. .. .. .. ..$ crt : chr "ucrt" [12:35:56.729] | : . .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:35:56.729] | : . .. .. .. .. ..$ status : chr "Under development (unstable)" [12:35:56.729] | : . .. .. .. .. ..$ major : chr "4" [12:35:56.729] | : . .. .. .. .. ..$ minor : chr "6.0" [12:35:56.729] | : . .. .. .. .. ..$ year : chr "2026" [12:35:56.729] | : . .. .. .. .. ..$ month : chr "01" [12:35:56.729] | : . .. .. .. .. ..$ day : chr "15" [12:35:56.729] | : . .. .. .. .. ..$ svn rev : chr "89304" [12:35:56.729] | : . .. .. .. .. ..$ language : chr "R" [12:35:56.729] | : . .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:35:56.729] | : . .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:35:56.729] | : . .. .. .. .. ..$ os.type : chr "windows" [12:35:56.729] | : . .. .. .. ..$ system :List of 9 [12:35:56.729] | : . .. .. .. .. ..$ sysname : chr "Windows" [12:35:56.729] | : . .. .. .. .. ..$ release : chr "Server x64" [12:35:56.729] | : . .. .. .. .. ..$ version : chr "build 20348" [12:35:56.729] | : . .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:35:56.729] | : . .. .. .. .. ..$ machine : chr "x86-64" [12:35:56.729] | : . .. .. .. .. ..$ login : chr "CRAN" [12:35:56.729] | : . .. .. .. .. ..$ user : chr "CRAN" [12:35:56.729] | : . .. .. .. .. ..$ effective_user: chr "CRAN" [12:35:56.729] | : . .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:35:56.729] | : . .. .. .. ..$ l10n :List of 5 [12:35:56.729] | : . .. .. .. .. ..$ MBCS : logi TRUE [12:35:56.729] | : . .. .. .. .. ..$ UTF-8 : logi TRUE [12:35:56.729] | : . .. .. .. .. ..$ Latin-1 : logi FALSE [12:35:56.729] | : . .. .. .. .. ..$ codepage : int 65001 [12:35:56.729] | : . .. .. .. .. ..$ system.codepage: int 65001 [12:35:56.729] | : . .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:35:56.729] | : . .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:35:56.729] | : . .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:35:56.729] | : . .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh" [12:35:56.729] | : . .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:56.729] | : . .. .. .. ..$ pkgs : NULL [12:35:56.729] | : . .. .. ..- attr(*, "options")=List of 35 [12:35:56.729] | : . .. .. .. ..$ worker : chr "localhost" [12:35:56.729] | : . .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.729] | : . .. .. .. ..$ master : chr "localhost" [12:35:56.729] | : . .. .. .. ..$ port : int 32401 [12:35:56.729] | : . .. .. .. ..$ connectTimeout : num 120 [12:35:56.729] | : . .. .. .. ..$ timeout : num 120 [12:35:56.729] | : . .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:35:56.729] | : . .. .. .. ..$ homogeneous : logi TRUE [12:35:56.729] | : . .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:97840:CRANWIN3:CRAN"| __truncated__ [12:35:56.729] | : . .. .. .. ..$ rscript_envs : NULL [12:35:56.729] | : . .. .. .. ..$ rscript_libs : NULL [12:35:56.729] | : . .. .. .. ..$ rscript_startup : NULL [12:35:56.729] | : . .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:35:56.729] | : . .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.729] | : . .. .. .. ..$ methods : logi TRUE [12:35:56.729] | : . .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.729] | : . .. .. .. ..$ useXDR : logi FALSE [12:35:56.729] | : . .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.729] | : . .. .. .. ..$ renice : int NA [12:35:56.729] | : . .. .. .. ..$ rshcmd : NULL [12:35:56.729] | : . .. .. .. ..$ user : chr(0) [12:35:56.729] | : . .. .. .. ..$ revtunnel : logi FALSE [12:35:56.729] | : . .. .. .. ..$ rshlogfile : NULL [12:35:56.729] | : . .. .. .. ..$ rshopts : chr(0) [12:35:56.729] | : . .. .. .. ..$ rank : int 0 [12:35:56.729] | : . .. .. .. ..$ manual : logi FALSE [12:35:56.729] | : . .. .. .. ..$ dryrun : logi FALSE [12:35:56.729] | : . .. .. .. ..$ quiet : logi FALSE [12:35:56.729] | : . .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.729] | : . .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.729] | : . .. .. .. ..$ rshcmd_label : NULL [12:35:56.729] | : . .. .. .. ..$ rsh_call : NULL [12:35:56.729] | : . .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.729] | : . .. .. .. ..$ localMachine : logi TRUE [12:35:56.729] | : . .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:35:56.729] | : . master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:35:56.729] | : . 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:35:56.729] | : . 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:35:56.729] | : . rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:35:56.729] | : . "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:35:56.729] | : . "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:35:56.729] | : . socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:35:56.729] | : . "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:35:56.729] | : . FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:35:56.729] | : . NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:35:56.729] | : . NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:35:56.729] | : . setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:35:56.729] | : . "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:35:56.729] | : . FALSE), action = c("launch", "options"), verbose = FALSE) [12:35:56.729] | : . .. .. .. ..$ arguments :List of 29 [12:35:56.729] | : . .. .. .. .. ..$ worker : chr "localhost" [12:35:56.729] | : . .. .. .. .. ..$ master : NULL [12:35:56.729] | : . .. .. .. .. ..$ port : int 32401 [12:35:56.729] | : . .. .. .. .. ..$ connectTimeout : num 120 [12:35:56.729] | : . .. .. .. .. ..$ timeout : num 120 [12:35:56.729] | : . .. .. .. .. ..$ rscript : NULL [12:35:56.729] | : . .. .. .. .. ..$ homogeneous : NULL [12:35:56.729] | : . .. .. .. .. ..$ rscript_args : NULL [12:35:56.729] | : . .. .. .. .. ..$ rscript_envs : NULL [12:35:56.729] | : . .. .. .. .. ..$ rscript_libs : NULL [12:35:56.729] | : . .. .. .. .. ..$ rscript_startup : NULL [12:35:56.729] | : . .. .. .. .. ..$ rscript_sh : chr "auto" [12:35:56.729] | : . .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.729] | : . .. .. .. .. ..$ methods : logi TRUE [12:35:56.729] | : . .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.729] | : . .. .. .. .. ..$ useXDR : logi FALSE [12:35:56.729] | : . .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.729] | : . .. .. .. .. ..$ renice : int NA [12:35:56.729] | : . .. .. .. .. ..$ rshcmd : NULL [12:35:56.729] | : . .. .. .. .. ..$ user : NULL [12:35:56.729] | : . .. .. .. .. ..$ revtunnel : logi NA [12:35:56.729] | : . .. .. .. .. ..$ rshlogfile : NULL [12:35:56.729] | : . .. .. .. .. ..$ rshopts : NULL [12:35:56.729] | : . .. .. .. .. ..$ rank : int 1 [12:35:56.729] | : . .. .. .. .. ..$ manual : logi FALSE [12:35:56.729] | : . .. .. .. .. ..$ dryrun : logi FALSE [12:35:56.729] | : . .. .. .. .. ..$ quiet : logi FALSE [12:35:56.729] | : . .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.729] | : . .. .. .. .. ..$ calls : logi FALSE [12:35:56.729] | : . .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:35:56.729] | : . .. .. ..- attr(*, "calls")=Dotted pair list of 18 [12:35:56.729] | : . .. .. .. ..$ : language future:::testme("tweak") [12:35:56.729] | : . .. .. .. ..$ : language source(file.path(path, "run.R")) [12:35:56.729] | : . .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.729] | : . .. .. .. ..$ : language eval(ei, envir) [12:35:56.729] | : . .. .. .. ..$ : language eval(ei, envir) [12:35:56.729] | : . .. .. .. ..$ : language main() [12:35:56.729] | : . .. .. .. ..$ : language testme_run_test(testme) [12:35:56.729] | : . .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:35:56.729] | : . .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.729] | : . .. .. .. ..$ : language eval(ei, envir) [12:35:56.729] | : . .. .. .. ..$ : language eval(ei, envir) [12:35:56.729] | : . .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [12:35:56.729] | : . .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:35:56.729] | : . .. .. .. ..$ : language eval(expr, p) [12:35:56.729] | : . .. .. .. ..$ : language eval(expr, p) [12:35:56.729] | : . .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.729] | : . .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.729] | : . .. .. .. ..$ : language makeClusterPSOCK(1L) [12:35:56.729] | : . .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:35:56.729] | : . .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:35:56.729] | : . - attr(*, "call")= language future::plan(future::cluster, workers = cl) [12:35:56.817] | : . init: TRUE [12:35:56.818] | : . makeFutureBackend() ... [12:35:56.818] | : . ' Backend function: <'NULL'> [12:35:56.818] | : . ' Evaluator tweak arguments: [n=1] [12:35:56.818] | : . ' List of 1 [12:35:56.818] | : . ' $ workers:List of 1 [12:35:56.818] | : . ' ..$ :List of 4 [12:35:56.818] | : . ' .. ..$ con : 'sockconn' int 4 [12:35:56.818] | : . ' .. .. ..- attr(*, "conn_id")= [12:35:56.818] | : . ' .. ..$ host : chr "localhost" [12:35:56.818] | : . ' .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.818] | : . ' .. ..$ rank : int 0 [12:35:56.818] | : . ' .. ..$ session_info:List of 9 [12:35:56.818] | : . ' .. .. ..$ process :List of 1 [12:35:56.818] | : . ' .. .. .. ..$ pid: int 45364 [12:35:56.818] | : . ' .. .. ..$ r :List of 16 [12:35:56.818] | : . ' .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:35:56.818] | : . ' .. .. .. ..$ arch : chr "x86_64" [12:35:56.818] | : . ' .. .. .. ..$ os : chr "mingw32" [12:35:56.818] | : . ' .. .. .. ..$ crt : chr "ucrt" [12:35:56.818] | : . ' .. .. .. ..$ system : chr "x86_64, mingw32" [12:35:56.818] | : . ' .. .. .. ..$ status : chr "Under development (unstable)" [12:35:56.818] | : . ' .. .. .. ..$ major : chr "4" [12:35:56.818] | : . ' .. .. .. ..$ minor : chr "6.0" [12:35:56.818] | : . ' .. .. .. ..$ year : chr "2026" [12:35:56.818] | : . ' .. .. .. ..$ month : chr "01" [12:35:56.818] | : . ' .. .. .. ..$ day : chr "15" [12:35:56.818] | : . ' .. .. .. ..$ svn rev : chr "89304" [12:35:56.818] | : . ' .. .. .. ..$ language : chr "R" [12:35:56.818] | : . ' .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:35:56.818] | : . ' .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:35:56.818] | : . ' .. .. .. ..$ os.type : chr "windows" [12:35:56.818] | : . ' .. .. ..$ system :List of 9 [12:35:56.818] | : . ' .. .. .. ..$ sysname : chr "Windows" [12:35:56.818] | : . ' .. .. .. ..$ release : chr "Server x64" [12:35:56.818] | : . ' .. .. .. ..$ version : chr "build 20348" [12:35:56.818] | : . ' .. .. .. ..$ nodename : chr "CRANWIN3" [12:35:56.818] | : . ' .. .. .. ..$ machine : chr "x86-64" [12:35:56.818] | : . ' .. .. .. ..$ login : chr "CRAN" [12:35:56.818] | : . ' .. .. .. ..$ user : chr "CRAN" [12:35:56.818] | : . ' .. .. .. ..$ effective_user: chr "CRAN" [12:35:56.818] | : . ' .. .. .. ..$ udomain : chr "CRANWIN3" [12:35:56.818] | : . ' .. .. ..$ l10n :List of 5 [12:35:56.818] | : . ' .. .. .. ..$ MBCS : logi TRUE [12:35:56.818] | : . ' .. .. .. ..$ UTF-8 : logi TRUE [12:35:56.818] | : . ' .. .. .. ..$ Latin-1 : logi FALSE [12:35:56.818] | : . ' .. .. .. ..$ codepage : int 65001 [12:35:56.818] | : . ' .. .. .. ..$ system.codepage: int 65001 [12:35:56.818] | : . ' .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:35:56.818] | : . ' .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:35:56.818] | : . ' .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:35:56.818] | : . ' .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh" [12:35:56.818] | : . ' .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:56.818] | : . ' .. .. ..$ pkgs : NULL [12:35:56.818] | : . ' .. ..- attr(*, "options")=List of 35 [12:35:56.818] | : . ' .. .. ..$ worker : chr "localhost" [12:35:56.818] | : . ' .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.818] | : . ' .. .. ..$ master : chr "localhost" [12:35:56.818] | : . ' .. .. ..$ port : int 32401 [12:35:56.818] | : . ' .. .. ..$ connectTimeout : num 120 [12:35:56.818] | : . ' .. .. ..$ timeout : num 120 [12:35:56.818] | : . ' .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:35:56.818] | : . ' .. .. ..$ homogeneous : logi TRUE [12:35:56.818] | : . ' .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:97840:CRANWIN3:CRAN"| __truncated__ [12:35:56.818] | : . ' .. .. ..$ rscript_envs : NULL [12:35:56.818] | : . ' .. .. ..$ rscript_libs : NULL [12:35:56.818] | : . ' .. .. ..$ rscript_startup : NULL [12:35:56.818] | : . ' .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:35:56.818] | : . ' .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.818] | : . ' .. .. ..$ methods : logi TRUE [12:35:56.818] | : . ' .. .. ..$ socketOptions : chr "no-delay" [12:35:56.818] | : . ' .. .. ..$ useXDR : logi FALSE [12:35:56.818] | : . ' .. .. ..$ outfile : chr "/dev/null" [12:35:56.818] | : . ' .. .. ..$ renice : int NA [12:35:56.818] | : . ' .. .. ..$ rshcmd : NULL [12:35:56.818] | : . ' .. .. ..$ user : chr(0) [12:35:56.818] | : . ' .. .. ..$ revtunnel : logi FALSE [12:35:56.818] | : . ' .. .. ..$ rshlogfile : NULL [12:35:56.818] | : . ' .. .. ..$ rshopts : chr(0) [12:35:56.818] | : . ' .. .. ..$ rank : int 0 [12:35:56.818] | : . ' .. .. ..$ manual : logi FALSE [12:35:56.818] | : . ' .. .. ..$ dryrun : logi FALSE [12:35:56.818] | : . ' .. .. ..$ quiet : logi FALSE [12:35:56.818] | : . ' .. .. ..$ setup_strategy : chr "parallel" [12:35:56.818] | : . ' .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.818] | : . ' .. .. ..$ rshcmd_label : NULL [12:35:56.818] | : . ' .. .. ..$ rsh_call : NULL [12:35:56.818] | : . ' .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.818] | : . ' .. .. ..$ localMachine : logi TRUE [12:35:56.818] | : . ' .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:35:56.818] | : . ' master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:35:56.818] | : . ' 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:35:56.818] | : . ' 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:35:56.818] | : . ' rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:35:56.818] | : . ' "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:35:56.818] | : . ' "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:35:56.818] | : . ' socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:35:56.818] | : . ' "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:35:56.818] | : . ' FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:35:56.818] | : . ' NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:35:56.818] | : . ' NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:35:56.818] | : . ' setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:35:56.818] | : . ' "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:35:56.818] | : . ' FALSE), action = c("launch", "options"), verbose = FALSE) [12:35:56.818] | : . ' .. .. ..$ arguments :List of 29 [12:35:56.818] | : . ' .. .. .. ..$ worker : chr "localhost" [12:35:56.818] | : . ' .. .. .. ..$ master : NULL [12:35:56.818] | : . ' .. .. .. ..$ port : int 32401 [12:35:56.818] | : . ' .. .. .. ..$ connectTimeout : num 120 [12:35:56.818] | : . ' .. .. .. ..$ timeout : num 120 [12:35:56.818] | : . ' .. .. .. ..$ rscript : NULL [12:35:56.818] | : . ' .. .. .. ..$ homogeneous : NULL [12:35:56.818] | : . ' .. .. .. ..$ rscript_args : NULL [12:35:56.818] | : . ' .. .. .. ..$ rscript_envs : NULL [12:35:56.818] | : . ' .. .. .. ..$ rscript_libs : NULL [12:35:56.818] | : . ' .. .. .. ..$ rscript_startup : NULL [12:35:56.818] | : . ' .. .. .. ..$ rscript_sh : chr "auto" [12:35:56.818] | : . ' .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.818] | : . ' .. .. .. ..$ methods : logi TRUE [12:35:56.818] | : . ' .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.818] | : . ' .. .. .. ..$ useXDR : logi FALSE [12:35:56.818] | : . ' .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.818] | : . ' .. .. .. ..$ renice : int NA [12:35:56.818] | : . ' .. .. .. ..$ rshcmd : NULL [12:35:56.818] | : . ' .. .. .. ..$ user : NULL [12:35:56.818] | : . ' .. .. .. ..$ revtunnel : logi NA [12:35:56.818] | : . ' .. .. .. ..$ rshlogfile : NULL [12:35:56.818] | : . ' .. .. .. ..$ rshopts : NULL [12:35:56.818] | : . ' .. .. .. ..$ rank : int 1 [12:35:56.818] | : . ' .. .. .. ..$ manual : logi FALSE [12:35:56.818] | : . ' .. .. .. ..$ dryrun : logi FALSE [12:35:56.818] | : . ' .. .. .. ..$ quiet : logi FALSE [12:35:56.818] | : . ' .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.818] | : . ' .. .. .. ..$ calls : logi FALSE [12:35:56.818] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:35:56.818] | : . ' .. ..- attr(*, "calls")=Dotted pair list of 18 [12:35:56.818] | : . ' .. .. ..$ : language future:::testme("tweak") [12:35:56.818] | : . ' .. .. ..$ : language source(file.path(path, "run.R")) [12:35:56.818] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.818] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.818] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.818] | : . ' .. .. ..$ : language main() [12:35:56.818] | : . ' .. .. ..$ : language testme_run_test(testme) [12:35:56.818] | : . ' .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:35:56.818] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.818] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.818] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.818] | : . ' .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [12:35:56.818] | : . ' .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:35:56.818] | : . ' .. .. ..$ : language eval(expr, p) [12:35:56.818] | : . ' .. .. ..$ : language eval(expr, p) [12:35:56.818] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.818] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.818] | : . ' .. .. ..$ : language makeClusterPSOCK(1L) [12:35:56.818] | : . ' .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:35:56.818] | : . ' ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:35:56.874] | : . ' Evaluator formal arguments: [n=1] [12:35:56.874] | : . ' Dotted pair list of 1 [12:35:56.874] | : . ' $ workers:List of 1 [12:35:56.874] | : . ' ..$ :List of 4 [12:35:56.874] | : . ' .. ..$ con : 'sockconn' int 4 [12:35:56.874] | : . ' .. .. ..- attr(*, "conn_id")= [12:35:56.874] | : . ' .. ..$ host : chr "localhost" [12:35:56.874] | : . ' .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.874] | : . ' .. ..$ rank : int 0 [12:35:56.874] | : . ' .. ..$ session_info:List of 9 [12:35:56.874] | : . ' .. .. ..$ process :List of 1 [12:35:56.874] | : . ' .. .. .. ..$ pid: int 45364 [12:35:56.874] | : . ' .. .. ..$ r :List of 16 [12:35:56.874] | : . ' .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:35:56.874] | : . ' .. .. .. ..$ arch : chr "x86_64" [12:35:56.874] | : . ' .. .. .. ..$ os : chr "mingw32" [12:35:56.874] | : . ' .. .. .. ..$ crt : chr "ucrt" [12:35:56.874] | : . ' .. .. .. ..$ system : chr "x86_64, mingw32" [12:35:56.874] | : . ' .. .. .. ..$ status : chr "Under development (unstable)" [12:35:56.874] | : . ' .. .. .. ..$ major : chr "4" [12:35:56.874] | : . ' .. .. .. ..$ minor : chr "6.0" [12:35:56.874] | : . ' .. .. .. ..$ year : chr "2026" [12:35:56.874] | : . ' .. .. .. ..$ month : chr "01" [12:35:56.874] | : . ' .. .. .. ..$ day : chr "15" [12:35:56.874] | : . ' .. .. .. ..$ svn rev : chr "89304" [12:35:56.874] | : . ' .. .. .. ..$ language : chr "R" [12:35:56.874] | : . ' .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:35:56.874] | : . ' .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:35:56.874] | : . ' .. .. .. ..$ os.type : chr "windows" [12:35:56.874] | : . ' .. .. ..$ system :List of 9 [12:35:56.874] | : . ' .. .. .. ..$ sysname : chr "Windows" [12:35:56.874] | : . ' .. .. .. ..$ release : chr "Server x64" [12:35:56.874] | : . ' .. .. .. ..$ version : chr "build 20348" [12:35:56.874] | : . ' .. .. .. ..$ nodename : chr "CRANWIN3" [12:35:56.874] | : . ' .. .. .. ..$ machine : chr "x86-64" [12:35:56.874] | : . ' .. .. .. ..$ login : chr "CRAN" [12:35:56.874] | : . ' .. .. .. ..$ user : chr "CRAN" [12:35:56.874] | : . ' .. .. .. ..$ effective_user: chr "CRAN" [12:35:56.874] | : . ' .. .. .. ..$ udomain : chr "CRANWIN3" [12:35:56.874] | : . ' .. .. ..$ l10n :List of 5 [12:35:56.874] | : . ' .. .. .. ..$ MBCS : logi TRUE [12:35:56.874] | : . ' .. .. .. ..$ UTF-8 : logi TRUE [12:35:56.874] | : . ' .. .. .. ..$ Latin-1 : logi FALSE [12:35:56.874] | : . ' .. .. .. ..$ codepage : int 65001 [12:35:56.874] | : . ' .. .. .. ..$ system.codepage: int 65001 [12:35:56.874] | : . ' .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:35:56.874] | : . ' .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:35:56.874] | : . ' .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:35:56.874] | : . ' .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh" [12:35:56.874] | : . ' .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:56.874] | : . ' .. .. ..$ pkgs : NULL [12:35:56.874] | : . ' .. ..- attr(*, "options")=List of 35 [12:35:56.874] | : . ' .. .. ..$ worker : chr "localhost" [12:35:56.874] | : . ' .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.874] | : . ' .. .. ..$ master : chr "localhost" [12:35:56.874] | : . ' .. .. ..$ port : int 32401 [12:35:56.874] | : . ' .. .. ..$ connectTimeout : num 120 [12:35:56.874] | : . ' .. .. ..$ timeout : num 120 [12:35:56.874] | : . ' .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:35:56.874] | : . ' .. .. ..$ homogeneous : logi TRUE [12:35:56.874] | : . ' .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:97840:CRANWIN3:CRAN"| __truncated__ [12:35:56.874] | : . ' .. .. ..$ rscript_envs : NULL [12:35:56.874] | : . ' .. .. ..$ rscript_libs : NULL [12:35:56.874] | : . ' .. .. ..$ rscript_startup : NULL [12:35:56.874] | : . ' .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:35:56.874] | : . ' .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.874] | : . ' .. .. ..$ methods : logi TRUE [12:35:56.874] | : . ' .. .. ..$ socketOptions : chr "no-delay" [12:35:56.874] | : . ' .. .. ..$ useXDR : logi FALSE [12:35:56.874] | : . ' .. .. ..$ outfile : chr "/dev/null" [12:35:56.874] | : . ' .. .. ..$ renice : int NA [12:35:56.874] | : . ' .. .. ..$ rshcmd : NULL [12:35:56.874] | : . ' .. .. ..$ user : chr(0) [12:35:56.874] | : . ' .. .. ..$ revtunnel : logi FALSE [12:35:56.874] | : . ' .. .. ..$ rshlogfile : NULL [12:35:56.874] | : . ' .. .. ..$ rshopts : chr(0) [12:35:56.874] | : . ' .. .. ..$ rank : int 0 [12:35:56.874] | : . ' .. .. ..$ manual : logi FALSE [12:35:56.874] | : . ' .. .. ..$ dryrun : logi FALSE [12:35:56.874] | : . ' .. .. ..$ quiet : logi FALSE [12:35:56.874] | : . ' .. .. ..$ setup_strategy : chr "parallel" [12:35:56.874] | : . ' .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.874] | : . ' .. .. ..$ rshcmd_label : NULL [12:35:56.874] | : . ' .. .. ..$ rsh_call : NULL [12:35:56.874] | : . ' .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.874] | : . ' .. .. ..$ localMachine : logi TRUE [12:35:56.874] | : . ' .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:35:56.874] | : . ' master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:35:56.874] | : . ' 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:35:56.874] | : . ' 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:35:56.874] | : . ' rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:35:56.874] | : . ' "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:35:56.874] | : . ' "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:35:56.874] | : . ' socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:35:56.874] | : . ' "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:35:56.874] | : . ' FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:35:56.874] | : . ' NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:35:56.874] | : . ' NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:35:56.874] | : . ' setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:35:56.874] | : . ' "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:35:56.874] | : . ' FALSE), action = c("launch", "options"), verbose = FALSE) [12:35:56.874] | : . ' .. .. ..$ arguments :List of 29 [12:35:56.874] | : . ' .. .. .. ..$ worker : chr "localhost" [12:35:56.874] | : . ' .. .. .. ..$ master : NULL [12:35:56.874] | : . ' .. .. .. ..$ port : int 32401 [12:35:56.874] | : . ' .. .. .. ..$ connectTimeout : num 120 [12:35:56.874] | : . ' .. .. .. ..$ timeout : num 120 [12:35:56.874] | : . ' .. .. .. ..$ rscript : NULL [12:35:56.874] | : . ' .. .. .. ..$ homogeneous : NULL [12:35:56.874] | : . ' .. .. .. ..$ rscript_args : NULL [12:35:56.874] | : . ' .. .. .. ..$ rscript_envs : NULL [12:35:56.874] | : . ' .. .. .. ..$ rscript_libs : NULL [12:35:56.874] | : . ' .. .. .. ..$ rscript_startup : NULL [12:35:56.874] | : . ' .. .. .. ..$ rscript_sh : chr "auto" [12:35:56.874] | : . ' .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.874] | : . ' .. .. .. ..$ methods : logi TRUE [12:35:56.874] | : . ' .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.874] | : . ' .. .. .. ..$ useXDR : logi FALSE [12:35:56.874] | : . ' .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.874] | : . ' .. .. .. ..$ renice : int NA [12:35:56.874] | : . ' .. .. .. ..$ rshcmd : NULL [12:35:56.874] | : . ' .. .. .. ..$ user : NULL [12:35:56.874] | : . ' .. .. .. ..$ revtunnel : logi NA [12:35:56.874] | : . ' .. .. .. ..$ rshlogfile : NULL [12:35:56.874] | : . ' .. .. .. ..$ rshopts : NULL [12:35:56.874] | : . ' .. .. .. ..$ rank : int 1 [12:35:56.874] | : . ' .. .. .. ..$ manual : logi FALSE [12:35:56.874] | : . ' .. .. .. ..$ dryrun : logi FALSE [12:35:56.874] | : . ' .. .. .. ..$ quiet : logi FALSE [12:35:56.874] | : . ' .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.874] | : . ' .. .. .. ..$ calls : logi FALSE [12:35:56.874] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:35:56.874] | : . ' .. ..- attr(*, "calls")=Dotted pair list of 18 [12:35:56.874] | : . ' .. .. ..$ : language future:::testme("tweak") [12:35:56.874] | : . ' .. .. ..$ : language source(file.path(path, "run.R")) [12:35:56.874] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.874] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.874] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.874] | : . ' .. .. ..$ : language main() [12:35:56.874] | : . ' .. .. ..$ : language testme_run_test(testme) [12:35:56.874] | : . ' .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:35:56.874] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.874] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.874] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.874] | : . ' .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [12:35:56.874] | : . ' .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:35:56.874] | : . ' .. .. ..$ : language eval(expr, p) [12:35:56.874] | : . ' .. .. ..$ : language eval(expr, p) [12:35:56.874] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.874] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.874] | : . ' .. .. ..$ : language makeClusterPSOCK(1L) [12:35:56.874] | : . ' .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:35:56.874] | : . ' ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:35:56.926] | : . ' Arguments passed to the future-backend factory: [n=1] [12:35:56.926] | : . ' List of 1 [12:35:56.926] | : . ' $ workers:List of 1 [12:35:56.926] | : . ' ..$ :List of 4 [12:35:56.926] | : . ' .. ..$ con : 'sockconn' int 4 [12:35:56.926] | : . ' .. .. ..- attr(*, "conn_id")= [12:35:56.926] | : . ' .. ..$ host : chr "localhost" [12:35:56.926] | : . ' .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.926] | : . ' .. ..$ rank : int 0 [12:35:56.926] | : . ' .. ..$ session_info:List of 9 [12:35:56.926] | : . ' .. .. ..$ process :List of 1 [12:35:56.926] | : . ' .. .. .. ..$ pid: int 45364 [12:35:56.926] | : . ' .. .. ..$ r :List of 16 [12:35:56.926] | : . ' .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:35:56.926] | : . ' .. .. .. ..$ arch : chr "x86_64" [12:35:56.926] | : . ' .. .. .. ..$ os : chr "mingw32" [12:35:56.926] | : . ' .. .. .. ..$ crt : chr "ucrt" [12:35:56.926] | : . ' .. .. .. ..$ system : chr "x86_64, mingw32" [12:35:56.926] | : . ' .. .. .. ..$ status : chr "Under development (unstable)" [12:35:56.926] | : . ' .. .. .. ..$ major : chr "4" [12:35:56.926] | : . ' .. .. .. ..$ minor : chr "6.0" [12:35:56.926] | : . ' .. .. .. ..$ year : chr "2026" [12:35:56.926] | : . ' .. .. .. ..$ month : chr "01" [12:35:56.926] | : . ' .. .. .. ..$ day : chr "15" [12:35:56.926] | : . ' .. .. .. ..$ svn rev : chr "89304" [12:35:56.926] | : . ' .. .. .. ..$ language : chr "R" [12:35:56.926] | : . ' .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:35:56.926] | : . ' .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:35:56.926] | : . ' .. .. .. ..$ os.type : chr "windows" [12:35:56.926] | : . ' .. .. ..$ system :List of 9 [12:35:56.926] | : . ' .. .. .. ..$ sysname : chr "Windows" [12:35:56.926] | : . ' .. .. .. ..$ release : chr "Server x64" [12:35:56.926] | : . ' .. .. .. ..$ version : chr "build 20348" [12:35:56.926] | : . ' .. .. .. ..$ nodename : chr "CRANWIN3" [12:35:56.926] | : . ' .. .. .. ..$ machine : chr "x86-64" [12:35:56.926] | : . ' .. .. .. ..$ login : chr "CRAN" [12:35:56.926] | : . ' .. .. .. ..$ user : chr "CRAN" [12:35:56.926] | : . ' .. .. .. ..$ effective_user: chr "CRAN" [12:35:56.926] | : . ' .. .. .. ..$ udomain : chr "CRANWIN3" [12:35:56.926] | : . ' .. .. ..$ l10n :List of 5 [12:35:56.926] | : . ' .. .. .. ..$ MBCS : logi TRUE [12:35:56.926] | : . ' .. .. .. ..$ UTF-8 : logi TRUE [12:35:56.926] | : . ' .. .. .. ..$ Latin-1 : logi FALSE [12:35:56.926] | : . ' .. .. .. ..$ codepage : int 65001 [12:35:56.926] | : . ' .. .. .. ..$ system.codepage: int 65001 [12:35:56.926] | : . ' .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:35:56.926] | : . ' .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:35:56.926] | : . ' .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:35:56.926] | : . ' .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh" [12:35:56.926] | : . ' .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:56.926] | : . ' .. .. ..$ pkgs : NULL [12:35:56.926] | : . ' .. ..- attr(*, "options")=List of 35 [12:35:56.926] | : . ' .. .. ..$ worker : chr "localhost" [12:35:56.926] | : . ' .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:56.926] | : . ' .. .. ..$ master : chr "localhost" [12:35:56.926] | : . ' .. .. ..$ port : int 32401 [12:35:56.926] | : . ' .. .. ..$ connectTimeout : num 120 [12:35:56.926] | : . ' .. .. ..$ timeout : num 120 [12:35:56.926] | : . ' .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:35:56.926] | : . ' .. .. ..$ homogeneous : logi TRUE [12:35:56.926] | : . ' .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:97840:CRANWIN3:CRAN"| __truncated__ [12:35:56.926] | : . ' .. .. ..$ rscript_envs : NULL [12:35:56.926] | : . ' .. .. ..$ rscript_libs : NULL [12:35:56.926] | : . ' .. .. ..$ rscript_startup : NULL [12:35:56.926] | : . ' .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:35:56.926] | : . ' .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.926] | : . ' .. .. ..$ methods : logi TRUE [12:35:56.926] | : . ' .. .. ..$ socketOptions : chr "no-delay" [12:35:56.926] | : . ' .. .. ..$ useXDR : logi FALSE [12:35:56.926] | : . ' .. .. ..$ outfile : chr "/dev/null" [12:35:56.926] | : . ' .. .. ..$ renice : int NA [12:35:56.926] | : . ' .. .. ..$ rshcmd : NULL [12:35:56.926] | : . ' .. .. ..$ user : chr(0) [12:35:56.926] | : . ' .. .. ..$ revtunnel : logi FALSE [12:35:56.926] | : . ' .. .. ..$ rshlogfile : NULL [12:35:56.926] | : . ' .. .. ..$ rshopts : chr(0) [12:35:56.926] | : . ' .. .. ..$ rank : int 0 [12:35:56.926] | : . ' .. .. ..$ manual : logi FALSE [12:35:56.926] | : . ' .. .. ..$ dryrun : logi FALSE [12:35:56.926] | : . ' .. .. ..$ quiet : logi FALSE [12:35:56.926] | : . ' .. .. ..$ setup_strategy : chr "parallel" [12:35:56.926] | : . ' .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.926] | : . ' .. .. ..$ rshcmd_label : NULL [12:35:56.926] | : . ' .. .. ..$ rsh_call : NULL [12:35:56.926] | : . ' .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:56.926] | : . ' .. .. ..$ localMachine : logi TRUE [12:35:56.926] | : . ' .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:35:56.926] | : . ' master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:35:56.926] | : . ' 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:35:56.926] | : . ' 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:35:56.926] | : . ' rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:35:56.926] | : . ' "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:35:56.926] | : . ' "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:35:56.926] | : . ' socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:35:56.926] | : . ' "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:35:56.926] | : . ' FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:35:56.926] | : . ' NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:35:56.926] | : . ' NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:35:56.926] | : . ' setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:35:56.926] | : . ' "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:35:56.926] | : . ' FALSE), action = c("launch", "options"), verbose = FALSE) [12:35:56.926] | : . ' .. .. ..$ arguments :List of 29 [12:35:56.926] | : . ' .. .. .. ..$ worker : chr "localhost" [12:35:56.926] | : . ' .. .. .. ..$ master : NULL [12:35:56.926] | : . ' .. .. .. ..$ port : int 32401 [12:35:56.926] | : . ' .. .. .. ..$ connectTimeout : num 120 [12:35:56.926] | : . ' .. .. .. ..$ timeout : num 120 [12:35:56.926] | : . ' .. .. .. ..$ rscript : NULL [12:35:56.926] | : . ' .. .. .. ..$ homogeneous : NULL [12:35:56.926] | : . ' .. .. .. ..$ rscript_args : NULL [12:35:56.926] | : . ' .. .. .. ..$ rscript_envs : NULL [12:35:56.926] | : . ' .. .. .. ..$ rscript_libs : NULL [12:35:56.926] | : . ' .. .. .. ..$ rscript_startup : NULL [12:35:56.926] | : . ' .. .. .. ..$ rscript_sh : chr "auto" [12:35:56.926] | : . ' .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:56.926] | : . ' .. .. .. ..$ methods : logi TRUE [12:35:56.926] | : . ' .. .. .. ..$ socketOptions : chr "no-delay" [12:35:56.926] | : . ' .. .. .. ..$ useXDR : logi FALSE [12:35:56.926] | : . ' .. .. .. ..$ outfile : chr "/dev/null" [12:35:56.926] | : . ' .. .. .. ..$ renice : int NA [12:35:56.926] | : . ' .. .. .. ..$ rshcmd : NULL [12:35:56.926] | : . ' .. .. .. ..$ user : NULL [12:35:56.926] | : . ' .. .. .. ..$ revtunnel : logi NA [12:35:56.926] | : . ' .. .. .. ..$ rshlogfile : NULL [12:35:56.926] | : . ' .. .. .. ..$ rshopts : NULL [12:35:56.926] | : . ' .. .. .. ..$ rank : int 1 [12:35:56.926] | : . ' .. .. .. ..$ manual : logi FALSE [12:35:56.926] | : . ' .. .. .. ..$ dryrun : logi FALSE [12:35:56.926] | : . ' .. .. .. ..$ quiet : logi FALSE [12:35:56.926] | : . ' .. .. .. ..$ setup_strategy : chr "parallel" [12:35:56.926] | : . ' .. .. .. ..$ calls : logi FALSE [12:35:56.926] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:35:56.926] | : . ' .. ..- attr(*, "calls")=Dotted pair list of 18 [12:35:56.926] | : . ' .. .. ..$ : language future:::testme("tweak") [12:35:56.926] | : . ' .. .. ..$ : language source(file.path(path, "run.R")) [12:35:56.926] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.926] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.926] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.926] | : . ' .. .. ..$ : language main() [12:35:56.926] | : . ' .. .. ..$ : language testme_run_test(testme) [12:35:56.926] | : . ' .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:35:56.926] | : . ' .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:56.926] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.926] | : . ' .. .. ..$ : language eval(ei, envir) [12:35:56.926] | : . ' .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [12:35:56.926] | : . ' .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:35:56.926] | : . ' .. .. ..$ : language eval(expr, p) [12:35:56.926] | : . ' .. .. ..$ : language eval(expr, p) [12:35:56.926] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.926] | : . ' .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:56.926] | : . ' .. .. ..$ : language makeClusterPSOCK(1L) [12:35:56.926] | : . ' .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:35:56.926] | : . ' ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:35:56.989] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = FALSE) ... [12:35:56.989] | : . ' , Stopping existing cluster ... [12:35:56.989] | : . ' , ; No pre-existing cluster. Skipping [12:35:56.989] | : . ' , Stopping existing cluster ... done [12:35:56.990] | : . ' , Number of workers: 1 [12:35:56.998] | : . ' , Generated workers UUID [12:35:56.998] | : . ' , Workers UUID: 'cb57dc5d9ab403284e705d386e7293be' [12:35:56.999] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = FALSE) ... done [12:35:56.999] | : . ' Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:35:56.999] | : . makeFutureBackend() ... done [12:35:56.999] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [12:35:57.000] | : nbrOfWorkers(NULL) ... [12:35:57.000] | : . List of 4 [12:35:57.000] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:35:57.000] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:35:57.000] | : . $ : language nbrOfWorkers() [12:35:57.000] | : . $ : language nbrOfWorkers.NULL() [12:35:57.002] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.003] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.003] | : . Number of workers: 1 [12:35:57.003] | : nbrOfWorkers(NULL) ... done [12:35:57.003] | : plan(): nbrOfWorkers() = 1 [12:35:57.003] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:35:57.004] plan(<'call'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.011] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.011] | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.012] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:35:57.012] | : . all.equal() for FutureStrategyList ... [12:35:57.013] | : . ' New stack: [12:35:57.013] | : . ' List of 1 [12:35:57.013] | : . ' $ :function (..., envir = parent.frame()) [12:35:57.013] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.013] | : . ' ..- attr(*, "init")= logi TRUE [12:35:57.013] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.013] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.013] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.013] | : . ' ..- attr(*, "call")= language plan(sequential) [12:35:57.013] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.019] | : . ' Old stack: [12:35:57.019] | : . ' List of 1 [12:35:57.019] | : . ' $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [12:35:57.019] | : . ' session_info = list(process = list(pid = 45364L), r = list(platform = "x86_64-w64-mingw32", [12:35:57.019] | : . ' arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:35:57.019] | : . ' status = "Under development (unstable)", major = "4", minor = "6.0", [12:35:57.019] | : . ' year = "2026", month = "01", day = "15", `svn rev` = "89304", language = "R", [12:35:57.019] | : . ' version.string = "R Under development (unstable) (2026-01-15 r89304 ucrt)", [12:35:57.019] | : . ' nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:35:57.019] | : . ' sysname = "Windows", release = "Server x64", version = "build 20348", [12:35:57.019] | : . ' nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:35:57.019] | : . ' effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:35:57.019] | : . ' `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:35:57.019] | : . ' extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:35:57.019] | : . ' xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [12:35:57.019] | : . ' ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:35:57.019] | : . ' readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:35:57.019] | : . ' tempdir = "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh", libs = c("D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", [12:35:57.019] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:35:57.019] | : . ' ..- attr(*, "init")= chr "done" [12:35:57.019] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:35:57.019] | : . ' earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:35:57.019] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:57.019] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:57.019] | : . ' ..- attr(*, "tweaks")=List of 1 [12:35:57.019] | : . ' .. ..$ workers:List of 1 [12:35:57.019] | : . ' .. .. ..$ :List of 4 [12:35:57.019] | : . ' .. .. .. ..$ con : 'sockconn' int 4 [12:35:57.019] | : . ' .. .. .. .. ..- attr(*, "conn_id")= [12:35:57.019] | : . ' .. .. .. ..$ host : chr "localhost" [12:35:57.019] | : . ' .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:57.019] | : . ' .. .. .. ..$ rank : int 0 [12:35:57.019] | : . ' .. .. .. ..$ session_info:List of 9 [12:35:57.019] | : . ' .. .. .. .. ..$ process :List of 1 [12:35:57.019] | : . ' .. .. .. .. .. ..$ pid: int 45364 [12:35:57.019] | : . ' .. .. .. .. ..$ r :List of 16 [12:35:57.019] | : . ' .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:35:57.019] | : . ' .. .. .. .. .. ..$ arch : chr "x86_64" [12:35:57.019] | : . ' .. .. .. .. .. ..$ os : chr "mingw32" [12:35:57.019] | : . ' .. .. .. .. .. ..$ crt : chr "ucrt" [12:35:57.019] | : . ' .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:35:57.019] | : . ' .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:35:57.019] | : . ' .. .. .. .. .. ..$ major : chr "4" [12:35:57.019] | : . ' .. .. .. .. .. ..$ minor : chr "6.0" [12:35:57.019] | : . ' .. .. .. .. .. ..$ year : chr "2026" [12:35:57.019] | : . ' .. .. .. .. .. ..$ month : chr "01" [12:35:57.019] | : . ' .. .. .. .. .. ..$ day : chr "15" [12:35:57.019] | : . ' .. .. .. .. .. ..$ svn rev : chr "89304" [12:35:57.019] | : . ' .. .. .. .. .. ..$ language : chr "R" [12:35:57.019] | : . ' .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:35:57.019] | : . ' .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:35:57.019] | : . ' .. .. .. .. .. ..$ os.type : chr "windows" [12:35:57.019] | : . ' .. .. .. .. ..$ system :List of 9 [12:35:57.019] | : . ' .. .. .. .. .. ..$ sysname : chr "Windows" [12:35:57.019] | : . ' .. .. .. .. .. ..$ release : chr "Server x64" [12:35:57.019] | : . ' .. .. .. .. .. ..$ version : chr "build 20348" [12:35:57.019] | : . ' .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:35:57.019] | : . ' .. .. .. .. .. ..$ machine : chr "x86-64" [12:35:57.019] | : . ' .. .. .. .. .. ..$ login : chr "CRAN" [12:35:57.019] | : . ' .. .. .. .. .. ..$ user : chr "CRAN" [12:35:57.019] | : . ' .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:35:57.019] | : . ' .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:35:57.019] | : . ' .. .. .. .. ..$ l10n :List of 5 [12:35:57.019] | : . ' .. .. .. .. .. ..$ MBCS : logi TRUE [12:35:57.019] | : . ' .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:35:57.019] | : . ' .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:35:57.019] | : . ' .. .. .. .. .. ..$ codepage : int 65001 [12:35:57.019] | : . ' .. .. .. .. .. ..$ system.codepage: int 65001 [12:35:57.019] | : . ' .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:35:57.019] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:35:57.019] | : . ' .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:35:57.019] | : . ' .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh" [12:35:57.019] | : . ' .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:57.019] | : . ' .. .. .. .. ..$ pkgs : NULL [12:35:57.019] | : . ' .. .. .. ..- attr(*, "options")=List of 35 [12:35:57.019] | : . ' .. .. .. .. ..$ worker : chr "localhost" [12:35:57.019] | : . ' .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:57.019] | : . ' .. .. .. .. ..$ master : chr "localhost" [12:35:57.019] | : . ' .. .. .. .. ..$ port : int 32401 [12:35:57.019] | : . ' .. .. .. .. ..$ connectTimeout : num 120 [12:35:57.019] | : . ' .. .. .. .. ..$ timeout : num 120 [12:35:57.019] | : . ' .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:35:57.019] | : . ' .. .. .. .. ..$ homogeneous : logi TRUE [12:35:57.019] | : . ' .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:97840:CRANWIN3:CRAN"| __truncated__ [12:35:57.019] | : . ' .. .. .. .. ..$ rscript_envs : NULL [12:35:57.019] | : . ' .. .. .. .. ..$ rscript_libs : NULL [12:35:57.019] | : . ' .. .. .. .. ..$ rscript_startup : NULL [12:35:57.019] | : . ' .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:35:57.019] | : . ' .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:57.019] | : . ' .. .. .. .. ..$ methods : logi TRUE [12:35:57.019] | : . ' .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:57.019] | : . ' .. .. .. .. ..$ useXDR : logi FALSE [12:35:57.019] | : . ' .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:57.019] | : . ' .. .. .. .. ..$ renice : int NA [12:35:57.019] | : . ' .. .. .. .. ..$ rshcmd : NULL [12:35:57.019] | : . ' .. .. .. .. ..$ user : chr(0) [12:35:57.019] | : . ' .. .. .. .. ..$ revtunnel : logi FALSE [12:35:57.019] | : . ' .. .. .. .. ..$ rshlogfile : NULL [12:35:57.019] | : . ' .. .. .. .. ..$ rshopts : chr(0) [12:35:57.019] | : . ' .. .. .. .. ..$ rank : int 0 [12:35:57.019] | : . ' .. .. .. .. ..$ manual : logi FALSE [12:35:57.019] | : . ' .. .. .. .. ..$ dryrun : logi FALSE [12:35:57.019] | : . ' .. .. .. .. ..$ quiet : logi FALSE [12:35:57.019] | : . ' .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:57.019] | : . ' .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:57.019] | : . ' .. .. .. .. ..$ rshcmd_label : NULL [12:35:57.019] | : . ' .. .. .. .. ..$ rsh_call : NULL [12:35:57.019] | : . ' .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:57.019] | : . ' .. .. .. .. ..$ localMachine : logi TRUE [12:35:57.019] | : . ' .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:35:57.019] | : . ' master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:35:57.019] | : . ' 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:35:57.019] | : . ' 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:35:57.019] | : . ' rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:35:57.019] | : . ' "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:35:57.019] | : . ' "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:35:57.019] | : . ' socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:35:57.019] | : . ' "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:35:57.019] | : . ' FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:35:57.019] | : . ' NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:35:57.019] | : . ' NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:35:57.019] | : . ' setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:35:57.019] | : . ' "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:35:57.019] | : . ' FALSE), action = c("launch", "options"), verbose = FALSE) [12:35:57.019] | : . ' .. .. .. .. ..$ arguments :List of 29 [12:35:57.019] | : . ' .. .. .. .. .. ..$ worker : chr "localhost" [12:35:57.019] | : . ' .. .. .. .. .. ..$ master : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ port : int 32401 [12:35:57.019] | : . ' .. .. .. .. .. ..$ connectTimeout : num 120 [12:35:57.019] | : . ' .. .. .. .. .. ..$ timeout : num 120 [12:35:57.019] | : . ' .. .. .. .. .. ..$ rscript : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ homogeneous : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ rscript_args : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ rscript_envs : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ rscript_libs : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ rscript_startup : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:35:57.019] | : . ' .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:57.019] | : . ' .. .. .. .. .. ..$ methods : logi TRUE [12:35:57.019] | : . ' .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:57.019] | : . ' .. .. .. .. .. ..$ useXDR : logi FALSE [12:35:57.019] | : . ' .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:57.019] | : . ' .. .. .. .. .. ..$ renice : int NA [12:35:57.019] | : . ' .. .. .. .. .. ..$ rshcmd : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ user : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ revtunnel : logi NA [12:35:57.019] | : . ' .. .. .. .. .. ..$ rshlogfile : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ rshopts : NULL [12:35:57.019] | : . ' .. .. .. .. .. ..$ rank : int 1 [12:35:57.019] | : . ' .. .. .. .. .. ..$ manual : logi FALSE [12:35:57.019] | : . ' .. .. .. .. .. ..$ dryrun : logi FALSE [12:35:57.019] | : . ' .. .. .. .. .. ..$ quiet : logi FALSE [12:35:57.019] | : . ' .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:57.019] | : . ' .. .. .. .. .. ..$ calls : logi FALSE [12:35:57.019] | : . ' .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:35:57.019] | : . ' .. .. .. ..- attr(*, "calls")=Dotted pair list of 18 [12:35:57.019] | : . ' .. .. .. .. ..$ : language future:::testme("tweak") [12:35:57.019] | : . ' .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:35:57.019] | : . ' .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:57.019] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [12:35:57.019] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [12:35:57.019] | : . ' .. .. .. .. ..$ : language main() [12:35:57.019] | : . ' .. .. .. .. ..$ : language testme_run_test(testme) [12:35:57.019] | : . ' .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:35:57.019] | : . ' .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:57.019] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [12:35:57.019] | : . ' .. .. .. .. ..$ : language eval(ei, envir) [12:35:57.019] | : . ' .. .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [12:35:57.019] | : . ' .. .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:35:57.019] | : . ' .. .. .. .. ..$ : language eval(expr, p) [12:35:57.019] | : . ' .. .. .. .. ..$ : language eval(expr, p) [12:35:57.019] | : . ' .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:57.019] | : . ' .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:57.019] | : . ' .. .. .. .. ..$ : language makeClusterPSOCK(1L) [12:35:57.019] | : . ' .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:35:57.019] | : . ' .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:35:57.019] | : . ' ..- attr(*, "call")= language future::plan(future::cluster, workers = cl) [12:35:57.019] | : . ' ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:35:57.019] | : . ' .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:35:57.019] | : . ' earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:35:57.019] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:57.019] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.102] | : . ' Not identical [12:35:57.102] | : . ' all.equal() for future ... [12:35:57.102] | : . ' , List of 2 [12:35:57.102] | : . ' , $ target :function (..., envir = parent.frame()) [12:35:57.102] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.102] | : . ' , ..- attr(*, "init")= logi TRUE [12:35:57.102] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.102] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.102] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.102] | : . ' , ..- attr(*, "call")= language plan(sequential) [12:35:57.102] | : . ' , $ current:function (..., workers = list(list(con = 4L, host = "localhost", rank = 0L, [12:35:57.102] | : . ' , session_info = list(process = list(pid = 45364L), r = list(platform = "x86_64-w64-mingw32", [12:35:57.102] | : . ' , arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:35:57.102] | : . ' , status = "Under development (unstable)", major = "4", minor = "6.0", [12:35:57.102] | : . ' , year = "2026", month = "01", day = "15", `svn rev` = "89304", language = "R", [12:35:57.102] | : . ' , version.string = "R Under development (unstable) (2026-01-15 r89304 ucrt)", [12:35:57.102] | : . ' , nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:35:57.102] | : . ' , sysname = "Windows", release = "Server x64", version = "build 20348", [12:35:57.102] | : . ' , nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:35:57.102] | : . ' , effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:35:57.102] | : . ' , `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:35:57.102] | : . ' , extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:35:57.102] | : . ' , xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [12:35:57.102] | : . ' , ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:35:57.102] | : . ' , readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:35:57.102] | : . ' , tempdir = "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh", libs = c("D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", [12:35:57.102] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:35:57.102] | : . ' , ..- attr(*, "init")= chr "done" [12:35:57.102] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:35:57.102] | : . ' , earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:35:57.102] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:57.102] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:57.102] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:35:57.102] | : . ' , .. ..$ workers:List of 1 [12:35:57.102] | : . ' , .. .. ..$ :List of 4 [12:35:57.102] | : . ' , .. .. .. ..$ con : 'sockconn' int 4 [12:35:57.102] | : . ' , .. .. .. .. ..- attr(*, "conn_id")= [12:35:57.102] | : . ' , .. .. .. ..$ host : chr "localhost" [12:35:57.102] | : . ' , .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:57.102] | : . ' , .. .. .. ..$ rank : int 0 [12:35:57.102] | : . ' , .. .. .. ..$ session_info:List of 9 [12:35:57.102] | : . ' , .. .. .. .. ..$ process :List of 1 [12:35:57.102] | : . ' , .. .. .. .. .. ..$ pid: int 45364 [12:35:57.102] | : . ' , .. .. .. .. ..$ r :List of 16 [12:35:57.102] | : . ' , .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ arch : chr "x86_64" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ os : chr "mingw32" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ crt : chr "ucrt" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ major : chr "4" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ minor : chr "6.0" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ year : chr "2026" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ month : chr "01" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ day : chr "15" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ svn rev : chr "89304" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ language : chr "R" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ os.type : chr "windows" [12:35:57.102] | : . ' , .. .. .. .. ..$ system :List of 9 [12:35:57.102] | : . ' , .. .. .. .. .. ..$ sysname : chr "Windows" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ release : chr "Server x64" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ version : chr "build 20348" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ machine : chr "x86-64" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ login : chr "CRAN" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ user : chr "CRAN" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:35:57.102] | : . ' , .. .. .. .. ..$ l10n :List of 5 [12:35:57.102] | : . ' , .. .. .. .. .. ..$ MBCS : logi TRUE [12:35:57.102] | : . ' , .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:35:57.102] | : . ' , .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. .. ..$ codepage : int 65001 [12:35:57.102] | : . ' , .. .. .. .. .. ..$ system.codepage: int 65001 [12:35:57.102] | : . ' , .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:35:57.102] | : . ' , .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:35:57.102] | : . ' , .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:35:57.102] | : . ' , .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpM3FeOh" [12:35:57.102] | : . ' , .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:35:57.102] | : . ' , .. .. .. .. ..$ pkgs : NULL [12:35:57.102] | : . ' , .. .. .. ..- attr(*, "options")=List of 35 [12:35:57.102] | : . ' , .. .. .. .. ..$ worker : chr "localhost" [12:35:57.102] | : . ' , .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:35:57.102] | : . ' , .. .. .. .. ..$ master : chr "localhost" [12:35:57.102] | : . ' , .. .. .. .. ..$ port : int 32401 [12:35:57.102] | : . ' , .. .. .. .. ..$ connectTimeout : num 120 [12:35:57.102] | : . ' , .. .. .. .. ..$ timeout : num 120 [12:35:57.102] | : . ' , .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:35:57.102] | : . ' , .. .. .. .. ..$ homogeneous : logi TRUE [12:35:57.102] | : . ' , .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-tweak.R:97840:CRANWIN3:CRAN"| __truncated__ [12:35:57.102] | : . ' , .. .. .. .. ..$ rscript_envs : NULL [12:35:57.102] | : . ' , .. .. .. .. ..$ rscript_libs : NULL [12:35:57.102] | : . ' , .. .. .. .. ..$ rscript_startup : NULL [12:35:57.102] | : . ' , .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:35:57.102] | : . ' , .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:57.102] | : . ' , .. .. .. .. ..$ methods : logi TRUE [12:35:57.102] | : . ' , .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:57.102] | : . ' , .. .. .. .. ..$ useXDR : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:57.102] | : . ' , .. .. .. .. ..$ renice : int NA [12:35:57.102] | : . ' , .. .. .. .. ..$ rshcmd : NULL [12:35:57.102] | : . ' , .. .. .. .. ..$ user : chr(0) [12:35:57.102] | : . ' , .. .. .. .. ..$ revtunnel : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. ..$ rshlogfile : NULL [12:35:57.102] | : . ' , .. .. .. .. ..$ rshopts : chr(0) [12:35:57.102] | : . ' , .. .. .. .. ..$ rank : int 0 [12:35:57.102] | : . ' , .. .. .. .. ..$ manual : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. ..$ dryrun : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. ..$ quiet : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:57.102] | : . ' , .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:57.102] | : . ' , .. .. .. .. ..$ rshcmd_label : NULL [12:35:57.102] | : . ' , .. .. .. .. ..$ rsh_call : NULL [12:35:57.102] | : . ' , .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:35:57.102] | : . ' , .. .. .. .. ..$ localMachine : logi TRUE [12:35:57.102] | : . ' , .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:35:57.102] | : . ' , master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:35:57.102] | : . ' , 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:35:57.102] | : . ' , 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:35:57.102] | : . ' , rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:35:57.102] | : . ' , "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:35:57.102] | : . ' , "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:35:57.102] | : . ' , socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:35:57.102] | : . ' , "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:35:57.102] | : . ' , FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:35:57.102] | : . ' , NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:35:57.102] | : . ' , NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:35:57.102] | : . ' , setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:35:57.102] | : . ' , "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:35:57.102] | : . ' , FALSE), action = c("launch", "options"), verbose = FALSE) [12:35:57.102] | : . ' , .. .. .. .. ..$ arguments :List of 29 [12:35:57.102] | : . ' , .. .. .. .. .. ..$ worker : chr "localhost" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ master : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ port : int 32401 [12:35:57.102] | : . ' , .. .. .. .. .. ..$ connectTimeout : num 120 [12:35:57.102] | : . ' , .. .. .. .. .. ..$ timeout : num 120 [12:35:57.102] | : . ' , .. .. .. .. .. ..$ rscript : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ homogeneous : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ rscript_args : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ rscript_envs : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ rscript_libs : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ rscript_startup : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:35:57.102] | : . ' , .. .. .. .. .. ..$ methods : logi TRUE [12:35:57.102] | : . ' , .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ useXDR : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ renice : int NA [12:35:57.102] | : . ' , .. .. .. .. .. ..$ rshcmd : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ user : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ revtunnel : logi NA [12:35:57.102] | : . ' , .. .. .. .. .. ..$ rshlogfile : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ rshopts : NULL [12:35:57.102] | : . ' , .. .. .. .. .. ..$ rank : int 1 [12:35:57.102] | : . ' , .. .. .. .. .. ..$ manual : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. .. ..$ dryrun : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. .. ..$ quiet : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:35:57.102] | : . ' , .. .. .. .. .. ..$ calls : logi FALSE [12:35:57.102] | : . ' , .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:35:57.102] | : . ' , .. .. .. ..- attr(*, "calls")=Dotted pair list of 18 [12:35:57.102] | : . ' , .. .. .. .. ..$ : language future:::testme("tweak") [12:35:57.102] | : . ' , .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language eval(ei, envir) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language eval(ei, envir) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language main() [12:35:57.102] | : . ' , .. .. .. .. ..$ : language testme_run_test(testme) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language eval(ei, envir) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language eval(ei, envir) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language local({ cl <- makeClusterPSOCK(1L) ... [12:35:57.102] | : . ' , .. .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language eval(expr, p) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language eval(expr, p) [12:35:57.102] | : . ' , .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:57.102] | : . ' , .. .. .. .. ..$ : language eval(quote({ cl <- makeClusterPSOCK(1L) ... [12:35:57.102] | : . ' , .. .. .. .. ..$ : language makeClusterPSOCK(1L) [12:35:57.102] | : . ' , .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:35:57.102] | : . ' , .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:35:57.102] | : . ' , ..- attr(*, "call")= language future::plan(future::cluster, workers = cl) [12:35:57.102] | : . ' , ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:35:57.102] | : . ' , .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:35:57.102] | : . ' , earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:35:57.102] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:35:57.208] | : . ' , Formals differ [12:35:57.209] | : . ' all.equal() for future ... done [12:35:57.209] | : . ' Future strategies differ at level 1 [12:35:57.209] | : . all.equal() for FutureStrategyList ... done [12:35:57.210] | : . plan(): Setting new future backend stack: [12:35:57.210] | : . List of future strategies: [12:35:57.210] | : . 1. sequential: [12:35:57.210] | : . - args: function (..., envir = parent.frame(), workers = "") [12:35:57.210] | : . - tweaked: FALSE [12:35:57.210] | : . - call: plan(sequential) [12:35:57.211] | : . List of 1 [12:35:57.211] | : . $ :function (..., envir = parent.frame()) [12:35:57.211] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.211] | : . ..- attr(*, "init")= logi TRUE [12:35:57.211] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.211] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.211] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.211] | : . ..- attr(*, "call")= language plan(sequential) [12:35:57.211] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.218] | : . plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:35:57.219] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.219] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [12:35:57.219] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.220] | : . ' stopWorkers() for ClusterFutureBackend ... [12:35:57.220] | : . ' , Interrupt active futures ... [12:35:57.222] | : . ' , ; Number of futures: 0 [12:35:57.223] | : . ' , Interrupt active futures ... done [12:35:57.223] | : . ' , Clear future registry ... [12:35:57.224] | : . ' , Clear future registry ... done [12:35:57.225] | : . ' , Stop cluster workers ... [12:35:57.225] | : . ' , ; Stopping existing cluster ... [12:35:57.225] | : . ' , ; ` No pre-existing cluster. Skipping [12:35:57.225] | : . ' , ; Stopping existing cluster ... done [12:35:57.226] | : . ' , Stop cluster workers ... done [12:35:57.226] | : . ' stopWorkers() for ClusterFutureBackend ... done [12:35:57.227] | : . ' Legacy shutdown of cluster workers ... [12:35:57.227] | : . ' , Stopping existing cluster ... [12:35:57.227] | : . ' , ; No pre-existing cluster. Skipping [12:35:57.228] | : . ' , Stopping existing cluster ... done [12:35:57.228] | : . ' Legacy shutdown of cluster workers ... done [12:35:57.228] | : . plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:35:57.229] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:35:57.229] | : . ' function (..., envir = parent.frame()) [12:35:57.229] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.229] | : . ' - attr(*, "init")= logi TRUE [12:35:57.229] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.229] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.229] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.229] | : . ' - attr(*, "call")= language plan(sequential) [12:35:57.235] | : . ' init: TRUE [12:35:57.235] | : . ' makeFutureBackend() ... [12:35:57.235] | : . ' , Backend function: <'NULL'> [12:35:57.236] | : . ' , Evaluator tweak arguments: [n=0] [12:35:57.236] | : . ' , list() [12:35:57.237] | : . ' , Evaluator formal arguments: [n=1] [12:35:57.237] | : . ' , Dotted pair list of 1 [12:35:57.237] | : . ' , $ envir: language parent.frame() [12:35:57.239] | : . ' , Arguments passed to the future-backend factory: [n=1] [12:35:57.239] | : . ' , List of 1 [12:35:57.239] | : . ' , $ envir: language parent.frame() [12:35:57.241] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:35:57.242] | : . ' makeFutureBackend() ... done [12:35:57.242] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:35:57.243] | : . nbrOfWorkers(NULL) ... [12:35:57.243] | : . ' List of 4 [12:35:57.243] | : . ' $ : language plan_set(strategy, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:35:57.243] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:35:57.243] | : . ' $ : language nbrOfWorkers() [12:35:57.243] | : . ' $ : language nbrOfWorkers.NULL() [12:35:57.247] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.247] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.247] | : . ' Number of workers: 1 [12:35:57.247] | : . nbrOfWorkers(NULL) ... done [12:35:57.248] | : . plan(): nbrOfWorkers() = 1 [12:35:57.248] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:35:57.248] | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.249] 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) [12:35:57.250] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.250] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:35:57.250] | : all.equal() for FutureStrategyList ... [12:35:57.251] | : . New stack: [12:35:57.251] | : . List of 1 [12:35:57.251] | : . $ :function (..., envir = parent.frame()) [12:35:57.251] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.251] | : . ..- attr(*, "init")= logi TRUE [12:35:57.251] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.251] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.251] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.251] | : . ..- attr(*, "call")= language plan(sequential) [12:35:57.251] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.254] | : . Old stack: [12:35:57.255] | : . List of 1 [12:35:57.255] | : . $ :function (..., envir = parent.frame()) [12:35:57.255] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.255] | : . ..- attr(*, "init")= chr "done" [12:35:57.255] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.255] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.255] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.255] | : . ..- attr(*, "call")= language plan(sequential) [12:35:57.255] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.255] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.255] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.255] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.259] | : . Not identical [12:35:57.259] | : . all.equal() for future ... [12:35:57.259] | : . ' List of 2 [12:35:57.259] | : . ' $ target :function (..., envir = parent.frame()) [12:35:57.259] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.259] | : . ' ..- attr(*, "init")= logi TRUE [12:35:57.259] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.259] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.259] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.259] | : . ' ..- attr(*, "call")= language plan(sequential) [12:35:57.259] | : . ' $ current:function (..., envir = parent.frame()) [12:35:57.259] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.259] | : . ' ..- attr(*, "init")= chr "done" [12:35:57.259] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.259] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.259] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.259] | : . ' ..- attr(*, "call")= language plan(sequential) [12:35:57.259] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.259] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.259] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.266] | : . all.equal() for future ... done [12:35:57.266] | : all.equal() for FutureStrategyList ... done [12:35:57.266] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:57.267] | : List of future strategies: [12:35:57.267] | : 1. sequential: [12:35:57.267] | : - args: function (..., envir = parent.frame(), workers = "") [12:35:57.267] | : - tweaked: FALSE [12:35:57.267] | : - call: plan(sequential) [12:35:57.267] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:35:57.267] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > a <- 0 > x %<-% { + a <- 1 + a + } [12:35:57.269] future(..., label = NULL) ... [12:35:57.269] | lazy: FALSE [12:35:57.269] | stdout: TRUE [12:35:57.269] | conditions: [n=1] 'condition' [12:35:57.270] | getGlobalsAndPackages() ... [12:35:57.270] | : Searching for globals ... [12:35:57.291] | : . globals found: [2] '{', '<-' [12:35:57.291] | : Searching for globals ... done [12:35:57.292] | : Resolving globals: FALSE [12:35:57.292] | : Search for packages associated with the globals ... [12:35:57.293] | : . Packages associated with globals: [1] 'base' [12:35:57.293] | : . Packages: [1] 'base' [12:35:57.294] | : Search for packages associated with the globals ... done [12:35:57.294] | : Packages after dropping 'base': [0] [12:35:57.294] | : globals: [0] [12:35:57.294] | : packages: [0] [12:35:57.295] | getGlobalsAndPackages() ... done [12:35:57.296] | run() for 'Future' () ... [12:35:57.296] | : state: 'created' [12:35:57.296] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.297] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.297] | : Using SequentialFutureBackend ... [12:35:57.297] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:35:57.298] | : . Launching futures ... [12:35:57.298] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:57.299] | : . ' , getFutureData() ... [12:35:57.299] | : . ' , ; getFutureCore() ... [12:35:57.299] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:35:57.299] | : . ' , ; getFutureCore() ... done [12:35:57.300] | : . ' , ; getFutureCapture() ... [12:35:57.300] | : . ' , ; getFutureCapture() ... done [12:35:57.301] | : . ' , ; getFutureContext() ... [12:35:57.301] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.301] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:57.301] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.302] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:57.302] | : . ' , ; getFutureContext() ... done [12:35:57.302] | : . ' , getFutureData() ... done [12:35:57.308] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.308] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:35:57.308] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.309] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.310] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:57.310] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:57.310] | : . ' , ; ` | New stack: [12:35:57.310] | : . ' , ; ` | List of 1 [12:35:57.310] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:57.310] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.310] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:57.310] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.310] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.310] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.310] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.310] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.315] | : . ' , ; ` | Old stack: [12:35:57.315] | : . ' , ; ` | List of 1 [12:35:57.315] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:57.315] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.315] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:57.315] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.315] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.315] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.315] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:35:57.315] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.315] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.315] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.315] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.321] | : . ' , ; ` | Not identical [12:35:57.322] | : . ' , ; ` | all.equal() for future ... [12:35:57.322] | : . ' , ; ` | : List of 2 [12:35:57.322] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.322] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.322] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.322] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:57.322] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.322] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.322] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.341] | : . ' , ; ` | all.equal() for future ... done [12:35:57.342] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:57.342] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:57.342] | : . ' , ; ` List of future strategies: [12:35:57.342] | : . ' , ; ` 1. sequential: [12:35:57.342] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:57.342] | : . ' , ; ` - tweaked: FALSE [12:35:57.342] | : . ' , ; ` - call: plan(sequential) [12:35:57.343] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:57.344] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.350] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.350] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.351] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:57.351] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:57.351] | : . ' , ; ` | : New stack: [12:35:57.351] | : . ' , ; ` | : List of 1 [12:35:57.351] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:57.351] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.351] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:57.351] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.351] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.351] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.351] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:57.351] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.351] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.351] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.351] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.358] | : . ' , ; ` | : Old stack: [12:35:57.358] | : . ' , ; ` | : List of 1 [12:35:57.358] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:57.358] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.358] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:57.358] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.358] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.358] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.358] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:35:57.358] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.358] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.358] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.358] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.364] | : . ' , ; ` | : Identical [12:35:57.365] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:57.365] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:35:57.365] | : . ' , ; ` | List of future strategies: [12:35:57.365] | : . ' , ; ` | 1. sequential: [12:35:57.365] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:57.365] | : . ' , ; ` | - tweaked: FALSE [12:35:57.365] | : . ' , ; ` | - call: plan(sequential) [12:35:57.366] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:57.367] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.367] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.373] | : . ' , SequentialFuture started (and completed) [12:35:57.374] | : . ' , signalConditions() ... [12:35:57.374] | : . ' , ; include = 'immediateCondition' [12:35:57.374] | : . ' , ; exclude = [12:35:57.375] | : . ' , ; resignal = FALSE [12:35:57.375] | : . ' , ; Number of conditions: 6 [12:35:57.375] | : . ' , ; int 6 [12:35:57.376] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.377] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.377] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.377] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.378] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.378] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.378] | : . ' , signalConditions() ... done [12:35:57.379] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:57.379] | : . Launching futures ... done [12:35:57.379] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:57.380] | : Using SequentialFutureBackend ... done [12:35:57.380] | run() for 'Future' () ... done [12:35:57.380] future(..., label = NULL) ... done > print(x) [12:35:57.382] value() for SequentialFuture () ... [12:35:57.382] | signalConditions() ... [12:35:57.382] | : include = 'immediateCondition' [12:35:57.383] | : exclude = [12:35:57.383] | : resignal = FALSE [12:35:57.383] | : Number of conditions: 6 [12:35:57.384] | : int 6 [12:35:57.385] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.385] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.385] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.386] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.386] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.386] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.387] | signalConditions() ... done [12:35:57.387] | relay stdout ... [12:35:57.387] | relay stdout ... done [12:35:57.388] | check for misuse ... [12:35:57.388] | check for misuse ... done [12:35:57.388] | relay conditions ... [12:35:57.388] | : Future state: 'finished' [12:35:57.389] | : signalConditions() ... [12:35:57.389] | : . include = 'condition' [12:35:57.389] | : . exclude = 'immediateCondition' [12:35:57.390] | : . resignal = TRUE [12:35:57.390] | : . Number of conditions: 6 [12:35:57.390] | : . int 6 [12:35:57.391] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.392] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:57.305] | : . ' , attachPackages() ... [12:35:57.392] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.392] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:57.305] | : . ' , ; packages: [n=1] 'future' [12:35:57.393] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.393] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:57.306] | : . ' , attachPackages() ... done [12:35:57.393] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.394] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:57.306] | : . ' , attachPackages() ... [12:35:57.394] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.394] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:57.307] | : . ' , ; packages: [n=0] [12:35:57.395] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.395] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:57.307] | : . ' , attachPackages() ... done [12:35:57.396] | : signalConditions() ... done [12:35:57.396] | relay conditions ... done [12:35:57.396] value() for SequentialFuture () ... done [1] 1 > stopifnot(a == 0, x == 1) > plan(sequential, abc = FALSE) [12:35:57.397] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... Warning in tweak.future(base::quote(function (..., envir = parent.frame()) : Detected 1 unknown future arguments: 'abc' [12:35:57.399] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:35:57.399] | : all.equal() for FutureStrategyList ... [12:35:57.399] | : . New stack: [12:35:57.399] | : . List of 1 [12:35:57.399] | : . $ :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.399] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.399] | : . ..- attr(*, "init")= logi TRUE [12:35:57.399] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.399] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.399] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.399] | : . ..- attr(*, "tweaks")=List of 1 [12:35:57.399] | : . .. ..$ abc: logi FALSE [12:35:57.399] | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.399] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.404] | : . Old stack: [12:35:57.404] | : . List of 1 [12:35:57.404] | : . $ :function (..., envir = parent.frame()) [12:35:57.404] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.404] | : . ..- attr(*, "init")= chr "done" [12:35:57.404] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.404] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.404] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.404] | : . ..- attr(*, "call")= language plan(sequential) [12:35:57.404] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.404] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.404] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.404] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.408] | : . Not identical [12:35:57.408] | : . all.equal() for future ... [12:35:57.409] | : . ' List of 2 [12:35:57.409] | : . ' $ target :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.409] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.409] | : . ' ..- attr(*, "init")= logi TRUE [12:35:57.409] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.409] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.409] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.409] | : . ' ..- attr(*, "tweaks")=List of 1 [12:35:57.409] | : . ' .. ..$ abc: logi FALSE [12:35:57.409] | : . ' ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.409] | : . ' $ current:function (..., envir = parent.frame()) [12:35:57.409] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.409] | : . ' ..- attr(*, "init")= chr "done" [12:35:57.409] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.409] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.409] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.409] | : . ' ..- attr(*, "call")= language plan(sequential) [12:35:57.409] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.409] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.409] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.416] | : . ' Formals differ [12:35:57.416] | : . all.equal() for future ... done [12:35:57.417] | : . Future strategies differ at level 1 [12:35:57.417] | : all.equal() for FutureStrategyList ... done [12:35:57.417] | : plan(): Setting new future backend stack: [12:35:57.417] | : List of future strategies: [12:35:57.417] | : 1. sequential: [12:35:57.417] | : - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [12:35:57.417] | : - tweaked: TRUE [12:35:57.417] | : - call: plan(sequential, abc = FALSE) [12:35:57.418] | : List of 1 [12:35:57.418] | : $ :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.418] | : ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.418] | : ..- attr(*, "init")= logi TRUE [12:35:57.418] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.418] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.418] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.418] | : ..- attr(*, "tweaks")=List of 1 [12:35:57.418] | : .. ..$ abc: logi FALSE [12:35:57.418] | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.418] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.422] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:35:57.422] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.423] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:35:57.423] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.423] | : . Legacy shutdown of cluster workers ... [12:35:57.423] | : . ' Stopping existing cluster ... [12:35:57.423] | : . ' , No pre-existing cluster. Skipping [12:35:57.424] | : . ' Stopping existing cluster ... done [12:35:57.424] | : . Legacy shutdown of cluster workers ... done [12:35:57.424] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:35:57.424] | : plan(): plan_init() of 'tweaked', 'sequential', 'uniprocess', 'future', 'function' ... [12:35:57.424] | : . function (..., abc = FALSE, envir = parent.frame()) [12:35:57.424] | : . - attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.424] | : . - attr(*, "init")= logi TRUE [12:35:57.424] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.424] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.424] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.424] | : . - attr(*, "tweaks")=List of 1 [12:35:57.424] | : . ..$ abc: logi FALSE [12:35:57.424] | : . - attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.428] | : . init: TRUE [12:35:57.429] | : . makeFutureBackend() ... [12:35:57.429] | : . ' Backend function: <'NULL'> [12:35:57.429] | : . ' Evaluator tweak arguments: [n=1] [12:35:57.429] | : . ' List of 1 [12:35:57.429] | : . ' $ abc: logi FALSE [12:35:57.430] | : . ' Evaluator formal arguments: [n=2] [12:35:57.431] | : . ' Dotted pair list of 2 [12:35:57.431] | : . ' $ abc : logi FALSE [12:35:57.431] | : . ' $ envir: language parent.frame() [12:35:57.432] | : . ' Arguments passed to the future-backend factory: [n=2] [12:35:57.432] | : . ' List of 2 [12:35:57.432] | : . ' $ abc : logi FALSE [12:35:57.432] | : . ' $ envir: language parent.frame() [12:35:57.434] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:35:57.434] | : . makeFutureBackend() ... done [12:35:57.434] | : plan(): plan_init() of 'tweaked', 'sequential', 'uniprocess', 'future', 'function' ... done [12:35:57.434] | : nbrOfWorkers(NULL) ... [12:35:57.434] | : . List of 4 [12:35:57.434] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:35:57.434] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:35:57.434] | : . $ : language nbrOfWorkers() [12:35:57.434] | : . $ : language nbrOfWorkers.NULL() [12:35:57.437] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.437] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.437] | : . Number of workers: 1 [12:35:57.437] | : nbrOfWorkers(NULL) ... done [12:35:57.437] | : plan(): nbrOfWorkers() = 1 [12:35:57.438] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:35:57.438] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > a <- 0 > x %<-% { + a <- 1 + a + } [12:35:57.438] future(..., label = NULL) ... [12:35:57.439] | lazy: FALSE [12:35:57.439] | stdout: TRUE [12:35:57.439] | conditions: [n=1] 'condition' [12:35:57.439] | getGlobalsAndPackages() ... [12:35:57.439] | : Searching for globals ... [12:35:57.448] | : . globals found: [2] '{', '<-' [12:35:57.448] | : Searching for globals ... done [12:35:57.449] | : Resolving globals: FALSE [12:35:57.449] | : Search for packages associated with the globals ... [12:35:57.453] | : . Packages associated with globals: [1] 'base' [12:35:57.453] | : . Packages: [1] 'base' [12:35:57.453] | : Search for packages associated with the globals ... done [12:35:57.453] | : Packages after dropping 'base': [0] [12:35:57.454] | : globals: [0] [12:35:57.454] | : packages: [0] [12:35:57.454] | getGlobalsAndPackages() ... done [12:35:57.454] | run() for 'Future' () ... [12:35:57.455] | : state: 'created' [12:35:57.455] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.455] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.455] | : Using SequentialFutureBackend ... [12:35:57.455] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:35:57.456] | : . Launching futures ... [12:35:57.456] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:57.456] | : . ' , getFutureData() ... [12:35:57.456] | : . ' , ; getFutureCore() ... [12:35:57.456] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:35:57.456] | : . ' , ; getFutureCore() ... done [12:35:57.457] | : . ' , ; getFutureCapture() ... [12:35:57.457] | : . ' , ; getFutureCapture() ... done [12:35:57.457] | : . ' , ; getFutureContext() ... [12:35:57.457] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.457] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:57.458] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.458] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:57.458] | : . ' , ; getFutureContext() ... done [12:35:57.458] | : . ' , getFutureData() ... done [12:35:57.461] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.461] | : . ' , ; Getting full stack: [n=1] 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [12:35:57.461] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.461] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.462] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:57.462] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:57.462] | : . ' , ; ` | New stack: [12:35:57.462] | : . ' , ; ` | List of 1 [12:35:57.462] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:57.462] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.462] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:57.462] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.462] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.462] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.462] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.462] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.469] | : . ' , ; ` | Old stack: [12:35:57.469] | : . ' , ; ` | List of 1 [12:35:57.469] | : . ' , ; ` | $ :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.469] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.469] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:57.469] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.469] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.469] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.469] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [12:35:57.469] | : . ' , ; ` | .. ..$ abc: logi FALSE [12:35:57.469] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.469] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.469] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.469] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.469] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.477] | : . ' , ; ` | Not identical [12:35:57.478] | : . ' , ; ` | all.equal() for future ... [12:35:57.478] | : . ' , ; ` | : List of 2 [12:35:57.478] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.478] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.478] | : . ' , ; ` | : $ current:function (..., abc = FALSE, envir = parent.frame()) [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.478] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "tweaks")=List of 1 [12:35:57.478] | : . ' , ; ` | : .. ..$ abc: logi FALSE [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.478] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.478] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.478] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.491] | : . ' , ; ` | : Formals differ [12:35:57.491] | : . ' , ; ` | all.equal() for future ... done [12:35:57.492] | : . ' , ; ` | Future strategies differ at level 1 [12:35:57.492] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:57.492] | : . ' , ; ` plan(): Setting new future backend stack: [12:35:57.493] | : . ' , ; ` List of future strategies: [12:35:57.493] | : . ' , ; ` 1. sequential: [12:35:57.493] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:57.493] | : . ' , ; ` - tweaked: FALSE [12:35:57.493] | : . ' , ; ` - call: plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.494] | : . ' , ; ` List of 1 [12:35:57.494] | : . ' , ; ` $ :function (..., envir = parent.frame()) [12:35:57.494] | : . ' , ; ` ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.494] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [12:35:57.494] | : . ' , ; ` ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.494] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.494] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.494] | : . ' , ; ` ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.494] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.499] | : . ' , ; ` plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [12:35:57.500] | : . ' , ; ` plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [12:35:57.500] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:57.500] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.505] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.506] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.506] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:57.507] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:57.507] | : . ' , ; ` | : New stack: [12:35:57.507] | : . ' , ; ` | : List of 1 [12:35:57.507] | : . ' , ; ` | : $ :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.507] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.507] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:57.507] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.507] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.507] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.507] | : . ' , ; ` | : ..- attr(*, "tweaks")=List of 1 [12:35:57.507] | : . ' , ; ` | : .. ..$ abc: logi FALSE [12:35:57.507] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.507] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.507] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.507] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.507] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.517] | : . ' , ; ` | : Old stack: [12:35:57.517] | : . ' , ; ` | : List of 1 [12:35:57.517] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:57.517] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.517] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:57.517] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.517] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.517] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.517] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.517] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.523] | : . ' , ; ` | : Not identical [12:35:57.523] | : . ' , ; ` | : all.equal() for future ... [12:35:57.524] | : . ' , ; ` | : . List of 2 [12:35:57.524] | : . ' , ; ` | : . $ target :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.524] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "tweaks")=List of 1 [12:35:57.524] | : . ' , ; ` | : . .. ..$ abc: logi FALSE [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.524] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.524] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.524] | : . ' , ; ` | : . $ current:function (..., envir = parent.frame()) [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.524] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.524] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.534] | : . ' , ; ` | : . Formals differ [12:35:57.534] | : . ' , ; ` | : all.equal() for future ... done [12:35:57.535] | : . ' , ; ` | : Future strategies differ at level 1 [12:35:57.535] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:57.535] | : . ' , ; ` | plan(): Setting new future backend stack: [12:35:57.536] | : . ' , ; ` | List of future strategies: [12:35:57.536] | : . ' , ; ` | 1. sequential: [12:35:57.536] | : . ' , ; ` | - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [12:35:57.536] | : . ' , ; ` | - tweaked: TRUE [12:35:57.536] | : . ' , ; ` | - call: plan(sequential, abc = FALSE) [12:35:57.537] | : . ' , ; ` | List of 1 [12:35:57.537] | : . ' , ; ` | $ :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.537] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.537] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:57.537] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.537] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.537] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.537] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [12:35:57.537] | : . ' , ; ` | .. ..$ abc: logi FALSE [12:35:57.537] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.537] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.537] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.537] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.537] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.544] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [12:35:57.545] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [12:35:57.545] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:57.545] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.546] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.546] | : . ' , SequentialFuture started (and completed) [12:35:57.547] | : . ' , signalConditions() ... [12:35:57.547] | : . ' , ; include = 'immediateCondition' [12:35:57.547] | : . ' , ; exclude = [12:35:57.548] | : . ' , ; resignal = FALSE [12:35:57.548] | : . ' , ; Number of conditions: 6 [12:35:57.548] | : . ' , ; int 6 [12:35:57.549] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.550] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.550] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.550] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.551] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.551] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.551] | : . ' , signalConditions() ... done [12:35:57.552] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:57.552] | : . Launching futures ... done [12:35:57.552] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:57.553] | : Using SequentialFutureBackend ... done [12:35:57.553] | run() for 'Future' () ... done [12:35:57.553] future(..., label = NULL) ... done > print(x) [12:35:57.554] value() for SequentialFuture () ... [12:35:57.554] | signalConditions() ... [12:35:57.554] | : include = 'immediateCondition' [12:35:57.555] | : exclude = [12:35:57.555] | : resignal = FALSE [12:35:57.555] | : Number of conditions: 6 [12:35:57.556] | : int 6 [12:35:57.557] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.557] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.557] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.558] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.558] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.558] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.559] | signalConditions() ... done [12:35:57.559] | relay stdout ... [12:35:57.559] | relay stdout ... done [12:35:57.560] | check for misuse ... [12:35:57.560] | check for misuse ... done [12:35:57.560] | relay conditions ... [12:35:57.560] | : Future state: 'finished' [12:35:57.561] | : signalConditions() ... [12:35:57.561] | : . include = 'condition' [12:35:57.561] | : . exclude = 'immediateCondition' [12:35:57.562] | : . resignal = TRUE [12:35:57.562] | : . Number of conditions: 6 [12:35:57.562] | : . int 6 [12:35:57.563] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.564] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:57.459] | : . ' , attachPackages() ... [12:35:57.564] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.564] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:57.459] | : . ' , ; packages: [n=1] 'future' [12:35:57.565] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.565] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:57.459] | : . ' , attachPackages() ... done [12:35:57.565] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.566] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:57.459] | : . ' , attachPackages() ... [12:35:57.566] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.566] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:57.460] | : . ' , ; packages: [n=0] [12:35:57.567] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.567] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:57.460] | : . ' , attachPackages() ... done [12:35:57.567] | : signalConditions() ... done [12:35:57.568] | relay conditions ... done [12:35:57.568] value() for SequentialFuture () ... done [1] 1 > stopifnot(a == 0, x == 1) > x %<-% { + a <- 2 + a + } %tweak% list(abc = TRUE) [12:35:57.569] plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.569] | Getting full stack: [n=1] 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [12:35:57.570] plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.571] plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = TRUE) ... [12:35:57.571] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = TRUE) ... [12:35:57.572] | : all.equal() for FutureStrategyList ... [12:35:57.572] | : . New stack: [12:35:57.572] | : . List of 1 [12:35:57.572] | : . $ :function (..., abc = TRUE, envir = parent.frame()) [12:35:57.572] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.572] | : . ..- attr(*, "init")= logi TRUE [12:35:57.572] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.572] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.572] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.572] | : . ..- attr(*, "tweaks")=List of 2 [12:35:57.572] | : . .. ..$ abc: logi FALSE [12:35:57.572] | : . .. ..$ abc: logi TRUE [12:35:57.572] | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.572] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.580] | : . Old stack: [12:35:57.581] | : . List of 1 [12:35:57.581] | : . $ :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.581] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.581] | : . ..- attr(*, "init")= chr "done" [12:35:57.581] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.581] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.581] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.581] | : . ..- attr(*, "tweaks")=List of 1 [12:35:57.581] | : . .. ..$ abc: logi FALSE [12:35:57.581] | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.581] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.581] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.581] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.581] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.589] | : . Not identical [12:35:57.590] | : . all.equal() for future ... [12:35:57.590] | : . ' List of 2 [12:35:57.590] | : . ' $ target :function (..., abc = TRUE, envir = parent.frame()) [12:35:57.590] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.590] | : . ' ..- attr(*, "init")= logi TRUE [12:35:57.590] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.590] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.590] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.590] | : . ' ..- attr(*, "tweaks")=List of 2 [12:35:57.590] | : . ' .. ..$ abc: logi FALSE [12:35:57.590] | : . ' .. ..$ abc: logi TRUE [12:35:57.590] | : . ' ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.590] | : . ' $ current:function (..., abc = FALSE, envir = parent.frame()) [12:35:57.590] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.590] | : . ' ..- attr(*, "init")= chr "done" [12:35:57.590] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.590] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.590] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.590] | : . ' ..- attr(*, "tweaks")=List of 1 [12:35:57.590] | : . ' .. ..$ abc: logi FALSE [12:35:57.590] | : . ' ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.590] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.590] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.590] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.610] | : . ' Formals differ [12:35:57.611] | : . all.equal() for future ... done [12:35:57.611] | : . Future strategies differ at level 1 [12:35:57.611] | : all.equal() for FutureStrategyList ... done [12:35:57.612] | : plan(): Setting new future backend stack: [12:35:57.612] | : List of future strategies: [12:35:57.612] | : 1. sequential: [12:35:57.612] | : - args: function (..., abc = TRUE, envir = parent.frame(), workers = "") [12:35:57.612] | : - tweaked: TRUE [12:35:57.612] | : - call: plan(sequential, abc = FALSE) [12:35:57.613] | : List of 1 [12:35:57.613] | : $ :function (..., abc = TRUE, envir = parent.frame()) [12:35:57.613] | : ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.613] | : ..- attr(*, "init")= logi TRUE [12:35:57.613] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.613] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.613] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.613] | : ..- attr(*, "tweaks")=List of 2 [12:35:57.613] | : .. ..$ abc: logi FALSE [12:35:57.613] | : .. ..$ abc: logi TRUE [12:35:57.613] | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.613] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.621] | : plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [12:35:57.621] | : plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [12:35:57.622] | : plan(): plan_init() of 'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function' ... [12:35:57.622] | : . function (..., abc = TRUE, envir = parent.frame()) [12:35:57.622] | : . - attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.622] | : . - attr(*, "init")= logi TRUE [12:35:57.622] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.622] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.622] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.622] | : . - attr(*, "tweaks")=List of 2 [12:35:57.622] | : . ..$ abc: logi FALSE [12:35:57.622] | : . ..$ abc: logi TRUE [12:35:57.622] | : . - attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.628] | : . init: TRUE [12:35:57.628] | : . makeFutureBackend() ... [12:35:57.628] | : . ' Backend function: <'NULL'> [12:35:57.629] | : . ' Evaluator tweak arguments: [n=2] [12:35:57.629] | : . ' List of 2 [12:35:57.629] | : . ' $ abc: logi FALSE [12:35:57.629] | : . ' $ abc: logi TRUE [12:35:57.631] | : . ' Evaluator formal arguments: [n=2] [12:35:57.631] | : . ' Dotted pair list of 2 [12:35:57.631] | : . ' $ abc : logi TRUE [12:35:57.631] | : . ' $ envir: language parent.frame() [12:35:57.633] | : . ' Arguments passed to the future-backend factory: [n=3] [12:35:57.634] | : . ' List of 3 [12:35:57.634] | : . ' $ abc : logi TRUE [12:35:57.634] | : . ' $ abc : logi TRUE [12:35:57.634] | : . ' $ envir: language parent.frame() [12:35:57.637] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:35:57.637] | : . makeFutureBackend() ... done [12:35:57.637] | : plan(): plan_init() of 'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function' ... done [12:35:57.638] | : nbrOfWorkers(NULL) ... [12:35:57.638] | : . List of 4 [12:35:57.638] | : . $ : language plan_set(strategy, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:35:57.638] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:35:57.638] | : . $ : language nbrOfWorkers() [12:35:57.638] | : . $ : language nbrOfWorkers.NULL() [12:35:57.641] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.641] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.642] | : . Number of workers: 1 [12:35:57.642] | : nbrOfWorkers(NULL) ... done [12:35:57.642] | : plan(): nbrOfWorkers() = 1 [12:35:57.643] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = TRUE) ... done [12:35:57.643] plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = TRUE) ... done [12:35:57.643] future(..., label = NULL) ... [12:35:57.644] | lazy: FALSE [12:35:57.644] | stdout: TRUE [12:35:57.644] | conditions: [n=1] 'condition' [12:35:57.645] | getGlobalsAndPackages() ... [12:35:57.645] | : Searching for globals ... [12:35:57.660] | : . globals found: [2] '{', '<-' [12:35:57.661] | : Searching for globals ... done [12:35:57.661] | : Resolving globals: FALSE [12:35:57.662] | : Search for packages associated with the globals ... [12:35:57.662] | : . Packages associated with globals: [1] 'base' [12:35:57.663] | : . Packages: [1] 'base' [12:35:57.663] | : Search for packages associated with the globals ... done [12:35:57.664] | : Packages after dropping 'base': [0] [12:35:57.664] | : globals: [0] [12:35:57.664] | : packages: [0] [12:35:57.665] | getGlobalsAndPackages() ... done [12:35:57.665] | run() for 'Future' () ... [12:35:57.666] | : state: 'created' [12:35:57.666] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.666] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.667] | : Using SequentialFutureBackend ... [12:35:57.667] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:35:57.667] | : . Launching futures ... [12:35:57.668] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:57.668] | : . ' , getFutureData() ... [12:35:57.668] | : . ' , ; getFutureCore() ... [12:35:57.669] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:35:57.669] | : . ' , ; getFutureCore() ... done [12:35:57.669] | : . ' , ; getFutureCapture() ... [12:35:57.670] | : . ' , ; getFutureCapture() ... done [12:35:57.670] | : . ' , ; getFutureContext() ... [12:35:57.670] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.671] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:35:57.671] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.671] | : . ' , ; ` Packages needed by future backend (n = 0): [12:35:57.672] | : . ' , ; getFutureContext() ... done [12:35:57.672] | : . ' , getFutureData() ... done [12:35:57.675] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.676] | : . ' , ; Getting full stack: [n=1] 'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [12:35:57.676] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.677] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.677] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:57.678] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:35:57.678] | : . ' , ; ` | New stack: [12:35:57.678] | : . ' , ; ` | List of 1 [12:35:57.678] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:35:57.678] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.678] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:57.678] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.678] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.678] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.678] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.678] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.684] | : . ' , ; ` | Old stack: [12:35:57.684] | : . ' , ; ` | List of 1 [12:35:57.684] | : . ' , ; ` | $ :function (..., abc = TRUE, envir = parent.frame()) [12:35:57.684] | : . ' , ; ` | ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.684] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:57.684] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.684] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.684] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.684] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 2 [12:35:57.684] | : . ' , ; ` | .. ..$ abc: logi FALSE [12:35:57.684] | : . ' , ; ` | .. ..$ abc: logi TRUE [12:35:57.684] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.684] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.684] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.684] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.684] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.693] | : . ' , ; ` | Not identical [12:35:57.694] | : . ' , ; ` | all.equal() for future ... [12:35:57.694] | : . ' , ; ` | : List of 2 [12:35:57.694] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.694] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.694] | : . ' , ; ` | : $ current:function (..., abc = TRUE, envir = parent.frame()) [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.694] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "tweaks")=List of 2 [12:35:57.694] | : . ' , ; ` | : .. ..$ abc: logi FALSE [12:35:57.694] | : . ' , ; ` | : .. ..$ abc: logi TRUE [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.694] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.694] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.694] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.706] | : . ' , ; ` | : Formals differ [12:35:57.706] | : . ' , ; ` | all.equal() for future ... done [12:35:57.707] | : . ' , ; ` | Future strategies differ at level 1 [12:35:57.707] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:35:57.707] | : . ' , ; ` plan(): Setting new future backend stack: [12:35:57.708] | : . ' , ; ` List of future strategies: [12:35:57.708] | : . ' , ; ` 1. sequential: [12:35:57.708] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:35:57.708] | : . ' , ; ` - tweaked: FALSE [12:35:57.708] | : . ' , ; ` - call: plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.709] | : . ' , ; ` List of 1 [12:35:57.709] | : . ' , ; ` $ :function (..., envir = parent.frame()) [12:35:57.709] | : . ' , ; ` ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.709] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [12:35:57.709] | : . ' , ; ` ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.709] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.709] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.709] | : . ' , ; ` ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.709] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.714] | : . ' , ; ` plan(): plan_cleanup(<'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [12:35:57.715] | : . ' , ; ` plan(): plan_cleanup(<'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [12:35:57.715] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:57.715] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.720] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.720] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.721] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:57.721] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:57.722] | : . ' , ; ` | : New stack: [12:35:57.722] | : . ' , ; ` | : List of 1 [12:35:57.722] | : . ' , ; ` | : $ :function (..., abc = TRUE, envir = parent.frame()) [12:35:57.722] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.722] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:35:57.722] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.722] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.722] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.722] | : . ' , ; ` | : ..- attr(*, "tweaks")=List of 2 [12:35:57.722] | : . ' , ; ` | : .. ..$ abc: logi FALSE [12:35:57.722] | : . ' , ; ` | : .. ..$ abc: logi TRUE [12:35:57.722] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.722] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.722] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.722] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.722] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.734] | : . ' , ; ` | : Old stack: [12:35:57.734] | : . ' , ; ` | : List of 1 [12:35:57.734] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:35:57.734] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.734] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:35:57.734] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.734] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.734] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.734] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.734] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.738] | : . ' , ; ` | : Not identical [12:35:57.738] | : . ' , ; ` | : all.equal() for future ... [12:35:57.739] | : . ' , ; ` | : . List of 2 [12:35:57.739] | : . ' , ; ` | : . $ target :function (..., abc = TRUE, envir = parent.frame()) [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.739] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "tweaks")=List of 2 [12:35:57.739] | : . ' , ; ` | : . .. ..$ abc: logi FALSE [12:35:57.739] | : . ' , ; ` | : . .. ..$ abc: logi TRUE [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.739] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.739] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.739] | : . ' , ; ` | : . $ current:function (..., envir = parent.frame()) [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.739] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.739] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:35:57.747] | : . ' , ; ` | : . Formals differ [12:35:57.748] | : . ' , ; ` | : all.equal() for future ... done [12:35:57.748] | : . ' , ; ` | : Future strategies differ at level 1 [12:35:57.748] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:57.748] | : . ' , ; ` | plan(): Setting new future backend stack: [12:35:57.748] | : . ' , ; ` | List of future strategies: [12:35:57.748] | : . ' , ; ` | 1. sequential: [12:35:57.748] | : . ' , ; ` | - args: function (..., abc = TRUE, envir = parent.frame(), workers = "") [12:35:57.748] | : . ' , ; ` | - tweaked: TRUE [12:35:57.748] | : . ' , ; ` | - call: plan(sequential, abc = FALSE) [12:35:57.749] | : . ' , ; ` | List of 1 [12:35:57.749] | : . ' , ; ` | $ :function (..., abc = TRUE, envir = parent.frame()) [12:35:57.749] | : . ' , ; ` | ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.749] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:57.749] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.749] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.749] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.749] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 2 [12:35:57.749] | : . ' , ; ` | .. ..$ abc: logi FALSE [12:35:57.749] | : . ' , ; ` | .. ..$ abc: logi TRUE [12:35:57.749] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.749] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.749] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.749] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.749] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.756] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [12:35:57.756] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [12:35:57.756] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:57.756] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.757] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.757] | : . ' , SequentialFuture started (and completed) [12:35:57.758] | : . ' , signalConditions() ... [12:35:57.758] | : . ' , ; include = 'immediateCondition' [12:35:57.758] | : . ' , ; exclude = [12:35:57.758] | : . ' , ; resignal = FALSE [12:35:57.759] | : . ' , ; Number of conditions: 6 [12:35:57.759] | : . ' , ; int 6 [12:35:57.759] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.760] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.760] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.760] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.760] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.761] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.761] | : . ' , signalConditions() ... done [12:35:57.761] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:57.761] | : . Launching futures ... done [12:35:57.762] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:57.762] | : Using SequentialFutureBackend ... done [12:35:57.762] | run() for 'Future' () ... done [12:35:57.762] future(..., label = NULL) ... done [12:35:57.763] plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.763] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:57.763] | : all.equal() for FutureStrategyList ... [12:35:57.763] | : . New stack: [12:35:57.763] | : . List of 1 [12:35:57.763] | : . $ :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.763] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.763] | : . ..- attr(*, "init")= chr "done" [12:35:57.763] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.763] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.763] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.763] | : . ..- attr(*, "tweaks")=List of 1 [12:35:57.763] | : . .. ..$ abc: logi FALSE [12:35:57.763] | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.763] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.763] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.763] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.763] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.769] | : . Old stack: [12:35:57.770] | : . List of 1 [12:35:57.770] | : . $ :function (..., abc = TRUE, envir = parent.frame()) [12:35:57.770] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.770] | : . ..- attr(*, "init")= chr "done" [12:35:57.770] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.770] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.770] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.770] | : . ..- attr(*, "tweaks")=List of 2 [12:35:57.770] | : . .. ..$ abc: logi FALSE [12:35:57.770] | : . .. ..$ abc: logi TRUE [12:35:57.770] | : . ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.770] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.770] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.770] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.770] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.775] | : . Not identical [12:35:57.776] | : . all.equal() for future ... [12:35:57.776] | : . ' List of 2 [12:35:57.776] | : . ' $ target :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.776] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.776] | : . ' ..- attr(*, "init")= chr "done" [12:35:57.776] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.776] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.776] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.776] | : . ' ..- attr(*, "tweaks")=List of 1 [12:35:57.776] | : . ' .. ..$ abc: logi FALSE [12:35:57.776] | : . ' ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.776] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.776] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.776] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.776] | : . ' $ current:function (..., abc = TRUE, envir = parent.frame()) [12:35:57.776] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "tweaked" "sequential" "uniprocess" ... [12:35:57.776] | : . ' ..- attr(*, "init")= chr "done" [12:35:57.776] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.776] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.776] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.776] | : . ' ..- attr(*, "tweaks")=List of 2 [12:35:57.776] | : . ' .. ..$ abc: logi FALSE [12:35:57.776] | : . ' .. ..$ abc: logi TRUE [12:35:57.776] | : . ' ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.776] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.776] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.776] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.786] | : . ' Formals differ [12:35:57.787] | : . all.equal() for future ... done [12:35:57.787] | : . Future strategies differ at level 1 [12:35:57.787] | : all.equal() for FutureStrategyList ... done [12:35:57.787] | : plan(): Setting new future backend stack: [12:35:57.788] | : List of future strategies: [12:35:57.788] | : 1. sequential: [12:35:57.788] | : - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [12:35:57.788] | : - tweaked: TRUE [12:35:57.788] | : - call: plan(sequential, abc = FALSE) [12:35:57.788] | : List of 1 [12:35:57.788] | : $ :function (..., abc = FALSE, envir = parent.frame()) [12:35:57.788] | : ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.788] | : ..- attr(*, "init")= chr "done" [12:35:57.788] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.788] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.788] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.788] | : ..- attr(*, "tweaks")=List of 1 [12:35:57.788] | : .. ..$ abc: logi FALSE [12:35:57.788] | : ..- attr(*, "call")= language plan(sequential, abc = FALSE) [12:35:57.788] | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.788] | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.788] | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.788] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.794] | : plan(): plan_cleanup(<'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [12:35:57.794] | : plan(): plan_cleanup(<'tweaked', 'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [12:35:57.795] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:57.795] plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done > print(x) [12:35:57.795] value() for SequentialFuture () ... [12:35:57.795] | signalConditions() ... [12:35:57.796] | : include = 'immediateCondition' [12:35:57.796] | : exclude = [12:35:57.796] | : resignal = FALSE [12:35:57.796] | : Number of conditions: 6 [12:35:57.796] | : int 6 [12:35:57.797] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.797] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.798] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.798] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.798] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.798] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.798] | signalConditions() ... done [12:35:57.798] | relay stdout ... [12:35:57.799] | relay stdout ... done [12:35:57.799] | check for misuse ... [12:35:57.799] | check for misuse ... done [12:35:57.799] | relay conditions ... [12:35:57.799] | : Future state: 'finished' [12:35:57.800] | : signalConditions() ... [12:35:57.800] | : . include = 'condition' [12:35:57.800] | : . exclude = 'immediateCondition' [12:35:57.800] | : . resignal = TRUE [12:35:57.801] | : . Number of conditions: 6 [12:35:57.801] | : . int 6 [12:35:57.801] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.802] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:57.673] | : . ' , attachPackages() ... [12:35:57.802] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.802] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:57.673] | : . ' , ; packages: [n=1] 'future' [12:35:57.802] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.802] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:57.673] | : . ' , attachPackages() ... done [12:35:57.803] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.803] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:57.674] | : . ' , attachPackages() ... [12:35:57.803] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.803] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:57.674] | : . ' , ; packages: [n=0] [12:35:57.804] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.804] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:57.674] | : . ' , attachPackages() ... done [12:35:57.804] | : signalConditions() ... done [12:35:57.804] | relay conditions ... done [12:35:57.804] value() for SequentialFuture () ... done [1] 2 > stopifnot(a == 0, x == 2) > plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.805] plan(<'call'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... Warning in tweak.future(sequential, abc = FALSE) : Detected 1 unknown future arguments: 'abc' [12:35:57.806] | plan(): plan_set(<2 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:35:57.806] | : all.equal() for FutureStrategyList ... [12:35:57.807] | : . Different lengths [12:35:57.807] | : all.equal() for FutureStrategyList ... done [12:35:57.807] | : plan(): Setting new future backend stack: [12:35:57.807] | : List of future strategies: [12:35:57.807] | : 1. sequential: [12:35:57.807] | : - args: function (..., envir = parent.frame(), workers = "") [12:35:57.807] | : - tweaked: FALSE [12:35:57.807] | : - call: plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.807] | : 2. sequential: [12:35:57.807] | : - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [12:35:57.807] | : - tweaked: TRUE [12:35:57.807] | : - call: plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.809] | : List of 2 [12:35:57.809] | : $ A:function (..., envir = parent.frame()) [12:35:57.809] | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.809] | : ..- attr(*, "init")= logi TRUE [12:35:57.809] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.809] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.809] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.809] | : ..- attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.809] | : $ B:function (..., abc = FALSE, envir = parent.frame()) [12:35:57.809] | : ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.809] | : ..- attr(*, "init")= logi TRUE [12:35:57.809] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.809] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.809] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.809] | : ..- attr(*, "tweaks")=List of 1 [12:35:57.809] | : .. ..$ abc: logi FALSE [12:35:57.809] | : ..- attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.809] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.817] | : plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:35:57.817] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.817] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [12:35:57.818] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.818] | : . Legacy shutdown of cluster workers ... [12:35:57.818] | : . ' Stopping existing cluster ... [12:35:57.818] | : . ' , No pre-existing cluster. Skipping [12:35:57.818] | : . ' Stopping existing cluster ... done [12:35:57.819] | : . Legacy shutdown of cluster workers ... done [12:35:57.819] | : plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:35:57.819] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:35:57.819] | : . function (..., envir = parent.frame()) [12:35:57.819] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.819] | : . - attr(*, "init")= logi TRUE [12:35:57.819] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.819] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.819] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.819] | : . - attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.822] | : . init: TRUE [12:35:57.822] | : . makeFutureBackend() ... [12:35:57.823] | : . ' Backend function: <'NULL'> [12:35:57.823] | : . ' Evaluator tweak arguments: [n=0] [12:35:57.823] | : . ' list() [12:35:57.823] | : . ' Evaluator formal arguments: [n=1] [12:35:57.823] | : . ' Dotted pair list of 1 [12:35:57.823] | : . ' $ envir: language parent.frame() [12:35:57.824] | : . ' Arguments passed to the future-backend factory: [n=1] [12:35:57.825] | : . ' List of 1 [12:35:57.825] | : . ' $ envir: language parent.frame() [12:35:57.826] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:35:57.826] | : . makeFutureBackend() ... done [12:35:57.826] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:35:57.826] | : nbrOfWorkers(NULL) ... [12:35:57.827] | : . List of 4 [12:35:57.827] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:35:57.827] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:35:57.827] | : . $ : language nbrOfWorkers() [12:35:57.827] | : . $ : language nbrOfWorkers.NULL() [12:35:57.850] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.850] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.851] | : . Number of workers: 1 [12:35:57.851] | : nbrOfWorkers(NULL) ... done [12:35:57.851] | : plan(): nbrOfWorkers() = 1 [12:35:57.852] | plan(): plan_set(<2 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:35:57.852] plan(<'call'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > a <- 0 > x %<-% { + stopifnot(identical(names(plan("list")), "B")) + a <- 1 + a + } [12:35:57.853] future(..., label = NULL) ... [12:35:57.853] | lazy: FALSE [12:35:57.854] | stdout: TRUE [12:35:57.854] | conditions: [n=1] 'condition' [12:35:57.854] | getGlobalsAndPackages() ... [12:35:57.855] | : Searching for globals ... [12:35:57.888] | : . globals found: [6] '{', 'stopifnot', 'identical', 'names', 'plan', '<-' [12:35:57.888] | : Searching for globals ... done [12:35:57.889] | : Resolving globals: FALSE [12:35:57.889] | : Search for packages associated with the globals ... [12:35:57.890] | : . Packages associated with globals: [1] 'base' [12:35:57.891] | : . Packages: [1] 'base' [12:35:57.891] | : Search for packages associated with the globals ... done [12:35:57.891] | : Packages after dropping 'base': [0] [12:35:57.892] | : globals: [1] 'plan' [12:35:57.892] | : packages: [0] [12:35:57.892] | getGlobalsAndPackages() ... done [12:35:57.893] | run() for 'Future' () ... [12:35:57.893] | : state: 'created' [12:35:57.894] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.894] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.894] | : Using SequentialFutureBackend ... [12:35:57.895] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:35:57.895] | : . Launching futures ... [12:35:57.895] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:35:57.896] | : . ' , getFutureData() ... [12:35:57.896] | : . ' , ; getFutureCore() ... [12:35:57.896] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:35:57.897] | : . ' , ; getFutureCore() ... done [12:35:57.897] | : . ' , ; getFutureCapture() ... [12:35:57.897] | : . ' , ; getFutureCapture() ... done [12:35:57.898] | : . ' , ; getFutureContext() ... [12:35:57.898] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.898] | : . ' , ; ` | Getting stack without first backend: [n=1] 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [12:35:57.899] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.899] | : . ' , ; ` Packages needed by future strategies (n = 0): [12:35:57.900] | : . ' , ; getFutureContext() ... done [12:35:57.900] | : . ' , getFutureData() ... done [12:35:57.903] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.904] | : . ' , ; Getting full stack: [n=2] 'c("sequential", "uniprocess", "future", "function")', 'c("tweaked", "sequential", "uniprocess", "future", "function")' [12:35:57.904] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.905] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.905] | : . ' , ; plan(<'list'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.906] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:57.906] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:57.906] | : . ' , ; ` | : Different lengths [12:35:57.906] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:57.907] | : . ' , ; ` | plan(): Setting new future backend stack: [12:35:57.907] | : . ' , ; ` | List of future strategies: [12:35:57.907] | : . ' , ; ` | 1. sequential: [12:35:57.907] | : . ' , ; ` | - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [12:35:57.907] | : . ' , ; ` | - tweaked: TRUE [12:35:57.907] | : . ' , ; ` | - call: plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.908] | : . ' , ; ` | List of 1 [12:35:57.908] | : . ' , ; ` | $ B:function (..., abc = FALSE, envir = parent.frame()) [12:35:57.908] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.908] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:57.908] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.908] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.908] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.908] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [12:35:57.908] | : . ' , ; ` | .. ..$ abc: logi FALSE [12:35:57.908] | : . ' , ; ` | ..- attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.908] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.914] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [12:35:57.914] | : . ' , ; ` | plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [12:35:57.914] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:57.914] | : . ' , ; plan(<'list'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.915] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.915] | : . ' , assign_globals() ... [12:35:57.915] | : . ' , List of 1 [12:35:57.915] | : . ' , $ plan:function (strategy = NULL, ..., substitute = TRUE, .skip = FALSE, .call = TRUE, [12:35:57.915] | : . ' , .cleanup = NA, .init = TRUE) [12:35:57.915] | : . ' , - attr(*, "where")=List of 1 [12:35:57.915] | : . ' , ..$ plan: [12:35:57.915] | : . ' , .. ..- attr(*, "name")= chr "package:future" [12:35:57.915] | : . ' , .. ..- attr(*, "path")= chr "D:/RCompile/CRANincoming/R-devel/lib/future" [12:35:57.915] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:35:57.915] | : . ' , - attr(*, "resolved")= logi FALSE [12:35:57.915] | : . ' , - attr(*, "total_size")= num NA [12:35:57.915] | : . ' , - attr(*, "already-done")= logi TRUE [12:35:57.922] | : . ' , - copied 'plan' to environment [12:35:57.923] | : . ' , assign_globals() ... done [12:35:57.929] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.929] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:35:57.930] | : . ' , ; ` plan(): plan_set(<2 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:35:57.930] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:35:57.930] | : . ' , ; ` | : Different lengths [12:35:57.931] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:35:57.931] | : . ' , ; ` | plan(): Setting new future backend stack: [12:35:57.931] | : . ' , ; ` | List of future strategies: [12:35:57.931] | : . ' , ; ` | 1. sequential: [12:35:57.931] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:35:57.931] | : . ' , ; ` | - tweaked: FALSE [12:35:57.931] | : . ' , ; ` | - call: plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.931] | : . ' , ; ` | 2. sequential: [12:35:57.931] | : . ' , ; ` | - args: function (..., abc = FALSE, envir = parent.frame(), workers = "") [12:35:57.931] | : . ' , ; ` | - tweaked: TRUE [12:35:57.931] | : . ' , ; ` | - call: plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.933] | : . ' , ; ` | List of 2 [12:35:57.933] | : . ' , ; ` | $ A:function (..., envir = parent.frame()) [12:35:57.933] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:35:57.933] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:35:57.933] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.933] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.933] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.933] | : . ' , ; ` | ..- attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.933] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:35:57.933] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.933] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.933] | : . ' , ; ` | $ B:function (..., abc = FALSE, envir = parent.frame()) [12:35:57.933] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "sequential" "uniprocess" "future" ... [12:35:57.933] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:35:57.933] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:35:57.933] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.933] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:35:57.933] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [12:35:57.933] | : . ' , ; ` | .. ..$ abc: logi FALSE [12:35:57.933] | : . ' , ; ` | ..- attr(*, "call")= language plan(list(A = sequential, B = tweak(sequential, abc = FALSE))) [12:35:57.933] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:35:57.948] | : . ' , ; ` | plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... [12:35:57.948] | : . ' , ; ` | plan(): plan_cleanup(<'tweaked', 'sequential', 'uniprocess', 'future', 'function'>, cleanup = FALSE) ... done [12:35:57.948] | : . ' , ; ` plan(): plan_set(<2 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:35:57.949] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.949] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:35:57.950] | : . ' , SequentialFuture started (and completed) [12:35:57.950] | : . ' , signalConditions() ... [12:35:57.951] | : . ' , ; include = 'immediateCondition' [12:35:57.951] | : . ' , ; exclude = [12:35:57.951] | : . ' , ; resignal = FALSE [12:35:57.952] | : . ' , ; Number of conditions: 9 [12:35:57.952] | : . ' , ; int 9 [12:35:57.953] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.953] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.953] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.954] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.954] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.954] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.955] | : . ' , ; Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.955] | : . ' , ; Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.955] | : . ' , ; Condition #9 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.956] | : . ' , signalConditions() ... done [12:35:57.956] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:35:57.956] | : . Launching futures ... done [12:35:57.956] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:35:57.957] | : Using SequentialFutureBackend ... done [12:35:57.957] | run() for 'Future' () ... done [12:35:57.957] future(..., label = NULL) ... done > print(x) [12:35:57.958] value() for SequentialFuture () ... [12:35:57.958] | signalConditions() ... [12:35:57.959] | : include = 'immediateCondition' [12:35:57.959] | : exclude = [12:35:57.959] | : resignal = FALSE [12:35:57.959] | : Number of conditions: 9 [12:35:57.960] | : int 9 [12:35:57.961] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.961] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.961] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.962] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.962] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.962] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.963] | : Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.963] | : Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.963] | : Condition #9 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.963] | signalConditions() ... done [12:35:57.964] | relay stdout ... [12:35:57.964] | relay stdout ... done [12:35:57.964] | check for misuse ... [12:35:57.965] | check for misuse ... done [12:35:57.965] | relay conditions ... [12:35:57.965] | : Future state: 'finished' [12:35:57.966] | : signalConditions() ... [12:35:57.966] | : . include = 'condition' [12:35:57.966] | : . exclude = 'immediateCondition' [12:35:57.966] | : . resignal = TRUE [12:35:57.967] | : . Number of conditions: 9 [12:35:57.967] | : . int 9 [12:35:57.968] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.968] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:35:57.901] | : . ' , attachPackages() ... [12:35:57.969] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.969] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:35:57.901] | : . ' , ; packages: [n=0] [12:35:57.969] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.970] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:35:57.901] | : . ' , attachPackages() ... done [12:35:57.970] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.970] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:35:57.902] | : . ' , attachPackages() ... [12:35:57.971] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.971] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:35:57.902] | : . ' , ; packages: [n=0] [12:35:57.971] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.972] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:35:57.902] | : . ' , attachPackages() ... done [12:35:57.972] | : . Condition #7 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.972] | : . Condition #7: 'simpleMessage', 'message', 'condition' [12:35:57.923] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:35:57.973] | : . Condition #8 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.973] | : . Condition #8: 'simpleMessage', 'message', 'condition' [12:35:57.924] | : . ' , ; Getting full stack: [n=1] 'tweaked', 'sequential', 'uniprocess', 'future', 'function' [12:35:57.973] | : . Condition #9 (class: 'simpleMessage', 'message', 'condition'): [12:35:57.974] | : . Condition #9: 'simpleMessage', 'message', 'condition' [12:35:57.924] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:35:57.974] | : signalConditions() ... done [12:35:57.974] | relay conditions ... done [12:35:57.975] 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) [12:35:57.980] getGlobalsAndPackages() ... [12:35:57.980] | Searching for globals ... [12:35:57.992] | : globals found: [4] '{', 'y', 'x', '~' [12:35:57.993] | Searching for globals ... done [12:35:57.993] | Resolving globals: FALSE [12:35:57.998] | Search for packages associated with the globals ... [12:35:57.999] | : Packages associated with globals: [1] 'base' [12:35:58.000] | : Packages: [1] 'base' [12:35:58.000] | Search for packages associated with the globals ... done [12:35:58.001] | The total size of the 1 globals is 39 bytes (39 bytes) [12:35:58.002] | 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') [12:35:58.002] | Packages after dropping 'base': [0] [12:35:58.003] | globals: [1] 'x' [12:35:58.003] | packages: [0] [12:35:58.003] 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=217] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_01_16_12_30_17_22682' Test time: user.self=2s, sys.self=0.02s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'tweak' ... success > > proc.time() user system elapsed 2.29 0.12 3.26