01KV6QD59B3GY1RNYDF26WJGG6: header-check

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

Buildomat Job: 01KV6QDHQ69BTJCRJ84QCG0920

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T22:47:06.331Zjob assigned to worker 01KV6QDKSXTWX5S45ESMRY7GM1 [factory aws, i-0cd6e91ac77c0deed] (queued for 52 s)
 
22026-06-15T22:47:13.422Zstarting task 0: "setup"
32026-06-15T22:47:13.429Z++ uname -s
42026-06-15T22:47:13.429Z+ kern=SunOS
52026-06-15T22:47:13.429Z+ build_user=build
62026-06-15T22:47:13.429Z+ build_uid=12345
72026-06-15T22:47:13.429Z+ work_dir=/work
82026-06-15T22:47:13.429Z+ input_dir=/input
92026-06-15T22:47:13.429Z+ [[ 0 == 12345 ]]
102026-06-15T22:47:13.430Z+ case "$kern" in
112026-06-15T22:47:13.430Z+ groupadd -g 12345 build
122026-06-15T22:47:13.430Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T22:47:15.417Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T22:47:15.491Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T22:47:15.495Z+ home_fs=zfs
162026-06-15T22:47:15.495Z+ [[ zfs == autofs ]]
172026-06-15T22:47:15.495Z+ mkdir -p /home/build
182026-06-15T22:47:15.495Z+ chown build:build /home/build /work
192026-06-15T22:47:17.495Z+ chmod 0700 /home/build /work
202026-06-15T22:47:17.498Zprocess exited: duration 4096 ms, exit code 0
 
212026-06-15T22:47:17.504Zstarting task 1: "rust-toolchain"
222026-06-15T22:47:17.509Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-15T22:47:17.509Z * rust toolchain channel = "1.90.0"
242026-06-15T22:47:17.509Z * rust toolchain profile = "default"
252026-06-15T22:47:17.509Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-15T22:47:17.509Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T22:47:17.509Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T22:47:17.514Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T22:47:17.514Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-15T22:47:17.625Zinfo: downloading installer
312026-06-15T22:47:19.131Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T22:47:19.131Zwarn: /opt/ooce/bin
332026-06-15T22:47:19.131Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T22:47:19.131Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T22:47:19.131Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T22:47:19.131Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T22:47:19.131Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T22:47:19.131Zerror: cannot install while Rust is installed
392026-06-15T22:47:19.131Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T22:47:19.131Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T22:47:19.131Zwarn: /home/build/.rustup/settings.toml
422026-06-15T22:47:19.131Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T22:47:19.131Zwarn: instead of the one inferred from the default host triple.
442026-06-15T22:47:19.144Zinfo: profile set to default
452026-06-15T22:47:19.145Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T22:47:19.149Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-15T22:47:19.304Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-15T22:47:19.309Zinfo: downloading 6 components
492026-06-15T22:47:34.018Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-06-15T22:47:34.018Z
512026-06-15T22:47:34.048Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-15T22:47:34.048Z
532026-06-15T22:47:34.048Z
542026-06-15T22:47:34.048ZRust is installed now. Great!
552026-06-15T22:47:34.048Z
562026-06-15T22:47:34.048ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T22:47:34.048Zenvironment variable. This has not been done automatically.
582026-06-15T22:47:34.048Z
592026-06-15T22:47:34.048ZTo configure your current shell, you need to source
602026-06-15T22:47:34.048Zthe corresponding env file under $HOME/.cargo.
612026-06-15T22:47:34.048Z
622026-06-15T22:47:34.048ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T22:47:34.048Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T22:47:34.048Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T22:47:34.048Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T22:47:34.048Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T22:47:34.048Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T22:47:34.048Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T22:47:34.051Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T22:47:34.051Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T22:47:34.143Z+ rustup --version
722026-06-15T22:47:34.152Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T22:47:34.156Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T22:47:34.174Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-15T22:47:34.178Z+ cargo --version
762026-06-15T22:47:34.190Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-15T22:47:34.192Z+ rustc --version
782026-06-15T22:47:34.212Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-15T22:47:34.215Zprocess exited: duration 16710 ms, exit code 0
 
802026-06-15T22:47:34.220Zstarting task 2: "authentication"
812026-06-15T22:47:34.236Zprocess exited: duration 15 ms, exit code 0
 
822026-06-15T22:47:34.241Zstarting task 3: "clone repository"
832026-06-15T22:47:34.245Z+ mkdir -p /work/oxidecomputer/propolis
842026-06-15T22:47:34.248Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-06-15T22:47:34.282ZCloning into '/work/oxidecomputer/propolis'...
862026-06-15T22:47:35.310Z+ cd /work/oxidecomputer/propolis
872026-06-15T22:47:35.310Z+ git fetch origin 76f1473b81d01483ed4f4d874d4ff7b5bfb39875
882026-06-15T22:47:35.600ZFrom https://github.com/oxidecomputer/propolis
892026-06-15T22:47:35.600Z * branch 76f1473b81d01483ed4f4d874d4ff7b5bfb39875 -> FETCH_HEAD
902026-06-15T22:47:35.604Z+ [[ -n docs-fix-standalone-crucible ]]
912026-06-15T22:47:35.607Z++ git branch --show-current
922026-06-15T22:47:35.607Z+ current=master
932026-06-15T22:47:35.608Z+ [[ master != docs-fix-standalone-crucible ]]
942026-06-15T22:47:35.608Z+ git branch -f docs-fix-standalone-crucible 76f1473b81d01483ed4f4d874d4ff7b5bfb39875
952026-06-15T22:47:35.611Z+ git checkout -f docs-fix-standalone-crucible
962026-06-15T22:47:35.630ZSwitched to branch 'docs-fix-standalone-crucible'
972026-06-15T22:47:35.633Z+ git reset --hard 76f1473b81d01483ed4f4d874d4ff7b5bfb39875
982026-06-15T22:47:35.650ZHEAD is now at 76f1473b docs: fix standalone-with-crucible.md
992026-06-15T22:47:35.653Zprocess exited: duration 1408 ms, exit code 0
 
1002026-06-15T22:47:35.659Zstarting task 4: "build"
1012026-06-15T22:47:35.668ZCloning into './gate_src'...
1022026-06-15T22:48:49.406ZUpdating files: 38% (18850/49509) Updating files: 39% (19309/49509) Updating files: 40% (19804/49509) Updating files: 41% (20299/49509) Updating files: 42% (20794/49509) Updating files: 43% (21289/49509) Updating files: 44% (21784/49509) Updating files: 45% (22280/49509) Updating files: 46% (22775/49509) Updating files: 47% (23270/49509) Updating files: 48% (23765/49509) Updating files: 49% (24260/49509) Updating files: 50% (24755/49509) Updating files: 51% (25250/49509) Updating files: 52% (25745/49509) Updating files: 53% (26240/49509) Updating files: 54% (26735/49509) Updating files: 55% (27230/49509) Updating files: 56% (27726/49509) Updating files: 57% (28221/49509) Updating files: 58% (28716/49509) Updating files: 59% (29211/49509) Updating files: 60% (29706/49509) Updating files: 61% (30201/49509) Updating files: 62% (30696/49509) Updating files: 63% (31191/49509) Updating files: 64% (31686/49509) Updating files: 65% (32181/49509) Updating files: 66% (32676/49509) Updating files: 67% (33172/49509) Updating files: 68% (33667/49509) Updating files: 69% (34162/49509) Updating files: 70% (34657/49509) Updating files: 71% (35152/49509) Updating files: 72% (35647/49509) Updating files: 73% (36142/49509) Updating files: 74% (36637/49509) Updating files: 75% (37132/49509) Updating files: 76% (37627/49509) Updating files: 77% (38122/49509) Updating files: 78% (38618/49509) Updating files: 79% (39113/49509) Updating files: 80% (39608/49509) Updating files: 81% (40103/49509) Updating files: 82% (40598/49509) Updating files: 83% (41093/49509) Updating files: 84% (41588/49509) Updating files: 85% (42083/49509) Updating files: 85% (42181/49509) Updating files: 86% (42578/49509) Updating files: 87% (43073/49509) Updating files: 88% (43568/49509) Updating files: 89% (44064/49509) Updating files: 90% (44559/49509) Updating files: 91% (45054/49509) Updating files: 92% (45549/49509) Updating files: 93% (46044/49509) Updating files: 94% (46539/49509) Updating files: 95% (47034/49509) Updating files: 96% (47529/49509) Updating files: 97% (48024/49509) Updating files: 98% (48519/49509) Updating files: 99% (49014/49509) Updating files: 100% (49509/49509) Updating files: 100% (49509/49509), done.
1032026-06-15T22:48:49.479ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-06-15T22:48:49.509Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-06-15T22:48:49.571Z Updating crates.io index
1062026-06-15T22:48:50.153Z Locking 44 packages to latest compatible versions
1072026-06-15T22:48:50.156Z Adding strum v0.25.0 (available: v0.28.0)
1082026-06-15T22:48:50.159Z Downloading crates ...
1092026-06-15T22:48:50.207Z Downloaded shlex v2.0.1
1102026-06-15T22:48:50.217Z Downloaded heck v0.5.0
1112026-06-15T22:48:50.241Z Downloaded garando_errors v0.1.0
1122026-06-15T22:48:50.244Z Downloaded strum v0.25.0
1132026-06-15T22:48:50.253Z Downloaded rustc_version v0.4.1
1142026-06-15T22:48:50.256Z Downloaded strum v0.26.3
1152026-06-15T22:48:50.259Z Downloaded log v0.4.32
1162026-06-15T22:48:50.267Z Downloaded ctest2 v0.4.10
1172026-06-15T22:48:50.270Z Downloaded unicode-ident v1.0.24
1182026-06-15T22:48:50.273Z Downloaded proc-macro2 v1.0.106
1192026-06-15T22:48:50.275Z Downloaded semver v1.0.28
1202026-06-15T22:48:50.276Z Downloaded find-msvc-tools v0.1.9
1212026-06-15T22:48:50.279Z Downloaded cc v1.2.64
1222026-06-15T22:48:50.282Z Downloaded serde_core v1.0.228
1232026-06-15T22:48:50.282Z Downloaded cfg-if v0.1.10
1242026-06-15T22:48:50.294Z Downloaded strum_macros v0.26.4
1252026-06-15T22:48:50.297Z Downloaded quote v1.0.45
1262026-06-15T22:48:50.297Z Downloaded bitflags v1.3.2
1272026-06-15T22:48:50.302Z Downloaded rustversion v1.0.22
1282026-06-15T22:48:50.305Z Downloaded garando_pos v0.1.0
1292026-06-15T22:48:50.308Z Downloaded serde_derive v1.0.228
1302026-06-15T22:48:50.311Z Downloaded itoa v1.0.18
1312026-06-15T22:48:50.316Z Downloaded dirs v2.0.2
1322026-06-15T22:48:50.319Z Downloaded unicode-xid v0.2.6
1332026-06-15T22:48:50.319Z Downloaded zmij v1.0.21
1342026-06-15T22:48:50.321Z Downloaded dirs-sys v0.3.7
1352026-06-15T22:48:50.335Z Downloaded serde v1.0.228
1362026-06-15T22:48:50.344Z Downloaded term v0.6.1
1372026-06-15T22:48:50.349Z Downloaded memchr v2.8.2
1382026-06-15T22:48:50.354Z Downloaded syn v2.0.117
1392026-06-15T22:48:50.362Z Downloaded serde_json v1.0.150
1402026-06-15T22:48:50.391Z Downloaded garando_syntax v0.1.1
1412026-06-15T22:48:50.432Z Downloaded libc v0.2.186
1422026-06-15T22:48:50.483Z Compiling proc-macro2 v1.0.106
1432026-06-15T22:48:50.483Z Compiling quote v1.0.45
1442026-06-15T22:48:50.483Z Compiling unicode-ident v1.0.24
1452026-06-15T22:48:50.486Z Compiling libc v0.2.186
1462026-06-15T22:48:50.486Z Compiling serde_core v1.0.228
1472026-06-15T22:48:50.486Z Compiling serde v1.0.228
1482026-06-15T22:48:50.486Z Compiling zmij v1.0.21
1492026-06-15T22:48:50.486Z Compiling cfg-if v0.1.10
1502026-06-15T22:48:50.575Z Compiling rustversion v1.0.22
1512026-06-15T22:48:50.631Z Compiling serde_json v1.0.150
1522026-06-15T22:48:50.856Z Compiling itoa v1.0.18
1532026-06-15T22:48:50.881Z Compiling heck v0.5.0
1542026-06-15T22:48:50.885Z Compiling unicode-xid v0.2.6
1552026-06-15T22:48:50.976Z Compiling memchr v2.8.2
1562026-06-15T22:48:51.016Z Compiling find-msvc-tools v0.1.9
1572026-06-15T22:48:51.061Z Compiling shlex v2.0.1
1582026-06-15T22:48:51.125Z Compiling bitflags v1.3.2
1592026-06-15T22:48:51.185Z Compiling semver v1.0.28
1602026-06-15T22:48:51.233Z Compiling dirs-sys v0.3.7
1612026-06-15T22:48:51.249Z Compiling log v0.4.32
1622026-06-15T22:48:51.253Z Compiling cc v1.2.64
1632026-06-15T22:48:51.424Z Compiling dirs v2.0.2
1642026-06-15T22:48:51.465Z Compiling rustc_version v0.4.1
1652026-06-15T22:48:51.478Z Compiling strum v0.25.0
1662026-06-15T22:48:51.516Z Compiling term v0.6.1
1672026-06-15T22:48:51.682Z Compiling syn v2.0.117
1682026-06-15T22:48:53.267Z Compiling serde_derive v1.0.228
1692026-06-15T22:48:53.267Z Compiling strum_macros v0.26.4
1702026-06-15T22:48:54.284Z Compiling strum v0.26.3
1712026-06-15T22:48:54.346Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-06-15T22:48:55.317Z Compiling garando_pos v0.1.0
1732026-06-15T22:48:55.582Z Compiling garando_errors v0.1.0
1742026-06-15T22:48:55.960Z Compiling garando_syntax v0.1.1
1752026-06-15T22:48:59.974Z Compiling ctest2 v0.4.10
1762026-06-15T22:49:00.609Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-06-15T22:49:02.868Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.38s
1782026-06-15T22:49:02.887Z Running test/main.rs (target/debug/deps/main-b6ff1c853d2b58fb)
1792026-06-15T22:49:02.891ZRUNNING ALL TESTS
1802026-06-15T22:49:02.891ZPASSED 1185 tests
1812026-06-15T22:49:02.896ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-06-15T22:49:02.958Z Updating crates.io index
1832026-06-15T22:49:03.155Z Locking 39 packages to latest compatible versions
1842026-06-15T22:49:03.196Z Compiling proc-macro2 v1.0.106
1852026-06-15T22:49:03.196Z Compiling unicode-ident v1.0.24
1862026-06-15T22:49:03.196Z Compiling quote v1.0.45
1872026-06-15T22:49:03.196Z Compiling libc v0.2.186
1882026-06-15T22:49:03.196Z Compiling serde_core v1.0.228
1892026-06-15T22:49:03.200Z Compiling serde v1.0.228
1902026-06-15T22:49:03.200Z Compiling zmij v1.0.21
1912026-06-15T22:49:03.207Z Compiling cfg-if v0.1.10
1922026-06-15T22:49:03.260Z Compiling serde_json v1.0.150
1932026-06-15T22:49:03.300Z Compiling itoa v1.0.18
1942026-06-15T22:49:03.455Z Compiling unicode-xid v0.2.6
1952026-06-15T22:49:03.461Z Compiling memchr v2.8.2
1962026-06-15T22:49:03.486Z Compiling semver v1.0.28
1972026-06-15T22:49:03.513Z Compiling find-msvc-tools v0.1.9
1982026-06-15T22:49:03.550Z Compiling bitflags v1.3.2
1992026-06-15T22:49:03.604Z Compiling shlex v2.0.1
2002026-06-15T22:49:03.768Z Compiling log v0.4.32
2012026-06-15T22:49:03.772Z Compiling cc v1.2.64
2022026-06-15T22:49:03.772Z Compiling rustc_version v0.4.1
2032026-06-15T22:49:03.889Z Compiling dirs-sys v0.3.7
2042026-06-15T22:49:03.913Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2052026-06-15T22:49:03.995Z Compiling dirs v2.0.2
2062026-06-15T22:49:04.068Z Compiling term v0.6.1
2072026-06-15T22:49:04.231Z Compiling syn v2.0.117
2082026-06-15T22:49:05.504Z Compiling serde_derive v1.0.228
2092026-06-15T22:49:07.419Z Compiling garando_pos v0.1.0
2102026-06-15T22:49:07.676Z Compiling garando_errors v0.1.0
2112026-06-15T22:49:08.041Z Compiling garando_syntax v0.1.1
2122026-06-15T22:49:12.066Z Compiling ctest2 v0.4.10
2132026-06-15T22:49:12.695Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-06-15T22:49:13.593Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.68s
2152026-06-15T22:49:13.608Z Running test/main.rs (target/debug/deps/main-2cad7e371c60c061)
2162026-06-15T22:49:13.610ZRUNNING ALL TESTS
2172026-06-15T22:49:13.610ZPASSED 90 tests
2182026-06-15T22:49:13.616ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-06-15T22:49:13.674Z Updating crates.io index
2202026-06-15T22:49:13.860Z Locking 41 packages to latest compatible versions
2212026-06-15T22:49:13.906Z Compiling libc v0.2.186
2222026-06-15T22:49:13.906Z Compiling proc-macro2 v1.0.106
2232026-06-15T22:49:13.906Z Compiling unicode-ident v1.0.24
2242026-06-15T22:49:13.909Z Compiling quote v1.0.45
2252026-06-15T22:49:13.909Z Compiling serde_core v1.0.228
2262026-06-15T22:49:13.909Z Compiling serde v1.0.228
2272026-06-15T22:49:13.909Z Compiling cfg-if v0.1.10
2282026-06-15T22:49:13.909Z Compiling zmij v1.0.21
2292026-06-15T22:49:13.969Z Compiling serde_json v1.0.150
2302026-06-15T22:49:14.013Z Compiling memchr v2.8.2
2312026-06-15T22:49:14.193Z Compiling unicode-xid v0.2.6
2322026-06-15T22:49:14.203Z Compiling itoa v1.0.18
2332026-06-15T22:49:14.227Z Compiling shlex v2.0.1
2342026-06-15T22:49:14.262Z Compiling find-msvc-tools v0.1.9
2352026-06-15T22:49:14.352Z Compiling semver v1.0.28
2362026-06-15T22:49:14.379Z Compiling log v0.4.32
2372026-06-15T22:49:14.428Z Compiling bitflags v1.3.2
2382026-06-15T22:49:14.474Z Compiling cc v1.2.64
2392026-06-15T22:49:14.527Z Compiling rustc_version v0.4.1
2402026-06-15T22:49:14.579Z Compiling dirs-sys v0.3.7
2412026-06-15T22:49:14.579Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-06-15T22:49:14.657Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2432026-06-15T22:49:14.689Z Compiling dirs v2.0.2
2442026-06-15T22:49:14.750Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2452026-06-15T22:49:14.755Z Compiling term v0.6.1
2462026-06-15T22:49:14.948Z Compiling syn v2.0.117
2472026-06-15T22:49:16.225Z Compiling serde_derive v1.0.228
2482026-06-15T22:49:18.122Z Compiling garando_pos v0.1.0
2492026-06-15T22:49:18.385Z Compiling garando_errors v0.1.0
2502026-06-15T22:49:18.753Z Compiling garando_syntax v0.1.1
2512026-06-15T22:49:22.780Z Compiling ctest2 v0.4.10
2522026-06-15T22:49:23.419Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-06-15T22:49:24.440Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.81s
2542026-06-15T22:49:24.456Z Running test/main.rs (target/debug/deps/main-56562b490fb2f3a4)
2552026-06-15T22:49:24.459ZRUNNING ALL TESTS
2562026-06-15T22:49:24.459ZPASSED 257 tests
2572026-06-15T22:49:24.464Zprocess exited: duration 108805 ms, exit code 0
 
2582026-06-15T22:49:24.471Zfound 0 output files