01KS38927ZCFC3FAZW14DYH8Y0: header-check

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

Buildomat Job: 01KS389DCWKYP6DPWMMB6GDDRT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T17:53:36.176Zjob assigned to worker 01KS389G8YWS4SS53DQH9YNBWT [factory aws, i-0f76144b9f625e5cc] (queued for 53 s)
 
22026-05-20T17:53:43.820Zstarting task 0: "setup"
32026-05-20T17:53:43.825Z++ uname -s
42026-05-20T17:53:43.828Z+ kern=SunOS
52026-05-20T17:53:43.828Z+ build_user=build
62026-05-20T17:53:43.828Z+ build_uid=12345
72026-05-20T17:53:43.828Z+ work_dir=/work
82026-05-20T17:53:43.828Z+ input_dir=/input
92026-05-20T17:53:43.828Z+ [[ 0 == 12345 ]]
102026-05-20T17:53:43.828Z+ case "$kern" in
112026-05-20T17:53:43.828Z+ groupadd -g 12345 build
122026-05-20T17:53:43.828Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T17:53:45.833Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T17:53:45.902Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T17:53:45.905Z+ home_fs=zfs
162026-05-20T17:53:45.905Z+ [[ zfs == autofs ]]
172026-05-20T17:53:45.905Z+ mkdir -p /home/build
182026-05-20T17:53:45.905Z+ chown build:build /home/build /work
192026-05-20T17:53:47.906Z+ chmod 0700 /home/build /work
202026-05-20T17:53:47.910Zprocess exited: duration 4087 ms, exit code 0
 
212026-05-20T17:53:47.916Zstarting task 1: "rust-toolchain"
222026-05-20T17:53:47.920Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-20T17:53:47.920Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T17:53:47.920Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-20T17:53:47.920Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T17:53:47.920Z * rust toolchain channel = "1.90.0"
272026-05-20T17:53:47.920Z * rust toolchain profile = "default"
282026-05-20T17:53:47.923Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T17:53:47.923Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-20T17:53:48.067Zinfo: downloading installer
312026-05-20T17:53:49.887Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T17:53:49.888Zwarn: /opt/ooce/bin
332026-05-20T17:53:49.888Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T17:53:49.888Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T17:53:49.888Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T17:53:49.888Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T17:53:49.888Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T17:53:49.888Zerror: cannot install while Rust is installed
392026-05-20T17:53:49.888Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T17:53:49.888Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T17:53:49.888Zwarn: /home/build/.rustup/settings.toml
422026-05-20T17:53:49.888Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T17:53:49.888Zwarn: instead of the one inferred from the default host triple.
442026-05-20T17:53:50.182Zinfo: profile set to default
452026-05-20T17:53:50.182Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T17:53:50.187Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-20T17:53:50.331Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-20T17:53:50.335Zinfo: downloading 6 components
492026-05-20T17:54:05.008Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-20T17:54:05.008Z
512026-05-20T17:54:05.042Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-20T17:54:05.042Z
532026-05-20T17:54:05.043Z
542026-05-20T17:54:05.043ZRust is installed now. Great!
552026-05-20T17:54:05.043Z
562026-05-20T17:54:05.047ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T17:54:05.047Zenvironment variable. This has not been done automatically.
582026-05-20T17:54:05.047Z
592026-05-20T17:54:05.047ZTo configure your current shell, you need to source
602026-05-20T17:54:05.047Zthe corresponding env file under $HOME/.cargo.
612026-05-20T17:54:05.047Z
622026-05-20T17:54:05.047ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T17:54:05.047Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T17:54:05.047Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T17:54:05.047Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T17:54:05.047Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T17:54:05.047Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T17:54:05.047Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T17:54:05.047Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T17:54:05.047Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T17:54:05.137Z+ rustup --version
722026-05-20T17:54:05.145Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T17:54:05.149Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T17:54:05.169Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-20T17:54:05.172Z+ cargo --version
762026-05-20T17:54:05.184Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-20T17:54:05.187Z+ rustc --version
782026-05-20T17:54:05.208Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-20T17:54:05.211Zprocess exited: duration 17293 ms, exit code 0
 
802026-05-20T17:54:05.218Zstarting task 2: "authentication"
812026-05-20T17:54:05.234Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T17:54:05.241Zstarting task 3: "clone repository"
832026-05-20T17:54:05.244Z+ mkdir -p /work/oxidecomputer/propolis
842026-05-20T17:54:05.248Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-05-20T17:54:06.217ZCloning into '/work/oxidecomputer/propolis'...
862026-05-20T17:54:07.451Z+ cd /work/oxidecomputer/propolis
872026-05-20T17:54:07.451Z+ git fetch origin 31f23e5a9bce7b7482adb4ea9201e99cb18df56b
882026-05-20T17:54:07.725ZFrom https://github.com/oxidecomputer/propolis
892026-05-20T17:54:07.725Z * branch 31f23e5a9bce7b7482adb4ea9201e99cb18df56b -> FETCH_HEAD
902026-05-20T17:54:07.730Z+ [[ -n mahrens/local_metrics ]]
912026-05-20T17:54:07.734Z++ git branch --show-current
922026-05-20T17:54:07.734Z+ current=master
932026-05-20T17:54:07.734Z+ [[ master != mahrens/local_metrics ]]
942026-05-20T17:54:07.734Z+ git branch -f mahrens/local_metrics 31f23e5a9bce7b7482adb4ea9201e99cb18df56b
952026-05-20T17:54:07.737Z+ git checkout -f mahrens/local_metrics
962026-05-20T17:54:07.755ZSwitched to branch 'mahrens/local_metrics'
972026-05-20T17:54:07.759Z+ git reset --hard 31f23e5a9bce7b7482adb4ea9201e99cb18df56b
982026-05-20T17:54:07.762ZHEAD is now at 31f23e5 register Oximeter metrics for local disks
992026-05-20T17:54:07.762Zprocess exited: duration 2518 ms, exit code 0
 
1002026-05-20T17:54:07.769Zstarting task 4: "build"
1012026-05-20T17:54:07.778ZCloning into './gate_src'...
1022026-05-20T17:54:48.710ZUpdating files: 36% (18198/49482) Updating files: 37% (18309/49482) Updating files: 38% (18804/49482) Updating files: 39% (19298/49482) Updating files: 40% (19793/49482) Updating files: 41% (20288/49482) Updating files: 42% (20783/49482) Updating files: 43% (21278/49482) Updating files: 44% (21773/49482) Updating files: 45% (22267/49482) Updating files: 46% (22762/49482) Updating files: 47% (23257/49482) Updating files: 48% (23752/49482) Updating files: 49% (24247/49482) Updating files: 50% (24741/49482) Updating files: 51% (25236/49482) Updating files: 52% (25731/49482) Updating files: 53% (26226/49482) Updating files: 54% (26721/49482) Updating files: 55% (27216/49482) Updating files: 56% (27710/49482) Updating files: 57% (28205/49482) Updating files: 58% (28700/49482) Updating files: 59% (29195/49482) Updating files: 60% (29690/49482) Updating files: 61% (30185/49482) Updating files: 62% (30679/49482) Updating files: 63% (31174/49482) Updating files: 64% (31669/49482) Updating files: 65% (32164/49482) Updating files: 66% (32659/49482) Updating files: 67% (33153/49482) Updating files: 68% (33648/49482) Updating files: 69% (34143/49482) Updating files: 70% (34638/49482) Updating files: 71% (35133/49482) Updating files: 72% (35628/49482) Updating files: 73% (36122/49482) Updating files: 74% (36617/49482) Updating files: 75% (37112/49482) Updating files: 76% (37607/49482) Updating files: 77% (38102/49482) Updating files: 78% (38596/49482) Updating files: 79% (39091/49482) Updating files: 80% (39586/49482) Updating files: 81% (40081/49482) Updating files: 82% (40576/49482) Updating files: 83% (41071/49482) Updating files: 84% (41565/49482) Updating files: 85% (42060/49482) Updating files: 85% (42150/49482) Updating files: 86% (42555/49482) Updating files: 87% (43050/49482) Updating files: 88% (43545/49482) Updating files: 89% (44039/49482) Updating files: 90% (44534/49482) Updating files: 91% (45029/49482) Updating files: 92% (45524/49482) Updating files: 93% (46019/49482) Updating files: 94% (46514/49482) Updating files: 95% (47008/49482) Updating files: 96% (47503/49482) Updating files: 97% (47998/49482) Updating files: 98% (48493/49482) Updating files: 99% (48988/49482) Updating files: 100% (49482/49482) Updating files: 100% (49482/49482), done.
1032026-05-20T17:54:48.812ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-05-20T17:54:48.816Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1052026-05-20T17:54:48.869Z Updating crates.io index
1062026-05-20T17:54:49.221Z Locking 44 packages to latest compatible versions
1072026-05-20T17:54:49.225Z Adding strum v0.25.0 (available: v0.28.0)
1082026-05-20T17:54:49.225Z Downloading crates ...
1092026-05-20T17:54:49.235Z Downloaded cfg-if v0.1.10
1102026-05-20T17:54:49.238Z Downloaded strum v0.25.0
1112026-05-20T17:54:49.241Z Downloaded zmij v1.0.21
1122026-05-20T17:54:49.247Z Downloaded serde_derive v1.0.228
1132026-05-20T17:54:49.250Z Downloaded strum_macros v0.26.4
1142026-05-20T17:54:49.298Z Downloaded semver v1.0.28
1152026-05-20T17:54:49.302Z Downloaded heck v0.5.0
1162026-05-20T17:54:49.302Z Downloaded dirs-sys v0.3.7
1172026-05-20T17:54:49.302Z Downloaded dirs v2.0.2
1182026-05-20T17:54:49.302Z Downloaded strum v0.26.3
1192026-05-20T17:54:49.302Z Downloaded rustc_version v0.4.1
1202026-05-20T17:54:49.302Z Downloaded unicode-xid v0.2.6
1212026-05-20T17:54:49.302Z Downloaded itoa v1.0.18
1222026-05-20T17:54:49.302Z Downloaded bitflags v1.3.2
1232026-05-20T17:54:49.302Z Downloaded quote v1.0.45
1242026-05-20T17:54:49.302Z Downloaded garando_errors v0.1.0
1252026-05-20T17:54:49.302Z Downloaded ctest2 v0.4.10
1262026-05-20T17:54:49.302Z Downloaded rustversion v1.0.22
1272026-05-20T17:54:49.302Z Downloaded find-msvc-tools v0.1.9
1282026-05-20T17:54:49.302Z Downloaded term v0.6.1
1292026-05-20T17:54:49.302Z Downloaded shlex v1.3.0
1302026-05-20T17:54:49.302Z Downloaded garando_pos v0.1.0
1312026-05-20T17:54:49.311Z Downloaded log v0.4.29
1322026-05-20T17:54:49.316Z Downloaded unicode-ident v1.0.24
1332026-05-20T17:54:49.319Z Downloaded proc-macro2 v1.0.106
1342026-05-20T17:54:49.322Z Downloaded serde_core v1.0.228
1352026-05-20T17:54:49.329Z Downloaded memchr v2.8.0
1362026-05-20T17:54:49.332Z Downloaded serde v1.0.228
1372026-05-20T17:54:49.337Z Downloaded cc v1.2.62
1382026-05-20T17:54:49.344Z Downloaded serde_json v1.0.149
1392026-05-20T17:54:49.402Z Downloaded garando_syntax v0.1.1
1402026-05-20T17:54:49.405Z Downloaded syn v2.0.117
1412026-05-20T17:54:49.413Z Downloaded libc v0.2.186
1422026-05-20T17:54:49.475Z Compiling proc-macro2 v1.0.106
1432026-05-20T17:54:49.475Z Compiling quote v1.0.45
1442026-05-20T17:54:49.475Z Compiling unicode-ident v1.0.24
1452026-05-20T17:54:49.475Z Compiling libc v0.2.186
1462026-05-20T17:54:49.479Z Compiling serde_core v1.0.228
1472026-05-20T17:54:49.479Z Compiling serde v1.0.228
1482026-05-20T17:54:49.479Z Compiling cfg-if v0.1.10
1492026-05-20T17:54:49.479Z Compiling zmij v1.0.21
1502026-05-20T17:54:49.556Z Compiling rustversion v1.0.22
1512026-05-20T17:54:49.661Z Compiling serde_json v1.0.149
1522026-05-20T17:54:51.342Z Compiling heck v0.5.0
1532026-05-20T17:54:51.363Z Compiling unicode-xid v0.2.6
1542026-05-20T17:54:51.364Z Compiling itoa v1.0.18
1552026-05-20T17:54:51.457Z Compiling memchr v2.8.0
1562026-05-20T17:54:51.513Z Compiling log v0.4.29
1572026-05-20T17:54:51.520Z Compiling bitflags v1.3.2
1582026-05-20T17:54:51.569Z Compiling shlex v1.3.0
1592026-05-20T17:54:51.600Z Compiling find-msvc-tools v0.1.9
1602026-05-20T17:54:51.670Z Compiling dirs-sys v0.3.7
1612026-05-20T17:54:51.711Z Compiling semver v1.0.28
1622026-05-20T17:54:51.733Z Compiling cc v1.2.62
1632026-05-20T17:54:51.822Z Compiling dirs v2.0.2
1642026-05-20T17:54:51.883Z Compiling strum v0.25.0
1652026-05-20T17:54:51.898Z Compiling term v0.6.1
1662026-05-20T17:54:51.922Z Compiling rustc_version v0.4.1
1672026-05-20T17:54:52.122Z Compiling syn v2.0.117
1682026-05-20T17:54:53.707Z Compiling serde_derive v1.0.228
1692026-05-20T17:54:53.707Z Compiling strum_macros v0.26.4
1702026-05-20T17:54:54.738Z Compiling strum v0.26.3
1712026-05-20T17:54:54.800Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1722026-05-20T17:54:55.756Z Compiling garando_pos v0.1.0
1732026-05-20T17:54:56.019Z Compiling garando_errors v0.1.0
1742026-05-20T17:54:56.386Z Compiling garando_syntax v0.1.1
1752026-05-20T17:55:00.449Z Compiling ctest2 v0.4.10
1762026-05-20T17:55:01.085Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1772026-05-20T17:55:06.345Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.55s
1782026-05-20T17:55:06.364Z Running test/main.rs (target/debug/deps/main-400fd3aff2075dc2)
1792026-05-20T17:55:06.367ZRUNNING ALL TESTS
1802026-05-20T17:55:06.367ZPASSED 1185 tests
1812026-05-20T17:55:06.373ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1822026-05-20T17:55:06.432Z Updating crates.io index
1832026-05-20T17:55:06.594Z Locking 39 packages to latest compatible versions
1842026-05-20T17:55:06.642Z Compiling proc-macro2 v1.0.106
1852026-05-20T17:55:06.642Z Compiling quote v1.0.45
1862026-05-20T17:55:06.642Z Compiling unicode-ident v1.0.24
1872026-05-20T17:55:06.643Z Compiling libc v0.2.186
1882026-05-20T17:55:06.646Z Compiling serde_core v1.0.228
1892026-05-20T17:55:06.646Z Compiling serde v1.0.228
1902026-05-20T17:55:06.646Z Compiling cfg-if v0.1.10
1912026-05-20T17:55:06.646Z Compiling zmij v1.0.21
1922026-05-20T17:55:06.697Z Compiling serde_json v1.0.149
1932026-05-20T17:55:06.744Z Compiling memchr v2.8.0
1942026-05-20T17:55:06.905Z Compiling unicode-xid v0.2.6
1952026-05-20T17:55:06.930Z Compiling itoa v1.0.18
1962026-05-20T17:55:06.955Z Compiling semver v1.0.28
1972026-05-20T17:55:06.997Z Compiling find-msvc-tools v0.1.9
1982026-05-20T17:55:07.080Z Compiling bitflags v1.3.2
1992026-05-20T17:55:07.138Z Compiling log v0.4.29
2002026-05-20T17:55:07.159Z Compiling shlex v1.3.0
2012026-05-20T17:55:07.211Z Compiling rustc_version v0.4.1
2022026-05-20T17:55:07.264Z Compiling cc v1.2.62
2032026-05-20T17:55:07.301Z Compiling dirs-sys v0.3.7
2042026-05-20T17:55:07.301Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2052026-05-20T17:55:07.408Z Compiling dirs v2.0.2
2062026-05-20T17:55:07.468Z Compiling term v0.6.1
2072026-05-20T17:55:07.659Z Compiling syn v2.0.117
2082026-05-20T17:55:08.954Z Compiling serde_derive v1.0.228
2092026-05-20T17:55:10.875Z Compiling garando_pos v0.1.0
2102026-05-20T17:55:11.145Z Compiling garando_errors v0.1.0
2112026-05-20T17:55:11.502Z Compiling garando_syntax v0.1.1
2122026-05-20T17:55:15.593Z Compiling ctest2 v0.4.10
2132026-05-20T17:55:16.233Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2142026-05-20T17:55:18.154Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.77s
2152026-05-20T17:55:18.169Z Running test/main.rs (target/debug/deps/main-b9bcc713d619783f)
2162026-05-20T17:55:18.173ZRUNNING ALL TESTS
2172026-05-20T17:55:18.173ZPASSED 90 tests
2182026-05-20T17:55:18.176ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2192026-05-20T17:55:18.235Z Updating crates.io index
2202026-05-20T17:55:18.394Z Locking 41 packages to latest compatible versions
2212026-05-20T17:55:18.436Z Compiling libc v0.2.186
2222026-05-20T17:55:18.436Z Compiling proc-macro2 v1.0.106
2232026-05-20T17:55:18.436Z Compiling quote v1.0.45
2242026-05-20T17:55:18.436Z Compiling unicode-ident v1.0.24
2252026-05-20T17:55:18.436Z Compiling serde_core v1.0.228
2262026-05-20T17:55:18.440Z Compiling serde v1.0.228
2272026-05-20T17:55:18.440Z Compiling cfg-if v0.1.10
2282026-05-20T17:55:18.440Z Compiling zmij v1.0.21
2292026-05-20T17:55:18.500Z Compiling serde_json v1.0.149
2302026-05-20T17:55:18.543Z Compiling memchr v2.8.0
2312026-05-20T17:55:18.707Z Compiling itoa v1.0.18
2322026-05-20T17:55:18.731Z Compiling unicode-xid v0.2.6
2332026-05-20T17:55:18.756Z Compiling find-msvc-tools v0.1.9
2342026-05-20T17:55:18.820Z Compiling bitflags v1.3.2
2352026-05-20T17:55:18.859Z Compiling log v0.4.29
2362026-05-20T17:55:18.875Z Compiling semver v1.0.28
2372026-05-20T17:55:18.963Z Compiling shlex v1.3.0
2382026-05-20T17:55:19.049Z Compiling rustc_version v0.4.1
2392026-05-20T17:55:19.068Z Compiling cc v1.2.62
2402026-05-20T17:55:19.095Z Compiling dirs-sys v0.3.7
2412026-05-20T17:55:19.114Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2422026-05-20T17:55:19.199Z Compiling dirs v2.0.2
2432026-05-20T17:55:19.223Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2442026-05-20T17:55:19.261Z Compiling term v0.6.1
2452026-05-20T17:55:19.315Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2462026-05-20T17:55:19.481Z Compiling syn v2.0.117
2472026-05-20T17:55:20.751Z Compiling serde_derive v1.0.228
2482026-05-20T17:55:22.666Z Compiling garando_pos v0.1.0
2492026-05-20T17:55:22.941Z Compiling garando_errors v0.1.0
2502026-05-20T17:55:23.312Z Compiling garando_syntax v0.1.1
2512026-05-20T17:55:27.346Z Compiling ctest2 v0.4.10
2522026-05-20T17:55:27.980Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2532026-05-20T17:55:28.993Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.80s
2542026-05-20T17:55:29.008Z Running test/main.rs (target/debug/deps/main-e75440ce3fe7b2dd)
2552026-05-20T17:55:29.012ZRUNNING ALL TESTS
2562026-05-20T17:55:29.012ZPASSED 257 tests
2572026-05-20T17:55:29.016Zprocess exited: duration 81240 ms, exit code 0
 
2582026-05-20T17:55:29.023Zfound 0 output files