01KRH15F7A2A8CR4TB724AAHXN: header-check

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

Buildomat Job: 01KRH15R7X9WMH1C954MHK3P9C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-13T16:02:48.706Zjob assigned to worker 01KRH15W5RS6DEKN5MKRB0R3GT [factory aws, i-04ab0f612a611a04f] (queued for 45 s)
 
22026-05-13T16:02:55.319Zstarting task 0: "setup"
32026-05-13T16:02:55.323Z++ uname -s
42026-05-13T16:02:55.326Z+ kern=SunOS
52026-05-13T16:02:55.326Z+ build_user=build
62026-05-13T16:02:55.326Z+ build_uid=12345
72026-05-13T16:02:55.326Z+ work_dir=/work
82026-05-13T16:02:55.326Z+ input_dir=/input
92026-05-13T16:02:55.326Z+ [[ 0 == 12345 ]]
102026-05-13T16:02:55.326Z+ case "$kern" in
112026-05-13T16:02:55.326Z+ groupadd -g 12345 build
122026-05-13T16:02:55.326Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-13T16:02:57.331Z+ zfs create -o mountpoint=/work rpool/work
142026-05-13T16:02:57.373Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-13T16:02:57.376Z+ home_fs=zfs
162026-05-13T16:02:57.376Z+ [[ zfs == autofs ]]
172026-05-13T16:02:57.376Z+ mkdir -p /home/build
182026-05-13T16:02:57.376Z+ chown build:build /home/build /work
192026-05-13T16:02:59.377Z+ chmod 0700 /home/build /work
202026-05-13T16:02:59.380Zprocess exited: duration 4060 ms, exit code 0
 
212026-05-13T16:02:59.386Zstarting task 1: "rust-toolchain"
222026-05-13T16:02:59.389Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-13T16:02:59.389Z * rust toolchain channel = "1.90.0"
242026-05-13T16:02:59.390Z * rust toolchain profile = "default"
252026-05-13T16:02:59.390Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-13T16:02:59.390Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-13T16:02:59.393Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-13T16:02:59.393Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-13T16:02:59.393Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-13T16:02:59.511Zinfo: downloading installer
312026-05-13T16:03:00.935Zwarn: It looks like you have an existing installation of Rust at:
322026-05-13T16:03:00.936Zwarn: /opt/ooce/bin
332026-05-13T16:03:00.936Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-13T16:03:00.936Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-13T16:03:00.936Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-13T16:03:00.936Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-13T16:03:00.936Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-13T16:03:00.936Zerror: cannot install while Rust is installed
392026-05-13T16:03:00.936Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-13T16:03:00.936Zwarn: It looks like you have an existing rustup settings file at:
412026-05-13T16:03:00.936Zwarn: /home/build/.rustup/settings.toml
422026-05-13T16:03:00.936Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-13T16:03:00.936Zwarn: instead of the one inferred from the default host triple.
442026-05-13T16:03:00.949Zinfo: profile set to default
452026-05-13T16:03:00.949Zinfo: default host triple is x86_64-unknown-illumos
462026-05-13T16:03:00.952Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-13T16:03:01.091Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-13T16:03:01.094Zinfo: downloading 6 components
492026-05-13T16:03:15.161Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-13T16:03:15.161Z
512026-05-13T16:03:15.195Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-13T16:03:15.195Z
532026-05-13T16:03:15.195Z
542026-05-13T16:03:15.195ZRust is installed now. Great!
552026-05-13T16:03:15.195Z
562026-05-13T16:03:15.195ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-13T16:03:15.195Zenvironment variable. This has not been done automatically.
582026-05-13T16:03:15.195Z
592026-05-13T16:03:15.195ZTo configure your current shell, you need to source
602026-05-13T16:03:15.195Zthe corresponding env file under $HOME/.cargo.
612026-05-13T16:03:15.195Z
622026-05-13T16:03:15.195ZThis is usually done by running one of the following (note the leading DOT):
632026-05-13T16:03:15.195Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-13T16:03:15.195Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-13T16:03:15.195Zsource "~/.cargo/env.nu" # For nushell
662026-05-13T16:03:15.195Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-13T16:03:15.195Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-13T16:03:15.195Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-13T16:03:15.199Zwarn: no default linker (`cc`) was found in your PATH
702026-05-13T16:03:15.199Zwarn: many Rust crates require a system C toolchain to build
712026-05-13T16:03:15.272Z+ rustup --version
722026-05-13T16:03:15.281Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-13T16:03:15.284Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-13T16:03:15.303Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-13T16:03:15.306Z+ cargo --version
762026-05-13T16:03:15.318Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-13T16:03:15.322Z+ rustc --version
782026-05-13T16:03:15.342Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-13T16:03:15.345Zprocess exited: duration 15957 ms, exit code 0
 
802026-05-13T16:03:15.350Zstarting task 2: "authentication"
812026-05-13T16:03:15.367Zprocess exited: duration 15 ms, exit code 0
 
822026-05-13T16:03:15.373Zstarting task 3: "clone repository"
832026-05-13T16:03:15.376Z+ mkdir -p /work/oxidecomputer/propolis
842026-05-13T16:03:15.379Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-05-13T16:03:15.479ZCloning into '/work/oxidecomputer/propolis'...
862026-05-13T16:03:16.504Z+ cd /work/oxidecomputer/propolis
872026-05-13T16:03:16.504Z+ git fetch origin 2565a6ee0110041bda2c62421b88a04f92f93ed2
882026-05-13T16:03:16.771ZFrom https://github.com/oxidecomputer/propolis
892026-05-13T16:03:16.771Z * branch 2565a6ee0110041bda2c62421b88a04f92f93ed2 -> FETCH_HEAD
902026-05-13T16:03:16.775Z+ [[ -n awm/add-instance-meta ]]
912026-05-13T16:03:16.778Z++ git branch --show-current
922026-05-13T16:03:16.778Z+ current=master
932026-05-13T16:03:16.778Z+ [[ master != awm/add-instance-meta ]]
942026-05-13T16:03:16.778Z+ git branch -f awm/add-instance-meta 2565a6ee0110041bda2c62421b88a04f92f93ed2
952026-05-13T16:03:16.782Z+ git checkout -f awm/add-instance-meta
962026-05-13T16:03:16.801ZSwitched to branch 'awm/add-instance-meta'
972026-05-13T16:03:16.804Z+ git reset --hard 2565a6ee0110041bda2c62421b88a04f92f93ed2
982026-05-13T16:03:16.820ZHEAD is now at 2565a6e Actually update call site
992026-05-13T16:03:16.823Zprocess exited: duration 1447 ms, exit code 0
 
1002026-05-13T16:03:16.830Zstarting task 4: "build"
1012026-05-13T16:03:16.839ZCloning into './gate_src'...
1022026-05-13T16:03:53.583ZUpdating files: 37% (18574/49477) Updating files: 38% (18802/49477) Updating files: 39% (19297/49477) Updating files: 40% (19791/49477) Updating files: 41% (20286/49477) Updating files: 42% (20781/49477) Updating files: 43% (21276/49477) Updating files: 44% (21770/49477) Updating files: 45% (22265/49477) Updating files: 46% (22760/49477) Updating files: 47% (23255/49477) Updating files: 48% (23749/49477) Updating files: 49% (24244/49477) Updating files: 50% (24739/49477) Updating files: 51% (25234/49477) Updating files: 52% (25729/49477) Updating files: 53% (26223/49477) Updating files: 54% (26718/49477) Updating files: 55% (27213/49477) Updating files: 56% (27708/49477) Updating files: 57% (28202/49477) Updating files: 58% (28697/49477) Updating files: 59% (29192/49477) Updating files: 60% (29687/49477) Updating files: 61% (30181/49477) Updating files: 62% (30676/49477) Updating files: 63% (31171/49477) Updating files: 64% (31666/49477) Updating files: 65% (32161/49477) Updating files: 66% (32655/49477) Updating files: 67% (33150/49477) Updating files: 68% (33645/49477) Updating files: 69% (34140/49477) Updating files: 70% (34634/49477) Updating files: 71% (35129/49477) Updating files: 72% (35624/49477) Updating files: 73% (36119/49477) Updating files: 74% (36613/49477) Updating files: 75% (37108/49477) Updating files: 76% (37603/49477) Updating files: 77% (38098/49477) Updating files: 78% (38593/49477) Updating files: 79% (39087/49477) Updating files: 80% (39582/49477) Updating files: 81% (40077/49477) Updating files: 82% (40572/49477) Updating files: 83% (41066/49477) Updating files: 84% (41561/49477) Updating files: 85% (42056/49477) Updating files: 85% (42191/49477) Updating files: 86% (42551/49477) Updating files: 87% (43045/49477) Updating files: 88% (43540/49477) Updating files: 89% (44035/49477) Updating files: 90% (44530/49477) Updating files: 91% (45025/49477) Updating files: 92% (45519/49477) Updating files: 93% (46014/49477) Updating files: 94% (46509/49477) Updating files: 95% (47004/49477) Updating files: 96% (47498/49477) Updating files: 97% (47993/49477) Updating files: 98% (48488/49477) Updating files: 99% (48983/49477) Updating files: 100% (49477/49477) Updating files: 100% (49477/49477), done.
1032026-05-13T16:03:53.654ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-05-13T16:03:53.683Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-05-13T16:03:53.741Z Updating crates.io index
1062026-05-13T16:03:54.316Z Locking 44 packages to latest compatible versions
1072026-05-13T16:03:54.319Z Adding strum v0.25.0 (available: v0.28.0)
1082026-05-13T16:03:54.322Z Downloading crates ...
1092026-05-13T16:03:54.376Z Downloaded find-msvc-tools v0.1.9
1102026-05-13T16:03:54.379Z Downloaded strum v0.25.0
1112026-05-13T16:03:54.382Z Downloaded itoa v1.0.18
1122026-05-13T16:03:54.385Z Downloaded proc-macro2 v1.0.106
1132026-05-13T16:03:54.388Z Downloaded rustc_version v0.4.1
1142026-05-13T16:03:54.388Z Downloaded cfg-if v0.1.10
1152026-05-13T16:03:54.392Z Downloaded cc v1.2.62
1162026-05-13T16:03:54.395Z Downloaded semver v1.0.28
1172026-05-13T16:03:54.398Z Downloaded unicode-xid v0.2.6
1182026-05-13T16:03:54.403Z Downloaded heck v0.5.0
1192026-05-13T16:03:54.406Z Downloaded dirs-sys v0.3.7
1202026-05-13T16:03:54.409Z Downloaded strum v0.26.3
1212026-05-13T16:03:54.409Z Downloaded dirs v2.0.2
1222026-05-13T16:03:54.412Z Downloaded shlex v1.3.0
1232026-05-13T16:03:54.414Z Downloaded bitflags v1.3.2
1242026-05-13T16:03:54.418Z Downloaded term v0.6.1
1252026-05-13T16:03:54.421Z Downloaded rustversion v1.0.22
1262026-05-13T16:03:54.423Z Downloaded quote v1.0.45
1272026-05-13T16:03:54.423Z Downloaded zmij v1.0.21
1282026-05-13T16:03:54.431Z Downloaded strum_macros v0.26.4
1292026-05-13T16:03:54.437Z Downloaded serde_derive v1.0.228
1302026-05-13T16:03:54.440Z Downloaded serde_core v1.0.228
1312026-05-13T16:03:54.443Z Downloaded unicode-ident v1.0.24
1322026-05-13T16:03:54.443Z Downloaded log v0.4.29
1332026-05-13T16:03:54.446Z Downloaded serde v1.0.228
1342026-05-13T16:03:54.450Z Downloaded memchr v2.8.0
1352026-05-13T16:03:54.468Z Downloaded serde_json v1.0.149
1362026-05-13T16:03:54.481Z Downloaded syn v2.0.117
1372026-05-13T16:03:54.488Z Downloaded ctest2 v0.4.10
1382026-05-13T16:03:54.503Z Downloaded garando_pos v0.1.0
1392026-05-13T16:03:54.522Z Downloaded garando_errors v0.1.0
1402026-05-13T16:03:54.525Z Downloaded libc v0.2.186
1412026-05-13T16:03:54.542Z Downloaded garando_syntax v0.1.1
1422026-05-13T16:03:54.576Z Compiling proc-macro2 v1.0.106
1432026-05-13T16:03:54.576Z Compiling unicode-ident v1.0.24
1442026-05-13T16:03:54.580Z Compiling quote v1.0.45
1452026-05-13T16:03:54.580Z Compiling libc v0.2.186
1462026-05-13T16:03:54.580Z Compiling serde_core v1.0.228
1472026-05-13T16:03:54.580Z Compiling serde v1.0.228
1482026-05-13T16:03:54.580Z Compiling rustversion v1.0.22
1492026-05-13T16:03:54.580Z Compiling cfg-if v0.1.10
1502026-05-13T16:03:54.665Z Compiling zmij v1.0.21
1512026-05-13T16:03:54.722Z Compiling serde_json v1.0.149
1522026-05-13T16:03:54.952Z Compiling heck v0.5.0
1532026-05-13T16:03:54.977Z Compiling itoa v1.0.18
1542026-05-13T16:03:54.980Z Compiling unicode-xid v0.2.6
1552026-05-13T16:03:55.071Z Compiling memchr v2.8.0
1562026-05-13T16:03:55.132Z Compiling find-msvc-tools v0.1.9
1572026-05-13T16:03:55.132Z Compiling log v0.4.29
1582026-05-13T16:03:55.235Z Compiling semver v1.0.28
1592026-05-13T16:03:55.286Z Compiling dirs-sys v0.3.7
1602026-05-13T16:03:55.339Z Compiling shlex v1.3.0
1612026-05-13T16:03:55.351Z Compiling bitflags v1.3.2
1622026-05-13T16:03:55.409Z Compiling dirs v2.0.2
1632026-05-13T16:03:55.499Z Compiling term v0.6.1
1642026-05-13T16:03:55.507Z Compiling cc v1.2.62
1652026-05-13T16:03:55.510Z Compiling rustc_version v0.4.1
1662026-05-13T16:03:55.510Z Compiling strum v0.25.0
1672026-05-13T16:03:55.736Z Compiling syn v2.0.117
1682026-05-13T16:03:57.345Z Compiling serde_derive v1.0.228
1692026-05-13T16:03:57.345Z Compiling strum_macros v0.26.4
1702026-05-13T16:03:58.400Z Compiling strum v0.26.3
1712026-05-13T16:03:58.463Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-05-13T16:03:59.438Z Compiling garando_pos v0.1.0
1732026-05-13T16:03:59.707Z Compiling garando_errors v0.1.0
1742026-05-13T16:04:00.090Z Compiling garando_syntax v0.1.1
1752026-05-13T16:04:04.098Z Compiling ctest2 v0.4.10
1762026-05-13T16:04:04.730Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-05-13T16:04:06.927Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.26s
1782026-05-13T16:04:06.945Z Running test/main.rs (target/debug/deps/main-400fd3aff2075dc2)
1792026-05-13T16:04:06.948ZRUNNING ALL TESTS
1802026-05-13T16:04:06.948ZPASSED 1185 tests
1812026-05-13T16:04:06.954ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-05-13T16:04:07.012Z Updating crates.io index
1832026-05-13T16:04:07.177Z Locking 39 packages to latest compatible versions
1842026-05-13T16:04:07.220Z Compiling proc-macro2 v1.0.106
1852026-05-13T16:04:07.220Z Compiling libc v0.2.186
1862026-05-13T16:04:07.220Z Compiling unicode-ident v1.0.24
1872026-05-13T16:04:07.220Z Compiling quote v1.0.45
1882026-05-13T16:04:07.220Z Compiling serde_core v1.0.228
1892026-05-13T16:04:07.223Z Compiling serde v1.0.228
1902026-05-13T16:04:07.223Z Compiling cfg-if v0.1.10
1912026-05-13T16:04:07.236Z Compiling zmij v1.0.21
1922026-05-13T16:04:07.280Z Compiling serde_json v1.0.149
1932026-05-13T16:04:07.325Z Compiling unicode-xid v0.2.6
1942026-05-13T16:04:07.422Z Compiling itoa v1.0.18
1952026-05-13T16:04:07.487Z Compiling memchr v2.8.0
1962026-05-13T16:04:07.510Z Compiling log v0.4.29
1972026-05-13T16:04:07.536Z Compiling shlex v1.3.0
1982026-05-13T16:04:07.585Z Compiling bitflags v1.3.2
1992026-05-13T16:04:07.643Z Compiling find-msvc-tools v0.1.9
2002026-05-13T16:04:07.656Z Compiling semver v1.0.28
2012026-05-13T16:04:07.761Z Compiling cc v1.2.62
2022026-05-13T16:04:07.829Z Compiling rustc_version v0.4.1
2032026-05-13T16:04:07.925Z Compiling dirs-sys v0.3.7
2042026-05-13T16:04:07.932Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2052026-05-13T16:04:08.036Z Compiling dirs v2.0.2
2062026-05-13T16:04:08.097Z Compiling term v0.6.1
2072026-05-13T16:04:08.264Z Compiling syn v2.0.117
2082026-05-13T16:04:09.556Z Compiling serde_derive v1.0.228
2092026-05-13T16:04:11.465Z Compiling garando_pos v0.1.0
2102026-05-13T16:04:11.721Z Compiling garando_errors v0.1.0
2112026-05-13T16:04:12.089Z Compiling garando_syntax v0.1.1
2122026-05-13T16:04:16.108Z Compiling ctest2 v0.4.10
2132026-05-13T16:04:16.736Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-05-13T16:04:17.635Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.67s
2152026-05-13T16:04:17.649Z Running test/main.rs (target/debug/deps/main-b9bcc713d619783f)
2162026-05-13T16:04:17.653ZRUNNING ALL TESTS
2172026-05-13T16:04:17.653ZPASSED 90 tests
2182026-05-13T16:04:17.656ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-05-13T16:04:17.718Z Updating crates.io index
2202026-05-13T16:04:17.920Z Locking 41 packages to latest compatible versions
2212026-05-13T16:04:17.962Z Compiling libc v0.2.186
2222026-05-13T16:04:17.962Z Compiling proc-macro2 v1.0.106
2232026-05-13T16:04:17.962Z Compiling quote v1.0.45
2242026-05-13T16:04:17.965Z Compiling unicode-ident v1.0.24
2252026-05-13T16:04:17.965Z Compiling serde_core v1.0.228
2262026-05-13T16:04:17.965Z Compiling serde v1.0.228
2272026-05-13T16:04:17.965Z Compiling zmij v1.0.21
2282026-05-13T16:04:17.965Z Compiling cfg-if v0.1.10
2292026-05-13T16:04:18.025Z Compiling serde_json v1.0.149
2302026-05-13T16:04:18.068Z Compiling unicode-xid v0.2.6
2312026-05-13T16:04:18.165Z Compiling itoa v1.0.18
2322026-05-13T16:04:18.229Z Compiling memchr v2.8.0
2332026-05-13T16:04:18.254Z Compiling find-msvc-tools v0.1.9
2342026-05-13T16:04:18.277Z Compiling log v0.4.29
2352026-05-13T16:04:18.327Z Compiling semver v1.0.28
2362026-05-13T16:04:18.425Z Compiling shlex v1.3.0
2372026-05-13T16:04:18.463Z Compiling bitflags v1.3.2
2382026-05-13T16:04:18.496Z Compiling rustc_version v0.4.1
2392026-05-13T16:04:18.534Z Compiling cc v1.2.62
2402026-05-13T16:04:18.643Z Compiling dirs-sys v0.3.7
2412026-05-13T16:04:18.643Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-05-13T16:04:18.719Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2432026-05-13T16:04:18.746Z Compiling dirs v2.0.2
2442026-05-13T16:04:18.808Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2452026-05-13T16:04:18.811Z Compiling term v0.6.1
2462026-05-13T16:04:18.996Z Compiling syn v2.0.117
2472026-05-13T16:04:20.256Z Compiling serde_derive v1.0.228
2482026-05-13T16:04:22.157Z Compiling garando_pos v0.1.0
2492026-05-13T16:04:22.416Z Compiling garando_errors v0.1.0
2502026-05-13T16:04:22.791Z Compiling garando_syntax v0.1.1
2512026-05-13T16:04:26.857Z Compiling ctest2 v0.4.10
2522026-05-13T16:04:27.489Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-05-13T16:04:28.507Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.84s
2542026-05-13T16:04:28.522Z Running test/main.rs (target/debug/deps/main-e75440ce3fe7b2dd)
2552026-05-13T16:04:28.525ZRUNNING ALL TESTS
2562026-05-13T16:04:28.525ZPASSED 257 tests
2572026-05-13T16:04:28.530Zprocess exited: duration 71695 ms, exit code 0
 
2582026-05-13T16:04:28.537Zfound 0 output files