R Under development (unstable) (2025-12-11 r89152 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /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) > 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] [06:48:04.472] [local output] makeClusterPSOCK() ... [06:48:04.521] | [local output] Workers: [n = 1] '' [06:48:04.532] | [local output] Base port: 22615 [06:48:04.533] | [local output] Getting setup options for 1 cluster nodes ... [06:48:04.533] | [local output] Node #1 of 1 ... [06:48:04.537] | [local output] Rscript port: 22615 [06:48:04.537] | [local output] Using 'rshcmd': 'my_ssh' [type='', version=''] [06:48:04.538] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:04.538] | [local output] Creating node #1 of 1 ... [06:48:04.538] | : [local output] setting up node [06:48:04.539] | : [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:14172:CRANWIN3:CRAN' -e 'options(socketOptions="no-delay")' -e 'workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()' MASTER=CRANWIN3 PORT=22615 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:14172:CRANWIN3:CRAN' -e 'options(socketOptions=\"no-delay\")' -e 'workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()' MASTER=CRANWIN3 PORT=22615 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential" [06:48:04.540] | [local output] Creating node #1 of 1 ... done [06:48:04.540] | [local output] Launching of 1 workers completed [06:48:04.541] | [local output] Number of nodes in cluster: 1 [06:48:04.541] | [local output] Collecting session information from 1 workers [06:48:04.542] | : [local output] Worker #1 of 1 [06:48:04.542] | [local output] Collecting session information from 1 workers [06:48:04.542] [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) [06:48:04.547] [local output] makeClusterPSOCK() ... [06:48:04.558] | [local output] Workers: [n = 1] 'localhost' [06:48:04.562] | [local output] Base port: 31230 [06:48:04.563] | [local output] Getting setup options for 1 cluster nodes ... [06:48:04.563] | [local output] Node #1 of 1 ... [06:48:04.564] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:04.565] | [local output] Rscript port: 31230 [06:48:04.566] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:04.566] | [local output] Creating node #1 of 1 ... [06:48:04.566] | : [local output] setting up node [06:48:04.566] | : [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:14172:CRANWIN3:CRAN" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=31230 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [06:48:04.567] | [local output] Creating node #1 of 1 ... done [06:48:04.567] | [local output] Launching of 1 workers completed [06:48:04.567] | [local output] Number of nodes in cluster: 1 [06:48:04.567] | [local output] Collecting session information from 1 workers [06:48:04.568] | : [local output] Worker #1 of 1 [06:48:04.568] | [local output] Collecting session information from 1 workers [06:48:04.568] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'NA' (R version and platform not queried) > cl <- makeClusterPSOCK(1) [06:48:04.570] [local output] makeClusterPSOCK() ... [06:48:04.573] | [local output] Workers: [n = 1] 'localhost' [06:48:04.577] | [local output] Base port: 38789 [06:48:04.577] | [local output] Getting setup options for 1 cluster nodes ... [06:48:04.578] | [local output] Node #1 of 1 ... [06:48:04.578] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:04.580] | Testing if worker's PID can be inferred: '"D:/RCompile/recent/R/bin/x64/Rscript" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c2b42829.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c2b42829.pid\")"' [06:48:05.017] | - Possible to infer worker's PID: TRUE [06:48:05.019] | [local output] Rscript port: 38789 [06:48:05.020] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:05.020] | [local output] Parallel setup requested for some PSOCK nodes [06:48:05.022] | [local output] Setting up PSOCK nodes in parallel [06:48:05.022] | List of 36 [06:48:05.022] | $ worker : chr "localhost" [06:48:05.022] | ..- attr(*, "localhost")= logi TRUE [06:48:05.022] | $ master : chr "localhost" [06:48:05.022] | $ port : int 38789 [06:48:05.022] | $ connectTimeout : num 120 [06:48:05.022] | $ timeout : num 120 [06:48:05.022] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:05.022] | $ homogeneous : logi TRUE [06:48:05.022] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:05.022] | $ rscript_envs : NULL [06:48:05.022] | $ rscript_libs : NULL [06:48:05.022] | $ rscript_startup : NULL [06:48:05.022] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:05.022] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:05.022] | $ methods : logi TRUE [06:48:05.022] | $ socketOptions : chr "no-delay" [06:48:05.022] | $ useXDR : logi FALSE [06:48:05.022] | $ outfile : chr "/dev/null" [06:48:05.022] | $ renice : int NA [06:48:05.022] | $ rshcmd : NULL [06:48:05.022] | $ user : chr(0) [06:48:05.022] | $ revtunnel : logi FALSE [06:48:05.022] | $ rshlogfile : NULL [06:48:05.022] | $ rshopts : chr(0) [06:48:05.022] | $ rank : int 1 [06:48:05.022] | $ manual : logi FALSE [06:48:05.022] | $ dryrun : logi FALSE [06:48:05.022] | $ quiet : logi FALSE [06:48:05.022] | $ setup_strategy : chr "parallel" [06:48:05.022] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:05.022] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c2b42829.pid" [06:48:05.022] | $ rshcmd_label : NULL [06:48:05.022] | $ rsh_call : NULL [06:48:05.022] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:05.022] | $ localMachine : logi TRUE [06:48:05.022] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:05.022] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:05.022] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:05.022] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:05.022] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:05.022] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:05.022] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:05.022] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:05.022] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:05.022] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:05.022] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:05.022] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:05.022] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:05.022] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:05.022] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:05.022] | $ arguments :List of 29 [06:48:05.022] | ..$ worker : chr "localhost" [06:48:05.022] | ..$ master : NULL [06:48:05.022] | ..$ port : int 38789 [06:48:05.022] | ..$ connectTimeout : num 120 [06:48:05.022] | ..$ timeout : num 120 [06:48:05.022] | ..$ rscript : NULL [06:48:05.022] | ..$ homogeneous : NULL [06:48:05.022] | ..$ rscript_args : NULL [06:48:05.022] | ..$ rscript_envs : NULL [06:48:05.022] | ..$ rscript_libs : NULL [06:48:05.022] | ..$ rscript_startup : NULL [06:48:05.022] | ..$ rscript_sh : chr "auto" [06:48:05.022] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:05.022] | ..$ methods : logi TRUE [06:48:05.022] | ..$ socketOptions : chr "no-delay" [06:48:05.022] | ..$ useXDR : logi FALSE [06:48:05.022] | ..$ outfile : chr "/dev/null" [06:48:05.022] | ..$ renice : int NA [06:48:05.022] | ..$ rshcmd : NULL [06:48:05.022] | ..$ user : NULL [06:48:05.022] | ..$ revtunnel : logi NA [06:48:05.022] | ..$ rshlogfile : NULL [06:48:05.022] | ..$ rshopts : NULL [06:48:05.022] | ..$ rank : int 1 [06:48:05.022] | ..$ manual : logi FALSE [06:48:05.022] | ..$ dryrun : logi FALSE [06:48:05.022] | ..$ quiet : logi FALSE [06:48:05.022] | ..$ setup_strategy : chr "parallel" [06:48:05.022] | ..$ calls : logi FALSE [06:48:05.022] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:05.076] | [local output] System call to launch all workers: [06:48:05.076] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c2b42829.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=38789 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:05.077] | [local output] Starting PSOCK main server [06:48:05.083] | [local output] Workers launched [06:48:05.084] | [local output] Waiting for workers to connect back ... [06:48:05.084] | : [local output] 0 workers out of 1 ready [06:48:05.309] | : [local output] 0 workers out of 1 ready [06:48:05.310] | : [local output] 1 workers out of 1 ready [06:48:05.310] | [local output] Waiting for workers to connect back ... done [06:48:05.311] | [local output] Launching of 1 workers completed [06:48:05.311] | [local output] Number of nodes in cluster: 1 [06:48:05.311] | [local output] Collecting session information from 1 workers [06:48:05.313] | : [local output] Worker #1 of 1 [06:48:05.313] | [local output] Collecting session information from 1 workers [06:48:05.314] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2025-12-11 r89152 ucrt), platform x86_64-w64-mingw32) > node <- cl[[1]] > 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 20284 ..$ 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 "2025" .. ..$ month : chr "12" .. ..$ day : chr "11" .. ..$ svn rev : chr "89152" .. ..$ language : chr "R" .. ..$ version.string: chr "R Under development (unstable) (2025-12-11 r89152 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\\2025_12_12_06_35_17_6718\\RtmpExd2rh" ..$ libs : chr [1:2] "D:/temp/2025_12_12_06_35_17_6718/RtmpYDN64C/RLIBS_6f4429ec564f" "D:/RCompile/recent/R/library" ..$ pkgs : NULL - attr(*, "options")=List of 35 ..$ worker : chr "localhost" .. ..- attr(*, "localhost")= logi TRUE ..$ master : chr "localhost" ..$ port : int 38789 ..$ 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:14172: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 38789 .. ..$ 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"))) > 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] [06:48:05.433] [local output] makeClusterPSOCK() ... [06:48:05.437] | [local output] Workers: [n = 1] 'localhost' [06:48:05.443] | [local output] Base port: 30456 [06:48:05.443] | [local output] Getting setup options for 1 cluster nodes ... [06:48:05.443] | [local output] Node #1 of 1 ... [06:48:05.444] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:05.446] | [local output] Rscript port: 30456 [06:48:05.447] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:05.447] | [local output] Parallel setup requested for some PSOCK nodes [06:48:05.448] | [local output] Setting up PSOCK nodes in parallel [06:48:05.449] | List of 36 [06:48:05.449] | $ worker : chr "localhost" [06:48:05.449] | ..- attr(*, "localhost")= logi TRUE [06:48:05.449] | $ master : chr "localhost" [06:48:05.449] | $ port : int 30456 [06:48:05.449] | $ connectTimeout : num 120 [06:48:05.449] | $ timeout : num 120 [06:48:05.449] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:05.449] | $ homogeneous : logi TRUE [06:48:05.449] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:05.449] | $ rscript_envs : NULL [06:48:05.449] | $ rscript_libs : NULL [06:48:05.449] | $ rscript_startup : NULL [06:48:05.449] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:05.449] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:05.449] | $ methods : logi TRUE [06:48:05.449] | $ socketOptions : chr "no-delay" [06:48:05.449] | $ useXDR : logi TRUE [06:48:05.449] | $ outfile : chr "/dev/null" [06:48:05.449] | $ renice : int NA [06:48:05.449] | $ rshcmd : NULL [06:48:05.449] | $ user : chr(0) [06:48:05.449] | $ revtunnel : logi FALSE [06:48:05.449] | $ rshlogfile : NULL [06:48:05.449] | $ rshopts : chr(0) [06:48:05.449] | $ rank : int 1 [06:48:05.449] | $ manual : logi FALSE [06:48:05.449] | $ dryrun : logi FALSE [06:48:05.449] | $ quiet : logi FALSE [06:48:05.449] | $ setup_strategy : chr "parallel" [06:48:05.449] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:05.449] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c32792af3.pid" [06:48:05.449] | $ rshcmd_label : NULL [06:48:05.449] | $ rsh_call : NULL [06:48:05.449] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:05.449] | $ localMachine : logi TRUE [06:48:05.449] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:05.449] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:05.449] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:05.449] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:05.449] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:05.449] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:05.449] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:05.449] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:05.449] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:05.449] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:05.449] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:05.449] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:05.449] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:05.449] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:05.449] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:05.449] | $ arguments :List of 29 [06:48:05.449] | ..$ worker : chr "localhost" [06:48:05.449] | ..$ master : NULL [06:48:05.449] | ..$ port : int 30456 [06:48:05.449] | ..$ connectTimeout : num 120 [06:48:05.449] | ..$ timeout : num 120 [06:48:05.449] | ..$ rscript : NULL [06:48:05.449] | ..$ homogeneous : NULL [06:48:05.449] | ..$ rscript_args : NULL [06:48:05.449] | ..$ rscript_envs : NULL [06:48:05.449] | ..$ rscript_libs : NULL [06:48:05.449] | ..$ rscript_startup : NULL [06:48:05.449] | ..$ rscript_sh : chr "auto" [06:48:05.449] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:05.449] | ..$ methods : logi TRUE [06:48:05.449] | ..$ socketOptions : chr "no-delay" [06:48:05.449] | ..$ useXDR : logi TRUE [06:48:05.449] | ..$ outfile : chr "/dev/null" [06:48:05.449] | ..$ renice : int NA [06:48:05.449] | ..$ rshcmd : NULL [06:48:05.449] | ..$ user : NULL [06:48:05.449] | ..$ revtunnel : logi NA [06:48:05.449] | ..$ rshlogfile : NULL [06:48:05.449] | ..$ rshopts : NULL [06:48:05.449] | ..$ rank : int 1 [06:48:05.449] | ..$ manual : logi FALSE [06:48:05.449] | ..$ dryrun : logi FALSE [06:48:05.449] | ..$ quiet : logi FALSE [06:48:05.449] | ..$ setup_strategy : chr "parallel" [06:48:05.449] | ..$ calls : logi FALSE [06:48:05.449] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:05.483] | [local output] System call to launch all workers: [06:48:05.483] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c32792af3.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=30456 OUT=/dev/null TIMEOUT=120 XDR=TRUE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:05.484] | [local output] Starting PSOCK main server [06:48:05.490] | [local output] Workers launched [06:48:05.490] | [local output] Waiting for workers to connect back ... [06:48:05.491] | : [local output] 0 workers out of 1 ready [06:48:05.757] | : [local output] 0 workers out of 1 ready [06:48:05.758] | : [local output] 1 workers out of 1 ready [06:48:05.759] | [local output] Waiting for workers to connect back ... done [06:48:05.759] | [local output] Launching of 1 workers completed [06:48:05.759] | [local output] Number of nodes in cluster: 1 [06:48:05.760] | [local output] Collecting session information from 1 workers [06:48:05.761] | : [local output] Worker #1 of 1 [06:48:05.761] | [local output] Collecting session information from 1 workers [06:48:05.762] [local output] makeClusterPSOCK() ... done [06:48:05.766] [local output] makeClusterPSOCK() ... [06:48:05.769] | [local output] Workers: [n = 1] 'localhost' [06:48:05.774] | [local output] Base port: 38765 [06:48:05.774] | [local output] Getting setup options for 1 cluster nodes ... [06:48:05.775] | [local output] Node #1 of 1 ... [06:48:05.775] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:05.778] | [local output] Rscript port: 38765 [06:48:05.779] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:05.779] | [local output] Parallel setup requested for some PSOCK nodes [06:48:05.780] | [local output] Setting up PSOCK nodes in parallel [06:48:05.780] | List of 36 [06:48:05.780] | $ worker : chr "localhost" [06:48:05.780] | ..- attr(*, "localhost")= logi TRUE [06:48:05.780] | $ master : chr "localhost" [06:48:05.780] | $ port : int 38765 [06:48:05.780] | $ connectTimeout : num 120 [06:48:05.780] | $ timeout : num 120 [06:48:05.780] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:05.780] | $ homogeneous : logi TRUE [06:48:05.780] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:05.780] | $ rscript_envs : NULL [06:48:05.780] | $ rscript_libs : NULL [06:48:05.780] | $ rscript_startup : NULL [06:48:05.780] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:05.780] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:05.780] | $ methods : logi TRUE [06:48:05.780] | $ socketOptions : chr "no-delay" [06:48:05.780] | $ useXDR : logi FALSE [06:48:05.780] | $ outfile : chr "/dev/null" [06:48:05.780] | $ renice : int NA [06:48:05.780] | $ rshcmd : NULL [06:48:05.780] | $ user : chr(0) [06:48:05.780] | $ revtunnel : logi FALSE [06:48:05.780] | $ rshlogfile : NULL [06:48:05.780] | $ rshopts : chr(0) [06:48:05.780] | $ rank : int 1 [06:48:05.780] | $ manual : logi FALSE [06:48:05.780] | $ dryrun : logi FALSE [06:48:05.780] | $ quiet : logi FALSE [06:48:05.780] | $ setup_strategy : chr "parallel" [06:48:05.780] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:05.780] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c4ac16108.pid" [06:48:05.780] | $ rshcmd_label : NULL [06:48:05.780] | $ rsh_call : NULL [06:48:05.780] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:05.780] | $ localMachine : logi TRUE [06:48:05.780] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:05.780] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:05.780] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:05.780] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:05.780] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:05.780] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:05.780] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:05.780] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:05.780] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:05.780] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:05.780] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:05.780] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:05.780] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:05.780] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:05.780] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:05.780] | $ arguments :List of 29 [06:48:05.780] | ..$ worker : chr "localhost" [06:48:05.780] | ..$ master : NULL [06:48:05.780] | ..$ port : int 38765 [06:48:05.780] | ..$ connectTimeout : num 120 [06:48:05.780] | ..$ timeout : num 120 [06:48:05.780] | ..$ rscript : NULL [06:48:05.780] | ..$ homogeneous : NULL [06:48:05.780] | ..$ rscript_args : NULL [06:48:05.780] | ..$ rscript_envs : NULL [06:48:05.780] | ..$ rscript_libs : NULL [06:48:05.780] | ..$ rscript_startup : NULL [06:48:05.780] | ..$ rscript_sh : chr "auto" [06:48:05.780] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:05.780] | ..$ methods : logi TRUE [06:48:05.780] | ..$ socketOptions : chr "no-delay" [06:48:05.780] | ..$ useXDR : logi FALSE [06:48:05.780] | ..$ outfile : chr "/dev/null" [06:48:05.780] | ..$ renice : int NA [06:48:05.780] | ..$ rshcmd : NULL [06:48:05.780] | ..$ user : NULL [06:48:05.780] | ..$ revtunnel : logi NA [06:48:05.780] | ..$ rshlogfile : NULL [06:48:05.780] | ..$ rshopts : NULL [06:48:05.780] | ..$ rank : int 1 [06:48:05.780] | ..$ manual : logi FALSE [06:48:05.780] | ..$ dryrun : logi FALSE [06:48:05.780] | ..$ quiet : logi FALSE [06:48:05.780] | ..$ setup_strategy : chr "parallel" [06:48:05.780] | ..$ calls : logi FALSE [06:48:05.780] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:05.817] | [local output] System call to launch all workers: [06:48:05.818] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c4ac16108.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=38765 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:05.818] | [local output] Starting PSOCK main server [06:48:05.825] | [local output] Workers launched [06:48:05.826] | [local output] Waiting for workers to connect back ... [06:48:05.826] | : [local output] 0 workers out of 1 ready [06:48:06.056] | : [local output] 0 workers out of 1 ready [06:48:06.056] | : [local output] 1 workers out of 1 ready [06:48:06.057] | [local output] Waiting for workers to connect back ... done [06:48:06.057] | [local output] Launching of 1 workers completed [06:48:06.057] | [local output] Number of nodes in cluster: 1 [06:48:06.058] | [local output] Collecting session information from 1 workers [06:48:06.060] | : [local output] Worker #1 of 1 [06:48:06.060] | [local output] Collecting session information from 1 workers [06:48:06.060] [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] [06:48:06.075] [local output] makeClusterPSOCK() ... [06:48:06.079] | [local output] Workers: [n = 1] 'localhost' [06:48:06.085] | [local output] Base port: 34860 [06:48:06.086] | [local output] Getting setup options for 1 cluster nodes ... [06:48:06.086] | [local output] Node #1 of 1 ... [06:48:06.087] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:06.090] | [local output] Rscript port: 34860 [06:48:06.090] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:06.091] | [local output] Parallel setup requested for some PSOCK nodes [06:48:06.091] | [local output] Setting up PSOCK nodes in parallel [06:48:06.092] | List of 36 [06:48:06.092] | $ worker : chr "localhost" [06:48:06.092] | ..- attr(*, "localhost")= logi TRUE [06:48:06.092] | $ master : chr "localhost" [06:48:06.092] | $ port : int 34860 [06:48:06.092] | $ connectTimeout : num 120 [06:48:06.092] | $ timeout : num 120 [06:48:06.092] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:06.092] | $ homogeneous : logi TRUE [06:48:06.092] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:06.092] | $ rscript_envs : NULL [06:48:06.092] | $ rscript_libs : NULL [06:48:06.092] | $ rscript_startup : NULL [06:48:06.092] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:06.092] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:06.092] | $ methods : logi TRUE [06:48:06.092] | $ socketOptions : NULL [06:48:06.092] | $ useXDR : logi FALSE [06:48:06.092] | $ outfile : chr "/dev/null" [06:48:06.092] | $ renice : int NA [06:48:06.092] | $ rshcmd : NULL [06:48:06.092] | $ user : chr(0) [06:48:06.092] | $ revtunnel : logi FALSE [06:48:06.092] | $ rshlogfile : NULL [06:48:06.092] | $ rshopts : chr(0) [06:48:06.092] | $ rank : int 1 [06:48:06.092] | $ manual : logi FALSE [06:48:06.092] | $ dryrun : logi FALSE [06:48:06.092] | $ quiet : logi FALSE [06:48:06.092] | $ setup_strategy : chr "parallel" [06:48:06.092] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:06.092] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c42b0778f.pid" [06:48:06.092] | $ rshcmd_label : NULL [06:48:06.092] | $ rsh_call : NULL [06:48:06.092] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:06.092] | $ localMachine : logi TRUE [06:48:06.092] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:06.092] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:06.092] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:06.092] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:06.092] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:06.092] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:06.092] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:06.092] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:06.092] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:06.092] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:06.092] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:06.092] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:06.092] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:06.092] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:06.092] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:06.092] | $ arguments :List of 29 [06:48:06.092] | ..$ worker : chr "localhost" [06:48:06.092] | ..$ master : NULL [06:48:06.092] | ..$ port : int 34860 [06:48:06.092] | ..$ connectTimeout : num 120 [06:48:06.092] | ..$ timeout : num 120 [06:48:06.092] | ..$ rscript : NULL [06:48:06.092] | ..$ homogeneous : NULL [06:48:06.092] | ..$ rscript_args : NULL [06:48:06.092] | ..$ rscript_envs : NULL [06:48:06.092] | ..$ rscript_libs : NULL [06:48:06.092] | ..$ rscript_startup : NULL [06:48:06.092] | ..$ rscript_sh : chr "auto" [06:48:06.092] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:06.092] | ..$ methods : logi TRUE [06:48:06.092] | ..$ socketOptions : NULL [06:48:06.092] | ..$ useXDR : logi FALSE [06:48:06.092] | ..$ outfile : chr "/dev/null" [06:48:06.092] | ..$ renice : int NA [06:48:06.092] | ..$ rshcmd : NULL [06:48:06.092] | ..$ user : NULL [06:48:06.092] | ..$ revtunnel : logi NA [06:48:06.092] | ..$ rshlogfile : NULL [06:48:06.092] | ..$ rshopts : NULL [06:48:06.092] | ..$ rank : int 1 [06:48:06.092] | ..$ manual : logi FALSE [06:48:06.092] | ..$ dryrun : logi FALSE [06:48:06.092] | ..$ quiet : logi FALSE [06:48:06.092] | ..$ setup_strategy : chr "parallel" [06:48:06.092] | ..$ calls : logi FALSE [06:48:06.092] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:06.139] | [local output] System call to launch all workers: [06:48:06.139] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c42b0778f.pid\")),silent=TRUE)" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=34860 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:06.140] | [local output] Starting PSOCK main server [06:48:06.146] | [local output] Workers launched [06:48:06.146] | [local output] Waiting for workers to connect back ... [06:48:06.147] | : [local output] 0 workers out of 1 ready [06:48:06.412] | : [local output] 0 workers out of 1 ready [06:48:06.412] | : [local output] 1 workers out of 1 ready [06:48:06.413] | [local output] Waiting for workers to connect back ... done [06:48:06.413] | [local output] Launching of 1 workers completed [06:48:06.413] | [local output] Number of nodes in cluster: 1 [06:48:06.413] | [local output] Collecting session information from 1 workers [06:48:06.415] | : [local output] Worker #1 of 1 [06:48:06.415] | [local output] Collecting session information from 1 workers [06:48:06.415] [local output] makeClusterPSOCK() ... done [06:48:06.421] [local output] makeClusterPSOCK() ... [06:48:06.424] | [local output] Workers: [n = 1] 'localhost' [06:48:06.428] | [local output] Base port: 23188 [06:48:06.428] | [local output] Getting setup options for 1 cluster nodes ... [06:48:06.428] | [local output] Node #1 of 1 ... [06:48:06.429] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:06.431] | [local output] Rscript port: 23188 [06:48:06.431] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:06.431] | [local output] Parallel setup requested for some PSOCK nodes [06:48:06.432] | [local output] Setting up PSOCK nodes in parallel [06:48:06.432] | List of 36 [06:48:06.432] | $ worker : chr "localhost" [06:48:06.432] | ..- attr(*, "localhost")= logi TRUE [06:48:06.432] | $ master : chr "localhost" [06:48:06.432] | $ port : int 23188 [06:48:06.432] | $ connectTimeout : num 120 [06:48:06.432] | $ timeout : num 120 [06:48:06.432] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:06.432] | $ homogeneous : logi TRUE [06:48:06.432] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:06.432] | $ rscript_envs : NULL [06:48:06.432] | $ rscript_libs : NULL [06:48:06.432] | $ rscript_startup : NULL [06:48:06.432] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:06.432] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:06.432] | $ methods : logi TRUE [06:48:06.432] | $ socketOptions : NULL [06:48:06.432] | $ useXDR : logi FALSE [06:48:06.432] | $ outfile : chr "/dev/null" [06:48:06.432] | $ renice : int NA [06:48:06.432] | $ rshcmd : NULL [06:48:06.432] | $ user : chr(0) [06:48:06.432] | $ revtunnel : logi FALSE [06:48:06.432] | $ rshlogfile : NULL [06:48:06.432] | $ rshopts : chr(0) [06:48:06.432] | $ rank : int 1 [06:48:06.432] | $ manual : logi FALSE [06:48:06.432] | $ dryrun : logi FALSE [06:48:06.432] | $ quiet : logi FALSE [06:48:06.432] | $ setup_strategy : chr "parallel" [06:48:06.432] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:06.432] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c77b835bf.pid" [06:48:06.432] | $ rshcmd_label : NULL [06:48:06.432] | $ rsh_call : NULL [06:48:06.432] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:06.432] | $ localMachine : logi TRUE [06:48:06.432] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:06.432] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:06.432] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:06.432] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:06.432] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:06.432] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:06.432] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:06.432] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:06.432] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:06.432] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:06.432] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:06.432] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:06.432] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:06.432] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:06.432] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:06.432] | $ arguments :List of 29 [06:48:06.432] | ..$ worker : chr "localhost" [06:48:06.432] | ..$ master : NULL [06:48:06.432] | ..$ port : int 23188 [06:48:06.432] | ..$ connectTimeout : num 120 [06:48:06.432] | ..$ timeout : num 120 [06:48:06.432] | ..$ rscript : NULL [06:48:06.432] | ..$ homogeneous : NULL [06:48:06.432] | ..$ rscript_args : NULL [06:48:06.432] | ..$ rscript_envs : NULL [06:48:06.432] | ..$ rscript_libs : NULL [06:48:06.432] | ..$ rscript_startup : NULL [06:48:06.432] | ..$ rscript_sh : chr "auto" [06:48:06.432] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:06.432] | ..$ methods : logi TRUE [06:48:06.432] | ..$ socketOptions : chr "NULL" [06:48:06.432] | ..$ useXDR : logi FALSE [06:48:06.432] | ..$ outfile : chr "/dev/null" [06:48:06.432] | ..$ renice : int NA [06:48:06.432] | ..$ rshcmd : NULL [06:48:06.432] | ..$ user : NULL [06:48:06.432] | ..$ revtunnel : logi NA [06:48:06.432] | ..$ rshlogfile : NULL [06:48:06.432] | ..$ rshopts : NULL [06:48:06.432] | ..$ rank : int 1 [06:48:06.432] | ..$ manual : logi FALSE [06:48:06.432] | ..$ dryrun : logi FALSE [06:48:06.432] | ..$ quiet : logi FALSE [06:48:06.432] | ..$ setup_strategy : chr "parallel" [06:48:06.432] | ..$ calls : logi FALSE [06:48:06.432] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:06.466] | [local output] System call to launch all workers: [06:48:06.466] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c77b835bf.pid\")),silent=TRUE)" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=23188 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:06.467] | [local output] Starting PSOCK main server [06:48:06.473] | [local output] Workers launched [06:48:06.473] | [local output] Waiting for workers to connect back ... [06:48:06.473] | : [local output] 0 workers out of 1 ready [06:48:06.740] | : [local output] 0 workers out of 1 ready [06:48:06.740] | : [local output] 1 workers out of 1 ready [06:48:06.741] | [local output] Waiting for workers to connect back ... done [06:48:06.741] | [local output] Launching of 1 workers completed [06:48:06.741] | [local output] Number of nodes in cluster: 1 [06:48:06.742] | [local output] Collecting session information from 1 workers [06:48:06.743] | : [local output] Worker #1 of 1 [06:48:06.744] | [local output] Collecting session information from 1 workers [06:48:06.744] [local output] makeClusterPSOCK() ... done [06:48:06.749] [local output] makeClusterPSOCK() ... [06:48:06.753] | [local output] Workers: [n = 1] 'localhost' [06:48:06.757] | [local output] Base port: 33409 [06:48:06.758] | [local output] Getting setup options for 1 cluster nodes ... [06:48:06.758] | [local output] Node #1 of 1 ... [06:48:06.759] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:06.761] | [local output] Rscript port: 33409 [06:48:06.761] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:06.762] | [local output] Parallel setup requested for some PSOCK nodes [06:48:06.762] | [local output] Setting up PSOCK nodes in parallel [06:48:06.763] | List of 36 [06:48:06.763] | $ worker : chr "localhost" [06:48:06.763] | ..- attr(*, "localhost")= logi TRUE [06:48:06.763] | $ master : chr "localhost" [06:48:06.763] | $ port : int 33409 [06:48:06.763] | $ connectTimeout : num 120 [06:48:06.763] | $ timeout : num 120 [06:48:06.763] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:06.763] | $ homogeneous : logi TRUE [06:48:06.763] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:06.763] | $ rscript_envs : NULL [06:48:06.763] | $ rscript_libs : NULL [06:48:06.763] | $ rscript_startup : NULL [06:48:06.763] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:06.763] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:06.763] | $ methods : logi TRUE [06:48:06.763] | $ socketOptions : chr "no-delay" [06:48:06.763] | $ useXDR : logi FALSE [06:48:06.763] | $ outfile : chr "/dev/null" [06:48:06.763] | $ renice : int NA [06:48:06.763] | $ rshcmd : NULL [06:48:06.763] | $ user : chr(0) [06:48:06.763] | $ revtunnel : logi FALSE [06:48:06.763] | $ rshlogfile : NULL [06:48:06.763] | $ rshopts : chr(0) [06:48:06.763] | $ rank : int 1 [06:48:06.763] | $ manual : logi FALSE [06:48:06.763] | $ dryrun : logi FALSE [06:48:06.763] | $ quiet : logi FALSE [06:48:06.763] | $ setup_strategy : chr "parallel" [06:48:06.763] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:06.763] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c2a5f1696.pid" [06:48:06.763] | $ rshcmd_label : NULL [06:48:06.763] | $ rsh_call : NULL [06:48:06.763] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:06.763] | $ localMachine : logi TRUE [06:48:06.763] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:06.763] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:06.763] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:06.763] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:06.763] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:06.763] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:06.763] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:06.763] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:06.763] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:06.763] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:06.763] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:06.763] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:06.763] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:06.763] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:06.763] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:06.763] | $ arguments :List of 29 [06:48:06.763] | ..$ worker : chr "localhost" [06:48:06.763] | ..$ master : NULL [06:48:06.763] | ..$ port : int 33409 [06:48:06.763] | ..$ connectTimeout : num 120 [06:48:06.763] | ..$ timeout : num 120 [06:48:06.763] | ..$ rscript : NULL [06:48:06.763] | ..$ homogeneous : NULL [06:48:06.763] | ..$ rscript_args : NULL [06:48:06.763] | ..$ rscript_envs : NULL [06:48:06.763] | ..$ rscript_libs : NULL [06:48:06.763] | ..$ rscript_startup : NULL [06:48:06.763] | ..$ rscript_sh : chr "auto" [06:48:06.763] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:06.763] | ..$ methods : logi TRUE [06:48:06.763] | ..$ socketOptions : chr "no-delay" [06:48:06.763] | ..$ useXDR : logi FALSE [06:48:06.763] | ..$ outfile : chr "/dev/null" [06:48:06.763] | ..$ renice : int NA [06:48:06.763] | ..$ rshcmd : NULL [06:48:06.763] | ..$ user : NULL [06:48:06.763] | ..$ revtunnel : logi NA [06:48:06.763] | ..$ rshlogfile : NULL [06:48:06.763] | ..$ rshopts : NULL [06:48:06.763] | ..$ rank : int 1 [06:48:06.763] | ..$ manual : logi FALSE [06:48:06.763] | ..$ dryrun : logi FALSE [06:48:06.763] | ..$ quiet : logi FALSE [06:48:06.763] | ..$ setup_strategy : chr "parallel" [06:48:06.763] | ..$ calls : logi FALSE [06:48:06.763] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:06.798] | [local output] System call to launch all workers: [06:48:06.798] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c2a5f1696.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=33409 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:06.798] | [local output] Starting PSOCK main server [06:48:06.805] | [local output] Workers launched [06:48:06.806] | [local output] Waiting for workers to connect back ... [06:48:06.806] | : [local output] 0 workers out of 1 ready [06:48:07.049] | : [local output] 0 workers out of 1 ready [06:48:07.050] | : [local output] 1 workers out of 1 ready [06:48:07.050] | [local output] Waiting for workers to connect back ... done [06:48:07.050] | [local output] Launching of 1 workers completed [06:48:07.051] | [local output] Number of nodes in cluster: 1 [06:48:07.051] | [local output] Collecting session information from 1 workers [06:48:07.052] | : [local output] Worker #1 of 1 [06:48:07.053] | [local output] Collecting session information from 1 workers [06:48:07.053] [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] [06:48:07.068] [local output] makeClusterPSOCK() ... [06:48:07.072] | [local output] Workers: [n = 1] 'localhost' [06:48:07.075] | [local output] Base port: 39756 [06:48:07.076] | [local output] Getting setup options for 1 cluster nodes ... [06:48:07.076] | [local output] Node #1 of 1 ... [06:48:07.076] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:07.078] | [local output] Rscript port: 39756 [06:48:07.078] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:07.079] | [local output] Parallel setup requested for some PSOCK nodes [06:48:07.079] | [local output] Setting up PSOCK nodes in parallel [06:48:07.080] | List of 36 [06:48:07.080] | $ worker : chr "localhost" [06:48:07.080] | ..- attr(*, "localhost")= logi TRUE [06:48:07.080] | $ master : chr "localhost" [06:48:07.080] | $ port : int 39756 [06:48:07.080] | $ connectTimeout : num 120 [06:48:07.080] | $ timeout : num 120 [06:48:07.080] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:07.080] | $ homogeneous : logi TRUE [06:48:07.080] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:07.080] | $ rscript_envs : NULL [06:48:07.080] | $ rscript_libs : NULL [06:48:07.080] | $ rscript_startup : NULL [06:48:07.080] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:07.080] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:07.080] | $ methods : logi TRUE [06:48:07.080] | $ socketOptions : chr "no-delay" [06:48:07.080] | $ useXDR : logi FALSE [06:48:07.080] | $ outfile : chr "/dev/null" [06:48:07.080] | $ renice : int NA [06:48:07.080] | $ rshcmd : NULL [06:48:07.080] | $ user : chr(0) [06:48:07.080] | $ revtunnel : logi FALSE [06:48:07.080] | $ rshlogfile : NULL [06:48:07.080] | $ rshopts : chr(0) [06:48:07.080] | $ rank : int 1 [06:48:07.080] | $ manual : logi FALSE [06:48:07.080] | $ dryrun : logi FALSE [06:48:07.080] | $ quiet : logi FALSE [06:48:07.080] | $ setup_strategy : chr "parallel" [06:48:07.080] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:07.080] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c38432ace.pid" [06:48:07.080] | $ rshcmd_label : NULL [06:48:07.080] | $ rsh_call : NULL [06:48:07.080] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:07.080] | $ localMachine : logi TRUE [06:48:07.080] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:07.080] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:07.080] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:07.080] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:07.080] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:07.080] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:07.080] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:07.080] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:07.080] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:07.080] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:07.080] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:07.080] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:07.080] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:07.080] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:07.080] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:07.080] | $ arguments :List of 29 [06:48:07.080] | ..$ worker : chr "localhost" [06:48:07.080] | ..$ master : NULL [06:48:07.080] | ..$ port : int 39756 [06:48:07.080] | ..$ connectTimeout : num 120 [06:48:07.080] | ..$ timeout : num 120 [06:48:07.080] | ..$ rscript : NULL [06:48:07.080] | ..$ homogeneous : NULL [06:48:07.080] | ..$ rscript_args : NULL [06:48:07.080] | ..$ rscript_envs : NULL [06:48:07.080] | ..$ rscript_libs : NULL [06:48:07.080] | ..$ rscript_startup : NULL [06:48:07.080] | ..$ rscript_sh : chr "auto" [06:48:07.080] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:07.080] | ..$ methods : logi TRUE [06:48:07.080] | ..$ socketOptions : chr "no-delay" [06:48:07.080] | ..$ useXDR : logi FALSE [06:48:07.080] | ..$ outfile : chr "/dev/null" [06:48:07.080] | ..$ renice : int NA [06:48:07.080] | ..$ rshcmd : NULL [06:48:07.080] | ..$ user : NULL [06:48:07.080] | ..$ revtunnel : logi NA [06:48:07.080] | ..$ rshlogfile : NULL [06:48:07.080] | ..$ rshopts : NULL [06:48:07.080] | ..$ rank : int 1 [06:48:07.080] | ..$ manual : logi FALSE [06:48:07.080] | ..$ dryrun : logi FALSE [06:48:07.080] | ..$ quiet : logi FALSE [06:48:07.080] | ..$ setup_strategy : chr "parallel" [06:48:07.080] | ..$ calls : logi FALSE [06:48:07.080] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:07.103] | [local output] System call to launch all workers: [06:48:07.103] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c38432ace.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=39756 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:07.103] | [local output] Starting PSOCK main server [06:48:07.109] | [local output] Workers launched [06:48:07.109] | [local output] Waiting for workers to connect back ... [06:48:07.109] | : [local output] 0 workers out of 1 ready [06:48:07.419] | : [local output] 0 workers out of 1 ready [06:48:07.419] | : [local output] 1 workers out of 1 ready [06:48:07.420] | [local output] Waiting for workers to connect back ... done [06:48:07.420] | [local output] Launching of 1 workers completed [06:48:07.420] | [local output] Number of nodes in cluster: 1 [06:48:07.420] | [local output] Collecting session information from 1 workers [06:48:07.422] | : [local output] Worker #1 of 1 [06:48:07.422] | [local output] Collecting session information from 1 workers [06:48:07.422] [local output] makeClusterPSOCK() ... done [06:48:07.428] [local output] makeClusterPSOCK() ... [06:48:07.431] | [local output] Workers: [n = 1] 'localhost' [06:48:07.436] | [local output] Base port: 32023 [06:48:07.436] | [local output] Getting setup options for 1 cluster nodes ... [06:48:07.437] | [local output] Node #1 of 1 ... [06:48:07.437] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:07.440] | [local output] Rscript port: 32023 [06:48:07.440] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:07.440] | [local output] Parallel setup requested for some PSOCK nodes [06:48:07.441] | [local output] Setting up PSOCK nodes in parallel [06:48:07.441] | List of 36 [06:48:07.441] | $ worker : chr "localhost" [06:48:07.441] | ..- attr(*, "localhost")= logi TRUE [06:48:07.441] | $ master : chr "localhost" [06:48:07.441] | $ port : int 32023 [06:48:07.441] | $ connectTimeout : num 120 [06:48:07.441] | $ timeout : num 120 [06:48:07.441] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:07.441] | $ homogeneous : logi TRUE [06:48:07.441] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:07.441] | $ rscript_envs : NULL [06:48:07.441] | $ rscript_libs : NULL [06:48:07.441] | $ rscript_startup : chr [1:2] "-e" "\"invisible({options(abc = 42L)})\"" [06:48:07.441] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:07.441] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:07.441] | $ methods : logi TRUE [06:48:07.441] | $ socketOptions : chr "no-delay" [06:48:07.441] | $ useXDR : logi FALSE [06:48:07.441] | $ outfile : chr "/dev/null" [06:48:07.441] | $ renice : int NA [06:48:07.441] | $ rshcmd : NULL [06:48:07.441] | $ user : chr(0) [06:48:07.441] | $ revtunnel : logi FALSE [06:48:07.441] | $ rshlogfile : NULL [06:48:07.441] | $ rshopts : chr(0) [06:48:07.441] | $ rank : int 1 [06:48:07.441] | $ manual : logi FALSE [06:48:07.441] | $ dryrun : logi FALSE [06:48:07.441] | $ quiet : logi FALSE [06:48:07.441] | $ setup_strategy : chr "parallel" [06:48:07.441] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:07.441] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c375b570d.pid" [06:48:07.441] | $ rshcmd_label : NULL [06:48:07.441] | $ rsh_call : NULL [06:48:07.441] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:07.441] | $ localMachine : logi TRUE [06:48:07.441] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:07.441] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:07.441] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:07.441] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:07.441] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:07.441] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:07.441] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:07.441] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:07.441] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:07.441] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:07.441] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:07.441] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:07.441] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:07.441] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:07.441] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:07.441] | $ arguments :List of 29 [06:48:07.441] | ..$ worker : chr "localhost" [06:48:07.441] | ..$ master : NULL [06:48:07.441] | ..$ port : int 32023 [06:48:07.441] | ..$ connectTimeout : num 120 [06:48:07.441] | ..$ timeout : num 120 [06:48:07.441] | ..$ rscript : NULL [06:48:07.441] | ..$ homogeneous : NULL [06:48:07.441] | ..$ rscript_args : NULL [06:48:07.441] | ..$ rscript_envs : NULL [06:48:07.441] | ..$ rscript_libs : NULL [06:48:07.441] | ..$ rscript_startup : chr "options(abc = 42L)" [06:48:07.441] | ..$ rscript_sh : chr "auto" [06:48:07.441] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:07.441] | ..$ methods : logi TRUE [06:48:07.441] | ..$ socketOptions : chr "no-delay" [06:48:07.441] | ..$ useXDR : logi FALSE [06:48:07.441] | ..$ outfile : chr "/dev/null" [06:48:07.441] | ..$ renice : int NA [06:48:07.441] | ..$ rshcmd : NULL [06:48:07.441] | ..$ user : NULL [06:48:07.441] | ..$ revtunnel : logi NA [06:48:07.441] | ..$ rshlogfile : NULL [06:48:07.441] | ..$ rshopts : NULL [06:48:07.441] | ..$ rank : int 1 [06:48:07.441] | ..$ manual : logi FALSE [06:48:07.441] | ..$ dryrun : logi FALSE [06:48:07.441] | ..$ quiet : logi FALSE [06:48:07.441] | ..$ setup_strategy : chr "parallel" [06:48:07.441] | ..$ calls : logi FALSE [06:48:07.441] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:07.467] | [local output] System call to launch all workers: [06:48:07.467] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c375b570d.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=32023 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:07.468] | [local output] Starting PSOCK main server [06:48:07.473] | [local output] Workers launched [06:48:07.473] | [local output] Waiting for workers to connect back ... [06:48:07.473] | : [local output] 0 workers out of 1 ready [06:48:07.739] | : [local output] 0 workers out of 1 ready [06:48:07.740] | : [local output] 1 workers out of 1 ready [06:48:07.740] | [local output] Waiting for workers to connect back ... done [06:48:07.740] | [local output] Launching of 1 workers completed [06:48:07.740] | [local output] Number of nodes in cluster: 1 [06:48:07.741] | [local output] Collecting session information from 1 workers [06:48:07.742] | : [local output] Worker #1 of 1 [06:48:07.742] | [local output] Collecting session information from 1 workers [06:48:07.743] [local output] makeClusterPSOCK() ... done [06:48:07.748] [local output] makeClusterPSOCK() ... [06:48:07.752] | [local output] Workers: [n = 1] 'localhost' [06:48:07.756] | [local output] Base port: 22648 [06:48:07.757] | [local output] Getting setup options for 1 cluster nodes ... [06:48:07.757] | [local output] Node #1 of 1 ... [06:48:07.758] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:07.760] | [local output] Rscript port: 22648 [06:48:07.761] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:07.761] | [local output] Parallel setup requested for some PSOCK nodes [06:48:07.762] | [local output] Setting up PSOCK nodes in parallel [06:48:07.762] | List of 36 [06:48:07.762] | $ worker : chr "localhost" [06:48:07.762] | ..- attr(*, "localhost")= logi TRUE [06:48:07.762] | $ master : chr "localhost" [06:48:07.762] | $ port : int 22648 [06:48:07.762] | $ connectTimeout : num 120 [06:48:07.762] | $ timeout : num 120 [06:48:07.762] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:07.762] | $ homogeneous : logi TRUE [06:48:07.762] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:07.762] | $ rscript_envs : NULL [06:48:07.762] | $ rscript_libs : NULL [06:48:07.762] | $ rscript_startup : chr [1:2] "-e" "\"invisible({options(abc = 42L)})\"" [06:48:07.762] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:07.762] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:07.762] | $ methods : logi TRUE [06:48:07.762] | $ socketOptions : chr "no-delay" [06:48:07.762] | $ useXDR : logi FALSE [06:48:07.762] | $ outfile : chr "/dev/null" [06:48:07.762] | $ renice : int NA [06:48:07.762] | $ rshcmd : NULL [06:48:07.762] | $ user : chr(0) [06:48:07.762] | $ revtunnel : logi FALSE [06:48:07.762] | $ rshlogfile : NULL [06:48:07.762] | $ rshopts : chr(0) [06:48:07.762] | $ rank : int 1 [06:48:07.762] | $ manual : logi FALSE [06:48:07.762] | $ dryrun : logi FALSE [06:48:07.762] | $ quiet : logi FALSE [06:48:07.762] | $ setup_strategy : chr "parallel" [06:48:07.762] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:07.762] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c567f425c.pid" [06:48:07.762] | $ rshcmd_label : NULL [06:48:07.762] | $ rsh_call : NULL [06:48:07.762] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:07.762] | $ localMachine : logi TRUE [06:48:07.762] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:07.762] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:07.762] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:07.762] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:07.762] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:07.762] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:07.762] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:07.762] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:07.762] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:07.762] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:07.762] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:07.762] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:07.762] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:07.762] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:07.762] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:07.762] | $ arguments :List of 29 [06:48:07.762] | ..$ worker : chr "localhost" [06:48:07.762] | ..$ master : NULL [06:48:07.762] | ..$ port : int 22648 [06:48:07.762] | ..$ connectTimeout : num 120 [06:48:07.762] | ..$ timeout : num 120 [06:48:07.762] | ..$ rscript : NULL [06:48:07.762] | ..$ homogeneous : NULL [06:48:07.762] | ..$ rscript_args : NULL [06:48:07.762] | ..$ rscript_envs : NULL [06:48:07.762] | ..$ rscript_libs : NULL [06:48:07.762] | ..$ rscript_startup : language options(abc = 42L) [06:48:07.762] | ..$ rscript_sh : chr "auto" [06:48:07.762] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:07.762] | ..$ methods : logi TRUE [06:48:07.762] | ..$ socketOptions : chr "no-delay" [06:48:07.762] | ..$ useXDR : logi FALSE [06:48:07.762] | ..$ outfile : chr "/dev/null" [06:48:07.762] | ..$ renice : int NA [06:48:07.762] | ..$ rshcmd : NULL [06:48:07.762] | ..$ user : NULL [06:48:07.762] | ..$ revtunnel : logi NA [06:48:07.762] | ..$ rshlogfile : NULL [06:48:07.762] | ..$ rshopts : NULL [06:48:07.762] | ..$ rank : int 1 [06:48:07.762] | ..$ manual : logi FALSE [06:48:07.762] | ..$ dryrun : logi FALSE [06:48:07.762] | ..$ quiet : logi FALSE [06:48:07.762] | ..$ setup_strategy : chr "parallel" [06:48:07.762] | ..$ calls : logi FALSE [06:48:07.762] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:07.796] | [local output] System call to launch all workers: [06:48:07.797] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c567f425c.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=22648 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:07.797] | [local output] Starting PSOCK main server [06:48:07.802] | [local output] Workers launched [06:48:07.803] | [local output] Waiting for workers to connect back ... [06:48:07.803] | : [local output] 0 workers out of 1 ready [06:48:08.051] | : [local output] 0 workers out of 1 ready [06:48:08.052] | : [local output] 1 workers out of 1 ready [06:48:08.052] | [local output] Waiting for workers to connect back ... done [06:48:08.052] | [local output] Launching of 1 workers completed [06:48:08.053] | [local output] Number of nodes in cluster: 1 [06:48:08.053] | [local output] Collecting session information from 1 workers [06:48:08.055] | : [local output] Worker #1 of 1 [06:48:08.055] | [local output] Collecting session information from 1 workers [06:48:08.055] [local output] makeClusterPSOCK() ... done > 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] [06:48:08.111] [local output] makeClusterPSOCK() ... [06:48:08.114] | [local output] Workers: [n = 2] 'localhost', 'localhost' [06:48:08.118] | [local output] Base port: 39106 [06:48:08.118] | [local output] Getting setup options for 2 cluster nodes ... [06:48:08.118] | [local output] Node #1 of 2 ... [06:48:08.119] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:08.120] | [local output] Rscript port: 39106 [06:48:08.121] | [local output] Node #2 of 2 ... [06:48:08.122] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:08.123] | [local output] Rscript port: 39106 [06:48:08.123] | [local output] Getting setup options for 2 cluster nodes ... done [06:48:08.124] | [local output] Creating node #1 of 2 ... [06:48:08.124] | : [local output] setting up node [06:48:08.125] | : [local output] attempt #1 of 3 [06:48:08.125] | : [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:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c272b8da.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=39106 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [06:48:08.132] | : [local output] - Exit code of system() call: 0 [06:48:08.132] | : [local output] Waiting for worker #1 on 'localhost' to connect back [06:48:08.414] | : [local output] Connection with worker #1 on 'localhost' established [06:48:08.415] | [local output] Creating node #1 of 2 ... done [06:48:08.415] | [local output] Creating node #2 of 2 ... [06:48:08.415] | : [local output] setting up node [06:48:08.416] | : [local output] attempt #1 of 3 [06:48:08.416] | : [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:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=2.parallelly.parent=14172.375c78ea1593.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=39106 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [06:48:08.422] | : [local output] - Exit code of system() call: 0 [06:48:08.423] | : [local output] Waiting for worker #2 on 'localhost' to connect back [06:48:08.683] | : [local output] Connection with worker #2 on 'localhost' established [06:48:08.684] | [local output] Creating node #2 of 2 ... done [06:48:08.684] | [local output] Launching of 2 workers completed [06:48:08.684] | [local output] Number of nodes in cluster: 2 [06:48:08.685] | [local output] Collecting session information from 2 workers [06:48:08.687] | : [local output] Worker #1 of 2 [06:48:08.689] | : [local output] Worker #2 of 2 [06:48:08.689] | [local output] Collecting session information from 2 workers [06:48:08.689] [local output] makeClusterPSOCK() ... done user system elapsed 0.03 0.01 0.58 Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-11 r89152 ucrt), platform x86_64-w64-mingw32) [06:48:08.756] [local output] makeClusterPSOCK() ... [06:48:08.759] | [local output] Workers: [n = 2] 'localhost', 'localhost' [06:48:08.763] | [local output] Base port: 33240 [06:48:08.764] | [local output] Getting setup options for 2 cluster nodes ... [06:48:08.764] | [local output] Node #1 of 2 ... [06:48:08.765] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:08.767] | [local output] Rscript port: 33240 [06:48:08.768] | [local output] Node #2 of 2 ... [06:48:08.768] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:08.770] | [local output] Rscript port: 33240 [06:48:08.771] | [local output] Getting setup options for 2 cluster nodes ... done [06:48:08.771] | [local output] Parallel setup requested for some PSOCK nodes [06:48:08.772] | [local output] Setting up PSOCK nodes in parallel [06:48:08.772] | List of 36 [06:48:08.772] | $ worker : chr "localhost" [06:48:08.772] | ..- attr(*, "localhost")= logi TRUE [06:48:08.772] | $ master : chr "localhost" [06:48:08.772] | $ port : int 33240 [06:48:08.772] | $ connectTimeout : num 120 [06:48:08.772] | $ timeout : num 120 [06:48:08.772] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:08.772] | $ homogeneous : logi TRUE [06:48:08.772] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:08.772] | $ rscript_envs : NULL [06:48:08.772] | $ rscript_libs : NULL [06:48:08.772] | $ rscript_startup : NULL [06:48:08.772] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:08.772] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:08.772] | $ methods : logi TRUE [06:48:08.772] | $ socketOptions : chr "no-delay" [06:48:08.772] | $ useXDR : logi FALSE [06:48:08.772] | $ outfile : chr "/dev/null" [06:48:08.772] | $ renice : int NA [06:48:08.772] | $ rshcmd : NULL [06:48:08.772] | $ user : chr(0) [06:48:08.772] | $ revtunnel : logi FALSE [06:48:08.772] | $ rshlogfile : NULL [06:48:08.772] | $ rshopts : chr(0) [06:48:08.772] | $ rank : int 1 [06:48:08.772] | $ manual : logi FALSE [06:48:08.772] | $ dryrun : logi FALSE [06:48:08.772] | $ quiet : logi FALSE [06:48:08.772] | $ setup_strategy : chr "parallel" [06:48:08.772] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:08.772] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375cb8b4f4a.pid" [06:48:08.772] | $ rshcmd_label : NULL [06:48:08.772] | $ rsh_call : NULL [06:48:08.772] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:08.772] | $ localMachine : logi TRUE [06:48:08.772] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:08.772] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:08.772] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:08.772] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:08.772] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:08.772] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:08.772] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:08.772] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:08.772] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:08.772] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:08.772] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:08.772] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:08.772] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:08.772] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:08.772] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:08.772] | $ arguments :List of 29 [06:48:08.772] | ..$ worker : chr "localhost" [06:48:08.772] | ..$ master : NULL [06:48:08.772] | ..$ port : int 33240 [06:48:08.772] | ..$ connectTimeout : num 120 [06:48:08.772] | ..$ timeout : num 120 [06:48:08.772] | ..$ rscript : NULL [06:48:08.772] | ..$ homogeneous : NULL [06:48:08.772] | ..$ rscript_args : NULL [06:48:08.772] | ..$ rscript_envs : NULL [06:48:08.772] | ..$ rscript_libs : NULL [06:48:08.772] | ..$ rscript_startup : NULL [06:48:08.772] | ..$ rscript_sh : chr "auto" [06:48:08.772] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:08.772] | ..$ methods : logi TRUE [06:48:08.772] | ..$ socketOptions : chr "no-delay" [06:48:08.772] | ..$ useXDR : logi FALSE [06:48:08.772] | ..$ outfile : chr "/dev/null" [06:48:08.772] | ..$ renice : int NA [06:48:08.772] | ..$ rshcmd : NULL [06:48:08.772] | ..$ user : NULL [06:48:08.772] | ..$ revtunnel : logi NA [06:48:08.772] | ..$ rshlogfile : NULL [06:48:08.772] | ..$ rshopts : NULL [06:48:08.772] | ..$ rank : int 1 [06:48:08.772] | ..$ manual : logi FALSE [06:48:08.772] | ..$ dryrun : logi FALSE [06:48:08.772] | ..$ quiet : logi FALSE [06:48:08.772] | ..$ setup_strategy : chr "parallel" [06:48:08.772] | ..$ calls : logi FALSE [06:48:08.772] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:08.806] | [local output] System call to launch all workers: [06:48:08.806] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375cb8b4f4a.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=33240 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:08.806] | [local output] Starting PSOCK main server [06:48:08.816] | [local output] Workers launched [06:48:08.817] | [local output] Waiting for workers to connect back ... [06:48:08.817] | : [local output] 0 workers out of 2 ready [06:48:09.061] | : [local output] 0 workers out of 2 ready [06:48:09.062] | : [local output] 1 workers out of 2 ready [06:48:09.071] | : [local output] 1 workers out of 2 ready [06:48:09.072] | : [local output] 2 workers out of 2 ready [06:48:09.072] | [local output] Waiting for workers to connect back ... done [06:48:09.073] | [local output] Launching of 2 workers completed [06:48:09.073] | [local output] Number of nodes in cluster: 2 [06:48:09.074] | [local output] Collecting session information from 2 workers [06:48:09.076] | : [local output] Worker #1 of 2 [06:48:09.077] | : [local output] Worker #2 of 2 [06:48:09.078] | [local output] Collecting session information from 2 workers [06:48:09.078] [local output] makeClusterPSOCK() ... done user system elapsed 0.05 0.02 0.32 Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-12-11 r89152 ucrt), platform x86_64-w64-mingw32) > message("- makeClusterPSOCK() - with and w/out validation") - makeClusterPSOCK() - with and w/out validation > cl <- makeClusterPSOCK(1, validate = TRUE) [06:48:09.088] [local output] makeClusterPSOCK() ... [06:48:09.092] | [local output] Workers: [n = 1] 'localhost' [06:48:09.097] | [local output] Base port: 25073 [06:48:09.097] | [local output] Getting setup options for 1 cluster nodes ... [06:48:09.097] | [local output] Node #1 of 1 ... [06:48:09.098] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:09.101] | [local output] Rscript port: 25073 [06:48:09.101] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:09.102] | [local output] Parallel setup requested for some PSOCK nodes [06:48:09.102] | [local output] Setting up PSOCK nodes in parallel [06:48:09.103] | List of 36 [06:48:09.103] | $ worker : chr "localhost" [06:48:09.103] | ..- attr(*, "localhost")= logi TRUE [06:48:09.103] | $ master : chr "localhost" [06:48:09.103] | $ port : int 25073 [06:48:09.103] | $ connectTimeout : num 120 [06:48:09.103] | $ timeout : num 120 [06:48:09.103] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:09.103] | $ homogeneous : logi TRUE [06:48:09.103] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:09.103] | $ rscript_envs : NULL [06:48:09.103] | $ rscript_libs : NULL [06:48:09.103] | $ rscript_startup : NULL [06:48:09.103] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:09.103] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:09.103] | $ methods : logi TRUE [06:48:09.103] | $ socketOptions : chr "no-delay" [06:48:09.103] | $ useXDR : logi FALSE [06:48:09.103] | $ outfile : chr "/dev/null" [06:48:09.103] | $ renice : int NA [06:48:09.103] | $ rshcmd : NULL [06:48:09.103] | $ user : chr(0) [06:48:09.103] | $ revtunnel : logi FALSE [06:48:09.103] | $ rshlogfile : NULL [06:48:09.103] | $ rshopts : chr(0) [06:48:09.103] | $ rank : int 1 [06:48:09.103] | $ manual : logi FALSE [06:48:09.103] | $ dryrun : logi FALSE [06:48:09.103] | $ quiet : logi FALSE [06:48:09.103] | $ setup_strategy : chr "parallel" [06:48:09.103] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:09.103] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c7eec38c.pid" [06:48:09.103] | $ rshcmd_label : NULL [06:48:09.103] | $ rsh_call : NULL [06:48:09.103] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:09.103] | $ localMachine : logi TRUE [06:48:09.103] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:09.103] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:09.103] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:09.103] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:09.103] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:09.103] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:09.103] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:09.103] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:09.103] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:09.103] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:09.103] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:09.103] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:09.103] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:09.103] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:09.103] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:09.103] | $ arguments :List of 29 [06:48:09.103] | ..$ worker : chr "localhost" [06:48:09.103] | ..$ master : NULL [06:48:09.103] | ..$ port : int 25073 [06:48:09.103] | ..$ connectTimeout : num 120 [06:48:09.103] | ..$ timeout : num 120 [06:48:09.103] | ..$ rscript : NULL [06:48:09.103] | ..$ homogeneous : NULL [06:48:09.103] | ..$ rscript_args : NULL [06:48:09.103] | ..$ rscript_envs : NULL [06:48:09.103] | ..$ rscript_libs : NULL [06:48:09.103] | ..$ rscript_startup : NULL [06:48:09.103] | ..$ rscript_sh : chr "auto" [06:48:09.103] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:09.103] | ..$ methods : logi TRUE [06:48:09.103] | ..$ socketOptions : chr "no-delay" [06:48:09.103] | ..$ useXDR : logi FALSE [06:48:09.103] | ..$ outfile : chr "/dev/null" [06:48:09.103] | ..$ renice : int NA [06:48:09.103] | ..$ rshcmd : NULL [06:48:09.103] | ..$ user : NULL [06:48:09.103] | ..$ revtunnel : logi NA [06:48:09.103] | ..$ rshlogfile : NULL [06:48:09.103] | ..$ rshopts : NULL [06:48:09.103] | ..$ rank : int 1 [06:48:09.103] | ..$ manual : logi FALSE [06:48:09.103] | ..$ dryrun : logi FALSE [06:48:09.103] | ..$ quiet : logi FALSE [06:48:09.103] | ..$ setup_strategy : chr "parallel" [06:48:09.103] | ..$ calls : logi FALSE [06:48:09.103] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:09.133] | [local output] System call to launch all workers: [06:48:09.133] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c7eec38c.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=25073 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:09.133] | [local output] Starting PSOCK main server [06:48:09.139] | [local output] Workers launched [06:48:09.139] | [local output] Waiting for workers to connect back ... [06:48:09.140] | : [local output] 0 workers out of 1 ready [06:48:09.416] | : [local output] 0 workers out of 1 ready [06:48:09.417] | : [local output] 1 workers out of 1 ready [06:48:09.417] | [local output] Waiting for workers to connect back ... done [06:48:09.417] | [local output] Launching of 1 workers completed [06:48:09.418] | [local output] Number of nodes in cluster: 1 [06:48:09.418] | [local output] Collecting session information from 1 workers [06:48:09.420] | : [local output] Worker #1 of 1 [06:48:09.420] | [local output] Collecting session information from 1 workers [06:48:09.420] [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) [06:48:09.427] [local output] makeClusterPSOCK() ... [06:48:09.431] | [local output] Workers: [n = 1] 'localhost' [06:48:09.435] | [local output] Base port: 37546 [06:48:09.436] | [local output] Getting setup options for 1 cluster nodes ... [06:48:09.436] | [local output] Node #1 of 1 ... [06:48:09.437] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:09.440] | [local output] Rscript port: 37546 [06:48:09.441] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:09.441] | [local output] Parallel setup requested for some PSOCK nodes [06:48:09.442] | [local output] Setting up PSOCK nodes in parallel [06:48:09.443] | List of 36 [06:48:09.443] | $ worker : chr "localhost" [06:48:09.443] | ..- attr(*, "localhost")= logi TRUE [06:48:09.443] | $ master : chr "localhost" [06:48:09.443] | $ port : int 37546 [06:48:09.443] | $ connectTimeout : num 120 [06:48:09.443] | $ timeout : num 120 [06:48:09.443] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:09.443] | $ homogeneous : logi TRUE [06:48:09.443] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:09.443] | $ rscript_envs : NULL [06:48:09.443] | $ rscript_libs : NULL [06:48:09.443] | $ rscript_startup : NULL [06:48:09.443] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:09.443] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:09.443] | $ methods : logi TRUE [06:48:09.443] | $ socketOptions : chr "no-delay" [06:48:09.443] | $ useXDR : logi FALSE [06:48:09.443] | $ outfile : chr "/dev/null" [06:48:09.443] | $ renice : int NA [06:48:09.443] | $ rshcmd : NULL [06:48:09.443] | $ user : chr(0) [06:48:09.443] | $ revtunnel : logi FALSE [06:48:09.443] | $ rshlogfile : NULL [06:48:09.443] | $ rshopts : chr(0) [06:48:09.443] | $ rank : int 1 [06:48:09.443] | $ manual : logi FALSE [06:48:09.443] | $ dryrun : logi FALSE [06:48:09.443] | $ quiet : logi FALSE [06:48:09.443] | $ setup_strategy : chr "parallel" [06:48:09.443] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:09.443] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c4ad91690.pid" [06:48:09.443] | $ rshcmd_label : NULL [06:48:09.443] | $ rsh_call : NULL [06:48:09.443] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:09.443] | $ localMachine : logi TRUE [06:48:09.443] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:09.443] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:09.443] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:09.443] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:09.443] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:09.443] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:09.443] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:09.443] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:09.443] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:09.443] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:09.443] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:09.443] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:09.443] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:09.443] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:09.443] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:09.443] | $ arguments :List of 29 [06:48:09.443] | ..$ worker : chr "localhost" [06:48:09.443] | ..$ master : NULL [06:48:09.443] | ..$ port : int 37546 [06:48:09.443] | ..$ connectTimeout : num 120 [06:48:09.443] | ..$ timeout : num 120 [06:48:09.443] | ..$ rscript : NULL [06:48:09.443] | ..$ homogeneous : NULL [06:48:09.443] | ..$ rscript_args : NULL [06:48:09.443] | ..$ rscript_envs : NULL [06:48:09.443] | ..$ rscript_libs : NULL [06:48:09.443] | ..$ rscript_startup : NULL [06:48:09.443] | ..$ rscript_sh : chr "auto" [06:48:09.443] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:09.443] | ..$ methods : logi TRUE [06:48:09.443] | ..$ socketOptions : chr "no-delay" [06:48:09.443] | ..$ useXDR : logi FALSE [06:48:09.443] | ..$ outfile : chr "/dev/null" [06:48:09.443] | ..$ renice : int NA [06:48:09.443] | ..$ rshcmd : NULL [06:48:09.443] | ..$ user : NULL [06:48:09.443] | ..$ revtunnel : logi NA [06:48:09.443] | ..$ rshlogfile : NULL [06:48:09.443] | ..$ rshopts : NULL [06:48:09.443] | ..$ rank : int 1 [06:48:09.443] | ..$ manual : logi FALSE [06:48:09.443] | ..$ dryrun : logi FALSE [06:48:09.443] | ..$ quiet : logi FALSE [06:48:09.443] | ..$ setup_strategy : chr "parallel" [06:48:09.443] | ..$ calls : logi FALSE [06:48:09.443] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:09.478] | [local output] System call to launch all workers: [06:48:09.479] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c4ad91690.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=37546 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:09.479] | [local output] Starting PSOCK main server [06:48:09.485] | [local output] Workers launched [06:48:09.486] | [local output] Waiting for workers to connect back ... [06:48:09.486] | : [local output] 0 workers out of 1 ready [06:48:09.741] | : [local output] 0 workers out of 1 ready [06:48:09.742] | : [local output] 1 workers out of 1 ready [06:48:09.742] | [local output] Waiting for workers to connect back ... done [06:48:09.742] | [local output] Launching of 1 workers completed [06:48:09.743] | [local output] Number of nodes in cluster: 1 [06:48:09.743] [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 = "") [06:48:09.749] [local output] makeClusterPSOCK() ... [06:48:09.754] | [local output] Workers: [n = 1] 'localhost' [06:48:09.758] | [local output] Base port: 33058 [06:48:09.759] | [local output] Getting setup options for 1 cluster nodes ... [06:48:09.759] | [local output] Node #1 of 1 ... [06:48:09.760] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:09.762] | [local output] Rscript port: 33058 [06:48:09.763] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:09.763] | [local output] Parallel setup requested for some PSOCK nodes [06:48:09.764] | [local output] Setting up PSOCK nodes in parallel [06:48:09.764] | List of 36 [06:48:09.764] | $ worker : chr "localhost" [06:48:09.764] | ..- attr(*, "localhost")= logi TRUE [06:48:09.764] | $ master : chr "localhost" [06:48:09.764] | $ port : int 33058 [06:48:09.764] | $ connectTimeout : num 120 [06:48:09.764] | $ timeout : num 120 [06:48:09.764] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:09.764] | $ homogeneous : logi TRUE [06:48:09.764] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:09.764] | $ rscript_envs : NULL [06:48:09.764] | $ rscript_libs : NULL [06:48:09.764] | $ rscript_startup : NULL [06:48:09.764] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:09.764] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:09.764] | $ methods : logi TRUE [06:48:09.764] | $ socketOptions : chr "no-delay" [06:48:09.764] | $ useXDR : logi FALSE [06:48:09.764] | $ outfile : chr "" [06:48:09.764] | $ renice : int NA [06:48:09.764] | $ rshcmd : NULL [06:48:09.764] | $ user : chr(0) [06:48:09.764] | $ revtunnel : logi FALSE [06:48:09.764] | $ rshlogfile : NULL [06:48:09.764] | $ rshopts : chr(0) [06:48:09.764] | $ rank : int 1 [06:48:09.764] | $ manual : logi FALSE [06:48:09.764] | $ dryrun : logi FALSE [06:48:09.764] | $ quiet : logi FALSE [06:48:09.764] | $ setup_strategy : chr "parallel" [06:48:09.764] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:09.764] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c28f22733.pid" [06:48:09.764] | $ rshcmd_label : NULL [06:48:09.764] | $ rsh_call : NULL [06:48:09.764] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:09.764] | $ localMachine : logi TRUE [06:48:09.764] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:09.764] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:09.764] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:09.764] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:09.764] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:09.764] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:09.764] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:09.764] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:09.764] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:09.764] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:09.764] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:09.764] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:09.764] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:09.764] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:09.764] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:09.764] | $ arguments :List of 29 [06:48:09.764] | ..$ worker : chr "localhost" [06:48:09.764] | ..$ master : NULL [06:48:09.764] | ..$ port : int 33058 [06:48:09.764] | ..$ connectTimeout : num 120 [06:48:09.764] | ..$ timeout : num 120 [06:48:09.764] | ..$ rscript : NULL [06:48:09.764] | ..$ homogeneous : NULL [06:48:09.764] | ..$ rscript_args : NULL [06:48:09.764] | ..$ rscript_envs : NULL [06:48:09.764] | ..$ rscript_libs : NULL [06:48:09.764] | ..$ rscript_startup : NULL [06:48:09.764] | ..$ rscript_sh : chr "auto" [06:48:09.764] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:09.764] | ..$ methods : logi TRUE [06:48:09.764] | ..$ socketOptions : chr "no-delay" [06:48:09.764] | ..$ useXDR : logi FALSE [06:48:09.764] | ..$ outfile : chr "" [06:48:09.764] | ..$ renice : int NA [06:48:09.764] | ..$ rshcmd : NULL [06:48:09.764] | ..$ user : NULL [06:48:09.764] | ..$ revtunnel : logi NA [06:48:09.764] | ..$ rshlogfile : NULL [06:48:09.764] | ..$ rshopts : NULL [06:48:09.764] | ..$ rank : int 1 [06:48:09.764] | ..$ manual : logi FALSE [06:48:09.764] | ..$ dryrun : logi FALSE [06:48:09.764] | ..$ quiet : logi FALSE [06:48:09.764] | ..$ setup_strategy : chr "parallel" [06:48:09.764] | ..$ calls : logi FALSE [06:48:09.764] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:09.801] | [local output] System call to launch all workers: [06:48:09.802] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c28f22733.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=33058 OUT= TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:09.802] | [local output] Starting PSOCK main server [06:48:09.808] | [local output] Workers launched [06:48:09.809] | [local output] Waiting for workers to connect back ... [06:48:09.809] | : [local output] 0 workers out of 1 ready starting worker pid=31340 on localhost:33058 at 06:48:10.038 [06:48:10.048] | : [local output] 0 workers out of 1 ready [06:48:10.049] | : [local output] 1 workers out of 1 ready [06:48:10.049] | [local output] Waiting for workers to connect back ... done [06:48:10.049] | [local output] Launching of 1 workers completed [06:48:10.049] | [local output] Number of nodes in cluster: 1 [06:48:10.050] | [local output] Collecting session information from 1 workers [06:48:10.051] | : [local output] Worker #1 of 1 [06:48:10.051] | [local output] Collecting session information from 1 workers [06:48:10.052] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2025-12-11 r89152 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) [06:48:10.058] [local output] makeClusterPSOCK() ... [06:48:10.061] | [local output] Workers: [n = 1] 'localhost' [06:48:10.064] | [local output] Base port: 36436 [06:48:10.065] | [local output] Getting setup options for 1 cluster nodes ... [06:48:10.065] | [local output] Node #1 of 1 ... [06:48:10.066] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:10.067] | [local output] Rscript port: 36436 [06:48:10.068] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:10.068] | [local output] Parallel setup requested for some PSOCK nodes [06:48:10.068] | [local output] Setting up PSOCK nodes in parallel [06:48:10.068] | List of 36 [06:48:10.068] | $ worker : chr "localhost" [06:48:10.068] | ..- attr(*, "localhost")= logi TRUE [06:48:10.068] | $ master : chr "localhost" [06:48:10.068] | $ port : int 36436 [06:48:10.068] | $ connectTimeout : num 120 [06:48:10.068] | $ timeout : num 120 [06:48:10.068] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:10.068] | $ homogeneous : logi TRUE [06:48:10.068] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:10.068] | $ rscript_envs : NULL [06:48:10.068] | $ rscript_libs : NULL [06:48:10.068] | $ rscript_startup : NULL [06:48:10.068] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:10.068] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:10.068] | $ methods : logi TRUE [06:48:10.068] | $ socketOptions : chr "no-delay" [06:48:10.068] | $ useXDR : logi FALSE [06:48:10.068] | $ outfile : chr "/dev/null" [06:48:10.068] | $ renice : int NA [06:48:10.068] | $ rshcmd : NULL [06:48:10.068] | $ user : chr(0) [06:48:10.068] | $ revtunnel : logi FALSE [06:48:10.068] | $ rshlogfile : NULL [06:48:10.068] | $ rshopts : chr(0) [06:48:10.068] | $ rank : int 1 [06:48:10.068] | $ manual : logi FALSE [06:48:10.068] | $ dryrun : logi FALSE [06:48:10.068] | $ quiet : logi FALSE [06:48:10.068] | $ setup_strategy : chr "parallel" [06:48:10.068] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:10.068] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c7f9a5de0.pid" [06:48:10.068] | $ rshcmd_label : NULL [06:48:10.068] | $ rsh_call : NULL [06:48:10.068] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:10.068] | $ localMachine : logi TRUE [06:48:10.068] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:10.068] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:10.068] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:10.068] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:10.068] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:10.068] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:10.068] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:10.068] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:10.068] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:10.068] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:10.068] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:10.068] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:10.068] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:10.068] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:10.068] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:10.068] | $ arguments :List of 29 [06:48:10.068] | ..$ worker : chr "localhost" [06:48:10.068] | ..$ master : NULL [06:48:10.068] | ..$ port : int 36436 [06:48:10.068] | ..$ connectTimeout : num 120 [06:48:10.068] | ..$ timeout : num 120 [06:48:10.068] | ..$ rscript : NULL [06:48:10.068] | ..$ homogeneous : NULL [06:48:10.068] | ..$ rscript_args : NULL [06:48:10.068] | ..$ rscript_envs : NULL [06:48:10.068] | ..$ rscript_libs : NULL [06:48:10.068] | ..$ rscript_startup : NULL [06:48:10.068] | ..$ rscript_sh : chr "auto" [06:48:10.068] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:10.068] | ..$ methods : logi TRUE [06:48:10.068] | ..$ socketOptions : chr "no-delay" [06:48:10.068] | ..$ useXDR : logi FALSE [06:48:10.068] | ..$ outfile : chr "/dev/null" [06:48:10.068] | ..$ renice : int NA [06:48:10.068] | ..$ rshcmd : NULL [06:48:10.068] | ..$ user : NULL [06:48:10.068] | ..$ revtunnel : logi NA [06:48:10.068] | ..$ rshlogfile : NULL [06:48:10.068] | ..$ rshopts : NULL [06:48:10.068] | ..$ rank : int 1 [06:48:10.068] | ..$ manual : logi FALSE [06:48:10.068] | ..$ dryrun : logi FALSE [06:48:10.068] | ..$ quiet : logi FALSE [06:48:10.068] | ..$ setup_strategy : chr "parallel" [06:48:10.068] | ..$ calls : logi FALSE [06:48:10.068] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:10.093] | [local output] System call to launch all workers: [06:48:10.093] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c7f9a5de0.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=36436 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:10.094] | [local output] Starting PSOCK main server [06:48:10.099] | [local output] Workers launched [06:48:10.100] | [local output] Waiting for workers to connect back ... [06:48:10.100] | : [local output] 0 workers out of 1 ready [06:48:10.357] | : [local output] 0 workers out of 1 ready [06:48:10.357] | : [local output] 1 workers out of 1 ready [06:48:10.358] | [local output] Waiting for workers to connect back ... done [06:48:10.358] | [local output] Launching of 1 workers completed [06:48:10.358] | [local output] Number of nodes in cluster: 1 [06:48:10.358] | [local output] Collecting session information from 1 workers [06:48:10.359] | : [local output] Worker #1 of 1 [06:48:10.359] | [local output] Collecting session information from 1 workers [06:48:10.360] [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' [06:48:10.372] [local output] makeClusterPSOCK() ... [06:48:10.375] | [local output] Workers: [n = 1] 'localhost' [06:48:10.379] | [local output] Base port: 22980 [06:48:10.379] | [local output] Getting setup options for 1 cluster nodes ... [06:48:10.379] | [local output] Node #1 of 1 ... [06:48:10.380] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:10.382] | 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/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c12f566b8.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c12f566b8.pid\")"' [06:48:10.830] | - Possible to infer worker's PID: TRUE [06:48:10.831] | [local output] Rscript port: 22980 [06:48:10.832] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:10.832] | [local output] Parallel setup requested for some PSOCK nodes [06:48:10.833] | [local output] Setting up PSOCK nodes in parallel [06:48:10.833] | List of 36 [06:48:10.833] | $ worker : chr "localhost" [06:48:10.833] | ..- attr(*, "localhost")= logi TRUE [06:48:10.833] | $ master : chr "localhost" [06:48:10.833] | $ port : int 22980 [06:48:10.833] | $ connectTimeout : num 120 [06:48:10.833] | $ timeout : num 120 [06:48:10.833] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [06:48:10.833] | $ homogeneous : logi TRUE [06:48:10.833] | $ rscript_args : chr "R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#label=test-make"| __truncated__ [06:48:10.833] | $ rscript_envs : NULL [06:48:10.833] | $ rscript_libs : NULL [06:48:10.833] | $ rscript_startup : NULL [06:48:10.833] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:10.833] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:10.833] | $ methods : logi TRUE [06:48:10.833] | $ socketOptions : chr "no-delay" [06:48:10.833] | $ useXDR : logi FALSE [06:48:10.833] | $ outfile : chr "/dev/null" [06:48:10.833] | $ renice : int NA [06:48:10.833] | $ rshcmd : NULL [06:48:10.833] | $ user : chr(0) [06:48:10.833] | $ revtunnel : logi FALSE [06:48:10.833] | $ rshlogfile : NULL [06:48:10.833] | $ rshopts : chr(0) [06:48:10.833] | $ rank : int 1 [06:48:10.833] | $ manual : logi FALSE [06:48:10.833] | $ dryrun : logi FALSE [06:48:10.833] | $ quiet : logi FALSE [06:48:10.833] | $ setup_strategy : chr "parallel" [06:48:10.833] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [06:48:10.833] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c12f566b8.pid" [06:48:10.833] | $ rshcmd_label : NULL [06:48:10.833] | $ rsh_call : NULL [06:48:10.833] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [06:48:10.833] | $ localMachine : logi TRUE [06:48:10.833] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:10.833] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:10.833] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:10.833] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:10.833] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:10.833] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:10.833] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:10.833] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:10.833] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:10.833] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:10.833] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:10.833] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:10.833] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:10.833] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:10.833] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:10.833] | $ arguments :List of 29 [06:48:10.833] | ..$ worker : chr "localhost" [06:48:10.833] | ..$ master : NULL [06:48:10.833] | ..$ port : int 22980 [06:48:10.833] | ..$ connectTimeout : num 120 [06:48:10.833] | ..$ timeout : num 120 [06:48:10.833] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [06:48:10.833] | ..$ homogeneous : NULL [06:48:10.833] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [06:48:10.833] | ..$ rscript_envs : NULL [06:48:10.833] | ..$ rscript_libs : NULL [06:48:10.833] | ..$ rscript_startup : NULL [06:48:10.833] | ..$ rscript_sh : chr "auto" [06:48:10.833] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:10.833] | ..$ methods : logi TRUE [06:48:10.833] | ..$ socketOptions : chr "no-delay" [06:48:10.833] | ..$ useXDR : logi FALSE [06:48:10.833] | ..$ outfile : chr "/dev/null" [06:48:10.833] | ..$ renice : int NA [06:48:10.833] | ..$ rshcmd : NULL [06:48:10.833] | ..$ user : NULL [06:48:10.833] | ..$ revtunnel : logi NA [06:48:10.833] | ..$ rshlogfile : NULL [06:48:10.833] | ..$ rshopts : NULL [06:48:10.833] | ..$ rank : int 1 [06:48:10.833] | ..$ manual : logi FALSE [06:48:10.833] | ..$ dryrun : logi FALSE [06:48:10.833] | ..$ quiet : logi FALSE [06:48:10.833] | ..$ setup_strategy : chr "parallel" [06:48:10.833] | ..$ calls : logi FALSE [06:48:10.833] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:10.873] | [local output] System call to launch all workers: [06:48:10.874] | [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:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c12f566b8.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=22980 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:10.874] | [local output] Starting PSOCK main server [06:48:10.881] | [local output] Workers launched [06:48:10.881] | [local output] Waiting for workers to connect back ... [06:48:10.881] | : [local output] 0 workers out of 1 ready [06:48:11.130] | : [local output] 0 workers out of 1 ready [06:48:11.131] | : [local output] 1 workers out of 1 ready [06:48:11.131] | [local output] Waiting for workers to connect back ... done [06:48:11.131] | [local output] Launching of 1 workers completed [06:48:11.132] | [local output] Number of nodes in cluster: 1 [06:48:11.132] | [local output] Collecting session information from 1 workers [06:48:11.133] | : [local output] Worker #1 of 1 [06:48:11.134] | [local output] Collecting session information from 1 workers [06:48:11.134] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [06:48:11.140] [local output] makeClusterPSOCK() ... [06:48:11.143] | [local output] Workers: [n = 1] 'localhost' [06:48:11.148] | [local output] Base port: 24776 [06:48:11.148] | [local output] Getting setup options for 1 cluster nodes ... [06:48:11.149] | [local output] Node #1 of 1 ... [06:48:11.150] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:11.152] | [local output] Rscript port: 24776 [06:48:11.153] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:11.153] | [local output] Parallel setup requested for some PSOCK nodes [06:48:11.154] | [local output] Setting up PSOCK nodes in parallel [06:48:11.154] | List of 36 [06:48:11.154] | $ worker : chr "localhost" [06:48:11.154] | ..- attr(*, "localhost")= logi TRUE [06:48:11.154] | $ master : chr "localhost" [06:48:11.154] | $ port : int 24776 [06:48:11.154] | $ connectTimeout : num 120 [06:48:11.154] | $ timeout : num 120 [06:48:11.154] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [06:48:11.154] | $ homogeneous : logi TRUE [06:48:11.154] | $ rscript_args : chr "R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#label=test-make"| __truncated__ [06:48:11.154] | $ rscript_envs : NULL [06:48:11.154] | $ rscript_libs : NULL [06:48:11.154] | $ rscript_startup : NULL [06:48:11.154] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:11.154] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:11.154] | $ methods : logi TRUE [06:48:11.154] | $ socketOptions : chr "no-delay" [06:48:11.154] | $ useXDR : logi FALSE [06:48:11.154] | $ outfile : chr "/dev/null" [06:48:11.154] | $ renice : int NA [06:48:11.154] | $ rshcmd : NULL [06:48:11.154] | $ user : chr(0) [06:48:11.154] | $ revtunnel : logi FALSE [06:48:11.154] | $ rshlogfile : NULL [06:48:11.154] | $ rshopts : chr(0) [06:48:11.154] | $ rank : int 1 [06:48:11.154] | $ manual : logi FALSE [06:48:11.154] | $ dryrun : logi FALSE [06:48:11.154] | $ quiet : logi FALSE [06:48:11.154] | $ setup_strategy : chr "parallel" [06:48:11.154] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [06:48:11.154] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c15ef4e87.pid" [06:48:11.154] | $ rshcmd_label : NULL [06:48:11.154] | $ rsh_call : NULL [06:48:11.154] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [06:48:11.154] | $ localMachine : logi TRUE [06:48:11.154] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:11.154] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:11.154] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:11.154] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:11.154] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:11.154] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:11.154] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:11.154] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:11.154] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:11.154] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:11.154] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:11.154] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:11.154] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:11.154] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:11.154] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:11.154] | $ arguments :List of 29 [06:48:11.154] | ..$ worker : chr "localhost" [06:48:11.154] | ..$ master : NULL [06:48:11.154] | ..$ port : int 24776 [06:48:11.154] | ..$ connectTimeout : num 120 [06:48:11.154] | ..$ timeout : num 120 [06:48:11.154] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [06:48:11.154] | ..$ homogeneous : NULL [06:48:11.154] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [06:48:11.154] | ..$ rscript_envs : NULL [06:48:11.154] | ..$ rscript_libs : NULL [06:48:11.154] | ..$ rscript_startup : NULL [06:48:11.154] | ..$ rscript_sh : chr "auto" [06:48:11.154] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:11.154] | ..$ methods : logi TRUE [06:48:11.154] | ..$ socketOptions : chr "no-delay" [06:48:11.154] | ..$ useXDR : logi FALSE [06:48:11.154] | ..$ outfile : chr "/dev/null" [06:48:11.154] | ..$ renice : int NA [06:48:11.154] | ..$ rshcmd : NULL [06:48:11.154] | ..$ user : NULL [06:48:11.154] | ..$ revtunnel : logi NA [06:48:11.154] | ..$ rshlogfile : NULL [06:48:11.154] | ..$ rshopts : NULL [06:48:11.154] | ..$ rank : int 1 [06:48:11.154] | ..$ manual : logi FALSE [06:48:11.154] | ..$ dryrun : logi FALSE [06:48:11.154] | ..$ quiet : logi FALSE [06:48:11.154] | ..$ setup_strategy : chr "parallel" [06:48:11.154] | ..$ calls : logi FALSE [06:48:11.154] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:11.195] | [local output] System call to launch all workers: [06:48:11.195] | [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:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c15ef4e87.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=24776 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:11.196] | [local output] Starting PSOCK main server [06:48:11.223] | [local output] Workers launched [06:48:11.223] | [local output] Waiting for workers to connect back ... [06:48:11.224] | : [local output] 0 workers out of 1 ready [06:48:11.486] | : [local output] 0 workers out of 1 ready [06:48:11.487] | : [local output] 1 workers out of 1 ready [06:48:11.488] | [local output] Waiting for workers to connect back ... done [06:48:11.488] | [local output] Launching of 1 workers completed [06:48:11.488] | [local output] Number of nodes in cluster: 1 [06:48:11.488] | [local output] Collecting session information from 1 workers [06:48:11.490] | : [local output] Worker #1 of 1 [06:48:11.490] | [local output] Collecting session information from 1 workers [06:48:11.490] [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' [06:48:11.512] [local output] makeClusterPSOCK() ... [06:48:11.514] | [local output] Workers: [n = 1] 'localhost' [06:48:11.518] | [local output] Base port: 26290 [06:48:11.518] | [local output] Getting setup options for 1 cluster nodes ... [06:48:11.518] | [local output] Node #1 of 1 ... [06:48:11.519] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:11.520] | 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/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c4c812bf6.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c4c812bf6.pid\")"' [06:48:11.845] | - Possible to infer worker's PID: TRUE [06:48:11.847] | [local output] Rscript port: 26290 [06:48:11.848] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:11.848] | [local output] Parallel setup requested for some PSOCK nodes [06:48:11.849] | [local output] Setting up PSOCK nodes in parallel [06:48:11.850] | List of 36 [06:48:11.850] | $ worker : chr "localhost" [06:48:11.850] | ..- attr(*, "localhost")= logi TRUE [06:48:11.850] | $ master : chr "localhost" [06:48:11.850] | $ port : int 26290 [06:48:11.850] | $ connectTimeout : num 120 [06:48:11.850] | $ timeout : num 120 [06:48:11.850] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\"" [06:48:11.850] | $ homogeneous : logi TRUE [06:48:11.850] | $ rscript_args : chr "--default-packages=utils,tools -e \"#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN\" -e \"try(suppressWarni"| __truncated__ [06:48:11.850] | $ rscript_envs : NULL [06:48:11.850] | $ rscript_libs : NULL [06:48:11.850] | $ rscript_startup : NULL [06:48:11.850] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:11.850] | $ default_packages: chr [1:2] "utils" "tools" [06:48:11.850] | $ methods : logi TRUE [06:48:11.850] | $ socketOptions : chr "no-delay" [06:48:11.850] | $ useXDR : logi FALSE [06:48:11.850] | $ outfile : chr "/dev/null" [06:48:11.850] | $ renice : int NA [06:48:11.850] | $ rshcmd : NULL [06:48:11.850] | $ user : chr(0) [06:48:11.850] | $ revtunnel : logi FALSE [06:48:11.850] | $ rshlogfile : NULL [06:48:11.850] | $ rshopts : chr(0) [06:48:11.850] | $ rank : int 1 [06:48:11.850] | $ manual : logi FALSE [06:48:11.850] | $ dryrun : logi FALSE [06:48:11.850] | $ quiet : logi FALSE [06:48:11.850] | $ setup_strategy : chr "parallel" [06:48:11.850] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=utils,tools -e \"#label=test-makeClusterP"| __truncated__ [06:48:11.850] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c4c812bf6.pid" [06:48:11.850] | $ rshcmd_label : NULL [06:48:11.850] | $ rsh_call : NULL [06:48:11.850] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=utils,tools -e \"#label=test-makeClusterP"| __truncated__ [06:48:11.850] | $ localMachine : logi TRUE [06:48:11.850] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:11.850] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:11.850] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:11.850] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:11.850] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:11.850] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:11.850] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:11.850] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:11.850] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:11.850] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:11.850] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:11.850] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:11.850] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:11.850] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:11.850] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:11.850] | $ arguments :List of 29 [06:48:11.850] | ..$ worker : chr "localhost" [06:48:11.850] | ..$ master : NULL [06:48:11.850] | ..$ port : int 26290 [06:48:11.850] | ..$ connectTimeout : num 120 [06:48:11.850] | ..$ timeout : num 120 [06:48:11.850] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rscript" [06:48:11.850] | ..$ homogeneous : NULL [06:48:11.850] | ..$ rscript_args : NULL [06:48:11.850] | ..$ rscript_envs : NULL [06:48:11.850] | ..$ rscript_libs : NULL [06:48:11.850] | ..$ rscript_startup : NULL [06:48:11.850] | ..$ rscript_sh : chr "auto" [06:48:11.850] | ..$ default_packages: chr [1:2] "utils" "tools" [06:48:11.850] | ..$ methods : logi TRUE [06:48:11.850] | ..$ socketOptions : chr "no-delay" [06:48:11.850] | ..$ useXDR : logi FALSE [06:48:11.850] | ..$ outfile : chr "/dev/null" [06:48:11.850] | ..$ renice : int NA [06:48:11.850] | ..$ rshcmd : NULL [06:48:11.850] | ..$ user : NULL [06:48:11.850] | ..$ revtunnel : logi NA [06:48:11.850] | ..$ rshlogfile : NULL [06:48:11.850] | ..$ rshopts : NULL [06:48:11.850] | ..$ rank : int 1 [06:48:11.850] | ..$ manual : logi FALSE [06:48:11.850] | ..$ dryrun : logi FALSE [06:48:11.850] | ..$ quiet : logi FALSE [06:48:11.850] | ..$ setup_strategy : chr "parallel" [06:48:11.850] | ..$ calls : logi FALSE [06:48:11.850] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:11.895] | [local output] System call to launch all workers: [06:48:11.895] | [local output] "D:\RCompile\recent\R\bin\x64\Rscript.exe" --default-packages=utils,tools -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c4c812bf6.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=26290 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:11.896] | [local output] Starting PSOCK main server [06:48:11.902] | [local output] Workers launched [06:48:11.902] | [local output] Waiting for workers to connect back ... [06:48:11.903] | : [local output] 0 workers out of 1 ready [06:48:12.026] | : [local output] 0 workers out of 1 ready [06:48:12.027] | : [local output] 1 workers out of 1 ready [06:48:12.027] | [local output] Waiting for workers to connect back ... done [06:48:12.028] | [local output] Launching of 1 workers completed [06:48:12.028] | [local output] Number of nodes in cluster: 1 [06:48:12.028] | [local output] Collecting session information from 1 workers [06:48:12.030] | : [local output] Worker #1 of 1 [06:48:12.030] | [local output] Collecting session information from 1 workers [06:48:12.030] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [06:48:12.036] [local output] makeClusterPSOCK() ... [06:48:12.039] | [local output] Workers: [n = 1] 'localhost' [06:48:12.043] | [local output] Base port: 23669 [06:48:12.044] | [local output] Getting setup options for 1 cluster nodes ... [06:48:12.044] | [local output] Node #1 of 1 ... [06:48:12.045] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:12.047] | [local output] Rscript port: 23669 [06:48:12.048] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:12.048] | [local output] Parallel setup requested for some PSOCK nodes [06:48:12.049] | [local output] Setting up PSOCK nodes in parallel [06:48:12.049] | List of 36 [06:48:12.049] | $ worker : chr "localhost" [06:48:12.049] | ..- attr(*, "localhost")= logi TRUE [06:48:12.049] | $ master : chr "localhost" [06:48:12.049] | $ port : int 23669 [06:48:12.049] | $ connectTimeout : num 120 [06:48:12.049] | $ timeout : num 120 [06:48:12.049] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [06:48:12.049] | $ homogeneous : logi TRUE [06:48:12.049] | $ rscript_args : chr "R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN\""| __truncated__ [06:48:12.049] | $ rscript_envs : NULL [06:48:12.049] | $ rscript_libs : NULL [06:48:12.049] | $ rscript_startup : NULL [06:48:12.049] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:12.049] | $ default_packages: chr [1:2] "utils" "tools" [06:48:12.049] | $ methods : logi TRUE [06:48:12.049] | $ socketOptions : chr "no-delay" [06:48:12.049] | $ useXDR : logi FALSE [06:48:12.049] | $ outfile : chr "/dev/null" [06:48:12.049] | $ renice : int NA [06:48:12.049] | $ rshcmd : NULL [06:48:12.049] | $ user : chr(0) [06:48:12.049] | $ revtunnel : logi FALSE [06:48:12.049] | $ rshlogfile : NULL [06:48:12.049] | $ rshopts : chr(0) [06:48:12.049] | $ rank : int 1 [06:48:12.049] | $ manual : logi FALSE [06:48:12.049] | $ dryrun : logi FALSE [06:48:12.049] | $ quiet : logi FALSE [06:48:12.049] | $ setup_strategy : chr "parallel" [06:48:12.049] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [06:48:12.049] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c23306902.pid" [06:48:12.049] | $ rshcmd_label : NULL [06:48:12.049] | $ rsh_call : NULL [06:48:12.049] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [06:48:12.049] | $ localMachine : logi TRUE [06:48:12.049] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:12.049] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:12.049] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:12.049] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:12.049] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:12.049] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:12.049] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:12.049] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:12.049] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:12.049] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:12.049] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:12.049] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:12.049] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:12.049] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:12.049] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:12.049] | $ arguments :List of 29 [06:48:12.049] | ..$ worker : chr "localhost" [06:48:12.049] | ..$ master : NULL [06:48:12.049] | ..$ port : int 23669 [06:48:12.049] | ..$ connectTimeout : num 120 [06:48:12.049] | ..$ timeout : num 120 [06:48:12.049] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [06:48:12.049] | ..$ homogeneous : NULL [06:48:12.049] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [06:48:12.049] | ..$ rscript_envs : NULL [06:48:12.049] | ..$ rscript_libs : NULL [06:48:12.049] | ..$ rscript_startup : NULL [06:48:12.049] | ..$ rscript_sh : chr "auto" [06:48:12.049] | ..$ default_packages: chr [1:2] "utils" "tools" [06:48:12.049] | ..$ methods : logi TRUE [06:48:12.049] | ..$ socketOptions : chr "no-delay" [06:48:12.049] | ..$ useXDR : logi FALSE [06:48:12.049] | ..$ outfile : chr "/dev/null" [06:48:12.049] | ..$ renice : int NA [06:48:12.049] | ..$ rshcmd : NULL [06:48:12.049] | ..$ user : NULL [06:48:12.049] | ..$ revtunnel : logi NA [06:48:12.049] | ..$ rshlogfile : NULL [06:48:12.049] | ..$ rshopts : NULL [06:48:12.049] | ..$ rank : int 1 [06:48:12.049] | ..$ manual : logi FALSE [06:48:12.049] | ..$ dryrun : logi FALSE [06:48:12.049] | ..$ quiet : logi FALSE [06:48:12.049] | ..$ setup_strategy : chr "parallel" [06:48:12.049] | ..$ calls : logi FALSE [06:48:12.049] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:12.081] | [local output] System call to launch all workers: [06:48:12.081] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c23306902.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=23669 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:12.082] | [local output] Starting PSOCK main server [06:48:12.087] | [local output] Workers launched [06:48:12.087] | [local output] Waiting for workers to connect back ... [06:48:12.087] | : [local output] 0 workers out of 1 ready [06:48:12.223] | : [local output] 0 workers out of 1 ready [06:48:12.223] | : [local output] 1 workers out of 1 ready [06:48:12.224] | [local output] Waiting for workers to connect back ... done [06:48:12.224] | [local output] Launching of 1 workers completed [06:48:12.224] | [local output] Number of nodes in cluster: 1 [06:48:12.225] | [local output] Collecting session information from 1 workers [06:48:12.226] | : [local output] Worker #1 of 1 [06:48:12.226] | [local output] Collecting session information from 1 workers [06:48:12.226] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [06:48:12.242] [local output] makeClusterPSOCK() ... [06:48:12.246] | [local output] Workers: [n = 1] 'localhost' [06:48:12.251] | [local output] Base port: 28201 [06:48:12.251] | [local output] Getting setup options for 1 cluster nodes ... [06:48:12.251] | [local output] Node #1 of 1 ... [06:48:12.252] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:12.255] | [local output] Rscript port: 28201 [06:48:12.255] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:12.255] | [local output] Parallel setup requested for some PSOCK nodes [06:48:12.256] | [local output] Setting up PSOCK nodes in parallel [06:48:12.256] | List of 36 [06:48:12.256] | $ worker : chr "localhost" [06:48:12.256] | ..- attr(*, "localhost")= logi TRUE [06:48:12.256] | $ master : chr "localhost" [06:48:12.256] | $ port : int 28201 [06:48:12.256] | $ connectTimeout : num 120 [06:48:12.256] | $ timeout : num 120 [06:48:12.256] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [06:48:12.256] | $ homogeneous : logi TRUE [06:48:12.256] | $ rscript_args : chr "R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN\""| __truncated__ [06:48:12.256] | $ rscript_envs : NULL [06:48:12.256] | $ rscript_libs : NULL [06:48:12.256] | $ rscript_startup : NULL [06:48:12.256] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:12.256] | $ default_packages: chr [1:2] "utils" "tools" [06:48:12.256] | $ methods : logi TRUE [06:48:12.256] | $ socketOptions : chr "no-delay" [06:48:12.256] | $ useXDR : logi FALSE [06:48:12.256] | $ outfile : chr "/dev/null" [06:48:12.256] | $ renice : int NA [06:48:12.256] | $ rshcmd : NULL [06:48:12.256] | $ user : chr(0) [06:48:12.256] | $ revtunnel : logi FALSE [06:48:12.256] | $ rshlogfile : NULL [06:48:12.256] | $ rshopts : chr(0) [06:48:12.256] | $ rank : int 1 [06:48:12.256] | $ manual : logi FALSE [06:48:12.256] | $ dryrun : logi FALSE [06:48:12.256] | $ quiet : logi FALSE [06:48:12.256] | $ setup_strategy : chr "parallel" [06:48:12.256] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [06:48:12.256] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c5fd640ac.pid" [06:48:12.256] | $ rshcmd_label : NULL [06:48:12.256] | $ rsh_call : NULL [06:48:12.256] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [06:48:12.256] | $ localMachine : logi TRUE [06:48:12.256] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:12.256] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:12.256] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:12.256] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:12.256] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:12.256] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:12.256] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:12.256] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:12.256] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:12.256] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:12.256] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:12.256] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:12.256] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:12.256] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:12.256] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:12.256] | $ arguments :List of 29 [06:48:12.256] | ..$ worker : chr "localhost" [06:48:12.256] | ..$ master : NULL [06:48:12.256] | ..$ port : int 28201 [06:48:12.256] | ..$ connectTimeout : num 120 [06:48:12.256] | ..$ timeout : num 120 [06:48:12.256] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [06:48:12.256] | ..$ homogeneous : NULL [06:48:12.256] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [06:48:12.256] | ..$ rscript_envs : NULL [06:48:12.256] | ..$ rscript_libs : NULL [06:48:12.256] | ..$ rscript_startup : NULL [06:48:12.256] | ..$ rscript_sh : chr "auto" [06:48:12.256] | ..$ default_packages: chr [1:2] "utils" "tools" [06:48:12.256] | ..$ methods : logi TRUE [06:48:12.256] | ..$ socketOptions : chr "no-delay" [06:48:12.256] | ..$ useXDR : logi FALSE [06:48:12.256] | ..$ outfile : chr "/dev/null" [06:48:12.256] | ..$ renice : int NA [06:48:12.256] | ..$ rshcmd : NULL [06:48:12.256] | ..$ user : NULL [06:48:12.256] | ..$ revtunnel : logi NA [06:48:12.256] | ..$ rshlogfile : NULL [06:48:12.256] | ..$ rshopts : NULL [06:48:12.256] | ..$ rank : int 1 [06:48:12.256] | ..$ manual : logi FALSE [06:48:12.256] | ..$ dryrun : logi FALSE [06:48:12.256] | ..$ quiet : logi FALSE [06:48:12.256] | ..$ setup_strategy : chr "parallel" [06:48:12.256] | ..$ calls : logi FALSE [06:48:12.256] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:12.281] | [local output] System call to launch all workers: [06:48:12.281] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c5fd640ac.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=28201 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:12.281] | [local output] Starting PSOCK main server [06:48:12.287] | [local output] Workers launched [06:48:12.287] | [local output] Waiting for workers to connect back ... [06:48:12.287] | : [local output] 0 workers out of 1 ready [06:48:12.411] | : [local output] 0 workers out of 1 ready [06:48:12.411] | : [local output] 1 workers out of 1 ready [06:48:12.412] | [local output] Waiting for workers to connect back ... done [06:48:12.412] | [local output] Launching of 1 workers completed [06:48:12.412] | [local output] Number of nodes in cluster: 1 [06:48:12.412] | [local output] Collecting session information from 1 workers [06:48:12.414] | : [local output] Worker #1 of 1 [06:48:12.414] | [local output] Collecting session information from 1 workers [06:48:12.415] [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' [06:48:12.436] [local output] makeClusterPSOCK() ... [06:48:12.439] | [local output] Workers: [n = 1] 'localhost' [06:48:12.443] | [local output] Base port: 33010 [06:48:12.444] | [local output] Getting setup options for 1 cluster nodes ... [06:48:12.444] | [local output] Node #1 of 1 ... [06:48:12.445] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:12.448] | [local output] Rscript port: 33010 [06:48:12.448] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:12.449] | [local output] Parallel setup requested for some PSOCK nodes [06:48:12.449] | [local output] Setting up PSOCK nodes in parallel [06:48:12.450] | List of 36 [06:48:12.450] | $ worker : chr "localhost" [06:48:12.450] | ..- attr(*, "localhost")= logi TRUE [06:48:12.450] | $ master : chr "localhost" [06:48:12.450] | $ port : int 33010 [06:48:12.450] | $ connectTimeout : num 120 [06:48:12.450] | $ timeout : num 120 [06:48:12.450] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\"" [06:48:12.450] | $ homogeneous : logi TRUE [06:48:12.450] | $ rscript_args : chr "--default-packages=parallelly,datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK"| __truncated__ [06:48:12.450] | $ rscript_envs : NULL [06:48:12.450] | $ rscript_libs : NULL [06:48:12.450] | $ rscript_startup : NULL [06:48:12.450] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:12.450] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [06:48:12.450] | $ methods : logi TRUE [06:48:12.450] | $ socketOptions : chr "no-delay" [06:48:12.450] | $ useXDR : logi FALSE [06:48:12.450] | $ outfile : chr "/dev/null" [06:48:12.450] | $ renice : int NA [06:48:12.450] | $ rshcmd : NULL [06:48:12.450] | $ user : chr(0) [06:48:12.450] | $ revtunnel : logi FALSE [06:48:12.450] | $ rshlogfile : NULL [06:48:12.450] | $ rshopts : chr(0) [06:48:12.450] | $ rank : int 1 [06:48:12.450] | $ manual : logi FALSE [06:48:12.450] | $ dryrun : logi FALSE [06:48:12.450] | $ quiet : logi FALSE [06:48:12.450] | $ setup_strategy : chr "parallel" [06:48:12.450] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=parallelly,datasets,utils,grDevices,graph"| __truncated__ [06:48:12.450] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c4fa444f2.pid" [06:48:12.450] | $ rshcmd_label : NULL [06:48:12.450] | $ rsh_call : NULL [06:48:12.450] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=parallelly,datasets,utils,grDevices,graph"| __truncated__ [06:48:12.450] | $ localMachine : logi TRUE [06:48:12.450] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:12.450] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:12.450] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:12.450] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:12.450] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:12.450] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:12.450] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:12.450] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:12.450] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:12.450] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:12.450] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:12.450] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:12.450] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:12.450] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:12.450] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:12.450] | $ arguments :List of 29 [06:48:12.450] | ..$ worker : chr "localhost" [06:48:12.450] | ..$ master : NULL [06:48:12.450] | ..$ port : int 33010 [06:48:12.450] | ..$ connectTimeout : num 120 [06:48:12.450] | ..$ timeout : num 120 [06:48:12.450] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rscript" [06:48:12.450] | ..$ homogeneous : NULL [06:48:12.450] | ..$ rscript_args : NULL [06:48:12.450] | ..$ rscript_envs : NULL [06:48:12.450] | ..$ rscript_libs : NULL [06:48:12.450] | ..$ rscript_startup : NULL [06:48:12.450] | ..$ rscript_sh : chr "auto" [06:48:12.450] | ..$ default_packages: chr [1:2] "parallelly" "*" [06:48:12.450] | ..$ methods : logi TRUE [06:48:12.450] | ..$ socketOptions : chr "no-delay" [06:48:12.450] | ..$ useXDR : logi FALSE [06:48:12.450] | ..$ outfile : chr "/dev/null" [06:48:12.450] | ..$ renice : int NA [06:48:12.450] | ..$ rshcmd : NULL [06:48:12.450] | ..$ user : NULL [06:48:12.450] | ..$ revtunnel : logi NA [06:48:12.450] | ..$ rshlogfile : NULL [06:48:12.450] | ..$ rshopts : NULL [06:48:12.450] | ..$ rank : int 1 [06:48:12.450] | ..$ manual : logi FALSE [06:48:12.450] | ..$ dryrun : logi FALSE [06:48:12.450] | ..$ quiet : logi FALSE [06:48:12.450] | ..$ setup_strategy : chr "parallel" [06:48:12.450] | ..$ calls : logi FALSE [06:48:12.450] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:12.489] | [local output] System call to launch all workers: [06:48:12.489] | [local output] "D:\RCompile\recent\R\bin\x64\Rscript.exe" --default-packages=parallelly,datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c4fa444f2.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=33010 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:12.489] | [local output] Starting PSOCK main server [06:48:12.496] | [local output] Workers launched [06:48:12.496] | [local output] Waiting for workers to connect back ... [06:48:12.497] | : [local output] 0 workers out of 1 ready [06:48:12.866] | : [local output] 0 workers out of 1 ready [06:48:12.866] | : [local output] 1 workers out of 1 ready [06:48:12.866] | [local output] Waiting for workers to connect back ... done [06:48:12.867] | [local output] Launching of 1 workers completed [06:48:12.867] | [local output] Number of nodes in cluster: 1 [06:48:12.867] | [local output] Collecting session information from 1 workers [06:48:12.869] | : [local output] Worker #1 of 1 [06:48:12.869] | [local output] Collecting session information from 1 workers [06:48:12.869] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [06:48:12.875] [local output] makeClusterPSOCK() ... [06:48:12.879] | [local output] Workers: [n = 1] 'localhost' [06:48:12.884] | [local output] Base port: 29962 [06:48:12.884] | [local output] Getting setup options for 1 cluster nodes ... [06:48:12.884] | [local output] Node #1 of 1 ... [06:48:12.885] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:12.887] | [local output] Rscript port: 29962 [06:48:12.888] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:12.888] | [local output] Parallel setup requested for some PSOCK nodes [06:48:12.889] | [local output] Setting up PSOCK nodes in parallel [06:48:12.889] | List of 36 [06:48:12.889] | $ worker : chr "localhost" [06:48:12.889] | ..- attr(*, "localhost")= logi TRUE [06:48:12.889] | $ master : chr "localhost" [06:48:12.889] | $ port : int 29962 [06:48:12.889] | $ connectTimeout : num 120 [06:48:12.889] | $ timeout : num 120 [06:48:12.889] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [06:48:12.889] | $ homogeneous : logi TRUE [06:48:12.889] | $ rscript_args : chr "R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#labe"| __truncated__ [06:48:12.889] | $ rscript_envs : NULL [06:48:12.889] | $ rscript_libs : NULL [06:48:12.889] | $ rscript_startup : NULL [06:48:12.889] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:12.889] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [06:48:12.889] | $ methods : logi TRUE [06:48:12.889] | $ socketOptions : chr "no-delay" [06:48:12.889] | $ useXDR : logi FALSE [06:48:12.889] | $ outfile : chr "/dev/null" [06:48:12.889] | $ renice : int NA [06:48:12.889] | $ rshcmd : NULL [06:48:12.889] | $ user : chr(0) [06:48:12.889] | $ revtunnel : logi FALSE [06:48:12.889] | $ rshlogfile : NULL [06:48:12.889] | $ rshopts : chr(0) [06:48:12.889] | $ rank : int 1 [06:48:12.889] | $ manual : logi FALSE [06:48:12.889] | $ dryrun : logi FALSE [06:48:12.889] | $ quiet : logi FALSE [06:48:12.889] | $ setup_strategy : chr "parallel" [06:48:12.889] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [06:48:12.889] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c1668ff.pid" [06:48:12.889] | $ rshcmd_label : NULL [06:48:12.889] | $ rsh_call : NULL [06:48:12.889] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [06:48:12.889] | $ localMachine : logi TRUE [06:48:12.889] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:12.889] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:12.889] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:12.889] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:12.889] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:12.889] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:12.889] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:12.889] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:12.889] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:12.889] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:12.889] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:12.889] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:12.889] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:12.889] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:12.889] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:12.889] | $ arguments :List of 29 [06:48:12.889] | ..$ worker : chr "localhost" [06:48:12.889] | ..$ master : NULL [06:48:12.889] | ..$ port : int 29962 [06:48:12.889] | ..$ connectTimeout : num 120 [06:48:12.889] | ..$ timeout : num 120 [06:48:12.889] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [06:48:12.889] | ..$ homogeneous : NULL [06:48:12.889] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [06:48:12.889] | ..$ rscript_envs : NULL [06:48:12.889] | ..$ rscript_libs : NULL [06:48:12.889] | ..$ rscript_startup : NULL [06:48:12.889] | ..$ rscript_sh : chr "auto" [06:48:12.889] | ..$ default_packages: chr [1:2] "parallelly" "*" [06:48:12.889] | ..$ methods : logi TRUE [06:48:12.889] | ..$ socketOptions : chr "no-delay" [06:48:12.889] | ..$ useXDR : logi FALSE [06:48:12.889] | ..$ outfile : chr "/dev/null" [06:48:12.889] | ..$ renice : int NA [06:48:12.889] | ..$ rshcmd : NULL [06:48:12.889] | ..$ user : NULL [06:48:12.889] | ..$ revtunnel : logi NA [06:48:12.889] | ..$ rshlogfile : NULL [06:48:12.889] | ..$ rshopts : NULL [06:48:12.889] | ..$ rank : int 1 [06:48:12.889] | ..$ manual : logi FALSE [06:48:12.889] | ..$ dryrun : logi FALSE [06:48:12.889] | ..$ quiet : logi FALSE [06:48:12.889] | ..$ setup_strategy : chr "parallel" [06:48:12.889] | ..$ calls : logi FALSE [06:48:12.889] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:12.932] | [local output] System call to launch all workers: [06:48:12.932] | [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:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c1668ff.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=29962 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:12.933] | [local output] Starting PSOCK main server [06:48:12.939] | [local output] Workers launched [06:48:12.940] | [local output] Waiting for workers to connect back ... [06:48:12.940] | : [local output] 0 workers out of 1 ready [06:48:13.300] | : [local output] 0 workers out of 1 ready [06:48:13.301] | : [local output] 1 workers out of 1 ready [06:48:13.301] | [local output] Waiting for workers to connect back ... done [06:48:13.301] | [local output] Launching of 1 workers completed [06:48:13.302] | [local output] Number of nodes in cluster: 1 [06:48:13.302] | [local output] Collecting session information from 1 workers [06:48:13.303] | : [local output] Worker #1 of 1 [06:48:13.304] | [local output] Collecting session information from 1 workers [06:48:13.304] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [06:48:13.310] [local output] makeClusterPSOCK() ... [06:48:13.314] | [local output] Workers: [n = 1] 'localhost' [06:48:13.319] | [local output] Base port: 25865 [06:48:13.319] | [local output] Getting setup options for 1 cluster nodes ... [06:48:13.319] | [local output] Node #1 of 1 ... [06:48:13.320] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:13.323] | [local output] Rscript port: 25865 [06:48:13.324] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:13.324] | [local output] Parallel setup requested for some PSOCK nodes [06:48:13.325] | [local output] Setting up PSOCK nodes in parallel [06:48:13.325] | List of 36 [06:48:13.325] | $ worker : chr "localhost" [06:48:13.325] | ..- attr(*, "localhost")= logi TRUE [06:48:13.325] | $ master : chr "localhost" [06:48:13.325] | $ port : int 25865 [06:48:13.325] | $ connectTimeout : num 120 [06:48:13.325] | $ timeout : num 120 [06:48:13.325] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [06:48:13.325] | $ homogeneous : logi TRUE [06:48:13.325] | $ rscript_args : chr "R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#labe"| __truncated__ [06:48:13.325] | $ rscript_envs : NULL [06:48:13.325] | $ rscript_libs : NULL [06:48:13.325] | $ rscript_startup : NULL [06:48:13.325] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:13.325] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [06:48:13.325] | $ methods : logi TRUE [06:48:13.325] | $ socketOptions : chr "no-delay" [06:48:13.325] | $ useXDR : logi FALSE [06:48:13.325] | $ outfile : chr "/dev/null" [06:48:13.325] | $ renice : int NA [06:48:13.325] | $ rshcmd : NULL [06:48:13.325] | $ user : chr(0) [06:48:13.325] | $ revtunnel : logi FALSE [06:48:13.325] | $ rshlogfile : NULL [06:48:13.325] | $ rshopts : chr(0) [06:48:13.325] | $ rank : int 1 [06:48:13.325] | $ manual : logi FALSE [06:48:13.325] | $ dryrun : logi FALSE [06:48:13.325] | $ quiet : logi FALSE [06:48:13.325] | $ setup_strategy : chr "parallel" [06:48:13.325] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [06:48:13.325] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c30cb9f.pid" [06:48:13.325] | $ rshcmd_label : NULL [06:48:13.325] | $ rsh_call : NULL [06:48:13.325] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [06:48:13.325] | $ localMachine : logi TRUE [06:48:13.325] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:13.325] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:13.325] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:13.325] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:13.325] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:13.325] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:13.325] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:13.325] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:13.325] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:13.325] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:13.325] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:13.325] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:13.325] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:13.325] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:13.325] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:13.325] | $ arguments :List of 29 [06:48:13.325] | ..$ worker : chr "localhost" [06:48:13.325] | ..$ master : NULL [06:48:13.325] | ..$ port : int 25865 [06:48:13.325] | ..$ connectTimeout : num 120 [06:48:13.325] | ..$ timeout : num 120 [06:48:13.325] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [06:48:13.325] | ..$ homogeneous : NULL [06:48:13.325] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [06:48:13.325] | ..$ rscript_envs : NULL [06:48:13.325] | ..$ rscript_libs : NULL [06:48:13.325] | ..$ rscript_startup : NULL [06:48:13.325] | ..$ rscript_sh : chr "auto" [06:48:13.325] | ..$ default_packages: chr [1:2] "parallelly" "*" [06:48:13.325] | ..$ methods : logi TRUE [06:48:13.325] | ..$ socketOptions : chr "no-delay" [06:48:13.325] | ..$ useXDR : logi FALSE [06:48:13.325] | ..$ outfile : chr "/dev/null" [06:48:13.325] | ..$ renice : int NA [06:48:13.325] | ..$ rshcmd : NULL [06:48:13.325] | ..$ user : NULL [06:48:13.325] | ..$ revtunnel : logi NA [06:48:13.325] | ..$ rshlogfile : NULL [06:48:13.325] | ..$ rshopts : NULL [06:48:13.325] | ..$ rank : int 1 [06:48:13.325] | ..$ manual : logi FALSE [06:48:13.325] | ..$ dryrun : logi FALSE [06:48:13.325] | ..$ quiet : logi FALSE [06:48:13.325] | ..$ setup_strategy : chr "parallel" [06:48:13.325] | ..$ calls : logi FALSE [06:48:13.325] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:13.365] | [local output] System call to launch all workers: [06:48:13.365] | [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:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375c30cb9f.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=25865 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [06:48:13.365] | [local output] Starting PSOCK main server [06:48:13.371] | [local output] Workers launched [06:48:13.371] | [local output] Waiting for workers to connect back ... [06:48:13.372] | : [local output] 0 workers out of 1 ready [06:48:13.721] | : [local output] 0 workers out of 1 ready [06:48:13.722] | : [local output] 1 workers out of 1 ready [06:48:13.723] | [local output] Waiting for workers to connect back ... done [06:48:13.723] | [local output] Launching of 1 workers completed [06:48:13.724] | [local output] Number of nodes in cluster: 1 [06:48:13.724] | [local output] Collecting session information from 1 workers [06:48:13.725] | : [local output] Worker #1 of 1 [06:48:13.726] | [local output] Collecting session information from 1 workers [06:48:13.726] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - exceptions") - makeClusterPSOCK() - exceptions > res <- tryCatch({ + cl <- makeClusterPSOCK(1:2) + }, error = identity) [06:48:13.733] [local output] makeClusterPSOCK() ... [06:48:13.733] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(0) + }, error = identity) [06:48:13.734] [local output] makeClusterPSOCK() ... [06:48:13.735] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, rshcmd = character(0)) + }, error = identity) [06:48:13.736] [local output] makeClusterPSOCK() ... [06:48:13.740] | [local output] Workers: [n = 1] 'localhost' [06:48:13.746] | [local output] Base port: 21692 [06:48:13.746] | [local output] Getting setup options for 1 cluster nodes ... [06:48:13.747] | [local output] Node #1 of 1 ... [06:48:13.748] [local output] makeClusterPSOCK() ... done > print(res) = 1L' is not TRUE> > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, port = integer(0)) + }, error = identity) [06:48:13.749] [local output] makeClusterPSOCK() ... [06:48:13.753] | [local output] Workers: [n = 1] 'localhost' [06:48:13.753] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, port = NA) + }, error = identity) [06:48:13.755] [local output] makeClusterPSOCK() ... [06:48:13.759] | [local output] Workers: [n = 1] 'localhost' [06:48:13.759] [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")) > 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] [06:48:13.764] [local output] makeClusterPSOCK() ... [06:48:13.768] | [local output] Workers: [n = 1] 'localhost' [06:48:13.774] | [local output] Base port: 36699 [06:48:13.774] | [local output] Getting setup options for 1 cluster nodes ... [06:48:13.774] | [local output] Node #1 of 1 ... [06:48:13.776] | [local output] localMachine=TRUE => revtunnel=FALSE [06:48:13.778] | [local output] Rscript port: 36699 [06:48:13.779] | [local output] Getting setup options for 1 cluster nodes ... done [06:48:13.780] | [local output] Parallel setup requested for some PSOCK nodes [06:48:13.781] | [local output] Setting up PSOCK nodes in parallel [06:48:13.781] | List of 36 [06:48:13.781] | $ worker : chr "localhost" [06:48:13.781] | ..- attr(*, "localhost")= logi TRUE [06:48:13.781] | $ master : chr "localhost" [06:48:13.781] | $ port : int 36699 [06:48:13.781] | $ connectTimeout : num 0.1 [06:48:13.781] | $ timeout : num 7 [06:48:13.781] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [06:48:13.781] | $ homogeneous : logi TRUE [06:48:13.781] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:14172:CR"| __truncated__ [06:48:13.781] | $ rscript_envs : NULL [06:48:13.781] | $ rscript_libs : NULL [06:48:13.781] | $ rscript_startup : chr [1:2] "-e" "\"invisible({Sys.sleep(6)})\"" [06:48:13.781] | $ rscript_sh : chr [1:2] "cmd" "cmd" [06:48:13.781] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:13.781] | $ methods : logi TRUE [06:48:13.781] | $ socketOptions : chr "no-delay" [06:48:13.781] | $ useXDR : logi FALSE [06:48:13.781] | $ outfile : chr "/dev/null" [06:48:13.781] | $ renice : int NA [06:48:13.781] | $ rshcmd : NULL [06:48:13.781] | $ user : chr(0) [06:48:13.781] | $ revtunnel : logi FALSE [06:48:13.781] | $ rshlogfile : NULL [06:48:13.781] | $ rshopts : chr(0) [06:48:13.781] | $ rank : int 1 [06:48:13.781] | $ manual : logi FALSE [06:48:13.781] | $ dryrun : logi FALSE [06:48:13.781] | $ quiet : logi FALSE [06:48:13.781] | $ setup_strategy : chr "parallel" [06:48:13.781] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:13.781] | $ pidfile : chr "D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375cd5f1df5.pid" [06:48:13.781] | $ rshcmd_label : NULL [06:48:13.781] | $ rsh_call : NULL [06:48:13.781] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [06:48:13.781] | $ localMachine : logi TRUE [06:48:13.781] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [06:48:13.781] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [06:48:13.781] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [06:48:13.781] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [06:48:13.781] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [06:48:13.781] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [06:48:13.781] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [06:48:13.781] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [06:48:13.781] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [06:48:13.781] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [06:48:13.781] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [06:48:13.781] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [06:48:13.781] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [06:48:13.781] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [06:48:13.781] | FALSE), action = c("launch", "options"), verbose = FALSE) [06:48:13.781] | $ arguments :List of 29 [06:48:13.781] | ..$ worker : chr "localhost" [06:48:13.781] | ..$ master : NULL [06:48:13.781] | ..$ port : int 36699 [06:48:13.781] | ..$ connectTimeout : num 0.1 [06:48:13.781] | ..$ timeout : num 7 [06:48:13.781] | ..$ rscript : NULL [06:48:13.781] | ..$ homogeneous : NULL [06:48:13.781] | ..$ rscript_args : NULL [06:48:13.781] | ..$ rscript_envs : NULL [06:48:13.781] | ..$ rscript_libs : NULL [06:48:13.781] | ..$ rscript_startup : language Sys.sleep(6) [06:48:13.781] | ..$ rscript_sh : chr "auto" [06:48:13.781] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [06:48:13.781] | ..$ methods : logi TRUE [06:48:13.781] | ..$ socketOptions : chr "no-delay" [06:48:13.781] | ..$ useXDR : logi FALSE [06:48:13.781] | ..$ outfile : chr "/dev/null" [06:48:13.781] | ..$ renice : int NA [06:48:13.781] | ..$ rshcmd : NULL [06:48:13.781] | ..$ user : NULL [06:48:13.781] | ..$ revtunnel : logi NA [06:48:13.781] | ..$ rshlogfile : NULL [06:48:13.781] | ..$ rshopts : NULL [06:48:13.781] | ..$ rank : int 1 [06:48:13.781] | ..$ manual : logi FALSE [06:48:13.781] | ..$ dryrun : logi FALSE [06:48:13.781] | ..$ quiet : logi FALSE [06:48:13.781] | ..$ setup_strategy : chr "parallel" [06:48:13.781] | ..$ calls : logi FALSE [06:48:13.781] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [06:48:13.826] | [local output] System call to launch all workers: [06:48:13.826] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:14172:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_12_12_06_35_17_6718/RtmpgfCoKP/worker.rank=1.parallelly.parent=14172.375cd5f1df5.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=36699 OUT=/dev/null TIMEOUT=7 XDR=FALSE SETUPTIMEOUT=0.1 SETUPSTRATEGY=parallel [06:48:13.826] | [local output] Starting PSOCK main server [06:48:13.833] | [local output] Workers launched [06:48:13.833] | [local output] Waiting for workers to connect back ... [06:48:13.834] | : [local output] 0 workers out of 1 ready [06:48:14.032] | : [local output] 0 workers out of 1 ready [06:48:14.236] | : [local output] 0 workers out of 1 ready [06:48:14.439] | : [local output] 0 workers out of 1 ready [06:48:14.642] | : [local output] 0 workers out of 1 ready [06:48:14.845] | : [local output] 0 workers out of 1 ready [06:48:15.048] | : [local output] 0 workers out of 1 ready [06:48:15.251] | : [local output] 0 workers out of 1 ready [06:48:15.454] | : [local output] 0 workers out of 1 ready [06:48:15.657] | : [local output] 0 workers out of 1 ready [06:48:15.861] | : [local output] 0 workers out of 1 ready [06:48:16.064] | : [local output] 0 workers out of 1 ready [06:48:16.267] | : [local output] 0 workers out of 1 ready [06:48:16.470] | : [local output] 0 workers out of 1 ready [06:48:16.673] | : [local output] 0 workers out of 1 ready [06:48:16.876] | : [local output] 0 workers out of 1 ready [06:48:17.079] | : [local output] 0 workers out of 1 ready [06:48:17.283] | : [local output] 0 workers out of 1 ready [06:48:17.486] | : [local output] 0 workers out of 1 ready [06:48:17.689] | : [local output] 0 workers out of 1 ready [06:48:17.892] | : [local output] 0 workers out of 1 ready [06:48:18.095] | : [local output] 0 workers out of 1 ready [06:48:18.298] | : [local output] 0 workers out of 1 ready [06:48:18.501] | : [local output] 0 workers out of 1 ready [06:48:18.704] | : [local output] 0 workers out of 1 ready [06:48:18.907] | : [local output] 0 workers out of 1 ready [06:48:19.111] | : [local output] 0 workers out of 1 ready [06:48:19.111] | [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=2s, sys.self=0.2s, elapsed=2e+01s, user.child=NAs, sys.child=NAs Test 'tempdirname' ... success > > proc.time() user system elapsed 2.25 0.23 20.85