R Under development (unstable) (2025-03-03 r87871 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 file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(strata) > > test_check("strata") [2025-03-05 14:31:50.5890] INFO: Strata started [2025-03-05 14:31:50.5902] INFO: Stratum: bad_stratum initialized [2025-03-05 14:31:50.5909] INFO: Lamina: bad_apple initialized [2025-03-05 14:31:50.5917] INFO: Executing: bad_code [2025-03-05 14:31:50.7112] INFO: Strata started [2025-03-05 14:31:50.7121] INFO: Stratum: bad_stratum initialized [2025-03-05 14:31:50.7126] INFO: Lamina: bad_apple initialized [2025-03-05 14:31:50.7134] INFO: Executing: bad_code [2025-03-05 14:31:50.8710] INFO: Strata started [2025-03-05 14:31:50.8717] INFO: Stratum: first_stratum initialized [2025-03-05 14:31:50.8723] INFO: Lamina: first_lamina initialized [2025-03-05 14:31:50.8730] INFO: Executing: my_code1 [1] "Hello, World!" [2025-03-05 14:31:50.8741] INFO: Lamina: first_lamina finished [2025-03-05 14:31:50.8747] INFO: Lamina: second_lamina initialized [2025-03-05 14:31:50.8753] INFO: Executing: my_code2 [1] "Goodbye, World!" [2025-03-05 14:31:50.8767] INFO: Strata finished - duration: 0.0055 seconds [2025-03-05 14:31:51.1809] INFO: Strata started [2025-03-05 14:31:51.1815] INFO: Stratum: bad_stratum initialized [2025-03-05 14:31:51.1822] INFO: Lamina: bad_apple initialized [2025-03-05 14:31:51.1828] INFO: Executing: bad_code [2025-03-05 14:31:51.2923] INFO: Strata started [2025-03-05 14:31:51.2930] INFO: Stratum: bad_stratum initialized [2025-03-05 14:31:51.2935] INFO: Lamina: bad_apple initialized [2025-03-05 14:31:51.2942] INFO: Executing: bad_code [2025-03-05 14:31:51.4093] INFO: Strata started [2025-03-05 14:31:51.4099] INFO: Stratum: first_stratum initialized [2025-03-05 14:31:51.4105] INFO: Lamina: first_lamina initialized [2025-03-05 14:31:51.4111] INFO: Executing: my_code1 [1] "Hello, World!" [2025-03-05 14:31:51.4121] INFO: Strata finished - duration: 0.003 seconds [2025-03-05 14:31:51.5139] INFO: Strata started [2025-03-05 14:31:51.5145] INFO: Stratum: first_stratum initialized [2025-03-05 14:31:51.5150] INFO: Lamina: second_lamina initialized [2025-03-05 14:31:51.5157] INFO: Executing: my_code2 [1] "Goodbye, World!" [2025-03-05 14:31:51.5166] INFO: Strata finished - duration: 0.0028 seconds [2025-03-05 14:31:51.6516] INFO: Strata started [2025-03-05 14:31:51.6522] INFO: Stratum: first_stratum initialized [2025-03-05 14:31:51.6528] INFO: Lamina: first_lamina initialized [2025-03-05 14:31:51.6534] INFO: Executing: my_code1 [2025-03-05 14:31:51.6543] ERROR: Error in my_code1 [2025-03-05 14:31:51.6552] INFO: Strata finished - duration: 0.0038 seconds [1] "This code should run" [2025-03-05 14:31:51.7652] INFO: Strata started [2025-03-05 14:31:51.7662] INFO: Stratum: first_stratum initialized [2025-03-05 14:31:51.7670] INFO: Lamina: first_lamina initialized [2025-03-05 14:31:51.7681] INFO: Executing: my_code1 [2025-03-05 14:31:51.7782] INFO: Strata finished - duration: 0.0134 seconds [1] "This code should run" [2025-03-05 14:31:51.8793] INFO: Strata started [2025-03-05 14:31:51.8802] INFO: Stratum: first_stratum initialized [2025-03-05 14:31:51.8809] INFO: Lamina: first_lamina initialized [2025-03-05 14:31:51.8866] INFO: Executing: my_code1 [2025-03-05 14:31:51.8879] ERROR: Error in my_code1 [2025-03-05 14:31:51.8889] INFO: Strata finished - duration: 0.0098 seconds [1] "This code should run" [2025-03-05 14:31:52.0769] INFO: Strata started [2025-03-05 14:31:52.0778] INFO: Stratum: first_stratum initialized [2025-03-05 14:31:52.0785] INFO: Lamina: first_lamina initialized [2025-03-05 14:31:52.0795] INFO: Executing: my_code1 Choosing first match: 'test1 l1' [2025-03-05 14:31:54.9416] INFO: Strata started [2025-03-05 14:31:54.9424] INFO: Stratum: first_stratum initialized [2025-03-05 14:31:54.9431] INFO: Lamina: first_lamina initialized [2025-03-05 14:31:54.9440] INFO: Executing: my_code1 [1] "Hello, World!" [2025-03-05 14:31:54.9451] INFO: Lamina: first_lamina finished [2025-03-05 14:31:54.9457] INFO: Lamina: second_lamina initialized [2025-03-05 14:31:54.9463] INFO: Executing: my_code2 [1] "Goodbye, World!" [2025-03-05 14:31:54.9474] INFO: Strata finished - duration: 0.006 seconds cleaning: replacing Hello, World! with hello__world_ cleaning: replacing H!ellO Wor^ld with h_ello_wor_ld [2025-03-05 14:31:56.4334] INFO: Backed up D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file17958256b7d3c/strata/stratum2/.laminae.toml to D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file17958256b7d3c/strata/stratum2/.laminae.bak [2025-03-05 14:31:56.5150] INFO: Backed up D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file17958256b7d3c/strata/stratum3/.laminae.toml to D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file17958256b7d3c/strata/stratum3/.laminae.bak [2025-03-05 14:31:56.7680] INFO: Backed up D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file1795834266dab/strata/stratum2/.laminae.toml to D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file1795834266dab/strata/stratum2/.laminae.bak [2025-03-05 14:31:56.8510] INFO: Backed up D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file1795834266dab/strata/stratum3/.laminae.toml to D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file1795834266dab/strata/stratum3/.laminae.bak [2025-03-05 14:31:58.4717] INFO: hello [2025-03-05 14:31:58.5159] INFO: testing, 1, 2, 3 [2025-03-05 14:31:58.5253] ERROR: ahhh, panic! [2025-03-05 14:31:58.8674] INFO: Strata started [2025-03-05 14:31:58.8680] INFO: Stratum: first_stratum initialized [2025-03-05 14:31:58.8684] INFO: Lamina: first_lamina initialized [2025-03-05 14:31:58.8691] INFO: Executing: my_code1 [1] "Hello, World!" [2025-03-05 14:31:58.8700] INFO: Lamina: first_lamina finished [2025-03-05 14:31:58.8705] INFO: Lamina: second_lamina initialized [2025-03-05 14:31:58.8710] INFO: Executing: my_code2 [1] "Goodbye, World!" [2025-03-05 14:31:58.8719] INFO: Strata finished - duration: 0.0046 seconds [2025-03-05 14:31:59.0377] INFO: Strata started [2025-03-05 14:31:59.0382] INFO: Stratum: first_stratum initialized [2025-03-05 14:31:59.0387] INFO: Lamina: first_lamina initialized [2025-03-05 14:31:59.0393] INFO: Executing: my_code1 [1] "Hello, World!" [2025-03-05 14:31:59.0402] INFO: Lamina: first_lamina finished [2025-03-05 14:31:59.0407] INFO: Lamina: second_lamina initialized [2025-03-05 14:31:59.0412] INFO: Executing: my_code2 [1] "Goodbye, World!" [2025-03-05 14:31:59.0422] INFO: Strata finished - duration: 0.0045 seconds [2025-03-05 14:32:05.8702] INFO: Backed up D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file17958316982/.strata.toml to D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file17958316982/.strata.bak [2025-03-05 14:32:05.9758] INFO: Backed up D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file179585d506e67/.laminae.toml to D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file179585d506e67/.laminae.bak [2025-03-05 14:32:06.0422] WARN: Duplicate orders found in the .strata.toml file, reordering [2025-03-05 14:32:06.0590] INFO: The following columns are not valid and will be dropped: bad_column0, bad_column1, bad_column2, bad_column3 [2025-03-05 14:32:06.2157] WARN: Duplicate orders found in the .strata.toml file, reordering [2025-03-05 14:32:06.3098] INFO: Backed up D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file1795854d45fd5/.strata.toml to D:/temp/2025_03_05_14_30_17_29770/RtmpCifP02/file1795854d45fd5/.strata.bak [ FAIL 0 | WARN 0 | SKIP 0 | PASS 100 ] > > proc.time() user system elapsed 15.20 1.68 17.06