R version 4.6.0 beta (2026-04-15 r89885 ucrt) -- "Because it was There" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-makeClusterPSOCK.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > parallelly:::testme("makeClusterPSOCK") Test 'makeClusterPSOCK' ... > library(parallelly) > options(parallelly.debug = TRUE) > is_fqdn <- parallelly:::is_fqdn > is_ip_number <- parallelly:::is_ip_number > is_localhost <- parallelly:::is_localhost > find_rshcmd <- parallelly:::find_rshcmd > useXDR <- isTRUE(parallelly:::getOption2("parallelly.makeNodePSOCK.useXDR")) > message("*** makeClusterPSOCK() ...") *** makeClusterPSOCK() ... > message("- makeClusterPSOCK() - internal utility functions") - makeClusterPSOCK() - internal utility functions > stopifnot(is_fqdn("a.b"), is_fqdn("a.b.c"), !is_fqdn("a")) > stopifnot(is_ip_number("1.2.3.4"), !is_ip_number("a"), + !is_ip_number("1.2.3"), !is_ip_number("1.2.3.256"), !is_ip_number("1.2.3.-1"), + .... [TRUNCATED] > stopifnot(is.na(is_localhost(worker = NULL, hostname = NULL))) > stopifnot(is_localhost("localhost"), is_localhost("127.0.0.1"), + is_localhost(Sys.info()[["nodename"]]), is_localhost(Sys.info()[["nodename"]] .... [TRUNCATED] > cmd <- find_rshcmd(must_work = FALSE) > print(cmd) $ssh ssh "d:\\rtools45\\usr\\bin\\ssh.exe" attr(,"type") [1] "ssh" attr(,"version") [1] "OpenSSH_10.2p1, OpenSSL 3.6.1 27 Jan 2026" $`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] [22:41:48.862] [local output] makeClusterPSOCK() ... [22:41:48.894] | [local output] Workers: [n = 1] '' [22:41:48.902] | [local output] Base port: 28440 [22:41:48.903] | [local output] Getting setup options for 1 cluster nodes ... [22:41:48.904] | [local output] Node #1 of 1 ... [22:41:48.907] | [local output] Rscript port: 28440 [22:41:48.907] | [local output] Using 'rshcmd': 'my_ssh' [type='', version=''] [22:41:48.908] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:48.909] | [local output] Creating node #1 of 1 ... [22:41:48.909] | : [local output] setting up node [22:41:48.910] | : [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:96088:CRANWIN3:CRAN' -e 'options(socketOptions="no-delay")' -e 'workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()' MASTER=CRANWIN3 PORT=28440 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:96088:CRANWIN3:CRAN' -e 'options(socketOptions=\"no-delay\")' -e 'workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()' MASTER=CRANWIN3 PORT=28440 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential" [22:41:48.911] | [local output] Creating node #1 of 1 ... done [22:41:48.912] | [local output] Launching of 1 workers completed [22:41:48.912] | [local output] Number of nodes in cluster: 1 [22:41:48.913] | [local output] Collecting session information from 1 workers [22:41:48.914] | : [local output] Worker #1 of 1 [22:41:48.914] | [local output] Collecting session information from 1 workers [22:41:48.915] [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) [22:41:48.918] [local output] makeClusterPSOCK() ... [22:41:48.926] | [local output] Workers: [n = 1] 'localhost' [22:41:48.930] | [local output] Base port: 31967 [22:41:48.930] | [local output] Getting setup options for 1 cluster nodes ... [22:41:48.931] | [local output] Node #1 of 1 ... [22:41:48.932] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:48.933] | [local output] Rscript port: 31967 [22:41:48.934] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:48.935] | [local output] Creating node #1 of 1 ... [22:41:48.935] | : [local output] setting up node [22:41:48.936] | : [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:96088:CRANWIN3:CRAN" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=31967 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [22:41:48.937] | [local output] Creating node #1 of 1 ... done [22:41:48.937] | [local output] Launching of 1 workers completed [22:41:48.938] | [local output] Number of nodes in cluster: 1 [22:41:48.938] | [local output] Collecting session information from 1 workers [22:41:48.939] | : [local output] Worker #1 of 1 [22:41:48.939] | [local output] Collecting session information from 1 workers [22:41:48.940] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'NA' (R version and platform not queried) > cl <- makeClusterPSOCK(1) [22:41:48.942] [local output] makeClusterPSOCK() ... [22:41:48.943] | [local output] Workers: [n = 1] 'localhost' [22:41:48.948] | [local output] Base port: 39320 [22:41:48.948] | [local output] Getting setup options for 1 cluster nodes ... [22:41:48.949] | [local output] Node #1 of 1 ... [22:41:48.950] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:48.951] | Testing if worker's PID can be inferred: '"D:/RCompile/recent/R/bin/x64/Rscript" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758241a2594.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758241a2594.pid\")"' [22:41:49.283] | - Possible to infer worker's PID: TRUE [22:41:49.284] | [local output] Rscript port: 39320 [22:41:49.285] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:49.286] | [local output] Parallel setup requested for some PSOCK nodes [22:41:49.287] | [local output] Setting up PSOCK nodes in parallel [22:41:49.288] | List of 36 [22:41:49.288] | $ worker : chr "localhost" [22:41:49.288] | ..- attr(*, "localhost")= logi TRUE [22:41:49.288] | $ master : chr "localhost" [22:41:49.288] | $ port : int 39320 [22:41:49.288] | $ connectTimeout : num 120 [22:41:49.288] | $ timeout : num 120 [22:41:49.288] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:49.288] | $ homogeneous : logi TRUE [22:41:49.288] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:49.288] | $ rscript_envs : NULL [22:41:49.288] | $ rscript_libs : NULL [22:41:49.288] | $ rscript_startup : NULL [22:41:49.288] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:49.288] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:49.288] | $ methods : logi TRUE [22:41:49.288] | $ socketOptions : chr "no-delay" [22:41:49.288] | $ useXDR : logi FALSE [22:41:49.288] | $ outfile : chr "/dev/null" [22:41:49.288] | $ renice : int NA [22:41:49.288] | $ rshcmd : NULL [22:41:49.288] | $ user : chr(0) [22:41:49.288] | $ revtunnel : logi FALSE [22:41:49.288] | $ rshlogfile : NULL [22:41:49.288] | $ rshopts : chr(0) [22:41:49.288] | $ rank : int 1 [22:41:49.288] | $ manual : logi FALSE [22:41:49.288] | $ dryrun : logi FALSE [22:41:49.288] | $ quiet : logi FALSE [22:41:49.288] | $ setup_strategy : chr "parallel" [22:41:49.288] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:49.288] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758241a2594.pid" [22:41:49.288] | $ rshcmd_label : NULL [22:41:49.288] | $ rsh_call : NULL [22:41:49.288] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:49.288] | $ localMachine : logi TRUE [22:41:49.288] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:49.288] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:49.288] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:49.288] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:49.288] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:49.288] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:49.288] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:49.288] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:49.288] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:49.288] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:49.288] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:49.288] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:49.288] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:49.288] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:49.288] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:49.288] | $ arguments :List of 29 [22:41:49.288] | ..$ worker : chr "localhost" [22:41:49.288] | ..$ master : NULL [22:41:49.288] | ..$ port : int 39320 [22:41:49.288] | ..$ connectTimeout : num 120 [22:41:49.288] | ..$ timeout : num 120 [22:41:49.288] | ..$ rscript : NULL [22:41:49.288] | ..$ homogeneous : NULL [22:41:49.288] | ..$ rscript_args : NULL [22:41:49.288] | ..$ rscript_envs : NULL [22:41:49.288] | ..$ rscript_libs : NULL [22:41:49.288] | ..$ rscript_startup : NULL [22:41:49.288] | ..$ rscript_sh : chr "auto" [22:41:49.288] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:49.288] | ..$ methods : logi TRUE [22:41:49.288] | ..$ socketOptions : chr "no-delay" [22:41:49.288] | ..$ useXDR : logi FALSE [22:41:49.288] | ..$ outfile : chr "/dev/null" [22:41:49.288] | ..$ renice : int NA [22:41:49.288] | ..$ rshcmd : NULL [22:41:49.288] | ..$ user : NULL [22:41:49.288] | ..$ revtunnel : logi NA [22:41:49.288] | ..$ rshlogfile : NULL [22:41:49.288] | ..$ rshopts : NULL [22:41:49.288] | ..$ rank : int 1 [22:41:49.288] | ..$ manual : logi FALSE [22:41:49.288] | ..$ dryrun : logi FALSE [22:41:49.288] | ..$ quiet : logi FALSE [22:41:49.288] | ..$ setup_strategy : chr "parallel" [22:41:49.288] | ..$ calls : logi FALSE [22:41:49.288] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:49.317] | [local output] System call to launch all workers: [22:41:49.318] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758241a2594.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=39320 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:49.318] | [local output] Starting PSOCK main server [22:41:49.323] | [local output] Workers launched [22:41:49.324] | [local output] Waiting for workers to connect back ... [22:41:49.324] | : [local output] 0 workers out of 1 ready [22:41:49.492] | : [local output] 0 workers out of 1 ready [22:41:49.493] | : [local output] 1 workers out of 1 ready [22:41:49.494] | [local output] Waiting for workers to connect back ... done [22:41:49.494] | [local output] Launching of 1 workers completed [22:41:49.495] | [local output] Number of nodes in cluster: 1 [22:41:49.496] | [local output] Collecting session information from 1 workers [22:41:49.497] | : [local output] Worker #1 of 1 [22:41:49.497] | [local output] Collecting session information from 1 workers [22:41:49.498] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'localhost' (R version 4.6.0 beta (2026-04-15 r89885 ucrt), platform x86_64-w64-mingw32) > node <- cl[[1]] > print(node) RichSOCKnode of a socket cluster on local host 'localhost' with pid 97864 (R version 4.6.0 beta (2026-04-15 r89885 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39320') > 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 97864 ..$ 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 "beta" .. ..$ major : chr "4" .. ..$ minor : chr "6.0" .. ..$ year : chr "2026" .. ..$ month : chr "04" .. ..$ day : chr "15" .. ..$ svn rev : chr "89885" .. ..$ language : chr "R" .. ..$ version.string: chr "R version 4.6.0 beta (2026-04-15 r89885 ucrt)" .. ..$ nickname : chr "Because it was There" .. ..$ 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.2" "1.25" ... .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/parallelly.Rcheck/tests" ..$ tempdir : chr "D:\\temp\\2026_04_16_22_40_17_30086\\RtmpmYecqb" ..$ libs : chr [1:2] "D:/temp/2026_04_16_22_40_17_30086/RtmpeAZOyp/RLIBS_81bc32457bb" "D:/RCompile/recent/R/library" ..$ pkgs : NULL - attr(*, "options")=List of 35 ..$ worker : chr "localhost" .. ..- attr(*, "localhost")= logi TRUE ..$ master : chr "localhost" ..$ port : int 39320 ..$ 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:96088: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 39320 .. ..$ connectTimeout : num 120 .. ..$ timeout : num 120 .. ..$ rscript : NULL .. ..$ homogeneous : NULL .. ..$ rscript_args : NULL .. ..$ rscript_envs : NULL .. ..$ rscript_libs : NULL .. ..$ rscript_startup : NULL .. ..$ rscript_sh : chr "auto" .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... .. ..$ methods : logi TRUE .. ..$ socketOptions : chr "no-delay" .. ..$ useXDR : logi FALSE .. ..$ outfile : chr "/dev/null" .. ..$ renice : int NA .. ..$ rshcmd : NULL .. ..$ user : NULL .. ..$ revtunnel : logi NA .. ..$ rshlogfile : NULL .. ..$ rshopts : NULL .. ..$ rank : int 1 .. ..$ manual : logi FALSE .. ..$ dryrun : logi FALSE .. ..$ quiet : logi FALSE .. ..$ setup_strategy : chr "parallel" .. ..$ calls : logi FALSE ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" - attr(*, "calls")=Dotted pair list of 12 ..$ : language parallelly:::testme("makeClusterPSOCK") ..$ : language source(file.path(path, "run.R")) ..$ : language withVisible(eval(ei, envir)) ..$ : language eval(ei, envir) ..$ : language eval(ei, envir) ..$ : language main() ..$ : language testme_run_test(testme) ..$ : language source(testme[["script"]], echo = TRUE) ..$ : language withVisible(eval(ei, envir)) ..$ : language eval(ei, envir) ..$ : language eval(ei, envir) ..$ : language makeClusterPSOCK(1L) - attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" > stopifnot(isTRUE(attr(node[["host"]], "localhost"))) > print(cl) Socket cluster with 1 node on host 'localhost' (R version 4.6.0 beta (2026-04-15 r89885 ucrt), platform x86_64-w64-mingw32) > parallel::stopCluster(cl) > cl <- makeClusterPSOCK(2, autoStop = TRUE) [22:41:49.556] [local output] makeClusterPSOCK() ... [22:41:49.559] | [local output] Workers: [n = 2] 'localhost', 'localhost' [22:41:49.563] | [local output] Base port: 36905 [22:41:49.564] | [local output] Getting setup options for 2 cluster nodes ... [22:41:49.564] | [local output] Node #1 of 2 ... [22:41:49.565] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:49.567] | [local output] Rscript port: 36905 [22:41:49.568] | [local output] Node #2 of 2 ... [22:41:49.569] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:49.571] | [local output] Rscript port: 36905 [22:41:49.571] | [local output] Getting setup options for 2 cluster nodes ... done [22:41:49.572] | [local output] Parallel setup requested for some PSOCK nodes [22:41:49.573] | [local output] Setting up PSOCK nodes in parallel [22:41:49.573] | List of 36 [22:41:49.573] | $ worker : chr "localhost" [22:41:49.573] | ..- attr(*, "localhost")= logi TRUE [22:41:49.573] | $ master : chr "localhost" [22:41:49.573] | $ port : int 36905 [22:41:49.573] | $ connectTimeout : num 120 [22:41:49.573] | $ timeout : num 120 [22:41:49.573] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:49.573] | $ homogeneous : logi TRUE [22:41:49.573] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:49.573] | $ rscript_envs : NULL [22:41:49.573] | $ rscript_libs : NULL [22:41:49.573] | $ rscript_startup : NULL [22:41:49.573] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:49.573] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:49.573] | $ methods : logi TRUE [22:41:49.573] | $ socketOptions : chr "no-delay" [22:41:49.573] | $ useXDR : logi FALSE [22:41:49.573] | $ outfile : chr "/dev/null" [22:41:49.573] | $ renice : int NA [22:41:49.573] | $ rshcmd : NULL [22:41:49.573] | $ user : chr(0) [22:41:49.573] | $ revtunnel : logi FALSE [22:41:49.573] | $ rshlogfile : NULL [22:41:49.573] | $ rshopts : chr(0) [22:41:49.573] | $ rank : int 1 [22:41:49.573] | $ manual : logi FALSE [22:41:49.573] | $ dryrun : logi FALSE [22:41:49.573] | $ quiet : logi FALSE [22:41:49.573] | $ setup_strategy : chr "parallel" [22:41:49.573] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:49.573] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177585f61733a.pid" [22:41:49.573] | $ rshcmd_label : NULL [22:41:49.573] | $ rsh_call : NULL [22:41:49.573] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:49.573] | $ localMachine : logi TRUE [22:41:49.573] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:49.573] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:49.573] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:49.573] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:49.573] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:49.573] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:49.573] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:49.573] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:49.573] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:49.573] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:49.573] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:49.573] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:49.573] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:49.573] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:49.573] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:49.573] | $ arguments :List of 29 [22:41:49.573] | ..$ worker : chr "localhost" [22:41:49.573] | ..$ master : NULL [22:41:49.573] | ..$ port : int 36905 [22:41:49.573] | ..$ connectTimeout : num 120 [22:41:49.573] | ..$ timeout : num 120 [22:41:49.573] | ..$ rscript : NULL [22:41:49.573] | ..$ homogeneous : NULL [22:41:49.573] | ..$ rscript_args : NULL [22:41:49.573] | ..$ rscript_envs : NULL [22:41:49.573] | ..$ rscript_libs : NULL [22:41:49.573] | ..$ rscript_startup : NULL [22:41:49.573] | ..$ rscript_sh : chr "auto" [22:41:49.573] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:49.573] | ..$ methods : logi TRUE [22:41:49.573] | ..$ socketOptions : chr "no-delay" [22:41:49.573] | ..$ useXDR : logi FALSE [22:41:49.573] | ..$ outfile : chr "/dev/null" [22:41:49.573] | ..$ renice : int NA [22:41:49.573] | ..$ rshcmd : NULL [22:41:49.573] | ..$ user : NULL [22:41:49.573] | ..$ revtunnel : logi NA [22:41:49.573] | ..$ rshlogfile : NULL [22:41:49.573] | ..$ rshopts : NULL [22:41:49.573] | ..$ rank : int 1 [22:41:49.573] | ..$ manual : logi FALSE [22:41:49.573] | ..$ dryrun : logi FALSE [22:41:49.573] | ..$ quiet : logi FALSE [22:41:49.573] | ..$ setup_strategy : chr "parallel" [22:41:49.573] | ..$ calls : logi FALSE [22:41:49.573] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:49.598] | [local output] System call to launch all workers: [22:41:49.598] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177585f61733a.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=36905 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:49.599] | [local output] Starting PSOCK main server [22:41:49.605] | [local output] Workers launched [22:41:49.606] | [local output] Waiting for workers to connect back ... [22:41:49.607] | : [local output] 0 workers out of 2 ready [22:41:49.777] | : [local output] 0 workers out of 2 ready [22:41:49.778] | : [local output] 1 workers out of 2 ready [22:41:49.779] | : [local output] 2 workers out of 2 ready [22:41:49.779] | [local output] Waiting for workers to connect back ... done [22:41:49.780] | [local output] Launching of 2 workers completed [22:41:49.780] | [local output] Number of nodes in cluster: 2 [22:41:49.781] | [local output] Collecting session information from 2 workers [22:41:49.782] | : [local output] Worker #1 of 2 [22:41:49.783] | : [local output] Worker #2 of 2 [22:41:49.784] | [local output] Collecting session information from 2 workers [22:41:49.785] | [local output] Added automatic stop of cluster on garbage collection [22:41:49.785] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 2 nodes on host 'localhost' (R version 4.6.0 beta (2026-04-15 r89885 ucrt), platform x86_64-w64-mingw32). This cluster is registered to be automatically stopped by the garbage collector > node <- cl[[1]] > node[["host"]] <- "localhost2" > cl[[1]] <- node > print(cl) Socket cluster with 2 nodes where 1 node is on host 'localhost' (R version 4.6.0 beta (2026-04-15 r89885 ucrt), platform x86_64-w64-mingw32), 1 node is on host 'localhost2' (R version 4.6.0 beta (2026-04-15 r89885 ucrt), platform x86_64-w64-mingw32). This cluster is registered to be automatically stopped by the garbage collector > parallel::stopCluster(cl) > message("- makeClusterPSOCK() - useXDR = TRUE/FALSE") - makeClusterPSOCK() - useXDR = TRUE/FALSE > for (xdr in c(TRUE, FALSE)) { + cl <- makeClusterPSOCK(1, useXDR = xdr) + node <- cl[[1]] + stopifnot(is.list(node), inherits(node, if ( .... [TRUNCATED] [22:41:49.801] [local output] makeClusterPSOCK() ... [22:41:49.803] | [local output] Workers: [n = 1] 'localhost' [22:41:49.807] | [local output] Base port: 26962 [22:41:49.808] | [local output] Getting setup options for 1 cluster nodes ... [22:41:49.808] | [local output] Node #1 of 1 ... [22:41:49.809] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:49.811] | [local output] Rscript port: 26962 [22:41:49.812] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:49.812] | [local output] Parallel setup requested for some PSOCK nodes [22:41:49.813] | [local output] Setting up PSOCK nodes in parallel [22:41:49.814] | List of 36 [22:41:49.814] | $ worker : chr "localhost" [22:41:49.814] | ..- attr(*, "localhost")= logi TRUE [22:41:49.814] | $ master : chr "localhost" [22:41:49.814] | $ port : int 26962 [22:41:49.814] | $ connectTimeout : num 120 [22:41:49.814] | $ timeout : num 120 [22:41:49.814] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:49.814] | $ homogeneous : logi TRUE [22:41:49.814] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:49.814] | $ rscript_envs : NULL [22:41:49.814] | $ rscript_libs : NULL [22:41:49.814] | $ rscript_startup : NULL [22:41:49.814] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:49.814] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:49.814] | $ methods : logi TRUE [22:41:49.814] | $ socketOptions : chr "no-delay" [22:41:49.814] | $ useXDR : logi TRUE [22:41:49.814] | $ outfile : chr "/dev/null" [22:41:49.814] | $ renice : int NA [22:41:49.814] | $ rshcmd : NULL [22:41:49.814] | $ user : chr(0) [22:41:49.814] | $ revtunnel : logi FALSE [22:41:49.814] | $ rshlogfile : NULL [22:41:49.814] | $ rshopts : chr(0) [22:41:49.814] | $ rank : int 1 [22:41:49.814] | $ manual : logi FALSE [22:41:49.814] | $ dryrun : logi FALSE [22:41:49.814] | $ quiet : logi FALSE [22:41:49.814] | $ setup_strategy : chr "parallel" [22:41:49.814] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:49.814] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177583513369f.pid" [22:41:49.814] | $ rshcmd_label : NULL [22:41:49.814] | $ rsh_call : NULL [22:41:49.814] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:49.814] | $ localMachine : logi TRUE [22:41:49.814] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:49.814] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:49.814] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:49.814] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:49.814] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:49.814] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:49.814] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:49.814] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:49.814] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:49.814] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:49.814] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:49.814] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:49.814] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:49.814] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:49.814] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:49.814] | $ arguments :List of 29 [22:41:49.814] | ..$ worker : chr "localhost" [22:41:49.814] | ..$ master : NULL [22:41:49.814] | ..$ port : int 26962 [22:41:49.814] | ..$ connectTimeout : num 120 [22:41:49.814] | ..$ timeout : num 120 [22:41:49.814] | ..$ rscript : NULL [22:41:49.814] | ..$ homogeneous : NULL [22:41:49.814] | ..$ rscript_args : NULL [22:41:49.814] | ..$ rscript_envs : NULL [22:41:49.814] | ..$ rscript_libs : NULL [22:41:49.814] | ..$ rscript_startup : NULL [22:41:49.814] | ..$ rscript_sh : chr "auto" [22:41:49.814] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:49.814] | ..$ methods : logi TRUE [22:41:49.814] | ..$ socketOptions : chr "no-delay" [22:41:49.814] | ..$ useXDR : logi TRUE [22:41:49.814] | ..$ outfile : chr "/dev/null" [22:41:49.814] | ..$ renice : int NA [22:41:49.814] | ..$ rshcmd : NULL [22:41:49.814] | ..$ user : NULL [22:41:49.814] | ..$ revtunnel : logi NA [22:41:49.814] | ..$ rshlogfile : NULL [22:41:49.814] | ..$ rshopts : NULL [22:41:49.814] | ..$ rank : int 1 [22:41:49.814] | ..$ manual : logi FALSE [22:41:49.814] | ..$ dryrun : logi FALSE [22:41:49.814] | ..$ quiet : logi FALSE [22:41:49.814] | ..$ setup_strategy : chr "parallel" [22:41:49.814] | ..$ calls : logi FALSE [22:41:49.814] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:49.837] | [local output] System call to launch all workers: [22:41:49.838] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177583513369f.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=26962 OUT=/dev/null TIMEOUT=120 XDR=TRUE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:49.839] | [local output] Starting PSOCK main server [22:41:49.843] | [local output] Workers launched [22:41:49.844] | [local output] Waiting for workers to connect back ... [22:41:49.844] | : [local output] 0 workers out of 1 ready [22:41:50.018] | : [local output] 0 workers out of 1 ready [22:41:50.019] | : [local output] 1 workers out of 1 ready [22:41:50.019] | [local output] Waiting for workers to connect back ... done [22:41:50.020] | [local output] Launching of 1 workers completed [22:41:50.020] | [local output] Number of nodes in cluster: 1 [22:41:50.021] | [local output] Collecting session information from 1 workers [22:41:50.022] | : [local output] Worker #1 of 1 [22:41:50.023] | [local output] Collecting session information from 1 workers [22:41:50.023] [local output] makeClusterPSOCK() ... done [22:41:50.028] [local output] makeClusterPSOCK() ... [22:41:50.030] | [local output] Workers: [n = 1] 'localhost' [22:41:50.034] | [local output] Base port: 35521 [22:41:50.035] | [local output] Getting setup options for 1 cluster nodes ... [22:41:50.035] | [local output] Node #1 of 1 ... [22:41:50.036] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:50.038] | [local output] Rscript port: 35521 [22:41:50.039] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:50.039] | [local output] Parallel setup requested for some PSOCK nodes [22:41:50.040] | [local output] Setting up PSOCK nodes in parallel [22:41:50.041] | List of 36 [22:41:50.041] | $ worker : chr "localhost" [22:41:50.041] | ..- attr(*, "localhost")= logi TRUE [22:41:50.041] | $ master : chr "localhost" [22:41:50.041] | $ port : int 35521 [22:41:50.041] | $ connectTimeout : num 120 [22:41:50.041] | $ timeout : num 120 [22:41:50.041] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:50.041] | $ homogeneous : logi TRUE [22:41:50.041] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:50.041] | $ rscript_envs : NULL [22:41:50.041] | $ rscript_libs : NULL [22:41:50.041] | $ rscript_startup : NULL [22:41:50.041] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:50.041] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:50.041] | $ methods : logi TRUE [22:41:50.041] | $ socketOptions : chr "no-delay" [22:41:50.041] | $ useXDR : logi FALSE [22:41:50.041] | $ outfile : chr "/dev/null" [22:41:50.041] | $ renice : int NA [22:41:50.041] | $ rshcmd : NULL [22:41:50.041] | $ user : chr(0) [22:41:50.041] | $ revtunnel : logi FALSE [22:41:50.041] | $ rshlogfile : NULL [22:41:50.041] | $ rshopts : chr(0) [22:41:50.041] | $ rank : int 1 [22:41:50.041] | $ manual : logi FALSE [22:41:50.041] | $ dryrun : logi FALSE [22:41:50.041] | $ quiet : logi FALSE [22:41:50.041] | $ setup_strategy : chr "parallel" [22:41:50.041] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:50.041] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758748c6fda.pid" [22:41:50.041] | $ rshcmd_label : NULL [22:41:50.041] | $ rsh_call : NULL [22:41:50.041] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:50.041] | $ localMachine : logi TRUE [22:41:50.041] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:50.041] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:50.041] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:50.041] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:50.041] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:50.041] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:50.041] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:50.041] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:50.041] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:50.041] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:50.041] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:50.041] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:50.041] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:50.041] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:50.041] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:50.041] | $ arguments :List of 29 [22:41:50.041] | ..$ worker : chr "localhost" [22:41:50.041] | ..$ master : NULL [22:41:50.041] | ..$ port : int 35521 [22:41:50.041] | ..$ connectTimeout : num 120 [22:41:50.041] | ..$ timeout : num 120 [22:41:50.041] | ..$ rscript : NULL [22:41:50.041] | ..$ homogeneous : NULL [22:41:50.041] | ..$ rscript_args : NULL [22:41:50.041] | ..$ rscript_envs : NULL [22:41:50.041] | ..$ rscript_libs : NULL [22:41:50.041] | ..$ rscript_startup : NULL [22:41:50.041] | ..$ rscript_sh : chr "auto" [22:41:50.041] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:50.041] | ..$ methods : logi TRUE [22:41:50.041] | ..$ socketOptions : chr "no-delay" [22:41:50.041] | ..$ useXDR : logi FALSE [22:41:50.041] | ..$ outfile : chr "/dev/null" [22:41:50.041] | ..$ renice : int NA [22:41:50.041] | ..$ rshcmd : NULL [22:41:50.041] | ..$ user : NULL [22:41:50.041] | ..$ revtunnel : logi NA [22:41:50.041] | ..$ rshlogfile : NULL [22:41:50.041] | ..$ rshopts : NULL [22:41:50.041] | ..$ rank : int 1 [22:41:50.041] | ..$ manual : logi FALSE [22:41:50.041] | ..$ dryrun : logi FALSE [22:41:50.041] | ..$ quiet : logi FALSE [22:41:50.041] | ..$ setup_strategy : chr "parallel" [22:41:50.041] | ..$ calls : logi FALSE [22:41:50.041] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:50.065] | [local output] System call to launch all workers: [22:41:50.065] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758748c6fda.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=35521 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:50.066] | [local output] Starting PSOCK main server [22:41:50.070] | [local output] Workers launched [22:41:50.071] | [local output] Waiting for workers to connect back ... [22:41:50.071] | : [local output] 0 workers out of 1 ready [22:41:50.239] | : [local output] 0 workers out of 1 ready [22:41:50.240] | : [local output] 1 workers out of 1 ready [22:41:50.241] | [local output] Waiting for workers to connect back ... done [22:41:50.241] | [local output] Launching of 1 workers completed [22:41:50.242] | [local output] Number of nodes in cluster: 1 [22:41:50.242] | [local output] Collecting session information from 1 workers [22:41:50.243] | : [local output] Worker #1 of 1 [22:41:50.244] | [local output] Collecting session information from 1 workers [22:41:50.245] [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] [22:41:50.253] [local output] makeClusterPSOCK() ... [22:41:50.255] | [local output] Workers: [n = 1] 'localhost' [22:41:50.260] | [local output] Base port: 31153 [22:41:50.260] | [local output] Getting setup options for 1 cluster nodes ... [22:41:50.261] | [local output] Node #1 of 1 ... [22:41:50.262] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:50.264] | [local output] Rscript port: 31153 [22:41:50.264] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:50.265] | [local output] Parallel setup requested for some PSOCK nodes [22:41:50.266] | [local output] Setting up PSOCK nodes in parallel [22:41:50.266] | List of 36 [22:41:50.266] | $ worker : chr "localhost" [22:41:50.266] | ..- attr(*, "localhost")= logi TRUE [22:41:50.266] | $ master : chr "localhost" [22:41:50.266] | $ port : int 31153 [22:41:50.266] | $ connectTimeout : num 120 [22:41:50.266] | $ timeout : num 120 [22:41:50.266] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:50.266] | $ homogeneous : logi TRUE [22:41:50.266] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:50.266] | $ rscript_envs : NULL [22:41:50.266] | $ rscript_libs : NULL [22:41:50.266] | $ rscript_startup : NULL [22:41:50.266] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:50.266] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:50.266] | $ methods : logi TRUE [22:41:50.266] | $ socketOptions : NULL [22:41:50.266] | $ useXDR : logi FALSE [22:41:50.266] | $ outfile : chr "/dev/null" [22:41:50.266] | $ renice : int NA [22:41:50.266] | $ rshcmd : NULL [22:41:50.266] | $ user : chr(0) [22:41:50.266] | $ revtunnel : logi FALSE [22:41:50.266] | $ rshlogfile : NULL [22:41:50.266] | $ rshopts : chr(0) [22:41:50.266] | $ rank : int 1 [22:41:50.266] | $ manual : logi FALSE [22:41:50.266] | $ dryrun : logi FALSE [22:41:50.266] | $ quiet : logi FALSE [22:41:50.266] | $ setup_strategy : chr "parallel" [22:41:50.266] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:50.266] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758bdadee.pid" [22:41:50.266] | $ rshcmd_label : NULL [22:41:50.266] | $ rsh_call : NULL [22:41:50.266] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:50.266] | $ localMachine : logi TRUE [22:41:50.266] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:50.266] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:50.266] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:50.266] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:50.266] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:50.266] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:50.266] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:50.266] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:50.266] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:50.266] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:50.266] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:50.266] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:50.266] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:50.266] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:50.266] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:50.266] | $ arguments :List of 29 [22:41:50.266] | ..$ worker : chr "localhost" [22:41:50.266] | ..$ master : NULL [22:41:50.266] | ..$ port : int 31153 [22:41:50.266] | ..$ connectTimeout : num 120 [22:41:50.266] | ..$ timeout : num 120 [22:41:50.266] | ..$ rscript : NULL [22:41:50.266] | ..$ homogeneous : NULL [22:41:50.266] | ..$ rscript_args : NULL [22:41:50.266] | ..$ rscript_envs : NULL [22:41:50.266] | ..$ rscript_libs : NULL [22:41:50.266] | ..$ rscript_startup : NULL [22:41:50.266] | ..$ rscript_sh : chr "auto" [22:41:50.266] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:50.266] | ..$ methods : logi TRUE [22:41:50.266] | ..$ socketOptions : NULL [22:41:50.266] | ..$ useXDR : logi FALSE [22:41:50.266] | ..$ outfile : chr "/dev/null" [22:41:50.266] | ..$ renice : int NA [22:41:50.266] | ..$ rshcmd : NULL [22:41:50.266] | ..$ user : NULL [22:41:50.266] | ..$ revtunnel : logi NA [22:41:50.266] | ..$ rshlogfile : NULL [22:41:50.266] | ..$ rshopts : NULL [22:41:50.266] | ..$ rank : int 1 [22:41:50.266] | ..$ manual : logi FALSE [22:41:50.266] | ..$ dryrun : logi FALSE [22:41:50.266] | ..$ quiet : logi FALSE [22:41:50.266] | ..$ setup_strategy : chr "parallel" [22:41:50.266] | ..$ calls : logi FALSE [22:41:50.266] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:50.288] | [local output] System call to launch all workers: [22:41:50.289] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758bdadee.pid\")),silent=TRUE)" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=31153 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:50.290] | [local output] Starting PSOCK main server [22:41:50.294] | [local output] Workers launched [22:41:50.294] | [local output] Waiting for workers to connect back ... [22:41:50.295] | : [local output] 0 workers out of 1 ready [22:41:50.461] | : [local output] 0 workers out of 1 ready [22:41:50.462] | : [local output] 1 workers out of 1 ready [22:41:50.463] | [local output] Waiting for workers to connect back ... done [22:41:50.463] | [local output] Launching of 1 workers completed [22:41:50.464] | [local output] Number of nodes in cluster: 1 [22:41:50.464] | [local output] Collecting session information from 1 workers [22:41:50.466] | : [local output] Worker #1 of 1 [22:41:50.466] | [local output] Collecting session information from 1 workers [22:41:50.467] [local output] makeClusterPSOCK() ... done [22:41:50.471] [local output] makeClusterPSOCK() ... [22:41:50.473] | [local output] Workers: [n = 1] 'localhost' [22:41:50.478] | [local output] Base port: 31380 [22:41:50.478] | [local output] Getting setup options for 1 cluster nodes ... [22:41:50.479] | [local output] Node #1 of 1 ... [22:41:50.480] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:50.481] | [local output] Rscript port: 31380 [22:41:50.482] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:50.483] | [local output] Parallel setup requested for some PSOCK nodes [22:41:50.484] | [local output] Setting up PSOCK nodes in parallel [22:41:50.484] | List of 36 [22:41:50.484] | $ worker : chr "localhost" [22:41:50.484] | ..- attr(*, "localhost")= logi TRUE [22:41:50.484] | $ master : chr "localhost" [22:41:50.484] | $ port : int 31380 [22:41:50.484] | $ connectTimeout : num 120 [22:41:50.484] | $ timeout : num 120 [22:41:50.484] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:50.484] | $ homogeneous : logi TRUE [22:41:50.484] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:50.484] | $ rscript_envs : NULL [22:41:50.484] | $ rscript_libs : NULL [22:41:50.484] | $ rscript_startup : NULL [22:41:50.484] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:50.484] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:50.484] | $ methods : logi TRUE [22:41:50.484] | $ socketOptions : NULL [22:41:50.484] | $ useXDR : logi FALSE [22:41:50.484] | $ outfile : chr "/dev/null" [22:41:50.484] | $ renice : int NA [22:41:50.484] | $ rshcmd : NULL [22:41:50.484] | $ user : chr(0) [22:41:50.484] | $ revtunnel : logi FALSE [22:41:50.484] | $ rshlogfile : NULL [22:41:50.484] | $ rshopts : chr(0) [22:41:50.484] | $ rank : int 1 [22:41:50.484] | $ manual : logi FALSE [22:41:50.484] | $ dryrun : logi FALSE [22:41:50.484] | $ quiet : logi FALSE [22:41:50.484] | $ setup_strategy : chr "parallel" [22:41:50.484] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:50.484] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775850153d61.pid" [22:41:50.484] | $ rshcmd_label : NULL [22:41:50.484] | $ rsh_call : NULL [22:41:50.484] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:50.484] | $ localMachine : logi TRUE [22:41:50.484] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:50.484] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:50.484] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:50.484] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:50.484] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:50.484] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:50.484] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:50.484] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:50.484] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:50.484] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:50.484] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:50.484] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:50.484] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:50.484] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:50.484] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:50.484] | $ arguments :List of 29 [22:41:50.484] | ..$ worker : chr "localhost" [22:41:50.484] | ..$ master : NULL [22:41:50.484] | ..$ port : int 31380 [22:41:50.484] | ..$ connectTimeout : num 120 [22:41:50.484] | ..$ timeout : num 120 [22:41:50.484] | ..$ rscript : NULL [22:41:50.484] | ..$ homogeneous : NULL [22:41:50.484] | ..$ rscript_args : NULL [22:41:50.484] | ..$ rscript_envs : NULL [22:41:50.484] | ..$ rscript_libs : NULL [22:41:50.484] | ..$ rscript_startup : NULL [22:41:50.484] | ..$ rscript_sh : chr "auto" [22:41:50.484] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:50.484] | ..$ methods : logi TRUE [22:41:50.484] | ..$ socketOptions : chr "NULL" [22:41:50.484] | ..$ useXDR : logi FALSE [22:41:50.484] | ..$ outfile : chr "/dev/null" [22:41:50.484] | ..$ renice : int NA [22:41:50.484] | ..$ rshcmd : NULL [22:41:50.484] | ..$ user : NULL [22:41:50.484] | ..$ revtunnel : logi NA [22:41:50.484] | ..$ rshlogfile : NULL [22:41:50.484] | ..$ rshopts : NULL [22:41:50.484] | ..$ rank : int 1 [22:41:50.484] | ..$ manual : logi FALSE [22:41:50.484] | ..$ dryrun : logi FALSE [22:41:50.484] | ..$ quiet : logi FALSE [22:41:50.484] | ..$ setup_strategy : chr "parallel" [22:41:50.484] | ..$ calls : logi FALSE [22:41:50.484] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:50.508] | [local output] System call to launch all workers: [22:41:50.509] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775850153d61.pid\")),silent=TRUE)" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=31380 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:50.509] | [local output] Starting PSOCK main server [22:41:50.514] | [local output] Workers launched [22:41:50.514] | [local output] Waiting for workers to connect back ... [22:41:50.515] | : [local output] 0 workers out of 1 ready [22:41:50.678] | : [local output] 0 workers out of 1 ready [22:41:50.679] | : [local output] 1 workers out of 1 ready [22:41:50.679] | [local output] Waiting for workers to connect back ... done [22:41:50.680] | [local output] Launching of 1 workers completed [22:41:50.680] | [local output] Number of nodes in cluster: 1 [22:41:50.681] | [local output] Collecting session information from 1 workers [22:41:50.682] | : [local output] Worker #1 of 1 [22:41:50.683] | [local output] Collecting session information from 1 workers [22:41:50.683] [local output] makeClusterPSOCK() ... done [22:41:50.688] [local output] makeClusterPSOCK() ... [22:41:50.690] | [local output] Workers: [n = 1] 'localhost' [22:41:50.694] | [local output] Base port: 29818 [22:41:50.695] | [local output] Getting setup options for 1 cluster nodes ... [22:41:50.695] | [local output] Node #1 of 1 ... [22:41:50.696] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:50.698] | [local output] Rscript port: 29818 [22:41:50.699] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:50.699] | [local output] Parallel setup requested for some PSOCK nodes [22:41:50.700] | [local output] Setting up PSOCK nodes in parallel [22:41:50.701] | List of 36 [22:41:50.701] | $ worker : chr "localhost" [22:41:50.701] | ..- attr(*, "localhost")= logi TRUE [22:41:50.701] | $ master : chr "localhost" [22:41:50.701] | $ port : int 29818 [22:41:50.701] | $ connectTimeout : num 120 [22:41:50.701] | $ timeout : num 120 [22:41:50.701] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:50.701] | $ homogeneous : logi TRUE [22:41:50.701] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:50.701] | $ rscript_envs : NULL [22:41:50.701] | $ rscript_libs : NULL [22:41:50.701] | $ rscript_startup : NULL [22:41:50.701] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:50.701] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:50.701] | $ methods : logi TRUE [22:41:50.701] | $ socketOptions : chr "no-delay" [22:41:50.701] | $ useXDR : logi FALSE [22:41:50.701] | $ outfile : chr "/dev/null" [22:41:50.701] | $ renice : int NA [22:41:50.701] | $ rshcmd : NULL [22:41:50.701] | $ user : chr(0) [22:41:50.701] | $ revtunnel : logi FALSE [22:41:50.701] | $ rshlogfile : NULL [22:41:50.701] | $ rshopts : chr(0) [22:41:50.701] | $ rank : int 1 [22:41:50.701] | $ manual : logi FALSE [22:41:50.701] | $ dryrun : logi FALSE [22:41:50.701] | $ quiet : logi FALSE [22:41:50.701] | $ setup_strategy : chr "parallel" [22:41:50.701] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:50.701] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775832507d1.pid" [22:41:50.701] | $ rshcmd_label : NULL [22:41:50.701] | $ rsh_call : NULL [22:41:50.701] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:50.701] | $ localMachine : logi TRUE [22:41:50.701] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:50.701] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:50.701] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:50.701] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:50.701] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:50.701] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:50.701] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:50.701] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:50.701] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:50.701] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:50.701] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:50.701] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:50.701] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:50.701] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:50.701] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:50.701] | $ arguments :List of 29 [22:41:50.701] | ..$ worker : chr "localhost" [22:41:50.701] | ..$ master : NULL [22:41:50.701] | ..$ port : int 29818 [22:41:50.701] | ..$ connectTimeout : num 120 [22:41:50.701] | ..$ timeout : num 120 [22:41:50.701] | ..$ rscript : NULL [22:41:50.701] | ..$ homogeneous : NULL [22:41:50.701] | ..$ rscript_args : NULL [22:41:50.701] | ..$ rscript_envs : NULL [22:41:50.701] | ..$ rscript_libs : NULL [22:41:50.701] | ..$ rscript_startup : NULL [22:41:50.701] | ..$ rscript_sh : chr "auto" [22:41:50.701] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:50.701] | ..$ methods : logi TRUE [22:41:50.701] | ..$ socketOptions : chr "no-delay" [22:41:50.701] | ..$ useXDR : logi FALSE [22:41:50.701] | ..$ outfile : chr "/dev/null" [22:41:50.701] | ..$ renice : int NA [22:41:50.701] | ..$ rshcmd : NULL [22:41:50.701] | ..$ user : NULL [22:41:50.701] | ..$ revtunnel : logi NA [22:41:50.701] | ..$ rshlogfile : NULL [22:41:50.701] | ..$ rshopts : NULL [22:41:50.701] | ..$ rank : int 1 [22:41:50.701] | ..$ manual : logi FALSE [22:41:50.701] | ..$ dryrun : logi FALSE [22:41:50.701] | ..$ quiet : logi FALSE [22:41:50.701] | ..$ setup_strategy : chr "parallel" [22:41:50.701] | ..$ calls : logi FALSE [22:41:50.701] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:50.723] | [local output] System call to launch all workers: [22:41:50.724] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775832507d1.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=29818 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:50.724] | [local output] Starting PSOCK main server [22:41:50.729] | [local output] Workers launched [22:41:50.729] | [local output] Waiting for workers to connect back ... [22:41:50.730] | : [local output] 0 workers out of 1 ready [22:41:50.894] | : [local output] 0 workers out of 1 ready [22:41:50.895] | : [local output] 1 workers out of 1 ready [22:41:50.895] | [local output] Waiting for workers to connect back ... done [22:41:50.896] | [local output] Launching of 1 workers completed [22:41:50.896] | [local output] Number of nodes in cluster: 1 [22:41:50.897] | [local output] Collecting session information from 1 workers [22:41:50.898] | : [local output] Worker #1 of 1 [22:41:50.899] | [local output] Collecting session information from 1 workers [22:41:50.899] [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] [22:41:50.910] [local output] makeClusterPSOCK() ... [22:41:50.912] | [local output] Workers: [n = 1] 'localhost' [22:41:50.917] | [local output] Base port: 25661 [22:41:50.917] | [local output] Getting setup options for 1 cluster nodes ... [22:41:50.918] | [local output] Node #1 of 1 ... [22:41:50.919] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:50.921] | [local output] Rscript port: 25661 [22:41:50.921] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:50.923] | [local output] Parallel setup requested for some PSOCK nodes [22:41:50.924] | [local output] Setting up PSOCK nodes in parallel [22:41:50.925] | List of 36 [22:41:50.925] | $ worker : chr "localhost" [22:41:50.925] | ..- attr(*, "localhost")= logi TRUE [22:41:50.925] | $ master : chr "localhost" [22:41:50.925] | $ port : int 25661 [22:41:50.925] | $ connectTimeout : num 120 [22:41:50.925] | $ timeout : num 120 [22:41:50.925] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:50.925] | $ homogeneous : logi TRUE [22:41:50.925] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:50.925] | $ rscript_envs : NULL [22:41:50.925] | $ rscript_libs : NULL [22:41:50.925] | $ rscript_startup : NULL [22:41:50.925] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:50.925] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:50.925] | $ methods : logi TRUE [22:41:50.925] | $ socketOptions : chr "no-delay" [22:41:50.925] | $ useXDR : logi FALSE [22:41:50.925] | $ outfile : chr "/dev/null" [22:41:50.925] | $ renice : int NA [22:41:50.925] | $ rshcmd : NULL [22:41:50.925] | $ user : chr(0) [22:41:50.925] | $ revtunnel : logi FALSE [22:41:50.925] | $ rshlogfile : NULL [22:41:50.925] | $ rshopts : chr(0) [22:41:50.925] | $ rank : int 1 [22:41:50.925] | $ manual : logi FALSE [22:41:50.925] | $ dryrun : logi FALSE [22:41:50.925] | $ quiet : logi FALSE [22:41:50.925] | $ setup_strategy : chr "parallel" [22:41:50.925] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:50.925] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775851276f35.pid" [22:41:50.925] | $ rshcmd_label : NULL [22:41:50.925] | $ rsh_call : NULL [22:41:50.925] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:50.925] | $ localMachine : logi TRUE [22:41:50.925] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:50.925] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:50.925] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:50.925] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:50.925] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:50.925] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:50.925] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:50.925] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:50.925] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:50.925] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:50.925] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:50.925] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:50.925] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:50.925] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:50.925] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:50.925] | $ arguments :List of 29 [22:41:50.925] | ..$ worker : chr "localhost" [22:41:50.925] | ..$ master : NULL [22:41:50.925] | ..$ port : int 25661 [22:41:50.925] | ..$ connectTimeout : num 120 [22:41:50.925] | ..$ timeout : num 120 [22:41:50.925] | ..$ rscript : NULL [22:41:50.925] | ..$ homogeneous : NULL [22:41:50.925] | ..$ rscript_args : NULL [22:41:50.925] | ..$ rscript_envs : NULL [22:41:50.925] | ..$ rscript_libs : NULL [22:41:50.925] | ..$ rscript_startup : NULL [22:41:50.925] | ..$ rscript_sh : chr "auto" [22:41:50.925] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:50.925] | ..$ methods : logi TRUE [22:41:50.925] | ..$ socketOptions : chr "no-delay" [22:41:50.925] | ..$ useXDR : logi FALSE [22:41:50.925] | ..$ outfile : chr "/dev/null" [22:41:50.925] | ..$ renice : int NA [22:41:50.925] | ..$ rshcmd : NULL [22:41:50.925] | ..$ user : NULL [22:41:50.925] | ..$ revtunnel : logi NA [22:41:50.925] | ..$ rshlogfile : NULL [22:41:50.925] | ..$ rshopts : NULL [22:41:50.925] | ..$ rank : int 1 [22:41:50.925] | ..$ manual : logi FALSE [22:41:50.925] | ..$ dryrun : logi FALSE [22:41:50.925] | ..$ quiet : logi FALSE [22:41:50.925] | ..$ setup_strategy : chr "parallel" [22:41:50.925] | ..$ calls : logi FALSE [22:41:50.925] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:50.947] | [local output] System call to launch all workers: [22:41:50.948] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775851276f35.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=25661 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:50.948] | [local output] Starting PSOCK main server [22:41:50.953] | [local output] Workers launched [22:41:50.953] | [local output] Waiting for workers to connect back ... [22:41:50.954] | : [local output] 0 workers out of 1 ready [22:41:51.156] | : [local output] 0 workers out of 1 ready [22:41:51.156] | : [local output] 1 workers out of 1 ready [22:41:51.157] | [local output] Waiting for workers to connect back ... done [22:41:51.158] | [local output] Launching of 1 workers completed [22:41:51.158] | [local output] Number of nodes in cluster: 1 [22:41:51.159] | [local output] Collecting session information from 1 workers [22:41:51.160] | : [local output] Worker #1 of 1 [22:41:51.161] | [local output] Collecting session information from 1 workers [22:41:51.161] [local output] makeClusterPSOCK() ... done [22:41:51.166] [local output] makeClusterPSOCK() ... [22:41:51.167] | [local output] Workers: [n = 1] 'localhost' [22:41:51.172] | [local output] Base port: 22886 [22:41:51.172] | [local output] Getting setup options for 1 cluster nodes ... [22:41:51.173] | [local output] Node #1 of 1 ... [22:41:51.174] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:51.176] | [local output] Rscript port: 22886 [22:41:51.177] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:51.177] | [local output] Parallel setup requested for some PSOCK nodes [22:41:51.178] | [local output] Setting up PSOCK nodes in parallel [22:41:51.178] | List of 36 [22:41:51.178] | $ worker : chr "localhost" [22:41:51.178] | ..- attr(*, "localhost")= logi TRUE [22:41:51.178] | $ master : chr "localhost" [22:41:51.178] | $ port : int 22886 [22:41:51.178] | $ connectTimeout : num 120 [22:41:51.178] | $ timeout : num 120 [22:41:51.178] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:51.178] | $ homogeneous : logi TRUE [22:41:51.178] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:51.178] | $ rscript_envs : NULL [22:41:51.178] | $ rscript_libs : NULL [22:41:51.178] | $ rscript_startup : chr [1:2] "-e" "\"invisible({options(abc = 42L)})\"" [22:41:51.178] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:51.178] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:51.178] | $ methods : logi TRUE [22:41:51.178] | $ socketOptions : chr "no-delay" [22:41:51.178] | $ useXDR : logi FALSE [22:41:51.178] | $ outfile : chr "/dev/null" [22:41:51.178] | $ renice : int NA [22:41:51.178] | $ rshcmd : NULL [22:41:51.178] | $ user : chr(0) [22:41:51.178] | $ revtunnel : logi FALSE [22:41:51.178] | $ rshlogfile : NULL [22:41:51.178] | $ rshopts : chr(0) [22:41:51.178] | $ rank : int 1 [22:41:51.178] | $ manual : logi FALSE [22:41:51.178] | $ dryrun : logi FALSE [22:41:51.178] | $ quiet : logi FALSE [22:41:51.178] | $ setup_strategy : chr "parallel" [22:41:51.178] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:51.178] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775848974e65.pid" [22:41:51.178] | $ rshcmd_label : NULL [22:41:51.178] | $ rsh_call : NULL [22:41:51.178] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:51.178] | $ localMachine : logi TRUE [22:41:51.178] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:51.178] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:51.178] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:51.178] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:51.178] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:51.178] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:51.178] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:51.178] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:51.178] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:51.178] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:51.178] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:51.178] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:51.178] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:51.178] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:51.178] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:51.178] | $ arguments :List of 29 [22:41:51.178] | ..$ worker : chr "localhost" [22:41:51.178] | ..$ master : NULL [22:41:51.178] | ..$ port : int 22886 [22:41:51.178] | ..$ connectTimeout : num 120 [22:41:51.178] | ..$ timeout : num 120 [22:41:51.178] | ..$ rscript : NULL [22:41:51.178] | ..$ homogeneous : NULL [22:41:51.178] | ..$ rscript_args : NULL [22:41:51.178] | ..$ rscript_envs : NULL [22:41:51.178] | ..$ rscript_libs : NULL [22:41:51.178] | ..$ rscript_startup : chr "options(abc = 42L)" [22:41:51.178] | ..$ rscript_sh : chr "auto" [22:41:51.178] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:51.178] | ..$ methods : logi TRUE [22:41:51.178] | ..$ socketOptions : chr "no-delay" [22:41:51.178] | ..$ useXDR : logi FALSE [22:41:51.178] | ..$ outfile : chr "/dev/null" [22:41:51.178] | ..$ renice : int NA [22:41:51.178] | ..$ rshcmd : NULL [22:41:51.178] | ..$ user : NULL [22:41:51.178] | ..$ revtunnel : logi NA [22:41:51.178] | ..$ rshlogfile : NULL [22:41:51.178] | ..$ rshopts : NULL [22:41:51.178] | ..$ rank : int 1 [22:41:51.178] | ..$ manual : logi FALSE [22:41:51.178] | ..$ dryrun : logi FALSE [22:41:51.178] | ..$ quiet : logi FALSE [22:41:51.178] | ..$ setup_strategy : chr "parallel" [22:41:51.178] | ..$ calls : logi FALSE [22:41:51.178] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:51.201] | [local output] System call to launch all workers: [22:41:51.202] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775848974e65.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=22886 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:51.202] | [local output] Starting PSOCK main server [22:41:51.207] | [local output] Workers launched [22:41:51.207] | [local output] Waiting for workers to connect back ... [22:41:51.208] | : [local output] 0 workers out of 1 ready [22:41:51.386] | : [local output] 0 workers out of 1 ready [22:41:51.386] | : [local output] 1 workers out of 1 ready [22:41:51.387] | [local output] Waiting for workers to connect back ... done [22:41:51.388] | [local output] Launching of 1 workers completed [22:41:51.388] | [local output] Number of nodes in cluster: 1 [22:41:51.389] | [local output] Collecting session information from 1 workers [22:41:51.390] | : [local output] Worker #1 of 1 [22:41:51.391] | [local output] Collecting session information from 1 workers [22:41:51.391] [local output] makeClusterPSOCK() ... done [22:41:51.396] [local output] makeClusterPSOCK() ... [22:41:51.398] | [local output] Workers: [n = 1] 'localhost' [22:41:51.403] | [local output] Base port: 28688 [22:41:51.403] | [local output] Getting setup options for 1 cluster nodes ... [22:41:51.404] | [local output] Node #1 of 1 ... [22:41:51.405] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:51.407] | [local output] Rscript port: 28688 [22:41:51.410] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:51.410] | [local output] Parallel setup requested for some PSOCK nodes [22:41:51.411] | [local output] Setting up PSOCK nodes in parallel [22:41:51.412] | List of 36 [22:41:51.412] | $ worker : chr "localhost" [22:41:51.412] | ..- attr(*, "localhost")= logi TRUE [22:41:51.412] | $ master : chr "localhost" [22:41:51.412] | $ port : int 28688 [22:41:51.412] | $ connectTimeout : num 120 [22:41:51.412] | $ timeout : num 120 [22:41:51.412] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:51.412] | $ homogeneous : logi TRUE [22:41:51.412] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:51.412] | $ rscript_envs : NULL [22:41:51.412] | $ rscript_libs : NULL [22:41:51.412] | $ rscript_startup : chr [1:2] "-e" "\"invisible({options(abc = 42L)})\"" [22:41:51.412] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:51.412] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:51.412] | $ methods : logi TRUE [22:41:51.412] | $ socketOptions : chr "no-delay" [22:41:51.412] | $ useXDR : logi FALSE [22:41:51.412] | $ outfile : chr "/dev/null" [22:41:51.412] | $ renice : int NA [22:41:51.412] | $ rshcmd : NULL [22:41:51.412] | $ user : chr(0) [22:41:51.412] | $ revtunnel : logi FALSE [22:41:51.412] | $ rshlogfile : NULL [22:41:51.412] | $ rshopts : chr(0) [22:41:51.412] | $ rank : int 1 [22:41:51.412] | $ manual : logi FALSE [22:41:51.412] | $ dryrun : logi FALSE [22:41:51.412] | $ quiet : logi FALSE [22:41:51.412] | $ setup_strategy : chr "parallel" [22:41:51.412] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:51.412] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758341322dd.pid" [22:41:51.412] | $ rshcmd_label : NULL [22:41:51.412] | $ rsh_call : NULL [22:41:51.412] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:51.412] | $ localMachine : logi TRUE [22:41:51.412] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:51.412] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:51.412] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:51.412] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:51.412] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:51.412] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:51.412] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:51.412] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:51.412] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:51.412] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:51.412] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:51.412] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:51.412] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:51.412] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:51.412] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:51.412] | $ arguments :List of 29 [22:41:51.412] | ..$ worker : chr "localhost" [22:41:51.412] | ..$ master : NULL [22:41:51.412] | ..$ port : int 28688 [22:41:51.412] | ..$ connectTimeout : num 120 [22:41:51.412] | ..$ timeout : num 120 [22:41:51.412] | ..$ rscript : NULL [22:41:51.412] | ..$ homogeneous : NULL [22:41:51.412] | ..$ rscript_args : NULL [22:41:51.412] | ..$ rscript_envs : NULL [22:41:51.412] | ..$ rscript_libs : NULL [22:41:51.412] | ..$ rscript_startup : language options(abc = 42L) [22:41:51.412] | ..$ rscript_sh : chr "auto" [22:41:51.412] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:51.412] | ..$ methods : logi TRUE [22:41:51.412] | ..$ socketOptions : chr "no-delay" [22:41:51.412] | ..$ useXDR : logi FALSE [22:41:51.412] | ..$ outfile : chr "/dev/null" [22:41:51.412] | ..$ renice : int NA [22:41:51.412] | ..$ rshcmd : NULL [22:41:51.412] | ..$ user : NULL [22:41:51.412] | ..$ revtunnel : logi NA [22:41:51.412] | ..$ rshlogfile : NULL [22:41:51.412] | ..$ rshopts : NULL [22:41:51.412] | ..$ rank : int 1 [22:41:51.412] | ..$ manual : logi FALSE [22:41:51.412] | ..$ dryrun : logi FALSE [22:41:51.412] | ..$ quiet : logi FALSE [22:41:51.412] | ..$ setup_strategy : chr "parallel" [22:41:51.412] | ..$ calls : logi FALSE [22:41:51.412] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:51.435] | [local output] System call to launch all workers: [22:41:51.435] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758341322dd.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=28688 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:51.436] | [local output] Starting PSOCK main server [22:41:51.441] | [local output] Workers launched [22:41:51.442] | [local output] Waiting for workers to connect back ... [22:41:51.443] | : [local output] 0 workers out of 1 ready [22:41:51.607] | : [local output] 0 workers out of 1 ready [22:41:51.608] | : [local output] 1 workers out of 1 ready [22:41:51.609] | [local output] Waiting for workers to connect back ... done [22:41:51.609] | [local output] Launching of 1 workers completed [22:41:51.610] | [local output] Number of nodes in cluster: 1 [22:41:51.611] | [local output] Collecting session information from 1 workers [22:41:51.612] | : [local output] Worker #1 of 1 [22:41:51.612] | [local output] Collecting session information from 1 workers [22:41:51.613] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - argument 'user'") - makeClusterPSOCK() - argument 'user' > cl <- makeClusterPSOCK(1, user = "*") [22:41:51.618] [local output] makeClusterPSOCK() ... [22:41:51.620] | [local output] Workers: [n = 1] 'localhost' [22:41:51.624] | [local output] Base port: 20807 [22:41:51.625] | [local output] Getting setup options for 1 cluster nodes ... [22:41:51.626] | [local output] Node #1 of 1 ... [22:41:51.626] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:51.628] | [local output] Rscript port: 20807 [22:41:51.629] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:51.630] | [local output] Parallel setup requested for some PSOCK nodes [22:41:51.631] | [local output] Setting up PSOCK nodes in parallel [22:41:51.631] | List of 36 [22:41:51.631] | $ worker : chr "localhost" [22:41:51.631] | ..- attr(*, "localhost")= logi TRUE [22:41:51.631] | $ master : chr "localhost" [22:41:51.631] | $ port : int 20807 [22:41:51.631] | $ connectTimeout : num 120 [22:41:51.631] | $ timeout : num 120 [22:41:51.631] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:51.631] | $ homogeneous : logi TRUE [22:41:51.631] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:51.631] | $ rscript_envs : NULL [22:41:51.631] | $ rscript_libs : NULL [22:41:51.631] | $ rscript_startup : NULL [22:41:51.631] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:51.631] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:51.631] | $ methods : logi TRUE [22:41:51.631] | $ socketOptions : chr "no-delay" [22:41:51.631] | $ useXDR : logi FALSE [22:41:51.631] | $ outfile : chr "/dev/null" [22:41:51.631] | $ renice : int NA [22:41:51.631] | $ rshcmd : NULL [22:41:51.631] | $ user : chr(0) [22:41:51.631] | $ revtunnel : logi FALSE [22:41:51.631] | $ rshlogfile : NULL [22:41:51.631] | $ rshopts : chr(0) [22:41:51.631] | $ rank : int 1 [22:41:51.631] | $ manual : logi FALSE [22:41:51.631] | $ dryrun : logi FALSE [22:41:51.631] | $ quiet : logi FALSE [22:41:51.631] | $ setup_strategy : chr "parallel" [22:41:51.631] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:51.631] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775816d323bd.pid" [22:41:51.631] | $ rshcmd_label : NULL [22:41:51.631] | $ rsh_call : NULL [22:41:51.631] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:51.631] | $ localMachine : logi TRUE [22:41:51.631] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:51.631] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:51.631] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:51.631] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:51.631] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:51.631] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:51.631] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:51.631] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:51.631] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:51.631] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:51.631] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:51.631] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:51.631] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:51.631] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:51.631] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:51.631] | $ arguments :List of 29 [22:41:51.631] | ..$ worker : chr "localhost" [22:41:51.631] | ..$ master : NULL [22:41:51.631] | ..$ port : int 20807 [22:41:51.631] | ..$ connectTimeout : num 120 [22:41:51.631] | ..$ timeout : num 120 [22:41:51.631] | ..$ rscript : NULL [22:41:51.631] | ..$ homogeneous : NULL [22:41:51.631] | ..$ rscript_args : NULL [22:41:51.631] | ..$ rscript_envs : NULL [22:41:51.631] | ..$ rscript_libs : NULL [22:41:51.631] | ..$ rscript_startup : NULL [22:41:51.631] | ..$ rscript_sh : chr "auto" [22:41:51.631] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:51.631] | ..$ methods : logi TRUE [22:41:51.631] | ..$ socketOptions : chr "no-delay" [22:41:51.631] | ..$ useXDR : logi FALSE [22:41:51.631] | ..$ outfile : chr "/dev/null" [22:41:51.631] | ..$ renice : int NA [22:41:51.631] | ..$ rshcmd : NULL [22:41:51.631] | ..$ user : NULL [22:41:51.631] | ..$ revtunnel : logi NA [22:41:51.631] | ..$ rshlogfile : NULL [22:41:51.631] | ..$ rshopts : NULL [22:41:51.631] | ..$ rank : int 1 [22:41:51.631] | ..$ manual : logi FALSE [22:41:51.631] | ..$ dryrun : logi FALSE [22:41:51.631] | ..$ quiet : logi FALSE [22:41:51.631] | ..$ setup_strategy : chr "parallel" [22:41:51.631] | ..$ calls : logi FALSE [22:41:51.631] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:51.654] | [local output] System call to launch all workers: [22:41:51.654] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775816d323bd.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=20807 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:51.655] | [local output] Starting PSOCK main server [22:41:51.659] | [local output] Workers launched [22:41:51.660] | [local output] Waiting for workers to connect back ... [22:41:51.660] | : [local output] 0 workers out of 1 ready [22:41:51.828] | : [local output] 0 workers out of 1 ready [22:41:51.829] | : [local output] 1 workers out of 1 ready [22:41:51.830] | [local output] Waiting for workers to connect back ... done [22:41:51.830] | [local output] Launching of 1 workers completed [22:41:51.831] | [local output] Number of nodes in cluster: 1 [22:41:51.831] | [local output] Collecting session information from 1 workers [22:41:51.832] | : [local output] Worker #1 of 1 [22:41:51.833] | [local output] Collecting session information from 1 workers [22:41:51.834] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'localhost' (R version 4.6.0 beta (2026-04-15 r89885 ucrt), platform x86_64-w64-mingw32) > y <- parallel::clusterEvalQ(cl, Sys.info()[["user"]])[[1]] > stopifnot(is.character(y), length(y) == 1) > parallel::stopCluster(cl) > cl <- makeClusterPSOCK(2, user = "*") [22:41:51.840] [local output] makeClusterPSOCK() ... [22:41:51.843] | [local output] Workers: [n = 2] 'localhost', 'localhost' [22:41:51.848] | [local output] Base port: 23312 [22:41:51.848] | [local output] Getting setup options for 2 cluster nodes ... [22:41:51.849] | [local output] Node #1 of 2 ... [22:41:51.850] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:51.852] | [local output] Rscript port: 23312 [22:41:51.852] | [local output] Node #2 of 2 ... [22:41:51.853] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:51.855] | [local output] Rscript port: 23312 [22:41:51.856] | [local output] Getting setup options for 2 cluster nodes ... done [22:41:51.856] | [local output] Parallel setup requested for some PSOCK nodes [22:41:51.857] | [local output] Setting up PSOCK nodes in parallel [22:41:51.858] | List of 36 [22:41:51.858] | $ worker : chr "localhost" [22:41:51.858] | ..- attr(*, "localhost")= logi TRUE [22:41:51.858] | $ master : chr "localhost" [22:41:51.858] | $ port : int 23312 [22:41:51.858] | $ connectTimeout : num 120 [22:41:51.858] | $ timeout : num 120 [22:41:51.858] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:51.858] | $ homogeneous : logi TRUE [22:41:51.858] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:51.858] | $ rscript_envs : NULL [22:41:51.858] | $ rscript_libs : NULL [22:41:51.858] | $ rscript_startup : NULL [22:41:51.858] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:51.858] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:51.858] | $ methods : logi TRUE [22:41:51.858] | $ socketOptions : chr "no-delay" [22:41:51.858] | $ useXDR : logi FALSE [22:41:51.858] | $ outfile : chr "/dev/null" [22:41:51.858] | $ renice : int NA [22:41:51.858] | $ rshcmd : NULL [22:41:51.858] | $ user : chr(0) [22:41:51.858] | $ revtunnel : logi FALSE [22:41:51.858] | $ rshlogfile : NULL [22:41:51.858] | $ rshopts : chr(0) [22:41:51.858] | $ rank : int 1 [22:41:51.858] | $ manual : logi FALSE [22:41:51.858] | $ dryrun : logi FALSE [22:41:51.858] | $ quiet : logi FALSE [22:41:51.858] | $ setup_strategy : chr "parallel" [22:41:51.858] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:51.858] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177581e704a15.pid" [22:41:51.858] | $ rshcmd_label : NULL [22:41:51.858] | $ rsh_call : NULL [22:41:51.858] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:51.858] | $ localMachine : logi TRUE [22:41:51.858] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:51.858] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:51.858] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:51.858] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:51.858] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:51.858] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:51.858] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:51.858] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:51.858] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:51.858] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:51.858] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:51.858] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:51.858] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:51.858] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:51.858] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:51.858] | $ arguments :List of 29 [22:41:51.858] | ..$ worker : chr "localhost" [22:41:51.858] | ..$ master : NULL [22:41:51.858] | ..$ port : int 23312 [22:41:51.858] | ..$ connectTimeout : num 120 [22:41:51.858] | ..$ timeout : num 120 [22:41:51.858] | ..$ rscript : NULL [22:41:51.858] | ..$ homogeneous : NULL [22:41:51.858] | ..$ rscript_args : NULL [22:41:51.858] | ..$ rscript_envs : NULL [22:41:51.858] | ..$ rscript_libs : NULL [22:41:51.858] | ..$ rscript_startup : NULL [22:41:51.858] | ..$ rscript_sh : chr "auto" [22:41:51.858] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:51.858] | ..$ methods : logi TRUE [22:41:51.858] | ..$ socketOptions : chr "no-delay" [22:41:51.858] | ..$ useXDR : logi FALSE [22:41:51.858] | ..$ outfile : chr "/dev/null" [22:41:51.858] | ..$ renice : int NA [22:41:51.858] | ..$ rshcmd : NULL [22:41:51.858] | ..$ user : NULL [22:41:51.858] | ..$ revtunnel : logi NA [22:41:51.858] | ..$ rshlogfile : NULL [22:41:51.858] | ..$ rshopts : NULL [22:41:51.858] | ..$ rank : int 1 [22:41:51.858] | ..$ manual : logi FALSE [22:41:51.858] | ..$ dryrun : logi FALSE [22:41:51.858] | ..$ quiet : logi FALSE [22:41:51.858] | ..$ setup_strategy : chr "parallel" [22:41:51.858] | ..$ calls : logi FALSE [22:41:51.858] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:51.880] | [local output] System call to launch all workers: [22:41:51.881] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177581e704a15.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=23312 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:51.881] | [local output] Starting PSOCK main server [22:41:51.888] | [local output] Workers launched [22:41:51.889] | [local output] Waiting for workers to connect back ... [22:41:51.890] | : [local output] 0 workers out of 2 ready [22:41:52.067] | : [local output] 0 workers out of 2 ready [22:41:52.068] | : [local output] 1 workers out of 2 ready [22:41:52.069] | : [local output] 1 workers out of 2 ready [22:41:52.070] | : [local output] 2 workers out of 2 ready [22:41:52.071] | [local output] Waiting for workers to connect back ... done [22:41:52.071] | [local output] Launching of 2 workers completed [22:41:52.072] | [local output] Number of nodes in cluster: 2 [22:41:52.072] | [local output] Collecting session information from 2 workers [22:41:52.073] | : [local output] Worker #1 of 2 [22:41:52.075] | : [local output] Worker #2 of 2 [22:41:52.075] | [local output] Collecting session information from 2 workers [22:41:52.076] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 2 nodes on host 'localhost' (R version 4.6.0 beta (2026-04-15 r89885 ucrt), platform x86_64-w64-mingw32) > y <- parallel::clusterEvalQ(cl, Sys.info()[["user"]]) > stopifnot(length(y) == 2) > parallel::stopCluster(cl) > cl <- makeClusterPSOCK(2, user = c("*", "*")) [22:41:52.085] [local output] makeClusterPSOCK() ... [22:41:52.087] | [local output] Workers: [n = 2] 'localhost', 'localhost' [22:41:52.091] | [local output] Base port: 37718 [22:41:52.092] | [local output] Getting setup options for 2 cluster nodes ... [22:41:52.092] | [local output] Node #1 of 2 ... [22:41:52.093] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:52.095] | [local output] Rscript port: 37718 [22:41:52.097] | [local output] Node #2 of 2 ... [22:41:52.098] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:52.099] | [local output] Rscript port: 37718 [22:41:52.100] | [local output] Getting setup options for 2 cluster nodes ... done [22:41:52.101] | [local output] Parallel setup requested for some PSOCK nodes [22:41:52.102] | [local output] Setting up PSOCK nodes in parallel [22:41:52.102] | List of 36 [22:41:52.102] | $ worker : chr "localhost" [22:41:52.102] | ..- attr(*, "localhost")= logi TRUE [22:41:52.102] | $ master : chr "localhost" [22:41:52.102] | $ port : int 37718 [22:41:52.102] | $ connectTimeout : num 120 [22:41:52.102] | $ timeout : num 120 [22:41:52.102] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:52.102] | $ homogeneous : logi TRUE [22:41:52.102] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:52.102] | $ rscript_envs : NULL [22:41:52.102] | $ rscript_libs : NULL [22:41:52.102] | $ rscript_startup : NULL [22:41:52.102] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:52.102] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:52.102] | $ methods : logi TRUE [22:41:52.102] | $ socketOptions : chr "no-delay" [22:41:52.102] | $ useXDR : logi FALSE [22:41:52.102] | $ outfile : chr "/dev/null" [22:41:52.102] | $ renice : int NA [22:41:52.102] | $ rshcmd : NULL [22:41:52.102] | $ user : chr(0) [22:41:52.102] | $ revtunnel : logi FALSE [22:41:52.102] | $ rshlogfile : NULL [22:41:52.102] | $ rshopts : chr(0) [22:41:52.102] | $ rank : int 1 [22:41:52.102] | $ manual : logi FALSE [22:41:52.102] | $ dryrun : logi FALSE [22:41:52.102] | $ quiet : logi FALSE [22:41:52.102] | $ setup_strategy : chr "parallel" [22:41:52.102] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:52.102] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758d985f4e.pid" [22:41:52.102] | $ rshcmd_label : NULL [22:41:52.102] | $ rsh_call : NULL [22:41:52.102] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:52.102] | $ localMachine : logi TRUE [22:41:52.102] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:52.102] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:52.102] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:52.102] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:52.102] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:52.102] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:52.102] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:52.102] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:52.102] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:52.102] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:52.102] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:52.102] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:52.102] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:52.102] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:52.102] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:52.102] | $ arguments :List of 29 [22:41:52.102] | ..$ worker : chr "localhost" [22:41:52.102] | ..$ master : NULL [22:41:52.102] | ..$ port : int 37718 [22:41:52.102] | ..$ connectTimeout : num 120 [22:41:52.102] | ..$ timeout : num 120 [22:41:52.102] | ..$ rscript : NULL [22:41:52.102] | ..$ homogeneous : NULL [22:41:52.102] | ..$ rscript_args : NULL [22:41:52.102] | ..$ rscript_envs : NULL [22:41:52.102] | ..$ rscript_libs : NULL [22:41:52.102] | ..$ rscript_startup : NULL [22:41:52.102] | ..$ rscript_sh : chr "auto" [22:41:52.102] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:52.102] | ..$ methods : logi TRUE [22:41:52.102] | ..$ socketOptions : chr "no-delay" [22:41:52.102] | ..$ useXDR : logi FALSE [22:41:52.102] | ..$ outfile : chr "/dev/null" [22:41:52.102] | ..$ renice : int NA [22:41:52.102] | ..$ rshcmd : NULL [22:41:52.102] | ..$ user : NULL [22:41:52.102] | ..$ revtunnel : logi NA [22:41:52.102] | ..$ rshlogfile : NULL [22:41:52.102] | ..$ rshopts : NULL [22:41:52.102] | ..$ rank : int 1 [22:41:52.102] | ..$ manual : logi FALSE [22:41:52.102] | ..$ dryrun : logi FALSE [22:41:52.102] | ..$ quiet : logi FALSE [22:41:52.102] | ..$ setup_strategy : chr "parallel" [22:41:52.102] | ..$ calls : logi FALSE [22:41:52.102] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:52.126] | [local output] System call to launch all workers: [22:41:52.127] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758d985f4e.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=37718 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:52.128] | [local output] Starting PSOCK main server [22:41:52.134] | [local output] Workers launched [22:41:52.135] | [local output] Waiting for workers to connect back ... [22:41:52.136] | : [local output] 0 workers out of 2 ready [22:41:52.304] | : [local output] 0 workers out of 2 ready [22:41:52.305] | : [local output] 1 workers out of 2 ready [22:41:52.312] | : [local output] 1 workers out of 2 ready [22:41:52.313] | : [local output] 2 workers out of 2 ready [22:41:52.313] | [local output] Waiting for workers to connect back ... done [22:41:52.314] | [local output] Launching of 2 workers completed [22:41:52.314] | [local output] Number of nodes in cluster: 2 [22:41:52.315] | [local output] Collecting session information from 2 workers [22:41:52.316] | : [local output] Worker #1 of 2 [22:41:52.317] | : [local output] Worker #2 of 2 [22:41:52.318] | [local output] Collecting session information from 2 workers [22:41:52.319] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 2 nodes on host 'localhost' (R version 4.6.0 beta (2026-04-15 r89885 ucrt), platform x86_64-w64-mingw32) > y <- parallel::clusterEvalQ(cl, Sys.info()[["user"]]) > stopifnot(length(y) == 2) > parallel::stopCluster(cl) > message("- makeClusterPSOCK() - setup_strategy = TRUE/FALSE") - makeClusterPSOCK() - setup_strategy = TRUE/FALSE > for (setup_strategy in c("sequential", "parallel")) { + dt <- system.time({ + cl <- makeClusterPSOCK(2, setup_strategy = setup_strategy) .... [TRUNCATED] [22:41:52.381] [local output] makeClusterPSOCK() ... [22:41:52.383] | [local output] Workers: [n = 2] 'localhost', 'localhost' [22:41:52.388] | [local output] Base port: 34688 [22:41:52.388] | [local output] Getting setup options for 2 cluster nodes ... [22:41:52.389] | [local output] Node #1 of 2 ... [22:41:52.390] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:52.392] | [local output] Rscript port: 34688 [22:41:52.392] | [local output] Node #2 of 2 ... [22:41:52.393] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:52.395] | [local output] Rscript port: 34688 [22:41:52.396] | [local output] Getting setup options for 2 cluster nodes ... done [22:41:52.396] | [local output] Creating node #1 of 2 ... [22:41:52.397] | : [local output] setting up node [22:41:52.397] | : [local output] attempt #1 of 3 [22:41:52.398] | : [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:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758552c6a2c.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=34688 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [22:41:52.403] | : [local output] - Exit code of system() call: 0 [22:41:52.403] | : [local output] Waiting for worker #1 on 'localhost' to connect back [22:41:52.572] | : [local output] Connection with worker #1 on 'localhost' established [22:41:52.573] | [local output] Creating node #1 of 2 ... done [22:41:52.573] | [local output] Creating node #2 of 2 ... [22:41:52.574] | : [local output] setting up node [22:41:52.574] | : [local output] attempt #1 of 3 [22:41:52.575] | : [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:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=2.parallelly.parent=96088.177587a862958.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=34688 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [22:41:52.579] | : [local output] - Exit code of system() call: 0 [22:41:52.580] | : [local output] Waiting for worker #2 on 'localhost' to connect back [22:41:52.748] | : [local output] Connection with worker #2 on 'localhost' established [22:41:52.749] | [local output] Creating node #2 of 2 ... done [22:41:52.749] | [local output] Launching of 2 workers completed [22:41:52.750] | [local output] Number of nodes in cluster: 2 [22:41:52.751] | [local output] Collecting session information from 2 workers [22:41:52.752] | : [local output] Worker #1 of 2 [22:41:52.754] | : [local output] Worker #2 of 2 [22:41:52.755] | [local output] Collecting session information from 2 workers [22:41:52.755] [local output] makeClusterPSOCK() ... done user system elapsed 0.03 0.01 0.38 Socket cluster with 2 nodes on host 'localhost' (R version 4.6.0 beta (2026-04-15 r89885 ucrt), platform x86_64-w64-mingw32) [22:41:52.792] [local output] makeClusterPSOCK() ... [22:41:52.794] | [local output] Workers: [n = 2] 'localhost', 'localhost' [22:41:52.799] | [local output] Base port: 37214 [22:41:52.799] | [local output] Getting setup options for 2 cluster nodes ... [22:41:52.800] | [local output] Node #1 of 2 ... [22:41:52.801] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:52.803] | [local output] Rscript port: 37214 [22:41:52.804] | [local output] Node #2 of 2 ... [22:41:52.805] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:52.806] | [local output] Rscript port: 37214 [22:41:52.807] | [local output] Getting setup options for 2 cluster nodes ... done [22:41:52.808] | [local output] Parallel setup requested for some PSOCK nodes [22:41:52.809] | [local output] Setting up PSOCK nodes in parallel [22:41:52.809] | List of 36 [22:41:52.809] | $ worker : chr "localhost" [22:41:52.809] | ..- attr(*, "localhost")= logi TRUE [22:41:52.809] | $ master : chr "localhost" [22:41:52.809] | $ port : int 37214 [22:41:52.809] | $ connectTimeout : num 120 [22:41:52.809] | $ timeout : num 120 [22:41:52.809] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:52.809] | $ homogeneous : logi TRUE [22:41:52.809] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:52.809] | $ rscript_envs : NULL [22:41:52.809] | $ rscript_libs : NULL [22:41:52.809] | $ rscript_startup : NULL [22:41:52.809] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:52.809] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:52.809] | $ methods : logi TRUE [22:41:52.809] | $ socketOptions : chr "no-delay" [22:41:52.809] | $ useXDR : logi FALSE [22:41:52.809] | $ outfile : chr "/dev/null" [22:41:52.809] | $ renice : int NA [22:41:52.809] | $ rshcmd : NULL [22:41:52.809] | $ user : chr(0) [22:41:52.809] | $ revtunnel : logi FALSE [22:41:52.809] | $ rshlogfile : NULL [22:41:52.809] | $ rshopts : chr(0) [22:41:52.809] | $ rank : int 1 [22:41:52.809] | $ manual : logi FALSE [22:41:52.809] | $ dryrun : logi FALSE [22:41:52.809] | $ quiet : logi FALSE [22:41:52.809] | $ setup_strategy : chr "parallel" [22:41:52.809] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:52.809] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177582d8c5407.pid" [22:41:52.809] | $ rshcmd_label : NULL [22:41:52.809] | $ rsh_call : NULL [22:41:52.809] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:52.809] | $ localMachine : logi TRUE [22:41:52.809] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:52.809] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:52.809] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:52.809] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:52.809] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:52.809] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:52.809] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:52.809] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:52.809] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:52.809] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:52.809] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:52.809] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:52.809] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:52.809] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:52.809] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:52.809] | $ arguments :List of 29 [22:41:52.809] | ..$ worker : chr "localhost" [22:41:52.809] | ..$ master : NULL [22:41:52.809] | ..$ port : int 37214 [22:41:52.809] | ..$ connectTimeout : num 120 [22:41:52.809] | ..$ timeout : num 120 [22:41:52.809] | ..$ rscript : NULL [22:41:52.809] | ..$ homogeneous : NULL [22:41:52.809] | ..$ rscript_args : NULL [22:41:52.809] | ..$ rscript_envs : NULL [22:41:52.809] | ..$ rscript_libs : NULL [22:41:52.809] | ..$ rscript_startup : NULL [22:41:52.809] | ..$ rscript_sh : chr "auto" [22:41:52.809] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:52.809] | ..$ methods : logi TRUE [22:41:52.809] | ..$ socketOptions : chr "no-delay" [22:41:52.809] | ..$ useXDR : logi FALSE [22:41:52.809] | ..$ outfile : chr "/dev/null" [22:41:52.809] | ..$ renice : int NA [22:41:52.809] | ..$ rshcmd : NULL [22:41:52.809] | ..$ user : NULL [22:41:52.809] | ..$ revtunnel : logi NA [22:41:52.809] | ..$ rshlogfile : NULL [22:41:52.809] | ..$ rshopts : NULL [22:41:52.809] | ..$ rank : int 1 [22:41:52.809] | ..$ manual : logi FALSE [22:41:52.809] | ..$ dryrun : logi FALSE [22:41:52.809] | ..$ quiet : logi FALSE [22:41:52.809] | ..$ setup_strategy : chr "parallel" [22:41:52.809] | ..$ calls : logi FALSE [22:41:52.809] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:52.832] | [local output] System call to launch all workers: [22:41:52.833] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177582d8c5407.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=37214 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:52.833] | [local output] Starting PSOCK main server [22:41:52.840] | [local output] Workers launched [22:41:52.841] | [local output] Waiting for workers to connect back ... [22:41:52.842] | : [local output] 0 workers out of 2 ready [22:41:53.024] | : [local output] 0 workers out of 2 ready [22:41:53.025] | : [local output] 1 workers out of 2 ready [22:41:53.029] | : [local output] 1 workers out of 2 ready [22:41:53.030] | : [local output] 2 workers out of 2 ready [22:41:53.031] | [local output] Waiting for workers to connect back ... done [22:41:53.031] | [local output] Launching of 2 workers completed [22:41:53.032] | [local output] Number of nodes in cluster: 2 [22:41:53.032] | [local output] Collecting session information from 2 workers [22:41:53.034] | : [local output] Worker #1 of 2 [22:41:53.035] | : [local output] Worker #2 of 2 [22:41:53.035] | [local output] Collecting session information from 2 workers [22:41:53.036] [local output] makeClusterPSOCK() ... done user system elapsed 0.05 0.02 0.25 Socket cluster with 2 nodes on host 'localhost' (R version 4.6.0 beta (2026-04-15 r89885 ucrt), platform x86_64-w64-mingw32) > message("- makeClusterPSOCK() - with and w/out validation") - makeClusterPSOCK() - with and w/out validation > cl <- makeClusterPSOCK(1, validate = TRUE) [22:41:53.044] [local output] makeClusterPSOCK() ... [22:41:53.046] | [local output] Workers: [n = 1] 'localhost' [22:41:53.050] | [local output] Base port: 21892 [22:41:53.051] | [local output] Getting setup options for 1 cluster nodes ... [22:41:53.051] | [local output] Node #1 of 1 ... [22:41:53.052] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:53.054] | [local output] Rscript port: 21892 [22:41:53.055] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:53.056] | [local output] Parallel setup requested for some PSOCK nodes [22:41:53.056] | [local output] Setting up PSOCK nodes in parallel [22:41:53.057] | List of 36 [22:41:53.057] | $ worker : chr "localhost" [22:41:53.057] | ..- attr(*, "localhost")= logi TRUE [22:41:53.057] | $ master : chr "localhost" [22:41:53.057] | $ port : int 21892 [22:41:53.057] | $ connectTimeout : num 120 [22:41:53.057] | $ timeout : num 120 [22:41:53.057] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:53.057] | $ homogeneous : logi TRUE [22:41:53.057] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:53.057] | $ rscript_envs : NULL [22:41:53.057] | $ rscript_libs : NULL [22:41:53.057] | $ rscript_startup : NULL [22:41:53.057] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:53.057] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:53.057] | $ methods : logi TRUE [22:41:53.057] | $ socketOptions : chr "no-delay" [22:41:53.057] | $ useXDR : logi FALSE [22:41:53.057] | $ outfile : chr "/dev/null" [22:41:53.057] | $ renice : int NA [22:41:53.057] | $ rshcmd : NULL [22:41:53.057] | $ user : chr(0) [22:41:53.057] | $ revtunnel : logi FALSE [22:41:53.057] | $ rshlogfile : NULL [22:41:53.057] | $ rshopts : chr(0) [22:41:53.057] | $ rank : int 1 [22:41:53.057] | $ manual : logi FALSE [22:41:53.057] | $ dryrun : logi FALSE [22:41:53.057] | $ quiet : logi FALSE [22:41:53.057] | $ setup_strategy : chr "parallel" [22:41:53.057] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:53.057] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177585260c6a.pid" [22:41:53.057] | $ rshcmd_label : NULL [22:41:53.057] | $ rsh_call : NULL [22:41:53.057] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:53.057] | $ localMachine : logi TRUE [22:41:53.057] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:53.057] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:53.057] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:53.057] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:53.057] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:53.057] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:53.057] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:53.057] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:53.057] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:53.057] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:53.057] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:53.057] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:53.057] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:53.057] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:53.057] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:53.057] | $ arguments :List of 29 [22:41:53.057] | ..$ worker : chr "localhost" [22:41:53.057] | ..$ master : NULL [22:41:53.057] | ..$ port : int 21892 [22:41:53.057] | ..$ connectTimeout : num 120 [22:41:53.057] | ..$ timeout : num 120 [22:41:53.057] | ..$ rscript : NULL [22:41:53.057] | ..$ homogeneous : NULL [22:41:53.057] | ..$ rscript_args : NULL [22:41:53.057] | ..$ rscript_envs : NULL [22:41:53.057] | ..$ rscript_libs : NULL [22:41:53.057] | ..$ rscript_startup : NULL [22:41:53.057] | ..$ rscript_sh : chr "auto" [22:41:53.057] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:53.057] | ..$ methods : logi TRUE [22:41:53.057] | ..$ socketOptions : chr "no-delay" [22:41:53.057] | ..$ useXDR : logi FALSE [22:41:53.057] | ..$ outfile : chr "/dev/null" [22:41:53.057] | ..$ renice : int NA [22:41:53.057] | ..$ rshcmd : NULL [22:41:53.057] | ..$ user : NULL [22:41:53.057] | ..$ revtunnel : logi NA [22:41:53.057] | ..$ rshlogfile : NULL [22:41:53.057] | ..$ rshopts : NULL [22:41:53.057] | ..$ rank : int 1 [22:41:53.057] | ..$ manual : logi FALSE [22:41:53.057] | ..$ dryrun : logi FALSE [22:41:53.057] | ..$ quiet : logi FALSE [22:41:53.057] | ..$ setup_strategy : chr "parallel" [22:41:53.057] | ..$ calls : logi FALSE [22:41:53.057] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:53.082] | [local output] System call to launch all workers: [22:41:53.083] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177585260c6a.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=21892 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:53.083] | [local output] Starting PSOCK main server [22:41:53.088] | [local output] Workers launched [22:41:53.088] | [local output] Waiting for workers to connect back ... [22:41:53.089] | : [local output] 0 workers out of 1 ready [22:41:53.255] | : [local output] 0 workers out of 1 ready [22:41:53.256] | : [local output] 1 workers out of 1 ready [22:41:53.257] | [local output] Waiting for workers to connect back ... done [22:41:53.257] | [local output] Launching of 1 workers completed [22:41:53.258] | [local output] Number of nodes in cluster: 1 [22:41:53.258] | [local output] Collecting session information from 1 workers [22:41:53.260] | : [local output] Worker #1 of 1 [22:41:53.260] | [local output] Collecting session information from 1 workers [22:41:53.261] [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) [22:41:53.266] [local output] makeClusterPSOCK() ... [22:41:53.268] | [local output] Workers: [n = 1] 'localhost' [22:41:53.272] | [local output] Base port: 29836 [22:41:53.273] | [local output] Getting setup options for 1 cluster nodes ... [22:41:53.273] | [local output] Node #1 of 1 ... [22:41:53.274] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:53.276] | [local output] Rscript port: 29836 [22:41:53.277] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:53.278] | [local output] Parallel setup requested for some PSOCK nodes [22:41:53.279] | [local output] Setting up PSOCK nodes in parallel [22:41:53.279] | List of 36 [22:41:53.279] | $ worker : chr "localhost" [22:41:53.279] | ..- attr(*, "localhost")= logi TRUE [22:41:53.279] | $ master : chr "localhost" [22:41:53.279] | $ port : int 29836 [22:41:53.279] | $ connectTimeout : num 120 [22:41:53.279] | $ timeout : num 120 [22:41:53.279] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:53.279] | $ homogeneous : logi TRUE [22:41:53.279] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:53.279] | $ rscript_envs : NULL [22:41:53.279] | $ rscript_libs : NULL [22:41:53.279] | $ rscript_startup : NULL [22:41:53.279] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:53.279] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:53.279] | $ methods : logi TRUE [22:41:53.279] | $ socketOptions : chr "no-delay" [22:41:53.279] | $ useXDR : logi FALSE [22:41:53.279] | $ outfile : chr "/dev/null" [22:41:53.279] | $ renice : int NA [22:41:53.279] | $ rshcmd : NULL [22:41:53.279] | $ user : chr(0) [22:41:53.279] | $ revtunnel : logi FALSE [22:41:53.279] | $ rshlogfile : NULL [22:41:53.279] | $ rshopts : chr(0) [22:41:53.279] | $ rank : int 1 [22:41:53.279] | $ manual : logi FALSE [22:41:53.279] | $ dryrun : logi FALSE [22:41:53.279] | $ quiet : logi FALSE [22:41:53.279] | $ setup_strategy : chr "parallel" [22:41:53.279] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:53.279] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758667b2825.pid" [22:41:53.279] | $ rshcmd_label : NULL [22:41:53.279] | $ rsh_call : NULL [22:41:53.279] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:53.279] | $ localMachine : logi TRUE [22:41:53.279] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:53.279] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:53.279] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:53.279] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:53.279] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:53.279] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:53.279] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:53.279] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:53.279] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:53.279] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:53.279] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:53.279] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:53.279] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:53.279] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:53.279] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:53.279] | $ arguments :List of 29 [22:41:53.279] | ..$ worker : chr "localhost" [22:41:53.279] | ..$ master : NULL [22:41:53.279] | ..$ port : int 29836 [22:41:53.279] | ..$ connectTimeout : num 120 [22:41:53.279] | ..$ timeout : num 120 [22:41:53.279] | ..$ rscript : NULL [22:41:53.279] | ..$ homogeneous : NULL [22:41:53.279] | ..$ rscript_args : NULL [22:41:53.279] | ..$ rscript_envs : NULL [22:41:53.279] | ..$ rscript_libs : NULL [22:41:53.279] | ..$ rscript_startup : NULL [22:41:53.279] | ..$ rscript_sh : chr "auto" [22:41:53.279] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:53.279] | ..$ methods : logi TRUE [22:41:53.279] | ..$ socketOptions : chr "no-delay" [22:41:53.279] | ..$ useXDR : logi FALSE [22:41:53.279] | ..$ outfile : chr "/dev/null" [22:41:53.279] | ..$ renice : int NA [22:41:53.279] | ..$ rshcmd : NULL [22:41:53.279] | ..$ user : NULL [22:41:53.279] | ..$ revtunnel : logi NA [22:41:53.279] | ..$ rshlogfile : NULL [22:41:53.279] | ..$ rshopts : NULL [22:41:53.279] | ..$ rank : int 1 [22:41:53.279] | ..$ manual : logi FALSE [22:41:53.279] | ..$ dryrun : logi FALSE [22:41:53.279] | ..$ quiet : logi FALSE [22:41:53.279] | ..$ setup_strategy : chr "parallel" [22:41:53.279] | ..$ calls : logi FALSE [22:41:53.279] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:53.302] | [local output] System call to launch all workers: [22:41:53.303] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758667b2825.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=29836 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:53.303] | [local output] Starting PSOCK main server [22:41:53.308] | [local output] Workers launched [22:41:53.308] | [local output] Waiting for workers to connect back ... [22:41:53.309] | : [local output] 0 workers out of 1 ready [22:41:53.476] | : [local output] 0 workers out of 1 ready [22:41:53.476] | : [local output] 1 workers out of 1 ready [22:41:53.477] | [local output] Waiting for workers to connect back ... done [22:41:53.477] | [local output] Launching of 1 workers completed [22:41:53.478] | [local output] Number of nodes in cluster: 1 [22:41:53.479] [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 = "") [22:41:53.484] [local output] makeClusterPSOCK() ... [22:41:53.486] | [local output] Workers: [n = 1] 'localhost' [22:41:53.490] | [local output] Base port: 38318 [22:41:53.491] | [local output] Getting setup options for 1 cluster nodes ... [22:41:53.491] | [local output] Node #1 of 1 ... [22:41:53.492] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:53.494] | [local output] Rscript port: 38318 [22:41:53.495] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:53.496] | [local output] Parallel setup requested for some PSOCK nodes [22:41:53.496] | [local output] Setting up PSOCK nodes in parallel [22:41:53.497] | List of 36 [22:41:53.497] | $ worker : chr "localhost" [22:41:53.497] | ..- attr(*, "localhost")= logi TRUE [22:41:53.497] | $ master : chr "localhost" [22:41:53.497] | $ port : int 38318 [22:41:53.497] | $ connectTimeout : num 120 [22:41:53.497] | $ timeout : num 120 [22:41:53.497] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:53.497] | $ homogeneous : logi TRUE [22:41:53.497] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:53.497] | $ rscript_envs : NULL [22:41:53.497] | $ rscript_libs : NULL [22:41:53.497] | $ rscript_startup : NULL [22:41:53.497] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:53.497] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:53.497] | $ methods : logi TRUE [22:41:53.497] | $ socketOptions : chr "no-delay" [22:41:53.497] | $ useXDR : logi FALSE [22:41:53.497] | $ outfile : chr "" [22:41:53.497] | $ renice : int NA [22:41:53.497] | $ rshcmd : NULL [22:41:53.497] | $ user : chr(0) [22:41:53.497] | $ revtunnel : logi FALSE [22:41:53.497] | $ rshlogfile : NULL [22:41:53.497] | $ rshopts : chr(0) [22:41:53.497] | $ rank : int 1 [22:41:53.497] | $ manual : logi FALSE [22:41:53.497] | $ dryrun : logi FALSE [22:41:53.497] | $ quiet : logi FALSE [22:41:53.497] | $ setup_strategy : chr "parallel" [22:41:53.497] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:53.497] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775831127d97.pid" [22:41:53.497] | $ rshcmd_label : NULL [22:41:53.497] | $ rsh_call : NULL [22:41:53.497] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:53.497] | $ localMachine : logi TRUE [22:41:53.497] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:53.497] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:53.497] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:53.497] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:53.497] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:53.497] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:53.497] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:53.497] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:53.497] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:53.497] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:53.497] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:53.497] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:53.497] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:53.497] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:53.497] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:53.497] | $ arguments :List of 29 [22:41:53.497] | ..$ worker : chr "localhost" [22:41:53.497] | ..$ master : NULL [22:41:53.497] | ..$ port : int 38318 [22:41:53.497] | ..$ connectTimeout : num 120 [22:41:53.497] | ..$ timeout : num 120 [22:41:53.497] | ..$ rscript : NULL [22:41:53.497] | ..$ homogeneous : NULL [22:41:53.497] | ..$ rscript_args : NULL [22:41:53.497] | ..$ rscript_envs : NULL [22:41:53.497] | ..$ rscript_libs : NULL [22:41:53.497] | ..$ rscript_startup : NULL [22:41:53.497] | ..$ rscript_sh : chr "auto" [22:41:53.497] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:53.497] | ..$ methods : logi TRUE [22:41:53.497] | ..$ socketOptions : chr "no-delay" [22:41:53.497] | ..$ useXDR : logi FALSE [22:41:53.497] | ..$ outfile : chr "" [22:41:53.497] | ..$ renice : int NA [22:41:53.497] | ..$ rshcmd : NULL [22:41:53.497] | ..$ user : NULL [22:41:53.497] | ..$ revtunnel : logi NA [22:41:53.497] | ..$ rshlogfile : NULL [22:41:53.497] | ..$ rshopts : NULL [22:41:53.497] | ..$ rank : int 1 [22:41:53.497] | ..$ manual : logi FALSE [22:41:53.497] | ..$ dryrun : logi FALSE [22:41:53.497] | ..$ quiet : logi FALSE [22:41:53.497] | ..$ setup_strategy : chr "parallel" [22:41:53.497] | ..$ calls : logi FALSE [22:41:53.497] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:53.520] | [local output] System call to launch all workers: [22:41:53.522] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775831127d97.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=38318 OUT= TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:53.522] | [local output] Starting PSOCK main server [22:41:53.527] | [local output] Workers launched [22:41:53.527] | [local output] Waiting for workers to connect back ... [22:41:53.528] | : [local output] 0 workers out of 1 ready starting worker pid=21440 on localhost:38318 at 22:41:53.684 [22:41:53.693] | : [local output] 0 workers out of 1 ready [22:41:53.694] | : [local output] 1 workers out of 1 ready [22:41:53.694] | [local output] Waiting for workers to connect back ... done [22:41:53.695] | [local output] Launching of 1 workers completed [22:41:53.695] | [local output] Number of nodes in cluster: 1 [22:41:53.696] | [local output] Collecting session information from 1 workers [22:41:53.697] | : [local output] Worker #1 of 1 [22:41:53.698] | [local output] Collecting session information from 1 workers [22:41:53.698] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 node on host 'localhost' (R version 4.6.0 beta (2026-04-15 r89885 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) [22:41:53.704] [local output] makeClusterPSOCK() ... [22:41:53.706] | [local output] Workers: [n = 1] 'localhost' [22:41:53.711] | [local output] Base port: 37984 [22:41:53.711] | [local output] Getting setup options for 1 cluster nodes ... [22:41:53.712] | [local output] Node #1 of 1 ... [22:41:53.713] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:53.715] | [local output] Rscript port: 37984 [22:41:53.715] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:53.716] | [local output] Parallel setup requested for some PSOCK nodes [22:41:53.717] | [local output] Setting up PSOCK nodes in parallel [22:41:53.718] | List of 36 [22:41:53.718] | $ worker : chr "localhost" [22:41:53.718] | ..- attr(*, "localhost")= logi TRUE [22:41:53.718] | $ master : chr "localhost" [22:41:53.718] | $ port : int 37984 [22:41:53.718] | $ connectTimeout : num 120 [22:41:53.718] | $ timeout : num 120 [22:41:53.718] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:53.718] | $ homogeneous : logi TRUE [22:41:53.718] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:53.718] | $ rscript_envs : NULL [22:41:53.718] | $ rscript_libs : NULL [22:41:53.718] | $ rscript_startup : NULL [22:41:53.718] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:53.718] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:53.718] | $ methods : logi TRUE [22:41:53.718] | $ socketOptions : chr "no-delay" [22:41:53.718] | $ useXDR : logi FALSE [22:41:53.718] | $ outfile : chr "/dev/null" [22:41:53.718] | $ renice : int NA [22:41:53.718] | $ rshcmd : NULL [22:41:53.718] | $ user : chr(0) [22:41:53.718] | $ revtunnel : logi FALSE [22:41:53.718] | $ rshlogfile : NULL [22:41:53.718] | $ rshopts : chr(0) [22:41:53.718] | $ rank : int 1 [22:41:53.718] | $ manual : logi FALSE [22:41:53.718] | $ dryrun : logi FALSE [22:41:53.718] | $ quiet : logi FALSE [22:41:53.718] | $ setup_strategy : chr "parallel" [22:41:53.718] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:53.718] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177583595f2.pid" [22:41:53.718] | $ rshcmd_label : NULL [22:41:53.718] | $ rsh_call : NULL [22:41:53.718] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:53.718] | $ localMachine : logi TRUE [22:41:53.718] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:53.718] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:53.718] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:53.718] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:53.718] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:53.718] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:53.718] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:53.718] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:53.718] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:53.718] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:53.718] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:53.718] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:53.718] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:53.718] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:53.718] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:53.718] | $ arguments :List of 29 [22:41:53.718] | ..$ worker : chr "localhost" [22:41:53.718] | ..$ master : NULL [22:41:53.718] | ..$ port : int 37984 [22:41:53.718] | ..$ connectTimeout : num 120 [22:41:53.718] | ..$ timeout : num 120 [22:41:53.718] | ..$ rscript : NULL [22:41:53.718] | ..$ homogeneous : NULL [22:41:53.718] | ..$ rscript_args : NULL [22:41:53.718] | ..$ rscript_envs : NULL [22:41:53.718] | ..$ rscript_libs : NULL [22:41:53.718] | ..$ rscript_startup : NULL [22:41:53.718] | ..$ rscript_sh : chr "auto" [22:41:53.718] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:53.718] | ..$ methods : logi TRUE [22:41:53.718] | ..$ socketOptions : chr "no-delay" [22:41:53.718] | ..$ useXDR : logi FALSE [22:41:53.718] | ..$ outfile : chr "/dev/null" [22:41:53.718] | ..$ renice : int NA [22:41:53.718] | ..$ rshcmd : NULL [22:41:53.718] | ..$ user : NULL [22:41:53.718] | ..$ revtunnel : logi NA [22:41:53.718] | ..$ rshlogfile : NULL [22:41:53.718] | ..$ rshopts : NULL [22:41:53.718] | ..$ rank : int 1 [22:41:53.718] | ..$ manual : logi FALSE [22:41:53.718] | ..$ dryrun : logi FALSE [22:41:53.718] | ..$ quiet : logi FALSE [22:41:53.718] | ..$ setup_strategy : chr "parallel" [22:41:53.718] | ..$ calls : logi FALSE [22:41:53.718] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:53.740] | [local output] System call to launch all workers: [22:41:53.741] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177583595f2.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=37984 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:53.741] | [local output] Starting PSOCK main server [22:41:53.746] | [local output] Workers launched [22:41:53.746] | [local output] Waiting for workers to connect back ... [22:41:53.747] | : [local output] 0 workers out of 1 ready [22:41:53.927] | : [local output] 0 workers out of 1 ready [22:41:53.928] | : [local output] 1 workers out of 1 ready [22:41:53.928] | [local output] Waiting for workers to connect back ... done [22:41:53.929] | [local output] Launching of 1 workers completed [22:41:53.929] | [local output] Number of nodes in cluster: 1 [22:41:53.930] | [local output] Collecting session information from 1 workers [22:41:53.931] | : [local output] Worker #1 of 1 [22:41:53.932] | [local output] Collecting session information from 1 workers [22:41:53.932] [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' [22:41:53.943] [local output] makeClusterPSOCK() ... [22:41:53.945] | [local output] Workers: [n = 1] 'localhost' [22:41:53.949] | [local output] Base port: 28120 [22:41:53.950] | [local output] Getting setup options for 1 cluster nodes ... [22:41:53.950] | [local output] Node #1 of 1 ... [22:41:53.951] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:53.953] | Testing if worker's PID can be inferred: '"D:\RCompile\recent\R\bin\x64\Rterm.exe" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775827515102.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775827515102.pid\")"' [22:41:54.283] | - Possible to infer worker's PID: TRUE [22:41:54.285] | [local output] Rscript port: 28120 [22:41:54.286] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:54.286] | [local output] Parallel setup requested for some PSOCK nodes [22:41:54.287] | [local output] Setting up PSOCK nodes in parallel [22:41:54.288] | List of 36 [22:41:54.288] | $ worker : chr "localhost" [22:41:54.288] | ..- attr(*, "localhost")= logi TRUE [22:41:54.288] | $ master : chr "localhost" [22:41:54.288] | $ port : int 28120 [22:41:54.288] | $ connectTimeout : num 120 [22:41:54.288] | $ timeout : num 120 [22:41:54.288] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [22:41:54.288] | $ homogeneous : logi TRUE [22:41:54.288] | $ rscript_args : chr "R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#label=test-make"| __truncated__ [22:41:54.288] | $ rscript_envs : NULL [22:41:54.288] | $ rscript_libs : NULL [22:41:54.288] | $ rscript_startup : NULL [22:41:54.288] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:54.288] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:54.288] | $ methods : logi TRUE [22:41:54.288] | $ socketOptions : chr "no-delay" [22:41:54.288] | $ useXDR : logi FALSE [22:41:54.288] | $ outfile : chr "/dev/null" [22:41:54.288] | $ renice : int NA [22:41:54.288] | $ rshcmd : NULL [22:41:54.288] | $ user : chr(0) [22:41:54.288] | $ revtunnel : logi FALSE [22:41:54.288] | $ rshlogfile : NULL [22:41:54.288] | $ rshopts : chr(0) [22:41:54.288] | $ rank : int 1 [22:41:54.288] | $ manual : logi FALSE [22:41:54.288] | $ dryrun : logi FALSE [22:41:54.288] | $ quiet : logi FALSE [22:41:54.288] | $ setup_strategy : chr "parallel" [22:41:54.288] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [22:41:54.288] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775827515102.pid" [22:41:54.288] | $ rshcmd_label : NULL [22:41:54.288] | $ rsh_call : NULL [22:41:54.288] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [22:41:54.288] | $ localMachine : logi TRUE [22:41:54.288] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:54.288] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:54.288] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:54.288] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:54.288] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:54.288] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:54.288] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:54.288] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:54.288] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:54.288] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:54.288] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:54.288] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:54.288] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:54.288] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:54.288] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:54.288] | $ arguments :List of 29 [22:41:54.288] | ..$ worker : chr "localhost" [22:41:54.288] | ..$ master : NULL [22:41:54.288] | ..$ port : int 28120 [22:41:54.288] | ..$ connectTimeout : num 120 [22:41:54.288] | ..$ timeout : num 120 [22:41:54.288] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [22:41:54.288] | ..$ homogeneous : NULL [22:41:54.288] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [22:41:54.288] | ..$ rscript_envs : NULL [22:41:54.288] | ..$ rscript_libs : NULL [22:41:54.288] | ..$ rscript_startup : NULL [22:41:54.288] | ..$ rscript_sh : chr "auto" [22:41:54.288] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:54.288] | ..$ methods : logi TRUE [22:41:54.288] | ..$ socketOptions : chr "no-delay" [22:41:54.288] | ..$ useXDR : logi FALSE [22:41:54.288] | ..$ outfile : chr "/dev/null" [22:41:54.288] | ..$ renice : int NA [22:41:54.288] | ..$ rshcmd : NULL [22:41:54.288] | ..$ user : NULL [22:41:54.288] | ..$ revtunnel : logi NA [22:41:54.288] | ..$ rshlogfile : NULL [22:41:54.288] | ..$ rshopts : NULL [22:41:54.288] | ..$ rank : int 1 [22:41:54.288] | ..$ manual : logi FALSE [22:41:54.288] | ..$ dryrun : logi FALSE [22:41:54.288] | ..$ quiet : logi FALSE [22:41:54.288] | ..$ setup_strategy : chr "parallel" [22:41:54.288] | ..$ calls : logi FALSE [22:41:54.288] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:54.313] | [local output] System call to launch all workers: [22:41:54.313] | [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:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775827515102.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=28120 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:54.314] | [local output] Starting PSOCK main server [22:41:54.320] | [local output] Workers launched [22:41:54.320] | [local output] Waiting for workers to connect back ... [22:41:54.321] | : [local output] 0 workers out of 1 ready [22:41:54.495] | : [local output] 0 workers out of 1 ready [22:41:54.496] | : [local output] 1 workers out of 1 ready [22:41:54.496] | [local output] Waiting for workers to connect back ... done [22:41:54.497] | [local output] Launching of 1 workers completed [22:41:54.497] | [local output] Number of nodes in cluster: 1 [22:41:54.498] | [local output] Collecting session information from 1 workers [22:41:54.499] | : [local output] Worker #1 of 1 [22:41:54.500] | [local output] Collecting session information from 1 workers [22:41:54.500] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [22:41:54.505] [local output] makeClusterPSOCK() ... [22:41:54.507] | [local output] Workers: [n = 1] 'localhost' [22:41:54.512] | [local output] Base port: 32837 [22:41:54.512] | [local output] Getting setup options for 1 cluster nodes ... [22:41:54.513] | [local output] Node #1 of 1 ... [22:41:54.514] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:54.516] | [local output] Rscript port: 32837 [22:41:54.517] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:54.517] | [local output] Parallel setup requested for some PSOCK nodes [22:41:54.518] | [local output] Setting up PSOCK nodes in parallel [22:41:54.519] | List of 36 [22:41:54.519] | $ worker : chr "localhost" [22:41:54.519] | ..- attr(*, "localhost")= logi TRUE [22:41:54.519] | $ master : chr "localhost" [22:41:54.519] | $ port : int 32837 [22:41:54.519] | $ connectTimeout : num 120 [22:41:54.519] | $ timeout : num 120 [22:41:54.519] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [22:41:54.519] | $ homogeneous : logi TRUE [22:41:54.519] | $ rscript_args : chr "R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#label=test-make"| __truncated__ [22:41:54.519] | $ rscript_envs : NULL [22:41:54.519] | $ rscript_libs : NULL [22:41:54.519] | $ rscript_startup : NULL [22:41:54.519] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:54.519] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:54.519] | $ methods : logi TRUE [22:41:54.519] | $ socketOptions : chr "no-delay" [22:41:54.519] | $ useXDR : logi FALSE [22:41:54.519] | $ outfile : chr "/dev/null" [22:41:54.519] | $ renice : int NA [22:41:54.519] | $ rshcmd : NULL [22:41:54.519] | $ user : chr(0) [22:41:54.519] | $ revtunnel : logi FALSE [22:41:54.519] | $ rshlogfile : NULL [22:41:54.519] | $ rshopts : chr(0) [22:41:54.519] | $ rank : int 1 [22:41:54.519] | $ manual : logi FALSE [22:41:54.519] | $ dryrun : logi FALSE [22:41:54.519] | $ quiet : logi FALSE [22:41:54.519] | $ setup_strategy : chr "parallel" [22:41:54.519] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [22:41:54.519] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758339c59b2.pid" [22:41:54.519] | $ rshcmd_label : NULL [22:41:54.519] | $ rsh_call : NULL [22:41:54.519] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [22:41:54.519] | $ localMachine : logi TRUE [22:41:54.519] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:54.519] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:54.519] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:54.519] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:54.519] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:54.519] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:54.519] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:54.519] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:54.519] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:54.519] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:54.519] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:54.519] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:54.519] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:54.519] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:54.519] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:54.519] | $ arguments :List of 29 [22:41:54.519] | ..$ worker : chr "localhost" [22:41:54.519] | ..$ master : NULL [22:41:54.519] | ..$ port : int 32837 [22:41:54.519] | ..$ connectTimeout : num 120 [22:41:54.519] | ..$ timeout : num 120 [22:41:54.519] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [22:41:54.519] | ..$ homogeneous : NULL [22:41:54.519] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [22:41:54.519] | ..$ rscript_envs : NULL [22:41:54.519] | ..$ rscript_libs : NULL [22:41:54.519] | ..$ rscript_startup : NULL [22:41:54.519] | ..$ rscript_sh : chr "auto" [22:41:54.519] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:54.519] | ..$ methods : logi TRUE [22:41:54.519] | ..$ socketOptions : chr "no-delay" [22:41:54.519] | ..$ useXDR : logi FALSE [22:41:54.519] | ..$ outfile : chr "/dev/null" [22:41:54.519] | ..$ renice : int NA [22:41:54.519] | ..$ rshcmd : NULL [22:41:54.519] | ..$ user : NULL [22:41:54.519] | ..$ revtunnel : logi NA [22:41:54.519] | ..$ rshlogfile : NULL [22:41:54.519] | ..$ rshopts : NULL [22:41:54.519] | ..$ rank : int 1 [22:41:54.519] | ..$ manual : logi FALSE [22:41:54.519] | ..$ dryrun : logi FALSE [22:41:54.519] | ..$ quiet : logi FALSE [22:41:54.519] | ..$ setup_strategy : chr "parallel" [22:41:54.519] | ..$ calls : logi FALSE [22:41:54.519] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:54.541] | [local output] System call to launch all workers: [22:41:54.542] | [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:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758339c59b2.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=32837 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:54.542] | [local output] Starting PSOCK main server [22:41:54.547] | [local output] Workers launched [22:41:54.548] | [local output] Waiting for workers to connect back ... [22:41:54.548] | : [local output] 0 workers out of 1 ready [22:41:54.717] | : [local output] 0 workers out of 1 ready [22:41:54.717] | : [local output] 1 workers out of 1 ready [22:41:54.718] | [local output] Waiting for workers to connect back ... done [22:41:54.718] | [local output] Launching of 1 workers completed [22:41:54.719] | [local output] Number of nodes in cluster: 1 [22:41:54.720] | [local output] Collecting session information from 1 workers [22:41:54.721] | : [local output] Worker #1 of 1 [22:41:54.721] | [local output] Collecting session information from 1 workers [22:41:54.722] [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' [22:41:54.736] [local output] makeClusterPSOCK() ... [22:41:54.738] | [local output] Workers: [n = 1] 'localhost' [22:41:54.743] | [local output] Base port: 28454 [22:41:54.743] | [local output] Getting setup options for 1 cluster nodes ... [22:41:54.744] | [local output] Node #1 of 1 ... [22:41:54.745] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:54.746] | Testing if worker's PID can be inferred: '"D:\RCompile\recent\R\bin\x64\Rscript.exe" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775851903d1.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775851903d1.pid\")"' [22:41:54.971] | - Possible to infer worker's PID: TRUE [22:41:54.973] | [local output] Rscript port: 28454 [22:41:54.974] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:54.975] | [local output] Parallel setup requested for some PSOCK nodes [22:41:54.976] | [local output] Setting up PSOCK nodes in parallel [22:41:54.977] | List of 36 [22:41:54.977] | $ worker : chr "localhost" [22:41:54.977] | ..- attr(*, "localhost")= logi TRUE [22:41:54.977] | $ master : chr "localhost" [22:41:54.977] | $ port : int 28454 [22:41:54.977] | $ connectTimeout : num 120 [22:41:54.977] | $ timeout : num 120 [22:41:54.977] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\"" [22:41:54.977] | $ homogeneous : logi TRUE [22:41:54.977] | $ rscript_args : chr "--default-packages=utils,tools -e \"#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN\" -e \"try(suppressWarni"| __truncated__ [22:41:54.977] | $ rscript_envs : NULL [22:41:54.977] | $ rscript_libs : NULL [22:41:54.977] | $ rscript_startup : NULL [22:41:54.977] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:54.977] | $ default_packages: chr [1:2] "utils" "tools" [22:41:54.977] | $ methods : logi TRUE [22:41:54.977] | $ socketOptions : chr "no-delay" [22:41:54.977] | $ useXDR : logi FALSE [22:41:54.977] | $ outfile : chr "/dev/null" [22:41:54.977] | $ renice : int NA [22:41:54.977] | $ rshcmd : NULL [22:41:54.977] | $ user : chr(0) [22:41:54.977] | $ revtunnel : logi FALSE [22:41:54.977] | $ rshlogfile : NULL [22:41:54.977] | $ rshopts : chr(0) [22:41:54.977] | $ rank : int 1 [22:41:54.977] | $ manual : logi FALSE [22:41:54.977] | $ dryrun : logi FALSE [22:41:54.977] | $ quiet : logi FALSE [22:41:54.977] | $ setup_strategy : chr "parallel" [22:41:54.977] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=utils,tools -e \"#label=test-makeClusterP"| __truncated__ [22:41:54.977] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775851903d1.pid" [22:41:54.977] | $ rshcmd_label : NULL [22:41:54.977] | $ rsh_call : NULL [22:41:54.977] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=utils,tools -e \"#label=test-makeClusterP"| __truncated__ [22:41:54.977] | $ localMachine : logi TRUE [22:41:54.977] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:54.977] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:54.977] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:54.977] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:54.977] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:54.977] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:54.977] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:54.977] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:54.977] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:54.977] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:54.977] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:54.977] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:54.977] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:54.977] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:54.977] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:54.977] | $ arguments :List of 29 [22:41:54.977] | ..$ worker : chr "localhost" [22:41:54.977] | ..$ master : NULL [22:41:54.977] | ..$ port : int 28454 [22:41:54.977] | ..$ connectTimeout : num 120 [22:41:54.977] | ..$ timeout : num 120 [22:41:54.977] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rscript" [22:41:54.977] | ..$ homogeneous : NULL [22:41:54.977] | ..$ rscript_args : NULL [22:41:54.977] | ..$ rscript_envs : NULL [22:41:54.977] | ..$ rscript_libs : NULL [22:41:54.977] | ..$ rscript_startup : NULL [22:41:54.977] | ..$ rscript_sh : chr "auto" [22:41:54.977] | ..$ default_packages: chr [1:2] "utils" "tools" [22:41:54.977] | ..$ methods : logi TRUE [22:41:54.977] | ..$ socketOptions : chr "no-delay" [22:41:54.977] | ..$ useXDR : logi FALSE [22:41:54.977] | ..$ outfile : chr "/dev/null" [22:41:54.977] | ..$ renice : int NA [22:41:54.977] | ..$ rshcmd : NULL [22:41:54.977] | ..$ user : NULL [22:41:54.977] | ..$ revtunnel : logi NA [22:41:54.977] | ..$ rshlogfile : NULL [22:41:54.977] | ..$ rshopts : NULL [22:41:54.977] | ..$ rank : int 1 [22:41:54.977] | ..$ manual : logi FALSE [22:41:54.977] | ..$ dryrun : logi FALSE [22:41:54.977] | ..$ quiet : logi FALSE [22:41:54.977] | ..$ setup_strategy : chr "parallel" [22:41:54.977] | ..$ calls : logi FALSE [22:41:54.977] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:55.005] | [local output] System call to launch all workers: [22:41:55.006] | [local output] "D:\RCompile\recent\R\bin\x64\Rscript.exe" --default-packages=utils,tools -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775851903d1.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=28454 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:55.006] | [local output] Starting PSOCK main server [22:41:55.011] | [local output] Workers launched [22:41:55.011] | [local output] Waiting for workers to connect back ... [22:41:55.012] | : [local output] 0 workers out of 1 ready [22:41:55.093] | : [local output] 0 workers out of 1 ready [22:41:55.094] | : [local output] 1 workers out of 1 ready [22:41:55.095] | [local output] Waiting for workers to connect back ... done [22:41:55.095] | [local output] Launching of 1 workers completed [22:41:55.096] | [local output] Number of nodes in cluster: 1 [22:41:55.096] | [local output] Collecting session information from 1 workers [22:41:55.098] | : [local output] Worker #1 of 1 [22:41:55.098] | [local output] Collecting session information from 1 workers [22:41:55.099] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [22:41:55.103] [local output] makeClusterPSOCK() ... [22:41:55.105] | [local output] Workers: [n = 1] 'localhost' [22:41:55.110] | [local output] Base port: 31696 [22:41:55.110] | [local output] Getting setup options for 1 cluster nodes ... [22:41:55.111] | [local output] Node #1 of 1 ... [22:41:55.112] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:55.114] | [local output] Rscript port: 31696 [22:41:55.115] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:55.115] | [local output] Parallel setup requested for some PSOCK nodes [22:41:55.116] | [local output] Setting up PSOCK nodes in parallel [22:41:55.116] | List of 36 [22:41:55.116] | $ worker : chr "localhost" [22:41:55.116] | ..- attr(*, "localhost")= logi TRUE [22:41:55.116] | $ master : chr "localhost" [22:41:55.116] | $ port : int 31696 [22:41:55.116] | $ connectTimeout : num 120 [22:41:55.116] | $ timeout : num 120 [22:41:55.116] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [22:41:55.116] | $ homogeneous : logi TRUE [22:41:55.116] | $ rscript_args : chr "R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN\""| __truncated__ [22:41:55.116] | $ rscript_envs : NULL [22:41:55.116] | $ rscript_libs : NULL [22:41:55.116] | $ rscript_startup : NULL [22:41:55.116] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:55.116] | $ default_packages: chr [1:2] "utils" "tools" [22:41:55.116] | $ methods : logi TRUE [22:41:55.116] | $ socketOptions : chr "no-delay" [22:41:55.116] | $ useXDR : logi FALSE [22:41:55.116] | $ outfile : chr "/dev/null" [22:41:55.116] | $ renice : int NA [22:41:55.116] | $ rshcmd : NULL [22:41:55.116] | $ user : chr(0) [22:41:55.116] | $ revtunnel : logi FALSE [22:41:55.116] | $ rshlogfile : NULL [22:41:55.116] | $ rshopts : chr(0) [22:41:55.116] | $ rank : int 1 [22:41:55.116] | $ manual : logi FALSE [22:41:55.116] | $ dryrun : logi FALSE [22:41:55.116] | $ quiet : logi FALSE [22:41:55.116] | $ setup_strategy : chr "parallel" [22:41:55.116] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [22:41:55.116] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758298a2716.pid" [22:41:55.116] | $ rshcmd_label : NULL [22:41:55.116] | $ rsh_call : NULL [22:41:55.116] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [22:41:55.116] | $ localMachine : logi TRUE [22:41:55.116] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:55.116] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:55.116] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:55.116] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:55.116] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:55.116] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:55.116] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:55.116] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:55.116] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:55.116] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:55.116] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:55.116] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:55.116] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:55.116] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:55.116] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:55.116] | $ arguments :List of 29 [22:41:55.116] | ..$ worker : chr "localhost" [22:41:55.116] | ..$ master : NULL [22:41:55.116] | ..$ port : int 31696 [22:41:55.116] | ..$ connectTimeout : num 120 [22:41:55.116] | ..$ timeout : num 120 [22:41:55.116] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [22:41:55.116] | ..$ homogeneous : NULL [22:41:55.116] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [22:41:55.116] | ..$ rscript_envs : NULL [22:41:55.116] | ..$ rscript_libs : NULL [22:41:55.116] | ..$ rscript_startup : NULL [22:41:55.116] | ..$ rscript_sh : chr "auto" [22:41:55.116] | ..$ default_packages: chr [1:2] "utils" "tools" [22:41:55.116] | ..$ methods : logi TRUE [22:41:55.116] | ..$ socketOptions : chr "no-delay" [22:41:55.116] | ..$ useXDR : logi FALSE [22:41:55.116] | ..$ outfile : chr "/dev/null" [22:41:55.116] | ..$ renice : int NA [22:41:55.116] | ..$ rshcmd : NULL [22:41:55.116] | ..$ user : NULL [22:41:55.116] | ..$ revtunnel : logi NA [22:41:55.116] | ..$ rshlogfile : NULL [22:41:55.116] | ..$ rshopts : NULL [22:41:55.116] | ..$ rank : int 1 [22:41:55.116] | ..$ manual : logi FALSE [22:41:55.116] | ..$ dryrun : logi FALSE [22:41:55.116] | ..$ quiet : logi FALSE [22:41:55.116] | ..$ setup_strategy : chr "parallel" [22:41:55.116] | ..$ calls : logi FALSE [22:41:55.116] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:55.139] | [local output] System call to launch all workers: [22:41:55.140] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758298a2716.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=31696 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:55.140] | [local output] Starting PSOCK main server [22:41:55.145] | [local output] Workers launched [22:41:55.146] | [local output] Waiting for workers to connect back ... [22:41:55.146] | : [local output] 0 workers out of 1 ready [22:41:55.231] | : [local output] 0 workers out of 1 ready [22:41:55.232] | : [local output] 1 workers out of 1 ready [22:41:55.233] | [local output] Waiting for workers to connect back ... done [22:41:55.233] | [local output] Launching of 1 workers completed [22:41:55.234] | [local output] Number of nodes in cluster: 1 [22:41:55.234] | [local output] Collecting session information from 1 workers [22:41:55.236] | : [local output] Worker #1 of 1 [22:41:55.236] | [local output] Collecting session information from 1 workers [22:41:55.237] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [22:41:55.242] [local output] makeClusterPSOCK() ... [22:41:55.244] | [local output] Workers: [n = 1] 'localhost' [22:41:55.248] | [local output] Base port: 30600 [22:41:55.249] | [local output] Getting setup options for 1 cluster nodes ... [22:41:55.249] | [local output] Node #1 of 1 ... [22:41:55.250] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:55.252] | [local output] Rscript port: 30600 [22:41:55.253] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:55.253] | [local output] Parallel setup requested for some PSOCK nodes [22:41:55.254] | [local output] Setting up PSOCK nodes in parallel [22:41:55.255] | List of 36 [22:41:55.255] | $ worker : chr "localhost" [22:41:55.255] | ..- attr(*, "localhost")= logi TRUE [22:41:55.255] | $ master : chr "localhost" [22:41:55.255] | $ port : int 30600 [22:41:55.255] | $ connectTimeout : num 120 [22:41:55.255] | $ timeout : num 120 [22:41:55.255] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [22:41:55.255] | $ homogeneous : logi TRUE [22:41:55.255] | $ rscript_args : chr "R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN\""| __truncated__ [22:41:55.255] | $ rscript_envs : NULL [22:41:55.255] | $ rscript_libs : NULL [22:41:55.255] | $ rscript_startup : NULL [22:41:55.255] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:55.255] | $ default_packages: chr [1:2] "utils" "tools" [22:41:55.255] | $ methods : logi TRUE [22:41:55.255] | $ socketOptions : chr "no-delay" [22:41:55.255] | $ useXDR : logi FALSE [22:41:55.255] | $ outfile : chr "/dev/null" [22:41:55.255] | $ renice : int NA [22:41:55.255] | $ rshcmd : NULL [22:41:55.255] | $ user : chr(0) [22:41:55.255] | $ revtunnel : logi FALSE [22:41:55.255] | $ rshlogfile : NULL [22:41:55.255] | $ rshopts : chr(0) [22:41:55.255] | $ rank : int 1 [22:41:55.255] | $ manual : logi FALSE [22:41:55.255] | $ dryrun : logi FALSE [22:41:55.255] | $ quiet : logi FALSE [22:41:55.255] | $ setup_strategy : chr "parallel" [22:41:55.255] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [22:41:55.255] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775869854b62.pid" [22:41:55.255] | $ rshcmd_label : NULL [22:41:55.255] | $ rsh_call : NULL [22:41:55.255] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [22:41:55.255] | $ localMachine : logi TRUE [22:41:55.255] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:55.255] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:55.255] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:55.255] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:55.255] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:55.255] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:55.255] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:55.255] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:55.255] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:55.255] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:55.255] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:55.255] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:55.255] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:55.255] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:55.255] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:55.255] | $ arguments :List of 29 [22:41:55.255] | ..$ worker : chr "localhost" [22:41:55.255] | ..$ master : NULL [22:41:55.255] | ..$ port : int 30600 [22:41:55.255] | ..$ connectTimeout : num 120 [22:41:55.255] | ..$ timeout : num 120 [22:41:55.255] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [22:41:55.255] | ..$ homogeneous : NULL [22:41:55.255] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [22:41:55.255] | ..$ rscript_envs : NULL [22:41:55.255] | ..$ rscript_libs : NULL [22:41:55.255] | ..$ rscript_startup : NULL [22:41:55.255] | ..$ rscript_sh : chr "auto" [22:41:55.255] | ..$ default_packages: chr [1:2] "utils" "tools" [22:41:55.255] | ..$ methods : logi TRUE [22:41:55.255] | ..$ socketOptions : chr "no-delay" [22:41:55.255] | ..$ useXDR : logi FALSE [22:41:55.255] | ..$ outfile : chr "/dev/null" [22:41:55.255] | ..$ renice : int NA [22:41:55.255] | ..$ rshcmd : NULL [22:41:55.255] | ..$ user : NULL [22:41:55.255] | ..$ revtunnel : logi NA [22:41:55.255] | ..$ rshlogfile : NULL [22:41:55.255] | ..$ rshopts : NULL [22:41:55.255] | ..$ rank : int 1 [22:41:55.255] | ..$ manual : logi FALSE [22:41:55.255] | ..$ dryrun : logi FALSE [22:41:55.255] | ..$ quiet : logi FALSE [22:41:55.255] | ..$ setup_strategy : chr "parallel" [22:41:55.255] | ..$ calls : logi FALSE [22:41:55.255] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:55.279] | [local output] System call to launch all workers: [22:41:55.280] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775869854b62.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=30600 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:55.281] | [local output] Starting PSOCK main server [22:41:55.285] | [local output] Workers launched [22:41:55.286] | [local output] Waiting for workers to connect back ... [22:41:55.287] | : [local output] 0 workers out of 1 ready [22:41:55.382] | : [local output] 0 workers out of 1 ready [22:41:55.383] | : [local output] 1 workers out of 1 ready [22:41:55.383] | [local output] Waiting for workers to connect back ... done [22:41:55.384] | [local output] Launching of 1 workers completed [22:41:55.384] | [local output] Number of nodes in cluster: 1 [22:41:55.385] | [local output] Collecting session information from 1 workers [22:41:55.386] | : [local output] Worker #1 of 1 [22:41:55.387] | [local output] Collecting session information from 1 workers [22:41:55.387] [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' [22:41:55.402] [local output] makeClusterPSOCK() ... [22:41:55.404] | [local output] Workers: [n = 1] 'localhost' [22:41:55.409] | [local output] Base port: 22899 [22:41:55.409] | [local output] Getting setup options for 1 cluster nodes ... [22:41:55.410] | [local output] Node #1 of 1 ... [22:41:55.411] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:55.413] | [local output] Rscript port: 22899 [22:41:55.413] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:55.414] | [local output] Parallel setup requested for some PSOCK nodes [22:41:55.415] | [local output] Setting up PSOCK nodes in parallel [22:41:55.415] | List of 36 [22:41:55.415] | $ worker : chr "localhost" [22:41:55.415] | ..- attr(*, "localhost")= logi TRUE [22:41:55.415] | $ master : chr "localhost" [22:41:55.415] | $ port : int 22899 [22:41:55.415] | $ connectTimeout : num 120 [22:41:55.415] | $ timeout : num 120 [22:41:55.415] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\"" [22:41:55.415] | $ homogeneous : logi TRUE [22:41:55.415] | $ rscript_args : chr "--default-packages=parallelly,datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK"| __truncated__ [22:41:55.415] | $ rscript_envs : NULL [22:41:55.415] | $ rscript_libs : NULL [22:41:55.415] | $ rscript_startup : NULL [22:41:55.415] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:55.415] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [22:41:55.415] | $ methods : logi TRUE [22:41:55.415] | $ socketOptions : chr "no-delay" [22:41:55.415] | $ useXDR : logi FALSE [22:41:55.415] | $ outfile : chr "/dev/null" [22:41:55.415] | $ renice : int NA [22:41:55.415] | $ rshcmd : NULL [22:41:55.415] | $ user : chr(0) [22:41:55.415] | $ revtunnel : logi FALSE [22:41:55.415] | $ rshlogfile : NULL [22:41:55.415] | $ rshopts : chr(0) [22:41:55.415] | $ rank : int 1 [22:41:55.415] | $ manual : logi FALSE [22:41:55.415] | $ dryrun : logi FALSE [22:41:55.415] | $ quiet : logi FALSE [22:41:55.415] | $ setup_strategy : chr "parallel" [22:41:55.415] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=parallelly,datasets,utils,grDevices,graph"| __truncated__ [22:41:55.415] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775819eb7a46.pid" [22:41:55.415] | $ rshcmd_label : NULL [22:41:55.415] | $ rsh_call : NULL [22:41:55.415] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=parallelly,datasets,utils,grDevices,graph"| __truncated__ [22:41:55.415] | $ localMachine : logi TRUE [22:41:55.415] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:55.415] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:55.415] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:55.415] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:55.415] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:55.415] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:55.415] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:55.415] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:55.415] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:55.415] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:55.415] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:55.415] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:55.415] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:55.415] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:55.415] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:55.415] | $ arguments :List of 29 [22:41:55.415] | ..$ worker : chr "localhost" [22:41:55.415] | ..$ master : NULL [22:41:55.415] | ..$ port : int 22899 [22:41:55.415] | ..$ connectTimeout : num 120 [22:41:55.415] | ..$ timeout : num 120 [22:41:55.415] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rscript" [22:41:55.415] | ..$ homogeneous : NULL [22:41:55.415] | ..$ rscript_args : NULL [22:41:55.415] | ..$ rscript_envs : NULL [22:41:55.415] | ..$ rscript_libs : NULL [22:41:55.415] | ..$ rscript_startup : NULL [22:41:55.415] | ..$ rscript_sh : chr "auto" [22:41:55.415] | ..$ default_packages: chr [1:2] "parallelly" "*" [22:41:55.415] | ..$ methods : logi TRUE [22:41:55.415] | ..$ socketOptions : chr "no-delay" [22:41:55.415] | ..$ useXDR : logi FALSE [22:41:55.415] | ..$ outfile : chr "/dev/null" [22:41:55.415] | ..$ renice : int NA [22:41:55.415] | ..$ rshcmd : NULL [22:41:55.415] | ..$ user : NULL [22:41:55.415] | ..$ revtunnel : logi NA [22:41:55.415] | ..$ rshlogfile : NULL [22:41:55.415] | ..$ rshopts : NULL [22:41:55.415] | ..$ rank : int 1 [22:41:55.415] | ..$ manual : logi FALSE [22:41:55.415] | ..$ dryrun : logi FALSE [22:41:55.415] | ..$ quiet : logi FALSE [22:41:55.415] | ..$ setup_strategy : chr "parallel" [22:41:55.415] | ..$ calls : logi FALSE [22:41:55.415] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:55.441] | [local output] System call to launch all workers: [22:41:55.441] | [local output] "D:\RCompile\recent\R\bin\x64\Rscript.exe" --default-packages=parallelly,datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775819eb7a46.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=22899 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:55.442] | [local output] Starting PSOCK main server [22:41:55.446] | [local output] Workers launched [22:41:55.447] | [local output] Waiting for workers to connect back ... [22:41:55.447] | : [local output] 0 workers out of 1 ready [22:41:55.650] | : [local output] 0 workers out of 1 ready [22:41:55.650] | : [local output] 1 workers out of 1 ready [22:41:55.651] | [local output] Waiting for workers to connect back ... done [22:41:55.651] | [local output] Launching of 1 workers completed [22:41:55.652] | [local output] Number of nodes in cluster: 1 [22:41:55.652] | [local output] Collecting session information from 1 workers [22:41:55.654] | : [local output] Worker #1 of 1 [22:41:55.654] | [local output] Collecting session information from 1 workers [22:41:55.655] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [22:41:55.660] [local output] makeClusterPSOCK() ... [22:41:55.662] | [local output] Workers: [n = 1] 'localhost' [22:41:55.666] | [local output] Base port: 39226 [22:41:55.667] | [local output] Getting setup options for 1 cluster nodes ... [22:41:55.667] | [local output] Node #1 of 1 ... [22:41:55.668] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:55.670] | [local output] Rscript port: 39226 [22:41:55.671] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:55.671] | [local output] Parallel setup requested for some PSOCK nodes [22:41:55.672] | [local output] Setting up PSOCK nodes in parallel [22:41:55.673] | List of 36 [22:41:55.673] | $ worker : chr "localhost" [22:41:55.673] | ..- attr(*, "localhost")= logi TRUE [22:41:55.673] | $ master : chr "localhost" [22:41:55.673] | $ port : int 39226 [22:41:55.673] | $ connectTimeout : num 120 [22:41:55.673] | $ timeout : num 120 [22:41:55.673] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [22:41:55.673] | $ homogeneous : logi TRUE [22:41:55.673] | $ rscript_args : chr "R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#labe"| __truncated__ [22:41:55.673] | $ rscript_envs : NULL [22:41:55.673] | $ rscript_libs : NULL [22:41:55.673] | $ rscript_startup : NULL [22:41:55.673] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:55.673] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [22:41:55.673] | $ methods : logi TRUE [22:41:55.673] | $ socketOptions : chr "no-delay" [22:41:55.673] | $ useXDR : logi FALSE [22:41:55.673] | $ outfile : chr "/dev/null" [22:41:55.673] | $ renice : int NA [22:41:55.673] | $ rshcmd : NULL [22:41:55.673] | $ user : chr(0) [22:41:55.673] | $ revtunnel : logi FALSE [22:41:55.673] | $ rshlogfile : NULL [22:41:55.673] | $ rshopts : chr(0) [22:41:55.673] | $ rank : int 1 [22:41:55.673] | $ manual : logi FALSE [22:41:55.673] | $ dryrun : logi FALSE [22:41:55.673] | $ quiet : logi FALSE [22:41:55.673] | $ setup_strategy : chr "parallel" [22:41:55.673] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [22:41:55.673] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775834aa49c5.pid" [22:41:55.673] | $ rshcmd_label : NULL [22:41:55.673] | $ rsh_call : NULL [22:41:55.673] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [22:41:55.673] | $ localMachine : logi TRUE [22:41:55.673] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:55.673] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:55.673] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:55.673] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:55.673] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:55.673] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:55.673] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:55.673] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:55.673] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:55.673] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:55.673] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:55.673] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:55.673] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:55.673] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:55.673] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:55.673] | $ arguments :List of 29 [22:41:55.673] | ..$ worker : chr "localhost" [22:41:55.673] | ..$ master : NULL [22:41:55.673] | ..$ port : int 39226 [22:41:55.673] | ..$ connectTimeout : num 120 [22:41:55.673] | ..$ timeout : num 120 [22:41:55.673] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [22:41:55.673] | ..$ homogeneous : NULL [22:41:55.673] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [22:41:55.673] | ..$ rscript_envs : NULL [22:41:55.673] | ..$ rscript_libs : NULL [22:41:55.673] | ..$ rscript_startup : NULL [22:41:55.673] | ..$ rscript_sh : chr "auto" [22:41:55.673] | ..$ default_packages: chr [1:2] "parallelly" "*" [22:41:55.673] | ..$ methods : logi TRUE [22:41:55.673] | ..$ socketOptions : chr "no-delay" [22:41:55.673] | ..$ useXDR : logi FALSE [22:41:55.673] | ..$ outfile : chr "/dev/null" [22:41:55.673] | ..$ renice : int NA [22:41:55.673] | ..$ rshcmd : NULL [22:41:55.673] | ..$ user : NULL [22:41:55.673] | ..$ revtunnel : logi NA [22:41:55.673] | ..$ rshlogfile : NULL [22:41:55.673] | ..$ rshopts : NULL [22:41:55.673] | ..$ rank : int 1 [22:41:55.673] | ..$ manual : logi FALSE [22:41:55.673] | ..$ dryrun : logi FALSE [22:41:55.673] | ..$ quiet : logi FALSE [22:41:55.673] | ..$ setup_strategy : chr "parallel" [22:41:55.673] | ..$ calls : logi FALSE [22:41:55.673] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:55.695] | [local output] System call to launch all workers: [22:41:55.696] | [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:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.1775834aa49c5.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=39226 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:55.696] | [local output] Starting PSOCK main server [22:41:55.701] | [local output] Workers launched [22:41:55.702] | [local output] Waiting for workers to connect back ... [22:41:55.702] | : [local output] 0 workers out of 1 ready [22:41:55.908] | : [local output] 0 workers out of 1 ready [22:41:55.909] | : [local output] 1 workers out of 1 ready [22:41:55.910] | [local output] Waiting for workers to connect back ... done [22:41:55.910] | [local output] Launching of 1 workers completed [22:41:55.911] | [local output] Number of nodes in cluster: 1 [22:41:55.911] | [local output] Collecting session information from 1 workers [22:41:55.912] | : [local output] Worker #1 of 1 [22:41:55.913] | [local output] Collecting session information from 1 workers [22:41:55.914] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [22:41:55.919] [local output] makeClusterPSOCK() ... [22:41:55.921] | [local output] Workers: [n = 1] 'localhost' [22:41:55.925] | [local output] Base port: 32970 [22:41:55.926] | [local output] Getting setup options for 1 cluster nodes ... [22:41:55.926] | [local output] Node #1 of 1 ... [22:41:55.927] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:55.929] | [local output] Rscript port: 32970 [22:41:55.930] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:55.931] | [local output] Parallel setup requested for some PSOCK nodes [22:41:55.931] | [local output] Setting up PSOCK nodes in parallel [22:41:55.932] | List of 36 [22:41:55.932] | $ worker : chr "localhost" [22:41:55.932] | ..- attr(*, "localhost")= logi TRUE [22:41:55.932] | $ master : chr "localhost" [22:41:55.932] | $ port : int 32970 [22:41:55.932] | $ connectTimeout : num 120 [22:41:55.932] | $ timeout : num 120 [22:41:55.932] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [22:41:55.932] | $ homogeneous : logi TRUE [22:41:55.932] | $ rscript_args : chr "R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#labe"| __truncated__ [22:41:55.932] | $ rscript_envs : NULL [22:41:55.932] | $ rscript_libs : NULL [22:41:55.932] | $ rscript_startup : NULL [22:41:55.932] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:55.932] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [22:41:55.932] | $ methods : logi TRUE [22:41:55.932] | $ socketOptions : chr "no-delay" [22:41:55.932] | $ useXDR : logi FALSE [22:41:55.932] | $ outfile : chr "/dev/null" [22:41:55.932] | $ renice : int NA [22:41:55.932] | $ rshcmd : NULL [22:41:55.932] | $ user : chr(0) [22:41:55.932] | $ revtunnel : logi FALSE [22:41:55.932] | $ rshlogfile : NULL [22:41:55.932] | $ rshopts : chr(0) [22:41:55.932] | $ rank : int 1 [22:41:55.932] | $ manual : logi FALSE [22:41:55.932] | $ dryrun : logi FALSE [22:41:55.932] | $ quiet : logi FALSE [22:41:55.932] | $ setup_strategy : chr "parallel" [22:41:55.932] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [22:41:55.932] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758328b45b.pid" [22:41:55.932] | $ rshcmd_label : NULL [22:41:55.932] | $ rsh_call : NULL [22:41:55.932] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [22:41:55.932] | $ localMachine : logi TRUE [22:41:55.932] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:55.932] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:55.932] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:55.932] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:55.932] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:55.932] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:55.932] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:55.932] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:55.932] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:55.932] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:55.932] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:55.932] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:55.932] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:55.932] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:55.932] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:55.932] | $ arguments :List of 29 [22:41:55.932] | ..$ worker : chr "localhost" [22:41:55.932] | ..$ master : NULL [22:41:55.932] | ..$ port : int 32970 [22:41:55.932] | ..$ connectTimeout : num 120 [22:41:55.932] | ..$ timeout : num 120 [22:41:55.932] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [22:41:55.932] | ..$ homogeneous : NULL [22:41:55.932] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [22:41:55.932] | ..$ rscript_envs : NULL [22:41:55.932] | ..$ rscript_libs : NULL [22:41:55.932] | ..$ rscript_startup : NULL [22:41:55.932] | ..$ rscript_sh : chr "auto" [22:41:55.932] | ..$ default_packages: chr [1:2] "parallelly" "*" [22:41:55.932] | ..$ methods : logi TRUE [22:41:55.932] | ..$ socketOptions : chr "no-delay" [22:41:55.932] | ..$ useXDR : logi FALSE [22:41:55.932] | ..$ outfile : chr "/dev/null" [22:41:55.932] | ..$ renice : int NA [22:41:55.932] | ..$ rshcmd : NULL [22:41:55.932] | ..$ user : NULL [22:41:55.932] | ..$ revtunnel : logi NA [22:41:55.932] | ..$ rshlogfile : NULL [22:41:55.932] | ..$ rshopts : NULL [22:41:55.932] | ..$ rank : int 1 [22:41:55.932] | ..$ manual : logi FALSE [22:41:55.932] | ..$ dryrun : logi FALSE [22:41:55.932] | ..$ quiet : logi FALSE [22:41:55.932] | ..$ setup_strategy : chr "parallel" [22:41:55.932] | ..$ calls : logi FALSE [22:41:55.932] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:55.960] | [local output] System call to launch all workers: [22:41:55.960] | [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:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.17758328b45b.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=32970 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:55.961] | [local output] Starting PSOCK main server [22:41:55.966] | [local output] Workers launched [22:41:55.966] | [local output] Waiting for workers to connect back ... [22:41:55.967] | : [local output] 0 workers out of 1 ready [22:41:56.176] | : [local output] 0 workers out of 1 ready [22:41:56.177] | : [local output] 1 workers out of 1 ready [22:41:56.177] | [local output] Waiting for workers to connect back ... done [22:41:56.178] | [local output] Launching of 1 workers completed [22:41:56.178] | [local output] Number of nodes in cluster: 1 [22:41:56.179] | [local output] Collecting session information from 1 workers [22:41:56.180] | : [local output] Worker #1 of 1 [22:41:56.181] | [local output] Collecting session information from 1 workers [22:41:56.181] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - exceptions") - makeClusterPSOCK() - exceptions > res <- tryCatch({ + cl <- makeClusterPSOCK(1:2) + }, error = identity) [22:41:56.187] [local output] makeClusterPSOCK() ... [22:41:56.188] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(0) + }, error = identity) [22:41:56.189] [local output] makeClusterPSOCK() ... [22:41:56.189] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, rshcmd = character(0)) + }, error = identity) [22:41:56.190] [local output] makeClusterPSOCK() ... [22:41:56.192] | [local output] Workers: [n = 1] 'localhost' [22:41:56.197] | [local output] Base port: 27091 [22:41:56.197] | [local output] Getting setup options for 1 cluster nodes ... [22:41:56.198] | [local output] Node #1 of 1 ... [22:41:56.199] [local output] makeClusterPSOCK() ... done > print(res) = 1L' is not TRUE> > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, port = integer(0)) + }, error = identity) [22:41:56.199] [local output] makeClusterPSOCK() ... [22:41:56.201] | [local output] Workers: [n = 1] 'localhost' [22:41:56.202] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, port = NA) + }, error = identity) [22:41:56.203] [local output] makeClusterPSOCK() ... [22:41:56.205] | [local output] Workers: [n = 1] 'localhost' [22:41:56.205] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > message("- makeClusterPSOCK() - exceptions") - makeClusterPSOCK() - exceptions > res <- tryCatch({ + cl <- makeNodePSOCK("not.a.localhost.hostname", revtunnel = TRUE) + }, error = identity) > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeNodePSOCK("localhost", port = NA) + }, error = identity) > print(res) > stopifnot(inherits(res, "error")) > cl <- makeClusterPSOCK(2, user = "*") [22:41:56.208] [local output] makeClusterPSOCK() ... [22:41:56.209] | [local output] Workers: [n = 2] 'localhost', 'localhost' [22:41:56.214] | [local output] Base port: 33527 [22:41:56.214] | [local output] Getting setup options for 2 cluster nodes ... [22:41:56.215] | [local output] Node #1 of 2 ... [22:41:56.216] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:56.218] | [local output] Rscript port: 33527 [22:41:56.218] | [local output] Node #2 of 2 ... [22:41:56.219] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:56.221] | [local output] Rscript port: 33527 [22:41:56.222] | [local output] Getting setup options for 2 cluster nodes ... done [22:41:56.223] | [local output] Parallel setup requested for some PSOCK nodes [22:41:56.223] | [local output] Setting up PSOCK nodes in parallel [22:41:56.224] | List of 36 [22:41:56.224] | $ worker : chr "localhost" [22:41:56.224] | ..- attr(*, "localhost")= logi TRUE [22:41:56.224] | $ master : chr "localhost" [22:41:56.224] | $ port : int 33527 [22:41:56.224] | $ connectTimeout : num 120 [22:41:56.224] | $ timeout : num 120 [22:41:56.224] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:56.224] | $ homogeneous : logi TRUE [22:41:56.224] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:56.224] | $ rscript_envs : NULL [22:41:56.224] | $ rscript_libs : NULL [22:41:56.224] | $ rscript_startup : NULL [22:41:56.224] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:56.224] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:56.224] | $ methods : logi TRUE [22:41:56.224] | $ socketOptions : chr "no-delay" [22:41:56.224] | $ useXDR : logi FALSE [22:41:56.224] | $ outfile : chr "/dev/null" [22:41:56.224] | $ renice : int NA [22:41:56.224] | $ rshcmd : NULL [22:41:56.224] | $ user : chr(0) [22:41:56.224] | $ revtunnel : logi FALSE [22:41:56.224] | $ rshlogfile : NULL [22:41:56.224] | $ rshopts : chr(0) [22:41:56.224] | $ rank : int 1 [22:41:56.224] | $ manual : logi FALSE [22:41:56.224] | $ dryrun : logi FALSE [22:41:56.224] | $ quiet : logi FALSE [22:41:56.224] | $ setup_strategy : chr "parallel" [22:41:56.224] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:56.224] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177582c0123e.pid" [22:41:56.224] | $ rshcmd_label : NULL [22:41:56.224] | $ rsh_call : NULL [22:41:56.224] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:56.224] | $ localMachine : logi TRUE [22:41:56.224] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:56.224] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:56.224] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:56.224] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:56.224] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:56.224] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:56.224] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:56.224] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:56.224] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:56.224] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:56.224] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:56.224] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:56.224] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:56.224] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:56.224] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:56.224] | $ arguments :List of 29 [22:41:56.224] | ..$ worker : chr "localhost" [22:41:56.224] | ..$ master : NULL [22:41:56.224] | ..$ port : int 33527 [22:41:56.224] | ..$ connectTimeout : num 120 [22:41:56.224] | ..$ timeout : num 120 [22:41:56.224] | ..$ rscript : NULL [22:41:56.224] | ..$ homogeneous : NULL [22:41:56.224] | ..$ rscript_args : NULL [22:41:56.224] | ..$ rscript_envs : NULL [22:41:56.224] | ..$ rscript_libs : NULL [22:41:56.224] | ..$ rscript_startup : NULL [22:41:56.224] | ..$ rscript_sh : chr "auto" [22:41:56.224] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:56.224] | ..$ methods : logi TRUE [22:41:56.224] | ..$ socketOptions : chr "no-delay" [22:41:56.224] | ..$ useXDR : logi FALSE [22:41:56.224] | ..$ outfile : chr "/dev/null" [22:41:56.224] | ..$ renice : int NA [22:41:56.224] | ..$ rshcmd : NULL [22:41:56.224] | ..$ user : NULL [22:41:56.224] | ..$ revtunnel : logi NA [22:41:56.224] | ..$ rshlogfile : NULL [22:41:56.224] | ..$ rshopts : NULL [22:41:56.224] | ..$ rank : int 1 [22:41:56.224] | ..$ manual : logi FALSE [22:41:56.224] | ..$ dryrun : logi FALSE [22:41:56.224] | ..$ quiet : logi FALSE [22:41:56.224] | ..$ setup_strategy : chr "parallel" [22:41:56.224] | ..$ calls : logi FALSE [22:41:56.224] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:56.247] | [local output] System call to launch all workers: [22:41:56.247] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177582c0123e.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=33527 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [22:41:56.248] | [local output] Starting PSOCK main server [22:41:56.254] | [local output] Workers launched [22:41:56.255] | [local output] Waiting for workers to connect back ... [22:41:56.255] | : [local output] 0 workers out of 2 ready [22:41:56.426] | : [local output] 0 workers out of 2 ready [22:41:56.427] | : [local output] 1 workers out of 2 ready [22:41:56.455] | : [local output] 1 workers out of 2 ready [22:41:56.456] | : [local output] 2 workers out of 2 ready [22:41:56.456] | [local output] Waiting for workers to connect back ... done [22:41:56.457] | [local output] Launching of 2 workers completed [22:41:56.457] | [local output] Number of nodes in cluster: 2 [22:41:56.458] | [local output] Collecting session information from 2 workers [22:41:56.459] | : [local output] Worker #1 of 2 [22:41:56.460] | : [local output] Worker #2 of 2 [22:41:56.461] | [local output] Collecting session information from 2 workers [22:41:56.461] [local output] makeClusterPSOCK() ... done > node <- cl[[1]] > close(node[["con"]]) > out <- utils::capture.output(print(cl)) > parallel::stopCluster(cl[2]) > stopifnot(any(grepl("broken connection", out))) > ncons <- freeConnections() > if (ncons < 200) local({ + opts <- options(parallelly.maxWorkers.localhost = c(Inf, + Inf)) + res <- tryCatch(cl <- makeClusterPSOC .... [TRUNCATED] [22:41:56.468] [local output] makeClusterPSOCK() ... [22:41:56.471] [local output] makeClusterPSOCK() ... done = 4.4.0), use command-line option '--max-connections=N' when launching R> > if (fullTest || covr_testing) { + res <- tryCatch(cl <- parallelly::makeClusterPSOCK("localhost", + port = 80, tries = 1), error = iden .... [TRUNCATED] > if (getRversion() >= "4.0.0") { + res <- tryCatch({ + parallelly::makeClusterPSOCK(1, rscript_startup = quote(Sys.sleep(6)), + .... [TRUNCATED] [22:41:56.472] [local output] makeClusterPSOCK() ... [22:41:56.474] | [local output] Workers: [n = 1] 'localhost' [22:41:56.479] | [local output] Base port: 25583 [22:41:56.479] | [local output] Getting setup options for 1 cluster nodes ... [22:41:56.480] | [local output] Node #1 of 1 ... [22:41:56.481] | [local output] localMachine=TRUE => revtunnel=FALSE [22:41:56.483] | [local output] Rscript port: 25583 [22:41:56.483] | [local output] Getting setup options for 1 cluster nodes ... done [22:41:56.484] | [local output] Parallel setup requested for some PSOCK nodes [22:41:56.485] | [local output] Setting up PSOCK nodes in parallel [22:41:56.485] | List of 36 [22:41:56.485] | $ worker : chr "localhost" [22:41:56.485] | ..- attr(*, "localhost")= logi TRUE [22:41:56.485] | $ master : chr "localhost" [22:41:56.485] | $ port : int 25583 [22:41:56.485] | $ connectTimeout : num 0.1 [22:41:56.485] | $ timeout : num 7 [22:41:56.485] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [22:41:56.485] | $ homogeneous : logi TRUE [22:41:56.485] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:96088:CR"| __truncated__ [22:41:56.485] | $ rscript_envs : NULL [22:41:56.485] | $ rscript_libs : NULL [22:41:56.485] | $ rscript_startup : chr [1:2] "-e" "\"invisible({Sys.sleep(6)})\"" [22:41:56.485] | $ rscript_sh : chr [1:2] "cmd" "cmd" [22:41:56.485] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:56.485] | $ methods : logi TRUE [22:41:56.485] | $ socketOptions : chr "no-delay" [22:41:56.485] | $ useXDR : logi FALSE [22:41:56.485] | $ outfile : chr "/dev/null" [22:41:56.485] | $ renice : int NA [22:41:56.485] | $ rshcmd : NULL [22:41:56.485] | $ user : chr(0) [22:41:56.485] | $ revtunnel : logi FALSE [22:41:56.485] | $ rshlogfile : NULL [22:41:56.485] | $ rshopts : chr(0) [22:41:56.485] | $ rank : int 1 [22:41:56.485] | $ manual : logi FALSE [22:41:56.485] | $ dryrun : logi FALSE [22:41:56.485] | $ quiet : logi FALSE [22:41:56.485] | $ setup_strategy : chr "parallel" [22:41:56.485] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:56.485] | $ pidfile : chr "D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177583c477dc4.pid" [22:41:56.485] | $ rshcmd_label : NULL [22:41:56.485] | $ rsh_call : NULL [22:41:56.485] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [22:41:56.485] | $ localMachine : logi TRUE [22:41:56.485] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [22:41:56.485] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [22:41:56.485] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [22:41:56.485] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [22:41:56.485] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [22:41:56.485] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [22:41:56.485] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [22:41:56.485] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [22:41:56.485] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [22:41:56.485] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [22:41:56.485] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [22:41:56.485] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [22:41:56.485] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [22:41:56.485] | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [22:41:56.485] | FALSE), action = c("launch", "options"), verbose = FALSE) [22:41:56.485] | $ arguments :List of 29 [22:41:56.485] | ..$ worker : chr "localhost" [22:41:56.485] | ..$ master : NULL [22:41:56.485] | ..$ port : int 25583 [22:41:56.485] | ..$ connectTimeout : num 0.1 [22:41:56.485] | ..$ timeout : num 7 [22:41:56.485] | ..$ rscript : NULL [22:41:56.485] | ..$ homogeneous : NULL [22:41:56.485] | ..$ rscript_args : NULL [22:41:56.485] | ..$ rscript_envs : NULL [22:41:56.485] | ..$ rscript_libs : NULL [22:41:56.485] | ..$ rscript_startup : language Sys.sleep(6) [22:41:56.485] | ..$ rscript_sh : chr "auto" [22:41:56.485] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [22:41:56.485] | ..$ methods : logi TRUE [22:41:56.485] | ..$ socketOptions : chr "no-delay" [22:41:56.485] | ..$ useXDR : logi FALSE [22:41:56.485] | ..$ outfile : chr "/dev/null" [22:41:56.485] | ..$ renice : int NA [22:41:56.485] | ..$ rshcmd : NULL [22:41:56.485] | ..$ user : NULL [22:41:56.485] | ..$ revtunnel : logi NA [22:41:56.485] | ..$ rshlogfile : NULL [22:41:56.485] | ..$ rshopts : NULL [22:41:56.485] | ..$ rank : int 1 [22:41:56.485] | ..$ manual : logi FALSE [22:41:56.485] | ..$ dryrun : logi FALSE [22:41:56.485] | ..$ quiet : logi FALSE [22:41:56.485] | ..$ setup_strategy : chr "parallel" [22:41:56.485] | ..$ calls : logi FALSE [22:41:56.485] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [22:41:56.510] | [local output] System call to launch all workers: [22:41:56.511] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:96088:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2026_04_16_22_40_17_30086/Rtmp4Ci3rL/worker.rank=1.parallelly.parent=96088.177583c477dc4.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=25583 OUT=/dev/null TIMEOUT=7 XDR=FALSE SETUPTIMEOUT=0.1 SETUPSTRATEGY=parallel [22:41:56.511] | [local output] Starting PSOCK main server [22:41:56.516] | [local output] Workers launched [22:41:56.517] | [local output] Waiting for workers to connect back ... [22:41:56.517] | : [local output] 0 workers out of 1 ready [22:41:56.721] | : [local output] 0 workers out of 1 ready [22:41:56.924] | : [local output] 0 workers out of 1 ready [22:41:57.127] | : [local output] 0 workers out of 1 ready [22:41:57.330] | : [local output] 0 workers out of 1 ready [22:41:57.533] | : [local output] 0 workers out of 1 ready [22:41:57.736] | : [local output] 0 workers out of 1 ready [22:41:57.940] | : [local output] 0 workers out of 1 ready [22:41:58.143] | : [local output] 0 workers out of 1 ready [22:41:58.346] | : [local output] 0 workers out of 1 ready [22:41:58.549] | : [local output] 0 workers out of 1 ready [22:41:58.752] | : [local output] 0 workers out of 1 ready [22:41:58.955] | : [local output] 0 workers out of 1 ready [22:41:59.158] | : [local output] 0 workers out of 1 ready [22:41:59.362] | : [local output] 0 workers out of 1 ready [22:41:59.565] | : [local output] 0 workers out of 1 ready [22:41:59.768] | : [local output] 0 workers out of 1 ready [22:41:59.971] | : [local output] 0 workers out of 1 ready [22:42:00.174] | : [local output] 0 workers out of 1 ready [22:42:00.377] | : [local output] 0 workers out of 1 ready [22:42:00.581] | : [local output] 0 workers out of 1 ready [22:42:00.784] | : [local output] 0 workers out of 1 ready [22:42:00.986] | : [local output] 0 workers out of 1 ready [22:42:01.190] | : [local output] 0 workers out of 1 ready [22:42:01.393] | : [local output] 0 workers out of 1 ready [22:42:01.596] | : [local output] 0 workers out of 1 ready [22:42:01.799] | : [local output] 0 workers out of 1 ready [22:42:01.800] | [local output] makeClusterPSOCK() ... done > message("*** makeClusterPSOCK() ... DONE") *** makeClusterPSOCK() ... DONE Failed to undo environment variables: - Expected environment variables: [n=219] '!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_BIBTOOLS_CACHE_BIBENTRIES_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RCPP_NOT_NEEDED_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 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 1.73 0.32 18.89