01KPA2DNV47YVHQWWRNE0GH5Y1: header-check

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

Buildomat Job: 01KPA2DZ0MYV7MVDAMF3MEJF1E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-16T02:38:49.631Zjob assigned to worker 01KPA2E0G6SC2AG836YEWEQ5GF [factory aws, i-0eeb9f670779b902f] (queued for 53 s)
 
22026-04-16T02:38:55.974Zstarting task 0: "setup"
32026-04-16T02:38:55.978Z++ uname -s
42026-04-16T02:38:55.981Z+ kern=SunOS
52026-04-16T02:38:55.981Z+ build_user=build
62026-04-16T02:38:55.981Z+ build_uid=12345
72026-04-16T02:38:55.981Z+ work_dir=/work
82026-04-16T02:38:55.981Z+ input_dir=/input
92026-04-16T02:38:55.981Z+ [[ 0 == 12345 ]]
102026-04-16T02:38:55.981Z+ case "$kern" in
112026-04-16T02:38:55.981Z+ groupadd -g 12345 build
122026-04-16T02:38:55.981Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-16T02:38:57.988Z+ zfs create -o mountpoint=/work rpool/work
142026-04-16T02:38:58.110Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-16T02:38:58.113Z+ home_fs=zfs
162026-04-16T02:38:58.113Z+ [[ zfs == autofs ]]
172026-04-16T02:38:58.114Z+ mkdir -p /home/build
182026-04-16T02:38:58.114Z+ chown build:build /home/build /work
192026-04-16T02:39:00.115Z+ chmod 0700 /home/build /work
202026-04-16T02:39:00.118Zprocess exited: duration 4146 ms, exit code 0
 
212026-04-16T02:39:00.125Zstarting task 1: "rust-toolchain"
222026-04-16T02:39:00.129Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-16T02:39:00.129Z * rust toolchain channel = "1.90.0"
242026-04-16T02:39:00.129Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-16T02:39:00.129Z * rust toolchain profile = "default"
262026-04-16T02:39:00.129Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-16T02:39:00.129Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-16T02:39:00.132Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-16T02:39:00.133Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-16T02:39:00.205Zinfo: downloading installer
312026-04-16T02:39:01.804Zwarn: It looks like you have an existing installation of Rust at:
322026-04-16T02:39:01.804Zwarn: /opt/ooce/bin
332026-04-16T02:39:01.804Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-16T02:39:01.805Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-16T02:39:01.805Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-16T02:39:01.805Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-16T02:39:01.805Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-16T02:39:01.805Zerror: cannot install while Rust is installed
392026-04-16T02:39:01.805Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-16T02:39:01.805Zwarn: It looks like you have an existing rustup settings file at:
412026-04-16T02:39:01.805Zwarn: /home/build/.rustup/settings.toml
422026-04-16T02:39:01.805Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-16T02:39:01.805Zwarn: instead of the one inferred from the default host triple.
442026-04-16T02:39:01.818Zinfo: profile set to default
452026-04-16T02:39:01.818Zinfo: default host triple is x86_64-unknown-illumos
462026-04-16T02:39:01.821Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-16T02:39:01.983Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-16T02:39:01.984Zinfo: downloading 6 components
492026-04-16T02:39:20.706Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-16T02:39:20.706Z
512026-04-16T02:39:20.739Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-16T02:39:20.739Z
532026-04-16T02:39:20.739Z
542026-04-16T02:39:20.739ZRust is installed now. Great!
552026-04-16T02:39:20.739Z
562026-04-16T02:39:20.739ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-16T02:39:20.739Zenvironment variable. This has not been done automatically.
582026-04-16T02:39:20.739Z
592026-04-16T02:39:20.739ZTo configure your current shell, you need to source
602026-04-16T02:39:20.739Zthe corresponding env file under $HOME/.cargo.
612026-04-16T02:39:20.739Z
622026-04-16T02:39:20.739ZThis is usually done by running one of the following (note the leading DOT):
632026-04-16T02:39:20.739Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-16T02:39:20.739Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-16T02:39:20.739Zsource "~/.cargo/env.nu" # For nushell
662026-04-16T02:39:20.739Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-16T02:39:20.739Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-16T02:39:20.739Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-16T02:39:20.743Zwarn: no default linker (`cc`) was found in your PATH
702026-04-16T02:39:20.743Zwarn: many Rust crates require a system C toolchain to build
712026-04-16T02:39:20.821Z+ rustup --version
722026-04-16T02:39:20.830Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-16T02:39:20.834Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-16T02:39:20.853Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-16T02:39:20.857Z+ cargo --version
762026-04-16T02:39:20.868Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-16T02:39:20.872Z+ rustc --version
782026-04-16T02:39:20.891Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-16T02:39:20.894Zprocess exited: duration 20766 ms, exit code 0
 
802026-04-16T02:39:20.900Zstarting task 2: "authentication"
812026-04-16T02:39:20.916Zprocess exited: duration 16 ms, exit code 0
 
822026-04-16T02:39:20.922Zstarting task 3: "clone repository"
832026-04-16T02:39:20.925Z+ mkdir -p /work/oxidecomputer/propolis
842026-04-16T02:39:20.928Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-04-16T02:39:20.957ZCloning into '/work/oxidecomputer/propolis'...
862026-04-16T02:39:22.454Z+ cd /work/oxidecomputer/propolis
872026-04-16T02:39:22.454Z+ git fetch origin 1e4fe4634cbada636af506f4ae9672a597b87dfa
882026-04-16T02:39:22.675ZFrom https://github.com/oxidecomputer/propolis
892026-04-16T02:39:22.675Z * branch 1e4fe4634cbada636af506f4ae9672a597b87dfa -> FETCH_HEAD
902026-04-16T02:39:22.682Z+ [[ -n ixi/u64-pedantics ]]
912026-04-16T02:39:22.685Z++ git branch --show-current
922026-04-16T02:39:22.685Z+ current=master
932026-04-16T02:39:22.685Z+ [[ master != ixi/u64-pedantics ]]
942026-04-16T02:39:22.685Z+ git branch -f ixi/u64-pedantics 1e4fe4634cbada636af506f4ae9672a597b87dfa
952026-04-16T02:39:22.688Z+ git checkout -f ixi/u64-pedantics
962026-04-16T02:39:22.708ZSwitched to branch 'ixi/u64-pedantics'
972026-04-16T02:39:22.710Z+ git reset --hard 1e4fe4634cbada636af506f4ae9672a597b87dfa
982026-04-16T02:39:22.713ZHEAD is now at 1e4fe46 Disk operations should be u64 not usize
992026-04-16T02:39:22.716Zprocess exited: duration 1790 ms, exit code 0
 
1002026-04-16T02:39:22.722Zstarting task 4: "build"
1012026-04-16T02:39:22.731ZCloning into './gate_src'...
1022026-04-16T02:40:06.054ZUpdating files: 38% (18976/49378) Updating files: 39% (19258/49378) Updating files: 40% (19752/49378) Updating files: 41% (20245/49378) Updating files: 42% (20739/49378) Updating files: 43% (21233/49378) Updating files: 44% (21727/49378) Updating files: 45% (22221/49378) Updating files: 46% (22714/49378) Updating files: 47% (23208/49378) Updating files: 48% (23702/49378) Updating files: 49% (24196/49378) Updating files: 50% (24689/49378) Updating files: 51% (25183/49378) Updating files: 52% (25677/49378) Updating files: 53% (26171/49378) Updating files: 54% (26665/49378) Updating files: 55% (27158/49378) Updating files: 56% (27652/49378) Updating files: 57% (28146/49378) Updating files: 58% (28640/49378) Updating files: 59% (29134/49378) Updating files: 60% (29627/49378) Updating files: 61% (30121/49378) Updating files: 62% (30615/49378) Updating files: 63% (31109/49378) Updating files: 64% (31602/49378) Updating files: 65% (32096/49378) Updating files: 66% (32590/49378) Updating files: 67% (33084/49378) Updating files: 68% (33578/49378) Updating files: 69% (34071/49378) Updating files: 70% (34565/49378) Updating files: 71% (35059/49378) Updating files: 72% (35553/49378) Updating files: 73% (36046/49378) Updating files: 74% (36540/49378) Updating files: 75% (37034/49378) Updating files: 76% (37528/49378) Updating files: 77% (38022/49378) Updating files: 78% (38515/49378) Updating files: 79% (39009/49378) Updating files: 80% (39503/49378) Updating files: 81% (39997/49378) Updating files: 82% (40490/49378) Updating files: 83% (40984/49378) Updating files: 84% (41478/49378) Updating files: 85% (41972/49378) Updating files: 85% (42342/49378) Updating files: 86% (42466/49378) Updating files: 87% (42959/49378) Updating files: 88% (43453/49378) Updating files: 89% (43947/49378) Updating files: 90% (44441/49378) Updating files: 91% (44934/49378) Updating files: 92% (45428/49378) Updating files: 93% (45922/49378) Updating files: 94% (46416/49378) Updating files: 95% (46910/49378) Updating files: 96% (47403/49378) Updating files: 97% (47897/49378) Updating files: 98% (48391/49378) Updating files: 99% (48885/49378) Updating files: 100% (49378/49378) Updating files: 100% (49378/49378), done.
1032026-04-16T02:40:06.123ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-04-16T02:40:06.150Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-04-16T02:40:06.215Z Updating crates.io index
1062026-04-16T02:40:06.605Z Locking 44 packages to latest compatible versions
1072026-04-16T02:40:06.608Z Adding strum v0.25.0 (available: v0.28.0)
1082026-04-16T02:40:06.612Z Downloading crates ...
1092026-04-16T02:40:06.667Z Downloaded bitflags v1.3.2
1102026-04-16T02:40:06.675Z Downloaded log v0.4.29
1112026-04-16T02:40:06.678Z Downloaded strum v0.26.3
1122026-04-16T02:40:06.682Z Downloaded rustc_version v0.4.1
1132026-04-16T02:40:06.685Z Downloaded heck v0.5.0
1142026-04-16T02:40:06.685Z Downloaded strum v0.25.0
1152026-04-16T02:40:06.685Z Downloaded cfg-if v0.1.10
1162026-04-16T02:40:06.685Z Downloaded dirs v2.0.2
1172026-04-16T02:40:06.690Z Downloaded itoa v1.0.18
1182026-04-16T02:40:06.693Z Downloaded unicode-xid v0.2.6
1192026-04-16T02:40:06.706Z Downloaded dirs-sys v0.3.7
1202026-04-16T02:40:06.712Z Downloaded quote v1.0.45
1212026-04-16T02:40:06.716Z Downloaded shlex v1.3.0
1222026-04-16T02:40:06.719Z Downloaded rustversion v1.0.22
1232026-04-16T02:40:06.722Z Downloaded find-msvc-tools v0.1.9
1242026-04-16T02:40:06.726Z Downloaded garando_errors v0.1.0
1252026-04-16T02:40:06.726Z Downloaded ctest2 v0.4.10
1262026-04-16T02:40:06.729Z Downloaded zmij v1.0.21
1272026-04-16T02:40:06.729Z Downloaded garando_pos v0.1.0
1282026-04-16T02:40:06.729Z Downloaded semver v1.0.28
1292026-04-16T02:40:06.736Z Downloaded strum_macros v0.26.4
1302026-04-16T02:40:06.746Z Downloaded term v0.6.1
1312026-04-16T02:40:06.749Z Downloaded unicode-ident v1.0.24
1322026-04-16T02:40:06.752Z Downloaded proc-macro2 v1.0.106
1332026-04-16T02:40:06.752Z Downloaded serde_core v1.0.228
1342026-04-16T02:40:06.762Z Downloaded serde_derive v1.0.228
1352026-04-16T02:40:06.765Z Downloaded memchr v2.8.0
1362026-04-16T02:40:06.775Z Downloaded serde v1.0.228
1372026-04-16T02:40:06.779Z Downloaded cc v1.2.60
1382026-04-16T02:40:06.787Z Downloaded serde_json v1.0.149
1392026-04-16T02:40:06.811Z Downloaded garando_syntax v0.1.1
1402026-04-16T02:40:06.817Z Downloaded syn v2.0.117
1412026-04-16T02:40:06.864Z Downloaded libc v0.2.185
1422026-04-16T02:40:06.916Z Compiling proc-macro2 v1.0.106
1432026-04-16T02:40:06.916Z Compiling unicode-ident v1.0.24
1442026-04-16T02:40:06.916Z Compiling quote v1.0.45
1452026-04-16T02:40:06.919Z Compiling libc v0.2.185
1462026-04-16T02:40:06.919Z Compiling serde_core v1.0.228
1472026-04-16T02:40:06.919Z Compiling serde v1.0.228
1482026-04-16T02:40:06.919Z Compiling rustversion v1.0.22
1492026-04-16T02:40:06.919Z Compiling cfg-if v0.1.10
1502026-04-16T02:40:07.002Z Compiling zmij v1.0.21
1512026-04-16T02:40:07.068Z Compiling serde_json v1.0.149
1522026-04-16T02:40:07.297Z Compiling memchr v2.8.0
1532026-04-16T02:40:07.318Z Compiling heck v0.5.0
1542026-04-16T02:40:07.326Z Compiling unicode-xid v0.2.6
1552026-04-16T02:40:07.416Z Compiling itoa v1.0.18
1562026-04-16T02:40:07.498Z Compiling find-msvc-tools v0.1.9
1572026-04-16T02:40:07.558Z Compiling log v0.4.29
1582026-04-16T02:40:07.578Z Compiling shlex v1.3.0
1592026-04-16T02:40:07.682Z Compiling dirs-sys v0.3.7
1602026-04-16T02:40:07.726Z Compiling bitflags v1.3.2
1612026-04-16T02:40:07.731Z Compiling semver v1.0.28
1622026-04-16T02:40:07.777Z Compiling cc v1.2.60
1632026-04-16T02:40:07.789Z Compiling strum v0.25.0
1642026-04-16T02:40:07.879Z Compiling dirs v2.0.2
1652026-04-16T02:40:07.910Z Compiling rustc_version v0.4.1
1662026-04-16T02:40:07.942Z Compiling term v0.6.1
1672026-04-16T02:40:08.098Z Compiling syn v2.0.117
1682026-04-16T02:40:09.705Z Compiling serde_derive v1.0.228
1692026-04-16T02:40:09.705Z Compiling strum_macros v0.26.4
1702026-04-16T02:40:10.711Z Compiling strum v0.26.3
1712026-04-16T02:40:10.772Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-04-16T02:40:11.749Z Compiling garando_pos v0.1.0
1732026-04-16T02:40:12.020Z Compiling garando_errors v0.1.0
1742026-04-16T02:40:12.400Z Compiling garando_syntax v0.1.1
1752026-04-16T02:40:16.410Z Compiling ctest2 v0.4.10
1762026-04-16T02:40:17.035Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-04-16T02:40:19.280Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.14s
1782026-04-16T02:40:19.299Z Running test/main.rs (target/debug/deps/main-7a0b660061974d55)
1792026-04-16T02:40:19.302ZRUNNING ALL TESTS
1802026-04-16T02:40:19.302ZPASSED 1185 tests
1812026-04-16T02:40:19.309ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-04-16T02:40:19.368Z Updating crates.io index
1832026-04-16T02:40:19.537Z Locking 39 packages to latest compatible versions
1842026-04-16T02:40:19.577Z Compiling proc-macro2 v1.0.106
1852026-04-16T02:40:19.577Z Compiling libc v0.2.185
1862026-04-16T02:40:19.577Z Compiling quote v1.0.45
1872026-04-16T02:40:19.577Z Compiling unicode-ident v1.0.24
1882026-04-16T02:40:19.577Z Compiling serde_core v1.0.228
1892026-04-16T02:40:19.577Z Compiling serde v1.0.228
1902026-04-16T02:40:19.577Z Compiling zmij v1.0.21
1912026-04-16T02:40:19.577Z Compiling cfg-if v0.1.10
1922026-04-16T02:40:19.638Z Compiling serde_json v1.0.149
1932026-04-16T02:40:19.681Z Compiling memchr v2.8.0
1942026-04-16T02:40:19.842Z Compiling unicode-xid v0.2.6
1952026-04-16T02:40:19.866Z Compiling itoa v1.0.18
1962026-04-16T02:40:19.890Z Compiling find-msvc-tools v0.1.9
1972026-04-16T02:40:19.932Z Compiling bitflags v1.3.2
1982026-04-16T02:40:19.988Z Compiling shlex v1.3.0
1992026-04-16T02:40:20.013Z Compiling log v0.4.29
2002026-04-16T02:40:20.094Z Compiling semver v1.0.28
2012026-04-16T02:40:20.098Z Compiling cc v1.2.60
2022026-04-16T02:40:20.255Z Compiling dirs-sys v0.3.7
2032026-04-16T02:40:20.255Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2042026-04-16T02:40:20.286Z Compiling rustc_version v0.4.1
2052026-04-16T02:40:20.363Z Compiling dirs v2.0.2
2062026-04-16T02:40:20.423Z Compiling term v0.6.1
2072026-04-16T02:40:20.602Z Compiling syn v2.0.117
2082026-04-16T02:40:21.860Z Compiling serde_derive v1.0.228
2092026-04-16T02:40:23.765Z Compiling garando_pos v0.1.0
2102026-04-16T02:40:24.022Z Compiling garando_errors v0.1.0
2112026-04-16T02:40:24.383Z Compiling garando_syntax v0.1.1
2122026-04-16T02:40:28.355Z Compiling ctest2 v0.4.10
2132026-04-16T02:40:28.981Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-04-16T02:40:29.874Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.55s
2152026-04-16T02:40:29.890Z Running test/main.rs (target/debug/deps/main-9fb57af901954c60)
2162026-04-16T02:40:29.893ZRUNNING ALL TESTS
2172026-04-16T02:40:29.893ZPASSED 90 tests
2182026-04-16T02:40:29.897ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-04-16T02:40:29.955Z Updating crates.io index
2202026-04-16T02:40:30.123Z Locking 41 packages to latest compatible versions
2212026-04-16T02:40:30.163Z Compiling libc v0.2.185
2222026-04-16T02:40:30.166Z Compiling proc-macro2 v1.0.106
2232026-04-16T02:40:30.166Z Compiling unicode-ident v1.0.24
2242026-04-16T02:40:30.166Z Compiling quote v1.0.45
2252026-04-16T02:40:30.166Z Compiling serde_core v1.0.228
2262026-04-16T02:40:30.166Z Compiling serde v1.0.228
2272026-04-16T02:40:30.166Z Compiling zmij v1.0.21
2282026-04-16T02:40:30.166Z Compiling cfg-if v0.1.10
2292026-04-16T02:40:30.226Z Compiling serde_json v1.0.149
2302026-04-16T02:40:30.270Z Compiling unicode-xid v0.2.6
2312026-04-16T02:40:30.370Z Compiling memchr v2.8.0
2322026-04-16T02:40:30.433Z Compiling itoa v1.0.18
2332026-04-16T02:40:30.458Z Compiling bitflags v1.3.2
2342026-04-16T02:40:30.482Z Compiling semver v1.0.28
2352026-04-16T02:40:30.508Z Compiling find-msvc-tools v0.1.9
2362026-04-16T02:40:30.587Z Compiling shlex v1.3.0
2372026-04-16T02:40:30.689Z Compiling log v0.4.29
2382026-04-16T02:40:30.718Z Compiling cc v1.2.60
2392026-04-16T02:40:30.736Z Compiling rustc_version v0.4.1
2402026-04-16T02:40:30.819Z Compiling dirs-sys v0.3.7
2412026-04-16T02:40:30.841Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-04-16T02:40:30.920Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2432026-04-16T02:40:30.923Z Compiling dirs v2.0.2
2442026-04-16T02:40:30.979Z Compiling term v0.6.1
2452026-04-16T02:40:31.009Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2462026-04-16T02:40:31.200Z Compiling syn v2.0.117
2472026-04-16T02:40:32.451Z Compiling serde_derive v1.0.228
2482026-04-16T02:40:34.341Z Compiling garando_pos v0.1.0
2492026-04-16T02:40:34.598Z Compiling garando_errors v0.1.0
2502026-04-16T02:40:34.964Z Compiling garando_syntax v0.1.1
2512026-04-16T02:40:38.964Z Compiling ctest2 v0.4.10
2522026-04-16T02:40:39.594Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-04-16T02:40:40.610Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.70s
2542026-04-16T02:40:40.626Z Running test/main.rs (target/debug/deps/main-d3ff12a397db39cb)
2552026-04-16T02:40:40.628ZRUNNING ALL TESTS
2562026-04-16T02:40:40.629ZPASSED 257 tests
2572026-04-16T02:40:40.634Zprocess exited: duration 77905 ms, exit code 0
 
2582026-04-16T02:40:40.640Zfound 0 output files