R Under development (unstable) (2026-03-12 r89611 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-rng.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("rng") Test 'rng' ... chr "none" > options(future.debug = FALSE) > library(future) > library(listenv) > message("*** rng ...") *** rng ... > okind <- RNGkind() > f <- Future(42, seed = 42) > print(f) Future: Label: Expression: [1] 42 Globals: Packages: L'Ecuyer-CMRG RNG seed: c(10407, -94575036, -24861725, 357812871, 346211554, -1301022835, 440649733) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=0] State: 'created' ("Future was created, but is yet to be submitted") Resolved: FALSE Unique identifier: e42777cb4a874406cfdd154b6370c667-1 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'Future', 'environment' Value: Conditions captured: > stopifnot(identical(RNGkind(), okind)) > seed <- c(407, 1420090545, 65713854, -990249945, 1780737596, + -1213437427, 1082168682) > f <- Future(42, seed = seed) > print(f) Future: Label: Expression: [1] 42 Globals: Packages: L'Ecuyer-CMRG RNG seed: c(407, 1420090545, 65713854, -990249945, 1780737596, -1213437427, 1082168682) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=0] State: 'created' ("Future was created, but is yet to be submitted") Resolved: FALSE Unique identifier: e42777cb4a874406cfdd154b6370c667-2 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'Future', 'environment' Value: Conditions captured: > stopifnot(identical(RNGkind(), okind)) > f <- Future(42, seed = TRUE) > print(f) Future: Label: Expression: [1] 42 Globals: Packages: L'Ecuyer-CMRG RNG seed: c(10407, -1125524736, 1433331309, -472148527, 2006572692, 86878270, -465449476) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=0] State: 'created' ("Future was created, but is yet to be submitted") Resolved: FALSE Unique identifier: e42777cb4a874406cfdd154b6370c667-3 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'Future', 'environment' Value: Conditions captured: > stopifnot(identical(RNGkind(), okind)) > f <- Future(42, seed = FALSE) > print(f) Future: Label: Expression: [1] 42 Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=0] State: 'created' ("Future was created, but is yet to be submitted") Resolved: FALSE Unique identifier: e42777cb4a874406cfdd154b6370c667-4 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'Future', 'environment' Value: Conditions captured: > stopifnot(identical(RNGkind(), okind)) > f <- Future(42, seed = NULL) > print(f) Future: Label: Expression: [1] 42 Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=0] State: 'created' ("Future was created, but is yet to be submitted") Resolved: FALSE Unique identifier: e42777cb4a874406cfdd154b6370c667-5 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'Future', 'environment' Value: Conditions captured: > stopifnot(identical(RNGkind(), okind)) > fsample <- function(x, size = 4, seed = NULL, what = c("future", + "%<-%")) { + what <- match.arg(what) + .GlobalEnv <- globalenv() + .... [TRUNCATED] > dummy <- sample(0:3, size = 1) > seed0 <- .Random.seed > stopifnot(identical(RNGkind(), okind)) > plan(sequential) > y0 <- fsample(0:3, seed = 42) > stopifnot(identical(.GlobalEnv$.Random.seed, seed0), + identical(RNGkind(), okind)) > for (cores in 1:availCores) { + message(sprintf("Testing with %d cores ...", cores)) + options(mc.cores = cores) + for (strategy in supp .... [TRUNCATED] Testing with 1 cores ... sequential ... [[1]] [1] 2 [[2]] [1] 0 [[3]] [1] 0 [[4]] [1] 1 [[1]] [1] 2 [[2]] [1] 0 [[3]] [1] 0 [[4]] [1] 1 SequentialFuture: Label: 'fsample_1-145757' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 12.00 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-18 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002795935 secs (started 2026-03-13 22:18:56.739114) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_2-792148' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 17.71 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-19 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.003001928 secs (started 2026-03-13 22:18:56.753812) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_3-220485' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 23.43 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-20 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.003057957 secs (started 2026-03-13 22:18:56.766598) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_4-417621' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 29.14 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-21 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.003076077 secs (started 2026-03-13 22:18:56.779459) Worker process: e42777cb4a874406cfdd154b6370c667 [[1]] [1] 0 [[2]] [1] 3 [[3]] [1] 2 [[4]] [1] 1 SequentialFuture: Label: 'fsample_1-772969' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 9.99 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-22 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002750874 secs (started 2026-03-13 22:18:56.795365) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_2-620861' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 14.15 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-23 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002778053 secs (started 2026-03-13 22:18:56.8069) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_3-564944' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 18.30 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-24 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002788067 secs (started 2026-03-13 22:18:56.818496) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_4-684707' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 22.46 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-25 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002779007 secs (started 2026-03-13 22:18:56.830093) Worker process: e42777cb4a874406cfdd154b6370c667 [[1]] [1] 1 [[2]] [1] 0 [[3]] [1] 3 [[4]] [1] 2 SequentialFuture: Label: 'fsample_1-974159' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 12.00 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-26 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002751112 secs (started 2026-03-13 22:18:56.84317) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_2-999848' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 17.71 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-27 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002820969 secs (started 2026-03-13 22:18:56.854944) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_3-22183' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 23.42 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-28 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002789974 secs (started 2026-03-13 22:18:56.866642) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_4-108478' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 29.14 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-29 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.004051924 secs (started 2026-03-13 22:18:56.878349) Worker process: e42777cb4a874406cfdd154b6370c667 ]> Occurred on: e42777cb4a874406cfdd154b6370c667 [CRANWIN3; pid 85904] Future: e42777cb4a874406cfdd154b6370c667-26 ('fsample_1-974159') DEBUG: BEGIN TROUBLESHOOTING HELP SequentialFuture: Label: 'fsample_1-974159' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 30.59 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-26 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Conditions captured: [n=1] 'RngFutureWarning' Duration: 0.002751112 secs (started 2026-03-13 22:18:56.84317) Worker process: e42777cb4a874406cfdd154b6370c667 DEBUG: END TROUBLESHOOTING HELP SequentialFuture: Label: 'fsample_1-784920' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 9.99 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-30 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002761841 secs (started 2026-03-13 22:18:56.893928) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_2-821831' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 14.15 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-31 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002758026 secs (started 2026-03-13 22:18:56.905555) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_3-363187' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 18.30 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-32 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002763033 secs (started 2026-03-13 22:18:56.917047) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_4-187279' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 22.46 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-33 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.00275898 secs (started 2026-03-13 22:18:56.928511) Worker process: e42777cb4a874406cfdd154b6370c667 [[1]] [1] 0 [[2]] [1] 1 [[3]] [1] 2 [[4]] [1] 3 SequentialFuture: Label: 'fsample_1-473080' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 12.00 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-34 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002763987 secs (started 2026-03-13 22:18:56.94149) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_2-656662' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 17.71 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-35 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002757072 secs (started 2026-03-13 22:18:56.953083) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_3-883792' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 23.43 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-36 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002801895 secs (started 2026-03-13 22:18:56.96459) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_4-733624' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 29.14 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-37 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002775908 secs (started 2026-03-13 22:18:56.977618) Worker process: e42777cb4a874406cfdd154b6370c667 ]> Occurred on: e42777cb4a874406cfdd154b6370c667 [CRANWIN3; pid 85904] Future: e42777cb4a874406cfdd154b6370c667-34 ('fsample_1-473080') DEBUG: BEGIN TROUBLESHOOTING HELP SequentialFuture: Label: 'fsample_1-473080' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 34.91 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=2] 'run', 'resolve' State: 'finished' ("Future was resolved, but produced a 'RngFutureError'") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-34 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Conditions captured: [n=1] 'RngFutureError' Duration: 0.002763987 secs (started 2026-03-13 22:18:56.94149) Worker process: e42777cb4a874406cfdd154b6370c667 DEBUG: END TROUBLESHOOTING HELP SequentialFuture: Label: 'fsample_1-788180' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 9.99 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-38 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002752066 secs (started 2026-03-13 22:18:56.993154) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_2-637196' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 14.15 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-39 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.00275898 secs (started 2026-03-13 22:18:57.004656) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_3-546475' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 18.30 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-40 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.002770185 secs (started 2026-03-13 22:18:57.016178) Worker process: e42777cb4a874406cfdd154b6370c667 SequentialFuture: Label: 'fsample_4-217355' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 22.46 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-41 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Duration: 0.005809069 secs (started 2026-03-13 22:18:57.027746) Worker process: e42777cb4a874406cfdd154b6370c667 [[1]] [1] 1 [[2]] [1] 0 [[3]] [1] 3 [[4]] [1] 2 [[1]] [1] 2 [[2]] [1] 0 [[3]] [1] 0 [[4]] [1] 1 [[1]] [1] 2 [[2]] [1] 0 [[3]] [1] 0 [[4]] [1] 1 [[1]] [1] 0 [[2]] [1] 3 [[3]] [1] 2 [[4]] [1] 1 [[1]] [1] 1 [[2]] [1] 0 [[3]] [1] 3 [[4]] [1] 2 ]> Occurred on: e42777cb4a874406cfdd154b6370c667 [CRANWIN3; pid 85904] Future: e42777cb4a874406cfdd154b6370c667-58 ('fsample_1-974159') DEBUG: BEGIN TROUBLESHOOTING HELP SequentialFuture: Label: 'fsample_1-974159' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 93.94 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-58 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Conditions captured: [n=1] 'RngFutureWarning' Duration: 0.003648996 secs (started 2026-03-13 22:18:57.302245) Worker process: e42777cb4a874406cfdd154b6370c667 DEBUG: END TROUBLESHOOTING HELP [[1]] [1] 0 [[2]] [1] 1 [[3]] [1] 2 [[4]] [1] 3 ]> Occurred on: e42777cb4a874406cfdd154b6370c667 [CRANWIN3; pid 85904] Future: e42777cb4a874406cfdd154b6370c667-66 ('fsample_1-473080') DEBUG: BEGIN TROUBLESHOOTING HELP SequentialFuture: Label: 'fsample_1-473080' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 93.94 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved, but produced a 'RngFutureError'") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-66 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 35 bytes of class 'integer' Conditions captured: [n=1] 'RngFutureError' Duration: 0.003334999 secs (started 2026-03-13 22:18:57.425223) Worker process: e42777cb4a874406cfdd154b6370c667 DEBUG: END TROUBLESHOOTING HELP [[1]] [1] 1 [[2]] [1] 0 [[3]] [1] 3 [[4]] [1] 2 sequential ... done Testing with 1 cores ... DONE Testing with 2 cores ... multisession ... [[1]] [1] 2 [[2]] [1] 0 [[3]] [1] 0 [[4]] [1] 1 [[1]] [1] 2 [[2]] [1] 0 [[3]] [1] 0 [[4]] [1] 1 MultisessionFuture: Label: 'fsample_1-145757' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 514.39 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-82 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_2-792148' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 522.70 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-83 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_3-220485' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 530.96 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-84 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_4-417621' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 539.22 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-85 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [[1]] [1] 0 [[2]] [1] 0 [[3]] [1] 2 [[4]] [1] 0 MultisessionFuture: Label: 'fsample_1-772969' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 512.54 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-86 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_2-620861' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 519.29 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-87 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_3-564944' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 525.99 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-88 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_4-684707' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 532.70 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-89 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [[1]] [1] 3 [[2]] [1] 1 [[3]] [1] 2 [[4]] [1] 3 MultisessionFuture: Label: 'fsample_1-974159' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 514.39 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-90 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_2-999848' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 522.70 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-91 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_3-22183' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 530.96 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-92 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_4-108478' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 539.22 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-93 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: ]> Occurred on: e42777cb4a874406cfdd154b6370c667 [CRANWIN3; pid 85904] Future: e42777cb4a874406cfdd154b6370c667-90 ('fsample_1-974159') DEBUG: BEGIN TROUBLESHOOTING HELP MultisessionFuture: Label: 'fsample_1-974159' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 544.71 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-90 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: 35 bytes of class 'integer' Conditions captured: [n=1] 'RngFutureWarning' Duration: 0.004925966 secs (started 2026-03-13 22:18:59.051772) Worker process: b500ea254cd7836c49132464374f894e DEBUG: END TROUBLESHOOTING HELP MultisessionFuture: Label: 'fsample_1-784920' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 512.54 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-94 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_2-821831' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 519.29 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-95 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_3-363187' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 525.99 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-96 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_4-187279' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 532.70 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-97 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [[1]] [1] 2 [[2]] [1] 1 [[3]] [1] 2 [[4]] [1] 1 MultisessionFuture: Label: 'fsample_1-473080' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 514.39 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-98 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_2-656662' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 522.70 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-99 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_3-883792' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 530.96 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-100 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_4-733624' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 539.23 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-101 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: ]> Occurred on: e42777cb4a874406cfdd154b6370c667 [CRANWIN3; pid 85904] Future: e42777cb4a874406cfdd154b6370c667-98 ('fsample_1-473080') DEBUG: BEGIN TROUBLESHOOTING HELP MultisessionFuture: Label: 'fsample_1-473080' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 549.03 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=2] 'run', 'resolve' State: 'finished' ("Future was resolved, but produced a 'RngFutureError'") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-98 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: 35 bytes of class 'integer' Conditions captured: [n=1] 'RngFutureError' Duration: 0.004677057 secs (started 2026-03-13 22:18:59.382607) Worker process: b500ea254cd7836c49132464374f894e DEBUG: END TROUBLESHOOTING HELP MultisessionFuture: Label: 'fsample_1-788180' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 512.54 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-102 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_2-637196' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 519.29 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-103 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_3-546475' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 526.00 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-104 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: MultisessionFuture: Label: 'fsample_4-217355' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 532.71 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = NULL) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'running' ("Future is being evaluated") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-105 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: Conditions captured: [[1]] [1] 0 [[2]] [1] 3 [[3]] [1] 1 [[4]] [1] 2 [[1]] [1] 2 [[2]] [1] 0 [[3]] [1] 0 [[4]] [1] 1 [[1]] [1] 2 [[2]] [1] 0 [[3]] [1] 0 [[4]] [1] 1 [[1]] [1] 3 [[2]] [1] 2 [[3]] [1] 2 [[4]] [1] 2 [[1]] [1] 0 [[2]] [1] 3 [[3]] [1] 1 [[4]] [1] 2 ]> Occurred on: e42777cb4a874406cfdd154b6370c667 [CRANWIN3; pid 85904] Future: e42777cb4a874406cfdd154b6370c667-122 ('fsample_1-974159') DEBUG: BEGIN TROUBLESHOOTING HELP MultisessionFuture: Label: 'fsample_1-974159' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 601.10 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-122 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: 35 bytes of class 'integer' Conditions captured: [n=1] 'RngFutureWarning' Duration: 0.002932787 secs (started 2026-03-13 22:19:00.250631) Worker process: b500ea254cd7836c49132464374f894e DEBUG: END TROUBLESHOOTING HELP [[1]] [1] 3 [[2]] [1] 2 [[3]] [1] 1 [[4]] [1] 3 ]> Occurred on: e42777cb4a874406cfdd154b6370c667 [CRANWIN3; pid 85904] Future: e42777cb4a874406cfdd154b6370c667-130 ('fsample_1-473080') DEBUG: BEGIN TROUBLESHOOTING HELP MultisessionFuture: Label: 'fsample_1-473080' Expression: { sample(x, size = 1L) } Globals: 1 objects totaling 601.09 KiB (integer 'x' of 133 bytes) Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved, but produced a 'RngFutureError'") Resolved: TRUE Unique identifier: e42777cb4a874406cfdd154b6370c667-130 Owner process: e42777cb4a874406cfdd154b6370c667 Class: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' Value: 35 bytes of class 'integer' Conditions captured: [n=1] 'RngFutureError' Duration: 0.02554798 secs (started 2026-03-13 22:19:00.560604) Worker process: b500ea254cd7836c49132464374f894e DEBUG: END TROUBLESHOOTING HELP [[1]] [1] 0 [[2]] [1] 1 [[3]] [1] 1 [[4]] [1] 2 multisession ... done Testing with 2 cores ... DONE > message("- Assert that RNG mistakes does not muffle run-time errors") - Assert that RNG mistakes does not muffle run-time errors > options(future.debug = FALSE, future.rng.onMisuse = "warning") > for (signal in c(TRUE, FALSE)) { + message("signal=", signal) + f <- future({ + sample.int(2) + log("a") + }, seed = FAL .... [TRUNCATED] signal=TRUE FutureResult: value: 'NULL' visible: TRUE stdout: character conditions: [n = 1] simpleError RNG used: TRUE duration: 0.00384903 secs (started 2026-03-13 22:19:00.883456) version: 1.8 Warning: UNRELIABLE VALUE: Future () unexpectedly generated random numbers without specifying argument 'seed'. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced. To disable this check, use 'seed=NULL', or set option 'future.rng.onMisuse' to "ignore". [future (e42777cb4a874406cfdd154b6370c667-138); on e42777cb4a874406cfdd154b6370c667@CRANWIN3<85904>] signal=FALSE FutureResult: value: 'NULL' visible: TRUE stdout: character conditions: [n = 1] simpleError RNG used: TRUE duration: 0.004858971 secs (started 2026-03-13 22:19:00.899789) version: 1.8 > stopifnot(identical(RNGkind(), okind)) > message("*** rng ... DONE") *** rng ... DONE Failed to undo environment variables: - Expected environment variables: [n=218] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RCPP_NOT_NEEDED_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_03_13_22_15_17_12234' Test time: user.self=3s, sys.self=0.1s, elapsed=5s, user.child=NAs, sys.child=NAs Test 'rng' ... success > > proc.time() user system elapsed 3.31 0.14 4.95