01KX4KZNN9QN28RMQGDECZ51C4: header-check

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

Buildomat Job: 01KX4M02VK0T0M1J38XVKST2ZM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-09T23:40:05.905Zjob assigned to worker 01KX4M0628291P12GR8Z951RWK [factory aws, i-0399466db463c9f38] (queued for 44 s)
 
22026-07-09T23:40:12.695Zstarting task 0: "setup"
32026-07-09T23:40:12.699Z++ uname -s
42026-07-09T23:40:12.702Z+ kern=SunOS
52026-07-09T23:40:12.702Z+ build_user=build
62026-07-09T23:40:12.702Z+ build_uid=12345
72026-07-09T23:40:12.702Z+ work_dir=/work
82026-07-09T23:40:12.702Z+ input_dir=/input
92026-07-09T23:40:12.702Z+ [[ 0 == 12345 ]]
102026-07-09T23:40:12.702Z+ case "$kern" in
112026-07-09T23:40:12.702Z+ groupadd -g 12345 build
122026-07-09T23:40:12.702Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-09T23:40:14.709Z+ zfs create -o mountpoint=/work rpool/work
142026-07-09T23:40:14.783Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-09T23:40:14.786Z+ home_fs=zfs
162026-07-09T23:40:14.786Z+ [[ zfs == autofs ]]
172026-07-09T23:40:14.786Z+ mkdir -p /home/build
182026-07-09T23:40:14.786Z+ chown build:build /home/build /work
192026-07-09T23:40:16.788Z+ chmod 0700 /home/build /work
202026-07-09T23:40:16.791Zprocess exited: duration 4095 ms, exit code 0
 
212026-07-09T23:40:16.799Zstarting task 1: "rust-toolchain"
222026-07-09T23:40:16.803Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-09T23:40:16.803Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-09T23:40:16.803Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-09T23:40:16.803Z * rust toolchain channel = "1.90.0"
262026-07-09T23:40:16.803Z * rust toolchain profile = "default"
272026-07-09T23:40:16.806Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-09T23:40:16.806Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-09T23:40:16.806Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-09T23:40:16.935Zinfo: downloading installer
312026-07-09T23:40:18.230Zwarn: It looks like you have an existing installation of Rust at:
322026-07-09T23:40:18.230Zwarn: /opt/ooce/bin
332026-07-09T23:40:18.230Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-09T23:40:18.230Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-09T23:40:18.230Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-09T23:40:18.230Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-09T23:40:18.230Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-09T23:40:18.230Zerror: cannot install while Rust is installed
392026-07-09T23:40:18.230Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-09T23:40:18.234Zwarn: It looks like you have an existing rustup settings file at:
412026-07-09T23:40:18.234Zwarn: /home/build/.rustup/settings.toml
422026-07-09T23:40:18.234Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-09T23:40:18.234Zwarn: instead of the one inferred from the default host triple.
442026-07-09T23:40:18.244Zinfo: profile set to default
452026-07-09T23:40:18.244Zinfo: default host triple is x86_64-unknown-illumos
462026-07-09T23:40:18.247Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-07-09T23:40:18.383Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-07-09T23:40:18.386Zinfo: downloading 6 components
492026-07-09T23:40:31.861Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-07-09T23:40:31.861Z
512026-07-09T23:40:31.893Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-07-09T23:40:31.893Z
532026-07-09T23:40:31.893Z
542026-07-09T23:40:31.893ZRust is installed now. Great!
552026-07-09T23:40:31.893Z
562026-07-09T23:40:31.893ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-09T23:40:31.893Zenvironment variable. This has not been done automatically.
582026-07-09T23:40:31.893Z
592026-07-09T23:40:31.893ZTo configure your current shell, you need to source
602026-07-09T23:40:31.893Zthe corresponding env file under $HOME/.cargo.
612026-07-09T23:40:31.893Z
622026-07-09T23:40:31.894ZThis is usually done by running one of the following (note the leading DOT):
632026-07-09T23:40:31.894Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-09T23:40:31.894Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-09T23:40:31.894Zsource "~/.cargo/env.nu" # For nushell
662026-07-09T23:40:31.894Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-09T23:40:31.894Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-09T23:40:31.894Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-09T23:40:31.897Zwarn: no default linker (`cc`) was found in your PATH
702026-07-09T23:40:31.898Zwarn: many Rust crates require a system C toolchain to build
712026-07-09T23:40:31.978Z+ rustup --version
722026-07-09T23:40:31.987Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-09T23:40:31.990Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-09T23:40:32.009Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-07-09T23:40:32.012Z+ cargo --version
762026-07-09T23:40:32.024Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-07-09T23:40:32.027Z+ rustc --version
782026-07-09T23:40:32.047Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-07-09T23:40:32.050Zprocess exited: duration 15249 ms, exit code 0
 
802026-07-09T23:40:32.057Zstarting task 2: "authentication"
812026-07-09T23:40:32.074Zprocess exited: duration 16 ms, exit code 0
 
822026-07-09T23:40:32.080Zstarting task 3: "clone repository"
832026-07-09T23:40:32.083Z+ mkdir -p /work/oxidecomputer/propolis
842026-07-09T23:40:32.086Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-07-09T23:40:32.119ZCloning into '/work/oxidecomputer/propolis'...
862026-07-09T23:40:33.244Z+ cd /work/oxidecomputer/propolis
872026-07-09T23:40:33.244Z+ git fetch origin a2f33de65dad3deb58296763d5aa5521a000da30
882026-07-09T23:40:33.504ZFrom https://github.com/oxidecomputer/propolis
892026-07-09T23:40:33.504Z * branch a2f33de65dad3deb58296763d5aa5521a000da30 -> FETCH_HEAD
902026-07-09T23:40:33.511Z+ [[ -n acpi-dsdt-device-type ]]
912026-07-09T23:40:33.514Z++ git branch --show-current
922026-07-09T23:40:33.514Z+ current=master
932026-07-09T23:40:33.514Z+ [[ master != acpi-dsdt-device-type ]]
942026-07-09T23:40:33.514Z+ git branch -f acpi-dsdt-device-type a2f33de65dad3deb58296763d5aa5521a000da30
952026-07-09T23:40:33.518Z+ git checkout -f acpi-dsdt-device-type
962026-07-09T23:40:33.537ZSwitched to branch 'acpi-dsdt-device-type'
972026-07-09T23:40:33.542Z+ git reset --hard a2f33de65dad3deb58296763d5aa5521a000da30
982026-07-09T23:40:33.545ZHEAD is now at a2f33de6 acpi: add note about multiple generatros for device type
992026-07-09T23:40:33.545Zprocess exited: duration 1463 ms, exit code 0
 
1002026-07-09T23:40:33.551Zstarting task 4: "build"
1012026-07-09T23:40:33.560ZCloning into './gate_src'...
1022026-07-09T23:41:22.683ZUpdating files: 36% (18288/49548) Updating files: 37% (18333/49548) Updating files: 38% (18829/49548) Updating files: 39% (19324/49548) Updating files: 40% (19820/49548) Updating files: 41% (20315/49548) Updating files: 42% (20811/49548) Updating files: 43% (21306/49548) Updating files: 44% (21802/49548) Updating files: 45% (22297/49548) Updating files: 46% (22793/49548) Updating files: 47% (23288/49548) Updating files: 48% (23784/49548) Updating files: 49% (24279/49548) Updating files: 50% (24774/49548) Updating files: 51% (25270/49548) Updating files: 52% (25765/49548) Updating files: 53% (26261/49548) Updating files: 54% (26756/49548) Updating files: 55% (27252/49548) Updating files: 56% (27747/49548) Updating files: 57% (28243/49548) Updating files: 58% (28738/49548) Updating files: 59% (29234/49548) Updating files: 60% (29729/49548) Updating files: 61% (30225/49548) Updating files: 62% (30720/49548) Updating files: 63% (31216/49548) Updating files: 64% (31711/49548) Updating files: 65% (32207/49548) Updating files: 66% (32702/49548) Updating files: 67% (33198/49548) Updating files: 68% (33693/49548) Updating files: 69% (34189/49548) Updating files: 70% (34684/49548) Updating files: 71% (35180/49548) Updating files: 72% (35675/49548) Updating files: 73% (36171/49548) Updating files: 74% (36666/49548) Updating files: 75% (37161/49548) Updating files: 76% (37657/49548) Updating files: 77% (38152/49548) Updating files: 78% (38648/49548) Updating files: 79% (39143/49548) Updating files: 80% (39639/49548) Updating files: 81% (40134/49548) Updating files: 82% (40630/49548) Updating files: 83% (41125/49548) Updating files: 84% (41621/49548) Updating files: 85% (42116/49548) Updating files: 85% (42439/49548) Updating files: 86% (42612/49548) Updating files: 87% (43107/49548) Updating files: 88% (43603/49548) Updating files: 89% (44098/49548) Updating files: 90% (44594/49548) Updating files: 91% (45089/49548) Updating files: 92% (45585/49548) Updating files: 93% (46080/49548) Updating files: 94% (46576/49548) Updating files: 95% (47071/49548) Updating files: 96% (47567/49548) Updating files: 97% (48062/49548) Updating files: 98% (48558/49548) Updating files: 99% (49053/49548) Updating files: 100% (49548/49548) Updating files: 100% (49548/49548), done.
1032026-07-09T23:41:22.756ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-07-09T23:41:22.784Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-07-09T23:41:22.857Z Updating crates.io index
1062026-07-09T23:41:23.379Z Locking 44 packages to latest compatible versions
1072026-07-09T23:41:23.384Z Adding strum v0.25.0 (available: v0.28.0)
1082026-07-09T23:41:23.389Z Downloading crates ...
1092026-07-09T23:41:23.432Z Downloaded bitflags v1.3.2
1102026-07-09T23:41:23.444Z Downloaded strum v0.26.3
1112026-07-09T23:41:23.449Z Downloaded term v0.6.1
1122026-07-09T23:41:23.453Z Downloaded itoa v1.0.18
1132026-07-09T23:41:23.458Z Downloaded rustc_version v0.4.1
1142026-07-09T23:41:23.466Z Downloaded strum v0.25.0
1152026-07-09T23:41:23.469Z Downloaded cfg-if v0.1.10
1162026-07-09T23:41:23.469Z Downloaded dirs v2.0.2
1172026-07-09T23:41:23.474Z Downloaded dirs-sys v0.3.7
1182026-07-09T23:41:23.474Z Downloaded unicode-xid v0.2.6
1192026-07-09T23:41:23.479Z Downloaded zmij v1.0.21
1202026-07-09T23:41:23.486Z Downloaded rustversion v1.0.23
1212026-07-09T23:41:23.486Z Downloaded ctest2 v0.4.10
1222026-07-09T23:41:23.486Z Downloaded heck v0.5.0
1232026-07-09T23:41:23.492Z Downloaded shlex v2.0.1
1242026-07-09T23:41:23.499Z Downloaded quote v1.0.46
1252026-07-09T23:41:23.499Z Downloaded garando_errors v0.1.0
1262026-07-09T23:41:23.500Z Downloaded find-msvc-tools v0.1.9
1272026-07-09T23:41:23.505Z Downloaded serde_derive v1.0.228
1282026-07-09T23:41:23.505Z Downloaded semver v1.0.28
1292026-07-09T23:41:23.513Z Downloaded strum_macros v0.26.4
1302026-07-09T23:41:23.513Z Downloaded log v0.4.33
1312026-07-09T23:41:23.518Z Downloaded proc-macro2 v1.0.106
1322026-07-09T23:41:23.518Z Downloaded garando_pos v0.1.0
1332026-07-09T23:41:23.523Z Downloaded unicode-ident v1.0.24
1342026-07-09T23:41:23.526Z Downloaded serde_core v1.0.228
1352026-07-09T23:41:23.530Z Downloaded serde v1.0.228
1362026-07-09T23:41:23.537Z Downloaded memchr v2.8.3
1372026-07-09T23:41:23.540Z Downloaded serde_json v1.0.150
1382026-07-09T23:41:23.540Z Downloaded cc v1.2.66
1392026-07-09T23:41:23.577Z Downloaded garando_syntax v0.1.1
1402026-07-09T23:41:23.588Z Downloaded syn v2.0.118
1412026-07-09T23:41:23.614Z Downloaded libc v0.2.186
1422026-07-09T23:41:23.668Z Compiling proc-macro2 v1.0.106
1432026-07-09T23:41:23.668Z Compiling unicode-ident v1.0.24
1442026-07-09T23:41:23.675Z Compiling quote v1.0.46
1452026-07-09T23:41:23.675Z Compiling libc v0.2.186
1462026-07-09T23:41:23.675Z Compiling serde_core v1.0.228
1472026-07-09T23:41:23.675Z Compiling serde v1.0.228
1482026-07-09T23:41:23.675Z Compiling zmij v1.0.21
1492026-07-09T23:41:23.675Z Compiling rustversion v1.0.23
1502026-07-09T23:41:23.830Z Compiling cfg-if v0.1.10
1512026-07-09T23:41:23.883Z Compiling serde_json v1.0.150
1522026-07-09T23:41:24.144Z Compiling memchr v2.8.3
1532026-07-09T23:41:24.144Z Compiling unicode-xid v0.2.6
1542026-07-09T23:41:24.245Z Compiling heck v0.5.0
1552026-07-09T23:41:24.258Z Compiling itoa v1.0.18
1562026-07-09T23:41:24.419Z Compiling bitflags v1.3.2
1572026-07-09T23:41:24.419Z Compiling find-msvc-tools v0.1.9
1582026-07-09T23:41:24.471Z Compiling semver v1.0.28
1592026-07-09T23:41:24.476Z Compiling log v0.4.33
1602026-07-09T23:41:24.550Z Compiling dirs-sys v0.3.7
1612026-07-09T23:41:24.639Z Compiling shlex v2.0.1
1622026-07-09T23:41:24.648Z Compiling rustc_version v0.4.1
1632026-07-09T23:41:24.716Z Compiling dirs v2.0.2
1642026-07-09T23:41:24.744Z Compiling strum v0.25.0
1652026-07-09T23:41:24.769Z Compiling cc v1.2.66
1662026-07-09T23:41:24.781Z Compiling term v0.6.1
1672026-07-09T23:41:24.990Z Compiling syn v2.0.118
1682026-07-09T23:41:26.547Z Compiling serde_derive v1.0.228
1692026-07-09T23:41:26.547Z Compiling strum_macros v0.26.4
1702026-07-09T23:41:27.564Z Compiling strum v0.26.3
1712026-07-09T23:41:27.626Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-07-09T23:41:28.620Z Compiling garando_pos v0.1.0
1732026-07-09T23:41:28.867Z Compiling garando_errors v0.1.0
1742026-07-09T23:41:29.242Z Compiling garando_syntax v0.1.1
1752026-07-09T23:41:33.284Z Compiling ctest2 v0.4.10
1762026-07-09T23:41:33.923Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-07-09T23:41:36.182Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.41s
1782026-07-09T23:41:36.197Z Running test/main.rs (target/debug/deps/main-3bfd57f8ab3e49e7)
1792026-07-09T23:41:36.203ZRUNNING ALL TESTS
1802026-07-09T23:41:36.203ZPASSED 1185 tests
1812026-07-09T23:41:36.207ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-07-09T23:41:36.265Z Updating crates.io index
1832026-07-09T23:41:36.445Z Locking 39 packages to latest compatible versions
1842026-07-09T23:41:36.486Z Compiling proc-macro2 v1.0.106
1852026-07-09T23:41:36.486Z Compiling unicode-ident v1.0.24
1862026-07-09T23:41:36.487Z Compiling quote v1.0.46
1872026-07-09T23:41:36.487Z Compiling libc v0.2.186
1882026-07-09T23:41:36.490Z Compiling serde_core v1.0.228
1892026-07-09T23:41:36.490Z Compiling serde v1.0.228
1902026-07-09T23:41:36.490Z Compiling zmij v1.0.21
1912026-07-09T23:41:36.490Z Compiling cfg-if v0.1.10
1922026-07-09T23:41:36.547Z Compiling serde_json v1.0.150
1932026-07-09T23:41:36.590Z Compiling unicode-xid v0.2.6
1942026-07-09T23:41:36.684Z Compiling memchr v2.8.3
1952026-07-09T23:41:36.756Z Compiling itoa v1.0.18
1962026-07-09T23:41:36.776Z Compiling shlex v2.0.1
1972026-07-09T23:41:36.800Z Compiling bitflags v1.3.2
1982026-07-09T23:41:36.851Z Compiling semver v1.0.28
1992026-07-09T23:41:36.898Z Compiling find-msvc-tools v0.1.9
2002026-07-09T23:41:36.927Z Compiling log v0.4.33
2012026-07-09T23:41:37.018Z Compiling cc v1.2.66
2022026-07-09T23:41:37.091Z Compiling rustc_version v0.4.1
2032026-07-09T23:41:37.152Z Compiling dirs-sys v0.3.7
2042026-07-09T23:41:37.152Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2052026-07-09T23:41:37.259Z Compiling dirs v2.0.2
2062026-07-09T23:41:37.313Z Compiling term v0.6.1
2072026-07-09T23:41:37.523Z Compiling syn v2.0.118
2082026-07-09T23:41:38.761Z Compiling serde_derive v1.0.228
2092026-07-09T23:41:40.663Z Compiling garando_pos v0.1.0
2102026-07-09T23:41:40.920Z Compiling garando_errors v0.1.0
2112026-07-09T23:41:41.305Z Compiling garando_syntax v0.1.1
2122026-07-09T23:41:45.277Z Compiling ctest2 v0.4.10
2132026-07-09T23:41:45.914Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-07-09T23:41:46.828Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.60s
2152026-07-09T23:41:46.837Z Running test/main.rs (target/debug/deps/main-dfdb3e3b3d978131)
2162026-07-09T23:41:46.841ZRUNNING ALL TESTS
2172026-07-09T23:41:46.841ZPASSED 90 tests
2182026-07-09T23:41:46.854ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-07-09T23:41:46.944Z Updating crates.io index
2202026-07-09T23:41:47.084Z Locking 41 packages to latest compatible versions
2212026-07-09T23:41:47.154Z Compiling libc v0.2.186
2222026-07-09T23:41:47.154Z Compiling proc-macro2 v1.0.106
2232026-07-09T23:41:47.154Z Compiling unicode-ident v1.0.24
2242026-07-09T23:41:47.154Z Compiling quote v1.0.46
2252026-07-09T23:41:47.166Z Compiling serde_core v1.0.228
2262026-07-09T23:41:47.166Z Compiling serde v1.0.228
2272026-07-09T23:41:47.166Z Compiling zmij v1.0.21
2282026-07-09T23:41:47.166Z Compiling cfg-if v0.1.10
2292026-07-09T23:41:47.185Z Compiling serde_json v1.0.150
2302026-07-09T23:41:47.230Z Compiling itoa v1.0.18
2312026-07-09T23:41:47.382Z Compiling unicode-xid v0.2.6
2322026-07-09T23:41:47.397Z Compiling memchr v2.8.3
2332026-07-09T23:41:47.414Z Compiling find-msvc-tools v0.1.9
2342026-07-09T23:41:47.439Z Compiling bitflags v1.3.2
2352026-07-09T23:41:47.478Z Compiling semver v1.0.28
2362026-07-09T23:41:47.491Z Compiling log v0.4.33
2372026-07-09T23:41:47.619Z Compiling shlex v2.0.1
2382026-07-09T23:41:47.653Z Compiling rustc_version v0.4.1
2392026-07-09T23:41:47.728Z Compiling cc v1.2.66
2402026-07-09T23:41:47.808Z Compiling dirs-sys v0.3.7
2412026-07-09T23:41:47.823Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-07-09T23:41:47.883Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2432026-07-09T23:41:47.909Z Compiling dirs v2.0.2
2442026-07-09T23:41:47.969Z Compiling term v0.6.1
2452026-07-09T23:41:47.978Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2462026-07-09T23:41:48.155Z Compiling syn v2.0.118
2472026-07-09T23:41:49.413Z Compiling serde_derive v1.0.228
2482026-07-09T23:41:51.309Z Compiling garando_pos v0.1.0
2492026-07-09T23:41:51.565Z Compiling garando_errors v0.1.0
2502026-07-09T23:41:51.929Z Compiling garando_syntax v0.1.1
2512026-07-09T23:41:58.407Z Compiling ctest2 v0.4.10
2522026-07-09T23:41:58.439Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-07-09T23:41:58.439Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.73s
2542026-07-09T23:41:58.440Z Running test/main.rs (target/debug/deps/main-85fc7bfbdbce1964)
2552026-07-09T23:41:58.440ZRUNNING ALL TESTS
2562026-07-09T23:41:58.440ZPASSED 257 tests
2572026-07-09T23:41:58.440Zprocess exited: duration 84060 ms, exit code 0
 
2582026-07-09T23:41:58.456Zfound 0 output files