01KVV8E5R0B13YMF96BE6C1HMZ: header-check

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

Buildomat Job: 01KVV8EJ4C6J5H3YY2JXQFK8Q9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T22:09:29.634Zjob assigned to worker 01KVV8ER0XHZKT05X5HMKZ10FW [factory aws, i-0d10679a9c877da90] (queued for 48 s)
 
22026-06-23T22:09:36.566Zstarting task 0: "setup"
32026-06-23T22:09:36.572Z++ uname -s
42026-06-23T22:09:36.575Z+ kern=SunOS
52026-06-23T22:09:36.575Z+ build_user=build
62026-06-23T22:09:36.575Z+ build_uid=12345
72026-06-23T22:09:36.575Z+ work_dir=/work
82026-06-23T22:09:36.575Z+ input_dir=/input
92026-06-23T22:09:36.575Z+ [[ 0 == 12345 ]]
102026-06-23T22:09:36.575Z+ case "$kern" in
112026-06-23T22:09:36.575Z+ groupadd -g 12345 build
122026-06-23T22:09:36.578Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T22:09:38.580Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T22:09:38.645Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T22:09:38.648Z+ home_fs=zfs
162026-06-23T22:09:38.648Z+ [[ zfs == autofs ]]
172026-06-23T22:09:38.648Z+ mkdir -p /home/build
182026-06-23T22:09:38.648Z+ chown build:build /home/build /work
192026-06-23T22:09:40.650Z+ chmod 0700 /home/build /work
202026-06-23T22:09:40.653Zprocess exited: duration 4083 ms, exit code 0
 
212026-06-23T22:09:40.660Zstarting task 1: "rust-toolchain"
222026-06-23T22:09:40.663Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-23T22:09:40.663Z * rust toolchain channel = "1.90.0"
242026-06-23T22:09:40.664Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-23T22:09:40.664Z * rust toolchain profile = "default"
262026-06-23T22:09:40.664Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T22:09:40.664Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-23T22:09:40.667Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T22:09:40.667Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-23T22:09:40.763Zinfo: downloading installer
312026-06-23T22:09:42.215Zwarn: It looks like you have an existing installation of Rust at:
322026-06-23T22:09:42.215Zwarn: /opt/ooce/bin
332026-06-23T22:09:42.215Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-23T22:09:42.215Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-23T22:09:42.219Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-23T22:09:42.219Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-23T22:09:42.219Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-23T22:09:42.219Zerror: cannot install while Rust is installed
392026-06-23T22:09:42.219Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-23T22:09:42.219Zwarn: It looks like you have an existing rustup settings file at:
412026-06-23T22:09:42.219Zwarn: /home/build/.rustup/settings.toml
422026-06-23T22:09:42.219Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-23T22:09:42.219Zwarn: instead of the one inferred from the default host triple.
442026-06-23T22:09:42.229Zinfo: profile set to default
452026-06-23T22:09:42.229Zinfo: default host triple is x86_64-unknown-illumos
462026-06-23T22:09:42.232Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-23T22:09:42.400Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-23T22:09:42.403Zinfo: downloading 6 components
492026-06-23T22:09:58.598Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-06-23T22:09:58.599Z
512026-06-23T22:09:58.625Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-23T22:09:58.625Z
532026-06-23T22:09:58.625Z
542026-06-23T22:09:58.625ZRust is installed now. Great!
552026-06-23T22:09:58.625Z
562026-06-23T22:09:58.628ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-23T22:09:58.628Zenvironment variable. This has not been done automatically.
582026-06-23T22:09:58.628Z
592026-06-23T22:09:58.628ZTo configure your current shell, you need to source
602026-06-23T22:09:58.628Zthe corresponding env file under $HOME/.cargo.
612026-06-23T22:09:58.628Z
622026-06-23T22:09:58.628ZThis is usually done by running one of the following (note the leading DOT):
632026-06-23T22:09:58.628Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-23T22:09:58.629Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-23T22:09:58.629Zsource "~/.cargo/env.nu" # For nushell
662026-06-23T22:09:58.629Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-23T22:09:58.629Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-23T22:09:58.629Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-23T22:09:58.629Zwarn: no default linker (`cc`) was found in your PATH
702026-06-23T22:09:58.629Zwarn: many Rust crates require a system C toolchain to build
712026-06-23T22:09:58.704Z+ rustup --version
722026-06-23T22:09:58.712Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-23T22:09:58.715Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-23T22:09:58.736Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-23T22:09:58.739Z+ cargo --version
762026-06-23T22:09:58.751Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-23T22:09:58.754Z+ rustc --version
782026-06-23T22:09:58.773Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-23T22:09:58.776Zprocess exited: duration 18114 ms, exit code 0
 
802026-06-23T22:09:58.782Zstarting task 2: "authentication"
812026-06-23T22:09:58.799Zprocess exited: duration 16 ms, exit code 0
 
822026-06-23T22:09:58.805Zstarting task 3: "clone repository"
832026-06-23T22:09:58.808Z+ mkdir -p /work/oxidecomputer/propolis
842026-06-23T22:09:58.811Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-06-23T22:09:58.841ZCloning into '/work/oxidecomputer/propolis'...
862026-06-23T22:09:59.826Z+ cd /work/oxidecomputer/propolis
872026-06-23T22:09:59.829Z+ git fetch origin 8a6ca419d3482f2e9085a63fbd547d9c581c4e18
882026-06-23T22:10:00.082ZFrom https://github.com/oxidecomputer/propolis
892026-06-23T22:10:00.082Z * branch 8a6ca419d3482f2e9085a63fbd547d9c581c4e18 -> FETCH_HEAD
902026-06-23T22:10:00.086Z+ [[ -n alan/another-cru-update ]]
912026-06-23T22:10:00.089Z++ git branch --show-current
922026-06-23T22:10:00.089Z+ current=master
932026-06-23T22:10:00.089Z+ [[ master != alan/another-cru-update ]]
942026-06-23T22:10:00.089Z+ git branch -f alan/another-cru-update 8a6ca419d3482f2e9085a63fbd547d9c581c4e18
952026-06-23T22:10:00.092Z+ git checkout -f alan/another-cru-update
962026-06-23T22:10:00.112ZSwitched to branch 'alan/another-cru-update'
972026-06-23T22:10:00.114Z+ git reset --hard 8a6ca419d3482f2e9085a63fbd547d9c581c4e18
982026-06-23T22:10:00.132ZHEAD is now at 8a6ca419 Update crucible
992026-06-23T22:10:00.135Zprocess exited: duration 1327 ms, exit code 0
 
1002026-06-23T22:10:00.141Zstarting task 4: "build"
1012026-06-23T22:10:00.150ZCloning into './gate_src'...
1022026-06-23T22:10:41.666ZUpdating files: 37% (18507/49517) Updating files: 38% (18817/49517) Updating files: 39% (19312/49517) Updating files: 40% (19807/49517) Updating files: 41% (20302/49517) Updating files: 42% (20798/49517) Updating files: 43% (21293/49517) Updating files: 44% (21788/49517) Updating files: 45% (22283/49517) Updating files: 46% (22778/49517) Updating files: 47% (23273/49517) Updating files: 48% (23769/49517) Updating files: 49% (24264/49517) Updating files: 50% (24759/49517) Updating files: 51% (25254/49517) Updating files: 52% (25749/49517) Updating files: 53% (26245/49517) Updating files: 54% (26740/49517) Updating files: 55% (27235/49517) Updating files: 56% (27730/49517) Updating files: 57% (28225/49517) Updating files: 58% (28720/49517) Updating files: 59% (29216/49517) Updating files: 60% (29711/49517) Updating files: 61% (30206/49517) Updating files: 62% (30701/49517) Updating files: 63% (31196/49517) Updating files: 64% (31691/49517) Updating files: 65% (32187/49517) Updating files: 66% (32682/49517) Updating files: 67% (33177/49517) Updating files: 68% (33672/49517) Updating files: 69% (34167/49517) Updating files: 70% (34662/49517) Updating files: 71% (35158/49517) Updating files: 72% (35653/49517) Updating files: 73% (36148/49517) Updating files: 74% (36643/49517) Updating files: 75% (37138/49517) Updating files: 76% (37633/49517) Updating files: 77% (38129/49517) Updating files: 78% (38624/49517) Updating files: 79% (39119/49517) Updating files: 80% (39614/49517) Updating files: 81% (40109/49517) Updating files: 82% (40604/49517) Updating files: 83% (41100/49517) Updating files: 84% (41595/49517) Updating files: 85% (42090/49517) Updating files: 85% (42186/49517) Updating files: 86% (42585/49517) Updating files: 87% (43080/49517) Updating files: 88% (43575/49517) Updating files: 89% (44071/49517) Updating files: 90% (44566/49517) Updating files: 91% (45061/49517) Updating files: 92% (45556/49517) Updating files: 93% (46051/49517) Updating files: 94% (46546/49517) Updating files: 95% (47042/49517) Updating files: 96% (47537/49517) Updating files: 97% (48032/49517) Updating files: 98% (48527/49517) Updating files: 99% (49022/49517) Updating files: 100% (49517/49517) Updating files: 100% (49517/49517), done.
1032026-06-23T22:10:41.739ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-06-23T22:10:41.768Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-06-23T22:10:41.821Z Updating crates.io index
1062026-06-23T22:10:42.428Z Locking 44 packages to latest compatible versions
1072026-06-23T22:10:42.431Z Adding strum v0.25.0 (available: v0.28.0)
1082026-06-23T22:10:42.434Z Downloading crates ...
1092026-06-23T22:10:42.486Z Downloaded strum v0.25.0
1102026-06-23T22:10:42.492Z Downloaded itoa v1.0.18
1112026-06-23T22:10:42.499Z Downloaded find-msvc-tools v0.1.9
1122026-06-23T22:10:42.502Z Downloaded bitflags v1.3.2
1132026-06-23T22:10:42.506Z Downloaded garando_errors v0.1.0
1142026-06-23T22:10:42.509Z Downloaded dirs-sys v0.3.7
1152026-06-23T22:10:42.509Z Downloaded dirs v2.0.2
1162026-06-23T22:10:42.509Z Downloaded ctest2 v0.4.10
1172026-06-23T22:10:42.514Z Downloaded unicode-xid v0.2.6
1182026-06-23T22:10:42.517Z Downloaded garando_pos v0.1.0
1192026-06-23T22:10:42.528Z Downloaded cfg-if v0.1.10
1202026-06-23T22:10:42.531Z Downloaded log v0.4.33
1212026-06-23T22:10:42.531Z Downloaded heck v0.5.0
1222026-06-23T22:10:42.534Z Downloaded shlex v2.0.1
1232026-06-23T22:10:42.537Z Downloaded strum v0.26.3
1242026-06-23T22:10:42.546Z Downloaded zmij v1.0.21
1252026-06-23T22:10:42.549Z Downloaded serde_derive v1.0.228
1262026-06-23T22:10:42.561Z Downloaded quote v1.0.46
1272026-06-23T22:10:42.564Z Downloaded semver v1.0.28
1282026-06-23T22:10:42.567Z Downloaded rustversion v1.0.22
1292026-06-23T22:10:42.576Z Downloaded proc-macro2 v1.0.106
1302026-06-23T22:10:42.585Z Downloaded strum_macros v0.26.4
1312026-06-23T22:10:42.594Z Downloaded unicode-ident v1.0.24
1322026-06-23T22:10:42.598Z Downloaded memchr v2.8.2
1332026-06-23T22:10:42.601Z Downloaded serde_core v1.0.228
1342026-06-23T22:10:42.601Z Downloaded term v0.6.1
1352026-06-23T22:10:42.603Z Downloaded cc v1.2.65
1362026-06-23T22:10:42.606Z Downloaded serde v1.0.228
1372026-06-23T22:10:42.635Z Downloaded serde_json v1.0.150
1382026-06-23T22:10:42.648Z Downloaded garando_syntax v0.1.1
1392026-06-23T22:10:42.673Z Downloaded syn v2.0.118
1402026-06-23T22:10:42.713Z Downloaded libc v0.2.186
1412026-06-23T22:10:42.733Z Downloaded rustc_version v0.4.1
1422026-06-23T22:10:42.767Z Compiling proc-macro2 v1.0.106
1432026-06-23T22:10:42.767Z Compiling unicode-ident v1.0.24
1442026-06-23T22:10:42.770Z Compiling quote v1.0.46
1452026-06-23T22:10:42.770Z Compiling libc v0.2.186
1462026-06-23T22:10:42.770Z Compiling serde_core v1.0.228
1472026-06-23T22:10:42.770Z Compiling serde v1.0.228
1482026-06-23T22:10:42.770Z Compiling rustversion v1.0.22
1492026-06-23T22:10:42.770Z Compiling cfg-if v0.1.10
1502026-06-23T22:10:42.860Z Compiling zmij v1.0.21
1512026-06-23T22:10:42.916Z Compiling serde_json v1.0.150
1522026-06-23T22:10:43.165Z Compiling unicode-xid v0.2.6
1532026-06-23T22:10:43.195Z Compiling itoa v1.0.18
1542026-06-23T22:10:43.196Z Compiling heck v0.5.0
1552026-06-23T22:10:43.258Z Compiling memchr v2.8.2
1562026-06-23T22:10:43.348Z Compiling shlex v2.0.1
1572026-06-23T22:10:43.377Z Compiling find-msvc-tools v0.1.9
1582026-06-23T22:10:43.427Z Compiling log v0.4.33
1592026-06-23T22:10:43.513Z Compiling dirs-sys v0.3.7
1602026-06-23T22:10:43.562Z Compiling semver v1.0.28
1612026-06-23T22:10:43.591Z Compiling bitflags v1.3.2
1622026-06-23T22:10:43.609Z Compiling cc v1.2.65
1632026-06-23T22:10:43.652Z Compiling dirs v2.0.2
1642026-06-23T22:10:43.734Z Compiling term v0.6.1
1652026-06-23T22:10:43.746Z Compiling strum v0.25.0
1662026-06-23T22:10:43.758Z Compiling rustc_version v0.4.1
1672026-06-23T22:10:43.988Z Compiling syn v2.0.118
1682026-06-23T22:10:45.639Z Compiling serde_derive v1.0.228
1692026-06-23T22:10:45.639Z Compiling strum_macros v0.26.4
1702026-06-23T22:10:46.676Z Compiling strum v0.26.3
1712026-06-23T22:10:46.739Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-06-23T22:10:47.712Z Compiling garando_pos v0.1.0
1732026-06-23T22:10:47.986Z Compiling garando_errors v0.1.0
1742026-06-23T22:10:48.374Z Compiling garando_syntax v0.1.1
1752026-06-23T22:10:52.451Z Compiling ctest2 v0.4.10
1762026-06-23T22:10:53.082Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-06-23T22:10:55.339Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.59s
1782026-06-23T22:10:55.358Z Running test/main.rs (target/debug/deps/main-17b850d698cdd938)
1792026-06-23T22:10:55.361ZRUNNING ALL TESTS
1802026-06-23T22:10:55.361ZPASSED 1185 tests
1812026-06-23T22:10:55.367ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-06-23T22:10:55.436Z Updating crates.io index
1832026-06-23T22:10:55.599Z Locking 39 packages to latest compatible versions
1842026-06-23T22:10:55.643Z Compiling proc-macro2 v1.0.106
1852026-06-23T22:10:55.643Z Compiling unicode-ident v1.0.24
1862026-06-23T22:10:55.643Z Compiling libc v0.2.186
1872026-06-23T22:10:55.643Z Compiling quote v1.0.46
1882026-06-23T22:10:55.647Z Compiling serde_core v1.0.228
1892026-06-23T22:10:55.647Z Compiling serde v1.0.228
1902026-06-23T22:10:55.647Z Compiling zmij v1.0.21
1912026-06-23T22:10:55.647Z Compiling cfg-if v0.1.10
1922026-06-23T22:10:55.704Z Compiling serde_json v1.0.150
1932026-06-23T22:10:55.751Z Compiling memchr v2.8.2
1942026-06-23T22:10:55.915Z Compiling unicode-xid v0.2.6
1952026-06-23T22:10:55.941Z Compiling itoa v1.0.18
1962026-06-23T22:10:55.968Z Compiling shlex v2.0.1
1972026-06-23T22:10:56.001Z Compiling log v0.4.33
1982026-06-23T22:10:56.091Z Compiling bitflags v1.3.2
1992026-06-23T22:10:56.122Z Compiling semver v1.0.28
2002026-06-23T22:10:56.146Z Compiling find-msvc-tools v0.1.9
2012026-06-23T22:10:56.267Z Compiling cc v1.2.65
2022026-06-23T22:10:56.286Z Compiling rustc_version v0.4.1
2032026-06-23T22:10:56.319Z Compiling dirs-sys v0.3.7
2042026-06-23T22:10:56.325Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2052026-06-23T22:10:56.433Z Compiling dirs v2.0.2
2062026-06-23T22:10:56.518Z Compiling term v0.6.1
2072026-06-23T22:10:56.694Z Compiling syn v2.0.118
2082026-06-23T22:10:57.965Z Compiling serde_derive v1.0.228
2092026-06-23T22:10:59.853Z Compiling garando_pos v0.1.0
2102026-06-23T22:11:00.113Z Compiling garando_errors v0.1.0
2112026-06-23T22:11:00.491Z Compiling garando_syntax v0.1.1
2122026-06-23T22:11:04.517Z Compiling ctest2 v0.4.10
2132026-06-23T22:11:05.150Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-06-23T22:11:06.063Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.68s
2152026-06-23T22:11:06.078Z Running test/main.rs (target/debug/deps/main-4706806fff72ae66)
2162026-06-23T22:11:06.082ZRUNNING ALL TESTS
2172026-06-23T22:11:06.082ZPASSED 90 tests
2182026-06-23T22:11:06.085ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-06-23T22:11:06.146Z Updating crates.io index
2202026-06-23T22:11:06.327Z Locking 41 packages to latest compatible versions
2212026-06-23T22:11:06.369Z Compiling libc v0.2.186
2222026-06-23T22:11:06.369Z Compiling proc-macro2 v1.0.106
2232026-06-23T22:11:06.369Z Compiling unicode-ident v1.0.24
2242026-06-23T22:11:06.369Z Compiling quote v1.0.46
2252026-06-23T22:11:06.373Z Compiling serde_core v1.0.228
2262026-06-23T22:11:06.373Z Compiling serde v1.0.228
2272026-06-23T22:11:06.373Z Compiling cfg-if v0.1.10
2282026-06-23T22:11:06.373Z Compiling zmij v1.0.21
2292026-06-23T22:11:06.433Z Compiling serde_json v1.0.150
2302026-06-23T22:11:06.476Z Compiling itoa v1.0.18
2312026-06-23T22:11:06.632Z Compiling unicode-xid v0.2.6
2322026-06-23T22:11:06.640Z Compiling memchr v2.8.2
2332026-06-23T22:11:06.663Z Compiling find-msvc-tools v0.1.9
2342026-06-23T22:11:06.686Z Compiling log v0.4.33
2352026-06-23T22:11:06.730Z Compiling bitflags v1.3.2
2362026-06-23T22:11:06.788Z Compiling shlex v2.0.1
2372026-06-23T22:11:06.839Z Compiling semver v1.0.28
2382026-06-23T22:11:06.897Z Compiling cc v1.2.65
2392026-06-23T22:11:07.009Z Compiling rustc_version v0.4.1
2402026-06-23T22:11:07.071Z Compiling dirs-sys v0.3.7
2412026-06-23T22:11:07.086Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-06-23T22:11:07.168Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2432026-06-23T22:11:07.180Z Compiling dirs v2.0.2
2442026-06-23T22:11:07.241Z Compiling term v0.6.1
2452026-06-23T22:11:07.260Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2462026-06-23T22:11:07.425Z Compiling syn v2.0.118
2472026-06-23T22:11:08.678Z Compiling serde_derive v1.0.228
2482026-06-23T22:11:10.584Z Compiling garando_pos v0.1.0
2492026-06-23T22:11:10.856Z Compiling garando_errors v0.1.0
2502026-06-23T22:11:11.234Z Compiling garando_syntax v0.1.1
2512026-06-23T22:11:15.271Z Compiling ctest2 v0.4.10
2522026-06-23T22:11:15.905Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-06-23T22:11:16.917Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.82s
2542026-06-23T22:11:16.933Z Running test/main.rs (target/debug/deps/main-30f386f2775cec01)
2552026-06-23T22:11:16.936ZRUNNING ALL TESTS
2562026-06-23T22:11:16.936ZPASSED 257 tests
2572026-06-23T22:11:16.941Zprocess exited: duration 76793 ms, exit code 0
 
2582026-06-23T22:11:16.948Zfound 0 output files