01KVY2WPYNRBSSK3X3TJDRW0J0: header-check

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

Buildomat Job: 01KVY2XBHMRVEZHXVAF4E1G6J9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:30:35.344Zjob assigned to worker 01KVY2XGZQE959SDZB2HK3XZ1K [factory aws, i-039189c0cf1530261] (queued for 57 s)
 
22026-06-25T00:30:42.433Zstarting task 0: "setup"
32026-06-25T00:30:42.439Z++ uname -s
42026-06-25T00:30:42.442Z+ kern=SunOS
52026-06-25T00:30:42.442Z+ build_user=build
62026-06-25T00:30:42.442Z+ build_uid=12345
72026-06-25T00:30:42.442Z+ work_dir=/work
82026-06-25T00:30:42.442Z+ input_dir=/input
92026-06-25T00:30:42.442Z+ [[ 0 == 12345 ]]
102026-06-25T00:30:42.442Z+ case "$kern" in
112026-06-25T00:30:42.442Z+ groupadd -g 12345 build
122026-06-25T00:30:42.445Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:30:44.447Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:30:44.570Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:30:44.574Z+ home_fs=zfs
162026-06-25T00:30:44.574Z+ [[ zfs == autofs ]]
172026-06-25T00:30:44.574Z+ mkdir -p /home/build
182026-06-25T00:30:44.574Z+ chown build:build /home/build /work
192026-06-25T00:30:46.575Z+ chmod 0700 /home/build /work
202026-06-25T00:30:46.578Zprocess exited: duration 4143 ms, exit code 0
 
212026-06-25T00:30:46.584Zstarting task 1: "rust-toolchain"
222026-06-25T00:30:46.587Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-25T00:30:46.587Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T00:30:46.587Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T00:30:46.587Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T00:30:46.587Z * rust toolchain channel = "1.90.0"
272026-06-25T00:30:46.588Z * rust toolchain profile = "default"
282026-06-25T00:30:46.590Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:30:46.590Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-25T00:30:46.688Zinfo: downloading installer
312026-06-25T00:30:48.140Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T00:30:48.140Zwarn: /opt/ooce/bin
332026-06-25T00:30:48.140Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T00:30:48.141Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T00:30:48.144Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T00:30:48.144Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T00:30:48.144Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T00:30:48.144Zerror: cannot install while Rust is installed
392026-06-25T00:30:48.144Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T00:30:48.144Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T00:30:48.144Zwarn: /home/build/.rustup/settings.toml
422026-06-25T00:30:48.144Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T00:30:48.144Zwarn: instead of the one inferred from the default host triple.
442026-06-25T00:30:48.154Zinfo: profile set to default
452026-06-25T00:30:48.154Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T00:30:48.157Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-25T00:30:48.317Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-25T00:30:48.320Zinfo: downloading 6 components
492026-06-25T00:31:04.863Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-06-25T00:31:04.863Z
512026-06-25T00:31:04.889Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-25T00:31:04.889Z
532026-06-25T00:31:04.889Z
542026-06-25T00:31:04.889ZRust is installed now. Great!
552026-06-25T00:31:04.889Z
562026-06-25T00:31:04.889ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T00:31:04.889Zenvironment variable. This has not been done automatically.
582026-06-25T00:31:04.889Z
592026-06-25T00:31:04.889ZTo configure your current shell, you need to source
602026-06-25T00:31:04.889Zthe corresponding env file under $HOME/.cargo.
612026-06-25T00:31:04.889Z
622026-06-25T00:31:04.889ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T00:31:04.889Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T00:31:04.889Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T00:31:04.889Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T00:31:04.889Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T00:31:04.889Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T00:31:04.889Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T00:31:04.892Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T00:31:04.892Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T00:31:04.981Z+ rustup --version
722026-06-25T00:31:04.988Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T00:31:04.992Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T00:31:05.012Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-25T00:31:05.015Z+ cargo --version
762026-06-25T00:31:05.028Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-25T00:31:05.030Z+ rustc --version
782026-06-25T00:31:05.050Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-25T00:31:05.054Zprocess exited: duration 18467 ms, exit code 0
 
802026-06-25T00:31:05.059Zstarting task 2: "authentication"
812026-06-25T00:31:05.076Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T00:31:05.083Zstarting task 3: "clone repository"
832026-06-25T00:31:05.086Z+ mkdir -p /work/oxidecomputer/propolis
842026-06-25T00:31:05.089Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-06-25T00:31:05.199ZCloning into '/work/oxidecomputer/propolis'...
862026-06-25T00:31:06.233Z+ cd /work/oxidecomputer/propolis
872026-06-25T00:31:06.233Z+ git fetch origin 72bcc9d67f37e9699809bca80df847e71e82cfaf
882026-06-25T00:31:06.472ZFrom https://github.com/oxidecomputer/propolis
892026-06-25T00:31:06.472Z * branch 72bcc9d67f37e9699809bca80df847e71e82cfaf -> FETCH_HEAD
902026-06-25T00:31:06.477Z+ [[ -n ixi/nvme-migration ]]
912026-06-25T00:31:06.480Z++ git branch --show-current
922026-06-25T00:31:06.480Z+ current=master
932026-06-25T00:31:06.480Z+ [[ master != ixi/nvme-migration ]]
942026-06-25T00:31:06.481Z+ git branch -f ixi/nvme-migration 72bcc9d67f37e9699809bca80df847e71e82cfaf
952026-06-25T00:31:06.484Z+ git checkout -f ixi/nvme-migration
962026-06-25T00:31:06.504ZSwitched to branch 'ixi/nvme-migration'
972026-06-25T00:31:06.507Z+ git reset --hard 72bcc9d67f37e9699809bca80df847e71e82cfaf
982026-06-25T00:31:06.526ZHEAD is now at 72bcc9d6 actually content with this worker reassignment/notify bits handling
992026-06-25T00:31:06.529Zprocess exited: duration 1444 ms, exit code 0
 
1002026-06-25T00:31:06.535Zstarting task 4: "build"
1012026-06-25T00:31:06.546ZCloning into './gate_src'...
1022026-06-25T00:32:17.186ZUpdating files: 36% (18027/49517) Updating files: 37% (18322/49517) Updating files: 38% (18817/49517) Updating files: 39% (19312/49517) Updating files: 40% (19807/49517) Updating files: 41% (20302/49517) Updating files: 42% (20798/49517) Updating files: 43% (21293/49517) Updating files: 44% (21788/49517) Updating files: 45% (22283/49517) Updating files: 46% (22778/49517) Updating files: 47% (23273/49517) Updating files: 48% (23769/49517) Updating files: 49% (24264/49517) Updating files: 50% (24759/49517) Updating files: 51% (25254/49517) Updating files: 52% (25749/49517) Updating files: 53% (26245/49517) Updating files: 54% (26740/49517) Updating files: 55% (27235/49517) Updating files: 56% (27730/49517) Updating files: 57% (28225/49517) Updating files: 58% (28720/49517) Updating files: 59% (29216/49517) Updating files: 60% (29711/49517) Updating files: 61% (30206/49517) Updating files: 62% (30701/49517) Updating files: 63% (31196/49517) Updating files: 64% (31691/49517) Updating files: 65% (32187/49517) Updating files: 66% (32682/49517) Updating files: 67% (33177/49517) Updating files: 68% (33672/49517) Updating files: 69% (34167/49517) Updating files: 70% (34662/49517) Updating files: 71% (35158/49517) Updating files: 72% (35653/49517) Updating files: 73% (36148/49517) Updating files: 74% (36643/49517) Updating files: 75% (37138/49517) Updating files: 76% (37633/49517) Updating files: 77% (38129/49517) Updating files: 78% (38624/49517) Updating files: 79% (39119/49517) Updating files: 80% (39614/49517) Updating files: 81% (40109/49517) Updating files: 82% (40604/49517) Updating files: 83% (41100/49517) Updating files: 84% (41595/49517) Updating files: 84% (41965/49517) Updating files: 85% (42090/49517) Updating files: 86% (42585/49517) Updating files: 87% (43080/49517) Updating files: 88% (43575/49517) Updating files: 89% (44071/49517) Updating files: 90% (44566/49517) Updating files: 91% (45061/49517) Updating files: 92% (45556/49517) Updating files: 93% (46051/49517) Updating files: 94% (46546/49517) Updating files: 95% (47042/49517) Updating files: 96% (47537/49517) Updating files: 97% (48032/49517) Updating files: 98% (48527/49517) Updating files: 99% (49022/49517) Updating files: 100% (49517/49517) Updating files: 100% (49517/49517), done.
1032026-06-25T00:32:17.263ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-06-25T00:32:17.293Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-06-25T00:32:17.346Z Updating crates.io index
1062026-06-25T00:32:17.672Z Locking 44 packages to latest compatible versions
1072026-06-25T00:32:17.675Z Adding strum v0.25.0 (available: v0.28.0)
1082026-06-25T00:32:17.680Z Downloading crates ...
1092026-06-25T00:32:17.724Z Downloaded rustc_version v0.4.1
1102026-06-25T00:32:17.727Z Downloaded strum v0.26.3
1112026-06-25T00:32:17.737Z Downloaded heck v0.5.0
1122026-06-25T00:32:17.741Z Downloaded dirs-sys v0.3.7
1132026-06-25T00:32:17.743Z Downloaded find-msvc-tools v0.1.9
1142026-06-25T00:32:17.746Z Downloaded garando_errors v0.1.0
1152026-06-25T00:32:17.753Z Downloaded bitflags v1.3.2
1162026-06-25T00:32:17.761Z Downloaded strum v0.25.0
1172026-06-25T00:32:17.764Z Downloaded cfg-if v0.1.10
1182026-06-25T00:32:17.774Z Downloaded itoa v1.0.18
1192026-06-25T00:32:17.780Z Downloaded ctest2 v0.4.10
1202026-06-25T00:32:17.783Z Downloaded dirs v2.0.2
1212026-06-25T00:32:17.786Z Downloaded unicode-xid v0.2.6
1222026-06-25T00:32:17.793Z Downloaded zmij v1.0.21
1232026-06-25T00:32:17.796Z Downloaded rustversion v1.0.22
1242026-06-25T00:32:17.799Z Downloaded strum_macros v0.26.4
1252026-06-25T00:32:17.808Z Downloaded quote v1.0.46
1262026-06-25T00:32:17.811Z Downloaded garando_pos v0.1.0
1272026-06-25T00:32:17.814Z Downloaded term v0.6.1
1282026-06-25T00:32:17.817Z Downloaded semver v1.0.28
1292026-06-25T00:32:17.820Z Downloaded shlex v2.0.1
1302026-06-25T00:32:17.823Z Downloaded proc-macro2 v1.0.106
1312026-06-25T00:32:17.826Z Downloaded log v0.4.33
1322026-06-25T00:32:17.831Z Downloaded serde_derive v1.0.228
1332026-06-25T00:32:17.836Z Downloaded unicode-ident v1.0.24
1342026-06-25T00:32:17.843Z Downloaded serde_core v1.0.228
1352026-06-25T00:32:17.848Z Downloaded serde v1.0.228
1362026-06-25T00:32:17.851Z Downloaded cc v1.2.65
1372026-06-25T00:32:17.860Z Downloaded memchr v2.8.2
1382026-06-25T00:32:17.868Z Downloaded syn v2.0.118
1392026-06-25T00:32:17.881Z Downloaded serde_json v1.0.150
1402026-06-25T00:32:17.894Z Downloaded garando_syntax v0.1.1
1412026-06-25T00:32:17.937Z Downloaded libc v0.2.186
1422026-06-25T00:32:17.990Z Compiling proc-macro2 v1.0.106
1432026-06-25T00:32:17.991Z Compiling quote v1.0.46
1442026-06-25T00:32:17.991Z Compiling unicode-ident v1.0.24
1452026-06-25T00:32:17.994Z Compiling libc v0.2.186
1462026-06-25T00:32:17.994Z Compiling serde_core v1.0.228
1472026-06-25T00:32:17.994Z Compiling serde v1.0.228
1482026-06-25T00:32:17.994Z Compiling cfg-if v0.1.10
1492026-06-25T00:32:17.994Z Compiling zmij v1.0.21
1502026-06-25T00:32:18.077Z Compiling rustversion v1.0.22
1512026-06-25T00:32:18.136Z Compiling serde_json v1.0.150
1522026-06-25T00:32:18.387Z Compiling itoa v1.0.18
1532026-06-25T00:32:18.413Z Compiling memchr v2.8.2
1542026-06-25T00:32:18.419Z Compiling unicode-xid v0.2.6
1552026-06-25T00:32:18.520Z Compiling heck v0.5.0
1562026-06-25T00:32:18.557Z Compiling find-msvc-tools v0.1.9
1572026-06-25T00:32:18.679Z Compiling bitflags v1.3.2
1582026-06-25T00:32:18.726Z Compiling semver v1.0.28
1592026-06-25T00:32:18.742Z Compiling log v0.4.33
1602026-06-25T00:32:18.796Z Compiling dirs-sys v0.3.7
1612026-06-25T00:32:18.801Z Compiling shlex v2.0.1
1622026-06-25T00:32:18.912Z Compiling strum v0.25.0
1632026-06-25T00:32:18.975Z Compiling dirs v2.0.2
1642026-06-25T00:32:19.011Z Compiling cc v1.2.65
1652026-06-25T00:32:19.017Z Compiling rustc_version v0.4.1
1662026-06-25T00:32:19.042Z Compiling term v0.6.1
1672026-06-25T00:32:19.216Z Compiling syn v2.0.118
1682026-06-25T00:32:20.882Z Compiling serde_derive v1.0.228
1692026-06-25T00:32:20.882Z Compiling strum_macros v0.26.4
1702026-06-25T00:32:21.951Z Compiling strum v0.26.3
1712026-06-25T00:32:22.015Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-06-25T00:32:23.039Z Compiling garando_pos v0.1.0
1732026-06-25T00:32:23.315Z Compiling garando_errors v0.1.0
1742026-06-25T00:32:23.717Z Compiling garando_syntax v0.1.1
1752026-06-25T00:32:27.903Z Compiling ctest2 v0.4.10
1762026-06-25T00:32:28.565Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-06-25T00:32:30.904Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.63s
1782026-06-25T00:32:30.923Z Running test/main.rs (target/debug/deps/main-17b850d698cdd938)
1792026-06-25T00:32:30.926ZRUNNING ALL TESTS
1802026-06-25T00:32:30.926ZPASSED 1185 tests
1812026-06-25T00:32:30.934ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-06-25T00:32:30.994Z Updating crates.io index
1832026-06-25T00:32:31.159Z Locking 39 packages to latest compatible versions
1842026-06-25T00:32:31.201Z Compiling proc-macro2 v1.0.106
1852026-06-25T00:32:31.201Z Compiling quote v1.0.46
1862026-06-25T00:32:31.201Z Compiling unicode-ident v1.0.24
1872026-06-25T00:32:31.205Z Compiling libc v0.2.186
1882026-06-25T00:32:31.205Z Compiling serde_core v1.0.228
1892026-06-25T00:32:31.205Z Compiling serde v1.0.228
1902026-06-25T00:32:31.205Z Compiling cfg-if v0.1.10
1912026-06-25T00:32:31.205Z Compiling zmij v1.0.21
1922026-06-25T00:32:31.287Z Compiling serde_json v1.0.150
1932026-06-25T00:32:31.318Z Compiling memchr v2.8.2
1942026-06-25T00:32:31.510Z Compiling itoa v1.0.18
1952026-06-25T00:32:31.520Z Compiling unicode-xid v0.2.6
1962026-06-25T00:32:31.569Z Compiling log v0.4.33
1972026-06-25T00:32:31.638Z Compiling bitflags v1.3.2
1982026-06-25T00:32:31.688Z Compiling find-msvc-tools v0.1.9
1992026-06-25T00:32:31.697Z Compiling shlex v2.0.1
2002026-06-25T00:32:31.726Z Compiling semver v1.0.28
2012026-06-25T00:32:31.827Z Compiling cc v1.2.65
2022026-06-25T00:32:31.904Z Compiling dirs-sys v0.3.7
2032026-06-25T00:32:31.904Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2042026-06-25T00:32:31.910Z Compiling rustc_version v0.4.1
2052026-06-25T00:32:32.015Z Compiling dirs v2.0.2
2062026-06-25T00:32:32.078Z Compiling term v0.6.1
2072026-06-25T00:32:32.340Z Compiling syn v2.0.118
2082026-06-25T00:32:33.639Z Compiling serde_derive v1.0.228
2092026-06-25T00:32:35.588Z Compiling garando_pos v0.1.0
2102026-06-25T00:32:35.858Z Compiling garando_errors v0.1.0
2112026-06-25T00:32:36.235Z Compiling garando_syntax v0.1.1
2122026-06-25T00:32:40.408Z Compiling ctest2 v0.4.10
2132026-06-25T00:32:41.072Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-06-25T00:32:42.029Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.08s
2152026-06-25T00:32:42.045Z Running test/main.rs (target/debug/deps/main-4706806fff72ae66)
2162026-06-25T00:32:42.048ZRUNNING ALL TESTS
2172026-06-25T00:32:42.048ZPASSED 90 tests
2182026-06-25T00:32:42.070ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-06-25T00:32:42.137Z Updating crates.io index
2202026-06-25T00:32:42.326Z Locking 41 packages to latest compatible versions
2212026-06-25T00:32:42.369Z Compiling libc v0.2.186
2222026-06-25T00:32:42.369Z Compiling proc-macro2 v1.0.106
2232026-06-25T00:32:42.369Z Compiling quote v1.0.46
2242026-06-25T00:32:42.369Z Compiling unicode-ident v1.0.24
2252026-06-25T00:32:42.369Z Compiling serde_core v1.0.228
2262026-06-25T00:32:42.372Z Compiling serde v1.0.228
2272026-06-25T00:32:42.372Z Compiling zmij v1.0.21
2282026-06-25T00:32:42.372Z Compiling cfg-if v0.1.10
2292026-06-25T00:32:42.431Z Compiling serde_json v1.0.150
2302026-06-25T00:32:42.478Z Compiling unicode-xid v0.2.6
2312026-06-25T00:32:42.579Z Compiling memchr v2.8.2
2322026-06-25T00:32:42.647Z Compiling itoa v1.0.18
2332026-06-25T00:32:42.673Z Compiling log v0.4.33
2342026-06-25T00:32:42.700Z Compiling shlex v2.0.1
2352026-06-25T00:32:42.805Z Compiling bitflags v1.3.2
2362026-06-25T00:32:42.828Z Compiling semver v1.0.28
2372026-06-25T00:32:42.860Z Compiling find-msvc-tools v0.1.9
2382026-06-25T00:32:43.009Z Compiling rustc_version v0.4.1
2392026-06-25T00:32:43.041Z Compiling cc v1.2.65
2402026-06-25T00:32:43.063Z Compiling dirs-sys v0.3.7
2412026-06-25T00:32:43.078Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-06-25T00:32:43.165Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2432026-06-25T00:32:43.191Z Compiling dirs v2.0.2
2442026-06-25T00:32:43.253Z Compiling term v0.6.1
2452026-06-25T00:32:43.259Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2462026-06-25T00:32:43.442Z Compiling syn v2.0.118
2472026-06-25T00:32:44.754Z Compiling serde_derive v1.0.228
2482026-06-25T00:32:46.719Z Compiling garando_pos v0.1.0
2492026-06-25T00:32:47.001Z Compiling garando_errors v0.1.0
2502026-06-25T00:32:47.384Z Compiling garando_syntax v0.1.1
2512026-06-25T00:32:51.542Z Compiling ctest2 v0.4.10
2522026-06-25T00:32:52.193Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-06-25T00:32:53.223Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.13s
2542026-06-25T00:32:53.239Z Running test/main.rs (target/debug/deps/main-30f386f2775cec01)
2552026-06-25T00:32:53.242ZRUNNING ALL TESTS
2562026-06-25T00:32:53.242ZPASSED 257 tests
2572026-06-25T00:32:53.248Zprocess exited: duration 106705 ms, exit code 0
 
2582026-06-25T00:32:53.255Zfound 0 output files