01KYR31NRP0C469XSCQWPQ4GRW: header-check

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

Buildomat Job: 01KYR3261D7NA7FJ2S5P91J8SV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T23:24:40.441Zjob assigned to worker 01KYR32A3RR3S5CN12P72A9ABN [factory aws, i-02acad22d77b1d4d7] (queued for 45 s)
 
22026-07-29T23:24:47.207Zstarting task 0: "setup"
32026-07-29T23:24:47.211Z++ uname -s
42026-07-29T23:24:47.215Z+ kern=SunOS
52026-07-29T23:24:47.215Z+ build_user=build
62026-07-29T23:24:47.215Z+ build_uid=12345
72026-07-29T23:24:47.215Z+ work_dir=/work
82026-07-29T23:24:47.215Z+ input_dir=/input
92026-07-29T23:24:47.215Z+ [[ 0 == 12345 ]]
102026-07-29T23:24:47.215Z+ case "$kern" in
112026-07-29T23:24:47.215Z+ groupadd -g 12345 build
122026-07-29T23:24:47.218Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T23:24:49.223Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T23:24:49.301Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T23:24:49.305Z+ home_fs=zfs
162026-07-29T23:24:49.305Z+ [[ zfs == autofs ]]
172026-07-29T23:24:49.305Z+ mkdir -p /home/build
182026-07-29T23:24:49.305Z+ chown build:build /home/build /work
192026-07-29T23:24:51.305Z+ chmod 0700 /home/build /work
202026-07-29T23:24:51.309Zprocess exited: duration 4102 ms, exit code 0
 
212026-07-29T23:24:51.317Zstarting task 1: "rust-toolchain"
222026-07-29T23:24:51.322Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-29T23:24:51.322Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-29T23:24:51.322Z * rust toolchain channel = "1.90.0"
252026-07-29T23:24:51.322Z * rust toolchain profile = "default"
262026-07-29T23:24:51.325Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-29T23:24:51.325Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T23:24:51.325Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T23:24:51.325Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-29T23:24:51.647Zinfo: downloading installer
312026-07-29T23:24:52.948Zwarn: It looks like you have an existing installation of Rust at:
322026-07-29T23:24:52.948Zwarn: /opt/ooce/bin
332026-07-29T23:24:52.949Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-29T23:24:52.949Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-29T23:24:52.949Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-29T23:24:52.949Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-29T23:24:52.949Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-29T23:24:52.949Zerror: cannot install while Rust is installed
392026-07-29T23:24:52.949Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-29T23:24:52.952Zwarn: It looks like you have an existing rustup settings file at:
412026-07-29T23:24:52.952Zwarn: /home/build/.rustup/settings.toml
422026-07-29T23:24:52.952Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-29T23:24:52.952Zwarn: instead of the one inferred from the default host triple.
442026-07-29T23:24:52.962Zinfo: profile set to default
452026-07-29T23:24:52.962Zinfo: default host triple is x86_64-unknown-illumos
462026-07-29T23:24:52.966Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-07-29T23:24:53.121Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-07-29T23:24:53.124Zinfo: downloading 6 components
492026-07-29T23:25:06.590Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-07-29T23:25:06.590Z
512026-07-29T23:25:06.621Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-07-29T23:25:06.621Z
532026-07-29T23:25:06.621Z
542026-07-29T23:25:06.621ZRust is installed now. Great!
552026-07-29T23:25:06.621Z
562026-07-29T23:25:06.621ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-29T23:25:06.621Zenvironment variable. This has not been done automatically.
582026-07-29T23:25:06.621Z
592026-07-29T23:25:06.621ZTo configure your current shell, you need to source
602026-07-29T23:25:06.625Zthe corresponding env file under $HOME/.cargo.
612026-07-29T23:25:06.625Z
622026-07-29T23:25:06.625ZThis is usually done by running one of the following (note the leading DOT):
632026-07-29T23:25:06.625Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-29T23:25:06.625Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-29T23:25:06.625Zsource "~/.cargo/env.nu" # For nushell
662026-07-29T23:25:06.625Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-29T23:25:06.625Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-29T23:25:06.625Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-29T23:25:06.625Zwarn: no default linker (`cc`) was found in your PATH
702026-07-29T23:25:06.625Zwarn: many Rust crates require a system C toolchain to build
712026-07-29T23:25:06.704Z+ rustup --version
722026-07-29T23:25:06.712Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-29T23:25:06.715Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-29T23:25:06.736Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-07-29T23:25:06.739Z+ cargo --version
762026-07-29T23:25:06.751Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-07-29T23:25:06.754Z+ rustc --version
782026-07-29T23:25:06.774Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-07-29T23:25:06.780Zprocess exited: duration 15456 ms, exit code 0
 
802026-07-29T23:25:06.788Zstarting task 2: "authentication"
812026-07-29T23:25:06.804Zprocess exited: duration 16 ms, exit code 0
 
822026-07-29T23:25:06.809Zstarting task 3: "clone repository"
832026-07-29T23:25:06.813Z+ mkdir -p /work/oxidecomputer/propolis
842026-07-29T23:25:06.816Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-07-29T23:25:06.850ZCloning into '/work/oxidecomputer/propolis'...
862026-07-29T23:25:07.953Z+ cd /work/oxidecomputer/propolis
872026-07-29T23:25:07.953Z+ git fetch origin 36076baaa14e2bc4d62947cd7c32f440a370fc97
882026-07-29T23:25:08.204ZFrom https://github.com/oxidecomputer/propolis
892026-07-29T23:25:08.204Z * branch 36076baaa14e2bc4d62947cd7c32f440a370fc97 -> FETCH_HEAD
902026-07-29T23:25:08.211Z+ [[ -n ixi/configurable-vwc ]]
912026-07-29T23:25:08.214Z++ git branch --show-current
922026-07-29T23:25:08.214Z+ current=master
932026-07-29T23:25:08.214Z+ [[ master != ixi/configurable-vwc ]]
942026-07-29T23:25:08.214Z+ git branch -f ixi/configurable-vwc 36076baaa14e2bc4d62947cd7c32f440a370fc97
952026-07-29T23:25:08.217Z+ git checkout -f ixi/configurable-vwc
962026-07-29T23:25:08.239ZSwitched to branch 'ixi/configurable-vwc'
972026-07-29T23:25:08.242Z+ git reset --hard 36076baaa14e2bc4d62947cd7c32f440a370fc97
982026-07-29T23:25:08.259ZHEAD is now at 36076baa other doc links too.. hum
992026-07-29T23:25:08.263Zprocess exited: duration 1450 ms, exit code 0
 
1002026-07-29T23:25:08.268Zstarting task 4: "build"
1012026-07-29T23:25:08.277ZCloning into './gate_src'...
1022026-07-29T23:26:16.603ZUpdating files: 37% (18471/49637) Updating files: 38% (18863/49637) Updating files: 39% (19359/49637) Updating files: 40% (19855/49637) Updating files: 41% (20352/49637) Updating files: 42% (20848/49637) Updating files: 43% (21344/49637) Updating files: 44% (21841/49637) Updating files: 45% (22337/49637) Updating files: 46% (22834/49637) Updating files: 47% (23330/49637) Updating files: 48% (23826/49637) Updating files: 49% (24323/49637) Updating files: 50% (24819/49637) Updating files: 51% (25315/49637) Updating files: 52% (25812/49637) Updating files: 53% (26308/49637) Updating files: 54% (26804/49637) Updating files: 55% (27301/49637) Updating files: 56% (27797/49637) Updating files: 57% (28294/49637) Updating files: 58% (28790/49637) Updating files: 59% (29286/49637) Updating files: 60% (29783/49637) Updating files: 61% (30279/49637) Updating files: 62% (30775/49637) Updating files: 63% (31272/49637) Updating files: 64% (31768/49637) Updating files: 65% (32265/49637) Updating files: 66% (32761/49637) Updating files: 67% (33257/49637) Updating files: 68% (33754/49637) Updating files: 69% (34250/49637) Updating files: 70% (34746/49637) Updating files: 71% (35243/49637) Updating files: 72% (35739/49637) Updating files: 73% (36236/49637) Updating files: 74% (36732/49637) Updating files: 75% (37228/49637) Updating files: 76% (37725/49637) Updating files: 77% (38221/49637) Updating files: 78% (38717/49637) Updating files: 79% (39214/49637) Updating files: 80% (39710/49637) Updating files: 81% (40206/49637) Updating files: 82% (40703/49637) Updating files: 83% (41199/49637) Updating files: 84% (41696/49637) Updating files: 85% (42192/49637) Updating files: 85% (42324/49637) Updating files: 86% (42688/49637) Updating files: 87% (43185/49637) Updating files: 88% (43681/49637) Updating files: 89% (44177/49637) Updating files: 90% (44674/49637) Updating files: 91% (45170/49637) Updating files: 92% (45667/49637) Updating files: 93% (46163/49637) Updating files: 94% (46659/49637) Updating files: 95% (47156/49637) Updating files: 96% (47652/49637) Updating files: 97% (48148/49637) Updating files: 98% (48645/49637) Updating files: 99% (49141/49637) Updating files: 100% (49637/49637) Updating files: 100% (49637/49637), done.
1032026-07-29T23:26:16.678ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-07-29T23:26:16.707Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-07-29T23:26:16.770Z Updating crates.io index
1062026-07-29T23:26:17.301Z Locking 45 packages to latest compatible versions
1072026-07-29T23:26:17.304Z Adding strum v0.25.0 (available: v0.28.0)
1082026-07-29T23:26:17.307Z Downloading crates ...
1092026-07-29T23:26:17.376Z Downloaded heck v0.5.0
1102026-07-29T23:26:17.379Z Downloaded unicode-xid v0.2.6
1112026-07-29T23:26:17.379Z Downloaded strum v0.25.0
1122026-07-29T23:26:17.382Z Downloaded strum v0.26.3
1132026-07-29T23:26:17.386Z Downloaded strum_macros v0.26.4
1142026-07-29T23:26:17.389Z Downloaded itoa v1.0.18
1152026-07-29T23:26:17.389Z Downloaded find-msvc-tools v0.1.9
1162026-07-29T23:26:17.394Z Downloaded rustc_version v0.4.1
1172026-07-29T23:26:17.402Z Downloaded cfg-if v0.1.10
1182026-07-29T23:26:17.406Z Downloaded dirs-sys v0.3.7
1192026-07-29T23:26:17.410Z Downloaded bitflags v1.3.2
1202026-07-29T23:26:17.413Z Downloaded dirs v2.0.2
1212026-07-29T23:26:17.417Z Downloaded quote v1.0.47
1222026-07-29T23:26:17.422Z Downloaded rustversion v1.0.23
1232026-07-29T23:26:17.422Z Downloaded ctest2 v0.4.10
1242026-07-29T23:26:17.425Z Downloaded garando_pos v0.1.0
1252026-07-29T23:26:17.425Z Downloaded garando_errors v0.1.0
1262026-07-29T23:26:17.430Z Downloaded shlex v2.0.1
1272026-07-29T23:26:17.436Z Downloaded semver v1.0.28
1282026-07-29T23:26:17.436Z Downloaded log v0.4.33
1292026-07-29T23:26:17.436Z Downloaded zmij v1.0.23
1302026-07-29T23:26:17.442Z Downloaded term v0.6.1
1312026-07-29T23:26:17.447Z Downloaded unicode-ident v1.0.24
1322026-07-29T23:26:17.447Z Downloaded serde_derive v1.0.229
1332026-07-29T23:26:17.450Z Downloaded proc-macro2 v1.0.107
1342026-07-29T23:26:17.450Z Downloaded serde_core v1.0.229
1352026-07-29T23:26:17.460Z Downloaded serde v1.0.229
1362026-07-29T23:26:17.467Z Downloaded memchr v2.8.3
1372026-07-29T23:26:17.470Z Downloaded cc v1.4.0
1382026-07-29T23:26:17.491Z Downloaded serde_json v1.0.151
1392026-07-29T23:26:17.506Z Downloaded garando_syntax v0.1.1
1402026-07-29T23:26:17.524Z Downloaded syn v2.0.119
1412026-07-29T23:26:17.529Z Downloaded syn v3.0.3
1422026-07-29T23:26:17.549Z Downloaded libc v0.2.189
1432026-07-29T23:26:17.601Z Compiling proc-macro2 v1.0.107
1442026-07-29T23:26:17.601Z Compiling unicode-ident v1.0.24
1452026-07-29T23:26:17.601Z Compiling quote v1.0.47
1462026-07-29T23:26:17.601Z Compiling libc v0.2.189
1472026-07-29T23:26:17.604Z Compiling serde_core v1.0.229
1482026-07-29T23:26:17.604Z Compiling serde v1.0.229
1492026-07-29T23:26:17.605Z Compiling rustversion v1.0.23
1502026-07-29T23:26:17.605Z Compiling zmij v1.0.23
1512026-07-29T23:26:17.759Z Compiling cfg-if v0.1.10
1522026-07-29T23:26:17.841Z Compiling serde_json v1.0.151
1532026-07-29T23:26:18.016Z Compiling heck v0.5.0
1542026-07-29T23:26:18.021Z Compiling unicode-xid v0.2.6
1552026-07-29T23:26:18.028Z Compiling memchr v2.8.3
1562026-07-29T23:26:18.112Z Compiling itoa v1.0.18
1572026-07-29T23:26:18.200Z Compiling log v0.4.33
1582026-07-29T23:26:18.272Z Compiling bitflags v1.3.2
1592026-07-29T23:26:18.278Z Compiling shlex v2.0.1
1602026-07-29T23:26:18.329Z Compiling semver v1.0.28
1612026-07-29T23:26:18.364Z Compiling dirs-sys v0.3.7
1622026-07-29T23:26:18.391Z Compiling find-msvc-tools v0.1.9
1632026-07-29T23:26:18.445Z Compiling strum v0.25.0
1642026-07-29T23:26:18.560Z Compiling dirs v2.0.2
1652026-07-29T23:26:18.589Z Compiling cc v1.4.0
1662026-07-29T23:26:18.595Z Compiling rustc_version v0.4.1
1672026-07-29T23:26:18.634Z Compiling term v0.6.1
1682026-07-29T23:26:18.787Z Compiling syn v3.0.3
1692026-07-29T23:26:18.787Z Compiling syn v2.0.119
1702026-07-29T23:26:20.173Z Compiling serde_derive v1.0.229
1712026-07-29T23:26:20.437Z Compiling strum_macros v0.26.4
1722026-07-29T23:26:21.479Z Compiling strum v0.26.3
1732026-07-29T23:26:21.540Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1742026-07-29T23:26:22.191Z Compiling garando_pos v0.1.0
1752026-07-29T23:26:22.461Z Compiling garando_errors v0.1.0
1762026-07-29T23:26:22.839Z Compiling garando_syntax v0.1.1
1772026-07-29T23:26:26.866Z Compiling ctest2 v0.4.10
1782026-07-29T23:26:27.489Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1792026-07-29T23:26:29.752Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.06s
1802026-07-29T23:26:29.772Z Running test/main.rs (target/debug/deps/main-52cdb4d750db633d)
1812026-07-29T23:26:29.775ZRUNNING ALL TESTS
1822026-07-29T23:26:29.775ZPASSED 1185 tests
1832026-07-29T23:26:29.781ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1842026-07-29T23:26:29.840Z Updating crates.io index
1852026-07-29T23:26:30.003Z Locking 40 packages to latest compatible versions
1862026-07-29T23:26:30.043Z Compiling proc-macro2 v1.0.107
1872026-07-29T23:26:30.043Z Compiling libc v0.2.189
1882026-07-29T23:26:30.043Z Compiling unicode-ident v1.0.24
1892026-07-29T23:26:30.043Z Compiling quote v1.0.47
1902026-07-29T23:26:30.043Z Compiling serde_core v1.0.229
1912026-07-29T23:26:30.043Z Compiling serde v1.0.229
1922026-07-29T23:26:30.047Z Compiling cfg-if v0.1.10
1932026-07-29T23:26:30.047Z Compiling zmij v1.0.23
1942026-07-29T23:26:30.107Z Compiling serde_json v1.0.151
1952026-07-29T23:26:30.147Z Compiling itoa v1.0.18
1962026-07-29T23:26:30.302Z Compiling unicode-xid v0.2.6
1972026-07-29T23:26:30.309Z Compiling memchr v2.8.3
1982026-07-29T23:26:30.330Z Compiling log v0.4.33
1992026-07-29T23:26:30.355Z Compiling bitflags v1.3.2
2002026-07-29T23:26:30.395Z Compiling shlex v2.0.1
2012026-07-29T23:26:30.408Z Compiling find-msvc-tools v0.1.9
2022026-07-29T23:26:30.477Z Compiling semver v1.0.28
2032026-07-29T23:26:30.552Z Compiling cc v1.4.0
2042026-07-29T23:26:30.646Z Compiling rustc_version v0.4.1
2052026-07-29T23:26:30.717Z Compiling dirs-sys v0.3.7
2062026-07-29T23:26:30.766Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2072026-07-29T23:26:30.835Z Compiling dirs v2.0.2
2082026-07-29T23:26:30.898Z Compiling term v0.6.1
2092026-07-29T23:26:31.096Z Compiling syn v3.0.3
2102026-07-29T23:26:32.371Z Compiling serde_derive v1.0.229
2112026-07-29T23:26:34.231Z Compiling garando_pos v0.1.0
2122026-07-29T23:26:34.491Z Compiling garando_errors v0.1.0
2132026-07-29T23:26:34.855Z Compiling garando_syntax v0.1.1
2142026-07-29T23:26:38.829Z Compiling ctest2 v0.4.10
2152026-07-29T23:26:39.458Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2162026-07-29T23:26:40.360Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.56s
2172026-07-29T23:26:40.375Z Running test/main.rs (target/debug/deps/main-3cf04b023d0a7eea)
2182026-07-29T23:26:40.378ZRUNNING ALL TESTS
2192026-07-29T23:26:40.378ZPASSED 90 tests
2202026-07-29T23:26:40.382ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2212026-07-29T23:26:40.441Z Updating crates.io index
2222026-07-29T23:26:40.602Z Locking 42 packages to latest compatible versions
2232026-07-29T23:26:40.644Z Compiling libc v0.2.189
2242026-07-29T23:26:40.644Z Compiling proc-macro2 v1.0.107
2252026-07-29T23:26:40.644Z Compiling quote v1.0.47
2262026-07-29T23:26:40.644Z Compiling unicode-ident v1.0.24
2272026-07-29T23:26:40.647Z Compiling serde_core v1.0.229
2282026-07-29T23:26:40.647Z Compiling serde v1.0.229
2292026-07-29T23:26:40.647Z Compiling zmij v1.0.23
2302026-07-29T23:26:40.647Z Compiling cfg-if v0.1.10
2312026-07-29T23:26:40.707Z Compiling serde_json v1.0.151
2322026-07-29T23:26:40.766Z Compiling unicode-xid v0.2.6
2332026-07-29T23:26:40.863Z Compiling itoa v1.0.18
2342026-07-29T23:26:40.933Z Compiling memchr v2.8.3
2352026-07-29T23:26:40.939Z Compiling find-msvc-tools v0.1.9
2362026-07-29T23:26:40.969Z Compiling shlex v2.0.1
2372026-07-29T23:26:41.019Z Compiling semver v1.0.28
2382026-07-29T23:26:41.131Z Compiling log v0.4.33
2392026-07-29T23:26:41.157Z Compiling bitflags v1.3.2
2402026-07-29T23:26:41.205Z Compiling rustc_version v0.4.1
2412026-07-29T23:26:41.220Z Compiling cc v1.4.0
2422026-07-29T23:26:41.356Z Compiling dirs-sys v0.3.7
2432026-07-29T23:26:41.361Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2442026-07-29T23:26:41.437Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2452026-07-29T23:26:41.459Z Compiling dirs v2.0.2
2462026-07-29T23:26:41.520Z Compiling term v0.6.1
2472026-07-29T23:26:41.527Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2482026-07-29T23:26:41.710Z Compiling syn v3.0.3
2492026-07-29T23:26:42.975Z Compiling serde_derive v1.0.229
2502026-07-29T23:26:44.827Z Compiling garando_pos v0.1.0
2512026-07-29T23:26:45.087Z Compiling garando_errors v0.1.0
2522026-07-29T23:26:45.455Z Compiling garando_syntax v0.1.1
2532026-07-29T23:26:49.502Z Compiling ctest2 v0.4.10
2542026-07-29T23:26:50.070Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2552026-07-29T23:26:51.080Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.68s
2562026-07-29T23:26:51.095Z Running test/main.rs (target/debug/deps/main-ac8481cf1de02776)
2572026-07-29T23:26:51.098ZRUNNING ALL TESTS
2582026-07-29T23:26:51.098ZPASSED 257 tests
2592026-07-29T23:26:51.139Zprocess exited: duration 102815 ms, exit code 0
 
2602026-07-29T23:26:51.148Zfound 0 output files