R Under development (unstable) (2025-05-04 r88189 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script incl/testme/test-makeClusterPSOCK.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > parallelly:::testme("makeClusterPSOCK") Test 'makeClusterPSOCK' ... Sourcing 7 prologue scripts ... 01/07 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_prologue/001.load.R' 02/07 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_prologue/002.record-state.R' 03/07 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_prologue/030.imports.R' 04/07 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_prologue/050.utils.R' 05/07 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_prologue/090.context.R' 06/07 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_prologue/090.options.R' 07/07 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_prologue/091.envvars.R' Sourcing 7 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/test-makeClusterPSOCK.R' > library(parallelly) > is_fqdn <- parallelly:::is_fqdn > is_ip_number <- parallelly:::is_ip_number > is_localhost <- parallelly:::is_localhost > find_rshcmd <- parallelly:::find_rshcmd > 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_9.9p2, OpenSSL 3.4.1 11 Feb 2025" $`putty-plink` plink "C:\\PROGRA~1\\PuTTY\\plink.exe" "-ssh" attr(,"type") [1] "putty-plink" attr(,"version") [1] "plink: Release 0.81; Build platform: 64-bit x86 Windows; Compiler: clang 14.0.0 , emulating Visual Studio 2022 (17.2), _MSC_VER=1932, _MSC_FULL_VER=193231329; Source commit: a8601a72a918dfc2a8e8536a77139d7f37700044" > message("- makeClusterPSOCK()") - makeClusterPSOCK() > cl <- makeClusterPSOCK("", + user = "johndoe", master = NULL, revtunnel = FALSE, rshcmd = "my_ssh", + renice = TR .... [TRUNCATED] [08:57:03.206] [local output] makeClusterPSOCK() ... [08:57:03.264] | [local output] Workers: [n = 1] '' [08:57:03.275] | [local output] Base port: 38090 [08:57:03.275] | [local output] Getting setup options for 1 cluster nodes ... [08:57:03.276] | [local output] Node #1 of 1 ... [08:57:03.280] | [local output] Rscript port: 38090 [08:57:03.281] | [local output] Using 'rshcmd': 'my_ssh' [type='', version=''] [08:57:03.281] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:03.282] | [local output] Creating node #1 of 1 ... [08:57:03.282] | : [local output] setting up node [08:57:03.283] | : [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:12920:CRANWIN3:CRAN' -e 'options(socketOptions="no-delay")' -e 'workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()' MASTER=CRANWIN3 PORT=38090 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:12920:CRANWIN3:CRAN' -e 'options(socketOptions=\"no-delay\")' -e 'workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()' MASTER=CRANWIN3 PORT=38090 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential" [08:57:03.284] | [local output] Creating node #1 of 1 ... done [08:57:03.284] | [local output] Launching of 1 workers completed [08:57:03.285] | [local output] Number of nodes in cluster: 1 [08:57:03.285] | [local output] Collecting session information from 1 workers [08:57:03.286] | : [local output] Worker #1 of 1 [08:57:03.286] | [local output] Collecting session information from 1 workers [08:57:03.287] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 nodes where 1 node is on host 'NA' (R version and platform not queried) > cl <- makeClusterPSOCK(1, port = "random", dryrun = TRUE) [08:57:03.292] [local output] makeClusterPSOCK() ... [08:57:03.304] | [local output] Workers: [n = 1] 'localhost' [08:57:03.309] | [local output] Base port: 25827 [08:57:03.309] | [local output] Getting setup options for 1 cluster nodes ... [08:57:03.310] | [local output] Node #1 of 1 ... [08:57:03.311] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:03.313] | [local output] Rscript port: 25827 [08:57:03.314] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:03.314] | [local output] Creating node #1 of 1 ... [08:57:03.315] | : [local output] setting up node [08:57:03.315] | : [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:12920:CRANWIN3:CRAN" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=25827 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [08:57:03.315] | [local output] Creating node #1 of 1 ... done [08:57:03.316] | [local output] Launching of 1 workers completed [08:57:03.316] | [local output] Number of nodes in cluster: 1 [08:57:03.317] | [local output] Collecting session information from 1 workers [08:57:03.317] | : [local output] Worker #1 of 1 [08:57:03.317] | [local output] Collecting session information from 1 workers [08:57:03.318] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 nodes where 1 node is on host 'NA' (R version and platform not queried) > cl <- makeClusterPSOCK(1) [08:57:03.320] [local output] makeClusterPSOCK() ... [08:57:03.323] | [local output] Workers: [n = 1] 'localhost' [08:57:03.329] | [local output] Base port: 23507 [08:57:03.329] | [local output] Getting setup options for 1 cluster nodes ... [08:57:03.329] | [local output] Node #1 of 1 ... [08:57:03.330] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:03.332] | Testing if worker's PID can be inferred: '"D:/RCompile/recent/R/bin/x64/Rscript" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278465813f7.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278465813f7.pid\")"' [08:57:03.876] | - Possible to infer worker's PID: TRUE [08:57:03.878] | [local output] Rscript port: 23507 [08:57:03.879] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:03.879] | [local output] Parallel setup requested for some PSOCK nodes [08:57:03.880] | [local output] Setting up PSOCK nodes in parallel [08:57:03.881] | List of 36 [08:57:03.881] | $ worker : chr "localhost" [08:57:03.881] | ..- attr(*, "localhost")= logi TRUE [08:57:03.881] | $ master : chr "localhost" [08:57:03.881] | $ port : int 23507 [08:57:03.881] | $ connectTimeout : num 120 [08:57:03.881] | $ timeout : num 120 [08:57:03.881] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:03.881] | $ homogeneous : logi TRUE [08:57:03.881] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:03.881] | $ rscript_envs : NULL [08:57:03.881] | $ rscript_libs : NULL [08:57:03.881] | $ rscript_startup : NULL [08:57:03.881] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:03.881] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:03.881] | $ methods : logi TRUE [08:57:03.881] | $ socketOptions : chr "no-delay" [08:57:03.881] | $ useXDR : logi FALSE [08:57:03.881] | $ outfile : chr "/dev/null" [08:57:03.881] | $ renice : int NA [08:57:03.881] | $ rshcmd : NULL [08:57:03.881] | $ user : chr(0) [08:57:03.881] | $ revtunnel : logi FALSE [08:57:03.881] | $ rshlogfile : NULL [08:57:03.881] | $ rshopts : chr(0) [08:57:03.881] | $ rank : int 1 [08:57:03.881] | $ manual : logi FALSE [08:57:03.881] | $ dryrun : logi FALSE [08:57:03.881] | $ quiet : logi FALSE [08:57:03.881] | $ setup_strategy : chr "parallel" [08:57:03.881] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:03.881] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278465813f7.pid" [08:57:03.881] | $ rshcmd_label : NULL [08:57:03.881] | $ rsh_call : NULL [08:57:03.881] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:03.881] | $ localMachine : logi TRUE [08:57:03.881] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:03.881] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:03.881] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:03.881] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:03.881] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:03.881] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:03.881] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:03.881] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:03.881] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:03.881] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:03.881] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:03.881] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:03.881] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:03.881] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:03.881] | $ arguments :List of 28 [08:57:03.881] | ..$ worker : chr "localhost" [08:57:03.881] | ..$ master : NULL [08:57:03.881] | ..$ port : int 23507 [08:57:03.881] | ..$ connectTimeout : num 120 [08:57:03.881] | ..$ timeout : num 120 [08:57:03.881] | ..$ rscript : NULL [08:57:03.881] | ..$ homogeneous : NULL [08:57:03.881] | ..$ rscript_args : NULL [08:57:03.881] | ..$ rscript_envs : NULL [08:57:03.881] | ..$ rscript_libs : NULL [08:57:03.881] | ..$ rscript_startup : NULL [08:57:03.881] | ..$ rscript_sh : chr "auto" [08:57:03.881] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:03.881] | ..$ methods : logi TRUE [08:57:03.881] | ..$ socketOptions : chr "no-delay" [08:57:03.881] | ..$ useXDR : logi FALSE [08:57:03.881] | ..$ outfile : chr "/dev/null" [08:57:03.881] | ..$ renice : int NA [08:57:03.881] | ..$ rshcmd : NULL [08:57:03.881] | ..$ user : NULL [08:57:03.881] | ..$ revtunnel : logi NA [08:57:03.881] | ..$ rshlogfile : NULL [08:57:03.881] | ..$ rshopts : NULL [08:57:03.881] | ..$ rank : int 1 [08:57:03.881] | ..$ manual : logi FALSE [08:57:03.881] | ..$ dryrun : logi FALSE [08:57:03.881] | ..$ quiet : logi FALSE [08:57:03.881] | ..$ setup_strategy : chr "parallel" [08:57:03.881] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:03.925] | [local output] System call to launch all workers: [08:57:03.925] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278465813f7.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=23507 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:03.925] | [local output] Starting PSOCK main server [08:57:03.931] | [local output] Workers launched [08:57:03.932] | [local output] Waiting for workers to connect back ... [08:57:03.932] | : [local output] 0 workers out of 1 ready [08:57:04.204] | : [local output] 0 workers out of 1 ready [08:57:04.205] | : [local output] 1 workers out of 1 ready [08:57:04.205] | [local output] Waiting for workers to connect back ... done [08:57:04.205] | [local output] Launching of 1 workers completed [08:57:04.205] | [local output] Number of nodes in cluster: 1 [08:57:04.206] | [local output] Collecting session information from 1 workers [08:57:04.207] | : [local output] Worker #1 of 1 [08:57:04.208] | [local output] Collecting session information from 1 workers [08:57:04.208] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-05-04 r88189 ucrt), platform x86_64-w64-mingw32) > node <- cl[[1]] > utils::str(node) List of 4 $ con : 'sockconn' int 4 ..- attr(*, "conn_id")= $ host : chr "localhost" ..- attr(*, "localhost")= logi TRUE $ rank : int 0 $ session_info:List of 6 ..$ r :List of 16 .. ..$ platform : chr "x86_64-w64-mingw32" .. ..$ arch : chr "x86_64" .. ..$ os : chr "mingw32" .. ..$ crt : chr "ucrt" .. ..$ system : chr "x86_64, mingw32" .. ..$ status : chr "Under development (unstable)" .. ..$ major : chr "4" .. ..$ minor : chr "6.0" .. ..$ year : chr "2025" .. ..$ month : chr "05" .. ..$ day : chr "04" .. ..$ svn rev : chr "88189" .. ..$ language : chr "R" .. ..$ version.string: chr "R Under development (unstable) (2025-05-04 r88189 ucrt)" .. ..$ nickname : chr "Unsuffered Consequences" .. ..$ os.type : chr "windows" ..$ system :List of 9 .. ..$ sysname : chr "Windows" .. ..$ release : chr "Server x64" .. ..$ version : chr "build 20348" .. ..$ nodename : chr "CRANWIN3" .. ..$ machine : chr "x86-64" .. ..$ login : chr "CRAN" .. ..$ user : chr "CRAN" .. ..$ effective_user: chr "CRAN" .. ..$ udomain : chr "CRANWIN3" ..$ libs : chr [1:2] "D:/temp/2025_05_06_08_55_17_12855/RtmpKmsWEX/RLIBS_52547998958" "D:/RCompile/recent/R/library" ..$ pkgs : NULL ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/parallelly.Rcheck/tests" ..$ process:List of 1 .. ..$ pid: int 71832 - attr(*, "options")=List of 35 ..$ worker : chr "localhost" .. ..- attr(*, "localhost")= logi TRUE ..$ master : chr "localhost" ..$ port : int 23507 ..$ 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:12920: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"), action = c("launch", "options"), verbose = FALSE) ..$ arguments :List of 28 .. ..$ worker : chr "localhost" .. ..$ master : NULL .. ..$ port : int 23507 .. ..$ 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" ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" - attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" > stopifnot(isTRUE(attr(node[["host"]], "localhost"))) > parallel::stopCluster(cl) > message("- makeClusterPSOCK() - useXDR = TRUE/FALSE") - makeClusterPSOCK() - useXDR = TRUE/FALSE > for (xdr in c(TRUE, FALSE)) { + cl <- makeClusterPSOCK(1, useXDR = xdr) + node <- cl[[1]] + stopifnot(is.list(node), inherits(node, if ( .... [TRUNCATED] [08:57:04.331] [local output] makeClusterPSOCK() ... [08:57:04.334] | [local output] Workers: [n = 1] 'localhost' [08:57:04.339] | [local output] Base port: 27514 [08:57:04.340] | [local output] Getting setup options for 1 cluster nodes ... [08:57:04.340] | [local output] Node #1 of 1 ... [08:57:04.341] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:04.343] | [local output] Rscript port: 27514 [08:57:04.344] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:04.344] | [local output] Parallel setup requested for some PSOCK nodes [08:57:04.345] | [local output] Setting up PSOCK nodes in parallel [08:57:04.345] | List of 36 [08:57:04.345] | $ worker : chr "localhost" [08:57:04.345] | ..- attr(*, "localhost")= logi TRUE [08:57:04.345] | $ master : chr "localhost" [08:57:04.345] | $ port : int 27514 [08:57:04.345] | $ connectTimeout : num 120 [08:57:04.345] | $ timeout : num 120 [08:57:04.345] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:04.345] | $ homogeneous : logi TRUE [08:57:04.345] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:04.345] | $ rscript_envs : NULL [08:57:04.345] | $ rscript_libs : NULL [08:57:04.345] | $ rscript_startup : NULL [08:57:04.345] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:04.345] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:04.345] | $ methods : logi TRUE [08:57:04.345] | $ socketOptions : chr "no-delay" [08:57:04.345] | $ useXDR : logi TRUE [08:57:04.345] | $ outfile : chr "/dev/null" [08:57:04.345] | $ renice : int NA [08:57:04.345] | $ rshcmd : NULL [08:57:04.345] | $ user : chr(0) [08:57:04.345] | $ revtunnel : logi FALSE [08:57:04.345] | $ rshlogfile : NULL [08:57:04.345] | $ rshopts : chr(0) [08:57:04.345] | $ rank : int 1 [08:57:04.345] | $ manual : logi FALSE [08:57:04.345] | $ dryrun : logi FALSE [08:57:04.345] | $ quiet : logi FALSE [08:57:04.345] | $ setup_strategy : chr "parallel" [08:57:04.345] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:04.345] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327839067c75.pid" [08:57:04.345] | $ rshcmd_label : NULL [08:57:04.345] | $ rsh_call : NULL [08:57:04.345] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:04.345] | $ localMachine : logi TRUE [08:57:04.345] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:04.345] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:04.345] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:04.345] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:04.345] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:04.345] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:04.345] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:04.345] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:04.345] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:04.345] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:04.345] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:04.345] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:04.345] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:04.345] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:04.345] | $ arguments :List of 28 [08:57:04.345] | ..$ worker : chr "localhost" [08:57:04.345] | ..$ master : NULL [08:57:04.345] | ..$ port : int 27514 [08:57:04.345] | ..$ connectTimeout : num 120 [08:57:04.345] | ..$ timeout : num 120 [08:57:04.345] | ..$ rscript : NULL [08:57:04.345] | ..$ homogeneous : NULL [08:57:04.345] | ..$ rscript_args : NULL [08:57:04.345] | ..$ rscript_envs : NULL [08:57:04.345] | ..$ rscript_libs : NULL [08:57:04.345] | ..$ rscript_startup : NULL [08:57:04.345] | ..$ rscript_sh : chr "auto" [08:57:04.345] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:04.345] | ..$ methods : logi TRUE [08:57:04.345] | ..$ socketOptions : chr "no-delay" [08:57:04.345] | ..$ useXDR : logi TRUE [08:57:04.345] | ..$ outfile : chr "/dev/null" [08:57:04.345] | ..$ renice : int NA [08:57:04.345] | ..$ rshcmd : NULL [08:57:04.345] | ..$ user : NULL [08:57:04.345] | ..$ revtunnel : logi NA [08:57:04.345] | ..$ rshlogfile : NULL [08:57:04.345] | ..$ rshopts : NULL [08:57:04.345] | ..$ rank : int 1 [08:57:04.345] | ..$ manual : logi FALSE [08:57:04.345] | ..$ dryrun : logi FALSE [08:57:04.345] | ..$ quiet : logi FALSE [08:57:04.345] | ..$ setup_strategy : chr "parallel" [08:57:04.345] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:04.383] | [local output] System call to launch all workers: [08:57:04.384] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327839067c75.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=27514 OUT=/dev/null TIMEOUT=120 XDR=TRUE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:04.384] | [local output] Starting PSOCK main server [08:57:04.390] | [local output] Workers launched [08:57:04.391] | [local output] Waiting for workers to connect back ... [08:57:04.391] | : [local output] 0 workers out of 1 ready [08:57:04.610] | : [local output] 0 workers out of 1 ready [08:57:04.611] | : [local output] 1 workers out of 1 ready [08:57:04.611] | [local output] Waiting for workers to connect back ... done [08:57:04.612] | [local output] Launching of 1 workers completed [08:57:04.612] | [local output] Number of nodes in cluster: 1 [08:57:04.612] | [local output] Collecting session information from 1 workers [08:57:04.614] | : [local output] Worker #1 of 1 [08:57:04.614] | [local output] Collecting session information from 1 workers [08:57:04.615] [local output] makeClusterPSOCK() ... done [08:57:04.621] [local output] makeClusterPSOCK() ... [08:57:04.624] | [local output] Workers: [n = 1] 'localhost' [08:57:04.629] | [local output] Base port: 39949 [08:57:04.629] | [local output] Getting setup options for 1 cluster nodes ... [08:57:04.630] | [local output] Node #1 of 1 ... [08:57:04.630] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:04.633] | [local output] Rscript port: 39949 [08:57:04.633] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:04.634] | [local output] Parallel setup requested for some PSOCK nodes [08:57:04.634] | [local output] Setting up PSOCK nodes in parallel [08:57:04.635] | List of 36 [08:57:04.635] | $ worker : chr "localhost" [08:57:04.635] | ..- attr(*, "localhost")= logi TRUE [08:57:04.635] | $ master : chr "localhost" [08:57:04.635] | $ port : int 39949 [08:57:04.635] | $ connectTimeout : num 120 [08:57:04.635] | $ timeout : num 120 [08:57:04.635] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:04.635] | $ homogeneous : logi TRUE [08:57:04.635] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:04.635] | $ rscript_envs : NULL [08:57:04.635] | $ rscript_libs : NULL [08:57:04.635] | $ rscript_startup : NULL [08:57:04.635] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:04.635] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:04.635] | $ methods : logi TRUE [08:57:04.635] | $ socketOptions : chr "no-delay" [08:57:04.635] | $ useXDR : logi FALSE [08:57:04.635] | $ outfile : chr "/dev/null" [08:57:04.635] | $ renice : int NA [08:57:04.635] | $ rshcmd : NULL [08:57:04.635] | $ user : chr(0) [08:57:04.635] | $ revtunnel : logi FALSE [08:57:04.635] | $ rshlogfile : NULL [08:57:04.635] | $ rshopts : chr(0) [08:57:04.635] | $ rank : int 1 [08:57:04.635] | $ manual : logi FALSE [08:57:04.635] | $ dryrun : logi FALSE [08:57:04.635] | $ quiet : logi FALSE [08:57:04.635] | $ setup_strategy : chr "parallel" [08:57:04.635] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:04.635] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327827965d5f.pid" [08:57:04.635] | $ rshcmd_label : NULL [08:57:04.635] | $ rsh_call : NULL [08:57:04.635] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:04.635] | $ localMachine : logi TRUE [08:57:04.635] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:04.635] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:04.635] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:04.635] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:04.635] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:04.635] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:04.635] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:04.635] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:04.635] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:04.635] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:04.635] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:04.635] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:04.635] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:04.635] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:04.635] | $ arguments :List of 28 [08:57:04.635] | ..$ worker : chr "localhost" [08:57:04.635] | ..$ master : NULL [08:57:04.635] | ..$ port : int 39949 [08:57:04.635] | ..$ connectTimeout : num 120 [08:57:04.635] | ..$ timeout : num 120 [08:57:04.635] | ..$ rscript : NULL [08:57:04.635] | ..$ homogeneous : NULL [08:57:04.635] | ..$ rscript_args : NULL [08:57:04.635] | ..$ rscript_envs : NULL [08:57:04.635] | ..$ rscript_libs : NULL [08:57:04.635] | ..$ rscript_startup : NULL [08:57:04.635] | ..$ rscript_sh : chr "auto" [08:57:04.635] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:04.635] | ..$ methods : logi TRUE [08:57:04.635] | ..$ socketOptions : chr "no-delay" [08:57:04.635] | ..$ useXDR : logi FALSE [08:57:04.635] | ..$ outfile : chr "/dev/null" [08:57:04.635] | ..$ renice : int NA [08:57:04.635] | ..$ rshcmd : NULL [08:57:04.635] | ..$ user : NULL [08:57:04.635] | ..$ revtunnel : logi NA [08:57:04.635] | ..$ rshlogfile : NULL [08:57:04.635] | ..$ rshopts : NULL [08:57:04.635] | ..$ rank : int 1 [08:57:04.635] | ..$ manual : logi FALSE [08:57:04.635] | ..$ dryrun : logi FALSE [08:57:04.635] | ..$ quiet : logi FALSE [08:57:04.635] | ..$ setup_strategy : chr "parallel" [08:57:04.635] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:04.672] | [local output] System call to launch all workers: [08:57:04.673] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327827965d5f.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=39949 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:04.673] | [local output] Starting PSOCK main server [08:57:04.680] | [local output] Workers launched [08:57:04.680] | [local output] Waiting for workers to connect back ... [08:57:04.681] | : [local output] 0 workers out of 1 ready [08:57:04.964] | : [local output] 0 workers out of 1 ready [08:57:04.965] | : [local output] 1 workers out of 1 ready [08:57:04.966] | [local output] Waiting for workers to connect back ... done [08:57:04.966] | [local output] Launching of 1 workers completed [08:57:04.966] | [local output] Number of nodes in cluster: 1 [08:57:04.967] | [local output] Collecting session information from 1 workers [08:57:04.968] | : [local output] Worker #1 of 1 [08:57:04.969] | [local output] Collecting session information from 1 workers [08:57:04.969] [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] [08:57:04.987] [local output] makeClusterPSOCK() ... [08:57:04.991] | [local output] Workers: [n = 1] 'localhost' [08:57:04.997] | [local output] Base port: 33508 [08:57:04.998] | [local output] Getting setup options for 1 cluster nodes ... [08:57:04.998] | [local output] Node #1 of 1 ... [08:57:04.999] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:05.002] | [local output] Rscript port: 33508 [08:57:05.003] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:05.003] | [local output] Parallel setup requested for some PSOCK nodes [08:57:05.004] | [local output] Setting up PSOCK nodes in parallel [08:57:05.004] | List of 36 [08:57:05.004] | $ worker : chr "localhost" [08:57:05.004] | ..- attr(*, "localhost")= logi TRUE [08:57:05.004] | $ master : chr "localhost" [08:57:05.004] | $ port : int 33508 [08:57:05.004] | $ connectTimeout : num 120 [08:57:05.004] | $ timeout : num 120 [08:57:05.004] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:05.004] | $ homogeneous : logi TRUE [08:57:05.004] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:05.004] | $ rscript_envs : NULL [08:57:05.004] | $ rscript_libs : NULL [08:57:05.004] | $ rscript_startup : NULL [08:57:05.004] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:05.004] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:05.004] | $ methods : logi TRUE [08:57:05.004] | $ socketOptions : NULL [08:57:05.004] | $ useXDR : logi FALSE [08:57:05.004] | $ outfile : chr "/dev/null" [08:57:05.004] | $ renice : int NA [08:57:05.004] | $ rshcmd : NULL [08:57:05.004] | $ user : chr(0) [08:57:05.004] | $ revtunnel : logi FALSE [08:57:05.004] | $ rshlogfile : NULL [08:57:05.004] | $ rshopts : chr(0) [08:57:05.004] | $ rank : int 1 [08:57:05.004] | $ manual : logi FALSE [08:57:05.004] | $ dryrun : logi FALSE [08:57:05.004] | $ quiet : logi FALSE [08:57:05.004] | $ setup_strategy : chr "parallel" [08:57:05.004] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:05.004] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327896e65d5.pid" [08:57:05.004] | $ rshcmd_label : NULL [08:57:05.004] | $ rsh_call : NULL [08:57:05.004] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:05.004] | $ localMachine : logi TRUE [08:57:05.004] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:05.004] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:05.004] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:05.004] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:05.004] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:05.004] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:05.004] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:05.004] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:05.004] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:05.004] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:05.004] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:05.004] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:05.004] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:05.004] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:05.004] | $ arguments :List of 28 [08:57:05.004] | ..$ worker : chr "localhost" [08:57:05.004] | ..$ master : NULL [08:57:05.004] | ..$ port : int 33508 [08:57:05.004] | ..$ connectTimeout : num 120 [08:57:05.004] | ..$ timeout : num 120 [08:57:05.004] | ..$ rscript : NULL [08:57:05.004] | ..$ homogeneous : NULL [08:57:05.004] | ..$ rscript_args : NULL [08:57:05.004] | ..$ rscript_envs : NULL [08:57:05.004] | ..$ rscript_libs : NULL [08:57:05.004] | ..$ rscript_startup : NULL [08:57:05.004] | ..$ rscript_sh : chr "auto" [08:57:05.004] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:05.004] | ..$ methods : logi TRUE [08:57:05.004] | ..$ socketOptions : NULL [08:57:05.004] | ..$ useXDR : logi FALSE [08:57:05.004] | ..$ outfile : chr "/dev/null" [08:57:05.004] | ..$ renice : int NA [08:57:05.004] | ..$ rshcmd : NULL [08:57:05.004] | ..$ user : NULL [08:57:05.004] | ..$ revtunnel : logi NA [08:57:05.004] | ..$ rshlogfile : NULL [08:57:05.004] | ..$ rshopts : NULL [08:57:05.004] | ..$ rank : int 1 [08:57:05.004] | ..$ manual : logi FALSE [08:57:05.004] | ..$ dryrun : logi FALSE [08:57:05.004] | ..$ quiet : logi FALSE [08:57:05.004] | ..$ setup_strategy : chr "parallel" [08:57:05.004] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:05.048] | [local output] System call to launch all workers: [08:57:05.049] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327896e65d5.pid\")),silent=TRUE)" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=33508 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:05.049] | [local output] Starting PSOCK main server [08:57:05.055] | [local output] Workers launched [08:57:05.056] | [local output] Waiting for workers to connect back ... [08:57:05.056] | : [local output] 0 workers out of 1 ready [08:57:05.316] | : [local output] 0 workers out of 1 ready [08:57:05.317] | : [local output] 1 workers out of 1 ready [08:57:05.317] | [local output] Waiting for workers to connect back ... done [08:57:05.318] | [local output] Launching of 1 workers completed [08:57:05.318] | [local output] Number of nodes in cluster: 1 [08:57:05.318] | [local output] Collecting session information from 1 workers [08:57:05.320] | : [local output] Worker #1 of 1 [08:57:05.320] | [local output] Collecting session information from 1 workers [08:57:05.320] [local output] makeClusterPSOCK() ... done [08:57:05.337] [local output] makeClusterPSOCK() ... [08:57:05.344] | [local output] Workers: [n = 1] 'localhost' [08:57:05.349] | [local output] Base port: 31140 [08:57:05.349] | [local output] Getting setup options for 1 cluster nodes ... [08:57:05.350] | [local output] Node #1 of 1 ... [08:57:05.350] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:05.353] | [local output] Rscript port: 31140 [08:57:05.353] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:05.354] | [local output] Parallel setup requested for some PSOCK nodes [08:57:05.354] | [local output] Setting up PSOCK nodes in parallel [08:57:05.354] | List of 36 [08:57:05.354] | $ worker : chr "localhost" [08:57:05.354] | ..- attr(*, "localhost")= logi TRUE [08:57:05.354] | $ master : chr "localhost" [08:57:05.354] | $ port : int 31140 [08:57:05.354] | $ connectTimeout : num 120 [08:57:05.354] | $ timeout : num 120 [08:57:05.354] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:05.354] | $ homogeneous : logi TRUE [08:57:05.354] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:05.354] | $ rscript_envs : NULL [08:57:05.354] | $ rscript_libs : NULL [08:57:05.354] | $ rscript_startup : NULL [08:57:05.354] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:05.354] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:05.354] | $ methods : logi TRUE [08:57:05.354] | $ socketOptions : NULL [08:57:05.354] | $ useXDR : logi FALSE [08:57:05.354] | $ outfile : chr "/dev/null" [08:57:05.354] | $ renice : int NA [08:57:05.354] | $ rshcmd : NULL [08:57:05.354] | $ user : chr(0) [08:57:05.354] | $ revtunnel : logi FALSE [08:57:05.354] | $ rshlogfile : NULL [08:57:05.354] | $ rshopts : chr(0) [08:57:05.354] | $ rank : int 1 [08:57:05.354] | $ manual : logi FALSE [08:57:05.354] | $ dryrun : logi FALSE [08:57:05.354] | $ quiet : logi FALSE [08:57:05.354] | $ setup_strategy : chr "parallel" [08:57:05.354] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:05.354] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327827c77876.pid" [08:57:05.354] | $ rshcmd_label : NULL [08:57:05.354] | $ rsh_call : NULL [08:57:05.354] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:05.354] | $ localMachine : logi TRUE [08:57:05.354] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:05.354] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:05.354] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:05.354] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:05.354] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:05.354] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:05.354] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:05.354] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:05.354] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:05.354] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:05.354] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:05.354] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:05.354] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:05.354] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:05.354] | $ arguments :List of 28 [08:57:05.354] | ..$ worker : chr "localhost" [08:57:05.354] | ..$ master : NULL [08:57:05.354] | ..$ port : int 31140 [08:57:05.354] | ..$ connectTimeout : num 120 [08:57:05.354] | ..$ timeout : num 120 [08:57:05.354] | ..$ rscript : NULL [08:57:05.354] | ..$ homogeneous : NULL [08:57:05.354] | ..$ rscript_args : NULL [08:57:05.354] | ..$ rscript_envs : NULL [08:57:05.354] | ..$ rscript_libs : NULL [08:57:05.354] | ..$ rscript_startup : NULL [08:57:05.354] | ..$ rscript_sh : chr "auto" [08:57:05.354] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:05.354] | ..$ methods : logi TRUE [08:57:05.354] | ..$ socketOptions : chr "NULL" [08:57:05.354] | ..$ useXDR : logi FALSE [08:57:05.354] | ..$ outfile : chr "/dev/null" [08:57:05.354] | ..$ renice : int NA [08:57:05.354] | ..$ rshcmd : NULL [08:57:05.354] | ..$ user : NULL [08:57:05.354] | ..$ revtunnel : logi NA [08:57:05.354] | ..$ rshlogfile : NULL [08:57:05.354] | ..$ rshopts : NULL [08:57:05.354] | ..$ rank : int 1 [08:57:05.354] | ..$ manual : logi FALSE [08:57:05.354] | ..$ dryrun : logi FALSE [08:57:05.354] | ..$ quiet : logi FALSE [08:57:05.354] | ..$ setup_strategy : chr "parallel" [08:57:05.354] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:05.383] | [local output] System call to launch all workers: [08:57:05.383] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327827c77876.pid\")),silent=TRUE)" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=31140 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:05.383] | [local output] Starting PSOCK main server [08:57:05.389] | [local output] Workers launched [08:57:05.389] | [local output] Waiting for workers to connect back ... [08:57:05.389] | : [local output] 0 workers out of 1 ready [08:57:05.612] | : [local output] 0 workers out of 1 ready [08:57:05.613] | : [local output] 1 workers out of 1 ready [08:57:05.613] | [local output] Waiting for workers to connect back ... done [08:57:05.613] | [local output] Launching of 1 workers completed [08:57:05.614] | [local output] Number of nodes in cluster: 1 [08:57:05.614] | [local output] Collecting session information from 1 workers [08:57:05.615] | : [local output] Worker #1 of 1 [08:57:05.615] | [local output] Collecting session information from 1 workers [08:57:05.616] [local output] makeClusterPSOCK() ... done [08:57:05.622] [local output] makeClusterPSOCK() ... [08:57:05.625] | [local output] Workers: [n = 1] 'localhost' [08:57:05.629] | [local output] Base port: 30981 [08:57:05.630] | [local output] Getting setup options for 1 cluster nodes ... [08:57:05.630] | [local output] Node #1 of 1 ... [08:57:05.630] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:05.632] | [local output] Rscript port: 30981 [08:57:05.633] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:05.633] | [local output] Parallel setup requested for some PSOCK nodes [08:57:05.634] | [local output] Setting up PSOCK nodes in parallel [08:57:05.634] | List of 36 [08:57:05.634] | $ worker : chr "localhost" [08:57:05.634] | ..- attr(*, "localhost")= logi TRUE [08:57:05.634] | $ master : chr "localhost" [08:57:05.634] | $ port : int 30981 [08:57:05.634] | $ connectTimeout : num 120 [08:57:05.634] | $ timeout : num 120 [08:57:05.634] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:05.634] | $ homogeneous : logi TRUE [08:57:05.634] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:05.634] | $ rscript_envs : NULL [08:57:05.634] | $ rscript_libs : NULL [08:57:05.634] | $ rscript_startup : NULL [08:57:05.634] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:05.634] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:05.634] | $ methods : logi TRUE [08:57:05.634] | $ socketOptions : chr "no-delay" [08:57:05.634] | $ useXDR : logi FALSE [08:57:05.634] | $ outfile : chr "/dev/null" [08:57:05.634] | $ renice : int NA [08:57:05.634] | $ rshcmd : NULL [08:57:05.634] | $ user : chr(0) [08:57:05.634] | $ revtunnel : logi FALSE [08:57:05.634] | $ rshlogfile : NULL [08:57:05.634] | $ rshopts : chr(0) [08:57:05.634] | $ rank : int 1 [08:57:05.634] | $ manual : logi FALSE [08:57:05.634] | $ dryrun : logi FALSE [08:57:05.634] | $ quiet : logi FALSE [08:57:05.634] | $ setup_strategy : chr "parallel" [08:57:05.634] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:05.634] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327864a82680.pid" [08:57:05.634] | $ rshcmd_label : NULL [08:57:05.634] | $ rsh_call : NULL [08:57:05.634] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:05.634] | $ localMachine : logi TRUE [08:57:05.634] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:05.634] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:05.634] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:05.634] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:05.634] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:05.634] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:05.634] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:05.634] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:05.634] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:05.634] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:05.634] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:05.634] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:05.634] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:05.634] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:05.634] | $ arguments :List of 28 [08:57:05.634] | ..$ worker : chr "localhost" [08:57:05.634] | ..$ master : NULL [08:57:05.634] | ..$ port : int 30981 [08:57:05.634] | ..$ connectTimeout : num 120 [08:57:05.634] | ..$ timeout : num 120 [08:57:05.634] | ..$ rscript : NULL [08:57:05.634] | ..$ homogeneous : NULL [08:57:05.634] | ..$ rscript_args : NULL [08:57:05.634] | ..$ rscript_envs : NULL [08:57:05.634] | ..$ rscript_libs : NULL [08:57:05.634] | ..$ rscript_startup : NULL [08:57:05.634] | ..$ rscript_sh : chr "auto" [08:57:05.634] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:05.634] | ..$ methods : logi TRUE [08:57:05.634] | ..$ socketOptions : chr "no-delay" [08:57:05.634] | ..$ useXDR : logi FALSE [08:57:05.634] | ..$ outfile : chr "/dev/null" [08:57:05.634] | ..$ renice : int NA [08:57:05.634] | ..$ rshcmd : NULL [08:57:05.634] | ..$ user : NULL [08:57:05.634] | ..$ revtunnel : logi NA [08:57:05.634] | ..$ rshlogfile : NULL [08:57:05.634] | ..$ rshopts : NULL [08:57:05.634] | ..$ rank : int 1 [08:57:05.634] | ..$ manual : logi FALSE [08:57:05.634] | ..$ dryrun : logi FALSE [08:57:05.634] | ..$ quiet : logi FALSE [08:57:05.634] | ..$ setup_strategy : chr "parallel" [08:57:05.634] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:05.666] | [local output] System call to launch all workers: [08:57:05.667] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327864a82680.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=30981 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:05.667] | [local output] Starting PSOCK main server [08:57:05.673] | [local output] Workers launched [08:57:05.673] | [local output] Waiting for workers to connect back ... [08:57:05.674] | : [local output] 0 workers out of 1 ready [08:57:05.944] | : [local output] 0 workers out of 1 ready [08:57:05.944] | : [local output] 1 workers out of 1 ready [08:57:05.945] | [local output] Waiting for workers to connect back ... done [08:57:05.945] | [local output] Launching of 1 workers completed [08:57:05.945] | [local output] Number of nodes in cluster: 1 [08:57:05.946] | [local output] Collecting session information from 1 workers [08:57:05.947] | : [local output] Worker #1 of 1 [08:57:05.947] | [local output] Collecting session information from 1 workers [08:57:05.947] [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] [08:57:05.965] [local output] makeClusterPSOCK() ... [08:57:05.968] | [local output] Workers: [n = 1] 'localhost' [08:57:05.972] | [local output] Base port: 22904 [08:57:05.972] | [local output] Getting setup options for 1 cluster nodes ... [08:57:05.972] | [local output] Node #1 of 1 ... [08:57:05.973] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:05.975] | [local output] Rscript port: 22904 [08:57:05.975] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:05.975] | [local output] Parallel setup requested for some PSOCK nodes [08:57:05.976] | [local output] Setting up PSOCK nodes in parallel [08:57:05.976] | List of 36 [08:57:05.976] | $ worker : chr "localhost" [08:57:05.976] | ..- attr(*, "localhost")= logi TRUE [08:57:05.976] | $ master : chr "localhost" [08:57:05.976] | $ port : int 22904 [08:57:05.976] | $ connectTimeout : num 120 [08:57:05.976] | $ timeout : num 120 [08:57:05.976] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:05.976] | $ homogeneous : logi TRUE [08:57:05.976] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:05.976] | $ rscript_envs : NULL [08:57:05.976] | $ rscript_libs : NULL [08:57:05.976] | $ rscript_startup : NULL [08:57:05.976] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:05.976] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:05.976] | $ methods : logi TRUE [08:57:05.976] | $ socketOptions : chr "no-delay" [08:57:05.976] | $ useXDR : logi FALSE [08:57:05.976] | $ outfile : chr "/dev/null" [08:57:05.976] | $ renice : int NA [08:57:05.976] | $ rshcmd : NULL [08:57:05.976] | $ user : chr(0) [08:57:05.976] | $ revtunnel : logi FALSE [08:57:05.976] | $ rshlogfile : NULL [08:57:05.976] | $ rshopts : chr(0) [08:57:05.976] | $ rank : int 1 [08:57:05.976] | $ manual : logi FALSE [08:57:05.976] | $ dryrun : logi FALSE [08:57:05.976] | $ quiet : logi FALSE [08:57:05.976] | $ setup_strategy : chr "parallel" [08:57:05.976] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:05.976] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32786e156638.pid" [08:57:05.976] | $ rshcmd_label : NULL [08:57:05.976] | $ rsh_call : NULL [08:57:05.976] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:05.976] | $ localMachine : logi TRUE [08:57:05.976] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:05.976] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:05.976] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:05.976] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:05.976] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:05.976] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:05.976] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:05.976] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:05.976] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:05.976] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:05.976] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:05.976] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:05.976] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:05.976] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:05.976] | $ arguments :List of 28 [08:57:05.976] | ..$ worker : chr "localhost" [08:57:05.976] | ..$ master : NULL [08:57:05.976] | ..$ port : int 22904 [08:57:05.976] | ..$ connectTimeout : num 120 [08:57:05.976] | ..$ timeout : num 120 [08:57:05.976] | ..$ rscript : NULL [08:57:05.976] | ..$ homogeneous : NULL [08:57:05.976] | ..$ rscript_args : NULL [08:57:05.976] | ..$ rscript_envs : NULL [08:57:05.976] | ..$ rscript_libs : NULL [08:57:05.976] | ..$ rscript_startup : NULL [08:57:05.976] | ..$ rscript_sh : chr "auto" [08:57:05.976] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:05.976] | ..$ methods : logi TRUE [08:57:05.976] | ..$ socketOptions : chr "no-delay" [08:57:05.976] | ..$ useXDR : logi FALSE [08:57:05.976] | ..$ outfile : chr "/dev/null" [08:57:05.976] | ..$ renice : int NA [08:57:05.976] | ..$ rshcmd : NULL [08:57:05.976] | ..$ user : NULL [08:57:05.976] | ..$ revtunnel : logi NA [08:57:05.976] | ..$ rshlogfile : NULL [08:57:05.976] | ..$ rshopts : NULL [08:57:05.976] | ..$ rank : int 1 [08:57:05.976] | ..$ manual : logi FALSE [08:57:05.976] | ..$ dryrun : logi FALSE [08:57:05.976] | ..$ quiet : logi FALSE [08:57:05.976] | ..$ setup_strategy : chr "parallel" [08:57:05.976] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:06.006] | [local output] System call to launch all workers: [08:57:06.006] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32786e156638.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=22904 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:06.006] | [local output] Starting PSOCK main server [08:57:06.012] | [local output] Workers launched [08:57:06.012] | [local output] Waiting for workers to connect back ... [08:57:06.013] | : [local output] 0 workers out of 1 ready [08:57:06.274] | : [local output] 0 workers out of 1 ready [08:57:06.275] | : [local output] 1 workers out of 1 ready [08:57:06.276] | [local output] Waiting for workers to connect back ... done [08:57:06.276] | [local output] Launching of 1 workers completed [08:57:06.276] | [local output] Number of nodes in cluster: 1 [08:57:06.277] | [local output] Collecting session information from 1 workers [08:57:06.278] | : [local output] Worker #1 of 1 [08:57:06.278] | [local output] Collecting session information from 1 workers [08:57:06.279] [local output] makeClusterPSOCK() ... done [08:57:06.285] [local output] makeClusterPSOCK() ... [08:57:06.289] | [local output] Workers: [n = 1] 'localhost' [08:57:06.294] | [local output] Base port: 25777 [08:57:06.294] | [local output] Getting setup options for 1 cluster nodes ... [08:57:06.295] | [local output] Node #1 of 1 ... [08:57:06.296] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:06.298] | [local output] Rscript port: 25777 [08:57:06.299] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:06.299] | [local output] Parallel setup requested for some PSOCK nodes [08:57:06.300] | [local output] Setting up PSOCK nodes in parallel [08:57:06.300] | List of 36 [08:57:06.300] | $ worker : chr "localhost" [08:57:06.300] | ..- attr(*, "localhost")= logi TRUE [08:57:06.300] | $ master : chr "localhost" [08:57:06.300] | $ port : int 25777 [08:57:06.300] | $ connectTimeout : num 120 [08:57:06.300] | $ timeout : num 120 [08:57:06.300] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:06.300] | $ homogeneous : logi TRUE [08:57:06.300] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:06.300] | $ rscript_envs : NULL [08:57:06.300] | $ rscript_libs : NULL [08:57:06.300] | $ rscript_startup : chr [1:2] "-e" "\"invisible({options(abc = 42L)})\"" [08:57:06.300] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:06.300] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:06.300] | $ methods : logi TRUE [08:57:06.300] | $ socketOptions : chr "no-delay" [08:57:06.300] | $ useXDR : logi FALSE [08:57:06.300] | $ outfile : chr "/dev/null" [08:57:06.300] | $ renice : int NA [08:57:06.300] | $ rshcmd : NULL [08:57:06.300] | $ user : chr(0) [08:57:06.300] | $ revtunnel : logi FALSE [08:57:06.300] | $ rshlogfile : NULL [08:57:06.300] | $ rshopts : chr(0) [08:57:06.300] | $ rank : int 1 [08:57:06.300] | $ manual : logi FALSE [08:57:06.300] | $ dryrun : logi FALSE [08:57:06.300] | $ quiet : logi FALSE [08:57:06.300] | $ setup_strategy : chr "parallel" [08:57:06.300] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:06.300] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278318488d.pid" [08:57:06.300] | $ rshcmd_label : NULL [08:57:06.300] | $ rsh_call : NULL [08:57:06.300] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:06.300] | $ localMachine : logi TRUE [08:57:06.300] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:06.300] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:06.300] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:06.300] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:06.300] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:06.300] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:06.300] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:06.300] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:06.300] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:06.300] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:06.300] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:06.300] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:06.300] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:06.300] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:06.300] | $ arguments :List of 28 [08:57:06.300] | ..$ worker : chr "localhost" [08:57:06.300] | ..$ master : NULL [08:57:06.300] | ..$ port : int 25777 [08:57:06.300] | ..$ connectTimeout : num 120 [08:57:06.300] | ..$ timeout : num 120 [08:57:06.300] | ..$ rscript : NULL [08:57:06.300] | ..$ homogeneous : NULL [08:57:06.300] | ..$ rscript_args : NULL [08:57:06.300] | ..$ rscript_envs : NULL [08:57:06.300] | ..$ rscript_libs : NULL [08:57:06.300] | ..$ rscript_startup : chr "options(abc = 42L)" [08:57:06.300] | ..$ rscript_sh : chr "auto" [08:57:06.300] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:06.300] | ..$ methods : logi TRUE [08:57:06.300] | ..$ socketOptions : chr "no-delay" [08:57:06.300] | ..$ useXDR : logi FALSE [08:57:06.300] | ..$ outfile : chr "/dev/null" [08:57:06.300] | ..$ renice : int NA [08:57:06.300] | ..$ rshcmd : NULL [08:57:06.300] | ..$ user : NULL [08:57:06.300] | ..$ revtunnel : logi NA [08:57:06.300] | ..$ rshlogfile : NULL [08:57:06.300] | ..$ rshopts : NULL [08:57:06.300] | ..$ rank : int 1 [08:57:06.300] | ..$ manual : logi FALSE [08:57:06.300] | ..$ dryrun : logi FALSE [08:57:06.300] | ..$ quiet : logi FALSE [08:57:06.300] | ..$ setup_strategy : chr "parallel" [08:57:06.300] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:06.339] | [local output] System call to launch all workers: [08:57:06.339] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278318488d.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=25777 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:06.339] | [local output] Starting PSOCK main server [08:57:06.345] | [local output] Workers launched [08:57:06.345] | [local output] Waiting for workers to connect back ... [08:57:06.345] | : [local output] 0 workers out of 1 ready [08:57:06.602] | : [local output] 0 workers out of 1 ready [08:57:06.602] | : [local output] 1 workers out of 1 ready [08:57:06.603] | [local output] Waiting for workers to connect back ... done [08:57:06.603] | [local output] Launching of 1 workers completed [08:57:06.603] | [local output] Number of nodes in cluster: 1 [08:57:06.604] | [local output] Collecting session information from 1 workers [08:57:06.605] | : [local output] Worker #1 of 1 [08:57:06.606] | [local output] Collecting session information from 1 workers [08:57:06.606] [local output] makeClusterPSOCK() ... done [08:57:06.612] [local output] makeClusterPSOCK() ... [08:57:06.615] | [local output] Workers: [n = 1] 'localhost' [08:57:06.619] | [local output] Base port: 32084 [08:57:06.620] | [local output] Getting setup options for 1 cluster nodes ... [08:57:06.620] | [local output] Node #1 of 1 ... [08:57:06.621] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:06.623] | [local output] Rscript port: 32084 [08:57:06.624] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:06.624] | [local output] Parallel setup requested for some PSOCK nodes [08:57:06.624] | [local output] Setting up PSOCK nodes in parallel [08:57:06.625] | List of 36 [08:57:06.625] | $ worker : chr "localhost" [08:57:06.625] | ..- attr(*, "localhost")= logi TRUE [08:57:06.625] | $ master : chr "localhost" [08:57:06.625] | $ port : int 32084 [08:57:06.625] | $ connectTimeout : num 120 [08:57:06.625] | $ timeout : num 120 [08:57:06.625] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:06.625] | $ homogeneous : logi TRUE [08:57:06.625] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:06.625] | $ rscript_envs : NULL [08:57:06.625] | $ rscript_libs : NULL [08:57:06.625] | $ rscript_startup : chr [1:2] "-e" "\"invisible({options(abc = 42L)})\"" [08:57:06.625] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:06.625] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:06.625] | $ methods : logi TRUE [08:57:06.625] | $ socketOptions : chr "no-delay" [08:57:06.625] | $ useXDR : logi FALSE [08:57:06.625] | $ outfile : chr "/dev/null" [08:57:06.625] | $ renice : int NA [08:57:06.625] | $ rshcmd : NULL [08:57:06.625] | $ user : chr(0) [08:57:06.625] | $ revtunnel : logi FALSE [08:57:06.625] | $ rshlogfile : NULL [08:57:06.625] | $ rshopts : chr(0) [08:57:06.625] | $ rank : int 1 [08:57:06.625] | $ manual : logi FALSE [08:57:06.625] | $ dryrun : logi FALSE [08:57:06.625] | $ quiet : logi FALSE [08:57:06.625] | $ setup_strategy : chr "parallel" [08:57:06.625] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:06.625] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278239031f8.pid" [08:57:06.625] | $ rshcmd_label : NULL [08:57:06.625] | $ rsh_call : NULL [08:57:06.625] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:06.625] | $ localMachine : logi TRUE [08:57:06.625] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:06.625] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:06.625] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:06.625] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:06.625] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:06.625] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:06.625] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:06.625] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:06.625] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:06.625] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:06.625] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:06.625] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:06.625] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:06.625] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:06.625] | $ arguments :List of 28 [08:57:06.625] | ..$ worker : chr "localhost" [08:57:06.625] | ..$ master : NULL [08:57:06.625] | ..$ port : int 32084 [08:57:06.625] | ..$ connectTimeout : num 120 [08:57:06.625] | ..$ timeout : num 120 [08:57:06.625] | ..$ rscript : NULL [08:57:06.625] | ..$ homogeneous : NULL [08:57:06.625] | ..$ rscript_args : NULL [08:57:06.625] | ..$ rscript_envs : NULL [08:57:06.625] | ..$ rscript_libs : NULL [08:57:06.625] | ..$ rscript_startup : language options(abc = 42L) [08:57:06.625] | ..$ rscript_sh : chr "auto" [08:57:06.625] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:06.625] | ..$ methods : logi TRUE [08:57:06.625] | ..$ socketOptions : chr "no-delay" [08:57:06.625] | ..$ useXDR : logi FALSE [08:57:06.625] | ..$ outfile : chr "/dev/null" [08:57:06.625] | ..$ renice : int NA [08:57:06.625] | ..$ rshcmd : NULL [08:57:06.625] | ..$ user : NULL [08:57:06.625] | ..$ revtunnel : logi NA [08:57:06.625] | ..$ rshlogfile : NULL [08:57:06.625] | ..$ rshopts : NULL [08:57:06.625] | ..$ rank : int 1 [08:57:06.625] | ..$ manual : logi FALSE [08:57:06.625] | ..$ dryrun : logi FALSE [08:57:06.625] | ..$ quiet : logi FALSE [08:57:06.625] | ..$ setup_strategy : chr "parallel" [08:57:06.625] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:06.657] | [local output] System call to launch all workers: [08:57:06.657] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278239031f8.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=32084 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:06.657] | [local output] Starting PSOCK main server [08:57:06.663] | [local output] Workers launched [08:57:06.663] | [local output] Waiting for workers to connect back ... [08:57:06.664] | : [local output] 0 workers out of 1 ready [08:57:06.909] | : [local output] 0 workers out of 1 ready [08:57:06.909] | : [local output] 1 workers out of 1 ready [08:57:06.910] | [local output] Waiting for workers to connect back ... done [08:57:06.910] | [local output] Launching of 1 workers completed [08:57:06.910] | [local output] Number of nodes in cluster: 1 [08:57:06.911] | [local output] Collecting session information from 1 workers [08:57:06.912] | : [local output] Worker #1 of 1 [08:57:06.912] | [local output] Collecting session information from 1 workers [08:57:06.913] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - setup_strategy = TRUE/FALSE") - makeClusterPSOCK() - setup_strategy = TRUE/FALSE > for (setup_strategy in c("sequential", "parallel")) { + dt <- system.time({ + cl <- makeClusterPSOCK(2, setup_strategy = setup_strategy) .... [TRUNCATED] [08:57:06.995] [local output] makeClusterPSOCK() ... [08:57:06.999] | [local output] Workers: [n = 2] 'localhost', 'localhost' [08:57:07.004] | [local output] Base port: 29982 [08:57:07.004] | [local output] Getting setup options for 2 cluster nodes ... [08:57:07.004] | [local output] Node #1 of 2 ... [08:57:07.005] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:07.007] | [local output] Rscript port: 29982 [08:57:07.008] | [local output] Node #2 of 2 ... [08:57:07.009] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:07.011] | [local output] Rscript port: 29982 [08:57:07.011] | [local output] Getting setup options for 2 cluster nodes ... done [08:57:07.012] | [local output] Creating node #1 of 2 ... [08:57:07.012] | : [local output] setting up node [08:57:07.012] | : [local output] attempt #1 of 3 [08:57:07.013] | : [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:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32782ff15aa6.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=29982 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [08:57:07.019] | : [local output] - Exit code of system() call: 0 [08:57:07.019] | : [local output] Waiting for worker #1 on 'localhost' to connect back [08:57:07.271] | : [local output] Connection with worker #1 on 'localhost' established [08:57:07.272] | [local output] Creating node #1 of 2 ... done [08:57:07.272] | [local output] Creating node #2 of 2 ... [08:57:07.273] | : [local output] setting up node [08:57:07.273] | : [local output] attempt #1 of 3 [08:57:07.273] | : [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:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=2.parallelly.parent=12920.327827972404.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=29982 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [08:57:07.279] | : [local output] - Exit code of system() call: 0 [08:57:07.280] | : [local output] Waiting for worker #2 on 'localhost' to connect back [08:57:07.577] | : [local output] Connection with worker #2 on 'localhost' established [08:57:07.577] | [local output] Creating node #2 of 2 ... done [08:57:07.578] | [local output] Launching of 2 workers completed [08:57:07.578] | [local output] Number of nodes in cluster: 2 [08:57:07.579] | [local output] Collecting session information from 2 workers [08:57:07.581] | : [local output] Worker #1 of 2 [08:57:07.583] | : [local output] Worker #2 of 2 [08:57:07.583] | [local output] Collecting session information from 2 workers [08:57:07.583] [local output] makeClusterPSOCK() ... done user system elapsed 0.03 0.00 0.59 Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-04 r88189 ucrt), platform x86_64-w64-mingw32) [08:57:07.628] [local output] makeClusterPSOCK() ... [08:57:07.632] | [local output] Workers: [n = 2] 'localhost', 'localhost' [08:57:07.636] | [local output] Base port: 23774 [08:57:07.637] | [local output] Getting setup options for 2 cluster nodes ... [08:57:07.637] | [local output] Node #1 of 2 ... [08:57:07.638] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:07.640] | [local output] Rscript port: 23774 [08:57:07.641] | [local output] Node #2 of 2 ... [08:57:07.642] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:07.644] | [local output] Rscript port: 23774 [08:57:07.644] | [local output] Getting setup options for 2 cluster nodes ... done [08:57:07.645] | [local output] Parallel setup requested for some PSOCK nodes [08:57:07.646] | [local output] Setting up PSOCK nodes in parallel [08:57:07.646] | List of 36 [08:57:07.646] | $ worker : chr "localhost" [08:57:07.646] | ..- attr(*, "localhost")= logi TRUE [08:57:07.646] | $ master : chr "localhost" [08:57:07.646] | $ port : int 23774 [08:57:07.646] | $ connectTimeout : num 120 [08:57:07.646] | $ timeout : num 120 [08:57:07.646] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:07.646] | $ homogeneous : logi TRUE [08:57:07.646] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:07.646] | $ rscript_envs : NULL [08:57:07.646] | $ rscript_libs : NULL [08:57:07.646] | $ rscript_startup : NULL [08:57:07.646] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:07.646] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:07.646] | $ methods : logi TRUE [08:57:07.646] | $ socketOptions : chr "no-delay" [08:57:07.646] | $ useXDR : logi FALSE [08:57:07.646] | $ outfile : chr "/dev/null" [08:57:07.646] | $ renice : int NA [08:57:07.646] | $ rshcmd : NULL [08:57:07.646] | $ user : chr(0) [08:57:07.646] | $ revtunnel : logi FALSE [08:57:07.646] | $ rshlogfile : NULL [08:57:07.646] | $ rshopts : chr(0) [08:57:07.646] | $ rank : int 1 [08:57:07.646] | $ manual : logi FALSE [08:57:07.646] | $ dryrun : logi FALSE [08:57:07.646] | $ quiet : logi FALSE [08:57:07.646] | $ setup_strategy : chr "parallel" [08:57:07.646] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:07.646] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32783387408c.pid" [08:57:07.646] | $ rshcmd_label : NULL [08:57:07.646] | $ rsh_call : NULL [08:57:07.646] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:07.646] | $ localMachine : logi TRUE [08:57:07.646] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:07.646] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:07.646] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:07.646] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:07.646] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:07.646] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:07.646] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:07.646] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:07.646] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:07.646] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:07.646] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:07.646] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:07.646] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:07.646] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:07.646] | $ arguments :List of 28 [08:57:07.646] | ..$ worker : chr "localhost" [08:57:07.646] | ..$ master : NULL [08:57:07.646] | ..$ port : int 23774 [08:57:07.646] | ..$ connectTimeout : num 120 [08:57:07.646] | ..$ timeout : num 120 [08:57:07.646] | ..$ rscript : NULL [08:57:07.646] | ..$ homogeneous : NULL [08:57:07.646] | ..$ rscript_args : NULL [08:57:07.646] | ..$ rscript_envs : NULL [08:57:07.646] | ..$ rscript_libs : NULL [08:57:07.646] | ..$ rscript_startup : NULL [08:57:07.646] | ..$ rscript_sh : chr "auto" [08:57:07.646] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:07.646] | ..$ methods : logi TRUE [08:57:07.646] | ..$ socketOptions : chr "no-delay" [08:57:07.646] | ..$ useXDR : logi FALSE [08:57:07.646] | ..$ outfile : chr "/dev/null" [08:57:07.646] | ..$ renice : int NA [08:57:07.646] | ..$ rshcmd : NULL [08:57:07.646] | ..$ user : NULL [08:57:07.646] | ..$ revtunnel : logi NA [08:57:07.646] | ..$ rshlogfile : NULL [08:57:07.646] | ..$ rshopts : NULL [08:57:07.646] | ..$ rank : int 1 [08:57:07.646] | ..$ manual : logi FALSE [08:57:07.646] | ..$ dryrun : logi FALSE [08:57:07.646] | ..$ quiet : logi FALSE [08:57:07.646] | ..$ setup_strategy : chr "parallel" [08:57:07.646] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:07.694] | [local output] System call to launch all workers: [08:57:07.695] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32783387408c.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=23774 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:07.695] | [local output] Starting PSOCK main server [08:57:07.705] | [local output] Workers launched [08:57:07.705] | [local output] Waiting for workers to connect back ... [08:57:07.706] | : [local output] 0 workers out of 2 ready [08:57:07.977] | : [local output] 0 workers out of 2 ready [08:57:07.978] | : [local output] 1 workers out of 2 ready [08:57:07.980] | : [local output] 1 workers out of 2 ready [08:57:07.981] | : [local output] 2 workers out of 2 ready [08:57:07.981] | [local output] Waiting for workers to connect back ... done [08:57:07.981] | [local output] Launching of 2 workers completed [08:57:07.982] | [local output] Number of nodes in cluster: 2 [08:57:07.982] | [local output] Collecting session information from 2 workers [08:57:07.984] | : [local output] Worker #1 of 2 [08:57:07.985] | : [local output] Worker #2 of 2 [08:57:07.986] | [local output] Collecting session information from 2 workers [08:57:07.986] [local output] makeClusterPSOCK() ... done user system elapsed 0.06 0.02 0.36 Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-04 r88189 ucrt), platform x86_64-w64-mingw32) > message("- makeClusterPSOCK() - with and w/out validation") - makeClusterPSOCK() - with and w/out validation > cl <- makeClusterPSOCK(1, validate = TRUE) [08:57:07.999] [local output] makeClusterPSOCK() ... [08:57:08.003] | [local output] Workers: [n = 1] 'localhost' [08:57:08.008] | [local output] Base port: 27618 [08:57:08.008] | [local output] Getting setup options for 1 cluster nodes ... [08:57:08.009] | [local output] Node #1 of 1 ... [08:57:08.010] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:08.013] | [local output] Rscript port: 27618 [08:57:08.013] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:08.014] | [local output] Parallel setup requested for some PSOCK nodes [08:57:08.015] | [local output] Setting up PSOCK nodes in parallel [08:57:08.015] | List of 36 [08:57:08.015] | $ worker : chr "localhost" [08:57:08.015] | ..- attr(*, "localhost")= logi TRUE [08:57:08.015] | $ master : chr "localhost" [08:57:08.015] | $ port : int 27618 [08:57:08.015] | $ connectTimeout : num 120 [08:57:08.015] | $ timeout : num 120 [08:57:08.015] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:08.015] | $ homogeneous : logi TRUE [08:57:08.015] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:08.015] | $ rscript_envs : NULL [08:57:08.015] | $ rscript_libs : NULL [08:57:08.015] | $ rscript_startup : NULL [08:57:08.015] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:08.015] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:08.015] | $ methods : logi TRUE [08:57:08.015] | $ socketOptions : chr "no-delay" [08:57:08.015] | $ useXDR : logi FALSE [08:57:08.015] | $ outfile : chr "/dev/null" [08:57:08.015] | $ renice : int NA [08:57:08.015] | $ rshcmd : NULL [08:57:08.015] | $ user : chr(0) [08:57:08.015] | $ revtunnel : logi FALSE [08:57:08.015] | $ rshlogfile : NULL [08:57:08.015] | $ rshopts : chr(0) [08:57:08.015] | $ rank : int 1 [08:57:08.015] | $ manual : logi FALSE [08:57:08.015] | $ dryrun : logi FALSE [08:57:08.015] | $ quiet : logi FALSE [08:57:08.015] | $ setup_strategy : chr "parallel" [08:57:08.015] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:08.015] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32786dfe5390.pid" [08:57:08.015] | $ rshcmd_label : NULL [08:57:08.015] | $ rsh_call : NULL [08:57:08.015] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:08.015] | $ localMachine : logi TRUE [08:57:08.015] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:08.015] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:08.015] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:08.015] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:08.015] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:08.015] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:08.015] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:08.015] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:08.015] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:08.015] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:08.015] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:08.015] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:08.015] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:08.015] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:08.015] | $ arguments :List of 28 [08:57:08.015] | ..$ worker : chr "localhost" [08:57:08.015] | ..$ master : NULL [08:57:08.015] | ..$ port : int 27618 [08:57:08.015] | ..$ connectTimeout : num 120 [08:57:08.015] | ..$ timeout : num 120 [08:57:08.015] | ..$ rscript : NULL [08:57:08.015] | ..$ homogeneous : NULL [08:57:08.015] | ..$ rscript_args : NULL [08:57:08.015] | ..$ rscript_envs : NULL [08:57:08.015] | ..$ rscript_libs : NULL [08:57:08.015] | ..$ rscript_startup : NULL [08:57:08.015] | ..$ rscript_sh : chr "auto" [08:57:08.015] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:08.015] | ..$ methods : logi TRUE [08:57:08.015] | ..$ socketOptions : chr "no-delay" [08:57:08.015] | ..$ useXDR : logi FALSE [08:57:08.015] | ..$ outfile : chr "/dev/null" [08:57:08.015] | ..$ renice : int NA [08:57:08.015] | ..$ rshcmd : NULL [08:57:08.015] | ..$ user : NULL [08:57:08.015] | ..$ revtunnel : logi NA [08:57:08.015] | ..$ rshlogfile : NULL [08:57:08.015] | ..$ rshopts : NULL [08:57:08.015] | ..$ rank : int 1 [08:57:08.015] | ..$ manual : logi FALSE [08:57:08.015] | ..$ dryrun : logi FALSE [08:57:08.015] | ..$ quiet : logi FALSE [08:57:08.015] | ..$ setup_strategy : chr "parallel" [08:57:08.015] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:08.068] | [local output] System call to launch all workers: [08:57:08.068] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32786dfe5390.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=27618 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:08.068] | [local output] Starting PSOCK main server [08:57:08.073] | [local output] Workers launched [08:57:08.074] | [local output] Waiting for workers to connect back ... [08:57:08.074] | : [local output] 0 workers out of 1 ready [08:57:08.393] | : [local output] 0 workers out of 1 ready [08:57:08.394] | : [local output] 1 workers out of 1 ready [08:57:08.394] | [local output] Waiting for workers to connect back ... done [08:57:08.395] | [local output] Launching of 1 workers completed [08:57:08.395] | [local output] Number of nodes in cluster: 1 [08:57:08.395] | [local output] Collecting session information from 1 workers [08:57:08.397] | : [local output] Worker #1 of 1 [08:57:08.397] | [local output] Collecting session information from 1 workers [08:57:08.398] [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) [08:57:08.406] [local output] makeClusterPSOCK() ... [08:57:08.410] | [local output] Workers: [n = 1] 'localhost' [08:57:08.415] | [local output] Base port: 34194 [08:57:08.415] | [local output] Getting setup options for 1 cluster nodes ... [08:57:08.416] | [local output] Node #1 of 1 ... [08:57:08.417] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:08.419] | [local output] Rscript port: 34194 [08:57:08.420] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:08.420] | [local output] Parallel setup requested for some PSOCK nodes [08:57:08.421] | [local output] Setting up PSOCK nodes in parallel [08:57:08.421] | List of 36 [08:57:08.421] | $ worker : chr "localhost" [08:57:08.421] | ..- attr(*, "localhost")= logi TRUE [08:57:08.421] | $ master : chr "localhost" [08:57:08.421] | $ port : int 34194 [08:57:08.421] | $ connectTimeout : num 120 [08:57:08.421] | $ timeout : num 120 [08:57:08.421] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:08.421] | $ homogeneous : logi TRUE [08:57:08.421] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:08.421] | $ rscript_envs : NULL [08:57:08.421] | $ rscript_libs : NULL [08:57:08.421] | $ rscript_startup : NULL [08:57:08.421] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:08.421] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:08.421] | $ methods : logi TRUE [08:57:08.421] | $ socketOptions : chr "no-delay" [08:57:08.421] | $ useXDR : logi FALSE [08:57:08.421] | $ outfile : chr "/dev/null" [08:57:08.421] | $ renice : int NA [08:57:08.421] | $ rshcmd : NULL [08:57:08.421] | $ user : chr(0) [08:57:08.421] | $ revtunnel : logi FALSE [08:57:08.421] | $ rshlogfile : NULL [08:57:08.421] | $ rshopts : chr(0) [08:57:08.421] | $ rank : int 1 [08:57:08.421] | $ manual : logi FALSE [08:57:08.421] | $ dryrun : logi FALSE [08:57:08.421] | $ quiet : logi FALSE [08:57:08.421] | $ setup_strategy : chr "parallel" [08:57:08.421] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:08.421] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32786a8857ba.pid" [08:57:08.421] | $ rshcmd_label : NULL [08:57:08.421] | $ rsh_call : NULL [08:57:08.421] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:08.421] | $ localMachine : logi TRUE [08:57:08.421] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:08.421] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:08.421] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:08.421] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:08.421] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:08.421] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:08.421] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:08.421] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:08.421] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:08.421] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:08.421] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:08.421] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:08.421] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:08.421] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:08.421] | $ arguments :List of 28 [08:57:08.421] | ..$ worker : chr "localhost" [08:57:08.421] | ..$ master : NULL [08:57:08.421] | ..$ port : int 34194 [08:57:08.421] | ..$ connectTimeout : num 120 [08:57:08.421] | ..$ timeout : num 120 [08:57:08.421] | ..$ rscript : NULL [08:57:08.421] | ..$ homogeneous : NULL [08:57:08.421] | ..$ rscript_args : NULL [08:57:08.421] | ..$ rscript_envs : NULL [08:57:08.421] | ..$ rscript_libs : NULL [08:57:08.421] | ..$ rscript_startup : NULL [08:57:08.421] | ..$ rscript_sh : chr "auto" [08:57:08.421] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:08.421] | ..$ methods : logi TRUE [08:57:08.421] | ..$ socketOptions : chr "no-delay" [08:57:08.421] | ..$ useXDR : logi FALSE [08:57:08.421] | ..$ outfile : chr "/dev/null" [08:57:08.421] | ..$ renice : int NA [08:57:08.421] | ..$ rshcmd : NULL [08:57:08.421] | ..$ user : NULL [08:57:08.421] | ..$ revtunnel : logi NA [08:57:08.421] | ..$ rshlogfile : NULL [08:57:08.421] | ..$ rshopts : NULL [08:57:08.421] | ..$ rank : int 1 [08:57:08.421] | ..$ manual : logi FALSE [08:57:08.421] | ..$ dryrun : logi FALSE [08:57:08.421] | ..$ quiet : logi FALSE [08:57:08.421] | ..$ setup_strategy : chr "parallel" [08:57:08.421] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:08.462] | [local output] System call to launch all workers: [08:57:08.463] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32786a8857ba.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=34194 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:08.463] | [local output] Starting PSOCK main server [08:57:08.469] | [local output] Workers launched [08:57:08.470] | [local output] Waiting for workers to connect back ... [08:57:08.470] | : [local output] 0 workers out of 1 ready [08:57:08.745] | : [local output] 0 workers out of 1 ready [08:57:08.745] | : [local output] 1 workers out of 1 ready [08:57:08.746] | [local output] Waiting for workers to connect back ... done [08:57:08.746] | [local output] Launching of 1 workers completed [08:57:08.746] | [local output] Number of nodes in cluster: 1 [08:57:08.746] [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 = "") [08:57:08.754] [local output] makeClusterPSOCK() ... [08:57:08.757] | [local output] Workers: [n = 1] 'localhost' [08:57:08.761] | [local output] Base port: 34271 [08:57:08.762] | [local output] Getting setup options for 1 cluster nodes ... [08:57:08.762] | [local output] Node #1 of 1 ... [08:57:08.763] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:08.765] | [local output] Rscript port: 34271 [08:57:08.765] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:08.766] | [local output] Parallel setup requested for some PSOCK nodes [08:57:08.766] | [local output] Setting up PSOCK nodes in parallel [08:57:08.767] | List of 36 [08:57:08.767] | $ worker : chr "localhost" [08:57:08.767] | ..- attr(*, "localhost")= logi TRUE [08:57:08.767] | $ master : chr "localhost" [08:57:08.767] | $ port : int 34271 [08:57:08.767] | $ connectTimeout : num 120 [08:57:08.767] | $ timeout : num 120 [08:57:08.767] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:08.767] | $ homogeneous : logi TRUE [08:57:08.767] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:08.767] | $ rscript_envs : NULL [08:57:08.767] | $ rscript_libs : NULL [08:57:08.767] | $ rscript_startup : NULL [08:57:08.767] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:08.767] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:08.767] | $ methods : logi TRUE [08:57:08.767] | $ socketOptions : chr "no-delay" [08:57:08.767] | $ useXDR : logi FALSE [08:57:08.767] | $ outfile : chr "" [08:57:08.767] | $ renice : int NA [08:57:08.767] | $ rshcmd : NULL [08:57:08.767] | $ user : chr(0) [08:57:08.767] | $ revtunnel : logi FALSE [08:57:08.767] | $ rshlogfile : NULL [08:57:08.767] | $ rshopts : chr(0) [08:57:08.767] | $ rank : int 1 [08:57:08.767] | $ manual : logi FALSE [08:57:08.767] | $ dryrun : logi FALSE [08:57:08.767] | $ quiet : logi FALSE [08:57:08.767] | $ setup_strategy : chr "parallel" [08:57:08.767] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:08.767] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327849b5131b.pid" [08:57:08.767] | $ rshcmd_label : NULL [08:57:08.767] | $ rsh_call : NULL [08:57:08.767] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:08.767] | $ localMachine : logi TRUE [08:57:08.767] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:08.767] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:08.767] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:08.767] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:08.767] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:08.767] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:08.767] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:08.767] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:08.767] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:08.767] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:08.767] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:08.767] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:08.767] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:08.767] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:08.767] | $ arguments :List of 28 [08:57:08.767] | ..$ worker : chr "localhost" [08:57:08.767] | ..$ master : NULL [08:57:08.767] | ..$ port : int 34271 [08:57:08.767] | ..$ connectTimeout : num 120 [08:57:08.767] | ..$ timeout : num 120 [08:57:08.767] | ..$ rscript : NULL [08:57:08.767] | ..$ homogeneous : NULL [08:57:08.767] | ..$ rscript_args : NULL [08:57:08.767] | ..$ rscript_envs : NULL [08:57:08.767] | ..$ rscript_libs : NULL [08:57:08.767] | ..$ rscript_startup : NULL [08:57:08.767] | ..$ rscript_sh : chr "auto" [08:57:08.767] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:08.767] | ..$ methods : logi TRUE [08:57:08.767] | ..$ socketOptions : chr "no-delay" [08:57:08.767] | ..$ useXDR : logi FALSE [08:57:08.767] | ..$ outfile : chr "" [08:57:08.767] | ..$ renice : int NA [08:57:08.767] | ..$ rshcmd : NULL [08:57:08.767] | ..$ user : NULL [08:57:08.767] | ..$ revtunnel : logi NA [08:57:08.767] | ..$ rshlogfile : NULL [08:57:08.767] | ..$ rshopts : NULL [08:57:08.767] | ..$ rank : int 1 [08:57:08.767] | ..$ manual : logi FALSE [08:57:08.767] | ..$ dryrun : logi FALSE [08:57:08.767] | ..$ quiet : logi FALSE [08:57:08.767] | ..$ setup_strategy : chr "parallel" [08:57:08.767] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:08.802] | [local output] System call to launch all workers: [08:57:08.803] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327849b5131b.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=34271 OUT= TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:08.803] | [local output] Starting PSOCK main server [08:57:08.809] | [local output] Workers launched [08:57:08.809] | [local output] Waiting for workers to connect back ... [08:57:08.810] | : [local output] 0 workers out of 1 ready starting worker pid=134820 on localhost:34271 at 08:57:09.051 [08:57:09.061] | : [local output] 0 workers out of 1 ready [08:57:09.061] | : [local output] 1 workers out of 1 ready [08:57:09.062] | [local output] Waiting for workers to connect back ... done [08:57:09.062] | [local output] Launching of 1 workers completed [08:57:09.062] | [local output] Number of nodes in cluster: 1 [08:57:09.063] | [local output] Collecting session information from 1 workers [08:57:09.064] | : [local output] Worker #1 of 1 [08:57:09.065] | [local output] Collecting session information from 1 workers [08:57:09.065] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-05-04 r88189 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) [08:57:09.074] [local output] makeClusterPSOCK() ... [08:57:09.078] | [local output] Workers: [n = 1] 'localhost' [08:57:09.083] | [local output] Base port: 21131 [08:57:09.084] | [local output] Getting setup options for 1 cluster nodes ... [08:57:09.084] | [local output] Node #1 of 1 ... [08:57:09.085] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:09.088] | [local output] Rscript port: 21131 [08:57:09.088] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:09.089] | [local output] Parallel setup requested for some PSOCK nodes [08:57:09.089] | [local output] Setting up PSOCK nodes in parallel [08:57:09.090] | List of 36 [08:57:09.090] | $ worker : chr "localhost" [08:57:09.090] | ..- attr(*, "localhost")= logi TRUE [08:57:09.090] | $ master : chr "localhost" [08:57:09.090] | $ port : int 21131 [08:57:09.090] | $ connectTimeout : num 120 [08:57:09.090] | $ timeout : num 120 [08:57:09.090] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:09.090] | $ homogeneous : logi TRUE [08:57:09.090] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:09.090] | $ rscript_envs : NULL [08:57:09.090] | $ rscript_libs : NULL [08:57:09.090] | $ rscript_startup : NULL [08:57:09.090] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:09.090] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:09.090] | $ methods : logi TRUE [08:57:09.090] | $ socketOptions : chr "no-delay" [08:57:09.090] | $ useXDR : logi FALSE [08:57:09.090] | $ outfile : chr "/dev/null" [08:57:09.090] | $ renice : int NA [08:57:09.090] | $ rshcmd : NULL [08:57:09.090] | $ user : chr(0) [08:57:09.090] | $ revtunnel : logi FALSE [08:57:09.090] | $ rshlogfile : NULL [08:57:09.090] | $ rshopts : chr(0) [08:57:09.090] | $ rank : int 1 [08:57:09.090] | $ manual : logi FALSE [08:57:09.090] | $ dryrun : logi FALSE [08:57:09.090] | $ quiet : logi FALSE [08:57:09.090] | $ setup_strategy : chr "parallel" [08:57:09.090] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:09.090] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327814a474a8.pid" [08:57:09.090] | $ rshcmd_label : NULL [08:57:09.090] | $ rsh_call : NULL [08:57:09.090] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:09.090] | $ localMachine : logi TRUE [08:57:09.090] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:09.090] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:09.090] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:09.090] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:09.090] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:09.090] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:09.090] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:09.090] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:09.090] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:09.090] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:09.090] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:09.090] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:09.090] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:09.090] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:09.090] | $ arguments :List of 28 [08:57:09.090] | ..$ worker : chr "localhost" [08:57:09.090] | ..$ master : NULL [08:57:09.090] | ..$ port : int 21131 [08:57:09.090] | ..$ connectTimeout : num 120 [08:57:09.090] | ..$ timeout : num 120 [08:57:09.090] | ..$ rscript : NULL [08:57:09.090] | ..$ homogeneous : NULL [08:57:09.090] | ..$ rscript_args : NULL [08:57:09.090] | ..$ rscript_envs : NULL [08:57:09.090] | ..$ rscript_libs : NULL [08:57:09.090] | ..$ rscript_startup : NULL [08:57:09.090] | ..$ rscript_sh : chr "auto" [08:57:09.090] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:09.090] | ..$ methods : logi TRUE [08:57:09.090] | ..$ socketOptions : chr "no-delay" [08:57:09.090] | ..$ useXDR : logi FALSE [08:57:09.090] | ..$ outfile : chr "/dev/null" [08:57:09.090] | ..$ renice : int NA [08:57:09.090] | ..$ rshcmd : NULL [08:57:09.090] | ..$ user : NULL [08:57:09.090] | ..$ revtunnel : logi NA [08:57:09.090] | ..$ rshlogfile : NULL [08:57:09.090] | ..$ rshopts : NULL [08:57:09.090] | ..$ rank : int 1 [08:57:09.090] | ..$ manual : logi FALSE [08:57:09.090] | ..$ dryrun : logi FALSE [08:57:09.090] | ..$ quiet : logi FALSE [08:57:09.090] | ..$ setup_strategy : chr "parallel" [08:57:09.090] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:09.133] | [local output] System call to launch all workers: [08:57:09.134] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327814a474a8.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=21131 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:09.134] | [local output] Starting PSOCK main server [08:57:09.141] | [local output] Workers launched [08:57:09.141] | [local output] Waiting for workers to connect back ... [08:57:09.141] | : [local output] 0 workers out of 1 ready [08:57:09.427] | : [local output] 0 workers out of 1 ready [08:57:09.428] | : [local output] 1 workers out of 1 ready [08:57:09.428] | [local output] Waiting for workers to connect back ... done [08:57:09.428] | [local output] Launching of 1 workers completed [08:57:09.429] | [local output] Number of nodes in cluster: 1 [08:57:09.429] | [local output] Collecting session information from 1 workers [08:57:09.431] | : [local output] Worker #1 of 1 [08:57:09.431] | [local output] Collecting session information from 1 workers [08:57:09.431] [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' [08:57:09.449] [local output] makeClusterPSOCK() ... [08:57:09.453] | [local output] Workers: [n = 1] 'localhost' [08:57:09.459] | [local output] Base port: 29134 [08:57:09.459] | [local output] Getting setup options for 1 cluster nodes ... [08:57:09.459] | [local output] Node #1 of 1 ... [08:57:09.460] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:09.462] | Testing if worker's PID can be inferred: '"D:\RCompile\recent\R\bin\x64\Rterm.exe" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278542c2527.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278542c2527.pid\")"' [08:57:09.908] | - Possible to infer worker's PID: TRUE [08:57:09.910] | [local output] Rscript port: 29134 [08:57:09.911] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:09.911] | [local output] Parallel setup requested for some PSOCK nodes [08:57:09.912] | [local output] Setting up PSOCK nodes in parallel [08:57:09.912] | List of 36 [08:57:09.912] | $ worker : chr "localhost" [08:57:09.912] | ..- attr(*, "localhost")= logi TRUE [08:57:09.912] | $ master : chr "localhost" [08:57:09.912] | $ port : int 29134 [08:57:09.912] | $ connectTimeout : num 120 [08:57:09.912] | $ timeout : num 120 [08:57:09.912] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [08:57:09.912] | $ homogeneous : logi TRUE [08:57:09.912] | $ rscript_args : chr "R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#label=test-make"| __truncated__ [08:57:09.912] | $ rscript_envs : NULL [08:57:09.912] | $ rscript_libs : NULL [08:57:09.912] | $ rscript_startup : NULL [08:57:09.912] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:09.912] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:09.912] | $ methods : logi TRUE [08:57:09.912] | $ socketOptions : chr "no-delay" [08:57:09.912] | $ useXDR : logi FALSE [08:57:09.912] | $ outfile : chr "/dev/null" [08:57:09.912] | $ renice : int NA [08:57:09.912] | $ rshcmd : NULL [08:57:09.912] | $ user : chr(0) [08:57:09.912] | $ revtunnel : logi FALSE [08:57:09.912] | $ rshlogfile : NULL [08:57:09.912] | $ rshopts : chr(0) [08:57:09.912] | $ rank : int 1 [08:57:09.912] | $ manual : logi FALSE [08:57:09.912] | $ dryrun : logi FALSE [08:57:09.912] | $ quiet : logi FALSE [08:57:09.912] | $ setup_strategy : chr "parallel" [08:57:09.912] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [08:57:09.912] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278542c2527.pid" [08:57:09.912] | $ rshcmd_label : NULL [08:57:09.912] | $ rsh_call : NULL [08:57:09.912] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [08:57:09.912] | $ localMachine : logi TRUE [08:57:09.912] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:09.912] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:09.912] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:09.912] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:09.912] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:09.912] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:09.912] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:09.912] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:09.912] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:09.912] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:09.912] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:09.912] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:09.912] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:09.912] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:09.912] | $ arguments :List of 28 [08:57:09.912] | ..$ worker : chr "localhost" [08:57:09.912] | ..$ master : NULL [08:57:09.912] | ..$ port : int 29134 [08:57:09.912] | ..$ connectTimeout : num 120 [08:57:09.912] | ..$ timeout : num 120 [08:57:09.912] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [08:57:09.912] | ..$ homogeneous : NULL [08:57:09.912] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [08:57:09.912] | ..$ rscript_envs : NULL [08:57:09.912] | ..$ rscript_libs : NULL [08:57:09.912] | ..$ rscript_startup : NULL [08:57:09.912] | ..$ rscript_sh : chr "auto" [08:57:09.912] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:09.912] | ..$ methods : logi TRUE [08:57:09.912] | ..$ socketOptions : chr "no-delay" [08:57:09.912] | ..$ useXDR : logi FALSE [08:57:09.912] | ..$ outfile : chr "/dev/null" [08:57:09.912] | ..$ renice : int NA [08:57:09.912] | ..$ rshcmd : NULL [08:57:09.912] | ..$ user : NULL [08:57:09.912] | ..$ revtunnel : logi NA [08:57:09.912] | ..$ rshlogfile : NULL [08:57:09.912] | ..$ rshopts : NULL [08:57:09.912] | ..$ rank : int 1 [08:57:09.912] | ..$ manual : logi FALSE [08:57:09.912] | ..$ dryrun : logi FALSE [08:57:09.912] | ..$ quiet : logi FALSE [08:57:09.912] | ..$ setup_strategy : chr "parallel" [08:57:09.912] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:09.953] | [local output] System call to launch all workers: [08:57:09.953] | [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:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278542c2527.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=29134 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:09.954] | [local output] Starting PSOCK main server [08:57:09.961] | [local output] Workers launched [08:57:09.961] | [local output] Waiting for workers to connect back ... [08:57:09.961] | : [local output] 0 workers out of 1 ready [08:57:10.272] | : [local output] 0 workers out of 1 ready [08:57:10.273] | : [local output] 1 workers out of 1 ready [08:57:10.273] | [local output] Waiting for workers to connect back ... done [08:57:10.273] | [local output] Launching of 1 workers completed [08:57:10.274] | [local output] Number of nodes in cluster: 1 [08:57:10.274] | [local output] Collecting session information from 1 workers [08:57:10.276] | : [local output] Worker #1 of 1 [08:57:10.277] | [local output] Collecting session information from 1 workers [08:57:10.277] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [08:57:10.284] [local output] makeClusterPSOCK() ... [08:57:10.288] | [local output] Workers: [n = 1] 'localhost' [08:57:10.294] | [local output] Base port: 27654 [08:57:10.294] | [local output] Getting setup options for 1 cluster nodes ... [08:57:10.294] | [local output] Node #1 of 1 ... [08:57:10.295] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:10.298] | [local output] Rscript port: 27654 [08:57:10.299] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:10.299] | [local output] Parallel setup requested for some PSOCK nodes [08:57:10.300] | [local output] Setting up PSOCK nodes in parallel [08:57:10.301] | List of 36 [08:57:10.301] | $ worker : chr "localhost" [08:57:10.301] | ..- attr(*, "localhost")= logi TRUE [08:57:10.301] | $ master : chr "localhost" [08:57:10.301] | $ port : int 27654 [08:57:10.301] | $ connectTimeout : num 120 [08:57:10.301] | $ timeout : num 120 [08:57:10.301] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [08:57:10.301] | $ homogeneous : logi TRUE [08:57:10.301] | $ rscript_args : chr "R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#label=test-make"| __truncated__ [08:57:10.301] | $ rscript_envs : NULL [08:57:10.301] | $ rscript_libs : NULL [08:57:10.301] | $ rscript_startup : NULL [08:57:10.301] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:10.301] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:10.301] | $ methods : logi TRUE [08:57:10.301] | $ socketOptions : chr "no-delay" [08:57:10.301] | $ useXDR : logi FALSE [08:57:10.301] | $ outfile : chr "/dev/null" [08:57:10.301] | $ renice : int NA [08:57:10.301] | $ rshcmd : NULL [08:57:10.301] | $ user : chr(0) [08:57:10.301] | $ revtunnel : logi FALSE [08:57:10.301] | $ rshlogfile : NULL [08:57:10.301] | $ rshopts : chr(0) [08:57:10.301] | $ rank : int 1 [08:57:10.301] | $ manual : logi FALSE [08:57:10.301] | $ dryrun : logi FALSE [08:57:10.301] | $ quiet : logi FALSE [08:57:10.301] | $ setup_strategy : chr "parallel" [08:57:10.301] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [08:57:10.301] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32786f163c94.pid" [08:57:10.301] | $ rshcmd_label : NULL [08:57:10.301] | $ rsh_call : NULL [08:57:10.301] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [08:57:10.301] | $ localMachine : logi TRUE [08:57:10.301] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:10.301] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:10.301] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:10.301] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:10.301] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:10.301] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:10.301] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:10.301] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:10.301] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:10.301] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:10.301] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:10.301] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:10.301] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:10.301] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:10.301] | $ arguments :List of 28 [08:57:10.301] | ..$ worker : chr "localhost" [08:57:10.301] | ..$ master : NULL [08:57:10.301] | ..$ port : int 27654 [08:57:10.301] | ..$ connectTimeout : num 120 [08:57:10.301] | ..$ timeout : num 120 [08:57:10.301] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [08:57:10.301] | ..$ homogeneous : NULL [08:57:10.301] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [08:57:10.301] | ..$ rscript_envs : NULL [08:57:10.301] | ..$ rscript_libs : NULL [08:57:10.301] | ..$ rscript_startup : NULL [08:57:10.301] | ..$ rscript_sh : chr "auto" [08:57:10.301] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:10.301] | ..$ methods : logi TRUE [08:57:10.301] | ..$ socketOptions : chr "no-delay" [08:57:10.301] | ..$ useXDR : logi FALSE [08:57:10.301] | ..$ outfile : chr "/dev/null" [08:57:10.301] | ..$ renice : int NA [08:57:10.301] | ..$ rshcmd : NULL [08:57:10.301] | ..$ user : NULL [08:57:10.301] | ..$ revtunnel : logi NA [08:57:10.301] | ..$ rshlogfile : NULL [08:57:10.301] | ..$ rshopts : NULL [08:57:10.301] | ..$ rank : int 1 [08:57:10.301] | ..$ manual : logi FALSE [08:57:10.301] | ..$ dryrun : logi FALSE [08:57:10.301] | ..$ quiet : logi FALSE [08:57:10.301] | ..$ setup_strategy : chr "parallel" [08:57:10.301] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:10.347] | [local output] System call to launch all workers: [08:57:10.347] | [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:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32786f163c94.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=27654 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:10.348] | [local output] Starting PSOCK main server [08:57:10.355] | [local output] Workers launched [08:57:10.356] | [local output] Waiting for workers to connect back ... [08:57:10.356] | : [local output] 0 workers out of 1 ready [08:57:10.646] | : [local output] 0 workers out of 1 ready [08:57:10.647] | : [local output] 1 workers out of 1 ready [08:57:10.647] | [local output] Waiting for workers to connect back ... done [08:57:10.648] | [local output] Launching of 1 workers completed [08:57:10.648] | [local output] Number of nodes in cluster: 1 [08:57:10.651] | [local output] Collecting session information from 1 workers [08:57:10.653] | : [local output] Worker #1 of 1 [08:57:10.653] | [local output] Collecting session information from 1 workers [08:57:10.653] [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' [08:57:10.676] [local output] makeClusterPSOCK() ... [08:57:10.679] | [local output] Workers: [n = 1] 'localhost' [08:57:10.684] | [local output] Base port: 23437 [08:57:10.684] | [local output] Getting setup options for 1 cluster nodes ... [08:57:10.685] | [local output] Node #1 of 1 ... [08:57:10.686] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:10.687] | Testing if worker's PID can be inferred: '"D:\RCompile\recent\R\bin\x64\Rscript.exe" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278388a66c4.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278388a66c4.pid\")"' [08:57:11.018] | - Possible to infer worker's PID: TRUE [08:57:11.019] | [local output] Rscript port: 23437 [08:57:11.020] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:11.021] | [local output] Parallel setup requested for some PSOCK nodes [08:57:11.022] | [local output] Setting up PSOCK nodes in parallel [08:57:11.022] | List of 36 [08:57:11.022] | $ worker : chr "localhost" [08:57:11.022] | ..- attr(*, "localhost")= logi TRUE [08:57:11.022] | $ master : chr "localhost" [08:57:11.022] | $ port : int 23437 [08:57:11.022] | $ connectTimeout : num 120 [08:57:11.022] | $ timeout : num 120 [08:57:11.022] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\"" [08:57:11.022] | $ homogeneous : logi TRUE [08:57:11.022] | $ rscript_args : chr "--default-packages=utils,tools -e \"#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN\" -e \"try(suppressWarni"| __truncated__ [08:57:11.022] | $ rscript_envs : NULL [08:57:11.022] | $ rscript_libs : NULL [08:57:11.022] | $ rscript_startup : NULL [08:57:11.022] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:11.022] | $ default_packages: chr [1:2] "utils" "tools" [08:57:11.022] | $ methods : logi TRUE [08:57:11.022] | $ socketOptions : chr "no-delay" [08:57:11.022] | $ useXDR : logi FALSE [08:57:11.022] | $ outfile : chr "/dev/null" [08:57:11.022] | $ renice : int NA [08:57:11.022] | $ rshcmd : NULL [08:57:11.022] | $ user : chr(0) [08:57:11.022] | $ revtunnel : logi FALSE [08:57:11.022] | $ rshlogfile : NULL [08:57:11.022] | $ rshopts : chr(0) [08:57:11.022] | $ rank : int 1 [08:57:11.022] | $ manual : logi FALSE [08:57:11.022] | $ dryrun : logi FALSE [08:57:11.022] | $ quiet : logi FALSE [08:57:11.022] | $ setup_strategy : chr "parallel" [08:57:11.022] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=utils,tools -e \"#label=test-makeClusterP"| __truncated__ [08:57:11.022] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278388a66c4.pid" [08:57:11.022] | $ rshcmd_label : NULL [08:57:11.022] | $ rsh_call : NULL [08:57:11.022] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=utils,tools -e \"#label=test-makeClusterP"| __truncated__ [08:57:11.022] | $ localMachine : logi TRUE [08:57:11.022] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:11.022] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:11.022] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:11.022] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:11.022] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:11.022] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:11.022] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:11.022] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:11.022] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:11.022] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:11.022] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:11.022] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:11.022] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:11.022] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:11.022] | $ arguments :List of 28 [08:57:11.022] | ..$ worker : chr "localhost" [08:57:11.022] | ..$ master : NULL [08:57:11.022] | ..$ port : int 23437 [08:57:11.022] | ..$ connectTimeout : num 120 [08:57:11.022] | ..$ timeout : num 120 [08:57:11.022] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rscript" [08:57:11.022] | ..$ homogeneous : NULL [08:57:11.022] | ..$ rscript_args : NULL [08:57:11.022] | ..$ rscript_envs : NULL [08:57:11.022] | ..$ rscript_libs : NULL [08:57:11.022] | ..$ rscript_startup : NULL [08:57:11.022] | ..$ rscript_sh : chr "auto" [08:57:11.022] | ..$ default_packages: chr [1:2] "utils" "tools" [08:57:11.022] | ..$ methods : logi TRUE [08:57:11.022] | ..$ socketOptions : chr "no-delay" [08:57:11.022] | ..$ useXDR : logi FALSE [08:57:11.022] | ..$ outfile : chr "/dev/null" [08:57:11.022] | ..$ renice : int NA [08:57:11.022] | ..$ rshcmd : NULL [08:57:11.022] | ..$ user : NULL [08:57:11.022] | ..$ revtunnel : logi NA [08:57:11.022] | ..$ rshlogfile : NULL [08:57:11.022] | ..$ rshopts : NULL [08:57:11.022] | ..$ rank : int 1 [08:57:11.022] | ..$ manual : logi FALSE [08:57:11.022] | ..$ dryrun : logi FALSE [08:57:11.022] | ..$ quiet : logi FALSE [08:57:11.022] | ..$ setup_strategy : chr "parallel" [08:57:11.022] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:11.067] | [local output] System call to launch all workers: [08:57:11.067] | [local output] "D:\RCompile\recent\R\bin\x64\Rscript.exe" --default-packages=utils,tools -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.3278388a66c4.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=23437 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:11.067] | [local output] Starting PSOCK main server [08:57:11.074] | [local output] Workers launched [08:57:11.075] | [local output] Waiting for workers to connect back ... [08:57:11.075] | : [local output] 0 workers out of 1 ready [08:57:11.187] | : [local output] 0 workers out of 1 ready [08:57:11.188] | : [local output] 1 workers out of 1 ready [08:57:11.188] | [local output] Waiting for workers to connect back ... done [08:57:11.188] | [local output] Launching of 1 workers completed [08:57:11.189] | [local output] Number of nodes in cluster: 1 [08:57:11.189] | [local output] Collecting session information from 1 workers [08:57:11.190] | : [local output] Worker #1 of 1 [08:57:11.191] | [local output] Collecting session information from 1 workers [08:57:11.191] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [08:57:11.197] [local output] makeClusterPSOCK() ... [08:57:11.201] | [local output] Workers: [n = 1] 'localhost' [08:57:11.206] | [local output] Base port: 39375 [08:57:11.206] | [local output] Getting setup options for 1 cluster nodes ... [08:57:11.206] | [local output] Node #1 of 1 ... [08:57:11.207] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:11.210] | [local output] Rscript port: 39375 [08:57:11.210] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:11.211] | [local output] Parallel setup requested for some PSOCK nodes [08:57:11.211] | [local output] Setting up PSOCK nodes in parallel [08:57:11.212] | List of 36 [08:57:11.212] | $ worker : chr "localhost" [08:57:11.212] | ..- attr(*, "localhost")= logi TRUE [08:57:11.212] | $ master : chr "localhost" [08:57:11.212] | $ port : int 39375 [08:57:11.212] | $ connectTimeout : num 120 [08:57:11.212] | $ timeout : num 120 [08:57:11.212] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [08:57:11.212] | $ homogeneous : logi TRUE [08:57:11.212] | $ rscript_args : chr "R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN\""| __truncated__ [08:57:11.212] | $ rscript_envs : NULL [08:57:11.212] | $ rscript_libs : NULL [08:57:11.212] | $ rscript_startup : NULL [08:57:11.212] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:11.212] | $ default_packages: chr [1:2] "utils" "tools" [08:57:11.212] | $ methods : logi TRUE [08:57:11.212] | $ socketOptions : chr "no-delay" [08:57:11.212] | $ useXDR : logi FALSE [08:57:11.212] | $ outfile : chr "/dev/null" [08:57:11.212] | $ renice : int NA [08:57:11.212] | $ rshcmd : NULL [08:57:11.212] | $ user : chr(0) [08:57:11.212] | $ revtunnel : logi FALSE [08:57:11.212] | $ rshlogfile : NULL [08:57:11.212] | $ rshopts : chr(0) [08:57:11.212] | $ rank : int 1 [08:57:11.212] | $ manual : logi FALSE [08:57:11.212] | $ dryrun : logi FALSE [08:57:11.212] | $ quiet : logi FALSE [08:57:11.212] | $ setup_strategy : chr "parallel" [08:57:11.212] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [08:57:11.212] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327842c83b48.pid" [08:57:11.212] | $ rshcmd_label : NULL [08:57:11.212] | $ rsh_call : NULL [08:57:11.212] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [08:57:11.212] | $ localMachine : logi TRUE [08:57:11.212] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:11.212] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:11.212] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:11.212] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:11.212] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:11.212] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:11.212] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:11.212] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:11.212] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:11.212] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:11.212] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:11.212] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:11.212] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:11.212] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:11.212] | $ arguments :List of 28 [08:57:11.212] | ..$ worker : chr "localhost" [08:57:11.212] | ..$ master : NULL [08:57:11.212] | ..$ port : int 39375 [08:57:11.212] | ..$ connectTimeout : num 120 [08:57:11.212] | ..$ timeout : num 120 [08:57:11.212] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [08:57:11.212] | ..$ homogeneous : NULL [08:57:11.212] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [08:57:11.212] | ..$ rscript_envs : NULL [08:57:11.212] | ..$ rscript_libs : NULL [08:57:11.212] | ..$ rscript_startup : NULL [08:57:11.212] | ..$ rscript_sh : chr "auto" [08:57:11.212] | ..$ default_packages: chr [1:2] "utils" "tools" [08:57:11.212] | ..$ methods : logi TRUE [08:57:11.212] | ..$ socketOptions : chr "no-delay" [08:57:11.212] | ..$ useXDR : logi FALSE [08:57:11.212] | ..$ outfile : chr "/dev/null" [08:57:11.212] | ..$ renice : int NA [08:57:11.212] | ..$ rshcmd : NULL [08:57:11.212] | ..$ user : NULL [08:57:11.212] | ..$ revtunnel : logi NA [08:57:11.212] | ..$ rshlogfile : NULL [08:57:11.212] | ..$ rshopts : NULL [08:57:11.212] | ..$ rank : int 1 [08:57:11.212] | ..$ manual : logi FALSE [08:57:11.212] | ..$ dryrun : logi FALSE [08:57:11.212] | ..$ quiet : logi FALSE [08:57:11.212] | ..$ setup_strategy : chr "parallel" [08:57:11.212] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:11.246] | [local output] System call to launch all workers: [08:57:11.247] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327842c83b48.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=39375 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:11.247] | [local output] Starting PSOCK main server [08:57:11.255] | [local output] Workers launched [08:57:11.255] | [local output] Waiting for workers to connect back ... [08:57:11.256] | : [local output] 0 workers out of 1 ready [08:57:11.400] | : [local output] 0 workers out of 1 ready [08:57:11.401] | : [local output] 1 workers out of 1 ready [08:57:11.402] | [local output] Waiting for workers to connect back ... done [08:57:11.402] | [local output] Launching of 1 workers completed [08:57:11.402] | [local output] Number of nodes in cluster: 1 [08:57:11.403] | [local output] Collecting session information from 1 workers [08:57:11.404] | : [local output] Worker #1 of 1 [08:57:11.405] | [local output] Collecting session information from 1 workers [08:57:11.408] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [08:57:11.413] [local output] makeClusterPSOCK() ... [08:57:11.417] | [local output] Workers: [n = 1] 'localhost' [08:57:11.421] | [local output] Base port: 24282 [08:57:11.421] | [local output] Getting setup options for 1 cluster nodes ... [08:57:11.422] | [local output] Node #1 of 1 ... [08:57:11.422] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:11.425] | [local output] Rscript port: 24282 [08:57:11.425] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:11.426] | [local output] Parallel setup requested for some PSOCK nodes [08:57:11.426] | [local output] Setting up PSOCK nodes in parallel [08:57:11.426] | List of 36 [08:57:11.426] | $ worker : chr "localhost" [08:57:11.426] | ..- attr(*, "localhost")= logi TRUE [08:57:11.426] | $ master : chr "localhost" [08:57:11.426] | $ port : int 24282 [08:57:11.426] | $ connectTimeout : num 120 [08:57:11.426] | $ timeout : num 120 [08:57:11.426] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [08:57:11.426] | $ homogeneous : logi TRUE [08:57:11.426] | $ rscript_args : chr "R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN\""| __truncated__ [08:57:11.426] | $ rscript_envs : NULL [08:57:11.426] | $ rscript_libs : NULL [08:57:11.426] | $ rscript_startup : NULL [08:57:11.426] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:11.426] | $ default_packages: chr [1:2] "utils" "tools" [08:57:11.426] | $ methods : logi TRUE [08:57:11.426] | $ socketOptions : chr "no-delay" [08:57:11.426] | $ useXDR : logi FALSE [08:57:11.426] | $ outfile : chr "/dev/null" [08:57:11.426] | $ renice : int NA [08:57:11.426] | $ rshcmd : NULL [08:57:11.426] | $ user : chr(0) [08:57:11.426] | $ revtunnel : logi FALSE [08:57:11.426] | $ rshlogfile : NULL [08:57:11.426] | $ rshopts : chr(0) [08:57:11.426] | $ rank : int 1 [08:57:11.426] | $ manual : logi FALSE [08:57:11.426] | $ dryrun : logi FALSE [08:57:11.426] | $ quiet : logi FALSE [08:57:11.426] | $ setup_strategy : chr "parallel" [08:57:11.426] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [08:57:11.426] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32784a194c94.pid" [08:57:11.426] | $ rshcmd_label : NULL [08:57:11.426] | $ rsh_call : NULL [08:57:11.426] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [08:57:11.426] | $ localMachine : logi TRUE [08:57:11.426] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:11.426] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:11.426] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:11.426] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:11.426] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:11.426] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:11.426] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:11.426] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:11.426] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:11.426] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:11.426] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:11.426] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:11.426] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:11.426] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:11.426] | $ arguments :List of 28 [08:57:11.426] | ..$ worker : chr "localhost" [08:57:11.426] | ..$ master : NULL [08:57:11.426] | ..$ port : int 24282 [08:57:11.426] | ..$ connectTimeout : num 120 [08:57:11.426] | ..$ timeout : num 120 [08:57:11.426] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [08:57:11.426] | ..$ homogeneous : NULL [08:57:11.426] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [08:57:11.426] | ..$ rscript_envs : NULL [08:57:11.426] | ..$ rscript_libs : NULL [08:57:11.426] | ..$ rscript_startup : NULL [08:57:11.426] | ..$ rscript_sh : chr "auto" [08:57:11.426] | ..$ default_packages: chr [1:2] "utils" "tools" [08:57:11.426] | ..$ methods : logi TRUE [08:57:11.426] | ..$ socketOptions : chr "no-delay" [08:57:11.426] | ..$ useXDR : logi FALSE [08:57:11.426] | ..$ outfile : chr "/dev/null" [08:57:11.426] | ..$ renice : int NA [08:57:11.426] | ..$ rshcmd : NULL [08:57:11.426] | ..$ user : NULL [08:57:11.426] | ..$ revtunnel : logi NA [08:57:11.426] | ..$ rshlogfile : NULL [08:57:11.426] | ..$ rshopts : NULL [08:57:11.426] | ..$ rank : int 1 [08:57:11.426] | ..$ manual : logi FALSE [08:57:11.426] | ..$ dryrun : logi FALSE [08:57:11.426] | ..$ quiet : logi FALSE [08:57:11.426] | ..$ setup_strategy : chr "parallel" [08:57:11.426] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:11.459] | [local output] System call to launch all workers: [08:57:11.460] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32784a194c94.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=24282 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:11.460] | [local output] Starting PSOCK main server [08:57:11.466] | [local output] Workers launched [08:57:11.466] | [local output] Waiting for workers to connect back ... [08:57:11.466] | : [local output] 0 workers out of 1 ready [08:57:11.581] | : [local output] 0 workers out of 1 ready [08:57:11.581] | : [local output] 1 workers out of 1 ready [08:57:11.582] | [local output] Waiting for workers to connect back ... done [08:57:11.582] | [local output] Launching of 1 workers completed [08:57:11.582] | [local output] Number of nodes in cluster: 1 [08:57:11.583] | [local output] Collecting session information from 1 workers [08:57:11.584] | : [local output] Worker #1 of 1 [08:57:11.584] | [local output] Collecting session information from 1 workers [08:57:11.585] [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' [08:57:11.606] [local output] makeClusterPSOCK() ... [08:57:11.610] | [local output] Workers: [n = 1] 'localhost' [08:57:11.614] | [local output] Base port: 27669 [08:57:11.614] | [local output] Getting setup options for 1 cluster nodes ... [08:57:11.614] | [local output] Node #1 of 1 ... [08:57:11.615] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:11.616] | [local output] Rscript port: 27669 [08:57:11.617] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:11.617] | [local output] Parallel setup requested for some PSOCK nodes [08:57:11.618] | [local output] Setting up PSOCK nodes in parallel [08:57:11.618] | List of 36 [08:57:11.618] | $ worker : chr "localhost" [08:57:11.618] | ..- attr(*, "localhost")= logi TRUE [08:57:11.618] | $ master : chr "localhost" [08:57:11.618] | $ port : int 27669 [08:57:11.618] | $ connectTimeout : num 120 [08:57:11.618] | $ timeout : num 120 [08:57:11.618] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\"" [08:57:11.618] | $ homogeneous : logi TRUE [08:57:11.618] | $ rscript_args : chr "--default-packages=parallelly,datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK"| __truncated__ [08:57:11.618] | $ rscript_envs : NULL [08:57:11.618] | $ rscript_libs : NULL [08:57:11.618] | $ rscript_startup : NULL [08:57:11.618] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:11.618] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [08:57:11.618] | $ methods : logi TRUE [08:57:11.618] | $ socketOptions : chr "no-delay" [08:57:11.618] | $ useXDR : logi FALSE [08:57:11.618] | $ outfile : chr "/dev/null" [08:57:11.618] | $ renice : int NA [08:57:11.618] | $ rshcmd : NULL [08:57:11.618] | $ user : chr(0) [08:57:11.618] | $ revtunnel : logi FALSE [08:57:11.618] | $ rshlogfile : NULL [08:57:11.618] | $ rshopts : chr(0) [08:57:11.618] | $ rank : int 1 [08:57:11.618] | $ manual : logi FALSE [08:57:11.618] | $ dryrun : logi FALSE [08:57:11.618] | $ quiet : logi FALSE [08:57:11.618] | $ setup_strategy : chr "parallel" [08:57:11.618] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=parallelly,datasets,utils,grDevices,graph"| __truncated__ [08:57:11.618] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32784c043261.pid" [08:57:11.618] | $ rshcmd_label : NULL [08:57:11.618] | $ rsh_call : NULL [08:57:11.618] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=parallelly,datasets,utils,grDevices,graph"| __truncated__ [08:57:11.618] | $ localMachine : logi TRUE [08:57:11.618] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:11.618] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:11.618] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:11.618] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:11.618] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:11.618] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:11.618] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:11.618] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:11.618] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:11.618] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:11.618] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:11.618] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:11.618] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:11.618] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:11.618] | $ arguments :List of 28 [08:57:11.618] | ..$ worker : chr "localhost" [08:57:11.618] | ..$ master : NULL [08:57:11.618] | ..$ port : int 27669 [08:57:11.618] | ..$ connectTimeout : num 120 [08:57:11.618] | ..$ timeout : num 120 [08:57:11.618] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rscript" [08:57:11.618] | ..$ homogeneous : NULL [08:57:11.618] | ..$ rscript_args : NULL [08:57:11.618] | ..$ rscript_envs : NULL [08:57:11.618] | ..$ rscript_libs : NULL [08:57:11.618] | ..$ rscript_startup : NULL [08:57:11.618] | ..$ rscript_sh : chr "auto" [08:57:11.618] | ..$ default_packages: chr [1:2] "parallelly" "*" [08:57:11.618] | ..$ methods : logi TRUE [08:57:11.618] | ..$ socketOptions : chr "no-delay" [08:57:11.618] | ..$ useXDR : logi FALSE [08:57:11.618] | ..$ outfile : chr "/dev/null" [08:57:11.618] | ..$ renice : int NA [08:57:11.618] | ..$ rshcmd : NULL [08:57:11.618] | ..$ user : NULL [08:57:11.618] | ..$ revtunnel : logi NA [08:57:11.618] | ..$ rshlogfile : NULL [08:57:11.618] | ..$ rshopts : NULL [08:57:11.618] | ..$ rank : int 1 [08:57:11.618] | ..$ manual : logi FALSE [08:57:11.618] | ..$ dryrun : logi FALSE [08:57:11.618] | ..$ quiet : logi FALSE [08:57:11.618] | ..$ setup_strategy : chr "parallel" [08:57:11.618] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:11.652] | [local output] System call to launch all workers: [08:57:11.653] | [local output] "D:\RCompile\recent\R\bin\x64\Rscript.exe" --default-packages=parallelly,datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32784c043261.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=27669 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:11.653] | [local output] Starting PSOCK main server [08:57:11.659] | [local output] Workers launched [08:57:11.659] | [local output] Waiting for workers to connect back ... [08:57:11.659] | : [local output] 0 workers out of 1 ready [08:57:11.984] | : [local output] 0 workers out of 1 ready [08:57:11.984] | : [local output] 1 workers out of 1 ready [08:57:11.985] | [local output] Waiting for workers to connect back ... done [08:57:11.985] | [local output] Launching of 1 workers completed [08:57:11.985] | [local output] Number of nodes in cluster: 1 [08:57:11.986] | [local output] Collecting session information from 1 workers [08:57:11.987] | : [local output] Worker #1 of 1 [08:57:11.987] | [local output] Collecting session information from 1 workers [08:57:11.988] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [08:57:11.994] [local output] makeClusterPSOCK() ... [08:57:12.000] | [local output] Workers: [n = 1] 'localhost' [08:57:12.004] | [local output] Base port: 34213 [08:57:12.005] | [local output] Getting setup options for 1 cluster nodes ... [08:57:12.005] | [local output] Node #1 of 1 ... [08:57:12.006] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:12.008] | [local output] Rscript port: 34213 [08:57:12.009] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:12.009] | [local output] Parallel setup requested for some PSOCK nodes [08:57:12.009] | [local output] Setting up PSOCK nodes in parallel [08:57:12.010] | List of 36 [08:57:12.010] | $ worker : chr "localhost" [08:57:12.010] | ..- attr(*, "localhost")= logi TRUE [08:57:12.010] | $ master : chr "localhost" [08:57:12.010] | $ port : int 34213 [08:57:12.010] | $ connectTimeout : num 120 [08:57:12.010] | $ timeout : num 120 [08:57:12.010] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [08:57:12.010] | $ homogeneous : logi TRUE [08:57:12.010] | $ rscript_args : chr "R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#labe"| __truncated__ [08:57:12.010] | $ rscript_envs : NULL [08:57:12.010] | $ rscript_libs : NULL [08:57:12.010] | $ rscript_startup : NULL [08:57:12.010] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:12.010] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [08:57:12.010] | $ methods : logi TRUE [08:57:12.010] | $ socketOptions : chr "no-delay" [08:57:12.010] | $ useXDR : logi FALSE [08:57:12.010] | $ outfile : chr "/dev/null" [08:57:12.010] | $ renice : int NA [08:57:12.010] | $ rshcmd : NULL [08:57:12.010] | $ user : chr(0) [08:57:12.010] | $ revtunnel : logi FALSE [08:57:12.010] | $ rshlogfile : NULL [08:57:12.010] | $ rshopts : chr(0) [08:57:12.010] | $ rank : int 1 [08:57:12.010] | $ manual : logi FALSE [08:57:12.010] | $ dryrun : logi FALSE [08:57:12.010] | $ quiet : logi FALSE [08:57:12.010] | $ setup_strategy : chr "parallel" [08:57:12.010] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [08:57:12.010] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32781ec4134f.pid" [08:57:12.010] | $ rshcmd_label : NULL [08:57:12.010] | $ rsh_call : NULL [08:57:12.010] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [08:57:12.010] | $ localMachine : logi TRUE [08:57:12.010] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:12.010] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:12.010] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:12.010] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:12.010] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:12.010] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:12.010] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:12.010] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:12.010] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:12.010] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:12.010] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:12.010] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:12.010] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:12.010] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:12.010] | $ arguments :List of 28 [08:57:12.010] | ..$ worker : chr "localhost" [08:57:12.010] | ..$ master : NULL [08:57:12.010] | ..$ port : int 34213 [08:57:12.010] | ..$ connectTimeout : num 120 [08:57:12.010] | ..$ timeout : num 120 [08:57:12.010] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [08:57:12.010] | ..$ homogeneous : NULL [08:57:12.010] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [08:57:12.010] | ..$ rscript_envs : NULL [08:57:12.010] | ..$ rscript_libs : NULL [08:57:12.010] | ..$ rscript_startup : NULL [08:57:12.010] | ..$ rscript_sh : chr "auto" [08:57:12.010] | ..$ default_packages: chr [1:2] "parallelly" "*" [08:57:12.010] | ..$ methods : logi TRUE [08:57:12.010] | ..$ socketOptions : chr "no-delay" [08:57:12.010] | ..$ useXDR : logi FALSE [08:57:12.010] | ..$ outfile : chr "/dev/null" [08:57:12.010] | ..$ renice : int NA [08:57:12.010] | ..$ rshcmd : NULL [08:57:12.010] | ..$ user : NULL [08:57:12.010] | ..$ revtunnel : logi NA [08:57:12.010] | ..$ rshlogfile : NULL [08:57:12.010] | ..$ rshopts : NULL [08:57:12.010] | ..$ rank : int 1 [08:57:12.010] | ..$ manual : logi FALSE [08:57:12.010] | ..$ dryrun : logi FALSE [08:57:12.010] | ..$ quiet : logi FALSE [08:57:12.010] | ..$ setup_strategy : chr "parallel" [08:57:12.010] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:12.050] | [local output] System call to launch all workers: [08:57:12.050] | [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:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32781ec4134f.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=34213 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:12.051] | [local output] Starting PSOCK main server [08:57:12.057] | [local output] Workers launched [08:57:12.058] | [local output] Waiting for workers to connect back ... [08:57:12.058] | : [local output] 0 workers out of 1 ready [08:57:12.358] | : [local output] 0 workers out of 1 ready [08:57:12.359] | : [local output] 1 workers out of 1 ready [08:57:12.359] | [local output] Waiting for workers to connect back ... done [08:57:12.359] | [local output] Launching of 1 workers completed [08:57:12.360] | [local output] Number of nodes in cluster: 1 [08:57:12.360] | [local output] Collecting session information from 1 workers [08:57:12.361] | : [local output] Worker #1 of 1 [08:57:12.361] | [local output] Collecting session information from 1 workers [08:57:12.361] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [08:57:12.367] [local output] makeClusterPSOCK() ... [08:57:12.371] | [local output] Workers: [n = 1] 'localhost' [08:57:12.375] | [local output] Base port: 20114 [08:57:12.375] | [local output] Getting setup options for 1 cluster nodes ... [08:57:12.376] | [local output] Node #1 of 1 ... [08:57:12.377] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:12.379] | [local output] Rscript port: 20114 [08:57:12.380] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:12.380] | [local output] Parallel setup requested for some PSOCK nodes [08:57:12.381] | [local output] Setting up PSOCK nodes in parallel [08:57:12.381] | List of 36 [08:57:12.381] | $ worker : chr "localhost" [08:57:12.381] | ..- attr(*, "localhost")= logi TRUE [08:57:12.381] | $ master : chr "localhost" [08:57:12.381] | $ port : int 20114 [08:57:12.381] | $ connectTimeout : num 120 [08:57:12.381] | $ timeout : num 120 [08:57:12.381] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [08:57:12.381] | $ homogeneous : logi TRUE [08:57:12.381] | $ rscript_args : chr "R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#labe"| __truncated__ [08:57:12.381] | $ rscript_envs : NULL [08:57:12.381] | $ rscript_libs : NULL [08:57:12.381] | $ rscript_startup : NULL [08:57:12.381] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:12.381] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [08:57:12.381] | $ methods : logi TRUE [08:57:12.381] | $ socketOptions : chr "no-delay" [08:57:12.381] | $ useXDR : logi FALSE [08:57:12.381] | $ outfile : chr "/dev/null" [08:57:12.381] | $ renice : int NA [08:57:12.381] | $ rshcmd : NULL [08:57:12.381] | $ user : chr(0) [08:57:12.381] | $ revtunnel : logi FALSE [08:57:12.381] | $ rshlogfile : NULL [08:57:12.381] | $ rshopts : chr(0) [08:57:12.381] | $ rank : int 1 [08:57:12.381] | $ manual : logi FALSE [08:57:12.381] | $ dryrun : logi FALSE [08:57:12.381] | $ quiet : logi FALSE [08:57:12.381] | $ setup_strategy : chr "parallel" [08:57:12.381] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [08:57:12.381] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32781cfa71cf.pid" [08:57:12.381] | $ rshcmd_label : NULL [08:57:12.381] | $ rsh_call : NULL [08:57:12.381] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [08:57:12.381] | $ localMachine : logi TRUE [08:57:12.381] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:12.381] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:12.381] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:12.381] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:12.381] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:12.381] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:12.381] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:12.381] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:12.381] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:12.381] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:12.381] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:12.381] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:12.381] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:12.381] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:12.381] | $ arguments :List of 28 [08:57:12.381] | ..$ worker : chr "localhost" [08:57:12.381] | ..$ master : NULL [08:57:12.381] | ..$ port : int 20114 [08:57:12.381] | ..$ connectTimeout : num 120 [08:57:12.381] | ..$ timeout : num 120 [08:57:12.381] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [08:57:12.381] | ..$ homogeneous : NULL [08:57:12.381] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [08:57:12.381] | ..$ rscript_envs : NULL [08:57:12.381] | ..$ rscript_libs : NULL [08:57:12.381] | ..$ rscript_startup : NULL [08:57:12.381] | ..$ rscript_sh : chr "auto" [08:57:12.381] | ..$ default_packages: chr [1:2] "parallelly" "*" [08:57:12.381] | ..$ methods : logi TRUE [08:57:12.381] | ..$ socketOptions : chr "no-delay" [08:57:12.381] | ..$ useXDR : logi FALSE [08:57:12.381] | ..$ outfile : chr "/dev/null" [08:57:12.381] | ..$ renice : int NA [08:57:12.381] | ..$ rshcmd : NULL [08:57:12.381] | ..$ user : NULL [08:57:12.381] | ..$ revtunnel : logi NA [08:57:12.381] | ..$ rshlogfile : NULL [08:57:12.381] | ..$ rshopts : NULL [08:57:12.381] | ..$ rank : int 1 [08:57:12.381] | ..$ manual : logi FALSE [08:57:12.381] | ..$ dryrun : logi FALSE [08:57:12.381] | ..$ quiet : logi FALSE [08:57:12.381] | ..$ setup_strategy : chr "parallel" [08:57:12.381] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:12.416] | [local output] System call to launch all workers: [08:57:12.416] | [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:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.32781cfa71cf.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=20114 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [08:57:12.416] | [local output] Starting PSOCK main server [08:57:12.423] | [local output] Workers launched [08:57:12.423] | [local output] Waiting for workers to connect back ... [08:57:12.424] | : [local output] 0 workers out of 1 ready [08:57:12.727] | : [local output] 0 workers out of 1 ready [08:57:12.727] | : [local output] 1 workers out of 1 ready [08:57:12.728] | [local output] Waiting for workers to connect back ... done [08:57:12.728] | [local output] Launching of 1 workers completed [08:57:12.728] | [local output] Number of nodes in cluster: 1 [08:57:12.729] | [local output] Collecting session information from 1 workers [08:57:12.730] | : [local output] Worker #1 of 1 [08:57:12.731] | [local output] Collecting session information from 1 workers [08:57:12.731] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - exceptions") - makeClusterPSOCK() - exceptions > res <- tryCatch({ + cl <- makeClusterPSOCK(1:2) + }, error = identity) [08:57:12.738] [local output] makeClusterPSOCK() ... [08:57:12.738] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(0) + }, error = identity) [08:57:12.739] [local output] makeClusterPSOCK() ... [08:57:12.739] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, rshcmd = character(0)) + }, error = identity) [08:57:12.740] [local output] makeClusterPSOCK() ... [08:57:12.744] | [local output] Workers: [n = 1] 'localhost' [08:57:12.749] | [local output] Base port: 39187 [08:57:12.749] | [local output] Getting setup options for 1 cluster nodes ... [08:57:12.749] | [local output] Node #1 of 1 ... [08:57:12.750] [local output] makeClusterPSOCK() ... done > print(res) = 1L' is not TRUE> > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, port = integer(0)) + }, error = identity) [08:57:12.750] [local output] makeClusterPSOCK() ... [08:57:12.752] | [local output] Workers: [n = 1] 'localhost' [08:57:12.753] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, port = NA) + }, error = identity) [08:57:12.753] [local output] makeClusterPSOCK() ... [08:57:12.755] | [local output] Workers: [n = 1] 'localhost' [08:57:12.756] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > message("- makeClusterPSOCK() - exceptions") - makeClusterPSOCK() - exceptions > res <- tryCatch({ + cl <- makeNodePSOCK("not.a.localhost.hostname", revtunnel = TRUE) + }, error = identity) > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeNodePSOCK("localhost", port = NA) + }, error = identity) > print(res) > stopifnot(inherits(res, "error")) > if (fullTest || covr_testing) { + res <- tryCatch(cl <- parallelly::makeClusterPSOCK("localhost", + port = 80, tries = 1), error = iden .... [TRUNCATED] > if (getRversion() >= "4.0.0") { + res <- tryCatch({ + parallelly::makeClusterPSOCK(1, rscript_startup = quote(Sys.sleep(6)), + .... [TRUNCATED] [08:57:12.758] [local output] makeClusterPSOCK() ... [08:57:12.760] | [local output] Workers: [n = 1] 'localhost' [08:57:12.764] | [local output] Base port: 36364 [08:57:12.764] | [local output] Getting setup options for 1 cluster nodes ... [08:57:12.765] | [local output] Node #1 of 1 ... [08:57:12.765] | [local output] localMachine=TRUE => revtunnel=FALSE [08:57:12.767] | [local output] Rscript port: 36364 [08:57:12.767] | [local output] Getting setup options for 1 cluster nodes ... done [08:57:12.768] | [local output] Parallel setup requested for some PSOCK nodes [08:57:12.768] | [local output] Setting up PSOCK nodes in parallel [08:57:12.768] | List of 36 [08:57:12.768] | $ worker : chr "localhost" [08:57:12.768] | ..- attr(*, "localhost")= logi TRUE [08:57:12.768] | $ master : chr "localhost" [08:57:12.768] | $ port : int 36364 [08:57:12.768] | $ connectTimeout : num 0.1 [08:57:12.768] | $ timeout : num 7 [08:57:12.768] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:57:12.768] | $ homogeneous : logi TRUE [08:57:12.768] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:12920:CR"| __truncated__ [08:57:12.768] | $ rscript_envs : NULL [08:57:12.768] | $ rscript_libs : NULL [08:57:12.768] | $ rscript_startup : chr [1:2] "-e" "\"invisible({Sys.sleep(6)})\"" [08:57:12.768] | $ rscript_sh : chr [1:2] "cmd" "cmd" [08:57:12.768] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:12.768] | $ methods : logi TRUE [08:57:12.768] | $ socketOptions : chr "no-delay" [08:57:12.768] | $ useXDR : logi FALSE [08:57:12.768] | $ outfile : chr "/dev/null" [08:57:12.768] | $ renice : int NA [08:57:12.768] | $ rshcmd : NULL [08:57:12.768] | $ user : chr(0) [08:57:12.768] | $ revtunnel : logi FALSE [08:57:12.768] | $ rshlogfile : NULL [08:57:12.768] | $ rshopts : chr(0) [08:57:12.768] | $ rank : int 1 [08:57:12.768] | $ manual : logi FALSE [08:57:12.768] | $ dryrun : logi FALSE [08:57:12.768] | $ quiet : logi FALSE [08:57:12.768] | $ setup_strategy : chr "parallel" [08:57:12.768] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:12.768] | $ pidfile : chr "D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327839a04040.pid" [08:57:12.768] | $ rshcmd_label : NULL [08:57:12.768] | $ rsh_call : NULL [08:57:12.768] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:57:12.768] | $ localMachine : logi TRUE [08:57:12.768] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:57:12.768] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:57:12.768] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:57:12.768] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:57:12.768] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:57:12.768] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:57:12.768] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:57:12.768] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:57:12.768] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:57:12.768] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:57:12.768] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:57:12.768] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:57:12.768] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:57:12.768] | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:57:12.768] | $ arguments :List of 28 [08:57:12.768] | ..$ worker : chr "localhost" [08:57:12.768] | ..$ master : NULL [08:57:12.768] | ..$ port : int 36364 [08:57:12.768] | ..$ connectTimeout : num 0.1 [08:57:12.768] | ..$ timeout : num 7 [08:57:12.768] | ..$ rscript : NULL [08:57:12.768] | ..$ homogeneous : NULL [08:57:12.768] | ..$ rscript_args : NULL [08:57:12.768] | ..$ rscript_envs : NULL [08:57:12.768] | ..$ rscript_libs : NULL [08:57:12.768] | ..$ rscript_startup : language Sys.sleep(6) [08:57:12.768] | ..$ rscript_sh : chr "auto" [08:57:12.768] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:57:12.768] | ..$ methods : logi TRUE [08:57:12.768] | ..$ socketOptions : chr "no-delay" [08:57:12.768] | ..$ useXDR : logi FALSE [08:57:12.768] | ..$ outfile : chr "/dev/null" [08:57:12.768] | ..$ renice : int NA [08:57:12.768] | ..$ rshcmd : NULL [08:57:12.768] | ..$ user : NULL [08:57:12.768] | ..$ revtunnel : logi NA [08:57:12.768] | ..$ rshlogfile : NULL [08:57:12.768] | ..$ rshopts : NULL [08:57:12.768] | ..$ rank : int 1 [08:57:12.768] | ..$ manual : logi FALSE [08:57:12.768] | ..$ dryrun : logi FALSE [08:57:12.768] | ..$ quiet : logi FALSE [08:57:12.768] | ..$ setup_strategy : chr "parallel" [08:57:12.768] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:57:12.795] | [local output] System call to launch all workers: [08:57:12.795] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:12920:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_05_06_08_55_17_12855/RtmpWSIRJw/worker.rank=1.parallelly.parent=12920.327839a04040.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=36364 OUT=/dev/null TIMEOUT=7 XDR=FALSE SETUPTIMEOUT=0.1 SETUPSTRATEGY=parallel [08:57:12.795] | [local output] Starting PSOCK main server [08:57:12.800] | [local output] Workers launched [08:57:12.800] | [local output] Waiting for workers to connect back ... [08:57:12.801] | : [local output] 0 workers out of 1 ready [08:57:13.002] | : [local output] 0 workers out of 1 ready [08:57:13.205] | : [local output] 0 workers out of 1 ready [08:57:13.409] | : [local output] 0 workers out of 1 ready [08:57:13.611] | : [local output] 0 workers out of 1 ready [08:57:13.814] | : [local output] 0 workers out of 1 ready [08:57:14.017] | : [local output] 0 workers out of 1 ready [08:57:14.221] | : [local output] 0 workers out of 1 ready [08:57:14.424] | : [local output] 0 workers out of 1 ready [08:57:14.627] | : [local output] 0 workers out of 1 ready [08:57:14.830] | : [local output] 0 workers out of 1 ready [08:57:15.033] | : [local output] 0 workers out of 1 ready [08:57:15.236] | : [local output] 0 workers out of 1 ready [08:57:15.440] | : [local output] 0 workers out of 1 ready [08:57:15.643] | : [local output] 0 workers out of 1 ready [08:57:15.846] | : [local output] 0 workers out of 1 ready [08:57:16.049] | : [local output] 0 workers out of 1 ready [08:57:16.252] | : [local output] 0 workers out of 1 ready [08:57:16.455] | : [local output] 0 workers out of 1 ready [08:57:16.658] | : [local output] 0 workers out of 1 ready [08:57:16.862] | : [local output] 0 workers out of 1 ready [08:57:17.065] | : [local output] 0 workers out of 1 ready [08:57:17.268] | : [local output] 0 workers out of 1 ready [08:57:17.471] | : [local output] 0 workers out of 1 ready [08:57:17.674] | : [local output] 0 workers out of 1 ready [08:57:17.877] | : [local output] 0 workers out of 1 ready [08:57:18.080] | : [local output] 0 workers out of 1 ready [08:57:18.081] | [local output] makeClusterPSOCK() ... done > message("*** makeClusterPSOCK() ... DONE") *** makeClusterPSOCK() ... DONE Sourcing 4 epilogue scripts ... 01/04 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', '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', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 02/04 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_epilogue/090.gc.R' 03/04 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_epilogue/099.session_info.R' 04/04 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/parallelly/testme/_epilogue/999.detritus.R' Looking for detritus files generated by test 'tempdirname': Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_05_06_08_55_17_12855' Sourcing 4 epilogue scripts ... done Test time: user.self=2s, sys.self=0.2s, elapsed=2e+01s, user.child=NAs, sys.child=NAs Test 'tempdirname' ... success > > proc.time() user system elapsed 2.01 0.31 20.78