01KW08YP39QPMY5ESMZJCG9W4J: header-check

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

Buildomat Job: 01KW0903YVV7R8K1ZXEK1CP033

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T20:55:11.961Zjob assigned to worker 01KW0903XX9T38ZYE8G7DTKTR5 [factory aws, i-074917f763958183a] (queued for 42 s)
 
22026-06-25T20:55:18.460Zstarting task 0: "setup"
32026-06-25T20:55:18.464Z++ uname -s
42026-06-25T20:55:18.467Z+ kern=SunOS
52026-06-25T20:55:18.467Z+ build_user=build
62026-06-25T20:55:18.467Z+ build_uid=12345
72026-06-25T20:55:18.467Z+ work_dir=/work
82026-06-25T20:55:18.467Z+ input_dir=/input
92026-06-25T20:55:18.467Z+ [[ 0 == 12345 ]]
102026-06-25T20:55:18.467Z+ case "$kern" in
112026-06-25T20:55:18.467Z+ groupadd -g 12345 build
122026-06-25T20:55:18.470Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T20:55:20.474Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T20:55:20.571Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T20:55:20.574Z+ home_fs=zfs
162026-06-25T20:55:20.574Z+ [[ zfs == autofs ]]
172026-06-25T20:55:20.574Z+ mkdir -p /home/build
182026-06-25T20:55:20.574Z+ chown build:build /home/build /work
192026-06-25T20:55:22.575Z+ chmod 0700 /home/build /work
202026-06-25T20:55:22.579Zprocess exited: duration 4119 ms, exit code 0
 
212026-06-25T20:55:22.585Zstarting task 1: "rust-toolchain"
222026-06-25T20:55:22.589Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-25T20:55:22.589Z * rust toolchain channel = "1.90.0"
242026-06-25T20:55:22.589Z * rust toolchain profile = "default"
252026-06-25T20:55:22.589Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T20:55:22.590Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T20:55:22.590Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T20:55:22.593Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T20:55:22.593Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-25T20:55:22.665Zinfo: downloading installer
312026-06-25T20:55:24.084Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T20:55:24.084Zwarn: /opt/ooce/bin
332026-06-25T20:55:24.084Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T20:55:24.084Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T20:55:24.084Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T20:55:24.084Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T20:55:24.084Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T20:55:24.084Zerror: cannot install while Rust is installed
392026-06-25T20:55:24.084Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T20:55:24.087Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T20:55:24.087Zwarn: /home/build/.rustup/settings.toml
422026-06-25T20:55:24.087Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T20:55:24.087Zwarn: instead of the one inferred from the default host triple.
442026-06-25T20:55:24.098Zinfo: profile set to default
452026-06-25T20:55:24.098Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T20:55:24.101Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-25T20:55:24.257Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-25T20:55:24.260Zinfo: downloading 6 components
492026-06-25T20:55:38.945Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-06-25T20:55:38.945Z
512026-06-25T20:55:38.972Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-25T20:55:38.972Z
532026-06-25T20:55:38.972Z
542026-06-25T20:55:38.972ZRust is installed now. Great!
552026-06-25T20:55:38.972Z
562026-06-25T20:55:38.972ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T20:55:38.972Zenvironment variable. This has not been done automatically.
582026-06-25T20:55:38.972Z
592026-06-25T20:55:38.972ZTo configure your current shell, you need to source
602026-06-25T20:55:38.972Zthe corresponding env file under $HOME/.cargo.
612026-06-25T20:55:38.972Z
622026-06-25T20:55:38.972ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T20:55:38.972Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T20:55:38.972Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T20:55:38.972Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T20:55:38.972Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T20:55:38.972Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T20:55:38.972Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T20:55:38.976Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T20:55:38.976Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T20:55:39.049Z+ rustup --version
722026-06-25T20:55:39.061Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T20:55:39.064Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T20:55:39.080Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-25T20:55:39.084Z+ cargo --version
762026-06-25T20:55:39.095Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-25T20:55:39.099Z+ rustc --version
782026-06-25T20:55:39.118Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-25T20:55:39.122Zprocess exited: duration 16535 ms, exit code 0
 
802026-06-25T20:55:39.128Zstarting task 2: "authentication"
812026-06-25T20:55:39.144Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T20:55:39.151Zstarting task 3: "clone repository"
832026-06-25T20:55:39.154Z+ mkdir -p /work/oxidecomputer/propolis
842026-06-25T20:55:39.157Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-06-25T20:55:39.187ZCloning into '/work/oxidecomputer/propolis'...
862026-06-25T20:55:40.246Z+ cd /work/oxidecomputer/propolis
872026-06-25T20:55:40.246Z+ git fetch origin 73d70e92292a3615ad6355dbd822b976c131f18b
882026-06-25T20:55:40.502ZFrom https://github.com/oxidecomputer/propolis
892026-06-25T20:55:40.502Z * branch 73d70e92292a3615ad6355dbd822b976c131f18b -> FETCH_HEAD
902026-06-25T20:55:40.507Z+ [[ -n alan/more-updates ]]
912026-06-25T20:55:40.512Z++ git branch --show-current
922026-06-25T20:55:40.512Z+ current=master
932026-06-25T20:55:40.512Z+ [[ master != alan/more-updates ]]
942026-06-25T20:55:40.512Z+ git branch -f alan/more-updates 73d70e92292a3615ad6355dbd822b976c131f18b
952026-06-25T20:55:40.515Z+ git checkout -f alan/more-updates
962026-06-25T20:55:40.533ZSwitched to branch 'alan/more-updates'
972026-06-25T20:55:40.535Z+ git reset --hard 73d70e92292a3615ad6355dbd822b976c131f18b
982026-06-25T20:55:40.539ZHEAD is now at 73d70e92 Bring in Crucible fix for pantry job ID collision
992026-06-25T20:55:40.541Zprocess exited: duration 1388 ms, exit code 0
 
1002026-06-25T20:55:40.547Zstarting task 4: "build"
1012026-06-25T20:55:40.556ZCloning into './gate_src'...
1022026-06-25T20:56:54.991ZUpdating files: 37% (18648/49548) Updating files: 38% (18829/49548) Updating files: 39% (19324/49548) Updating files: 40% (19820/49548) Updating files: 41% (20315/49548) Updating files: 42% (20811/49548) Updating files: 43% (21306/49548) Updating files: 44% (21802/49548) Updating files: 45% (22297/49548) Updating files: 46% (22793/49548) Updating files: 47% (23288/49548) Updating files: 48% (23784/49548) Updating files: 49% (24279/49548) Updating files: 50% (24774/49548) Updating files: 51% (25270/49548) Updating files: 52% (25765/49548) Updating files: 53% (26261/49548) Updating files: 54% (26756/49548) Updating files: 55% (27252/49548) Updating files: 56% (27747/49548) Updating files: 57% (28243/49548) Updating files: 58% (28738/49548) Updating files: 59% (29234/49548) Updating files: 60% (29729/49548) Updating files: 61% (30225/49548) Updating files: 62% (30720/49548) Updating files: 63% (31216/49548) Updating files: 64% (31711/49548) Updating files: 65% (32207/49548) Updating files: 66% (32702/49548) Updating files: 67% (33198/49548) Updating files: 68% (33693/49548) Updating files: 69% (34189/49548) Updating files: 70% (34684/49548) Updating files: 71% (35180/49548) Updating files: 72% (35675/49548) Updating files: 73% (36171/49548) Updating files: 74% (36666/49548) Updating files: 75% (37161/49548) Updating files: 76% (37657/49548) Updating files: 77% (38152/49548) Updating files: 78% (38648/49548) Updating files: 79% (39143/49548) Updating files: 80% (39639/49548) Updating files: 81% (40134/49548) Updating files: 82% (40630/49548) Updating files: 83% (41125/49548) Updating files: 84% (41621/49548) Updating files: 85% (42116/49548) Updating files: 85% (42246/49548) Updating files: 86% (42612/49548) Updating files: 87% (43107/49548) Updating files: 88% (43603/49548) Updating files: 89% (44098/49548) Updating files: 90% (44594/49548) Updating files: 91% (45089/49548) Updating files: 92% (45585/49548) Updating files: 93% (46080/49548) Updating files: 94% (46576/49548) Updating files: 95% (47071/49548) Updating files: 96% (47567/49548) Updating files: 97% (48062/49548) Updating files: 98% (48558/49548) Updating files: 99% (49053/49548) Updating files: 100% (49548/49548) Updating files: 100% (49548/49548), done.
1032026-06-25T20:56:55.062ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-06-25T20:56:55.090Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-06-25T20:56:55.154Z Updating crates.io index
1062026-06-25T20:56:55.710Z Locking 44 packages to latest compatible versions
1072026-06-25T20:56:55.714Z Adding strum v0.25.0 (available: v0.28.0)
1082026-06-25T20:56:55.718Z Downloading crates ...
1092026-06-25T20:56:55.764Z Downloaded term v0.6.1
1102026-06-25T20:56:55.769Z Downloaded zmij v1.0.21
1112026-06-25T20:56:55.772Z Downloaded dirs v2.0.2
1122026-06-25T20:56:55.776Z Downloaded unicode-ident v1.0.24
1132026-06-25T20:56:55.794Z Downloaded proc-macro2 v1.0.106
1142026-06-25T20:56:55.800Z Downloaded serde_core v1.0.228
1152026-06-25T20:56:55.803Z Downloaded itoa v1.0.18
1162026-06-25T20:56:55.803Z Downloaded dirs-sys v0.3.7
1172026-06-25T20:56:55.806Z Downloaded garando_errors v0.1.0
1182026-06-25T20:56:55.810Z Downloaded rustc_version v0.4.1
1192026-06-25T20:56:55.810Z Downloaded find-msvc-tools v0.1.9
1202026-06-25T20:56:55.810Z Downloaded unicode-xid v0.2.6
1212026-06-25T20:56:55.816Z Downloaded strum_macros v0.26.4
1222026-06-25T20:56:55.819Z Downloaded strum v0.26.3
1232026-06-25T20:56:55.819Z Downloaded cfg-if v0.1.10
1242026-06-25T20:56:55.823Z Downloaded quote v1.0.46
1252026-06-25T20:56:55.826Z Downloaded semver v1.0.28
1262026-06-25T20:56:55.826Z Downloaded heck v0.5.0
1272026-06-25T20:56:55.829Z Downloaded cc v1.2.65
1282026-06-25T20:56:55.832Z Downloaded rustversion v1.0.22
1292026-06-25T20:56:55.838Z Downloaded strum v0.25.0
1302026-06-25T20:56:55.841Z Downloaded log v0.4.33
1312026-06-25T20:56:55.842Z Downloaded ctest2 v0.4.10
1322026-06-25T20:56:55.845Z Downloaded shlex v2.0.1
1332026-06-25T20:56:55.848Z Downloaded garando_pos v0.1.0
1342026-06-25T20:56:55.852Z Downloaded serde_json v1.0.150
1352026-06-25T20:56:55.856Z Downloaded serde_derive v1.0.228
1362026-06-25T20:56:55.859Z Downloaded bitflags v1.3.2
1372026-06-25T20:56:55.863Z Downloaded serde v1.0.228
1382026-06-25T20:56:55.867Z Downloaded memchr v2.8.2
1392026-06-25T20:56:55.894Z Downloaded garando_syntax v0.1.1
1402026-06-25T20:56:55.897Z Downloaded syn v2.0.118
1412026-06-25T20:56:55.938Z Downloaded libc v0.2.186
1422026-06-25T20:56:55.991Z Compiling proc-macro2 v1.0.106
1432026-06-25T20:56:55.991Z Compiling quote v1.0.46
1442026-06-25T20:56:55.991Z Compiling unicode-ident v1.0.24
1452026-06-25T20:56:56.018Z Compiling libc v0.2.186
1462026-06-25T20:56:56.018Z Compiling serde_core v1.0.228
1472026-06-25T20:56:56.018Z Compiling serde v1.0.228
1482026-06-25T20:56:56.018Z Compiling zmij v1.0.21
1492026-06-25T20:56:56.018Z Compiling rustversion v1.0.22
1502026-06-25T20:56:56.140Z Compiling cfg-if v0.1.10
1512026-06-25T20:56:56.195Z Compiling serde_json v1.0.150
1522026-06-25T20:56:56.403Z Compiling heck v0.5.0
1532026-06-25T20:56:56.408Z Compiling memchr v2.8.2
1542026-06-25T20:56:56.422Z Compiling itoa v1.0.18
1552026-06-25T20:56:56.578Z Compiling unicode-xid v0.2.6
1562026-06-25T20:56:56.589Z Compiling find-msvc-tools v0.1.9
1572026-06-25T20:56:56.650Z Compiling semver v1.0.28
1582026-06-25T20:56:56.674Z Compiling bitflags v1.3.2
1592026-06-25T20:56:56.733Z Compiling dirs-sys v0.3.7
1602026-06-25T20:56:56.759Z Compiling shlex v2.0.1
1612026-06-25T20:56:56.814Z Compiling log v0.4.33
1622026-06-25T20:56:56.923Z Compiling dirs v2.0.2
1632026-06-25T20:56:56.923Z Compiling cc v1.2.65
1642026-06-25T20:56:56.946Z Compiling rustc_version v0.4.1
1652026-06-25T20:56:56.960Z Compiling strum v0.25.0
1662026-06-25T20:56:56.983Z Compiling term v0.6.1
1672026-06-25T20:56:57.162Z Compiling syn v2.0.118
1682026-06-25T20:56:58.747Z Compiling serde_derive v1.0.228
1692026-06-25T20:56:58.747Z Compiling strum_macros v0.26.4
1702026-06-25T20:56:59.772Z Compiling strum v0.26.3
1712026-06-25T20:56:59.834Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-06-25T20:57:00.800Z Compiling garando_pos v0.1.0
1732026-06-25T20:57:01.071Z Compiling garando_errors v0.1.0
1742026-06-25T20:57:01.450Z Compiling garando_syntax v0.1.1
1752026-06-25T20:57:05.441Z Compiling ctest2 v0.4.10
1762026-06-25T20:57:06.060Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-06-25T20:57:08.320Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.25s
1782026-06-25T20:57:08.340Z Running test/main.rs (target/debug/deps/main-17b850d698cdd938)
1792026-06-25T20:57:08.343ZRUNNING ALL TESTS
1802026-06-25T20:57:08.343ZPASSED 1185 tests
1812026-06-25T20:57:08.349ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-06-25T20:57:08.408Z Updating crates.io index
1832026-06-25T20:57:08.573Z Locking 39 packages to latest compatible versions
1842026-06-25T20:57:08.613Z Compiling proc-macro2 v1.0.106
1852026-06-25T20:57:08.613Z Compiling unicode-ident v1.0.24
1862026-06-25T20:57:08.613Z Compiling quote v1.0.46
1872026-06-25T20:57:08.616Z Compiling libc v0.2.186
1882026-06-25T20:57:08.616Z Compiling serde_core v1.0.228
1892026-06-25T20:57:08.617Z Compiling serde v1.0.228
1902026-06-25T20:57:08.617Z Compiling cfg-if v0.1.10
1912026-06-25T20:57:08.617Z Compiling zmij v1.0.21
1922026-06-25T20:57:08.671Z Compiling serde_json v1.0.150
1932026-06-25T20:57:08.717Z Compiling unicode-xid v0.2.6
1942026-06-25T20:57:08.811Z Compiling memchr v2.8.2
1952026-06-25T20:57:08.877Z Compiling itoa v1.0.18
1962026-06-25T20:57:08.904Z Compiling shlex v2.0.1
1972026-06-25T20:57:08.928Z Compiling log v0.4.33
1982026-06-25T20:57:09.025Z Compiling find-msvc-tools v0.1.9
1992026-06-25T20:57:09.054Z Compiling bitflags v1.3.2
2002026-06-25T20:57:09.075Z Compiling semver v1.0.28
2012026-06-25T20:57:09.152Z Compiling cc v1.2.65
2022026-06-25T20:57:09.273Z Compiling rustc_version v0.4.1
2032026-06-25T20:57:09.299Z Compiling dirs-sys v0.3.7
2042026-06-25T20:57:09.303Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2052026-06-25T20:57:09.405Z Compiling dirs v2.0.2
2062026-06-25T20:57:09.474Z Compiling term v0.6.1
2072026-06-25T20:57:09.676Z Compiling syn v2.0.118
2082026-06-25T20:57:10.926Z Compiling serde_derive v1.0.228
2092026-06-25T20:57:12.790Z Compiling garando_pos v0.1.0
2102026-06-25T20:57:13.049Z Compiling garando_errors v0.1.0
2112026-06-25T20:57:13.421Z Compiling garando_syntax v0.1.1
2122026-06-25T20:57:17.417Z Compiling ctest2 v0.4.10
2132026-06-25T20:57:18.043Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-06-25T20:57:18.938Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.58s
2152026-06-25T20:57:18.953Z Running test/main.rs (target/debug/deps/main-4706806fff72ae66)
2162026-06-25T20:57:18.956ZRUNNING ALL TESTS
2172026-06-25T20:57:18.956ZPASSED 90 tests
2182026-06-25T20:57:18.959ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-06-25T20:57:19.018Z Updating crates.io index
2202026-06-25T20:57:19.184Z Locking 41 packages to latest compatible versions
2212026-06-25T20:57:19.226Z Compiling libc v0.2.186
2222026-06-25T20:57:19.226Z Compiling proc-macro2 v1.0.106
2232026-06-25T20:57:19.226Z Compiling quote v1.0.46
2242026-06-25T20:57:19.226Z Compiling unicode-ident v1.0.24
2252026-06-25T20:57:19.226Z Compiling serde_core v1.0.228
2262026-06-25T20:57:19.226Z Compiling serde v1.0.228
2272026-06-25T20:57:19.229Z Compiling cfg-if v0.1.10
2282026-06-25T20:57:19.230Z Compiling zmij v1.0.21
2292026-06-25T20:57:19.288Z Compiling serde_json v1.0.150
2302026-06-25T20:57:19.334Z Compiling itoa v1.0.18
2312026-06-25T20:57:19.492Z Compiling unicode-xid v0.2.6
2322026-06-25T20:57:19.501Z Compiling memchr v2.8.2
2332026-06-25T20:57:19.523Z Compiling shlex v2.0.1
2342026-06-25T20:57:19.544Z Compiling bitflags v1.3.2
2352026-06-25T20:57:19.586Z Compiling semver v1.0.28
2362026-06-25T20:57:19.598Z Compiling find-msvc-tools v0.1.9
2372026-06-25T20:57:19.679Z Compiling log v0.4.33
2382026-06-25T20:57:19.754Z Compiling cc v1.2.65
2392026-06-25T20:57:19.811Z Compiling rustc_version v0.4.1
2402026-06-25T20:57:19.906Z Compiling dirs-sys v0.3.7
2412026-06-25T20:57:19.907Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-06-25T20:57:20.002Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2432026-06-25T20:57:20.031Z Compiling dirs v2.0.2
2442026-06-25T20:57:20.091Z Compiling term v0.6.1
2452026-06-25T20:57:20.094Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2462026-06-25T20:57:20.273Z Compiling syn v2.0.118
2472026-06-25T20:57:21.544Z Compiling serde_derive v1.0.228
2482026-06-25T20:57:23.427Z Compiling garando_pos v0.1.0
2492026-06-25T20:57:23.685Z Compiling garando_errors v0.1.0
2502026-06-25T20:57:24.047Z Compiling garando_syntax v0.1.1
2512026-06-25T20:57:28.025Z Compiling ctest2 v0.4.10
2522026-06-25T20:57:28.646Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-06-25T20:57:29.652Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.68s
2542026-06-25T20:57:29.668Z Running test/main.rs (target/debug/deps/main-30f386f2775cec01)
2552026-06-25T20:57:29.670ZRUNNING ALL TESTS
2562026-06-25T20:57:29.670ZPASSED 257 tests
2572026-06-25T20:57:29.677Zprocess exited: duration 109125 ms, exit code 0
 
2582026-06-25T20:57:29.683Zfound 0 output files