R Under development (unstable) (2026-01-06 r89281 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-makeClusterPSOCK.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > parallelly:::testme("makeClusterPSOCK") Test 'makeClusterPSOCK' ... > library(parallelly) > options(parallelly.debug = TRUE) > is_fqdn <- parallelly:::is_fqdn > is_ip_number <- parallelly:::is_ip_number > is_localhost <- parallelly:::is_localhost > find_rshcmd <- parallelly:::find_rshcmd > useXDR <- isTRUE(parallelly:::getOption2("parallelly.makeNodePSOCK.useXDR")) > message("*** makeClusterPSOCK() ...") *** makeClusterPSOCK() ... > message("- makeClusterPSOCK() - internal utility functions") - makeClusterPSOCK() - internal utility functions > stopifnot(is_fqdn("a.b"), is_fqdn("a.b.c"), !is_fqdn("a")) > stopifnot(is_ip_number("1.2.3.4"), !is_ip_number("a"), + !is_ip_number("1.2.3"), !is_ip_number("1.2.3.256"), !is_ip_number("1.2.3.-1"), + .... [TRUNCATED] > stopifnot(is.na(is_localhost(worker = NULL, hostname = NULL))) > stopifnot(is_localhost("localhost"), is_localhost("127.0.0.1"), + is_localhost(Sys.info()[["nodename"]]), is_localhost(Sys.info()[["nodename"]] .... [TRUNCATED] > cmd <- find_rshcmd(must_work = FALSE) > print(cmd) $ssh ssh "d:\\rtools45\\usr\\bin\\ssh.exe" attr(,"type") [1] "ssh" attr(,"version") [1] "OpenSSH_10.2p1, OpenSSL 3.6.0 1 Oct 2025" $`putty-plink` plink "C:\\PROGRA~1\\PuTTY\\plink.exe" "-ssh" attr(,"type") [1] "putty-plink" attr(,"version") [1] "plink: Release 0.81; Build platform: 64-bit x86 Windows; Compiler: clang 14.0.0 , emulating Visual Studio 2022 (17.2), _MSC_VER=1932, _MSC_FULL_VER=193231329; Source commit: a8601a72a918dfc2a8e8536a77139d7f37700044" > message("- makeClusterPSOCK()") - makeClusterPSOCK() > cl <- makeClusterPSOCK("", + user = "johndoe", master = NULL, revtunnel = FALSE, rshcmd = "my_ssh", + renice = TR .... [TRUNCATED] [20:06:55.847] [local output] makeClusterPSOCK() ... [20:06:55.877] | [local output] Workers: [n = 1] '' [20:06:55.884] | [local output] Base port: 38791 [20:06:55.885] | [local output] Getting setup options for 1 cluster nodes ... [20:06:55.885] | [local output] Node #1 of 1 ... [20:06:55.888] | [local output] Rscript port: 38791 [20:06:55.888] | [local output] Using 'rshcmd': 'my_ssh' [type='', version=''] [20:06:55.888] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:55.889] | [local output] Creating node #1 of 1 ... [20:06:55.889] | : [local output] setting up node [20:06:55.889] | : [local output] attempt #1 of 3 ---------------------------------------------------------------------- Manually, (i) login into external machine '': "my_ssh" -l johndoe and (ii) start worker #1 from there: nice --adjustment=1 'D:/RCompile/recent/R/bin/x64/Rscript' --default-packages=datasets,utils,grDevices,graphics,stats,methods -e '#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN' -e 'options(socketOptions="no-delay")' -e 'workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()' MASTER=CRANWIN3 PORT=38791 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential Alternatively, start worker #1 from the local machine by combining both steps in a single call: "my_ssh" -l johndoe "nice --adjustment=1 'D:/RCompile/recent/R/bin/x64/Rscript' --default-packages=datasets,utils,grDevices,graphics,stats,methods -e '#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN' -e 'options(socketOptions=\"no-delay\")' -e 'workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()' MASTER=CRANWIN3 PORT=38791 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential" [20:06:55.890] | [local output] Creating node #1 of 1 ... done [20:06:55.890] | [local output] Launching of 1 workers completed [20:06:55.890] | [local output] Number of nodes in cluster: 1 [20:06:55.891] | [local output] Collecting session information from 1 workers [20:06:55.891] | : [local output] Worker #1 of 1 [20:06:55.891] | [local output] Collecting session information from 1 workers [20:06:55.891] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'NA' (R version and platform not queried) > cl <- makeClusterPSOCK(1, port = "random", dryrun = TRUE) [20:06:55.895] [local output] makeClusterPSOCK() ... [20:06:55.902] | [local output] Workers: [n = 1] 'localhost' [20:06:55.905] | [local output] Base port: 29229 [20:06:55.905] | [local output] Getting setup options for 1 cluster nodes ... [20:06:55.906] | [local output] Node #1 of 1 ... [20:06:55.906] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:55.907] | [local output] Rscript port: 29229 [20:06:55.908] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:55.908] | [local output] Creating node #1 of 1 ... [20:06:55.908] | : [local output] setting up node [20:06:55.908] | : [local output] attempt #1 of 3 ---------------------------------------------------------------------- Manually, start worker #1 on local machine 'localhost' with: "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=29229 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [20:06:55.909] | [local output] Creating node #1 of 1 ... done [20:06:55.909] | [local output] Launching of 1 workers completed [20:06:55.909] | [local output] Number of nodes in cluster: 1 [20:06:55.909] | [local output] Collecting session information from 1 workers [20:06:55.910] | : [local output] Worker #1 of 1 [20:06:55.910] | [local output] Collecting session information from 1 workers [20:06:55.910] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'NA' (R version and platform not queried) > cl <- makeClusterPSOCK(1) [20:06:55.911] [local output] makeClusterPSOCK() ... [20:06:55.913] | [local output] Workers: [n = 1] 'localhost' [20:06:55.917] | [local output] Base port: 26202 [20:06:55.917] | [local output] Getting setup options for 1 cluster nodes ... [20:06:55.917] | [local output] Node #1 of 1 ... [20:06:55.918] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:55.919] | Testing if worker's PID can be inferred: '"D:/RCompile/recent/R/bin/x64/Rscript" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3490a2d65.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3490a2d65.pid\")"' [20:06:56.363] | - Possible to infer worker's PID: TRUE [20:06:56.364] | [local output] Rscript port: 26202 [20:06:56.365] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:56.365] | [local output] Parallel setup requested for some PSOCK nodes [20:06:56.366] | [local output] Setting up PSOCK nodes in parallel [20:06:56.366] | List of 36 [20:06:56.366] | $ worker : chr "localhost" [20:06:56.366] | ..- attr(*, "localhost")= logi TRUE [20:06:56.366] | $ master : chr "localhost" [20:06:56.366] | $ port : int 26202 [20:06:56.366] | $ connectTimeout : num 120 [20:06:56.366] | $ timeout : num 120 [20:06:56.366] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:56.366] | $ homogeneous : logi TRUE [20:06:56.366] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:56.366] | $ rscript_envs : NULL [20:06:56.366] | $ rscript_libs : NULL [20:06:56.366] | $ rscript_startup : NULL [20:06:56.366] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:56.366] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:56.366] | $ methods : logi TRUE [20:06:56.366] | $ socketOptions : chr "no-delay" [20:06:56.366] | $ useXDR : logi FALSE [20:06:56.366] | $ outfile : chr "/dev/null" [20:06:56.366] | $ renice : int NA [20:06:56.366] | $ rshcmd : NULL [20:06:56.366] | $ user : chr(0) [20:06:56.366] | $ revtunnel : logi FALSE [20:06:56.366] | $ rshlogfile : NULL [20:06:56.366] | $ rshopts : chr(0) [20:06:56.366] | $ rank : int 1 [20:06:56.366] | $ manual : logi FALSE [20:06:56.366] | $ dryrun : logi FALSE [20:06:56.366] | $ quiet : logi FALSE [20:06:56.366] | $ setup_strategy : chr "parallel" [20:06:56.366] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:56.366] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3490a2d65.pid" [20:06:56.366] | $ rshcmd_label : NULL [20:06:56.366] | $ rsh_call : NULL [20:06:56.366] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:56.366] | $ localMachine : logi TRUE [20:06:56.366] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:56.366] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:56.366] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:56.366] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:56.366] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:56.366] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:56.366] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:56.366] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:56.366] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:56.366] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:56.366] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:56.366] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:56.366] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:56.366] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:56.366] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:56.366] | $ arguments :List of 29 [20:06:56.366] | ..$ worker : chr "localhost" [20:06:56.366] | ..$ master : NULL [20:06:56.366] | ..$ port : int 26202 [20:06:56.366] | ..$ connectTimeout : num 120 [20:06:56.366] | ..$ timeout : num 120 [20:06:56.366] | ..$ rscript : NULL [20:06:56.366] | ..$ homogeneous : NULL [20:06:56.366] | ..$ rscript_args : NULL [20:06:56.366] | ..$ rscript_envs : NULL [20:06:56.366] | ..$ rscript_libs : NULL [20:06:56.366] | ..$ rscript_startup : NULL [20:06:56.366] | ..$ rscript_sh : chr "auto" [20:06:56.366] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:56.366] | ..$ methods : logi TRUE [20:06:56.366] | ..$ socketOptions : chr "no-delay" [20:06:56.366] | ..$ useXDR : logi FALSE [20:06:56.366] | ..$ outfile : chr "/dev/null" [20:06:56.366] | ..$ renice : int NA [20:06:56.366] | ..$ rshcmd : NULL [20:06:56.366] | ..$ user : NULL [20:06:56.366] | ..$ revtunnel : logi NA [20:06:56.366] | ..$ rshlogfile : NULL [20:06:56.366] | ..$ rshopts : NULL [20:06:56.366] | ..$ rank : int 1 [20:06:56.366] | ..$ manual : logi FALSE [20:06:56.366] | ..$ dryrun : logi FALSE [20:06:56.366] | ..$ quiet : logi FALSE [20:06:56.366] | ..$ setup_strategy : chr "parallel" [20:06:56.366] | ..$ calls : logi FALSE [20:06:56.366] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:56.394] | [local output] System call to launch all workers: [20:06:56.394] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3490a2d65.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=26202 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:56.394] | [local output] Starting PSOCK main server [20:06:56.398] | [local output] Workers launched [20:06:56.399] | [local output] Waiting for workers to connect back ... [20:06:56.399] | : [local output] 0 workers out of 1 ready [20:06:56.565] | : [local output] 0 workers out of 1 ready [20:06:56.565] | : [local output] 1 workers out of 1 ready [20:06:56.565] | [local output] Waiting for workers to connect back ... done [20:06:56.566] | [local output] Launching of 1 workers completed [20:06:56.566] | [local output] Number of nodes in cluster: 1 [20:06:56.566] | [local output] Collecting session information from 1 workers [20:06:56.567] | : [local output] Worker #1 of 1 [20:06:56.567] | [local output] Collecting session information from 1 workers [20:06:56.568] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32) > node <- cl[[1]] > print(node) RichSOCKnode of a socket cluster on local host 'localhost' with pid 34052 (R Under development (unstable) (2026-01-06 r89281 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:26202') > utils::str(node) List of 4 $ con : 'sockconn' int 4 ..- attr(*, "conn_id")= $ host : chr "localhost" ..- attr(*, "localhost")= logi TRUE $ rank : int 0 $ session_info:List of 9 ..$ process :List of 1 .. ..$ pid: int 34052 ..$ r :List of 16 .. ..$ platform : chr "x86_64-w64-mingw32" .. ..$ arch : chr "x86_64" .. ..$ os : chr "mingw32" .. ..$ crt : chr "ucrt" .. ..$ system : chr "x86_64, mingw32" .. ..$ status : chr "Under development (unstable)" .. ..$ major : chr "4" .. ..$ minor : chr "6.0" .. ..$ year : chr "2026" .. ..$ month : chr "01" .. ..$ day : chr "06" .. ..$ svn rev : chr "89281" .. ..$ language : chr "R" .. ..$ version.string: chr "R Under development (unstable) (2026-01-06 r89281 ucrt)" .. ..$ nickname : chr "Unsuffered Consequences" .. ..$ os.type : chr "windows" ..$ system :List of 9 .. ..$ sysname : chr "Windows" .. ..$ release : chr "Server x64" .. ..$ version : chr "build 20348" .. ..$ nodename : chr "CRANWIN3" .. ..$ machine : chr "x86-64" .. ..$ login : chr "CRAN" .. ..$ user : chr "CRAN" .. ..$ effective_user: chr "CRAN" .. ..$ udomain : chr "CRANWIN3" ..$ l10n :List of 5 .. ..$ MBCS : logi TRUE .. ..$ UTF-8 : logi TRUE .. ..$ Latin-1 : logi FALSE .. ..$ codepage : int 65001 .. ..$ system.codepage: int 65001 ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/parallelly.Rcheck/tests" ..$ tempdir : chr "D:\\temp\\2026_01_07_20_05_16_30115\\RtmpUJNC28" ..$ libs : chr [1:2] "D:/temp/2026_01_07_20_05_16_30115/Rtmpe8p37f/RLIBS_30e07a7e158e" "D:/RCompile/recent/R/library" ..$ pkgs : NULL - attr(*, "options")=List of 35 ..$ worker : chr "localhost" .. ..- attr(*, "localhost")= logi TRUE ..$ master : chr "localhost" ..$ port : int 26202 ..$ connectTimeout : num 120 ..$ timeout : num 120 ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" ..$ homogeneous : logi TRUE ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ ..$ rscript_envs : NULL ..$ rscript_libs : NULL ..$ rscript_startup : NULL ..$ rscript_sh : chr [1:2] "cmd" "cmd" ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... ..$ methods : logi TRUE ..$ socketOptions : chr "no-delay" ..$ useXDR : logi FALSE ..$ outfile : chr "/dev/null" ..$ renice : int NA ..$ rshcmd : NULL ..$ user : chr(0) ..$ revtunnel : logi FALSE ..$ rshlogfile : NULL ..$ rshopts : chr(0) ..$ rank : int 0 ..$ manual : logi FALSE ..$ dryrun : logi FALSE ..$ quiet : logi FALSE ..$ setup_strategy : chr "parallel" ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ ..$ rshcmd_label : NULL ..$ rsh_call : NULL ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ ..$ localMachine : logi TRUE ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", "cmd", "sh", "none"), default_packages = c("datasets", "utils", "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", FALSE), action = c("launch", "options"), verbose = FALSE) ..$ arguments :List of 29 .. ..$ worker : chr "localhost" .. ..$ master : NULL .. ..$ port : int 26202 .. ..$ connectTimeout : num 120 .. ..$ timeout : num 120 .. ..$ rscript : NULL .. ..$ homogeneous : NULL .. ..$ rscript_args : NULL .. ..$ rscript_envs : NULL .. ..$ rscript_libs : NULL .. ..$ rscript_startup : NULL .. ..$ rscript_sh : chr "auto" .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... .. ..$ methods : logi TRUE .. ..$ socketOptions : chr "no-delay" .. ..$ useXDR : logi FALSE .. ..$ outfile : chr "/dev/null" .. ..$ renice : int NA .. ..$ rshcmd : NULL .. ..$ user : NULL .. ..$ revtunnel : logi NA .. ..$ rshlogfile : NULL .. ..$ rshopts : NULL .. ..$ rank : int 1 .. ..$ manual : logi FALSE .. ..$ dryrun : logi FALSE .. ..$ quiet : logi FALSE .. ..$ setup_strategy : chr "parallel" .. ..$ calls : logi FALSE ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" - attr(*, "calls")=Dotted pair list of 12 ..$ : language parallelly:::testme("makeClusterPSOCK") ..$ : language source(file.path(path, "run.R")) ..$ : language withVisible(eval(ei, envir)) ..$ : language eval(ei, envir) ..$ : language eval(ei, envir) ..$ : language main() ..$ : language testme_run_test(testme) ..$ : language source(testme[["script"]], echo = TRUE) ..$ : language withVisible(eval(ei, envir)) ..$ : language eval(ei, envir) ..$ : language eval(ei, envir) ..$ : language makeClusterPSOCK(1L) - attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" > stopifnot(isTRUE(attr(node[["host"]], "localhost"))) > print(cl) Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32) > parallel::stopCluster(cl) > cl <- makeClusterPSOCK(2, autoStop = TRUE) [20:06:56.625] [local output] makeClusterPSOCK() ... [20:06:56.627] | [local output] Workers: [n = 2] 'localhost', 'localhost' [20:06:56.630] | [local output] Base port: 34528 [20:06:56.631] | [local output] Getting setup options for 2 cluster nodes ... [20:06:56.631] | [local output] Node #1 of 2 ... [20:06:56.631] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:56.633] | [local output] Rscript port: 34528 [20:06:56.633] | [local output] Node #2 of 2 ... [20:06:56.634] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:56.635] | [local output] Rscript port: 34528 [20:06:56.636] | [local output] Getting setup options for 2 cluster nodes ... done [20:06:56.636] | [local output] Parallel setup requested for some PSOCK nodes [20:06:56.636] | [local output] Setting up PSOCK nodes in parallel [20:06:56.637] | List of 36 [20:06:56.637] | $ worker : chr "localhost" [20:06:56.637] | ..- attr(*, "localhost")= logi TRUE [20:06:56.637] | $ master : chr "localhost" [20:06:56.637] | $ port : int 34528 [20:06:56.637] | $ connectTimeout : num 120 [20:06:56.637] | $ timeout : num 120 [20:06:56.637] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:56.637] | $ homogeneous : logi TRUE [20:06:56.637] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:56.637] | $ rscript_envs : NULL [20:06:56.637] | $ rscript_libs : NULL [20:06:56.637] | $ rscript_startup : NULL [20:06:56.637] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:56.637] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:56.637] | $ methods : logi TRUE [20:06:56.637] | $ socketOptions : chr "no-delay" [20:06:56.637] | $ useXDR : logi FALSE [20:06:56.637] | $ outfile : chr "/dev/null" [20:06:56.637] | $ renice : int NA [20:06:56.637] | $ rshcmd : NULL [20:06:56.637] | $ user : chr(0) [20:06:56.637] | $ revtunnel : logi FALSE [20:06:56.637] | $ rshlogfile : NULL [20:06:56.637] | $ rshopts : chr(0) [20:06:56.637] | $ rank : int 1 [20:06:56.637] | $ manual : logi FALSE [20:06:56.637] | $ dryrun : logi FALSE [20:06:56.637] | $ quiet : logi FALSE [20:06:56.637] | $ setup_strategy : chr "parallel" [20:06:56.637] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:56.637] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de342e2f7a56.pid" [20:06:56.637] | $ rshcmd_label : NULL [20:06:56.637] | $ rsh_call : NULL [20:06:56.637] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:56.637] | $ localMachine : logi TRUE [20:06:56.637] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:56.637] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:56.637] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:56.637] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:56.637] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:56.637] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:56.637] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:56.637] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:56.637] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:56.637] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:56.637] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:56.637] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:56.637] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:56.637] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:56.637] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:56.637] | $ arguments :List of 29 [20:06:56.637] | ..$ worker : chr "localhost" [20:06:56.637] | ..$ master : NULL [20:06:56.637] | ..$ port : int 34528 [20:06:56.637] | ..$ connectTimeout : num 120 [20:06:56.637] | ..$ timeout : num 120 [20:06:56.637] | ..$ rscript : NULL [20:06:56.637] | ..$ homogeneous : NULL [20:06:56.637] | ..$ rscript_args : NULL [20:06:56.637] | ..$ rscript_envs : NULL [20:06:56.637] | ..$ rscript_libs : NULL [20:06:56.637] | ..$ rscript_startup : NULL [20:06:56.637] | ..$ rscript_sh : chr "auto" [20:06:56.637] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:56.637] | ..$ methods : logi TRUE [20:06:56.637] | ..$ socketOptions : chr "no-delay" [20:06:56.637] | ..$ useXDR : logi FALSE [20:06:56.637] | ..$ outfile : chr "/dev/null" [20:06:56.637] | ..$ renice : int NA [20:06:56.637] | ..$ rshcmd : NULL [20:06:56.637] | ..$ user : NULL [20:06:56.637] | ..$ revtunnel : logi NA [20:06:56.637] | ..$ rshlogfile : NULL [20:06:56.637] | ..$ rshopts : NULL [20:06:56.637] | ..$ rank : int 1 [20:06:56.637] | ..$ manual : logi FALSE [20:06:56.637] | ..$ dryrun : logi FALSE [20:06:56.637] | ..$ quiet : logi FALSE [20:06:56.637] | ..$ setup_strategy : chr "parallel" [20:06:56.637] | ..$ calls : logi FALSE [20:06:56.637] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:56.660] | [local output] System call to launch all workers: [20:06:56.660] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de342e2f7a56.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=34528 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:56.661] | [local output] Starting PSOCK main server [20:06:56.667] | [local output] Workers launched [20:06:56.667] | [local output] Waiting for workers to connect back ... [20:06:56.667] | : [local output] 0 workers out of 2 ready [20:06:56.832] | : [local output] 0 workers out of 2 ready [20:06:56.832] | : [local output] 1 workers out of 2 ready [20:06:56.836] | : [local output] 1 workers out of 2 ready [20:06:56.837] | : [local output] 2 workers out of 2 ready [20:06:56.837] | [local output] Waiting for workers to connect back ... done [20:06:56.837] | [local output] Launching of 2 workers completed [20:06:56.837] | [local output] Number of nodes in cluster: 2 [20:06:56.838] | [local output] Collecting session information from 2 workers [20:06:56.839] | : [local output] Worker #1 of 2 [20:06:56.839] | : [local output] Worker #2 of 2 [20:06:56.840] | [local output] Collecting session information from 2 workers [20:06:56.840] | [local output] Added automatic stop of cluster on garbage collection [20:06:56.840] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32). This cluster is registered to be automatically stopped by the garbage collector > node <- cl[[1]] > node[["host"]] <- "localhost2" > cl[[1]] <- node > print(cl) Socket cluster with 2 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32), 1 node is on host 'localhost2' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32). This cluster is registered to be automatically stopped by the garbage collector > parallel::stopCluster(cl) > message("- makeClusterPSOCK() - useXDR = TRUE/FALSE") - makeClusterPSOCK() - useXDR = TRUE/FALSE > for (xdr in c(TRUE, FALSE)) { + cl <- makeClusterPSOCK(1, useXDR = xdr) + node <- cl[[1]] + stopifnot(is.list(node), inherits(node, if ( .... [TRUNCATED] [20:06:56.857] [local output] makeClusterPSOCK() ... [20:06:56.859] | [local output] Workers: [n = 1] 'localhost' [20:06:56.862] | [local output] Base port: 28298 [20:06:56.862] | [local output] Getting setup options for 1 cluster nodes ... [20:06:56.863] | [local output] Node #1 of 1 ... [20:06:56.863] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:56.865] | [local output] Rscript port: 28298 [20:06:56.865] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:56.865] | [local output] Parallel setup requested for some PSOCK nodes [20:06:56.866] | [local output] Setting up PSOCK nodes in parallel [20:06:56.866] | List of 36 [20:06:56.866] | $ worker : chr "localhost" [20:06:56.866] | ..- attr(*, "localhost")= logi TRUE [20:06:56.866] | $ master : chr "localhost" [20:06:56.866] | $ port : int 28298 [20:06:56.866] | $ connectTimeout : num 120 [20:06:56.866] | $ timeout : num 120 [20:06:56.866] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:56.866] | $ homogeneous : logi TRUE [20:06:56.866] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:56.866] | $ rscript_envs : NULL [20:06:56.866] | $ rscript_libs : NULL [20:06:56.866] | $ rscript_startup : NULL [20:06:56.866] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:56.866] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:56.866] | $ methods : logi TRUE [20:06:56.866] | $ socketOptions : chr "no-delay" [20:06:56.866] | $ useXDR : logi TRUE [20:06:56.866] | $ outfile : chr "/dev/null" [20:06:56.866] | $ renice : int NA [20:06:56.866] | $ rshcmd : NULL [20:06:56.866] | $ user : chr(0) [20:06:56.866] | $ revtunnel : logi FALSE [20:06:56.866] | $ rshlogfile : NULL [20:06:56.866] | $ rshopts : chr(0) [20:06:56.866] | $ rank : int 1 [20:06:56.866] | $ manual : logi FALSE [20:06:56.866] | $ dryrun : logi FALSE [20:06:56.866] | $ quiet : logi FALSE [20:06:56.866] | $ setup_strategy : chr "parallel" [20:06:56.866] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:56.866] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de344e21ddf.pid" [20:06:56.866] | $ rshcmd_label : NULL [20:06:56.866] | $ rsh_call : NULL [20:06:56.866] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:56.866] | $ localMachine : logi TRUE [20:06:56.866] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:56.866] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:56.866] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:56.866] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:56.866] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:56.866] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:56.866] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:56.866] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:56.866] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:56.866] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:56.866] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:56.866] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:56.866] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:56.866] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:56.866] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:56.866] | $ arguments :List of 29 [20:06:56.866] | ..$ worker : chr "localhost" [20:06:56.866] | ..$ master : NULL [20:06:56.866] | ..$ port : int 28298 [20:06:56.866] | ..$ connectTimeout : num 120 [20:06:56.866] | ..$ timeout : num 120 [20:06:56.866] | ..$ rscript : NULL [20:06:56.866] | ..$ homogeneous : NULL [20:06:56.866] | ..$ rscript_args : NULL [20:06:56.866] | ..$ rscript_envs : NULL [20:06:56.866] | ..$ rscript_libs : NULL [20:06:56.866] | ..$ rscript_startup : NULL [20:06:56.866] | ..$ rscript_sh : chr "auto" [20:06:56.866] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:56.866] | ..$ methods : logi TRUE [20:06:56.866] | ..$ socketOptions : chr "no-delay" [20:06:56.866] | ..$ useXDR : logi TRUE [20:06:56.866] | ..$ outfile : chr "/dev/null" [20:06:56.866] | ..$ renice : int NA [20:06:56.866] | ..$ rshcmd : NULL [20:06:56.866] | ..$ user : NULL [20:06:56.866] | ..$ revtunnel : logi NA [20:06:56.866] | ..$ rshlogfile : NULL [20:06:56.866] | ..$ rshopts : NULL [20:06:56.866] | ..$ rank : int 1 [20:06:56.866] | ..$ manual : logi FALSE [20:06:56.866] | ..$ dryrun : logi FALSE [20:06:56.866] | ..$ quiet : logi FALSE [20:06:56.866] | ..$ setup_strategy : chr "parallel" [20:06:56.866] | ..$ calls : logi FALSE [20:06:56.866] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:56.889] | [local output] System call to launch all workers: [20:06:56.889] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de344e21ddf.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=28298 OUT=/dev/null TIMEOUT=120 XDR=TRUE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:56.889] | [local output] Starting PSOCK main server [20:06:56.893] | [local output] Workers launched [20:06:56.893] | [local output] Waiting for workers to connect back ... [20:06:56.893] | : [local output] 0 workers out of 1 ready [20:06:57.056] | : [local output] 0 workers out of 1 ready [20:06:57.056] | : [local output] 1 workers out of 1 ready [20:06:57.056] | [local output] Waiting for workers to connect back ... done [20:06:57.057] | [local output] Launching of 1 workers completed [20:06:57.057] | [local output] Number of nodes in cluster: 1 [20:06:57.057] | [local output] Collecting session information from 1 workers [20:06:57.058] | : [local output] Worker #1 of 1 [20:06:57.058] | [local output] Collecting session information from 1 workers [20:06:57.058] [local output] makeClusterPSOCK() ... done [20:06:57.062] [local output] makeClusterPSOCK() ... [20:06:57.065] | [local output] Workers: [n = 1] 'localhost' [20:06:57.068] | [local output] Base port: 30124 [20:06:57.068] | [local output] Getting setup options for 1 cluster nodes ... [20:06:57.068] | [local output] Node #1 of 1 ... [20:06:57.069] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:57.070] | [local output] Rscript port: 30124 [20:06:57.071] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:57.071] | [local output] Parallel setup requested for some PSOCK nodes [20:06:57.072] | [local output] Setting up PSOCK nodes in parallel [20:06:57.072] | List of 36 [20:06:57.072] | $ worker : chr "localhost" [20:06:57.072] | ..- attr(*, "localhost")= logi TRUE [20:06:57.072] | $ master : chr "localhost" [20:06:57.072] | $ port : int 30124 [20:06:57.072] | $ connectTimeout : num 120 [20:06:57.072] | $ timeout : num 120 [20:06:57.072] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:57.072] | $ homogeneous : logi TRUE [20:06:57.072] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:57.072] | $ rscript_envs : NULL [20:06:57.072] | $ rscript_libs : NULL [20:06:57.072] | $ rscript_startup : NULL [20:06:57.072] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:57.072] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:57.072] | $ methods : logi TRUE [20:06:57.072] | $ socketOptions : chr "no-delay" [20:06:57.072] | $ useXDR : logi FALSE [20:06:57.072] | $ outfile : chr "/dev/null" [20:06:57.072] | $ renice : int NA [20:06:57.072] | $ rshcmd : NULL [20:06:57.072] | $ user : chr(0) [20:06:57.072] | $ revtunnel : logi FALSE [20:06:57.072] | $ rshlogfile : NULL [20:06:57.072] | $ rshopts : chr(0) [20:06:57.072] | $ rank : int 1 [20:06:57.072] | $ manual : logi FALSE [20:06:57.072] | $ dryrun : logi FALSE [20:06:57.072] | $ quiet : logi FALSE [20:06:57.072] | $ setup_strategy : chr "parallel" [20:06:57.072] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:57.072] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de341e505472.pid" [20:06:57.072] | $ rshcmd_label : NULL [20:06:57.072] | $ rsh_call : NULL [20:06:57.072] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:57.072] | $ localMachine : logi TRUE [20:06:57.072] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:57.072] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:57.072] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:57.072] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:57.072] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:57.072] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:57.072] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:57.072] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:57.072] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:57.072] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:57.072] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:57.072] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:57.072] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:57.072] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:57.072] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:57.072] | $ arguments :List of 29 [20:06:57.072] | ..$ worker : chr "localhost" [20:06:57.072] | ..$ master : NULL [20:06:57.072] | ..$ port : int 30124 [20:06:57.072] | ..$ connectTimeout : num 120 [20:06:57.072] | ..$ timeout : num 120 [20:06:57.072] | ..$ rscript : NULL [20:06:57.072] | ..$ homogeneous : NULL [20:06:57.072] | ..$ rscript_args : NULL [20:06:57.072] | ..$ rscript_envs : NULL [20:06:57.072] | ..$ rscript_libs : NULL [20:06:57.072] | ..$ rscript_startup : NULL [20:06:57.072] | ..$ rscript_sh : chr "auto" [20:06:57.072] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:57.072] | ..$ methods : logi TRUE [20:06:57.072] | ..$ socketOptions : chr "no-delay" [20:06:57.072] | ..$ useXDR : logi FALSE [20:06:57.072] | ..$ outfile : chr "/dev/null" [20:06:57.072] | ..$ renice : int NA [20:06:57.072] | ..$ rshcmd : NULL [20:06:57.072] | ..$ user : NULL [20:06:57.072] | ..$ revtunnel : logi NA [20:06:57.072] | ..$ rshlogfile : NULL [20:06:57.072] | ..$ rshopts : NULL [20:06:57.072] | ..$ rank : int 1 [20:06:57.072] | ..$ manual : logi FALSE [20:06:57.072] | ..$ dryrun : logi FALSE [20:06:57.072] | ..$ quiet : logi FALSE [20:06:57.072] | ..$ setup_strategy : chr "parallel" [20:06:57.072] | ..$ calls : logi FALSE [20:06:57.072] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:57.096] | [local output] System call to launch all workers: [20:06:57.096] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de341e505472.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=30124 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:57.096] | [local output] Starting PSOCK main server [20:06:57.100] | [local output] Workers launched [20:06:57.101] | [local output] Waiting for workers to connect back ... [20:06:57.101] | : [local output] 0 workers out of 1 ready [20:06:57.262] | : [local output] 0 workers out of 1 ready [20:06:57.263] | : [local output] 1 workers out of 1 ready [20:06:57.263] | [local output] Waiting for workers to connect back ... done [20:06:57.263] | [local output] Launching of 1 workers completed [20:06:57.263] | [local output] Number of nodes in cluster: 1 [20:06:57.263] | [local output] Collecting session information from 1 workers [20:06:57.264] | : [local output] Worker #1 of 1 [20:06:57.265] | [local output] Collecting session information from 1 workers [20:06:57.265] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - argument 'socketOptions'") - makeClusterPSOCK() - argument 'socketOptions' > for (value in list(NULL, "NULL", "no-delay")) { + cl <- makeClusterPSOCK(1, socketOptions = value) + y <- parallel::clusterEvalQ(cl, 42)[[1] .... [TRUNCATED] [20:06:57.274] [local output] makeClusterPSOCK() ... [20:06:57.276] | [local output] Workers: [n = 1] 'localhost' [20:06:57.279] | [local output] Base port: 27320 [20:06:57.279] | [local output] Getting setup options for 1 cluster nodes ... [20:06:57.279] | [local output] Node #1 of 1 ... [20:06:57.280] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:57.281] | [local output] Rscript port: 27320 [20:06:57.282] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:57.282] | [local output] Parallel setup requested for some PSOCK nodes [20:06:57.282] | [local output] Setting up PSOCK nodes in parallel [20:06:57.283] | List of 36 [20:06:57.283] | $ worker : chr "localhost" [20:06:57.283] | ..- attr(*, "localhost")= logi TRUE [20:06:57.283] | $ master : chr "localhost" [20:06:57.283] | $ port : int 27320 [20:06:57.283] | $ connectTimeout : num 120 [20:06:57.283] | $ timeout : num 120 [20:06:57.283] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:57.283] | $ homogeneous : logi TRUE [20:06:57.283] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:57.283] | $ rscript_envs : NULL [20:06:57.283] | $ rscript_libs : NULL [20:06:57.283] | $ rscript_startup : NULL [20:06:57.283] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:57.283] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:57.283] | $ methods : logi TRUE [20:06:57.283] | $ socketOptions : NULL [20:06:57.283] | $ useXDR : logi FALSE [20:06:57.283] | $ outfile : chr "/dev/null" [20:06:57.283] | $ renice : int NA [20:06:57.283] | $ rshcmd : NULL [20:06:57.283] | $ user : chr(0) [20:06:57.283] | $ revtunnel : logi FALSE [20:06:57.283] | $ rshlogfile : NULL [20:06:57.283] | $ rshopts : chr(0) [20:06:57.283] | $ rank : int 1 [20:06:57.283] | $ manual : logi FALSE [20:06:57.283] | $ dryrun : logi FALSE [20:06:57.283] | $ quiet : logi FALSE [20:06:57.283] | $ setup_strategy : chr "parallel" [20:06:57.283] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:57.283] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3469748d8.pid" [20:06:57.283] | $ rshcmd_label : NULL [20:06:57.283] | $ rsh_call : NULL [20:06:57.283] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:57.283] | $ localMachine : logi TRUE [20:06:57.283] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:57.283] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:57.283] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:57.283] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:57.283] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:57.283] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:57.283] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:57.283] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:57.283] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:57.283] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:57.283] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:57.283] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:57.283] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:57.283] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:57.283] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:57.283] | $ arguments :List of 29 [20:06:57.283] | ..$ worker : chr "localhost" [20:06:57.283] | ..$ master : NULL [20:06:57.283] | ..$ port : int 27320 [20:06:57.283] | ..$ connectTimeout : num 120 [20:06:57.283] | ..$ timeout : num 120 [20:06:57.283] | ..$ rscript : NULL [20:06:57.283] | ..$ homogeneous : NULL [20:06:57.283] | ..$ rscript_args : NULL [20:06:57.283] | ..$ rscript_envs : NULL [20:06:57.283] | ..$ rscript_libs : NULL [20:06:57.283] | ..$ rscript_startup : NULL [20:06:57.283] | ..$ rscript_sh : chr "auto" [20:06:57.283] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:57.283] | ..$ methods : logi TRUE [20:06:57.283] | ..$ socketOptions : NULL [20:06:57.283] | ..$ useXDR : logi FALSE [20:06:57.283] | ..$ outfile : chr "/dev/null" [20:06:57.283] | ..$ renice : int NA [20:06:57.283] | ..$ rshcmd : NULL [20:06:57.283] | ..$ user : NULL [20:06:57.283] | ..$ revtunnel : logi NA [20:06:57.283] | ..$ rshlogfile : NULL [20:06:57.283] | ..$ rshopts : NULL [20:06:57.283] | ..$ rank : int 1 [20:06:57.283] | ..$ manual : logi FALSE [20:06:57.283] | ..$ dryrun : logi FALSE [20:06:57.283] | ..$ quiet : logi FALSE [20:06:57.283] | ..$ setup_strategy : chr "parallel" [20:06:57.283] | ..$ calls : logi FALSE [20:06:57.283] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:57.310] | [local output] System call to launch all workers: [20:06:57.311] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3469748d8.pid\")),silent=TRUE)" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=27320 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:57.311] | [local output] Starting PSOCK main server [20:06:57.315] | [local output] Workers launched [20:06:57.315] | [local output] Waiting for workers to connect back ... [20:06:57.316] | : [local output] 0 workers out of 1 ready [20:06:57.473] | : [local output] 0 workers out of 1 ready [20:06:57.474] | : [local output] 1 workers out of 1 ready [20:06:57.474] | [local output] Waiting for workers to connect back ... done [20:06:57.474] | [local output] Launching of 1 workers completed [20:06:57.474] | [local output] Number of nodes in cluster: 1 [20:06:57.474] | [local output] Collecting session information from 1 workers [20:06:57.475] | : [local output] Worker #1 of 1 [20:06:57.476] | [local output] Collecting session information from 1 workers [20:06:57.476] [local output] makeClusterPSOCK() ... done [20:06:57.480] [local output] makeClusterPSOCK() ... [20:06:57.482] | [local output] Workers: [n = 1] 'localhost' [20:06:57.486] | [local output] Base port: 37142 [20:06:57.486] | [local output] Getting setup options for 1 cluster nodes ... [20:06:57.486] | [local output] Node #1 of 1 ... [20:06:57.487] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:57.488] | [local output] Rscript port: 37142 [20:06:57.488] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:57.489] | [local output] Parallel setup requested for some PSOCK nodes [20:06:57.489] | [local output] Setting up PSOCK nodes in parallel [20:06:57.489] | List of 36 [20:06:57.489] | $ worker : chr "localhost" [20:06:57.489] | ..- attr(*, "localhost")= logi TRUE [20:06:57.489] | $ master : chr "localhost" [20:06:57.489] | $ port : int 37142 [20:06:57.489] | $ connectTimeout : num 120 [20:06:57.489] | $ timeout : num 120 [20:06:57.489] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:57.489] | $ homogeneous : logi TRUE [20:06:57.489] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:57.489] | $ rscript_envs : NULL [20:06:57.489] | $ rscript_libs : NULL [20:06:57.489] | $ rscript_startup : NULL [20:06:57.489] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:57.489] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:57.489] | $ methods : logi TRUE [20:06:57.489] | $ socketOptions : NULL [20:06:57.489] | $ useXDR : logi FALSE [20:06:57.489] | $ outfile : chr "/dev/null" [20:06:57.489] | $ renice : int NA [20:06:57.489] | $ rshcmd : NULL [20:06:57.489] | $ user : chr(0) [20:06:57.489] | $ revtunnel : logi FALSE [20:06:57.489] | $ rshlogfile : NULL [20:06:57.489] | $ rshopts : chr(0) [20:06:57.489] | $ rank : int 1 [20:06:57.489] | $ manual : logi FALSE [20:06:57.489] | $ dryrun : logi FALSE [20:06:57.489] | $ quiet : logi FALSE [20:06:57.489] | $ setup_strategy : chr "parallel" [20:06:57.489] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:57.489] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de34602041ed.pid" [20:06:57.489] | $ rshcmd_label : NULL [20:06:57.489] | $ rsh_call : NULL [20:06:57.489] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:57.489] | $ localMachine : logi TRUE [20:06:57.489] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:57.489] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:57.489] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:57.489] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:57.489] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:57.489] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:57.489] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:57.489] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:57.489] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:57.489] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:57.489] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:57.489] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:57.489] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:57.489] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:57.489] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:57.489] | $ arguments :List of 29 [20:06:57.489] | ..$ worker : chr "localhost" [20:06:57.489] | ..$ master : NULL [20:06:57.489] | ..$ port : int 37142 [20:06:57.489] | ..$ connectTimeout : num 120 [20:06:57.489] | ..$ timeout : num 120 [20:06:57.489] | ..$ rscript : NULL [20:06:57.489] | ..$ homogeneous : NULL [20:06:57.489] | ..$ rscript_args : NULL [20:06:57.489] | ..$ rscript_envs : NULL [20:06:57.489] | ..$ rscript_libs : NULL [20:06:57.489] | ..$ rscript_startup : NULL [20:06:57.489] | ..$ rscript_sh : chr "auto" [20:06:57.489] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:57.489] | ..$ methods : logi TRUE [20:06:57.489] | ..$ socketOptions : chr "NULL" [20:06:57.489] | ..$ useXDR : logi FALSE [20:06:57.489] | ..$ outfile : chr "/dev/null" [20:06:57.489] | ..$ renice : int NA [20:06:57.489] | ..$ rshcmd : NULL [20:06:57.489] | ..$ user : NULL [20:06:57.489] | ..$ revtunnel : logi NA [20:06:57.489] | ..$ rshlogfile : NULL [20:06:57.489] | ..$ rshopts : NULL [20:06:57.489] | ..$ rank : int 1 [20:06:57.489] | ..$ manual : logi FALSE [20:06:57.489] | ..$ dryrun : logi FALSE [20:06:57.489] | ..$ quiet : logi FALSE [20:06:57.489] | ..$ setup_strategy : chr "parallel" [20:06:57.489] | ..$ calls : logi FALSE [20:06:57.489] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:57.513] | [local output] System call to launch all workers: [20:06:57.513] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de34602041ed.pid\")),silent=TRUE)" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=37142 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:57.513] | [local output] Starting PSOCK main server [20:06:57.517] | [local output] Workers launched [20:06:57.518] | [local output] Waiting for workers to connect back ... [20:06:57.518] | : [local output] 0 workers out of 1 ready [20:06:57.678] | : [local output] 0 workers out of 1 ready [20:06:57.679] | : [local output] 1 workers out of 1 ready [20:06:57.679] | [local output] Waiting for workers to connect back ... done [20:06:57.679] | [local output] Launching of 1 workers completed [20:06:57.679] | [local output] Number of nodes in cluster: 1 [20:06:57.679] | [local output] Collecting session information from 1 workers [20:06:57.680] | : [local output] Worker #1 of 1 [20:06:57.681] | [local output] Collecting session information from 1 workers [20:06:57.681] [local output] makeClusterPSOCK() ... done [20:06:57.685] [local output] makeClusterPSOCK() ... [20:06:57.688] | [local output] Workers: [n = 1] 'localhost' [20:06:57.691] | [local output] Base port: 31732 [20:06:57.691] | [local output] Getting setup options for 1 cluster nodes ... [20:06:57.691] | [local output] Node #1 of 1 ... [20:06:57.692] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:57.693] | [local output] Rscript port: 31732 [20:06:57.694] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:57.694] | [local output] Parallel setup requested for some PSOCK nodes [20:06:57.694] | [local output] Setting up PSOCK nodes in parallel [20:06:57.694] | List of 36 [20:06:57.694] | $ worker : chr "localhost" [20:06:57.694] | ..- attr(*, "localhost")= logi TRUE [20:06:57.694] | $ master : chr "localhost" [20:06:57.694] | $ port : int 31732 [20:06:57.694] | $ connectTimeout : num 120 [20:06:57.694] | $ timeout : num 120 [20:06:57.694] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:57.694] | $ homogeneous : logi TRUE [20:06:57.694] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:57.694] | $ rscript_envs : NULL [20:06:57.694] | $ rscript_libs : NULL [20:06:57.694] | $ rscript_startup : NULL [20:06:57.694] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:57.694] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:57.694] | $ methods : logi TRUE [20:06:57.694] | $ socketOptions : chr "no-delay" [20:06:57.694] | $ useXDR : logi FALSE [20:06:57.694] | $ outfile : chr "/dev/null" [20:06:57.694] | $ renice : int NA [20:06:57.694] | $ rshcmd : NULL [20:06:57.694] | $ user : chr(0) [20:06:57.694] | $ revtunnel : logi FALSE [20:06:57.694] | $ rshlogfile : NULL [20:06:57.694] | $ rshopts : chr(0) [20:06:57.694] | $ rank : int 1 [20:06:57.694] | $ manual : logi FALSE [20:06:57.694] | $ dryrun : logi FALSE [20:06:57.694] | $ quiet : logi FALSE [20:06:57.694] | $ setup_strategy : chr "parallel" [20:06:57.694] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:57.694] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de34436b11fa.pid" [20:06:57.694] | $ rshcmd_label : NULL [20:06:57.694] | $ rsh_call : NULL [20:06:57.694] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:57.694] | $ localMachine : logi TRUE [20:06:57.694] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:57.694] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:57.694] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:57.694] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:57.694] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:57.694] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:57.694] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:57.694] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:57.694] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:57.694] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:57.694] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:57.694] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:57.694] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:57.694] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:57.694] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:57.694] | $ arguments :List of 29 [20:06:57.694] | ..$ worker : chr "localhost" [20:06:57.694] | ..$ master : NULL [20:06:57.694] | ..$ port : int 31732 [20:06:57.694] | ..$ connectTimeout : num 120 [20:06:57.694] | ..$ timeout : num 120 [20:06:57.694] | ..$ rscript : NULL [20:06:57.694] | ..$ homogeneous : NULL [20:06:57.694] | ..$ rscript_args : NULL [20:06:57.694] | ..$ rscript_envs : NULL [20:06:57.694] | ..$ rscript_libs : NULL [20:06:57.694] | ..$ rscript_startup : NULL [20:06:57.694] | ..$ rscript_sh : chr "auto" [20:06:57.694] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:57.694] | ..$ methods : logi TRUE [20:06:57.694] | ..$ socketOptions : chr "no-delay" [20:06:57.694] | ..$ useXDR : logi FALSE [20:06:57.694] | ..$ outfile : chr "/dev/null" [20:06:57.694] | ..$ renice : int NA [20:06:57.694] | ..$ rshcmd : NULL [20:06:57.694] | ..$ user : NULL [20:06:57.694] | ..$ revtunnel : logi NA [20:06:57.694] | ..$ rshlogfile : NULL [20:06:57.694] | ..$ rshopts : NULL [20:06:57.694] | ..$ rank : int 1 [20:06:57.694] | ..$ manual : logi FALSE [20:06:57.694] | ..$ dryrun : logi FALSE [20:06:57.694] | ..$ quiet : logi FALSE [20:06:57.694] | ..$ setup_strategy : chr "parallel" [20:06:57.694] | ..$ calls : logi FALSE [20:06:57.694] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:57.717] | [local output] System call to launch all workers: [20:06:57.717] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de34436b11fa.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=31732 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:57.717] | [local output] Starting PSOCK main server [20:06:57.721] | [local output] Workers launched [20:06:57.721] | [local output] Waiting for workers to connect back ... [20:06:57.721] | : [local output] 0 workers out of 1 ready [20:06:57.883] | : [local output] 0 workers out of 1 ready [20:06:57.883] | : [local output] 1 workers out of 1 ready [20:06:57.884] | [local output] Waiting for workers to connect back ... done [20:06:57.884] | [local output] Launching of 1 workers completed [20:06:57.884] | [local output] Number of nodes in cluster: 1 [20:06:57.884] | [local output] Collecting session information from 1 workers [20:06:57.885] | : [local output] Worker #1 of 1 [20:06:57.885] | [local output] Collecting session information from 1 workers [20:06:57.885] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - argument 'rscript_startup'") - makeClusterPSOCK() - argument 'rscript_startup' > for (value in list(NULL, "options(abc = 42L)", quote(options(abc = 42)))) { + cl <- makeClusterPSOCK(1, rscript_startup = value) + y <- para .... [TRUNCATED] [20:06:57.898] [local output] makeClusterPSOCK() ... [20:06:57.900] | [local output] Workers: [n = 1] 'localhost' [20:06:57.904] | [local output] Base port: 25981 [20:06:57.904] | [local output] Getting setup options for 1 cluster nodes ... [20:06:57.904] | [local output] Node #1 of 1 ... [20:06:57.904] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:57.906] | [local output] Rscript port: 25981 [20:06:57.906] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:57.907] | [local output] Parallel setup requested for some PSOCK nodes [20:06:57.907] | [local output] Setting up PSOCK nodes in parallel [20:06:57.907] | List of 36 [20:06:57.907] | $ worker : chr "localhost" [20:06:57.907] | ..- attr(*, "localhost")= logi TRUE [20:06:57.907] | $ master : chr "localhost" [20:06:57.907] | $ port : int 25981 [20:06:57.907] | $ connectTimeout : num 120 [20:06:57.907] | $ timeout : num 120 [20:06:57.907] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:57.907] | $ homogeneous : logi TRUE [20:06:57.907] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:57.907] | $ rscript_envs : NULL [20:06:57.907] | $ rscript_libs : NULL [20:06:57.907] | $ rscript_startup : NULL [20:06:57.907] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:57.907] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:57.907] | $ methods : logi TRUE [20:06:57.907] | $ socketOptions : chr "no-delay" [20:06:57.907] | $ useXDR : logi FALSE [20:06:57.907] | $ outfile : chr "/dev/null" [20:06:57.907] | $ renice : int NA [20:06:57.907] | $ rshcmd : NULL [20:06:57.907] | $ user : chr(0) [20:06:57.907] | $ revtunnel : logi FALSE [20:06:57.907] | $ rshlogfile : NULL [20:06:57.907] | $ rshopts : chr(0) [20:06:57.907] | $ rank : int 1 [20:06:57.907] | $ manual : logi FALSE [20:06:57.907] | $ dryrun : logi FALSE [20:06:57.907] | $ quiet : logi FALSE [20:06:57.907] | $ setup_strategy : chr "parallel" [20:06:57.907] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:57.907] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de341339be5.pid" [20:06:57.907] | $ rshcmd_label : NULL [20:06:57.907] | $ rsh_call : NULL [20:06:57.907] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:57.907] | $ localMachine : logi TRUE [20:06:57.907] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:57.907] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:57.907] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:57.907] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:57.907] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:57.907] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:57.907] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:57.907] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:57.907] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:57.907] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:57.907] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:57.907] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:57.907] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:57.907] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:57.907] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:57.907] | $ arguments :List of 29 [20:06:57.907] | ..$ worker : chr "localhost" [20:06:57.907] | ..$ master : NULL [20:06:57.907] | ..$ port : int 25981 [20:06:57.907] | ..$ connectTimeout : num 120 [20:06:57.907] | ..$ timeout : num 120 [20:06:57.907] | ..$ rscript : NULL [20:06:57.907] | ..$ homogeneous : NULL [20:06:57.907] | ..$ rscript_args : NULL [20:06:57.907] | ..$ rscript_envs : NULL [20:06:57.907] | ..$ rscript_libs : NULL [20:06:57.907] | ..$ rscript_startup : NULL [20:06:57.907] | ..$ rscript_sh : chr "auto" [20:06:57.907] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:57.907] | ..$ methods : logi TRUE [20:06:57.907] | ..$ socketOptions : chr "no-delay" [20:06:57.907] | ..$ useXDR : logi FALSE [20:06:57.907] | ..$ outfile : chr "/dev/null" [20:06:57.907] | ..$ renice : int NA [20:06:57.907] | ..$ rshcmd : NULL [20:06:57.907] | ..$ user : NULL [20:06:57.907] | ..$ revtunnel : logi NA [20:06:57.907] | ..$ rshlogfile : NULL [20:06:57.907] | ..$ rshopts : NULL [20:06:57.907] | ..$ rank : int 1 [20:06:57.907] | ..$ manual : logi FALSE [20:06:57.907] | ..$ dryrun : logi FALSE [20:06:57.907] | ..$ quiet : logi FALSE [20:06:57.907] | ..$ setup_strategy : chr "parallel" [20:06:57.907] | ..$ calls : logi FALSE [20:06:57.907] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:57.930] | [local output] System call to launch all workers: [20:06:57.930] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de341339be5.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=25981 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:57.930] | [local output] Starting PSOCK main server [20:06:57.934] | [local output] Workers launched [20:06:57.934] | [local output] Waiting for workers to connect back ... [20:06:57.935] | : [local output] 0 workers out of 1 ready [20:06:58.099] | : [local output] 0 workers out of 1 ready [20:06:58.100] | : [local output] 1 workers out of 1 ready [20:06:58.100] | [local output] Waiting for workers to connect back ... done [20:06:58.100] | [local output] Launching of 1 workers completed [20:06:58.100] | [local output] Number of nodes in cluster: 1 [20:06:58.101] | [local output] Collecting session information from 1 workers [20:06:58.101] | : [local output] Worker #1 of 1 [20:06:58.102] | [local output] Collecting session information from 1 workers [20:06:58.102] [local output] makeClusterPSOCK() ... done [20:06:58.106] [local output] makeClusterPSOCK() ... [20:06:58.108] | [local output] Workers: [n = 1] 'localhost' [20:06:58.112] | [local output] Base port: 29250 [20:06:58.112] | [local output] Getting setup options for 1 cluster nodes ... [20:06:58.112] | [local output] Node #1 of 1 ... [20:06:58.113] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:58.114] | [local output] Rscript port: 29250 [20:06:58.115] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:58.115] | [local output] Parallel setup requested for some PSOCK nodes [20:06:58.115] | [local output] Setting up PSOCK nodes in parallel [20:06:58.115] | List of 36 [20:06:58.115] | $ worker : chr "localhost" [20:06:58.115] | ..- attr(*, "localhost")= logi TRUE [20:06:58.115] | $ master : chr "localhost" [20:06:58.115] | $ port : int 29250 [20:06:58.115] | $ connectTimeout : num 120 [20:06:58.115] | $ timeout : num 120 [20:06:58.115] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:58.115] | $ homogeneous : logi TRUE [20:06:58.115] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:58.115] | $ rscript_envs : NULL [20:06:58.115] | $ rscript_libs : NULL [20:06:58.115] | $ rscript_startup : chr [1:2] "-e" "\"invisible({options(abc = 42L)})\"" [20:06:58.115] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:58.115] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:58.115] | $ methods : logi TRUE [20:06:58.115] | $ socketOptions : chr "no-delay" [20:06:58.115] | $ useXDR : logi FALSE [20:06:58.115] | $ outfile : chr "/dev/null" [20:06:58.115] | $ renice : int NA [20:06:58.115] | $ rshcmd : NULL [20:06:58.115] | $ user : chr(0) [20:06:58.115] | $ revtunnel : logi FALSE [20:06:58.115] | $ rshlogfile : NULL [20:06:58.115] | $ rshopts : chr(0) [20:06:58.115] | $ rank : int 1 [20:06:58.115] | $ manual : logi FALSE [20:06:58.115] | $ dryrun : logi FALSE [20:06:58.115] | $ quiet : logi FALSE [20:06:58.115] | $ setup_strategy : chr "parallel" [20:06:58.115] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:58.115] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3471bc28a4.pid" [20:06:58.115] | $ rshcmd_label : NULL [20:06:58.115] | $ rsh_call : NULL [20:06:58.115] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:58.115] | $ localMachine : logi TRUE [20:06:58.115] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:58.115] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:58.115] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:58.115] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:58.115] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:58.115] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:58.115] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:58.115] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:58.115] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:58.115] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:58.115] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:58.115] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:58.115] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:58.115] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:58.115] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:58.115] | $ arguments :List of 29 [20:06:58.115] | ..$ worker : chr "localhost" [20:06:58.115] | ..$ master : NULL [20:06:58.115] | ..$ port : int 29250 [20:06:58.115] | ..$ connectTimeout : num 120 [20:06:58.115] | ..$ timeout : num 120 [20:06:58.115] | ..$ rscript : NULL [20:06:58.115] | ..$ homogeneous : NULL [20:06:58.115] | ..$ rscript_args : NULL [20:06:58.115] | ..$ rscript_envs : NULL [20:06:58.115] | ..$ rscript_libs : NULL [20:06:58.115] | ..$ rscript_startup : chr "options(abc = 42L)" [20:06:58.115] | ..$ rscript_sh : chr "auto" [20:06:58.115] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:58.115] | ..$ methods : logi TRUE [20:06:58.115] | ..$ socketOptions : chr "no-delay" [20:06:58.115] | ..$ useXDR : logi FALSE [20:06:58.115] | ..$ outfile : chr "/dev/null" [20:06:58.115] | ..$ renice : int NA [20:06:58.115] | ..$ rshcmd : NULL [20:06:58.115] | ..$ user : NULL [20:06:58.115] | ..$ revtunnel : logi NA [20:06:58.115] | ..$ rshlogfile : NULL [20:06:58.115] | ..$ rshopts : NULL [20:06:58.115] | ..$ rank : int 1 [20:06:58.115] | ..$ manual : logi FALSE [20:06:58.115] | ..$ dryrun : logi FALSE [20:06:58.115] | ..$ quiet : logi FALSE [20:06:58.115] | ..$ setup_strategy : chr "parallel" [20:06:58.115] | ..$ calls : logi FALSE [20:06:58.115] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:58.140] | [local output] System call to launch all workers: [20:06:58.140] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3471bc28a4.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "invisible({options(abc = 42L)})" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=29250 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:58.140] | [local output] Starting PSOCK main server [20:06:58.144] | [local output] Workers launched [20:06:58.144] | [local output] Waiting for workers to connect back ... [20:06:58.144] | : [local output] 0 workers out of 1 ready [20:06:58.313] | : [local output] 0 workers out of 1 ready [20:06:58.314] | : [local output] 1 workers out of 1 ready [20:06:58.314] | [local output] Waiting for workers to connect back ... done [20:06:58.314] | [local output] Launching of 1 workers completed [20:06:58.314] | [local output] Number of nodes in cluster: 1 [20:06:58.315] | [local output] Collecting session information from 1 workers [20:06:58.315] | : [local output] Worker #1 of 1 [20:06:58.316] | [local output] Collecting session information from 1 workers [20:06:58.316] [local output] makeClusterPSOCK() ... done [20:06:58.320] [local output] makeClusterPSOCK() ... [20:06:58.324] | [local output] Workers: [n = 1] 'localhost' [20:06:58.328] | [local output] Base port: 22479 [20:06:58.328] | [local output] Getting setup options for 1 cluster nodes ... [20:06:58.328] | [local output] Node #1 of 1 ... [20:06:58.329] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:58.331] | [local output] Rscript port: 22479 [20:06:58.331] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:58.331] | [local output] Parallel setup requested for some PSOCK nodes [20:06:58.332] | [local output] Setting up PSOCK nodes in parallel [20:06:58.332] | List of 36 [20:06:58.332] | $ worker : chr "localhost" [20:06:58.332] | ..- attr(*, "localhost")= logi TRUE [20:06:58.332] | $ master : chr "localhost" [20:06:58.332] | $ port : int 22479 [20:06:58.332] | $ connectTimeout : num 120 [20:06:58.332] | $ timeout : num 120 [20:06:58.332] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:58.332] | $ homogeneous : logi TRUE [20:06:58.332] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:58.332] | $ rscript_envs : NULL [20:06:58.332] | $ rscript_libs : NULL [20:06:58.332] | $ rscript_startup : chr [1:2] "-e" "\"invisible({options(abc = 42L)})\"" [20:06:58.332] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:58.332] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:58.332] | $ methods : logi TRUE [20:06:58.332] | $ socketOptions : chr "no-delay" [20:06:58.332] | $ useXDR : logi FALSE [20:06:58.332] | $ outfile : chr "/dev/null" [20:06:58.332] | $ renice : int NA [20:06:58.332] | $ rshcmd : NULL [20:06:58.332] | $ user : chr(0) [20:06:58.332] | $ revtunnel : logi FALSE [20:06:58.332] | $ rshlogfile : NULL [20:06:58.332] | $ rshopts : chr(0) [20:06:58.332] | $ rank : int 1 [20:06:58.332] | $ manual : logi FALSE [20:06:58.332] | $ dryrun : logi FALSE [20:06:58.332] | $ quiet : logi FALSE [20:06:58.332] | $ setup_strategy : chr "parallel" [20:06:58.332] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:58.332] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de34603a20f7.pid" [20:06:58.332] | $ rshcmd_label : NULL [20:06:58.332] | $ rsh_call : NULL [20:06:58.332] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:58.332] | $ localMachine : logi TRUE [20:06:58.332] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:58.332] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:58.332] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:58.332] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:58.332] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:58.332] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:58.332] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:58.332] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:58.332] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:58.332] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:58.332] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:58.332] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:58.332] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:58.332] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:58.332] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:58.332] | $ arguments :List of 29 [20:06:58.332] | ..$ worker : chr "localhost" [20:06:58.332] | ..$ master : NULL [20:06:58.332] | ..$ port : int 22479 [20:06:58.332] | ..$ connectTimeout : num 120 [20:06:58.332] | ..$ timeout : num 120 [20:06:58.332] | ..$ rscript : NULL [20:06:58.332] | ..$ homogeneous : NULL [20:06:58.332] | ..$ rscript_args : NULL [20:06:58.332] | ..$ rscript_envs : NULL [20:06:58.332] | ..$ rscript_libs : NULL [20:06:58.332] | ..$ rscript_startup : language options(abc = 42L) [20:06:58.332] | ..$ rscript_sh : chr "auto" [20:06:58.332] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:58.332] | ..$ methods : logi TRUE [20:06:58.332] | ..$ socketOptions : chr "no-delay" [20:06:58.332] | ..$ useXDR : logi FALSE [20:06:58.332] | ..$ outfile : chr "/dev/null" [20:06:58.332] | ..$ renice : int NA [20:06:58.332] | ..$ rshcmd : NULL [20:06:58.332] | ..$ user : NULL [20:06:58.332] | ..$ revtunnel : logi NA [20:06:58.332] | ..$ rshlogfile : NULL [20:06:58.332] | ..$ rshopts : NULL [20:06:58.332] | ..$ rank : int 1 [20:06:58.332] | ..$ manual : logi FALSE [20:06:58.332] | ..$ dryrun : logi FALSE [20:06:58.332] | ..$ quiet : logi FALSE [20:06:58.332] | ..$ setup_strategy : chr "parallel" [20:06:58.332] | ..$ calls : logi FALSE [20:06:58.332] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:58.354] | [local output] System call to launch all workers: [20:06:58.355] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de34603a20f7.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "invisible({options(abc = 42L)})" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=22479 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:58.355] | [local output] Starting PSOCK main server [20:06:58.359] | [local output] Workers launched [20:06:58.359] | [local output] Waiting for workers to connect back ... [20:06:58.360] | : [local output] 0 workers out of 1 ready [20:06:58.520] | : [local output] 0 workers out of 1 ready [20:06:58.521] | : [local output] 1 workers out of 1 ready [20:06:58.521] | [local output] Waiting for workers to connect back ... done [20:06:58.521] | [local output] Launching of 1 workers completed [20:06:58.521] | [local output] Number of nodes in cluster: 1 [20:06:58.522] | [local output] Collecting session information from 1 workers [20:06:58.522] | : [local output] Worker #1 of 1 [20:06:58.523] | [local output] Collecting session information from 1 workers [20:06:58.523] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - argument 'user'") - makeClusterPSOCK() - argument 'user' > cl <- makeClusterPSOCK(1, user = "*") [20:06:58.528] [local output] makeClusterPSOCK() ... [20:06:58.530] | [local output] Workers: [n = 1] 'localhost' [20:06:58.533] | [local output] Base port: 31882 [20:06:58.533] | [local output] Getting setup options for 1 cluster nodes ... [20:06:58.533] | [local output] Node #1 of 1 ... [20:06:58.534] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:58.536] | [local output] Rscript port: 31882 [20:06:58.536] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:58.536] | [local output] Parallel setup requested for some PSOCK nodes [20:06:58.537] | [local output] Setting up PSOCK nodes in parallel [20:06:58.537] | List of 36 [20:06:58.537] | $ worker : chr "localhost" [20:06:58.537] | ..- attr(*, "localhost")= logi TRUE [20:06:58.537] | $ master : chr "localhost" [20:06:58.537] | $ port : int 31882 [20:06:58.537] | $ connectTimeout : num 120 [20:06:58.537] | $ timeout : num 120 [20:06:58.537] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:58.537] | $ homogeneous : logi TRUE [20:06:58.537] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:58.537] | $ rscript_envs : NULL [20:06:58.537] | $ rscript_libs : NULL [20:06:58.537] | $ rscript_startup : NULL [20:06:58.537] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:58.537] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:58.537] | $ methods : logi TRUE [20:06:58.537] | $ socketOptions : chr "no-delay" [20:06:58.537] | $ useXDR : logi FALSE [20:06:58.537] | $ outfile : chr "/dev/null" [20:06:58.537] | $ renice : int NA [20:06:58.537] | $ rshcmd : NULL [20:06:58.537] | $ user : chr(0) [20:06:58.537] | $ revtunnel : logi FALSE [20:06:58.537] | $ rshlogfile : NULL [20:06:58.537] | $ rshopts : chr(0) [20:06:58.537] | $ rank : int 1 [20:06:58.537] | $ manual : logi FALSE [20:06:58.537] | $ dryrun : logi FALSE [20:06:58.537] | $ quiet : logi FALSE [20:06:58.537] | $ setup_strategy : chr "parallel" [20:06:58.537] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:58.537] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de343910f57.pid" [20:06:58.537] | $ rshcmd_label : NULL [20:06:58.537] | $ rsh_call : NULL [20:06:58.537] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:58.537] | $ localMachine : logi TRUE [20:06:58.537] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:58.537] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:58.537] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:58.537] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:58.537] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:58.537] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:58.537] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:58.537] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:58.537] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:58.537] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:58.537] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:58.537] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:58.537] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:58.537] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:58.537] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:58.537] | $ arguments :List of 29 [20:06:58.537] | ..$ worker : chr "localhost" [20:06:58.537] | ..$ master : NULL [20:06:58.537] | ..$ port : int 31882 [20:06:58.537] | ..$ connectTimeout : num 120 [20:06:58.537] | ..$ timeout : num 120 [20:06:58.537] | ..$ rscript : NULL [20:06:58.537] | ..$ homogeneous : NULL [20:06:58.537] | ..$ rscript_args : NULL [20:06:58.537] | ..$ rscript_envs : NULL [20:06:58.537] | ..$ rscript_libs : NULL [20:06:58.537] | ..$ rscript_startup : NULL [20:06:58.537] | ..$ rscript_sh : chr "auto" [20:06:58.537] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:58.537] | ..$ methods : logi TRUE [20:06:58.537] | ..$ socketOptions : chr "no-delay" [20:06:58.537] | ..$ useXDR : logi FALSE [20:06:58.537] | ..$ outfile : chr "/dev/null" [20:06:58.537] | ..$ renice : int NA [20:06:58.537] | ..$ rshcmd : NULL [20:06:58.537] | ..$ user : NULL [20:06:58.537] | ..$ revtunnel : logi NA [20:06:58.537] | ..$ rshlogfile : NULL [20:06:58.537] | ..$ rshopts : NULL [20:06:58.537] | ..$ rank : int 1 [20:06:58.537] | ..$ manual : logi FALSE [20:06:58.537] | ..$ dryrun : logi FALSE [20:06:58.537] | ..$ quiet : logi FALSE [20:06:58.537] | ..$ setup_strategy : chr "parallel" [20:06:58.537] | ..$ calls : logi FALSE [20:06:58.537] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:58.561] | [local output] System call to launch all workers: [20:06:58.561] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de343910f57.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=31882 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:58.562] | [local output] Starting PSOCK main server [20:06:58.566] | [local output] Workers launched [20:06:58.566] | [local output] Waiting for workers to connect back ... [20:06:58.566] | : [local output] 0 workers out of 1 ready [20:06:58.729] | : [local output] 0 workers out of 1 ready [20:06:58.729] | : [local output] 1 workers out of 1 ready [20:06:58.730] | [local output] Waiting for workers to connect back ... done [20:06:58.730] | [local output] Launching of 1 workers completed [20:06:58.730] | [local output] Number of nodes in cluster: 1 [20:06:58.730] | [local output] Collecting session information from 1 workers [20:06:58.731] | : [local output] Worker #1 of 1 [20:06:58.731] | [local output] Collecting session information from 1 workers [20:06:58.732] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32) > y <- parallel::clusterEvalQ(cl, Sys.info()[["user"]])[[1]] > stopifnot(is.character(y), length(y) == 1) > parallel::stopCluster(cl) > cl <- makeClusterPSOCK(2, user = "*") [20:06:58.738] [local output] makeClusterPSOCK() ... [20:06:58.740] | [local output] Workers: [n = 2] 'localhost', 'localhost' [20:06:58.743] | [local output] Base port: 30526 [20:06:58.744] | [local output] Getting setup options for 2 cluster nodes ... [20:06:58.744] | [local output] Node #1 of 2 ... [20:06:58.744] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:58.746] | [local output] Rscript port: 30526 [20:06:58.746] | [local output] Node #2 of 2 ... [20:06:58.747] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:58.748] | [local output] Rscript port: 30526 [20:06:58.748] | [local output] Getting setup options for 2 cluster nodes ... done [20:06:58.749] | [local output] Parallel setup requested for some PSOCK nodes [20:06:58.749] | [local output] Setting up PSOCK nodes in parallel [20:06:58.749] | List of 36 [20:06:58.749] | $ worker : chr "localhost" [20:06:58.749] | ..- attr(*, "localhost")= logi TRUE [20:06:58.749] | $ master : chr "localhost" [20:06:58.749] | $ port : int 30526 [20:06:58.749] | $ connectTimeout : num 120 [20:06:58.749] | $ timeout : num 120 [20:06:58.749] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:58.749] | $ homogeneous : logi TRUE [20:06:58.749] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:58.749] | $ rscript_envs : NULL [20:06:58.749] | $ rscript_libs : NULL [20:06:58.749] | $ rscript_startup : NULL [20:06:58.749] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:58.749] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:58.749] | $ methods : logi TRUE [20:06:58.749] | $ socketOptions : chr "no-delay" [20:06:58.749] | $ useXDR : logi FALSE [20:06:58.749] | $ outfile : chr "/dev/null" [20:06:58.749] | $ renice : int NA [20:06:58.749] | $ rshcmd : NULL [20:06:58.749] | $ user : chr(0) [20:06:58.749] | $ revtunnel : logi FALSE [20:06:58.749] | $ rshlogfile : NULL [20:06:58.749] | $ rshopts : chr(0) [20:06:58.749] | $ rank : int 1 [20:06:58.749] | $ manual : logi FALSE [20:06:58.749] | $ dryrun : logi FALSE [20:06:58.749] | $ quiet : logi FALSE [20:06:58.749] | $ setup_strategy : chr "parallel" [20:06:58.749] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:58.749] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de34af76e29.pid" [20:06:58.749] | $ rshcmd_label : NULL [20:06:58.749] | $ rsh_call : NULL [20:06:58.749] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:58.749] | $ localMachine : logi TRUE [20:06:58.749] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:58.749] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:58.749] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:58.749] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:58.749] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:58.749] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:58.749] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:58.749] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:58.749] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:58.749] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:58.749] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:58.749] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:58.749] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:58.749] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:58.749] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:58.749] | $ arguments :List of 29 [20:06:58.749] | ..$ worker : chr "localhost" [20:06:58.749] | ..$ master : NULL [20:06:58.749] | ..$ port : int 30526 [20:06:58.749] | ..$ connectTimeout : num 120 [20:06:58.749] | ..$ timeout : num 120 [20:06:58.749] | ..$ rscript : NULL [20:06:58.749] | ..$ homogeneous : NULL [20:06:58.749] | ..$ rscript_args : NULL [20:06:58.749] | ..$ rscript_envs : NULL [20:06:58.749] | ..$ rscript_libs : NULL [20:06:58.749] | ..$ rscript_startup : NULL [20:06:58.749] | ..$ rscript_sh : chr "auto" [20:06:58.749] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:58.749] | ..$ methods : logi TRUE [20:06:58.749] | ..$ socketOptions : chr "no-delay" [20:06:58.749] | ..$ useXDR : logi FALSE [20:06:58.749] | ..$ outfile : chr "/dev/null" [20:06:58.749] | ..$ renice : int NA [20:06:58.749] | ..$ rshcmd : NULL [20:06:58.749] | ..$ user : NULL [20:06:58.749] | ..$ revtunnel : logi NA [20:06:58.749] | ..$ rshlogfile : NULL [20:06:58.749] | ..$ rshopts : NULL [20:06:58.749] | ..$ rank : int 1 [20:06:58.749] | ..$ manual : logi FALSE [20:06:58.749] | ..$ dryrun : logi FALSE [20:06:58.749] | ..$ quiet : logi FALSE [20:06:58.749] | ..$ setup_strategy : chr "parallel" [20:06:58.749] | ..$ calls : logi FALSE [20:06:58.749] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:58.772] | [local output] System call to launch all workers: [20:06:58.772] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de34af76e29.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=30526 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:58.772] | [local output] Starting PSOCK main server [20:06:58.778] | [local output] Workers launched [20:06:58.778] | [local output] Waiting for workers to connect back ... [20:06:58.778] | : [local output] 0 workers out of 2 ready [20:06:58.942] | : [local output] 0 workers out of 2 ready [20:06:58.942] | : [local output] 1 workers out of 2 ready [20:06:58.949] | : [local output] 1 workers out of 2 ready [20:06:58.949] | : [local output] 2 workers out of 2 ready [20:06:58.949] | [local output] Waiting for workers to connect back ... done [20:06:58.950] | [local output] Launching of 2 workers completed [20:06:58.950] | [local output] Number of nodes in cluster: 2 [20:06:58.950] | [local output] Collecting session information from 2 workers [20:06:58.951] | : [local output] Worker #1 of 2 [20:06:58.952] | : [local output] Worker #2 of 2 [20:06:58.952] | [local output] Collecting session information from 2 workers [20:06:58.952] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32) > y <- parallel::clusterEvalQ(cl, Sys.info()[["user"]]) > stopifnot(length(y) == 2) > parallel::stopCluster(cl) > cl <- makeClusterPSOCK(2, user = c("*", "*")) [20:06:58.960] [local output] makeClusterPSOCK() ... [20:06:58.962] | [local output] Workers: [n = 2] 'localhost', 'localhost' [20:06:58.966] | [local output] Base port: 20593 [20:06:58.966] | [local output] Getting setup options for 2 cluster nodes ... [20:06:58.966] | [local output] Node #1 of 2 ... [20:06:58.967] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:58.968] | [local output] Rscript port: 20593 [20:06:58.969] | [local output] Node #2 of 2 ... [20:06:58.969] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:58.970] | [local output] Rscript port: 20593 [20:06:58.971] | [local output] Getting setup options for 2 cluster nodes ... done [20:06:58.971] | [local output] Parallel setup requested for some PSOCK nodes [20:06:58.972] | [local output] Setting up PSOCK nodes in parallel [20:06:58.972] | List of 36 [20:06:58.972] | $ worker : chr "localhost" [20:06:58.972] | ..- attr(*, "localhost")= logi TRUE [20:06:58.972] | $ master : chr "localhost" [20:06:58.972] | $ port : int 20593 [20:06:58.972] | $ connectTimeout : num 120 [20:06:58.972] | $ timeout : num 120 [20:06:58.972] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:58.972] | $ homogeneous : logi TRUE [20:06:58.972] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:58.972] | $ rscript_envs : NULL [20:06:58.972] | $ rscript_libs : NULL [20:06:58.972] | $ rscript_startup : NULL [20:06:58.972] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:58.972] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:58.972] | $ methods : logi TRUE [20:06:58.972] | $ socketOptions : chr "no-delay" [20:06:58.972] | $ useXDR : logi FALSE [20:06:58.972] | $ outfile : chr "/dev/null" [20:06:58.972] | $ renice : int NA [20:06:58.972] | $ rshcmd : NULL [20:06:58.972] | $ user : chr(0) [20:06:58.972] | $ revtunnel : logi FALSE [20:06:58.972] | $ rshlogfile : NULL [20:06:58.972] | $ rshopts : chr(0) [20:06:58.972] | $ rank : int 1 [20:06:58.972] | $ manual : logi FALSE [20:06:58.972] | $ dryrun : logi FALSE [20:06:58.972] | $ quiet : logi FALSE [20:06:58.972] | $ setup_strategy : chr "parallel" [20:06:58.972] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:58.972] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de346f82162.pid" [20:06:58.972] | $ rshcmd_label : NULL [20:06:58.972] | $ rsh_call : NULL [20:06:58.972] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:58.972] | $ localMachine : logi TRUE [20:06:58.972] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:58.972] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:58.972] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:58.972] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:58.972] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:58.972] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:58.972] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:58.972] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:58.972] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:58.972] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:58.972] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:58.972] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:58.972] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:58.972] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:58.972] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:58.972] | $ arguments :List of 29 [20:06:58.972] | ..$ worker : chr "localhost" [20:06:58.972] | ..$ master : NULL [20:06:58.972] | ..$ port : int 20593 [20:06:58.972] | ..$ connectTimeout : num 120 [20:06:58.972] | ..$ timeout : num 120 [20:06:58.972] | ..$ rscript : NULL [20:06:58.972] | ..$ homogeneous : NULL [20:06:58.972] | ..$ rscript_args : NULL [20:06:58.972] | ..$ rscript_envs : NULL [20:06:58.972] | ..$ rscript_libs : NULL [20:06:58.972] | ..$ rscript_startup : NULL [20:06:58.972] | ..$ rscript_sh : chr "auto" [20:06:58.972] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:58.972] | ..$ methods : logi TRUE [20:06:58.972] | ..$ socketOptions : chr "no-delay" [20:06:58.972] | ..$ useXDR : logi FALSE [20:06:58.972] | ..$ outfile : chr "/dev/null" [20:06:58.972] | ..$ renice : int NA [20:06:58.972] | ..$ rshcmd : NULL [20:06:58.972] | ..$ user : NULL [20:06:58.972] | ..$ revtunnel : logi NA [20:06:58.972] | ..$ rshlogfile : NULL [20:06:58.972] | ..$ rshopts : NULL [20:06:58.972] | ..$ rank : int 1 [20:06:58.972] | ..$ manual : logi FALSE [20:06:58.972] | ..$ dryrun : logi FALSE [20:06:58.972] | ..$ quiet : logi FALSE [20:06:58.972] | ..$ setup_strategy : chr "parallel" [20:06:58.972] | ..$ calls : logi FALSE [20:06:58.972] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:58.996] | [local output] System call to launch all workers: [20:06:58.996] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de346f82162.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=20593 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:58.996] | [local output] Starting PSOCK main server [20:06:59.002] | [local output] Workers launched [20:06:59.002] | [local output] Waiting for workers to connect back ... [20:06:59.002] | : [local output] 0 workers out of 2 ready [20:06:59.168] | : [local output] 0 workers out of 2 ready [20:06:59.169] | : [local output] 1 workers out of 2 ready [20:06:59.171] | : [local output] 1 workers out of 2 ready [20:06:59.172] | : [local output] 2 workers out of 2 ready [20:06:59.172] | [local output] Waiting for workers to connect back ... done [20:06:59.172] | [local output] Launching of 2 workers completed [20:06:59.172] | [local output] Number of nodes in cluster: 2 [20:06:59.172] | [local output] Collecting session information from 2 workers [20:06:59.173] | : [local output] Worker #1 of 2 [20:06:59.174] | : [local output] Worker #2 of 2 [20:06:59.174] | [local output] Collecting session information from 2 workers [20:06:59.175] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32) > y <- parallel::clusterEvalQ(cl, Sys.info()[["user"]]) > stopifnot(length(y) == 2) > parallel::stopCluster(cl) > message("- makeClusterPSOCK() - setup_strategy = TRUE/FALSE") - makeClusterPSOCK() - setup_strategy = TRUE/FALSE > for (setup_strategy in c("sequential", "parallel")) { + dt <- system.time({ + cl <- makeClusterPSOCK(2, setup_strategy = setup_strategy) .... [TRUNCATED] [20:06:59.218] [local output] makeClusterPSOCK() ... [20:06:59.220] | [local output] Workers: [n = 2] 'localhost', 'localhost' [20:06:59.224] | [local output] Base port: 37180 [20:06:59.224] | [local output] Getting setup options for 2 cluster nodes ... [20:06:59.224] | [local output] Node #1 of 2 ... [20:06:59.225] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:59.226] | [local output] Rscript port: 37180 [20:06:59.227] | [local output] Node #2 of 2 ... [20:06:59.227] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:59.228] | [local output] Rscript port: 37180 [20:06:59.229] | [local output] Getting setup options for 2 cluster nodes ... done [20:06:59.229] | [local output] Creating node #1 of 2 ... [20:06:59.229] | : [local output] setting up node [20:06:59.229] | : [local output] attempt #1 of 3 [20:06:59.230] | : [local output] Starting worker #1 on 'localhost': "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de345bfa7bee.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=37180 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [20:06:59.234] | : [local output] - Exit code of system() call: 0 [20:06:59.234] | : [local output] Waiting for worker #1 on 'localhost' to connect back [20:06:59.407] | : [local output] Connection with worker #1 on 'localhost' established [20:06:59.407] | [local output] Creating node #1 of 2 ... done [20:06:59.408] | [local output] Creating node #2 of 2 ... [20:06:59.408] | : [local output] setting up node [20:06:59.408] | : [local output] attempt #1 of 3 [20:06:59.408] | : [local output] Starting worker #2 on 'localhost': "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=2.parallelly.parent=56884.de3417ac4bd7.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=37180 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [20:06:59.412] | : [local output] - Exit code of system() call: 0 [20:06:59.413] | : [local output] Waiting for worker #2 on 'localhost' to connect back [20:06:59.577] | : [local output] Connection with worker #2 on 'localhost' established [20:06:59.577] | [local output] Creating node #2 of 2 ... done [20:06:59.578] | [local output] Launching of 2 workers completed [20:06:59.578] | [local output] Number of nodes in cluster: 2 [20:06:59.578] | [local output] Collecting session information from 2 workers [20:06:59.579] | : [local output] Worker #1 of 2 [20:06:59.580] | : [local output] Worker #2 of 2 [20:06:59.581] | [local output] Collecting session information from 2 workers [20:06:59.581] [local output] makeClusterPSOCK() ... done user system elapsed 0.02 0.00 0.36 Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32) [20:06:59.613] [local output] makeClusterPSOCK() ... [20:06:59.616] | [local output] Workers: [n = 2] 'localhost', 'localhost' [20:06:59.619] | [local output] Base port: 29119 [20:06:59.619] | [local output] Getting setup options for 2 cluster nodes ... [20:06:59.619] | [local output] Node #1 of 2 ... [20:06:59.620] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:59.622] | [local output] Rscript port: 29119 [20:06:59.622] | [local output] Node #2 of 2 ... [20:06:59.622] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:59.624] | [local output] Rscript port: 29119 [20:06:59.624] | [local output] Getting setup options for 2 cluster nodes ... done [20:06:59.624] | [local output] Parallel setup requested for some PSOCK nodes [20:06:59.625] | [local output] Setting up PSOCK nodes in parallel [20:06:59.625] | List of 36 [20:06:59.625] | $ worker : chr "localhost" [20:06:59.625] | ..- attr(*, "localhost")= logi TRUE [20:06:59.625] | $ master : chr "localhost" [20:06:59.625] | $ port : int 29119 [20:06:59.625] | $ connectTimeout : num 120 [20:06:59.625] | $ timeout : num 120 [20:06:59.625] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:59.625] | $ homogeneous : logi TRUE [20:06:59.625] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:59.625] | $ rscript_envs : NULL [20:06:59.625] | $ rscript_libs : NULL [20:06:59.625] | $ rscript_startup : NULL [20:06:59.625] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:59.625] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:59.625] | $ methods : logi TRUE [20:06:59.625] | $ socketOptions : chr "no-delay" [20:06:59.625] | $ useXDR : logi FALSE [20:06:59.625] | $ outfile : chr "/dev/null" [20:06:59.625] | $ renice : int NA [20:06:59.625] | $ rshcmd : NULL [20:06:59.625] | $ user : chr(0) [20:06:59.625] | $ revtunnel : logi FALSE [20:06:59.625] | $ rshlogfile : NULL [20:06:59.625] | $ rshopts : chr(0) [20:06:59.625] | $ rank : int 1 [20:06:59.625] | $ manual : logi FALSE [20:06:59.625] | $ dryrun : logi FALSE [20:06:59.625] | $ quiet : logi FALSE [20:06:59.625] | $ setup_strategy : chr "parallel" [20:06:59.625] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:59.625] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de345a6d34fb.pid" [20:06:59.625] | $ rshcmd_label : NULL [20:06:59.625] | $ rsh_call : NULL [20:06:59.625] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:59.625] | $ localMachine : logi TRUE [20:06:59.625] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:59.625] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:59.625] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:59.625] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:59.625] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:59.625] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:59.625] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:59.625] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:59.625] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:59.625] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:59.625] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:59.625] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:59.625] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:59.625] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:59.625] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:59.625] | $ arguments :List of 29 [20:06:59.625] | ..$ worker : chr "localhost" [20:06:59.625] | ..$ master : NULL [20:06:59.625] | ..$ port : int 29119 [20:06:59.625] | ..$ connectTimeout : num 120 [20:06:59.625] | ..$ timeout : num 120 [20:06:59.625] | ..$ rscript : NULL [20:06:59.625] | ..$ homogeneous : NULL [20:06:59.625] | ..$ rscript_args : NULL [20:06:59.625] | ..$ rscript_envs : NULL [20:06:59.625] | ..$ rscript_libs : NULL [20:06:59.625] | ..$ rscript_startup : NULL [20:06:59.625] | ..$ rscript_sh : chr "auto" [20:06:59.625] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:59.625] | ..$ methods : logi TRUE [20:06:59.625] | ..$ socketOptions : chr "no-delay" [20:06:59.625] | ..$ useXDR : logi FALSE [20:06:59.625] | ..$ outfile : chr "/dev/null" [20:06:59.625] | ..$ renice : int NA [20:06:59.625] | ..$ rshcmd : NULL [20:06:59.625] | ..$ user : NULL [20:06:59.625] | ..$ revtunnel : logi NA [20:06:59.625] | ..$ rshlogfile : NULL [20:06:59.625] | ..$ rshopts : NULL [20:06:59.625] | ..$ rank : int 1 [20:06:59.625] | ..$ manual : logi FALSE [20:06:59.625] | ..$ dryrun : logi FALSE [20:06:59.625] | ..$ quiet : logi FALSE [20:06:59.625] | ..$ setup_strategy : chr "parallel" [20:06:59.625] | ..$ calls : logi FALSE [20:06:59.625] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:59.647] | [local output] System call to launch all workers: [20:06:59.647] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de345a6d34fb.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=29119 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:59.647] | [local output] Starting PSOCK main server [20:06:59.653] | [local output] Workers launched [20:06:59.653] | [local output] Waiting for workers to connect back ... [20:06:59.654] | : [local output] 0 workers out of 2 ready [20:06:59.818] | : [local output] 0 workers out of 2 ready [20:06:59.819] | : [local output] 1 workers out of 2 ready [20:06:59.836] | : [local output] 1 workers out of 2 ready [20:06:59.837] | : [local output] 2 workers out of 2 ready [20:06:59.837] | [local output] Waiting for workers to connect back ... done [20:06:59.837] | [local output] Launching of 2 workers completed [20:06:59.837] | [local output] Number of nodes in cluster: 2 [20:06:59.838] | [local output] Collecting session information from 2 workers [20:06:59.838] | : [local output] Worker #1 of 2 [20:06:59.839] | : [local output] Worker #2 of 2 [20:06:59.839] | [local output] Collecting session information from 2 workers [20:06:59.840] [local output] makeClusterPSOCK() ... done user system elapsed 0.05 0.00 0.23 Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32) > message("- makeClusterPSOCK() - with and w/out validation") - makeClusterPSOCK() - with and w/out validation > cl <- makeClusterPSOCK(1, validate = TRUE) [20:06:59.848] [local output] makeClusterPSOCK() ... [20:06:59.850] | [local output] Workers: [n = 1] 'localhost' [20:06:59.853] | [local output] Base port: 25331 [20:06:59.854] | [local output] Getting setup options for 1 cluster nodes ... [20:06:59.854] | [local output] Node #1 of 1 ... [20:06:59.854] | [local output] localMachine=TRUE => revtunnel=FALSE [20:06:59.856] | [local output] Rscript port: 25331 [20:06:59.856] | [local output] Getting setup options for 1 cluster nodes ... done [20:06:59.856] | [local output] Parallel setup requested for some PSOCK nodes [20:06:59.857] | [local output] Setting up PSOCK nodes in parallel [20:06:59.857] | List of 36 [20:06:59.857] | $ worker : chr "localhost" [20:06:59.857] | ..- attr(*, "localhost")= logi TRUE [20:06:59.857] | $ master : chr "localhost" [20:06:59.857] | $ port : int 25331 [20:06:59.857] | $ connectTimeout : num 120 [20:06:59.857] | $ timeout : num 120 [20:06:59.857] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:06:59.857] | $ homogeneous : logi TRUE [20:06:59.857] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:06:59.857] | $ rscript_envs : NULL [20:06:59.857] | $ rscript_libs : NULL [20:06:59.857] | $ rscript_startup : NULL [20:06:59.857] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:06:59.857] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:59.857] | $ methods : logi TRUE [20:06:59.857] | $ socketOptions : chr "no-delay" [20:06:59.857] | $ useXDR : logi FALSE [20:06:59.857] | $ outfile : chr "/dev/null" [20:06:59.857] | $ renice : int NA [20:06:59.857] | $ rshcmd : NULL [20:06:59.857] | $ user : chr(0) [20:06:59.857] | $ revtunnel : logi FALSE [20:06:59.857] | $ rshlogfile : NULL [20:06:59.857] | $ rshopts : chr(0) [20:06:59.857] | $ rank : int 1 [20:06:59.857] | $ manual : logi FALSE [20:06:59.857] | $ dryrun : logi FALSE [20:06:59.857] | $ quiet : logi FALSE [20:06:59.857] | $ setup_strategy : chr "parallel" [20:06:59.857] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:59.857] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de341ff46c1e.pid" [20:06:59.857] | $ rshcmd_label : NULL [20:06:59.857] | $ rsh_call : NULL [20:06:59.857] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:06:59.857] | $ localMachine : logi TRUE [20:06:59.857] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:06:59.857] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:06:59.857] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:06:59.857] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:06:59.857] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:06:59.857] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:06:59.857] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:06:59.857] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:06:59.857] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:06:59.857] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:06:59.857] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:06:59.857] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:06:59.857] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:06:59.857] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:06:59.857] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:06:59.857] | $ arguments :List of 29 [20:06:59.857] | ..$ worker : chr "localhost" [20:06:59.857] | ..$ master : NULL [20:06:59.857] | ..$ port : int 25331 [20:06:59.857] | ..$ connectTimeout : num 120 [20:06:59.857] | ..$ timeout : num 120 [20:06:59.857] | ..$ rscript : NULL [20:06:59.857] | ..$ homogeneous : NULL [20:06:59.857] | ..$ rscript_args : NULL [20:06:59.857] | ..$ rscript_envs : NULL [20:06:59.857] | ..$ rscript_libs : NULL [20:06:59.857] | ..$ rscript_startup : NULL [20:06:59.857] | ..$ rscript_sh : chr "auto" [20:06:59.857] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:06:59.857] | ..$ methods : logi TRUE [20:06:59.857] | ..$ socketOptions : chr "no-delay" [20:06:59.857] | ..$ useXDR : logi FALSE [20:06:59.857] | ..$ outfile : chr "/dev/null" [20:06:59.857] | ..$ renice : int NA [20:06:59.857] | ..$ rshcmd : NULL [20:06:59.857] | ..$ user : NULL [20:06:59.857] | ..$ revtunnel : logi NA [20:06:59.857] | ..$ rshlogfile : NULL [20:06:59.857] | ..$ rshopts : NULL [20:06:59.857] | ..$ rank : int 1 [20:06:59.857] | ..$ manual : logi FALSE [20:06:59.857] | ..$ dryrun : logi FALSE [20:06:59.857] | ..$ quiet : logi FALSE [20:06:59.857] | ..$ setup_strategy : chr "parallel" [20:06:59.857] | ..$ calls : logi FALSE [20:06:59.857] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:06:59.882] | [local output] System call to launch all workers: [20:06:59.882] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de341ff46c1e.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=25331 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:06:59.882] | [local output] Starting PSOCK main server [20:06:59.886] | [local output] Workers launched [20:06:59.886] | [local output] Waiting for workers to connect back ... [20:06:59.887] | : [local output] 0 workers out of 1 ready [20:07:00.048] | : [local output] 0 workers out of 1 ready [20:07:00.048] | : [local output] 1 workers out of 1 ready [20:07:00.048] | [local output] Waiting for workers to connect back ... done [20:07:00.049] | [local output] Launching of 1 workers completed [20:07:00.049] | [local output] Number of nodes in cluster: 1 [20:07:00.049] | [local output] Collecting session information from 1 workers [20:07:00.050] | : [local output] Worker #1 of 1 [20:07:00.050] | [local output] Collecting session information from 1 workers [20:07:00.050] [local output] makeClusterPSOCK() ... done > node <- cl[[1]] > stopifnot(is.list(node), inherits(node, if (useXDR) "SOCKnode" else "SOCK0node"), + "session_info" %in% names(node)) > si <- node[["session_info"]] > stopifnot(is.list(si)) > parallel::stopCluster(cl) > cl <- makeClusterPSOCK(1, validate = FALSE) [20:07:00.055] [local output] makeClusterPSOCK() ... [20:07:00.057] | [local output] Workers: [n = 1] 'localhost' [20:07:00.060] | [local output] Base port: 34502 [20:07:00.060] | [local output] Getting setup options for 1 cluster nodes ... [20:07:00.060] | [local output] Node #1 of 1 ... [20:07:00.061] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:00.062] | [local output] Rscript port: 34502 [20:07:00.063] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:00.063] | [local output] Parallel setup requested for some PSOCK nodes [20:07:00.063] | [local output] Setting up PSOCK nodes in parallel [20:07:00.064] | List of 36 [20:07:00.064] | $ worker : chr "localhost" [20:07:00.064] | ..- attr(*, "localhost")= logi TRUE [20:07:00.064] | $ master : chr "localhost" [20:07:00.064] | $ port : int 34502 [20:07:00.064] | $ connectTimeout : num 120 [20:07:00.064] | $ timeout : num 120 [20:07:00.064] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:07:00.064] | $ homogeneous : logi TRUE [20:07:00.064] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:07:00.064] | $ rscript_envs : NULL [20:07:00.064] | $ rscript_libs : NULL [20:07:00.064] | $ rscript_startup : NULL [20:07:00.064] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:00.064] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:00.064] | $ methods : logi TRUE [20:07:00.064] | $ socketOptions : chr "no-delay" [20:07:00.064] | $ useXDR : logi FALSE [20:07:00.064] | $ outfile : chr "/dev/null" [20:07:00.064] | $ renice : int NA [20:07:00.064] | $ rshcmd : NULL [20:07:00.064] | $ user : chr(0) [20:07:00.064] | $ revtunnel : logi FALSE [20:07:00.064] | $ rshlogfile : NULL [20:07:00.064] | $ rshopts : chr(0) [20:07:00.064] | $ rank : int 1 [20:07:00.064] | $ manual : logi FALSE [20:07:00.064] | $ dryrun : logi FALSE [20:07:00.064] | $ quiet : logi FALSE [20:07:00.064] | $ setup_strategy : chr "parallel" [20:07:00.064] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:07:00.064] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3475e63feb.pid" [20:07:00.064] | $ rshcmd_label : NULL [20:07:00.064] | $ rsh_call : NULL [20:07:00.064] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:07:00.064] | $ localMachine : logi TRUE [20:07:00.064] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:00.064] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:00.064] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:00.064] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:00.064] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:00.064] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:00.064] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:00.064] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:00.064] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:00.064] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:00.064] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:00.064] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:00.064] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:00.064] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:00.064] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:00.064] | $ arguments :List of 29 [20:07:00.064] | ..$ worker : chr "localhost" [20:07:00.064] | ..$ master : NULL [20:07:00.064] | ..$ port : int 34502 [20:07:00.064] | ..$ connectTimeout : num 120 [20:07:00.064] | ..$ timeout : num 120 [20:07:00.064] | ..$ rscript : NULL [20:07:00.064] | ..$ homogeneous : NULL [20:07:00.064] | ..$ rscript_args : NULL [20:07:00.064] | ..$ rscript_envs : NULL [20:07:00.064] | ..$ rscript_libs : NULL [20:07:00.064] | ..$ rscript_startup : NULL [20:07:00.064] | ..$ rscript_sh : chr "auto" [20:07:00.064] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:00.064] | ..$ methods : logi TRUE [20:07:00.064] | ..$ socketOptions : chr "no-delay" [20:07:00.064] | ..$ useXDR : logi FALSE [20:07:00.064] | ..$ outfile : chr "/dev/null" [20:07:00.064] | ..$ renice : int NA [20:07:00.064] | ..$ rshcmd : NULL [20:07:00.064] | ..$ user : NULL [20:07:00.064] | ..$ revtunnel : logi NA [20:07:00.064] | ..$ rshlogfile : NULL [20:07:00.064] | ..$ rshopts : NULL [20:07:00.064] | ..$ rank : int 1 [20:07:00.064] | ..$ manual : logi FALSE [20:07:00.064] | ..$ dryrun : logi FALSE [20:07:00.064] | ..$ quiet : logi FALSE [20:07:00.064] | ..$ setup_strategy : chr "parallel" [20:07:00.064] | ..$ calls : logi FALSE [20:07:00.064] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:00.085] | [local output] System call to launch all workers: [20:07:00.086] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3475e63feb.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=34502 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:00.086] | [local output] Starting PSOCK main server [20:07:00.090] | [local output] Workers launched [20:07:00.090] | [local output] Waiting for workers to connect back ... [20:07:00.090] | : [local output] 0 workers out of 1 ready [20:07:00.250] | : [local output] 0 workers out of 1 ready [20:07:00.251] | : [local output] 1 workers out of 1 ready [20:07:00.251] | [local output] Waiting for workers to connect back ... done [20:07:00.251] | [local output] Launching of 1 workers completed [20:07:00.251] | [local output] Number of nodes in cluster: 1 [20:07:00.251] [local output] makeClusterPSOCK() ... done > node <- cl[[1]] > stopifnot(is.list(node), inherits(node, if (useXDR) "SOCKnode" else "SOCK0node"), + !"session_info" %in% names(node)) > parallel::stopCluster(cl) > message("- makeClusterPSOCK() - w/out 'parallelly' on worker") - makeClusterPSOCK() - w/out 'parallelly' on worker > ovalue <- Sys.getenv("R_LIBS_USER") > Sys.setenv(R_LIBS_USER = tempdir()) > cl <- makeClusterPSOCK(1, outfile = "") [20:07:00.256] [local output] makeClusterPSOCK() ... [20:07:00.258] | [local output] Workers: [n = 1] 'localhost' [20:07:00.262] | [local output] Base port: 20525 [20:07:00.262] | [local output] Getting setup options for 1 cluster nodes ... [20:07:00.262] | [local output] Node #1 of 1 ... [20:07:00.263] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:00.264] | [local output] Rscript port: 20525 [20:07:00.265] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:00.265] | [local output] Parallel setup requested for some PSOCK nodes [20:07:00.265] | [local output] Setting up PSOCK nodes in parallel [20:07:00.265] | List of 36 [20:07:00.265] | $ worker : chr "localhost" [20:07:00.265] | ..- attr(*, "localhost")= logi TRUE [20:07:00.265] | $ master : chr "localhost" [20:07:00.265] | $ port : int 20525 [20:07:00.265] | $ connectTimeout : num 120 [20:07:00.265] | $ timeout : num 120 [20:07:00.265] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:07:00.265] | $ homogeneous : logi TRUE [20:07:00.265] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:07:00.265] | $ rscript_envs : NULL [20:07:00.265] | $ rscript_libs : NULL [20:07:00.265] | $ rscript_startup : NULL [20:07:00.265] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:00.265] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:00.265] | $ methods : logi TRUE [20:07:00.265] | $ socketOptions : chr "no-delay" [20:07:00.265] | $ useXDR : logi FALSE [20:07:00.265] | $ outfile : chr "" [20:07:00.265] | $ renice : int NA [20:07:00.265] | $ rshcmd : NULL [20:07:00.265] | $ user : chr(0) [20:07:00.265] | $ revtunnel : logi FALSE [20:07:00.265] | $ rshlogfile : NULL [20:07:00.265] | $ rshopts : chr(0) [20:07:00.265] | $ rank : int 1 [20:07:00.265] | $ manual : logi FALSE [20:07:00.265] | $ dryrun : logi FALSE [20:07:00.265] | $ quiet : logi FALSE [20:07:00.265] | $ setup_strategy : chr "parallel" [20:07:00.265] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:07:00.265] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de346be82bce.pid" [20:07:00.265] | $ rshcmd_label : NULL [20:07:00.265] | $ rsh_call : NULL [20:07:00.265] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:07:00.265] | $ localMachine : logi TRUE [20:07:00.265] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:00.265] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:00.265] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:00.265] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:00.265] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:00.265] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:00.265] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:00.265] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:00.265] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:00.265] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:00.265] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:00.265] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:00.265] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:00.265] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:00.265] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:00.265] | $ arguments :List of 29 [20:07:00.265] | ..$ worker : chr "localhost" [20:07:00.265] | ..$ master : NULL [20:07:00.265] | ..$ port : int 20525 [20:07:00.265] | ..$ connectTimeout : num 120 [20:07:00.265] | ..$ timeout : num 120 [20:07:00.265] | ..$ rscript : NULL [20:07:00.265] | ..$ homogeneous : NULL [20:07:00.265] | ..$ rscript_args : NULL [20:07:00.265] | ..$ rscript_envs : NULL [20:07:00.265] | ..$ rscript_libs : NULL [20:07:00.265] | ..$ rscript_startup : NULL [20:07:00.265] | ..$ rscript_sh : chr "auto" [20:07:00.265] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:00.265] | ..$ methods : logi TRUE [20:07:00.265] | ..$ socketOptions : chr "no-delay" [20:07:00.265] | ..$ useXDR : logi FALSE [20:07:00.265] | ..$ outfile : chr "" [20:07:00.265] | ..$ renice : int NA [20:07:00.265] | ..$ rshcmd : NULL [20:07:00.265] | ..$ user : NULL [20:07:00.265] | ..$ revtunnel : logi NA [20:07:00.265] | ..$ rshlogfile : NULL [20:07:00.265] | ..$ rshopts : NULL [20:07:00.265] | ..$ rank : int 1 [20:07:00.265] | ..$ manual : logi FALSE [20:07:00.265] | ..$ dryrun : logi FALSE [20:07:00.265] | ..$ quiet : logi FALSE [20:07:00.265] | ..$ setup_strategy : chr "parallel" [20:07:00.265] | ..$ calls : logi FALSE [20:07:00.265] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:00.291] | [local output] System call to launch all workers: [20:07:00.291] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de346be82bce.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=20525 OUT= TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:00.291] | [local output] Starting PSOCK main server [20:07:00.297] | [local output] Workers launched [20:07:00.297] | [local output] Waiting for workers to connect back ... [20:07:00.297] | : [local output] 0 workers out of 1 ready starting worker pid=5212 on localhost:20525 at 20:07:00.453 [20:07:00.462] | : [local output] 0 workers out of 1 ready [20:07:00.462] | : [local output] 1 workers out of 1 ready [20:07:00.462] | [local output] Waiting for workers to connect back ... done [20:07:00.463] | [local output] Launching of 1 workers completed [20:07:00.463] | [local output] Number of nodes in cluster: 1 [20:07:00.463] | [local output] Collecting session information from 1 workers [20:07:00.464] | : [local output] Worker #1 of 1 [20:07:00.464] | [local output] Collecting session information from 1 workers [20:07:00.464] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2026-01-06 r89281 ucrt), platform x86_64-w64-mingw32) > parallel::stopCluster(cl) > Sys.setenv(R_LIBS_USER = ovalue) > message("- makeClusterPSOCK() - assert 'parallelly' is not loaded") - makeClusterPSOCK() - assert 'parallelly' is not loaded > cl <- makeClusterPSOCK(1) [20:07:00.470] [local output] makeClusterPSOCK() ... [20:07:00.472] | [local output] Workers: [n = 1] 'localhost' [20:07:00.475] | [local output] Base port: 32766 [20:07:00.476] | [local output] Getting setup options for 1 cluster nodes ... [20:07:00.476] | [local output] Node #1 of 1 ... [20:07:00.476] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:00.478] | [local output] Rscript port: 32766 [20:07:00.478] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:00.479] | [local output] Parallel setup requested for some PSOCK nodes [20:07:00.479] | [local output] Setting up PSOCK nodes in parallel [20:07:00.479] | List of 36 [20:07:00.479] | $ worker : chr "localhost" [20:07:00.479] | ..- attr(*, "localhost")= logi TRUE [20:07:00.479] | $ master : chr "localhost" [20:07:00.479] | $ port : int 32766 [20:07:00.479] | $ connectTimeout : num 120 [20:07:00.479] | $ timeout : num 120 [20:07:00.479] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:07:00.479] | $ homogeneous : logi TRUE [20:07:00.479] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:07:00.479] | $ rscript_envs : NULL [20:07:00.479] | $ rscript_libs : NULL [20:07:00.479] | $ rscript_startup : NULL [20:07:00.479] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:00.479] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:00.479] | $ methods : logi TRUE [20:07:00.479] | $ socketOptions : chr "no-delay" [20:07:00.479] | $ useXDR : logi FALSE [20:07:00.479] | $ outfile : chr "/dev/null" [20:07:00.479] | $ renice : int NA [20:07:00.479] | $ rshcmd : NULL [20:07:00.479] | $ user : chr(0) [20:07:00.479] | $ revtunnel : logi FALSE [20:07:00.479] | $ rshlogfile : NULL [20:07:00.479] | $ rshopts : chr(0) [20:07:00.479] | $ rank : int 1 [20:07:00.479] | $ manual : logi FALSE [20:07:00.479] | $ dryrun : logi FALSE [20:07:00.479] | $ quiet : logi FALSE [20:07:00.479] | $ setup_strategy : chr "parallel" [20:07:00.479] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:07:00.479] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de341a55655.pid" [20:07:00.479] | $ rshcmd_label : NULL [20:07:00.479] | $ rsh_call : NULL [20:07:00.479] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:07:00.479] | $ localMachine : logi TRUE [20:07:00.479] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:00.479] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:00.479] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:00.479] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:00.479] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:00.479] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:00.479] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:00.479] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:00.479] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:00.479] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:00.479] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:00.479] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:00.479] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:00.479] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:00.479] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:00.479] | $ arguments :List of 29 [20:07:00.479] | ..$ worker : chr "localhost" [20:07:00.479] | ..$ master : NULL [20:07:00.479] | ..$ port : int 32766 [20:07:00.479] | ..$ connectTimeout : num 120 [20:07:00.479] | ..$ timeout : num 120 [20:07:00.479] | ..$ rscript : NULL [20:07:00.479] | ..$ homogeneous : NULL [20:07:00.479] | ..$ rscript_args : NULL [20:07:00.479] | ..$ rscript_envs : NULL [20:07:00.479] | ..$ rscript_libs : NULL [20:07:00.479] | ..$ rscript_startup : NULL [20:07:00.479] | ..$ rscript_sh : chr "auto" [20:07:00.479] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:00.479] | ..$ methods : logi TRUE [20:07:00.479] | ..$ socketOptions : chr "no-delay" [20:07:00.479] | ..$ useXDR : logi FALSE [20:07:00.479] | ..$ outfile : chr "/dev/null" [20:07:00.479] | ..$ renice : int NA [20:07:00.479] | ..$ rshcmd : NULL [20:07:00.479] | ..$ user : NULL [20:07:00.479] | ..$ revtunnel : logi NA [20:07:00.479] | ..$ rshlogfile : NULL [20:07:00.479] | ..$ rshopts : NULL [20:07:00.479] | ..$ rank : int 1 [20:07:00.479] | ..$ manual : logi FALSE [20:07:00.479] | ..$ dryrun : logi FALSE [20:07:00.479] | ..$ quiet : logi FALSE [20:07:00.479] | ..$ setup_strategy : chr "parallel" [20:07:00.479] | ..$ calls : logi FALSE [20:07:00.479] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:00.501] | [local output] System call to launch all workers: [20:07:00.502] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de341a55655.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=32766 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:00.502] | [local output] Starting PSOCK main server [20:07:00.506] | [local output] Workers launched [20:07:00.506] | [local output] Waiting for workers to connect back ... [20:07:00.506] | : [local output] 0 workers out of 1 ready [20:07:00.665] | : [local output] 0 workers out of 1 ready [20:07:00.666] | : [local output] 1 workers out of 1 ready [20:07:00.666] | [local output] Waiting for workers to connect back ... done [20:07:00.666] | [local output] Launching of 1 workers completed [20:07:00.666] | [local output] Number of nodes in cluster: 1 [20:07:00.667] | [local output] Collecting session information from 1 workers [20:07:00.667] | : [local output] Worker #1 of 1 [20:07:00.668] | [local output] Collecting session information from 1 workers [20:07:00.668] [local output] makeClusterPSOCK() ... done > ns <- parallel::clusterCall(cl, function() { + loadedNamespaces() + }) > print(ns) [[1]] [1] "compiler" "graphics" "parallel" "utils" "grDevices" "stats" [7] "datasets" "methods" "base" > stopifnot(!is.element("parallelly", ns)) > parallel::stopCluster(cl) > message("- makeClusterPSOCK() - launch via the R executable") - makeClusterPSOCK() - launch via the R executable > if (on_windows) { + rscripts <- file.path(R.home("bin"), c("Rterm", "Rterm.exe")) + } else { + rscripts <- file.path(R.home("bin"), "R") + } > for (rscript in rscripts) { + message(" Launcher: ", sQuote(rscript)) + rscript_args <- c("--no-echo", "--no-restore", "*", "--args") + .... [TRUNCATED] Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [20:07:00.678] [local output] makeClusterPSOCK() ... [20:07:00.680] | [local output] Workers: [n = 1] 'localhost' [20:07:00.684] | [local output] Base port: 31792 [20:07:00.684] | [local output] Getting setup options for 1 cluster nodes ... [20:07:00.684] | [local output] Node #1 of 1 ... [20:07:00.685] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:00.686] | Testing if worker's PID can be inferred: '"D:\RCompile\recent\R\bin\x64\Rterm.exe" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3443d57be8.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3443d57be8.pid\")"' [20:07:01.022] | - Possible to infer worker's PID: TRUE [20:07:01.022] | [local output] Rscript port: 31792 [20:07:01.023] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:01.023] | [local output] Parallel setup requested for some PSOCK nodes [20:07:01.023] | [local output] Setting up PSOCK nodes in parallel [20:07:01.024] | List of 36 [20:07:01.024] | $ worker : chr "localhost" [20:07:01.024] | ..- attr(*, "localhost")= logi TRUE [20:07:01.024] | $ master : chr "localhost" [20:07:01.024] | $ port : int 31792 [20:07:01.024] | $ connectTimeout : num 120 [20:07:01.024] | $ timeout : num 120 [20:07:01.024] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [20:07:01.024] | $ homogeneous : logi TRUE [20:07:01.024] | $ rscript_args : chr "R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#label=test-make"| __truncated__ [20:07:01.024] | $ rscript_envs : NULL [20:07:01.024] | $ rscript_libs : NULL [20:07:01.024] | $ rscript_startup : NULL [20:07:01.024] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:01.024] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:01.024] | $ methods : logi TRUE [20:07:01.024] | $ socketOptions : chr "no-delay" [20:07:01.024] | $ useXDR : logi FALSE [20:07:01.024] | $ outfile : chr "/dev/null" [20:07:01.024] | $ renice : int NA [20:07:01.024] | $ rshcmd : NULL [20:07:01.024] | $ user : chr(0) [20:07:01.024] | $ revtunnel : logi FALSE [20:07:01.024] | $ rshlogfile : NULL [20:07:01.024] | $ rshopts : chr(0) [20:07:01.024] | $ rank : int 1 [20:07:01.024] | $ manual : logi FALSE [20:07:01.024] | $ dryrun : logi FALSE [20:07:01.024] | $ quiet : logi FALSE [20:07:01.024] | $ setup_strategy : chr "parallel" [20:07:01.024] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [20:07:01.024] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3443d57be8.pid" [20:07:01.024] | $ rshcmd_label : NULL [20:07:01.024] | $ rsh_call : NULL [20:07:01.024] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [20:07:01.024] | $ localMachine : logi TRUE [20:07:01.024] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:01.024] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:01.024] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:01.024] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:01.024] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:01.024] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:01.024] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:01.024] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:01.024] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:01.024] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:01.024] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:01.024] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:01.024] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:01.024] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:01.024] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:01.024] | $ arguments :List of 29 [20:07:01.024] | ..$ worker : chr "localhost" [20:07:01.024] | ..$ master : NULL [20:07:01.024] | ..$ port : int 31792 [20:07:01.024] | ..$ connectTimeout : num 120 [20:07:01.024] | ..$ timeout : num 120 [20:07:01.024] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [20:07:01.024] | ..$ homogeneous : NULL [20:07:01.024] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [20:07:01.024] | ..$ rscript_envs : NULL [20:07:01.024] | ..$ rscript_libs : NULL [20:07:01.024] | ..$ rscript_startup : NULL [20:07:01.024] | ..$ rscript_sh : chr "auto" [20:07:01.024] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:01.024] | ..$ methods : logi TRUE [20:07:01.024] | ..$ socketOptions : chr "no-delay" [20:07:01.024] | ..$ useXDR : logi FALSE [20:07:01.024] | ..$ outfile : chr "/dev/null" [20:07:01.024] | ..$ renice : int NA [20:07:01.024] | ..$ rshcmd : NULL [20:07:01.024] | ..$ user : NULL [20:07:01.024] | ..$ revtunnel : logi NA [20:07:01.024] | ..$ rshlogfile : NULL [20:07:01.024] | ..$ rshopts : NULL [20:07:01.024] | ..$ rank : int 1 [20:07:01.024] | ..$ manual : logi FALSE [20:07:01.024] | ..$ dryrun : logi FALSE [20:07:01.024] | ..$ quiet : logi FALSE [20:07:01.024] | ..$ setup_strategy : chr "parallel" [20:07:01.024] | ..$ calls : logi FALSE [20:07:01.024] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:01.048] | [local output] System call to launch all workers: [20:07:01.048] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3443d57be8.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=31792 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:01.048] | [local output] Starting PSOCK main server [20:07:01.053] | [local output] Workers launched [20:07:01.053] | [local output] Waiting for workers to connect back ... [20:07:01.053] | : [local output] 0 workers out of 1 ready [20:07:01.219] | : [local output] 0 workers out of 1 ready [20:07:01.219] | : [local output] 1 workers out of 1 ready [20:07:01.219] | [local output] Waiting for workers to connect back ... done [20:07:01.219] | [local output] Launching of 1 workers completed [20:07:01.219] | [local output] Number of nodes in cluster: 1 [20:07:01.220] | [local output] Collecting session information from 1 workers [20:07:01.221] | : [local output] Worker #1 of 1 [20:07:01.221] | [local output] Collecting session information from 1 workers [20:07:01.221] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [20:07:01.225] [local output] makeClusterPSOCK() ... [20:07:01.228] | [local output] Workers: [n = 1] 'localhost' [20:07:01.231] | [local output] Base port: 36286 [20:07:01.231] | [local output] Getting setup options for 1 cluster nodes ... [20:07:01.231] | [local output] Node #1 of 1 ... [20:07:01.232] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:01.233] | [local output] Rscript port: 36286 [20:07:01.234] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:01.234] | [local output] Parallel setup requested for some PSOCK nodes [20:07:01.234] | [local output] Setting up PSOCK nodes in parallel [20:07:01.234] | List of 36 [20:07:01.234] | $ worker : chr "localhost" [20:07:01.234] | ..- attr(*, "localhost")= logi TRUE [20:07:01.234] | $ master : chr "localhost" [20:07:01.234] | $ port : int 36286 [20:07:01.234] | $ connectTimeout : num 120 [20:07:01.234] | $ timeout : num 120 [20:07:01.234] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [20:07:01.234] | $ homogeneous : logi TRUE [20:07:01.234] | $ rscript_args : chr "R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#label=test-make"| __truncated__ [20:07:01.234] | $ rscript_envs : NULL [20:07:01.234] | $ rscript_libs : NULL [20:07:01.234] | $ rscript_startup : NULL [20:07:01.234] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:01.234] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:01.234] | $ methods : logi TRUE [20:07:01.234] | $ socketOptions : chr "no-delay" [20:07:01.234] | $ useXDR : logi FALSE [20:07:01.234] | $ outfile : chr "/dev/null" [20:07:01.234] | $ renice : int NA [20:07:01.234] | $ rshcmd : NULL [20:07:01.234] | $ user : chr(0) [20:07:01.234] | $ revtunnel : logi FALSE [20:07:01.234] | $ rshlogfile : NULL [20:07:01.234] | $ rshopts : chr(0) [20:07:01.234] | $ rank : int 1 [20:07:01.234] | $ manual : logi FALSE [20:07:01.234] | $ dryrun : logi FALSE [20:07:01.234] | $ quiet : logi FALSE [20:07:01.234] | $ setup_strategy : chr "parallel" [20:07:01.234] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [20:07:01.234] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3423bf7843.pid" [20:07:01.234] | $ rshcmd_label : NULL [20:07:01.234] | $ rsh_call : NULL [20:07:01.234] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [20:07:01.234] | $ localMachine : logi TRUE [20:07:01.234] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:01.234] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:01.234] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:01.234] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:01.234] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:01.234] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:01.234] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:01.234] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:01.234] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:01.234] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:01.234] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:01.234] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:01.234] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:01.234] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:01.234] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:01.234] | $ arguments :List of 29 [20:07:01.234] | ..$ worker : chr "localhost" [20:07:01.234] | ..$ master : NULL [20:07:01.234] | ..$ port : int 36286 [20:07:01.234] | ..$ connectTimeout : num 120 [20:07:01.234] | ..$ timeout : num 120 [20:07:01.234] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [20:07:01.234] | ..$ homogeneous : NULL [20:07:01.234] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [20:07:01.234] | ..$ rscript_envs : NULL [20:07:01.234] | ..$ rscript_libs : NULL [20:07:01.234] | ..$ rscript_startup : NULL [20:07:01.234] | ..$ rscript_sh : chr "auto" [20:07:01.234] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:01.234] | ..$ methods : logi TRUE [20:07:01.234] | ..$ socketOptions : chr "no-delay" [20:07:01.234] | ..$ useXDR : logi FALSE [20:07:01.234] | ..$ outfile : chr "/dev/null" [20:07:01.234] | ..$ renice : int NA [20:07:01.234] | ..$ rshcmd : NULL [20:07:01.234] | ..$ user : NULL [20:07:01.234] | ..$ revtunnel : logi NA [20:07:01.234] | ..$ rshlogfile : NULL [20:07:01.234] | ..$ rshopts : NULL [20:07:01.234] | ..$ rank : int 1 [20:07:01.234] | ..$ manual : logi FALSE [20:07:01.234] | ..$ dryrun : logi FALSE [20:07:01.234] | ..$ quiet : logi FALSE [20:07:01.234] | ..$ setup_strategy : chr "parallel" [20:07:01.234] | ..$ calls : logi FALSE [20:07:01.234] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:01.257] | [local output] System call to launch all workers: [20:07:01.257] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3423bf7843.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=36286 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:01.257] | [local output] Starting PSOCK main server [20:07:01.261] | [local output] Workers launched [20:07:01.262] | [local output] Waiting for workers to connect back ... [20:07:01.262] | : [local output] 0 workers out of 1 ready [20:07:01.431] | : [local output] 0 workers out of 1 ready [20:07:01.432] | : [local output] 1 workers out of 1 ready [20:07:01.432] | [local output] Waiting for workers to connect back ... done [20:07:01.432] | [local output] Launching of 1 workers completed [20:07:01.432] | [local output] Number of nodes in cluster: 1 [20:07:01.432] | [local output] Collecting session information from 1 workers [20:07:01.433] | : [local output] Worker #1 of 1 [20:07:01.433] | [local output] Collecting session information from 1 workers [20:07:01.434] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - default packages") - makeClusterPSOCK() - default packages > if (on_windows) { + rscripts <- file.path(R.home("bin"), c("Rscript", "Rterm", + "Rterm.exe")) + } else { + rscripts <- file.path(R .... [TRUNCATED] > default_packages <- c("utils", "tools") > for (rscript in rscripts) { + message(" Launcher: ", sQuote(rscript)) + if (tools::file_path_sans_ext(basename(rscript)) %in% c("R", + .... [TRUNCATED] Launcher: 'D:/RCompile/recent/R/bin/x64/Rscript' [20:07:01.448] [local output] makeClusterPSOCK() ... [20:07:01.450] | [local output] Workers: [n = 1] 'localhost' [20:07:01.453] | [local output] Base port: 38480 [20:07:01.453] | [local output] Getting setup options for 1 cluster nodes ... [20:07:01.453] | [local output] Node #1 of 1 ... [20:07:01.454] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:01.455] | Testing if worker's PID can be inferred: '"D:\RCompile\recent\R\bin\x64\Rscript.exe" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3467fc42a.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3467fc42a.pid\")"' [20:07:01.678] | - Possible to infer worker's PID: TRUE [20:07:01.679] | [local output] Rscript port: 38480 [20:07:01.679] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:01.679] | [local output] Parallel setup requested for some PSOCK nodes [20:07:01.680] | [local output] Setting up PSOCK nodes in parallel [20:07:01.680] | List of 36 [20:07:01.680] | $ worker : chr "localhost" [20:07:01.680] | ..- attr(*, "localhost")= logi TRUE [20:07:01.680] | $ master : chr "localhost" [20:07:01.680] | $ port : int 38480 [20:07:01.680] | $ connectTimeout : num 120 [20:07:01.680] | $ timeout : num 120 [20:07:01.680] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\"" [20:07:01.680] | $ homogeneous : logi TRUE [20:07:01.680] | $ rscript_args : chr "--default-packages=utils,tools -e \"#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN\" -e \"try(suppressWarni"| __truncated__ [20:07:01.680] | $ rscript_envs : NULL [20:07:01.680] | $ rscript_libs : NULL [20:07:01.680] | $ rscript_startup : NULL [20:07:01.680] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:01.680] | $ default_packages: chr [1:2] "utils" "tools" [20:07:01.680] | $ methods : logi TRUE [20:07:01.680] | $ socketOptions : chr "no-delay" [20:07:01.680] | $ useXDR : logi FALSE [20:07:01.680] | $ outfile : chr "/dev/null" [20:07:01.680] | $ renice : int NA [20:07:01.680] | $ rshcmd : NULL [20:07:01.680] | $ user : chr(0) [20:07:01.680] | $ revtunnel : logi FALSE [20:07:01.680] | $ rshlogfile : NULL [20:07:01.680] | $ rshopts : chr(0) [20:07:01.680] | $ rank : int 1 [20:07:01.680] | $ manual : logi FALSE [20:07:01.680] | $ dryrun : logi FALSE [20:07:01.680] | $ quiet : logi FALSE [20:07:01.680] | $ setup_strategy : chr "parallel" [20:07:01.680] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=utils,tools -e \"#label=test-makeClusterP"| __truncated__ [20:07:01.680] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3467fc42a.pid" [20:07:01.680] | $ rshcmd_label : NULL [20:07:01.680] | $ rsh_call : NULL [20:07:01.680] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=utils,tools -e \"#label=test-makeClusterP"| __truncated__ [20:07:01.680] | $ localMachine : logi TRUE [20:07:01.680] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:01.680] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:01.680] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:01.680] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:01.680] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:01.680] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:01.680] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:01.680] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:01.680] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:01.680] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:01.680] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:01.680] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:01.680] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:01.680] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:01.680] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:01.680] | $ arguments :List of 29 [20:07:01.680] | ..$ worker : chr "localhost" [20:07:01.680] | ..$ master : NULL [20:07:01.680] | ..$ port : int 38480 [20:07:01.680] | ..$ connectTimeout : num 120 [20:07:01.680] | ..$ timeout : num 120 [20:07:01.680] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rscript" [20:07:01.680] | ..$ homogeneous : NULL [20:07:01.680] | ..$ rscript_args : NULL [20:07:01.680] | ..$ rscript_envs : NULL [20:07:01.680] | ..$ rscript_libs : NULL [20:07:01.680] | ..$ rscript_startup : NULL [20:07:01.680] | ..$ rscript_sh : chr "auto" [20:07:01.680] | ..$ default_packages: chr [1:2] "utils" "tools" [20:07:01.680] | ..$ methods : logi TRUE [20:07:01.680] | ..$ socketOptions : chr "no-delay" [20:07:01.680] | ..$ useXDR : logi FALSE [20:07:01.680] | ..$ outfile : chr "/dev/null" [20:07:01.680] | ..$ renice : int NA [20:07:01.680] | ..$ rshcmd : NULL [20:07:01.680] | ..$ user : NULL [20:07:01.680] | ..$ revtunnel : logi NA [20:07:01.680] | ..$ rshlogfile : NULL [20:07:01.680] | ..$ rshopts : NULL [20:07:01.680] | ..$ rank : int 1 [20:07:01.680] | ..$ manual : logi FALSE [20:07:01.680] | ..$ dryrun : logi FALSE [20:07:01.680] | ..$ quiet : logi FALSE [20:07:01.680] | ..$ setup_strategy : chr "parallel" [20:07:01.680] | ..$ calls : logi FALSE [20:07:01.680] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:01.703] | [local output] System call to launch all workers: [20:07:01.704] | [local output] "D:\RCompile\recent\R\bin\x64\Rscript.exe" --default-packages=utils,tools -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3467fc42a.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=38480 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:01.704] | [local output] Starting PSOCK main server [20:07:01.708] | [local output] Workers launched [20:07:01.708] | [local output] Waiting for workers to connect back ... [20:07:01.708] | : [local output] 0 workers out of 1 ready [20:07:01.785] | : [local output] 0 workers out of 1 ready [20:07:01.785] | : [local output] 1 workers out of 1 ready [20:07:01.785] | [local output] Waiting for workers to connect back ... done [20:07:01.786] | [local output] Launching of 1 workers completed [20:07:01.786] | [local output] Number of nodes in cluster: 1 [20:07:01.786] | [local output] Collecting session information from 1 workers [20:07:01.787] | : [local output] Worker #1 of 1 [20:07:01.787] | [local output] Collecting session information from 1 workers [20:07:01.787] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [20:07:01.791] [local output] makeClusterPSOCK() ... [20:07:01.794] | [local output] Workers: [n = 1] 'localhost' [20:07:01.797] | [local output] Base port: 28560 [20:07:01.797] | [local output] Getting setup options for 1 cluster nodes ... [20:07:01.797] | [local output] Node #1 of 1 ... [20:07:01.798] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:01.799] | [local output] Rscript port: 28560 [20:07:01.800] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:01.800] | [local output] Parallel setup requested for some PSOCK nodes [20:07:01.800] | [local output] Setting up PSOCK nodes in parallel [20:07:01.800] | List of 36 [20:07:01.800] | $ worker : chr "localhost" [20:07:01.800] | ..- attr(*, "localhost")= logi TRUE [20:07:01.800] | $ master : chr "localhost" [20:07:01.800] | $ port : int 28560 [20:07:01.800] | $ connectTimeout : num 120 [20:07:01.800] | $ timeout : num 120 [20:07:01.800] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [20:07:01.800] | $ homogeneous : logi TRUE [20:07:01.800] | $ rscript_args : chr "R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN\""| __truncated__ [20:07:01.800] | $ rscript_envs : NULL [20:07:01.800] | $ rscript_libs : NULL [20:07:01.800] | $ rscript_startup : NULL [20:07:01.800] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:01.800] | $ default_packages: chr [1:2] "utils" "tools" [20:07:01.800] | $ methods : logi TRUE [20:07:01.800] | $ socketOptions : chr "no-delay" [20:07:01.800] | $ useXDR : logi FALSE [20:07:01.800] | $ outfile : chr "/dev/null" [20:07:01.800] | $ renice : int NA [20:07:01.800] | $ rshcmd : NULL [20:07:01.800] | $ user : chr(0) [20:07:01.800] | $ revtunnel : logi FALSE [20:07:01.800] | $ rshlogfile : NULL [20:07:01.800] | $ rshopts : chr(0) [20:07:01.800] | $ rank : int 1 [20:07:01.800] | $ manual : logi FALSE [20:07:01.800] | $ dryrun : logi FALSE [20:07:01.800] | $ quiet : logi FALSE [20:07:01.800] | $ setup_strategy : chr "parallel" [20:07:01.800] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [20:07:01.800] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de341a7d7b57.pid" [20:07:01.800] | $ rshcmd_label : NULL [20:07:01.800] | $ rsh_call : NULL [20:07:01.800] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [20:07:01.800] | $ localMachine : logi TRUE [20:07:01.800] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:01.800] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:01.800] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:01.800] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:01.800] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:01.800] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:01.800] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:01.800] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:01.800] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:01.800] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:01.800] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:01.800] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:01.800] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:01.800] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:01.800] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:01.800] | $ arguments :List of 29 [20:07:01.800] | ..$ worker : chr "localhost" [20:07:01.800] | ..$ master : NULL [20:07:01.800] | ..$ port : int 28560 [20:07:01.800] | ..$ connectTimeout : num 120 [20:07:01.800] | ..$ timeout : num 120 [20:07:01.800] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [20:07:01.800] | ..$ homogeneous : NULL [20:07:01.800] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [20:07:01.800] | ..$ rscript_envs : NULL [20:07:01.800] | ..$ rscript_libs : NULL [20:07:01.800] | ..$ rscript_startup : NULL [20:07:01.800] | ..$ rscript_sh : chr "auto" [20:07:01.800] | ..$ default_packages: chr [1:2] "utils" "tools" [20:07:01.800] | ..$ methods : logi TRUE [20:07:01.800] | ..$ socketOptions : chr "no-delay" [20:07:01.800] | ..$ useXDR : logi FALSE [20:07:01.800] | ..$ outfile : chr "/dev/null" [20:07:01.800] | ..$ renice : int NA [20:07:01.800] | ..$ rshcmd : NULL [20:07:01.800] | ..$ user : NULL [20:07:01.800] | ..$ revtunnel : logi NA [20:07:01.800] | ..$ rshlogfile : NULL [20:07:01.800] | ..$ rshopts : NULL [20:07:01.800] | ..$ rank : int 1 [20:07:01.800] | ..$ manual : logi FALSE [20:07:01.800] | ..$ dryrun : logi FALSE [20:07:01.800] | ..$ quiet : logi FALSE [20:07:01.800] | ..$ setup_strategy : chr "parallel" [20:07:01.800] | ..$ calls : logi FALSE [20:07:01.800] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:01.823] | [local output] System call to launch all workers: [20:07:01.823] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de341a7d7b57.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=28560 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:01.823] | [local output] Starting PSOCK main server [20:07:01.827] | [local output] Workers launched [20:07:01.827] | [local output] Waiting for workers to connect back ... [20:07:01.828] | : [local output] 0 workers out of 1 ready [20:07:01.912] | : [local output] 0 workers out of 1 ready [20:07:01.912] | : [local output] 1 workers out of 1 ready [20:07:01.912] | [local output] Waiting for workers to connect back ... done [20:07:01.913] | [local output] Launching of 1 workers completed [20:07:01.913] | [local output] Number of nodes in cluster: 1 [20:07:01.913] | [local output] Collecting session information from 1 workers [20:07:01.914] | : [local output] Worker #1 of 1 [20:07:01.914] | [local output] Collecting session information from 1 workers [20:07:01.914] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [20:07:01.919] [local output] makeClusterPSOCK() ... [20:07:01.922] | [local output] Workers: [n = 1] 'localhost' [20:07:01.926] | [local output] Base port: 29734 [20:07:01.926] | [local output] Getting setup options for 1 cluster nodes ... [20:07:01.927] | [local output] Node #1 of 1 ... [20:07:01.927] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:01.931] | [local output] Rscript port: 29734 [20:07:01.931] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:01.931] | [local output] Parallel setup requested for some PSOCK nodes [20:07:01.932] | [local output] Setting up PSOCK nodes in parallel [20:07:01.932] | List of 36 [20:07:01.932] | $ worker : chr "localhost" [20:07:01.932] | ..- attr(*, "localhost")= logi TRUE [20:07:01.932] | $ master : chr "localhost" [20:07:01.932] | $ port : int 29734 [20:07:01.932] | $ connectTimeout : num 120 [20:07:01.932] | $ timeout : num 120 [20:07:01.932] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [20:07:01.932] | $ homogeneous : logi TRUE [20:07:01.932] | $ rscript_args : chr "R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN\""| __truncated__ [20:07:01.932] | $ rscript_envs : NULL [20:07:01.932] | $ rscript_libs : NULL [20:07:01.932] | $ rscript_startup : NULL [20:07:01.932] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:01.932] | $ default_packages: chr [1:2] "utils" "tools" [20:07:01.932] | $ methods : logi TRUE [20:07:01.932] | $ socketOptions : chr "no-delay" [20:07:01.932] | $ useXDR : logi FALSE [20:07:01.932] | $ outfile : chr "/dev/null" [20:07:01.932] | $ renice : int NA [20:07:01.932] | $ rshcmd : NULL [20:07:01.932] | $ user : chr(0) [20:07:01.932] | $ revtunnel : logi FALSE [20:07:01.932] | $ rshlogfile : NULL [20:07:01.932] | $ rshopts : chr(0) [20:07:01.932] | $ rank : int 1 [20:07:01.932] | $ manual : logi FALSE [20:07:01.932] | $ dryrun : logi FALSE [20:07:01.932] | $ quiet : logi FALSE [20:07:01.932] | $ setup_strategy : chr "parallel" [20:07:01.932] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [20:07:01.932] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3417d03eb8.pid" [20:07:01.932] | $ rshcmd_label : NULL [20:07:01.932] | $ rsh_call : NULL [20:07:01.932] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [20:07:01.932] | $ localMachine : logi TRUE [20:07:01.932] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:01.932] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:01.932] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:01.932] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:01.932] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:01.932] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:01.932] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:01.932] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:01.932] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:01.932] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:01.932] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:01.932] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:01.932] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:01.932] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:01.932] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:01.932] | $ arguments :List of 29 [20:07:01.932] | ..$ worker : chr "localhost" [20:07:01.932] | ..$ master : NULL [20:07:01.932] | ..$ port : int 29734 [20:07:01.932] | ..$ connectTimeout : num 120 [20:07:01.932] | ..$ timeout : num 120 [20:07:01.932] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [20:07:01.932] | ..$ homogeneous : NULL [20:07:01.932] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [20:07:01.932] | ..$ rscript_envs : NULL [20:07:01.932] | ..$ rscript_libs : NULL [20:07:01.932] | ..$ rscript_startup : NULL [20:07:01.932] | ..$ rscript_sh : chr "auto" [20:07:01.932] | ..$ default_packages: chr [1:2] "utils" "tools" [20:07:01.932] | ..$ methods : logi TRUE [20:07:01.932] | ..$ socketOptions : chr "no-delay" [20:07:01.932] | ..$ useXDR : logi FALSE [20:07:01.932] | ..$ outfile : chr "/dev/null" [20:07:01.932] | ..$ renice : int NA [20:07:01.932] | ..$ rshcmd : NULL [20:07:01.932] | ..$ user : NULL [20:07:01.932] | ..$ revtunnel : logi NA [20:07:01.932] | ..$ rshlogfile : NULL [20:07:01.932] | ..$ rshopts : NULL [20:07:01.932] | ..$ rank : int 1 [20:07:01.932] | ..$ manual : logi FALSE [20:07:01.932] | ..$ dryrun : logi FALSE [20:07:01.932] | ..$ quiet : logi FALSE [20:07:01.932] | ..$ setup_strategy : chr "parallel" [20:07:01.932] | ..$ calls : logi FALSE [20:07:01.932] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:01.954] | [local output] System call to launch all workers: [20:07:01.954] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3417d03eb8.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=29734 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:01.955] | [local output] Starting PSOCK main server [20:07:01.959] | [local output] Workers launched [20:07:01.959] | [local output] Waiting for workers to connect back ... [20:07:01.959] | : [local output] 0 workers out of 1 ready [20:07:02.041] | : [local output] 0 workers out of 1 ready [20:07:02.041] | : [local output] 1 workers out of 1 ready [20:07:02.042] | [local output] Waiting for workers to connect back ... done [20:07:02.042] | [local output] Launching of 1 workers completed [20:07:02.042] | [local output] Number of nodes in cluster: 1 [20:07:02.042] | [local output] Collecting session information from 1 workers [20:07:02.043] | : [local output] Worker #1 of 1 [20:07:02.043] | [local output] Collecting session information from 1 workers [20:07:02.043] [local output] makeClusterPSOCK() ... done > if (on_windows) { + rscripts <- file.path(R.home("bin"), c("Rscript", "Rterm", + "Rterm.exe")) + } else { + rscripts <- file.path(R .... [TRUNCATED] > default_packages <- c("parallelly", "*") > truth <- unique(c("parallelly", getOption("defaultPackages"))) > for (rscript in rscripts) { + message(" Launcher: ", sQuote(rscript)) + if (tools::file_path_sans_ext(basename(rscript)) %in% c("R", + .... [TRUNCATED] Launcher: 'D:/RCompile/recent/R/bin/x64/Rscript' [20:07:02.058] [local output] makeClusterPSOCK() ... [20:07:02.060] | [local output] Workers: [n = 1] 'localhost' [20:07:02.063] | [local output] Base port: 31641 [20:07:02.063] | [local output] Getting setup options for 1 cluster nodes ... [20:07:02.064] | [local output] Node #1 of 1 ... [20:07:02.064] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:02.066] | [local output] Rscript port: 31641 [20:07:02.066] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:02.066] | [local output] Parallel setup requested for some PSOCK nodes [20:07:02.067] | [local output] Setting up PSOCK nodes in parallel [20:07:02.067] | List of 36 [20:07:02.067] | $ worker : chr "localhost" [20:07:02.067] | ..- attr(*, "localhost")= logi TRUE [20:07:02.067] | $ master : chr "localhost" [20:07:02.067] | $ port : int 31641 [20:07:02.067] | $ connectTimeout : num 120 [20:07:02.067] | $ timeout : num 120 [20:07:02.067] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\"" [20:07:02.067] | $ homogeneous : logi TRUE [20:07:02.067] | $ rscript_args : chr "--default-packages=parallelly,datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK"| __truncated__ [20:07:02.067] | $ rscript_envs : NULL [20:07:02.067] | $ rscript_libs : NULL [20:07:02.067] | $ rscript_startup : NULL [20:07:02.067] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:02.067] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [20:07:02.067] | $ methods : logi TRUE [20:07:02.067] | $ socketOptions : chr "no-delay" [20:07:02.067] | $ useXDR : logi FALSE [20:07:02.067] | $ outfile : chr "/dev/null" [20:07:02.067] | $ renice : int NA [20:07:02.067] | $ rshcmd : NULL [20:07:02.067] | $ user : chr(0) [20:07:02.067] | $ revtunnel : logi FALSE [20:07:02.067] | $ rshlogfile : NULL [20:07:02.067] | $ rshopts : chr(0) [20:07:02.067] | $ rank : int 1 [20:07:02.067] | $ manual : logi FALSE [20:07:02.067] | $ dryrun : logi FALSE [20:07:02.067] | $ quiet : logi FALSE [20:07:02.067] | $ setup_strategy : chr "parallel" [20:07:02.067] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=parallelly,datasets,utils,grDevices,graph"| __truncated__ [20:07:02.067] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de34239e6d7.pid" [20:07:02.067] | $ rshcmd_label : NULL [20:07:02.067] | $ rsh_call : NULL [20:07:02.067] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=parallelly,datasets,utils,grDevices,graph"| __truncated__ [20:07:02.067] | $ localMachine : logi TRUE [20:07:02.067] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:02.067] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:02.067] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:02.067] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:02.067] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:02.067] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:02.067] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:02.067] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:02.067] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:02.067] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:02.067] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:02.067] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:02.067] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:02.067] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:02.067] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:02.067] | $ arguments :List of 29 [20:07:02.067] | ..$ worker : chr "localhost" [20:07:02.067] | ..$ master : NULL [20:07:02.067] | ..$ port : int 31641 [20:07:02.067] | ..$ connectTimeout : num 120 [20:07:02.067] | ..$ timeout : num 120 [20:07:02.067] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rscript" [20:07:02.067] | ..$ homogeneous : NULL [20:07:02.067] | ..$ rscript_args : NULL [20:07:02.067] | ..$ rscript_envs : NULL [20:07:02.067] | ..$ rscript_libs : NULL [20:07:02.067] | ..$ rscript_startup : NULL [20:07:02.067] | ..$ rscript_sh : chr "auto" [20:07:02.067] | ..$ default_packages: chr [1:2] "parallelly" "*" [20:07:02.067] | ..$ methods : logi TRUE [20:07:02.067] | ..$ socketOptions : chr "no-delay" [20:07:02.067] | ..$ useXDR : logi FALSE [20:07:02.067] | ..$ outfile : chr "/dev/null" [20:07:02.067] | ..$ renice : int NA [20:07:02.067] | ..$ rshcmd : NULL [20:07:02.067] | ..$ user : NULL [20:07:02.067] | ..$ revtunnel : logi NA [20:07:02.067] | ..$ rshlogfile : NULL [20:07:02.067] | ..$ rshopts : NULL [20:07:02.067] | ..$ rank : int 1 [20:07:02.067] | ..$ manual : logi FALSE [20:07:02.067] | ..$ dryrun : logi FALSE [20:07:02.067] | ..$ quiet : logi FALSE [20:07:02.067] | ..$ setup_strategy : chr "parallel" [20:07:02.067] | ..$ calls : logi FALSE [20:07:02.067] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:02.091] | [local output] System call to launch all workers: [20:07:02.091] | [local output] "D:\RCompile\recent\R\bin\x64\Rscript.exe" --default-packages=parallelly,datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de34239e6d7.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=31641 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:02.091] | [local output] Starting PSOCK main server [20:07:02.095] | [local output] Workers launched [20:07:02.095] | [local output] Waiting for workers to connect back ... [20:07:02.096] | : [local output] 0 workers out of 1 ready [20:07:02.294] | : [local output] 0 workers out of 1 ready [20:07:02.295] | : [local output] 1 workers out of 1 ready [20:07:02.295] | [local output] Waiting for workers to connect back ... done [20:07:02.295] | [local output] Launching of 1 workers completed [20:07:02.296] | [local output] Number of nodes in cluster: 1 [20:07:02.296] | [local output] Collecting session information from 1 workers [20:07:02.297] | : [local output] Worker #1 of 1 [20:07:02.297] | [local output] Collecting session information from 1 workers [20:07:02.297] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [20:07:02.302] [local output] makeClusterPSOCK() ... [20:07:02.305] | [local output] Workers: [n = 1] 'localhost' [20:07:02.308] | [local output] Base port: 36052 [20:07:02.308] | [local output] Getting setup options for 1 cluster nodes ... [20:07:02.308] | [local output] Node #1 of 1 ... [20:07:02.309] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:02.311] | [local output] Rscript port: 36052 [20:07:02.311] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:02.311] | [local output] Parallel setup requested for some PSOCK nodes [20:07:02.312] | [local output] Setting up PSOCK nodes in parallel [20:07:02.312] | List of 36 [20:07:02.312] | $ worker : chr "localhost" [20:07:02.312] | ..- attr(*, "localhost")= logi TRUE [20:07:02.312] | $ master : chr "localhost" [20:07:02.312] | $ port : int 36052 [20:07:02.312] | $ connectTimeout : num 120 [20:07:02.312] | $ timeout : num 120 [20:07:02.312] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [20:07:02.312] | $ homogeneous : logi TRUE [20:07:02.312] | $ rscript_args : chr "R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#labe"| __truncated__ [20:07:02.312] | $ rscript_envs : NULL [20:07:02.312] | $ rscript_libs : NULL [20:07:02.312] | $ rscript_startup : NULL [20:07:02.312] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:02.312] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [20:07:02.312] | $ methods : logi TRUE [20:07:02.312] | $ socketOptions : chr "no-delay" [20:07:02.312] | $ useXDR : logi FALSE [20:07:02.312] | $ outfile : chr "/dev/null" [20:07:02.312] | $ renice : int NA [20:07:02.312] | $ rshcmd : NULL [20:07:02.312] | $ user : chr(0) [20:07:02.312] | $ revtunnel : logi FALSE [20:07:02.312] | $ rshlogfile : NULL [20:07:02.312] | $ rshopts : chr(0) [20:07:02.312] | $ rank : int 1 [20:07:02.312] | $ manual : logi FALSE [20:07:02.312] | $ dryrun : logi FALSE [20:07:02.312] | $ quiet : logi FALSE [20:07:02.312] | $ setup_strategy : chr "parallel" [20:07:02.312] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [20:07:02.312] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3426793a9a.pid" [20:07:02.312] | $ rshcmd_label : NULL [20:07:02.312] | $ rsh_call : NULL [20:07:02.312] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [20:07:02.312] | $ localMachine : logi TRUE [20:07:02.312] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:02.312] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:02.312] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:02.312] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:02.312] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:02.312] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:02.312] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:02.312] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:02.312] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:02.312] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:02.312] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:02.312] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:02.312] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:02.312] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:02.312] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:02.312] | $ arguments :List of 29 [20:07:02.312] | ..$ worker : chr "localhost" [20:07:02.312] | ..$ master : NULL [20:07:02.312] | ..$ port : int 36052 [20:07:02.312] | ..$ connectTimeout : num 120 [20:07:02.312] | ..$ timeout : num 120 [20:07:02.312] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [20:07:02.312] | ..$ homogeneous : NULL [20:07:02.312] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [20:07:02.312] | ..$ rscript_envs : NULL [20:07:02.312] | ..$ rscript_libs : NULL [20:07:02.312] | ..$ rscript_startup : NULL [20:07:02.312] | ..$ rscript_sh : chr "auto" [20:07:02.312] | ..$ default_packages: chr [1:2] "parallelly" "*" [20:07:02.312] | ..$ methods : logi TRUE [20:07:02.312] | ..$ socketOptions : chr "no-delay" [20:07:02.312] | ..$ useXDR : logi FALSE [20:07:02.312] | ..$ outfile : chr "/dev/null" [20:07:02.312] | ..$ renice : int NA [20:07:02.312] | ..$ rshcmd : NULL [20:07:02.312] | ..$ user : NULL [20:07:02.312] | ..$ revtunnel : logi NA [20:07:02.312] | ..$ rshlogfile : NULL [20:07:02.312] | ..$ rshopts : NULL [20:07:02.312] | ..$ rank : int 1 [20:07:02.312] | ..$ manual : logi FALSE [20:07:02.312] | ..$ dryrun : logi FALSE [20:07:02.312] | ..$ quiet : logi FALSE [20:07:02.312] | ..$ setup_strategy : chr "parallel" [20:07:02.312] | ..$ calls : logi FALSE [20:07:02.312] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:02.336] | [local output] System call to launch all workers: [20:07:02.336] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3426793a9a.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=36052 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:02.336] | [local output] Starting PSOCK main server [20:07:02.341] | [local output] Workers launched [20:07:02.341] | [local output] Waiting for workers to connect back ... [20:07:02.341] | : [local output] 0 workers out of 1 ready [20:07:02.540] | : [local output] 0 workers out of 1 ready [20:07:02.541] | : [local output] 1 workers out of 1 ready [20:07:02.541] | [local output] Waiting for workers to connect back ... done [20:07:02.541] | [local output] Launching of 1 workers completed [20:07:02.541] | [local output] Number of nodes in cluster: 1 [20:07:02.542] | [local output] Collecting session information from 1 workers [20:07:02.542] | : [local output] Worker #1 of 1 [20:07:02.543] | [local output] Collecting session information from 1 workers [20:07:02.543] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [20:07:02.548] [local output] makeClusterPSOCK() ... [20:07:02.550] | [local output] Workers: [n = 1] 'localhost' [20:07:02.553] | [local output] Base port: 22600 [20:07:02.553] | [local output] Getting setup options for 1 cluster nodes ... [20:07:02.554] | [local output] Node #1 of 1 ... [20:07:02.554] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:02.556] | [local output] Rscript port: 22600 [20:07:02.556] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:02.556] | [local output] Parallel setup requested for some PSOCK nodes [20:07:02.557] | [local output] Setting up PSOCK nodes in parallel [20:07:02.557] | List of 36 [20:07:02.557] | $ worker : chr "localhost" [20:07:02.557] | ..- attr(*, "localhost")= logi TRUE [20:07:02.557] | $ master : chr "localhost" [20:07:02.557] | $ port : int 22600 [20:07:02.557] | $ connectTimeout : num 120 [20:07:02.557] | $ timeout : num 120 [20:07:02.557] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [20:07:02.557] | $ homogeneous : logi TRUE [20:07:02.557] | $ rscript_args : chr "R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#labe"| __truncated__ [20:07:02.557] | $ rscript_envs : NULL [20:07:02.557] | $ rscript_libs : NULL [20:07:02.557] | $ rscript_startup : NULL [20:07:02.557] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:02.557] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [20:07:02.557] | $ methods : logi TRUE [20:07:02.557] | $ socketOptions : chr "no-delay" [20:07:02.557] | $ useXDR : logi FALSE [20:07:02.557] | $ outfile : chr "/dev/null" [20:07:02.557] | $ renice : int NA [20:07:02.557] | $ rshcmd : NULL [20:07:02.557] | $ user : chr(0) [20:07:02.557] | $ revtunnel : logi FALSE [20:07:02.557] | $ rshlogfile : NULL [20:07:02.557] | $ rshopts : chr(0) [20:07:02.557] | $ rank : int 1 [20:07:02.557] | $ manual : logi FALSE [20:07:02.557] | $ dryrun : logi FALSE [20:07:02.557] | $ quiet : logi FALSE [20:07:02.557] | $ setup_strategy : chr "parallel" [20:07:02.557] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [20:07:02.557] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3478d41e2c.pid" [20:07:02.557] | $ rshcmd_label : NULL [20:07:02.557] | $ rsh_call : NULL [20:07:02.557] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [20:07:02.557] | $ localMachine : logi TRUE [20:07:02.557] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:02.557] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:02.557] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:02.557] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:02.557] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:02.557] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:02.557] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:02.557] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:02.557] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:02.557] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:02.557] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:02.557] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:02.557] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:02.557] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:02.557] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:02.557] | $ arguments :List of 29 [20:07:02.557] | ..$ worker : chr "localhost" [20:07:02.557] | ..$ master : NULL [20:07:02.557] | ..$ port : int 22600 [20:07:02.557] | ..$ connectTimeout : num 120 [20:07:02.557] | ..$ timeout : num 120 [20:07:02.557] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [20:07:02.557] | ..$ homogeneous : NULL [20:07:02.557] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [20:07:02.557] | ..$ rscript_envs : NULL [20:07:02.557] | ..$ rscript_libs : NULL [20:07:02.557] | ..$ rscript_startup : NULL [20:07:02.557] | ..$ rscript_sh : chr "auto" [20:07:02.557] | ..$ default_packages: chr [1:2] "parallelly" "*" [20:07:02.557] | ..$ methods : logi TRUE [20:07:02.557] | ..$ socketOptions : chr "no-delay" [20:07:02.557] | ..$ useXDR : logi FALSE [20:07:02.557] | ..$ outfile : chr "/dev/null" [20:07:02.557] | ..$ renice : int NA [20:07:02.557] | ..$ rshcmd : NULL [20:07:02.557] | ..$ user : NULL [20:07:02.557] | ..$ revtunnel : logi NA [20:07:02.557] | ..$ rshlogfile : NULL [20:07:02.557] | ..$ rshopts : NULL [20:07:02.557] | ..$ rank : int 1 [20:07:02.557] | ..$ manual : logi FALSE [20:07:02.557] | ..$ dryrun : logi FALSE [20:07:02.557] | ..$ quiet : logi FALSE [20:07:02.557] | ..$ setup_strategy : chr "parallel" [20:07:02.557] | ..$ calls : logi FALSE [20:07:02.557] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:02.583] | [local output] System call to launch all workers: [20:07:02.583] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de3478d41e2c.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=22600 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:02.583] | [local output] Starting PSOCK main server [20:07:02.588] | [local output] Workers launched [20:07:02.588] | [local output] Waiting for workers to connect back ... [20:07:02.588] | : [local output] 0 workers out of 1 ready [20:07:02.791] | : [local output] 0 workers out of 1 ready [20:07:02.792] | : [local output] 1 workers out of 1 ready [20:07:02.792] | [local output] Waiting for workers to connect back ... done [20:07:02.792] | [local output] Launching of 1 workers completed [20:07:02.792] | [local output] Number of nodes in cluster: 1 [20:07:02.793] | [local output] Collecting session information from 1 workers [20:07:02.793] | : [local output] Worker #1 of 1 [20:07:02.794] | [local output] Collecting session information from 1 workers [20:07:02.794] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - exceptions") - makeClusterPSOCK() - exceptions > res <- tryCatch({ + cl <- makeClusterPSOCK(1:2) + }, error = identity) [20:07:02.799] [local output] makeClusterPSOCK() ... [20:07:02.799] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(0) + }, error = identity) [20:07:02.800] [local output] makeClusterPSOCK() ... [20:07:02.800] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, rshcmd = character(0)) + }, error = identity) [20:07:02.801] [local output] makeClusterPSOCK() ... [20:07:02.803] | [local output] Workers: [n = 1] 'localhost' [20:07:02.807] | [local output] Base port: 34064 [20:07:02.807] | [local output] Getting setup options for 1 cluster nodes ... [20:07:02.807] | [local output] Node #1 of 1 ... [20:07:02.808] [local output] makeClusterPSOCK() ... done > print(res) = 1L' is not TRUE> > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, port = integer(0)) + }, error = identity) [20:07:02.808] [local output] makeClusterPSOCK() ... [20:07:02.810] | [local output] Workers: [n = 1] 'localhost' [20:07:02.811] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, port = NA) + }, error = identity) [20:07:02.811] [local output] makeClusterPSOCK() ... [20:07:02.813] | [local output] Workers: [n = 1] 'localhost' [20:07:02.814] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > message("- makeClusterPSOCK() - exceptions") - makeClusterPSOCK() - exceptions > res <- tryCatch({ + cl <- makeNodePSOCK("not.a.localhost.hostname", revtunnel = TRUE) + }, error = identity) > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeNodePSOCK("localhost", port = NA) + }, error = identity) > print(res) > stopifnot(inherits(res, "error")) > cl <- makeClusterPSOCK(2, user = "*") [20:07:02.816] [local output] makeClusterPSOCK() ... [20:07:02.818] | [local output] Workers: [n = 2] 'localhost', 'localhost' [20:07:02.821] | [local output] Base port: 38044 [20:07:02.821] | [local output] Getting setup options for 2 cluster nodes ... [20:07:02.821] | [local output] Node #1 of 2 ... [20:07:02.822] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:02.823] | [local output] Rscript port: 38044 [20:07:02.824] | [local output] Node #2 of 2 ... [20:07:02.824] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:02.826] | [local output] Rscript port: 38044 [20:07:02.826] | [local output] Getting setup options for 2 cluster nodes ... done [20:07:02.826] | [local output] Parallel setup requested for some PSOCK nodes [20:07:02.827] | [local output] Setting up PSOCK nodes in parallel [20:07:02.827] | List of 36 [20:07:02.827] | $ worker : chr "localhost" [20:07:02.827] | ..- attr(*, "localhost")= logi TRUE [20:07:02.827] | $ master : chr "localhost" [20:07:02.827] | $ port : int 38044 [20:07:02.827] | $ connectTimeout : num 120 [20:07:02.827] | $ timeout : num 120 [20:07:02.827] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:07:02.827] | $ homogeneous : logi TRUE [20:07:02.827] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:07:02.827] | $ rscript_envs : NULL [20:07:02.827] | $ rscript_libs : NULL [20:07:02.827] | $ rscript_startup : NULL [20:07:02.827] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:02.827] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:02.827] | $ methods : logi TRUE [20:07:02.827] | $ socketOptions : chr "no-delay" [20:07:02.827] | $ useXDR : logi FALSE [20:07:02.827] | $ outfile : chr "/dev/null" [20:07:02.827] | $ renice : int NA [20:07:02.827] | $ rshcmd : NULL [20:07:02.827] | $ user : chr(0) [20:07:02.827] | $ revtunnel : logi FALSE [20:07:02.827] | $ rshlogfile : NULL [20:07:02.827] | $ rshopts : chr(0) [20:07:02.827] | $ rank : int 1 [20:07:02.827] | $ manual : logi FALSE [20:07:02.827] | $ dryrun : logi FALSE [20:07:02.827] | $ quiet : logi FALSE [20:07:02.827] | $ setup_strategy : chr "parallel" [20:07:02.827] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:07:02.827] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de345f536e3b.pid" [20:07:02.827] | $ rshcmd_label : NULL [20:07:02.827] | $ rsh_call : NULL [20:07:02.827] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:07:02.827] | $ localMachine : logi TRUE [20:07:02.827] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:02.827] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:02.827] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:02.827] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:02.827] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:02.827] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:02.827] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:02.827] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:02.827] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:02.827] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:02.827] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:02.827] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:02.827] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:02.827] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:02.827] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:02.827] | $ arguments :List of 29 [20:07:02.827] | ..$ worker : chr "localhost" [20:07:02.827] | ..$ master : NULL [20:07:02.827] | ..$ port : int 38044 [20:07:02.827] | ..$ connectTimeout : num 120 [20:07:02.827] | ..$ timeout : num 120 [20:07:02.827] | ..$ rscript : NULL [20:07:02.827] | ..$ homogeneous : NULL [20:07:02.827] | ..$ rscript_args : NULL [20:07:02.827] | ..$ rscript_envs : NULL [20:07:02.827] | ..$ rscript_libs : NULL [20:07:02.827] | ..$ rscript_startup : NULL [20:07:02.827] | ..$ rscript_sh : chr "auto" [20:07:02.827] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:02.827] | ..$ methods : logi TRUE [20:07:02.827] | ..$ socketOptions : chr "no-delay" [20:07:02.827] | ..$ useXDR : logi FALSE [20:07:02.827] | ..$ outfile : chr "/dev/null" [20:07:02.827] | ..$ renice : int NA [20:07:02.827] | ..$ rshcmd : NULL [20:07:02.827] | ..$ user : NULL [20:07:02.827] | ..$ revtunnel : logi NA [20:07:02.827] | ..$ rshlogfile : NULL [20:07:02.827] | ..$ rshopts : NULL [20:07:02.827] | ..$ rank : int 1 [20:07:02.827] | ..$ manual : logi FALSE [20:07:02.827] | ..$ dryrun : logi FALSE [20:07:02.827] | ..$ quiet : logi FALSE [20:07:02.827] | ..$ setup_strategy : chr "parallel" [20:07:02.827] | ..$ calls : logi FALSE [20:07:02.827] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:02.850] | [local output] System call to launch all workers: [20:07:02.850] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de345f536e3b.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=38044 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [20:07:02.850] | [local output] Starting PSOCK main server [20:07:02.856] | [local output] Workers launched [20:07:02.856] | [local output] Waiting for workers to connect back ... [20:07:02.856] | : [local output] 0 workers out of 2 ready [20:07:03.021] | : [local output] 0 workers out of 2 ready [20:07:03.022] | : [local output] 1 workers out of 2 ready [20:07:03.027] | : [local output] 1 workers out of 2 ready [20:07:03.027] | : [local output] 2 workers out of 2 ready [20:07:03.027] | [local output] Waiting for workers to connect back ... done [20:07:03.028] | [local output] Launching of 2 workers completed [20:07:03.028] | [local output] Number of nodes in cluster: 2 [20:07:03.028] | [local output] Collecting session information from 2 workers [20:07:03.029] | : [local output] Worker #1 of 2 [20:07:03.030] | : [local output] Worker #2 of 2 [20:07:03.030] | [local output] Collecting session information from 2 workers [20:07:03.030] [local output] makeClusterPSOCK() ... done > node <- cl[[1]] > close(node[["con"]]) > out <- utils::capture.output(print(cl)) > parallel::stopCluster(cl[2]) > stopifnot(any(grepl("broken connection", out))) > ncons <- freeConnections() > if (ncons < 200) local({ + opts <- options(parallelly.maxWorkers.localhost = c(Inf, + Inf)) + res <- tryCatch(cl <- makeClusterPSOC .... [TRUNCATED] [20:07:03.038] [local output] makeClusterPSOCK() ... [20:07:03.041] [local output] makeClusterPSOCK() ... done = 4.4.0), use command-line option '--max-connections=N' when launching R.> > if (fullTest || covr_testing) { + res <- tryCatch(cl <- parallelly::makeClusterPSOCK("localhost", + port = 80, tries = 1), error = iden .... [TRUNCATED] > if (getRversion() >= "4.0.0") { + res <- tryCatch({ + parallelly::makeClusterPSOCK(1, rscript_startup = quote(Sys.sleep(6)), + .... [TRUNCATED] [20:07:03.042] [local output] makeClusterPSOCK() ... [20:07:03.044] | [local output] Workers: [n = 1] 'localhost' [20:07:03.048] | [local output] Base port: 32751 [20:07:03.048] | [local output] Getting setup options for 1 cluster nodes ... [20:07:03.048] | [local output] Node #1 of 1 ... [20:07:03.049] | [local output] localMachine=TRUE => revtunnel=FALSE [20:07:03.050] | [local output] Rscript port: 32751 [20:07:03.052] | [local output] Getting setup options for 1 cluster nodes ... done [20:07:03.053] | [local output] Parallel setup requested for some PSOCK nodes [20:07:03.053] | [local output] Setting up PSOCK nodes in parallel [20:07:03.053] | List of 36 [20:07:03.053] | $ worker : chr "localhost" [20:07:03.053] | ..- attr(*, "localhost")= logi TRUE [20:07:03.053] | $ master : chr "localhost" [20:07:03.053] | $ port : int 32751 [20:07:03.053] | $ connectTimeout : num 0.1 [20:07:03.053] | $ timeout : num 7 [20:07:03.053] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [20:07:03.053] | $ homogeneous : logi TRUE [20:07:03.053] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:56884:CR"| __truncated__ [20:07:03.053] | $ rscript_envs : NULL [20:07:03.053] | $ rscript_libs : NULL [20:07:03.053] | $ rscript_startup : chr [1:2] "-e" "\"invisible({Sys.sleep(6)})\"" [20:07:03.053] | $ rscript_sh : chr [1:2] "cmd" "cmd" [20:07:03.053] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:03.053] | $ methods : logi TRUE [20:07:03.053] | $ socketOptions : chr "no-delay" [20:07:03.053] | $ useXDR : logi FALSE [20:07:03.053] | $ outfile : chr "/dev/null" [20:07:03.053] | $ renice : int NA [20:07:03.053] | $ rshcmd : NULL [20:07:03.053] | $ user : chr(0) [20:07:03.053] | $ revtunnel : logi FALSE [20:07:03.053] | $ rshlogfile : NULL [20:07:03.053] | $ rshopts : chr(0) [20:07:03.053] | $ rank : int 1 [20:07:03.053] | $ manual : logi FALSE [20:07:03.053] | $ dryrun : logi FALSE [20:07:03.053] | $ quiet : logi FALSE [20:07:03.053] | $ setup_strategy : chr "parallel" [20:07:03.053] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:07:03.053] | $ pidfile : chr "D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de343a7019eb.pid" [20:07:03.053] | $ rshcmd_label : NULL [20:07:03.053] | $ rsh_call : NULL [20:07:03.053] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [20:07:03.053] | $ localMachine : logi TRUE [20:07:03.053] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [20:07:03.053] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [20:07:03.053] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [20:07:03.053] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [20:07:03.053] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [20:07:03.053] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [20:07:03.053] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [20:07:03.053] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [20:07:03.053] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [20:07:03.053] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [20:07:03.053] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [20:07:03.053] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [20:07:03.053] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [20:07:03.053] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [20:07:03.053] | FALSE), action = c("launch", "options"), verbose = FALSE) [20:07:03.053] | $ arguments :List of 29 [20:07:03.053] | ..$ worker : chr "localhost" [20:07:03.053] | ..$ master : NULL [20:07:03.053] | ..$ port : int 32751 [20:07:03.053] | ..$ connectTimeout : num 0.1 [20:07:03.053] | ..$ timeout : num 7 [20:07:03.053] | ..$ rscript : NULL [20:07:03.053] | ..$ homogeneous : NULL [20:07:03.053] | ..$ rscript_args : NULL [20:07:03.053] | ..$ rscript_envs : NULL [20:07:03.053] | ..$ rscript_libs : NULL [20:07:03.053] | ..$ rscript_startup : language Sys.sleep(6) [20:07:03.053] | ..$ rscript_sh : chr "auto" [20:07:03.053] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [20:07:03.053] | ..$ methods : logi TRUE [20:07:03.053] | ..$ socketOptions : chr "no-delay" [20:07:03.053] | ..$ useXDR : logi FALSE [20:07:03.053] | ..$ outfile : chr "/dev/null" [20:07:03.053] | ..$ renice : int NA [20:07:03.053] | ..$ rshcmd : NULL [20:07:03.053] | ..$ user : NULL [20:07:03.053] | ..$ revtunnel : logi NA [20:07:03.053] | ..$ rshlogfile : NULL [20:07:03.053] | ..$ rshopts : NULL [20:07:03.053] | ..$ rank : int 1 [20:07:03.053] | ..$ manual : logi FALSE [20:07:03.053] | ..$ dryrun : logi FALSE [20:07:03.053] | ..$ quiet : logi FALSE [20:07:03.053] | ..$ setup_strategy : chr "parallel" [20:07:03.053] | ..$ calls : logi FALSE [20:07:03.053] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [20:07:03.076] | [local output] System call to launch all workers: [20:07:03.076] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:56884:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_01_07_20_05_16_30115/RtmpSqUmRx/worker.rank=1.parallelly.parent=56884.de343a7019eb.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "invisible({Sys.sleep(6)})" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=32751 OUT=/dev/null TIMEOUT=7 XDR=FALSE SETUPTIMEOUT=0.1 SETUPSTRATEGY=parallel [20:07:03.076] | [local output] Starting PSOCK main server [20:07:03.080] | [local output] Workers launched [20:07:03.080] | [local output] Waiting for workers to connect back ... [20:07:03.080] | : [local output] 0 workers out of 1 ready [20:07:03.271] | : [local output] 0 workers out of 1 ready [20:07:03.484] | : [local output] 0 workers out of 1 ready [20:07:03.687] | : [local output] 0 workers out of 1 ready [20:07:03.898] | : [local output] 0 workers out of 1 ready [20:07:04.101] | : [local output] 0 workers out of 1 ready [20:07:04.308] | : [local output] 0 workers out of 1 ready [20:07:04.511] | : [local output] 0 workers out of 1 ready [20:07:04.714] | : [local output] 0 workers out of 1 ready [20:07:04.917] | : [local output] 0 workers out of 1 ready [20:07:05.120] | : [local output] 0 workers out of 1 ready [20:07:05.323] | : [local output] 0 workers out of 1 ready [20:07:05.527] | : [local output] 0 workers out of 1 ready [20:07:05.730] | : [local output] 0 workers out of 1 ready [20:07:05.938] | : [local output] 0 workers out of 1 ready [20:07:06.141] | : [local output] 0 workers out of 1 ready [20:07:06.344] | : [local output] 0 workers out of 1 ready [20:07:06.548] | : [local output] 0 workers out of 1 ready [20:07:06.756] | : [local output] 0 workers out of 1 ready [20:07:06.959] | : [local output] 0 workers out of 1 ready [20:07:07.162] | : [local output] 0 workers out of 1 ready [20:07:07.365] | : [local output] 0 workers out of 1 ready [20:07:07.568] | : [local output] 0 workers out of 1 ready [20:07:07.771] | : [local output] 0 workers out of 1 ready [20:07:07.974] | : [local output] 0 workers out of 1 ready [20:07:08.178] | : [local output] 0 workers out of 1 ready [20:07:08.381] | : [local output] 0 workers out of 1 ready [20:07:08.381] | [local output] makeClusterPSOCK() ... done > message("*** makeClusterPSOCK() ... DONE") *** makeClusterPSOCK() ... DONE Failed to undo environment variables: - Expected environment variables: [n=215] '!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_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Test time: user.self=1s, sys.self=0.1s, elapsed=2e+01s, user.child=NAs, sys.child=NAs Test 'tempdirname' ... success > > proc.time() user system elapsed 1.59 0.23 18.40