01KY3K5JVTY1QEA4FCE3B9Q5DV: header-check

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

Buildomat Job: 01KY3K5Y88VMK8Q491QWZ5718V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T00:22:25.896Zjob assigned to worker 01KY3K60B9VGNVJ2HGTQN6GSMK [factory aws, i-0ee6f5bef28def4bc] (queued for 53 s)
 
22026-07-22T00:22:32.912Zstarting task 0: "setup"
32026-07-22T00:22:32.916Z++ uname -s
42026-07-22T00:22:32.919Z+ kern=SunOS
52026-07-22T00:22:32.919Z+ build_user=build
62026-07-22T00:22:32.919Z+ build_uid=12345
72026-07-22T00:22:32.919Z+ work_dir=/work
82026-07-22T00:22:32.919Z+ input_dir=/input
92026-07-22T00:22:32.919Z+ [[ 0 == 12345 ]]
102026-07-22T00:22:32.919Z+ case "$kern" in
112026-07-22T00:22:32.919Z+ groupadd -g 12345 build
122026-07-22T00:22:32.923Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T00:22:34.926Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T00:22:34.995Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T00:22:34.998Z+ home_fs=zfs
162026-07-22T00:22:34.998Z+ [[ zfs == autofs ]]
172026-07-22T00:22:34.998Z+ mkdir -p /home/build
182026-07-22T00:22:34.998Z+ chown build:build /home/build /work
192026-07-22T00:22:37.000Z+ chmod 0700 /home/build /work
202026-07-22T00:22:37.003Zprocess exited: duration 4092 ms, exit code 0
 
212026-07-22T00:22:37.009Zstarting task 1: "rust-toolchain"
222026-07-22T00:22:37.014Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-22T00:22:37.014Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-22T00:22:37.016Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-22T00:22:37.016Z * rust toolchain channel = "1.90.0"
262026-07-22T00:22:37.016Z * rust toolchain profile = "default"
272026-07-22T00:22:37.017Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T00:22:37.017Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T00:22:37.017Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-22T00:22:37.138Zinfo: downloading installer
312026-07-22T00:22:38.548Zwarn: It looks like you have an existing installation of Rust at:
322026-07-22T00:22:38.548Zwarn: /opt/ooce/bin
332026-07-22T00:22:38.548Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-22T00:22:38.548Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-22T00:22:38.549Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-22T00:22:38.549Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-22T00:22:38.549Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-22T00:22:38.549Zerror: cannot install while Rust is installed
392026-07-22T00:22:38.549Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-22T00:22:38.549Zwarn: It looks like you have an existing rustup settings file at:
412026-07-22T00:22:38.549Zwarn: /home/build/.rustup/settings.toml
422026-07-22T00:22:38.549Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-22T00:22:38.549Zwarn: instead of the one inferred from the default host triple.
442026-07-22T00:22:38.611Zinfo: profile set to default
452026-07-22T00:22:38.611Zinfo: default host triple is x86_64-unknown-illumos
462026-07-22T00:22:38.614Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-07-22T00:22:38.761Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-07-22T00:22:38.764Zinfo: downloading 6 components
492026-07-22T00:22:52.139Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-07-22T00:22:52.139Z
512026-07-22T00:22:52.172Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-07-22T00:22:52.172Z
532026-07-22T00:22:52.172Z
542026-07-22T00:22:52.172ZRust is installed now. Great!
552026-07-22T00:22:52.172Z
562026-07-22T00:22:52.177ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-22T00:22:52.177Zenvironment variable. This has not been done automatically.
582026-07-22T00:22:52.177Z
592026-07-22T00:22:52.177ZTo configure your current shell, you need to source
602026-07-22T00:22:52.177Zthe corresponding env file under $HOME/.cargo.
612026-07-22T00:22:52.177Z
622026-07-22T00:22:52.177ZThis is usually done by running one of the following (note the leading DOT):
632026-07-22T00:22:52.177Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-22T00:22:52.177Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-22T00:22:52.177Zsource "~/.cargo/env.nu" # For nushell
662026-07-22T00:22:52.177Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-22T00:22:52.177Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-22T00:22:52.177Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-22T00:22:52.177Zwarn: no default linker (`cc`) was found in your PATH
702026-07-22T00:22:52.177Zwarn: many Rust crates require a system C toolchain to build
712026-07-22T00:22:52.264Z+ rustup --version
722026-07-22T00:22:52.273Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-22T00:22:52.276Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-22T00:22:52.296Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-07-22T00:22:52.299Z+ cargo --version
762026-07-22T00:22:52.312Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-07-22T00:22:52.315Z+ rustc --version
782026-07-22T00:22:52.336Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-07-22T00:22:52.339Zprocess exited: duration 15328 ms, exit code 0
 
802026-07-22T00:22:52.345Zstarting task 2: "authentication"
812026-07-22T00:22:52.362Zprocess exited: duration 16 ms, exit code 0
 
822026-07-22T00:22:52.369Zstarting task 3: "clone repository"
832026-07-22T00:22:52.373Z+ mkdir -p /work/oxidecomputer/propolis
842026-07-22T00:22:52.376Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-07-22T00:22:52.485ZCloning into '/work/oxidecomputer/propolis'...
862026-07-22T00:22:53.635Z+ cd /work/oxidecomputer/propolis
872026-07-22T00:22:53.635Z+ git fetch origin e3b0952ecee43c637cfcfdf63c552e0cd827be11
882026-07-22T00:22:53.877ZFrom https://github.com/oxidecomputer/propolis
892026-07-22T00:22:53.877Z * branch e3b0952ecee43c637cfcfdf63c552e0cd827be11 -> FETCH_HEAD
902026-07-22T00:22:53.884Z+ [[ -n rpz/viona-qsz ]]
912026-07-22T00:22:53.887Z++ git branch --show-current
922026-07-22T00:22:53.887Z+ current=master
932026-07-22T00:22:53.887Z+ [[ master != rpz/viona-qsz ]]
942026-07-22T00:22:53.887Z+ git branch -f rpz/viona-qsz e3b0952ecee43c637cfcfdf63c552e0cd827be11
952026-07-22T00:22:53.890Z+ git checkout -f rpz/viona-qsz
962026-07-22T00:22:53.911ZSwitched to branch 'rpz/viona-qsz'
972026-07-22T00:22:53.915Z+ git reset --hard e3b0952ecee43c637cfcfdf63c552e0cd827be11
982026-07-22T00:22:53.917ZHEAD is now at e3b0952e standalone: ability to set viona rx/tx queue sizes
992026-07-22T00:22:53.917Zprocess exited: duration 1547 ms, exit code 0
 
1002026-07-22T00:22:53.923Zstarting task 4: "build"
1012026-07-22T00:22:53.932ZCloning into './gate_src'...
1022026-07-22T00:23:58.498ZUpdating files: 38% (19028/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% (42255/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-22T00:23:58.572ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-07-22T00:23:58.602Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-07-22T00:23:58.675Z Updating crates.io index
1062026-07-22T00:23:59.251Z Locking 45 packages to latest compatible versions
1072026-07-22T00:23:59.254Z Adding strum v0.25.0 (available: v0.28.0)
1082026-07-22T00:23:59.257Z Downloading crates ...
1092026-07-22T00:23:59.307Z Downloaded dirs v2.0.2
1102026-07-22T00:23:59.315Z Downloaded log v0.4.33
1112026-07-22T00:23:59.318Z Downloaded heck v0.5.0
1122026-07-22T00:23:59.318Z Downloaded cfg-if v0.1.10
1132026-07-22T00:23:59.322Z Downloaded strum v0.25.0
1142026-07-22T00:23:59.325Z Downloaded itoa v1.0.18
1152026-07-22T00:23:59.326Z Downloaded dirs-sys v0.3.7
1162026-07-22T00:23:59.330Z Downloaded shlex v2.0.1
1172026-07-22T00:23:59.333Z Downloaded rustc_version v0.4.1
1182026-07-22T00:23:59.336Z Downloaded unicode-xid v0.2.6
1192026-07-22T00:23:59.353Z Downloaded bitflags v1.3.2
1202026-07-22T00:23:59.356Z Downloaded strum v0.26.3
1212026-07-22T00:23:59.356Z Downloaded garando_errors v0.1.0
1222026-07-22T00:23:59.358Z Downloaded ctest2 v0.4.10
1232026-07-22T00:23:59.361Z Downloaded strum_macros v0.26.4
1242026-07-22T00:23:59.364Z Downloaded quote v1.0.47
1252026-07-22T00:23:59.364Z Downloaded garando_pos v0.1.0
1262026-07-22T00:23:59.367Z Downloaded find-msvc-tools v0.1.9
1272026-07-22T00:23:59.370Z Downloaded zmij v1.0.23
1282026-07-22T00:23:59.370Z Downloaded serde_core v1.0.229
1292026-07-22T00:23:59.381Z Downloaded semver v1.0.28
1302026-07-22T00:23:59.384Z Downloaded term v0.6.1
1312026-07-22T00:23:59.387Z Downloaded unicode-ident v1.0.24
1322026-07-22T00:23:59.387Z Downloaded rustversion v1.0.23
1332026-07-22T00:23:59.390Z Downloaded serde_derive v1.0.229
1342026-07-22T00:23:59.392Z Downloaded proc-macro2 v1.0.107
1352026-07-22T00:23:59.411Z Downloaded serde v1.0.229
1362026-07-22T00:23:59.414Z Downloaded memchr v2.8.3
1372026-07-22T00:23:59.417Z Downloaded cc v1.3.0
1382026-07-22T00:23:59.443Z Downloaded serde_json v1.0.151
1392026-07-22T00:23:59.456Z Downloaded garando_syntax v0.1.1
1402026-07-22T00:23:59.471Z Downloaded syn v2.0.119
1412026-07-22T00:23:59.477Z Downloaded syn v3.0.2
1422026-07-22T00:23:59.514Z Downloaded libc v0.2.189
1432026-07-22T00:23:59.567Z Compiling proc-macro2 v1.0.107
1442026-07-22T00:23:59.567Z Compiling unicode-ident v1.0.24
1452026-07-22T00:23:59.570Z Compiling quote v1.0.47
1462026-07-22T00:23:59.570Z Compiling libc v0.2.189
1472026-07-22T00:23:59.570Z Compiling serde_core v1.0.229
1482026-07-22T00:23:59.570Z Compiling serde v1.0.229
1492026-07-22T00:23:59.570Z Compiling cfg-if v0.1.10
1502026-07-22T00:23:59.570Z Compiling zmij v1.0.23
1512026-07-22T00:23:59.667Z Compiling rustversion v1.0.23
1522026-07-22T00:23:59.722Z Compiling serde_json v1.0.151
1532026-07-22T00:24:00.295Z Compiling memchr v2.8.3
1542026-07-22T00:24:00.323Z Compiling unicode-xid v0.2.6
1552026-07-22T00:24:00.326Z Compiling itoa v1.0.18
1562026-07-22T00:24:00.418Z Compiling heck v0.5.0
1572026-07-22T00:24:00.489Z Compiling log v0.4.33
1582026-07-22T00:24:00.593Z Compiling bitflags v1.3.2
1592026-07-22T00:24:00.610Z Compiling semver v1.0.28
1602026-07-22T00:24:00.645Z Compiling dirs-sys v0.3.7
1612026-07-22T00:24:00.652Z Compiling find-msvc-tools v0.1.9
1622026-07-22T00:24:00.684Z Compiling shlex v2.0.1
1632026-07-22T00:24:00.855Z Compiling dirs v2.0.2
1642026-07-22T00:24:00.855Z Compiling cc v1.3.0
1652026-07-22T00:24:00.871Z Compiling rustc_version v0.4.1
1662026-07-22T00:24:00.874Z Compiling strum v0.25.0
1672026-07-22T00:24:00.919Z Compiling term v0.6.1
1682026-07-22T00:24:01.099Z Compiling syn v3.0.2
1692026-07-22T00:24:01.099Z Compiling syn v2.0.119
1702026-07-22T00:24:02.478Z Compiling serde_derive v1.0.229
1712026-07-22T00:24:02.756Z Compiling strum_macros v0.26.4
1722026-07-22T00:24:03.789Z Compiling strum v0.26.3
1732026-07-22T00:24:03.854Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1742026-07-22T00:24:04.537Z Compiling garando_pos v0.1.0
1752026-07-22T00:24:04.804Z Compiling garando_errors v0.1.0
1762026-07-22T00:24:05.175Z Compiling garando_syntax v0.1.1
1772026-07-22T00:24:09.230Z Compiling ctest2 v0.4.10
1782026-07-22T00:24:09.881Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1792026-07-22T00:24:12.745Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.16s
1802026-07-22T00:24:12.764Z Running test/main.rs (target/debug/deps/main-44fdeff89ef0ac23)
1812026-07-22T00:24:12.768ZRUNNING ALL TESTS
1822026-07-22T00:24:12.768ZPASSED 1185 tests
1832026-07-22T00:24:12.774ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1842026-07-22T00:24:12.837Z Updating crates.io index
1852026-07-22T00:24:13.006Z Locking 40 packages to latest compatible versions
1862026-07-22T00:24:13.050Z Compiling proc-macro2 v1.0.107
1872026-07-22T00:24:13.050Z Compiling unicode-ident v1.0.24
1882026-07-22T00:24:13.050Z Compiling libc v0.2.189
1892026-07-22T00:24:13.050Z Compiling quote v1.0.47
1902026-07-22T00:24:13.050Z Compiling serde_core v1.0.229
1912026-07-22T00:24:13.050Z Compiling serde v1.0.229
1922026-07-22T00:24:13.050Z Compiling cfg-if v0.1.10
1932026-07-22T00:24:13.053Z Compiling zmij v1.0.23
1942026-07-22T00:24:13.114Z Compiling serde_json v1.0.151
1952026-07-22T00:24:13.162Z Compiling memchr v2.8.3
1962026-07-22T00:24:13.348Z Compiling unicode-xid v0.2.6
1972026-07-22T00:24:13.396Z Compiling itoa v1.0.18
1982026-07-22T00:24:13.422Z Compiling find-msvc-tools v0.1.9
1992026-07-22T00:24:13.479Z Compiling shlex v2.0.1
2002026-07-22T00:24:13.549Z Compiling semver v1.0.28
2012026-07-22T00:24:13.639Z Compiling log v0.4.33
2022026-07-22T00:24:13.642Z Compiling bitflags v1.3.2
2032026-07-22T00:24:13.642Z Compiling cc v1.3.0
2042026-07-22T00:24:13.732Z Compiling rustc_version v0.4.1
2052026-07-22T00:24:13.759Z Compiling dirs-sys v0.3.7
2062026-07-22T00:24:13.795Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2072026-07-22T00:24:13.862Z Compiling dirs v2.0.2
2082026-07-22T00:24:13.926Z Compiling term v0.6.1
2092026-07-22T00:24:14.138Z Compiling syn v3.0.2
2102026-07-22T00:24:15.428Z Compiling serde_derive v1.0.229
2112026-07-22T00:24:17.308Z Compiling garando_pos v0.1.0
2122026-07-22T00:24:17.571Z Compiling garando_errors v0.1.0
2132026-07-22T00:24:17.944Z Compiling garando_syntax v0.1.1
2142026-07-22T00:24:21.982Z Compiling ctest2 v0.4.10
2152026-07-22T00:24:22.620Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2162026-07-22T00:24:23.699Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.91s
2172026-07-22T00:24:23.714Z Running test/main.rs (target/debug/deps/main-ff752d26895b5236)
2182026-07-22T00:24:23.717ZRUNNING ALL TESTS
2192026-07-22T00:24:23.717ZPASSED 90 tests
2202026-07-22T00:24:23.722ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2212026-07-22T00:24:23.786Z Updating crates.io index
2222026-07-22T00:24:24.007Z Locking 42 packages to latest compatible versions
2232026-07-22T00:24:24.051Z Compiling libc v0.2.189
2242026-07-22T00:24:24.051Z Compiling proc-macro2 v1.0.107
2252026-07-22T00:24:24.051Z Compiling unicode-ident v1.0.24
2262026-07-22T00:24:24.051Z Compiling quote v1.0.47
2272026-07-22T00:24:24.051Z Compiling serde_core v1.0.229
2282026-07-22T00:24:24.054Z Compiling serde v1.0.229
2292026-07-22T00:24:24.054Z Compiling zmij v1.0.23
2302026-07-22T00:24:24.055Z Compiling cfg-if v0.1.10
2312026-07-22T00:24:24.115Z Compiling serde_json v1.0.151
2322026-07-22T00:24:24.157Z Compiling memchr v2.8.3
2332026-07-22T00:24:24.322Z Compiling itoa v1.0.18
2342026-07-22T00:24:24.347Z Compiling unicode-xid v0.2.6
2352026-07-22T00:24:24.374Z Compiling find-msvc-tools v0.1.9
2362026-07-22T00:24:24.439Z Compiling semver v1.0.28
2372026-07-22T00:24:24.476Z Compiling bitflags v1.3.2
2382026-07-22T00:24:24.535Z Compiling shlex v2.0.1
2392026-07-22T00:24:24.580Z Compiling log v0.4.33
2402026-07-22T00:24:24.628Z Compiling rustc_version v0.4.1
2412026-07-22T00:24:24.675Z Compiling cc v1.3.0
2422026-07-22T00:24:24.719Z Compiling dirs-sys v0.3.7
2432026-07-22T00:24:24.719Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2442026-07-22T00:24:24.799Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2452026-07-22T00:24:24.826Z Compiling dirs v2.0.2
2462026-07-22T00:24:24.887Z Compiling term v0.6.1
2472026-07-22T00:24:24.892Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2482026-07-22T00:24:25.107Z Compiling syn v3.0.2
2492026-07-22T00:24:26.408Z Compiling serde_derive v1.0.229
2502026-07-22T00:24:28.297Z Compiling garando_pos v0.1.0
2512026-07-22T00:24:28.565Z Compiling garando_errors v0.1.0
2522026-07-22T00:24:28.940Z Compiling garando_syntax v0.1.1
2532026-07-22T00:24:32.917Z Compiling ctest2 v0.4.10
2542026-07-22T00:24:33.558Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2552026-07-22T00:24:34.575Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.84s
2562026-07-22T00:24:34.591Z Running test/main.rs (target/debug/deps/main-82b9350a46ed0ec5)
2572026-07-22T00:24:34.594ZRUNNING ALL TESTS
2582026-07-22T00:24:34.594ZPASSED 257 tests
2592026-07-22T00:24:34.600Zprocess exited: duration 100674 ms, exit code 0
 
2602026-07-22T00:24:34.606Zfound 0 output files