01KY5BQ4MKMHD8RMAZ8NZFJY56: header-check

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KY5BQQKVRV0EWXYA8B1GCJVS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T16:50:41.029Zjob assigned to worker 01KY5BQW255MPZFD8JYJVH4PT9 [factory aws, i-0931320658ff30aa1] (queued for 45 s)
 
22026-07-22T16:50:48.285Zstarting task 0: "setup"
32026-07-22T16:50:48.290Z++ uname -s
42026-07-22T16:50:48.294Z+ kern=SunOS
52026-07-22T16:50:48.294Z+ build_user=build
62026-07-22T16:50:48.294Z+ build_uid=12345
72026-07-22T16:50:48.294Z+ work_dir=/work
82026-07-22T16:50:48.294Z+ input_dir=/input
92026-07-22T16:50:48.294Z+ [[ 0 == 12345 ]]
102026-07-22T16:50:48.294Z+ case "$kern" in
112026-07-22T16:50:48.294Z+ groupadd -g 12345 build
122026-07-22T16:50:48.294Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T16:50:50.300Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T16:50:50.401Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T16:50:50.407Z+ home_fs=zfs
162026-07-22T16:50:50.407Z+ [[ zfs == autofs ]]
172026-07-22T16:50:50.407Z+ mkdir -p /home/build
182026-07-22T16:50:50.407Z+ chown build:build /home/build /work
192026-07-22T16:50:52.406Z+ chmod 0700 /home/build /work
202026-07-22T16:50:52.409Zprocess exited: duration 4125 ms, exit code 0
 
212026-07-22T16:50:52.416Zstarting task 1: "rust-toolchain"
222026-07-22T16:50:52.421Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-22T16:50:52.421Z * rust toolchain channel = "1.90.0"
242026-07-22T16:50:52.421Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-22T16:50:52.421Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-22T16:50:52.421Z * rust toolchain profile = "default"
272026-07-22T16:50:52.421Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T16:50:52.424Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T16:50:52.424Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-22T16:50:52.545Zinfo: downloading installer
312026-07-22T16:50:54.270Zwarn: It looks like you have an existing installation of Rust at:
322026-07-22T16:50:54.270Zwarn: /opt/ooce/bin
332026-07-22T16:50:54.270Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-22T16:50:54.270Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-22T16:50:54.270Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-22T16:50:54.270Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-22T16:50:54.270Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-22T16:50:54.270Zerror: cannot install while Rust is installed
392026-07-22T16:50:54.270Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-22T16:50:54.270Zwarn: It looks like you have an existing rustup settings file at:
412026-07-22T16:50:54.270Zwarn: /home/build/.rustup/settings.toml
422026-07-22T16:50:54.270Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-22T16:50:54.270Zwarn: instead of the one inferred from the default host triple.
442026-07-22T16:50:54.284Zinfo: profile set to default
452026-07-22T16:50:54.284Zinfo: default host triple is x86_64-unknown-illumos
462026-07-22T16:50:54.286Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-07-22T16:50:54.450Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-07-22T16:50:54.454Zinfo: downloading 6 components
492026-07-22T16:51:09.163Z
502026-07-22T16:51:09.163Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-07-22T16:51:09.191Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-07-22T16:51:09.191Z
532026-07-22T16:51:09.191Z
542026-07-22T16:51:09.191ZRust is installed now. Great!
552026-07-22T16:51:09.191Z
562026-07-22T16:51:09.197ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-22T16:51:09.197Zenvironment variable. This has not been done automatically.
582026-07-22T16:51:09.197Z
592026-07-22T16:51:09.197ZTo configure your current shell, you need to source
602026-07-22T16:51:09.197Zthe corresponding env file under $HOME/.cargo.
612026-07-22T16:51:09.198Z
622026-07-22T16:51:09.198ZThis is usually done by running one of the following (note the leading DOT):
632026-07-22T16:51:09.198Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-22T16:51:09.198Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-22T16:51:09.198Zsource "~/.cargo/env.nu" # For nushell
662026-07-22T16:51:09.198Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-22T16:51:09.198Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-22T16:51:09.198Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-22T16:51:09.198Zwarn: no default linker (`cc`) was found in your PATH
702026-07-22T16:51:09.198Zwarn: many Rust crates require a system C toolchain to build
712026-07-22T16:51:09.269Z+ rustup --version
722026-07-22T16:51:09.278Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-22T16:51:09.281Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-22T16:51:09.302Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-07-22T16:51:09.306Z+ cargo --version
762026-07-22T16:51:09.316Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-07-22T16:51:09.319Z+ rustc --version
782026-07-22T16:51:09.339Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-07-22T16:51:09.342Zprocess exited: duration 16923 ms, exit code 0
 
802026-07-22T16:51:09.348Zstarting task 2: "authentication"
812026-07-22T16:51:09.364Zprocess exited: duration 16 ms, exit code 0
 
822026-07-22T16:51:09.370Zstarting task 3: "clone repository"
832026-07-22T16:51:09.375Z+ mkdir -p /work/oxidecomputer/propolis
842026-07-22T16:51:09.377Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-07-22T16:51:09.408ZCloning into '/work/oxidecomputer/propolis'...
862026-07-22T16:51:10.437Z+ cd /work/oxidecomputer/propolis
872026-07-22T16:51:10.437Z+ git fetch origin 4a9fdb391b32664bc6e348e6de50125638a1f3f7
882026-07-22T16:51:10.685ZFrom https://github.com/oxidecomputer/propolis
892026-07-22T16:51:10.685Z * branch 4a9fdb391b32664bc6e348e6de50125638a1f3f7 -> FETCH_HEAD
902026-07-22T16:51:10.691Z+ [[ -n iliana/atty ]]
912026-07-22T16:51:10.694Z++ git branch --show-current
922026-07-22T16:51:10.694Z+ current=master
932026-07-22T16:51:10.694Z+ [[ master != iliana/atty ]]
942026-07-22T16:51:10.694Z+ git branch -f iliana/atty 4a9fdb391b32664bc6e348e6de50125638a1f3f7
952026-07-22T16:51:10.697Z+ git checkout -f iliana/atty
962026-07-22T16:51:10.704ZSwitched to branch 'iliana/atty'
972026-07-22T16:51:10.706Z+ git reset --hard 4a9fdb391b32664bc6e348e6de50125638a1f3f7
982026-07-22T16:51:10.711ZHEAD is now at 4a9fdb39 remove atty
992026-07-22T16:51:10.715Zprocess exited: duration 1341 ms, exit code 0
 
1002026-07-22T16:51:10.722Zstarting task 4: "build"
1012026-07-22T16:51:10.731ZCloning into './gate_src'...
1022026-07-22T16:52:07.555ZUpdating files: 37% (18576/49612) Updating files: 38% (18853/49612) Updating files: 39% (19349/49612) Updating files: 40% (19845/49612) Updating files: 41% (20341/49612) Updating files: 42% (20838/49612) Updating files: 43% (21334/49612) Updating files: 44% (21830/49612) Updating files: 45% (22326/49612) Updating files: 46% (22822/49612) Updating files: 47% (23318/49612) Updating files: 48% (23814/49612) Updating files: 49% (24310/49612) Updating files: 50% (24806/49612) Updating files: 51% (25303/49612) Updating files: 52% (25799/49612) Updating files: 53% (26295/49612) Updating files: 54% (26791/49612) Updating files: 55% (27287/49612) Updating files: 56% (27783/49612) Updating files: 57% (28279/49612) Updating files: 58% (28775/49612) Updating files: 59% (29272/49612) Updating files: 60% (29768/49612) Updating files: 61% (30264/49612) Updating files: 62% (30760/49612) Updating files: 63% (31256/49612) Updating files: 64% (31752/49612) Updating files: 65% (32248/49612) Updating files: 66% (32744/49612) Updating files: 67% (33241/49612) Updating files: 68% (33737/49612) Updating files: 69% (34233/49612) Updating files: 70% (34729/49612) Updating files: 71% (35225/49612) Updating files: 72% (35721/49612) Updating files: 73% (36217/49612) Updating files: 74% (36713/49612) Updating files: 75% (37209/49612) Updating files: 76% (37706/49612) Updating files: 77% (38202/49612) Updating files: 78% (38698/49612) Updating files: 79% (39194/49612) Updating files: 80% (39690/49612) Updating files: 81% (40186/49612) Updating files: 82% (40682/49612) Updating files: 83% (41178/49612) Updating files: 84% (41675/49612) Updating files: 85% (42171/49612) Updating files: 85% (42261/49612) Updating files: 86% (42667/49612) Updating files: 87% (43163/49612) Updating files: 88% (43659/49612) Updating files: 89% (44155/49612) Updating files: 90% (44651/49612) Updating files: 91% (45147/49612) Updating files: 92% (45644/49612) Updating files: 93% (46140/49612) Updating files: 94% (46636/49612) Updating files: 95% (47132/49612) Updating files: 96% (47628/49612) Updating files: 97% (48124/49612) Updating files: 98% (48620/49612) Updating files: 99% (49116/49612) Updating files: 100% (49612/49612) Updating files: 100% (49612/49612), done.
1032026-07-22T16:52:07.628ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-07-22T16:52:07.656Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-07-22T16:52:07.706Z Updating crates.io index
1062026-07-22T16:52:08.272Z Locking 45 packages to latest compatible versions
1072026-07-22T16:52:08.275Z Adding strum v0.25.0 (available: v0.28.0)
1082026-07-22T16:52:08.278Z Downloading crates ...
1092026-07-22T16:52:08.321Z Downloaded bitflags v1.3.2
1102026-07-22T16:52:08.325Z Downloaded semver v1.0.28
1112026-07-22T16:52:08.330Z Downloaded unicode-ident v1.0.24
1122026-07-22T16:52:08.333Z Downloaded dirs v2.0.2
1132026-07-22T16:52:08.336Z Downloaded rustc_version v0.4.1
1142026-07-22T16:52:08.340Z Downloaded quote v1.0.47
1152026-07-22T16:52:08.347Z Downloaded rustversion v1.0.23
1162026-07-22T16:52:08.352Z Downloaded shlex v2.0.1
1172026-07-22T16:52:08.355Z Downloaded find-msvc-tools v0.1.9
1182026-07-22T16:52:08.359Z Downloaded strum v0.26.3
1192026-07-22T16:52:08.362Z Downloaded strum v0.25.0
1202026-07-22T16:52:08.362Z Downloaded dirs-sys v0.3.7
1212026-07-22T16:52:08.362Z Downloaded unicode-xid v0.2.6
1222026-07-22T16:52:08.362Z Downloaded cfg-if v0.1.10
1232026-07-22T16:52:08.365Z Downloaded ctest2 v0.4.10
1242026-07-22T16:52:08.368Z Downloaded strum_macros v0.26.4
1252026-07-22T16:52:08.372Z Downloaded itoa v1.0.18
1262026-07-22T16:52:08.375Z Downloaded zmij v1.0.23
1272026-07-22T16:52:08.378Z Downloaded garando_pos v0.1.0
1282026-07-22T16:52:08.381Z Downloaded term v0.6.1
1292026-07-22T16:52:08.381Z Downloaded proc-macro2 v1.0.107
1302026-07-22T16:52:08.385Z Downloaded serde_derive v1.0.229
1312026-07-22T16:52:08.388Z Downloaded heck v0.5.0
1322026-07-22T16:52:08.388Z Downloaded garando_errors v0.1.0
1332026-07-22T16:52:08.399Z Downloaded log v0.4.33
1342026-07-22T16:52:08.406Z Downloaded serde v1.0.229
1352026-07-22T16:52:08.410Z Downloaded serde_core v1.0.229
1362026-07-22T16:52:08.415Z Downloaded cc v1.3.0
1372026-07-22T16:52:08.420Z Downloaded memchr v2.8.3
1382026-07-22T16:52:08.426Z Downloaded serde_json v1.0.151
1392026-07-22T16:52:08.448Z Downloaded garando_syntax v0.1.1
1402026-07-22T16:52:08.471Z Downloaded syn v2.0.119
1412026-07-22T16:52:08.477Z Downloaded syn v3.0.3
1422026-07-22T16:52:08.505Z Downloaded libc v0.2.189
1432026-07-22T16:52:08.557Z Compiling proc-macro2 v1.0.107
1442026-07-22T16:52:08.557Z Compiling unicode-ident v1.0.24
1452026-07-22T16:52:08.561Z Compiling quote v1.0.47
1462026-07-22T16:52:08.561Z Compiling libc v0.2.189
1472026-07-22T16:52:08.561Z Compiling serde_core v1.0.229
1482026-07-22T16:52:08.561Z Compiling serde v1.0.229
1492026-07-22T16:52:08.561Z Compiling cfg-if v0.1.10
1502026-07-22T16:52:08.561Z Compiling rustversion v1.0.23
1512026-07-22T16:52:08.640Z Compiling zmij v1.0.23
1522026-07-22T16:52:08.698Z Compiling serde_json v1.0.151
1532026-07-22T16:52:08.929Z Compiling memchr v2.8.3
1542026-07-22T16:52:08.961Z Compiling heck v0.5.0
1552026-07-22T16:52:08.964Z Compiling itoa v1.0.18
1562026-07-22T16:52:09.130Z Compiling unicode-xid v0.2.6
1572026-07-22T16:52:09.175Z Compiling find-msvc-tools v0.1.9
1582026-07-22T16:52:09.225Z Compiling bitflags v1.3.2
1592026-07-22T16:52:09.225Z Compiling shlex v2.0.1
1602026-07-22T16:52:09.283Z Compiling log v0.4.33
1612026-07-22T16:52:09.342Z Compiling dirs-sys v0.3.7
1622026-07-22T16:52:09.394Z Compiling semver v1.0.28
1632026-07-22T16:52:09.398Z Compiling cc v1.3.0
1642026-07-22T16:52:09.446Z Compiling strum v0.25.0
1652026-07-22T16:52:09.496Z Compiling dirs v2.0.2
1662026-07-22T16:52:09.563Z Compiling term v0.6.1
1672026-07-22T16:52:09.594Z Compiling rustc_version v0.4.1
1682026-07-22T16:52:09.710Z Compiling syn v3.0.3
1692026-07-22T16:52:09.710Z Compiling syn v2.0.119
1702026-07-22T16:52:11.098Z Compiling serde_derive v1.0.229
1712026-07-22T16:52:11.384Z Compiling strum_macros v0.26.4
1722026-07-22T16:52:12.421Z Compiling strum v0.26.3
1732026-07-22T16:52:12.482Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1742026-07-22T16:52:13.136Z Compiling garando_pos v0.1.0
1752026-07-22T16:52:13.406Z Compiling garando_errors v0.1.0
1762026-07-22T16:52:13.784Z Compiling garando_syntax v0.1.1
1772026-07-22T16:52:17.785Z Compiling ctest2 v0.4.10
1782026-07-22T16:52:18.408Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1792026-07-22T16:52:20.661Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.02s
1802026-07-22T16:52:20.684Z Running test/main.rs (target/debug/deps/main-8b1b097ee3bbdea0)
1812026-07-22T16:52:20.687ZRUNNING ALL TESTS
1822026-07-22T16:52:20.688ZPASSED 1185 tests
1832026-07-22T16:52:20.691ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1842026-07-22T16:52:20.750Z Updating crates.io index
1852026-07-22T16:52:20.904Z Locking 40 packages to latest compatible versions
1862026-07-22T16:52:20.946Z Compiling proc-macro2 v1.0.107
1872026-07-22T16:52:20.946Z Compiling unicode-ident v1.0.24
1882026-07-22T16:52:20.946Z Compiling libc v0.2.189
1892026-07-22T16:52:20.949Z Compiling quote v1.0.47
1902026-07-22T16:52:20.949Z Compiling serde_core v1.0.229
1912026-07-22T16:52:20.949Z Compiling serde v1.0.229
1922026-07-22T16:52:20.949Z Compiling cfg-if v0.1.10
1932026-07-22T16:52:20.949Z Compiling zmij v1.0.23
1942026-07-22T16:52:21.005Z Compiling serde_json v1.0.151
1952026-07-22T16:52:21.051Z Compiling itoa v1.0.18
1962026-07-22T16:52:21.208Z Compiling memchr v2.8.3
1972026-07-22T16:52:21.211Z Compiling unicode-xid v0.2.6
1982026-07-22T16:52:21.235Z Compiling semver v1.0.28
1992026-07-22T16:52:21.260Z Compiling shlex v2.0.1
2002026-07-22T16:52:21.300Z Compiling find-msvc-tools v0.1.9
2012026-07-22T16:52:21.420Z Compiling bitflags v1.3.2
2022026-07-22T16:52:21.469Z Compiling log v0.4.33
2032026-07-22T16:52:21.486Z Compiling cc v1.3.0
2042026-07-22T16:52:21.495Z Compiling rustc_version v0.4.1
2052026-07-22T16:52:21.622Z Compiling dirs-sys v0.3.7
2062026-07-22T16:52:21.665Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2072026-07-22T16:52:21.749Z Compiling dirs v2.0.2
2082026-07-22T16:52:21.812Z Compiling term v0.6.1
2092026-07-22T16:52:21.983Z Compiling syn v3.0.3
2102026-07-22T16:52:23.270Z Compiling serde_derive v1.0.229
2112026-07-22T16:52:25.136Z Compiling garando_pos v0.1.0
2122026-07-22T16:52:25.396Z Compiling garando_errors v0.1.0
2132026-07-22T16:52:25.760Z Compiling garando_syntax v0.1.1
2142026-07-22T16:52:29.751Z Compiling ctest2 v0.4.10
2152026-07-22T16:52:30.380Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2162026-07-22T16:52:31.277Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.57s
2172026-07-22T16:52:31.293Z Running test/main.rs (target/debug/deps/main-a87dacaf2af2d6f1)
2182026-07-22T16:52:31.296ZRUNNING ALL TESTS
2192026-07-22T16:52:31.296ZPASSED 90 tests
2202026-07-22T16:52:31.300ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2212026-07-22T16:52:31.358Z Updating crates.io index
2222026-07-22T16:52:31.558Z Locking 42 packages to latest compatible versions
2232026-07-22T16:52:31.600Z Compiling libc v0.2.189
2242026-07-22T16:52:31.601Z Compiling proc-macro2 v1.0.107
2252026-07-22T16:52:31.601Z Compiling quote v1.0.47
2262026-07-22T16:52:31.601Z Compiling unicode-ident v1.0.24
2272026-07-22T16:52:31.605Z Compiling serde_core v1.0.229
2282026-07-22T16:52:31.605Z Compiling serde v1.0.229
2292026-07-22T16:52:31.605Z Compiling cfg-if v0.1.10
2302026-07-22T16:52:31.613Z Compiling zmij v1.0.23
2312026-07-22T16:52:31.673Z Compiling serde_json v1.0.151
2322026-07-22T16:52:31.709Z Compiling itoa v1.0.18
2332026-07-22T16:52:31.867Z Compiling memchr v2.8.3
2342026-07-22T16:52:31.883Z Compiling unicode-xid v0.2.6
2352026-07-22T16:52:31.907Z Compiling log v0.4.33
2362026-07-22T16:52:31.932Z Compiling shlex v2.0.1
2372026-07-22T16:52:31.972Z Compiling semver v1.0.28
2382026-07-22T16:52:32.056Z Compiling bitflags v1.3.2
2392026-07-22T16:52:32.089Z Compiling find-msvc-tools v0.1.9
2402026-07-22T16:52:32.146Z Compiling rustc_version v0.4.1
2412026-07-22T16:52:32.210Z Compiling cc v1.3.0
2422026-07-22T16:52:32.306Z Compiling dirs-sys v0.3.7
2432026-07-22T16:52:32.333Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2442026-07-22T16:52:32.409Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2452026-07-22T16:52:32.414Z Compiling dirs v2.0.2
2462026-07-22T16:52:32.470Z Compiling term v0.6.1
2472026-07-22T16:52:32.500Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2482026-07-22T16:52:32.654Z Compiling syn v3.0.3
2492026-07-22T16:52:33.938Z Compiling serde_derive v1.0.229
2502026-07-22T16:52:35.830Z Compiling garando_pos v0.1.0
2512026-07-22T16:52:36.088Z Compiling garando_errors v0.1.0
2522026-07-22T16:52:36.451Z Compiling garando_syntax v0.1.1
2532026-07-22T16:52:40.483Z Compiling ctest2 v0.4.10
2542026-07-22T16:52:41.129Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2552026-07-22T16:52:42.144Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.83s
2562026-07-22T16:52:42.159Z Running test/main.rs (target/debug/deps/main-01d8cb192cb771ce)
2572026-07-22T16:52:42.162ZRUNNING ALL TESTS
2582026-07-22T16:52:42.162ZPASSED 257 tests
2592026-07-22T16:52:42.168Zprocess exited: duration 91434 ms, exit code 0
 
2602026-07-22T16:52:42.176Zfound 0 output files