R version 4.5.0 alpha (2025-03-23 r88038 ucrt) 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] [09:07:04.200] [local output] makeClusterPSOCK() ... [09:07:04.241] | [local output] Workers: [n = 1] '' [09:07:04.251] | [local output] Base port: 34228 [09:07:04.252] | [local output] Getting setup options for 1 cluster nodes ... [09:07:04.252] | [local output] Node #1 of 1 ... [09:07:04.257] | [local output] Rscript port: 34228 [09:07:04.258] | [local output] Using 'rshcmd': 'my_ssh' [type='', version=''] [09:07:04.258] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:04.259] | [local output] Creating node #1 of 1 ... [09:07:04.259] | : [local output] setting up node [09:07:04.260] | : [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:129388:CRANWIN3:CRAN' -e 'options(socketOptions="no-delay")' -e 'workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()' MASTER=CRANWIN3 PORT=34228 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:129388:CRANWIN3:CRAN' -e 'options(socketOptions=\"no-delay\")' -e 'workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()' MASTER=CRANWIN3 PORT=34228 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential" [09:07:04.262] | [local output] Creating node #1 of 1 ... done [09:07:04.262] | [local output] Launching of 1 workers completed [09:07:04.262] | [local output] Number of nodes in cluster: 1 [09:07:04.263] | [local output] Collecting session information from 1 workers [09:07:04.264] | : [local output] Worker #1 of 1 [09:07:04.264] | [local output] Collecting session information from 1 workers [09:07:04.265] [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) [09:07:04.272] [local output] makeClusterPSOCK() ... [09:07:04.285] | [local output] Workers: [n = 1] 'localhost' [09:07:04.291] | [local output] Base port: 35414 [09:07:04.292] | [local output] Getting setup options for 1 cluster nodes ... [09:07:04.292] | [local output] Node #1 of 1 ... [09:07:04.293] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:04.296] | [local output] Rscript port: 35414 [09:07:04.296] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:04.297] | [local output] Creating node #1 of 1 ... [09:07:04.297] | : [local output] setting up node [09:07:04.298] | : [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:129388:CRANWIN3:CRAN" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=35414 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [09:07:04.298] | [local output] Creating node #1 of 1 ... done [09:07:04.299] | [local output] Launching of 1 workers completed [09:07:04.299] | [local output] Number of nodes in cluster: 1 [09:07:04.300] | [local output] Collecting session information from 1 workers [09:07:04.300] | : [local output] Worker #1 of 1 [09:07:04.301] | [local output] Collecting session information from 1 workers [09:07:04.301] [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) [09:07:04.304] [local output] makeClusterPSOCK() ... [09:07:04.307] | [local output] Workers: [n = 1] 'localhost' [09:07:04.311] | [local output] Base port: 25447 [09:07:04.311] | [local output] Getting setup options for 1 cluster nodes ... [09:07:04.312] | [local output] Node #1 of 1 ... [09:07:04.312] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:04.314] | 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_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c57492bc0.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c57492bc0.pid\")"' [09:07:04.871] | - Possible to infer worker's PID: TRUE [09:07:04.873] | [local output] Rscript port: 25447 [09:07:04.873] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:04.874] | [local output] Parallel setup requested for some PSOCK nodes [09:07:04.875] | [local output] Setting up PSOCK nodes in parallel [09:07:04.875] | List of 36 [09:07:04.875] | $ worker : chr "localhost" [09:07:04.875] | ..- attr(*, "localhost")= logi TRUE [09:07:04.875] | $ master : chr "localhost" [09:07:04.875] | $ port : int 25447 [09:07:04.875] | $ connectTimeout : num 120 [09:07:04.875] | $ timeout : num 120 [09:07:04.875] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:04.875] | $ homogeneous : logi TRUE [09:07:04.875] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:04.875] | $ rscript_envs : NULL [09:07:04.875] | $ rscript_libs : NULL [09:07:04.875] | $ rscript_startup : NULL [09:07:04.875] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:04.875] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:04.875] | $ methods : logi TRUE [09:07:04.875] | $ socketOptions : chr "no-delay" [09:07:04.875] | $ useXDR : logi FALSE [09:07:04.875] | $ outfile : chr "/dev/null" [09:07:04.875] | $ renice : int NA [09:07:04.875] | $ rshcmd : NULL [09:07:04.875] | $ user : chr(0) [09:07:04.875] | $ revtunnel : logi FALSE [09:07:04.875] | $ rshlogfile : NULL [09:07:04.875] | $ rshopts : chr(0) [09:07:04.875] | $ rank : int 1 [09:07:04.875] | $ manual : logi FALSE [09:07:04.875] | $ dryrun : logi FALSE [09:07:04.875] | $ quiet : logi FALSE [09:07:04.875] | $ setup_strategy : chr "parallel" [09:07:04.875] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:04.875] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c57492bc0.pid" [09:07:04.875] | $ rshcmd_label : NULL [09:07:04.875] | $ rsh_call : NULL [09:07:04.875] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:04.875] | $ localMachine : logi TRUE [09:07:04.875] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:04.875] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:04.875] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:04.875] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:04.875] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:04.875] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:04.875] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:04.875] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:04.875] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:04.875] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:04.875] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:04.875] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:04.875] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:04.875] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:04.875] | $ arguments :List of 28 [09:07:04.875] | ..$ worker : chr "localhost" [09:07:04.875] | ..$ master : NULL [09:07:04.875] | ..$ port : int 25447 [09:07:04.875] | ..$ connectTimeout : num 120 [09:07:04.875] | ..$ timeout : num 120 [09:07:04.875] | ..$ rscript : NULL [09:07:04.875] | ..$ homogeneous : NULL [09:07:04.875] | ..$ rscript_args : NULL [09:07:04.875] | ..$ rscript_envs : NULL [09:07:04.875] | ..$ rscript_libs : NULL [09:07:04.875] | ..$ rscript_startup : NULL [09:07:04.875] | ..$ rscript_sh : chr "auto" [09:07:04.875] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:04.875] | ..$ methods : logi TRUE [09:07:04.875] | ..$ socketOptions : chr "no-delay" [09:07:04.875] | ..$ useXDR : logi FALSE [09:07:04.875] | ..$ outfile : chr "/dev/null" [09:07:04.875] | ..$ renice : int NA [09:07:04.875] | ..$ rshcmd : NULL [09:07:04.875] | ..$ user : NULL [09:07:04.875] | ..$ revtunnel : logi NA [09:07:04.875] | ..$ rshlogfile : NULL [09:07:04.875] | ..$ rshopts : NULL [09:07:04.875] | ..$ rank : int 1 [09:07:04.875] | ..$ manual : logi FALSE [09:07:04.875] | ..$ dryrun : logi FALSE [09:07:04.875] | ..$ quiet : logi FALSE [09:07:04.875] | ..$ setup_strategy : chr "parallel" [09:07:04.875] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:04.920] | [local output] System call to launch all workers: [09:07:04.920] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c57492bc0.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=25447 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:04.920] | [local output] Starting PSOCK main server [09:07:04.927] | [local output] Workers launched [09:07:04.927] | [local output] Waiting for workers to connect back ... [09:07:04.928] | : [local output] 0 workers out of 1 ready [09:07:05.214] | : [local output] 0 workers out of 1 ready [09:07:05.215] | : [local output] 1 workers out of 1 ready [09:07:05.216] | [local output] Waiting for workers to connect back ... done [09:07:05.216] | [local output] Launching of 1 workers completed [09:07:05.216] | [local output] Number of nodes in cluster: 1 [09:07:05.217] | [local output] Collecting session information from 1 workers [09:07:05.219] | : [local output] Worker #1 of 1 [09:07:05.219] | [local output] Collecting session information from 1 workers [09:07:05.219] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 nodes where 1 node is on host 'localhost' (R version 4.5.0 alpha (2025-03-23 r88038 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 "alpha" .. ..$ major : chr "4" .. ..$ minor : chr "5.0" .. ..$ year : chr "2025" .. ..$ month : chr "03" .. ..$ day : chr "23" .. ..$ svn rev : chr "88038" .. ..$ language : chr "R" .. ..$ version.string: chr "R version 4.5.0 alpha (2025-03-23 r88038 ucrt)" .. ..$ nickname : chr "" .. ..$ 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_03_24_09_05_16_18447/RtmpwtXTcr/RLIBS_1b3cc253f429" "D:/RCompile/recent/R/library" ..$ pkgs : NULL ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/parallelly.Rcheck/tests" ..$ process:List of 1 .. ..$ pid: int 80444 - attr(*, "options")=List of 35 ..$ worker : chr "localhost" .. ..- attr(*, "localhost")= logi TRUE ..$ master : chr "localhost" ..$ port : int 25447 ..$ 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:129388:C"| __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 25447 .. ..$ 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] [09:07:05.332] [local output] makeClusterPSOCK() ... [09:07:05.335] | [local output] Workers: [n = 1] 'localhost' [09:07:05.340] | [local output] Base port: 37741 [09:07:05.341] | [local output] Getting setup options for 1 cluster nodes ... [09:07:05.341] | [local output] Node #1 of 1 ... [09:07:05.342] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:05.344] | [local output] Rscript port: 37741 [09:07:05.345] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:05.345] | [local output] Parallel setup requested for some PSOCK nodes [09:07:05.346] | [local output] Setting up PSOCK nodes in parallel [09:07:05.346] | List of 36 [09:07:05.346] | $ worker : chr "localhost" [09:07:05.346] | ..- attr(*, "localhost")= logi TRUE [09:07:05.346] | $ master : chr "localhost" [09:07:05.346] | $ port : int 37741 [09:07:05.346] | $ connectTimeout : num 120 [09:07:05.346] | $ timeout : num 120 [09:07:05.346] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:05.346] | $ homogeneous : logi TRUE [09:07:05.346] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:05.346] | $ rscript_envs : NULL [09:07:05.346] | $ rscript_libs : NULL [09:07:05.346] | $ rscript_startup : NULL [09:07:05.346] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:05.346] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:05.346] | $ methods : logi TRUE [09:07:05.346] | $ socketOptions : chr "no-delay" [09:07:05.346] | $ useXDR : logi TRUE [09:07:05.346] | $ outfile : chr "/dev/null" [09:07:05.346] | $ renice : int NA [09:07:05.346] | $ rshcmd : NULL [09:07:05.346] | $ user : chr(0) [09:07:05.346] | $ revtunnel : logi FALSE [09:07:05.346] | $ rshlogfile : NULL [09:07:05.346] | $ rshopts : chr(0) [09:07:05.346] | $ rank : int 1 [09:07:05.346] | $ manual : logi FALSE [09:07:05.346] | $ dryrun : logi FALSE [09:07:05.346] | $ quiet : logi FALSE [09:07:05.346] | $ setup_strategy : chr "parallel" [09:07:05.346] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:05.346] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c7757251c.pid" [09:07:05.346] | $ rshcmd_label : NULL [09:07:05.346] | $ rsh_call : NULL [09:07:05.346] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:05.346] | $ localMachine : logi TRUE [09:07:05.346] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:05.346] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:05.346] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:05.346] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:05.346] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:05.346] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:05.346] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:05.346] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:05.346] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:05.346] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:05.346] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:05.346] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:05.346] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:05.346] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:05.346] | $ arguments :List of 28 [09:07:05.346] | ..$ worker : chr "localhost" [09:07:05.346] | ..$ master : NULL [09:07:05.346] | ..$ port : int 37741 [09:07:05.346] | ..$ connectTimeout : num 120 [09:07:05.346] | ..$ timeout : num 120 [09:07:05.346] | ..$ rscript : NULL [09:07:05.346] | ..$ homogeneous : NULL [09:07:05.346] | ..$ rscript_args : NULL [09:07:05.346] | ..$ rscript_envs : NULL [09:07:05.346] | ..$ rscript_libs : NULL [09:07:05.346] | ..$ rscript_startup : NULL [09:07:05.346] | ..$ rscript_sh : chr "auto" [09:07:05.346] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:05.346] | ..$ methods : logi TRUE [09:07:05.346] | ..$ socketOptions : chr "no-delay" [09:07:05.346] | ..$ useXDR : logi TRUE [09:07:05.346] | ..$ outfile : chr "/dev/null" [09:07:05.346] | ..$ renice : int NA [09:07:05.346] | ..$ rshcmd : NULL [09:07:05.346] | ..$ user : NULL [09:07:05.346] | ..$ revtunnel : logi NA [09:07:05.346] | ..$ rshlogfile : NULL [09:07:05.346] | ..$ rshopts : NULL [09:07:05.346] | ..$ rank : int 1 [09:07:05.346] | ..$ manual : logi FALSE [09:07:05.346] | ..$ dryrun : logi FALSE [09:07:05.346] | ..$ quiet : logi FALSE [09:07:05.346] | ..$ setup_strategy : chr "parallel" [09:07:05.346] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:05.385] | [local output] System call to launch all workers: [09:07:05.386] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c7757251c.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=37741 OUT=/dev/null TIMEOUT=120 XDR=TRUE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:05.386] | [local output] Starting PSOCK main server [09:07:05.393] | [local output] Workers launched [09:07:05.393] | [local output] Waiting for workers to connect back ... [09:07:05.394] | : [local output] 0 workers out of 1 ready [09:07:05.689] | : [local output] 0 workers out of 1 ready [09:07:05.690] | : [local output] 1 workers out of 1 ready [09:07:05.690] | [local output] Waiting for workers to connect back ... done [09:07:05.690] | [local output] Launching of 1 workers completed [09:07:05.691] | [local output] Number of nodes in cluster: 1 [09:07:05.691] | [local output] Collecting session information from 1 workers [09:07:05.692] | : [local output] Worker #1 of 1 [09:07:05.693] | [local output] Collecting session information from 1 workers [09:07:05.693] [local output] makeClusterPSOCK() ... done [09:07:05.699] [local output] makeClusterPSOCK() ... [09:07:05.702] | [local output] Workers: [n = 1] 'localhost' [09:07:05.706] | [local output] Base port: 22761 [09:07:05.706] | [local output] Getting setup options for 1 cluster nodes ... [09:07:05.707] | [local output] Node #1 of 1 ... [09:07:05.708] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:05.710] | [local output] Rscript port: 22761 [09:07:05.710] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:05.711] | [local output] Parallel setup requested for some PSOCK nodes [09:07:05.711] | [local output] Setting up PSOCK nodes in parallel [09:07:05.712] | List of 36 [09:07:05.712] | $ worker : chr "localhost" [09:07:05.712] | ..- attr(*, "localhost")= logi TRUE [09:07:05.712] | $ master : chr "localhost" [09:07:05.712] | $ port : int 22761 [09:07:05.712] | $ connectTimeout : num 120 [09:07:05.712] | $ timeout : num 120 [09:07:05.712] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:05.712] | $ homogeneous : logi TRUE [09:07:05.712] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:05.712] | $ rscript_envs : NULL [09:07:05.712] | $ rscript_libs : NULL [09:07:05.712] | $ rscript_startup : NULL [09:07:05.712] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:05.712] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:05.712] | $ methods : logi TRUE [09:07:05.712] | $ socketOptions : chr "no-delay" [09:07:05.712] | $ useXDR : logi FALSE [09:07:05.712] | $ outfile : chr "/dev/null" [09:07:05.712] | $ renice : int NA [09:07:05.712] | $ rshcmd : NULL [09:07:05.712] | $ user : chr(0) [09:07:05.712] | $ revtunnel : logi FALSE [09:07:05.712] | $ rshlogfile : NULL [09:07:05.712] | $ rshopts : chr(0) [09:07:05.712] | $ rank : int 1 [09:07:05.712] | $ manual : logi FALSE [09:07:05.712] | $ dryrun : logi FALSE [09:07:05.712] | $ quiet : logi FALSE [09:07:05.712] | $ setup_strategy : chr "parallel" [09:07:05.712] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:05.712] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c6cb96d5f.pid" [09:07:05.712] | $ rshcmd_label : NULL [09:07:05.712] | $ rsh_call : NULL [09:07:05.712] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:05.712] | $ localMachine : logi TRUE [09:07:05.712] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:05.712] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:05.712] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:05.712] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:05.712] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:05.712] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:05.712] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:05.712] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:05.712] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:05.712] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:05.712] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:05.712] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:05.712] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:05.712] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:05.712] | $ arguments :List of 28 [09:07:05.712] | ..$ worker : chr "localhost" [09:07:05.712] | ..$ master : NULL [09:07:05.712] | ..$ port : int 22761 [09:07:05.712] | ..$ connectTimeout : num 120 [09:07:05.712] | ..$ timeout : num 120 [09:07:05.712] | ..$ rscript : NULL [09:07:05.712] | ..$ homogeneous : NULL [09:07:05.712] | ..$ rscript_args : NULL [09:07:05.712] | ..$ rscript_envs : NULL [09:07:05.712] | ..$ rscript_libs : NULL [09:07:05.712] | ..$ rscript_startup : NULL [09:07:05.712] | ..$ rscript_sh : chr "auto" [09:07:05.712] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:05.712] | ..$ methods : logi TRUE [09:07:05.712] | ..$ socketOptions : chr "no-delay" [09:07:05.712] | ..$ useXDR : logi FALSE [09:07:05.712] | ..$ outfile : chr "/dev/null" [09:07:05.712] | ..$ renice : int NA [09:07:05.712] | ..$ rshcmd : NULL [09:07:05.712] | ..$ user : NULL [09:07:05.712] | ..$ revtunnel : logi NA [09:07:05.712] | ..$ rshlogfile : NULL [09:07:05.712] | ..$ rshopts : NULL [09:07:05.712] | ..$ rank : int 1 [09:07:05.712] | ..$ manual : logi FALSE [09:07:05.712] | ..$ dryrun : logi FALSE [09:07:05.712] | ..$ quiet : logi FALSE [09:07:05.712] | ..$ setup_strategy : chr "parallel" [09:07:05.712] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:05.751] | [local output] System call to launch all workers: [09:07:05.751] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c6cb96d5f.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=22761 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:05.751] | [local output] Starting PSOCK main server [09:07:05.757] | [local output] Workers launched [09:07:05.757] | [local output] Waiting for workers to connect back ... [09:07:05.757] | : [local output] 0 workers out of 1 ready [09:07:05.990] | : [local output] 0 workers out of 1 ready [09:07:05.990] | : [local output] 1 workers out of 1 ready [09:07:05.991] | [local output] Waiting for workers to connect back ... done [09:07:05.991] | [local output] Launching of 1 workers completed [09:07:05.991] | [local output] Number of nodes in cluster: 1 [09:07:05.992] | [local output] Collecting session information from 1 workers [09:07:05.993] | : [local output] Worker #1 of 1 [09:07:05.993] | [local output] Collecting session information from 1 workers [09:07:05.994] [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] [09:07:06.007] [local output] makeClusterPSOCK() ... [09:07:06.011] | [local output] Workers: [n = 1] 'localhost' [09:07:06.017] | [local output] Base port: 25050 [09:07:06.017] | [local output] Getting setup options for 1 cluster nodes ... [09:07:06.018] | [local output] Node #1 of 1 ... [09:07:06.018] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:06.021] | [local output] Rscript port: 25050 [09:07:06.022] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:06.022] | [local output] Parallel setup requested for some PSOCK nodes [09:07:06.023] | [local output] Setting up PSOCK nodes in parallel [09:07:06.023] | List of 36 [09:07:06.023] | $ worker : chr "localhost" [09:07:06.023] | ..- attr(*, "localhost")= logi TRUE [09:07:06.023] | $ master : chr "localhost" [09:07:06.023] | $ port : int 25050 [09:07:06.023] | $ connectTimeout : num 120 [09:07:06.023] | $ timeout : num 120 [09:07:06.023] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:06.023] | $ homogeneous : logi TRUE [09:07:06.023] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:06.023] | $ rscript_envs : NULL [09:07:06.023] | $ rscript_libs : NULL [09:07:06.023] | $ rscript_startup : NULL [09:07:06.023] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:06.023] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:06.023] | $ methods : logi TRUE [09:07:06.023] | $ socketOptions : NULL [09:07:06.023] | $ useXDR : logi FALSE [09:07:06.023] | $ outfile : chr "/dev/null" [09:07:06.023] | $ renice : int NA [09:07:06.023] | $ rshcmd : NULL [09:07:06.023] | $ user : chr(0) [09:07:06.023] | $ revtunnel : logi FALSE [09:07:06.023] | $ rshlogfile : NULL [09:07:06.023] | $ rshopts : chr(0) [09:07:06.023] | $ rank : int 1 [09:07:06.023] | $ manual : logi FALSE [09:07:06.023] | $ dryrun : logi FALSE [09:07:06.023] | $ quiet : logi FALSE [09:07:06.023] | $ setup_strategy : chr "parallel" [09:07:06.023] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:06.023] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c51396ec0.pid" [09:07:06.023] | $ rshcmd_label : NULL [09:07:06.023] | $ rsh_call : NULL [09:07:06.023] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:06.023] | $ localMachine : logi TRUE [09:07:06.023] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:06.023] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:06.023] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:06.023] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:06.023] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:06.023] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:06.023] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:06.023] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:06.023] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:06.023] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:06.023] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:06.023] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:06.023] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:06.023] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:06.023] | $ arguments :List of 28 [09:07:06.023] | ..$ worker : chr "localhost" [09:07:06.023] | ..$ master : NULL [09:07:06.023] | ..$ port : int 25050 [09:07:06.023] | ..$ connectTimeout : num 120 [09:07:06.023] | ..$ timeout : num 120 [09:07:06.023] | ..$ rscript : NULL [09:07:06.023] | ..$ homogeneous : NULL [09:07:06.023] | ..$ rscript_args : NULL [09:07:06.023] | ..$ rscript_envs : NULL [09:07:06.023] | ..$ rscript_libs : NULL [09:07:06.023] | ..$ rscript_startup : NULL [09:07:06.023] | ..$ rscript_sh : chr "auto" [09:07:06.023] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:06.023] | ..$ methods : logi TRUE [09:07:06.023] | ..$ socketOptions : NULL [09:07:06.023] | ..$ useXDR : logi FALSE [09:07:06.023] | ..$ outfile : chr "/dev/null" [09:07:06.023] | ..$ renice : int NA [09:07:06.023] | ..$ rshcmd : NULL [09:07:06.023] | ..$ user : NULL [09:07:06.023] | ..$ revtunnel : logi NA [09:07:06.023] | ..$ rshlogfile : NULL [09:07:06.023] | ..$ rshopts : NULL [09:07:06.023] | ..$ rank : int 1 [09:07:06.023] | ..$ manual : logi FALSE [09:07:06.023] | ..$ dryrun : logi FALSE [09:07:06.023] | ..$ quiet : logi FALSE [09:07:06.023] | ..$ setup_strategy : chr "parallel" [09:07:06.023] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:06.069] | [local output] System call to launch all workers: [09:07:06.070] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c51396ec0.pid\")),silent=TRUE)" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=25050 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:06.070] | [local output] Starting PSOCK main server [09:07:06.077] | [local output] Workers launched [09:07:06.077] | [local output] Waiting for workers to connect back ... [09:07:06.078] | : [local output] 0 workers out of 1 ready [09:07:06.332] | : [local output] 0 workers out of 1 ready [09:07:06.332] | : [local output] 1 workers out of 1 ready [09:07:06.332] | [local output] Waiting for workers to connect back ... done [09:07:06.333] | [local output] Launching of 1 workers completed [09:07:06.333] | [local output] Number of nodes in cluster: 1 [09:07:06.333] | [local output] Collecting session information from 1 workers [09:07:06.334] | : [local output] Worker #1 of 1 [09:07:06.335] | [local output] Collecting session information from 1 workers [09:07:06.335] [local output] makeClusterPSOCK() ... done [09:07:06.342] [local output] makeClusterPSOCK() ... [09:07:06.346] | [local output] Workers: [n = 1] 'localhost' [09:07:06.353] | [local output] Base port: 26699 [09:07:06.353] | [local output] Getting setup options for 1 cluster nodes ... [09:07:06.353] | [local output] Node #1 of 1 ... [09:07:06.354] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:06.356] | [local output] Rscript port: 26699 [09:07:06.357] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:06.357] | [local output] Parallel setup requested for some PSOCK nodes [09:07:06.358] | [local output] Setting up PSOCK nodes in parallel [09:07:06.358] | List of 36 [09:07:06.358] | $ worker : chr "localhost" [09:07:06.358] | ..- attr(*, "localhost")= logi TRUE [09:07:06.358] | $ master : chr "localhost" [09:07:06.358] | $ port : int 26699 [09:07:06.358] | $ connectTimeout : num 120 [09:07:06.358] | $ timeout : num 120 [09:07:06.358] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:06.358] | $ homogeneous : logi TRUE [09:07:06.358] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:06.358] | $ rscript_envs : NULL [09:07:06.358] | $ rscript_libs : NULL [09:07:06.358] | $ rscript_startup : NULL [09:07:06.358] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:06.358] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:06.358] | $ methods : logi TRUE [09:07:06.358] | $ socketOptions : NULL [09:07:06.358] | $ useXDR : logi FALSE [09:07:06.358] | $ outfile : chr "/dev/null" [09:07:06.358] | $ renice : int NA [09:07:06.358] | $ rshcmd : NULL [09:07:06.358] | $ user : chr(0) [09:07:06.358] | $ revtunnel : logi FALSE [09:07:06.358] | $ rshlogfile : NULL [09:07:06.358] | $ rshopts : chr(0) [09:07:06.358] | $ rank : int 1 [09:07:06.358] | $ manual : logi FALSE [09:07:06.358] | $ dryrun : logi FALSE [09:07:06.358] | $ quiet : logi FALSE [09:07:06.358] | $ setup_strategy : chr "parallel" [09:07:06.358] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:06.358] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c5c91169c.pid" [09:07:06.358] | $ rshcmd_label : NULL [09:07:06.358] | $ rsh_call : NULL [09:07:06.358] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:06.358] | $ localMachine : logi TRUE [09:07:06.358] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:06.358] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:06.358] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:06.358] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:06.358] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:06.358] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:06.358] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:06.358] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:06.358] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:06.358] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:06.358] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:06.358] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:06.358] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:06.358] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:06.358] | $ arguments :List of 28 [09:07:06.358] | ..$ worker : chr "localhost" [09:07:06.358] | ..$ master : NULL [09:07:06.358] | ..$ port : int 26699 [09:07:06.358] | ..$ connectTimeout : num 120 [09:07:06.358] | ..$ timeout : num 120 [09:07:06.358] | ..$ rscript : NULL [09:07:06.358] | ..$ homogeneous : NULL [09:07:06.358] | ..$ rscript_args : NULL [09:07:06.358] | ..$ rscript_envs : NULL [09:07:06.358] | ..$ rscript_libs : NULL [09:07:06.358] | ..$ rscript_startup : NULL [09:07:06.358] | ..$ rscript_sh : chr "auto" [09:07:06.358] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:06.358] | ..$ methods : logi TRUE [09:07:06.358] | ..$ socketOptions : chr "NULL" [09:07:06.358] | ..$ useXDR : logi FALSE [09:07:06.358] | ..$ outfile : chr "/dev/null" [09:07:06.358] | ..$ renice : int NA [09:07:06.358] | ..$ rshcmd : NULL [09:07:06.358] | ..$ user : NULL [09:07:06.358] | ..$ revtunnel : logi NA [09:07:06.358] | ..$ rshlogfile : NULL [09:07:06.358] | ..$ rshopts : NULL [09:07:06.358] | ..$ rank : int 1 [09:07:06.358] | ..$ manual : logi FALSE [09:07:06.358] | ..$ dryrun : logi FALSE [09:07:06.358] | ..$ quiet : logi FALSE [09:07:06.358] | ..$ setup_strategy : chr "parallel" [09:07:06.358] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:06.395] | [local output] System call to launch all workers: [09:07:06.395] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c5c91169c.pid\")),silent=TRUE)" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=26699 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:06.395] | [local output] Starting PSOCK main server [09:07:06.401] | [local output] Workers launched [09:07:06.402] | [local output] Waiting for workers to connect back ... [09:07:06.402] | : [local output] 0 workers out of 1 ready [09:07:06.664] | : [local output] 0 workers out of 1 ready [09:07:06.665] | : [local output] 1 workers out of 1 ready [09:07:06.665] | [local output] Waiting for workers to connect back ... done [09:07:06.665] | [local output] Launching of 1 workers completed [09:07:06.665] | [local output] Number of nodes in cluster: 1 [09:07:06.666] | [local output] Collecting session information from 1 workers [09:07:06.667] | : [local output] Worker #1 of 1 [09:07:06.667] | [local output] Collecting session information from 1 workers [09:07:06.668] [local output] makeClusterPSOCK() ... done [09:07:06.673] [local output] makeClusterPSOCK() ... [09:07:06.676] | [local output] Workers: [n = 1] 'localhost' [09:07:06.680] | [local output] Base port: 38488 [09:07:06.680] | [local output] Getting setup options for 1 cluster nodes ... [09:07:06.680] | [local output] Node #1 of 1 ... [09:07:06.681] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:06.684] | [local output] Rscript port: 38488 [09:07:06.684] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:06.685] | [local output] Parallel setup requested for some PSOCK nodes [09:07:06.685] | [local output] Setting up PSOCK nodes in parallel [09:07:06.685] | List of 36 [09:07:06.685] | $ worker : chr "localhost" [09:07:06.685] | ..- attr(*, "localhost")= logi TRUE [09:07:06.685] | $ master : chr "localhost" [09:07:06.685] | $ port : int 38488 [09:07:06.685] | $ connectTimeout : num 120 [09:07:06.685] | $ timeout : num 120 [09:07:06.685] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:06.685] | $ homogeneous : logi TRUE [09:07:06.685] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:06.685] | $ rscript_envs : NULL [09:07:06.685] | $ rscript_libs : NULL [09:07:06.685] | $ rscript_startup : NULL [09:07:06.685] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:06.685] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:06.685] | $ methods : logi TRUE [09:07:06.685] | $ socketOptions : chr "no-delay" [09:07:06.685] | $ useXDR : logi FALSE [09:07:06.685] | $ outfile : chr "/dev/null" [09:07:06.685] | $ renice : int NA [09:07:06.685] | $ rshcmd : NULL [09:07:06.685] | $ user : chr(0) [09:07:06.685] | $ revtunnel : logi FALSE [09:07:06.685] | $ rshlogfile : NULL [09:07:06.685] | $ rshopts : chr(0) [09:07:06.685] | $ rank : int 1 [09:07:06.685] | $ manual : logi FALSE [09:07:06.685] | $ dryrun : logi FALSE [09:07:06.685] | $ quiet : logi FALSE [09:07:06.685] | $ setup_strategy : chr "parallel" [09:07:06.685] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:06.685] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c476568.pid" [09:07:06.685] | $ rshcmd_label : NULL [09:07:06.685] | $ rsh_call : NULL [09:07:06.685] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:06.685] | $ localMachine : logi TRUE [09:07:06.685] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:06.685] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:06.685] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:06.685] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:06.685] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:06.685] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:06.685] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:06.685] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:06.685] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:06.685] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:06.685] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:06.685] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:06.685] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:06.685] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:06.685] | $ arguments :List of 28 [09:07:06.685] | ..$ worker : chr "localhost" [09:07:06.685] | ..$ master : NULL [09:07:06.685] | ..$ port : int 38488 [09:07:06.685] | ..$ connectTimeout : num 120 [09:07:06.685] | ..$ timeout : num 120 [09:07:06.685] | ..$ rscript : NULL [09:07:06.685] | ..$ homogeneous : NULL [09:07:06.685] | ..$ rscript_args : NULL [09:07:06.685] | ..$ rscript_envs : NULL [09:07:06.685] | ..$ rscript_libs : NULL [09:07:06.685] | ..$ rscript_startup : NULL [09:07:06.685] | ..$ rscript_sh : chr "auto" [09:07:06.685] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:06.685] | ..$ methods : logi TRUE [09:07:06.685] | ..$ socketOptions : chr "no-delay" [09:07:06.685] | ..$ useXDR : logi FALSE [09:07:06.685] | ..$ outfile : chr "/dev/null" [09:07:06.685] | ..$ renice : int NA [09:07:06.685] | ..$ rshcmd : NULL [09:07:06.685] | ..$ user : NULL [09:07:06.685] | ..$ revtunnel : logi NA [09:07:06.685] | ..$ rshlogfile : NULL [09:07:06.685] | ..$ rshopts : NULL [09:07:06.685] | ..$ rank : int 1 [09:07:06.685] | ..$ manual : logi FALSE [09:07:06.685] | ..$ dryrun : logi FALSE [09:07:06.685] | ..$ quiet : logi FALSE [09:07:06.685] | ..$ setup_strategy : chr "parallel" [09:07:06.685] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:06.711] | [local output] System call to launch all workers: [09:07:06.711] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c476568.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=38488 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:06.711] | [local output] Starting PSOCK main server [09:07:06.716] | [local output] Workers launched [09:07:06.716] | [local output] Waiting for workers to connect back ... [09:07:06.717] | : [local output] 0 workers out of 1 ready [09:07:06.960] | : [local output] 0 workers out of 1 ready [09:07:06.960] | : [local output] 1 workers out of 1 ready [09:07:06.961] | [local output] Waiting for workers to connect back ... done [09:07:06.961] | [local output] Launching of 1 workers completed [09:07:06.961] | [local output] Number of nodes in cluster: 1 [09:07:06.961] | [local output] Collecting session information from 1 workers [09:07:06.963] | : [local output] Worker #1 of 1 [09:07:06.963] | [local output] Collecting session information from 1 workers [09:07:06.963] [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] [09:07:06.980] [local output] makeClusterPSOCK() ... [09:07:06.983] | [local output] Workers: [n = 1] 'localhost' [09:07:06.988] | [local output] Base port: 26402 [09:07:06.989] | [local output] Getting setup options for 1 cluster nodes ... [09:07:06.989] | [local output] Node #1 of 1 ... [09:07:06.990] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:06.993] | [local output] Rscript port: 26402 [09:07:06.993] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:06.994] | [local output] Parallel setup requested for some PSOCK nodes [09:07:06.995] | [local output] Setting up PSOCK nodes in parallel [09:07:06.995] | List of 36 [09:07:06.995] | $ worker : chr "localhost" [09:07:06.995] | ..- attr(*, "localhost")= logi TRUE [09:07:06.995] | $ master : chr "localhost" [09:07:06.995] | $ port : int 26402 [09:07:06.995] | $ connectTimeout : num 120 [09:07:06.995] | $ timeout : num 120 [09:07:06.995] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:06.995] | $ homogeneous : logi TRUE [09:07:06.995] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:06.995] | $ rscript_envs : NULL [09:07:06.995] | $ rscript_libs : NULL [09:07:06.995] | $ rscript_startup : NULL [09:07:06.995] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:06.995] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:06.995] | $ methods : logi TRUE [09:07:06.995] | $ socketOptions : chr "no-delay" [09:07:06.995] | $ useXDR : logi FALSE [09:07:06.995] | $ outfile : chr "/dev/null" [09:07:06.995] | $ renice : int NA [09:07:06.995] | $ rshcmd : NULL [09:07:06.995] | $ user : chr(0) [09:07:06.995] | $ revtunnel : logi FALSE [09:07:06.995] | $ rshlogfile : NULL [09:07:06.995] | $ rshopts : chr(0) [09:07:06.995] | $ rank : int 1 [09:07:06.995] | $ manual : logi FALSE [09:07:06.995] | $ dryrun : logi FALSE [09:07:06.995] | $ quiet : logi FALSE [09:07:06.995] | $ setup_strategy : chr "parallel" [09:07:06.995] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:06.995] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c5dd57ae9.pid" [09:07:06.995] | $ rshcmd_label : NULL [09:07:06.995] | $ rsh_call : NULL [09:07:06.995] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:06.995] | $ localMachine : logi TRUE [09:07:06.995] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:06.995] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:06.995] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:06.995] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:06.995] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:06.995] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:06.995] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:06.995] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:06.995] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:06.995] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:06.995] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:06.995] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:06.995] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:06.995] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:06.995] | $ arguments :List of 28 [09:07:06.995] | ..$ worker : chr "localhost" [09:07:06.995] | ..$ master : NULL [09:07:06.995] | ..$ port : int 26402 [09:07:06.995] | ..$ connectTimeout : num 120 [09:07:06.995] | ..$ timeout : num 120 [09:07:06.995] | ..$ rscript : NULL [09:07:06.995] | ..$ homogeneous : NULL [09:07:06.995] | ..$ rscript_args : NULL [09:07:06.995] | ..$ rscript_envs : NULL [09:07:06.995] | ..$ rscript_libs : NULL [09:07:06.995] | ..$ rscript_startup : NULL [09:07:06.995] | ..$ rscript_sh : chr "auto" [09:07:06.995] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:06.995] | ..$ methods : logi TRUE [09:07:06.995] | ..$ socketOptions : chr "no-delay" [09:07:06.995] | ..$ useXDR : logi FALSE [09:07:06.995] | ..$ outfile : chr "/dev/null" [09:07:06.995] | ..$ renice : int NA [09:07:06.995] | ..$ rshcmd : NULL [09:07:06.995] | ..$ user : NULL [09:07:06.995] | ..$ revtunnel : logi NA [09:07:06.995] | ..$ rshlogfile : NULL [09:07:06.995] | ..$ rshopts : NULL [09:07:06.995] | ..$ rank : int 1 [09:07:06.995] | ..$ manual : logi FALSE [09:07:06.995] | ..$ dryrun : logi FALSE [09:07:06.995] | ..$ quiet : logi FALSE [09:07:06.995] | ..$ setup_strategy : chr "parallel" [09:07:06.995] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:07.027] | [local output] System call to launch all workers: [09:07:07.028] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c5dd57ae9.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=26402 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:07.028] | [local output] Starting PSOCK main server [09:07:07.034] | [local output] Workers launched [09:07:07.035] | [local output] Waiting for workers to connect back ... [09:07:07.035] | : [local output] 0 workers out of 1 ready [09:07:07.272] | : [local output] 0 workers out of 1 ready [09:07:07.273] | : [local output] 1 workers out of 1 ready [09:07:07.276] | [local output] Waiting for workers to connect back ... done [09:07:07.276] | [local output] Launching of 1 workers completed [09:07:07.276] | [local output] Number of nodes in cluster: 1 [09:07:07.276] | [local output] Collecting session information from 1 workers [09:07:07.278] | : [local output] Worker #1 of 1 [09:07:07.278] | [local output] Collecting session information from 1 workers [09:07:07.279] [local output] makeClusterPSOCK() ... done [09:07:07.285] [local output] makeClusterPSOCK() ... [09:07:07.288] | [local output] Workers: [n = 1] 'localhost' [09:07:07.293] | [local output] Base port: 26813 [09:07:07.293] | [local output] Getting setup options for 1 cluster nodes ... [09:07:07.293] | [local output] Node #1 of 1 ... [09:07:07.294] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:07.296] | [local output] Rscript port: 26813 [09:07:07.297] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:07.297] | [local output] Parallel setup requested for some PSOCK nodes [09:07:07.297] | [local output] Setting up PSOCK nodes in parallel [09:07:07.298] | List of 36 [09:07:07.298] | $ worker : chr "localhost" [09:07:07.298] | ..- attr(*, "localhost")= logi TRUE [09:07:07.298] | $ master : chr "localhost" [09:07:07.298] | $ port : int 26813 [09:07:07.298] | $ connectTimeout : num 120 [09:07:07.298] | $ timeout : num 120 [09:07:07.298] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:07.298] | $ homogeneous : logi TRUE [09:07:07.298] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:07.298] | $ rscript_envs : NULL [09:07:07.298] | $ rscript_libs : NULL [09:07:07.298] | $ rscript_startup : chr [1:2] "-e" "\"invisible({options(abc = 42L)})\"" [09:07:07.298] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:07.298] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:07.298] | $ methods : logi TRUE [09:07:07.298] | $ socketOptions : chr "no-delay" [09:07:07.298] | $ useXDR : logi FALSE [09:07:07.298] | $ outfile : chr "/dev/null" [09:07:07.298] | $ renice : int NA [09:07:07.298] | $ rshcmd : NULL [09:07:07.298] | $ user : chr(0) [09:07:07.298] | $ revtunnel : logi FALSE [09:07:07.298] | $ rshlogfile : NULL [09:07:07.298] | $ rshopts : chr(0) [09:07:07.298] | $ rank : int 1 [09:07:07.298] | $ manual : logi FALSE [09:07:07.298] | $ dryrun : logi FALSE [09:07:07.298] | $ quiet : logi FALSE [09:07:07.298] | $ setup_strategy : chr "parallel" [09:07:07.298] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:07.298] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c235d52a7.pid" [09:07:07.298] | $ rshcmd_label : NULL [09:07:07.298] | $ rsh_call : NULL [09:07:07.298] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:07.298] | $ localMachine : logi TRUE [09:07:07.298] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:07.298] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:07.298] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:07.298] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:07.298] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:07.298] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:07.298] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:07.298] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:07.298] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:07.298] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:07.298] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:07.298] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:07.298] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:07.298] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:07.298] | $ arguments :List of 28 [09:07:07.298] | ..$ worker : chr "localhost" [09:07:07.298] | ..$ master : NULL [09:07:07.298] | ..$ port : int 26813 [09:07:07.298] | ..$ connectTimeout : num 120 [09:07:07.298] | ..$ timeout : num 120 [09:07:07.298] | ..$ rscript : NULL [09:07:07.298] | ..$ homogeneous : NULL [09:07:07.298] | ..$ rscript_args : NULL [09:07:07.298] | ..$ rscript_envs : NULL [09:07:07.298] | ..$ rscript_libs : NULL [09:07:07.298] | ..$ rscript_startup : chr "options(abc = 42L)" [09:07:07.298] | ..$ rscript_sh : chr "auto" [09:07:07.298] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:07.298] | ..$ methods : logi TRUE [09:07:07.298] | ..$ socketOptions : chr "no-delay" [09:07:07.298] | ..$ useXDR : logi FALSE [09:07:07.298] | ..$ outfile : chr "/dev/null" [09:07:07.298] | ..$ renice : int NA [09:07:07.298] | ..$ rshcmd : NULL [09:07:07.298] | ..$ user : NULL [09:07:07.298] | ..$ revtunnel : logi NA [09:07:07.298] | ..$ rshlogfile : NULL [09:07:07.298] | ..$ rshopts : NULL [09:07:07.298] | ..$ rank : int 1 [09:07:07.298] | ..$ manual : logi FALSE [09:07:07.298] | ..$ dryrun : logi FALSE [09:07:07.298] | ..$ quiet : logi FALSE [09:07:07.298] | ..$ setup_strategy : chr "parallel" [09:07:07.298] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:07.330] | [local output] System call to launch all workers: [09:07:07.330] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c235d52a7.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=26813 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:07.330] | [local output] Starting PSOCK main server [09:07:07.336] | [local output] Workers launched [09:07:07.337] | [local output] Waiting for workers to connect back ... [09:07:07.337] | : [local output] 0 workers out of 1 ready [09:07:07.590] | : [local output] 0 workers out of 1 ready [09:07:07.591] | : [local output] 1 workers out of 1 ready [09:07:07.591] | [local output] Waiting for workers to connect back ... done [09:07:07.592] | [local output] Launching of 1 workers completed [09:07:07.592] | [local output] Number of nodes in cluster: 1 [09:07:07.592] | [local output] Collecting session information from 1 workers [09:07:07.594] | : [local output] Worker #1 of 1 [09:07:07.594] | [local output] Collecting session information from 1 workers [09:07:07.594] [local output] makeClusterPSOCK() ... done [09:07:07.600] [local output] makeClusterPSOCK() ... [09:07:07.602] | [local output] Workers: [n = 1] 'localhost' [09:07:07.607] | [local output] Base port: 27189 [09:07:07.607] | [local output] Getting setup options for 1 cluster nodes ... [09:07:07.607] | [local output] Node #1 of 1 ... [09:07:07.608] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:07.610] | [local output] Rscript port: 27189 [09:07:07.611] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:07.611] | [local output] Parallel setup requested for some PSOCK nodes [09:07:07.611] | [local output] Setting up PSOCK nodes in parallel [09:07:07.612] | List of 36 [09:07:07.612] | $ worker : chr "localhost" [09:07:07.612] | ..- attr(*, "localhost")= logi TRUE [09:07:07.612] | $ master : chr "localhost" [09:07:07.612] | $ port : int 27189 [09:07:07.612] | $ connectTimeout : num 120 [09:07:07.612] | $ timeout : num 120 [09:07:07.612] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:07.612] | $ homogeneous : logi TRUE [09:07:07.612] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:07.612] | $ rscript_envs : NULL [09:07:07.612] | $ rscript_libs : NULL [09:07:07.612] | $ rscript_startup : chr [1:2] "-e" "\"invisible({options(abc = 42L)})\"" [09:07:07.612] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:07.612] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:07.612] | $ methods : logi TRUE [09:07:07.612] | $ socketOptions : chr "no-delay" [09:07:07.612] | $ useXDR : logi FALSE [09:07:07.612] | $ outfile : chr "/dev/null" [09:07:07.612] | $ renice : int NA [09:07:07.612] | $ rshcmd : NULL [09:07:07.612] | $ user : chr(0) [09:07:07.612] | $ revtunnel : logi FALSE [09:07:07.612] | $ rshlogfile : NULL [09:07:07.612] | $ rshopts : chr(0) [09:07:07.612] | $ rank : int 1 [09:07:07.612] | $ manual : logi FALSE [09:07:07.612] | $ dryrun : logi FALSE [09:07:07.612] | $ quiet : logi FALSE [09:07:07.612] | $ setup_strategy : chr "parallel" [09:07:07.612] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:07.612] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c53d249f.pid" [09:07:07.612] | $ rshcmd_label : NULL [09:07:07.612] | $ rsh_call : NULL [09:07:07.612] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:07.612] | $ localMachine : logi TRUE [09:07:07.612] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:07.612] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:07.612] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:07.612] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:07.612] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:07.612] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:07.612] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:07.612] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:07.612] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:07.612] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:07.612] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:07.612] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:07.612] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:07.612] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:07.612] | $ arguments :List of 28 [09:07:07.612] | ..$ worker : chr "localhost" [09:07:07.612] | ..$ master : NULL [09:07:07.612] | ..$ port : int 27189 [09:07:07.612] | ..$ connectTimeout : num 120 [09:07:07.612] | ..$ timeout : num 120 [09:07:07.612] | ..$ rscript : NULL [09:07:07.612] | ..$ homogeneous : NULL [09:07:07.612] | ..$ rscript_args : NULL [09:07:07.612] | ..$ rscript_envs : NULL [09:07:07.612] | ..$ rscript_libs : NULL [09:07:07.612] | ..$ rscript_startup : language options(abc = 42L) [09:07:07.612] | ..$ rscript_sh : chr "auto" [09:07:07.612] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:07.612] | ..$ methods : logi TRUE [09:07:07.612] | ..$ socketOptions : chr "no-delay" [09:07:07.612] | ..$ useXDR : logi FALSE [09:07:07.612] | ..$ outfile : chr "/dev/null" [09:07:07.612] | ..$ renice : int NA [09:07:07.612] | ..$ rshcmd : NULL [09:07:07.612] | ..$ user : NULL [09:07:07.612] | ..$ revtunnel : logi NA [09:07:07.612] | ..$ rshlogfile : NULL [09:07:07.612] | ..$ rshopts : NULL [09:07:07.612] | ..$ rank : int 1 [09:07:07.612] | ..$ manual : logi FALSE [09:07:07.612] | ..$ dryrun : logi FALSE [09:07:07.612] | ..$ quiet : logi FALSE [09:07:07.612] | ..$ setup_strategy : chr "parallel" [09:07:07.612] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:07.638] | [local output] System call to launch all workers: [09:07:07.639] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c53d249f.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=27189 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:07.639] | [local output] Starting PSOCK main server [09:07:07.645] | [local output] Workers launched [09:07:07.645] | [local output] Waiting for workers to connect back ... [09:07:07.646] | : [local output] 0 workers out of 1 ready [09:07:07.873] | : [local output] 0 workers out of 1 ready [09:07:07.874] | : [local output] 1 workers out of 1 ready [09:07:07.874] | [local output] Waiting for workers to connect back ... done [09:07:07.875] | [local output] Launching of 1 workers completed [09:07:07.875] | [local output] Number of nodes in cluster: 1 [09:07:07.875] | [local output] Collecting session information from 1 workers [09:07:07.877] | : [local output] Worker #1 of 1 [09:07:07.877] | [local output] Collecting session information from 1 workers [09:07:07.877] [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] [09:07:07.929] [local output] makeClusterPSOCK() ... [09:07:07.931] | [local output] Workers: [n = 2] 'localhost', 'localhost' [09:07:07.935] | [local output] Base port: 27587 [09:07:07.935] | [local output] Getting setup options for 2 cluster nodes ... [09:07:07.935] | [local output] Node #1 of 2 ... [09:07:07.936] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:07.938] | [local output] Rscript port: 27587 [09:07:07.939] | [local output] Node #2 of 2 ... [09:07:07.939] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:07.941] | [local output] Rscript port: 27587 [09:07:07.942] | [local output] Getting setup options for 2 cluster nodes ... done [09:07:07.942] | [local output] Creating node #1 of 2 ... [09:07:07.943] | : [local output] setting up node [09:07:07.943] | : [local output] attempt #1 of 3 [09:07:07.943] | : [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:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c262f5e38.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=27587 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [09:07:07.949] | : [local output] - Exit code of system() call: 0 [09:07:07.949] | : [local output] Waiting for worker #1 on 'localhost' to connect back [09:07:08.212] | : [local output] Connection with worker #1 on 'localhost' established [09:07:08.213] | [local output] Creating node #1 of 2 ... done [09:07:08.213] | [local output] Creating node #2 of 2 ... [09:07:08.214] | : [local output] setting up node [09:07:08.214] | : [local output] attempt #1 of 3 [09:07:08.214] | : [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:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=2.parallelly.parent=129388.1f96c3bd4550b.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=27587 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=sequential [09:07:08.219] | : [local output] - Exit code of system() call: 0 [09:07:08.219] | : [local output] Waiting for worker #2 on 'localhost' to connect back [09:07:08.475] | : [local output] Connection with worker #2 on 'localhost' established [09:07:08.475] | [local output] Creating node #2 of 2 ... done [09:07:08.476] | [local output] Launching of 2 workers completed [09:07:08.476] | [local output] Number of nodes in cluster: 2 [09:07:08.477] | [local output] Collecting session information from 2 workers [09:07:08.478] | : [local output] Worker #1 of 2 [09:07:08.479] | : [local output] Worker #2 of 2 [09:07:08.480] | [local output] Collecting session information from 2 workers [09:07:08.480] [local output] makeClusterPSOCK() ... done user system elapsed 0.06 0.00 0.57 Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 alpha (2025-03-23 r88038 ucrt), platform x86_64-w64-mingw32) [09:07:08.519] [local output] makeClusterPSOCK() ... [09:07:08.521] | [local output] Workers: [n = 2] 'localhost', 'localhost' [09:07:08.525] | [local output] Base port: 39757 [09:07:08.525] | [local output] Getting setup options for 2 cluster nodes ... [09:07:08.525] | [local output] Node #1 of 2 ... [09:07:08.526] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:08.527] | [local output] Rscript port: 39757 [09:07:08.528] | [local output] Node #2 of 2 ... [09:07:08.528] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:08.530] | [local output] Rscript port: 39757 [09:07:08.530] | [local output] Getting setup options for 2 cluster nodes ... done [09:07:08.530] | [local output] Parallel setup requested for some PSOCK nodes [09:07:08.531] | [local output] Setting up PSOCK nodes in parallel [09:07:08.531] | List of 36 [09:07:08.531] | $ worker : chr "localhost" [09:07:08.531] | ..- attr(*, "localhost")= logi TRUE [09:07:08.531] | $ master : chr "localhost" [09:07:08.531] | $ port : int 39757 [09:07:08.531] | $ connectTimeout : num 120 [09:07:08.531] | $ timeout : num 120 [09:07:08.531] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:08.531] | $ homogeneous : logi TRUE [09:07:08.531] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:08.531] | $ rscript_envs : NULL [09:07:08.531] | $ rscript_libs : NULL [09:07:08.531] | $ rscript_startup : NULL [09:07:08.531] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:08.531] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:08.531] | $ methods : logi TRUE [09:07:08.531] | $ socketOptions : chr "no-delay" [09:07:08.531] | $ useXDR : logi FALSE [09:07:08.531] | $ outfile : chr "/dev/null" [09:07:08.531] | $ renice : int NA [09:07:08.531] | $ rshcmd : NULL [09:07:08.531] | $ user : chr(0) [09:07:08.531] | $ revtunnel : logi FALSE [09:07:08.531] | $ rshlogfile : NULL [09:07:08.531] | $ rshopts : chr(0) [09:07:08.531] | $ rank : int 1 [09:07:08.531] | $ manual : logi FALSE [09:07:08.531] | $ dryrun : logi FALSE [09:07:08.531] | $ quiet : logi FALSE [09:07:08.531] | $ setup_strategy : chr "parallel" [09:07:08.531] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:08.531] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c77a22878.pid" [09:07:08.531] | $ rshcmd_label : NULL [09:07:08.531] | $ rsh_call : NULL [09:07:08.531] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:08.531] | $ localMachine : logi TRUE [09:07:08.531] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:08.531] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:08.531] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:08.531] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:08.531] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:08.531] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:08.531] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:08.531] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:08.531] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:08.531] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:08.531] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:08.531] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:08.531] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:08.531] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:08.531] | $ arguments :List of 28 [09:07:08.531] | ..$ worker : chr "localhost" [09:07:08.531] | ..$ master : NULL [09:07:08.531] | ..$ port : int 39757 [09:07:08.531] | ..$ connectTimeout : num 120 [09:07:08.531] | ..$ timeout : num 120 [09:07:08.531] | ..$ rscript : NULL [09:07:08.531] | ..$ homogeneous : NULL [09:07:08.531] | ..$ rscript_args : NULL [09:07:08.531] | ..$ rscript_envs : NULL [09:07:08.531] | ..$ rscript_libs : NULL [09:07:08.531] | ..$ rscript_startup : NULL [09:07:08.531] | ..$ rscript_sh : chr "auto" [09:07:08.531] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:08.531] | ..$ methods : logi TRUE [09:07:08.531] | ..$ socketOptions : chr "no-delay" [09:07:08.531] | ..$ useXDR : logi FALSE [09:07:08.531] | ..$ outfile : chr "/dev/null" [09:07:08.531] | ..$ renice : int NA [09:07:08.531] | ..$ rshcmd : NULL [09:07:08.531] | ..$ user : NULL [09:07:08.531] | ..$ revtunnel : logi NA [09:07:08.531] | ..$ rshlogfile : NULL [09:07:08.531] | ..$ rshopts : NULL [09:07:08.531] | ..$ rank : int 1 [09:07:08.531] | ..$ manual : logi FALSE [09:07:08.531] | ..$ dryrun : logi FALSE [09:07:08.531] | ..$ quiet : logi FALSE [09:07:08.531] | ..$ setup_strategy : chr "parallel" [09:07:08.531] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:08.559] | [local output] System call to launch all workers: [09:07:08.559] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c77a22878.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=39757 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:08.560] | [local output] Starting PSOCK main server [09:07:08.570] | [local output] Workers launched [09:07:08.570] | [local output] Waiting for workers to connect back ... [09:07:08.571] | : [local output] 0 workers out of 2 ready [09:07:08.848] | : [local output] 0 workers out of 2 ready [09:07:08.849] | : [local output] 1 workers out of 2 ready [09:07:08.852] | : [local output] 1 workers out of 2 ready [09:07:08.853] | : [local output] 2 workers out of 2 ready [09:07:08.853] | [local output] Waiting for workers to connect back ... done [09:07:08.853] | [local output] Launching of 2 workers completed [09:07:08.854] | [local output] Number of nodes in cluster: 2 [09:07:08.854] | [local output] Collecting session information from 2 workers [09:07:08.856] | : [local output] Worker #1 of 2 [09:07:08.858] | : [local output] Worker #2 of 2 [09:07:08.858] | [local output] Collecting session information from 2 workers [09:07:08.858] [local output] makeClusterPSOCK() ... done user system elapsed 0.05 0.00 0.34 Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 alpha (2025-03-23 r88038 ucrt), platform x86_64-w64-mingw32) > message("- makeClusterPSOCK() - with and w/out validation") - makeClusterPSOCK() - with and w/out validation > cl <- makeClusterPSOCK(1, validate = TRUE) [09:07:08.870] [local output] makeClusterPSOCK() ... [09:07:08.873] | [local output] Workers: [n = 1] 'localhost' [09:07:08.877] | [local output] Base port: 21010 [09:07:08.877] | [local output] Getting setup options for 1 cluster nodes ... [09:07:08.877] | [local output] Node #1 of 1 ... [09:07:08.878] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:08.880] | [local output] Rscript port: 21010 [09:07:08.881] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:08.881] | [local output] Parallel setup requested for some PSOCK nodes [09:07:08.882] | [local output] Setting up PSOCK nodes in parallel [09:07:08.882] | List of 36 [09:07:08.882] | $ worker : chr "localhost" [09:07:08.882] | ..- attr(*, "localhost")= logi TRUE [09:07:08.882] | $ master : chr "localhost" [09:07:08.882] | $ port : int 21010 [09:07:08.882] | $ connectTimeout : num 120 [09:07:08.882] | $ timeout : num 120 [09:07:08.882] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:08.882] | $ homogeneous : logi TRUE [09:07:08.882] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:08.882] | $ rscript_envs : NULL [09:07:08.882] | $ rscript_libs : NULL [09:07:08.882] | $ rscript_startup : NULL [09:07:08.882] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:08.882] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:08.882] | $ methods : logi TRUE [09:07:08.882] | $ socketOptions : chr "no-delay" [09:07:08.882] | $ useXDR : logi FALSE [09:07:08.882] | $ outfile : chr "/dev/null" [09:07:08.882] | $ renice : int NA [09:07:08.882] | $ rshcmd : NULL [09:07:08.882] | $ user : chr(0) [09:07:08.882] | $ revtunnel : logi FALSE [09:07:08.882] | $ rshlogfile : NULL [09:07:08.882] | $ rshopts : chr(0) [09:07:08.882] | $ rank : int 1 [09:07:08.882] | $ manual : logi FALSE [09:07:08.882] | $ dryrun : logi FALSE [09:07:08.882] | $ quiet : logi FALSE [09:07:08.882] | $ setup_strategy : chr "parallel" [09:07:08.882] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:08.882] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c516214e9.pid" [09:07:08.882] | $ rshcmd_label : NULL [09:07:08.882] | $ rsh_call : NULL [09:07:08.882] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:08.882] | $ localMachine : logi TRUE [09:07:08.882] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:08.882] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:08.882] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:08.882] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:08.882] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:08.882] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:08.882] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:08.882] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:08.882] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:08.882] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:08.882] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:08.882] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:08.882] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:08.882] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:08.882] | $ arguments :List of 28 [09:07:08.882] | ..$ worker : chr "localhost" [09:07:08.882] | ..$ master : NULL [09:07:08.882] | ..$ port : int 21010 [09:07:08.882] | ..$ connectTimeout : num 120 [09:07:08.882] | ..$ timeout : num 120 [09:07:08.882] | ..$ rscript : NULL [09:07:08.882] | ..$ homogeneous : NULL [09:07:08.882] | ..$ rscript_args : NULL [09:07:08.882] | ..$ rscript_envs : NULL [09:07:08.882] | ..$ rscript_libs : NULL [09:07:08.882] | ..$ rscript_startup : NULL [09:07:08.882] | ..$ rscript_sh : chr "auto" [09:07:08.882] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:08.882] | ..$ methods : logi TRUE [09:07:08.882] | ..$ socketOptions : chr "no-delay" [09:07:08.882] | ..$ useXDR : logi FALSE [09:07:08.882] | ..$ outfile : chr "/dev/null" [09:07:08.882] | ..$ renice : int NA [09:07:08.882] | ..$ rshcmd : NULL [09:07:08.882] | ..$ user : NULL [09:07:08.882] | ..$ revtunnel : logi NA [09:07:08.882] | ..$ rshlogfile : NULL [09:07:08.882] | ..$ rshopts : NULL [09:07:08.882] | ..$ rank : int 1 [09:07:08.882] | ..$ manual : logi FALSE [09:07:08.882] | ..$ dryrun : logi FALSE [09:07:08.882] | ..$ quiet : logi FALSE [09:07:08.882] | ..$ setup_strategy : chr "parallel" [09:07:08.882] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:08.920] | [local output] System call to launch all workers: [09:07:08.920] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c516214e9.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=21010 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:08.921] | [local output] Starting PSOCK main server [09:07:08.927] | [local output] Workers launched [09:07:08.927] | [local output] Waiting for workers to connect back ... [09:07:08.928] | : [local output] 0 workers out of 1 ready [09:07:09.168] | : [local output] 0 workers out of 1 ready [09:07:09.169] | : [local output] 1 workers out of 1 ready [09:07:09.170] | [local output] Waiting for workers to connect back ... done [09:07:09.170] | [local output] Launching of 1 workers completed [09:07:09.170] | [local output] Number of nodes in cluster: 1 [09:07:09.171] | [local output] Collecting session information from 1 workers [09:07:09.172] | : [local output] Worker #1 of 1 [09:07:09.173] | [local output] Collecting session information from 1 workers [09:07:09.173] [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) [09:07:09.180] [local output] makeClusterPSOCK() ... [09:07:09.184] | [local output] Workers: [n = 1] 'localhost' [09:07:09.188] | [local output] Base port: 30693 [09:07:09.189] | [local output] Getting setup options for 1 cluster nodes ... [09:07:09.189] | [local output] Node #1 of 1 ... [09:07:09.190] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:09.193] | [local output] Rscript port: 30693 [09:07:09.194] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:09.194] | [local output] Parallel setup requested for some PSOCK nodes [09:07:09.195] | [local output] Setting up PSOCK nodes in parallel [09:07:09.195] | List of 36 [09:07:09.195] | $ worker : chr "localhost" [09:07:09.195] | ..- attr(*, "localhost")= logi TRUE [09:07:09.195] | $ master : chr "localhost" [09:07:09.195] | $ port : int 30693 [09:07:09.195] | $ connectTimeout : num 120 [09:07:09.195] | $ timeout : num 120 [09:07:09.195] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:09.195] | $ homogeneous : logi TRUE [09:07:09.195] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:09.195] | $ rscript_envs : NULL [09:07:09.195] | $ rscript_libs : NULL [09:07:09.195] | $ rscript_startup : NULL [09:07:09.195] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:09.195] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:09.195] | $ methods : logi TRUE [09:07:09.195] | $ socketOptions : chr "no-delay" [09:07:09.195] | $ useXDR : logi FALSE [09:07:09.195] | $ outfile : chr "/dev/null" [09:07:09.195] | $ renice : int NA [09:07:09.195] | $ rshcmd : NULL [09:07:09.195] | $ user : chr(0) [09:07:09.195] | $ revtunnel : logi FALSE [09:07:09.195] | $ rshlogfile : NULL [09:07:09.195] | $ rshopts : chr(0) [09:07:09.195] | $ rank : int 1 [09:07:09.195] | $ manual : logi FALSE [09:07:09.195] | $ dryrun : logi FALSE [09:07:09.195] | $ quiet : logi FALSE [09:07:09.195] | $ setup_strategy : chr "parallel" [09:07:09.195] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:09.195] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c5b89557a.pid" [09:07:09.195] | $ rshcmd_label : NULL [09:07:09.195] | $ rsh_call : NULL [09:07:09.195] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:09.195] | $ localMachine : logi TRUE [09:07:09.195] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:09.195] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:09.195] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:09.195] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:09.195] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:09.195] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:09.195] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:09.195] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:09.195] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:09.195] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:09.195] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:09.195] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:09.195] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:09.195] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:09.195] | $ arguments :List of 28 [09:07:09.195] | ..$ worker : chr "localhost" [09:07:09.195] | ..$ master : NULL [09:07:09.195] | ..$ port : int 30693 [09:07:09.195] | ..$ connectTimeout : num 120 [09:07:09.195] | ..$ timeout : num 120 [09:07:09.195] | ..$ rscript : NULL [09:07:09.195] | ..$ homogeneous : NULL [09:07:09.195] | ..$ rscript_args : NULL [09:07:09.195] | ..$ rscript_envs : NULL [09:07:09.195] | ..$ rscript_libs : NULL [09:07:09.195] | ..$ rscript_startup : NULL [09:07:09.195] | ..$ rscript_sh : chr "auto" [09:07:09.195] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:09.195] | ..$ methods : logi TRUE [09:07:09.195] | ..$ socketOptions : chr "no-delay" [09:07:09.195] | ..$ useXDR : logi FALSE [09:07:09.195] | ..$ outfile : chr "/dev/null" [09:07:09.195] | ..$ renice : int NA [09:07:09.195] | ..$ rshcmd : NULL [09:07:09.195] | ..$ user : NULL [09:07:09.195] | ..$ revtunnel : logi NA [09:07:09.195] | ..$ rshlogfile : NULL [09:07:09.195] | ..$ rshopts : NULL [09:07:09.195] | ..$ rank : int 1 [09:07:09.195] | ..$ manual : logi FALSE [09:07:09.195] | ..$ dryrun : logi FALSE [09:07:09.195] | ..$ quiet : logi FALSE [09:07:09.195] | ..$ setup_strategy : chr "parallel" [09:07:09.195] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:09.237] | [local output] System call to launch all workers: [09:07:09.237] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c5b89557a.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=30693 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:09.238] | [local output] Starting PSOCK main server [09:07:09.244] | [local output] Workers launched [09:07:09.244] | [local output] Waiting for workers to connect back ... [09:07:09.245] | : [local output] 0 workers out of 1 ready [09:07:09.482] | : [local output] 0 workers out of 1 ready [09:07:09.483] | : [local output] 1 workers out of 1 ready [09:07:09.483] | [local output] Waiting for workers to connect back ... done [09:07:09.483] | [local output] Launching of 1 workers completed [09:07:09.483] | [local output] Number of nodes in cluster: 1 [09:07:09.484] [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 = "") [09:07:09.491] [local output] makeClusterPSOCK() ... [09:07:09.494] | [local output] Workers: [n = 1] 'localhost' [09:07:09.498] | [local output] Base port: 34445 [09:07:09.498] | [local output] Getting setup options for 1 cluster nodes ... [09:07:09.499] | [local output] Node #1 of 1 ... [09:07:09.499] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:09.502] | [local output] Rscript port: 34445 [09:07:09.502] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:09.503] | [local output] Parallel setup requested for some PSOCK nodes [09:07:09.503] | [local output] Setting up PSOCK nodes in parallel [09:07:09.504] | List of 36 [09:07:09.504] | $ worker : chr "localhost" [09:07:09.504] | ..- attr(*, "localhost")= logi TRUE [09:07:09.504] | $ master : chr "localhost" [09:07:09.504] | $ port : int 34445 [09:07:09.504] | $ connectTimeout : num 120 [09:07:09.504] | $ timeout : num 120 [09:07:09.504] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:09.504] | $ homogeneous : logi TRUE [09:07:09.504] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:09.504] | $ rscript_envs : NULL [09:07:09.504] | $ rscript_libs : NULL [09:07:09.504] | $ rscript_startup : NULL [09:07:09.504] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:09.504] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:09.504] | $ methods : logi TRUE [09:07:09.504] | $ socketOptions : chr "no-delay" [09:07:09.504] | $ useXDR : logi FALSE [09:07:09.504] | $ outfile : chr "" [09:07:09.504] | $ renice : int NA [09:07:09.504] | $ rshcmd : NULL [09:07:09.504] | $ user : chr(0) [09:07:09.504] | $ revtunnel : logi FALSE [09:07:09.504] | $ rshlogfile : NULL [09:07:09.504] | $ rshopts : chr(0) [09:07:09.504] | $ rank : int 1 [09:07:09.504] | $ manual : logi FALSE [09:07:09.504] | $ dryrun : logi FALSE [09:07:09.504] | $ quiet : logi FALSE [09:07:09.504] | $ setup_strategy : chr "parallel" [09:07:09.504] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:09.504] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c688b64b0.pid" [09:07:09.504] | $ rshcmd_label : NULL [09:07:09.504] | $ rsh_call : NULL [09:07:09.504] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:09.504] | $ localMachine : logi TRUE [09:07:09.504] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:09.504] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:09.504] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:09.504] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:09.504] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:09.504] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:09.504] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:09.504] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:09.504] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:09.504] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:09.504] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:09.504] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:09.504] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:09.504] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:09.504] | $ arguments :List of 28 [09:07:09.504] | ..$ worker : chr "localhost" [09:07:09.504] | ..$ master : NULL [09:07:09.504] | ..$ port : int 34445 [09:07:09.504] | ..$ connectTimeout : num 120 [09:07:09.504] | ..$ timeout : num 120 [09:07:09.504] | ..$ rscript : NULL [09:07:09.504] | ..$ homogeneous : NULL [09:07:09.504] | ..$ rscript_args : NULL [09:07:09.504] | ..$ rscript_envs : NULL [09:07:09.504] | ..$ rscript_libs : NULL [09:07:09.504] | ..$ rscript_startup : NULL [09:07:09.504] | ..$ rscript_sh : chr "auto" [09:07:09.504] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:09.504] | ..$ methods : logi TRUE [09:07:09.504] | ..$ socketOptions : chr "no-delay" [09:07:09.504] | ..$ useXDR : logi FALSE [09:07:09.504] | ..$ outfile : chr "" [09:07:09.504] | ..$ renice : int NA [09:07:09.504] | ..$ rshcmd : NULL [09:07:09.504] | ..$ user : NULL [09:07:09.504] | ..$ revtunnel : logi NA [09:07:09.504] | ..$ rshlogfile : NULL [09:07:09.504] | ..$ rshopts : NULL [09:07:09.504] | ..$ rank : int 1 [09:07:09.504] | ..$ manual : logi FALSE [09:07:09.504] | ..$ dryrun : logi FALSE [09:07:09.504] | ..$ quiet : logi FALSE [09:07:09.504] | ..$ setup_strategy : chr "parallel" [09:07:09.504] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:09.538] | [local output] System call to launch all workers: [09:07:09.538] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c688b64b0.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=34445 OUT= TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:09.539] | [local output] Starting PSOCK main server [09:07:09.545] | [local output] Workers launched [09:07:09.545] | [local output] Waiting for workers to connect back ... [09:07:09.545] | : [local output] 0 workers out of 1 ready starting worker pid=111500 on localhost:34445 at 09:07:09.778 [09:07:09.791] | : [local output] 0 workers out of 1 ready [09:07:09.791] | : [local output] 1 workers out of 1 ready [09:07:09.792] | [local output] Waiting for workers to connect back ... done [09:07:09.792] | [local output] Launching of 1 workers completed [09:07:09.792] | [local output] Number of nodes in cluster: 1 [09:07:09.792] | [local output] Collecting session information from 1 workers [09:07:09.794] | : [local output] Worker #1 of 1 [09:07:09.794] | [local output] Collecting session information from 1 workers [09:07:09.794] [local output] makeClusterPSOCK() ... done > print(cl) Socket cluster with 1 nodes where 1 node is on host 'localhost' (R version 4.5.0 alpha (2025-03-23 r88038 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) [09:07:09.801] [local output] makeClusterPSOCK() ... [09:07:09.803] | [local output] Workers: [n = 1] 'localhost' [09:07:09.807] | [local output] Base port: 38006 [09:07:09.807] | [local output] Getting setup options for 1 cluster nodes ... [09:07:09.807] | [local output] Node #1 of 1 ... [09:07:09.808] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:09.810] | [local output] Rscript port: 38006 [09:07:09.811] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:09.811] | [local output] Parallel setup requested for some PSOCK nodes [09:07:09.811] | [local output] Setting up PSOCK nodes in parallel [09:07:09.811] | List of 36 [09:07:09.811] | $ worker : chr "localhost" [09:07:09.811] | ..- attr(*, "localhost")= logi TRUE [09:07:09.811] | $ master : chr "localhost" [09:07:09.811] | $ port : int 38006 [09:07:09.811] | $ connectTimeout : num 120 [09:07:09.811] | $ timeout : num 120 [09:07:09.811] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:09.811] | $ homogeneous : logi TRUE [09:07:09.811] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:09.811] | $ rscript_envs : NULL [09:07:09.811] | $ rscript_libs : NULL [09:07:09.811] | $ rscript_startup : NULL [09:07:09.811] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:09.811] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:09.811] | $ methods : logi TRUE [09:07:09.811] | $ socketOptions : chr "no-delay" [09:07:09.811] | $ useXDR : logi FALSE [09:07:09.811] | $ outfile : chr "/dev/null" [09:07:09.811] | $ renice : int NA [09:07:09.811] | $ rshcmd : NULL [09:07:09.811] | $ user : chr(0) [09:07:09.811] | $ revtunnel : logi FALSE [09:07:09.811] | $ rshlogfile : NULL [09:07:09.811] | $ rshopts : chr(0) [09:07:09.811] | $ rank : int 1 [09:07:09.811] | $ manual : logi FALSE [09:07:09.811] | $ dryrun : logi FALSE [09:07:09.811] | $ quiet : logi FALSE [09:07:09.811] | $ setup_strategy : chr "parallel" [09:07:09.811] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:09.811] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c4a421d8d.pid" [09:07:09.811] | $ rshcmd_label : NULL [09:07:09.811] | $ rsh_call : NULL [09:07:09.811] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:09.811] | $ localMachine : logi TRUE [09:07:09.811] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:09.811] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:09.811] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:09.811] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:09.811] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:09.811] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:09.811] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:09.811] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:09.811] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:09.811] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:09.811] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:09.811] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:09.811] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:09.811] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:09.811] | $ arguments :List of 28 [09:07:09.811] | ..$ worker : chr "localhost" [09:07:09.811] | ..$ master : NULL [09:07:09.811] | ..$ port : int 38006 [09:07:09.811] | ..$ connectTimeout : num 120 [09:07:09.811] | ..$ timeout : num 120 [09:07:09.811] | ..$ rscript : NULL [09:07:09.811] | ..$ homogeneous : NULL [09:07:09.811] | ..$ rscript_args : NULL [09:07:09.811] | ..$ rscript_envs : NULL [09:07:09.811] | ..$ rscript_libs : NULL [09:07:09.811] | ..$ rscript_startup : NULL [09:07:09.811] | ..$ rscript_sh : chr "auto" [09:07:09.811] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:09.811] | ..$ methods : logi TRUE [09:07:09.811] | ..$ socketOptions : chr "no-delay" [09:07:09.811] | ..$ useXDR : logi FALSE [09:07:09.811] | ..$ outfile : chr "/dev/null" [09:07:09.811] | ..$ renice : int NA [09:07:09.811] | ..$ rshcmd : NULL [09:07:09.811] | ..$ user : NULL [09:07:09.811] | ..$ revtunnel : logi NA [09:07:09.811] | ..$ rshlogfile : NULL [09:07:09.811] | ..$ rshopts : NULL [09:07:09.811] | ..$ rank : int 1 [09:07:09.811] | ..$ manual : logi FALSE [09:07:09.811] | ..$ dryrun : logi FALSE [09:07:09.811] | ..$ quiet : logi FALSE [09:07:09.811] | ..$ setup_strategy : chr "parallel" [09:07:09.811] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:09.842] | [local output] System call to launch all workers: [09:07:09.842] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c4a421d8d.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=38006 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:09.843] | [local output] Starting PSOCK main server [09:07:09.849] | [local output] Workers launched [09:07:09.849] | [local output] Waiting for workers to connect back ... [09:07:09.849] | : [local output] 0 workers out of 1 ready [09:07:10.165] | : [local output] 0 workers out of 1 ready [09:07:10.166] | : [local output] 1 workers out of 1 ready [09:07:10.167] | [local output] Waiting for workers to connect back ... done [09:07:10.167] | [local output] Launching of 1 workers completed [09:07:10.167] | [local output] Number of nodes in cluster: 1 [09:07:10.168] | [local output] Collecting session information from 1 workers [09:07:10.169] | : [local output] Worker #1 of 1 [09:07:10.170] | [local output] Collecting session information from 1 workers [09:07:10.170] [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' [09:07:10.185] [local output] makeClusterPSOCK() ... [09:07:10.187] | [local output] Workers: [n = 1] 'localhost' [09:07:10.190] | [local output] Base port: 32201 [09:07:10.191] | [local output] Getting setup options for 1 cluster nodes ... [09:07:10.191] | [local output] Node #1 of 1 ... [09:07:10.191] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:10.193] | 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_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c6a304118.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c6a304118.pid\")"' [09:07:10.528] | - Possible to infer worker's PID: TRUE [09:07:10.529] | [local output] Rscript port: 32201 [09:07:10.529] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:10.530] | [local output] Parallel setup requested for some PSOCK nodes [09:07:10.530] | [local output] Setting up PSOCK nodes in parallel [09:07:10.531] | List of 36 [09:07:10.531] | $ worker : chr "localhost" [09:07:10.531] | ..- attr(*, "localhost")= logi TRUE [09:07:10.531] | $ master : chr "localhost" [09:07:10.531] | $ port : int 32201 [09:07:10.531] | $ connectTimeout : num 120 [09:07:10.531] | $ timeout : num 120 [09:07:10.531] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [09:07:10.531] | $ homogeneous : logi TRUE [09:07:10.531] | $ rscript_args : chr "R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#label=test-make"| __truncated__ [09:07:10.531] | $ rscript_envs : NULL [09:07:10.531] | $ rscript_libs : NULL [09:07:10.531] | $ rscript_startup : NULL [09:07:10.531] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:10.531] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:10.531] | $ methods : logi TRUE [09:07:10.531] | $ socketOptions : chr "no-delay" [09:07:10.531] | $ useXDR : logi FALSE [09:07:10.531] | $ outfile : chr "/dev/null" [09:07:10.531] | $ renice : int NA [09:07:10.531] | $ rshcmd : NULL [09:07:10.531] | $ user : chr(0) [09:07:10.531] | $ revtunnel : logi FALSE [09:07:10.531] | $ rshlogfile : NULL [09:07:10.531] | $ rshopts : chr(0) [09:07:10.531] | $ rank : int 1 [09:07:10.531] | $ manual : logi FALSE [09:07:10.531] | $ dryrun : logi FALSE [09:07:10.531] | $ quiet : logi FALSE [09:07:10.531] | $ setup_strategy : chr "parallel" [09:07:10.531] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [09:07:10.531] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c6a304118.pid" [09:07:10.531] | $ rshcmd_label : NULL [09:07:10.531] | $ rsh_call : NULL [09:07:10.531] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [09:07:10.531] | $ localMachine : logi TRUE [09:07:10.531] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:10.531] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:10.531] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:10.531] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:10.531] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:10.531] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:10.531] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:10.531] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:10.531] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:10.531] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:10.531] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:10.531] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:10.531] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:10.531] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:10.531] | $ arguments :List of 28 [09:07:10.531] | ..$ worker : chr "localhost" [09:07:10.531] | ..$ master : NULL [09:07:10.531] | ..$ port : int 32201 [09:07:10.531] | ..$ connectTimeout : num 120 [09:07:10.531] | ..$ timeout : num 120 [09:07:10.531] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [09:07:10.531] | ..$ homogeneous : NULL [09:07:10.531] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [09:07:10.531] | ..$ rscript_envs : NULL [09:07:10.531] | ..$ rscript_libs : NULL [09:07:10.531] | ..$ rscript_startup : NULL [09:07:10.531] | ..$ rscript_sh : chr "auto" [09:07:10.531] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:10.531] | ..$ methods : logi TRUE [09:07:10.531] | ..$ socketOptions : chr "no-delay" [09:07:10.531] | ..$ useXDR : logi FALSE [09:07:10.531] | ..$ outfile : chr "/dev/null" [09:07:10.531] | ..$ renice : int NA [09:07:10.531] | ..$ rshcmd : NULL [09:07:10.531] | ..$ user : NULL [09:07:10.531] | ..$ revtunnel : logi NA [09:07:10.531] | ..$ rshlogfile : NULL [09:07:10.531] | ..$ rshopts : NULL [09:07:10.531] | ..$ rank : int 1 [09:07:10.531] | ..$ manual : logi FALSE [09:07:10.531] | ..$ dryrun : logi FALSE [09:07:10.531] | ..$ quiet : logi FALSE [09:07:10.531] | ..$ setup_strategy : chr "parallel" [09:07:10.531] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:10.555] | [local output] System call to launch all workers: [09:07:10.555] | [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:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c6a304118.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=32201 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:10.555] | [local output] Starting PSOCK main server [09:07:10.560] | [local output] Workers launched [09:07:10.560] | [local output] Waiting for workers to connect back ... [09:07:10.561] | : [local output] 0 workers out of 1 ready [09:07:10.814] | : [local output] 0 workers out of 1 ready [09:07:10.815] | : [local output] 1 workers out of 1 ready [09:07:10.815] | [local output] Waiting for workers to connect back ... done [09:07:10.815] | [local output] Launching of 1 workers completed [09:07:10.816] | [local output] Number of nodes in cluster: 1 [09:07:10.816] | [local output] Collecting session information from 1 workers [09:07:10.818] | : [local output] Worker #1 of 1 [09:07:10.818] | [local output] Collecting session information from 1 workers [09:07:10.818] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [09:07:10.826] [local output] makeClusterPSOCK() ... [09:07:10.829] | [local output] Workers: [n = 1] 'localhost' [09:07:10.833] | [local output] Base port: 34284 [09:07:10.834] | [local output] Getting setup options for 1 cluster nodes ... [09:07:10.834] | [local output] Node #1 of 1 ... [09:07:10.835] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:10.838] | [local output] Rscript port: 34284 [09:07:10.838] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:10.839] | [local output] Parallel setup requested for some PSOCK nodes [09:07:10.839] | [local output] Setting up PSOCK nodes in parallel [09:07:10.840] | List of 36 [09:07:10.840] | $ worker : chr "localhost" [09:07:10.840] | ..- attr(*, "localhost")= logi TRUE [09:07:10.840] | $ master : chr "localhost" [09:07:10.840] | $ port : int 34284 [09:07:10.840] | $ connectTimeout : num 120 [09:07:10.840] | $ timeout : num 120 [09:07:10.840] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [09:07:10.840] | $ homogeneous : logi TRUE [09:07:10.840] | $ rscript_args : chr "R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#label=test-make"| __truncated__ [09:07:10.840] | $ rscript_envs : NULL [09:07:10.840] | $ rscript_libs : NULL [09:07:10.840] | $ rscript_startup : NULL [09:07:10.840] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:10.840] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:10.840] | $ methods : logi TRUE [09:07:10.840] | $ socketOptions : chr "no-delay" [09:07:10.840] | $ useXDR : logi FALSE [09:07:10.840] | $ outfile : chr "/dev/null" [09:07:10.840] | $ renice : int NA [09:07:10.840] | $ rshcmd : NULL [09:07:10.840] | $ user : chr(0) [09:07:10.840] | $ revtunnel : logi FALSE [09:07:10.840] | $ rshlogfile : NULL [09:07:10.840] | $ rshopts : chr(0) [09:07:10.840] | $ rank : int 1 [09:07:10.840] | $ manual : logi FALSE [09:07:10.840] | $ dryrun : logi FALSE [09:07:10.840] | $ quiet : logi FALSE [09:07:10.840] | $ setup_strategy : chr "parallel" [09:07:10.840] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [09:07:10.840] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c31c34d9a.pid" [09:07:10.840] | $ rshcmd_label : NULL [09:07:10.840] | $ rsh_call : NULL [09:07:10.840] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,met"| __truncated__ [09:07:10.840] | $ localMachine : logi TRUE [09:07:10.840] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:10.840] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:10.840] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:10.840] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:10.840] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:10.840] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:10.840] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:10.840] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:10.840] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:10.840] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:10.840] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:10.840] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:10.840] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:10.840] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:10.840] | $ arguments :List of 28 [09:07:10.840] | ..$ worker : chr "localhost" [09:07:10.840] | ..$ master : NULL [09:07:10.840] | ..$ port : int 34284 [09:07:10.840] | ..$ connectTimeout : num 120 [09:07:10.840] | ..$ timeout : num 120 [09:07:10.840] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [09:07:10.840] | ..$ homogeneous : NULL [09:07:10.840] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [09:07:10.840] | ..$ rscript_envs : NULL [09:07:10.840] | ..$ rscript_libs : NULL [09:07:10.840] | ..$ rscript_startup : NULL [09:07:10.840] | ..$ rscript_sh : chr "auto" [09:07:10.840] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:10.840] | ..$ methods : logi TRUE [09:07:10.840] | ..$ socketOptions : chr "no-delay" [09:07:10.840] | ..$ useXDR : logi FALSE [09:07:10.840] | ..$ outfile : chr "/dev/null" [09:07:10.840] | ..$ renice : int NA [09:07:10.840] | ..$ rshcmd : NULL [09:07:10.840] | ..$ user : NULL [09:07:10.840] | ..$ revtunnel : logi NA [09:07:10.840] | ..$ rshlogfile : NULL [09:07:10.840] | ..$ rshopts : NULL [09:07:10.840] | ..$ rank : int 1 [09:07:10.840] | ..$ manual : logi FALSE [09:07:10.840] | ..$ dryrun : logi FALSE [09:07:10.840] | ..$ quiet : logi FALSE [09:07:10.840] | ..$ setup_strategy : chr "parallel" [09:07:10.840] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:10.875] | [local output] System call to launch all workers: [09:07:10.876] | [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:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c31c34d9a.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=34284 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:10.876] | [local output] Starting PSOCK main server [09:07:10.882] | [local output] Workers launched [09:07:10.882] | [local output] Waiting for workers to connect back ... [09:07:10.882] | : [local output] 0 workers out of 1 ready [09:07:11.156] | : [local output] 0 workers out of 1 ready [09:07:11.157] | : [local output] 1 workers out of 1 ready [09:07:11.157] | [local output] Waiting for workers to connect back ... done [09:07:11.158] | [local output] Launching of 1 workers completed [09:07:11.158] | [local output] Number of nodes in cluster: 1 [09:07:11.158] | [local output] Collecting session information from 1 workers [09:07:11.162] | : [local output] Worker #1 of 1 [09:07:11.162] | [local output] Collecting session information from 1 workers [09:07:11.163] [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' [09:07:11.181] [local output] makeClusterPSOCK() ... [09:07:11.183] | [local output] Workers: [n = 1] 'localhost' [09:07:11.186] | [local output] Base port: 31436 [09:07:11.187] | [local output] Getting setup options for 1 cluster nodes ... [09:07:11.187] | [local output] Node #1 of 1 ... [09:07:11.188] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:11.189] | 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_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c47d7560d.pid\")),silent=TRUE)" -e "file.exists(\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c47d7560d.pid\")"' [09:07:11.528] | - Possible to infer worker's PID: TRUE [09:07:11.529] | [local output] Rscript port: 31436 [09:07:11.530] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:11.530] | [local output] Parallel setup requested for some PSOCK nodes [09:07:11.531] | [local output] Setting up PSOCK nodes in parallel [09:07:11.531] | List of 36 [09:07:11.531] | $ worker : chr "localhost" [09:07:11.531] | ..- attr(*, "localhost")= logi TRUE [09:07:11.531] | $ master : chr "localhost" [09:07:11.531] | $ port : int 31436 [09:07:11.531] | $ connectTimeout : num 120 [09:07:11.531] | $ timeout : num 120 [09:07:11.531] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\"" [09:07:11.531] | $ homogeneous : logi TRUE [09:07:11.531] | $ rscript_args : chr "--default-packages=utils,tools -e \"#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN\" -e \"try(suppressWarn"| __truncated__ [09:07:11.531] | $ rscript_envs : NULL [09:07:11.531] | $ rscript_libs : NULL [09:07:11.531] | $ rscript_startup : NULL [09:07:11.531] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:11.531] | $ default_packages: chr [1:2] "utils" "tools" [09:07:11.531] | $ methods : logi TRUE [09:07:11.531] | $ socketOptions : chr "no-delay" [09:07:11.531] | $ useXDR : logi FALSE [09:07:11.531] | $ outfile : chr "/dev/null" [09:07:11.531] | $ renice : int NA [09:07:11.531] | $ rshcmd : NULL [09:07:11.531] | $ user : chr(0) [09:07:11.531] | $ revtunnel : logi FALSE [09:07:11.531] | $ rshlogfile : NULL [09:07:11.531] | $ rshopts : chr(0) [09:07:11.531] | $ rank : int 1 [09:07:11.531] | $ manual : logi FALSE [09:07:11.531] | $ dryrun : logi FALSE [09:07:11.531] | $ quiet : logi FALSE [09:07:11.531] | $ setup_strategy : chr "parallel" [09:07:11.531] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=utils,tools -e \"#label=test-makeClusterP"| __truncated__ [09:07:11.531] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c47d7560d.pid" [09:07:11.531] | $ rshcmd_label : NULL [09:07:11.531] | $ rsh_call : NULL [09:07:11.531] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=utils,tools -e \"#label=test-makeClusterP"| __truncated__ [09:07:11.531] | $ localMachine : logi TRUE [09:07:11.531] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:11.531] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:11.531] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:11.531] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:11.531] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:11.531] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:11.531] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:11.531] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:11.531] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:11.531] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:11.531] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:11.531] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:11.531] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:11.531] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:11.531] | $ arguments :List of 28 [09:07:11.531] | ..$ worker : chr "localhost" [09:07:11.531] | ..$ master : NULL [09:07:11.531] | ..$ port : int 31436 [09:07:11.531] | ..$ connectTimeout : num 120 [09:07:11.531] | ..$ timeout : num 120 [09:07:11.531] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rscript" [09:07:11.531] | ..$ homogeneous : NULL [09:07:11.531] | ..$ rscript_args : NULL [09:07:11.531] | ..$ rscript_envs : NULL [09:07:11.531] | ..$ rscript_libs : NULL [09:07:11.531] | ..$ rscript_startup : NULL [09:07:11.531] | ..$ rscript_sh : chr "auto" [09:07:11.531] | ..$ default_packages: chr [1:2] "utils" "tools" [09:07:11.531] | ..$ methods : logi TRUE [09:07:11.531] | ..$ socketOptions : chr "no-delay" [09:07:11.531] | ..$ useXDR : logi FALSE [09:07:11.531] | ..$ outfile : chr "/dev/null" [09:07:11.531] | ..$ renice : int NA [09:07:11.531] | ..$ rshcmd : NULL [09:07:11.531] | ..$ user : NULL [09:07:11.531] | ..$ revtunnel : logi NA [09:07:11.531] | ..$ rshlogfile : NULL [09:07:11.531] | ..$ rshopts : NULL [09:07:11.531] | ..$ rank : int 1 [09:07:11.531] | ..$ manual : logi FALSE [09:07:11.531] | ..$ dryrun : logi FALSE [09:07:11.531] | ..$ quiet : logi FALSE [09:07:11.531] | ..$ setup_strategy : chr "parallel" [09:07:11.531] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:11.564] | [local output] System call to launch all workers: [09:07:11.564] | [local output] "D:\RCompile\recent\R\bin\x64\Rscript.exe" --default-packages=utils,tools -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c47d7560d.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=31436 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:11.565] | [local output] Starting PSOCK main server [09:07:11.570] | [local output] Workers launched [09:07:11.571] | [local output] Waiting for workers to connect back ... [09:07:11.571] | : [local output] 0 workers out of 1 ready [09:07:11.720] | : [local output] 0 workers out of 1 ready [09:07:11.721] | : [local output] 1 workers out of 1 ready [09:07:11.721] | [local output] Waiting for workers to connect back ... done [09:07:11.721] | [local output] Launching of 1 workers completed [09:07:11.722] | [local output] Number of nodes in cluster: 1 [09:07:11.722] | [local output] Collecting session information from 1 workers [09:07:11.723] | : [local output] Worker #1 of 1 [09:07:11.723] | [local output] Collecting session information from 1 workers [09:07:11.723] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [09:07:11.730] [local output] makeClusterPSOCK() ... [09:07:11.733] | [local output] Workers: [n = 1] 'localhost' [09:07:11.738] | [local output] Base port: 39220 [09:07:11.738] | [local output] Getting setup options for 1 cluster nodes ... [09:07:11.739] | [local output] Node #1 of 1 ... [09:07:11.740] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:11.743] | [local output] Rscript port: 39220 [09:07:11.743] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:11.744] | [local output] Parallel setup requested for some PSOCK nodes [09:07:11.744] | [local output] Setting up PSOCK nodes in parallel [09:07:11.745] | List of 36 [09:07:11.745] | $ worker : chr "localhost" [09:07:11.745] | ..- attr(*, "localhost")= logi TRUE [09:07:11.745] | $ master : chr "localhost" [09:07:11.745] | $ port : int 39220 [09:07:11.745] | $ connectTimeout : num 120 [09:07:11.745] | $ timeout : num 120 [09:07:11.745] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [09:07:11.745] | $ homogeneous : logi TRUE [09:07:11.745] | $ rscript_args : chr "R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN\"| __truncated__ [09:07:11.745] | $ rscript_envs : NULL [09:07:11.745] | $ rscript_libs : NULL [09:07:11.745] | $ rscript_startup : NULL [09:07:11.745] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:11.745] | $ default_packages: chr [1:2] "utils" "tools" [09:07:11.745] | $ methods : logi TRUE [09:07:11.745] | $ socketOptions : chr "no-delay" [09:07:11.745] | $ useXDR : logi FALSE [09:07:11.745] | $ outfile : chr "/dev/null" [09:07:11.745] | $ renice : int NA [09:07:11.745] | $ rshcmd : NULL [09:07:11.745] | $ user : chr(0) [09:07:11.745] | $ revtunnel : logi FALSE [09:07:11.745] | $ rshlogfile : NULL [09:07:11.745] | $ rshopts : chr(0) [09:07:11.745] | $ rank : int 1 [09:07:11.745] | $ manual : logi FALSE [09:07:11.745] | $ dryrun : logi FALSE [09:07:11.745] | $ quiet : logi FALSE [09:07:11.745] | $ setup_strategy : chr "parallel" [09:07:11.745] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [09:07:11.745] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c477d6dd2.pid" [09:07:11.745] | $ rshcmd_label : NULL [09:07:11.745] | $ rsh_call : NULL [09:07:11.745] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [09:07:11.745] | $ localMachine : logi TRUE [09:07:11.745] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:11.745] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:11.745] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:11.745] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:11.745] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:11.745] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:11.745] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:11.745] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:11.745] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:11.745] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:11.745] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:11.745] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:11.745] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:11.745] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:11.745] | $ arguments :List of 28 [09:07:11.745] | ..$ worker : chr "localhost" [09:07:11.745] | ..$ master : NULL [09:07:11.745] | ..$ port : int 39220 [09:07:11.745] | ..$ connectTimeout : num 120 [09:07:11.745] | ..$ timeout : num 120 [09:07:11.745] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [09:07:11.745] | ..$ homogeneous : NULL [09:07:11.745] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [09:07:11.745] | ..$ rscript_envs : NULL [09:07:11.745] | ..$ rscript_libs : NULL [09:07:11.745] | ..$ rscript_startup : NULL [09:07:11.745] | ..$ rscript_sh : chr "auto" [09:07:11.745] | ..$ default_packages: chr [1:2] "utils" "tools" [09:07:11.745] | ..$ methods : logi TRUE [09:07:11.745] | ..$ socketOptions : chr "no-delay" [09:07:11.745] | ..$ useXDR : logi FALSE [09:07:11.745] | ..$ outfile : chr "/dev/null" [09:07:11.745] | ..$ renice : int NA [09:07:11.745] | ..$ rshcmd : NULL [09:07:11.745] | ..$ user : NULL [09:07:11.745] | ..$ revtunnel : logi NA [09:07:11.745] | ..$ rshlogfile : NULL [09:07:11.745] | ..$ rshopts : NULL [09:07:11.745] | ..$ rank : int 1 [09:07:11.745] | ..$ manual : logi FALSE [09:07:11.745] | ..$ dryrun : logi FALSE [09:07:11.745] | ..$ quiet : logi FALSE [09:07:11.745] | ..$ setup_strategy : chr "parallel" [09:07:11.745] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:11.775] | [local output] System call to launch all workers: [09:07:11.775] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c477d6dd2.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=39220 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:11.775] | [local output] Starting PSOCK main server [09:07:11.781] | [local output] Workers launched [09:07:11.781] | [local output] Waiting for workers to connect back ... [09:07:11.781] | : [local output] 0 workers out of 1 ready [09:07:11.909] | : [local output] 0 workers out of 1 ready [09:07:11.910] | : [local output] 1 workers out of 1 ready [09:07:11.910] | [local output] Waiting for workers to connect back ... done [09:07:11.910] | [local output] Launching of 1 workers completed [09:07:11.910] | [local output] Number of nodes in cluster: 1 [09:07:11.911] | [local output] Collecting session information from 1 workers [09:07:11.912] | : [local output] Worker #1 of 1 [09:07:11.912] | [local output] Collecting session information from 1 workers [09:07:11.912] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [09:07:11.923] [local output] makeClusterPSOCK() ... [09:07:11.926] | [local output] Workers: [n = 1] 'localhost' [09:07:11.930] | [local output] Base port: 32570 [09:07:11.931] | [local output] Getting setup options for 1 cluster nodes ... [09:07:11.931] | [local output] Node #1 of 1 ... [09:07:11.932] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:11.935] | [local output] Rscript port: 32570 [09:07:11.935] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:11.936] | [local output] Parallel setup requested for some PSOCK nodes [09:07:11.936] | [local output] Setting up PSOCK nodes in parallel [09:07:11.936] | List of 36 [09:07:11.936] | $ worker : chr "localhost" [09:07:11.936] | ..- attr(*, "localhost")= logi TRUE [09:07:11.936] | $ master : chr "localhost" [09:07:11.936] | $ port : int 32570 [09:07:11.936] | $ connectTimeout : num 120 [09:07:11.936] | $ timeout : num 120 [09:07:11.936] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [09:07:11.936] | $ homogeneous : logi TRUE [09:07:11.936] | $ rscript_args : chr "R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN\"| __truncated__ [09:07:11.936] | $ rscript_envs : NULL [09:07:11.936] | $ rscript_libs : NULL [09:07:11.936] | $ rscript_startup : NULL [09:07:11.936] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:11.936] | $ default_packages: chr [1:2] "utils" "tools" [09:07:11.936] | $ methods : logi TRUE [09:07:11.936] | $ socketOptions : chr "no-delay" [09:07:11.936] | $ useXDR : logi FALSE [09:07:11.936] | $ outfile : chr "/dev/null" [09:07:11.936] | $ renice : int NA [09:07:11.936] | $ rshcmd : NULL [09:07:11.936] | $ user : chr(0) [09:07:11.936] | $ revtunnel : logi FALSE [09:07:11.936] | $ rshlogfile : NULL [09:07:11.936] | $ rshopts : chr(0) [09:07:11.936] | $ rank : int 1 [09:07:11.936] | $ manual : logi FALSE [09:07:11.936] | $ dryrun : logi FALSE [09:07:11.936] | $ quiet : logi FALSE [09:07:11.936] | $ setup_strategy : chr "parallel" [09:07:11.936] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [09:07:11.936] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c53fb7ca2.pid" [09:07:11.936] | $ rshcmd_label : NULL [09:07:11.936] | $ rsh_call : NULL [09:07:11.936] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e \"#la"| __truncated__ [09:07:11.936] | $ localMachine : logi TRUE [09:07:11.936] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:11.936] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:11.936] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:11.936] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:11.936] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:11.936] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:11.936] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:11.936] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:11.936] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:11.936] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:11.936] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:11.936] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:11.936] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:11.936] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:11.936] | $ arguments :List of 28 [09:07:11.936] | ..$ worker : chr "localhost" [09:07:11.936] | ..$ master : NULL [09:07:11.936] | ..$ port : int 32570 [09:07:11.936] | ..$ connectTimeout : num 120 [09:07:11.936] | ..$ timeout : num 120 [09:07:11.936] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [09:07:11.936] | ..$ homogeneous : NULL [09:07:11.936] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [09:07:11.936] | ..$ rscript_envs : NULL [09:07:11.936] | ..$ rscript_libs : NULL [09:07:11.936] | ..$ rscript_startup : NULL [09:07:11.936] | ..$ rscript_sh : chr "auto" [09:07:11.936] | ..$ default_packages: chr [1:2] "utils" "tools" [09:07:11.936] | ..$ methods : logi TRUE [09:07:11.936] | ..$ socketOptions : chr "no-delay" [09:07:11.936] | ..$ useXDR : logi FALSE [09:07:11.936] | ..$ outfile : chr "/dev/null" [09:07:11.936] | ..$ renice : int NA [09:07:11.936] | ..$ rshcmd : NULL [09:07:11.936] | ..$ user : NULL [09:07:11.936] | ..$ revtunnel : logi NA [09:07:11.936] | ..$ rshlogfile : NULL [09:07:11.936] | ..$ rshopts : NULL [09:07:11.936] | ..$ rank : int 1 [09:07:11.936] | ..$ manual : logi FALSE [09:07:11.936] | ..$ dryrun : logi FALSE [09:07:11.936] | ..$ quiet : logi FALSE [09:07:11.936] | ..$ setup_strategy : chr "parallel" [09:07:11.936] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:11.977] | [local output] System call to launch all workers: [09:07:11.978] | [local output] "D:\RCompile\recent\R\bin\x64\Rterm.exe" R_DEFAULT_PACKAGES=utils,tools --no-echo --no-restore -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c53fb7ca2.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=32570 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:11.978] | [local output] Starting PSOCK main server [09:07:11.984] | [local output] Workers launched [09:07:11.985] | [local output] Waiting for workers to connect back ... [09:07:11.985] | : [local output] 0 workers out of 1 ready [09:07:12.112] | : [local output] 0 workers out of 1 ready [09:07:12.113] | : [local output] 1 workers out of 1 ready [09:07:12.113] | [local output] Waiting for workers to connect back ... done [09:07:12.114] | [local output] Launching of 1 workers completed [09:07:12.114] | [local output] Number of nodes in cluster: 1 [09:07:12.115] | [local output] Collecting session information from 1 workers [09:07:12.116] | : [local output] Worker #1 of 1 [09:07:12.117] | [local output] Collecting session information from 1 workers [09:07:12.117] [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' [09:07:12.140] [local output] makeClusterPSOCK() ... [09:07:12.143] | [local output] Workers: [n = 1] 'localhost' [09:07:12.147] | [local output] Base port: 34501 [09:07:12.148] | [local output] Getting setup options for 1 cluster nodes ... [09:07:12.148] | [local output] Node #1 of 1 ... [09:07:12.149] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:12.151] | [local output] Rscript port: 34501 [09:07:12.152] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:12.152] | [local output] Parallel setup requested for some PSOCK nodes [09:07:12.153] | [local output] Setting up PSOCK nodes in parallel [09:07:12.153] | List of 36 [09:07:12.153] | $ worker : chr "localhost" [09:07:12.153] | ..- attr(*, "localhost")= logi TRUE [09:07:12.153] | $ master : chr "localhost" [09:07:12.153] | $ port : int 34501 [09:07:12.153] | $ connectTimeout : num 120 [09:07:12.153] | $ timeout : num 120 [09:07:12.153] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\"" [09:07:12.153] | $ homogeneous : logi TRUE [09:07:12.153] | $ rscript_args : chr "--default-packages=parallelly,datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK"| __truncated__ [09:07:12.153] | $ rscript_envs : NULL [09:07:12.153] | $ rscript_libs : NULL [09:07:12.153] | $ rscript_startup : NULL [09:07:12.153] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:12.153] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [09:07:12.153] | $ methods : logi TRUE [09:07:12.153] | $ socketOptions : chr "no-delay" [09:07:12.153] | $ useXDR : logi FALSE [09:07:12.153] | $ outfile : chr "/dev/null" [09:07:12.153] | $ renice : int NA [09:07:12.153] | $ rshcmd : NULL [09:07:12.153] | $ user : chr(0) [09:07:12.153] | $ revtunnel : logi FALSE [09:07:12.153] | $ rshlogfile : NULL [09:07:12.153] | $ rshopts : chr(0) [09:07:12.153] | $ rank : int 1 [09:07:12.153] | $ manual : logi FALSE [09:07:12.153] | $ dryrun : logi FALSE [09:07:12.153] | $ quiet : logi FALSE [09:07:12.153] | $ setup_strategy : chr "parallel" [09:07:12.153] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=parallelly,datasets,utils,grDevices,graph"| __truncated__ [09:07:12.153] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c2e14ec7.pid" [09:07:12.153] | $ rshcmd_label : NULL [09:07:12.153] | $ rsh_call : NULL [09:07:12.153] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rscript.exe\" --default-packages=parallelly,datasets,utils,grDevices,graph"| __truncated__ [09:07:12.153] | $ localMachine : logi TRUE [09:07:12.153] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:12.153] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:12.153] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:12.153] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:12.153] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:12.153] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:12.153] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:12.153] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:12.153] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:12.153] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:12.153] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:12.153] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:12.153] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:12.153] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:12.153] | $ arguments :List of 28 [09:07:12.153] | ..$ worker : chr "localhost" [09:07:12.153] | ..$ master : NULL [09:07:12.153] | ..$ port : int 34501 [09:07:12.153] | ..$ connectTimeout : num 120 [09:07:12.153] | ..$ timeout : num 120 [09:07:12.153] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rscript" [09:07:12.153] | ..$ homogeneous : NULL [09:07:12.153] | ..$ rscript_args : NULL [09:07:12.153] | ..$ rscript_envs : NULL [09:07:12.153] | ..$ rscript_libs : NULL [09:07:12.153] | ..$ rscript_startup : NULL [09:07:12.153] | ..$ rscript_sh : chr "auto" [09:07:12.153] | ..$ default_packages: chr [1:2] "parallelly" "*" [09:07:12.153] | ..$ methods : logi TRUE [09:07:12.153] | ..$ socketOptions : chr "no-delay" [09:07:12.153] | ..$ useXDR : logi FALSE [09:07:12.153] | ..$ outfile : chr "/dev/null" [09:07:12.153] | ..$ renice : int NA [09:07:12.153] | ..$ rshcmd : NULL [09:07:12.153] | ..$ user : NULL [09:07:12.153] | ..$ revtunnel : logi NA [09:07:12.153] | ..$ rshlogfile : NULL [09:07:12.153] | ..$ rshopts : NULL [09:07:12.153] | ..$ rank : int 1 [09:07:12.153] | ..$ manual : logi FALSE [09:07:12.153] | ..$ dryrun : logi FALSE [09:07:12.153] | ..$ quiet : logi FALSE [09:07:12.153] | ..$ setup_strategy : chr "parallel" [09:07:12.153] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:12.180] | [local output] System call to launch all workers: [09:07:12.180] | [local output] "D:\RCompile\recent\R\bin\x64\Rscript.exe" --default-packages=parallelly,datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c2e14ec7.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" MASTER=localhost PORT=34501 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:12.181] | [local output] Starting PSOCK main server [09:07:12.187] | [local output] Workers launched [09:07:12.187] | [local output] Waiting for workers to connect back ... [09:07:12.188] | : [local output] 0 workers out of 1 ready [09:07:12.514] | : [local output] 0 workers out of 1 ready [09:07:12.515] | : [local output] 1 workers out of 1 ready [09:07:12.516] | [local output] Waiting for workers to connect back ... done [09:07:12.516] | [local output] Launching of 1 workers completed [09:07:12.516] | [local output] Number of nodes in cluster: 1 [09:07:12.517] | [local output] Collecting session information from 1 workers [09:07:12.518] | : [local output] Worker #1 of 1 [09:07:12.519] | [local output] Collecting session information from 1 workers [09:07:12.519] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm' [09:07:12.526] [local output] makeClusterPSOCK() ... [09:07:12.532] | [local output] Workers: [n = 1] 'localhost' [09:07:12.536] | [local output] Base port: 34224 [09:07:12.536] | [local output] Getting setup options for 1 cluster nodes ... [09:07:12.536] | [local output] Node #1 of 1 ... [09:07:12.537] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:12.539] | [local output] Rscript port: 34224 [09:07:12.540] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:12.540] | [local output] Parallel setup requested for some PSOCK nodes [09:07:12.541] | [local output] Setting up PSOCK nodes in parallel [09:07:12.541] | List of 36 [09:07:12.541] | $ worker : chr "localhost" [09:07:12.541] | ..- attr(*, "localhost")= logi TRUE [09:07:12.541] | $ master : chr "localhost" [09:07:12.541] | $ port : int 34224 [09:07:12.541] | $ connectTimeout : num 120 [09:07:12.541] | $ timeout : num 120 [09:07:12.541] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [09:07:12.541] | $ homogeneous : logi TRUE [09:07:12.541] | $ rscript_args : chr "R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#labe"| __truncated__ [09:07:12.541] | $ rscript_envs : NULL [09:07:12.541] | $ rscript_libs : NULL [09:07:12.541] | $ rscript_startup : NULL [09:07:12.541] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:12.541] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [09:07:12.541] | $ methods : logi TRUE [09:07:12.541] | $ socketOptions : chr "no-delay" [09:07:12.541] | $ useXDR : logi FALSE [09:07:12.541] | $ outfile : chr "/dev/null" [09:07:12.541] | $ renice : int NA [09:07:12.541] | $ rshcmd : NULL [09:07:12.541] | $ user : chr(0) [09:07:12.541] | $ revtunnel : logi FALSE [09:07:12.541] | $ rshlogfile : NULL [09:07:12.541] | $ rshopts : chr(0) [09:07:12.541] | $ rank : int 1 [09:07:12.541] | $ manual : logi FALSE [09:07:12.541] | $ dryrun : logi FALSE [09:07:12.541] | $ quiet : logi FALSE [09:07:12.541] | $ setup_strategy : chr "parallel" [09:07:12.541] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [09:07:12.541] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c2e89758c.pid" [09:07:12.541] | $ rshcmd_label : NULL [09:07:12.541] | $ rsh_call : NULL [09:07:12.541] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [09:07:12.541] | $ localMachine : logi TRUE [09:07:12.541] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:12.541] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:12.541] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:12.541] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:12.541] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:12.541] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:12.541] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:12.541] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:12.541] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:12.541] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:12.541] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:12.541] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:12.541] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:12.541] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:12.541] | $ arguments :List of 28 [09:07:12.541] | ..$ worker : chr "localhost" [09:07:12.541] | ..$ master : NULL [09:07:12.541] | ..$ port : int 34224 [09:07:12.541] | ..$ connectTimeout : num 120 [09:07:12.541] | ..$ timeout : num 120 [09:07:12.541] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm" [09:07:12.541] | ..$ homogeneous : NULL [09:07:12.541] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [09:07:12.541] | ..$ rscript_envs : NULL [09:07:12.541] | ..$ rscript_libs : NULL [09:07:12.541] | ..$ rscript_startup : NULL [09:07:12.541] | ..$ rscript_sh : chr "auto" [09:07:12.541] | ..$ default_packages: chr [1:2] "parallelly" "*" [09:07:12.541] | ..$ methods : logi TRUE [09:07:12.541] | ..$ socketOptions : chr "no-delay" [09:07:12.541] | ..$ useXDR : logi FALSE [09:07:12.541] | ..$ outfile : chr "/dev/null" [09:07:12.541] | ..$ renice : int NA [09:07:12.541] | ..$ rshcmd : NULL [09:07:12.541] | ..$ user : NULL [09:07:12.541] | ..$ revtunnel : logi NA [09:07:12.541] | ..$ rshlogfile : NULL [09:07:12.541] | ..$ rshopts : NULL [09:07:12.541] | ..$ rank : int 1 [09:07:12.541] | ..$ manual : logi FALSE [09:07:12.541] | ..$ dryrun : logi FALSE [09:07:12.541] | ..$ quiet : logi FALSE [09:07:12.541] | ..$ setup_strategy : chr "parallel" [09:07:12.541] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:12.573] | [local output] System call to launch all workers: [09:07:12.574] | [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:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c2e89758c.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=34224 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:12.574] | [local output] Starting PSOCK main server [09:07:12.579] | [local output] Workers launched [09:07:12.580] | [local output] Waiting for workers to connect back ... [09:07:12.580] | : [local output] 0 workers out of 1 ready [09:07:12.901] | : [local output] 0 workers out of 1 ready [09:07:12.902] | : [local output] 1 workers out of 1 ready [09:07:12.902] | [local output] Waiting for workers to connect back ... done [09:07:12.903] | [local output] Launching of 1 workers completed [09:07:12.903] | [local output] Number of nodes in cluster: 1 [09:07:12.903] | [local output] Collecting session information from 1 workers [09:07:12.905] | : [local output] Worker #1 of 1 [09:07:12.905] | [local output] Collecting session information from 1 workers [09:07:12.905] [local output] makeClusterPSOCK() ... done Launcher: 'D:/RCompile/recent/R/bin/x64/Rterm.exe' [09:07:12.913] [local output] makeClusterPSOCK() ... [09:07:12.916] | [local output] Workers: [n = 1] 'localhost' [09:07:12.921] | [local output] Base port: 28624 [09:07:12.921] | [local output] Getting setup options for 1 cluster nodes ... [09:07:12.922] | [local output] Node #1 of 1 ... [09:07:12.923] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:12.925] | [local output] Rscript port: 28624 [09:07:12.926] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:12.926] | [local output] Parallel setup requested for some PSOCK nodes [09:07:12.927] | [local output] Setting up PSOCK nodes in parallel [09:07:12.927] | List of 36 [09:07:12.927] | $ worker : chr "localhost" [09:07:12.927] | ..- attr(*, "localhost")= logi TRUE [09:07:12.927] | $ master : chr "localhost" [09:07:12.927] | $ port : int 28624 [09:07:12.927] | $ connectTimeout : num 120 [09:07:12.927] | $ timeout : num 120 [09:07:12.927] | $ rscript : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\"" [09:07:12.927] | $ homogeneous : logi TRUE [09:07:12.927] | $ rscript_args : chr "R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphics,stats,methods --no-echo --no-restore -e \"#labe"| __truncated__ [09:07:12.927] | $ rscript_envs : NULL [09:07:12.927] | $ rscript_libs : NULL [09:07:12.927] | $ rscript_startup : NULL [09:07:12.927] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:12.927] | $ default_packages: chr [1:7] "parallelly" "datasets" "utils" "grDevices" ... [09:07:12.927] | $ methods : logi TRUE [09:07:12.927] | $ socketOptions : chr "no-delay" [09:07:12.927] | $ useXDR : logi FALSE [09:07:12.927] | $ outfile : chr "/dev/null" [09:07:12.927] | $ renice : int NA [09:07:12.927] | $ rshcmd : NULL [09:07:12.927] | $ user : chr(0) [09:07:12.927] | $ revtunnel : logi FALSE [09:07:12.927] | $ rshlogfile : NULL [09:07:12.927] | $ rshopts : chr(0) [09:07:12.927] | $ rank : int 1 [09:07:12.927] | $ manual : logi FALSE [09:07:12.927] | $ dryrun : logi FALSE [09:07:12.927] | $ quiet : logi FALSE [09:07:12.927] | $ setup_strategy : chr "parallel" [09:07:12.927] | $ local_cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [09:07:12.927] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c49df4bf2.pid" [09:07:12.927] | $ rshcmd_label : NULL [09:07:12.927] | $ rsh_call : NULL [09:07:12.927] | $ cmd : chr "\"D:\\RCompile\\recent\\R\\bin\\x64\\Rterm.exe\" R_DEFAULT_PACKAGES=parallelly,datasets,utils,grDevices,graphic"| __truncated__ [09:07:12.927] | $ localMachine : logi TRUE [09:07:12.927] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:12.927] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:12.927] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:12.927] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:12.927] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:12.927] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:12.927] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:12.927] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:12.927] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:12.927] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:12.927] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:12.927] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:12.927] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:12.927] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:12.927] | $ arguments :List of 28 [09:07:12.927] | ..$ worker : chr "localhost" [09:07:12.927] | ..$ master : NULL [09:07:12.927] | ..$ port : int 28624 [09:07:12.927] | ..$ connectTimeout : num 120 [09:07:12.927] | ..$ timeout : num 120 [09:07:12.927] | ..$ rscript : chr "D:/RCompile/recent/R/bin/x64/Rterm.exe" [09:07:12.927] | ..$ homogeneous : NULL [09:07:12.927] | ..$ rscript_args : chr [1:4] "--no-echo" "--no-restore" "*" "--args" [09:07:12.927] | ..$ rscript_envs : NULL [09:07:12.927] | ..$ rscript_libs : NULL [09:07:12.927] | ..$ rscript_startup : NULL [09:07:12.927] | ..$ rscript_sh : chr "auto" [09:07:12.927] | ..$ default_packages: chr [1:2] "parallelly" "*" [09:07:12.927] | ..$ methods : logi TRUE [09:07:12.927] | ..$ socketOptions : chr "no-delay" [09:07:12.927] | ..$ useXDR : logi FALSE [09:07:12.927] | ..$ outfile : chr "/dev/null" [09:07:12.927] | ..$ renice : int NA [09:07:12.927] | ..$ rshcmd : NULL [09:07:12.927] | ..$ user : NULL [09:07:12.927] | ..$ revtunnel : logi NA [09:07:12.927] | ..$ rshlogfile : NULL [09:07:12.927] | ..$ rshopts : NULL [09:07:12.927] | ..$ rank : int 1 [09:07:12.927] | ..$ manual : logi FALSE [09:07:12.927] | ..$ dryrun : logi FALSE [09:07:12.927] | ..$ quiet : logi FALSE [09:07:12.927] | ..$ setup_strategy : chr "parallel" [09:07:12.927] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:12.969] | [local output] System call to launch all workers: [09:07:12.969] | [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:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c49df4bf2.pid\")),silent=TRUE)" -e "options(socketOptions=\"no-delay\")" -e "workRSOCK<-tryCatch(parallel:::.workRSOCK,error=function(e)parallel:::.slaveRSOCK);workRSOCK()" --args MASTER=localhost PORT=28624 OUT=/dev/null TIMEOUT=120 XDR=FALSE SETUPTIMEOUT=120 SETUPSTRATEGY=parallel [09:07:12.970] | [local output] Starting PSOCK main server [09:07:12.975] | [local output] Workers launched [09:07:12.976] | [local output] Waiting for workers to connect back ... [09:07:12.976] | : [local output] 0 workers out of 1 ready [09:07:13.302] | : [local output] 0 workers out of 1 ready [09:07:13.302] | : [local output] 1 workers out of 1 ready [09:07:13.303] | [local output] Waiting for workers to connect back ... done [09:07:13.303] | [local output] Launching of 1 workers completed [09:07:13.303] | [local output] Number of nodes in cluster: 1 [09:07:13.304] | [local output] Collecting session information from 1 workers [09:07:13.305] | : [local output] Worker #1 of 1 [09:07:13.306] | [local output] Collecting session information from 1 workers [09:07:13.306] [local output] makeClusterPSOCK() ... done > message("- makeClusterPSOCK() - exceptions") - makeClusterPSOCK() - exceptions > res <- tryCatch({ + cl <- makeClusterPSOCK(1:2) + }, error = identity) [09:07:13.313] [local output] makeClusterPSOCK() ... [09:07:13.314] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(0) + }, error = identity) [09:07:13.315] [local output] makeClusterPSOCK() ... [09:07:13.315] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, rshcmd = character(0)) + }, error = identity) [09:07:13.316] [local output] makeClusterPSOCK() ... [09:07:13.320] | [local output] Workers: [n = 1] 'localhost' [09:07:13.326] | [local output] Base port: 36233 [09:07:13.326] | [local output] Getting setup options for 1 cluster nodes ... [09:07:13.327] | [local output] Node #1 of 1 ... [09:07:13.328] [local output] makeClusterPSOCK() ... done > print(res) = 1L' is not TRUE> > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, port = integer(0)) + }, error = identity) [09:07:13.329] [local output] makeClusterPSOCK() ... [09:07:13.331] | [local output] Workers: [n = 1] 'localhost' [09:07:13.331] [local output] makeClusterPSOCK() ... done > print(res) > stopifnot(inherits(res, "error")) > res <- tryCatch({ + cl <- makeClusterPSOCK(1, port = NA) + }, error = identity) [09:07:13.332] [local output] makeClusterPSOCK() ... [09:07:13.335] | [local output] Workers: [n = 1] 'localhost' [09:07:13.335] [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] [09:07:13.340] [local output] makeClusterPSOCK() ... [09:07:13.344] | [local output] Workers: [n = 1] 'localhost' [09:07:13.349] | [local output] Base port: 39289 [09:07:13.349] | [local output] Getting setup options for 1 cluster nodes ... [09:07:13.349] | [local output] Node #1 of 1 ... [09:07:13.350] | [local output] localMachine=TRUE => revtunnel=FALSE [09:07:13.352] | [local output] Rscript port: 39289 [09:07:13.352] | [local output] Getting setup options for 1 cluster nodes ... done [09:07:13.352] | [local output] Parallel setup requested for some PSOCK nodes [09:07:13.353] | [local output] Setting up PSOCK nodes in parallel [09:07:13.353] | List of 36 [09:07:13.353] | $ worker : chr "localhost" [09:07:13.353] | ..- attr(*, "localhost")= logi TRUE [09:07:13.353] | $ master : chr "localhost" [09:07:13.353] | $ port : int 39289 [09:07:13.353] | $ connectTimeout : num 0.1 [09:07:13.353] | $ timeout : num 7 [09:07:13.353] | $ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [09:07:13.353] | $ homogeneous : logi TRUE [09:07:13.353] | $ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-makeClusterPSOCK.R:129388:C"| __truncated__ [09:07:13.353] | $ rscript_envs : NULL [09:07:13.353] | $ rscript_libs : NULL [09:07:13.353] | $ rscript_startup : chr [1:2] "-e" "\"invisible({Sys.sleep(6)})\"" [09:07:13.353] | $ rscript_sh : chr [1:2] "cmd" "cmd" [09:07:13.353] | $ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:13.353] | $ methods : logi TRUE [09:07:13.353] | $ socketOptions : chr "no-delay" [09:07:13.353] | $ useXDR : logi FALSE [09:07:13.353] | $ outfile : chr "/dev/null" [09:07:13.353] | $ renice : int NA [09:07:13.353] | $ rshcmd : NULL [09:07:13.353] | $ user : chr(0) [09:07:13.353] | $ revtunnel : logi FALSE [09:07:13.353] | $ rshlogfile : NULL [09:07:13.353] | $ rshopts : chr(0) [09:07:13.353] | $ rank : int 1 [09:07:13.353] | $ manual : logi FALSE [09:07:13.353] | $ dryrun : logi FALSE [09:07:13.353] | $ quiet : logi FALSE [09:07:13.353] | $ setup_strategy : chr "parallel" [09:07:13.353] | $ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:13.353] | $ pidfile : chr "D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c16333a4.pid" [09:07:13.353] | $ rshcmd_label : NULL [09:07:13.353] | $ rsh_call : NULL [09:07:13.353] | $ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [09:07:13.353] | $ localMachine : logi TRUE [09:07:13.353] | $ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [09:07:13.353] | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [09:07:13.353] | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [09:07:13.353] | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [09:07:13.353] | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [09:07:13.353] | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [09:07:13.353] | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [09:07:13.353] | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [09:07:13.353] | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [09:07:13.353] | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [09:07:13.353] | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [09:07:13.353] | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [09:07:13.353] | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [09:07:13.353] | "parallel"), action = c("launch", "options"), verbose = FALSE) [09:07:13.353] | $ arguments :List of 28 [09:07:13.353] | ..$ worker : chr "localhost" [09:07:13.353] | ..$ master : NULL [09:07:13.353] | ..$ port : int 39289 [09:07:13.353] | ..$ connectTimeout : num 0.1 [09:07:13.353] | ..$ timeout : num 7 [09:07:13.353] | ..$ rscript : NULL [09:07:13.353] | ..$ homogeneous : NULL [09:07:13.353] | ..$ rscript_args : NULL [09:07:13.353] | ..$ rscript_envs : NULL [09:07:13.353] | ..$ rscript_libs : NULL [09:07:13.353] | ..$ rscript_startup : language Sys.sleep(6) [09:07:13.353] | ..$ rscript_sh : chr "auto" [09:07:13.353] | ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [09:07:13.353] | ..$ methods : logi TRUE [09:07:13.353] | ..$ socketOptions : chr "no-delay" [09:07:13.353] | ..$ useXDR : logi FALSE [09:07:13.353] | ..$ outfile : chr "/dev/null" [09:07:13.353] | ..$ renice : int NA [09:07:13.353] | ..$ rshcmd : NULL [09:07:13.353] | ..$ user : NULL [09:07:13.353] | ..$ revtunnel : logi NA [09:07:13.353] | ..$ rshlogfile : NULL [09:07:13.353] | ..$ rshopts : NULL [09:07:13.353] | ..$ rank : int 1 [09:07:13.353] | ..$ manual : logi FALSE [09:07:13.353] | ..$ dryrun : logi FALSE [09:07:13.353] | ..$ quiet : logi FALSE [09:07:13.353] | ..$ setup_strategy : chr "parallel" [09:07:13.353] | - attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [09:07:13.391] | [local output] System call to launch all workers: [09:07:13.392] | [local output] "D:/RCompile/recent/R/bin/x64/Rscript" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "#label=test-makeClusterPSOCK.R:129388:CRANWIN3:CRAN" -e "try(suppressWarnings(cat(Sys.getpid(),file=\"D:/temp/2025_03_24_09_05_16_18447/RtmpyStKch/worker.rank=1.parallelly.parent=129388.1f96c16333a4.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=39289 OUT=/dev/null TIMEOUT=7 XDR=FALSE SETUPTIMEOUT=0.1 SETUPSTRATEGY=parallel [09:07:13.392] | [local output] Starting PSOCK main server [09:07:13.398] | [local output] Workers launched [09:07:13.399] | [local output] Waiting for workers to connect back ... [09:07:13.399] | : [local output] 0 workers out of 1 ready [09:07:13.590] | : [local output] 0 workers out of 1 ready [09:07:13.793] | : [local output] 0 workers out of 1 ready [09:07:13.996] | : [local output] 0 workers out of 1 ready [09:07:14.199] | : [local output] 0 workers out of 1 ready [09:07:14.403] | : [local output] 0 workers out of 1 ready [09:07:14.606] | : [local output] 0 workers out of 1 ready [09:07:14.809] | : [local output] 0 workers out of 1 ready [09:07:15.012] | : [local output] 0 workers out of 1 ready [09:07:15.215] | : [local output] 0 workers out of 1 ready [09:07:15.419] | : [local output] 0 workers out of 1 ready [09:07:15.621] | : [local output] 0 workers out of 1 ready [09:07:15.825] | : [local output] 0 workers out of 1 ready [09:07:16.028] | : [local output] 0 workers out of 1 ready [09:07:16.231] | : [local output] 0 workers out of 1 ready [09:07:16.435] | : [local output] 0 workers out of 1 ready [09:07:16.637] | : [local output] 0 workers out of 1 ready [09:07:16.840] | : [local output] 0 workers out of 1 ready [09:07:17.043] | : [local output] 0 workers out of 1 ready [09:07:17.247] | : [local output] 0 workers out of 1 ready [09:07:17.450] | : [local output] 0 workers out of 1 ready [09:07:17.653] | : [local output] 0 workers out of 1 ready [09:07:17.856] | : [local output] 0 workers out of 1 ready [09:07:18.059] | : [local output] 0 workers out of 1 ready [09:07:18.262] | : [local output] 0 workers out of 1 ready [09:07:18.466] | : [local output] 0 workers out of 1 ready [09:07:18.669] | : [local output] 0 workers out of 1 ready [09:07:18.670] | [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_03_24_09_05_16_18447' Sourcing 4 epilogue scripts ... done Test time: user.self=2s, sys.self=0.1s, elapsed=2e+01s, user.child=NAs, sys.child=NAs Test 'tempdirname' ... success > > proc.time() user system elapsed 1.89 0.17 20.35