01JJX8ZR4V8PNF013XF4FGA7SF: test-ddm-trio-v2-transit

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JJX904PS4GC3RX0P4XDETQZ2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-31T04:14:10.905Zjob assigned to worker 01JJX90B2NEABTWE5X138G7XF9 [factory aws, i-080d071af7518a42e] (queued for 59 s)
 
22025-01-31T04:14:18.954Zstarting task 0: "setup"
32025-01-31T04:14:18.963Z++ uname -s
42025-01-31T04:14:18.966Z+ kern=SunOS
52025-01-31T04:14:18.966Z+ build_user=build
62025-01-31T04:14:18.966Z+ build_uid=12345
72025-01-31T04:14:18.966Z+ work_dir=/work
82025-01-31T04:14:18.966Z+ input_dir=/input
92025-01-31T04:14:18.966Z+ [[ 0 == 12345 ]]
102025-01-31T04:14:18.966Z+ case "$kern" in
112025-01-31T04:14:18.966Z+ groupadd -g 12345 build
122025-01-31T04:14:18.969Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-01-31T04:14:20.976Z+ zfs create -o mountpoint=/work rpool/work
142025-01-31T04:14:21.083Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-01-31T04:14:21.085Z+ home_fs=zfs
162025-01-31T04:14:21.086Z+ [[ zfs == autofs ]]
172025-01-31T04:14:21.086Z+ mkdir -p /home/build
182025-01-31T04:14:21.088Z+ chown build:build /home/build /work
192025-01-31T04:14:23.089Z+ chmod 0700 /home/build /work
202025-01-31T04:14:23.092Zprocess exited: duration 4140 ms, exit code 0
 
212025-01-31T04:14:23.098Zstarting task 1: "rust-toolchain"
222025-01-31T04:14:23.104Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-01-31T04:14:23.104Z * rust toolchain channel = "stable"
242025-01-31T04:14:23.104Z * rust toolchain profile = "default"
252025-01-31T04:14:23.104Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-01-31T04:14:23.104Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-01-31T04:14:23.104Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-01-31T04:14:23.107Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-01-31T04:14:23.107Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-01-31T04:14:23.229Zinfo: downloading installer
312025-01-31T04:14:24.597Zwarning: it looks like you have an existing installation of Rust at:
322025-01-31T04:14:24.597Zwarning: /opt/ooce/bin
332025-01-31T04:14:24.597Zwarning: It is recommended that rustup be the primary Rust installation.
342025-01-31T04:14:24.597Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-01-31T04:14:24.597Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-01-31T04:14:24.597Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-01-31T04:14:24.597Zwarning: or pass `-y' to ignore all ignorable checks.
382025-01-31T04:14:24.597Zerror: cannot install while Rust is installed
392025-01-31T04:14:24.597Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-01-31T04:14:24.614Zinfo: profile set to 'default'
412025-01-31T04:14:24.614Zinfo: default host triple is x86_64-unknown-illumos
422025-01-31T04:14:24.617Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-01-31T04:14:24.756Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-01-31T04:14:24.756Zinfo: downloading component 'cargo'
452025-01-31T04:14:25.505Zinfo: downloading component 'clippy'
462025-01-31T04:14:25.791Zinfo: downloading component 'rust-docs'
472025-01-31T04:14:26.814Zinfo: downloading component 'rust-std'
482025-01-31T04:14:28.461Zinfo: downloading component 'rustc'
492025-01-31T04:14:34.259Zinfo: downloading component 'rustfmt'
502025-01-31T04:14:34.482Zinfo: installing component 'cargo'
512025-01-31T04:14:35.311Zinfo: installing component 'clippy'
522025-01-31T04:14:35.693Zinfo: installing component 'rust-docs'
532025-01-31T04:14:37.338Zinfo: installing component 'rust-std'
542025-01-31T04:14:39.185Zinfo: installing component 'rustc'
552025-01-31T04:14:45.099Zinfo: installing component 'rustfmt'
562025-01-31T04:14:45.438Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-01-31T04:14:45.438Z
582025-01-31T04:14:45.829Z stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-01-31T04:14:45.829Z
602025-01-31T04:14:45.832Z
612025-01-31T04:14:45.832ZRust is installed now. Great!
622025-01-31T04:14:45.832Z
632025-01-31T04:14:45.832ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-01-31T04:14:45.832Zenvironment variable. This has not been done automatically.
652025-01-31T04:14:45.832Z
662025-01-31T04:14:45.832ZTo configure your current shell, you need to source
672025-01-31T04:14:45.832Zthe corresponding env file under $HOME/.cargo.
682025-01-31T04:14:45.832Z
692025-01-31T04:14:45.832ZThis is usually done by running one of the following (note the leading DOT):
702025-01-31T04:14:45.832Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-01-31T04:14:45.832Zsource "$HOME/.cargo/env.fish" # For fish
722025-01-31T04:14:45.905Z+ rustup --version
732025-01-31T04:14:45.913Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-01-31T04:14:45.913Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-01-31T04:14:45.992Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-01-31T04:14:45.996Z+ cargo --version
772025-01-31T04:14:46.055Zcargo 1.84.1 (66221abde 2024-11-19)
782025-01-31T04:14:46.058Z+ rustc --version
792025-01-31T04:14:46.118Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-01-31T04:14:46.121Zprocess exited: duration 23020 ms, exit code 0
 
812025-01-31T04:14:46.127Zstarting task 2: "authentication"
822025-01-31T04:14:46.148Zprocess exited: duration 20 ms, exit code 0
 
832025-01-31T04:14:46.153Zstarting task 3: "clone repository"
842025-01-31T04:14:46.158Z+ mkdir -p /work/oxidecomputer/maghemite
852025-01-31T04:14:46.160Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862025-01-31T04:14:46.196ZCloning into '/work/oxidecomputer/maghemite'...
872025-01-31T04:14:46.771Z+ cd /work/oxidecomputer/maghemite
882025-01-31T04:14:46.771Z+ git fetch origin 2898e144474ee2183c7231c171525c98652f98e6
892025-01-31T04:14:47.040ZFrom https://github.com/oxidecomputer/maghemite
902025-01-31T04:14:47.040Z * branch 2898e144474ee2183c7231c171525c98652f98e6 -> FETCH_HEAD
912025-01-31T04:14:47.047Z+ [[ -n renovate/rust-1.x ]]
922025-01-31T04:14:47.050Z++ git branch --show-current
932025-01-31T04:14:47.053Z+ current=main
942025-01-31T04:14:47.053Z+ [[ main != renovate/rust-1.x ]]
952025-01-31T04:14:47.053Z+ git branch -f renovate/rust-1.x 2898e144474ee2183c7231c171525c98652f98e6
962025-01-31T04:14:47.056Z+ git checkout -f renovate/rust-1.x
972025-01-31T04:14:47.069ZSwitched to branch 'renovate/rust-1.x'
982025-01-31T04:14:47.072Z+ git reset --hard 2898e144474ee2183c7231c171525c98652f98e6
992025-01-31T04:14:47.084ZHEAD is now at 2898e14 Update dependency rust to v1.84.1
1002025-01-31T04:14:47.087Zprocess exited: duration 932 ms, exit code 0
 
1012025-01-31T04:14:47.093Zstarting task 4: "build"
1022025-01-31T04:14:47.098Z++ cargo --version
1032025-01-31T04:14:47.103Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
1042025-01-31T04:14:47.263Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
1052025-01-31T04:14:47.263Zinfo: downloading component 'cargo'
1062025-01-31T04:14:48.153Zinfo: downloading component 'clippy'
1072025-01-31T04:14:48.491Zinfo: downloading component 'rust-docs'
1082025-01-31T04:14:49.698Zinfo: downloading component 'rust-std'
1092025-01-31T04:14:51.660Zinfo: downloading component 'rustc'
1102025-01-31T04:14:58.561Zinfo: downloading component 'rustfmt'
1112025-01-31T04:14:58.822Zinfo: installing component 'cargo'
1122025-01-31T04:14:59.659Zinfo: installing component 'clippy'
1132025-01-31T04:15:00.039Zinfo: installing component 'rust-docs'
1142025-01-31T04:15:01.664Zinfo: installing component 'rust-std'
1152025-01-31T04:15:03.523Zinfo: installing component 'rustc'
1162025-01-31T04:15:09.524Zinfo: installing component 'rustfmt'
1172025-01-31T04:15:09.949Zcargo 1.84.1 (66221abde 2024-11-19)
1182025-01-31T04:15:09.952Z++ rustc --version
1192025-01-31T04:15:10.021Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1202025-01-31T04:15:10.025Z++ dladm
1212025-01-31T04:15:10.030ZLINK CLASS MTU STATE BRIDGE OVER
1222025-01-31T04:15:10.030Zena0 phys 9216 up -- --
1232025-01-31T04:15:10.033Z++ ipadm
1242025-01-31T04:15:10.033ZADDROBJ TYPE STATE ADDR
1252025-01-31T04:15:10.033Zlo0/v4 static ok 127.0.0.1/8
1262025-01-31T04:15:10.034Zena0/dhcp dhcp ok 10.150.1.226/24
1272025-01-31T04:15:10.034Zlo0/v6 static ok ::1/128
1282025-01-31T04:15:10.034Z++ banner collect
1292025-01-31T04:15:10.037Z
1302025-01-31T04:15:10.037Z #### #### # # ###### #### #####
1312025-01-31T04:15:10.037Z # # # # # # # # # #
1322025-01-31T04:15:10.037Z # # # # # ##### # #
1332025-01-31T04:15:10.037Z # # # # # # # #
1342025-01-31T04:15:10.038Z # # # # # # # # # #
1352025-01-31T04:15:10.038Z #### #### ###### ###### ###### #### #
1362025-01-31T04:15:10.038Z
1372025-01-31T04:15:10.038Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1382025-01-31T04:15:10.038Z++ repo=softnpu
1392025-01-31T04:15:10.038Z++ series=image
1402025-01-31T04:15:10.038Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1412025-01-31T04:15:10.038Z++ name=softnpu
1422025-01-31T04:15:10.038Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1432025-01-31T04:15:10.038Z++ mkdir -p download
1442025-01-31T04:15:10.042Z++ pushd download
1452025-01-31T04:15:10.042Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1462025-01-31T04:15:10.042Z++ [[ ! -f softnpu ]]
1472025-01-31T04:15:10.043Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1482025-01-31T04:15:10.047Z % Total % Received % Xferd Average Speed Time Time Time Current
1492025-01-31T04:15:10.047Z Dload Upload Total Spent Left Speed
1502025-01-31T04:15:10.455Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 53.3M 0 --:--:-- --:--:-- --:--:-- 53.3M
1512025-01-31T04:15:10.459Z++ popd
1522025-01-31T04:15:10.462Z/work/oxidecomputer/maghemite
1532025-01-31T04:15:10.462Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1542025-01-31T04:15:10.462Z++ repo=sidecar-lite
1552025-01-31T04:15:10.462Z++ series=release
1562025-01-31T04:15:10.462Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1572025-01-31T04:15:10.462Z++ name=libsidecar_lite.so
1582025-01-31T04:15:10.462Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1592025-01-31T04:15:10.462Z++ mkdir -p download
1602025-01-31T04:15:10.462Z++ pushd download
1612025-01-31T04:15:10.462Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1622025-01-31T04:15:10.462Z++ [[ ! -f libsidecar_lite.so ]]
1632025-01-31T04:15:10.462Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1642025-01-31T04:15:10.470Z % Total % Received % Xferd Average Speed Time Time Time Current
1652025-01-31T04:15:10.470Z Dload Upload Total Spent Left Speed
1662025-01-31T04:15:10.873Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 50.3M 0 --:--:-- --:--:-- --:--:-- 50.5M
1672025-01-31T04:15:10.876Z++ popd
1682025-01-31T04:15:10.879Z/work/oxidecomputer/maghemite
1692025-01-31T04:15:10.879Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1702025-01-31T04:15:10.879Z++ repo=sidecar-lite
1712025-01-31T04:15:10.879Z++ series=release
1722025-01-31T04:15:10.879Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1732025-01-31T04:15:10.879Z++ name=scadm
1742025-01-31T04:15:10.879Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1752025-01-31T04:15:10.879Z++ mkdir -p download
1762025-01-31T04:15:10.879Z++ pushd download
1772025-01-31T04:15:10.879Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1782025-01-31T04:15:10.879Z++ [[ ! -f scadm ]]
1792025-01-31T04:15:10.879Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1802025-01-31T04:15:10.888Z % Total % Received % Xferd Average Speed Time Time Time Current
1812025-01-31T04:15:10.888Z Dload Upload Total Spent Left Speed
1822025-01-31T04:15:11.227Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 22.7M 6 1627k 0 0 14.6M 0 0:00:01 --:--:-- 0:00:01 14.7M 100 22.7M 100 22.7M 0 0 67.1M 0 --:--:-- --:--:-- --:--:-- 67.0M
1832025-01-31T04:15:11.230Z++ popd
1842025-01-31T04:15:11.234Z/work/oxidecomputer/maghemite
1852025-01-31T04:15:11.234Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1862025-01-31T04:15:11.234Z++ repo=dendrite
1872025-01-31T04:15:11.235Z++ series=image
1882025-01-31T04:15:11.235Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1892025-01-31T04:15:11.235Z++ name=dendrite-softnpu.tar.gz
1902025-01-31T04:15:11.235Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1912025-01-31T04:15:11.235Z++ mkdir -p download
1922025-01-31T04:15:11.235Z++ pushd download
1932025-01-31T04:15:11.235Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1942025-01-31T04:15:11.235Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1952025-01-31T04:15:11.235Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1962025-01-31T04:15:11.243Z % Total % Received % Xferd Average Speed Time Time Time Current
1972025-01-31T04:15:11.247Z Dload Upload Total Spent Left Speed
1982025-01-31T04:15:11.776Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 70.3M 0 --:--:-- --:--:-- --:--:-- 70.4M
1992025-01-31T04:15:11.781Z++ popd
2002025-01-31T04:15:11.784Z/work/oxidecomputer/maghemite
2012025-01-31T04:15:11.784Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
2022025-01-31T04:15:11.784Z++ repo=maghemite
2032025-01-31T04:15:11.784Z++ series=release
2042025-01-31T04:15:11.785Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2052025-01-31T04:15:11.785Z++ name=ddmd
2062025-01-31T04:15:11.785Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2072025-01-31T04:15:11.785Z++ mkdir -p download
2082025-01-31T04:15:11.785Z++ pushd download
2092025-01-31T04:15:11.785Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2102025-01-31T04:15:11.785Z++ [[ ! -f ddmd ]]
2112025-01-31T04:15:11.785Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
2122025-01-31T04:15:11.791Z % Total % Received % Xferd Average Speed Time Time Time Current
2132025-01-31T04:15:11.791Z Dload Upload Total Spent Left Speed
2142025-01-31T04:15:12.353Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 40.9M 28 11.7M 0 0 57.3M 0 --:--:-- --:--:-- --:--:-- 57.4M 100 40.9M 100 40.9M 0 0 72.8M 0 --:--:-- --:--:-- --:--:-- 72.8M
2152025-01-31T04:15:12.357Z++ popd
2162025-01-31T04:15:12.357Z/work/oxidecomputer/maghemite
2172025-01-31T04:15:12.360Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
2182025-01-31T04:15:12.360Z++ repo=maghemite
2192025-01-31T04:15:12.360Z++ series=release
2202025-01-31T04:15:12.360Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2212025-01-31T04:15:12.360Z++ name=ddmadm
2222025-01-31T04:15:12.360Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2232025-01-31T04:15:12.360Z++ mkdir -p download
2242025-01-31T04:15:12.360Z++ pushd download
2252025-01-31T04:15:12.360Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2262025-01-31T04:15:12.360Z++ [[ ! -f ddmadm ]]
2272025-01-31T04:15:12.360Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2282025-01-31T04:15:12.368Z % Total % Received % Xferd Average Speed Time Time Time Current
2292025-01-31T04:15:12.368Z Dload Upload Total Spent Left Speed
2302025-01-31T04:15:12.736Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 49.2M 0 --:--:-- --:--:-- --:--:-- 49.3M
2312025-01-31T04:15:12.739Z++ popd
2322025-01-31T04:15:12.739Z/work/oxidecomputer/maghemite
2332025-01-31T04:15:12.739Z++ pushd download
2342025-01-31T04:15:12.739Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2352025-01-31T04:15:12.739Z++ chmod +x softnpu
2362025-01-31T04:15:12.750Z++ chmod +x scadm
2372025-01-31T04:15:12.750Z++ chmod +x ddmadm
2382025-01-31T04:15:12.750Z++ chmod +x ddmd
2392025-01-31T04:15:12.750Z++ mv ddmadm ddmadm-v2
2402025-01-31T04:15:12.750Z++ mv ddmd ddmd-v2
2412025-01-31T04:15:12.754Z++ rm -rf zones/dendrite
2422025-01-31T04:15:12.754Z++ mkdir -p zones/dendrite
2432025-01-31T04:15:12.757Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2442025-01-31T04:15:13.519Z++ popd
2452025-01-31T04:15:13.520Z/work/oxidecomputer/maghemite
2462025-01-31T04:15:13.520Z++ banner install
2472025-01-31T04:15:13.524Z
2482025-01-31T04:15:13.524Z # # # #### ##### ## # #
2492025-01-31T04:15:13.524Z # ## # # # # # # #
2502025-01-31T04:15:13.524Z # # # # #### # # # # #
2512025-01-31T04:15:13.524Z # # # # # # ###### # #
2522025-01-31T04:15:13.524Z # # ## # # # # # # #
2532025-01-31T04:15:13.525Z # # # #### # # # ###### ######
2542025-01-31T04:15:13.525Z
2552025-01-31T04:15:13.525Z++ pkg info brand/sparse
2562025-01-31T04:15:13.531Z++ grep -qi installed
2572025-01-31T04:15:15.142Zpkg: info: no packages matching the following patterns you specified are
2582025-01-31T04:15:15.142Zinstalled on the system. Try querying remotely instead:
2592025-01-31T04:15:15.142Z
2602025-01-31T04:15:15.143Z brand/sparse
2612025-01-31T04:15:15.193Z++ [[ 1 != 0 ]]
2622025-01-31T04:15:15.193Z++ set -o errexit
2632025-01-31T04:15:15.193Z++ pfexec pkg install brand/sparse
2642025-01-31T04:15:23.124Z Startup: Refreshing catalog 'helios-dev' ... Done
2652025-01-31T04:15:27.286Z Startup: Caching catalogs ... Done
2662025-01-31T04:15:38.994ZPlanning: Solver setup ... Done
2672025-01-31T04:15:39.144ZPlanning: Running solver ... Done
2682025-01-31T04:15:39.253ZPlanning: Finding local manifests ... Done
2692025-01-31T04:15:39.285ZPlanning: Fetching manifests: 0/3 0% complete
2702025-01-31T04:15:39.393ZPlanning: Fetching manifests: 3/3 100% complete
2712025-01-31T04:15:39.466ZPlanning: Package planning ... Done
2722025-01-31T04:15:39.472ZPlanning: Merging actions ... Done
2732025-01-31T04:15:39.664ZPlanning: Checking for conflicting actions ... Done
2742025-01-31T04:15:41.797ZPlanning: Consolidating action changes ... Done
2752025-01-31T04:15:42.234ZPlanning: Evaluating mediators ... Done
2762025-01-31T04:15:42.304ZPlanning: Planning completed in 14.92 seconds
2772025-01-31T04:15:42.320Z Packages to install: 1
2782025-01-31T04:15:42.320Z Packages to update: 2
2792025-01-31T04:15:42.323Z Create boot environment: No
2802025-01-31T04:15:42.323ZCreate backup boot environment: Yes
2812025-01-31T04:15:42.395Z
2822025-01-31T04:15:42.395ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2832025-01-31T04:15:46.838ZDownload: Completed 8.03 MB in 4.44 seconds (1.8M/s)
2842025-01-31T04:15:48.826Z Actions: 1/1419 actions (Removing old actions)
2852025-01-31T04:15:48.847Z Actions: 199/1419 actions (Installing new actions)
2862025-01-31T04:15:48.960Z Actions: 579/1419 actions (Updating modified actions)
2872025-01-31T04:15:49.275Z Actions: Completed 1419 actions in 0.45 seconds.
2882025-01-31T04:15:49.654Z Done
2892025-01-31T04:15:49.656Z Done
2902025-01-31T04:15:50.187Z Done
2912025-01-31T04:15:54.486Z Done
2922025-01-31T04:15:54.567Z Done
2932025-01-31T04:15:54.570Z Done
2942025-01-31T04:15:54.756Z Done
2952025-01-31T04:15:55.156Z++ set -o errexit
2962025-01-31T04:15:55.156Z++ set -o pipefail
2972025-01-31T04:15:55.156Z++ banner build
2982025-01-31T04:15:55.159Z
2992025-01-31T04:15:55.159Z ##### # # # # #####
3002025-01-31T04:15:55.159Z # # # # # # # #
3012025-01-31T04:15:55.159Z ##### # # # # # #
3022025-01-31T04:15:55.159Z # # # # # # # #
3032025-01-31T04:15:55.159Z # # # # # # # #
3042025-01-31T04:15:55.159Z ##### #### # ###### #####
3052025-01-31T04:15:55.159Z
3062025-01-31T04:15:55.159Z++ cargo build --release --bin ddmd --bin ddmadm
3072025-01-31T04:15:55.318Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
3082025-01-31T04:15:55.547Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
3092025-01-31T04:15:55.774ZFrom https://www.github.com/oxidecomputer/oxnet
3102025-01-31T04:15:55.774Z * [new branch] ci -> origin/ci
3112025-01-31T04:15:55.777Z * [new branch] dependabot/cargo/ipnetwork-0.21.1 -> origin/dependabot/cargo/ipnetwork-0.21.1
3122025-01-31T04:15:55.777Z * [new branch] dependabot/cargo/regress-0.10.3 -> origin/dependabot/cargo/regress-0.10.3
3132025-01-31T04:15:55.777Z * [new branch] dependabot/cargo/serde-1.0.217 -> origin/dependabot/cargo/serde-1.0.217
3142025-01-31T04:15:55.777Z * [new branch] dependabot/cargo/serde_json-1.0.137 -> origin/dependabot/cargo/serde_json-1.0.137
3152025-01-31T04:15:55.777Z * [new branch] main -> origin/main
3162025-01-31T04:15:55.777Z * [new ref] -> origin/HEAD
3172025-01-31T04:15:55.790Z Updating crates.io index
3182025-01-31T04:15:55.864Z Updating git repository `https://github.com/oxidecomputer/falcon`
3192025-01-31T04:15:56.544ZFrom https://github.com/oxidecomputer/falcon
3202025-01-31T04:15:56.544Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3212025-01-31T04:15:56.661Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3222025-01-31T04:15:57.752ZFrom https://github.com/oxidecomputer/dendrite
3232025-01-31T04:15:57.752Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3242025-01-31T04:15:57.807Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252025-01-31T04:15:58.108ZFrom https://github.com/oxidecomputer/ispf
3262025-01-31T04:15:58.108Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3272025-01-31T04:15:58.116Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3282025-01-31T04:15:58.445ZFrom https://github.com/oxidecomputer/netadm-sys
3292025-01-31T04:15:58.445Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3302025-01-31T04:15:58.457Z Updating git repository `https://github.com/oxidecomputer/omicron`
3312025-01-31T04:16:02.588ZFrom https://github.com/oxidecomputer/omicron
3322025-01-31T04:16:02.588Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3332025-01-31T04:16:02.936Z Updating git repository `https://github.com/oxidecomputer/opte`
3342025-01-31T04:16:03.543ZFrom https://github.com/oxidecomputer/opte
3352025-01-31T04:16:03.543Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3362025-01-31T04:16:03.622Z Updating git repository `https://github.com/illumos/smf-rs`
3372025-01-31T04:16:04.033ZFrom https://github.com/illumos/smf-rs
3382025-01-31T04:16:04.034Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3392025-01-31T04:16:04.045Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3402025-01-31T04:16:04.431ZFrom https://github.com/oxidecomputer/maghemite
3412025-01-31T04:16:04.431Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3422025-01-31T04:16:04.484Z Updating git repository `https://github.com/oxidecomputer/zone`
3432025-01-31T04:16:04.763ZFrom https://github.com/oxidecomputer/zone
3442025-01-31T04:16:04.763Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3452025-01-31T04:16:04.793Z Updating git repository `https://github.com/oxidecomputer/propolis`
3462025-01-31T04:16:05.472ZFrom https://github.com/oxidecomputer/propolis
3472025-01-31T04:16:05.472Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3482025-01-31T04:16:05.593Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3492025-01-31T04:16:05.862ZFrom https://github.com/oxidecomputer/dlpi-sys
3502025-01-31T04:16:05.862Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3512025-01-31T04:16:05.897Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3522025-01-31T04:16:06.219ZFrom https://github.com/jmesmon/rust-libzfs
3532025-01-31T04:16:06.219Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3542025-01-31T04:16:06.232Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3552025-01-31T04:16:06.487ZFrom https://github.com/oxidecomputer/rusty-doors
3562025-01-31T04:16:06.487Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3572025-01-31T04:16:06.503Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3582025-01-31T04:16:06.876ZFrom https://github.com/oxidecomputer/maghemite
3592025-01-31T04:16:06.876Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3602025-01-31T04:16:06.931Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3612025-01-31T04:16:07.189ZFrom https://github.com/oxidecomputer/serde_human_bytes
3622025-01-31T04:16:07.189Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3632025-01-31T04:16:07.219Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3642025-01-31T04:16:07.527ZFrom https://github.com/oxidecomputer/slog-error-chain
3652025-01-31T04:16:07.527Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3662025-01-31T04:16:07.568Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3672025-01-31T04:16:07.835ZFrom https://github.com/oxidecomputer/poptrie
3682025-01-31T04:16:07.835Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3692025-01-31T04:16:07.859Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3702025-01-31T04:16:08.152ZFrom https://github.com/illumos/libscf-sys
3712025-01-31T04:16:08.153Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3722025-01-31T04:16:08.188Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3732025-01-31T04:16:08.984ZFrom https://github.com/oxidecomputer/progenitor
3742025-01-31T04:16:08.984Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3752025-01-31T04:16:09.088Z Updating git repository `https://github.com/oxidecomputer/typify`
3762025-01-31T04:16:09.897ZFrom https://github.com/oxidecomputer/typify
3772025-01-31T04:16:09.897Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3782025-01-31T04:16:10.169Z Updating git repository `https://github.com/oxidecomputer/crucible`
3792025-01-31T04:16:11.305ZFrom https://github.com/oxidecomputer/crucible
3802025-01-31T04:16:11.305Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3812025-01-31T04:16:11.383Z Updating git repository `https://github.com/oxidecomputer/opte`
3822025-01-31T04:16:11.693ZFrom https://github.com/oxidecomputer/opte
3832025-01-31T04:16:11.693Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3842025-01-31T04:16:11.739Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3852025-01-31T04:16:12.274ZFrom https://github.com/oxidecomputer/management-gateway-service
3862025-01-31T04:16:12.274Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3872025-01-31T04:16:13.018Z Downloading crates ...
3882025-01-31T04:16:13.094Z Downloaded arc-swap v1.7.1
3892025-01-31T04:16:13.101Z Downloaded atomicwrites v0.4.4
3902025-01-31T04:16:13.109Z Downloaded anstyle-parse v0.2.5
3912025-01-31T04:16:13.113Z Downloaded futures-sink v0.3.30
3922025-01-31T04:16:13.116Z Downloaded crunchy v0.2.2
3932025-01-31T04:16:13.116Z Downloaded ciborium-io v0.2.2
3942025-01-31T04:16:13.119Z Downloaded foreign-types v0.3.2
3952025-01-31T04:16:13.122Z Downloaded crc8 v0.1.1
3962025-01-31T04:16:13.122Z Downloaded const-random v0.1.18
3972025-01-31T04:16:13.125Z Downloaded async-stream-impl v0.3.5
3982025-01-31T04:16:13.129Z Downloaded foreign-types-macros v0.2.3
3992025-01-31T04:16:13.129Z Downloaded const-random-macro v0.1.16
4002025-01-31T04:16:13.132Z Downloaded progenitor-macro v0.8.0
4012025-01-31T04:16:13.132Z Downloaded pest_derive v2.7.13
4022025-01-31T04:16:13.135Z Downloaded proc-macro2 v1.0.86
4032025-01-31T04:16:13.138Z Downloaded digest v0.10.7
4042025-01-31T04:16:13.141Z Downloaded dirs-sys-next v0.1.2
4052025-01-31T04:16:13.143Z Downloaded sigpipe v0.1.3
4062025-01-31T04:16:13.146Z Downloaded ciborium-ll v0.2.2
4072025-01-31T04:16:13.146Z Downloaded enum-as-inner v0.6.1
4082025-01-31T04:16:13.148Z Downloaded cstr-argument v0.1.2
4092025-01-31T04:16:13.148Z Downloaded progenitor-client v0.8.0
4102025-01-31T04:16:13.152Z Downloaded async-stream v0.3.5
4112025-01-31T04:16:13.152Z Downloaded pretty-hex v0.2.1
4122025-01-31T04:16:13.155Z Downloaded percent-encoding v2.3.1
4132025-01-31T04:16:13.155Z Downloaded argon2 v0.5.3
4142025-01-31T04:16:13.159Z Downloaded serde-big-array v0.5.1
4152025-01-31T04:16:13.161Z Downloaded dirs-next v2.0.0
4162025-01-31T04:16:13.161Z Downloaded convert_case v0.4.0
4172025-01-31T04:16:13.161Z Downloaded colorchoice v1.0.2
4182025-01-31T04:16:13.165Z Downloaded anstyle-query v1.1.1
4192025-01-31T04:16:13.165Z Downloaded foreign-types-shared v0.1.1
4202025-01-31T04:16:13.168Z Downloaded scroll_derive v0.12.0
4212025-01-31T04:16:13.168Z Downloaded fastrand v2.1.1
4222025-01-31T04:16:13.168Z Downloaded cfg-if v1.0.0
4232025-01-31T04:16:13.171Z Downloaded quote v1.0.37
4242025-01-31T04:16:13.173Z Downloaded quick-error v1.2.3
4252025-01-31T04:16:13.176Z Downloaded clap_lex v0.7.4
4262025-01-31T04:16:13.176Z Downloaded futures-io v0.3.30
4272025-01-31T04:16:13.179Z Downloaded fixedbitset v0.4.2
4282025-01-31T04:16:13.179Z Downloaded equivalent v1.0.1
4292025-01-31T04:16:13.181Z Downloaded darling_macro v0.20.10
4302025-01-31T04:16:13.181Z Downloaded fnv v1.0.7
4312025-01-31T04:16:13.184Z Downloaded crucible-workspace-hack v0.1.0
4322025-01-31T04:16:13.184Z Downloaded progenitor v0.8.0
4332025-01-31T04:16:13.187Z Downloaded anstream v0.6.15
4342025-01-31T04:16:13.190Z Downloaded serde_tokenstream v0.2.2
4352025-01-31T04:16:13.192Z Downloaded schemars_derive v0.8.21
4362025-01-31T04:16:13.192Z Downloaded serde_path_to_error v0.1.16
4372025-01-31T04:16:13.195Z Downloaded foreign-types-shared v0.3.1
4382025-01-31T04:16:13.197Z Downloaded rustc_version v0.4.1
4392025-01-31T04:16:13.197Z Downloaded rand_core v0.6.4
4402025-01-31T04:16:13.200Z Downloaded semver v0.1.20
4412025-01-31T04:16:13.200Z Downloaded rustversion v1.0.17
4422025-01-31T04:16:13.203Z Downloaded futures-macro v0.3.30
4432025-01-31T04:16:13.206Z Downloaded shlex v1.3.0
4442025-01-31T04:16:13.206Z Downloaded block-buffer v0.10.4
4452025-01-31T04:16:13.211Z Downloaded embedded-io v0.6.1
4462025-01-31T04:16:13.211Z Downloaded slog-dtrace v0.3.0
4472025-01-31T04:16:13.214Z Downloaded ciborium v0.2.2
4482025-01-31T04:16:13.217Z Downloaded serde_spanned v0.6.7
4492025-01-31T04:16:13.217Z Downloaded resolv-conf v0.7.0
4502025-01-31T04:16:13.220Z Downloaded password-hash v0.5.0
4512025-01-31T04:16:13.222Z Downloaded rustls-pemfile v1.0.4
4522025-01-31T04:16:13.225Z Downloaded crc32fast v1.4.2
4532025-01-31T04:16:13.228Z Downloaded http-body v1.0.1
4542025-01-31T04:16:13.228Z Downloaded camino-tempfile v1.1.1
4552025-01-31T04:16:13.233Z Downloaded slab v0.4.9
4562025-01-31T04:16:13.235Z Downloaded slog-bunyan v2.5.0
4572025-01-31T04:16:13.235Z Downloaded ahash v0.8.11
4582025-01-31T04:16:13.238Z Downloaded instant v0.1.13
4592025-01-31T04:16:13.241Z Downloaded slog-envlogger v2.2.0
4602025-01-31T04:16:13.241Z Downloaded byteorder v1.5.0
4612025-01-31T04:16:13.244Z Downloaded atomic-waker v1.1.2
4622025-01-31T04:16:13.247Z Downloaded newline-converter v0.3.0
4632025-01-31T04:16:13.247Z Downloaded take_mut v0.2.2
4642025-01-31T04:16:13.247Z Downloaded pretty-hex v0.4.1
4652025-01-31T04:16:13.250Z Downloaded scroll v0.12.0
4662025-01-31T04:16:13.250Z Downloaded slog-async v2.8.0
4672025-01-31T04:16:13.252Z Downloaded heck v0.5.0
4682025-01-31T04:16:13.255Z Downloaded dof v0.3.0
4692025-01-31T04:16:13.256Z Downloaded cpufeatures v0.2.14
4702025-01-31T04:16:13.258Z Downloaded postcard v1.0.10
4712025-01-31T04:16:13.261Z Downloaded sha1 v0.10.6
4722025-01-31T04:16:13.263Z Downloaded rustc-hash v2.0.0
4732025-01-31T04:16:13.267Z Downloaded rustls-pki-types v1.8.0
4742025-01-31T04:16:13.272Z Downloaded zone_cfg_derive v0.3.0
4752025-01-31T04:16:13.272Z Downloaded parking_lot_core v0.9.10
4762025-01-31T04:16:13.272Z Downloaded serde_with_macros v3.9.0
4772025-01-31T04:16:13.275Z Downloaded hostname v0.3.1
4782025-01-31T04:16:13.277Z Downloaded signal-hook-registry v1.4.2
4792025-01-31T04:16:13.277Z Downloaded progenitor-impl v0.8.0
4802025-01-31T04:16:13.281Z Downloaded hubpack_derive v0.1.1
4812025-01-31T04:16:13.281Z Downloaded hash32 v0.3.1
4822025-01-31T04:16:13.283Z Downloaded semver v1.0.23
4832025-01-31T04:16:13.286Z Downloaded rustls-pemfile v2.1.3
4842025-01-31T04:16:13.288Z Downloaded try-lock v0.2.5
4852025-01-31T04:16:13.290Z Downloaded tower-service v0.3.3
4862025-01-31T04:16:13.290Z Downloaded serde_urlencoded v0.7.1
4872025-01-31T04:16:13.293Z Downloaded fxhash v0.2.1
4882025-01-31T04:16:13.297Z Downloaded thread_local v1.1.8
4892025-01-31T04:16:13.297Z Downloaded proc-macro-crate v3.2.0
4902025-01-31T04:16:13.300Z Downloaded thiserror-impl v1.0.69
4912025-01-31T04:16:13.300Z Downloaded num-derive v0.3.3
4922025-01-31T04:16:13.302Z Downloaded derive-where v1.2.7
4932025-01-31T04:16:13.305Z Downloaded match_cfg v0.1.0
4942025-01-31T04:16:13.309Z Downloaded defmt v0.3.8
4952025-01-31T04:16:13.311Z Downloaded num-conv v0.1.0
4962025-01-31T04:16:13.314Z Downloaded darling_core v0.20.10
4972025-01-31T04:16:13.318Z Downloaded similar v2.6.0
4982025-01-31T04:16:13.324Z Downloaded zone v0.3.0
4992025-01-31T04:16:13.327Z Downloaded sync_wrapper v1.0.1
5002025-01-31T04:16:13.329Z Downloaded sync_wrapper v0.1.2
5012025-01-31T04:16:13.329Z Downloaded num-integer v0.1.46
5022025-01-31T04:16:13.332Z Downloaded http-body-util v0.1.2
5032025-01-31T04:16:13.334Z Downloaded indent_write v2.2.0
5042025-01-31T04:16:13.334Z Downloaded toml_datetime v0.6.8
5052025-01-31T04:16:13.337Z Downloaded humantime v2.1.0
5062025-01-31T04:16:13.337Z Downloaded time-core v0.1.2
5072025-01-31T04:16:13.339Z Downloaded memmap v0.7.0
5082025-01-31T04:16:13.341Z Downloaded ipnet v2.10.0
5092025-01-31T04:16:13.344Z Downloaded sha2 v0.10.8
5102025-01-31T04:16:13.346Z Downloaded tinyvec_macros v0.1.1
5112025-01-31T04:16:13.346Z Downloaded terminal_size v0.4.0
5122025-01-31T04:16:13.349Z Downloaded swrite v0.1.0
5132025-01-31T04:16:13.349Z Downloaded ryu v1.0.18
5142025-01-31T04:16:13.352Z Downloaded mime v0.3.17
5152025-01-31T04:16:13.355Z Downloaded strum v0.26.3
5162025-01-31T04:16:13.358Z Downloaded tracing-attributes v0.1.27
5172025-01-31T04:16:13.358Z Downloaded lock_api v0.4.12
5182025-01-31T04:16:13.361Z Downloaded thiserror v1.0.69
5192025-01-31T04:16:13.367Z Downloaded smf v0.2.3
5202025-01-31T04:16:13.370Z Downloaded futures v0.3.30
5212025-01-31T04:16:13.373Z Downloaded openssl-macros v0.1.1
5222025-01-31T04:16:13.375Z Downloaded crossbeam-channel v0.5.13
5232025-01-31T04:16:13.379Z Downloaded want v0.3.1
5242025-01-31T04:16:13.383Z Downloaded macaddr v1.0.1
5252025-01-31T04:16:13.386Z Downloaded hyper-tls v0.6.0
5262025-01-31T04:16:13.386Z Downloaded thread-id v4.2.2
5272025-01-31T04:16:13.386Z Downloaded tokio-rustls v0.26.0
5282025-01-31T04:16:13.388Z Downloaded spin v0.5.2
5292025-01-31T04:16:13.391Z Downloaded schemars v0.8.21
5302025-01-31T04:16:13.402Z Downloaded waitgroup v0.1.2
5312025-01-31T04:16:13.404Z Downloaded smallvec v1.13.2
5322025-01-31T04:16:13.407Z Downloaded managed v0.8.0
5332025-01-31T04:16:13.410Z Downloaded derive_more v0.99.18
5342025-01-31T04:16:13.412Z Downloaded typify-macro v0.2.0
5352025-01-31T04:16:13.415Z Downloaded thin-vec v0.2.13
5362025-01-31T04:16:13.417Z Downloaded structmeta v0.3.0
5372025-01-31T04:16:13.417Z Downloaded tokio-native-tls v0.3.1
5382025-01-31T04:16:13.419Z Downloaded once_cell v1.20.2
5392025-01-31T04:16:13.422Z Downloaded newtype-uuid v1.1.0
5402025-01-31T04:16:13.424Z Downloaded typify v0.2.0
5412025-01-31T04:16:13.427Z Downloaded prettyplease v0.2.22
5422025-01-31T04:16:13.431Z Downloaded usdt-macro v0.5.0
5432025-01-31T04:16:13.434Z Downloaded slog-stdlog v4.1.1
5442025-01-31T04:16:13.434Z Downloaded half v2.4.1
5452025-01-31T04:16:13.437Z Downloaded slog v2.7.0
5462025-01-31T04:16:13.440Z Downloaded omicron-workspace-hack v0.1.0
5472025-01-31T04:16:13.440Z Downloaded subtle v2.6.1
5482025-01-31T04:16:13.443Z Downloaded generic-array v0.14.7
5492025-01-31T04:16:13.443Z Downloaded is_terminal_polyfill v1.70.1
5502025-01-31T04:16:13.446Z Downloaded base64 v0.22.1
5512025-01-31T04:16:13.449Z Downloaded hostname v0.4.0
5522025-01-31T04:16:13.452Z Downloaded num-traits v0.2.19
5532025-01-31T04:16:13.455Z Downloaded structmeta-derive v0.3.0
5542025-01-31T04:16:13.455Z Downloaded httpdate v1.0.3
5552025-01-31T04:16:13.458Z Downloaded time-macros v0.2.18
5562025-01-31T04:16:13.458Z Downloaded multer v3.1.0
5572025-01-31T04:16:13.461Z Downloaded tokio-rustls v0.24.1
5582025-01-31T04:16:13.464Z Downloaded quinn v0.11.5
5592025-01-31T04:16:13.466Z Downloaded openssl-probe v0.1.5
5602025-01-31T04:16:13.469Z Downloaded ipnetwork v0.20.0
5612025-01-31T04:16:13.472Z Downloaded untrusted v0.9.0
5622025-01-31T04:16:13.472Z Downloaded version_check v0.9.5
5632025-01-31T04:16:13.475Z Downloaded futures-task v0.3.30
5642025-01-31T04:16:13.475Z Downloaded zeroize v1.8.1
5652025-01-31T04:16:13.478Z Downloaded hex v0.4.3
5662025-01-31T04:16:13.478Z Downloaded spin v0.9.8
5672025-01-31T04:16:13.480Z Downloaded num_enum v0.5.11
5682025-01-31T04:16:13.484Z Downloaded hyper-rustls v0.24.2
5692025-01-31T04:16:13.488Z Downloaded tracing-core v0.1.32
5702025-01-31T04:16:13.490Z Downloaded zerocopy-derive v0.7.35
5712025-01-31T04:16:13.495Z Downloaded unsafe-libyaml v0.2.11
5722025-01-31T04:16:13.499Z Downloaded tokio-macros v2.4.0
5732025-01-31T04:16:13.501Z Downloaded hyper-tls v0.5.0
5742025-01-31T04:16:13.502Z Downloaded is-terminal v0.4.13
5752025-01-31T04:16:13.505Z Downloaded linear-map v1.2.0
5762025-01-31T04:16:13.505Z Downloaded strum_macros v0.25.3
5772025-01-31T04:16:13.507Z Downloaded num_threads v0.1.7
5782025-01-31T04:16:13.507Z Downloaded num v0.4.3
5792025-01-31T04:16:13.510Z Downloaded usdt-impl v0.5.0
5802025-01-31T04:16:13.510Z Downloaded log v0.4.22
5812025-01-31T04:16:13.513Z Downloaded toml v0.8.19
5822025-01-31T04:16:13.517Z Downloaded serde v1.0.215
5832025-01-31T04:16:13.520Z Downloaded strum_macros v0.26.4
5842025-01-31T04:16:13.523Z Downloaded slog-term v2.9.1
5852025-01-31T04:16:13.525Z Downloaded lazy_static v1.5.0
5862025-01-31T04:16:13.528Z Downloaded serde_yaml v0.9.34+deprecated
5872025-01-31T04:16:13.532Z Downloaded hyper-util v0.1.10
5882025-01-31T04:16:13.535Z Downloaded highway v1.2.0
5892025-01-31T04:16:13.538Z Downloaded term v0.7.0
5902025-01-31T04:16:13.543Z Downloaded libsw v3.3.1
5912025-01-31T04:16:13.546Z Downloaded tabwriter v1.4.0
5922025-01-31T04:16:13.546Z Downloaded usdt v0.5.0
5932025-01-31T04:16:13.549Z Downloaded whoami v1.5.2
5942025-01-31T04:16:13.549Z Downloaded parking_lot v0.12.3
5952025-01-31T04:16:13.552Z Downloaded static_assertions v1.1.0
5962025-01-31T04:16:13.555Z Downloaded zerocopy v0.6.6
5972025-01-31T04:16:13.555Z Downloaded tinyvec v1.8.0
5982025-01-31T04:16:13.558Z Downloaded ucd-trie v0.1.6
5992025-01-31T04:16:13.562Z Downloaded parking_lot v0.11.2
6002025-01-31T04:16:13.564Z Downloaded indexmap v1.9.3
6012025-01-31T04:16:13.567Z Downloaded steno v0.4.1
6022025-01-31T04:16:13.569Z Downloaded tracing v0.1.40
6032025-01-31T04:16:13.576Z Downloaded uuid v1.11.0
6042025-01-31T04:16:13.578Z Downloaded slog-scope v4.4.0
6052025-01-31T04:16:13.581Z Downloaded hyper-rustls v0.27.3
6062025-01-31T04:16:13.583Z Downloaded num-complex v0.4.6
6072025-01-31T04:16:13.584Z Downloaded socket2 v0.5.8
6082025-01-31T04:16:13.586Z Downloaded iana-time-zone v0.1.61
6092025-01-31T04:16:13.589Z Downloaded rand v0.8.5
6102025-01-31T04:16:13.592Z Downloaded indexmap v2.5.0
6112025-01-31T04:16:13.597Z Downloaded unicode-ident v1.0.13
6122025-01-31T04:16:13.600Z Downloaded owo-colors v4.1.0
6132025-01-31T04:16:13.603Z Downloaded tempfile v3.12.0
6142025-01-31T04:16:13.606Z Downloaded unicode-bidi v0.3.15
6152025-01-31T04:16:13.609Z Downloaded heapless v0.8.0
6162025-01-31T04:16:13.613Z Downloaded typenum v1.17.0
6172025-01-31T04:16:13.616Z Downloaded num_enum v0.7.3
6182025-01-31T04:16:13.621Z Downloaded toml_edit v0.19.15
6192025-01-31T04:16:13.640Z Downloaded url v2.5.2
6202025-01-31T04:16:13.643Z Downloaded aho-corasick v1.1.3
6212025-01-31T04:16:13.648Z Downloaded openssl-sys v0.9.103
6222025-01-31T04:16:13.653Z Downloaded minimal-lexical v0.2.1
6232025-01-31T04:16:13.658Z Downloaded libm v0.2.8
6242025-01-31T04:16:13.666Z Downloaded mio v1.0.2
6252025-01-31T04:16:13.673Z Downloaded unicode-normalization v0.1.24
6262025-01-31T04:16:13.676Z Downloaded time v0.3.36
6272025-01-31T04:16:13.683Z Downloaded serde_with v3.9.0
6282025-01-31T04:16:13.694Z Downloaded hickory-resolver v0.24.1
6292025-01-31T04:16:13.697Z Downloaded pest v2.7.13
6302025-01-31T04:16:13.702Z Downloaded clap_builder v4.5.23
6312025-01-31T04:16:13.711Z Downloaded tokio-util v0.7.12
6322025-01-31T04:16:13.716Z Downloaded http v1.2.0
6332025-01-31T04:16:13.721Z Downloaded toml_edit v0.22.21
6342025-01-31T04:16:13.743Z Downloaded http v0.2.12
6352025-01-31T04:16:13.746Z Downloaded h2 v0.3.26
6362025-01-31T04:16:13.754Z Downloaded h2 v0.4.6
6372025-01-31T04:16:13.760Z Downloaded rustls-webpki v0.101.7
6382025-01-31T04:16:13.775Z Downloaded serde_json v1.0.133
6392025-01-31T04:16:13.782Z Downloaded itertools v0.10.5
6402025-01-31T04:16:13.790Z Downloaded winnow v0.5.40
6412025-01-31T04:16:13.799Z Downloaded itertools v0.12.1
6422025-01-31T04:16:13.806Z Downloaded vcpkg v0.2.15
6432025-01-31T04:16:13.846Z Downloaded nom v7.1.3
6442025-01-31T04:16:13.851Z Downloaded webpki-roots v0.26.6
6452025-01-31T04:16:13.855Z Downloaded idna v0.5.0
6462025-01-31T04:16:13.862Z Downloaded itertools v0.13.0
6472025-01-31T04:16:13.869Z Downloaded idna v0.4.0
6482025-01-31T04:16:13.876Z Downloaded zerocopy v0.7.35
6492025-01-31T04:16:13.893Z Downloaded futures-util v0.3.30
6502025-01-31T04:16:13.905Z Downloaded quinn-proto v0.11.8
6512025-01-31T04:16:13.912Z Downloaded winnow v0.6.18
6522025-01-31T04:16:13.920Z Downloaded goblin v0.8.2
6532025-01-31T04:16:13.926Z Downloaded dropshot v0.12.0
6542025-01-31T04:16:13.948Z Downloaded hyper v0.14.30
6552025-01-31T04:16:13.954Z Downloaded regex v1.10.6
6562025-01-31T04:16:13.969Z Downloaded openapiv3 v2.0.0
6572025-01-31T04:16:13.980Z Downloaded syn v2.0.87
6582025-01-31T04:16:13.991Z Downloaded hyper v1.5.1
6592025-01-31T04:16:13.998Z Downloaded rustls-webpki v0.102.8
6602025-01-31T04:16:14.016Z Downloaded openssl v0.10.66
6612025-01-31T04:16:14.025Z Downloaded rustls v0.21.12
6622025-01-31T04:16:14.037Z Downloaded webpki-roots v0.25.4
6632025-01-31T04:16:14.041Z Downloaded rhai v1.20.0
6642025-01-31T04:16:14.053Z Downloaded rustls v0.23.13
6652025-01-31T04:16:14.064Z Downloaded rustls v0.22.4
6662025-01-31T04:16:14.078Z Downloaded regress v0.10.1
6672025-01-31T04:16:14.086Z Downloaded regress v0.9.1
6682025-01-31T04:16:14.094Z Downloaded regex-syntax v0.8.4
6692025-01-31T04:16:14.102Z Downloaded rustix v0.38.37
6702025-01-31T04:16:14.123Z Downloaded smoltcp v0.11.0
6712025-01-31T04:16:14.135Z Downloaded hickory-proto v0.24.1
6722025-01-31T04:16:14.149Z Downloaded unicode-width v0.1.14
6732025-01-31T04:16:14.155Z Downloaded reqwest v0.12.9
6742025-01-31T04:16:14.162Z Downloaded reqwest v0.11.27
6752025-01-31T04:16:14.169Z Downloaded syn v1.0.109
6762025-01-31T04:16:14.179Z Downloaded portable-atomic v1.8.0
6772025-01-31T04:16:14.187Z Downloaded typify-impl v0.2.0
6782025-01-31T04:16:14.201Z Downloaded libc v0.2.167
6792025-01-31T04:16:14.225Z Downloaded sled v0.34.7
6802025-01-31T04:16:14.235Z Downloaded chrono v0.4.38
6812025-01-31T04:16:14.241Z Downloaded tokio v1.42.0
6822025-01-31T04:16:14.277Z Downloaded zerocopy-derive v0.6.6
6832025-01-31T04:16:14.287Z Downloaded hashbrown v0.14.5
6842025-01-31T04:16:14.293Z Downloaded regex-automata v0.4.7
6852025-01-31T04:16:14.309Z Downloaded memchr v2.7.4
6862025-01-31T04:16:14.313Z Downloaded hashbrown v0.12.3
6872025-01-31T04:16:14.316Z Downloaded unicode-segmentation v1.12.0
6882025-01-31T04:16:14.320Z Downloaded utf8parse v0.2.2
6892025-01-31T04:16:14.322Z Downloaded num_enum_derive v0.7.3
6902025-01-31T04:16:14.322Z Downloaded no-std-compat v0.4.1
6912025-01-31T04:16:14.325Z Downloaded stable_deref_trait v1.2.0
6922025-01-31T04:16:14.325Z Downloaded getrandom v0.2.15
6932025-01-31T04:16:14.327Z Downloaded httparse v1.9.4
6942025-01-31T04:16:14.330Z Downloaded smartstring v1.0.1
6952025-01-31T04:16:14.330Z Downloaded native-tls v0.2.12
6962025-01-31T04:16:14.332Z Downloaded pest_meta v2.7.13
6972025-01-31T04:16:14.335Z Downloaded slog-json v2.6.1
6982025-01-31T04:16:14.335Z Downloaded petgraph v0.6.5
6992025-01-31T04:16:14.351Z Downloaded itoa v1.0.11
7002025-01-31T04:16:14.354Z Downloaded tokio-rustls v0.25.0
7012025-01-31T04:16:14.356Z Downloaded usdt-attr-macro v0.5.0
7022025-01-31T04:16:14.356Z Downloaded lru-cache v0.1.2
7032025-01-31T04:16:14.356Z Downloaded heck v0.4.1
7042025-01-31T04:16:14.359Z Downloaded tiny-keccak v2.0.2
7052025-01-31T04:16:14.359Z Downloaded hubpack v0.1.2
7062025-01-31T04:16:14.361Z Downloaded num_enum_derive v0.5.11
7072025-01-31T04:16:14.361Z Downloaded serde_derive v1.0.215
7082025-01-31T04:16:14.364Z Downloaded expectorate v1.1.0
7092025-01-31T04:16:14.366Z Downloaded blake2 v0.10.6
7102025-01-31T04:16:14.369Z Downloaded base64 v0.21.7
7112025-01-31T04:16:14.372Z Downloaded cc v1.1.21
7122025-01-31T04:16:14.375Z Downloaded num-rational v0.4.2
7132025-01-31T04:16:14.377Z Downloaded proc-macro-error v1.0.4
7142025-01-31T04:16:14.380Z Downloaded newtype_derive v0.1.6
7152025-01-31T04:16:14.380Z Downloaded clap v4.5.23
7162025-01-31T04:16:14.386Z Downloaded bytes v1.7.2
7172025-01-31T04:16:14.390Z Downloaded encoding_rs v0.8.34
7182025-01-31T04:16:14.410Z Downloaded camino v1.1.9
7192025-01-31T04:16:14.413Z Downloaded pkg-config v0.3.31
7202025-01-31T04:16:14.413Z Downloaded strsim v0.11.1
7212025-01-31T04:16:14.415Z Downloaded num-derive v0.4.2
7222025-01-31T04:16:14.415Z Downloaded serde_derive_internals v0.29.1
7232025-01-31T04:16:14.418Z Downloaded console v0.15.8
7242025-01-31T04:16:14.421Z Downloaded parse-display-derive v0.10.0
7252025-01-31T04:16:14.421Z Downloaded proc-macro-crate v1.3.1
7262025-01-31T04:16:14.424Z Downloaded pin-project-lite v0.2.14
7272025-01-31T04:16:14.427Z Downloaded num-iter v0.1.45
7282025-01-31T04:16:14.427Z Downloaded linked-hash-map v0.5.6
7292025-01-31T04:16:14.427Z Downloaded http-body v0.4.6
7302025-01-31T04:16:14.430Z Downloaded sct v0.7.1
7312025-01-31T04:16:14.433Z Downloaded rhai_codegen v2.2.0
7322025-01-31T04:16:14.437Z Downloaded allocator-api2 v0.2.18
7332025-01-31T04:16:14.440Z Downloaded cookie v0.18.1
7342025-01-31T04:16:14.443Z Downloaded bitflags v2.6.0
7352025-01-31T04:16:14.446Z Downloaded crossbeam-epoch v0.9.18
7362025-01-31T04:16:14.448Z Downloaded cancel-safe-futures v0.1.5
7372025-01-31T04:16:14.451Z Downloaded rand_chacha v0.3.1
7382025-01-31T04:16:14.453Z Downloaded ppv-lite86 v0.2.20
7392025-01-31T04:16:14.453Z Downloaded dyn-clone v1.0.17
7402025-01-31T04:16:14.456Z Downloaded form_urlencoded v1.2.1
7412025-01-31T04:16:14.456Z Downloaded foreign-types v0.5.0
7422025-01-31T04:16:14.456Z Downloaded errno v0.3.9
7432025-01-31T04:16:14.459Z Downloaded embedded-io v0.4.0
7442025-01-31T04:16:14.459Z Downloaded debug-ignore v1.0.5
7452025-01-31T04:16:14.461Z Downloaded colored v2.1.0
7462025-01-31T04:16:14.461Z Downloaded ident_case v1.0.1
7472025-01-31T04:16:14.464Z Downloaded serde_repr v0.1.19
7482025-01-31T04:16:14.464Z Downloaded pin-utils v0.1.0
7492025-01-31T04:16:14.468Z Downloaded pest_generator v2.7.13
7502025-01-31T04:16:14.468Z Downloaded quinn-udp v0.5.5
7512025-01-31T04:16:14.468Z Downloaded dropshot_endpoint v0.12.0
7522025-01-31T04:16:14.472Z Downloaded crossbeam-utils v0.8.20
7532025-01-31T04:16:14.472Z Downloaded cobs v0.2.3
7542025-01-31T04:16:14.476Z Downloaded clap_derive v4.5.18
7552025-01-31T04:16:14.476Z Downloaded backoff v0.4.0
7562025-01-31T04:16:14.478Z Downloaded async-trait v0.1.83
7572025-01-31T04:16:14.480Z Downloaded anyhow v1.0.94
7582025-01-31T04:16:14.483Z Downloaded parking_lot_core v0.8.6
7592025-01-31T04:16:14.485Z Downloaded futures-channel v0.3.30
7602025-01-31T04:16:14.485Z Downloaded data-encoding v2.6.0
7612025-01-31T04:16:14.488Z Downloaded rustc_version v0.1.7
7622025-01-31T04:16:14.488Z Downloaded powerfmt v0.2.0
7632025-01-31T04:16:14.490Z Downloaded base64ct v1.6.0
7642025-01-31T04:16:14.490Z Downloaded darling v0.20.10
7652025-01-31T04:16:14.494Z Downloaded deranged v0.3.11
7662025-01-31T04:16:14.496Z Downloaded futures-executor v0.3.30
7672025-01-31T04:16:14.496Z Downloaded futures-core v0.3.30
7682025-01-31T04:16:14.499Z Downloaded either v1.13.0
7692025-01-31T04:16:14.499Z Downloaded defmt-macros v0.3.9
7702025-01-31T04:16:14.501Z Downloaded crypto-common v0.1.6
7712025-01-31T04:16:14.502Z Downloaded autocfg v1.3.0
7722025-01-31T04:16:14.504Z Downloaded float-ord v0.3.2
7732025-01-31T04:16:14.504Z Downloaded defmt-parser v0.3.4
7742025-01-31T04:16:14.506Z Downloaded bitflags v1.3.2
7752025-01-31T04:16:14.509Z Downloaded anstyle v1.0.10
7762025-01-31T04:16:14.509Z Downloaded scopeguard v1.2.0
7772025-01-31T04:16:14.511Z Downloaded plain v0.2.3
7782025-01-31T04:16:14.511Z Downloaded paste v1.0.15
7792025-01-31T04:16:14.514Z Downloaded parse-display v0.10.0
7802025-01-31T04:16:14.514Z Downloaded proc-macro-error-attr v1.0.4
7812025-01-31T04:16:14.517Z Downloaded dtrace-parser v0.2.0
7822025-01-31T04:16:14.672Z Downloaded ring v0.17.8
7832025-01-31T04:16:15.018Z Compiling proc-macro2 v1.0.86
7842025-01-31T04:16:15.018Z Compiling unicode-ident v1.0.13
7852025-01-31T04:16:15.022Z Compiling libc v0.2.167
7862025-01-31T04:16:15.022Z Compiling serde v1.0.215
7872025-01-31T04:16:15.022Z Compiling autocfg v1.3.0
7882025-01-31T04:16:15.054Z Compiling version_check v0.9.5
7892025-01-31T04:16:15.057Z Compiling cfg-if v1.0.0
7902025-01-31T04:16:15.237Z Compiling once_cell v1.20.2
7912025-01-31T04:16:15.269Z Compiling libm v0.2.8
7922025-01-31T04:16:15.301Z Compiling memchr v2.7.4
7932025-01-31T04:16:15.731Z Compiling byteorder v1.5.0
7942025-01-31T04:16:15.787Z Compiling lock_api v0.4.12
7952025-01-31T04:16:15.790Z Compiling parking_lot_core v0.9.10
7962025-01-31T04:16:16.150Z Compiling shlex v1.3.0
7972025-01-31T04:16:16.251Z Compiling thiserror v1.0.69
7982025-01-31T04:16:16.484Z Compiling cc v1.1.21
7992025-01-31T04:16:16.635Z Compiling itoa v1.0.11
8002025-01-31T04:16:16.823Z Compiling portable-atomic v1.8.0
8012025-01-31T04:16:16.890Z Compiling quote v1.0.37
8022025-01-31T04:16:16.949Z Compiling getrandom v0.2.15
8032025-01-31T04:16:17.244Z Compiling slab v0.4.9
8042025-01-31T04:16:17.421Z Compiling syn v2.0.87
8052025-01-31T04:16:17.445Z Compiling schemars v0.8.21
8062025-01-31T04:16:17.464Z Compiling ahash v0.8.11
8072025-01-31T04:16:17.560Z Compiling allocator-api2 v0.2.18
8082025-01-31T04:16:17.624Z Compiling num-traits v0.2.19
8092025-01-31T04:16:17.857Z Compiling ryu v1.0.18
8102025-01-31T04:16:18.147Z Compiling serde_json v1.0.133
8112025-01-31T04:16:18.217Z Compiling pin-project-lite v0.2.14
8122025-01-31T04:16:18.642Z Compiling equivalent v1.0.1
8132025-01-31T04:16:18.716Z Compiling log v0.4.22
8142025-01-31T04:16:18.736Z Compiling scopeguard v1.2.0
8152025-01-31T04:16:18.852Z Compiling fnv v1.0.7
8162025-01-31T04:16:18.970Z Compiling heck v0.5.0
8172025-01-31T04:16:19.035Z Compiling ring v0.17.8
8182025-01-31T04:16:19.087Z Compiling pkg-config v0.3.31
8192025-01-31T04:16:19.350Z Compiling vcpkg v0.2.15
8202025-01-31T04:16:19.370Z Compiling crunchy v0.2.2
8212025-01-31T04:16:19.862Z Compiling socket2 v0.5.8
8222025-01-31T04:16:20.088Z Compiling signal-hook-registry v1.4.2
8232025-01-31T04:16:20.213Z Compiling mio v1.0.2
8242025-01-31T04:16:20.489Z Compiling tiny-keccak v2.0.2
8252025-01-31T04:16:20.810Z Compiling httparse v1.9.4
8262025-01-31T04:16:20.834Z Compiling slog v2.7.0
8272025-01-31T04:16:20.836Z Compiling openssl-sys v0.9.103
8282025-01-31T04:16:21.452Z Compiling iana-time-zone v0.1.61
8292025-01-31T04:16:21.688Z Compiling futures-core v0.3.30
8302025-01-31T04:16:21.843Z Compiling dyn-clone v1.0.17
8312025-01-31T04:16:21.889Z Compiling const-random-macro v0.1.16
8322025-01-31T04:16:21.925Z Compiling futures-sink v0.3.30
8332025-01-31T04:16:21.973Z Compiling openssl v0.10.66
8342025-01-31T04:16:22.376Z Compiling typenum v1.17.0
8352025-01-31T04:16:22.421Z Compiling rustls v0.23.13
8362025-01-31T04:16:22.517Z Compiling semver v1.0.23
8372025-01-31T04:16:22.616Z Compiling native-tls v0.2.12
8382025-01-31T04:16:22.636Z Compiling const-random v0.1.18
8392025-01-31T04:16:22.659Z Compiling futures-channel v0.3.30
8402025-01-31T04:16:22.724Z Compiling pin-utils v0.1.0
8412025-01-31T04:16:22.744Z Compiling futures-task v0.3.30
8422025-01-31T04:16:22.765Z Compiling futures-io v0.3.30
8432025-01-31T04:16:22.829Z Compiling generic-array v0.14.7
8442025-01-31T04:16:23.002Z Compiling tracing-core v0.1.32
8452025-01-31T04:16:23.036Z Compiling bitflags v2.6.0
8462025-01-31T04:16:23.101Z Compiling ucd-trie v0.1.6
8472025-01-31T04:16:23.121Z Compiling subtle v2.6.1
8482025-01-31T04:16:23.151Z Compiling aho-corasick v1.1.3
8492025-01-31T04:16:23.243Z Compiling anyhow v1.0.94
8502025-01-31T04:16:23.342Z Compiling regex-syntax v0.8.4
8512025-01-31T04:16:23.524Z Compiling num-conv v0.1.0
8522025-01-31T04:16:23.773Z Compiling time-core v0.1.2
8532025-01-31T04:16:23.809Z Compiling serde_derive_internals v0.29.1
8542025-01-31T04:16:23.964Z Compiling time-macros v0.2.18
8552025-01-31T04:16:25.237Z Compiling rustls-pki-types v1.8.0
8562025-01-31T04:16:25.474Z Compiling spin v0.9.8
8572025-01-31T04:16:25.806Z Compiling usdt-impl v0.5.0
8582025-01-31T04:16:26.217Z Compiling omicron-workspace-hack v0.1.0
8592025-01-31T04:16:26.411Z Compiling untrusted v0.9.0
8602025-01-31T04:16:26.718Z Compiling regex-automata v0.4.7
8612025-01-31T04:16:26.825Z Compiling strsim v0.11.1
8622025-01-31T04:16:26.910Z Compiling plain v0.2.3
8632025-01-31T04:16:27.084Z Compiling atomic-waker v1.1.2
8642025-01-31T04:16:27.295Z Compiling tinyvec_macros v0.1.1
8652025-01-31T04:16:27.400Z Compiling rustversion v1.0.17
8662025-01-31T04:16:27.446Z Compiling tinyvec v1.8.0
8672025-01-31T04:16:28.156Z Compiling serde_derive v1.0.215
8682025-01-31T04:16:28.649Z Compiling zerocopy-derive v0.7.35
8692025-01-31T04:16:28.746Z Compiling thiserror-impl v1.0.69
8702025-01-31T04:16:29.019Z Compiling tokio-macros v2.4.0
8712025-01-31T04:16:30.331Z Compiling schemars_derive v0.8.21
8722025-01-31T04:16:30.561Z Compiling futures-macro v0.3.30
8732025-01-31T04:16:30.624Z Compiling zerocopy v0.7.35
8742025-01-31T04:16:32.412Z Compiling hashbrown v0.14.5
8752025-01-31T04:16:32.669Z Compiling openssl-macros v0.1.1
8762025-01-31T04:16:33.122Z Compiling futures-util v0.3.30
8772025-01-31T04:16:33.328Z Compiling tracing-attributes v0.1.27
8782025-01-31T04:16:33.529Z Compiling scroll_derive v0.12.0
8792025-01-31T04:16:33.595Z Compiling regress v0.10.1
8802025-01-31T04:16:33.614Z Compiling pest v2.7.13
8812025-01-31T04:16:34.929Z Compiling regex v1.10.6
8822025-01-31T04:16:34.986Z Compiling scroll v0.12.0
8832025-01-31T04:16:36.396Z Compiling tracing v0.1.40
8842025-01-31T04:16:36.439Z Compiling pest_meta v2.7.13
8852025-01-31T04:16:37.079Z Compiling goblin v0.8.2
8862025-01-31T04:16:37.999Z Compiling pest_generator v2.7.13
8872025-01-31T04:16:38.936Z Compiling rustls-webpki v0.102.8
8882025-01-31T04:16:40.195Z Compiling pest_derive v2.7.13
8892025-01-31T04:16:40.771Z Compiling bytes v1.7.2
8902025-01-31T04:16:41.122Z Compiling smallvec v1.13.2
8912025-01-31T04:16:42.009Z Compiling indexmap v2.5.0
8922025-01-31T04:16:43.201Z Compiling parking_lot v0.12.3
8932025-01-31T04:16:43.289Z Compiling chrono v0.4.38
8942025-01-31T04:16:43.323Z Compiling uuid v1.11.0
8952025-01-31T04:16:43.350Z Compiling serde_tokenstream v0.2.2
8962025-01-31T04:16:43.370Z Compiling http v1.2.0
8972025-01-31T04:16:43.899Z Compiling tokio v1.42.0
8982025-01-31T04:16:47.443Z Compiling openapiv3 v2.0.0
8992025-01-31T04:16:47.639Z Compiling rand_core v0.6.4
9002025-01-31T04:16:48.125Z Compiling http-body v1.0.1
9012025-01-31T04:16:48.384Z Compiling try-lock v0.2.5
9022025-01-31T04:16:48.561Z Compiling unsafe-libyaml v0.2.11
9032025-01-31T04:16:50.062Z Compiling typify-impl v0.2.0
9042025-01-31T04:16:50.488Z Compiling zeroize v1.8.1
9052025-01-31T04:16:50.582Z Compiling pretty-hex v0.4.1
9062025-01-31T04:16:50.819Z Compiling percent-encoding v2.3.1
9072025-01-31T04:16:50.839Z Compiling dof v0.3.0
9082025-01-31T04:16:51.322Z Compiling form_urlencoded v1.2.1
9092025-01-31T04:16:51.387Z Compiling serde_yaml v0.9.34+deprecated
9102025-01-31T04:16:51.421Z Compiling want v0.3.1
9112025-01-31T04:16:51.732Z Compiling ipnetwork v0.20.0
9122025-01-31T04:16:51.848Z Compiling dtrace-parser v0.2.0
9132025-01-31T04:16:52.328Z Compiling unicode-normalization v0.1.24
9142025-01-31T04:16:53.408Z Compiling tokio-util v0.7.12
9152025-01-31T04:16:54.603Z Compiling h2 v0.4.6
9162025-01-31T04:16:55.090Z Compiling thread-id v4.2.2
9172025-01-31T04:16:55.218Z Compiling ident_case v1.0.1
9182025-01-31T04:16:55.343Z Compiling httpdate v1.0.3
9192025-01-31T04:16:55.421Z Compiling rustls v0.22.4
9202025-01-31T04:16:55.497Z Compiling foreign-types-shared v0.1.1
9212025-01-31T04:16:55.639Z Compiling camino v1.1.9
9222025-01-31T04:16:55.760Z Compiling unicode-bidi v0.3.15
9232025-01-31T04:16:56.090Z Compiling syn v1.0.109
9242025-01-31T04:16:56.214Z Compiling foreign-types v0.3.2
9252025-01-31T04:16:56.234Z Compiling darling_core v0.20.10
9262025-01-31T04:16:56.745Z Compiling ppv-lite86 v0.2.20
9272025-01-31T04:16:58.214Z Compiling slog-async v2.8.0
9282025-01-31T04:16:58.494Z Compiling tower-service v0.3.3
9292025-01-31T04:16:59.271Z Compiling rand_chacha v0.3.1
9302025-01-31T04:17:00.284Z Compiling typify-macro v0.2.0
9312025-01-31T04:17:01.025Z Compiling hyper v1.5.1
9322025-01-31T04:17:01.649Z Compiling darling_macro v0.20.10
9332025-01-31T04:17:02.671Z Compiling idna v0.5.0
9342025-01-31T04:17:03.815Z Compiling typify v0.2.0
9352025-01-31T04:17:03.949Z Compiling progenitor-impl v0.8.0
9362025-01-31T04:17:06.580Z Compiling hyper-util v0.1.10
9372025-01-31T04:17:09.029Z Compiling toml_datetime v0.6.8
9382025-01-31T04:17:09.645Z Compiling multer v3.1.0
9392025-01-31T04:17:09.975Z Compiling progenitor-macro v0.8.0
9402025-01-31T04:17:11.192Z Compiling paste v1.0.15
9412025-01-31T04:17:11.709Z Compiling openssl-probe v0.1.5
9422025-01-31T04:17:13.356Z Compiling url v2.5.2
9432025-01-31T04:17:14.472Z Compiling darling v0.20.10
9442025-01-31T04:17:14.597Z Compiling rand v0.8.5
9452025-01-31T04:17:17.052Z Compiling usdt-macro v0.5.0
9462025-01-31T04:17:18.521Z Compiling usdt-attr-macro v0.5.0
9472025-01-31T04:17:18.701Z Compiling http-body-util v0.1.2
9482025-01-31T04:17:19.227Z Compiling async-trait v0.1.83
9492025-01-31T04:17:21.516Z Compiling encoding_rs v0.8.34
9502025-01-31T04:17:21.872Z Compiling ipnet v2.10.0
9512025-01-31T04:17:22.158Z Compiling base64 v0.22.1
9522025-01-31T04:17:22.988Z Compiling mime v0.3.17
9532025-01-31T04:17:23.232Z Compiling rustls-pemfile v2.1.3
9542025-01-31T04:17:24.804Z Compiling tokio-rustls v0.26.0
9552025-01-31T04:17:25.405Z Compiling serde_with_macros v3.9.0
9562025-01-31T04:17:25.557Z Compiling tokio-native-tls v0.3.1
9572025-01-31T04:17:26.580Z Compiling strum_macros v0.26.4
9582025-01-31T04:17:26.969Z Compiling serde_urlencoded v0.7.1
9592025-01-31T04:17:27.852Z Compiling async-stream-impl v0.3.5
9602025-01-31T04:17:27.917Z Compiling structmeta-derive v0.3.0
9612025-01-31T04:17:29.129Z Compiling webpki-roots v0.26.6
9622025-01-31T04:17:29.354Z Compiling dropshot v0.12.0
9632025-01-31T04:17:30.422Z Compiling powerfmt v0.2.0
9642025-01-31T04:17:30.843Z Compiling crossbeam-utils v0.8.20
9652025-01-31T04:17:30.933Z Compiling deranged v0.3.11
9662025-01-31T04:17:31.029Z Compiling structmeta v0.3.0
9672025-01-31T04:17:31.436Z Compiling hyper-rustls v0.27.3
9682025-01-31T04:17:32.545Z Compiling hyper-tls v0.6.0
9692025-01-31T04:17:33.027Z Compiling sync_wrapper v1.0.1
9702025-01-31T04:17:34.403Z Compiling num_threads v0.1.7
9712025-01-31T04:17:34.548Z Compiling winnow v0.6.18
9722025-01-31T04:17:35.960Z Compiling time v0.3.36
9732025-01-31T04:17:37.039Z Compiling reqwest v0.12.9
9742025-01-31T04:17:38.409Z Compiling parse-display-derive v0.10.0
9752025-01-31T04:17:40.506Z Compiling crypto-common v0.1.6
9762025-01-31T04:17:40.751Z Compiling block-buffer v0.10.4
9772025-01-31T04:17:41.017Z Compiling dropshot_endpoint v0.12.0
9782025-01-31T04:17:41.983Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9792025-01-31T04:17:44.326Z Compiling digest v0.10.7
9802025-01-31T04:17:44.843Z Compiling progenitor-client v0.8.0
9812025-01-31T04:17:45.669Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9822025-01-31T04:17:47.555Z Compiling dirs-sys-next v0.1.2
9832025-01-31T04:17:47.819Z Compiling lazy_static v1.5.0
9842025-01-31T04:17:48.549Z Compiling rustix v0.38.37
9852025-01-31T04:17:48.829Z Compiling match_cfg v0.1.0
9862025-01-31T04:17:48.942Z Compiling hostname v0.3.1
9872025-01-31T04:17:49.372Z Compiling dirs-next v2.0.0
9882025-01-31T04:17:49.631Z Compiling progenitor v0.8.0
9892025-01-31T04:17:52.390Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9902025-01-31T04:17:52.565Z Compiling futures-executor v0.3.30
9912025-01-31T04:17:53.471Z Compiling thread_local v1.1.8
9922025-01-31T04:17:53.671Z Compiling errno v0.3.9
9932025-01-31T04:17:54.112Z Compiling instant v0.1.13
9942025-01-31T04:17:54.294Z Compiling unicode-width v0.1.14
9952025-01-31T04:17:54.921Z Compiling cpufeatures v0.2.14
9962025-01-31T04:17:55.646Z Compiling futures v0.3.30
9972025-01-31T04:17:57.010Z Compiling term v0.7.0
9982025-01-31T04:17:57.652Z Compiling crossbeam-channel v0.5.13
9992025-01-31T04:18:00.207Z Compiling serde_spanned v0.6.7
10002025-01-31T04:18:00.254Z Compiling is-terminal v0.4.13
10012025-01-31T04:18:00.406Z Compiling memmap v0.7.0
10022025-01-31T04:18:00.815Z Compiling take_mut v0.2.2
10032025-01-31T04:18:01.201Z Compiling usdt v0.5.0
10042025-01-31T04:18:01.427Z Compiling toml_edit v0.22.21
10052025-01-31T04:18:02.589Z Compiling slog-term v2.9.1
10062025-01-31T04:18:05.162Z Compiling slog-json v2.6.1
10072025-01-31T04:18:05.599Z Compiling strum v0.26.3
10082025-01-31T04:18:05.809Z Compiling serde_with v3.9.0
10092025-01-31T04:18:06.560Z Compiling heapless v0.8.0
10102025-01-31T04:18:07.510Z Compiling debug-ignore v1.0.5
10112025-01-31T04:18:09.616Z Compiling tokio-rustls v0.25.0
10122025-01-31T04:18:10.081Z Compiling slog-bunyan v2.5.0
10132025-01-31T04:18:10.372Z Compiling toml v0.8.19
10142025-01-31T04:18:11.336Z Compiling sha1 v0.10.6
10152025-01-31T04:18:12.246Z Compiling async-stream v0.3.5
10162025-01-31T04:18:12.302Z Compiling newtype-uuid v1.1.0
10172025-01-31T04:18:12.562Z Compiling serde_path_to_error v0.1.16
10182025-01-31T04:18:12.650Z Compiling hex v0.4.3
10192025-01-31T04:18:12.737Z Compiling waitgroup v0.1.2
10202025-01-31T04:18:13.061Z Compiling hostname v0.4.0
10212025-01-31T04:18:13.313Z Compiling hash32 v0.3.1
10222025-01-31T04:18:13.575Z Compiling smoltcp v0.11.0
10232025-01-31T04:18:13.645Z Compiling stable_deref_trait v1.2.0
10242025-01-31T04:18:15.754Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10252025-01-31T04:18:16.445Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10262025-01-31T04:18:16.637Z Compiling backoff v0.4.0
10272025-01-31T04:18:17.000Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10282025-01-31T04:18:17.045Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10292025-01-31T04:18:17.277Z Compiling parse-display v0.10.0
10302025-01-31T04:18:19.173Z Compiling macaddr v1.0.1
10312025-01-31T04:18:19.790Z Compiling regress v0.9.1
10322025-01-31T04:18:21.159Z Compiling clap_derive v4.5.18
10332025-01-31T04:18:22.684Z Compiling managed v0.8.0
10342025-01-31T04:18:23.174Z Compiling utf8parse v0.2.2
10352025-01-31T04:18:23.259Z Compiling bitflags v1.3.2
10362025-01-31T04:18:23.334Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10372025-01-31T04:18:23.649Z Compiling cobs v0.2.3
10382025-01-31T04:18:23.730Z Compiling winnow v0.5.40
10392025-01-31T04:18:24.113Z Compiling postcard v1.0.10
10402025-01-31T04:18:24.843Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10412025-01-31T04:18:27.100Z Compiling toml_edit v0.19.15
10422025-01-31T04:18:28.186Z Compiling anstyle-parse v0.2.5
10432025-01-31T04:18:33.620Z Compiling colorchoice v1.0.2
10442025-01-31T04:18:33.846Z Compiling anstyle-query v1.1.1
10452025-01-31T04:18:34.372Z Compiling anstyle v1.0.10
10462025-01-31T04:18:34.392Z Compiling is_terminal_polyfill v1.70.1
10472025-01-31T04:18:34.878Z Compiling anstream v0.6.15
10482025-01-31T04:18:35.934Z Compiling proc-macro-crate v1.3.1
10492025-01-31T04:18:36.467Z Compiling terminal_size v0.4.0
10502025-01-31T04:18:36.607Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10512025-01-31T04:18:36.697Z Compiling clap_lex v0.7.4
10522025-01-31T04:18:37.259Z Compiling clap_builder v4.5.23
10532025-01-31T04:18:37.391Z Compiling num_enum_derive v0.5.11
10542025-01-31T04:18:38.640Z Compiling tabwriter v1.4.0
10552025-01-31T04:18:39.414Z Compiling foreign-types-macros v0.2.3
10562025-01-31T04:18:39.570Z Compiling num-integer v0.1.46
10572025-01-31T04:18:39.829Z Compiling foreign-types-shared v0.3.1
10582025-01-31T04:18:40.081Z Compiling num_enum v0.5.11
10592025-01-31T04:18:40.738Z Compiling foreign-types v0.5.0
10602025-01-31T04:18:40.971Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10612025-01-31T04:18:41.330Z Compiling cstr-argument v0.1.2
10622025-01-31T04:18:41.592Z Compiling clap v4.5.23
10632025-01-31T04:18:41.619Z Compiling proc-macro-error-attr v1.0.4
10642025-01-31T04:18:41.857Z Compiling pretty-hex v0.2.1
10652025-01-31T04:18:41.882Z Compiling prettyplease v0.2.22
10662025-01-31T04:18:41.998Z Compiling either v1.13.0
10672025-01-31T04:18:42.079Z Compiling heck v0.4.1
10682025-01-31T04:18:42.452Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10692025-01-31T04:18:42.707Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10702025-01-31T04:18:43.168Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10712025-01-31T04:18:43.996Z Compiling num-iter v0.1.45
10722025-01-31T04:18:44.208Z Compiling num-rational v0.4.2
10732025-01-31T04:18:45.199Z Compiling colored v2.1.0
10742025-01-31T04:18:46.601Z Compiling num-complex v0.4.6
10752025-01-31T04:18:47.346Z Compiling proc-macro-error v1.0.4
10762025-01-31T04:18:47.443Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10772025-01-31T04:18:47.464Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10782025-01-31T04:18:47.728Z Compiling fastrand v2.1.1
10792025-01-31T04:18:47.831Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10802025-01-31T04:18:48.036Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10812025-01-31T04:18:48.208Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10822025-01-31T04:18:48.258Z Compiling tempfile v3.12.0
10832025-01-31T04:18:49.731Z Compiling num v0.4.3
10842025-01-31T04:18:52.292Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10852025-01-31T04:18:52.830Z Compiling crucible-workspace-hack v0.1.0
10862025-01-31T04:18:52.921Z Compiling float-ord v0.3.2
10872025-01-31T04:18:53.186Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10882025-01-31T04:18:59.381Z Compiling unicode-segmentation v1.12.0
10892025-01-31T04:19:00.402Z Compiling semver v0.1.20
10902025-01-31T04:19:00.530Z Compiling newline-converter v0.3.0
10912025-01-31T04:19:00.851Z Compiling rustc_version v0.1.7
10922025-01-31T04:19:00.935Z Compiling zone_cfg_derive v0.3.0
10932025-01-31T04:19:01.221Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10942025-01-31T04:19:02.236Z Compiling camino-tempfile v1.1.1
10952025-01-31T04:19:02.346Z Compiling itertools v0.10.5
10962025-01-31T04:19:02.983Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
10972025-01-31T04:19:03.114Z Compiling console v0.15.8
10982025-01-31T04:19:03.402Z Compiling num-derive v0.4.2
10992025-01-31T04:19:04.084Z Compiling sigpipe v0.1.3
11002025-01-31T04:19:04.237Z Compiling similar v2.6.0
11012025-01-31T04:19:05.320Z Compiling base64ct v1.6.0
11022025-01-31T04:19:05.709Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11032025-01-31T04:19:06.017Z Compiling password-hash v0.5.0
11042025-01-31T04:19:06.113Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11052025-01-31T04:19:06.178Z Compiling expectorate v1.1.0
11062025-01-31T04:19:06.461Z Compiling zone v0.3.0
11072025-01-31T04:19:07.170Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11082025-01-31T04:19:07.750Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11092025-01-31T04:19:08.161Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11102025-01-31T04:19:09.702Z Compiling newtype_derive v0.1.6
11112025-01-31T04:19:10.110Z Compiling blake2 v0.10.6
11122025-01-31T04:19:10.372Z Compiling hubpack_derive v0.1.1
11132025-01-31T04:19:10.400Z Compiling smf v0.2.3
11142025-01-31T04:19:10.814Z Compiling zerocopy-derive v0.6.6
11152025-01-31T04:19:11.303Z Compiling whoami v1.5.2
11162025-01-31T04:19:11.341Z Compiling fixedbitset v0.4.2
11172025-01-31T04:19:11.461Z Compiling cancel-safe-futures v0.1.5
11182025-01-31T04:19:11.862Z Compiling owo-colors v4.1.0
11192025-01-31T04:19:12.165Z Compiling petgraph v0.6.5
11202025-01-31T04:19:12.242Z Compiling hubpack v0.1.2
11212025-01-31T04:19:12.678Z Compiling zerocopy v0.6.6
11222025-01-31T04:19:12.708Z Compiling argon2 v0.5.3
11232025-01-31T04:19:13.527Z Compiling strum_macros v0.25.3
11242025-01-31T04:19:15.056Z Compiling serde-big-array v0.5.1
11252025-01-31T04:19:15.331Z Compiling serde_repr v0.1.19
11262025-01-31T04:19:16.322Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11272025-01-31T04:19:16.421Z Compiling cookie v0.18.1
11282025-01-31T04:19:16.601Z Compiling convert_case v0.4.0
11292025-01-31T04:19:16.807Z Compiling static_assertions v1.1.0
11302025-01-31T04:19:17.011Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11312025-01-31T04:19:17.127Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11322025-01-31T04:19:17.315Z Compiling derive_more v0.99.18
11332025-01-31T04:19:18.118Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11342025-01-31T04:19:19.280Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11352025-01-31T04:19:20.074Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11362025-01-31T04:19:21.030Z Compiling atomicwrites v0.4.4
11372025-01-31T04:19:21.542Z Compiling itertools v0.13.0
11382025-01-31T04:19:23.375Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392025-01-31T04:19:24.544Z Compiling idna v0.4.0
11402025-01-31T04:19:25.116Z Compiling libsw v3.3.1
11412025-01-31T04:19:25.173Z Compiling enum-as-inner v0.6.1
11422025-01-31T04:19:25.466Z Compiling derive-where v1.2.7
11432025-01-31T04:19:25.673Z Compiling highway v1.2.0
11442025-01-31T04:19:26.189Z Compiling linked-hash-map v0.5.6
11452025-01-31T04:19:26.304Z Compiling swrite v0.1.0
11462025-01-31T04:19:26.465Z Compiling indent_write v2.2.0
11472025-01-31T04:19:26.558Z Compiling data-encoding v2.6.0
11482025-01-31T04:19:26.709Z Compiling linear-map v1.2.0
11492025-01-31T04:19:27.090Z Compiling quick-error v1.2.3
11502025-01-31T04:19:27.111Z Compiling lru-cache v0.1.2
11512025-01-31T04:19:27.260Z Compiling resolv-conf v0.7.0
11522025-01-31T04:19:27.342Z Compiling hickory-proto v0.24.1
11532025-01-31T04:19:28.455Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11542025-01-31T04:19:28.504Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11552025-01-31T04:19:28.831Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11562025-01-31T04:19:29.171Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11572025-01-31T04:19:31.659Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11582025-01-31T04:19:33.537Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592025-01-31T04:19:33.880Z Compiling steno v0.4.1
11602025-01-31T04:19:36.322Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11612025-01-31T04:19:36.708Z Compiling slog-dtrace v0.3.0
11622025-01-31T04:19:37.081Z Compiling parking_lot_core v0.8.6
11632025-01-31T04:19:37.242Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11642025-01-31T04:19:37.425Z Compiling humantime v2.1.0
11652025-01-31T04:19:37.581Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11662025-01-31T04:19:38.266Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672025-01-31T04:19:40.125Z Compiling hickory-resolver v0.24.1
11682025-01-31T04:19:40.780Z Compiling num-derive v0.3.3
11692025-01-31T04:19:40.998Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702025-01-31T04:19:41.945Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11712025-01-31T04:19:42.600Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11722025-01-31T04:19:42.993Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11732025-01-31T04:19:44.037Z Compiling parking_lot v0.11.2
11742025-01-31T04:19:44.405Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11752025-01-31T04:19:45.139Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762025-01-31T04:19:45.957Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11772025-01-31T04:19:47.133Z Compiling crossbeam-epoch v0.9.18
11782025-01-31T04:19:47.965Z Compiling fxhash v0.2.1
11792025-01-31T04:19:48.203Z Compiling crc32fast v1.4.2
11802025-01-31T04:19:48.203Z Compiling crc8 v0.1.1
11812025-01-31T04:19:48.558Z Compiling arc-swap v1.7.1
11822025-01-31T04:19:48.739Z Compiling sled v0.34.7
11832025-01-31T04:19:49.207Z Compiling slog-scope v4.4.0
11842025-01-31T04:19:50.013Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11852025-01-31T04:19:54.326Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11862025-01-31T04:19:55.615Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11872025-01-31T04:19:58.204Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11882025-01-31T04:19:58.699Z Compiling slog-stdlog v4.1.1
11892025-01-31T04:19:59.063Z Compiling slog-envlogger v2.2.0
11902025-01-31T04:19:59.490Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11912025-01-31T04:20:08.152Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11922025-01-31T04:20:10.812Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
11932025-01-31T04:20:16.748Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
11942025-01-31T04:20:42.492Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
11952025-01-31T04:20:42.492Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
11962025-01-31T04:20:49.398Z Finished `release` profile [optimized] target(s) in 4m 54s
11972025-01-31T04:20:49.717Z+ banner trio
11982025-01-31T04:20:49.720Z
11992025-01-31T04:20:49.720Z ##### ##### # ####
12002025-01-31T04:20:49.720Z # # # # # #
12012025-01-31T04:20:49.720Z # # # # # #
12022025-01-31T04:20:49.721Z # ##### # # #
12032025-01-31T04:20:49.721Z # # # # # #
12042025-01-31T04:20:49.721Z # # # # ####
12052025-01-31T04:20:49.721Z
12062025-01-31T04:20:49.721Z+ pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture
12072025-01-31T04:20:50.177Z Compiling cfg-if v1.0.0
12082025-01-31T04:20:50.177Z Compiling libc v0.2.167
12092025-01-31T04:20:50.177Z Compiling serde v1.0.215
12102025-01-31T04:20:50.177Z Compiling once_cell v1.20.2
12112025-01-31T04:20:50.180Z Compiling itoa v1.0.11
12122025-01-31T04:20:50.180Z Compiling byteorder v1.5.0
12132025-01-31T04:20:50.180Z Compiling syn v2.0.87
12142025-01-31T04:20:50.180Z Compiling bytes v1.7.2
12152025-01-31T04:20:50.310Z Compiling num-traits v0.2.19
12162025-01-31T04:20:50.495Z Compiling zerocopy v0.7.35
12172025-01-31T04:20:50.627Z Compiling pin-project-lite v0.2.14
12182025-01-31T04:20:50.659Z Compiling ahash v0.8.11
12192025-01-31T04:20:50.661Z Compiling memchr v2.7.4
12202025-01-31T04:20:50.718Z Compiling smallvec v1.13.2
12212025-01-31T04:20:50.780Z Compiling schemars v0.8.21
12222025-01-31T04:20:50.806Z Compiling allocator-api2 v0.2.18
12232025-01-31T04:20:51.147Z Compiling scopeguard v1.2.0
12242025-01-31T04:20:51.312Z Compiling lock_api v0.4.12
12252025-01-31T04:20:51.530Z Compiling getrandom v0.2.15
12262025-01-31T04:20:51.578Z Compiling hashbrown v0.14.5
12272025-01-31T04:20:51.593Z Compiling parking_lot_core v0.9.10
12282025-01-31T04:20:51.741Z Compiling mio v1.0.2
12292025-01-31T04:20:51.875Z Compiling signal-hook-registry v1.4.2
12302025-01-31T04:20:51.994Z Compiling parking_lot v0.12.3
12312025-01-31T04:20:52.432Z Compiling socket2 v0.5.8
12322025-01-31T04:20:52.467Z Compiling fnv v1.0.7
12332025-01-31T04:20:52.609Z Compiling log v0.4.22
12342025-01-31T04:20:52.767Z Compiling futures-core v0.3.30
12352025-01-31T04:20:53.123Z Compiling equivalent v1.0.1
12362025-01-31T04:20:53.243Z Compiling ryu v1.0.18
12372025-01-31T04:20:53.292Z Compiling tracing-core v0.1.32
12382025-01-31T04:20:53.328Z Compiling serde_json v1.0.133
12392025-01-31T04:20:53.363Z Compiling uuid v1.11.0
12402025-01-31T04:20:53.379Z Compiling regress v0.10.1
12412025-01-31T04:20:53.832Z Compiling futures-sink v0.3.30
12422025-01-31T04:20:53.898Z Compiling pin-utils v0.1.0
12432025-01-31T04:20:53.995Z Compiling spin v0.9.8
12442025-01-31T04:20:54.006Z Compiling untrusted v0.9.0
12452025-01-31T04:20:54.038Z Compiling futures-task v0.3.30
12462025-01-31T04:20:54.048Z Compiling slab v0.4.9
12472025-01-31T04:20:54.181Z Compiling ring v0.17.8
12482025-01-31T04:20:54.202Z Compiling futures-util v0.3.30
12492025-01-31T04:20:54.369Z Compiling try-lock v0.2.5
12502025-01-31T04:20:54.530Z Compiling want v0.3.1
12512025-01-31T04:20:54.796Z Compiling chrono v0.4.38
12522025-01-31T04:20:54.845Z Compiling httparse v1.9.4
12532025-01-31T04:20:55.507Z Compiling futures-channel v0.3.30
12542025-01-31T04:20:55.923Z Compiling dyn-clone v1.0.17
12552025-01-31T04:20:55.949Z Compiling tower-service v0.3.3
12562025-01-31T04:20:56.151Z Compiling foreign-types-shared v0.1.1
12572025-01-31T04:20:56.275Z Compiling foreign-types v0.3.2
12582025-01-31T04:20:56.378Z Compiling serde_derive_internals v0.29.1
12592025-01-31T04:20:56.421Z Compiling openssl-sys v0.9.103
12602025-01-31T04:20:56.517Z Compiling bitflags v2.6.0
12612025-01-31T04:20:56.744Z Compiling unicode-ident v1.0.13
12622025-01-31T04:20:56.952Z Compiling proc-macro2 v1.0.86
12632025-01-31T04:20:57.194Z Compiling http v1.2.0
12642025-01-31T04:20:57.715Z Compiling openssl-probe v0.1.5
12652025-01-31T04:20:57.810Z Compiling tinyvec_macros v0.1.1
12662025-01-31T04:20:57.906Z Compiling semver v1.0.23
12672025-01-31T04:20:58.228Z Compiling tinyvec v1.8.0
12682025-01-31T04:20:58.358Z Compiling quote v1.0.37
12692025-01-31T04:20:58.459Z Compiling percent-encoding v2.3.1
12702025-01-31T04:20:59.976Z Compiling unicode-normalization v0.1.24
12712025-01-31T04:21:00.348Z Compiling form_urlencoded v1.2.1
12722025-01-31T04:21:00.834Z Compiling http v0.2.12
12732025-01-31T04:21:00.837Z Compiling serde_derive v1.0.215
12742025-01-31T04:21:01.313Z Compiling zerocopy-derive v0.7.35
12752025-01-31T04:21:01.690Z Compiling thiserror-impl v1.0.69
12762025-01-31T04:21:01.852Z Compiling schemars_derive v0.8.21
12772025-01-31T04:21:01.890Z Compiling tokio-macros v2.4.0
12782025-01-31T04:21:02.027Z Compiling tracing-attributes v0.1.27
12792025-01-31T04:21:03.411Z Compiling tokio v1.42.0
12802025-01-31T04:21:04.454Z Compiling thiserror v1.0.69
12812025-01-31T04:21:04.687Z Compiling openssl-macros v0.1.1
12822025-01-31T04:21:04.827Z Compiling aho-corasick v1.1.3
12832025-01-31T04:21:05.085Z Compiling tracing v0.1.40
12842025-01-31T04:21:05.287Z Compiling unicode-bidi v0.3.15
12852025-01-31T04:21:05.509Z Compiling openssl v0.10.66
12862025-01-31T04:21:05.742Z Compiling rustls-pki-types v1.8.0
12872025-01-31T04:21:06.918Z Compiling heck v0.5.0
12882025-01-31T04:21:08.596Z Compiling regex-automata v0.4.7
12892025-01-31T04:21:09.160Z Compiling idna v0.5.0
12902025-01-31T04:21:13.236Z Compiling tokio-util v0.7.12
12912025-01-31T04:21:13.610Z Compiling indexmap v2.5.0
12922025-01-31T04:21:15.503Z Compiling serde_tokenstream v0.2.2
12932025-01-31T04:21:16.303Z Compiling native-tls v0.2.12
12942025-01-31T04:21:16.758Z Compiling tokio-native-tls v0.3.1
12952025-01-31T04:21:17.283Z Compiling http-body v1.0.1
12962025-01-31T04:21:17.533Z Compiling atomic-waker v1.1.2
12972025-01-31T04:21:17.738Z Compiling slog v2.7.0
12982025-01-31T04:21:18.257Z Compiling regex-syntax v0.8.4
12992025-01-31T04:21:18.865Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13002025-01-31T04:21:18.878Z Compiling typify-impl v0.2.0
13012025-01-31T04:21:20.956Z Compiling h2 v0.4.6
13022025-01-31T04:21:29.047Z Compiling openapiv3 v2.0.0
13032025-01-31T04:21:29.059Z Compiling serde_urlencoded v0.7.1
13042025-01-31T04:21:29.617Z Compiling regex v1.10.6
13052025-01-31T04:21:30.508Z Compiling url v2.5.2
13062025-01-31T04:21:31.587Z Compiling encoding_rs v0.8.34
13072025-01-31T04:21:32.798Z Compiling mime v0.3.17
13082025-01-31T04:21:33.830Z Compiling ipnet v2.10.0
13092025-01-31T04:21:35.798Z Compiling rustls v0.21.12
13102025-01-31T04:21:36.152Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13112025-01-31T04:21:36.346Z Compiling typify-macro v0.2.0
13122025-01-31T04:21:36.785Z Compiling hyper v1.5.1
13132025-01-31T04:21:39.289Z Compiling h2 v0.3.26
13142025-01-31T04:21:39.493Z Compiling rustls-webpki v0.102.8
13152025-01-31T04:21:39.653Z Compiling http-body v0.4.6
13162025-01-31T04:21:39.874Z Compiling rustls-webpki v0.101.7
13172025-01-31T04:21:40.136Z Compiling sct v0.7.1
13182025-01-31T04:21:40.584Z Compiling toml_datetime v0.6.8
13192025-01-31T04:21:40.959Z Compiling zeroize v1.8.1
13202025-01-31T04:21:41.301Z Compiling httpdate v1.0.3
13212025-01-31T04:21:42.066Z Compiling subtle v2.6.1
13222025-01-31T04:21:42.340Z Compiling rustls v0.23.13
13232025-01-31T04:21:42.717Z Compiling toml_edit v0.19.15
13242025-01-31T04:21:44.129Z Compiling serde_yaml v0.9.34+deprecated
13252025-01-31T04:21:46.486Z Compiling hyper v0.14.30
13262025-01-31T04:21:47.346Z Compiling hyper-util v0.1.10
13272025-01-31T04:21:53.202Z Compiling lazy_static v1.5.0
13282025-01-31T04:21:53.350Z Compiling tokio-rustls v0.26.0
13292025-01-31T04:21:53.821Z Compiling tokio-rustls v0.24.1
13302025-01-31T04:21:54.266Z Compiling proc-macro-crate v1.3.1
13312025-01-31T04:21:54.556Z Compiling http-body-util v0.1.2
13322025-01-31T04:21:54.849Z Compiling webpki-roots v0.26.6
13332025-01-31T04:21:55.028Z Compiling base64 v0.22.1
13342025-01-31T04:21:55.051Z Compiling base64 v0.21.7
13352025-01-31T04:21:55.071Z Compiling num_enum_derive v0.5.11
13362025-01-31T04:21:55.090Z Compiling hyper-rustls v0.27.3
13372025-01-31T04:21:56.149Z Compiling rustls-pemfile v1.0.4
13382025-01-31T04:21:56.175Z Compiling rustls-pemfile v2.1.3
13392025-01-31T04:21:56.752Z Compiling crossbeam-utils v0.8.20
13402025-01-31T04:21:56.773Z Compiling hyper-tls v0.6.0
13412025-01-31T04:21:56.900Z Compiling hyper-rustls v0.24.2
13422025-01-31T04:21:56.952Z Compiling hyper-tls v0.5.0
13432025-01-31T04:21:57.273Z Compiling typify v0.2.0
13442025-01-31T04:21:57.343Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13452025-01-31T04:21:57.437Z Compiling ipnetwork v0.20.0
13462025-01-31T04:21:58.457Z Compiling ppv-lite86 v0.2.20
13472025-01-31T04:21:59.261Z Compiling foreign-types-macros v0.2.3
13482025-01-31T04:21:59.476Z Compiling sync_wrapper v1.0.1
13492025-01-31T04:21:59.639Z Compiling rand_core v0.6.4
13502025-01-31T04:22:00.135Z Compiling dirs-sys-next v0.1.2
13512025-01-31T04:22:00.145Z Compiling foreign-types-shared v0.3.1
13522025-01-31T04:22:00.279Z Compiling sync_wrapper v0.1.2
13532025-01-31T04:22:00.426Z Compiling powerfmt v0.2.0
13542025-01-31T04:22:00.574Z Compiling webpki-roots v0.25.4
13552025-01-31T04:22:00.745Z Compiling reqwest v0.11.27
13562025-01-31T04:22:00.768Z Compiling deranged v0.3.11
13572025-01-31T04:22:01.025Z Compiling foreign-types v0.5.0
13582025-01-31T04:22:01.191Z Compiling time-macros v0.2.18
13592025-01-31T04:22:01.268Z Compiling dirs-next v2.0.0
13602025-01-31T04:22:01.532Z Compiling rand_chacha v0.3.1
13612025-01-31T04:22:02.394Z Compiling reqwest v0.12.9
13622025-01-31T04:22:03.206Z Compiling progenitor-impl v0.8.0
13632025-01-31T04:22:04.089Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13642025-01-31T04:22:09.244Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13652025-01-31T04:22:10.214Z Compiling num_enum v0.5.11
13662025-01-31T04:22:11.921Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13672025-01-31T04:22:12.086Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13682025-01-31T04:22:12.111Z Compiling cstr-argument v0.1.2
13692025-01-31T04:22:12.262Z Compiling thread_local v1.1.8
13702025-01-31T04:22:12.371Z Compiling time-core v0.1.2
13712025-01-31T04:22:12.580Z Compiling either v1.13.0
13722025-01-31T04:22:12.964Z Compiling pretty-hex v0.2.1
13732025-01-31T04:22:13.010Z Compiling num-conv v0.1.0
13742025-01-31T04:22:13.193Z Compiling arc-swap v1.7.1
13752025-01-31T04:22:13.262Z Compiling time v0.3.36
13762025-01-31T04:22:13.911Z Compiling slog-scope v4.4.0
13772025-01-31T04:22:14.344Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13782025-01-31T04:22:14.737Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13792025-01-31T04:22:14.811Z Compiling itertools v0.12.1
13802025-01-31T04:22:16.124Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13812025-01-31T04:22:17.008Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13822025-01-31T04:22:17.195Z Compiling crossbeam-channel v0.5.13
13832025-01-31T04:22:18.355Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13842025-01-31T04:22:18.816Z Compiling progenitor-macro v0.8.0
13852025-01-31T04:22:22.181Z Compiling progenitor-client v0.8.0
13862025-01-31T04:22:23.075Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13872025-01-31T04:22:25.021Z Compiling rand v0.8.5
13882025-01-31T04:22:26.394Z Compiling term v0.7.0
13892025-01-31T04:22:29.758Z Compiling anyhow v1.0.94
13902025-01-31T04:22:30.891Z Compiling colored v2.1.0
13912025-01-31T04:22:31.182Z Compiling is-terminal v0.4.13
13922025-01-31T04:22:31.321Z Compiling take_mut v0.2.2
13932025-01-31T04:22:31.489Z Compiling winnow v0.6.18
13942025-01-31T04:22:32.066Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
13952025-01-31T04:22:32.450Z Compiling slog-async v2.8.0
13962025-01-31T04:22:35.445Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
13972025-01-31T04:22:35.711Z Compiling progenitor v0.8.0
13982025-01-31T04:22:35.903Z Compiling slog-term v2.9.1
13992025-01-31T04:22:38.536Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14002025-01-31T04:22:38.724Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14012025-01-31T04:22:42.379Z Compiling slog-stdlog v4.1.1
14022025-01-31T04:22:43.183Z Compiling slog-envlogger v2.2.0
14032025-01-31T04:22:44.586Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14042025-01-31T04:22:46.381Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14052025-01-31T04:23:00.627Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14062025-01-31T04:23:07.910Z Finished `release` profile [optimized] target(s) in 2m 18s
14072025-01-31T04:23:07.995Z Running unittests src/lib.rs (target/release/deps/mg_tests-e3396f18d06c266b)
14082025-01-31T04:23:08.043Z
14092025-01-31T04:23:08.043Zrunning 1 test
14102025-01-31T04:23:08.215Zconfigure zone
14112025-01-31T04:23:08.232Zinstall zone
14122025-01-31T04:24:08.051Ztest ddm::test_trio_v2_transit has been running for over 60 seconds
14132025-01-31T04:25:31.804Zboot zone
14142025-01-31T04:25:32.617Zstart zone s1
14152025-01-31T04:25:32.617Zconfigure zone
14162025-01-31T04:25:32.625Zinstall zone
14172025-01-31T04:27:46.867Zboot zone
14182025-01-31T04:27:47.746Zstart zone s2
14192025-01-31T04:27:47.746Zconfigure zone
14202025-01-31T04:27:47.756Zinstall zone
14212025-01-31T04:30:03.556Zboot zone
14222025-01-31T04:30:04.482Zstart zone t1
14232025-01-31T04:30:04.482Zconfigure zone
14242025-01-31T04:30:04.490Zinstall zone
14252025-01-31T04:32:22.040Zboot zone
14262025-01-31T04:32:22.871Zwaiting for zones to come up
14272025-01-31T04:32:32.872Z[sidecar.trio] svcs milestone/network
14282025-01-31T04:32:32.905ZSTATE STIME FMRI
14292025-01-31T04:32:32.905Zonline 20:25:51 svc:/milestone/network:default
14302025-01-31T04:32:32.905Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14312025-01-31T04:32:32.952Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14322025-01-31T04:32:33.001Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14332025-01-31T04:32:33.046Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14342025-01-31T04:32:33.050Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14352025-01-31T04:32:33.071Z
14362025-01-31T04:32:33.071Zrunning zone s1.trio setup
14372025-01-31T04:32:33.071Z[s1.trio] svcs milestone/network
14382025-01-31T04:32:33.095ZSTATE STIME FMRI
14392025-01-31T04:32:33.095Zonline 20:28:06 svc:/milestone/network:default
14402025-01-31T04:32:33.095Z[s1.trio] dladm
14412025-01-31T04:32:33.117ZLINK CLASS MTU STATE BRIDGE OVER
14422025-01-31T04:32:33.117Zsl0 simnet 9000 up -- ?
14432025-01-31T04:32:33.117Zmg2 vnic 9000 up -- ?
14442025-01-31T04:32:33.117Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14452025-01-31T04:32:33.656Z
14462025-01-31T04:32:33.656Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14472025-01-31T04:32:33.681Z
14482025-01-31T04:32:33.681Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14492025-01-31T04:32:33.703Z
14502025-01-31T04:32:33.703Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14512025-01-31T04:32:33.794Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14522025-01-31T04:32:33.838Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9afdec7c-3d6d-4111-8f8c-c5acff969319 --sled-uuid b7d27eda-37c8-46b4-8a11-5e3ef5f22441 -a sl0/v6 &> /opt/ddmd.log &
14532025-01-31T04:32:33.860Z
14542025-01-31T04:32:33.860Zrunning zone s2.trio setup
14552025-01-31T04:32:33.860Z[s2.trio] svcs milestone/network
14562025-01-31T04:32:33.884ZSTATE STIME FMRI
14572025-01-31T04:32:33.884Zonline 20:30:22 svc:/milestone/network:default
14582025-01-31T04:32:33.884Z[s2.trio] dladm
14592025-01-31T04:32:33.907ZLINK CLASS MTU STATE BRIDGE OVER
14602025-01-31T04:32:33.907Zsl1 simnet 9000 up -- ?
14612025-01-31T04:32:33.907Zmg3 vnic 9000 up -- ?
14622025-01-31T04:32:33.907Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14632025-01-31T04:32:34.483Z
14642025-01-31T04:32:34.483Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14652025-01-31T04:32:34.507Z
14662025-01-31T04:32:34.507Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14672025-01-31T04:32:34.529Z
14682025-01-31T04:32:34.529Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14692025-01-31T04:32:34.574Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14702025-01-31T04:32:34.597Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4eac688b-fc45-4ad5-9eab-69cf0002a2a2 --sled-uuid 8e3f530f-b161-4539-9fe5-35567e79dac2 -a sl1/v6 &> /opt/ddmd.log &
14712025-01-31T04:32:34.617Z
14722025-01-31T04:32:34.617Zrunning zone t1.trio setup
14732025-01-31T04:32:34.617Z[t1.trio] svcs milestone/network
14742025-01-31T04:32:34.637ZSTATE STIME FMRI
14752025-01-31T04:32:34.638Z- - svc:/milestone/network:default
14762025-01-31T04:32:35.638Z[t1.trio] svcs milestone/network
14772025-01-31T04:32:35.660ZSTATE STIME FMRI
14782025-01-31T04:32:35.660Z- - svc:/milestone/network:default
14792025-01-31T04:32:36.661Z[t1.trio] svcs milestone/network
14802025-01-31T04:32:36.682ZSTATE STIME FMRI
14812025-01-31T04:32:36.683Z- - svc:/milestone/network:default
14822025-01-31T04:32:37.683Z[t1.trio] svcs milestone/network
14832025-01-31T04:32:37.704ZSTATE STIME FMRI
14842025-01-31T04:32:37.704Z- - svc:/milestone/network:default
14852025-01-31T04:32:38.704Z[t1.trio] svcs milestone/network
14862025-01-31T04:32:38.726ZSTATE STIME FMRI
14872025-01-31T04:32:38.726Z- - svc:/milestone/network:default
14882025-01-31T04:32:39.727Z[t1.trio] svcs milestone/network
14892025-01-31T04:32:39.750ZSTATE STIME FMRI
14902025-01-31T04:32:39.750Z- - svc:/milestone/network:default
14912025-01-31T04:32:40.751Z[t1.trio] svcs milestone/network
14922025-01-31T04:32:40.772ZSTATE STIME FMRI
14932025-01-31T04:32:40.772Z- - svc:/milestone/network:default
14942025-01-31T04:32:41.774Z[t1.trio] svcs milestone/network
14952025-01-31T04:32:41.797ZSTATE STIME FMRI
14962025-01-31T04:32:41.797Zonline 20:32:41 svc:/milestone/network:default
14972025-01-31T04:32:41.797Z[t1.trio] dladm
14982025-01-31T04:32:41.819ZLINK CLASS MTU STATE BRIDGE OVER
14992025-01-31T04:32:41.819Ztfportrear0_0 simnet 9000 up -- ?
15002025-01-31T04:32:41.820Ztfportrear1_0 simnet 9000 up -- ?
15012025-01-31T04:32:41.820Zmg1 vnic 9000 up -- ?
15022025-01-31T04:32:41.820Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15032025-01-31T04:32:42.289Z
15042025-01-31T04:32:42.289Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15052025-01-31T04:32:42.316Z
15062025-01-31T04:32:42.316Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15072025-01-31T04:32:42.340Z
15082025-01-31T04:32:42.340Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15092025-01-31T04:32:42.362Z
15102025-01-31T04:32:42.362Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15112025-01-31T04:32:42.568Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15122025-01-31T04:32:42.573Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15132025-01-31T04:32:42.577Zwaiting 3s for copy of files to zone to complete ...
15142025-01-31T04:32:45.577Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15152025-01-31T04:32:45.625Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15162025-01-31T04:32:45.649Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15172025-01-31T04:32:45.742Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15182025-01-31T04:32:45.786Z[t1.trio] svcadm enable dendrite
15192025-01-31T04:32:45.826Z
15202025-01-31T04:32:45.826Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15212025-01-31T04:32:45.875Z
15222025-01-31T04:32:45.876Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15232025-01-31T04:32:45.920Z
15242025-01-31T04:32:45.920Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15252025-01-31T04:32:45.964Z
15262025-01-31T04:32:45.964Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15272025-01-31T04:32:46.006Z
15282025-01-31T04:32:46.006Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15292025-01-31T04:32:46.047Z
15302025-01-31T04:32:46.047Z[t1.trio] svcadm refresh dendrite:default
15312025-01-31T04:32:46.083Z
15322025-01-31T04:32:46.083Z[t1.trio] svcadm restart dendrite:default
15332025-01-31T04:32:46.119Z
15342025-01-31T04:32:46.119Zwait 10s for dendrite to come up ...
15352025-01-31T04:32:56.121Z[t1.trio] svcadm enable tfport
15362025-01-31T04:32:56.160Z
15372025-01-31T04:32:56.160Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15382025-01-31T04:32:56.181Z
15392025-01-31T04:32:56.181Z[t1.trio] ipadm
15402025-01-31T04:32:56.204ZADDROBJ TYPE STATE ADDR
15412025-01-31T04:32:56.204Zlo0/v4 static ok 127.0.0.1/8
15422025-01-31T04:32:56.204Zmg1/v4 static ok 10.0.0.3/24
15432025-01-31T04:32:56.204Zlo0/v6 static ok ::1/128
15442025-01-31T04:32:56.204Zlo0/u6 static ok fd00:3::1/64
15452025-01-31T04:32:56.205Ztfportrear0_0/v6 addrconf ok fe80::acd2:bcff:feca:d664%tfportrear0_0/10
15462025-01-31T04:32:56.205Ztfportrear1_0/v6 addrconf ok fe80::5ccb:71ff:fe26:f0fd%tfportrear1_0/10
15472025-01-31T04:32:58.417Zinitial peering test passed
15482025-01-31T04:32:59.421Zadvertise from one passed
15492025-01-31T04:33:00.423Zadvertise from two passed
15502025-01-31T04:33:00.423Z[s1.trio] ping fd00:2::1
15512025-01-31T04:33:00.453Zfd00:2::1 is alive
15522025-01-31T04:33:00.453Z[s2.trio] ping fd00:1::1
15532025-01-31T04:33:00.474Zfd00:1::1 is alive
15542025-01-31T04:33:00.474Zconnectivity test passed
15552025-01-31T04:33:00.474Z[t1.trio] pkill ddmd
15562025-01-31T04:33:00.494Z
15572025-01-31T04:33:06.499Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15582025-01-31T04:33:06.540Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15592025-01-31T04:33:06.559Z[t1.trio] svcadm enable dendrite
15602025-01-31T04:33:06.598Z
15612025-01-31T04:33:06.598Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15622025-01-31T04:33:06.643Z
15632025-01-31T04:33:06.643Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15642025-01-31T04:33:06.687Z
15652025-01-31T04:33:06.687Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15662025-01-31T04:33:06.731Z
15672025-01-31T04:33:06.731Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15682025-01-31T04:33:06.776Z
15692025-01-31T04:33:06.776Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15702025-01-31T04:33:06.821Z
15712025-01-31T04:33:06.821Z[t1.trio] svcadm refresh dendrite:default
15722025-01-31T04:33:06.861Z
15732025-01-31T04:33:06.861Z[t1.trio] svcadm restart dendrite:default
15742025-01-31T04:33:06.902Z
15752025-01-31T04:33:06.902Zwait 10s for dendrite to come up ...
15762025-01-31T04:33:16.903Z[t1.trio] svcadm enable tfport
15772025-01-31T04:33:16.944Z
15782025-01-31T04:33:16.944Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15792025-01-31T04:33:16.966Z
15802025-01-31T04:33:16.966Z[t1.trio] ipadm
15812025-01-31T04:33:16.991ZADDROBJ TYPE STATE ADDR
15822025-01-31T04:33:16.991Zlo0/v4 static ok 127.0.0.1/8
15832025-01-31T04:33:16.991Zmg1/v4 static ok 10.0.0.3/24
15842025-01-31T04:33:16.991Zlo0/v6 static ok ::1/128
15852025-01-31T04:33:16.991Zlo0/u6 static ok fd00:3::1/64
15862025-01-31T04:33:16.991Ztfportrear0_0/v6 addrconf ok fe80::acd2:bcff:feca:d664%tfportrear0_0/10
15872025-01-31T04:33:16.991Ztfportrear1_0/v6 addrconf ok fe80::5ccb:71ff:fe26:f0fd%tfportrear1_0/10
15882025-01-31T04:33:19.994Z[s1.trio] ping fd00:2::1
15892025-01-31T04:33:20.020Zfd00:2::1 is alive
15902025-01-31T04:33:20.020Z[s2.trio] ping fd00:1::1
15912025-01-31T04:33:20.043Zfd00:1::1 is alive
15922025-01-31T04:33:20.043Ztransit router restart passed
15932025-01-31T04:33:20.043Z[s1.trio] pkill ddmd
15942025-01-31T04:33:20.067Z
15952025-01-31T04:33:25.072Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cda83e7f-d947-44ee-9210-7a548855198e --sled-uuid 0d136cd5-9489-4ded-ad06-27ada44ced35 -a sl0/v6 &> /opt/ddmd.log &
15962025-01-31T04:33:25.097Z
15972025-01-31T04:33:28.101Z[s1.trio] ping fd00:2::1
15982025-01-31T04:33:28.125Zfd00:2::1 is alive
15992025-01-31T04:33:28.125Z[s2.trio] ping fd00:1::1
16002025-01-31T04:33:28.146Zfd00:1::1 is alive
16012025-01-31T04:33:28.146Zserver router restart passed
16022025-01-31T04:33:31.152Zpeer expiration recovery passed
16032025-01-31T04:33:32.153Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16042025-01-31T04:33:32.182Z3
16052025-01-31T04:33:32.182Zredundant advertise passed
16062025-01-31T04:33:33.185Ztunnel endpoint advertise passed
16072025-01-31T04:33:38.187Zredundant tunnel endpoint advertise passed
16082025-01-31T04:33:38.187Z[s1.trio] pkill ddmd
16092025-01-31T04:33:38.209Z
16102025-01-31T04:33:43.210Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 01e1e692-4103-492b-b64c-d662e629ed24 --sled-uuid 9e29d83c-b760-47ff-9262-8d4009f30d8e -a sl0/v6 &> /opt/ddmd.log &
16112025-01-31T04:33:43.234Z
16122025-01-31T04:33:48.303Ztunnel router restart passed
16132025-01-31T04:33:49.305Ztunnel endpoint withdraw passed
16142025-01-31T04:33:49.321Z[t1.trio] pkill ddmd
16152025-01-31T04:33:49.349Z
16162025-01-31T04:33:49.349Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16172025-01-31T04:33:49.354Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16182025-01-31T04:33:52.108Z[s2.trio] pkill ddmd
16192025-01-31T04:33:52.127Z
16202025-01-31T04:33:52.128Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16212025-01-31T04:33:54.618Z[s1.trio] pkill ddmd
16222025-01-31T04:33:54.639Z
16232025-01-31T04:33:54.639Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16242025-01-31T04:33:57.042Z[sidecar.trio] pkill softnpu
16252025-01-31T04:33:57.062Z
16262025-01-31T04:33:57.062Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16272025-01-31T04:33:59.712Ztest ddm::test_trio_v2_transit ... ok
16282025-01-31T04:33:59.712Z
16292025-01-31T04:33:59.715Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 651.59s
16302025-01-31T04:33:59.715Z
16312025-01-31T04:33:59.741Z+ cleanup
16322025-01-31T04:33:59.744Z++ id -un
16332025-01-31T04:33:59.747Z++ id -gn
16342025-01-31T04:33:59.750Z+ pfexec chown -R build:build .
16352025-01-31T04:33:59.828Zprocess exited: duration 1152590 ms, exit code 0
 
16362025-01-31T04:33:59.839Zfound 4 output files
16372025-01-31T04:33:59.839Zuploading: /work/s1.trio.log (4204 bytes)
16382025-01-31T04:34:00.852Zuploaded: /work/s1.trio.log
16392025-01-31T04:34:00.857Zuploading: /work/s2.trio.log (10930 bytes)
16402025-01-31T04:34:01.863Zuploaded: /work/s2.trio.log
16412025-01-31T04:34:01.863Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16422025-01-31T04:34:02.876Zuploaded: /work/sidecar.trio-softnpu.log
16432025-01-31T04:34:02.876Zuploading: /work/t1.trio.log (26227 bytes)
16442025-01-31T04:34:03.886Zuploaded: /work/t1.trio.log