01KT75R5EXQA8CP418E1PE5SPW: header-check

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

Buildomat Job: 01KT75RY8ZVTW6JDVC42MS2JC6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-03T16:42:13.327Zjob assigned to worker 01KT75S2Y8G7T5Q5R489478TAD [factory aws, i-0a6086e59313f36c0] (queued for 47 s)
 
22026-06-03T16:42:20.184Zstarting task 0: "setup"
32026-06-03T16:42:20.188Z++ uname -s
42026-06-03T16:42:20.191Z+ kern=SunOS
52026-06-03T16:42:20.191Z+ build_user=build
62026-06-03T16:42:20.191Z+ build_uid=12345
72026-06-03T16:42:20.191Z+ work_dir=/work
82026-06-03T16:42:20.191Z+ input_dir=/input
92026-06-03T16:42:20.191Z+ [[ 0 == 12345 ]]
102026-06-03T16:42:20.191Z+ case "$kern" in
112026-06-03T16:42:20.191Z+ groupadd -g 12345 build
122026-06-03T16:42:20.195Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-03T16:42:22.199Z+ zfs create -o mountpoint=/work rpool/work
142026-06-03T16:42:22.331Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-03T16:42:22.334Z+ home_fs=zfs
162026-06-03T16:42:22.334Z+ [[ zfs == autofs ]]
172026-06-03T16:42:22.334Z+ mkdir -p /home/build
182026-06-03T16:42:22.334Z+ chown build:build /home/build /work
192026-06-03T16:42:24.335Z+ chmod 0700 /home/build /work
202026-06-03T16:42:24.338Zprocess exited: duration 4154 ms, exit code 0
 
212026-06-03T16:42:24.345Zstarting task 1: "rust-toolchain"
222026-06-03T16:42:24.349Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-03T16:42:24.349Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-03T16:42:24.350Z * rust toolchain channel = "1.90.0"
252026-06-03T16:42:24.350Z * rust toolchain profile = "default"
262026-06-03T16:42:24.350Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-03T16:42:24.350Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-03T16:42:24.353Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-03T16:42:24.353Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-03T16:42:24.473Zinfo: downloading installer
312026-06-03T16:42:25.797Zwarn: It looks like you have an existing installation of Rust at:
322026-06-03T16:42:25.797Zwarn: /opt/ooce/bin
332026-06-03T16:42:25.797Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-03T16:42:25.797Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-03T16:42:25.797Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-03T16:42:25.797Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-03T16:42:25.797Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-03T16:42:25.797Zerror: cannot install while Rust is installed
392026-06-03T16:42:25.797Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-03T16:42:25.798Zwarn: It looks like you have an existing rustup settings file at:
412026-06-03T16:42:25.798Zwarn: /home/build/.rustup/settings.toml
422026-06-03T16:42:25.798Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-03T16:42:25.798Zwarn: instead of the one inferred from the default host triple.
442026-06-03T16:42:25.811Zinfo: profile set to default
452026-06-03T16:42:25.811Zinfo: default host triple is x86_64-unknown-illumos
462026-06-03T16:42:25.816Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-03T16:42:25.951Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-03T16:42:25.956Zinfo: downloading 6 components
492026-06-03T16:42:41.155Z
502026-06-03T16:42:41.155Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-06-03T16:42:41.183Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-03T16:42:41.183Z
532026-06-03T16:42:41.183Z
542026-06-03T16:42:41.183ZRust is installed now. Great!
552026-06-03T16:42:41.183Z
562026-06-03T16:42:41.183ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-03T16:42:41.183Zenvironment variable. This has not been done automatically.
582026-06-03T16:42:41.183Z
592026-06-03T16:42:41.183ZTo configure your current shell, you need to source
602026-06-03T16:42:41.183Zthe corresponding env file under $HOME/.cargo.
612026-06-03T16:42:41.184Z
622026-06-03T16:42:41.187ZThis is usually done by running one of the following (note the leading DOT):
632026-06-03T16:42:41.187Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-03T16:42:41.187Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-03T16:42:41.187Zsource "~/.cargo/env.nu" # For nushell
662026-06-03T16:42:41.187Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-03T16:42:41.187Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-03T16:42:41.187Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-03T16:42:41.187Zwarn: no default linker (`cc`) was found in your PATH
702026-06-03T16:42:41.187Zwarn: many Rust crates require a system C toolchain to build
712026-06-03T16:42:41.263Z+ rustup --version
722026-06-03T16:42:41.272Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-03T16:42:41.275Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-03T16:42:41.294Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-03T16:42:41.297Z+ cargo --version
762026-06-03T16:42:41.310Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-03T16:42:41.313Z+ rustc --version
782026-06-03T16:42:41.332Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-03T16:42:41.335Zprocess exited: duration 16986 ms, exit code 0
 
802026-06-03T16:42:41.342Zstarting task 2: "authentication"
812026-06-03T16:42:41.358Zprocess exited: duration 16 ms, exit code 0
 
822026-06-03T16:42:41.365Zstarting task 3: "clone repository"
832026-06-03T16:42:41.368Z+ mkdir -p /work/oxidecomputer/propolis
842026-06-03T16:42:41.371Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-06-03T16:42:41.406ZCloning into '/work/oxidecomputer/propolis'...
862026-06-03T16:42:42.392Z+ cd /work/oxidecomputer/propolis
872026-06-03T16:42:42.393Z+ git fetch origin eab80501af4b8a5b5459098bf010190e795b3c7e
882026-06-03T16:42:42.666ZFrom https://github.com/oxidecomputer/propolis
892026-06-03T16:42:42.666Z * branch eab80501af4b8a5b5459098bf010190e795b3c7e -> FETCH_HEAD
902026-06-03T16:42:42.671Z+ [[ -n mahrens/trim ]]
912026-06-03T16:42:42.675Z++ git branch --show-current
922026-06-03T16:42:42.675Z+ current=master
932026-06-03T16:42:42.675Z+ [[ master != mahrens/trim ]]
942026-06-03T16:42:42.675Z+ git branch -f mahrens/trim eab80501af4b8a5b5459098bf010190e795b3c7e
952026-06-03T16:42:42.678Z+ git checkout -f mahrens/trim
962026-06-03T16:42:42.687ZSwitched to branch 'mahrens/trim'
972026-06-03T16:42:42.690Z+ git reset --hard eab80501af4b8a5b5459098bf010190e795b3c7e
982026-06-03T16:42:42.697ZHEAD is now at eab80501 fix nits on non-x86
992026-06-03T16:42:42.700Zprocess exited: duration 1332 ms, exit code 0
 
1002026-06-03T16:42:42.707Zstarting task 4: "build"
1012026-06-03T16:42:42.716ZCloning into './gate_src'...
1022026-06-03T16:43:24.952ZUpdating files: 37% (18614/49507) Updating files: 38% (18813/49507) Updating files: 39% (19308/49507) Updating files: 40% (19803/49507) Updating files: 41% (20298/49507) Updating files: 42% (20793/49507) Updating files: 43% (21289/49507) Updating files: 44% (21784/49507) Updating files: 45% (22279/49507) Updating files: 46% (22774/49507) Updating files: 47% (23269/49507) Updating files: 48% (23764/49507) Updating files: 49% (24259/49507) Updating files: 50% (24754/49507) Updating files: 51% (25249/49507) Updating files: 52% (25744/49507) Updating files: 53% (26239/49507) Updating files: 54% (26734/49507) Updating files: 55% (27229/49507) Updating files: 56% (27724/49507) Updating files: 57% (28219/49507) Updating files: 58% (28715/49507) Updating files: 59% (29210/49507) Updating files: 60% (29705/49507) Updating files: 61% (30200/49507) Updating files: 62% (30695/49507) Updating files: 63% (31190/49507) Updating files: 64% (31685/49507) Updating files: 65% (32180/49507) Updating files: 66% (32675/49507) Updating files: 67% (33170/49507) Updating files: 68% (33665/49507) Updating files: 69% (34160/49507) Updating files: 70% (34655/49507) Updating files: 71% (35150/49507) Updating files: 72% (35646/49507) Updating files: 73% (36141/49507) Updating files: 74% (36636/49507) Updating files: 75% (37131/49507) Updating files: 76% (37626/49507) Updating files: 77% (38121/49507) Updating files: 78% (38616/49507) Updating files: 79% (39111/49507) Updating files: 80% (39606/49507) Updating files: 81% (40101/49507) Updating files: 82% (40596/49507) Updating files: 83% (41091/49507) Updating files: 84% (41586/49507) Updating files: 85% (42081/49507) Updating files: 85% (42404/49507) Updating files: 86% (42577/49507) Updating files: 87% (43072/49507) Updating files: 88% (43567/49507) Updating files: 89% (44062/49507) Updating files: 90% (44557/49507) Updating files: 91% (45052/49507) Updating files: 92% (45547/49507) Updating files: 93% (46042/49507) Updating files: 94% (46537/49507) Updating files: 95% (47032/49507) Updating files: 96% (47527/49507) Updating files: 97% (48022/49507) Updating files: 98% (48517/49507) Updating files: 99% (49012/49507) Updating files: 100% (49507/49507) Updating files: 100% (49507/49507), done.
1032026-06-03T16:43:25.026ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-06-03T16:43:25.053Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-06-03T16:43:25.108Z Updating crates.io index
1062026-06-03T16:43:25.410Z Locking 44 packages to latest compatible versions
1072026-06-03T16:43:25.413Z Adding strum v0.25.0 (available: v0.28.0)
1082026-06-03T16:43:25.416Z Downloading crates ...
1092026-06-03T16:43:25.476Z Downloaded serde_core v1.0.228
1102026-06-03T16:43:25.480Z Downloaded unicode-xid v0.2.6
1112026-06-03T16:43:25.483Z Downloaded dirs v2.0.2
1122026-06-03T16:43:25.539Z Downloaded cfg-if v0.1.10
1132026-06-03T16:43:25.539Z Downloaded itoa v1.0.18
1142026-06-03T16:43:25.539Z Downloaded rustc_version v0.4.1
1152026-06-03T16:43:25.539Z Downloaded heck v0.5.0
1162026-06-03T16:43:25.539Z Downloaded dirs-sys v0.3.7
1172026-06-03T16:43:25.539Z Downloaded strum v0.25.0
1182026-06-03T16:43:25.539Z Downloaded semver v1.0.28
1192026-06-03T16:43:25.539Z Downloaded rustversion v1.0.22
1202026-06-03T16:43:25.539Z Downloaded term v0.6.1
1212026-06-03T16:43:25.539Z Downloaded strum v0.26.3
1222026-06-03T16:43:25.540Z Downloaded zmij v1.0.21
1232026-06-03T16:43:25.540Z Downloaded quote v1.0.45
1242026-06-03T16:43:25.540Z Downloaded find-msvc-tools v0.1.9
1252026-06-03T16:43:25.540Z Downloaded strum_macros v0.26.4
1262026-06-03T16:43:25.540Z Downloaded garando_errors v0.1.0
1272026-06-03T16:43:25.540Z Downloaded shlex v2.0.1
1282026-06-03T16:43:25.540Z Downloaded bitflags v1.3.2
1292026-06-03T16:43:25.540Z Downloaded cc v1.2.63
1302026-06-03T16:43:25.543Z Downloaded garando_pos v0.1.0
1312026-06-03T16:43:25.544Z Downloaded ctest2 v0.4.10
1322026-06-03T16:43:25.546Z Downloaded serde v1.0.228
1332026-06-03T16:43:25.546Z Downloaded log v0.4.31
1342026-06-03T16:43:25.549Z Downloaded serde_derive v1.0.228
1352026-06-03T16:43:25.549Z Downloaded unicode-ident v1.0.24
1362026-06-03T16:43:25.558Z Downloaded proc-macro2 v1.0.106
1372026-06-03T16:43:25.568Z Downloaded memchr v2.8.1
1382026-06-03T16:43:25.588Z Downloaded serde_json v1.0.150
1392026-06-03T16:43:25.595Z Downloaded garando_syntax v0.1.1
1402026-06-03T16:43:25.610Z Downloaded syn v2.0.117
1412026-06-03T16:43:25.643Z Downloaded libc v0.2.186
1422026-06-03T16:43:25.695Z Compiling proc-macro2 v1.0.106
1432026-06-03T16:43:25.695Z Compiling unicode-ident v1.0.24
1442026-06-03T16:43:25.695Z Compiling quote v1.0.45
1452026-06-03T16:43:25.701Z Compiling libc v0.2.186
1462026-06-03T16:43:25.701Z Compiling serde_core v1.0.228
1472026-06-03T16:43:25.701Z Compiling serde v1.0.228
1482026-06-03T16:43:25.701Z Compiling zmij v1.0.21
1492026-06-03T16:43:25.701Z Compiling rustversion v1.0.22
1502026-06-03T16:43:25.852Z Compiling cfg-if v0.1.10
1512026-06-03T16:43:25.905Z Compiling serde_json v1.0.150
1522026-06-03T16:43:26.106Z Compiling itoa v1.0.18
1532026-06-03T16:43:26.109Z Compiling unicode-xid v0.2.6
1542026-06-03T16:43:26.132Z Compiling memchr v2.8.1
1552026-06-03T16:43:26.202Z Compiling heck v0.5.0
1562026-06-03T16:43:26.266Z Compiling bitflags v1.3.2
1572026-06-03T16:43:26.321Z Compiling find-msvc-tools v0.1.9
1582026-06-03T16:43:26.363Z Compiling shlex v2.0.1
1592026-06-03T16:43:26.390Z Compiling semver v1.0.28
1602026-06-03T16:43:26.468Z Compiling dirs-sys v0.3.7
1612026-06-03T16:43:26.530Z Compiling log v0.4.31
1622026-06-03T16:43:26.544Z Compiling cc v1.2.63
1632026-06-03T16:43:26.659Z Compiling dirs v2.0.2
1642026-06-03T16:43:26.662Z Compiling rustc_version v0.4.1
1652026-06-03T16:43:26.684Z Compiling strum v0.25.0
1662026-06-03T16:43:26.720Z Compiling term v0.6.1
1672026-06-03T16:43:26.867Z Compiling syn v2.0.117
1682026-06-03T16:43:28.396Z Compiling serde_derive v1.0.228
1692026-06-03T16:43:28.396Z Compiling strum_macros v0.26.4
1702026-06-03T16:43:29.420Z Compiling strum v0.26.3
1712026-06-03T16:43:29.481Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-06-03T16:43:30.485Z Compiling garando_pos v0.1.0
1732026-06-03T16:43:30.753Z Compiling garando_errors v0.1.0
1742026-06-03T16:43:31.132Z Compiling garando_syntax v0.1.1
1752026-06-03T16:43:35.217Z Compiling ctest2 v0.4.10
1762026-06-03T16:43:35.845Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-06-03T16:43:38.173Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.13s
1782026-06-03T16:43:38.192Z Running test/main.rs (target/debug/deps/main-0301e7107892984e)
1792026-06-03T16:43:38.195ZRUNNING ALL TESTS
1802026-06-03T16:43:38.195ZPASSED 1185 tests
1812026-06-03T16:43:38.201ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-06-03T16:43:38.262Z Updating crates.io index
1832026-06-03T16:43:38.418Z Locking 39 packages to latest compatible versions
1842026-06-03T16:43:38.458Z Compiling proc-macro2 v1.0.106
1852026-06-03T16:43:38.459Z Compiling quote v1.0.45
1862026-06-03T16:43:38.459Z Compiling unicode-ident v1.0.24
1872026-06-03T16:43:38.459Z Compiling libc v0.2.186
1882026-06-03T16:43:38.459Z Compiling serde_core v1.0.228
1892026-06-03T16:43:38.462Z Compiling serde v1.0.228
1902026-06-03T16:43:38.462Z Compiling cfg-if v0.1.10
1912026-06-03T16:43:38.471Z Compiling zmij v1.0.21
1922026-06-03T16:43:38.520Z Compiling serde_json v1.0.150
1932026-06-03T16:43:38.569Z Compiling itoa v1.0.18
1942026-06-03T16:43:38.726Z Compiling memchr v2.8.1
1952026-06-03T16:43:38.736Z Compiling unicode-xid v0.2.6
1962026-06-03T16:43:38.749Z Compiling shlex v2.0.1
1972026-06-03T16:43:38.774Z Compiling bitflags v1.3.2
1982026-06-03T16:43:38.823Z Compiling log v0.4.31
1992026-06-03T16:43:38.828Z Compiling semver v1.0.28
2002026-06-03T16:43:38.903Z Compiling find-msvc-tools v0.1.9
2012026-06-03T16:43:38.995Z Compiling rustc_version v0.4.1
2022026-06-03T16:43:39.027Z Compiling cc v1.2.63
2032026-06-03T16:43:39.154Z Compiling dirs-sys v0.3.7
2042026-06-03T16:43:39.154Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2052026-06-03T16:43:39.265Z Compiling dirs v2.0.2
2062026-06-03T16:43:39.324Z Compiling term v0.6.1
2072026-06-03T16:43:39.518Z Compiling syn v2.0.117
2082026-06-03T16:43:40.765Z Compiling serde_derive v1.0.228
2092026-06-03T16:43:42.664Z Compiling garando_pos v0.1.0
2102026-06-03T16:43:42.925Z Compiling garando_errors v0.1.0
2112026-06-03T16:43:43.289Z Compiling garando_syntax v0.1.1
2122026-06-03T16:43:47.311Z Compiling ctest2 v0.4.10
2132026-06-03T16:43:47.933Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-06-03T16:43:48.861Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.65s
2152026-06-03T16:43:48.906Z Running test/main.rs (target/debug/deps/main-68ba478510298686)
2162026-06-03T16:43:48.911ZRUNNING ALL TESTS
2172026-06-03T16:43:48.911ZPASSED 90 tests
2182026-06-03T16:43:48.911ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-06-03T16:43:48.940Z Updating crates.io index
2202026-06-03T16:43:49.102Z Locking 41 packages to latest compatible versions
2212026-06-03T16:43:49.143Z Compiling libc v0.2.186
2222026-06-03T16:43:49.143Z Compiling proc-macro2 v1.0.106
2232026-06-03T16:43:49.143Z Compiling quote v1.0.45
2242026-06-03T16:43:49.143Z Compiling unicode-ident v1.0.24
2252026-06-03T16:43:49.146Z Compiling serde_core v1.0.228
2262026-06-03T16:43:49.146Z Compiling serde v1.0.228
2272026-06-03T16:43:49.146Z Compiling zmij v1.0.21
2282026-06-03T16:43:49.146Z Compiling cfg-if v0.1.10
2292026-06-03T16:43:49.204Z Compiling serde_json v1.0.150
2302026-06-03T16:43:49.248Z Compiling memchr v2.8.1
2312026-06-03T16:43:49.407Z Compiling itoa v1.0.18
2322026-06-03T16:43:49.432Z Compiling unicode-xid v0.2.6
2332026-06-03T16:43:49.458Z Compiling log v0.4.31
2342026-06-03T16:43:49.520Z Compiling find-msvc-tools v0.1.9
2352026-06-03T16:43:49.560Z Compiling shlex v2.0.1
2362026-06-03T16:43:49.612Z Compiling bitflags v1.3.2
2372026-06-03T16:43:49.665Z Compiling semver v1.0.28
2382026-06-03T16:43:49.708Z Compiling cc v1.2.63
2392026-06-03T16:43:49.794Z Compiling dirs-sys v0.3.7
2402026-06-03T16:43:49.794Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2412026-06-03T16:43:49.826Z Compiling rustc_version v0.4.1
2422026-06-03T16:43:49.873Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2432026-06-03T16:43:49.899Z Compiling dirs v2.0.2
2442026-06-03T16:43:49.959Z Compiling term v0.6.1
2452026-06-03T16:43:49.967Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2462026-06-03T16:43:50.182Z Compiling syn v2.0.117
2472026-06-03T16:43:51.423Z Compiling serde_derive v1.0.228
2482026-06-03T16:43:53.313Z Compiling garando_pos v0.1.0
2492026-06-03T16:43:53.577Z Compiling garando_errors v0.1.0
2502026-06-03T16:43:53.956Z Compiling garando_syntax v0.1.1
2512026-06-03T16:43:57.969Z Compiling ctest2 v0.4.10
2522026-06-03T16:43:58.595Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-06-03T16:43:59.608Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.70s
2542026-06-03T16:43:59.671Z Running test/main.rs (target/debug/deps/main-e1713a35f897b1d1)
2552026-06-03T16:43:59.671ZRUNNING ALL TESTS
2562026-06-03T16:43:59.671ZPASSED 257 tests
2572026-06-03T16:43:59.671Zprocess exited: duration 76901 ms, exit code 0
 
2582026-06-03T16:43:59.679Zfound 0 output files