R Under development (unstable) (2025-05-30 r88253 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-utils.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > parallelly:::testme("utils") Test 'utils' ... 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-utils.R' > message("*** utils ...") *** utils ... > message("*** hpaste() ...") *** hpaste() ... > x <- 1:6 > y <- 10:1 > z <- LETTERS[x] > printf("x = %s.\n", hpaste(x)) x = 1, 2, 3, 4, 5, 6. > printf("x = %s.\n", hpaste(x, maxHead = 2)) x = 1, 2, ..., 6. > printf("x = %s.\n", hpaste(x, maxHead = 3)) x = 1, 2, 3, ..., 6. > printf("x = %s.\n", hpaste(x, maxHead = 4)) x = 1, 2, 3, 4, 5, 6. > printf("x = %s.\n", hpaste(x, maxHead = 1, maxTail = 2)) x = 1, ..., 5, 6. > printf("y = %s.\n", hpaste(y, maxHead = Inf)) y = 10, 9, 8, 7, 6, 5, 4, 3, 2, 1. > printf("y = %s.\n", paste(y, collapse = ", ")) y = 10, 9, 8, 7, 6, 5, 4, 3, 2, 1. > printf("x = %s.\n", hpaste(x, lastCollapse = " and ")) x = 1, 2, 3, 4, 5 and 6. > stopifnot(all(hpaste(x, collapse = NULL) == x)) > stopifnot(identical(hpaste(character(0)), character(0))) > message("*** hpaste() ... DONE") *** hpaste() ... DONE > message("*** mdebug() ...") *** mdebug() ... > mdebug("Hello #", 1) [21:46:40.152] Hello #1 > mdebugf("Hello #%d", 1) [21:46:40.153] Hello #1 > options(parallelly.debug = TRUE) > mdebug("Hello #", 2) [21:46:40.154] Hello #2 > mdebugf("Hello #%d", 2) [21:46:40.154] Hello #2 > options(parallelly.debug = FALSE) > mdebug("Hello #", 3) NULL > mdebugf("Hello #%d", 3) NULL > message("*** mdebug() ... DONE") *** mdebug() ... DONE > message("*** pid_exists() ...") *** pid_exists() ... > options(parallelly.debug = TRUE) > pid <- Sys.getpid() > printf("Current PID: %d\n", pid) Current PID: 13952 > exists <- pid_exists(pid) [21:46:40.155] Attempting to find a working pid_exists_*() function ... [21:46:40.422] Call: tasklist [21:46:40.422] [1] "" [21:46:40.422] [2] "Abbildname PID Sitzungsname Sitz.-Nr. Speichernutzung" [21:46:40.422] [3] "========================= ======== ================ =========== ===============" [21:46:40.422] [4] "System Idle Process 0 Services 0 8 K" [21:46:40.422] [5] "System 4 Services 0 148 K" [21:46:40.422] [6] "Registry 1064 Services 0 80.668 K" [21:46:40.422] [7] "smss.exe 1916 Services 0 1.300 K" [21:46:40.422] [8] "csrss.exe 2012 Services 0 7.132 K" [21:46:40.422] [9] "wininit.exe 1940 Services 0 7.600 K" [21:46:40.422] [10] "csrss.exe 1968 Console 1 6.096 K" [21:46:40.422] [11] "winlogon.exe 2112 Console 1 10.260 K" [21:46:40.422] [12] "services.exe 2120 Services 0 15.132 K" [21:46:40.422] [13] "lsass.exe 2164 Services 0 26.596 K" [21:46:40.422] [14] "svchost.exe 2288 Services 0 24.676 K" [21:46:40.422] [15] "fontdrvhost.exe 2316 Services 0 3.624 K" [21:46:40.422] [16] "svchost.exe 2368 Services 0 14.128 K" [21:46:40.422] [17] "svchost.exe 2412 Services 0 12.408 K" [21:46:40.422] [18] "fontdrvhost.exe 2484 Console 1 3.540 K" [21:46:40.422] [19] "svchost.exe 2576 Services 0 34.492 K" [21:46:40.422] [20] "svchost.exe 2600 Services 0 8.172 K" [21:46:40.422] [21] "svchost.exe 2604 Services 0 8.104 K" [21:46:40.422] [22] "svchost.exe 2616 Services 0 5.840 K" [21:46:40.422] [23] "svchost.exe 2684 Services 0 10.272 K" [21:46:40.422] [24] "svchost.exe 2708 Services 0 12.588 K" [21:46:40.422] [25] "svchost.exe 2788 Services 0 8.480 K" [21:46:40.422] [26] "svchost.exe 2860 Services 0 19.448 K" [21:46:40.422] [27] "svchost.exe 2880 Services 0 10.768 K" [21:46:40.422] [28] "svchost.exe 2892 Services 0 6.312 K" [21:46:40.422] [29] "svchost.exe 1972 Services 0 21.164 K" [21:46:40.422] [30] "svchost.exe 2284 Services 0 13.312 K" [21:46:40.422] [31] "svchost.exe 3052 Services 0 17.604 K" [21:46:40.422] [32] "LogonUI.exe 3104 Console 1 59.416 K" [21:46:40.422] [33] "svchost.exe 3160 Services 0 11.212 K" [21:46:40.422] [34] "svchost.exe 3180 Services 0 16.516 K" [21:46:40.422] [35] "dwm.exe 3252 Console 1 49.632 K" [21:46:40.422] [36] "svchost.exe 3356 Services 0 13.128 K" [21:46:40.422] [37] "svchost.exe 3364 Services 0 6.356 K" [21:46:40.422] [38] "svchost.exe 3372 Services 0 8.416 K" [21:46:40.422] [39] "svchost.exe 3452 Services 0 7.912 K" [21:46:40.422] [40] "svchost.exe 3568 Services 0 6.820 K" [21:46:40.422] [41] "svchost.exe 3584 Services 0 8.860 K" [21:46:40.422] [42] "svchost.exe 3688 Services 0 11.372 K" [21:46:40.422] [43] "svchost.exe 3764 Services 0 9.804 K" [21:46:40.422] [44] "svchost.exe 3892 Services 0 9.244 K" [21:46:40.422] [45] "svchost.exe 3936 Services 0 13.560 K" [21:46:40.422] [46] "svchost.exe 4040 Services 0 7.588 K" [21:46:40.422] [47] "svchost.exe 3660 Services 0 7.596 K" [21:46:40.422] [48] "svchost.exe 4224 Services 0 10.480 K" [21:46:40.422] [49] "WUDFHost.exe 4244 Services 0 9.256 K" [21:46:40.422] [50] "spoolsv.exe 4456 Services 0 17.824 K" [21:46:40.422] [51] "svchost.exe 4556 Services 0 38.820 K" [21:46:40.422] [52] "svchost.exe 4564 Services 0 20.416 K" [21:46:40.422] [53] "IpOverUsbSvc.exe 4592 Services 0 15.516 K" [21:46:40.422] [54] "svchost.exe 4600 Services 0 7.596 K" [21:46:40.422] [55] "svchost.exe 4608 Services 0 7.244 K" [21:46:40.422] [56] "pcns.exe 4616 Services 0 5.360 K" [21:46:40.422] [57] "svchost.exe 4624 Services 0 22.096 K" [21:46:40.422] [58] "svchost.exe 4632 Services 0 6.088 K" [21:46:40.422] [59] "svchost.exe 4648 Services 0 13.244 K" [21:46:40.422] [60] "svchost.exe 4664 Services 0 12.080 K" [21:46:40.422] [61] "dsmcsvc.exe 4688 Services 0 57.864 K" [21:46:40.422] [62] "MsMpEng.exe 4712 Services 0 428.552 K" [21:46:40.422] [63] "svchost.exe 5068 Services 0 9.252 K" [21:46:40.422] [64] "java.exe 3088 Services 0 269.216 K" [21:46:40.422] [65] "svchost.exe 4368 Services 0 8.876 K" [21:46:40.422] [66] "svchost.exe 5152 Services 0 13.428 K" [21:46:40.422] [67] "svchost.exe 5448 Services 0 7.992 K" [21:46:40.422] [68] "svchost.exe 5508 Services 0 10.104 K" [21:46:40.422] [69] "AggregatorHost.exe 6808 Services 0 7.720 K" [21:46:40.422] [70] "svchost.exe 8532 Services 0 7.760 K" [21:46:40.422] [71] "svchost.exe 8744 Services 0 15.136 K" [21:46:40.422] [72] "NisSrv.exe 8588 Services 0 28.788 K" [21:46:40.422] [73] "csrss.exe 2944 2 8.596 K" [21:46:40.422] [74] "winlogon.exe 3508 2 10.780 K" [21:46:40.422] [75] "fontdrvhost.exe 2256 2 9.272 K" [21:46:40.422] [76] "dwm.exe 2020 2 39.752 K" [21:46:40.422] [77] "svchost.exe 9432 Services 0 15.192 K" [21:46:40.422] [78] "rdpclip.exe 8596 2 12.048 K" [21:46:40.422] [79] "sihost.exe 4580 2 26.660 K" [21:46:40.422] [80] "svchost.exe 8620 2 16.348 K" [21:46:40.422] [81] "svchost.exe 3528 2 31.184 K" [21:46:40.422] [82] "svchost.exe 9704 Services 0 15.776 K" [21:46:40.422] [83] "svchost.exe 9680 Services 0 9.092 K" [21:46:40.422] [84] "svchost.exe 4888 Services 0 13.852 K" [21:46:40.422] [85] "svchost.exe 4728 Services 0 7.996 K" [21:46:40.422] [86] "explorer.exe 10288 2 114.316 K" [21:46:40.422] [87] "ctfmon.exe 10340 2 15.764 K" [21:46:40.422] [88] "taskhostw.exe 10536 2 11.884 K" [21:46:40.422] [89] "TextInputHost.exe 10788 2 43.732 K" [21:46:40.422] [90] "StartMenuExperienceHost.e 10796 2 55.872 K" [21:46:40.422] [91] "RuntimeBroker.exe 10916 2 16.320 K" [21:46:40.422] [92] "SearchApp.exe 11040 2 77.664 K" [21:46:40.422] [93] "RuntimeBroker.exe 11168 2 22.668 K" [21:46:40.422] [94] "RuntimeBroker.exe 3960 2 14.848 K" [21:46:40.422] [95] "csrss.exe 10428 3 7.120 K" [21:46:40.422] [96] "winlogon.exe 3976 3 10.072 K" [21:46:40.422] [97] "fontdrvhost.exe 11088 3 5.264 K" [21:46:40.422] [98] "dwm.exe 11364 3 39.412 K" [21:46:40.422] [99] "rdpclip.exe 11616 3 11.976 K" [21:46:40.422] [100] "sihost.exe 11640 3 26.732 K" [21:46:40.422] [101] "svchost.exe 11664 3 16.196 K" [21:46:40.422] [102] "svchost.exe 11708 3 25.236 K" [21:46:40.422] [103] "explorer.exe 12088 3 223.672 K" [21:46:40.422] [104] "taskhostw.exe 12204 3 13.916 K" [21:46:40.422] [105] "StartMenuExperienceHost.e 11856 3 68.024 K" [21:46:40.422] [106] "RuntimeBroker.exe 11076 3 20.096 K" [21:46:40.422] [107] "SearchApp.exe 12148 3 166.360 K" [21:46:40.422] [108] "RuntimeBroker.exe 12312 3 29.720 K" [21:46:40.422] [109] "ctfmon.exe 12400 3 20.668 K" [21:46:40.422] [110] "RuntimeBroker.exe 12540 3 14.604 K" [21:46:40.422] [111] "svchost.exe 12136 Services 0 12.524 K" [21:46:40.422] [112] "svchost.exe 10660 Services 0 26.568 K" [21:46:40.422] [113] "svchost.exe 11608 Services 0 6.924 K" [21:46:40.422] [114] "svchost.exe 12712 Services 0 12.424 K" [21:46:40.422] [115] "msdtc.exe 13252 Services 0 11.060 K" [21:46:40.422] [116] "svchost.exe 3784 Services 0 23.228 K" [21:46:40.422] [117] "svchost.exe 12928 2 15.688 K" [21:46:40.422] [118] "svchost.exe 12656 3 16.424 K" [21:46:40.422] [119] "TextInputHost.exe 4048 3 43.648 K" [21:46:40.422] [120] "dllhost.exe 13740 3 13.508 K" [21:46:40.422] [121] "svchost.exe 14196 Services 0 7.028 K" [21:46:40.422] [122] "ShellExperienceHost.exe 13604 2 47.256 K" [21:46:40.422] [123] "RuntimeBroker.exe 14116 2 16.832 K" [21:46:40.422] [124] "svchost.exe 12552 Services 0 6.676 K" [21:46:40.422] [125] "taskhostw.exe 14316 2 14.860 K" [21:46:40.422] [126] "LogonUI.exe 4548 2 30.996 K" [21:46:40.422] [127] "svchost.exe 12572 Services 0 13.292 K" [21:46:40.422] [128] "svchost.exe 14388 Services 0 20.592 K" [21:46:40.422] [129] "LogonUI.exe 13440 3 31.024 K" [21:46:40.422] [130] "cmd.exe 15636 2 5.260 K" [21:46:40.422] [131] "conhost.exe 12424 2 16.524 K" [21:46:40.422] [132] "R.exe 16872 2 5.396 K" [21:46:40.422] [133] "Rterm.exe 10720 2 110.820 K" [21:46:40.422] [134] "cmd.exe 8504 2 4.368 K" [21:46:40.422] [135] "make.exe 4400 2 8.168 K" [21:46:40.422] [136] "sh.exe 17076 2 7.736 K" [21:46:40.422] [137] "R.exe 16832 2 5.272 K" [21:46:40.422] [138] "cmd.exe 1900 2 4.412 K" [21:46:40.422] [139] "Rterm.exe 16716 2 21.716 K" [21:46:40.422] [140] "cmd.exe 13912 2 4.376 K" [21:46:40.422] [141] "R.exe 17312 2 5.492 K" [21:46:40.422] [142] "cmd.exe 12632 2 4.428 K" [21:46:40.422] [143] "Rterm.exe 8912 2 286.628 K" [21:46:40.422] [144] "Rterm.exe 14584 2 65.872 K" [21:46:40.422] [145] "WmiPrvSE.exe 14864 Services 0 10.972 K" [21:46:40.422] [146] "R.exe 9832 2 5.460 K" [21:46:40.422] [147] "Rterm.exe 13952 2 71.884 K" [21:46:40.422] [148] "tasklist.exe 11652 2 9.240 K" [21:46:40.426] chr [1:148] "" ... [21:46:40.431] Column widths: [21:46:40.431] [1] "========================= ======== ================ =========== ===============" [21:46:40.431] [,1] [,2] [,3] [,4] [,5] [21:46:40.431] from 1 27 36 53 65 [21:46:40.431] to 25 34 51 63 79 [21:46:40.431] [1] "=========================" "========" [21:46:40.431] [3] "================" "===========" [21:46:40.431] [5] "===============" [21:46:40.433] Trimmed: [21:46:40.433] [,1] [,2] [,3] [,4] [,5] [21:46:40.433] [1,] "System Idle Process" "0" "Services" "0" "8 K" [21:46:40.433] [2,] "System" "4" "Services" "0" "148 K" [21:46:40.433] [3,] "Registry" "1064" "Services" "0" "80.668 K" [21:46:40.433] [4,] "smss.exe" "1916" "Services" "0" "1.300 K" [21:46:40.433] [5,] "csrss.exe" "2012" "Services" "0" "7.132 K" [21:46:40.433] [6,] "wininit.exe" "1940" "Services" "0" "7.600 K" [21:46:40.433] [7,] "csrss.exe" "1968" "Console" "1" "6.096 K" [21:46:40.433] [8,] "winlogon.exe" "2112" "Console" "1" "10.260 K" [21:46:40.433] [9,] "services.exe" "2120" "Services" "0" "15.132 K" [21:46:40.433] [10,] "lsass.exe" "2164" "Services" "0" "26.596 K" [21:46:40.433] [11,] "svchost.exe" "2288" "Services" "0" "24.676 K" [21:46:40.433] [12,] "fontdrvhost.exe" "2316" "Services" "0" "3.624 K" [21:46:40.433] [13,] "svchost.exe" "2368" "Services" "0" "14.128 K" [21:46:40.433] [14,] "svchost.exe" "2412" "Services" "0" "12.408 K" [21:46:40.433] [15,] "fontdrvhost.exe" "2484" "Console" "1" "3.540 K" [21:46:40.433] [16,] "svchost.exe" "2576" "Services" "0" "34.492 K" [21:46:40.433] [17,] "svchost.exe" "2600" "Services" "0" "8.172 K" [21:46:40.433] [18,] "svchost.exe" "2604" "Services" "0" "8.104 K" [21:46:40.433] [19,] "svchost.exe" "2616" "Services" "0" "5.840 K" [21:46:40.433] [20,] "svchost.exe" "2684" "Services" "0" "10.272 K" [21:46:40.433] [21,] "svchost.exe" "2708" "Services" "0" "12.588 K" [21:46:40.433] [22,] "svchost.exe" "2788" "Services" "0" "8.480 K" [21:46:40.433] [23,] "svchost.exe" "2860" "Services" "0" "19.448 K" [21:46:40.433] [24,] "svchost.exe" "2880" "Services" "0" "10.768 K" [21:46:40.433] [25,] "svchost.exe" "2892" "Services" "0" "6.312 K" [21:46:40.433] [26,] "svchost.exe" "1972" "Services" "0" "21.164 K" [21:46:40.433] [27,] "svchost.exe" "2284" "Services" "0" "13.312 K" [21:46:40.433] [28,] "svchost.exe" "3052" "Services" "0" "17.604 K" [21:46:40.433] [29,] "LogonUI.exe" "3104" "Console" "1" "59.416 K" [21:46:40.433] [30,] "svchost.exe" "3160" "Services" "0" "11.212 K" [21:46:40.433] [31,] "svchost.exe" "3180" "Services" "0" "16.516 K" [21:46:40.433] [32,] "dwm.exe" "3252" "Console" "1" "49.632 K" [21:46:40.433] [33,] "svchost.exe" "3356" "Services" "0" "13.128 K" [21:46:40.433] [34,] "svchost.exe" "3364" "Services" "0" "6.356 K" [21:46:40.433] [35,] "svchost.exe" "3372" "Services" "0" "8.416 K" [21:46:40.433] [36,] "svchost.exe" "3452" "Services" "0" "7.912 K" [21:46:40.433] [37,] "svchost.exe" "3568" "Services" "0" "6.820 K" [21:46:40.433] [38,] "svchost.exe" "3584" "Services" "0" "8.860 K" [21:46:40.433] [39,] "svchost.exe" "3688" "Services" "0" "11.372 K" [21:46:40.433] [40,] "svchost.exe" "3764" "Services" "0" "9.804 K" [21:46:40.433] [41,] "svchost.exe" "3892" "Services" "0" "9.244 K" [21:46:40.433] [42,] "svchost.exe" "3936" "Services" "0" "13.560 K" [21:46:40.433] [43,] "svchost.exe" "4040" "Services" "0" "7.588 K" [21:46:40.433] [44,] "svchost.exe" "3660" "Services" "0" "7.596 K" [21:46:40.433] [45,] "svchost.exe" "4224" "Services" "0" "10.480 K" [21:46:40.433] [46,] "WUDFHost.exe" "4244" "Services" "0" "9.256 K" [21:46:40.433] [47,] "spoolsv.exe" "4456" "Services" "0" "17.824 K" [21:46:40.433] [48,] "svchost.exe" "4556" "Services" "0" "38.820 K" [21:46:40.433] [49,] "svchost.exe" "4564" "Services" "0" "20.416 K" [21:46:40.433] [50,] "IpOverUsbSvc.exe" "4592" "Services" "0" "15.516 K" [21:46:40.433] [51,] "svchost.exe" "4600" "Services" "0" "7.596 K" [21:46:40.433] [52,] "svchost.exe" "4608" "Services" "0" "7.244 K" [21:46:40.433] [53,] "pcns.exe" "4616" "Services" "0" "5.360 K" [21:46:40.433] [54,] "svchost.exe" "4624" "Services" "0" "22.096 K" [21:46:40.433] [55,] "svchost.exe" "4632" "Services" "0" "6.088 K" [21:46:40.433] [56,] "svchost.exe" "4648" "Services" "0" "13.244 K" [21:46:40.433] [57,] "svchost.exe" "4664" "Services" "0" "12.080 K" [21:46:40.433] [58,] "dsmcsvc.exe" "4688" "Services" "0" "57.864 K" [21:46:40.433] [59,] "MsMpEng.exe" "4712" "Services" "0" "428.552 K" [21:46:40.433] [60,] "svchost.exe" "5068" "Services" "0" "9.252 K" [21:46:40.433] [61,] "java.exe" "3088" "Services" "0" "269.216 K" [21:46:40.433] [62,] "svchost.exe" "4368" "Services" "0" "8.876 K" [21:46:40.433] [63,] "svchost.exe" "5152" "Services" "0" "13.428 K" [21:46:40.433] [64,] "svchost.exe" "5448" "Services" "0" "7.992 K" [21:46:40.433] [65,] "svchost.exe" "5508" "Services" "0" "10.104 K" [21:46:40.433] [66,] "AggregatorHost.exe" "6808" "Services" "0" "7.720 K" [21:46:40.433] [67,] "svchost.exe" "8532" "Services" "0" "7.760 K" [21:46:40.433] [68,] "svchost.exe" "8744" "Services" "0" "15.136 K" [21:46:40.433] [69,] "NisSrv.exe" "8588" "Services" "0" "28.788 K" [21:46:40.433] [70,] "csrss.exe" "2944" "" "2" "8.596 K" [21:46:40.433] [71,] "winlogon.exe" "3508" "" "2" "10.780 K" [21:46:40.433] [72,] "fontdrvhost.exe" "2256" "" "2" "9.272 K" [21:46:40.433] [73,] "dwm.exe" "2020" "" "2" "39.752 K" [21:46:40.433] [74,] "svchost.exe" "9432" "Services" "0" "15.192 K" [21:46:40.433] [75,] "rdpclip.exe" "8596" "" "2" "12.048 K" [21:46:40.433] [76,] "sihost.exe" "4580" "" "2" "26.660 K" [21:46:40.433] [77,] "svchost.exe" "8620" "" "2" "16.348 K" [21:46:40.433] [78,] "svchost.exe" "3528" "" "2" "31.184 K" [21:46:40.433] [79,] "svchost.exe" "9704" "Services" "0" "15.776 K" [21:46:40.433] [80,] "svchost.exe" "9680" "Services" "0" "9.092 K" [21:46:40.433] [81,] "svchost.exe" "4888" "Services" "0" "13.852 K" [21:46:40.433] [82,] "svchost.exe" "4728" "Services" "0" "7.996 K" [21:46:40.433] [83,] "explorer.exe" "10288" "" "2" "114.316 K" [21:46:40.433] [84,] "ctfmon.exe" "10340" "" "2" "15.764 K" [21:46:40.433] [85,] "taskhostw.exe" "10536" "" "2" "11.884 K" [21:46:40.433] [86,] "TextInputHost.exe" "10788" "" "2" "43.732 K" [21:46:40.433] [87,] "StartMenuExperienceHost.e" "10796" "" "2" "55.872 K" [21:46:40.433] [88,] "RuntimeBroker.exe" "10916" "" "2" "16.320 K" [21:46:40.433] [89,] "SearchApp.exe" "11040" "" "2" "77.664 K" [21:46:40.433] [90,] "RuntimeBroker.exe" "11168" "" "2" "22.668 K" [21:46:40.433] [91,] "RuntimeBroker.exe" "3960" "" "2" "14.848 K" [21:46:40.433] [92,] "csrss.exe" "10428" "" "3" "7.120 K" [21:46:40.433] [93,] "winlogon.exe" "3976" "" "3" "10.072 K" [21:46:40.433] [94,] "fontdrvhost.exe" "11088" "" "3" "5.264 K" [21:46:40.433] [95,] "dwm.exe" "11364" "" "3" "39.412 K" [21:46:40.433] [96,] "rdpclip.exe" "11616" "" "3" "11.976 K" [21:46:40.433] [97,] "sihost.exe" "11640" "" "3" "26.732 K" [21:46:40.433] [98,] "svchost.exe" "11664" "" "3" "16.196 K" [21:46:40.433] [99,] "svchost.exe" "11708" "" "3" "25.236 K" [21:46:40.433] [100,] "explorer.exe" "12088" "" "3" "223.672 K" [21:46:40.433] [101,] "taskhostw.exe" "12204" "" "3" "13.916 K" [21:46:40.433] [102,] "StartMenuExperienceHost.e" "11856" "" "3" "68.024 K" [21:46:40.433] [103,] "RuntimeBroker.exe" "11076" "" "3" "20.096 K" [21:46:40.433] [104,] "SearchApp.exe" "12148" "" "3" "166.360 K" [21:46:40.433] [105,] "RuntimeBroker.exe" "12312" "" "3" "29.720 K" [21:46:40.433] [106,] "ctfmon.exe" "12400" "" "3" "20.668 K" [21:46:40.433] [107,] "RuntimeBroker.exe" "12540" "" "3" "14.604 K" [21:46:40.433] [108,] "svchost.exe" "12136" "Services" "0" "12.524 K" [21:46:40.433] [109,] "svchost.exe" "10660" "Services" "0" "26.568 K" [21:46:40.433] [110,] "svchost.exe" "11608" "Services" "0" "6.924 K" [21:46:40.433] [111,] "svchost.exe" "12712" "Services" "0" "12.424 K" [21:46:40.433] [112,] "msdtc.exe" "13252" "Services" "0" "11.060 K" [21:46:40.433] [113,] "svchost.exe" "3784" "Services" "0" "23.228 K" [21:46:40.433] [114,] "svchost.exe" "12928" "" "2" "15.688 K" [21:46:40.433] [115,] "svchost.exe" "12656" "" "3" "16.424 K" [21:46:40.433] [116,] "TextInputHost.exe" "4048" "" "3" "43.648 K" [21:46:40.433] [117,] "dllhost.exe" "13740" "" "3" "13.508 K" [21:46:40.433] [118,] "svchost.exe" "14196" "Services" "0" "7.028 K" [21:46:40.433] [119,] "ShellExperienceHost.exe" "13604" "" "2" "47.256 K" [21:46:40.433] [120,] "RuntimeBroker.exe" "14116" "" "2" "16.832 K" [21:46:40.433] [121,] "svchost.exe" "12552" "Services" "0" "6.676 K" [21:46:40.433] [122,] "taskhostw.exe" "14316" "" "2" "14.860 K" [21:46:40.433] [123,] "LogonUI.exe" "4548" "" "2" "30.996 K" [21:46:40.433] [124,] "svchost.exe" "12572" "Services" "0" "13.292 K" [21:46:40.433] [125,] "svchost.exe" "14388" "Services" "0" "20.592 K" [21:46:40.433] [126,] "LogonUI.exe" "13440" "" "3" "31.024 K" [21:46:40.433] [127,] "cmd.exe" "15636" "" "2" "5.260 K" [21:46:40.433] [128,] "conhost.exe" "12424" "" "2" "16.524 K" [21:46:40.433] [129,] "R.exe" "16872" "" "2" "5.396 K" [21:46:40.433] [130,] "Rterm.exe" "10720" "" "2" "110.820 K" [21:46:40.433] [131,] "cmd.exe" "8504" "" "2" "4.368 K" [21:46:40.433] [132,] "make.exe" "4400" "" "2" "8.168 K" [21:46:40.433] [133,] "sh.exe" "17076" "" "2" "7.736 K" [21:46:40.433] [134,] "R.exe" "16832" "" "2" "5.272 K" [21:46:40.433] [135,] "cmd.exe" "1900" "" "2" "4.412 K" [21:46:40.433] [136,] "Rterm.exe" "16716" "" "2" "21.716 K" [21:46:40.433] [137,] "cmd.exe" "13912" "" "2" "4.376 K" [21:46:40.433] [138,] "R.exe" "17312" "" "2" "5.492 K" [21:46:40.433] [139,] "cmd.exe" "12632" "" "2" "4.428 K" [21:46:40.433] [140,] "Rterm.exe" "8912" "" "2" "286.628 K" [21:46:40.433] [141,] "Rterm.exe" "14584" "" "2" "65.872 K" [21:46:40.433] [142,] "WmiPrvSE.exe" "14864" "Services" "0" "10.972 K" [21:46:40.433] [143,] "R.exe" "9832" "" "2" "5.460 K" [21:46:40.433] [144,] "Rterm.exe" "13952" "" "2" "71.884 K" [21:46:40.433] [145,] "tasklist.exe" "11652" "" "2" "9.240 K" [21:46:40.436] Extracted: '0', '4', '1064', '1916', '2012', '1940', '1968', '2112', '2120', '2164', '2288', '2316', '2368', '2412', '2484', '2576', '2600', '2604', '2616', '2684', '2708', '2788', '2860', '2880', '2892', '1972', '2284', '3052', '3104', '3160', '3180', '3252', '3356', '3364', '3372', '3452', '3568', '3584', '3688', '3764', '3892', '3936', '4040', '3660', '4224', '4244', '4456', '4556', '4564', '4592', '4600', '4608', '4616', '4624', '4632', '4648', '4664', '4688', '4712', '5068', '3088', '4368', '5152', '5448', '5508', '6808', '8532', '8744', '8588', '2944', '3508', '2256', '2020', '9432', '8596', '4580', '8620', '3528', '9704', '9680', '4888', '4728', '10288', '10340', '10536', '10788', '10796', '10916', '11040', '11168', '3960', '10428', '3976', '11088', '11364', '11616', '11640', '11664', '11708', '12088', '12204', '11856', '11076', '12148', '12312', '12400', '12540', '12136', '10660', '11608', '12712', '13252', '3784', '12928', '12656', '4048', '13740', '14196', '13604', '14116', '12552', '14316', '4548', '12572', '14388', '13440', '15636', '12424', '16872', '10720', '8504', '4400', '17076', '16832', '1900', '16716', '13912', '17312', '12632', '8912', '14584', '14864', '9832', '13952', '11652' [21:46:40.436] Parsed: '0', '4', '1064', '1916', '2012', '1940', '1968', '2112', '2120', '2164', '2288', '2316', '2368', '2412', '2484', '2576', '2600', '2604', '2616', '2684', '2708', '2788', '2860', '2880', '2892', '1972', '2284', '3052', '3104', '3160', '3180', '3252', '3356', '3364', '3372', '3452', '3568', '3584', '3688', '3764', '3892', '3936', '4040', '3660', '4224', '4244', '4456', '4556', '4564', '4592', '4600', '4608', '4616', '4624', '4632', '4648', '4664', '4688', '4712', '5068', '3088', '4368', '5152', '5448', '5508', '6808', '8532', '8744', '8588', '2944', '3508', '2256', '2020', '9432', '8596', '4580', '8620', '3528', '9704', '9680', '4888', '4728', '10288', '10340', '10536', '10788', '10796', '10916', '11040', '11168', '3960', '10428', '3976', '11088', '11364', '11616', '11640', '11664', '11708', '12088', '12204', '11856', '11076', '12148', '12312', '12400', '12540', '12136', '10660', '11608', '12712', '13252', '3784', '12928', '12656', '4048', '13740', '14196', '13604', '14116', '12552', '14316', '4548', '12572', '14388', '13440', '15636', '12424', '16872', '10720', '8504', '4400', '17076', '16832', '1900', '16716', '13912', '17312', '12632', '8912', '14584', '14864', '9832', '13952', '11652' [21:46:40.436] Equals PID: 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'TRUE', 'FALSE' [21:46:40.861] Call: tasklist [21:46:40.862] [1] "" [21:46:40.862] [2] "Abbildname PID Sitzungsname Sitz.-Nr. Speichernutzung" [21:46:40.862] [3] "========================= ======== ================ =========== ===============" [21:46:40.862] [4] "System Idle Process 0 Services 0 8 K" [21:46:40.862] [5] "System 4 Services 0 148 K" [21:46:40.862] [6] "Registry 1064 Services 0 80.668 K" [21:46:40.862] [7] "smss.exe 1916 Services 0 1.300 K" [21:46:40.862] [8] "csrss.exe 2012 Services 0 7.132 K" [21:46:40.862] [9] "wininit.exe 1940 Services 0 7.600 K" [21:46:40.862] [10] "csrss.exe 1968 Console 1 6.096 K" [21:46:40.862] [11] "winlogon.exe 2112 Console 1 10.260 K" [21:46:40.862] [12] "services.exe 2120 Services 0 15.132 K" [21:46:40.862] [13] "lsass.exe 2164 Services 0 26.596 K" [21:46:40.862] [14] "svchost.exe 2288 Services 0 24.676 K" [21:46:40.862] [15] "fontdrvhost.exe 2316 Services 0 3.624 K" [21:46:40.862] [16] "svchost.exe 2368 Services 0 14.132 K" [21:46:40.862] [17] "svchost.exe 2412 Services 0 12.408 K" [21:46:40.862] [18] "fontdrvhost.exe 2484 Console 1 3.540 K" [21:46:40.862] [19] "svchost.exe 2576 Services 0 34.492 K" [21:46:40.862] [20] "svchost.exe 2600 Services 0 8.172 K" [21:46:40.862] [21] "svchost.exe 2604 Services 0 8.104 K" [21:46:40.862] [22] "svchost.exe 2616 Services 0 5.840 K" [21:46:40.862] [23] "svchost.exe 2684 Services 0 10.272 K" [21:46:40.862] [24] "svchost.exe 2708 Services 0 12.588 K" [21:46:40.862] [25] "svchost.exe 2788 Services 0 8.480 K" [21:46:40.862] [26] "svchost.exe 2860 Services 0 19.448 K" [21:46:40.862] [27] "svchost.exe 2880 Services 0 10.768 K" [21:46:40.862] [28] "svchost.exe 2892 Services 0 6.312 K" [21:46:40.862] [29] "svchost.exe 1972 Services 0 21.164 K" [21:46:40.862] [30] "svchost.exe 2284 Services 0 13.312 K" [21:46:40.862] [31] "svchost.exe 3052 Services 0 17.604 K" [21:46:40.862] [32] "LogonUI.exe 3104 Console 1 59.416 K" [21:46:40.862] [33] "svchost.exe 3160 Services 0 11.212 K" [21:46:40.862] [34] "svchost.exe 3180 Services 0 16.516 K" [21:46:40.862] [35] "dwm.exe 3252 Console 1 49.632 K" [21:46:40.862] [36] "svchost.exe 3356 Services 0 13.128 K" [21:46:40.862] [37] "svchost.exe 3364 Services 0 6.356 K" [21:46:40.862] [38] "svchost.exe 3372 Services 0 8.416 K" [21:46:40.862] [39] "svchost.exe 3452 Services 0 7.912 K" [21:46:40.862] [40] "svchost.exe 3568 Services 0 6.820 K" [21:46:40.862] [41] "svchost.exe 3584 Services 0 8.860 K" [21:46:40.862] [42] "svchost.exe 3688 Services 0 11.372 K" [21:46:40.862] [43] "svchost.exe 3764 Services 0 9.804 K" [21:46:40.862] [44] "svchost.exe 3892 Services 0 9.244 K" [21:46:40.862] [45] "svchost.exe 3936 Services 0 13.560 K" [21:46:40.862] [46] "svchost.exe 4040 Services 0 7.588 K" [21:46:40.862] [47] "svchost.exe 3660 Services 0 7.596 K" [21:46:40.862] [48] "svchost.exe 4224 Services 0 10.480 K" [21:46:40.862] [49] "WUDFHost.exe 4244 Services 0 9.256 K" [21:46:40.862] [50] "spoolsv.exe 4456 Services 0 17.824 K" [21:46:40.862] [51] "svchost.exe 4556 Services 0 38.820 K" [21:46:40.862] [52] "svchost.exe 4564 Services 0 20.416 K" [21:46:40.862] [53] "IpOverUsbSvc.exe 4592 Services 0 15.516 K" [21:46:40.862] [54] "svchost.exe 4600 Services 0 7.596 K" [21:46:40.862] [55] "svchost.exe 4608 Services 0 7.244 K" [21:46:40.862] [56] "pcns.exe 4616 Services 0 5.360 K" [21:46:40.862] [57] "svchost.exe 4624 Services 0 22.244 K" [21:46:40.862] [58] "svchost.exe 4632 Services 0 6.088 K" [21:46:40.862] [59] "svchost.exe 4648 Services 0 13.244 K" [21:46:40.862] [60] "svchost.exe 4664 Services 0 12.080 K" [21:46:40.862] [61] "dsmcsvc.exe 4688 Services 0 57.864 K" [21:46:40.862] [62] "MsMpEng.exe 4712 Services 0 428.552 K" [21:46:40.862] [63] "svchost.exe 5068 Services 0 9.252 K" [21:46:40.862] [64] "java.exe 3088 Services 0 269.216 K" [21:46:40.862] [65] "svchost.exe 4368 Services 0 8.876 K" [21:46:40.862] [66] "svchost.exe 5152 Services 0 13.428 K" [21:46:40.862] [67] "svchost.exe 5448 Services 0 7.992 K" [21:46:40.862] [68] "svchost.exe 5508 Services 0 10.104 K" [21:46:40.862] [69] "AggregatorHost.exe 6808 Services 0 7.720 K" [21:46:40.862] [70] "svchost.exe 8532 Services 0 7.760 K" [21:46:40.862] [71] "svchost.exe 8744 Services 0 15.136 K" [21:46:40.862] [72] "NisSrv.exe 8588 Services 0 28.788 K" [21:46:40.862] [73] "csrss.exe 2944 2 8.596 K" [21:46:40.862] [74] "winlogon.exe 3508 2 10.780 K" [21:46:40.862] [75] "fontdrvhost.exe 2256 2 9.272 K" [21:46:40.862] [76] "dwm.exe 2020 2 39.752 K" [21:46:40.862] [77] "svchost.exe 9432 Services 0 15.192 K" [21:46:40.862] [78] "rdpclip.exe 8596 2 12.048 K" [21:46:40.862] [79] "sihost.exe 4580 2 26.660 K" [21:46:40.862] [80] "svchost.exe 8620 2 16.348 K" [21:46:40.862] [81] "svchost.exe 3528 2 31.184 K" [21:46:40.862] [82] "svchost.exe 9704 Services 0 15.776 K" [21:46:40.862] [83] "svchost.exe 9680 Services 0 9.092 K" [21:46:40.862] [84] "svchost.exe 4888 Services 0 13.852 K" [21:46:40.862] [85] "svchost.exe 4728 Services 0 7.996 K" [21:46:40.862] [86] "explorer.exe 10288 2 114.316 K" [21:46:40.862] [87] "ctfmon.exe 10340 2 15.764 K" [21:46:40.862] [88] "taskhostw.exe 10536 2 11.884 K" [21:46:40.862] [89] "TextInputHost.exe 10788 2 43.732 K" [21:46:40.862] [90] "StartMenuExperienceHost.e 10796 2 55.872 K" [21:46:40.862] [91] "RuntimeBroker.exe 10916 2 16.320 K" [21:46:40.862] [92] "SearchApp.exe 11040 2 77.664 K" [21:46:40.862] [93] "RuntimeBroker.exe 11168 2 22.668 K" [21:46:40.862] [94] "RuntimeBroker.exe 3960 2 14.848 K" [21:46:40.862] [95] "csrss.exe 10428 3 7.120 K" [21:46:40.862] [96] "winlogon.exe 3976 3 10.072 K" [21:46:40.862] [97] "fontdrvhost.exe 11088 3 5.264 K" [21:46:40.862] [98] "dwm.exe 11364 3 39.412 K" [21:46:40.862] [99] "rdpclip.exe 11616 3 11.976 K" [21:46:40.862] [100] "sihost.exe 11640 3 26.732 K" [21:46:40.862] [101] "svchost.exe 11664 3 16.196 K" [21:46:40.862] [102] "svchost.exe 11708 3 25.236 K" [21:46:40.862] [103] "explorer.exe 12088 3 223.672 K" [21:46:40.862] [104] "taskhostw.exe 12204 3 13.916 K" [21:46:40.862] [105] "StartMenuExperienceHost.e 11856 3 68.024 K" [21:46:40.862] [106] "RuntimeBroker.exe 11076 3 20.096 K" [21:46:40.862] [107] "SearchApp.exe 12148 3 166.360 K" [21:46:40.862] [108] "RuntimeBroker.exe 12312 3 29.720 K" [21:46:40.862] [109] "ctfmon.exe 12400 3 20.668 K" [21:46:40.862] [110] "RuntimeBroker.exe 12540 3 14.604 K" [21:46:40.862] [111] "svchost.exe 12136 Services 0 12.524 K" [21:46:40.862] [112] "svchost.exe 10660 Services 0 26.568 K" [21:46:40.862] [113] "svchost.exe 11608 Services 0 6.924 K" [21:46:40.862] [114] "svchost.exe 12712 Services 0 12.424 K" [21:46:40.862] [115] "msdtc.exe 13252 Services 0 11.060 K" [21:46:40.862] [116] "svchost.exe 3784 Services 0 23.228 K" [21:46:40.862] [117] "svchost.exe 12928 2 15.688 K" [21:46:40.862] [118] "svchost.exe 12656 3 16.424 K" [21:46:40.862] [119] "TextInputHost.exe 4048 3 43.648 K" [21:46:40.862] [120] "dllhost.exe 13740 3 13.508 K" [21:46:40.862] [121] "svchost.exe 14196 Services 0 7.028 K" [21:46:40.862] [122] "ShellExperienceHost.exe 13604 2 47.256 K" [21:46:40.862] [123] "RuntimeBroker.exe 14116 2 16.832 K" [21:46:40.862] [124] "svchost.exe 12552 Services 0 6.676 K" [21:46:40.862] [125] "taskhostw.exe 14316 2 14.860 K" [21:46:40.862] [126] "LogonUI.exe 4548 2 30.996 K" [21:46:40.862] [127] "svchost.exe 12572 Services 0 13.292 K" [21:46:40.862] [128] "svchost.exe 14388 Services 0 20.592 K" [21:46:40.862] [129] "LogonUI.exe 13440 3 31.024 K" [21:46:40.862] [130] "cmd.exe 15636 2 5.260 K" [21:46:40.862] [131] "conhost.exe 12424 2 16.524 K" [21:46:40.862] [132] "R.exe 16872 2 5.396 K" [21:46:40.862] [133] "Rterm.exe 10720 2 110.820 K" [21:46:40.862] [134] "cmd.exe 8504 2 4.368 K" [21:46:40.862] [135] "make.exe 4400 2 8.168 K" [21:46:40.862] [136] "sh.exe 17076 2 7.736 K" [21:46:40.862] [137] "R.exe 16832 2 5.272 K" [21:46:40.862] [138] "cmd.exe 1900 2 4.412 K" [21:46:40.862] [139] "Rterm.exe 16716 2 21.716 K" [21:46:40.862] [140] "cmd.exe 13912 2 4.376 K" [21:46:40.862] [141] "R.exe 17312 2 5.492 K" [21:46:40.862] [142] "cmd.exe 12632 2 4.428 K" [21:46:40.862] [143] "Rterm.exe 8912 2 286.628 K" [21:46:40.862] [144] "Rterm.exe 14584 2 65.872 K" [21:46:40.862] [145] "WmiPrvSE.exe 14864 Services 0 11.236 K" [21:46:40.862] [146] "R.exe 9832 2 5.460 K" [21:46:40.862] [147] "Rterm.exe 13952 2 77.708 K" [21:46:40.862] [148] "tasklist.exe 16696 2 9.244 K" [21:46:40.866] chr [1:148] "" ... [21:46:40.868] Column widths: [21:46:40.869] [1] "========================= ======== ================ =========== ===============" [21:46:40.869] [,1] [,2] [,3] [,4] [,5] [21:46:40.869] from 1 27 36 53 65 [21:46:40.869] to 25 34 51 63 79 [21:46:40.869] [1] "=========================" "========" [21:46:40.869] [3] "================" "===========" [21:46:40.869] [5] "===============" [21:46:40.870] Trimmed: [21:46:40.871] [,1] [,2] [,3] [,4] [,5] [21:46:40.871] [1,] "System Idle Process" "0" "Services" "0" "8 K" [21:46:40.871] [2,] "System" "4" "Services" "0" "148 K" [21:46:40.871] [3,] "Registry" "1064" "Services" "0" "80.668 K" [21:46:40.871] [4,] "smss.exe" "1916" "Services" "0" "1.300 K" [21:46:40.871] [5,] "csrss.exe" "2012" "Services" "0" "7.132 K" [21:46:40.871] [6,] "wininit.exe" "1940" "Services" "0" "7.600 K" [21:46:40.871] [7,] "csrss.exe" "1968" "Console" "1" "6.096 K" [21:46:40.871] [8,] "winlogon.exe" "2112" "Console" "1" "10.260 K" [21:46:40.871] [9,] "services.exe" "2120" "Services" "0" "15.132 K" [21:46:40.871] [10,] "lsass.exe" "2164" "Services" "0" "26.596 K" [21:46:40.871] [11,] "svchost.exe" "2288" "Services" "0" "24.676 K" [21:46:40.871] [12,] "fontdrvhost.exe" "2316" "Services" "0" "3.624 K" [21:46:40.871] [13,] "svchost.exe" "2368" "Services" "0" "14.132 K" [21:46:40.871] [14,] "svchost.exe" "2412" "Services" "0" "12.408 K" [21:46:40.871] [15,] "fontdrvhost.exe" "2484" "Console" "1" "3.540 K" [21:46:40.871] [16,] "svchost.exe" "2576" "Services" "0" "34.492 K" [21:46:40.871] [17,] "svchost.exe" "2600" "Services" "0" "8.172 K" [21:46:40.871] [18,] "svchost.exe" "2604" "Services" "0" "8.104 K" [21:46:40.871] [19,] "svchost.exe" "2616" "Services" "0" "5.840 K" [21:46:40.871] [20,] "svchost.exe" "2684" "Services" "0" "10.272 K" [21:46:40.871] [21,] "svchost.exe" "2708" "Services" "0" "12.588 K" [21:46:40.871] [22,] "svchost.exe" "2788" "Services" "0" "8.480 K" [21:46:40.871] [23,] "svchost.exe" "2860" "Services" "0" "19.448 K" [21:46:40.871] [24,] "svchost.exe" "2880" "Services" "0" "10.768 K" [21:46:40.871] [25,] "svchost.exe" "2892" "Services" "0" "6.312 K" [21:46:40.871] [26,] "svchost.exe" "1972" "Services" "0" "21.164 K" [21:46:40.871] [27,] "svchost.exe" "2284" "Services" "0" "13.312 K" [21:46:40.871] [28,] "svchost.exe" "3052" "Services" "0" "17.604 K" [21:46:40.871] [29,] "LogonUI.exe" "3104" "Console" "1" "59.416 K" [21:46:40.871] [30,] "svchost.exe" "3160" "Services" "0" "11.212 K" [21:46:40.871] [31,] "svchost.exe" "3180" "Services" "0" "16.516 K" [21:46:40.871] [32,] "dwm.exe" "3252" "Console" "1" "49.632 K" [21:46:40.871] [33,] "svchost.exe" "3356" "Services" "0" "13.128 K" [21:46:40.871] [34,] "svchost.exe" "3364" "Services" "0" "6.356 K" [21:46:40.871] [35,] "svchost.exe" "3372" "Services" "0" "8.416 K" [21:46:40.871] [36,] "svchost.exe" "3452" "Services" "0" "7.912 K" [21:46:40.871] [37,] "svchost.exe" "3568" "Services" "0" "6.820 K" [21:46:40.871] [38,] "svchost.exe" "3584" "Services" "0" "8.860 K" [21:46:40.871] [39,] "svchost.exe" "3688" "Services" "0" "11.372 K" [21:46:40.871] [40,] "svchost.exe" "3764" "Services" "0" "9.804 K" [21:46:40.871] [41,] "svchost.exe" "3892" "Services" "0" "9.244 K" [21:46:40.871] [42,] "svchost.exe" "3936" "Services" "0" "13.560 K" [21:46:40.871] [43,] "svchost.exe" "4040" "Services" "0" "7.588 K" [21:46:40.871] [44,] "svchost.exe" "3660" "Services" "0" "7.596 K" [21:46:40.871] [45,] "svchost.exe" "4224" "Services" "0" "10.480 K" [21:46:40.871] [46,] "WUDFHost.exe" "4244" "Services" "0" "9.256 K" [21:46:40.871] [47,] "spoolsv.exe" "4456" "Services" "0" "17.824 K" [21:46:40.871] [48,] "svchost.exe" "4556" "Services" "0" "38.820 K" [21:46:40.871] [49,] "svchost.exe" "4564" "Services" "0" "20.416 K" [21:46:40.871] [50,] "IpOverUsbSvc.exe" "4592" "Services" "0" "15.516 K" [21:46:40.871] [51,] "svchost.exe" "4600" "Services" "0" "7.596 K" [21:46:40.871] [52,] "svchost.exe" "4608" "Services" "0" "7.244 K" [21:46:40.871] [53,] "pcns.exe" "4616" "Services" "0" "5.360 K" [21:46:40.871] [54,] "svchost.exe" "4624" "Services" "0" "22.244 K" [21:46:40.871] [55,] "svchost.exe" "4632" "Services" "0" "6.088 K" [21:46:40.871] [56,] "svchost.exe" "4648" "Services" "0" "13.244 K" [21:46:40.871] [57,] "svchost.exe" "4664" "Services" "0" "12.080 K" [21:46:40.871] [58,] "dsmcsvc.exe" "4688" "Services" "0" "57.864 K" [21:46:40.871] [59,] "MsMpEng.exe" "4712" "Services" "0" "428.552 K" [21:46:40.871] [60,] "svchost.exe" "5068" "Services" "0" "9.252 K" [21:46:40.871] [61,] "java.exe" "3088" "Services" "0" "269.216 K" [21:46:40.871] [62,] "svchost.exe" "4368" "Services" "0" "8.876 K" [21:46:40.871] [63,] "svchost.exe" "5152" "Services" "0" "13.428 K" [21:46:40.871] [64,] "svchost.exe" "5448" "Services" "0" "7.992 K" [21:46:40.871] [65,] "svchost.exe" "5508" "Services" "0" "10.104 K" [21:46:40.871] [66,] "AggregatorHost.exe" "6808" "Services" "0" "7.720 K" [21:46:40.871] [67,] "svchost.exe" "8532" "Services" "0" "7.760 K" [21:46:40.871] [68,] "svchost.exe" "8744" "Services" "0" "15.136 K" [21:46:40.871] [69,] "NisSrv.exe" "8588" "Services" "0" "28.788 K" [21:46:40.871] [70,] "csrss.exe" "2944" "" "2" "8.596 K" [21:46:40.871] [71,] "winlogon.exe" "3508" "" "2" "10.780 K" [21:46:40.871] [72,] "fontdrvhost.exe" "2256" "" "2" "9.272 K" [21:46:40.871] [73,] "dwm.exe" "2020" "" "2" "39.752 K" [21:46:40.871] [74,] "svchost.exe" "9432" "Services" "0" "15.192 K" [21:46:40.871] [75,] "rdpclip.exe" "8596" "" "2" "12.048 K" [21:46:40.871] [76,] "sihost.exe" "4580" "" "2" "26.660 K" [21:46:40.871] [77,] "svchost.exe" "8620" "" "2" "16.348 K" [21:46:40.871] [78,] "svchost.exe" "3528" "" "2" "31.184 K" [21:46:40.871] [79,] "svchost.exe" "9704" "Services" "0" "15.776 K" [21:46:40.871] [80,] "svchost.exe" "9680" "Services" "0" "9.092 K" [21:46:40.871] [81,] "svchost.exe" "4888" "Services" "0" "13.852 K" [21:46:40.871] [82,] "svchost.exe" "4728" "Services" "0" "7.996 K" [21:46:40.871] [83,] "explorer.exe" "10288" "" "2" "114.316 K" [21:46:40.871] [84,] "ctfmon.exe" "10340" "" "2" "15.764 K" [21:46:40.871] [85,] "taskhostw.exe" "10536" "" "2" "11.884 K" [21:46:40.871] [86,] "TextInputHost.exe" "10788" "" "2" "43.732 K" [21:46:40.871] [87,] "StartMenuExperienceHost.e" "10796" "" "2" "55.872 K" [21:46:40.871] [88,] "RuntimeBroker.exe" "10916" "" "2" "16.320 K" [21:46:40.871] [89,] "SearchApp.exe" "11040" "" "2" "77.664 K" [21:46:40.871] [90,] "RuntimeBroker.exe" "11168" "" "2" "22.668 K" [21:46:40.871] [91,] "RuntimeBroker.exe" "3960" "" "2" "14.848 K" [21:46:40.871] [92,] "csrss.exe" "10428" "" "3" "7.120 K" [21:46:40.871] [93,] "winlogon.exe" "3976" "" "3" "10.072 K" [21:46:40.871] [94,] "fontdrvhost.exe" "11088" "" "3" "5.264 K" [21:46:40.871] [95,] "dwm.exe" "11364" "" "3" "39.412 K" [21:46:40.871] [96,] "rdpclip.exe" "11616" "" "3" "11.976 K" [21:46:40.871] [97,] "sihost.exe" "11640" "" "3" "26.732 K" [21:46:40.871] [98,] "svchost.exe" "11664" "" "3" "16.196 K" [21:46:40.871] [99,] "svchost.exe" "11708" "" "3" "25.236 K" [21:46:40.871] [100,] "explorer.exe" "12088" "" "3" "223.672 K" [21:46:40.871] [101,] "taskhostw.exe" "12204" "" "3" "13.916 K" [21:46:40.871] [102,] "StartMenuExperienceHost.e" "11856" "" "3" "68.024 K" [21:46:40.871] [103,] "RuntimeBroker.exe" "11076" "" "3" "20.096 K" [21:46:40.871] [104,] "SearchApp.exe" "12148" "" "3" "166.360 K" [21:46:40.871] [105,] "RuntimeBroker.exe" "12312" "" "3" "29.720 K" [21:46:40.871] [106,] "ctfmon.exe" "12400" "" "3" "20.668 K" [21:46:40.871] [107,] "RuntimeBroker.exe" "12540" "" "3" "14.604 K" [21:46:40.871] [108,] "svchost.exe" "12136" "Services" "0" "12.524 K" [21:46:40.871] [109,] "svchost.exe" "10660" "Services" "0" "26.568 K" [21:46:40.871] [110,] "svchost.exe" "11608" "Services" "0" "6.924 K" [21:46:40.871] [111,] "svchost.exe" "12712" "Services" "0" "12.424 K" [21:46:40.871] [112,] "msdtc.exe" "13252" "Services" "0" "11.060 K" [21:46:40.871] [113,] "svchost.exe" "3784" "Services" "0" "23.228 K" [21:46:40.871] [114,] "svchost.exe" "12928" "" "2" "15.688 K" [21:46:40.871] [115,] "svchost.exe" "12656" "" "3" "16.424 K" [21:46:40.871] [116,] "TextInputHost.exe" "4048" "" "3" "43.648 K" [21:46:40.871] [117,] "dllhost.exe" "13740" "" "3" "13.508 K" [21:46:40.871] [118,] "svchost.exe" "14196" "Services" "0" "7.028 K" [21:46:40.871] [119,] "ShellExperienceHost.exe" "13604" "" "2" "47.256 K" [21:46:40.871] [120,] "RuntimeBroker.exe" "14116" "" "2" "16.832 K" [21:46:40.871] [121,] "svchost.exe" "12552" "Services" "0" "6.676 K" [21:46:40.871] [122,] "taskhostw.exe" "14316" "" "2" "14.860 K" [21:46:40.871] [123,] "LogonUI.exe" "4548" "" "2" "30.996 K" [21:46:40.871] [124,] "svchost.exe" "12572" "Services" "0" "13.292 K" [21:46:40.871] [125,] "svchost.exe" "14388" "Services" "0" "20.592 K" [21:46:40.871] [126,] "LogonUI.exe" "13440" "" "3" "31.024 K" [21:46:40.871] [127,] "cmd.exe" "15636" "" "2" "5.260 K" [21:46:40.871] [128,] "conhost.exe" "12424" "" "2" "16.524 K" [21:46:40.871] [129,] "R.exe" "16872" "" "2" "5.396 K" [21:46:40.871] [130,] "Rterm.exe" "10720" "" "2" "110.820 K" [21:46:40.871] [131,] "cmd.exe" "8504" "" "2" "4.368 K" [21:46:40.871] [132,] "make.exe" "4400" "" "2" "8.168 K" [21:46:40.871] [133,] "sh.exe" "17076" "" "2" "7.736 K" [21:46:40.871] [134,] "R.exe" "16832" "" "2" "5.272 K" [21:46:40.871] [135,] "cmd.exe" "1900" "" "2" "4.412 K" [21:46:40.871] [136,] "Rterm.exe" "16716" "" "2" "21.716 K" [21:46:40.871] [137,] "cmd.exe" "13912" "" "2" "4.376 K" [21:46:40.871] [138,] "R.exe" "17312" "" "2" "5.492 K" [21:46:40.871] [139,] "cmd.exe" "12632" "" "2" "4.428 K" [21:46:40.871] [140,] "Rterm.exe" "8912" "" "2" "286.628 K" [21:46:40.871] [141,] "Rterm.exe" "14584" "" "2" "65.872 K" [21:46:40.871] [142,] "WmiPrvSE.exe" "14864" "Services" "0" "11.236 K" [21:46:40.871] [143,] "R.exe" "9832" "" "2" "5.460 K" [21:46:40.871] [144,] "Rterm.exe" "13952" "" "2" "77.708 K" [21:46:40.871] [145,] "tasklist.exe" "16696" "" "2" "9.244 K" [21:46:40.873] Extracted: '0', '4', '1064', '1916', '2012', '1940', '1968', '2112', '2120', '2164', '2288', '2316', '2368', '2412', '2484', '2576', '2600', '2604', '2616', '2684', '2708', '2788', '2860', '2880', '2892', '1972', '2284', '3052', '3104', '3160', '3180', '3252', '3356', '3364', '3372', '3452', '3568', '3584', '3688', '3764', '3892', '3936', '4040', '3660', '4224', '4244', '4456', '4556', '4564', '4592', '4600', '4608', '4616', '4624', '4632', '4648', '4664', '4688', '4712', '5068', '3088', '4368', '5152', '5448', '5508', '6808', '8532', '8744', '8588', '2944', '3508', '2256', '2020', '9432', '8596', '4580', '8620', '3528', '9704', '9680', '4888', '4728', '10288', '10340', '10536', '10788', '10796', '10916', '11040', '11168', '3960', '10428', '3976', '11088', '11364', '11616', '11640', '11664', '11708', '12088', '12204', '11856', '11076', '12148', '12312', '12400', '12540', '12136', '10660', '11608', '12712', '13252', '3784', '12928', '12656', '4048', '13740', '14196', '13604', '14116', '12552', '14316', '4548', '12572', '14388', '13440', '15636', '12424', '16872', '10720', '8504', '4400', '17076', '16832', '1900', '16716', '13912', '17312', '12632', '8912', '14584', '14864', '9832', '13952', '16696' [21:46:40.873] Parsed: '0', '4', '1064', '1916', '2012', '1940', '1968', '2112', '2120', '2164', '2288', '2316', '2368', '2412', '2484', '2576', '2600', '2604', '2616', '2684', '2708', '2788', '2860', '2880', '2892', '1972', '2284', '3052', '3104', '3160', '3180', '3252', '3356', '3364', '3372', '3452', '3568', '3584', '3688', '3764', '3892', '3936', '4040', '3660', '4224', '4244', '4456', '4556', '4564', '4592', '4600', '4608', '4616', '4624', '4632', '4648', '4664', '4688', '4712', '5068', '3088', '4368', '5152', '5448', '5508', '6808', '8532', '8744', '8588', '2944', '3508', '2256', '2020', '9432', '8596', '4580', '8620', '3528', '9704', '9680', '4888', '4728', '10288', '10340', '10536', '10788', '10796', '10916', '11040', '11168', '3960', '10428', '3976', '11088', '11364', '11616', '11640', '11664', '11708', '12088', '12204', '11856', '11076', '12148', '12312', '12400', '12540', '12136', '10660', '11608', '12712', '13252', '3784', '12928', '12656', '4048', '13740', '14196', '13604', '14116', '12552', '14316', '4548', '12572', '14388', '13440', '15636', '12424', '16872', '10720', '8504', '4400', '17076', '16832', '1900', '16716', '13912', '17312', '12632', '8912', '14584', '14864', '9832', '13952', '16696' [21:46:40.873] Equals PID: 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'FALSE', 'TRUE', 'FALSE' [21:46:40.874] - success [21:46:40.874] Attempting to find a working pid_exists_*() function ... done > printf("Does it exist: %s\n", exists) Does it exist: TRUE > stopifnot(is.logical(exists), length(exists) == 1, + isTRUE(exists) || is.na(exists)) > message("*** pid_exists() ... DONE") *** pid_exists() ... DONE > message("*** inRCmdCheck() ...") *** inRCmdCheck() ... > cat(sprintf("R CMD check is running: %s\n", inRCmdCheck())) R CMD check is running: TRUE > message("*** inRCmdCheck() ... DONE") *** inRCmdCheck() ... DONE > message("*** utils ... DONE") *** utils ... 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_06_02_21_45_16_15648' Sourcing 4 epilogue scripts ... done Test time: user.self=0.08s, sys.self=0.1s, elapsed=1s, user.child=NAs, sys.child=NAs Test 'tempdirname' ... success > > proc.time() user system elapsed 0.23 0.14 1.29