01KXSEAXB6ZTG08JBEP59F16JS: header-check

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

Buildomat Job: 01KXSEB7RB2HD36PCBXQFJM37B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-18T01:45:35.811Zjob assigned to worker 01KXSEBCVA2ZYWQRA10Q3M185N [factory aws, i-0f5f324e3c38d2274] (queued for 56 s)
 
22026-07-18T01:45:42.557Zstarting task 0: "setup"
32026-07-18T01:45:42.561Z++ uname -s
42026-07-18T01:45:42.564Z+ kern=SunOS
52026-07-18T01:45:42.564Z+ build_user=build
62026-07-18T01:45:42.564Z+ build_uid=12345
72026-07-18T01:45:42.564Z+ work_dir=/work
82026-07-18T01:45:42.564Z+ input_dir=/input
92026-07-18T01:45:42.564Z+ [[ 0 == 12345 ]]
102026-07-18T01:45:42.564Z+ case "$kern" in
112026-07-18T01:45:42.564Z+ groupadd -g 12345 build
122026-07-18T01:45:42.567Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-18T01:45:44.572Z+ zfs create -o mountpoint=/work rpool/work
142026-07-18T01:45:44.672Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-18T01:45:44.675Z+ home_fs=zfs
162026-07-18T01:45:44.675Z+ [[ zfs == autofs ]]
172026-07-18T01:45:44.675Z+ mkdir -p /home/build
182026-07-18T01:45:44.675Z+ chown build:build /home/build /work
192026-07-18T01:45:46.677Z+ chmod 0700 /home/build /work
202026-07-18T01:45:46.681Zprocess exited: duration 4124 ms, exit code 0
 
212026-07-18T01:45:46.688Zstarting task 1: "rust-toolchain"
222026-07-18T01:45:46.692Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-18T01:45:46.692Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-18T01:45:46.693Z * rust toolchain channel = "1.90.0"
252026-07-18T01:45:46.693Z * rust toolchain profile = "default"
262026-07-18T01:45:46.696Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-18T01:45:46.697Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-18T01:45:46.697Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-18T01:45:46.697Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-18T01:45:46.794Zinfo: downloading installer
312026-07-18T01:45:48.083Zwarn: It looks like you have an existing installation of Rust at:
322026-07-18T01:45:48.084Zwarn: /opt/ooce/bin
332026-07-18T01:45:48.084Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-18T01:45:48.084Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-18T01:45:48.151Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-18T01:45:48.151Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-18T01:45:48.151Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-18T01:45:48.151Zerror: cannot install while Rust is installed
392026-07-18T01:45:48.151Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-18T01:45:48.151Zwarn: It looks like you have an existing rustup settings file at:
412026-07-18T01:45:48.151Zwarn: /home/build/.rustup/settings.toml
422026-07-18T01:45:48.152Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-18T01:45:48.152Zwarn: instead of the one inferred from the default host triple.
442026-07-18T01:45:48.152Zinfo: profile set to default
452026-07-18T01:45:48.152Zinfo: default host triple is x86_64-unknown-illumos
462026-07-18T01:45:48.152Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-07-18T01:45:48.245Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-07-18T01:45:48.249Zinfo: downloading 6 components
492026-07-18T01:46:02.101Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-07-18T01:46:02.101Z
512026-07-18T01:46:02.136Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-07-18T01:46:02.136Z
532026-07-18T01:46:02.136Z
542026-07-18T01:46:02.136ZRust is installed now. Great!
552026-07-18T01:46:02.136Z
562026-07-18T01:46:02.136ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-18T01:46:02.136Zenvironment variable. This has not been done automatically.
582026-07-18T01:46:02.136Z
592026-07-18T01:46:02.136ZTo configure your current shell, you need to source
602026-07-18T01:46:02.136Zthe corresponding env file under $HOME/.cargo.
612026-07-18T01:46:02.136Z
622026-07-18T01:46:02.136ZThis is usually done by running one of the following (note the leading DOT):
632026-07-18T01:46:02.136Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-18T01:46:02.136Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-18T01:46:02.136Zsource "~/.cargo/env.nu" # For nushell
662026-07-18T01:46:02.137Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-18T01:46:02.137Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-18T01:46:02.137Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-18T01:46:02.140Zwarn: no default linker (`cc`) was found in your PATH
702026-07-18T01:46:02.140Zwarn: many Rust crates require a system C toolchain to build
712026-07-18T01:46:02.226Z+ rustup --version
722026-07-18T01:46:02.235Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-18T01:46:02.238Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-18T01:46:02.257Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-07-18T01:46:02.260Z+ cargo --version
762026-07-18T01:46:02.272Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-07-18T01:46:02.275Z+ rustc --version
782026-07-18T01:46:02.294Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-07-18T01:46:02.297Zprocess exited: duration 15606 ms, exit code 0
 
802026-07-18T01:46:02.303Zstarting task 2: "authentication"
812026-07-18T01:46:02.319Zprocess exited: duration 15 ms, exit code 0
 
822026-07-18T01:46:02.324Zstarting task 3: "clone repository"
832026-07-18T01:46:02.327Z+ mkdir -p /work/oxidecomputer/propolis
842026-07-18T01:46:02.330Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-07-18T01:46:02.360ZCloning into '/work/oxidecomputer/propolis'...
862026-07-18T01:46:03.407Z+ cd /work/oxidecomputer/propolis
872026-07-18T01:46:03.407Z+ git fetch origin fa8a1934b7781a25a9032ab8bac0aec4eb66293c
882026-07-18T01:46:03.696ZFrom https://github.com/oxidecomputer/propolis
892026-07-18T01:46:03.697Z * branch fa8a1934b7781a25a9032ab8bac0aec4eb66293c -> FETCH_HEAD
902026-07-18T01:46:03.702Z+ [[ -n ixi/nvme-io-statemap ]]
912026-07-18T01:46:03.705Z++ git branch --show-current
922026-07-18T01:46:03.705Z+ current=master
932026-07-18T01:46:03.705Z+ [[ master != ixi/nvme-io-statemap ]]
942026-07-18T01:46:03.705Z+ git branch -f ixi/nvme-io-statemap fa8a1934b7781a25a9032ab8bac0aec4eb66293c
952026-07-18T01:46:03.708Z+ git checkout -f ixi/nvme-io-statemap
962026-07-18T01:46:03.728ZSwitched to branch 'ixi/nvme-io-statemap'
972026-07-18T01:46:03.731Z+ git reset --hard fa8a1934b7781a25a9032ab8bac0aec4eb66293c
982026-07-18T01:46:03.748ZHEAD is now at fa8a1934 add read states, remove empty END
992026-07-18T01:46:03.751Zprocess exited: duration 1424 ms, exit code 0
 
1002026-07-18T01:46:03.757Zstarting task 4: "build"
1012026-07-18T01:46:03.767ZCloning into './gate_src'...
1022026-07-18T01:46:57.549ZUpdating files: 37% (18359/49614) Updating files: 38% (18854/49614) Updating files: 39% (19350/49614) Updating files: 40% (19846/49614) Updating files: 41% (20342/49614) Updating files: 42% (20838/49614) Updating files: 43% (21335/49614) Updating files: 44% (21831/49614) Updating files: 45% (22327/49614) Updating files: 46% (22823/49614) Updating files: 47% (23319/49614) Updating files: 48% (23815/49614) Updating files: 49% (24311/49614) Updating files: 50% (24807/49614) Updating files: 51% (25304/49614) Updating files: 52% (25800/49614) Updating files: 53% (26296/49614) Updating files: 54% (26792/49614) Updating files: 55% (27288/49614) Updating files: 56% (27784/49614) Updating files: 57% (28280/49614) Updating files: 58% (28777/49614) Updating files: 59% (29273/49614) Updating files: 60% (29769/49614) Updating files: 61% (30265/49614) Updating files: 62% (30761/49614) Updating files: 63% (31257/49614) Updating files: 64% (31753/49614) Updating files: 65% (32250/49614) Updating files: 66% (32746/49614) Updating files: 67% (33242/49614) Updating files: 68% (33738/49614) Updating files: 69% (34234/49614) Updating files: 70% (34730/49614) Updating files: 71% (35226/49614) Updating files: 72% (35723/49614) Updating files: 73% (36219/49614) Updating files: 74% (36715/49614) Updating files: 75% (37211/49614) Updating files: 76% (37707/49614) Updating files: 77% (38203/49614) Updating files: 78% (38699/49614) Updating files: 79% (39196/49614) Updating files: 80% (39692/49614) Updating files: 81% (40188/49614) Updating files: 82% (40684/49614) Updating files: 83% (41180/49614) Updating files: 84% (41676/49614) Updating files: 85% (42172/49614) Updating files: 85% (42484/49614) Updating files: 86% (42669/49614) Updating files: 87% (43165/49614) Updating files: 88% (43661/49614) Updating files: 89% (44157/49614) Updating files: 90% (44653/49614) Updating files: 91% (45149/49614) Updating files: 92% (45645/49614) Updating files: 93% (46142/49614) Updating files: 94% (46638/49614) Updating files: 95% (47134/49614) Updating files: 96% (47630/49614) Updating files: 97% (48126/49614) Updating files: 98% (48622/49614) Updating files: 99% (49118/49614) Updating files: 100% (49614/49614) Updating files: 100% (49614/49614), done.
1032026-07-18T01:46:57.621ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-07-18T01:46:57.649Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-07-18T01:46:57.713Z Updating crates.io index
1062026-07-18T01:46:58.249Z Locking 44 packages to latest compatible versions
1072026-07-18T01:46:58.252Z Adding strum v0.25.0 (available: v0.28.0)
1082026-07-18T01:46:58.255Z Downloading crates ...
1092026-07-18T01:46:58.316Z Downloaded proc-macro2 v1.0.106
1102026-07-18T01:46:58.319Z Downloaded unicode-xid v0.2.6
1112026-07-18T01:46:58.322Z Downloaded strum v0.26.3
1122026-07-18T01:46:58.322Z Downloaded dirs-sys v0.3.7
1132026-07-18T01:46:58.322Z Downloaded itoa v1.0.18
1142026-07-18T01:46:58.326Z Downloaded cfg-if v0.1.10
1152026-07-18T01:46:58.326Z Downloaded rustc_version v0.4.1
1162026-07-18T01:46:58.326Z Downloaded strum v0.25.0
1172026-07-18T01:46:58.326Z Downloaded quote v1.0.46
1182026-07-18T01:46:58.331Z Downloaded heck v0.5.0
1192026-07-18T01:46:58.341Z Downloaded ctest2 v0.4.10
1202026-07-18T01:46:58.348Z Downloaded garando_errors v0.1.0
1212026-07-18T01:46:58.351Z Downloaded zmij v1.0.23
1222026-07-18T01:46:58.351Z Downloaded rustversion v1.0.23
1232026-07-18T01:46:58.354Z Downloaded garando_pos v0.1.0
1242026-07-18T01:46:58.356Z Downloaded find-msvc-tools v0.1.9
1252026-07-18T01:46:58.356Z Downloaded bitflags v1.3.2
1262026-07-18T01:46:58.359Z Downloaded semver v1.0.28
1272026-07-18T01:46:58.362Z Downloaded strum_macros v0.26.4
1282026-07-18T01:46:58.362Z Downloaded shlex v2.0.1
1292026-07-18T01:46:58.362Z Downloaded dirs v2.0.2
1302026-07-18T01:46:58.362Z Downloaded cc v1.2.67
1312026-07-18T01:46:58.368Z Downloaded log v0.4.33
1322026-07-18T01:46:58.371Z Downloaded term v0.6.1
1332026-07-18T01:46:58.374Z Downloaded serde_derive v1.0.228
1342026-07-18T01:46:58.378Z Downloaded serde_core v1.0.228
1352026-07-18T01:46:58.387Z Downloaded unicode-ident v1.0.24
1362026-07-18T01:46:58.390Z Downloaded serde v1.0.228
1372026-07-18T01:46:58.393Z Downloaded memchr v2.8.3
1382026-07-18T01:46:58.404Z Downloaded serde_json v1.0.150
1392026-07-18T01:46:58.423Z Downloaded garando_syntax v0.1.1
1402026-07-18T01:46:58.431Z Downloaded syn v2.0.119
1412026-07-18T01:46:58.462Z Downloaded libc v0.2.186
1422026-07-18T01:46:58.515Z Compiling proc-macro2 v1.0.106
1432026-07-18T01:46:58.515Z Compiling quote v1.0.46
1442026-07-18T01:46:58.516Z Compiling unicode-ident v1.0.24
1452026-07-18T01:46:58.520Z Compiling libc v0.2.186
1462026-07-18T01:46:58.520Z Compiling serde_core v1.0.228
1472026-07-18T01:46:58.520Z Compiling serde v1.0.228
1482026-07-18T01:46:58.520Z Compiling cfg-if v0.1.10
1492026-07-18T01:46:58.520Z Compiling rustversion v1.0.23
1502026-07-18T01:46:58.626Z Compiling zmij v1.0.23
1512026-07-18T01:46:58.682Z Compiling serde_json v1.0.150
1522026-07-18T01:46:58.916Z Compiling unicode-xid v0.2.6
1532026-07-18T01:46:58.942Z Compiling itoa v1.0.18
1542026-07-18T01:46:58.947Z Compiling memchr v2.8.3
1552026-07-18T01:46:59.010Z Compiling heck v0.5.0
1562026-07-18T01:46:59.092Z Compiling bitflags v1.3.2
1572026-07-18T01:46:59.202Z Compiling log v0.4.33
1582026-07-18T01:46:59.278Z Compiling semver v1.0.28
1592026-07-18T01:46:59.329Z Compiling dirs-sys v0.3.7
1602026-07-18T01:46:59.374Z Compiling find-msvc-tools v0.1.9
1612026-07-18T01:46:59.394Z Compiling shlex v2.0.1
1622026-07-18T01:46:59.552Z Compiling dirs v2.0.2
1632026-07-18T01:46:59.552Z Compiling cc v1.2.67
1642026-07-18T01:46:59.556Z Compiling rustc_version v0.4.1
1652026-07-18T01:46:59.654Z Compiling term v0.6.1
1662026-07-18T01:46:59.657Z Compiling strum v0.25.0
1672026-07-18T01:46:59.758Z Compiling syn v2.0.119
1682026-07-18T01:47:01.350Z Compiling serde_derive v1.0.228
1692026-07-18T01:47:01.351Z Compiling strum_macros v0.26.4
1702026-07-18T01:47:02.369Z Compiling strum v0.26.3
1712026-07-18T01:47:02.433Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-07-18T01:47:03.403Z Compiling garando_pos v0.1.0
1732026-07-18T01:47:03.664Z Compiling garando_errors v0.1.0
1742026-07-18T01:47:04.033Z Compiling garando_syntax v0.1.1
1752026-07-18T01:47:08.058Z Compiling ctest2 v0.4.10
1762026-07-18T01:47:08.686Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-07-18T01:47:10.943Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.31s
1782026-07-18T01:47:10.963Z Running test/main.rs (target/debug/deps/main-f02855ac230b1b48)
1792026-07-18T01:47:10.965ZRUNNING ALL TESTS
1802026-07-18T01:47:10.966ZPASSED 1185 tests
1812026-07-18T01:47:10.972ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-07-18T01:47:11.033Z Updating crates.io index
1832026-07-18T01:47:11.188Z Locking 39 packages to latest compatible versions
1842026-07-18T01:47:11.229Z Compiling proc-macro2 v1.0.106
1852026-07-18T01:47:11.229Z Compiling libc v0.2.186
1862026-07-18T01:47:11.229Z Compiling quote v1.0.46
1872026-07-18T01:47:11.229Z Compiling unicode-ident v1.0.24
1882026-07-18T01:47:11.229Z Compiling serde_core v1.0.228
1892026-07-18T01:47:11.232Z Compiling serde v1.0.228
1902026-07-18T01:47:11.232Z Compiling zmij v1.0.23
1912026-07-18T01:47:11.232Z Compiling cfg-if v0.1.10
1922026-07-18T01:47:11.292Z Compiling serde_json v1.0.150
1932026-07-18T01:47:11.335Z Compiling itoa v1.0.18
1942026-07-18T01:47:11.490Z Compiling memchr v2.8.3
1952026-07-18T01:47:11.496Z Compiling unicode-xid v0.2.6
1962026-07-18T01:47:11.519Z Compiling shlex v2.0.1
1972026-07-18T01:47:11.545Z Compiling find-msvc-tools v0.1.9
1982026-07-18T01:47:11.580Z Compiling semver v1.0.28
1992026-07-18T01:47:11.673Z Compiling bitflags v1.3.2
2002026-07-18T01:47:11.732Z Compiling log v0.4.33
2012026-07-18T01:47:11.756Z Compiling cc v1.2.67
2022026-07-18T01:47:11.764Z Compiling rustc_version v0.4.1
2032026-07-18T01:47:11.900Z Compiling dirs-sys v0.3.7
2042026-07-18T01:47:11.918Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2052026-07-18T01:47:12.006Z Compiling dirs v2.0.2
2062026-07-18T01:47:12.067Z Compiling term v0.6.1
2072026-07-18T01:47:12.283Z Compiling syn v2.0.119
2082026-07-18T01:47:13.540Z Compiling serde_derive v1.0.228
2092026-07-18T01:47:15.446Z Compiling garando_pos v0.1.0
2102026-07-18T01:47:15.706Z Compiling garando_errors v0.1.0
2112026-07-18T01:47:16.070Z Compiling garando_syntax v0.1.1
2122026-07-18T01:47:20.135Z Compiling ctest2 v0.4.10
2132026-07-18T01:47:20.770Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-07-18T01:47:21.675Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.69s
2152026-07-18T01:47:21.690Z Running test/main.rs (target/debug/deps/main-69cc48bf1b8a1483)
2162026-07-18T01:47:21.693ZRUNNING ALL TESTS
2172026-07-18T01:47:21.693ZPASSED 90 tests
2182026-07-18T01:47:21.697ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-07-18T01:47:21.758Z Updating crates.io index
2202026-07-18T01:47:21.919Z Locking 41 packages to latest compatible versions
2212026-07-18T01:47:21.961Z Compiling libc v0.2.186
2222026-07-18T01:47:21.961Z Compiling proc-macro2 v1.0.106
2232026-07-18T01:47:21.961Z Compiling quote v1.0.46
2242026-07-18T01:47:21.961Z Compiling unicode-ident v1.0.24
2252026-07-18T01:47:21.961Z Compiling serde_core v1.0.228
2262026-07-18T01:47:21.964Z Compiling serde v1.0.228
2272026-07-18T01:47:21.965Z Compiling zmij v1.0.23
2282026-07-18T01:47:21.965Z Compiling cfg-if v0.1.10
2292026-07-18T01:47:22.023Z Compiling serde_json v1.0.150
2302026-07-18T01:47:22.068Z Compiling itoa v1.0.18
2312026-07-18T01:47:22.225Z Compiling memchr v2.8.3
2322026-07-18T01:47:22.232Z Compiling unicode-xid v0.2.6
2332026-07-18T01:47:22.255Z Compiling find-msvc-tools v0.1.9
2342026-07-18T01:47:22.279Z Compiling bitflags v1.3.2
2352026-07-18T01:47:22.322Z Compiling log v0.4.33
2362026-07-18T01:47:22.333Z Compiling shlex v2.0.1
2372026-07-18T01:47:22.467Z Compiling semver v1.0.28
2382026-07-18T01:47:22.474Z Compiling cc v1.2.67
2392026-07-18T01:47:22.642Z Compiling dirs-sys v0.3.7
2402026-07-18T01:47:22.662Z Compiling rustc_version v0.4.1
2412026-07-18T01:47:22.674Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-07-18T01:47:22.755Z Compiling dirs v2.0.2
2432026-07-18T01:47:22.791Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2442026-07-18T01:47:22.820Z Compiling term v0.6.1
2452026-07-18T01:47:22.884Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2462026-07-18T01:47:23.006Z Compiling syn v2.0.119
2472026-07-18T01:47:24.317Z Compiling serde_derive v1.0.228
2482026-07-18T01:47:26.227Z Compiling garando_pos v0.1.0
2492026-07-18T01:47:26.490Z Compiling garando_errors v0.1.0
2502026-07-18T01:47:26.857Z Compiling garando_syntax v0.1.1
2512026-07-18T01:47:30.896Z Compiling ctest2 v0.4.10
2522026-07-18T01:47:31.528Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-07-18T01:47:32.547Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.84s
2542026-07-18T01:47:32.563Z Running test/main.rs (target/debug/deps/main-5d6f7651c5e35996)
2552026-07-18T01:47:32.566ZRUNNING ALL TESTS
2562026-07-18T01:47:32.566ZPASSED 257 tests
2572026-07-18T01:47:32.572Zprocess exited: duration 88802 ms, exit code 0
 
2582026-07-18T01:47:32.578Zfound 0 output files