01KWZ666T0ABEDEJ7BEWFSR08Q: header-check

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

Buildomat Job: 01KWZ6702NDJ8228ZW0HQ62FBZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-07T21:03:17.294Zjob assigned to worker 01KWZ67A2TW5PVYTGCMJ5NPBDA [factory aws, i-01ae64a8c89991c37] (queued for 1 m 1 s)
 
22026-07-07T21:03:26.411Zstarting task 0: "setup"
32026-07-07T21:03:26.462Z++ uname -s
42026-07-07T21:03:26.462Z+ kern=SunOS
52026-07-07T21:03:26.462Z+ build_user=build
62026-07-07T21:03:26.462Z+ build_uid=12345
72026-07-07T21:03:26.462Z+ work_dir=/work
82026-07-07T21:03:26.462Z+ input_dir=/input
92026-07-07T21:03:26.462Z+ [[ 0 == 12345 ]]
102026-07-07T21:03:26.462Z+ case "$kern" in
112026-07-07T21:03:26.462Z+ groupadd -g 12345 build
122026-07-07T21:03:26.462Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-07T21:03:28.394Z+ zfs create -o mountpoint=/work rpool/work
142026-07-07T21:03:28.502Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-07T21:03:28.505Z+ home_fs=zfs
162026-07-07T21:03:28.505Z+ [[ zfs == autofs ]]
172026-07-07T21:03:28.505Z+ mkdir -p /home/build
182026-07-07T21:03:28.505Z+ chown build:build /home/build /work
192026-07-07T21:03:29.519Z+ chmod 0700 /home/build /work
202026-07-07T21:03:29.539Zprocess exited: duration 3132 ms, exit code 0
 
212026-07-07T21:03:29.601Zstarting task 1: "rust-toolchain"
222026-07-07T21:03:29.614Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-07T21:03:29.632Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-07T21:03:29.632Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-07T21:03:29.633Z * rust toolchain channel = "1.90.0"
262026-07-07T21:03:29.633Z * rust toolchain profile = "default"
272026-07-07T21:03:29.633Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-07T21:03:29.633Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-07T21:03:29.633Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-07T21:03:29.669Zinfo: downloading installer
312026-07-07T21:03:31.273Zwarn: It looks like you have an existing installation of Rust at:
322026-07-07T21:03:31.278Zwarn: /opt/ooce/bin
332026-07-07T21:03:31.278Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-07T21:03:31.278Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-07T21:03:31.278Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-07T21:03:31.278Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-07T21:03:31.278Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-07T21:03:31.278Zerror: cannot install while Rust is installed
392026-07-07T21:03:31.278Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-07T21:03:31.278Zwarn: It looks like you have an existing rustup settings file at:
412026-07-07T21:03:31.278Zwarn: /home/build/.rustup/settings.toml
422026-07-07T21:03:31.278Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-07T21:03:31.279Zwarn: instead of the one inferred from the default host triple.
442026-07-07T21:03:31.298Zinfo: profile set to default
452026-07-07T21:03:31.298Zinfo: default host triple is x86_64-unknown-illumos
462026-07-07T21:03:31.298Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-07-07T21:03:31.531Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-07-07T21:03:31.592Zinfo: downloading 6 components
492026-07-07T21:03:50.190Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-07-07T21:03:50.190Z
512026-07-07T21:03:50.224Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-07-07T21:03:50.224Z
532026-07-07T21:03:50.224Z
542026-07-07T21:03:50.227ZRust is installed now. Great!
552026-07-07T21:03:50.227Z
562026-07-07T21:03:50.227ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-07T21:03:50.227Zenvironment variable. This has not been done automatically.
582026-07-07T21:03:50.228Z
592026-07-07T21:03:50.228ZTo configure your current shell, you need to source
602026-07-07T21:03:50.228Zthe corresponding env file under $HOME/.cargo.
612026-07-07T21:03:50.228Z
622026-07-07T21:03:50.228ZThis is usually done by running one of the following (note the leading DOT):
632026-07-07T21:03:50.228Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-07T21:03:50.228Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-07T21:03:50.228Zsource "~/.cargo/env.nu" # For nushell
662026-07-07T21:03:50.228Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-07T21:03:50.228Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-07T21:03:50.228Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-07T21:03:50.228Zwarn: no default linker (`cc`) was found in your PATH
702026-07-07T21:03:50.228Zwarn: many Rust crates require a system C toolchain to build
712026-07-07T21:03:50.314Z+ rustup --version
722026-07-07T21:03:50.324Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-07T21:03:50.327Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-07T21:03:50.346Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-07-07T21:03:50.349Z+ cargo --version
762026-07-07T21:03:50.356Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-07-07T21:03:50.359Z+ rustc --version
782026-07-07T21:03:50.378Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-07-07T21:03:50.381Zprocess exited: duration 20793 ms, exit code 0
 
802026-07-07T21:03:50.387Zstarting task 2: "authentication"
812026-07-07T21:03:50.403Zprocess exited: duration 16 ms, exit code 0
 
822026-07-07T21:03:50.410Zstarting task 3: "clone repository"
832026-07-07T21:03:50.413Z+ mkdir -p /work/oxidecomputer/propolis
842026-07-07T21:03:50.416Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-07-07T21:03:50.444ZCloning into '/work/oxidecomputer/propolis'...
862026-07-07T21:03:51.503Z+ cd /work/oxidecomputer/propolis
872026-07-07T21:03:51.503Z+ git fetch origin b754811dfd142f9cb69ca7a3c41e7a6c3284323c
882026-07-07T21:03:51.753ZFrom https://github.com/oxidecomputer/propolis
892026-07-07T21:03:51.753Z * branch b754811dfd142f9cb69ca7a3c41e7a6c3284323c -> FETCH_HEAD
902026-07-07T21:03:51.760Z+ [[ -n ixi/nvme-io-statemap ]]
912026-07-07T21:03:51.763Z++ git branch --show-current
922026-07-07T21:03:51.763Z+ current=master
932026-07-07T21:03:51.763Z+ [[ master != ixi/nvme-io-statemap ]]
942026-07-07T21:03:51.763Z+ git branch -f ixi/nvme-io-statemap b754811dfd142f9cb69ca7a3c41e7a6c3284323c
952026-07-07T21:03:51.766Z+ git checkout -f ixi/nvme-io-statemap
962026-07-07T21:03:51.782ZSwitched to branch 'ixi/nvme-io-statemap'
972026-07-07T21:03:51.786Z+ git reset --hard b754811dfd142f9cb69ca7a3c41e7a6c3284323c
982026-07-07T21:03:51.798ZHEAD is now at b754811d add NVMe I/O timing statemap script
992026-07-07T21:03:51.801Zprocess exited: duration 1388 ms, exit code 0
 
1002026-07-07T21:03:51.807Zstarting task 4: "build"
1012026-07-07T21:03:51.816ZCloning into './gate_src'...
1022026-07-07T21:04:56.238ZUpdating files: 38% (18846/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% (42346/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-07T21:04:56.311ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-07-07T21:04:56.341Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-07-07T21:04:56.407Z Updating crates.io index
1062026-07-07T21:04:56.811Z Locking 44 packages to latest compatible versions
1072026-07-07T21:04:56.815Z Adding strum v0.25.0 (available: v0.28.0)
1082026-07-07T21:04:56.820Z Downloading crates ...
1092026-07-07T21:04:56.885Z Downloaded itoa v1.0.18
1102026-07-07T21:04:56.890Z Downloaded dirs v2.0.2
1112026-07-07T21:04:56.901Z Downloaded heck v0.5.0
1122026-07-07T21:04:56.911Z Downloaded quote v1.0.46
1132026-07-07T21:04:56.914Z Downloaded cfg-if v0.1.10
1142026-07-07T21:04:56.914Z Downloaded zmij v1.0.21
1152026-07-07T21:04:56.919Z Downloaded unicode-xid v0.2.6
1162026-07-07T21:04:56.922Z Downloaded strum v0.25.0
1172026-07-07T21:04:56.922Z Downloaded strum v0.26.3
1182026-07-07T21:04:56.927Z Downloaded ctest2 v0.4.10
1192026-07-07T21:04:56.932Z Downloaded rustversion v1.0.23
1202026-07-07T21:04:56.937Z Downloaded shlex v2.0.1
1212026-07-07T21:04:56.941Z Downloaded strum_macros v0.26.4
1222026-07-07T21:04:56.941Z Downloaded rustc_version v0.4.1
1232026-07-07T21:04:56.941Z Downloaded log v0.4.33
1242026-07-07T21:04:56.951Z Downloaded garando_pos v0.1.0
1252026-07-07T21:04:56.951Z Downloaded semver v1.0.28
1262026-07-07T21:04:56.951Z Downloaded term v0.6.1
1272026-07-07T21:04:56.958Z Downloaded unicode-ident v1.0.24
1282026-07-07T21:04:56.958Z Downloaded bitflags v1.3.2
1292026-07-07T21:04:56.959Z Downloaded serde_core v1.0.228
1302026-07-07T21:04:56.959Z Downloaded find-msvc-tools v0.1.9
1312026-07-07T21:04:56.959Z Downloaded dirs-sys v0.3.7
1322026-07-07T21:04:56.968Z Downloaded serde_derive v1.0.228
1332026-07-07T21:04:56.968Z Downloaded garando_errors v0.1.0
1342026-07-07T21:04:56.972Z Downloaded proc-macro2 v1.0.106
1352026-07-07T21:04:56.972Z Downloaded serde v1.0.228
1362026-07-07T21:04:56.975Z Downloaded cc v1.2.66
1372026-07-07T21:04:56.980Z Downloaded syn v2.0.118
1382026-07-07T21:04:56.983Z Downloaded memchr v2.8.2
1392026-07-07T21:04:56.994Z Downloaded serde_json v1.0.150
1402026-07-07T21:04:57.009Z Downloaded garando_syntax v0.1.1
1412026-07-07T21:04:57.045Z Downloaded libc v0.2.186
1422026-07-07T21:04:57.095Z Compiling proc-macro2 v1.0.106
1432026-07-07T21:04:57.096Z Compiling quote v1.0.46
1442026-07-07T21:04:57.096Z Compiling unicode-ident v1.0.24
1452026-07-07T21:04:57.096Z Compiling libc v0.2.186
1462026-07-07T21:04:57.100Z Compiling serde_core v1.0.228
1472026-07-07T21:04:57.100Z Compiling serde v1.0.228
1482026-07-07T21:04:57.100Z Compiling cfg-if v0.1.10
1492026-07-07T21:04:57.100Z Compiling zmij v1.0.21
1502026-07-07T21:04:57.191Z Compiling rustversion v1.0.23
1512026-07-07T21:04:57.257Z Compiling serde_json v1.0.150
1522026-07-07T21:04:57.490Z Compiling heck v0.5.0
1532026-07-07T21:04:57.517Z Compiling itoa v1.0.18
1542026-07-07T21:04:57.517Z Compiling memchr v2.8.2
1552026-07-07T21:04:57.677Z Compiling unicode-xid v0.2.6
1562026-07-07T21:04:57.682Z Compiling shlex v2.0.1
1572026-07-07T21:04:57.803Z Compiling log v0.4.33
1582026-07-07T21:04:57.806Z Compiling bitflags v1.3.2
1592026-07-07T21:04:57.865Z Compiling dirs-sys v0.3.7
1602026-07-07T21:04:57.869Z Compiling semver v1.0.28
1612026-07-07T21:04:57.912Z Compiling find-msvc-tools v0.1.9
1622026-07-07T21:04:57.974Z Compiling strum v0.25.0
1632026-07-07T21:04:58.086Z Compiling dirs v2.0.2
1642026-07-07T21:04:58.093Z Compiling rustc_version v0.4.1
1652026-07-07T21:04:58.123Z Compiling cc v1.2.66
1662026-07-07T21:04:58.153Z Compiling term v0.6.1
1672026-07-07T21:04:58.332Z Compiling syn v2.0.118
1682026-07-07T21:04:59.942Z Compiling serde_derive v1.0.228
1692026-07-07T21:04:59.942Z Compiling strum_macros v0.26.4
1702026-07-07T21:05:00.982Z Compiling strum v0.26.3
1712026-07-07T21:05:01.046Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-07-07T21:05:02.022Z Compiling garando_pos v0.1.0
1732026-07-07T21:05:02.295Z Compiling garando_errors v0.1.0
1742026-07-07T21:05:02.700Z Compiling garando_syntax v0.1.1
1752026-07-07T21:05:06.822Z Compiling ctest2 v0.4.10
1762026-07-07T21:05:07.457Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-07-07T21:05:09.764Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.43s
1782026-07-07T21:05:09.783Z Running test/main.rs (target/debug/deps/main-6cf80613522e74f1)
1792026-07-07T21:05:09.798ZRUNNING ALL TESTS
1802026-07-07T21:05:09.798ZPASSED 1185 tests
1812026-07-07T21:05:09.798ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-07-07T21:05:09.849Z Updating crates.io index
1832026-07-07T21:05:10.047Z Locking 39 packages to latest compatible versions
1842026-07-07T21:05:10.101Z Compiling proc-macro2 v1.0.106
1852026-07-07T21:05:10.101Z Compiling quote v1.0.46
1862026-07-07T21:05:10.101Z Compiling unicode-ident v1.0.24
1872026-07-07T21:05:10.109Z Compiling libc v0.2.186
1882026-07-07T21:05:10.109Z Compiling serde_core v1.0.228
1892026-07-07T21:05:10.109Z Compiling serde v1.0.228
1902026-07-07T21:05:10.109Z Compiling cfg-if v0.1.10
1912026-07-07T21:05:10.109Z Compiling zmij v1.0.21
1922026-07-07T21:05:10.165Z Compiling serde_json v1.0.150
1932026-07-07T21:05:10.199Z Compiling unicode-xid v0.2.6
1942026-07-07T21:05:10.302Z Compiling itoa v1.0.18
1952026-07-07T21:05:10.369Z Compiling memchr v2.8.2
1962026-07-07T21:05:10.396Z Compiling shlex v2.0.1
1972026-07-07T21:05:10.418Z Compiling bitflags v1.3.2
1982026-07-07T21:05:10.499Z Compiling log v0.4.33
1992026-07-07T21:05:10.529Z Compiling semver v1.0.28
2002026-07-07T21:05:10.546Z Compiling find-msvc-tools v0.1.9
2012026-07-07T21:05:10.649Z Compiling rustc_version v0.4.1
2022026-07-07T21:05:10.687Z Compiling cc v1.2.66
2032026-07-07T21:05:10.876Z Compiling dirs-sys v0.3.7
2042026-07-07T21:05:10.876Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2052026-07-07T21:05:10.906Z Compiling dirs v2.0.2
2062026-07-07T21:05:10.955Z Compiling term v0.6.1
2072026-07-07T21:05:11.140Z Compiling syn v2.0.118
2082026-07-07T21:05:12.435Z Compiling serde_derive v1.0.228
2092026-07-07T21:05:14.411Z Compiling garando_pos v0.1.0
2102026-07-07T21:05:14.634Z Compiling garando_errors v0.1.0
2112026-07-07T21:05:15.005Z Compiling garando_syntax v0.1.1
2122026-07-07T21:05:19.055Z Compiling ctest2 v0.4.10
2132026-07-07T21:05:19.769Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-07-07T21:05:20.656Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.82s
2152026-07-07T21:05:20.689Z Running test/main.rs (target/debug/deps/main-0de13027514581b7)
2162026-07-07T21:05:20.689ZRUNNING ALL TESTS
2172026-07-07T21:05:20.689ZPASSED 90 tests
2182026-07-07T21:05:20.690ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-07-07T21:05:20.719Z Updating crates.io index
2202026-07-07T21:05:20.995Z Locking 41 packages to latest compatible versions
2212026-07-07T21:05:21.062Z Compiling libc v0.2.186
2222026-07-07T21:05:21.063Z Compiling proc-macro2 v1.0.106
2232026-07-07T21:05:21.063Z Compiling quote v1.0.46
2242026-07-07T21:05:21.063Z Compiling unicode-ident v1.0.24
2252026-07-07T21:05:21.063Z Compiling serde_core v1.0.228
2262026-07-07T21:05:21.063Z Compiling serde v1.0.228
2272026-07-07T21:05:21.063Z Compiling cfg-if v0.1.10
2282026-07-07T21:05:21.063Z Compiling zmij v1.0.21
2292026-07-07T21:05:21.082Z Compiling serde_json v1.0.150
2302026-07-07T21:05:21.140Z Compiling unicode-xid v0.2.6
2312026-07-07T21:05:21.249Z Compiling memchr v2.8.2
2322026-07-07T21:05:21.328Z Compiling itoa v1.0.18
2332026-07-07T21:05:21.354Z Compiling find-msvc-tools v0.1.9
2342026-07-07T21:05:21.394Z Compiling shlex v2.0.1
2352026-07-07T21:05:21.481Z Compiling log v0.4.33
2362026-07-07T21:05:21.536Z Compiling semver v1.0.28
2372026-07-07T21:05:21.563Z Compiling bitflags v1.3.2
2382026-07-07T21:05:21.563Z Compiling cc v1.2.66
2392026-07-07T21:05:21.679Z Compiling rustc_version v0.4.1
2402026-07-07T21:05:21.743Z Compiling dirs-sys v0.3.7
2412026-07-07T21:05:21.743Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-07-07T21:05:21.801Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2432026-07-07T21:05:21.817Z Compiling dirs v2.0.2
2442026-07-07T21:05:21.884Z Compiling term v0.6.1
2452026-07-07T21:05:21.912Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2462026-07-07T21:05:22.094Z Compiling syn v2.0.118
2472026-07-07T21:05:23.393Z Compiling serde_derive v1.0.228
2482026-07-07T21:05:25.295Z Compiling garando_pos v0.1.0
2492026-07-07T21:05:25.561Z Compiling garando_errors v0.1.0
2502026-07-07T21:05:25.947Z Compiling garando_syntax v0.1.1
2512026-07-07T21:05:30.016Z Compiling ctest2 v0.4.10
2522026-07-07T21:05:30.666Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-07-07T21:05:31.664Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.98s
2542026-07-07T21:05:31.693Z Running test/main.rs (target/debug/deps/main-49caac3cf4974245)
2552026-07-07T21:05:31.693ZRUNNING ALL TESTS
2562026-07-07T21:05:31.693ZPASSED 257 tests
2572026-07-07T21:05:31.693Zprocess exited: duration 99849 ms, exit code 0
 
2582026-07-07T21:05:31.761Zfound 0 output files