01KTCRPQEY6SZYNPDCTVDZHTBP: header-check

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

Buildomat Job: 01KTCRQ3YTXKEEJ3KTRWSZZV8F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T20:49:37.352Zjob assigned to worker 01KTCRQ9MTEGN7HV5NPS0972ZP [factory aws, i-0de889a3c4b73e779] (queued for 56 s)
 
22026-06-05T20:49:44.267Zstarting task 0: "setup"
32026-06-05T20:49:44.273Z++ uname -s
42026-06-05T20:49:44.275Z+ kern=SunOS
52026-06-05T20:49:44.275Z+ build_user=build
62026-06-05T20:49:44.275Z+ build_uid=12345
72026-06-05T20:49:44.275Z+ work_dir=/work
82026-06-05T20:49:44.275Z+ input_dir=/input
92026-06-05T20:49:44.276Z+ [[ 0 == 12345 ]]
102026-06-05T20:49:44.276Z+ case "$kern" in
112026-06-05T20:49:44.276Z+ groupadd -g 12345 build
122026-06-05T20:49:44.276Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T20:49:46.281Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T20:49:46.388Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T20:49:46.391Z+ home_fs=zfs
162026-06-05T20:49:46.391Z+ [[ zfs == autofs ]]
172026-06-05T20:49:46.391Z+ mkdir -p /home/build
182026-06-05T20:49:46.391Z+ chown build:build /home/build /work
192026-06-05T20:49:48.392Z+ chmod 0700 /home/build /work
202026-06-05T20:49:48.396Zprocess exited: duration 4126 ms, exit code 0
 
212026-06-05T20:49:48.402Zstarting task 1: "rust-toolchain"
222026-06-05T20:49:48.405Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-05T20:49:48.405Z * rust toolchain channel = "1.90.0"
242026-06-05T20:49:48.405Z * rust toolchain profile = "default"
252026-06-05T20:49:48.405Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T20:49:48.405Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T20:49:48.405Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T20:49:48.408Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T20:49:48.408Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-05T20:49:48.503Zinfo: downloading installer
312026-06-05T20:49:49.961Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T20:49:49.961Zwarn: /opt/ooce/bin
332026-06-05T20:49:49.961Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T20:49:49.961Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T20:49:49.961Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T20:49:49.961Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T20:49:49.961Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T20:49:49.961Zerror: cannot install while Rust is installed
392026-06-05T20:49:49.961Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T20:49:49.961Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T20:49:49.961Zwarn: /home/build/.rustup/settings.toml
422026-06-05T20:49:49.966Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T20:49:49.966Zwarn: instead of the one inferred from the default host triple.
442026-06-05T20:49:49.974Zinfo: profile set to default
452026-06-05T20:49:49.974Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T20:49:49.977Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-05T20:49:50.138Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-05T20:49:50.141Zinfo: downloading 6 components
492026-06-05T20:50:04.795Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-06-05T20:50:04.795Z
512026-06-05T20:50:04.824Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-05T20:50:04.824Z
532026-06-05T20:50:04.824Z
542026-06-05T20:50:04.824ZRust is installed now. Great!
552026-06-05T20:50:04.824Z
562026-06-05T20:50:04.824ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T20:50:04.824Zenvironment variable. This has not been done automatically.
582026-06-05T20:50:04.824Z
592026-06-05T20:50:04.824ZTo configure your current shell, you need to source
602026-06-05T20:50:04.824Zthe corresponding env file under $HOME/.cargo.
612026-06-05T20:50:04.824Z
622026-06-05T20:50:04.824ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T20:50:04.824Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T20:50:04.824Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T20:50:04.824Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T20:50:04.825Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T20:50:04.825Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T20:50:04.825Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T20:50:04.828Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T20:50:04.828Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T20:50:04.913Z+ rustup --version
722026-06-05T20:50:04.922Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T20:50:04.925Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T20:50:04.944Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-05T20:50:04.947Z+ cargo --version
762026-06-05T20:50:04.960Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-05T20:50:04.962Z+ rustc --version
782026-06-05T20:50:04.983Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-05T20:50:04.986Zprocess exited: duration 16582 ms, exit code 0
 
802026-06-05T20:50:04.992Zstarting task 2: "authentication"
812026-06-05T20:50:05.008Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T20:50:05.014Zstarting task 3: "clone repository"
832026-06-05T20:50:05.017Z+ mkdir -p /work/oxidecomputer/propolis
842026-06-05T20:50:05.020Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-06-05T20:50:05.061ZCloning into '/work/oxidecomputer/propolis'...
862026-06-05T20:50:06.464Z+ cd /work/oxidecomputer/propolis
872026-06-05T20:50:06.464Z+ git fetch origin 33eef90fde7cdd84af913b6930d445d85f49195c
882026-06-05T20:50:06.757ZFrom https://github.com/oxidecomputer/propolis
892026-06-05T20:50:06.757Z * branch 33eef90fde7cdd84af913b6930d445d85f49195c -> FETCH_HEAD
902026-06-05T20:50:06.762Z+ [[ -n felixmcfelix/viona-guest-promisc ]]
912026-06-05T20:50:06.765Z++ git branch --show-current
922026-06-05T20:50:06.765Z+ current=master
932026-06-05T20:50:06.765Z+ [[ master != felixmcfelix/viona-guest-promisc ]]
942026-06-05T20:50:06.765Z+ git branch -f felixmcfelix/viona-guest-promisc 33eef90fde7cdd84af913b6930d445d85f49195c
952026-06-05T20:50:06.768Z+ git checkout -f felixmcfelix/viona-guest-promisc
962026-06-05T20:50:06.789ZSwitched to branch 'felixmcfelix/viona-guest-promisc'
972026-06-05T20:50:06.792Z+ git reset --hard 33eef90fde7cdd84af913b6930d445d85f49195c
982026-06-05T20:50:06.807ZHEAD is now at 33eef90f Test that `num_queues` is static, device control queue is correct
992026-06-05T20:50:06.810Zprocess exited: duration 1792 ms, exit code 0
 
1002026-06-05T20:50:06.817Zstarting task 4: "build"
1012026-06-05T20:50:06.825ZCloning into './gate_src'...
1022026-06-05T20:50:52.427ZUpdating files: 38% (18912/49507) Updating files: 39% (19308/49507) Updating files: 40% (19803/49507) Updating files: 41% (20298/49507) Updating files: 42% (20793/49507) Updating files: 43% (21289/49507) Updating files: 44% (21784/49507) Updating files: 45% (22279/49507) Updating files: 46% (22774/49507) Updating files: 47% (23269/49507) Updating files: 48% (23764/49507) Updating files: 49% (24259/49507) Updating files: 50% (24754/49507) Updating files: 51% (25249/49507) Updating files: 52% (25744/49507) Updating files: 53% (26239/49507) Updating files: 54% (26734/49507) Updating files: 55% (27229/49507) Updating files: 56% (27724/49507) Updating files: 57% (28219/49507) Updating files: 58% (28715/49507) Updating files: 59% (29210/49507) Updating files: 60% (29705/49507) Updating files: 61% (30200/49507) Updating files: 62% (30695/49507) Updating files: 63% (31190/49507) Updating files: 64% (31685/49507) Updating files: 65% (32180/49507) Updating files: 66% (32675/49507) Updating files: 67% (33170/49507) Updating files: 68% (33665/49507) Updating files: 69% (34160/49507) Updating files: 70% (34655/49507) Updating files: 71% (35150/49507) Updating files: 72% (35646/49507) Updating files: 73% (36141/49507) Updating files: 74% (36636/49507) Updating files: 75% (37131/49507) Updating files: 76% (37626/49507) Updating files: 77% (38121/49507) Updating files: 78% (38616/49507) Updating files: 79% (39111/49507) Updating files: 80% (39606/49507) Updating files: 81% (40101/49507) Updating files: 82% (40596/49507) Updating files: 83% (41091/49507) Updating files: 84% (41586/49507) Updating files: 85% (42081/49507) Updating files: 85% (42404/49507) Updating files: 86% (42577/49507) Updating files: 87% (43072/49507) Updating files: 88% (43567/49507) Updating files: 89% (44062/49507) Updating files: 90% (44557/49507) Updating files: 91% (45052/49507) Updating files: 92% (45547/49507) Updating files: 93% (46042/49507) Updating files: 94% (46537/49507) Updating files: 95% (47032/49507) Updating files: 96% (47527/49507) Updating files: 97% (48022/49507) Updating files: 98% (48517/49507) Updating files: 99% (49012/49507) Updating files: 100% (49507/49507) Updating files: 100% (49507/49507), done.
1032026-06-05T20:50:52.501ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-06-05T20:50:52.528Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-06-05T20:50:52.589Z Updating crates.io index
1062026-06-05T20:50:53.131Z Locking 44 packages to latest compatible versions
1072026-06-05T20:50:53.134Z Adding strum v0.25.0 (available: v0.28.0)
1082026-06-05T20:50:53.139Z Downloading crates ...
1092026-06-05T20:50:53.180Z Downloaded itoa v1.0.18
1102026-06-05T20:50:53.186Z Downloaded dirs-sys v0.3.7
1112026-06-05T20:50:53.193Z Downloaded bitflags v1.3.2
1122026-06-05T20:50:53.197Z Downloaded log v0.4.32
1132026-06-05T20:50:53.199Z Downloaded garando_pos v0.1.0
1142026-06-05T20:50:53.199Z Downloaded dirs v2.0.2
1152026-06-05T20:50:53.204Z Downloaded memchr v2.8.1
1162026-06-05T20:50:53.209Z Downloaded unicode-xid v0.2.6
1172026-06-05T20:50:53.212Z Downloaded strum v0.25.0
1182026-06-05T20:50:53.218Z Downloaded strum v0.26.3
1192026-06-05T20:50:53.221Z Downloaded rustc_version v0.4.1
1202026-06-05T20:50:53.225Z Downloaded rustversion v1.0.22
1212026-06-05T20:50:53.227Z Downloaded zmij v1.0.21
1222026-06-05T20:50:53.227Z Downloaded find-msvc-tools v0.1.9
1232026-06-05T20:50:53.230Z Downloaded semver v1.0.28
1242026-06-05T20:50:53.234Z Downloaded garando_errors v0.1.0
1252026-06-05T20:50:53.240Z Downloaded unicode-ident v1.0.24
1262026-06-05T20:50:53.243Z Downloaded serde_derive v1.0.228
1272026-06-05T20:50:53.246Z Downloaded cc v1.2.63
1282026-06-05T20:50:53.249Z Downloaded serde_core v1.0.228
1292026-06-05T20:50:53.251Z Downloaded heck v0.5.0
1302026-06-05T20:50:53.251Z Downloaded cfg-if v0.1.10
1312026-06-05T20:50:53.254Z Downloaded ctest2 v0.4.10
1322026-06-05T20:50:53.256Z Downloaded quote v1.0.45
1332026-06-05T20:50:53.264Z Downloaded term v0.6.1
1342026-06-05T20:50:53.267Z Downloaded strum_macros v0.26.4
1352026-06-05T20:50:53.269Z Downloaded shlex v2.0.1
1362026-06-05T20:50:53.269Z Downloaded serde v1.0.228
1372026-06-05T20:50:53.272Z Downloaded proc-macro2 v1.0.106
1382026-06-05T20:50:53.279Z Downloaded serde_json v1.0.150
1392026-06-05T20:50:53.318Z Downloaded syn v2.0.117
1402026-06-05T20:50:53.324Z Downloaded garando_syntax v0.1.1
1412026-06-05T20:50:53.356Z Downloaded libc v0.2.186
1422026-06-05T20:50:53.408Z Compiling proc-macro2 v1.0.106
1432026-06-05T20:50:53.408Z Compiling unicode-ident v1.0.24
1442026-06-05T20:50:53.408Z Compiling quote v1.0.45
1452026-06-05T20:50:53.408Z Compiling libc v0.2.186
1462026-06-05T20:50:53.411Z Compiling serde_core v1.0.228
1472026-06-05T20:50:53.412Z Compiling serde v1.0.228
1482026-06-05T20:50:53.412Z Compiling cfg-if v0.1.10
1492026-06-05T20:50:53.412Z Compiling rustversion v1.0.22
1502026-06-05T20:50:53.500Z Compiling zmij v1.0.21
1512026-06-05T20:50:53.554Z Compiling serde_json v1.0.150
1522026-06-05T20:50:53.796Z Compiling unicode-xid v0.2.6
1532026-06-05T20:50:53.817Z Compiling heck v0.5.0
1542026-06-05T20:50:53.823Z Compiling memchr v2.8.1
1552026-06-05T20:50:53.889Z Compiling itoa v1.0.18
1562026-06-05T20:50:54.039Z Compiling find-msvc-tools v0.1.9
1572026-06-05T20:50:54.072Z Compiling shlex v2.0.1
1582026-06-05T20:50:54.075Z Compiling semver v1.0.28
1592026-06-05T20:50:54.178Z Compiling dirs-sys v0.3.7
1602026-06-05T20:50:54.235Z Compiling log v0.4.32
1612026-06-05T20:50:54.269Z Compiling bitflags v1.3.2
1622026-06-05T20:50:54.330Z Compiling dirs v2.0.2
1632026-06-05T20:50:54.348Z Compiling rustc_version v0.4.1
1642026-06-05T20:50:54.384Z Compiling cc v1.2.63
1652026-06-05T20:50:54.395Z Compiling term v0.6.1
1662026-06-05T20:50:54.395Z Compiling strum v0.25.0
1672026-06-05T20:50:54.595Z Compiling syn v2.0.117
1682026-06-05T20:50:56.186Z Compiling serde_derive v1.0.228
1692026-06-05T20:50:56.186Z Compiling strum_macros v0.26.4
1702026-06-05T20:50:57.201Z Compiling strum v0.26.3
1712026-06-05T20:50:57.264Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-06-05T20:50:58.248Z Compiling garando_pos v0.1.0
1732026-06-05T20:50:58.520Z Compiling garando_errors v0.1.0
1742026-06-05T20:50:58.900Z Compiling garando_syntax v0.1.1
1752026-06-05T20:51:02.895Z Compiling ctest2 v0.4.10
1762026-06-05T20:51:03.525Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-06-05T20:51:05.775Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.26s
1782026-06-05T20:51:05.794Z Running test/main.rs (target/debug/deps/main-f7840c5d9f0bf32b)
1792026-06-05T20:51:05.796ZRUNNING ALL TESTS
1802026-06-05T20:51:05.796ZPASSED 1185 tests
1812026-06-05T20:51:05.803ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-06-05T20:51:05.863Z Updating crates.io index
1832026-06-05T20:51:06.032Z Locking 39 packages to latest compatible versions
1842026-06-05T20:51:06.072Z Compiling proc-macro2 v1.0.106
1852026-06-05T20:51:06.072Z Compiling quote v1.0.45
1862026-06-05T20:51:06.073Z Compiling unicode-ident v1.0.24
1872026-06-05T20:51:06.076Z Compiling libc v0.2.186
1882026-06-05T20:51:06.076Z Compiling serde_core v1.0.228
1892026-06-05T20:51:06.076Z Compiling serde v1.0.228
1902026-06-05T20:51:06.076Z Compiling zmij v1.0.21
1912026-06-05T20:51:06.076Z Compiling cfg-if v0.1.10
1922026-06-05T20:51:06.133Z Compiling serde_json v1.0.150
1932026-06-05T20:51:06.177Z Compiling unicode-xid v0.2.6
1942026-06-05T20:51:06.275Z Compiling memchr v2.8.1
1952026-06-05T20:51:06.337Z Compiling itoa v1.0.18
1962026-06-05T20:51:06.363Z Compiling bitflags v1.3.2
1972026-06-05T20:51:06.388Z Compiling semver v1.0.28
1982026-06-05T20:51:06.412Z Compiling find-msvc-tools v0.1.9
1992026-06-05T20:51:06.487Z Compiling shlex v2.0.1
2002026-06-05T20:51:06.600Z Compiling log v0.4.32
2012026-06-05T20:51:06.624Z Compiling cc v1.2.63
2022026-06-05T20:51:06.661Z Compiling rustc_version v0.4.1
2032026-06-05T20:51:06.749Z Compiling dirs-sys v0.3.7
2042026-06-05T20:51:06.752Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2052026-06-05T20:51:06.858Z Compiling dirs v2.0.2
2062026-06-05T20:51:06.918Z Compiling term v0.6.1
2072026-06-05T20:51:07.120Z Compiling syn v2.0.117
2082026-06-05T20:51:08.374Z Compiling serde_derive v1.0.228
2092026-06-05T20:51:10.276Z Compiling garando_pos v0.1.0
2102026-06-05T20:51:10.532Z Compiling garando_errors v0.1.0
2112026-06-05T20:51:10.897Z Compiling garando_syntax v0.1.1
2122026-06-05T20:51:14.920Z Compiling ctest2 v0.4.10
2132026-06-05T20:51:15.549Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-06-05T20:51:16.440Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.62s
2152026-06-05T20:51:16.455Z Running test/main.rs (target/debug/deps/main-f068fdbfc33939f5)
2162026-06-05T20:51:16.459ZRUNNING ALL TESTS
2172026-06-05T20:51:16.460ZPASSED 90 tests
2182026-06-05T20:51:16.462ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-06-05T20:51:16.520Z Updating crates.io index
2202026-06-05T20:51:16.687Z Locking 41 packages to latest compatible versions
2212026-06-05T20:51:16.730Z Compiling libc v0.2.186
2222026-06-05T20:51:16.730Z Compiling proc-macro2 v1.0.106
2232026-06-05T20:51:16.730Z Compiling quote v1.0.45
2242026-06-05T20:51:16.733Z Compiling unicode-ident v1.0.24
2252026-06-05T20:51:16.733Z Compiling serde_core v1.0.228
2262026-06-05T20:51:16.733Z Compiling serde v1.0.228
2272026-06-05T20:51:16.733Z Compiling cfg-if v0.1.10
2282026-06-05T20:51:16.733Z Compiling zmij v1.0.21
2292026-06-05T20:51:16.794Z Compiling serde_json v1.0.150
2302026-06-05T20:51:16.837Z Compiling unicode-xid v0.2.6
2312026-06-05T20:51:16.934Z Compiling itoa v1.0.18
2322026-06-05T20:51:16.998Z Compiling memchr v2.8.1
2332026-06-05T20:51:17.024Z Compiling bitflags v1.3.2
2342026-06-05T20:51:17.049Z Compiling log v0.4.32
2352026-06-05T20:51:17.072Z Compiling find-msvc-tools v0.1.9
2362026-06-05T20:51:17.094Z Compiling semver v1.0.28
2372026-06-05T20:51:17.197Z Compiling shlex v2.0.1
2382026-06-05T20:51:17.265Z Compiling rustc_version v0.4.1
2392026-06-05T20:51:17.301Z Compiling cc v1.2.63
2402026-06-05T20:51:17.404Z Compiling dirs-sys v0.3.7
2412026-06-05T20:51:17.433Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-06-05T20:51:17.509Z Compiling dirs v2.0.2
2432026-06-05T20:51:17.511Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2442026-06-05T20:51:17.567Z Compiling term v0.6.1
2452026-06-05T20:51:17.597Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2462026-06-05T20:51:17.751Z Compiling syn v2.0.117
2472026-06-05T20:51:19.012Z Compiling serde_derive v1.0.228
2482026-06-05T20:51:20.908Z Compiling garando_pos v0.1.0
2492026-06-05T20:51:21.165Z Compiling garando_errors v0.1.0
2502026-06-05T20:51:21.529Z Compiling garando_syntax v0.1.1
2512026-06-05T20:51:25.527Z Compiling ctest2 v0.4.10
2522026-06-05T20:51:26.159Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-06-05T20:51:27.167Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.69s
2542026-06-05T20:51:27.182Z Running test/main.rs (target/debug/deps/main-7da9dc2daf8403a1)
2552026-06-05T20:51:27.185ZRUNNING ALL TESTS
2562026-06-05T20:51:27.185ZPASSED 257 tests
2572026-06-05T20:51:27.192Zprocess exited: duration 80369 ms, exit code 0
 
2582026-06-05T20:51:27.198Zfound 0 output files