01KZAJN6QN2QK6X3SPX4XPMC58: header-check

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

Buildomat Job: 01KZAJNGMRTFQ50X0S54M7PTZG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T03:43:44.585Zjob assigned to worker 01KZAJNNBYDJBB779D897HJ958 [factory aws, i-004077d876768f1ce] (queued for 47 s)
 
22026-08-06T03:43:50.884Zstarting task 0: "setup"
32026-08-06T03:43:50.890Z++ uname -s
42026-08-06T03:43:50.894Z+ kern=SunOS
52026-08-06T03:43:50.894Z+ build_user=build
62026-08-06T03:43:50.894Z+ build_uid=12345
72026-08-06T03:43:50.894Z+ work_dir=/work
82026-08-06T03:43:50.894Z+ input_dir=/input
92026-08-06T03:43:50.894Z+ [[ 0 == 12345 ]]
102026-08-06T03:43:50.894Z+ case "$kern" in
112026-08-06T03:43:50.894Z+ groupadd -g 12345 build
122026-08-06T03:43:50.894Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T03:43:52.901Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T03:43:52.975Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T03:43:52.978Z+ home_fs=zfs
162026-08-06T03:43:52.979Z+ [[ zfs == autofs ]]
172026-08-06T03:43:52.979Z+ mkdir -p /home/build
182026-08-06T03:43:52.979Z+ chown build:build /home/build /work
192026-08-06T03:43:54.980Z+ chmod 0700 /home/build /work
202026-08-06T03:43:54.984Zprocess exited: duration 4097 ms, exit code 0
 
212026-08-06T03:43:54.990Zstarting task 1: "rust-toolchain"
222026-08-06T03:43:54.994Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-06T03:43:54.994Z * rust toolchain channel = "1.90.0"
242026-08-06T03:43:54.994Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-06T03:43:54.994Z * rust toolchain profile = "default"
262026-08-06T03:43:54.997Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-06T03:43:54.997Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-06T03:43:54.997Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T03:43:54.997Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-06T03:43:55.117Zinfo: downloading installer
312026-08-06T03:43:56.376Zwarn: It looks like you have an existing installation of Rust at:
322026-08-06T03:43:56.376Zwarn: /opt/ooce/bin
332026-08-06T03:43:56.376Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-06T03:43:56.376Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-06T03:43:56.376Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-06T03:43:56.376Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-06T03:43:56.376Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-06T03:43:56.376Zerror: cannot install while Rust is installed
392026-08-06T03:43:56.376Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-06T03:43:56.376Zwarn: It looks like you have an existing rustup settings file at:
412026-08-06T03:43:56.380Zwarn: /home/build/.rustup/settings.toml
422026-08-06T03:43:56.380Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-06T03:43:56.380Zwarn: instead of the one inferred from the default host triple.
442026-08-06T03:43:56.389Zinfo: profile set to default
452026-08-06T03:43:56.389Zinfo: default host triple is x86_64-unknown-illumos
462026-08-06T03:43:56.392Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-08-06T03:43:56.537Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-08-06T03:43:56.541Zinfo: downloading 6 components
492026-08-06T03:44:10.537Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-08-06T03:44:10.537Z
512026-08-06T03:44:10.569Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-08-06T03:44:10.569Z
532026-08-06T03:44:10.569Z
542026-08-06T03:44:10.569ZRust is installed now. Great!
552026-08-06T03:44:10.569Z
562026-08-06T03:44:10.569ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-06T03:44:10.569Zenvironment variable. This has not been done automatically.
582026-08-06T03:44:10.569Z
592026-08-06T03:44:10.569ZTo configure your current shell, you need to source
602026-08-06T03:44:10.569Zthe corresponding env file under $HOME/.cargo.
612026-08-06T03:44:10.569Z
622026-08-06T03:44:10.569ZThis is usually done by running one of the following (note the leading DOT):
632026-08-06T03:44:10.569Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-06T03:44:10.569Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-06T03:44:10.569Zsource "~/.cargo/env.nu" # For nushell
662026-08-06T03:44:10.569Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-06T03:44:10.569Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-06T03:44:10.569Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-06T03:44:10.572Zwarn: no default linker (`cc`) was found in your PATH
702026-08-06T03:44:10.572Zwarn: many Rust crates require a system C toolchain to build
712026-08-06T03:44:10.662Z+ rustup --version
722026-08-06T03:44:10.671Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-06T03:44:10.674Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-06T03:44:10.694Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-08-06T03:44:10.697Z+ cargo --version
762026-08-06T03:44:10.709Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-08-06T03:44:10.712Z+ rustc --version
782026-08-06T03:44:10.732Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-08-06T03:44:10.736Zprocess exited: duration 15740 ms, exit code 0
 
802026-08-06T03:44:10.742Zstarting task 2: "authentication"
812026-08-06T03:44:10.758Zprocess exited: duration 16 ms, exit code 0
 
822026-08-06T03:44:10.765Zstarting task 3: "clone repository"
832026-08-06T03:44:10.768Z+ mkdir -p /work/oxidecomputer/propolis
842026-08-06T03:44:10.771Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-08-06T03:44:10.802ZCloning into '/work/oxidecomputer/propolis'...
862026-08-06T03:44:12.298Z+ cd /work/oxidecomputer/propolis
872026-08-06T03:44:12.298Z+ git fetch origin 1d21e9c659501fe67989c6469bfa2777463ef752
882026-08-06T03:44:12.528ZFrom https://github.com/oxidecomputer/propolis
892026-08-06T03:44:12.528Z * branch 1d21e9c659501fe67989c6469bfa2777463ef752 -> FETCH_HEAD
902026-08-06T03:44:12.533Z+ [[ -n wire-up-memory ]]
912026-08-06T03:44:12.536Z++ git branch --show-current
922026-08-06T03:44:12.536Z+ current=master
932026-08-06T03:44:12.536Z+ [[ master != wire-up-memory ]]
942026-08-06T03:44:12.536Z+ git branch -f wire-up-memory 1d21e9c659501fe67989c6469bfa2777463ef752
952026-08-06T03:44:12.539Z+ git checkout -f wire-up-memory
962026-08-06T03:44:12.559ZSwitched to branch 'wire-up-memory'
972026-08-06T03:44:12.562Z+ git reset --hard 1d21e9c659501fe67989c6469bfa2777463ef752
982026-08-06T03:44:12.579ZHEAD is now at 1d21e9c6 Eagerly populate guest physmem PTEs
992026-08-06T03:44:12.583Zprocess exited: duration 1814 ms, exit code 0
 
1002026-08-06T03:44:12.589Zstarting task 4: "build"
1012026-08-06T03:44:12.598ZCloning into './gate_src'...
1022026-08-06T03:45:09.788ZUpdating files: 36% (18153/49653) Updating files: 37% (18372/49653) Updating files: 38% (18869/49653) Updating files: 39% (19365/49653) Updating files: 40% (19862/49653) Updating files: 41% (20358/49653) Updating files: 42% (20855/49653) Updating files: 43% (21351/49653) Updating files: 44% (21848/49653) Updating files: 45% (22344/49653) Updating files: 46% (22841/49653) Updating files: 47% (23337/49653) Updating files: 48% (23834/49653) Updating files: 49% (24330/49653) Updating files: 50% (24827/49653) Updating files: 51% (25324/49653) Updating files: 52% (25820/49653) Updating files: 53% (26317/49653) Updating files: 54% (26813/49653) Updating files: 55% (27310/49653) Updating files: 56% (27806/49653) Updating files: 57% (28303/49653) Updating files: 58% (28799/49653) Updating files: 59% (29296/49653) Updating files: 60% (29792/49653) Updating files: 61% (30289/49653) Updating files: 62% (30785/49653) Updating files: 63% (31282/49653) Updating files: 64% (31778/49653) Updating files: 65% (32275/49653) Updating files: 66% (32771/49653) Updating files: 67% (33268/49653) Updating files: 68% (33765/49653) Updating files: 69% (34261/49653) Updating files: 70% (34758/49653) Updating files: 71% (35254/49653) Updating files: 72% (35751/49653) Updating files: 73% (36247/49653) Updating files: 74% (36744/49653) Updating files: 75% (37240/49653) Updating files: 76% (37737/49653) Updating files: 77% (38233/49653) Updating files: 78% (38730/49653) Updating files: 79% (39226/49653) Updating files: 80% (39723/49653) Updating files: 81% (40219/49653) Updating files: 82% (40716/49653) Updating files: 83% (41212/49653) Updating files: 84% (41709/49653) Updating files: 85% (42206/49653) Updating files: 85% (42297/49653) Updating files: 86% (42702/49653) Updating files: 87% (43199/49653) Updating files: 88% (43695/49653) Updating files: 89% (44192/49653) Updating files: 90% (44688/49653) Updating files: 91% (45185/49653) Updating files: 92% (45681/49653) Updating files: 93% (46178/49653) Updating files: 94% (46674/49653) Updating files: 95% (47171/49653) Updating files: 96% (47667/49653) Updating files: 97% (48164/49653) Updating files: 98% (48660/49653) Updating files: 99% (49157/49653) Updating files: 100% (49653/49653) Updating files: 100% (49653/49653), done.
1032026-08-06T03:45:09.863ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-08-06T03:45:09.892Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-08-06T03:45:09.953Z Updating crates.io index
1062026-08-06T03:45:10.478Z Locking 45 packages to latest compatible versions
1072026-08-06T03:45:10.481Z Adding strum v0.25.0 (available: v0.28.0)
1082026-08-06T03:45:10.484Z Downloading crates ...
1092026-08-06T03:45:10.533Z Downloaded strum v0.25.0
1102026-08-06T03:45:10.536Z Downloaded shlex v2.0.1
1112026-08-06T03:45:10.539Z Downloaded dirs-sys v0.3.7
1122026-08-06T03:45:10.543Z Downloaded strum v0.26.3
1132026-08-06T03:45:10.546Z Downloaded unicode-xid v0.2.6
1142026-08-06T03:45:10.546Z Downloaded bitflags v1.3.2
1152026-08-06T03:45:10.550Z Downloaded rustc_version v0.4.1
1162026-08-06T03:45:10.555Z Downloaded garando_pos v0.1.0
1172026-08-06T03:45:10.562Z Downloaded heck v0.5.0
1182026-08-06T03:45:10.570Z Downloaded cfg-if v0.1.10
1192026-08-06T03:45:10.581Z Downloaded find-msvc-tools v0.1.9
1202026-08-06T03:45:10.584Z Downloaded dirs v2.0.2
1212026-08-06T03:45:10.592Z Downloaded ctest2 v0.4.10
1222026-08-06T03:45:10.595Z Downloaded strum_macros v0.26.4
1232026-08-06T03:45:10.598Z Downloaded garando_errors v0.1.0
1242026-08-06T03:45:10.603Z Downloaded itoa v1.0.18
1252026-08-06T03:45:10.606Z Downloaded quote v1.0.47
1262026-08-06T03:45:10.609Z Downloaded term v0.6.1
1272026-08-06T03:45:10.609Z Downloaded rustversion v1.0.23
1282026-08-06T03:45:10.612Z Downloaded semver v1.0.28
1292026-08-06T03:45:10.617Z Downloaded zmij v1.0.23
1302026-08-06T03:45:10.622Z Downloaded proc-macro2 v1.0.107
1312026-08-06T03:45:10.626Z Downloaded unicode-ident v1.0.24
1322026-08-06T03:45:10.629Z Downloaded serde_derive v1.0.229
1332026-08-06T03:45:10.632Z Downloaded log v0.4.33
1342026-08-06T03:45:10.646Z Downloaded serde_core v1.0.229
1352026-08-06T03:45:10.651Z Downloaded serde v1.0.229
1362026-08-06T03:45:10.654Z Downloaded memchr v2.8.3
1372026-08-06T03:45:10.657Z Downloaded cc v1.4.0
1382026-08-06T03:45:10.684Z Downloaded serde_json v1.0.151
1392026-08-06T03:45:10.717Z Downloaded syn v2.0.119
1402026-08-06T03:45:10.723Z Downloaded garando_syntax v0.1.1
1412026-08-06T03:45:10.728Z Downloaded syn v3.0.3
1422026-08-06T03:45:10.764Z Downloaded libc v0.2.189
1432026-08-06T03:45:10.816Z Compiling proc-macro2 v1.0.107
1442026-08-06T03:45:10.816Z Compiling quote v1.0.47
1452026-08-06T03:45:10.819Z Compiling unicode-ident v1.0.24
1462026-08-06T03:45:10.819Z Compiling libc v0.2.189
1472026-08-06T03:45:10.820Z Compiling serde_core v1.0.229
1482026-08-06T03:45:10.820Z Compiling serde v1.0.229
1492026-08-06T03:45:10.820Z Compiling zmij v1.0.23
1502026-08-06T03:45:10.820Z Compiling cfg-if v0.1.10
1512026-08-06T03:45:10.904Z Compiling rustversion v1.0.23
1522026-08-06T03:45:10.958Z Compiling serde_json v1.0.151
1532026-08-06T03:45:11.196Z Compiling heck v0.5.0
1542026-08-06T03:45:11.218Z Compiling unicode-xid v0.2.6
1552026-08-06T03:45:11.224Z Compiling memchr v2.8.3
1562026-08-06T03:45:11.312Z Compiling itoa v1.0.18
1572026-08-06T03:45:11.387Z Compiling shlex v2.0.1
1582026-08-06T03:45:11.481Z Compiling bitflags v1.3.2
1592026-08-06T03:45:11.481Z Compiling find-msvc-tools v0.1.9
1602026-08-06T03:45:11.539Z Compiling dirs-sys v0.3.7
1612026-08-06T03:45:11.554Z Compiling log v0.4.33
1622026-08-06T03:45:11.592Z Compiling semver v1.0.28
1632026-08-06T03:45:11.711Z Compiling dirs v2.0.2
1642026-08-06T03:45:11.714Z Compiling cc v1.4.0
1652026-08-06T03:45:11.759Z Compiling strum v0.25.0
1662026-08-06T03:45:11.784Z Compiling term v0.6.1
1672026-08-06T03:45:11.815Z Compiling rustc_version v0.4.1
1682026-08-06T03:45:11.994Z Compiling syn v3.0.3
1692026-08-06T03:45:11.994Z Compiling syn v2.0.119
1702026-08-06T03:45:13.374Z Compiling serde_derive v1.0.229
1712026-08-06T03:45:13.671Z Compiling strum_macros v0.26.4
1722026-08-06T03:45:14.716Z Compiling strum v0.26.3
1732026-08-06T03:45:14.778Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1742026-08-06T03:45:15.439Z Compiling garando_pos v0.1.0
1752026-08-06T03:45:15.708Z Compiling garando_errors v0.1.0
1762026-08-06T03:45:16.088Z Compiling garando_syntax v0.1.1
1772026-08-06T03:45:20.077Z Compiling ctest2 v0.4.10
1782026-08-06T03:45:20.704Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1792026-08-06T03:45:22.976Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.10s
1802026-08-06T03:45:22.996Z Running test/main.rs (target/debug/deps/main-52cdb4d750db633d)
1812026-08-06T03:45:23.001ZRUNNING ALL TESTS
1822026-08-06T03:45:23.001ZPASSED 1185 tests
1832026-08-06T03:45:23.006ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1842026-08-06T03:45:23.065Z Updating crates.io index
1852026-08-06T03:45:23.245Z Locking 40 packages to latest compatible versions
1862026-08-06T03:45:23.287Z Compiling proc-macro2 v1.0.107
1872026-08-06T03:45:23.287Z Compiling quote v1.0.47
1882026-08-06T03:45:23.287Z Compiling unicode-ident v1.0.24
1892026-08-06T03:45:23.287Z Compiling libc v0.2.189
1902026-08-06T03:45:23.287Z Compiling serde_core v1.0.229
1912026-08-06T03:45:23.291Z Compiling serde v1.0.229
1922026-08-06T03:45:23.291Z Compiling zmij v1.0.23
1932026-08-06T03:45:23.300Z Compiling cfg-if v0.1.10
1942026-08-06T03:45:23.349Z Compiling serde_json v1.0.151
1952026-08-06T03:45:23.393Z Compiling memchr v2.8.3
1962026-08-06T03:45:23.554Z Compiling unicode-xid v0.2.6
1972026-08-06T03:45:23.580Z Compiling itoa v1.0.18
1982026-08-06T03:45:23.604Z Compiling log v0.4.33
1992026-08-06T03:45:23.645Z Compiling find-msvc-tools v0.1.9
2002026-08-06T03:45:23.730Z Compiling semver v1.0.28
2012026-08-06T03:45:23.747Z Compiling bitflags v1.3.2
2022026-08-06T03:45:23.801Z Compiling shlex v2.0.1
2032026-08-06T03:45:23.915Z Compiling rustc_version v0.4.1
2042026-08-06T03:45:23.930Z Compiling cc v1.4.0
2052026-08-06T03:45:23.970Z Compiling dirs-sys v0.3.7
2062026-08-06T03:45:23.974Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2072026-08-06T03:45:24.077Z Compiling dirs v2.0.2
2082026-08-06T03:45:24.139Z Compiling term v0.6.1
2092026-08-06T03:45:24.328Z Compiling syn v3.0.3
2102026-08-06T03:45:25.617Z Compiling serde_derive v1.0.229
2112026-08-06T03:45:27.487Z Compiling garando_pos v0.1.0
2122026-08-06T03:45:27.745Z Compiling garando_errors v0.1.0
2132026-08-06T03:45:28.113Z Compiling garando_syntax v0.1.1
2142026-08-06T03:45:32.098Z Compiling ctest2 v0.4.10
2152026-08-06T03:45:32.728Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2162026-08-06T03:45:33.627Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.60s
2172026-08-06T03:45:33.642Z Running test/main.rs (target/debug/deps/main-3cf04b023d0a7eea)
2182026-08-06T03:45:33.646ZRUNNING ALL TESTS
2192026-08-06T03:45:33.646ZPASSED 90 tests
2202026-08-06T03:45:33.649ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2212026-08-06T03:45:33.708Z Updating crates.io index
2222026-08-06T03:45:33.905Z Locking 42 packages to latest compatible versions
2232026-08-06T03:45:33.952Z Compiling libc v0.2.189
2242026-08-06T03:45:33.952Z Compiling proc-macro2 v1.0.107
2252026-08-06T03:45:33.952Z Compiling unicode-ident v1.0.24
2262026-08-06T03:45:33.956Z Compiling quote v1.0.47
2272026-08-06T03:45:33.956Z Compiling serde_core v1.0.229
2282026-08-06T03:45:33.956Z Compiling serde v1.0.229
2292026-08-06T03:45:33.956Z Compiling zmij v1.0.23
2302026-08-06T03:45:33.956Z Compiling cfg-if v0.1.10
2312026-08-06T03:45:34.014Z Compiling serde_json v1.0.151
2322026-08-06T03:45:34.059Z Compiling itoa v1.0.18
2332026-08-06T03:45:34.215Z Compiling unicode-xid v0.2.6
2342026-08-06T03:45:34.223Z Compiling memchr v2.8.3
2352026-08-06T03:45:34.248Z Compiling find-msvc-tools v0.1.9
2362026-08-06T03:45:34.274Z Compiling semver v1.0.28
2372026-08-06T03:45:34.312Z Compiling log v0.4.33
2382026-08-06T03:45:34.453Z Compiling shlex v2.0.1
2392026-08-06T03:45:34.467Z Compiling bitflags v1.3.2
2402026-08-06T03:45:34.500Z Compiling rustc_version v0.4.1
2412026-08-06T03:45:34.556Z Compiling cc v1.4.0
2422026-08-06T03:45:34.642Z Compiling dirs-sys v0.3.7
2432026-08-06T03:45:34.648Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2442026-08-06T03:45:34.723Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2452026-08-06T03:45:34.746Z Compiling dirs v2.0.2
2462026-08-06T03:45:34.805Z Compiling term v0.6.1
2472026-08-06T03:45:34.814Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2482026-08-06T03:45:34.995Z Compiling syn v3.0.3
2492026-08-06T03:45:36.284Z Compiling serde_derive v1.0.229
2502026-08-06T03:45:38.164Z Compiling garando_pos v0.1.0
2512026-08-06T03:45:38.421Z Compiling garando_errors v0.1.0
2522026-08-06T03:45:38.784Z Compiling garando_syntax v0.1.1
2532026-08-06T03:45:42.793Z Compiling ctest2 v0.4.10
2542026-08-06T03:45:43.426Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2552026-08-06T03:45:44.427Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.76s
2562026-08-06T03:45:44.443Z Running test/main.rs (target/debug/deps/main-ac8481cf1de02776)
2572026-08-06T03:45:44.446ZRUNNING ALL TESTS
2582026-08-06T03:45:44.446ZPASSED 257 tests
2592026-08-06T03:45:44.452Zprocess exited: duration 91839 ms, exit code 0
 
2602026-08-06T03:45:44.458Zfound 0 output files